{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.LymphaticVessel where -- Valid: 2014-04-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | data LymphaticVessel instance Show LymphaticVessel instance Read LymphaticVessel instance Eq LymphaticVessel instance Typeable LymphaticVessel instance MetaData LymphaticVessel