{-# LANGUAGE DeriveDataTypeable #-}
module Text.HTML5.MetaData.Schema.ParcelService where
-- Valid: 2016-02-03 (Schema.rdfs.org)
import Text.HTML5.MetaData.Class
import Data.Typeable
-- | A private parcel service as the delivery mode available for a certain offer.
Commonly used values:
http://purl.org/goodrelations/v1#DHL
http://purl.org/goodrelations/v1#FederalExpress
http://purl.org/goodrelations/v1#UPS
data ParcelService
instance Show ParcelService
instance Read ParcelService
instance Eq ParcelService
instance Typeable ParcelService
instance MetaData ParcelService