{-# LANGUAGE DeriveDataTypeable #-}
module Text.HTML5.MetaData.Schema.PlaceOfWorship where

--  Valid: 2016-02-03 (Schema.rdfs.org)

import Text.HTML5.MetaData.Class
import Data.Typeable

-- | Place of worship, such as a church, synagogue, or mosque.

data PlaceOfWorship

instance Show PlaceOfWorship
instance Read PlaceOfWorship
instance Eq PlaceOfWorship
instance Typeable PlaceOfWorship
instance MetaData PlaceOfWorship