{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.Bone where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | Rigid connective tissue that comprises up the skeletal structure of the human body. data Bone instance Show Bone instance Read Bone instance Eq Bone instance Typeable Bone instance MetaData Bone