{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.LymphaticVessel where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | A type of blood vessel that specifically carries lymph fluid unidirectionally toward the heart. data LymphaticVessel instance Show LymphaticVessel instance Read LymphaticVessel instance Eq LymphaticVessel instance Typeable LymphaticVessel instance MetaData LymphaticVessel