{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.Property where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | A property, used to indicate attributes and relationships of some Thing; equivalent to rdf:Property. data Property instance Show Property instance Read Property instance Eq Property instance Typeable Property instance MetaData Property