{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.Vessel where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | A component of the human body circulatory system comprised of an intricate network of hollow tubes that transport blood throughout the entire body. data Vessel instance Show Vessel instance Read Vessel instance Eq Vessel instance Typeable Vessel instance MetaData Vessel