-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | metadata library for semantic web.
--
-- metadata library for semantic web.
@package metadata
@version 0.1.0.3
module Text.HTML5.MetaData.Class
class MetaData a
_label :: MetaData a => a -> Text
_comment_plain :: MetaData a => a -> Text
_comment :: MetaData a => a -> Text
_url :: MetaData a => a -> Text
module Text.HTML5.MetaData.Type
type URL = Text
type Date = Day
type Number = Either Integer Float
type Boolean = Bool
-- | MIME format of the binary (e.g. application/zip).
--
--
-- - id fileFormat
-- - label File Format
-- - comment MIME format of the binary (e.g.
-- application/zip).
-- - domains SoftwareApplication
-- - ranges Text
--
type FileFormat = Text
-- | The language of the content. please use one of the language codes from
-- the IETF BCP 47 standard.
--
--
type InLanguage = Text
-- | A season of a TV series.
--
--
-- - id season
-- - label Season
-- - comment A season of a TV series.
-- - domains TVSeries
-- - ranges TVSeason
--
type Season = TVSeason
-- | Storage requirements (free space required).
--
--
-- - id storageRequirements
-- - label Storage Requirements
-- - comment Storage requirements (free space
-- required).
-- - domains SoftwareApplication
-- - ranges URL,Text
--
type StorageRequirements = Either URL Text
-- | The edition of the print product in which the NewsArticle appears.
--
--
-- - id printEdition
-- - label Print Edition
-- - comment The edition of the print product in which
-- the NewsArticle appears.
-- - domains NewsArticle
-- - ranges Text
--
type PrintEdition = Text
-- | The trailer of the movie or TV series, season, or episode.
--
--
type Trailer = VideoObject
-- | The date on which the CreativeWork was most recently modified.
--
--
-- - id dateModified
-- - label Date Modified
-- - comment The date on which the CreativeWork was
-- most recently modified.
-- - domains CreativeWork
-- - ranges Date
--
type DateModified = Date
-- | Version of the software instance.
--
--
-- - id softwareVersion
-- - label Software Version
-- - comment Version of the software instance.
-- - domains SoftwareApplication
-- - ranges Text
--
type SoftwareVersion = Text
-- | The author of this content. Please note that author is special in that
-- HTML 5 provides a special mechanism for indicating authorship via the
-- rel tag. That is equivalent to this and may be used interchangeably.
--
--
-- - id author
-- - label Author
-- - comment The author of this content. Please note
-- that author is special in that HTML 5 provides a special mechanism for
-- indicating authorship via the rel tag. That is equivalent to this and
-- may be used interchangeably.
-- - domains CreativeWork
-- - ranges
-- Person,Organization
--
type Author = Either Person Organization
-- | A polygon is the area enclosed by a point-to-point path for which the
-- starting and ending points are the same. A polygon is expressed as a
-- series of four or more spacedelimited points where the first and final
-- points are identical.
--
--
-- - id box
-- - label Box
-- - comment A polygon is the area enclosed by a
-- point-to-point path for which the starting and ending points are the
-- same. A polygon is expressed as a series of four or more
-- spacedelimited points where the first and final points are
-- identical.
-- - domains GeoShape
-- - ranges Text
--
type Box = Text
-- | Countries for which the application is not supported. You can also
-- provide the two-letter ISO 3166-1 alpha-2 country code.
--
--
-- - id countriesNotSupported
-- - label Countries Not Supported
-- - comment Countries for which the application is not
-- supported. You can also provide the two-letter ISO 3166-1 alpha-2
-- country code.
-- - domains SoftwareApplication
-- - ranges Text
--
type CountriesNotSupported = Text
-- | The quantity produced by the recipe (for example, number of people
-- served, number of servings, etc).
--
--
-- - id recipeYield
-- - label Recipe Yield
-- - comment The quantity produced by the recipe (for
-- example, number of people served, number of servings, etc).
-- - domains Recipe
-- - ranges Text
--
type RecipeYield = Text
-- | The main performer or performers of the event—for example, a
-- presenter, musician, or actor (legacy spelling; see singular form,
-- performer).
--
--
-- - id performers
-- - label Performers
-- - comment The main performer or performers of the
-- event—for example, a presenter, musician, or actor (legacy spelling;
-- see singular form, performer).
-- - domains Event
-- - ranges
-- Person,Organization
--
type Performers = Either Person Organization
-- | Description of benefits associated with the job.
--
--
-- - id benefits
-- - label Benefits
-- - comment Description of benefits associated with
-- the job.
-- - domains JobPosting
-- - ranges Text
--
type Benefits = Text
-- | The count of total number of ratings.
--
--
-- - id ratingCount
-- - label Rating Count
-- - comment The count of total number of ratings.
-- - domains AggregateRating
-- - ranges Number
--
type RatingCount = Number
-- | A sibling of the person.
--
--
-- - id sibling
-- - label Sibling
-- - comment A sibling of the person.
-- - domains Person
-- - ranges Person
--
type Sibling = Person
-- | The number of grams of unsaturated fat.
--
--
-- - id unsaturatedFatContent
-- - label Unsaturated Fat Content
-- - comment The number of grams of unsaturated
-- fat.
-- - domains NutritionInformation
-- - ranges Mass
--
type UnsaturatedFatContent = Mass
-- | The media objects that encode this creative work. This property is a
-- synonym for encodings.
--
--
-- - id associatedMedia
-- - label Associated Media
-- - comment The media objects that encode this
-- creative work. This property is a synonym for encodings.
-- - domains CreativeWork
-- - ranges MediaObject
--
type AssociatedMedia = MediaObject
-- | The most generic familial relation.
--
--
-- - id relatedTo
-- - label Related to
-- - comment The most generic familial relation.
-- - domains Person
-- - ranges Person
--
type RelatedTo = Person
-- | The telephone number.
--
--
type Telephone = Text
-- | Indicates the collection or gallery to which the item belongs.
--
--
-- - id isPartOf
-- - label Is Part of
-- - comment Indicates the collection or gallery to
-- which the item belongs.
-- - domains WebPage
-- - ranges CollectionPage
--
type IsPartOf = CollectionPage
-- | A collection of music albums (legacy spelling; see singular form,
-- album).
--
--
-- - id albums
-- - label Albums
-- - comment A collection of music albums (legacy
-- spelling; see singular form, album).
-- - domains MusicGroup
-- - ranges MusicAlbum
--
type Albums = MusicAlbum
-- | The start date and time of the event (in ISO 8601 date format).
--
--
type StartDate = Date
-- | A NewsArticle associated with the Media Object.
--
--
-- - id associatedArticle
-- - label Associated Article
-- - comment A NewsArticle associated with the Media
-- Object.
-- - domains MediaObject
-- - ranges NewsArticle
--
type AssociatedArticle = NewsArticle
-- | The date on which the CreativeWork was created.
--
--
-- - id dateCreated
-- - label Date Created
-- - comment The date on which the CreativeWork was
-- created.
-- - domains CreativeWork
-- - ranges Date
--
type DateCreated = Date
-- | The exchange traded instrument associated with a Corporation object.
-- The tickerSymbol is expressed as an exchange and an instrument name
-- separated by a space character. For the exchange component of the
-- tickerSymbol attribute, we reccommend using the controlled vocaulary
-- of Market Identifier Codes (MIC) specified in ISO15022.
--
--
-- - id tickerSymbol
-- - label Ticker Symbol
-- - comment The exchange traded instrument associated
-- with a Corporation object. The tickerSymbol is expressed as an
-- exchange and an instrument name separated by a space character. For
-- the exchange component of the tickerSymbol attribute, we reccommend
-- using the controlled vocaulary of Market Identifier Codes (MIC)
-- specified in ISO15022.
-- - domains Corporation
-- - ranges Text
--
type TickerSymbol = Text
-- | The name of the application suite to which the application belongs
-- (e.g. Excel belongs to Office)
--
--
-- - id applicationSuite
-- - label Application Suite
-- - comment The name of the application suite to which
-- the application belongs (e.g. Excel belongs to Office)
-- - domains SoftwareApplication
-- - ranges Text
--
type ApplicationSuite = Text
-- | The production company or studio that made the movie, TV series,
-- season, or episode, or video.
--
--
-- - id productionCompany
-- - label Production Company
-- - comment The production company or studio that made
-- the movie, TV series, season, or episode, or video.
-- - domains
-- TVEpisode,Movie,VideoObject,TVSeries
-- - ranges Organization
--
type ProductionCompany = Organization
-- | The actual body of the article.
--
--
-- - id articleBody
-- - label Article Body
-- - comment The actual body of the article.
-- - domains Article
-- - ranges Text
--
type ArticleBody = Text
-- | The location of the content.
--
--
-- - id contentLocation
-- - label Content Location
-- - comment The location of the content.
-- - domains CreativeWork
-- - ranges Place
--
type ContentLocation = Place
-- | Given name. In the U.S., the first name of a Person. This can be used
-- along with familyName instead of the Name property.
--
--
-- - id givenName
-- - label Given Name
-- - comment Given name. In the U.S., the first name of
-- a Person. This can be used along with familyName instead of the Name
-- property.
-- - domains Person
-- - ranges Text
--
type GivenName = Text
-- | URL of an image of the item.
--
--
-- - id image
-- - label Image
-- - comment URL of an image of the item.
-- - domains Thing
-- - ranges URL
--
type Image = URL
-- | A thumbnail image relevant to the Thing.
--
--
-- - id thumbnailUrl
-- - label Thumbnail Url
-- - comment A thumbnail image relevant to the
-- Thing.
-- - domains CreativeWork
-- - ranges URL
--
type ThumbnailUrl = URL
-- | Date when this media object was uploaded to this site.
--
--
-- - id uploadDate
-- - label Upload Date
-- - comment Date when this media object was uploaded
-- to this site.
-- - domains MediaObject
-- - ranges Date
--
type UploadDate = Date
-- | The number of milligrams of cholesterol.
--
--
-- - id cholesterolContent
-- - label Cholesterol Content
-- - comment The number of milligrams of
-- cholesterol.
-- - domains NutritionInformation
-- - ranges Mass
--
type CholesterolContent = Mass
-- | The method of cooking, such as Frying, Steaming, ...
--
--
-- - id cookingMethod
-- - label Cooking Method
-- - comment The method of cooking, such as Frying,
-- Steaming, ...
-- - domains Recipe
-- - ranges Text
--
type CookingMethod = Text
-- | The serving size, in terms of the number of volume or mass
--
--
-- - id servingSize
-- - label Serving Size
-- - comment The serving size, in terms of the number
-- of volume or mass
-- - domains NutritionInformation
-- - ranges Text
--
type ServingSize = Text
-- | The job title of the person (for example, Financial Manager).
--
--
-- - id jobTitle
-- - label Job Title
-- - comment The job title of the person (for example,
-- Financial Manager).
-- - domains Person
-- - ranges Text
--
type JobTitle = Text
-- | The highest value allowed in this rating system. If bestRating is
-- omitted, 5 is assumed.
--
--
-- - id bestRating
-- - label Best Rating
-- - comment The highest value allowed in this rating
-- system. If bestRating is omitted, 5 is assumed.
-- - domains Rating
-- - ranges Number,Text
--
type BestRating = Either Number Text
-- | The elevation of a location.
--
--
type Elevation = Either Text Number
-- | The TV series to which this episode or season belongs.
--
--
-- - id partOfTVSeries
-- - label Part of TV Series
-- - comment The TV series to which this episode or
-- season belongs.
-- - domains
-- TVEpisode,TVSeason
-- - ranges TVSeries
--
type PartOfTVSeries = TVSeries
-- | A sibling of the person (legacy spelling; see singular form, sibling).
--
--
-- - id siblings
-- - label Siblings
-- - comment A sibling of the person (legacy spelling;
-- see singular form, sibling).
-- - domains Person
-- - ranges Person
--
type Siblings = Person
-- | The total time it takes to prepare and cook the recipe, in ISO 8601
-- duration format.
--
--
type TotalTime = Duration
-- | The number of the column in which the NewsArticle appears in the print
-- edition.
--
--
-- - id printColumn
-- - label Print Column
-- - comment The number of the column in which the
-- NewsArticle appears in the print edition.
-- - domains NewsArticle
-- - ranges Text
--
type PrintColumn = Text
-- | The manufacturer of the product.
--
--
-- - id manufacturer
-- - label Manufacturer
-- - comment The manufacturer of the product.
-- - domains Product
-- - ranges Organization
--
type Manufacturer = Organization
-- | The street address. For example, 1600 Amphitheatre Pkwy.
--
--
-- - id streetAddress
-- - label Street Address
-- - comment The street address. For example, 1600
-- Amphitheatre Pkwy.
-- - domains PostalAddress
-- - ranges Text
--
type StreetAddress = Text
-- | The opening hours for a business. Opening hours can be specified as a
-- weekly time range, starting with days, then times per day. Multiple
-- days can be listed with commas ',' separating each day. Day or time
-- ranges are specified using a hyphen -.- Days are specified
-- using the following two-letter combinations: Mo, Tu, We, Th, Fr, Sa,
-- Su.- Times are specified using 24:00 time. For example, 3pm is
-- specified as 15:00. - Here is an example: time
-- itemprop="openingHours" datetime="Tu,Th 16:00-20:00"Tuesdays and
-- Thursdays 4-8pm/time. - If a business is open 7 days a week,
-- then it can be specified as time itemprop="openingHours"
-- datetime="Mo-Su"Monday through Sunday, all day/time.
--
--
-- - id openingHours
-- - label Opening Hours
-- - comment The opening hours for a business. Opening
-- hours can be specified as a weekly time range, starting with days,
-- then times per day. Multiple days can be listed with commas ','
-- separating each day. Day or time ranges are specified using a hyphen
-- -.br/- Days are specified using the following two-letter
-- combinations: codeMo/code, codeTu/code,
-- codeWe/code, codeTh/code,
-- codeFr/code, codeSa/code,
-- codeSu/code.br/- Times are specified using 24:00
-- time. For example, 3pm is specified as code15:00/code.
-- br/- Here is an example: code<time
-- itemprop=openingHours datetime=Tu,Th
-- 16:00-20:00>Tuesdays and Thursdays
-- 4-8pm<time><code>. br/- If a
-- business is open 7 days a week, then it can be specified as
-- code<time itemprop=openingHours
-- datetime=Mo-Su>Monday through Sunday, all
-- day<time><code>.
-- - domains
-- LocalBusiness,CivicStructure
-- - ranges Duration
--
type OpeningHours = Duration
-- | A music album.
--
--
type Album = MusicAlbum
-- | The name of the item.
--
--
-- - id name
-- - label Name
-- - comment The name of the item.
-- - domains Thing
-- - ranges Text
--
type Name = Text
-- | Headline of the article
--
--
-- - id headline
-- - label Headline
-- - comment Headline of the article
-- - domains CreativeWork
-- - ranges Text
--
type Headline = Text
-- | The cuisine of the recipe (for example, French or Ethopian).
--
--
-- - id recipeCuisine
-- - label Recipe Cuisine
-- - comment The cuisine of the recipe (for example,
-- French or Ethopian).
-- - domains Recipe
-- - ranges Text
--
type RecipeCuisine = Text
-- | The time at which the UserComment was made.
--
--
-- - id commentTime
-- - label Comment Time
-- - comment The time at which the UserComment was
-- made.
-- - domains UserComments
-- - ranges Date
--
type CommentTime = Date
-- | The product identifier, such as ISBN. For example: meta
-- itemprop='productID' content='isbn:123-456-789'/.
--
--
-- - id productID
-- - label Product ID
-- - comment The product identifier, such as ISBN. For
-- example: code<meta itemprop=productID
-- content='isbn:123-456-789'><code>.
-- - domains Product
-- - ranges Text
--
type ProductID = Text
-- | The Organization on whose behalf the creator was working.
--
--
-- - id sourceOrganization
-- - label Source Organization
-- - comment The Organization on whose behalf the
-- creator was working.
-- - domains CreativeWork
-- - ranges Organization
--
type SourceOrganization = Organization
-- | A performer at the event—for example, a presenter, musician, musical
-- group or actor.
--
--
-- - id performer
-- - label Performer
-- - comment A performer at the event—for example, a
-- presenter, musician, musical group or actor.
-- - domains Event
-- - ranges
-- Person,Organization
--
type Performer = Either Person Organization
-- | A short description of the item.
--
--
-- - id description
-- - label Description
-- - comment A short description of the item.
-- - domains Thing
-- - ranges Text
--
type Description = Text
-- | An embedded audio object.
--
--
type Audio = AudioObject
-- | Features or modules provided by this application (and possibly
-- required by other applications).
--
--
-- - id featureList
-- - label Feature List
-- - comment Features or modules provided by this
-- application (and possibly required by other applications).
-- - domains SoftwareApplication
-- - ranges URL,Text
--
type FeatureList = Either URL Text
-- | The basic containment relation between places.
--
--
-- - id containedIn
-- - label Contained in
-- - comment The basic containment relation between
-- places.
-- - domains Place
-- - ranges Place
--
type ContainedIn = Place
-- | Physical address of the item.
--
--
type Address = PostalAddress
-- | An ingredient used in the recipe.
--
--
-- - id ingredients
-- - label Ingredients
-- - comment An ingredient used in the recipe.
-- - domains Recipe
-- - ranges Text
--
type Ingredients = Text
-- | The condition of the item for sale—for example New, Refurbished, Used,
-- etc.
--
--
-- - id itemCondition
-- - label Item Condition
-- - comment The condition of the item for sale—for
-- example New, Refurbished, Used, etc.
-- - domains Offer
-- - ranges OfferItemCondition
--
type ItemCondition = OfferItemCondition
-- | The ISBN of the book.
--
--
-- - id isbn
-- - label ISBN
-- - comment The ISBN of the book.
-- - domains Book
-- - ranges Text
--
type Isbn = Text
-- | The seasons of the TV series (legacy spelling; see singular form,
-- season).
--
--
-- - id seasons
-- - label Seasons
-- - comment The seasons of the TV series (legacy
-- spelling; see singular form, season).
-- - domains TVSeries
-- - ranges TVSeason
--
type Seasons = TVSeason
-- | An honorific suffix preceding a Person's name such as M.D.
-- PhDMSCSW.
--
--
-- - id honorificSuffix
-- - label Honorific Suffix
-- - comment An honorific suffix preceding a Person's
-- name such as M.D. PhDMSCSW.
-- - domains Person
-- - ranges Text
--
type HonorificSuffix = Text
-- | If this MediaObject is an AudioObject or VideoObject, the transcript
-- of that object.
--
--
-- - id transcript
-- - label Transcript
-- - comment If this MediaObject is an AudioObject or
-- VideoObject, the transcript of that object.
-- - domains
-- AudioObject,VideoObject
-- - ranges Text
--
type Transcript = Text
-- | The overall rating, based on a collection of reviews or ratings, of
-- the item.
--
--
type AggregateRating = AggregateRating
-- | Educational background needed for the position.
--
--
-- - id educationRequirements
-- - label Education Requirements
-- - comment Educational background needed for the
-- position.
-- - domains JobPosting
-- - ranges Text
--
type EducationRequirements = Text
-- | The width of the media object.
--
--
-- - id width
-- - label Width
-- - comment The width of the media object.
-- - domains MediaObject
-- - ranges Distance
--
type Width = Distance
-- | The season number.
--
--
-- - id seasonNumber
-- - label Season Number
-- - comment The season number.
-- - domains TVSeason
-- - ranges Integer
--
type SeasonNumber = Integer
-- | An episode of a TV series or season.
--
--
-- - id episode
-- - label Episode
-- - comment An episode of a TV series or season.
-- - domains
-- TVSeason,TVSeries
-- - ranges TVEpisode
--
type Episode = TVEpisode
-- | An award won by this person or for this creative work.
--
--
-- - id award
-- - label Award
-- - comment An award won by this person or for this
-- creative work.
-- - domains
-- Person,CreativeWork
-- - ranges Text
--
type Award = Text
-- | The base salary of the job.
--
--
-- - id baseSalary
-- - label Base Salary
-- - comment The base salary of the job.
-- - domains JobPosting
-- - ranges Number
--
type BaseSalary = Number
-- | An embedded video object.
--
--
type Video = VideoObject
-- | Family name. In the U.S., the last name of an Person. This can be used
-- along with givenName instead of the Name property.
--
--
-- - id familyName
-- - label Family Name
-- - comment Family name. In the U.S., the last name of
-- an Person. This can be used along with givenName instead of the Name
-- property.
-- - domains Person
-- - ranges Text
--
type FamilyName = Text
-- | The date after which the price is no longer available.
--
--
-- - id priceValidUntil
-- - label Price Valid Until
-- - comment The date after which the price is no
-- longer available.
-- - domains Offer
-- - ranges Date
--
type PriceValidUntil = Date
-- | An honorific prefix preceding a Person's name such as DrMrsMr.
--
--
-- - id honorificPrefix
-- - label Honorific Prefix
-- - comment An honorific prefix preceding a Person's
-- name such as DrMrsMr.
-- - domains Person
-- - ranges Text
--
type HonorificPrefix = Text
-- | The availability of this item—for example In stock, Out of stock,
-- Pre-order, etc.
--
--
-- - id availability
-- - label Availability
-- - comment The availability of this item—for example
-- In stock, Out of stock, Pre-order, etc.
-- - domains Offer
-- - ranges ItemAvailability
--
type Availability = ItemAvailability
-- | The illustrator of the book.
--
--
-- - id illustrator
-- - label Illustrator
-- - comment The illustrator of the book.
-- - domains Book
-- - ranges Person
--
type Illustrator = Person
-- | The playlist to which this recording belongs.
--
--
-- - id inPlaylist
-- - label In Playlist
-- - comment The playlist to which this recording
-- belongs.
-- - domains MusicRecording
-- - ranges MusicPlaylist
--
type InPlaylist = MusicPlaylist
-- | People working for this organization. (legacy spelling; see singular
-- form, employee)
--
--
-- - id employees
-- - label Employees
-- - comment People working for this organization.
-- (legacy spelling; see singular form, employee)
-- - domains Organization
-- - ranges Person
--
type Employees = Person
-- | Indicates the main image on the page
--
--
-- - id primaryImageOfPage
-- - label Primary Image of Page
-- - comment Indicates the main image on the page
-- - domains WebPage
-- - ranges ImageObject
--
type PrimaryImageOfPage = ImageObject
-- | Specifies the Person who edited the CreativeWork.
--
--
-- - id editor
-- - label Editor
-- - comment Specifies the Person who edited the
-- CreativeWork.
-- - domains CreativeWork
-- - ranges Person
--
type Editor = Person
-- | Specifies the Person or Organization that distributed the
-- CreativeWork.
--
--
-- - id provider
-- - label Provider
-- - comment Specifies the Person or Organization that
-- distributed the CreativeWork.
-- - domains CreativeWork
-- - ranges
-- Person,Organization
--
type Provider = Either Person Organization
-- | Event that this person is a performer or participant in.
--
--
-- - id performerIn
-- - label Performer in
-- - comment Event that this person is a performer or
-- participant in.
-- - domains Person
-- - ranges Event
--
type PerformerIn = Event
-- | Date of birth.
--
--
-- - id birthDate
-- - label Birth Date
-- - comment Date of birth.
-- - domains Person
-- - ranges Date
--
type BirthDate = Date
-- | A person who founded this organization.
--
--
-- - id founder
-- - label Founder
-- - comment A person who founded this
-- organization.
-- - domains Organization
-- - ranges Person
--
type Founder = Person
-- | Any special commitments associated with this job posting. Valid
-- entries include VeteranCommit, MilitarySpouseCommit, etc.
--
--
-- - id specialCommitments
-- - label Special Commitments
-- - comment Any special commitments associated with
-- this job posting. Valid entries include VeteranCommit,
-- MilitarySpouseCommit, etc.
-- - domains JobPosting
-- - ranges Text
--
type SpecialCommitments = Text
-- | The seller of the product.
--
--
-- - id seller
-- - label Seller
-- - comment The seller of the product.
-- - domains Offer
-- - ranges Organization
--
type Seller = Organization
-- | Specifies specific carrier(s) requirements for the application (e.g.
-- an application may only work on a specific carrier network).
--
--
-- - id carrierRequirements
-- - label Carrier Requirements
-- - comment Specifies specific carrier(s) requirements
-- for the application (e.g. an application may only work on a specific
-- carrier network).
-- - domains MobileApplication
-- - ranges Text
--
type CarrierRequirements = Text
-- | The latitude of a location. For example 37.42242.
--
--
type Latitude = Either Number Text
-- | A URL pointing to a player for a specific video. In general, this is
-- the information in the src element of an embed tag and should not be
-- the same as the content of the loc tag. (previous spelling: embedURL)
--
--
-- - id embedUrl
-- - label Embed Url
-- - comment A URL pointing to a player for a specific
-- video. In general, this is the information in the
-- codesrc/code element of an codeembed/code
-- tag and should not be the same as the content of the
-- codeloc/code tag. (previous spelling: embedURL)
-- - domains MediaObject
-- - ranges URL
--
type EmbedUrl = URL
-- | The number of grams of trans fat.
--
--
-- - id transFatContent
-- - label Trans Fat Content
-- - comment The number of grams of trans fat.
-- - domains NutritionInformation
-- - ranges Mass
--
type TransFatContent = Mass
-- | The currency accepted (in ISO 4217 currency format).
--
--
type CurrenciesAccepted = Text
-- | An organization that this person is affiliated with. For example, a
-- school/university, a club, or a team.
--
--
-- - id affiliation
-- - label Affiliation
-- - comment An organization that this person is
-- affiliated with. For example, a school/university, a club, or a
-- team.
-- - domains Person
-- - ranges Organization
--
type Affiliation = Organization
-- | The media objects that encode this creative work (legacy spelling; see
-- singular form, encoding).
--
--
-- - id encodings
-- - label Encodings
-- - comment The media objects that encode this
-- creative work (legacy spelling; see singular form, encoding).
-- - domains CreativeWork
-- - ranges MediaObject
--
type Encodings = MediaObject
-- | The album to which this recording belongs.
--
--
-- - id inAlbum
-- - label In Album
-- - comment The album to which this recording
-- belongs.
-- - domains MusicRecording
-- - ranges MusicAlbum
--
type InAlbum = MusicAlbum
-- | A member of this organization.
--
--
type Member = Either Person Organization
-- | Date the content expires and is no longer useful or available. Useful
-- for videos.
--
--
-- - id expires
-- - label Expires
-- - comment Date the content expires and is no longer
-- useful or available. Useful for videos.
-- - domains MediaObject
-- - ranges Date
--
type Expires = Date
-- | The number of milligrams of sodium.
--
--
-- - id sodiumContent
-- - label Sodium Content
-- - comment The number of milligrams of sodium.
-- - domains NutritionInformation
-- - ranges Mass
--
type SodiumContent = Mass
-- | Specifies browser requirements in human-readable text. For
-- example,requires HTML5 support.
--
--
-- - id browserRequirements
-- - label Browser Requirements
-- - comment Specifies browser requirements in
-- human-readable text. For example,requires HTML5 support.
-- - domains WebApplication
-- - ranges Text
--
type BrowserRequirements = Text
-- | The director of the movie, TV episode, or series.
--
--
-- - id director
-- - label Director
-- - comment The director of the movie, TV episode, or
-- series.
-- - domains
-- TVEpisode,Movie,TVSeries
-- - ranges Person
--
type Director = Person
-- | The title of the job.
--
--
-- - id title
-- - label Title
-- - comment The title of the job.
-- - domains JobPosting
-- - ranges Text
--
type Title = Text
-- | mp3, mpeg4, etc.
--
--
-- - id encodingFormat
-- - label Encoding Format
-- - comment mp3, mpeg4, etc.
-- - domains MediaObject
-- - ranges Text
--
type EncodingFormat = Text
-- | Countries for which the application is supported. You can also provide
-- the two-letter ISO 3166-1 alpha-2 country code.
--
--
-- - id countriesSupported
-- - label Countries Supported
-- - comment Countries for which the application is
-- supported. You can also provide the two-letter ISO 3166-1 alpha-2
-- country code.
-- - domains SoftwareApplication
-- - ranges Text
--
type CountriesSupported = Text
-- | The currency (coded using ISO 4217,
-- http:en.wikipedia.orgwikiISO_4217 used for the main
-- salary information in this job posting.
--
--
-- - id salaryCurrency
-- - label Salary Currency
-- - comment The currency (coded using ISO 4217,
-- http:en.wikipedia.orgwikiISO_4217 used for the main
-- salary information in this job posting.
-- - domains JobPosting
-- - ranges Text
--
type SalaryCurrency = Text
-- | Comments, typically from users, on this CreativeWork.
--
--
-- - id comment
-- - label Comment
-- - comment Comments, typically from users, on this
-- CreativeWork.
-- - domains CreativeWork
-- - ranges UserComments
--
type Comment = UserComments
-- | A media object that encode this CreativeWork.
--
--
-- - id encoding
-- - label Encoding
-- - comment A media object that encode this
-- CreativeWork.
-- - domains CreativeWork
-- - ranges MediaObject
--
type Encoding = MediaObject
-- | A member of this organization (legacy spelling; see singular form,
-- member).
--
--
-- - id members
-- - label Members
-- - comment A member of this organization (legacy
-- spelling; see singular form, member).
-- - domains Organization
-- - ranges
-- Person,Organization
--
type Members = Either Person Organization
-- | The number of grams of fiber.
--
--
-- - id fiberContent
-- - label Fiber Content
-- - comment The number of grams of fiber.
-- - domains NutritionInformation
-- - ranges Mass
--
type FiberContent = Mass
-- | The longitude of a location. For example -122.08585.
--
--
type Longitude = Either Number Text
-- | A secondary contributor to the CreativeWork.
--
--
-- - id contributor
-- - label Contributor
-- - comment A secondary contributor to the
-- CreativeWork.
-- - domains CreativeWork
-- - ranges
-- Person,Organization
--
type Contributor = Either Person Organization
-- | The number of grams of carbohydrates.
--
--
-- - id carbohydrateContent
-- - label Carbohydrate Content
-- - comment The number of grams of carbohydrates.
-- - domains NutritionInformation
-- - ranges Mass
--
type CarbohydrateContent = Mass
-- | The highest price of all offers available.
--
--
-- - id highPrice
-- - label High Price
-- - comment The highest price of all offers
-- available.
-- - domains AggregateOffer
-- - ranges Number,Text
--
type HighPrice = Either Number Text
-- | The steps to make the dish.
--
--
-- - id recipeInstructions
-- - label Recipe Instructions
-- - comment The steps to make the dish.
-- - domains Recipe
-- - ranges Text
--
type RecipeInstructions = Text
-- | Size of the application / package (e.g. 18MB). In the absence of a
-- unit (MB, KB etc.), KB will be assumed.
--
--
-- - id fileSize
-- - label File Size
-- - comment Size of the application / package (e.g.
-- 18MB). In the absence of a unit (MB, KB etc.), KB will be
-- assumed.
-- - domains SoftwareApplication
-- - ranges Integer
--
type FileSize = Integer
-- | The regions where the media is allowed. If not specified, then it's
-- assumed to be allowed everywhere. Specify the countries in ISO 3166
-- format.
--
--
type RegionsAllowed = Place
-- | A child of the person.
--
--
-- - id children
-- - label Children
-- - comment A child of the person.
-- - domains Person
-- - ranges Person
--
type Children = Person
-- | Either the actual menu or a URL of the menu.
--
--
-- - id menu
-- - label Menu
-- - comment Either the actual menu or a URL of the
-- menu.
-- - domains FoodEstablishment
-- - ranges Text,URL
--
type Menu = Either Text URL
-- | The episode number.
--
--
-- - id episodeNumber
-- - label Episode Number
-- - comment The episode number.
-- - domains TVEpisode
-- - ranges Number
--
type EpisodeNumber = Number
-- | A person who founded this organization (legacy spelling; see singular
-- form, founder).
--
--
-- - id founders
-- - label Founders
-- - comment A person who founded this organization
-- (legacy spelling; see singular form, founder).
-- - domains Organization
-- - ranges Person
--
type Founders = Person
-- | exif data for this object.
--
--
-- - id exifData
-- - label Exif Data
-- - comment exif data for this object.
-- - domains ImageObject
-- - ranges Text
--
type ExifData = Text
-- | The most generic uni-directional social relation.
--
--
-- - id follows
-- - label Follows
-- - comment The most generic uni-directional social
-- relation.
-- - domains Person
-- - ranges Person
--
type Follows = Person
-- | Actual bytes of the media object, for example the image file or video
-- file. (previous spelling: contentURL)
--
--
-- - id contentUrl
-- - label Content Url
-- - comment Actual bytes of the media object, for
-- example the image file or video file. (previous spelling:
-- contentURL)
-- - domains MediaObject
-- - ranges URL
--
type ContentUrl = URL
-- | The price range of the business, for example $$$.
--
--
-- - id priceRange
-- - label Price Range
-- - comment The price range of the business, for
-- example code$$$/code.
-- - domains LocalBusiness
-- - ranges Text
--
type PriceRange = Text
-- | Specific qualifications required for this role.
--
--
-- - id qualifications
-- - label Qualifications
-- - comment Specific qualifications required for this
-- role.
-- - domains JobPosting
-- - ranges Text
--
type Qualifications = Text
-- | Skills required to fulfill this role.
--
--
-- - id skills
-- - label Skills
-- - comment Skills required to fulfill this role.
-- - domains JobPosting
-- - ranges Text
--
type Skills = Text
-- | Description of bonus and commission compensation aspects of the job.
--
--
-- - id incentives
-- - label Incentives
-- - comment Description of bonus and commission
-- compensation aspects of the job.
-- - domains JobPosting
-- - ranges Text
--
type Incentives = Text
-- | The number of grams of protein.
--
--
-- - id proteinContent
-- - label Protein Content
-- - comment The number of grams of protein.
-- - domains NutritionInformation
-- - ranges Mass
--
type ProteinContent = Mass
-- | Someone working for this organization.
--
--
-- - id employee
-- - label Employee
-- - comment Someone working for this
-- organization.
-- - domains Organization
-- - ranges Person
--
type Employee = Person
-- | If this NewsArticle appears in print, this field indicates the name of
-- the page on which the article is found. Please note that this field is
-- intended for the exact page name (e.g. A5, B18).
--
--
-- - id printPage
-- - label Print Page
-- - comment If this NewsArticle appears in print, this
-- field indicates the name of the page on which the article is found.
-- Please note that this field is intended for the exact page name (e.g.
-- A5, B18).
-- - domains NewsArticle
-- - ranges Text
--
type PrintPage = Text
-- | The typical working hours for this job (e.g. 1st shift, night shift,
-- 8am-5pm).
--
--
-- - id workHours
-- - label Work Hours
-- - comment The typical working hours for this job
-- (e.g. 1st shift, night shift, 8am-5pm).
-- - domains JobPosting
-- - ranges Text
--
type WorkHours = Text
-- | A circle is the circular region of a specified radius centered at a
-- specified latitude and longitude. A circle is expressed as a pair
-- followed by a radius in meters.
--
--
-- - id circle
-- - label Circle
-- - comment A circle is the circular region of a
-- specified radius centered at a specified latitude and longitude. A
-- circle is expressed as a pair followed by a radius in meters.
-- - domains GeoShape
-- - ranges Text
--
type Circle = Text
-- | The length of time it takes to prepare the recipe, in ISO 8601
-- duration format.
--
--
type PrepTime = Duration
-- | The artist that performed this album or recording.
--
--
type ByArtist = MusicGroup
-- | The URL at which a reply may be posted to the specified UserComment.
--
--
-- - id replyToUrl
-- - label Reply to Url
-- - comment The URL at which a reply may be posted to
-- the specified UserComment.
-- - domains UserComments
-- - ranges URL
--
type ReplyToUrl = URL
-- | Awards won by this person or for this creative work. (legacy spelling;
-- see singular form, award)
--
--
-- - id awards
-- - label Awards
-- - comment Awards won by this person or for this
-- creative work. (legacy spelling; see singular form, award)
-- - domains
-- Person,CreativeWork
-- - ranges Text
--
type Awards = Text
-- | Alumni of educational organization.
--
--
type Alumni = Person
-- | The episode of a TV series or season (legacy spelling; see singular
-- form, episode).
--
--
-- - id episodes
-- - label Episodes
-- - comment The episode of a TV series or season
-- (legacy spelling; see singular form, episode).
-- - domains
-- TVSeason,TVSeries
-- - ranges TVEpisode
--
type Episodes = TVEpisode
-- | The date that this organization was founded.
--
--
-- - id foundingDate
-- - label Founding Date
-- - comment The date that this organization was
-- founded.
-- - domains Organization
-- - ranges Date
--
type FoundingDate = Date
-- | A contact location for a person's residence.
--
--
-- - id homeLocation
-- - label Home Location
-- - comment A contact location for a person's
-- residence.
-- - domains Person
-- - ranges
-- Place,ContactPoint
--
type HomeLocation = Either Place ContactPoint
-- | Description of skills and experience needed for the position.
--
--
-- - id experienceRequirements
-- - label Experience Requirements
-- - comment Description of skills and experience
-- needed for the position.
-- - domains JobPosting
-- - ranges Text
--
type ExperienceRequirements = Text
-- | Indicates if use of the media require a subscription (either paid or
-- free). Allowed values are yes or no.
--
--
-- - id requiresSubscription
-- - label Requires Subscription
-- - comment Indicates if use of the media require a
-- subscription (either paid or free). Allowed values are
-- codeyes/code or codeno/code.
-- - domains MediaObject
-- - ranges Boolean
--
type RequiresSubscription = Boolean
-- | The larger organization that this local business is a branch of, if
-- any.
--
--
-- - id branchOf
-- - label Branch of
-- - comment The larger organization that this local
-- business is a branch of, if any.
-- - domains LocalBusiness
-- - ranges Organization
--
type BranchOf = Organization
-- | The edition of the book.
--
--
-- - id bookEdition
-- - label Book Edition
-- - comment The edition of the book.
-- - domains Book
-- - ranges Text
--
type BookEdition = Text
-- | A person attending the event (legacy spelling; see singular form,
-- attendee).
--
--
-- - id attendees
-- - label Attendees
-- - comment A person attending the event (legacy
-- spelling; see singular form, attendee).
-- - domains Event
-- - ranges
-- Person,Organization
--
type Attendees = Either Person Organization
-- | The party holding the legal copyright to the CreativeWork.
--
--
-- - id copyrightHolder
-- - label Copyright Holder
-- - comment The party holding the legal copyright to
-- the CreativeWork.
-- - domains CreativeWork
-- - ranges
-- Person,Organization
--
type CopyrightHolder = Either Person Organization
-- | The textual content of this CreativeWork.
--
--
-- - id text
-- - label Text
-- - comment The textual content of this
-- CreativeWork.
-- - domains CreativeWork
-- - ranges Text type Text = Text
--
--
-- The location of the event or organization.
--
--
type Location = Either PostalAddress Place
-- | The offer price of the product.
--
--
-- - id price
-- - label Price
-- - comment The offer price of the product.
-- - domains Offer
-- - ranges Number,Text
--
type Price = Either Number Text
-- | The geo coordinates of the place.
--
--
type Geo = Either GeoCoordinates GeoShape
-- | Articles may belong to one or more sections in a magazine or
-- newspaper, such as Sports, Lifestyle, etc.
--
--
-- - id articleSection
-- - label Article Section
-- - comment Articles may belong to one or more
-- sections in a magazine or newspaper, such as Sports,
-- Lifestyle, etc.
-- - domains Article
-- - ranges Text
--
type ArticleSection = Text
-- | An event that this event is a part of. For example, a collection of
-- individual music performances might each have a music festival as
-- their superEvent.
--
--
-- - id superEvent
-- - label Super Event
-- - comment An event that this event is a part of. For
-- example, a collection of individual music performances might each have
-- a music festival as their superEvent.
-- - domains Event
-- - ranges Event
--
type SuperEvent = Event
-- | The subject matter of the content.
--
--
-- - id about
-- - label About
-- - comment The subject matter of the content.
-- - domains CreativeWork
-- - ranges Thing
--
type About = Thing
-- | The rating given in this review. Note that reviews can themselves be
-- rated. The reviewRating applies to rating given by the review. The
-- aggregateRating property applies to the review itself, as a creative
-- work.
--
--
-- - id reviewRating
-- - label Review Rating
-- - comment The rating given in this review. Note that
-- reviews can themselves be rated. The
-- codereviewRating/code applies to rating given by the
-- review. The codeaggregateRating/code property applies to
-- the review itself, as a creative work.
-- - domains Review
-- - ranges Rating
--
type ReviewRating = Rating
-- | The time it takes to actually cook the dish, in ISO 8601 duration
-- format.
--
--
type CookTime = Duration
-- | The bitrate of the media object.
--
--
-- - id bitrate
-- - label Bitrate
-- - comment The bitrate of the media object.
-- - domains MediaObject
-- - ranges Text
--
type Bitrate = Text
-- | Minimum memory requirements.
--
--
-- - id memoryRequirements
-- - label Memory Requirements
-- - comment Minimum memory requirements.
-- - domains SoftwareApplication
-- - ranges URL,Text
--
type MemoryRequirements = Either URL Text
-- | Publication date for the job posting.
--
--
-- - id datePosted
-- - label Date Posted
-- - comment Publication date for the job posting.
-- - domains JobPosting
-- - ranges Date
--
type DatePosted = Date
-- | One of the more significant URLs on the page. Typically, these are the
-- non-navigation links that are clicked on the most.
--
--
-- - id significantLink
-- - label Significant Link
-- - comment One of the more significant URLs on the
-- page. Typically, these are the non-navigation links that are clicked
-- on the most.
-- - domains WebPage
-- - ranges URL
--
type SignificantLink = URL
-- | The postings that are part of this blog (legacy spelling; see singular
-- form, blogPost).
--
--
-- - id blogPosts
-- - label Blog Posts
-- - comment The postings that are part of this blog
-- (legacy spelling; see singular form, blogPost).
-- - domains Blog
-- - ranges BlogPosting
--
type BlogPosts = BlogPosting
-- | The number of words in the text of the Article.
--
--
-- - id wordCount
-- - label Word Count
-- - comment The number of words in the text of the
-- Article.
-- - domains Article
-- - ranges Integer
--
type WordCount = Integer
-- | Component dependency requirements for application. This includes
-- runtime environments and shared libraries that are not included in the
-- application distribution package, but required to run the application
-- (Examples: DirectX, Java or .NET runtime).
--
--
-- - id requirements
-- - label Requirements
-- - comment Component dependency requirements for
-- application. This includes runtime environments and shared libraries
-- that are not included in the application distribution package, but
-- required to run the application (Examples: DirectX, Java or .NET
-- runtime).
-- - domains SoftwareApplication
-- - ranges URL,Text
--
type Requirements = Either URL Text
-- | The number of calories
--
--
type Calories = Energy
-- | A contact point for a person or organization.
--
--
-- - id contactPoint
-- - label Contact Point
-- - comment A contact point for a person or
-- organization.
-- - domains
-- Organization,Person
-- - ranges ContactPoint
--
type ContactPoint = ContactPoint
-- | Email address.
--
--
type Email = Text
-- | A colleague of the person (legacy spelling; see singular form,
-- colleague).
--
--
-- - id colleagues
-- - label Colleagues
-- - comment A colleague of the person (legacy
-- spelling; see singular form, colleague).
-- - domains Person
-- - ranges Person
--
type Colleagues = Person
-- | A link to a screenshot image of the app.
--
--
-- - id screenshot
-- - label Screenshot
-- - comment A link to a screenshot image of the
-- app.
-- - domains SoftwareApplication
-- - ranges ImageObject,URL
--
type Screenshot = Either ImageObject URL
-- | File size in (mega/kilo) bytes.
--
--
-- - id contentSize
-- - label Content Size
-- - comment File size in (mega/kilo) bytes.
-- - domains MediaObject
-- - ranges Text
--
type ContentSize = Text
-- | A music recording (track)—usually a single song (legacy spelling; see
-- singular form, track).
--
--
-- - id tracks
-- - label Tracks
-- - comment A music recording (track)—usually a single
-- song (legacy spelling; see singular form, track).
-- - domains
-- MusicPlaylist,MusicGroup
-- - ranges MusicRecording
--
type Tracks = MusicRecording
-- | A parent of this person.
--
--
-- - id parent
-- - label Parent
-- - comment A parent of this person.
-- - domains Person
-- - ranges Person
--
type Parent = Person
-- | A polygon is the area enclosed by a point-to-point path for which the
-- starting and ending points are the same. A polygon is expressed as a
-- series of four or more spacedelimited points where the first and final
-- points are identical.
--
--
-- - id polygon
-- - label Polygon
-- - comment A polygon is the area enclosed by a
-- point-to-point path for which the starting and ending points are the
-- same. A polygon is expressed as a series of four or more
-- spacedelimited points where the first and final points are
-- identical.
-- - domains GeoShape
-- - ranges Text
--
type Polygon = Text
-- | A contact location for a person's place of work.
--
--
-- - id workLocation
-- - label Work Location
-- - comment A contact location for a person's place of
-- work.
-- - domains Person
-- - ranges
-- Place,ContactPoint
--
type WorkLocation = Either Place ContactPoint
-- | A URL to a map of the place.
--
--
-- - id map
-- - label Map
-- - comment A URL to a map of the place.
-- - domains Place
-- - ranges URL
--
type Map = URL
-- | The rating for the content.
--
--
-- - id ratingValue
-- - label Rating Value
-- - comment The rating for the content.
-- - domains Rating
-- - ranges Text
--
type RatingValue = Text
-- | The item being sold.
--
--
-- - id itemOffered
-- - label Item Offered
-- - comment The item being sold.
-- - domains Offer
-- - ranges Product
--
type ItemOffered = Product
-- | Date of first broadcast/publication.
--
--
-- - id datePublished
-- - label Date Published
-- - comment Date of first broadcast/publication.
-- - domains CreativeWork
-- - ranges Date
--
type DatePublished = Date
-- | The fax number.
--
--
type FaxNumber = Text
-- | Thumbnail image for an image or video.
--
--
type Thumbnail = ImageObject
-- | Upcoming or past event associated with this place or organization.
--
--
-- - id event
-- - label Event
-- - comment Upcoming or past event associated with
-- this place or organization.
-- - domains
-- Organization,Place
-- - ranges Event
--
type Event = Event
-- | A photograph of this place.
--
--
type Photo = Either Photograph ImageObject
-- | The quality of the video.
--
--
-- - id videoQuality
-- - label Video Quality
-- - comment The quality of the video.
-- - domains VideoObject
-- - ranges Text
--
type VideoQuality = Text
-- | The creator/author of this CreativeWork or UserComments. This is the
-- same as the Author property for CreativeWork.
--
--
-- - id creator
-- - label Creator
-- - comment The creator/author of this CreativeWork or
-- UserComments. This is the same as the Author property for
-- CreativeWork.
-- - domains
-- UserComments,CreativeWork
-- - ranges
-- Person,Organization
--
type Creator = Either Person Organization
-- | Link to page describing the editorial principles of the organization
-- primarily responsible for the creation of the CreativeWork.
--
--
-- - id publishingPrinciples
-- - label Publishing Principles
-- - comment Link to page describing the editorial
-- principles of the organization primarily responsible for the creation
-- of the CreativeWork.
-- - domains CreativeWork
-- - ranges URL
--
type PublishingPrinciples = URL
-- | A parents of the person (legacy spelling; see singular form, parent).
--
--
-- - id parents
-- - label Parents
-- - comment A parents of the person (legacy spelling;
-- see singular form, parent).
-- - domains Person
-- - ranges Person
--
type Parents = Person
-- | Gender of the person.
--
--
-- - id gender
-- - label Gender
-- - comment Gender of the person.
-- - domains Person
-- - ranges Text
--
type Gender = Text
-- | The number of grams of saturated fat.
--
--
-- - id saturatedFatContent
-- - label Saturated Fat Content
-- - comment The number of grams of saturated fat.
-- - domains NutritionInformation
-- - ranges Mass
--
type SaturatedFatContent = Mass
-- | The creative work encoded by this media object
--
--
-- - id encodesCreativeWork
-- - label Encodes Creative Work
-- - comment The creative work encoded by this media
-- object
-- - domains MediaObject
-- - ranges CreativeWork
--
type EncodesCreativeWork = CreativeWork
-- | A contact point for a person or organization (legacy spelling; see
-- singular form, contactPoint).
--
--
-- - id contactPoints
-- - label Contact Points
-- - comment A contact point for a person or
-- organization (legacy spelling; see singular form, contactPoint).
-- - domains
-- Organization,Person
-- - ranges ContactPoint
--
type ContactPoints = ContactPoint
-- | The height of the media object.
--
--
-- - id height
-- - label Height
-- - comment The height of the media object.
-- - domains MediaObject
-- - ranges Distance
--
type Height = Distance
-- | The model of the product.
--
--
-- - id model
-- - label Model
-- - comment The model of the product.
-- - domains Product
-- - ranges Text
--
type Model = Text
-- | If the file can be downloaded, URL to download the binary.
--
--
-- - id downloadUrl
-- - label Download Url
-- - comment If the file can be downloaded, URL to
-- download the binary.
-- - domains SoftwareApplication
-- - ranges URL
--
type DownloadUrl = URL
-- | Upcoming or past events associated with this place or organization
-- (legacy spelling; see singular form, event).
--
--
-- - id events
-- - label Events
-- - comment Upcoming or past events associated with
-- this place or organization (legacy spelling; see singular form,
-- event).
-- - domains
-- Organization,Place
-- - ranges Event
--
type Events = Event
-- | Photographs of this place (legacy spelling; see singular form, photo).
--
--
-- - id photos
-- - label Photos
-- - comment Photographs of this place (legacy
-- spelling; see singular form, photo).
-- - domains Place
-- - ranges
-- Photograph,ImageObject
--
type Photos = Either Photograph ImageObject
-- | The locality. For example, Mountain View.
--
--
-- - id addressLocality
-- - label Address Locality
-- - comment The locality. For example, Mountain
-- View.
-- - domains PostalAddress
-- - ranges Text
--
type AddressLocality = Text
-- | A music recording (track)—usually a single song.
--
--
type Track = MusicRecording
-- | A colleague of the person.
--
--
-- - id colleague
-- - label Colleague
-- - comment A colleague of the person.
-- - domains Person
-- - ranges Person
--
type Colleague = Person
-- | A URL to a map of the place (legacy spelling; see singular form, map).
--
--
-- - id maps
-- - label Maps
-- - comment A URL to a map of the place (legacy
-- spelling; see singular form, map).
-- - domains Place
-- - ranges URL
--
type Maps = URL
-- | The person's spouse.
--
--
-- - id spouse
-- - label Spouse
-- - comment The person's spouse.
-- - domains Person
-- - ranges Person
--
type Spouse = Person
-- | Official rating of a piece of content—for example,'MPAA PG-13'.
--
--
-- - id contentRating
-- - label Content Rating
-- - comment Official rating of a piece of content—for
-- example,'MPAA PG-13'.
-- - domains CreativeWork
-- - ranges Text
--
type ContentRating = Text
-- | A member of the music group—for example, John, Paul, George, or Ringo.
--
--
-- - id musicGroupMember
-- - label Music Group Member
-- - comment A member of the music group—for example,
-- John, Paul, George, or Ringo.
-- - domains MusicGroup
-- - ranges Person
--
type MusicGroupMember = Person
-- | The item that is being reviewed/rated.
--
--
-- - id itemReviewed
-- - label Item Reviewed
-- - comment The item that is being
-- reviewed/rated.
-- - domains
-- AggregateRating,Review
-- - ranges Thing
--
type ItemReviewed = Thing
-- | The caption for this object.
--
--
type Caption = Text
-- | Specifies the CreativeWork associated with the UserComment.
--
--
-- - id discusses
-- - label Discusses
-- - comment Specifies the CreativeWork associated with
-- the UserComment.
-- - domains UserComments
-- - ranges CreativeWork
--
type Discusses = CreativeWork
-- | The country. For example, USA. You can also provide the two-letter ISO
-- 3166-1 alpha-2 country code.
--
--
type AddressCountry = Country
-- | A posting that is part of this blog.
--
--
-- - id blogPost
-- - label Blog Post
-- - comment A posting that is part of this blog.
-- - domains Blog
-- - ranges BlogPosting
--
type BlogPost = BlogPosting
-- | An additional name for a Person, can be used for a middle name.
--
--
-- - id additionalName
-- - label Additional Name
-- - comment An additional name for a Person, can be
-- used for a middle name.
-- - domains Person
-- - ranges Text
--
type AdditionalName = Text
-- | The post offce box number for PO box addresses.
--
--
-- - id postOfficeBoxNumber
-- - label Post Office Box Number
-- - comment The post offce box number for PO box
-- addresses.
-- - domains PostalAddress
-- - ranges Text
--
type PostOfficeBoxNumber = Text
-- | A line is a point-to-point path consisting of two or more points. A
-- line is expressed as a series of two or more point objects separated
-- by space.
--
--
-- - id line
-- - label Line
-- - comment A line is a point-to-point path consisting
-- of two or more points. A line is expressed as a series of two or more
-- point objects separated by space.
-- - domains GeoShape
-- - ranges Text
--
type Line = Text
-- | The most generic bi-directional social/work relation.
--
--
-- - id knows
-- - label Knows
-- - comment The most generic bi-directional
-- social/work relation.
-- - domains Person
-- - ranges Person
--
type Knows = Person
-- | The region. For example, CA.
--
--
-- - id addressRegion
-- - label Address Region
-- - comment The region. For example, CA.
-- - domains PostalAddress
-- - ranges Text
--
type AddressRegion = Text
-- | Subcategory of the application, e.g. Arcade Game.
--
--
-- - id applicationSubCategory
-- - label Application Sub Category
-- - comment Subcategory of the application, e.g.
-- Arcade Game.
-- - domains SoftwareApplication
-- - ranges Text,URL
--
type ApplicationSubCategory = Either Text URL
-- | The duration of the item (movie, audio recording, event, etc.) in ISO
-- 8601 date format.
--
--
type Duration = Duration
-- | The text of the UserComment.
--
--
-- - id commentText
-- - label Comment Text
-- - comment The text of the UserComment.
-- - domains UserComments
-- - ranges Text
--
type CommentText = Text
-- | A person or organization attending the event.
--
--
-- - id attendee
-- - label Attendee
-- - comment A person or organization attending the
-- event.
-- - domains Event
-- - ranges
-- Person,Organization
--
type Attendee = Either Person Organization
-- | Specifies the Person that is legally accountable for the CreativeWork.
--
--
-- - id accountablePerson
-- - label Accountable Person
-- - comment Specifies the Person that is legally
-- accountable for the CreativeWork.
-- - domains CreativeWork
-- - ranges Person
--
type AccountablePerson = Person
-- | The publisher of the creative work.
--
--
-- - id publisher
-- - label Publisher
-- - comment The publisher of the creative work.
-- - domains CreativeWork
-- - ranges Organization
--
type Publisher = Organization
-- | The most significant URLs on the page. Typically, these are the
-- non-navigation links that are clicked on the most (legacy spelling;
-- see singular form, significantLink).
--
--
-- - id significantLinks
-- - label Significant Links
-- - comment The most significant URLs on the page.
-- Typically, these are the non-navigation links that are clicked on the
-- most (legacy spelling; see singular form, significantLink).
-- - domains WebPage
-- - ranges URL
--
type SignificantLinks = URL
-- | Organizations that the person works for.
--
--
-- - id worksFor
-- - label Works for
-- - comment Organizations that the person works
-- for.
-- - domains Person
-- - ranges Organization
--
type WorksFor = Organization
-- | Type of ordering (e.g. Ascending, Descending, Unordered).
--
--
-- - id itemListOrder
-- - label Item List Order
-- - comment Type of ordering (e.g. Ascending,
-- Descending, Unordered).
-- - domains ItemList
-- - ranges Text
--
type ItemListOrder = Text
-- | The frame size of the video.
--
--
-- - id videoFrameSize
-- - label Video Frame Size
-- - comment The frame size of the video.
-- - domains VideoObject
-- - ranges Text
--
type VideoFrameSize = Text
-- | A count of a specific user interactions with this item—for example, 20
-- UserLikes, 5 UserComments, or 300 UserDownloads. The user interaction
-- type should be one of the sub types of UserInteraction.
--
--
type InteractionCount = Text
-- | Indicates that the CreativeWork contains a reference to, but is not
-- necessarily about a concept.
--
--
-- - id mentions
-- - label Mentions
-- - comment Indicates that the CreativeWork contains a
-- reference to, but is not necessarily about a concept.
-- - domains CreativeWork
-- - ranges Thing
--
type Mentions = Thing
-- | The count of total number of reviews.
--
--
-- - id reviewCount
-- - label Review Count
-- - comment The count of total number of reviews.
-- - domains AggregateRating
-- - ranges Number
--
type ReviewCount = Number
-- | A single list item.
--
--
-- - id itemListElement
-- - label Item List Element
-- - comment A single list item.
-- - domains ItemList
-- - ranges Text
--
type ItemListElement = Text
-- | Review of the item (legacy spelling; see singular form, review).
--
--
type Reviews = Review
-- | An organization to which the person belongs.
--
--
-- - id memberOf
-- - label Member of
-- - comment An organization to which the person
-- belongs.
-- - domains Person
-- - ranges Organization
--
type MemberOf = Organization
-- | The lowest price of all offers available.
--
--
-- - id lowPrice
-- - label Low Price
-- - comment The lowest price of all offers
-- available.
-- - domains AggregateOffer
-- - ranges Number,Text
--
type LowPrice = Either Number Text
-- | Indicates whether this image is representative of the content of the
-- page.
--
--
-- - id representativeOfPage
-- - label Representative of Page
-- - comment Indicates whether this image is
-- representative of the content of the page.
-- - domains ImageObject
-- - ranges Boolean
--
type RepresentativeOfPage = Boolean
-- | A secondary title of the CreativeWork.
--
--
-- - id alternativeHeadline
-- - label Alternative Headline
-- - comment A secondary title of the
-- CreativeWork.
-- - domains CreativeWork
-- - ranges Text
--
type AlternativeHeadline = Text
-- | A person or organization can have different contact points, for
-- different purposes. For example, a sales contact point, a PR contact
-- point and so on. This property is used to specify the kind of contact
-- point.
--
--
-- - id contactType
-- - label Contact Type
-- - comment A person or organization can have
-- different contact points, for different purposes. For example, a sales
-- contact point, a PR contact point and so on. This property is used to
-- specify the kind of contact point.
-- - domains ContactPoint
-- - ranges Text
--
type ContactType = Text
-- | An Event that is part of this event. For example, a conference event
-- includes many presentations, each are a subEvent of the conference.
--
--
-- - id subEvent
-- - label Sub Event
-- - comment An Event that is part of this event. For
-- example, a conference event includes many presentations, each are a
-- subEvent of the conference.
-- - domains Event
-- - ranges Event
--
type SubEvent = Event
-- | Organization offering the job position.
--
--
-- - id hiringOrganization
-- - label Hiring Organization
-- - comment Organization offering the job
-- position.
-- - domains JobPosting
-- - ranges Organization
--
type HiringOrganization = Organization
-- | The category of the recipe—for example, appetizer, entree, etc.
--
--
-- - id recipeCategory
-- - label Recipe Category
-- - comment The category of the recipe—for example,
-- appetizer, entree, etc.
-- - domains Recipe
-- - ranges Text
--
type RecipeCategory = Text
-- | The producer of the movie, TV series, season, or episode, or video.
--
--
-- - id producer
-- - label Producer
-- - comment The producer of the movie, TV series,
-- season, or episode, or video.
-- - domains
-- TVEpisode,Movie,TVSeries
-- - ranges Person
--
type Producer = Person
-- | The number of episodes in this season or series.
--
--
-- - id numberOfEpisodes
-- - label Number of Episodes
-- - comment The number of episodes in this season or
-- series.
-- - domains
-- TVSeason,TVSeries
-- - ranges Number
--
type NumberOfEpisodes = Number
-- | Device required to run the application. Used in cases where a specific
-- make/model is required to run the application.
--
--
-- - id device
-- - label Device
-- - comment Device required to run the application.
-- Used in cases where a specific make/model is required to run the
-- application.
-- - domains SoftwareApplication
-- - ranges Text
--
type Device = Text
-- | Operating systems supported (Windows 7, OSX 10.6, Android 1.6).
--
--
-- - id operatingSystem
-- - label Operating System
-- - comment Operating systems supported (Windows 7,
-- OSX 10.6, Android 1.6).
-- - domains SoftwareApplication
-- - ranges Text
--
type OperatingSystem = Text
-- | Nutrition information about the recipe.
--
--
-- - id nutrition
-- - label Nutrition
-- - comment Nutrition information about the
-- recipe.
-- - domains Recipe
-- - ranges NutritionInformation
--
type Nutrition = NutritionInformation
-- | Indicates if this web page element is the main subject of the page.
--
--
-- - id mainContentOfPage
-- - label Main Content of Page
-- - comment Indicates if this web page element is the
-- main subject of the page.
-- - domains WebPage
-- - ranges WebPageElement
--
type MainContentOfPage = WebPageElement
-- | Type of employment (e.g. full-time, part-time, contract, temporary,
-- seasonal, internship).
--
--
-- - id employmentType
-- - label Employment Type
-- - comment Type of employment (e.g. full-time,
-- part-time, contract, temporary, seasonal, internship).
-- - domains JobPosting
-- - ranges Text
--
type EmploymentType = Text
-- | The postal code. For example, 94043.
--
--
-- - id postalCode
-- - label Postal Code
-- - comment The postal code. For example, 94043.
-- - domains PostalAddress
-- - ranges Text
--
type PostalCode = Text
-- | If this NewsArticle appears in print, this field indicates the print
-- section in which the article appeared.
--
--
-- - id printSection
-- - label Print Section
-- - comment If this NewsArticle appears in print, this
-- field indicates the print section in which the article appeared.
-- - domains NewsArticle
-- - ranges Text
--
type PrintSection = Text
-- | Date of death.
--
--
-- - id deathDate
-- - label Death Date
-- - comment Date of death.
-- - domains Person
-- - ranges Date
--
type DeathDate = Date
-- | Either Yes/No, or a URL at which reservations can be made.
--
--
-- - id acceptsReservations
-- - label Accepts Reservations
-- - comment Either
-- codeYesNo<code>, or a URL at which reservations
-- can be made.
-- - domains FoodEstablishment
-- - ranges Text,URL
--
type AcceptsReservations = Either Text URL
-- | A cast member of the movie, TV series, season, or episode, or video.
-- (legacy spelling; see singular form, actor)
--
--
-- - id actors
-- - label Actors
-- - comment A cast member of the movie, TV series,
-- season, or episode, or video. (legacy spelling; see singular form,
-- actor)
-- - domains
-- TVEpisode,Movie,TVSeries
-- - ranges Person
--
type Actors = Person
-- | Permission(s) required to run the app (for example, a mobile app may
-- require full internet access or may run only on wifi).
--
--
-- - id permissions
-- - label Permissions
-- - comment Permission(s) required to run the app (for
-- example, a mobile app may require full internet access or may run only
-- on wifi).
-- - domains SoftwareApplication
-- - ranges Text
--
type Permissions = Text
-- | URL of the item.
--
--
-- - id url
-- - label URL
-- - comment URL of the item.
-- - domains Thing
-- - ranges URL
--
type Url = URL
-- | The end date and time of the event (in ISO 8601 date format).
--
--
type EndDate = Date
-- | An educational organizations that the person is an alumni of.
--
--
-- - id alumniOf
-- - label Alumni of
-- - comment An educational organizations that the
-- person is an alumni of.
-- - domains Person
-- - ranges
-- EducationalOrganization
--
type AlumniOf = EducationalOrganization
-- | Events that are a part of this event. For example, a conference event
-- includes many presentations, each are subEvents of the conference
-- (legacy spelling; see singular form, subEvent).
--
--
-- - id subEvents
-- - label Sub Events
-- - comment Events that are a part of this event. For
-- example, a conference event includes many presentations, each are
-- subEvents of the conference (legacy spelling; see singular form,
-- subEvent).
-- - domains Event
-- - ranges Event
--
type SubEvents = Event
-- | A cast member of the movie, TV series, season, or episode, or video.
--
--
-- - id actor
-- - label Actor
-- - comment A cast member of the movie, TV series,
-- season, or episode, or video.
-- - domains
-- TVEpisode,Movie,TVSeries
-- - ranges Person
--
type Actor = Person
-- | Player type required—for example, Flash or Silverlight.
--
--
-- - id playerType
-- - label Player Type
-- - comment Player type required—for example, Flash or
-- Silverlight.
-- - domains MediaObject
-- - ranges Text
--
type PlayerType = Text
-- | The number of offers for the product.
--
--
-- - id offerCount
-- - label Offer Count
-- - comment The number of offers for the product.
-- - domains AggregateOffer
-- - ranges Integer
--
type OfferCount = Integer
-- | The brand of the product.
--
--
-- - id brand
-- - label Brand
-- - comment The brand of the product.
-- - domains Product
-- - ranges Organization
--
type Brand = Organization
-- | A link to the page containing the comments of the CreativeWork.
--
--
-- - id discussionUrl
-- - label Discussion Url
-- - comment A link to the page containing the comments
-- of the CreativeWork.
-- - domains CreativeWork
-- - ranges URL
--
type DiscussionUrl = URL
-- | The season to which this episode belongs.
--
--
-- - id partOfSeason
-- - label Part of Season
-- - comment The season to which this episode
-- belongs.
-- - domains TVEpisode
-- - ranges TVSeason
--
type PartOfSeason = TVSeason
-- | A set of links that can help a user understand and navigate a website
-- hierarchy.
--
--
-- - id breadcrumb
-- - label Breadcrumb
-- - comment A set of links that can help a user
-- understand and navigate a website hierarchy.
-- - domains WebPage
-- - ranges Text
--
type Breadcrumb = Text
-- | The number of grams of sugar.
--
--
-- - id sugarContent
-- - label Sugar Content
-- - comment The number of grams of sugar.
-- - domains NutritionInformation
-- - ranges Mass
--
type SugarContent = Mass
-- | Genre of the creative work
--
--
-- - id genre
-- - label Genre
-- - comment Genre of the creative work
-- - domains CreativeWork
-- - ranges Text
--
type Genre = Text
-- | Indicates whether this content is family friendly.
--
--
-- - id isFamilyFriendly
-- - label Is Family Friendly
-- - comment Indicates whether this content is family
-- friendly.
-- - domains CreativeWork
-- - ranges Boolean
--
type IsFamilyFriendly = Boolean
-- | An offer to sell this item—for example, an offer to sell a product,
-- the DVD of a movie, or tickets to an event.
--
--
-- - id offers
-- - label Offers
-- - comment An offer to sell this item—for example, an
-- offer to sell a product, the DVD of a movie, or tickets to an
-- event.
-- - domains
-- Product,CreativeWork,Event
-- - ranges Offer
--
type Offers = Offer
-- | Cash, credit card, etc.
--
--
-- - id paymentAccepted
-- - label Payment Accepted
-- - comment Cash, credit card, etc.
-- - domains LocalBusiness
-- - ranges Text
--
type PaymentAccepted = Text
-- | The number of tracks in this album or playlist.
--
--
-- - id numTracks
-- - label Num Tracks
-- - comment The number of tracks in this album or
-- playlist.
-- - domains MusicPlaylist
-- - ranges Integer
--
type NumTracks = Integer
-- | The keywords/tags used to describe this content.
--
--
-- - id keywords
-- - label Keywords
-- - comment The keywords/tags used to describe this
-- content.
-- - domains CreativeWork
-- - ranges Text
--
type Keywords = Text
-- | Nationality of the person.
--
--
-- - id nationality
-- - label Nationality
-- - comment Nationality of the person.
-- - domains Person
-- - ranges Country
--
type Nationality = Country
-- | Type of software application, e.g. Game, Multimedia.
--
--
-- - id applicationCategory
-- - label Application Category
-- - comment Type of software application, e.g.
-- Game, Multimedia.
-- - domains SoftwareApplication
-- - ranges Text,URL
--
type ApplicationCategory = Either Text URL
-- | URL at which the app may be installed, if different from the URL of
-- the item.
--
--
-- - id installUrl
-- - label Install Url
-- - comment URL at which the app may be installed, if
-- different from the URL of the item.
-- - domains SoftwareApplication
-- - ranges URL
--
type InstallUrl = URL
-- | The version of the CreativeWork embodied by a specified resource.
--
--
-- - id version
-- - label Version
-- - comment The version of the CreativeWork embodied
-- by a specified resource.
-- - domains CreativeWork
-- - ranges Number
--
type Version = Number
-- | The year during which the claimed copyright for the CreativeWork was
-- first asserted.
--
--
-- - id copyrightYear
-- - label Copyright Year
-- - comment The year during which the claimed
-- copyright for the CreativeWork was first asserted.
-- - domains CreativeWork
-- - ranges Number
--
type CopyrightYear = Number
-- | Processor architecture required to run the application (e.g. IA64).
--
--
-- - id processorRequirements
-- - label Processor Requirements
-- - comment Processor architecture required to run the
-- application (e.g. IA64).
-- - domains SoftwareApplication
-- - ranges Text
--
type ProcessorRequirements = Text
-- | A (typically single) geographic location associated with the job
-- position.
--
--
-- - id jobLocation
-- - label Job Location
-- - comment A (typically single) geographic location
-- associated with the job position.
-- - domains JobPosting
-- - ranges Place
--
type JobLocation = Place
-- | A review of the item.
--
--
type Review = Review
-- | Description of what changed in this version.
--
--
-- - id releaseNotes
-- - label Release Notes
-- - comment Description of what changed in this
-- version.
-- - domains SoftwareApplication
-- - ranges URL,Text
--
type ReleaseNotes = Either URL Text
-- | The format of the book.
--
--
-- - id bookFormat
-- - label Book Format
-- - comment The format of the book.
-- - domains Book
-- - ranges BookFormatType
--
type BookFormat = BookFormatType
-- | Category or categories describing the job. Use BLS O*NET-SOC taxonomy:
-- http:www.onetcenter.org/taxonomy.html. Ideally includes textual
-- label and formal code, with the property repeated for each applicable
-- value.
--
--
-- - id occupationalCategory
-- - label Occupational Category
-- - comment Category or categories describing the job.
-- Use BLS O*NET-SOC taxonomy:
-- http:www.onetcenter.org/taxonomy.html. Ideally includes textual
-- label and formal code, with the property repeated for each applicable
-- value.
-- - domains JobPosting
-- - ranges Text
--
type OccupationalCategory = Text
-- | The lowest value allowed in this rating system. If worstRating is
-- omitted, 1 is assumed.
--
--
-- - id worstRating
-- - label Worst Rating
-- - comment The lowest value allowed in this rating
-- system. If worstRating is omitted, 1 is assumed.
-- - domains Rating
-- - ranges Number,Text
--
type WorstRating = Either Number Text
-- | The currency (in 3-letter ISO 4217 format) of the offer price.
--
--
type PriceCurrency = Text
-- | Responsibilities associated with this role.
--
--
-- - id responsibilities
-- - label Responsibilities
-- - comment Responsibilities associated with this
-- role.
-- - domains JobPosting
-- - ranges Text
--
type Responsibilities = Text
-- | The cuisine of the restaurant.
--
--
-- - id servesCuisine
-- - label Serves Cuisine
-- - comment The cuisine of the restaurant.
-- - domains FoodEstablishment
-- - ranges Text
--
type ServesCuisine = Text
-- | The industry associated with the job position.
--
--
-- - id industry
-- - label Industry
-- - comment The industry associated with the job
-- position.
-- - domains JobPosting
-- - ranges Text
--
type Industry = Text
-- | The composer of the movie or TV soundtrack.
--
--
type MusicBy = Either Person MusicGroup
-- | The location where the NewsArticle was produced.
--
--
-- - id dateline
-- - label Dateline
-- - comment The location where the NewsArticle was
-- produced.
-- - domains NewsArticle
-- - ranges Text
--
type Dateline = Text
-- | The actual body of the review
--
--
-- - id reviewBody
-- - label Review Body
-- - comment The actual body of the review
-- - domains Review
-- - ranges Text
--
type ReviewBody = Text
-- | The number of pages in the book.
--
--
-- - id numberOfPages
-- - label Number of Pages
-- - comment The number of pages in the book.
-- - domains Book
-- - ranges Integer
--
type NumberOfPages = Integer
-- | The number of grams of fat.
--
--
-- - id fatContent
-- - label Fat Content
-- - comment The number of grams of fat.
-- - domains NutritionInformation
-- - ranges Mass
--
type FatContent = Mass
module Text.HTML5.MetaData.Schema.AggregateRating
-- | The average rating based on multiple ratings or reviews.
--
--
-- - id AggregateRating
-- - label Aggregate Rating
-- - comment The average rating based on multiple
-- ratings or reviews.
-- - ancestors
-- Thing,Intangible,Rating
-- - subtypes
-- - supertypes Rating
-- - url http://schema.org/AggregateRating
--
data AggregateRating
AggregateRating :: Description -> Image -> Name -> Url -> BestRating -> RatingValue -> WorstRating -> ItemReviewed -> RatingCount -> ReviewCount -> AggregateRating
description :: AggregateRating -> Description
image :: AggregateRating -> Image
name :: AggregateRating -> Name
url :: AggregateRating -> Url
bestRating :: AggregateRating -> BestRating
ratingValue :: AggregateRating -> RatingValue
worstRating :: AggregateRating -> WorstRating
itemReviewed :: AggregateRating -> ItemReviewed
ratingCount :: AggregateRating -> RatingCount
reviewCount :: AggregateRating -> ReviewCount
instance Show AggregateRating
instance Read AggregateRating
instance Eq AggregateRating
instance MetaData AggregateRating
module Text.HTML5.MetaData.Schema.AudioObject
-- | An audio file.
--
--
-- - id AudioObject
-- - label Audio Object
-- - comment An audio file.
-- - ancestors
-- Thing,CreativeWork,MediaObject
-- - subtypes
-- - supertypes MediaObject
-- - url http://schema.org/AudioObject
--
data AudioObject
AudioObject :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> AssociatedArticle -> Bitrate -> ContentSize -> ContentUrl -> Duration -> EmbedUrl -> EncodesCreativeWork -> EncodingFormat -> Expires -> Height -> PlayerType -> RegionsAllowed -> RequiresSubscription -> UploadDate -> Width -> Transcript -> AudioObject
description :: AudioObject -> Description
image :: AudioObject -> Image
name :: AudioObject -> Name
url :: AudioObject -> Url
about :: AudioObject -> About
accountablePerson :: AudioObject -> AccountablePerson
aggregateRating :: AudioObject -> AggregateRating
alternativeHeadline :: AudioObject -> AlternativeHeadline
associatedMedia :: AudioObject -> AssociatedMedia
audio :: AudioObject -> Audio
author :: AudioObject -> Author
award :: AudioObject -> Award
awards :: AudioObject -> Awards
comment :: AudioObject -> Comment
contentLocation :: AudioObject -> ContentLocation
contentRating :: AudioObject -> ContentRating
contributor :: AudioObject -> Contributor
copyrightHolder :: AudioObject -> CopyrightHolder
copyrightYear :: AudioObject -> CopyrightYear
creator :: AudioObject -> Creator
dateCreated :: AudioObject -> DateCreated
dateModified :: AudioObject -> DateModified
datePublished :: AudioObject -> DatePublished
discussionUrl :: AudioObject -> DiscussionUrl
editor :: AudioObject -> Editor
encoding :: AudioObject -> Encoding
encodings :: AudioObject -> Encodings
genre :: AudioObject -> Genre
headline :: AudioObject -> Headline
inLanguage :: AudioObject -> InLanguage
interactionCount :: AudioObject -> InteractionCount
isFamilyFriendly :: AudioObject -> IsFamilyFriendly
keywords :: AudioObject -> Keywords
mentions :: AudioObject -> Mentions
offers :: AudioObject -> Offers
provider :: AudioObject -> Provider
publisher :: AudioObject -> Publisher
publishingPrinciples :: AudioObject -> PublishingPrinciples
review :: AudioObject -> Review
reviews :: AudioObject -> Reviews
sourceOrganization :: AudioObject -> SourceOrganization
text :: AudioObject -> Text
thumbnailUrl :: AudioObject -> ThumbnailUrl
version :: AudioObject -> Version
video :: AudioObject -> Video
associatedArticle :: AudioObject -> AssociatedArticle
bitrate :: AudioObject -> Bitrate
contentSize :: AudioObject -> ContentSize
contentUrl :: AudioObject -> ContentUrl
duration :: AudioObject -> Duration
embedUrl :: AudioObject -> EmbedUrl
encodesCreativeWork :: AudioObject -> EncodesCreativeWork
encodingFormat :: AudioObject -> EncodingFormat
expires :: AudioObject -> Expires
height :: AudioObject -> Height
playerType :: AudioObject -> PlayerType
regionsAllowed :: AudioObject -> RegionsAllowed
requiresSubscription :: AudioObject -> RequiresSubscription
uploadDate :: AudioObject -> UploadDate
width :: AudioObject -> Width
transcript :: AudioObject -> Transcript
instance Show AudioObject
instance Read AudioObject
instance Eq AudioObject
instance MetaData AudioObject
module Text.HTML5.MetaData.Schema.BlogPosting
-- | A blog post.
--
--
-- - id BlogPosting
-- - label Blog Posting
-- - comment A blog post.
-- - ancestors
-- Thing,CreativeWork,Article
-- - subtypes
-- - supertypes Article
-- - url http://schema.org/BlogPosting
--
data BlogPosting
BlogPosting :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> ArticleBody -> ArticleSection -> WordCount -> BlogPosting
description :: BlogPosting -> Description
image :: BlogPosting -> Image
name :: BlogPosting -> Name
url :: BlogPosting -> Url
about :: BlogPosting -> About
accountablePerson :: BlogPosting -> AccountablePerson
aggregateRating :: BlogPosting -> AggregateRating
alternativeHeadline :: BlogPosting -> AlternativeHeadline
associatedMedia :: BlogPosting -> AssociatedMedia
audio :: BlogPosting -> Audio
author :: BlogPosting -> Author
award :: BlogPosting -> Award
awards :: BlogPosting -> Awards
comment :: BlogPosting -> Comment
contentLocation :: BlogPosting -> ContentLocation
contentRating :: BlogPosting -> ContentRating
contributor :: BlogPosting -> Contributor
copyrightHolder :: BlogPosting -> CopyrightHolder
copyrightYear :: BlogPosting -> CopyrightYear
creator :: BlogPosting -> Creator
dateCreated :: BlogPosting -> DateCreated
dateModified :: BlogPosting -> DateModified
datePublished :: BlogPosting -> DatePublished
discussionUrl :: BlogPosting -> DiscussionUrl
editor :: BlogPosting -> Editor
encoding :: BlogPosting -> Encoding
encodings :: BlogPosting -> Encodings
genre :: BlogPosting -> Genre
headline :: BlogPosting -> Headline
inLanguage :: BlogPosting -> InLanguage
interactionCount :: BlogPosting -> InteractionCount
isFamilyFriendly :: BlogPosting -> IsFamilyFriendly
keywords :: BlogPosting -> Keywords
mentions :: BlogPosting -> Mentions
offers :: BlogPosting -> Offers
provider :: BlogPosting -> Provider
publisher :: BlogPosting -> Publisher
publishingPrinciples :: BlogPosting -> PublishingPrinciples
review :: BlogPosting -> Review
reviews :: BlogPosting -> Reviews
sourceOrganization :: BlogPosting -> SourceOrganization
text :: BlogPosting -> Text
thumbnailUrl :: BlogPosting -> ThumbnailUrl
version :: BlogPosting -> Version
video :: BlogPosting -> Video
articleBody :: BlogPosting -> ArticleBody
articleSection :: BlogPosting -> ArticleSection
wordCount :: BlogPosting -> WordCount
instance Show BlogPosting
instance Read BlogPosting
instance Eq BlogPosting
instance MetaData BlogPosting
module Text.HTML5.MetaData.Schema.BookFormatType
-- | The publication format of the book.
--
--
-- - id BookFormatType
-- - label Book Format Type
-- - comment The publication format of the book.
-- - ancestors
-- Thing,Intangible,Enumeration
-- - subtypes
-- - supertypes Enumeration
-- - url http://schema.org/BookFormatType
--
data BookFormatType
EBook :: BookFormatType
Hardcover :: BookFormatType
Paperback :: BookFormatType
instance Show BookFormatType
instance Read BookFormatType
instance Eq BookFormatType
instance MetaData BookFormatType
module Text.HTML5.MetaData.Schema.CollectionPage
-- | Web page type: Collection page.
--
--
-- - id CollectionPage
-- - label Collection Page
-- - comment Web page type: Collection page.
-- - ancestors
-- Thing,CreativeWork,WebPage
-- - subtypes
-- ImageGallery,VideoGallery
-- - supertypes WebPage
-- - url http://schema.org/CollectionPage
--
data CollectionPage
CollectionPage :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> Breadcrumb -> IsPartOf -> MainContentOfPage -> PrimaryImageOfPage -> SignificantLink -> SignificantLinks -> CollectionPage
description :: CollectionPage -> Description
image :: CollectionPage -> Image
name :: CollectionPage -> Name
url :: CollectionPage -> Url
about :: CollectionPage -> About
accountablePerson :: CollectionPage -> AccountablePerson
aggregateRating :: CollectionPage -> AggregateRating
alternativeHeadline :: CollectionPage -> AlternativeHeadline
associatedMedia :: CollectionPage -> AssociatedMedia
audio :: CollectionPage -> Audio
author :: CollectionPage -> Author
award :: CollectionPage -> Award
awards :: CollectionPage -> Awards
comment :: CollectionPage -> Comment
contentLocation :: CollectionPage -> ContentLocation
contentRating :: CollectionPage -> ContentRating
contributor :: CollectionPage -> Contributor
copyrightHolder :: CollectionPage -> CopyrightHolder
copyrightYear :: CollectionPage -> CopyrightYear
creator :: CollectionPage -> Creator
dateCreated :: CollectionPage -> DateCreated
dateModified :: CollectionPage -> DateModified
datePublished :: CollectionPage -> DatePublished
discussionUrl :: CollectionPage -> DiscussionUrl
editor :: CollectionPage -> Editor
encoding :: CollectionPage -> Encoding
encodings :: CollectionPage -> Encodings
genre :: CollectionPage -> Genre
headline :: CollectionPage -> Headline
inLanguage :: CollectionPage -> InLanguage
interactionCount :: CollectionPage -> InteractionCount
isFamilyFriendly :: CollectionPage -> IsFamilyFriendly
keywords :: CollectionPage -> Keywords
mentions :: CollectionPage -> Mentions
offers :: CollectionPage -> Offers
provider :: CollectionPage -> Provider
publisher :: CollectionPage -> Publisher
publishingPrinciples :: CollectionPage -> PublishingPrinciples
review :: CollectionPage -> Review
reviews :: CollectionPage -> Reviews
sourceOrganization :: CollectionPage -> SourceOrganization
text :: CollectionPage -> Text
thumbnailUrl :: CollectionPage -> ThumbnailUrl
version :: CollectionPage -> Version
video :: CollectionPage -> Video
breadcrumb :: CollectionPage -> Breadcrumb
isPartOf :: CollectionPage -> IsPartOf
mainContentOfPage :: CollectionPage -> MainContentOfPage
primaryImageOfPage :: CollectionPage -> PrimaryImageOfPage
significantLink :: CollectionPage -> SignificantLink
significantLinks :: CollectionPage -> SignificantLinks
instance Show CollectionPage
instance Read CollectionPage
instance Eq CollectionPage
instance MetaData CollectionPage
module Text.HTML5.MetaData.Schema.ContactPoint
-- | A contact point—for example, a Customer Complaints department.
--
--
-- - id ContactPoint
-- - label Contact Point
-- - comment A contact point—for example, a Customer
-- Complaints department.
-- - ancestors
-- Thing,Intangible,StructuredValue
-- - subtypes PostalAddress
-- - supertypes StructuredValue
-- - url http://schema.org/ContactPoint
--
data ContactPoint
ContactPoint :: Description -> Image -> Name -> Url -> ContactType -> Email -> FaxNumber -> Telephone -> ContactPoint
description :: ContactPoint -> Description
image :: ContactPoint -> Image
name :: ContactPoint -> Name
url :: ContactPoint -> Url
contactType :: ContactPoint -> ContactType
email :: ContactPoint -> Email
faxNumber :: ContactPoint -> FaxNumber
telephone :: ContactPoint -> Telephone
instance Show ContactPoint
instance Read ContactPoint
instance Eq ContactPoint
instance MetaData ContactPoint
module Text.HTML5.MetaData.Schema.Country
-- | A country.
--
--
-- - id Country
-- - label Country
-- - comment A country.
-- - ancestors
-- Thing,Place,AdministrativeArea
-- - subtypes
-- - supertypes
-- AdministrativeArea
-- - url http://schema.org/Country
--
data Country
Country :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> Country
description :: Country -> Description
image :: Country -> Image
name :: Country -> Name
url :: Country -> Url
address :: Country -> Address
aggregateRating :: Country -> AggregateRating
containedIn :: Country -> ContainedIn
event :: Country -> Event
events :: Country -> Events
faxNumber :: Country -> FaxNumber
geo :: Country -> Geo
interactionCount :: Country -> InteractionCount
map :: Country -> Map
maps :: Country -> Maps
photo :: Country -> Photo
photos :: Country -> Photos
review :: Country -> Review
reviews :: Country -> Reviews
telephone :: Country -> Telephone
instance Show Country
instance Read Country
instance Eq Country
instance MetaData Country
module Text.HTML5.MetaData.Schema.CreativeWork
-- | The most generic kind of creative work, including books, movies,
-- photographs, software programs, etc.
--
--
-- - id CreativeWork
-- - label Creative Work
-- - comment The most generic kind of creative work,
-- including books, movies, photographs, software programs, etc.
-- - ancestors Thing
-- - subtypes
-- Article,Blog,Book,Comment,ItemList,Map,MediaObject,Movie,MusicPlaylist,MusicRecording,Painting,Photograph,Recipe,Review,Sculpture,SoftwareApplication,TVEpisode,TVSeason,TVSeries,WebPage,WebPageElement
-- - supertypes Thing
-- - url http://schema.org/CreativeWork
--
data CreativeWork
CreativeWork :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> CreativeWork
description :: CreativeWork -> Description
image :: CreativeWork -> Image
name :: CreativeWork -> Name
url :: CreativeWork -> Url
about :: CreativeWork -> About
accountablePerson :: CreativeWork -> AccountablePerson
aggregateRating :: CreativeWork -> AggregateRating
alternativeHeadline :: CreativeWork -> AlternativeHeadline
associatedMedia :: CreativeWork -> AssociatedMedia
audio :: CreativeWork -> Audio
author :: CreativeWork -> Author
award :: CreativeWork -> Award
awards :: CreativeWork -> Awards
comment :: CreativeWork -> Comment
contentLocation :: CreativeWork -> ContentLocation
contentRating :: CreativeWork -> ContentRating
contributor :: CreativeWork -> Contributor
copyrightHolder :: CreativeWork -> CopyrightHolder
copyrightYear :: CreativeWork -> CopyrightYear
creator :: CreativeWork -> Creator
dateCreated :: CreativeWork -> DateCreated
dateModified :: CreativeWork -> DateModified
datePublished :: CreativeWork -> DatePublished
discussionUrl :: CreativeWork -> DiscussionUrl
editor :: CreativeWork -> Editor
encoding :: CreativeWork -> Encoding
encodings :: CreativeWork -> Encodings
genre :: CreativeWork -> Genre
headline :: CreativeWork -> Headline
inLanguage :: CreativeWork -> InLanguage
interactionCount :: CreativeWork -> InteractionCount
isFamilyFriendly :: CreativeWork -> IsFamilyFriendly
keywords :: CreativeWork -> Keywords
mentions :: CreativeWork -> Mentions
offers :: CreativeWork -> Offers
provider :: CreativeWork -> Provider
publisher :: CreativeWork -> Publisher
publishingPrinciples :: CreativeWork -> PublishingPrinciples
review :: CreativeWork -> Review
reviews :: CreativeWork -> Reviews
sourceOrganization :: CreativeWork -> SourceOrganization
text :: CreativeWork -> Text
thumbnailUrl :: CreativeWork -> ThumbnailUrl
version :: CreativeWork -> Version
video :: CreativeWork -> Video
instance Show CreativeWork
instance Read CreativeWork
instance Eq CreativeWork
instance MetaData CreativeWork
module Text.HTML5.MetaData.Schema.Distance
-- | Properties that take Distances as values are of the form
-- 'Number Length unit of measure'. E.g., '7 ft'
--
--
data Distance
Distance :: Description -> Image -> Name -> Url -> Distance
description :: Distance -> Description
image :: Distance -> Image
name :: Distance -> Name
url :: Distance -> Url
instance Show Distance
instance Read Distance
instance Eq Distance
instance MetaData Distance
module Text.HTML5.MetaData.Schema.Duration
-- | Quantity: Duration (use ISO 8601 duration format).
--
--
data Duration
Duration :: Duration
instance Show Duration
instance Read Duration
instance Eq Duration
instance MetaData Duration
module Text.HTML5.MetaData.Schema.EducationalOrganization
-- | An educational organization.
--
--
-- - id EducationalOrganization
-- - label Educational Organization
-- - comment An educational organization.
-- - ancestors
-- Thing,Organization
-- - subtypes
-- CollegeOrUniversity,ElementarySchool,HighSchool,MiddleSchool,Preschool,School
-- - supertypes Organization
-- - url
-- http://schema.org/EducationalOrganization
--
data EducationalOrganization
EducationalOrganization :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Event -> Events -> FaxNumber -> Founder -> Founders -> FoundingDate -> InteractionCount -> Location -> Member -> Members -> Review -> Reviews -> Telephone -> Alumni -> EducationalOrganization
description :: EducationalOrganization -> Description
image :: EducationalOrganization -> Image
name :: EducationalOrganization -> Name
url :: EducationalOrganization -> Url
address :: EducationalOrganization -> Address
aggregateRating :: EducationalOrganization -> AggregateRating
contactPoint :: EducationalOrganization -> ContactPoint
contactPoints :: EducationalOrganization -> ContactPoints
email :: EducationalOrganization -> Email
employee :: EducationalOrganization -> Employee
employees :: EducationalOrganization -> Employees
event :: EducationalOrganization -> Event
events :: EducationalOrganization -> Events
faxNumber :: EducationalOrganization -> FaxNumber
founder :: EducationalOrganization -> Founder
founders :: EducationalOrganization -> Founders
foundingDate :: EducationalOrganization -> FoundingDate
interactionCount :: EducationalOrganization -> InteractionCount
location :: EducationalOrganization -> Location
member :: EducationalOrganization -> Member
members :: EducationalOrganization -> Members
review :: EducationalOrganization -> Review
reviews :: EducationalOrganization -> Reviews
telephone :: EducationalOrganization -> Telephone
alumni :: EducationalOrganization -> Alumni
instance Show EducationalOrganization
instance Read EducationalOrganization
instance Eq EducationalOrganization
instance MetaData EducationalOrganization
module Text.HTML5.MetaData.Schema.Energy
-- | Properties that take Enerygy as values are of the form 'Number
-- Energy unit of measure'
--
--
data Energy
Energy :: Description -> Image -> Name -> Url -> Energy
description :: Energy -> Description
image :: Energy -> Image
name :: Energy -> Name
url :: Energy -> Url
instance Show Energy
instance Read Energy
instance Eq Energy
instance MetaData Energy
module Text.HTML5.MetaData.Schema.Event
-- | An event happening at a certain time at a certain location.
--
--
-- - id Event
-- - label Event
-- - comment An event happening at a certain time at a
-- certain location.
-- - ancestors Thing
-- - subtypes
-- BusinessEvent,ChildrensEvent,ComedyEvent,DanceEvent,EducationEvent,Festival,FoodEvent,LiteraryEvent,MusicEvent,SaleEvent,SocialEvent,SportsEvent,TheaterEvent,UserInteraction,VisualArtsEvent
-- - supertypes Thing
-- - url http://schema.org/Event
--
data Event
Event :: Description -> Image -> Name -> Url -> Attendee -> Attendees -> Duration -> EndDate -> Location -> Offers -> Performer -> Performers -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> Event
description :: Event -> Description
image :: Event -> Image
name :: Event -> Name
url :: Event -> Url
attendee :: Event -> Attendee
attendees :: Event -> Attendees
duration :: Event -> Duration
endDate :: Event -> EndDate
location :: Event -> Location
offers :: Event -> Offers
performer :: Event -> Performer
performers :: Event -> Performers
startDate :: Event -> StartDate
subEvent :: Event -> SubEvent
subEvents :: Event -> SubEvents
superEvent :: Event -> SuperEvent
instance Show Event
instance Read Event
instance Eq Event
instance MetaData Event
module Text.HTML5.MetaData.Schema.GeoCoordinates
-- | The geographic coordinates of a place or event.
--
--
-- - id GeoCoordinates
-- - label Geo Coordinates
-- - comment The geographic coordinates of a place or
-- event.
-- - ancestors
-- Thing,Intangible,StructuredValue
-- - subtypes
-- - supertypes StructuredValue
-- - url http://schema.org/GeoCoordinates
--
data GeoCoordinates
GeoCoordinates :: Description -> Image -> Name -> Url -> Elevation -> Latitude -> Longitude -> GeoCoordinates
description :: GeoCoordinates -> Description
image :: GeoCoordinates -> Image
name :: GeoCoordinates -> Name
url :: GeoCoordinates -> Url
elevation :: GeoCoordinates -> Elevation
latitude :: GeoCoordinates -> Latitude
longitude :: GeoCoordinates -> Longitude
instance Show GeoCoordinates
instance Read GeoCoordinates
instance Eq GeoCoordinates
instance MetaData GeoCoordinates
module Text.HTML5.MetaData.Schema.GeoShape
-- | The geographic shape of a place.
--
--
-- - id GeoShape
-- - label Geo Shape
-- - comment The geographic shape of a place.
-- - ancestors
-- Thing,Intangible,StructuredValue
-- - subtypes
-- - supertypes StructuredValue
-- - url http://schema.org/GeoShape
--
data GeoShape
GeoShape :: Description -> Image -> Name -> Url -> Box -> Circle -> Elevation -> Line -> Polygon -> GeoShape
description :: GeoShape -> Description
image :: GeoShape -> Image
name :: GeoShape -> Name
url :: GeoShape -> Url
box :: GeoShape -> Box
circle :: GeoShape -> Circle
elevation :: GeoShape -> Elevation
line :: GeoShape -> Line
polygon :: GeoShape -> Polygon
instance Show GeoShape
instance Read GeoShape
instance Eq GeoShape
instance MetaData GeoShape
module Text.HTML5.MetaData.Schema.ImageObject
-- | An image file.
--
--
-- - id ImageObject
-- - label Image Object
-- - comment An image file.
-- - ancestors
-- Thing,CreativeWork,MediaObject
-- - subtypes
-- - supertypes MediaObject
-- - url http://schema.org/ImageObject
--
data ImageObject
ImageObject :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> AssociatedArticle -> Bitrate -> ContentSize -> ContentUrl -> Duration -> EmbedUrl -> EncodesCreativeWork -> EncodingFormat -> Expires -> Height -> PlayerType -> RegionsAllowed -> RequiresSubscription -> UploadDate -> Width -> Caption -> ExifData -> RepresentativeOfPage -> Thumbnail -> ImageObject
description :: ImageObject -> Description
image :: ImageObject -> Image
name :: ImageObject -> Name
url :: ImageObject -> Url
about :: ImageObject -> About
accountablePerson :: ImageObject -> AccountablePerson
aggregateRating :: ImageObject -> AggregateRating
alternativeHeadline :: ImageObject -> AlternativeHeadline
associatedMedia :: ImageObject -> AssociatedMedia
audio :: ImageObject -> Audio
author :: ImageObject -> Author
award :: ImageObject -> Award
awards :: ImageObject -> Awards
comment :: ImageObject -> Comment
contentLocation :: ImageObject -> ContentLocation
contentRating :: ImageObject -> ContentRating
contributor :: ImageObject -> Contributor
copyrightHolder :: ImageObject -> CopyrightHolder
copyrightYear :: ImageObject -> CopyrightYear
creator :: ImageObject -> Creator
dateCreated :: ImageObject -> DateCreated
dateModified :: ImageObject -> DateModified
datePublished :: ImageObject -> DatePublished
discussionUrl :: ImageObject -> DiscussionUrl
editor :: ImageObject -> Editor
encoding :: ImageObject -> Encoding
encodings :: ImageObject -> Encodings
genre :: ImageObject -> Genre
headline :: ImageObject -> Headline
inLanguage :: ImageObject -> InLanguage
interactionCount :: ImageObject -> InteractionCount
isFamilyFriendly :: ImageObject -> IsFamilyFriendly
keywords :: ImageObject -> Keywords
mentions :: ImageObject -> Mentions
offers :: ImageObject -> Offers
provider :: ImageObject -> Provider
publisher :: ImageObject -> Publisher
publishingPrinciples :: ImageObject -> PublishingPrinciples
review :: ImageObject -> Review
reviews :: ImageObject -> Reviews
sourceOrganization :: ImageObject -> SourceOrganization
text :: ImageObject -> Text
thumbnailUrl :: ImageObject -> ThumbnailUrl
version :: ImageObject -> Version
video :: ImageObject -> Video
associatedArticle :: ImageObject -> AssociatedArticle
bitrate :: ImageObject -> Bitrate
contentSize :: ImageObject -> ContentSize
contentUrl :: ImageObject -> ContentUrl
duration :: ImageObject -> Duration
embedUrl :: ImageObject -> EmbedUrl
encodesCreativeWork :: ImageObject -> EncodesCreativeWork
encodingFormat :: ImageObject -> EncodingFormat
expires :: ImageObject -> Expires
height :: ImageObject -> Height
playerType :: ImageObject -> PlayerType
regionsAllowed :: ImageObject -> RegionsAllowed
requiresSubscription :: ImageObject -> RequiresSubscription
uploadDate :: ImageObject -> UploadDate
width :: ImageObject -> Width
caption :: ImageObject -> Caption
exifData :: ImageObject -> ExifData
representativeOfPage :: ImageObject -> RepresentativeOfPage
thumbnail :: ImageObject -> Thumbnail
instance Show ImageObject
instance Read ImageObject
instance Eq ImageObject
instance MetaData ImageObject
module Text.HTML5.MetaData.Schema.ItemAvailability
-- | A list of possible product availablity options.
--
--
-- - id ItemAvailability
-- - label Item Availability
-- - comment A list of possible product availablity
-- options.
-- - ancestors
-- Thing,Intangible,Enumeration
-- - subtypes
-- - supertypes Enumeration
-- - url http://schema.org/ItemAvailability
--
data ItemAvailability
Discontinued :: ItemAvailability
InStock :: ItemAvailability
InStoreOnly :: ItemAvailability
OnlineOnly :: ItemAvailability
OutOfStock :: ItemAvailability
PreOrder :: ItemAvailability
instance Show ItemAvailability
instance Read ItemAvailability
instance Eq ItemAvailability
instance MetaData ItemAvailability
module Text.HTML5.MetaData.Schema.Mass
-- | Properties that take Mass as values are of the form 'Number
-- Mass unit of measure'. E.g., '7 kg'
--
--
-- - id Mass
-- - label Mass
-- - comment Properties that take Mass as values are of
-- the form 'Number Mass unit of measure'. E.g., '7
-- kg'
-- - ancestors
-- Thing,Intangible,Quantity
-- - subtypes
-- - supertypes Quantity
-- - url http://schema.org/Mass
--
data Mass
Mass :: Description -> Image -> Name -> Url -> Mass
description :: Mass -> Description
image :: Mass -> Image
name :: Mass -> Name
url :: Mass -> Url
instance Show Mass
instance Read Mass
instance Eq Mass
instance MetaData Mass
module Text.HTML5.MetaData.Schema.MediaObject
-- | An image, video, or audio object embedded in a web page. Note that a
-- creative work may have many media objects associated with it on the
-- same web page. For example, a page about a single song
-- (MusicRecording) may have a music video (VideoObject), and a high and
-- low bandwidth audio stream (2 AudioObject's).
--
--
-- - id MediaObject
-- - label Media Object
-- - comment An image, video, or audio object embedded
-- in a web page. Note that a creative work may have many media objects
-- associated with it on the same web page. For example, a page about a
-- single song (MusicRecording) may have a music video (VideoObject), and
-- a high and low bandwidth audio stream (2 AudioObject's).
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- AudioObject,ImageObject,MusicVideoObject,VideoObject
-- - supertypes CreativeWork
-- - url http://schema.org/MediaObject
--
data MediaObject
MediaObject :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> AssociatedArticle -> Bitrate -> ContentSize -> ContentUrl -> Duration -> EmbedUrl -> EncodesCreativeWork -> EncodingFormat -> Expires -> Height -> PlayerType -> RegionsAllowed -> RequiresSubscription -> UploadDate -> Width -> MediaObject
description :: MediaObject -> Description
image :: MediaObject -> Image
name :: MediaObject -> Name
url :: MediaObject -> Url
about :: MediaObject -> About
accountablePerson :: MediaObject -> AccountablePerson
aggregateRating :: MediaObject -> AggregateRating
alternativeHeadline :: MediaObject -> AlternativeHeadline
associatedMedia :: MediaObject -> AssociatedMedia
audio :: MediaObject -> Audio
author :: MediaObject -> Author
award :: MediaObject -> Award
awards :: MediaObject -> Awards
comment :: MediaObject -> Comment
contentLocation :: MediaObject -> ContentLocation
contentRating :: MediaObject -> ContentRating
contributor :: MediaObject -> Contributor
copyrightHolder :: MediaObject -> CopyrightHolder
copyrightYear :: MediaObject -> CopyrightYear
creator :: MediaObject -> Creator
dateCreated :: MediaObject -> DateCreated
dateModified :: MediaObject -> DateModified
datePublished :: MediaObject -> DatePublished
discussionUrl :: MediaObject -> DiscussionUrl
editor :: MediaObject -> Editor
encoding :: MediaObject -> Encoding
encodings :: MediaObject -> Encodings
genre :: MediaObject -> Genre
headline :: MediaObject -> Headline
inLanguage :: MediaObject -> InLanguage
interactionCount :: MediaObject -> InteractionCount
isFamilyFriendly :: MediaObject -> IsFamilyFriendly
keywords :: MediaObject -> Keywords
mentions :: MediaObject -> Mentions
offers :: MediaObject -> Offers
provider :: MediaObject -> Provider
publisher :: MediaObject -> Publisher
publishingPrinciples :: MediaObject -> PublishingPrinciples
review :: MediaObject -> Review
reviews :: MediaObject -> Reviews
sourceOrganization :: MediaObject -> SourceOrganization
text :: MediaObject -> Text
thumbnailUrl :: MediaObject -> ThumbnailUrl
version :: MediaObject -> Version
video :: MediaObject -> Video
associatedArticle :: MediaObject -> AssociatedArticle
bitrate :: MediaObject -> Bitrate
contentSize :: MediaObject -> ContentSize
contentUrl :: MediaObject -> ContentUrl
duration :: MediaObject -> Duration
embedUrl :: MediaObject -> EmbedUrl
encodesCreativeWork :: MediaObject -> EncodesCreativeWork
encodingFormat :: MediaObject -> EncodingFormat
expires :: MediaObject -> Expires
height :: MediaObject -> Height
playerType :: MediaObject -> PlayerType
regionsAllowed :: MediaObject -> RegionsAllowed
requiresSubscription :: MediaObject -> RequiresSubscription
uploadDate :: MediaObject -> UploadDate
width :: MediaObject -> Width
instance Show MediaObject
instance Read MediaObject
instance Eq MediaObject
instance MetaData MediaObject
module Text.HTML5.MetaData.Schema.MusicAlbum
-- | A collection of music tracks.
--
--
-- - id MusicAlbum
-- - label Music Album
-- - comment A collection of music tracks.
-- - ancestors
-- Thing,CreativeWork,MusicPlaylist
-- - subtypes
-- - supertypes MusicPlaylist
-- - url http://schema.org/MusicAlbum
--
data MusicAlbum
MusicAlbum :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> NumTracks -> Track -> Tracks -> ByArtist -> MusicAlbum
description :: MusicAlbum -> Description
image :: MusicAlbum -> Image
name :: MusicAlbum -> Name
url :: MusicAlbum -> Url
about :: MusicAlbum -> About
accountablePerson :: MusicAlbum -> AccountablePerson
aggregateRating :: MusicAlbum -> AggregateRating
alternativeHeadline :: MusicAlbum -> AlternativeHeadline
associatedMedia :: MusicAlbum -> AssociatedMedia
audio :: MusicAlbum -> Audio
author :: MusicAlbum -> Author
award :: MusicAlbum -> Award
awards :: MusicAlbum -> Awards
comment :: MusicAlbum -> Comment
contentLocation :: MusicAlbum -> ContentLocation
contentRating :: MusicAlbum -> ContentRating
contributor :: MusicAlbum -> Contributor
copyrightHolder :: MusicAlbum -> CopyrightHolder
copyrightYear :: MusicAlbum -> CopyrightYear
creator :: MusicAlbum -> Creator
dateCreated :: MusicAlbum -> DateCreated
dateModified :: MusicAlbum -> DateModified
datePublished :: MusicAlbum -> DatePublished
discussionUrl :: MusicAlbum -> DiscussionUrl
editor :: MusicAlbum -> Editor
encoding :: MusicAlbum -> Encoding
encodings :: MusicAlbum -> Encodings
genre :: MusicAlbum -> Genre
headline :: MusicAlbum -> Headline
inLanguage :: MusicAlbum -> InLanguage
interactionCount :: MusicAlbum -> InteractionCount
isFamilyFriendly :: MusicAlbum -> IsFamilyFriendly
keywords :: MusicAlbum -> Keywords
mentions :: MusicAlbum -> Mentions
offers :: MusicAlbum -> Offers
provider :: MusicAlbum -> Provider
publisher :: MusicAlbum -> Publisher
publishingPrinciples :: MusicAlbum -> PublishingPrinciples
review :: MusicAlbum -> Review
reviews :: MusicAlbum -> Reviews
sourceOrganization :: MusicAlbum -> SourceOrganization
text :: MusicAlbum -> Text
thumbnailUrl :: MusicAlbum -> ThumbnailUrl
version :: MusicAlbum -> Version
video :: MusicAlbum -> Video
numTracks :: MusicAlbum -> NumTracks
track :: MusicAlbum -> Track
tracks :: MusicAlbum -> Tracks
byArtist :: MusicAlbum -> ByArtist
instance Show MusicAlbum
instance Read MusicAlbum
instance Eq MusicAlbum
instance MetaData MusicAlbum
module Text.HTML5.MetaData.Schema.MusicGroup
-- | A musical group, such as a band, an orchestra, or a choir. Can also be
-- a solo musician.
--
--
-- - id MusicGroup
-- - label Music Group
-- - comment A musical group, such as a band, an
-- orchestra, or a choir. Can also be a solo musician.
-- - ancestors
-- Thing,Organization,PerformingGroup
-- - subtypes
-- - supertypes PerformingGroup
-- - url http://schema.org/MusicGroup
--
data MusicGroup
MusicGroup :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Event -> Events -> FaxNumber -> Founder -> Founders -> FoundingDate -> InteractionCount -> Location -> Member -> Members -> Review -> Reviews -> Telephone -> Album -> Albums -> MusicGroupMember -> Track -> Tracks -> MusicGroup
description :: MusicGroup -> Description
image :: MusicGroup -> Image
name :: MusicGroup -> Name
url :: MusicGroup -> Url
address :: MusicGroup -> Address
aggregateRating :: MusicGroup -> AggregateRating
contactPoint :: MusicGroup -> ContactPoint
contactPoints :: MusicGroup -> ContactPoints
email :: MusicGroup -> Email
employee :: MusicGroup -> Employee
employees :: MusicGroup -> Employees
event :: MusicGroup -> Event
events :: MusicGroup -> Events
faxNumber :: MusicGroup -> FaxNumber
founder :: MusicGroup -> Founder
founders :: MusicGroup -> Founders
foundingDate :: MusicGroup -> FoundingDate
interactionCount :: MusicGroup -> InteractionCount
location :: MusicGroup -> Location
member :: MusicGroup -> Member
members :: MusicGroup -> Members
review :: MusicGroup -> Review
reviews :: MusicGroup -> Reviews
telephone :: MusicGroup -> Telephone
album :: MusicGroup -> Album
albums :: MusicGroup -> Albums
musicGroupMember :: MusicGroup -> MusicGroupMember
track :: MusicGroup -> Track
tracks :: MusicGroup -> Tracks
instance Show MusicGroup
instance Read MusicGroup
instance Eq MusicGroup
instance MetaData MusicGroup
module Text.HTML5.MetaData.Schema.MusicPlaylist
-- | A collection of music tracks in playlist form.
--
--
-- - id MusicPlaylist
-- - label Music Playlist
-- - comment A collection of music tracks in playlist
-- form.
-- - ancestors
-- Thing,CreativeWork
-- - subtypes MusicAlbum
-- - supertypes CreativeWork
-- - url http://schema.org/MusicPlaylist
--
data MusicPlaylist
MusicPlaylist :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> NumTracks -> Track -> Tracks -> MusicPlaylist
description :: MusicPlaylist -> Description
image :: MusicPlaylist -> Image
name :: MusicPlaylist -> Name
url :: MusicPlaylist -> Url
about :: MusicPlaylist -> About
accountablePerson :: MusicPlaylist -> AccountablePerson
aggregateRating :: MusicPlaylist -> AggregateRating
alternativeHeadline :: MusicPlaylist -> AlternativeHeadline
associatedMedia :: MusicPlaylist -> AssociatedMedia
audio :: MusicPlaylist -> Audio
author :: MusicPlaylist -> Author
award :: MusicPlaylist -> Award
awards :: MusicPlaylist -> Awards
comment :: MusicPlaylist -> Comment
contentLocation :: MusicPlaylist -> ContentLocation
contentRating :: MusicPlaylist -> ContentRating
contributor :: MusicPlaylist -> Contributor
copyrightHolder :: MusicPlaylist -> CopyrightHolder
copyrightYear :: MusicPlaylist -> CopyrightYear
creator :: MusicPlaylist -> Creator
dateCreated :: MusicPlaylist -> DateCreated
dateModified :: MusicPlaylist -> DateModified
datePublished :: MusicPlaylist -> DatePublished
discussionUrl :: MusicPlaylist -> DiscussionUrl
editor :: MusicPlaylist -> Editor
encoding :: MusicPlaylist -> Encoding
encodings :: MusicPlaylist -> Encodings
genre :: MusicPlaylist -> Genre
headline :: MusicPlaylist -> Headline
inLanguage :: MusicPlaylist -> InLanguage
interactionCount :: MusicPlaylist -> InteractionCount
isFamilyFriendly :: MusicPlaylist -> IsFamilyFriendly
keywords :: MusicPlaylist -> Keywords
mentions :: MusicPlaylist -> Mentions
offers :: MusicPlaylist -> Offers
provider :: MusicPlaylist -> Provider
publisher :: MusicPlaylist -> Publisher
publishingPrinciples :: MusicPlaylist -> PublishingPrinciples
review :: MusicPlaylist -> Review
reviews :: MusicPlaylist -> Reviews
sourceOrganization :: MusicPlaylist -> SourceOrganization
text :: MusicPlaylist -> Text
thumbnailUrl :: MusicPlaylist -> ThumbnailUrl
version :: MusicPlaylist -> Version
video :: MusicPlaylist -> Video
numTracks :: MusicPlaylist -> NumTracks
track :: MusicPlaylist -> Track
tracks :: MusicPlaylist -> Tracks
instance Show MusicPlaylist
instance Read MusicPlaylist
instance Eq MusicPlaylist
instance MetaData MusicPlaylist
module Text.HTML5.MetaData.Schema.MusicRecording
-- | A music recording (track), usually a single song.
--
--
-- - id MusicRecording
-- - label Music Recording
-- - comment A music recording (track), usually a
-- single song.
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes CreativeWork
-- - url http://schema.org/MusicRecording
--
data MusicRecording
MusicRecording :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> ByArtist -> Duration -> InAlbum -> InPlaylist -> MusicRecording
description :: MusicRecording -> Description
image :: MusicRecording -> Image
name :: MusicRecording -> Name
url :: MusicRecording -> Url
about :: MusicRecording -> About
accountablePerson :: MusicRecording -> AccountablePerson
aggregateRating :: MusicRecording -> AggregateRating
alternativeHeadline :: MusicRecording -> AlternativeHeadline
associatedMedia :: MusicRecording -> AssociatedMedia
audio :: MusicRecording -> Audio
author :: MusicRecording -> Author
award :: MusicRecording -> Award
awards :: MusicRecording -> Awards
comment :: MusicRecording -> Comment
contentLocation :: MusicRecording -> ContentLocation
contentRating :: MusicRecording -> ContentRating
contributor :: MusicRecording -> Contributor
copyrightHolder :: MusicRecording -> CopyrightHolder
copyrightYear :: MusicRecording -> CopyrightYear
creator :: MusicRecording -> Creator
dateCreated :: MusicRecording -> DateCreated
dateModified :: MusicRecording -> DateModified
datePublished :: MusicRecording -> DatePublished
discussionUrl :: MusicRecording -> DiscussionUrl
editor :: MusicRecording -> Editor
encoding :: MusicRecording -> Encoding
encodings :: MusicRecording -> Encodings
genre :: MusicRecording -> Genre
headline :: MusicRecording -> Headline
inLanguage :: MusicRecording -> InLanguage
interactionCount :: MusicRecording -> InteractionCount
isFamilyFriendly :: MusicRecording -> IsFamilyFriendly
keywords :: MusicRecording -> Keywords
mentions :: MusicRecording -> Mentions
offers :: MusicRecording -> Offers
provider :: MusicRecording -> Provider
publisher :: MusicRecording -> Publisher
publishingPrinciples :: MusicRecording -> PublishingPrinciples
review :: MusicRecording -> Review
reviews :: MusicRecording -> Reviews
sourceOrganization :: MusicRecording -> SourceOrganization
text :: MusicRecording -> Text
thumbnailUrl :: MusicRecording -> ThumbnailUrl
version :: MusicRecording -> Version
video :: MusicRecording -> Video
byArtist :: MusicRecording -> ByArtist
duration :: MusicRecording -> Duration
inAlbum :: MusicRecording -> InAlbum
inPlaylist :: MusicRecording -> InPlaylist
instance Show MusicRecording
instance Read MusicRecording
instance Eq MusicRecording
instance MetaData MusicRecording
module Text.HTML5.MetaData.Schema.NewsArticle
-- | A news article
--
--
-- - id NewsArticle
-- - label News Article
-- - comment A news article
-- - ancestors
-- Thing,CreativeWork,Article
-- - subtypes
-- - supertypes Article
-- - url http://schema.org/NewsArticle
--
data NewsArticle
NewsArticle :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> ArticleBody -> ArticleSection -> WordCount -> Dateline -> PrintColumn -> PrintEdition -> PrintPage -> PrintSection -> NewsArticle
description :: NewsArticle -> Description
image :: NewsArticle -> Image
name :: NewsArticle -> Name
url :: NewsArticle -> Url
about :: NewsArticle -> About
accountablePerson :: NewsArticle -> AccountablePerson
aggregateRating :: NewsArticle -> AggregateRating
alternativeHeadline :: NewsArticle -> AlternativeHeadline
associatedMedia :: NewsArticle -> AssociatedMedia
audio :: NewsArticle -> Audio
author :: NewsArticle -> Author
award :: NewsArticle -> Award
awards :: NewsArticle -> Awards
comment :: NewsArticle -> Comment
contentLocation :: NewsArticle -> ContentLocation
contentRating :: NewsArticle -> ContentRating
contributor :: NewsArticle -> Contributor
copyrightHolder :: NewsArticle -> CopyrightHolder
copyrightYear :: NewsArticle -> CopyrightYear
creator :: NewsArticle -> Creator
dateCreated :: NewsArticle -> DateCreated
dateModified :: NewsArticle -> DateModified
datePublished :: NewsArticle -> DatePublished
discussionUrl :: NewsArticle -> DiscussionUrl
editor :: NewsArticle -> Editor
encoding :: NewsArticle -> Encoding
encodings :: NewsArticle -> Encodings
genre :: NewsArticle -> Genre
headline :: NewsArticle -> Headline
inLanguage :: NewsArticle -> InLanguage
interactionCount :: NewsArticle -> InteractionCount
isFamilyFriendly :: NewsArticle -> IsFamilyFriendly
keywords :: NewsArticle -> Keywords
mentions :: NewsArticle -> Mentions
offers :: NewsArticle -> Offers
provider :: NewsArticle -> Provider
publisher :: NewsArticle -> Publisher
publishingPrinciples :: NewsArticle -> PublishingPrinciples
review :: NewsArticle -> Review
reviews :: NewsArticle -> Reviews
sourceOrganization :: NewsArticle -> SourceOrganization
text :: NewsArticle -> Text
thumbnailUrl :: NewsArticle -> ThumbnailUrl
version :: NewsArticle -> Version
video :: NewsArticle -> Video
articleBody :: NewsArticle -> ArticleBody
articleSection :: NewsArticle -> ArticleSection
wordCount :: NewsArticle -> WordCount
dateline :: NewsArticle -> Dateline
printColumn :: NewsArticle -> PrintColumn
printEdition :: NewsArticle -> PrintEdition
printPage :: NewsArticle -> PrintPage
printSection :: NewsArticle -> PrintSection
instance Show NewsArticle
instance Read NewsArticle
instance Eq NewsArticle
instance MetaData NewsArticle
module Text.HTML5.MetaData.Schema.NutritionInformation
-- | Nutritional information about the recipe.
--
--
-- - id NutritionInformation
-- - label Nutrition Information
-- - comment Nutritional information about the
-- recipe.
-- - ancestors
-- Thing,Intangible,StructuredValue
-- - subtypes
-- - supertypes StructuredValue
-- - url
-- http://schema.org/NutritionInformation
--
data NutritionInformation
NutritionInformation :: Description -> Image -> Name -> Url -> Calories -> CarbohydrateContent -> CholesterolContent -> FatContent -> FiberContent -> ProteinContent -> SaturatedFatContent -> ServingSize -> SodiumContent -> SugarContent -> TransFatContent -> UnsaturatedFatContent -> NutritionInformation
description :: NutritionInformation -> Description
image :: NutritionInformation -> Image
name :: NutritionInformation -> Name
url :: NutritionInformation -> Url
calories :: NutritionInformation -> Calories
carbohydrateContent :: NutritionInformation -> CarbohydrateContent
cholesterolContent :: NutritionInformation -> CholesterolContent
fatContent :: NutritionInformation -> FatContent
fiberContent :: NutritionInformation -> FiberContent
proteinContent :: NutritionInformation -> ProteinContent
saturatedFatContent :: NutritionInformation -> SaturatedFatContent
servingSize :: NutritionInformation -> ServingSize
sodiumContent :: NutritionInformation -> SodiumContent
sugarContent :: NutritionInformation -> SugarContent
transFatContent :: NutritionInformation -> TransFatContent
unsaturatedFatContent :: NutritionInformation -> UnsaturatedFatContent
instance Show NutritionInformation
instance Read NutritionInformation
instance Eq NutritionInformation
instance MetaData NutritionInformation
module Text.HTML5.MetaData.Schema.Offer
-- | An offer to sell an item—for example, an offer to sell a product, the
-- DVD of a movie, or tickets to an event.
--
--
-- - id Offer
-- - label Offer
-- - comment An offer to sell an item—for example, an
-- offer to sell a product, the DVD of a movie, or tickets to an
-- event.
-- - ancestors
-- Thing,Intangible
-- - subtypes AggregateOffer
-- - supertypes Intangible
-- - url http://schema.org/Offer
--
data Offer
Offer :: Description -> Image -> Name -> Url -> AggregateRating -> Availability -> ItemCondition -> ItemOffered -> Price -> PriceCurrency -> PriceValidUntil -> Review -> Reviews -> Seller -> Offer
description :: Offer -> Description
image :: Offer -> Image
name :: Offer -> Name
url :: Offer -> Url
aggregateRating :: Offer -> AggregateRating
availability :: Offer -> Availability
itemCondition :: Offer -> ItemCondition
itemOffered :: Offer -> ItemOffered
price :: Offer -> Price
priceCurrency :: Offer -> PriceCurrency
priceValidUntil :: Offer -> PriceValidUntil
review :: Offer -> Review
reviews :: Offer -> Reviews
seller :: Offer -> Seller
instance Show Offer
instance Read Offer
instance Eq Offer
instance MetaData Offer
module Text.HTML5.MetaData.Schema.OfferItemCondition
-- | A list of possible conditions for the item for sale.
--
--
-- - id OfferItemCondition
-- - label Offer Item Condition
-- - comment A list of possible conditions for the item
-- for sale.
-- - ancestors
-- Thing,Intangible,Enumeration
-- - subtypes
-- - supertypes Enumeration
-- - url
-- http://schema.org/OfferItemCondition
--
data OfferItemCondition
DamagedCondition :: OfferItemCondition
NewCondition :: OfferItemCondition
RefurbishedCondition :: OfferItemCondition
UsedCondition :: OfferItemCondition
instance Show OfferItemCondition
instance Read OfferItemCondition
instance Eq OfferItemCondition
instance MetaData OfferItemCondition
module Text.HTML5.MetaData.Schema.Organization
-- | An organization such as a school, NGO, corporation, club, etc.
--
--
-- - id Organization
-- - label Organization
-- - comment An organization such as a school, NGO,
-- corporation, club, etc.
-- - ancestors Thing
-- - subtypes
-- Corporation,EducationalOrganization,GovernmentOrganization,LocalBusiness,NGO,PerformingGroup,SportsTeam
-- - supertypes Thing
-- - url http://schema.org/Organization
--
data Organization
Organization :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Event -> Events -> FaxNumber -> Founder -> Founders -> FoundingDate -> InteractionCount -> Location -> Member -> Members -> Review -> Reviews -> Telephone -> Organization
description :: Organization -> Description
image :: Organization -> Image
name :: Organization -> Name
url :: Organization -> Url
address :: Organization -> Address
aggregateRating :: Organization -> AggregateRating
contactPoint :: Organization -> ContactPoint
contactPoints :: Organization -> ContactPoints
email :: Organization -> Email
employee :: Organization -> Employee
employees :: Organization -> Employees
event :: Organization -> Event
events :: Organization -> Events
faxNumber :: Organization -> FaxNumber
founder :: Organization -> Founder
founders :: Organization -> Founders
foundingDate :: Organization -> FoundingDate
interactionCount :: Organization -> InteractionCount
location :: Organization -> Location
member :: Organization -> Member
members :: Organization -> Members
review :: Organization -> Review
reviews :: Organization -> Reviews
telephone :: Organization -> Telephone
instance Show Organization
instance Read Organization
instance Eq Organization
instance MetaData Organization
module Text.HTML5.MetaData.Schema.Person
-- | A person (alive, dead, undead, or fictional).
--
--
-- - id Person
-- - label Person
-- - comment A person (alive, dead, undead, or
-- fictional).
-- - ancestors Thing
-- - subtypes
-- - supertypes Thing
-- - url http://schema.org/Person
--
data Person
Person :: Description -> Image -> Name -> Url -> AdditionalName -> Address -> Affiliation -> AlumniOf -> Award -> Awards -> BirthDate -> Children -> Colleague -> Colleagues -> ContactPoint -> ContactPoints -> DeathDate -> Email -> FamilyName -> FaxNumber -> Follows -> Gender -> GivenName -> HomeLocation -> HonorificPrefix -> HonorificSuffix -> InteractionCount -> JobTitle -> Knows -> MemberOf -> Nationality -> Parent -> Parents -> PerformerIn -> RelatedTo -> Sibling -> Siblings -> Spouse -> Telephone -> WorkLocation -> WorksFor -> Person
description :: Person -> Description
image :: Person -> Image
name :: Person -> Name
url :: Person -> Url
additionalName :: Person -> AdditionalName
address :: Person -> Address
affiliation :: Person -> Affiliation
alumniOf :: Person -> AlumniOf
award :: Person -> Award
awards :: Person -> Awards
birthDate :: Person -> BirthDate
children :: Person -> Children
colleague :: Person -> Colleague
colleagues :: Person -> Colleagues
contactPoint :: Person -> ContactPoint
contactPoints :: Person -> ContactPoints
deathDate :: Person -> DeathDate
email :: Person -> Email
familyName :: Person -> FamilyName
faxNumber :: Person -> FaxNumber
follows :: Person -> Follows
gender :: Person -> Gender
givenName :: Person -> GivenName
homeLocation :: Person -> HomeLocation
honorificPrefix :: Person -> HonorificPrefix
honorificSuffix :: Person -> HonorificSuffix
interactionCount :: Person -> InteractionCount
jobTitle :: Person -> JobTitle
knows :: Person -> Knows
memberOf :: Person -> MemberOf
nationality :: Person -> Nationality
parent :: Person -> Parent
parents :: Person -> Parents
performerIn :: Person -> PerformerIn
relatedTo :: Person -> RelatedTo
sibling :: Person -> Sibling
siblings :: Person -> Siblings
spouse :: Person -> Spouse
telephone :: Person -> Telephone
workLocation :: Person -> WorkLocation
worksFor :: Person -> WorksFor
instance Show Person
instance Read Person
instance Eq Person
instance MetaData Person
module Text.HTML5.MetaData.Schema.Photograph
-- | A photograph.
--
--
-- - id Photograph
-- - label Photograph
-- - comment A photograph.
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes CreativeWork
-- - url http://schema.org/Photograph
--
data Photograph
Photograph :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> Photograph
description :: Photograph -> Description
image :: Photograph -> Image
name :: Photograph -> Name
url :: Photograph -> Url
about :: Photograph -> About
accountablePerson :: Photograph -> AccountablePerson
aggregateRating :: Photograph -> AggregateRating
alternativeHeadline :: Photograph -> AlternativeHeadline
associatedMedia :: Photograph -> AssociatedMedia
audio :: Photograph -> Audio
author :: Photograph -> Author
award :: Photograph -> Award
awards :: Photograph -> Awards
comment :: Photograph -> Comment
contentLocation :: Photograph -> ContentLocation
contentRating :: Photograph -> ContentRating
contributor :: Photograph -> Contributor
copyrightHolder :: Photograph -> CopyrightHolder
copyrightYear :: Photograph -> CopyrightYear
creator :: Photograph -> Creator
dateCreated :: Photograph -> DateCreated
dateModified :: Photograph -> DateModified
datePublished :: Photograph -> DatePublished
discussionUrl :: Photograph -> DiscussionUrl
editor :: Photograph -> Editor
encoding :: Photograph -> Encoding
encodings :: Photograph -> Encodings
genre :: Photograph -> Genre
headline :: Photograph -> Headline
inLanguage :: Photograph -> InLanguage
interactionCount :: Photograph -> InteractionCount
isFamilyFriendly :: Photograph -> IsFamilyFriendly
keywords :: Photograph -> Keywords
mentions :: Photograph -> Mentions
offers :: Photograph -> Offers
provider :: Photograph -> Provider
publisher :: Photograph -> Publisher
publishingPrinciples :: Photograph -> PublishingPrinciples
review :: Photograph -> Review
reviews :: Photograph -> Reviews
sourceOrganization :: Photograph -> SourceOrganization
text :: Photograph -> Text
thumbnailUrl :: Photograph -> ThumbnailUrl
version :: Photograph -> Version
video :: Photograph -> Video
instance Show Photograph
instance Read Photograph
instance Eq Photograph
instance MetaData Photograph
module Text.HTML5.MetaData.Schema.Place
-- | Entities that have a somewhat fixed, physical extension.
--
--
-- - id Place
-- - label Place
-- - comment Entities that have a somewhat fixed,
-- physical extension.
-- - ancestors Thing
-- - subtypes
-- AdministrativeArea,CivicStructure,Landform,LandmarksOrHistoricalBuildings,LocalBusiness,Residence,TouristAttraction
-- - supertypes Thing
-- - url http://schema.org/Place
--
data Place
Place :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> Place
description :: Place -> Description
image :: Place -> Image
name :: Place -> Name
url :: Place -> Url
address :: Place -> Address
aggregateRating :: Place -> AggregateRating
containedIn :: Place -> ContainedIn
event :: Place -> Event
events :: Place -> Events
faxNumber :: Place -> FaxNumber
geo :: Place -> Geo
interactionCount :: Place -> InteractionCount
map :: Place -> Map
maps :: Place -> Maps
photo :: Place -> Photo
photos :: Place -> Photos
review :: Place -> Review
reviews :: Place -> Reviews
telephone :: Place -> Telephone
instance Show Place
instance Read Place
instance Eq Place
instance MetaData Place
module Text.HTML5.MetaData.Schema.PostalAddress
-- | The mailing address.
--
--
data PostalAddress
PostalAddress :: Description -> Image -> Name -> Url -> ContactType -> Email -> FaxNumber -> Telephone -> AddressCountry -> AddressLocality -> AddressRegion -> PostOfficeBoxNumber -> PostalCode -> StreetAddress -> PostalAddress
description :: PostalAddress -> Description
image :: PostalAddress -> Image
name :: PostalAddress -> Name
url :: PostalAddress -> Url
contactType :: PostalAddress -> ContactType
email :: PostalAddress -> Email
faxNumber :: PostalAddress -> FaxNumber
telephone :: PostalAddress -> Telephone
addressCountry :: PostalAddress -> AddressCountry
addressLocality :: PostalAddress -> AddressLocality
addressRegion :: PostalAddress -> AddressRegion
postOfficeBoxNumber :: PostalAddress -> PostOfficeBoxNumber
postalCode :: PostalAddress -> PostalCode
streetAddress :: PostalAddress -> StreetAddress
instance Show PostalAddress
instance Read PostalAddress
instance Eq PostalAddress
instance MetaData PostalAddress
module Text.HTML5.MetaData.Schema.Product
-- | A product is anything that is made available for sale—for example, a
-- pair of shoes, a concert ticket, or a car.
--
--
-- - id Product
-- - label Product
-- - comment A product is anything that is made
-- available for sale—for example, a pair of shoes, a concert ticket, or
-- a car.
-- - ancestors Thing
-- - subtypes
-- - supertypes Thing
-- - url http://schema.org/Product
--
data Product
Product :: Description -> Image -> Name -> Url -> AggregateRating -> Brand -> Manufacturer -> Model -> Offers -> ProductID -> Review -> Reviews -> Product
description :: Product -> Description
image :: Product -> Image
name :: Product -> Name
url :: Product -> Url
aggregateRating :: Product -> AggregateRating
brand :: Product -> Brand
manufacturer :: Product -> Manufacturer
model :: Product -> Model
offers :: Product -> Offers
productID :: Product -> ProductID
review :: Product -> Review
reviews :: Product -> Reviews
instance Show Product
instance Read Product
instance Eq Product
instance MetaData Product
module Text.HTML5.MetaData.Schema.Rating
-- | The rating of the video.
--
--
data Rating
Rating :: Description -> Image -> Name -> Url -> BestRating -> RatingValue -> WorstRating -> Rating
description :: Rating -> Description
image :: Rating -> Image
name :: Rating -> Name
url :: Rating -> Url
bestRating :: Rating -> BestRating
ratingValue :: Rating -> RatingValue
worstRating :: Rating -> WorstRating
instance Show Rating
instance Read Rating
instance Eq Rating
instance MetaData Rating
module Text.HTML5.MetaData.Schema.Review
-- | A review of an item - for example, a restaurant, movie, or store.
--
--
-- - id Review
-- - label Review
-- - comment A review of an item - for example, a
-- restaurant, movie, or store.
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes CreativeWork
-- - url http://schema.org/Review
--
data Review
Review :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> ItemReviewed -> ReviewBody -> ReviewRating -> Review
description :: Review -> Description
image :: Review -> Image
name :: Review -> Name
url :: Review -> Url
about :: Review -> About
accountablePerson :: Review -> AccountablePerson
aggregateRating :: Review -> AggregateRating
alternativeHeadline :: Review -> AlternativeHeadline
associatedMedia :: Review -> AssociatedMedia
audio :: Review -> Audio
author :: Review -> Author
award :: Review -> Award
awards :: Review -> Awards
comment :: Review -> Comment
contentLocation :: Review -> ContentLocation
contentRating :: Review -> ContentRating
contributor :: Review -> Contributor
copyrightHolder :: Review -> CopyrightHolder
copyrightYear :: Review -> CopyrightYear
creator :: Review -> Creator
dateCreated :: Review -> DateCreated
dateModified :: Review -> DateModified
datePublished :: Review -> DatePublished
discussionUrl :: Review -> DiscussionUrl
editor :: Review -> Editor
encoding :: Review -> Encoding
encodings :: Review -> Encodings
genre :: Review -> Genre
headline :: Review -> Headline
inLanguage :: Review -> InLanguage
interactionCount :: Review -> InteractionCount
isFamilyFriendly :: Review -> IsFamilyFriendly
keywords :: Review -> Keywords
mentions :: Review -> Mentions
offers :: Review -> Offers
provider :: Review -> Provider
publisher :: Review -> Publisher
publishingPrinciples :: Review -> PublishingPrinciples
review :: Review -> Review
reviews :: Review -> Reviews
sourceOrganization :: Review -> SourceOrganization
text :: Review -> Text
thumbnailUrl :: Review -> ThumbnailUrl
version :: Review -> Version
video :: Review -> Video
itemReviewed :: Review -> ItemReviewed
reviewBody :: Review -> ReviewBody
reviewRating :: Review -> ReviewRating
instance Show Review
instance Read Review
instance Eq Review
instance MetaData Review
module Text.HTML5.MetaData.Schema.TVEpisode
-- | An episode of a TV series or season.
--
--
-- - id TVEpisode
-- - label TV Episode
-- - comment An episode of a TV series or season.
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes CreativeWork
-- - url http://schema.org/TVEpisode
--
data TVEpisode
TVEpisode :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> Actor -> Actors -> Director -> EpisodeNumber -> MusicBy -> PartOfSeason -> PartOfTVSeries -> Producer -> ProductionCompany -> Trailer -> TVEpisode
description :: TVEpisode -> Description
image :: TVEpisode -> Image
name :: TVEpisode -> Name
url :: TVEpisode -> Url
about :: TVEpisode -> About
accountablePerson :: TVEpisode -> AccountablePerson
aggregateRating :: TVEpisode -> AggregateRating
alternativeHeadline :: TVEpisode -> AlternativeHeadline
associatedMedia :: TVEpisode -> AssociatedMedia
audio :: TVEpisode -> Audio
author :: TVEpisode -> Author
award :: TVEpisode -> Award
awards :: TVEpisode -> Awards
comment :: TVEpisode -> Comment
contentLocation :: TVEpisode -> ContentLocation
contentRating :: TVEpisode -> ContentRating
contributor :: TVEpisode -> Contributor
copyrightHolder :: TVEpisode -> CopyrightHolder
copyrightYear :: TVEpisode -> CopyrightYear
creator :: TVEpisode -> Creator
dateCreated :: TVEpisode -> DateCreated
dateModified :: TVEpisode -> DateModified
datePublished :: TVEpisode -> DatePublished
discussionUrl :: TVEpisode -> DiscussionUrl
editor :: TVEpisode -> Editor
encoding :: TVEpisode -> Encoding
encodings :: TVEpisode -> Encodings
genre :: TVEpisode -> Genre
headline :: TVEpisode -> Headline
inLanguage :: TVEpisode -> InLanguage
interactionCount :: TVEpisode -> InteractionCount
isFamilyFriendly :: TVEpisode -> IsFamilyFriendly
keywords :: TVEpisode -> Keywords
mentions :: TVEpisode -> Mentions
offers :: TVEpisode -> Offers
provider :: TVEpisode -> Provider
publisher :: TVEpisode -> Publisher
publishingPrinciples :: TVEpisode -> PublishingPrinciples
review :: TVEpisode -> Review
reviews :: TVEpisode -> Reviews
sourceOrganization :: TVEpisode -> SourceOrganization
text :: TVEpisode -> Text
thumbnailUrl :: TVEpisode -> ThumbnailUrl
version :: TVEpisode -> Version
video :: TVEpisode -> Video
actor :: TVEpisode -> Actor
actors :: TVEpisode -> Actors
director :: TVEpisode -> Director
episodeNumber :: TVEpisode -> EpisodeNumber
musicBy :: TVEpisode -> MusicBy
partOfSeason :: TVEpisode -> PartOfSeason
partOfTVSeries :: TVEpisode -> PartOfTVSeries
producer :: TVEpisode -> Producer
productionCompany :: TVEpisode -> ProductionCompany
trailer :: TVEpisode -> Trailer
instance Show TVEpisode
instance Read TVEpisode
instance Eq TVEpisode
instance MetaData TVEpisode
module Text.HTML5.MetaData.Schema.TVSeason
-- | A TV season.
--
--
-- - id TVSeason
-- - label TV Season
-- - comment A TV season.
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes CreativeWork
-- - url http://schema.org/TVSeason
--
data TVSeason
TVSeason :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> EndDate -> Episode -> Episodes -> NumberOfEpisodes -> PartOfTVSeries -> SeasonNumber -> StartDate -> Trailer -> TVSeason
description :: TVSeason -> Description
image :: TVSeason -> Image
name :: TVSeason -> Name
url :: TVSeason -> Url
about :: TVSeason -> About
accountablePerson :: TVSeason -> AccountablePerson
aggregateRating :: TVSeason -> AggregateRating
alternativeHeadline :: TVSeason -> AlternativeHeadline
associatedMedia :: TVSeason -> AssociatedMedia
audio :: TVSeason -> Audio
author :: TVSeason -> Author
award :: TVSeason -> Award
awards :: TVSeason -> Awards
comment :: TVSeason -> Comment
contentLocation :: TVSeason -> ContentLocation
contentRating :: TVSeason -> ContentRating
contributor :: TVSeason -> Contributor
copyrightHolder :: TVSeason -> CopyrightHolder
copyrightYear :: TVSeason -> CopyrightYear
creator :: TVSeason -> Creator
dateCreated :: TVSeason -> DateCreated
dateModified :: TVSeason -> DateModified
datePublished :: TVSeason -> DatePublished
discussionUrl :: TVSeason -> DiscussionUrl
editor :: TVSeason -> Editor
encoding :: TVSeason -> Encoding
encodings :: TVSeason -> Encodings
genre :: TVSeason -> Genre
headline :: TVSeason -> Headline
inLanguage :: TVSeason -> InLanguage
interactionCount :: TVSeason -> InteractionCount
isFamilyFriendly :: TVSeason -> IsFamilyFriendly
keywords :: TVSeason -> Keywords
mentions :: TVSeason -> Mentions
offers :: TVSeason -> Offers
provider :: TVSeason -> Provider
publisher :: TVSeason -> Publisher
publishingPrinciples :: TVSeason -> PublishingPrinciples
review :: TVSeason -> Review
reviews :: TVSeason -> Reviews
sourceOrganization :: TVSeason -> SourceOrganization
text :: TVSeason -> Text
thumbnailUrl :: TVSeason -> ThumbnailUrl
version :: TVSeason -> Version
video :: TVSeason -> Video
endDate :: TVSeason -> EndDate
episode :: TVSeason -> Episode
episodes :: TVSeason -> Episodes
numberOfEpisodes :: TVSeason -> NumberOfEpisodes
partOfTVSeries :: TVSeason -> PartOfTVSeries
seasonNumber :: TVSeason -> SeasonNumber
startDate :: TVSeason -> StartDate
trailer :: TVSeason -> Trailer
instance Show TVSeason
instance Read TVSeason
instance Eq TVSeason
instance MetaData TVSeason
module Text.HTML5.MetaData.Schema.TVSeries
-- | A television series.
--
--
-- - id TVSeries
-- - label TV Series
-- - comment A television series.
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes CreativeWork
-- - url http://schema.org/TVSeries
--
data TVSeries
TVSeries :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> Actor -> Actors -> Director -> EndDate -> Episode -> Episodes -> MusicBy -> NumberOfEpisodes -> Producer -> ProductionCompany -> Season -> Seasons -> StartDate -> Trailer -> TVSeries
description :: TVSeries -> Description
image :: TVSeries -> Image
name :: TVSeries -> Name
url :: TVSeries -> Url
about :: TVSeries -> About
accountablePerson :: TVSeries -> AccountablePerson
aggregateRating :: TVSeries -> AggregateRating
alternativeHeadline :: TVSeries -> AlternativeHeadline
associatedMedia :: TVSeries -> AssociatedMedia
audio :: TVSeries -> Audio
author :: TVSeries -> Author
award :: TVSeries -> Award
awards :: TVSeries -> Awards
comment :: TVSeries -> Comment
contentLocation :: TVSeries -> ContentLocation
contentRating :: TVSeries -> ContentRating
contributor :: TVSeries -> Contributor
copyrightHolder :: TVSeries -> CopyrightHolder
copyrightYear :: TVSeries -> CopyrightYear
creator :: TVSeries -> Creator
dateCreated :: TVSeries -> DateCreated
dateModified :: TVSeries -> DateModified
datePublished :: TVSeries -> DatePublished
discussionUrl :: TVSeries -> DiscussionUrl
editor :: TVSeries -> Editor
encoding :: TVSeries -> Encoding
encodings :: TVSeries -> Encodings
genre :: TVSeries -> Genre
headline :: TVSeries -> Headline
inLanguage :: TVSeries -> InLanguage
interactionCount :: TVSeries -> InteractionCount
isFamilyFriendly :: TVSeries -> IsFamilyFriendly
keywords :: TVSeries -> Keywords
mentions :: TVSeries -> Mentions
offers :: TVSeries -> Offers
provider :: TVSeries -> Provider
publisher :: TVSeries -> Publisher
publishingPrinciples :: TVSeries -> PublishingPrinciples
review :: TVSeries -> Review
reviews :: TVSeries -> Reviews
sourceOrganization :: TVSeries -> SourceOrganization
text :: TVSeries -> Text
thumbnailUrl :: TVSeries -> ThumbnailUrl
version :: TVSeries -> Version
video :: TVSeries -> Video
actor :: TVSeries -> Actor
actors :: TVSeries -> Actors
director :: TVSeries -> Director
endDate :: TVSeries -> EndDate
episode :: TVSeries -> Episode
episodes :: TVSeries -> Episodes
musicBy :: TVSeries -> MusicBy
numberOfEpisodes :: TVSeries -> NumberOfEpisodes
producer :: TVSeries -> Producer
productionCompany :: TVSeries -> ProductionCompany
season :: TVSeries -> Season
seasons :: TVSeries -> Seasons
startDate :: TVSeries -> StartDate
trailer :: TVSeries -> Trailer
instance Show TVSeries
instance Read TVSeries
instance Eq TVSeries
instance MetaData TVSeries
module Text.HTML5.MetaData.Schema.Thing
-- | The most generic type of item.
--
--
-- - id Thing
-- - label Thing
-- - comment The most generic type of item.
-- - ancestors
-- - subtypes
-- CreativeWork,Event,Intangible,Organization,Person,Place,Product
-- - supertypes
-- - url http://schema.org/Thing
--
data Thing
Thing :: Description -> Image -> Name -> Url -> Thing
description :: Thing -> Description
image :: Thing -> Image
name :: Thing -> Name
url :: Thing -> Url
instance Show Thing
instance Read Thing
instance Eq Thing
instance MetaData Thing
module Text.HTML5.MetaData.Schema.UserComments
-- | The UserInteraction event in which a user comments on an item.
--
--
-- - id UserComments
-- - label User Comments
-- - comment The UserInteraction event in which a user
-- comments on an item.
-- - ancestors
-- Thing,Event,UserInteraction
-- - subtypes
-- - supertypes UserInteraction
-- - url http://schema.org/UserComments
--
data UserComments
UserComments :: Description -> Image -> Name -> Url -> Attendee -> Attendees -> Duration -> EndDate -> Location -> Offers -> Performer -> Performers -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> CommentText -> CommentTime -> Creator -> Discusses -> ReplyToUrl -> UserComments
description :: UserComments -> Description
image :: UserComments -> Image
name :: UserComments -> Name
url :: UserComments -> Url
attendee :: UserComments -> Attendee
attendees :: UserComments -> Attendees
duration :: UserComments -> Duration
endDate :: UserComments -> EndDate
location :: UserComments -> Location
offers :: UserComments -> Offers
performer :: UserComments -> Performer
performers :: UserComments -> Performers
startDate :: UserComments -> StartDate
subEvent :: UserComments -> SubEvent
subEvents :: UserComments -> SubEvents
superEvent :: UserComments -> SuperEvent
commentText :: UserComments -> CommentText
commentTime :: UserComments -> CommentTime
creator :: UserComments -> Creator
discusses :: UserComments -> Discusses
replyToUrl :: UserComments -> ReplyToUrl
instance Show UserComments
instance Read UserComments
instance Eq UserComments
instance MetaData UserComments
module Text.HTML5.MetaData.Schema.VideoObject
-- | A video file.
--
--
-- - id VideoObject
-- - label Video Object
-- - comment A video file.
-- - ancestors
-- Thing,CreativeWork,MediaObject
-- - subtypes
-- - supertypes MediaObject
-- - url http://schema.org/VideoObject
--
data VideoObject
VideoObject :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> AssociatedArticle -> Bitrate -> ContentSize -> ContentUrl -> Duration -> EmbedUrl -> EncodesCreativeWork -> EncodingFormat -> Expires -> Height -> PlayerType -> RegionsAllowed -> RequiresSubscription -> UploadDate -> Width -> Caption -> ProductionCompany -> Thumbnail -> Transcript -> VideoFrameSize -> VideoQuality -> VideoObject
description :: VideoObject -> Description
image :: VideoObject -> Image
name :: VideoObject -> Name
url :: VideoObject -> Url
about :: VideoObject -> About
accountablePerson :: VideoObject -> AccountablePerson
aggregateRating :: VideoObject -> AggregateRating
alternativeHeadline :: VideoObject -> AlternativeHeadline
associatedMedia :: VideoObject -> AssociatedMedia
audio :: VideoObject -> Audio
author :: VideoObject -> Author
award :: VideoObject -> Award
awards :: VideoObject -> Awards
comment :: VideoObject -> Comment
contentLocation :: VideoObject -> ContentLocation
contentRating :: VideoObject -> ContentRating
contributor :: VideoObject -> Contributor
copyrightHolder :: VideoObject -> CopyrightHolder
copyrightYear :: VideoObject -> CopyrightYear
creator :: VideoObject -> Creator
dateCreated :: VideoObject -> DateCreated
dateModified :: VideoObject -> DateModified
datePublished :: VideoObject -> DatePublished
discussionUrl :: VideoObject -> DiscussionUrl
editor :: VideoObject -> Editor
encoding :: VideoObject -> Encoding
encodings :: VideoObject -> Encodings
genre :: VideoObject -> Genre
headline :: VideoObject -> Headline
inLanguage :: VideoObject -> InLanguage
interactionCount :: VideoObject -> InteractionCount
isFamilyFriendly :: VideoObject -> IsFamilyFriendly
keywords :: VideoObject -> Keywords
mentions :: VideoObject -> Mentions
offers :: VideoObject -> Offers
provider :: VideoObject -> Provider
publisher :: VideoObject -> Publisher
publishingPrinciples :: VideoObject -> PublishingPrinciples
review :: VideoObject -> Review
reviews :: VideoObject -> Reviews
sourceOrganization :: VideoObject -> SourceOrganization
text :: VideoObject -> Text
thumbnailUrl :: VideoObject -> ThumbnailUrl
version :: VideoObject -> Version
video :: VideoObject -> Video
associatedArticle :: VideoObject -> AssociatedArticle
bitrate :: VideoObject -> Bitrate
contentSize :: VideoObject -> ContentSize
contentUrl :: VideoObject -> ContentUrl
duration :: VideoObject -> Duration
embedUrl :: VideoObject -> EmbedUrl
encodesCreativeWork :: VideoObject -> EncodesCreativeWork
encodingFormat :: VideoObject -> EncodingFormat
expires :: VideoObject -> Expires
height :: VideoObject -> Height
playerType :: VideoObject -> PlayerType
regionsAllowed :: VideoObject -> RegionsAllowed
requiresSubscription :: VideoObject -> RequiresSubscription
uploadDate :: VideoObject -> UploadDate
width :: VideoObject -> Width
caption :: VideoObject -> Caption
productionCompany :: VideoObject -> ProductionCompany
thumbnail :: VideoObject -> Thumbnail
transcript :: VideoObject -> Transcript
videoFrameSize :: VideoObject -> VideoFrameSize
videoQuality :: VideoObject -> VideoQuality
instance Show VideoObject
instance Read VideoObject
instance Eq VideoObject
instance MetaData VideoObject
module Text.HTML5.MetaData.Schema.WebPageElement
-- | A web page element, like a table or an image
--
--
-- - id WebPageElement
-- - label Web Page Element
-- - comment A web page element, like a table or an
-- image
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- SiteNavigationElement,Table,WPAdBlock,WPFooter,WPHeader,WPSideBar
-- - supertypes CreativeWork
-- - url http://schema.org/WebPageElement
--
data WebPageElement
WebPageElement :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> WebPageElement
description :: WebPageElement -> Description
image :: WebPageElement -> Image
name :: WebPageElement -> Name
url :: WebPageElement -> Url
about :: WebPageElement -> About
accountablePerson :: WebPageElement -> AccountablePerson
aggregateRating :: WebPageElement -> AggregateRating
alternativeHeadline :: WebPageElement -> AlternativeHeadline
associatedMedia :: WebPageElement -> AssociatedMedia
audio :: WebPageElement -> Audio
author :: WebPageElement -> Author
award :: WebPageElement -> Award
awards :: WebPageElement -> Awards
comment :: WebPageElement -> Comment
contentLocation :: WebPageElement -> ContentLocation
contentRating :: WebPageElement -> ContentRating
contributor :: WebPageElement -> Contributor
copyrightHolder :: WebPageElement -> CopyrightHolder
copyrightYear :: WebPageElement -> CopyrightYear
creator :: WebPageElement -> Creator
dateCreated :: WebPageElement -> DateCreated
dateModified :: WebPageElement -> DateModified
datePublished :: WebPageElement -> DatePublished
discussionUrl :: WebPageElement -> DiscussionUrl
editor :: WebPageElement -> Editor
encoding :: WebPageElement -> Encoding
encodings :: WebPageElement -> Encodings
genre :: WebPageElement -> Genre
headline :: WebPageElement -> Headline
inLanguage :: WebPageElement -> InLanguage
interactionCount :: WebPageElement -> InteractionCount
isFamilyFriendly :: WebPageElement -> IsFamilyFriendly
keywords :: WebPageElement -> Keywords
mentions :: WebPageElement -> Mentions
offers :: WebPageElement -> Offers
provider :: WebPageElement -> Provider
publisher :: WebPageElement -> Publisher
publishingPrinciples :: WebPageElement -> PublishingPrinciples
review :: WebPageElement -> Review
reviews :: WebPageElement -> Reviews
sourceOrganization :: WebPageElement -> SourceOrganization
text :: WebPageElement -> Text
thumbnailUrl :: WebPageElement -> ThumbnailUrl
version :: WebPageElement -> Version
video :: WebPageElement -> Video
instance Show WebPageElement
instance Read WebPageElement
instance Eq WebPageElement
instance MetaData WebPageElement
module Text.HTML5.MetaData.Schema.BookStore
-- | A bookstore.
--
--
-- - id BookStore
-- - label Book Store
-- - comment A bookstore.
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/BookStore
--
data BookStore
BookStore :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> BookStore
description :: BookStore -> Description
image :: BookStore -> Image
name :: BookStore -> Name
url :: BookStore -> Url
address :: BookStore -> Address
aggregateRating :: BookStore -> AggregateRating
containedIn :: BookStore -> ContainedIn
event :: BookStore -> Event
events :: BookStore -> Events
faxNumber :: BookStore -> FaxNumber
geo :: BookStore -> Geo
interactionCount :: BookStore -> InteractionCount
map :: BookStore -> Map
maps :: BookStore -> Maps
photo :: BookStore -> Photo
photos :: BookStore -> Photos
review :: BookStore -> Review
reviews :: BookStore -> Reviews
telephone :: BookStore -> Telephone
contactPoint :: BookStore -> ContactPoint
contactPoints :: BookStore -> ContactPoints
email :: BookStore -> Email
employee :: BookStore -> Employee
employees :: BookStore -> Employees
founder :: BookStore -> Founder
founders :: BookStore -> Founders
foundingDate :: BookStore -> FoundingDate
location :: BookStore -> Location
member :: BookStore -> Member
members :: BookStore -> Members
branchOf :: BookStore -> BranchOf
currenciesAccepted :: BookStore -> CurrenciesAccepted
openingHours :: BookStore -> OpeningHours
paymentAccepted :: BookStore -> PaymentAccepted
priceRange :: BookStore -> PriceRange
instance Show BookStore
instance Read BookStore
instance Eq BookStore
instance MetaData BookStore
module Text.HTML5.MetaData.Schema.InternetCafe
-- | An internet cafe.
--
--
-- - id InternetCafe
-- - label Internet Cafe
-- - comment An internet cafe.
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- - supertypes LocalBusiness
-- - url http://schema.org/InternetCafe
--
data InternetCafe
InternetCafe :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> InternetCafe
description :: InternetCafe -> Description
image :: InternetCafe -> Image
name :: InternetCafe -> Name
url :: InternetCafe -> Url
address :: InternetCafe -> Address
aggregateRating :: InternetCafe -> AggregateRating
containedIn :: InternetCafe -> ContainedIn
event :: InternetCafe -> Event
events :: InternetCafe -> Events
faxNumber :: InternetCafe -> FaxNumber
geo :: InternetCafe -> Geo
interactionCount :: InternetCafe -> InteractionCount
map :: InternetCafe -> Map
maps :: InternetCafe -> Maps
photo :: InternetCafe -> Photo
photos :: InternetCafe -> Photos
review :: InternetCafe -> Review
reviews :: InternetCafe -> Reviews
telephone :: InternetCafe -> Telephone
contactPoint :: InternetCafe -> ContactPoint
contactPoints :: InternetCafe -> ContactPoints
email :: InternetCafe -> Email
employee :: InternetCafe -> Employee
employees :: InternetCafe -> Employees
founder :: InternetCafe -> Founder
founders :: InternetCafe -> Founders
foundingDate :: InternetCafe -> FoundingDate
location :: InternetCafe -> Location
member :: InternetCafe -> Member
members :: InternetCafe -> Members
branchOf :: InternetCafe -> BranchOf
currenciesAccepted :: InternetCafe -> CurrenciesAccepted
openingHours :: InternetCafe -> OpeningHours
paymentAccepted :: InternetCafe -> PaymentAccepted
priceRange :: InternetCafe -> PriceRange
instance Show InternetCafe
instance Read InternetCafe
instance Eq InternetCafe
instance MetaData InternetCafe
module Text.HTML5.MetaData.Schema.Restaurant
-- | A restaurant.
--
--
-- - id Restaurant
-- - label Restaurant
-- - comment A restaurant.
-- - ancestors
-- Thing,Organization,LocalBusiness,FoodEstablishment
-- - subtypes
-- - supertypes
-- FoodEstablishment
-- - url http://schema.org/Restaurant
--
data Restaurant
Restaurant :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AcceptsReservations -> Menu -> ServesCuisine -> Restaurant
description :: Restaurant -> Description
image :: Restaurant -> Image
name :: Restaurant -> Name
url :: Restaurant -> Url
address :: Restaurant -> Address
aggregateRating :: Restaurant -> AggregateRating
containedIn :: Restaurant -> ContainedIn
event :: Restaurant -> Event
events :: Restaurant -> Events
faxNumber :: Restaurant -> FaxNumber
geo :: Restaurant -> Geo
interactionCount :: Restaurant -> InteractionCount
map :: Restaurant -> Map
maps :: Restaurant -> Maps
photo :: Restaurant -> Photo
photos :: Restaurant -> Photos
review :: Restaurant -> Review
reviews :: Restaurant -> Reviews
telephone :: Restaurant -> Telephone
contactPoint :: Restaurant -> ContactPoint
contactPoints :: Restaurant -> ContactPoints
email :: Restaurant -> Email
employee :: Restaurant -> Employee
employees :: Restaurant -> Employees
founder :: Restaurant -> Founder
founders :: Restaurant -> Founders
foundingDate :: Restaurant -> FoundingDate
location :: Restaurant -> Location
member :: Restaurant -> Member
members :: Restaurant -> Members
branchOf :: Restaurant -> BranchOf
currenciesAccepted :: Restaurant -> CurrenciesAccepted
openingHours :: Restaurant -> OpeningHours
paymentAccepted :: Restaurant -> PaymentAccepted
priceRange :: Restaurant -> PriceRange
acceptsReservations :: Restaurant -> AcceptsReservations
menu :: Restaurant -> Menu
servesCuisine :: Restaurant -> ServesCuisine
instance Show Restaurant
instance Read Restaurant
instance Eq Restaurant
instance MetaData Restaurant
module Text.HTML5.MetaData.Schema.UserPlays
-- | User interaction: Play count of an item, for example a video or a
-- song.
--
--
-- - id UserPlays
-- - label User Plays
-- - comment User interaction: Play count of an item,
-- for example a video or a song.
-- - ancestors
-- Thing,Event,UserInteraction
-- - subtypes
-- - supertypes UserInteraction
-- - url http://schema.org/UserPlays
--
data UserPlays
UserPlays :: Description -> Image -> Name -> Url -> Attendee -> Attendees -> Duration -> EndDate -> Location -> Offers -> Performer -> Performers -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> UserPlays
description :: UserPlays -> Description
image :: UserPlays -> Image
name :: UserPlays -> Name
url :: UserPlays -> Url
attendee :: UserPlays -> Attendee
attendees :: UserPlays -> Attendees
duration :: UserPlays -> Duration
endDate :: UserPlays -> EndDate
location :: UserPlays -> Location
offers :: UserPlays -> Offers
performer :: UserPlays -> Performer
performers :: UserPlays -> Performers
startDate :: UserPlays -> StartDate
subEvent :: UserPlays -> SubEvent
subEvents :: UserPlays -> SubEvents
superEvent :: UserPlays -> SuperEvent
instance Show UserPlays
instance Read UserPlays
instance Eq UserPlays
instance MetaData UserPlays
module Text.HTML5.MetaData.Schema.SelfStorage
-- | Self-storage facility.
--
--
-- - id SelfStorage
-- - label Self Storage
-- - comment Self-storage facility.
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- - supertypes LocalBusiness
-- - url http://schema.org/SelfStorage
--
data SelfStorage
SelfStorage :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> SelfStorage
description :: SelfStorage -> Description
image :: SelfStorage -> Image
name :: SelfStorage -> Name
url :: SelfStorage -> Url
address :: SelfStorage -> Address
aggregateRating :: SelfStorage -> AggregateRating
containedIn :: SelfStorage -> ContainedIn
event :: SelfStorage -> Event
events :: SelfStorage -> Events
faxNumber :: SelfStorage -> FaxNumber
geo :: SelfStorage -> Geo
interactionCount :: SelfStorage -> InteractionCount
map :: SelfStorage -> Map
maps :: SelfStorage -> Maps
photo :: SelfStorage -> Photo
photos :: SelfStorage -> Photos
review :: SelfStorage -> Review
reviews :: SelfStorage -> Reviews
telephone :: SelfStorage -> Telephone
contactPoint :: SelfStorage -> ContactPoint
contactPoints :: SelfStorage -> ContactPoints
email :: SelfStorage -> Email
employee :: SelfStorage -> Employee
employees :: SelfStorage -> Employees
founder :: SelfStorage -> Founder
founders :: SelfStorage -> Founders
foundingDate :: SelfStorage -> FoundingDate
location :: SelfStorage -> Location
member :: SelfStorage -> Member
members :: SelfStorage -> Members
branchOf :: SelfStorage -> BranchOf
currenciesAccepted :: SelfStorage -> CurrenciesAccepted
openingHours :: SelfStorage -> OpeningHours
paymentAccepted :: SelfStorage -> PaymentAccepted
priceRange :: SelfStorage -> PriceRange
instance Show SelfStorage
instance Read SelfStorage
instance Eq SelfStorage
instance MetaData SelfStorage
module Text.HTML5.MetaData.Schema.BedAndBreakfast
-- | Bed and breakfast.
--
--
-- - id BedAndBreakfast
-- - label Bed And Breakfast
-- - comment Bed and breakfast.
-- - ancestors
-- Thing,Organization,LocalBusiness,LodgingBusiness
-- - subtypes
-- - supertypes LodgingBusiness
-- - url http://schema.org/BedAndBreakfast
--
data BedAndBreakfast
BedAndBreakfast :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> BedAndBreakfast
description :: BedAndBreakfast -> Description
image :: BedAndBreakfast -> Image
name :: BedAndBreakfast -> Name
url :: BedAndBreakfast -> Url
address :: BedAndBreakfast -> Address
aggregateRating :: BedAndBreakfast -> AggregateRating
containedIn :: BedAndBreakfast -> ContainedIn
event :: BedAndBreakfast -> Event
events :: BedAndBreakfast -> Events
faxNumber :: BedAndBreakfast -> FaxNumber
geo :: BedAndBreakfast -> Geo
interactionCount :: BedAndBreakfast -> InteractionCount
map :: BedAndBreakfast -> Map
maps :: BedAndBreakfast -> Maps
photo :: BedAndBreakfast -> Photo
photos :: BedAndBreakfast -> Photos
review :: BedAndBreakfast -> Review
reviews :: BedAndBreakfast -> Reviews
telephone :: BedAndBreakfast -> Telephone
contactPoint :: BedAndBreakfast -> ContactPoint
contactPoints :: BedAndBreakfast -> ContactPoints
email :: BedAndBreakfast -> Email
employee :: BedAndBreakfast -> Employee
employees :: BedAndBreakfast -> Employees
founder :: BedAndBreakfast -> Founder
founders :: BedAndBreakfast -> Founders
foundingDate :: BedAndBreakfast -> FoundingDate
location :: BedAndBreakfast -> Location
member :: BedAndBreakfast -> Member
members :: BedAndBreakfast -> Members
branchOf :: BedAndBreakfast -> BranchOf
currenciesAccepted :: BedAndBreakfast -> CurrenciesAccepted
openingHours :: BedAndBreakfast -> OpeningHours
paymentAccepted :: BedAndBreakfast -> PaymentAccepted
priceRange :: BedAndBreakfast -> PriceRange
instance Show BedAndBreakfast
instance Read BedAndBreakfast
instance Eq BedAndBreakfast
instance MetaData BedAndBreakfast
module Text.HTML5.MetaData.Schema.HousePainter
-- | A house painting service.
--
--
-- - id HousePainter
-- - label House Painter
-- - comment A house painting service.
-- - ancestors
-- Thing,Organization,LocalBusiness,HomeAndConstructionBusiness
-- - subtypes
-- - supertypes
-- HomeAndConstructionBusiness,ProfessionalService
-- - url http://schema.org/HousePainter
--
data HousePainter
HousePainter :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> HousePainter
description :: HousePainter -> Description
image :: HousePainter -> Image
name :: HousePainter -> Name
url :: HousePainter -> Url
address :: HousePainter -> Address
aggregateRating :: HousePainter -> AggregateRating
containedIn :: HousePainter -> ContainedIn
event :: HousePainter -> Event
events :: HousePainter -> Events
faxNumber :: HousePainter -> FaxNumber
geo :: HousePainter -> Geo
interactionCount :: HousePainter -> InteractionCount
map :: HousePainter -> Map
maps :: HousePainter -> Maps
photo :: HousePainter -> Photo
photos :: HousePainter -> Photos
review :: HousePainter -> Review
reviews :: HousePainter -> Reviews
telephone :: HousePainter -> Telephone
contactPoint :: HousePainter -> ContactPoint
contactPoints :: HousePainter -> ContactPoints
email :: HousePainter -> Email
employee :: HousePainter -> Employee
employees :: HousePainter -> Employees
founder :: HousePainter -> Founder
founders :: HousePainter -> Founders
foundingDate :: HousePainter -> FoundingDate
location :: HousePainter -> Location
member :: HousePainter -> Member
members :: HousePainter -> Members
branchOf :: HousePainter -> BranchOf
currenciesAccepted :: HousePainter -> CurrenciesAccepted
openingHours :: HousePainter -> OpeningHours
paymentAccepted :: HousePainter -> PaymentAccepted
priceRange :: HousePainter -> PriceRange
instance Show HousePainter
instance Read HousePainter
instance Eq HousePainter
instance MetaData HousePainter
module Text.HTML5.MetaData.Schema.WPFooter
-- | The footer section of the page.
--
--
-- - id WPFooter
-- - label WP Footer
-- - comment The footer section of the page.
-- - ancestors
-- Thing,CreativeWork,WebPageElement
-- - subtypes
-- - supertypes WebPageElement
-- - url http://schema.org/WPFooter
--
data WPFooter
WPFooter :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> WPFooter
description :: WPFooter -> Description
image :: WPFooter -> Image
name :: WPFooter -> Name
url :: WPFooter -> Url
about :: WPFooter -> About
accountablePerson :: WPFooter -> AccountablePerson
aggregateRating :: WPFooter -> AggregateRating
alternativeHeadline :: WPFooter -> AlternativeHeadline
associatedMedia :: WPFooter -> AssociatedMedia
audio :: WPFooter -> Audio
author :: WPFooter -> Author
award :: WPFooter -> Award
awards :: WPFooter -> Awards
comment :: WPFooter -> Comment
contentLocation :: WPFooter -> ContentLocation
contentRating :: WPFooter -> ContentRating
contributor :: WPFooter -> Contributor
copyrightHolder :: WPFooter -> CopyrightHolder
copyrightYear :: WPFooter -> CopyrightYear
creator :: WPFooter -> Creator
dateCreated :: WPFooter -> DateCreated
dateModified :: WPFooter -> DateModified
datePublished :: WPFooter -> DatePublished
discussionUrl :: WPFooter -> DiscussionUrl
editor :: WPFooter -> Editor
encoding :: WPFooter -> Encoding
encodings :: WPFooter -> Encodings
genre :: WPFooter -> Genre
headline :: WPFooter -> Headline
inLanguage :: WPFooter -> InLanguage
interactionCount :: WPFooter -> InteractionCount
isFamilyFriendly :: WPFooter -> IsFamilyFriendly
keywords :: WPFooter -> Keywords
mentions :: WPFooter -> Mentions
offers :: WPFooter -> Offers
provider :: WPFooter -> Provider
publisher :: WPFooter -> Publisher
publishingPrinciples :: WPFooter -> PublishingPrinciples
review :: WPFooter -> Review
reviews :: WPFooter -> Reviews
sourceOrganization :: WPFooter -> SourceOrganization
text :: WPFooter -> Text
thumbnailUrl :: WPFooter -> ThumbnailUrl
version :: WPFooter -> Version
video :: WPFooter -> Video
instance Show WPFooter
instance Read WPFooter
instance Eq WPFooter
instance MetaData WPFooter
module Text.HTML5.MetaData.Schema.GovernmentOffice
-- | A government office—for example, an IRS or DMV office.
--
--
-- - id GovernmentOffice
-- - label Government Office
-- - comment A government office—for example, an IRS or
-- DMV office.
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes PostOffice
-- - supertypes LocalBusiness
-- - url http://schema.org/GovernmentOffice
--
data GovernmentOffice
GovernmentOffice :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> GovernmentOffice
description :: GovernmentOffice -> Description
image :: GovernmentOffice -> Image
name :: GovernmentOffice -> Name
url :: GovernmentOffice -> Url
address :: GovernmentOffice -> Address
aggregateRating :: GovernmentOffice -> AggregateRating
containedIn :: GovernmentOffice -> ContainedIn
event :: GovernmentOffice -> Event
events :: GovernmentOffice -> Events
faxNumber :: GovernmentOffice -> FaxNumber
geo :: GovernmentOffice -> Geo
interactionCount :: GovernmentOffice -> InteractionCount
map :: GovernmentOffice -> Map
maps :: GovernmentOffice -> Maps
photo :: GovernmentOffice -> Photo
photos :: GovernmentOffice -> Photos
review :: GovernmentOffice -> Review
reviews :: GovernmentOffice -> Reviews
telephone :: GovernmentOffice -> Telephone
contactPoint :: GovernmentOffice -> ContactPoint
contactPoints :: GovernmentOffice -> ContactPoints
email :: GovernmentOffice -> Email
employee :: GovernmentOffice -> Employee
employees :: GovernmentOffice -> Employees
founder :: GovernmentOffice -> Founder
founders :: GovernmentOffice -> Founders
foundingDate :: GovernmentOffice -> FoundingDate
location :: GovernmentOffice -> Location
member :: GovernmentOffice -> Member
members :: GovernmentOffice -> Members
branchOf :: GovernmentOffice -> BranchOf
currenciesAccepted :: GovernmentOffice -> CurrenciesAccepted
openingHours :: GovernmentOffice -> OpeningHours
paymentAccepted :: GovernmentOffice -> PaymentAccepted
priceRange :: GovernmentOffice -> PriceRange
instance Show GovernmentOffice
instance Read GovernmentOffice
instance Eq GovernmentOffice
instance MetaData GovernmentOffice
module Text.HTML5.MetaData.Schema.UserPageVisits
-- | User interaction: Visit to a web page.
--
--
-- - id UserPageVisits
-- - label User Page Visits
-- - comment User interaction: Visit to a web
-- page.
-- - ancestors
-- Thing,Event,UserInteraction
-- - subtypes
-- - supertypes UserInteraction
-- - url http://schema.org/UserPageVisits
--
data UserPageVisits
UserPageVisits :: Description -> Image -> Name -> Url -> Attendee -> Attendees -> Duration -> EndDate -> Location -> Offers -> Performer -> Performers -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> UserPageVisits
description :: UserPageVisits -> Description
image :: UserPageVisits -> Image
name :: UserPageVisits -> Name
url :: UserPageVisits -> Url
attendee :: UserPageVisits -> Attendee
attendees :: UserPageVisits -> Attendees
duration :: UserPageVisits -> Duration
endDate :: UserPageVisits -> EndDate
location :: UserPageVisits -> Location
offers :: UserPageVisits -> Offers
performer :: UserPageVisits -> Performer
performers :: UserPageVisits -> Performers
startDate :: UserPageVisits -> StartDate
subEvent :: UserPageVisits -> SubEvent
subEvents :: UserPageVisits -> SubEvents
superEvent :: UserPageVisits -> SuperEvent
instance Show UserPageVisits
instance Read UserPageVisits
instance Eq UserPageVisits
instance MetaData UserPageVisits
module Text.HTML5.MetaData.Schema.Bakery
-- | A bakery.
--
--
-- - id Bakery
-- - label Bakery
-- - comment A bakery.
-- - ancestors
-- Thing,Organization,LocalBusiness,FoodEstablishment
-- - subtypes
-- - supertypes
-- FoodEstablishment
-- - url http://schema.org/Bakery
--
data Bakery
Bakery :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AcceptsReservations -> Menu -> ServesCuisine -> Bakery
description :: Bakery -> Description
image :: Bakery -> Image
name :: Bakery -> Name
url :: Bakery -> Url
address :: Bakery -> Address
aggregateRating :: Bakery -> AggregateRating
containedIn :: Bakery -> ContainedIn
event :: Bakery -> Event
events :: Bakery -> Events
faxNumber :: Bakery -> FaxNumber
geo :: Bakery -> Geo
interactionCount :: Bakery -> InteractionCount
map :: Bakery -> Map
maps :: Bakery -> Maps
photo :: Bakery -> Photo
photos :: Bakery -> Photos
review :: Bakery -> Review
reviews :: Bakery -> Reviews
telephone :: Bakery -> Telephone
contactPoint :: Bakery -> ContactPoint
contactPoints :: Bakery -> ContactPoints
email :: Bakery -> Email
employee :: Bakery -> Employee
employees :: Bakery -> Employees
founder :: Bakery -> Founder
founders :: Bakery -> Founders
foundingDate :: Bakery -> FoundingDate
location :: Bakery -> Location
member :: Bakery -> Member
members :: Bakery -> Members
branchOf :: Bakery -> BranchOf
currenciesAccepted :: Bakery -> CurrenciesAccepted
openingHours :: Bakery -> OpeningHours
paymentAccepted :: Bakery -> PaymentAccepted
priceRange :: Bakery -> PriceRange
acceptsReservations :: Bakery -> AcceptsReservations
menu :: Bakery -> Menu
servesCuisine :: Bakery -> ServesCuisine
instance Show Bakery
instance Read Bakery
instance Eq Bakery
instance MetaData Bakery
module Text.HTML5.MetaData.Schema.Waterfall
-- | A waterfall, like Niagara
--
--
-- - id Waterfall
-- - label Waterfall
-- - comment A waterfall, like Niagara
-- - ancestors
-- Thing,Place,Landform,BodyOfWater
-- - subtypes
-- - supertypes BodyOfWater
-- - url http://schema.org/Waterfall
--
data Waterfall
Waterfall :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> Waterfall
description :: Waterfall -> Description
image :: Waterfall -> Image
name :: Waterfall -> Name
url :: Waterfall -> Url
address :: Waterfall -> Address
aggregateRating :: Waterfall -> AggregateRating
containedIn :: Waterfall -> ContainedIn
event :: Waterfall -> Event
events :: Waterfall -> Events
faxNumber :: Waterfall -> FaxNumber
geo :: Waterfall -> Geo
interactionCount :: Waterfall -> InteractionCount
map :: Waterfall -> Map
maps :: Waterfall -> Maps
photo :: Waterfall -> Photo
photos :: Waterfall -> Photos
review :: Waterfall -> Review
reviews :: Waterfall -> Reviews
telephone :: Waterfall -> Telephone
instance Show Waterfall
instance Read Waterfall
instance Eq Waterfall
instance MetaData Waterfall
module Text.HTML5.MetaData.Schema.VisualArtsEvent
-- | Event type: Visual arts event.
--
--
data VisualArtsEvent
VisualArtsEvent :: Description -> Image -> Name -> Url -> Attendee -> Attendees -> Duration -> EndDate -> Location -> Offers -> Performer -> Performers -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> VisualArtsEvent
description :: VisualArtsEvent -> Description
image :: VisualArtsEvent -> Image
name :: VisualArtsEvent -> Name
url :: VisualArtsEvent -> Url
attendee :: VisualArtsEvent -> Attendee
attendees :: VisualArtsEvent -> Attendees
duration :: VisualArtsEvent -> Duration
endDate :: VisualArtsEvent -> EndDate
location :: VisualArtsEvent -> Location
offers :: VisualArtsEvent -> Offers
performer :: VisualArtsEvent -> Performer
performers :: VisualArtsEvent -> Performers
startDate :: VisualArtsEvent -> StartDate
subEvent :: VisualArtsEvent -> SubEvent
subEvents :: VisualArtsEvent -> SubEvents
superEvent :: VisualArtsEvent -> SuperEvent
instance Show VisualArtsEvent
instance Read VisualArtsEvent
instance Eq VisualArtsEvent
instance MetaData VisualArtsEvent
module Text.HTML5.MetaData.Schema.Notary
-- | A notary.
--
--
-- - id Notary
-- - label Notary
-- - comment A notary.
-- - ancestors
-- Thing,Organization,LocalBusiness,ProfessionalService
-- - subtypes
-- - supertypes
-- ProfessionalService
-- - url http://schema.org/Notary
--
data Notary
Notary :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Notary
description :: Notary -> Description
image :: Notary -> Image
name :: Notary -> Name
url :: Notary -> Url
address :: Notary -> Address
aggregateRating :: Notary -> AggregateRating
containedIn :: Notary -> ContainedIn
event :: Notary -> Event
events :: Notary -> Events
faxNumber :: Notary -> FaxNumber
geo :: Notary -> Geo
interactionCount :: Notary -> InteractionCount
map :: Notary -> Map
maps :: Notary -> Maps
photo :: Notary -> Photo
photos :: Notary -> Photos
review :: Notary -> Review
reviews :: Notary -> Reviews
telephone :: Notary -> Telephone
contactPoint :: Notary -> ContactPoint
contactPoints :: Notary -> ContactPoints
email :: Notary -> Email
employee :: Notary -> Employee
employees :: Notary -> Employees
founder :: Notary -> Founder
founders :: Notary -> Founders
foundingDate :: Notary -> FoundingDate
location :: Notary -> Location
member :: Notary -> Member
members :: Notary -> Members
branchOf :: Notary -> BranchOf
currenciesAccepted :: Notary -> CurrenciesAccepted
openingHours :: Notary -> OpeningHours
paymentAccepted :: Notary -> PaymentAccepted
priceRange :: Notary -> PriceRange
instance Show Notary
instance Read Notary
instance Eq Notary
instance MetaData Notary
module Text.HTML5.MetaData.Schema.Beach
-- | Beach.
--
--
-- - id Beach
-- - label Beach
-- - comment Beach.
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/Beach
--
data Beach
Beach :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> Beach
description :: Beach -> Description
image :: Beach -> Image
name :: Beach -> Name
url :: Beach -> Url
address :: Beach -> Address
aggregateRating :: Beach -> AggregateRating
containedIn :: Beach -> ContainedIn
event :: Beach -> Event
events :: Beach -> Events
faxNumber :: Beach -> FaxNumber
geo :: Beach -> Geo
interactionCount :: Beach -> InteractionCount
map :: Beach -> Map
maps :: Beach -> Maps
photo :: Beach -> Photo
photos :: Beach -> Photos
review :: Beach -> Review
reviews :: Beach -> Reviews
telephone :: Beach -> Telephone
openingHours :: Beach -> OpeningHours
instance Show Beach
instance Read Beach
instance Eq Beach
instance MetaData Beach
module Text.HTML5.MetaData.Schema.MovieRentalStore
-- | A movie rental store.
--
--
-- - id MovieRentalStore
-- - label Movie Rental Store
-- - comment A movie rental store.
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/MovieRentalStore
--
data MovieRentalStore
MovieRentalStore :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> MovieRentalStore
description :: MovieRentalStore -> Description
image :: MovieRentalStore -> Image
name :: MovieRentalStore -> Name
url :: MovieRentalStore -> Url
address :: MovieRentalStore -> Address
aggregateRating :: MovieRentalStore -> AggregateRating
containedIn :: MovieRentalStore -> ContainedIn
event :: MovieRentalStore -> Event
events :: MovieRentalStore -> Events
faxNumber :: MovieRentalStore -> FaxNumber
geo :: MovieRentalStore -> Geo
interactionCount :: MovieRentalStore -> InteractionCount
map :: MovieRentalStore -> Map
maps :: MovieRentalStore -> Maps
photo :: MovieRentalStore -> Photo
photos :: MovieRentalStore -> Photos
review :: MovieRentalStore -> Review
reviews :: MovieRentalStore -> Reviews
telephone :: MovieRentalStore -> Telephone
contactPoint :: MovieRentalStore -> ContactPoint
contactPoints :: MovieRentalStore -> ContactPoints
email :: MovieRentalStore -> Email
employee :: MovieRentalStore -> Employee
employees :: MovieRentalStore -> Employees
founder :: MovieRentalStore -> Founder
founders :: MovieRentalStore -> Founders
foundingDate :: MovieRentalStore -> FoundingDate
location :: MovieRentalStore -> Location
member :: MovieRentalStore -> Member
members :: MovieRentalStore -> Members
branchOf :: MovieRentalStore -> BranchOf
currenciesAccepted :: MovieRentalStore -> CurrenciesAccepted
openingHours :: MovieRentalStore -> OpeningHours
paymentAccepted :: MovieRentalStore -> PaymentAccepted
priceRange :: MovieRentalStore -> PriceRange
instance Show MovieRentalStore
instance Read MovieRentalStore
instance Eq MovieRentalStore
instance MetaData MovieRentalStore
module Text.HTML5.MetaData.Schema.GasStation
-- | A gas station.
--
--
-- - id GasStation
-- - label Gas Station
-- - comment A gas station.
-- - ancestors
-- Thing,Organization,LocalBusiness,AutomotiveBusiness
-- - subtypes
-- - supertypes
-- AutomotiveBusiness
-- - url http://schema.org/GasStation
--
data GasStation
GasStation :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> GasStation
description :: GasStation -> Description
image :: GasStation -> Image
name :: GasStation -> Name
url :: GasStation -> Url
address :: GasStation -> Address
aggregateRating :: GasStation -> AggregateRating
containedIn :: GasStation -> ContainedIn
event :: GasStation -> Event
events :: GasStation -> Events
faxNumber :: GasStation -> FaxNumber
geo :: GasStation -> Geo
interactionCount :: GasStation -> InteractionCount
map :: GasStation -> Map
maps :: GasStation -> Maps
photo :: GasStation -> Photo
photos :: GasStation -> Photos
review :: GasStation -> Review
reviews :: GasStation -> Reviews
telephone :: GasStation -> Telephone
contactPoint :: GasStation -> ContactPoint
contactPoints :: GasStation -> ContactPoints
email :: GasStation -> Email
employee :: GasStation -> Employee
employees :: GasStation -> Employees
founder :: GasStation -> Founder
founders :: GasStation -> Founders
foundingDate :: GasStation -> FoundingDate
location :: GasStation -> Location
member :: GasStation -> Member
members :: GasStation -> Members
branchOf :: GasStation -> BranchOf
currenciesAccepted :: GasStation -> CurrenciesAccepted
openingHours :: GasStation -> OpeningHours
paymentAccepted :: GasStation -> PaymentAccepted
priceRange :: GasStation -> PriceRange
instance Show GasStation
instance Read GasStation
instance Eq GasStation
instance MetaData GasStation
module Text.HTML5.MetaData.Schema.BuddhistTemple
-- | A Buddhist temple.
--
--
-- - id BuddhistTemple
-- - label Buddhist Temple
-- - comment A Buddhist temple.
-- - ancestors
-- Thing,Place,CivicStructure,PlaceOfWorship
-- - subtypes
-- - supertypes PlaceOfWorship
-- - url http://schema.org/BuddhistTemple
--
data BuddhistTemple
BuddhistTemple :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> BuddhistTemple
description :: BuddhistTemple -> Description
image :: BuddhistTemple -> Image
name :: BuddhistTemple -> Name
url :: BuddhistTemple -> Url
address :: BuddhistTemple -> Address
aggregateRating :: BuddhistTemple -> AggregateRating
containedIn :: BuddhistTemple -> ContainedIn
event :: BuddhistTemple -> Event
events :: BuddhistTemple -> Events
faxNumber :: BuddhistTemple -> FaxNumber
geo :: BuddhistTemple -> Geo
interactionCount :: BuddhistTemple -> InteractionCount
map :: BuddhistTemple -> Map
maps :: BuddhistTemple -> Maps
photo :: BuddhistTemple -> Photo
photos :: BuddhistTemple -> Photos
review :: BuddhistTemple -> Review
reviews :: BuddhistTemple -> Reviews
telephone :: BuddhistTemple -> Telephone
openingHours :: BuddhistTemple -> OpeningHours
instance Show BuddhistTemple
instance Read BuddhistTemple
instance Eq BuddhistTemple
instance MetaData BuddhistTemple
module Text.HTML5.MetaData.Schema.SocialEvent
-- | Event type: Social event.
--
--
data SocialEvent
SocialEvent :: Description -> Image -> Name -> Url -> Attendee -> Attendees -> Duration -> EndDate -> Location -> Offers -> Performer -> Performers -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> SocialEvent
description :: SocialEvent -> Description
image :: SocialEvent -> Image
name :: SocialEvent -> Name
url :: SocialEvent -> Url
attendee :: SocialEvent -> Attendee
attendees :: SocialEvent -> Attendees
duration :: SocialEvent -> Duration
endDate :: SocialEvent -> EndDate
location :: SocialEvent -> Location
offers :: SocialEvent -> Offers
performer :: SocialEvent -> Performer
performers :: SocialEvent -> Performers
startDate :: SocialEvent -> StartDate
subEvent :: SocialEvent -> SubEvent
subEvents :: SocialEvent -> SubEvents
superEvent :: SocialEvent -> SuperEvent
instance Show SocialEvent
instance Read SocialEvent
instance Eq SocialEvent
instance MetaData SocialEvent
module Text.HTML5.MetaData.Schema.SportsActivityLocation
-- | A sports location, such as a playing field.
--
--
-- - id SportsActivityLocation
-- - label Sports Activity Location
-- - comment A sports location, such as a playing
-- field.
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- BowlingAlley,ExerciseGym,GolfCourse,HealthClub,PublicSwimmingPool,SkiResort,SportsClub,StadiumOrArena,TennisComplex
-- - supertypes LocalBusiness
-- - url
-- http://schema.org/SportsActivityLocation
--
data SportsActivityLocation
SportsActivityLocation :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> SportsActivityLocation
description :: SportsActivityLocation -> Description
image :: SportsActivityLocation -> Image
name :: SportsActivityLocation -> Name
url :: SportsActivityLocation -> Url
address :: SportsActivityLocation -> Address
aggregateRating :: SportsActivityLocation -> AggregateRating
containedIn :: SportsActivityLocation -> ContainedIn
event :: SportsActivityLocation -> Event
events :: SportsActivityLocation -> Events
faxNumber :: SportsActivityLocation -> FaxNumber
geo :: SportsActivityLocation -> Geo
interactionCount :: SportsActivityLocation -> InteractionCount
map :: SportsActivityLocation -> Map
maps :: SportsActivityLocation -> Maps
photo :: SportsActivityLocation -> Photo
photos :: SportsActivityLocation -> Photos
review :: SportsActivityLocation -> Review
reviews :: SportsActivityLocation -> Reviews
telephone :: SportsActivityLocation -> Telephone
contactPoint :: SportsActivityLocation -> ContactPoint
contactPoints :: SportsActivityLocation -> ContactPoints
email :: SportsActivityLocation -> Email
employee :: SportsActivityLocation -> Employee
employees :: SportsActivityLocation -> Employees
founder :: SportsActivityLocation -> Founder
founders :: SportsActivityLocation -> Founders
foundingDate :: SportsActivityLocation -> FoundingDate
location :: SportsActivityLocation -> Location
member :: SportsActivityLocation -> Member
members :: SportsActivityLocation -> Members
branchOf :: SportsActivityLocation -> BranchOf
currenciesAccepted :: SportsActivityLocation -> CurrenciesAccepted
openingHours :: SportsActivityLocation -> OpeningHours
paymentAccepted :: SportsActivityLocation -> PaymentAccepted
priceRange :: SportsActivityLocation -> PriceRange
instance Show SportsActivityLocation
instance Read SportsActivityLocation
instance Eq SportsActivityLocation
instance MetaData SportsActivityLocation
module Text.HTML5.MetaData.Schema.CivicStructure
-- | A public structure, such as a town hall or concert hall.
--
--
-- - id CivicStructure
-- - label Civic Structure
-- - comment A public structure, such as a town hall or
-- concert hall.
-- - ancestors
-- Thing,Place
-- - subtypes
-- Airport,Aquarium,Beach,BusStation,BusStop,Campground,Cemetery,Crematorium,EventVenue,FireStation,GovernmentBuilding,Hospital,MovieTheater,Museum,MusicVenue,Park,ParkingFacility,PerformingArtsTheater,PlaceOfWorship,Playground,PoliceStation,RVPark,StadiumOrArena,SubwayStation,TaxiStand,TrainStation,Zoo
-- - supertypes Place
-- - url http://schema.org/CivicStructure
--
data CivicStructure
CivicStructure :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> CivicStructure
description :: CivicStructure -> Description
image :: CivicStructure -> Image
name :: CivicStructure -> Name
url :: CivicStructure -> Url
address :: CivicStructure -> Address
aggregateRating :: CivicStructure -> AggregateRating
containedIn :: CivicStructure -> ContainedIn
event :: CivicStructure -> Event
events :: CivicStructure -> Events
faxNumber :: CivicStructure -> FaxNumber
geo :: CivicStructure -> Geo
interactionCount :: CivicStructure -> InteractionCount
map :: CivicStructure -> Map
maps :: CivicStructure -> Maps
photo :: CivicStructure -> Photo
photos :: CivicStructure -> Photos
review :: CivicStructure -> Review
reviews :: CivicStructure -> Reviews
telephone :: CivicStructure -> Telephone
openingHours :: CivicStructure -> OpeningHours
instance Show CivicStructure
instance Read CivicStructure
instance Eq CivicStructure
instance MetaData CivicStructure
module Text.HTML5.MetaData.Schema.JobPosting
-- | A listing that describes a job opening in a certain organization.
--
--
-- - id JobPosting
-- - label Job Posting
-- - comment A listing that describes a job opening in
-- a certain organization.
-- - ancestors
-- Thing,Intangible
-- - subtypes
-- - supertypes Intangible
-- - url http://schema.org/JobPosting
--
data JobPosting
JobPosting :: Description -> Image -> Name -> Url -> BaseSalary -> Benefits -> DatePosted -> EducationRequirements -> EmploymentType -> ExperienceRequirements -> HiringOrganization -> Incentives -> Industry -> JobLocation -> OccupationalCategory -> Qualifications -> Responsibilities -> SalaryCurrency -> Skills -> SpecialCommitments -> Title -> WorkHours -> JobPosting
description :: JobPosting -> Description
image :: JobPosting -> Image
name :: JobPosting -> Name
url :: JobPosting -> Url
baseSalary :: JobPosting -> BaseSalary
benefits :: JobPosting -> Benefits
datePosted :: JobPosting -> DatePosted
educationRequirements :: JobPosting -> EducationRequirements
employmentType :: JobPosting -> EmploymentType
experienceRequirements :: JobPosting -> ExperienceRequirements
hiringOrganization :: JobPosting -> HiringOrganization
incentives :: JobPosting -> Incentives
industry :: JobPosting -> Industry
jobLocation :: JobPosting -> JobLocation
occupationalCategory :: JobPosting -> OccupationalCategory
qualifications :: JobPosting -> Qualifications
responsibilities :: JobPosting -> Responsibilities
salaryCurrency :: JobPosting -> SalaryCurrency
skills :: JobPosting -> Skills
specialCommitments :: JobPosting -> SpecialCommitments
title :: JobPosting -> Title
workHours :: JobPosting -> WorkHours
instance Show JobPosting
instance Read JobPosting
instance Eq JobPosting
instance MetaData JobPosting
module Text.HTML5.MetaData.Schema.ShoppingCenter
-- | A shopping center or mall.
--
--
-- - id ShoppingCenter
-- - label Shopping Center
-- - comment A shopping center or mall.
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- - supertypes LocalBusiness
-- - url http://schema.org/ShoppingCenter
--
data ShoppingCenter
ShoppingCenter :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> ShoppingCenter
description :: ShoppingCenter -> Description
image :: ShoppingCenter -> Image
name :: ShoppingCenter -> Name
url :: ShoppingCenter -> Url
address :: ShoppingCenter -> Address
aggregateRating :: ShoppingCenter -> AggregateRating
containedIn :: ShoppingCenter -> ContainedIn
event :: ShoppingCenter -> Event
events :: ShoppingCenter -> Events
faxNumber :: ShoppingCenter -> FaxNumber
geo :: ShoppingCenter -> Geo
interactionCount :: ShoppingCenter -> InteractionCount
map :: ShoppingCenter -> Map
maps :: ShoppingCenter -> Maps
photo :: ShoppingCenter -> Photo
photos :: ShoppingCenter -> Photos
review :: ShoppingCenter -> Review
reviews :: ShoppingCenter -> Reviews
telephone :: ShoppingCenter -> Telephone
contactPoint :: ShoppingCenter -> ContactPoint
contactPoints :: ShoppingCenter -> ContactPoints
email :: ShoppingCenter -> Email
employee :: ShoppingCenter -> Employee
employees :: ShoppingCenter -> Employees
founder :: ShoppingCenter -> Founder
founders :: ShoppingCenter -> Founders
foundingDate :: ShoppingCenter -> FoundingDate
location :: ShoppingCenter -> Location
member :: ShoppingCenter -> Member
members :: ShoppingCenter -> Members
branchOf :: ShoppingCenter -> BranchOf
currenciesAccepted :: ShoppingCenter -> CurrenciesAccepted
openingHours :: ShoppingCenter -> OpeningHours
paymentAccepted :: ShoppingCenter -> PaymentAccepted
priceRange :: ShoppingCenter -> PriceRange
instance Show ShoppingCenter
instance Read ShoppingCenter
instance Eq ShoppingCenter
instance MetaData ShoppingCenter
module Text.HTML5.MetaData.Schema.BusStation
-- | A bus station.
--
--
-- - id BusStation
-- - label Bus Station
-- - comment A bus station.
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/BusStation
--
data BusStation
BusStation :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> BusStation
description :: BusStation -> Description
image :: BusStation -> Image
name :: BusStation -> Name
url :: BusStation -> Url
address :: BusStation -> Address
aggregateRating :: BusStation -> AggregateRating
containedIn :: BusStation -> ContainedIn
event :: BusStation -> Event
events :: BusStation -> Events
faxNumber :: BusStation -> FaxNumber
geo :: BusStation -> Geo
interactionCount :: BusStation -> InteractionCount
map :: BusStation -> Map
maps :: BusStation -> Maps
photo :: BusStation -> Photo
photos :: BusStation -> Photos
review :: BusStation -> Review
reviews :: BusStation -> Reviews
telephone :: BusStation -> Telephone
openingHours :: BusStation -> OpeningHours
instance Show BusStation
instance Read BusStation
instance Eq BusStation
instance MetaData BusStation
module Text.HTML5.MetaData.Schema.WPAdBlock
-- | An advertising section of the page.
--
--
-- - id WPAdBlock
-- - label WP Ad Block
-- - comment An advertising section of the page.
-- - ancestors
-- Thing,CreativeWork,WebPageElement
-- - subtypes
-- - supertypes WebPageElement
-- - url http://schema.org/WPAdBlock
--
data WPAdBlock
WPAdBlock :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> WPAdBlock
description :: WPAdBlock -> Description
image :: WPAdBlock -> Image
name :: WPAdBlock -> Name
url :: WPAdBlock -> Url
about :: WPAdBlock -> About
accountablePerson :: WPAdBlock -> AccountablePerson
aggregateRating :: WPAdBlock -> AggregateRating
alternativeHeadline :: WPAdBlock -> AlternativeHeadline
associatedMedia :: WPAdBlock -> AssociatedMedia
audio :: WPAdBlock -> Audio
author :: WPAdBlock -> Author
award :: WPAdBlock -> Award
awards :: WPAdBlock -> Awards
comment :: WPAdBlock -> Comment
contentLocation :: WPAdBlock -> ContentLocation
contentRating :: WPAdBlock -> ContentRating
contributor :: WPAdBlock -> Contributor
copyrightHolder :: WPAdBlock -> CopyrightHolder
copyrightYear :: WPAdBlock -> CopyrightYear
creator :: WPAdBlock -> Creator
dateCreated :: WPAdBlock -> DateCreated
dateModified :: WPAdBlock -> DateModified
datePublished :: WPAdBlock -> DatePublished
discussionUrl :: WPAdBlock -> DiscussionUrl
editor :: WPAdBlock -> Editor
encoding :: WPAdBlock -> Encoding
encodings :: WPAdBlock -> Encodings
genre :: WPAdBlock -> Genre
headline :: WPAdBlock -> Headline
inLanguage :: WPAdBlock -> InLanguage
interactionCount :: WPAdBlock -> InteractionCount
isFamilyFriendly :: WPAdBlock -> IsFamilyFriendly
keywords :: WPAdBlock -> Keywords
mentions :: WPAdBlock -> Mentions
offers :: WPAdBlock -> Offers
provider :: WPAdBlock -> Provider
publisher :: WPAdBlock -> Publisher
publishingPrinciples :: WPAdBlock -> PublishingPrinciples
review :: WPAdBlock -> Review
reviews :: WPAdBlock -> Reviews
sourceOrganization :: WPAdBlock -> SourceOrganization
text :: WPAdBlock -> Text
thumbnailUrl :: WPAdBlock -> ThumbnailUrl
version :: WPAdBlock -> Version
video :: WPAdBlock -> Video
instance Show WPAdBlock
instance Read WPAdBlock
instance Eq WPAdBlock
instance MetaData WPAdBlock
module Text.HTML5.MetaData.Schema.UserCheckins
-- | User interaction: Check-in at a place.
--
--
-- - id UserCheckins
-- - label User Checkins
-- - comment User interaction: Check-in at a
-- place.
-- - ancestors
-- Thing,Event,UserInteraction
-- - subtypes
-- - supertypes UserInteraction
-- - url http://schema.org/UserCheckins
--
data UserCheckins
UserCheckins :: Description -> Image -> Name -> Url -> Attendee -> Attendees -> Duration -> EndDate -> Location -> Offers -> Performer -> Performers -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> UserCheckins
description :: UserCheckins -> Description
image :: UserCheckins -> Image
name :: UserCheckins -> Name
url :: UserCheckins -> Url
attendee :: UserCheckins -> Attendee
attendees :: UserCheckins -> Attendees
duration :: UserCheckins -> Duration
endDate :: UserCheckins -> EndDate
location :: UserCheckins -> Location
offers :: UserCheckins -> Offers
performer :: UserCheckins -> Performer
performers :: UserCheckins -> Performers
startDate :: UserCheckins -> StartDate
subEvent :: UserCheckins -> SubEvent
subEvents :: UserCheckins -> SubEvents
superEvent :: UserCheckins -> SuperEvent
instance Show UserCheckins
instance Read UserCheckins
instance Eq UserCheckins
instance MetaData UserCheckins
module Text.HTML5.MetaData.Schema.DanceGroup
-- | A dance group—for example, the Alvin Ailey Dance Theater or
-- Riverdance.
--
--
-- - id DanceGroup
-- - label Dance Group
-- - comment A dance group—for example, the Alvin Ailey
-- Dance Theater or Riverdance.
-- - ancestors
-- Thing,Organization,PerformingGroup
-- - subtypes
-- - supertypes PerformingGroup
-- - url http://schema.org/DanceGroup
--
data DanceGroup
DanceGroup :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Event -> Events -> FaxNumber -> Founder -> Founders -> FoundingDate -> InteractionCount -> Location -> Member -> Members -> Review -> Reviews -> Telephone -> DanceGroup
description :: DanceGroup -> Description
image :: DanceGroup -> Image
name :: DanceGroup -> Name
url :: DanceGroup -> Url
address :: DanceGroup -> Address
aggregateRating :: DanceGroup -> AggregateRating
contactPoint :: DanceGroup -> ContactPoint
contactPoints :: DanceGroup -> ContactPoints
email :: DanceGroup -> Email
employee :: DanceGroup -> Employee
employees :: DanceGroup -> Employees
event :: DanceGroup -> Event
events :: DanceGroup -> Events
faxNumber :: DanceGroup -> FaxNumber
founder :: DanceGroup -> Founder
founders :: DanceGroup -> Founders
foundingDate :: DanceGroup -> FoundingDate
interactionCount :: DanceGroup -> InteractionCount
location :: DanceGroup -> Location
member :: DanceGroup -> Member
members :: DanceGroup -> Members
review :: DanceGroup -> Review
reviews :: DanceGroup -> Reviews
telephone :: DanceGroup -> Telephone
instance Show DanceGroup
instance Read DanceGroup
instance Eq DanceGroup
instance MetaData DanceGroup
module Text.HTML5.MetaData.Schema.UserLikes
-- | User interaction: Like an item.
--
--
-- - id UserLikes
-- - label User Likes
-- - comment User interaction: Like an item.
-- - ancestors
-- Thing,Event,UserInteraction
-- - subtypes
-- - supertypes UserInteraction
-- - url http://schema.org/UserLikes
--
data UserLikes
UserLikes :: Description -> Image -> Name -> Url -> Attendee -> Attendees -> Duration -> EndDate -> Location -> Offers -> Performer -> Performers -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> UserLikes
description :: UserLikes -> Description
image :: UserLikes -> Image
name :: UserLikes -> Name
url :: UserLikes -> Url
attendee :: UserLikes -> Attendee
attendees :: UserLikes -> Attendees
duration :: UserLikes -> Duration
endDate :: UserLikes -> EndDate
location :: UserLikes -> Location
offers :: UserLikes -> Offers
performer :: UserLikes -> Performer
performers :: UserLikes -> Performers
startDate :: UserLikes -> StartDate
subEvent :: UserLikes -> SubEvent
subEvents :: UserLikes -> SubEvents
superEvent :: UserLikes -> SuperEvent
instance Show UserLikes
instance Read UserLikes
instance Eq UserLikes
instance MetaData UserLikes
module Text.HTML5.MetaData.Schema.ShoeStore
-- | A shoe store.
--
--
-- - id ShoeStore
-- - label Shoe Store
-- - comment A shoe store.
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/ShoeStore
--
data ShoeStore
ShoeStore :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> ShoeStore
description :: ShoeStore -> Description
image :: ShoeStore -> Image
name :: ShoeStore -> Name
url :: ShoeStore -> Url
address :: ShoeStore -> Address
aggregateRating :: ShoeStore -> AggregateRating
containedIn :: ShoeStore -> ContainedIn
event :: ShoeStore -> Event
events :: ShoeStore -> Events
faxNumber :: ShoeStore -> FaxNumber
geo :: ShoeStore -> Geo
interactionCount :: ShoeStore -> InteractionCount
map :: ShoeStore -> Map
maps :: ShoeStore -> Maps
photo :: ShoeStore -> Photo
photos :: ShoeStore -> Photos
review :: ShoeStore -> Review
reviews :: ShoeStore -> Reviews
telephone :: ShoeStore -> Telephone
contactPoint :: ShoeStore -> ContactPoint
contactPoints :: ShoeStore -> ContactPoints
email :: ShoeStore -> Email
employee :: ShoeStore -> Employee
employees :: ShoeStore -> Employees
founder :: ShoeStore -> Founder
founders :: ShoeStore -> Founders
foundingDate :: ShoeStore -> FoundingDate
location :: ShoeStore -> Location
member :: ShoeStore -> Member
members :: ShoeStore -> Members
branchOf :: ShoeStore -> BranchOf
currenciesAccepted :: ShoeStore -> CurrenciesAccepted
openingHours :: ShoeStore -> OpeningHours
paymentAccepted :: ShoeStore -> PaymentAccepted
priceRange :: ShoeStore -> PriceRange
instance Show ShoeStore
instance Read ShoeStore
instance Eq ShoeStore
instance MetaData ShoeStore
module Text.HTML5.MetaData.Schema.SearchResultsPage
-- | Web page type: Search results page.
--
--
-- - id SearchResultsPage
-- - label Search Results Page
-- - comment Web page type: Search results page.
-- - ancestors
-- Thing,CreativeWork,WebPage
-- - subtypes
-- - supertypes WebPage
-- - url
-- http://schema.org/SearchResultsPage
--
data SearchResultsPage
SearchResultsPage :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> Breadcrumb -> IsPartOf -> MainContentOfPage -> PrimaryImageOfPage -> SignificantLink -> SignificantLinks -> SearchResultsPage
description :: SearchResultsPage -> Description
image :: SearchResultsPage -> Image
name :: SearchResultsPage -> Name
url :: SearchResultsPage -> Url
about :: SearchResultsPage -> About
accountablePerson :: SearchResultsPage -> AccountablePerson
aggregateRating :: SearchResultsPage -> AggregateRating
alternativeHeadline :: SearchResultsPage -> AlternativeHeadline
associatedMedia :: SearchResultsPage -> AssociatedMedia
audio :: SearchResultsPage -> Audio
author :: SearchResultsPage -> Author
award :: SearchResultsPage -> Award
awards :: SearchResultsPage -> Awards
comment :: SearchResultsPage -> Comment
contentLocation :: SearchResultsPage -> ContentLocation
contentRating :: SearchResultsPage -> ContentRating
contributor :: SearchResultsPage -> Contributor
copyrightHolder :: SearchResultsPage -> CopyrightHolder
copyrightYear :: SearchResultsPage -> CopyrightYear
creator :: SearchResultsPage -> Creator
dateCreated :: SearchResultsPage -> DateCreated
dateModified :: SearchResultsPage -> DateModified
datePublished :: SearchResultsPage -> DatePublished
discussionUrl :: SearchResultsPage -> DiscussionUrl
editor :: SearchResultsPage -> Editor
encoding :: SearchResultsPage -> Encoding
encodings :: SearchResultsPage -> Encodings
genre :: SearchResultsPage -> Genre
headline :: SearchResultsPage -> Headline
inLanguage :: SearchResultsPage -> InLanguage
interactionCount :: SearchResultsPage -> InteractionCount
isFamilyFriendly :: SearchResultsPage -> IsFamilyFriendly
keywords :: SearchResultsPage -> Keywords
mentions :: SearchResultsPage -> Mentions
offers :: SearchResultsPage -> Offers
provider :: SearchResultsPage -> Provider
publisher :: SearchResultsPage -> Publisher
publishingPrinciples :: SearchResultsPage -> PublishingPrinciples
review :: SearchResultsPage -> Review
reviews :: SearchResultsPage -> Reviews
sourceOrganization :: SearchResultsPage -> SourceOrganization
text :: SearchResultsPage -> Text
thumbnailUrl :: SearchResultsPage -> ThumbnailUrl
version :: SearchResultsPage -> Version
video :: SearchResultsPage -> Video
breadcrumb :: SearchResultsPage -> Breadcrumb
isPartOf :: SearchResultsPage -> IsPartOf
mainContentOfPage :: SearchResultsPage -> MainContentOfPage
primaryImageOfPage :: SearchResultsPage -> PrimaryImageOfPage
significantLink :: SearchResultsPage -> SignificantLink
significantLinks :: SearchResultsPage -> SignificantLinks
instance Show SearchResultsPage
instance Read SearchResultsPage
instance Eq SearchResultsPage
instance MetaData SearchResultsPage
module Text.HTML5.MetaData.Schema.IceCreamShop
-- | An ice cream shop
--
--
-- - id IceCreamShop
-- - label Ice Cream Shop
-- - comment An ice cream shop
-- - ancestors
-- Thing,Organization,LocalBusiness,FoodEstablishment
-- - subtypes
-- - supertypes
-- FoodEstablishment
-- - url http://schema.org/IceCreamShop
--
data IceCreamShop
IceCreamShop :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AcceptsReservations -> Menu -> ServesCuisine -> IceCreamShop
description :: IceCreamShop -> Description
image :: IceCreamShop -> Image
name :: IceCreamShop -> Name
url :: IceCreamShop -> Url
address :: IceCreamShop -> Address
aggregateRating :: IceCreamShop -> AggregateRating
containedIn :: IceCreamShop -> ContainedIn
event :: IceCreamShop -> Event
events :: IceCreamShop -> Events
faxNumber :: IceCreamShop -> FaxNumber
geo :: IceCreamShop -> Geo
interactionCount :: IceCreamShop -> InteractionCount
map :: IceCreamShop -> Map
maps :: IceCreamShop -> Maps
photo :: IceCreamShop -> Photo
photos :: IceCreamShop -> Photos
review :: IceCreamShop -> Review
reviews :: IceCreamShop -> Reviews
telephone :: IceCreamShop -> Telephone
contactPoint :: IceCreamShop -> ContactPoint
contactPoints :: IceCreamShop -> ContactPoints
email :: IceCreamShop -> Email
employee :: IceCreamShop -> Employee
employees :: IceCreamShop -> Employees
founder :: IceCreamShop -> Founder
founders :: IceCreamShop -> Founders
foundingDate :: IceCreamShop -> FoundingDate
location :: IceCreamShop -> Location
member :: IceCreamShop -> Member
members :: IceCreamShop -> Members
branchOf :: IceCreamShop -> BranchOf
currenciesAccepted :: IceCreamShop -> CurrenciesAccepted
openingHours :: IceCreamShop -> OpeningHours
paymentAccepted :: IceCreamShop -> PaymentAccepted
priceRange :: IceCreamShop -> PriceRange
acceptsReservations :: IceCreamShop -> AcceptsReservations
menu :: IceCreamShop -> Menu
servesCuisine :: IceCreamShop -> ServesCuisine
instance Show IceCreamShop
instance Read IceCreamShop
instance Eq IceCreamShop
instance MetaData IceCreamShop
module Text.HTML5.MetaData.Schema.State
-- | A state or province.
--
--
-- - id State
-- - label State
-- - comment A state or province.
-- - ancestors
-- Thing,Place,AdministrativeArea
-- - subtypes
-- - supertypes
-- AdministrativeArea
-- - url http://schema.org/State
--
data State
State :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> State
description :: State -> Description
image :: State -> Image
name :: State -> Name
url :: State -> Url
address :: State -> Address
aggregateRating :: State -> AggregateRating
containedIn :: State -> ContainedIn
event :: State -> Event
events :: State -> Events
faxNumber :: State -> FaxNumber
geo :: State -> Geo
interactionCount :: State -> InteractionCount
map :: State -> Map
maps :: State -> Maps
photo :: State -> Photo
photos :: State -> Photos
review :: State -> Review
reviews :: State -> Reviews
telephone :: State -> Telephone
instance Show State
instance Read State
instance Eq State
instance MetaData State
module Text.HTML5.MetaData.Schema.TireShop
-- | A tire shop.
--
--
-- - id TireShop
-- - label Tire Shop
-- - comment A tire shop.
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/TireShop
--
data TireShop
TireShop :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> TireShop
description :: TireShop -> Description
image :: TireShop -> Image
name :: TireShop -> Name
url :: TireShop -> Url
address :: TireShop -> Address
aggregateRating :: TireShop -> AggregateRating
containedIn :: TireShop -> ContainedIn
event :: TireShop -> Event
events :: TireShop -> Events
faxNumber :: TireShop -> FaxNumber
geo :: TireShop -> Geo
interactionCount :: TireShop -> InteractionCount
map :: TireShop -> Map
maps :: TireShop -> Maps
photo :: TireShop -> Photo
photos :: TireShop -> Photos
review :: TireShop -> Review
reviews :: TireShop -> Reviews
telephone :: TireShop -> Telephone
contactPoint :: TireShop -> ContactPoint
contactPoints :: TireShop -> ContactPoints
email :: TireShop -> Email
employee :: TireShop -> Employee
employees :: TireShop -> Employees
founder :: TireShop -> Founder
founders :: TireShop -> Founders
foundingDate :: TireShop -> FoundingDate
location :: TireShop -> Location
member :: TireShop -> Member
members :: TireShop -> Members
branchOf :: TireShop -> BranchOf
currenciesAccepted :: TireShop -> CurrenciesAccepted
openingHours :: TireShop -> OpeningHours
paymentAccepted :: TireShop -> PaymentAccepted
priceRange :: TireShop -> PriceRange
instance Show TireShop
instance Read TireShop
instance Eq TireShop
instance MetaData TireShop
module Text.HTML5.MetaData.Schema.Synagogue
-- | A synagogue.
--
--
-- - id Synagogue
-- - label Synagogue
-- - comment A synagogue.
-- - ancestors
-- Thing,Place,CivicStructure,PlaceOfWorship
-- - subtypes
-- - supertypes PlaceOfWorship
-- - url http://schema.org/Synagogue
--
data Synagogue
Synagogue :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> Synagogue
description :: Synagogue -> Description
image :: Synagogue -> Image
name :: Synagogue -> Name
url :: Synagogue -> Url
address :: Synagogue -> Address
aggregateRating :: Synagogue -> AggregateRating
containedIn :: Synagogue -> ContainedIn
event :: Synagogue -> Event
events :: Synagogue -> Events
faxNumber :: Synagogue -> FaxNumber
geo :: Synagogue -> Geo
interactionCount :: Synagogue -> InteractionCount
map :: Synagogue -> Map
maps :: Synagogue -> Maps
photo :: Synagogue -> Photo
photos :: Synagogue -> Photos
review :: Synagogue -> Review
reviews :: Synagogue -> Reviews
telephone :: Synagogue -> Telephone
openingHours :: Synagogue -> OpeningHours
instance Show Synagogue
instance Read Synagogue
instance Eq Synagogue
instance MetaData Synagogue
module Text.HTML5.MetaData.Schema.Sculpture
-- | A piece of sculpture.
--
--
-- - id Sculpture
-- - label Sculpture
-- - comment A piece of sculpture.
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes CreativeWork
-- - url http://schema.org/Sculpture
--
data Sculpture
Sculpture :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> Sculpture
description :: Sculpture -> Description
image :: Sculpture -> Image
name :: Sculpture -> Name
url :: Sculpture -> Url
about :: Sculpture -> About
accountablePerson :: Sculpture -> AccountablePerson
aggregateRating :: Sculpture -> AggregateRating
alternativeHeadline :: Sculpture -> AlternativeHeadline
associatedMedia :: Sculpture -> AssociatedMedia
audio :: Sculpture -> Audio
author :: Sculpture -> Author
award :: Sculpture -> Award
awards :: Sculpture -> Awards
comment :: Sculpture -> Comment
contentLocation :: Sculpture -> ContentLocation
contentRating :: Sculpture -> ContentRating
contributor :: Sculpture -> Contributor
copyrightHolder :: Sculpture -> CopyrightHolder
copyrightYear :: Sculpture -> CopyrightYear
creator :: Sculpture -> Creator
dateCreated :: Sculpture -> DateCreated
dateModified :: Sculpture -> DateModified
datePublished :: Sculpture -> DatePublished
discussionUrl :: Sculpture -> DiscussionUrl
editor :: Sculpture -> Editor
encoding :: Sculpture -> Encoding
encodings :: Sculpture -> Encodings
genre :: Sculpture -> Genre
headline :: Sculpture -> Headline
inLanguage :: Sculpture -> InLanguage
interactionCount :: Sculpture -> InteractionCount
isFamilyFriendly :: Sculpture -> IsFamilyFriendly
keywords :: Sculpture -> Keywords
mentions :: Sculpture -> Mentions
offers :: Sculpture -> Offers
provider :: Sculpture -> Provider
publisher :: Sculpture -> Publisher
publishingPrinciples :: Sculpture -> PublishingPrinciples
review :: Sculpture -> Review
reviews :: Sculpture -> Reviews
sourceOrganization :: Sculpture -> SourceOrganization
text :: Sculpture -> Text
thumbnailUrl :: Sculpture -> ThumbnailUrl
version :: Sculpture -> Version
video :: Sculpture -> Video
instance Show Sculpture
instance Read Sculpture
instance Eq Sculpture
instance MetaData Sculpture
module Text.HTML5.MetaData.Schema.LocalBusiness
-- | A particular physical business or branch of an organization. Examples
-- of LocalBusiness include a restaurant, a particular branch of a
-- restaurant chain, a branch of a bank, a medical practice, a club, a
-- bowling alley, etc.
--
--
-- - id LocalBusiness
-- - label Local Business
-- - comment A particular physical business or branch
-- of an organization. Examples of LocalBusiness include a restaurant, a
-- particular branch of a restaurant chain, a branch of a bank, a medical
-- practice, a club, a bowling alley, etc.
-- - ancestors
-- Thing,Organization
-- - subtypes
-- AnimalShelter,AutomotiveBusiness,ChildCare,DryCleaningOrLaundry,EmergencyService,EmploymentAgency,EntertainmentBusiness,FinancialService,FoodEstablishment,GovernmentOffice,HealthAndBeautyBusiness,HomeAndConstructionBusiness,InternetCafe,Library,LodgingBusiness,MedicalOrganization,ProfessionalService,RadioStation,RealEstateAgent,RecyclingCenter,SelfStorage,ShoppingCenter,SportsActivityLocation,Store,TelevisionStation,TouristInformationCenter,TravelAgency
-- - supertypes
-- Place,Organization
-- - url http://schema.org/LocalBusiness
--
data LocalBusiness
LocalBusiness :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> LocalBusiness
description :: LocalBusiness -> Description
image :: LocalBusiness -> Image
name :: LocalBusiness -> Name
url :: LocalBusiness -> Url
address :: LocalBusiness -> Address
aggregateRating :: LocalBusiness -> AggregateRating
containedIn :: LocalBusiness -> ContainedIn
event :: LocalBusiness -> Event
events :: LocalBusiness -> Events
faxNumber :: LocalBusiness -> FaxNumber
geo :: LocalBusiness -> Geo
interactionCount :: LocalBusiness -> InteractionCount
map :: LocalBusiness -> Map
maps :: LocalBusiness -> Maps
photo :: LocalBusiness -> Photo
photos :: LocalBusiness -> Photos
review :: LocalBusiness -> Review
reviews :: LocalBusiness -> Reviews
telephone :: LocalBusiness -> Telephone
contactPoint :: LocalBusiness -> ContactPoint
contactPoints :: LocalBusiness -> ContactPoints
email :: LocalBusiness -> Email
employee :: LocalBusiness -> Employee
employees :: LocalBusiness -> Employees
founder :: LocalBusiness -> Founder
founders :: LocalBusiness -> Founders
foundingDate :: LocalBusiness -> FoundingDate
location :: LocalBusiness -> Location
member :: LocalBusiness -> Member
members :: LocalBusiness -> Members
branchOf :: LocalBusiness -> BranchOf
currenciesAccepted :: LocalBusiness -> CurrenciesAccepted
openingHours :: LocalBusiness -> OpeningHours
paymentAccepted :: LocalBusiness -> PaymentAccepted
priceRange :: LocalBusiness -> PriceRange
instance Show LocalBusiness
instance Read LocalBusiness
instance Eq LocalBusiness
instance MetaData LocalBusiness
module Text.HTML5.MetaData.Schema.UserBlocks
-- | User interaction: Block this content.
--
--
-- - id UserBlocks
-- - label User Blocks
-- - comment User interaction: Block this content.
-- - ancestors
-- Thing,Event,UserInteraction
-- - subtypes
-- - supertypes UserInteraction
-- - url http://schema.org/UserBlocks
--
data UserBlocks
UserBlocks :: Description -> Image -> Name -> Url -> Attendee -> Attendees -> Duration -> EndDate -> Location -> Offers -> Performer -> Performers -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> UserBlocks
description :: UserBlocks -> Description
image :: UserBlocks -> Image
name :: UserBlocks -> Name
url :: UserBlocks -> Url
attendee :: UserBlocks -> Attendee
attendees :: UserBlocks -> Attendees
duration :: UserBlocks -> Duration
endDate :: UserBlocks -> EndDate
location :: UserBlocks -> Location
offers :: UserBlocks -> Offers
performer :: UserBlocks -> Performer
performers :: UserBlocks -> Performers
startDate :: UserBlocks -> StartDate
subEvent :: UserBlocks -> SubEvent
subEvents :: UserBlocks -> SubEvents
superEvent :: UserBlocks -> SuperEvent
instance Show UserBlocks
instance Read UserBlocks
instance Eq UserBlocks
instance MetaData UserBlocks
module Text.HTML5.MetaData.Schema.ExerciseGym
-- | A gym.
--
--
-- - id ExerciseGym
-- - label Exercise Gym
-- - comment A gym.
-- - ancestors
-- Thing,Organization,LocalBusiness,SportsActivityLocation
-- - subtypes
-- - supertypes
-- SportsActivityLocation
-- - url http://schema.org/ExerciseGym
--
data ExerciseGym
ExerciseGym :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> ExerciseGym
description :: ExerciseGym -> Description
image :: ExerciseGym -> Image
name :: ExerciseGym -> Name
url :: ExerciseGym -> Url
address :: ExerciseGym -> Address
aggregateRating :: ExerciseGym -> AggregateRating
containedIn :: ExerciseGym -> ContainedIn
event :: ExerciseGym -> Event
events :: ExerciseGym -> Events
faxNumber :: ExerciseGym -> FaxNumber
geo :: ExerciseGym -> Geo
interactionCount :: ExerciseGym -> InteractionCount
map :: ExerciseGym -> Map
maps :: ExerciseGym -> Maps
photo :: ExerciseGym -> Photo
photos :: ExerciseGym -> Photos
review :: ExerciseGym -> Review
reviews :: ExerciseGym -> Reviews
telephone :: ExerciseGym -> Telephone
contactPoint :: ExerciseGym -> ContactPoint
contactPoints :: ExerciseGym -> ContactPoints
email :: ExerciseGym -> Email
employee :: ExerciseGym -> Employee
employees :: ExerciseGym -> Employees
founder :: ExerciseGym -> Founder
founders :: ExerciseGym -> Founders
foundingDate :: ExerciseGym -> FoundingDate
location :: ExerciseGym -> Location
member :: ExerciseGym -> Member
members :: ExerciseGym -> Members
branchOf :: ExerciseGym -> BranchOf
currenciesAccepted :: ExerciseGym -> CurrenciesAccepted
openingHours :: ExerciseGym -> OpeningHours
paymentAccepted :: ExerciseGym -> PaymentAccepted
priceRange :: ExerciseGym -> PriceRange
instance Show ExerciseGym
instance Read ExerciseGym
instance Eq ExerciseGym
instance MetaData ExerciseGym
module Text.HTML5.MetaData.Schema.JewelryStore
-- | A jewelry store.
--
--
-- - id JewelryStore
-- - label Jewelry Store
-- - comment A jewelry store.
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/JewelryStore
--
data JewelryStore
JewelryStore :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> JewelryStore
description :: JewelryStore -> Description
image :: JewelryStore -> Image
name :: JewelryStore -> Name
url :: JewelryStore -> Url
address :: JewelryStore -> Address
aggregateRating :: JewelryStore -> AggregateRating
containedIn :: JewelryStore -> ContainedIn
event :: JewelryStore -> Event
events :: JewelryStore -> Events
faxNumber :: JewelryStore -> FaxNumber
geo :: JewelryStore -> Geo
interactionCount :: JewelryStore -> InteractionCount
map :: JewelryStore -> Map
maps :: JewelryStore -> Maps
photo :: JewelryStore -> Photo
photos :: JewelryStore -> Photos
review :: JewelryStore -> Review
reviews :: JewelryStore -> Reviews
telephone :: JewelryStore -> Telephone
contactPoint :: JewelryStore -> ContactPoint
contactPoints :: JewelryStore -> ContactPoints
email :: JewelryStore -> Email
employee :: JewelryStore -> Employee
employees :: JewelryStore -> Employees
founder :: JewelryStore -> Founder
founders :: JewelryStore -> Founders
foundingDate :: JewelryStore -> FoundingDate
location :: JewelryStore -> Location
member :: JewelryStore -> Member
members :: JewelryStore -> Members
branchOf :: JewelryStore -> BranchOf
currenciesAccepted :: JewelryStore -> CurrenciesAccepted
openingHours :: JewelryStore -> OpeningHours
paymentAccepted :: JewelryStore -> PaymentAccepted
priceRange :: JewelryStore -> PriceRange
instance Show JewelryStore
instance Read JewelryStore
instance Eq JewelryStore
instance MetaData JewelryStore
module Text.HTML5.MetaData.Schema.BusinessEvent
-- | Event type: Business event.
--
--
data BusinessEvent
BusinessEvent :: Description -> Image -> Name -> Url -> Attendee -> Attendees -> Duration -> EndDate -> Location -> Offers -> Performer -> Performers -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> BusinessEvent
description :: BusinessEvent -> Description
image :: BusinessEvent -> Image
name :: BusinessEvent -> Name
url :: BusinessEvent -> Url
attendee :: BusinessEvent -> Attendee
attendees :: BusinessEvent -> Attendees
duration :: BusinessEvent -> Duration
endDate :: BusinessEvent -> EndDate
location :: BusinessEvent -> Location
offers :: BusinessEvent -> Offers
performer :: BusinessEvent -> Performer
performers :: BusinessEvent -> Performers
startDate :: BusinessEvent -> StartDate
subEvent :: BusinessEvent -> SubEvent
subEvents :: BusinessEvent -> SubEvents
superEvent :: BusinessEvent -> SuperEvent
instance Show BusinessEvent
instance Read BusinessEvent
instance Eq BusinessEvent
instance MetaData BusinessEvent
module Text.HTML5.MetaData.Schema.Aquarium
-- | Aquarium.
--
--
-- - id Aquarium
-- - label Aquarium
-- - comment Aquarium.
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/Aquarium
--
data Aquarium
Aquarium :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> Aquarium
description :: Aquarium -> Description
image :: Aquarium -> Image
name :: Aquarium -> Name
url :: Aquarium -> Url
address :: Aquarium -> Address
aggregateRating :: Aquarium -> AggregateRating
containedIn :: Aquarium -> ContainedIn
event :: Aquarium -> Event
events :: Aquarium -> Events
faxNumber :: Aquarium -> FaxNumber
geo :: Aquarium -> Geo
interactionCount :: Aquarium -> InteractionCount
map :: Aquarium -> Map
maps :: Aquarium -> Maps
photo :: Aquarium -> Photo
photos :: Aquarium -> Photos
review :: Aquarium -> Review
reviews :: Aquarium -> Reviews
telephone :: Aquarium -> Telephone
openingHours :: Aquarium -> OpeningHours
instance Show Aquarium
instance Read Aquarium
instance Eq Aquarium
instance MetaData Aquarium
module Text.HTML5.MetaData.Schema.Mountain
-- | A mountain, like Mount Whitney or Mount Everest
--
--
-- - id Mountain
-- - label Mountain
-- - comment A mountain, like Mount Whitney or Mount
-- Everest
-- - ancestors
-- Thing,Place,Landform
-- - subtypes
-- - supertypes Landform
-- - url http://schema.org/Mountain
--
data Mountain
Mountain :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> Mountain
description :: Mountain -> Description
image :: Mountain -> Image
name :: Mountain -> Name
url :: Mountain -> Url
address :: Mountain -> Address
aggregateRating :: Mountain -> AggregateRating
containedIn :: Mountain -> ContainedIn
event :: Mountain -> Event
events :: Mountain -> Events
faxNumber :: Mountain -> FaxNumber
geo :: Mountain -> Geo
interactionCount :: Mountain -> InteractionCount
map :: Mountain -> Map
maps :: Mountain -> Maps
photo :: Mountain -> Photo
photos :: Mountain -> Photos
review :: Mountain -> Review
reviews :: Mountain -> Reviews
telephone :: Mountain -> Telephone
instance Show Mountain
instance Read Mountain
instance Eq Mountain
instance MetaData Mountain
module Text.HTML5.MetaData.Schema.BikeStore
-- | A bike store.
--
--
-- - id BikeStore
-- - label Bike Store
-- - comment A bike store.
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/BikeStore
--
data BikeStore
BikeStore :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> BikeStore
description :: BikeStore -> Description
image :: BikeStore -> Image
name :: BikeStore -> Name
url :: BikeStore -> Url
address :: BikeStore -> Address
aggregateRating :: BikeStore -> AggregateRating
containedIn :: BikeStore -> ContainedIn
event :: BikeStore -> Event
events :: BikeStore -> Events
faxNumber :: BikeStore -> FaxNumber
geo :: BikeStore -> Geo
interactionCount :: BikeStore -> InteractionCount
map :: BikeStore -> Map
maps :: BikeStore -> Maps
photo :: BikeStore -> Photo
photos :: BikeStore -> Photos
review :: BikeStore -> Review
reviews :: BikeStore -> Reviews
telephone :: BikeStore -> Telephone
contactPoint :: BikeStore -> ContactPoint
contactPoints :: BikeStore -> ContactPoints
email :: BikeStore -> Email
employee :: BikeStore -> Employee
employees :: BikeStore -> Employees
founder :: BikeStore -> Founder
founders :: BikeStore -> Founders
foundingDate :: BikeStore -> FoundingDate
location :: BikeStore -> Location
member :: BikeStore -> Member
members :: BikeStore -> Members
branchOf :: BikeStore -> BranchOf
currenciesAccepted :: BikeStore -> CurrenciesAccepted
openingHours :: BikeStore -> OpeningHours
paymentAccepted :: BikeStore -> PaymentAccepted
priceRange :: BikeStore -> PriceRange
instance Show BikeStore
instance Read BikeStore
instance Eq BikeStore
instance MetaData BikeStore
module Text.HTML5.MetaData.Schema.HinduTemple
-- | A Hindu temple.
--
--
-- - id HinduTemple
-- - label Hindu Temple
-- - comment A Hindu temple.
-- - ancestors
-- Thing,Place,CivicStructure,PlaceOfWorship
-- - subtypes
-- - supertypes PlaceOfWorship
-- - url http://schema.org/HinduTemple
--
data HinduTemple
HinduTemple :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> HinduTemple
description :: HinduTemple -> Description
image :: HinduTemple -> Image
name :: HinduTemple -> Name
url :: HinduTemple -> Url
address :: HinduTemple -> Address
aggregateRating :: HinduTemple -> AggregateRating
containedIn :: HinduTemple -> ContainedIn
event :: HinduTemple -> Event
events :: HinduTemple -> Events
faxNumber :: HinduTemple -> FaxNumber
geo :: HinduTemple -> Geo
interactionCount :: HinduTemple -> InteractionCount
map :: HinduTemple -> Map
maps :: HinduTemple -> Maps
photo :: HinduTemple -> Photo
photos :: HinduTemple -> Photos
review :: HinduTemple -> Review
reviews :: HinduTemple -> Reviews
telephone :: HinduTemple -> Telephone
openingHours :: HinduTemple -> OpeningHours
instance Show HinduTemple
instance Read HinduTemple
instance Eq HinduTemple
instance MetaData HinduTemple
module Text.HTML5.MetaData.Schema.WebApplication
-- | Web applications.
--
--
-- - id WebApplication
-- - label Web Application
-- - comment Web applications.
-- - ancestors
-- Thing,CreativeWork,SoftwareApplication
-- - subtypes
-- - supertypes
-- SoftwareApplication
-- - url http://schema.org/WebApplication
--
data WebApplication
WebApplication :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> ApplicationCategory -> ApplicationSubCategory -> ApplicationSuite -> CountriesNotSupported -> CountriesSupported -> Device -> DownloadUrl -> FeatureList -> FileFormat -> FileSize -> InstallUrl -> MemoryRequirements -> OperatingSystem -> Permissions -> ProcessorRequirements -> ReleaseNotes -> Requirements -> Screenshot -> SoftwareVersion -> StorageRequirements -> BrowserRequirements -> WebApplication
description :: WebApplication -> Description
image :: WebApplication -> Image
name :: WebApplication -> Name
url :: WebApplication -> Url
about :: WebApplication -> About
accountablePerson :: WebApplication -> AccountablePerson
aggregateRating :: WebApplication -> AggregateRating
alternativeHeadline :: WebApplication -> AlternativeHeadline
associatedMedia :: WebApplication -> AssociatedMedia
audio :: WebApplication -> Audio
author :: WebApplication -> Author
award :: WebApplication -> Award
awards :: WebApplication -> Awards
comment :: WebApplication -> Comment
contentLocation :: WebApplication -> ContentLocation
contentRating :: WebApplication -> ContentRating
contributor :: WebApplication -> Contributor
copyrightHolder :: WebApplication -> CopyrightHolder
copyrightYear :: WebApplication -> CopyrightYear
creator :: WebApplication -> Creator
dateCreated :: WebApplication -> DateCreated
dateModified :: WebApplication -> DateModified
datePublished :: WebApplication -> DatePublished
discussionUrl :: WebApplication -> DiscussionUrl
editor :: WebApplication -> Editor
encoding :: WebApplication -> Encoding
encodings :: WebApplication -> Encodings
genre :: WebApplication -> Genre
headline :: WebApplication -> Headline
inLanguage :: WebApplication -> InLanguage
interactionCount :: WebApplication -> InteractionCount
isFamilyFriendly :: WebApplication -> IsFamilyFriendly
keywords :: WebApplication -> Keywords
mentions :: WebApplication -> Mentions
offers :: WebApplication -> Offers
provider :: WebApplication -> Provider
publisher :: WebApplication -> Publisher
publishingPrinciples :: WebApplication -> PublishingPrinciples
review :: WebApplication -> Review
reviews :: WebApplication -> Reviews
sourceOrganization :: WebApplication -> SourceOrganization
text :: WebApplication -> Text
thumbnailUrl :: WebApplication -> ThumbnailUrl
version :: WebApplication -> Version
video :: WebApplication -> Video
applicationCategory :: WebApplication -> ApplicationCategory
applicationSubCategory :: WebApplication -> ApplicationSubCategory
applicationSuite :: WebApplication -> ApplicationSuite
countriesNotSupported :: WebApplication -> CountriesNotSupported
countriesSupported :: WebApplication -> CountriesSupported
device :: WebApplication -> Device
downloadUrl :: WebApplication -> DownloadUrl
featureList :: WebApplication -> FeatureList
fileFormat :: WebApplication -> FileFormat
fileSize :: WebApplication -> FileSize
installUrl :: WebApplication -> InstallUrl
memoryRequirements :: WebApplication -> MemoryRequirements
operatingSystem :: WebApplication -> OperatingSystem
permissions :: WebApplication -> Permissions
processorRequirements :: WebApplication -> ProcessorRequirements
releaseNotes :: WebApplication -> ReleaseNotes
requirements :: WebApplication -> Requirements
screenshot :: WebApplication -> Screenshot
softwareVersion :: WebApplication -> SoftwareVersion
storageRequirements :: WebApplication -> StorageRequirements
browserRequirements :: WebApplication -> BrowserRequirements
instance Show WebApplication
instance Read WebApplication
instance Eq WebApplication
instance MetaData WebApplication
module Text.HTML5.MetaData.Schema.PublicSwimmingPool
-- | A public swimming pool.
--
--
-- - id PublicSwimmingPool
-- - label Public Swimming Pool
-- - comment A public swimming pool.
-- - ancestors
-- Thing,Organization,LocalBusiness,SportsActivityLocation
-- - subtypes
-- - supertypes
-- SportsActivityLocation
-- - url
-- http://schema.org/PublicSwimmingPool
--
data PublicSwimmingPool
PublicSwimmingPool :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> PublicSwimmingPool
description :: PublicSwimmingPool -> Description
image :: PublicSwimmingPool -> Image
name :: PublicSwimmingPool -> Name
url :: PublicSwimmingPool -> Url
address :: PublicSwimmingPool -> Address
aggregateRating :: PublicSwimmingPool -> AggregateRating
containedIn :: PublicSwimmingPool -> ContainedIn
event :: PublicSwimmingPool -> Event
events :: PublicSwimmingPool -> Events
faxNumber :: PublicSwimmingPool -> FaxNumber
geo :: PublicSwimmingPool -> Geo
interactionCount :: PublicSwimmingPool -> InteractionCount
map :: PublicSwimmingPool -> Map
maps :: PublicSwimmingPool -> Maps
photo :: PublicSwimmingPool -> Photo
photos :: PublicSwimmingPool -> Photos
review :: PublicSwimmingPool -> Review
reviews :: PublicSwimmingPool -> Reviews
telephone :: PublicSwimmingPool -> Telephone
contactPoint :: PublicSwimmingPool -> ContactPoint
contactPoints :: PublicSwimmingPool -> ContactPoints
email :: PublicSwimmingPool -> Email
employee :: PublicSwimmingPool -> Employee
employees :: PublicSwimmingPool -> Employees
founder :: PublicSwimmingPool -> Founder
founders :: PublicSwimmingPool -> Founders
foundingDate :: PublicSwimmingPool -> FoundingDate
location :: PublicSwimmingPool -> Location
member :: PublicSwimmingPool -> Member
members :: PublicSwimmingPool -> Members
branchOf :: PublicSwimmingPool -> BranchOf
currenciesAccepted :: PublicSwimmingPool -> CurrenciesAccepted
openingHours :: PublicSwimmingPool -> OpeningHours
paymentAccepted :: PublicSwimmingPool -> PaymentAccepted
priceRange :: PublicSwimmingPool -> PriceRange
instance Show PublicSwimmingPool
instance Read PublicSwimmingPool
instance Eq PublicSwimmingPool
instance MetaData PublicSwimmingPool
module Text.HTML5.MetaData.Schema.GovernmentBuilding
-- | A government building.
--
--
-- - id GovernmentBuilding
-- - label Government Building
-- - comment A government building.
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- CityHall,Courthouse,DefenceEstablishment,Embassy,LegislativeBuilding
-- - supertypes CivicStructure
-- - url
-- http://schema.org/GovernmentBuilding
--
data GovernmentBuilding
GovernmentBuilding :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> GovernmentBuilding
description :: GovernmentBuilding -> Description
image :: GovernmentBuilding -> Image
name :: GovernmentBuilding -> Name
url :: GovernmentBuilding -> Url
address :: GovernmentBuilding -> Address
aggregateRating :: GovernmentBuilding -> AggregateRating
containedIn :: GovernmentBuilding -> ContainedIn
event :: GovernmentBuilding -> Event
events :: GovernmentBuilding -> Events
faxNumber :: GovernmentBuilding -> FaxNumber
geo :: GovernmentBuilding -> Geo
interactionCount :: GovernmentBuilding -> InteractionCount
map :: GovernmentBuilding -> Map
maps :: GovernmentBuilding -> Maps
photo :: GovernmentBuilding -> Photo
photos :: GovernmentBuilding -> Photos
review :: GovernmentBuilding -> Review
reviews :: GovernmentBuilding -> Reviews
telephone :: GovernmentBuilding -> Telephone
openingHours :: GovernmentBuilding -> OpeningHours
instance Show GovernmentBuilding
instance Read GovernmentBuilding
instance Eq GovernmentBuilding
instance MetaData GovernmentBuilding
module Text.HTML5.MetaData.Schema.Book
-- | A book.
--
--
-- - id Book
-- - label Book
-- - comment A book.
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes CreativeWork
-- - url http://schema.org/Book
--
data Book
Book :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> BookEdition -> BookFormat -> Illustrator -> Isbn -> NumberOfPages -> Book
description :: Book -> Description
image :: Book -> Image
name :: Book -> Name
url :: Book -> Url
about :: Book -> About
accountablePerson :: Book -> AccountablePerson
aggregateRating :: Book -> AggregateRating
alternativeHeadline :: Book -> AlternativeHeadline
associatedMedia :: Book -> AssociatedMedia
audio :: Book -> Audio
author :: Book -> Author
award :: Book -> Award
awards :: Book -> Awards
comment :: Book -> Comment
contentLocation :: Book -> ContentLocation
contentRating :: Book -> ContentRating
contributor :: Book -> Contributor
copyrightHolder :: Book -> CopyrightHolder
copyrightYear :: Book -> CopyrightYear
creator :: Book -> Creator
dateCreated :: Book -> DateCreated
dateModified :: Book -> DateModified
datePublished :: Book -> DatePublished
discussionUrl :: Book -> DiscussionUrl
editor :: Book -> Editor
encoding :: Book -> Encoding
encodings :: Book -> Encodings
genre :: Book -> Genre
headline :: Book -> Headline
inLanguage :: Book -> InLanguage
interactionCount :: Book -> InteractionCount
isFamilyFriendly :: Book -> IsFamilyFriendly
keywords :: Book -> Keywords
mentions :: Book -> Mentions
offers :: Book -> Offers
provider :: Book -> Provider
publisher :: Book -> Publisher
publishingPrinciples :: Book -> PublishingPrinciples
review :: Book -> Review
reviews :: Book -> Reviews
sourceOrganization :: Book -> SourceOrganization
text :: Book -> Text
thumbnailUrl :: Book -> ThumbnailUrl
version :: Book -> Version
video :: Book -> Video
bookEdition :: Book -> BookEdition
bookFormat :: Book -> BookFormat
illustrator :: Book -> Illustrator
isbn :: Book -> Isbn
numberOfPages :: Book -> NumberOfPages
instance Show Book
instance Read Book
instance Eq Book
instance MetaData Book
module Text.HTML5.MetaData.Schema.ComputerStore
-- | A computer store.
--
--
-- - id ComputerStore
-- - label Computer Store
-- - comment A computer store.
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/ComputerStore
--
data ComputerStore
ComputerStore :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> ComputerStore
description :: ComputerStore -> Description
image :: ComputerStore -> Image
name :: ComputerStore -> Name
url :: ComputerStore -> Url
address :: ComputerStore -> Address
aggregateRating :: ComputerStore -> AggregateRating
containedIn :: ComputerStore -> ContainedIn
event :: ComputerStore -> Event
events :: ComputerStore -> Events
faxNumber :: ComputerStore -> FaxNumber
geo :: ComputerStore -> Geo
interactionCount :: ComputerStore -> InteractionCount
map :: ComputerStore -> Map
maps :: ComputerStore -> Maps
photo :: ComputerStore -> Photo
photos :: ComputerStore -> Photos
review :: ComputerStore -> Review
reviews :: ComputerStore -> Reviews
telephone :: ComputerStore -> Telephone
contactPoint :: ComputerStore -> ContactPoint
contactPoints :: ComputerStore -> ContactPoints
email :: ComputerStore -> Email
employee :: ComputerStore -> Employee
employees :: ComputerStore -> Employees
founder :: ComputerStore -> Founder
founders :: ComputerStore -> Founders
foundingDate :: ComputerStore -> FoundingDate
location :: ComputerStore -> Location
member :: ComputerStore -> Member
members :: ComputerStore -> Members
branchOf :: ComputerStore -> BranchOf
currenciesAccepted :: ComputerStore -> CurrenciesAccepted
openingHours :: ComputerStore -> OpeningHours
paymentAccepted :: ComputerStore -> PaymentAccepted
priceRange :: ComputerStore -> PriceRange
instance Show ComputerStore
instance Read ComputerStore
instance Eq ComputerStore
instance MetaData ComputerStore
module Text.HTML5.MetaData.Schema.MotorcycleRepair
-- | A motorcycle repair shop.
--
--
-- - id MotorcycleRepair
-- - label Motorcycle Repair
-- - comment A motorcycle repair shop.
-- - ancestors
-- Thing,Organization,LocalBusiness,AutomotiveBusiness
-- - subtypes
-- - supertypes
-- AutomotiveBusiness
-- - url http://schema.org/MotorcycleRepair
--
data MotorcycleRepair
MotorcycleRepair :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> MotorcycleRepair
description :: MotorcycleRepair -> Description
image :: MotorcycleRepair -> Image
name :: MotorcycleRepair -> Name
url :: MotorcycleRepair -> Url
address :: MotorcycleRepair -> Address
aggregateRating :: MotorcycleRepair -> AggregateRating
containedIn :: MotorcycleRepair -> ContainedIn
event :: MotorcycleRepair -> Event
events :: MotorcycleRepair -> Events
faxNumber :: MotorcycleRepair -> FaxNumber
geo :: MotorcycleRepair -> Geo
interactionCount :: MotorcycleRepair -> InteractionCount
map :: MotorcycleRepair -> Map
maps :: MotorcycleRepair -> Maps
photo :: MotorcycleRepair -> Photo
photos :: MotorcycleRepair -> Photos
review :: MotorcycleRepair -> Review
reviews :: MotorcycleRepair -> Reviews
telephone :: MotorcycleRepair -> Telephone
contactPoint :: MotorcycleRepair -> ContactPoint
contactPoints :: MotorcycleRepair -> ContactPoints
email :: MotorcycleRepair -> Email
employee :: MotorcycleRepair -> Employee
employees :: MotorcycleRepair -> Employees
founder :: MotorcycleRepair -> Founder
founders :: MotorcycleRepair -> Founders
foundingDate :: MotorcycleRepair -> FoundingDate
location :: MotorcycleRepair -> Location
member :: MotorcycleRepair -> Member
members :: MotorcycleRepair -> Members
branchOf :: MotorcycleRepair -> BranchOf
currenciesAccepted :: MotorcycleRepair -> CurrenciesAccepted
openingHours :: MotorcycleRepair -> OpeningHours
paymentAccepted :: MotorcycleRepair -> PaymentAccepted
priceRange :: MotorcycleRepair -> PriceRange
instance Show MotorcycleRepair
instance Read MotorcycleRepair
instance Eq MotorcycleRepair
instance MetaData MotorcycleRepair
module Text.HTML5.MetaData.Schema.Preschool
-- | A preschool.
--
--
-- - id Preschool
-- - label Preschool
-- - comment A preschool.
-- - ancestors
-- Thing,Organization,EducationalOrganization
-- - subtypes
-- - supertypes
-- EducationalOrganization
-- - url http://schema.org/Preschool
--
data Preschool
Preschool :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Event -> Events -> FaxNumber -> Founder -> Founders -> FoundingDate -> InteractionCount -> Location -> Member -> Members -> Review -> Reviews -> Telephone -> Alumni -> Preschool
description :: Preschool -> Description
image :: Preschool -> Image
name :: Preschool -> Name
url :: Preschool -> Url
address :: Preschool -> Address
aggregateRating :: Preschool -> AggregateRating
contactPoint :: Preschool -> ContactPoint
contactPoints :: Preschool -> ContactPoints
email :: Preschool -> Email
employee :: Preschool -> Employee
employees :: Preschool -> Employees
event :: Preschool -> Event
events :: Preschool -> Events
faxNumber :: Preschool -> FaxNumber
founder :: Preschool -> Founder
founders :: Preschool -> Founders
foundingDate :: Preschool -> FoundingDate
interactionCount :: Preschool -> InteractionCount
location :: Preschool -> Location
member :: Preschool -> Member
members :: Preschool -> Members
review :: Preschool -> Review
reviews :: Preschool -> Reviews
telephone :: Preschool -> Telephone
alumni :: Preschool -> Alumni
instance Show Preschool
instance Read Preschool
instance Eq Preschool
instance MetaData Preschool
module Text.HTML5.MetaData.Schema.AmusementPark
-- | An amusement park.
--
--
-- - id AmusementPark
-- - label Amusement Park
-- - comment An amusement park.
-- - ancestors
-- Thing,Organization,LocalBusiness,EntertainmentBusiness
-- - subtypes
-- - supertypes
-- EntertainmentBusiness
-- - url http://schema.org/AmusementPark
--
data AmusementPark
AmusementPark :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AmusementPark
description :: AmusementPark -> Description
image :: AmusementPark -> Image
name :: AmusementPark -> Name
url :: AmusementPark -> Url
address :: AmusementPark -> Address
aggregateRating :: AmusementPark -> AggregateRating
containedIn :: AmusementPark -> ContainedIn
event :: AmusementPark -> Event
events :: AmusementPark -> Events
faxNumber :: AmusementPark -> FaxNumber
geo :: AmusementPark -> Geo
interactionCount :: AmusementPark -> InteractionCount
map :: AmusementPark -> Map
maps :: AmusementPark -> Maps
photo :: AmusementPark -> Photo
photos :: AmusementPark -> Photos
review :: AmusementPark -> Review
reviews :: AmusementPark -> Reviews
telephone :: AmusementPark -> Telephone
contactPoint :: AmusementPark -> ContactPoint
contactPoints :: AmusementPark -> ContactPoints
email :: AmusementPark -> Email
employee :: AmusementPark -> Employee
employees :: AmusementPark -> Employees
founder :: AmusementPark -> Founder
founders :: AmusementPark -> Founders
foundingDate :: AmusementPark -> FoundingDate
location :: AmusementPark -> Location
member :: AmusementPark -> Member
members :: AmusementPark -> Members
branchOf :: AmusementPark -> BranchOf
currenciesAccepted :: AmusementPark -> CurrenciesAccepted
openingHours :: AmusementPark -> OpeningHours
paymentAccepted :: AmusementPark -> PaymentAccepted
priceRange :: AmusementPark -> PriceRange
instance Show AmusementPark
instance Read AmusementPark
instance Eq AmusementPark
instance MetaData AmusementPark
module Text.HTML5.MetaData.Schema.MobileApplication
-- | None
--
--
-- - id MobileApplication
-- - label Mobile Application
-- - comment None
-- - ancestors
-- Thing,CreativeWork,SoftwareApplication
-- - subtypes
-- - supertypes
-- SoftwareApplication
-- - url
-- http://schema.org/MobileApplication
--
data MobileApplication
MobileApplication :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> ApplicationCategory -> ApplicationSubCategory -> ApplicationSuite -> CountriesNotSupported -> CountriesSupported -> Device -> DownloadUrl -> FeatureList -> FileFormat -> FileSize -> InstallUrl -> MemoryRequirements -> OperatingSystem -> Permissions -> ProcessorRequirements -> ReleaseNotes -> Requirements -> Screenshot -> SoftwareVersion -> StorageRequirements -> CarrierRequirements -> MobileApplication
description :: MobileApplication -> Description
image :: MobileApplication -> Image
name :: MobileApplication -> Name
url :: MobileApplication -> Url
about :: MobileApplication -> About
accountablePerson :: MobileApplication -> AccountablePerson
aggregateRating :: MobileApplication -> AggregateRating
alternativeHeadline :: MobileApplication -> AlternativeHeadline
associatedMedia :: MobileApplication -> AssociatedMedia
audio :: MobileApplication -> Audio
author :: MobileApplication -> Author
award :: MobileApplication -> Award
awards :: MobileApplication -> Awards
comment :: MobileApplication -> Comment
contentLocation :: MobileApplication -> ContentLocation
contentRating :: MobileApplication -> ContentRating
contributor :: MobileApplication -> Contributor
copyrightHolder :: MobileApplication -> CopyrightHolder
copyrightYear :: MobileApplication -> CopyrightYear
creator :: MobileApplication -> Creator
dateCreated :: MobileApplication -> DateCreated
dateModified :: MobileApplication -> DateModified
datePublished :: MobileApplication -> DatePublished
discussionUrl :: MobileApplication -> DiscussionUrl
editor :: MobileApplication -> Editor
encoding :: MobileApplication -> Encoding
encodings :: MobileApplication -> Encodings
genre :: MobileApplication -> Genre
headline :: MobileApplication -> Headline
inLanguage :: MobileApplication -> InLanguage
interactionCount :: MobileApplication -> InteractionCount
isFamilyFriendly :: MobileApplication -> IsFamilyFriendly
keywords :: MobileApplication -> Keywords
mentions :: MobileApplication -> Mentions
offers :: MobileApplication -> Offers
provider :: MobileApplication -> Provider
publisher :: MobileApplication -> Publisher
publishingPrinciples :: MobileApplication -> PublishingPrinciples
review :: MobileApplication -> Review
reviews :: MobileApplication -> Reviews
sourceOrganization :: MobileApplication -> SourceOrganization
text :: MobileApplication -> Text
thumbnailUrl :: MobileApplication -> ThumbnailUrl
version :: MobileApplication -> Version
video :: MobileApplication -> Video
applicationCategory :: MobileApplication -> ApplicationCategory
applicationSubCategory :: MobileApplication -> ApplicationSubCategory
applicationSuite :: MobileApplication -> ApplicationSuite
countriesNotSupported :: MobileApplication -> CountriesNotSupported
countriesSupported :: MobileApplication -> CountriesSupported
device :: MobileApplication -> Device
downloadUrl :: MobileApplication -> DownloadUrl
featureList :: MobileApplication -> FeatureList
fileFormat :: MobileApplication -> FileFormat
fileSize :: MobileApplication -> FileSize
installUrl :: MobileApplication -> InstallUrl
memoryRequirements :: MobileApplication -> MemoryRequirements
operatingSystem :: MobileApplication -> OperatingSystem
permissions :: MobileApplication -> Permissions
processorRequirements :: MobileApplication -> ProcessorRequirements
releaseNotes :: MobileApplication -> ReleaseNotes
requirements :: MobileApplication -> Requirements
screenshot :: MobileApplication -> Screenshot
softwareVersion :: MobileApplication -> SoftwareVersion
storageRequirements :: MobileApplication -> StorageRequirements
carrierRequirements :: MobileApplication -> CarrierRequirements
instance Show MobileApplication
instance Read MobileApplication
instance Eq MobileApplication
instance MetaData MobileApplication
module Text.HTML5.MetaData.Schema.Residence
-- | The place where a person lives.
--
--
-- - id Residence
-- - label Residence
-- - comment The place where a person lives.
-- - ancestors
-- Thing,Place
-- - subtypes
-- ApartmentComplex,GatedResidenceCommunity,SingleFamilyResidence
-- - supertypes Place
-- - url http://schema.org/Residence
--
data Residence
Residence :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> Residence
description :: Residence -> Description
image :: Residence -> Image
name :: Residence -> Name
url :: Residence -> Url
address :: Residence -> Address
aggregateRating :: Residence -> AggregateRating
containedIn :: Residence -> ContainedIn
event :: Residence -> Event
events :: Residence -> Events
faxNumber :: Residence -> FaxNumber
geo :: Residence -> Geo
interactionCount :: Residence -> InteractionCount
map :: Residence -> Map
maps :: Residence -> Maps
photo :: Residence -> Photo
photos :: Residence -> Photos
review :: Residence -> Review
reviews :: Residence -> Reviews
telephone :: Residence -> Telephone
instance Show Residence
instance Read Residence
instance Eq Residence
instance MetaData Residence
module Text.HTML5.MetaData.Schema.ToyStore
-- | A toystore.
--
--
-- - id ToyStore
-- - label Toy Store
-- - comment A toystore.
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/ToyStore
--
data ToyStore
ToyStore :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> ToyStore
description :: ToyStore -> Description
image :: ToyStore -> Image
name :: ToyStore -> Name
url :: ToyStore -> Url
address :: ToyStore -> Address
aggregateRating :: ToyStore -> AggregateRating
containedIn :: ToyStore -> ContainedIn
event :: ToyStore -> Event
events :: ToyStore -> Events
faxNumber :: ToyStore -> FaxNumber
geo :: ToyStore -> Geo
interactionCount :: ToyStore -> InteractionCount
map :: ToyStore -> Map
maps :: ToyStore -> Maps
photo :: ToyStore -> Photo
photos :: ToyStore -> Photos
review :: ToyStore -> Review
reviews :: ToyStore -> Reviews
telephone :: ToyStore -> Telephone
contactPoint :: ToyStore -> ContactPoint
contactPoints :: ToyStore -> ContactPoints
email :: ToyStore -> Email
employee :: ToyStore -> Employee
employees :: ToyStore -> Employees
founder :: ToyStore -> Founder
founders :: ToyStore -> Founders
foundingDate :: ToyStore -> FoundingDate
location :: ToyStore -> Location
member :: ToyStore -> Member
members :: ToyStore -> Members
branchOf :: ToyStore -> BranchOf
currenciesAccepted :: ToyStore -> CurrenciesAccepted
openingHours :: ToyStore -> OpeningHours
paymentAccepted :: ToyStore -> PaymentAccepted
priceRange :: ToyStore -> PriceRange
instance Show ToyStore
instance Read ToyStore
instance Eq ToyStore
instance MetaData ToyStore
module Text.HTML5.MetaData.Schema.PerformingArtsTheater
-- | A theatre or other performing art center.
--
--
-- - id PerformingArtsTheater
-- - label Performing Arts Theater
-- - comment A theatre or other performing art
-- center.
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url
-- http://schema.org/PerformingArtsTheater
--
data PerformingArtsTheater
PerformingArtsTheater :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> PerformingArtsTheater
description :: PerformingArtsTheater -> Description
image :: PerformingArtsTheater -> Image
name :: PerformingArtsTheater -> Name
url :: PerformingArtsTheater -> Url
address :: PerformingArtsTheater -> Address
aggregateRating :: PerformingArtsTheater -> AggregateRating
containedIn :: PerformingArtsTheater -> ContainedIn
event :: PerformingArtsTheater -> Event
events :: PerformingArtsTheater -> Events
faxNumber :: PerformingArtsTheater -> FaxNumber
geo :: PerformingArtsTheater -> Geo
interactionCount :: PerformingArtsTheater -> InteractionCount
map :: PerformingArtsTheater -> Map
maps :: PerformingArtsTheater -> Maps
photo :: PerformingArtsTheater -> Photo
photos :: PerformingArtsTheater -> Photos
review :: PerformingArtsTheater -> Review
reviews :: PerformingArtsTheater -> Reviews
telephone :: PerformingArtsTheater -> Telephone
openingHours :: PerformingArtsTheater -> OpeningHours
instance Show PerformingArtsTheater
instance Read PerformingArtsTheater
instance Eq PerformingArtsTheater
instance MetaData PerformingArtsTheater
module Text.HTML5.MetaData.Schema.ProfilePage
-- | Web page type: Profile page.
--
--
-- - id ProfilePage
-- - label Profile Page
-- - comment Web page type: Profile page.
-- - ancestors
-- Thing,CreativeWork,WebPage
-- - subtypes
-- - supertypes WebPage
-- - url http://schema.org/ProfilePage
--
data ProfilePage
ProfilePage :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> Breadcrumb -> IsPartOf -> MainContentOfPage -> PrimaryImageOfPage -> SignificantLink -> SignificantLinks -> ProfilePage
description :: ProfilePage -> Description
image :: ProfilePage -> Image
name :: ProfilePage -> Name
url :: ProfilePage -> Url
about :: ProfilePage -> About
accountablePerson :: ProfilePage -> AccountablePerson
aggregateRating :: ProfilePage -> AggregateRating
alternativeHeadline :: ProfilePage -> AlternativeHeadline
associatedMedia :: ProfilePage -> AssociatedMedia
audio :: ProfilePage -> Audio
author :: ProfilePage -> Author
award :: ProfilePage -> Award
awards :: ProfilePage -> Awards
comment :: ProfilePage -> Comment
contentLocation :: ProfilePage -> ContentLocation
contentRating :: ProfilePage -> ContentRating
contributor :: ProfilePage -> Contributor
copyrightHolder :: ProfilePage -> CopyrightHolder
copyrightYear :: ProfilePage -> CopyrightYear
creator :: ProfilePage -> Creator
dateCreated :: ProfilePage -> DateCreated
dateModified :: ProfilePage -> DateModified
datePublished :: ProfilePage -> DatePublished
discussionUrl :: ProfilePage -> DiscussionUrl
editor :: ProfilePage -> Editor
encoding :: ProfilePage -> Encoding
encodings :: ProfilePage -> Encodings
genre :: ProfilePage -> Genre
headline :: ProfilePage -> Headline
inLanguage :: ProfilePage -> InLanguage
interactionCount :: ProfilePage -> InteractionCount
isFamilyFriendly :: ProfilePage -> IsFamilyFriendly
keywords :: ProfilePage -> Keywords
mentions :: ProfilePage -> Mentions
offers :: ProfilePage -> Offers
provider :: ProfilePage -> Provider
publisher :: ProfilePage -> Publisher
publishingPrinciples :: ProfilePage -> PublishingPrinciples
review :: ProfilePage -> Review
reviews :: ProfilePage -> Reviews
sourceOrganization :: ProfilePage -> SourceOrganization
text :: ProfilePage -> Text
thumbnailUrl :: ProfilePage -> ThumbnailUrl
version :: ProfilePage -> Version
video :: ProfilePage -> Video
breadcrumb :: ProfilePage -> Breadcrumb
isPartOf :: ProfilePage -> IsPartOf
mainContentOfPage :: ProfilePage -> MainContentOfPage
primaryImageOfPage :: ProfilePage -> PrimaryImageOfPage
significantLink :: ProfilePage -> SignificantLink
significantLinks :: ProfilePage -> SignificantLinks
instance Show ProfilePage
instance Read ProfilePage
instance Eq ProfilePage
instance MetaData ProfilePage
module Text.HTML5.MetaData.Schema.Airport
-- | An airport.
--
--
-- - id Airport
-- - label Airport
-- - comment An airport.
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/Airport
--
data Airport
Airport :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> Airport
description :: Airport -> Description
image :: Airport -> Image
name :: Airport -> Name
url :: Airport -> Url
address :: Airport -> Address
aggregateRating :: Airport -> AggregateRating
containedIn :: Airport -> ContainedIn
event :: Airport -> Event
events :: Airport -> Events
faxNumber :: Airport -> FaxNumber
geo :: Airport -> Geo
interactionCount :: Airport -> InteractionCount
map :: Airport -> Map
maps :: Airport -> Maps
photo :: Airport -> Photo
photos :: Airport -> Photos
review :: Airport -> Review
reviews :: Airport -> Reviews
telephone :: Airport -> Telephone
openingHours :: Airport -> OpeningHours
instance Show Airport
instance Read Airport
instance Eq Airport
instance MetaData Airport
module Text.HTML5.MetaData.Schema.TrainStation
-- | A train station.
--
--
-- - id TrainStation
-- - label Train Station
-- - comment A train station.
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/TrainStation
--
data TrainStation
TrainStation :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> TrainStation
description :: TrainStation -> Description
image :: TrainStation -> Image
name :: TrainStation -> Name
url :: TrainStation -> Url
address :: TrainStation -> Address
aggregateRating :: TrainStation -> AggregateRating
containedIn :: TrainStation -> ContainedIn
event :: TrainStation -> Event
events :: TrainStation -> Events
faxNumber :: TrainStation -> FaxNumber
geo :: TrainStation -> Geo
interactionCount :: TrainStation -> InteractionCount
map :: TrainStation -> Map
maps :: TrainStation -> Maps
photo :: TrainStation -> Photo
photos :: TrainStation -> Photos
review :: TrainStation -> Review
reviews :: TrainStation -> Reviews
telephone :: TrainStation -> Telephone
openingHours :: TrainStation -> OpeningHours
instance Show TrainStation
instance Read TrainStation
instance Eq TrainStation
instance MetaData TrainStation
module Text.HTML5.MetaData.Schema.ChildCare
-- | A Childcare center.
--
--
-- - id ChildCare
-- - label Child Care
-- - comment A Childcare center.
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- - supertypes LocalBusiness
-- - url http://schema.org/ChildCare
--
data ChildCare
ChildCare :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> ChildCare
description :: ChildCare -> Description
image :: ChildCare -> Image
name :: ChildCare -> Name
url :: ChildCare -> Url
address :: ChildCare -> Address
aggregateRating :: ChildCare -> AggregateRating
containedIn :: ChildCare -> ContainedIn
event :: ChildCare -> Event
events :: ChildCare -> Events
faxNumber :: ChildCare -> FaxNumber
geo :: ChildCare -> Geo
interactionCount :: ChildCare -> InteractionCount
map :: ChildCare -> Map
maps :: ChildCare -> Maps
photo :: ChildCare -> Photo
photos :: ChildCare -> Photos
review :: ChildCare -> Review
reviews :: ChildCare -> Reviews
telephone :: ChildCare -> Telephone
contactPoint :: ChildCare -> ContactPoint
contactPoints :: ChildCare -> ContactPoints
email :: ChildCare -> Email
employee :: ChildCare -> Employee
employees :: ChildCare -> Employees
founder :: ChildCare -> Founder
founders :: ChildCare -> Founders
foundingDate :: ChildCare -> FoundingDate
location :: ChildCare -> Location
member :: ChildCare -> Member
members :: ChildCare -> Members
branchOf :: ChildCare -> BranchOf
currenciesAccepted :: ChildCare -> CurrenciesAccepted
openingHours :: ChildCare -> OpeningHours
paymentAccepted :: ChildCare -> PaymentAccepted
priceRange :: ChildCare -> PriceRange
instance Show ChildCare
instance Read ChildCare
instance Eq ChildCare
instance MetaData ChildCare
module Text.HTML5.MetaData.Schema.Article
-- | An article, such as a news article or piece of investigative report.
-- Newspapers and magazines have articles of many different types and
-- this is intended to cover them all.
--
--
-- - id Article
-- - label Article
-- - comment An article, such as a news article or
-- piece of investigative report. Newspapers and magazines have articles
-- of many different types and this is intended to cover them all.
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- BlogPosting,NewsArticle,ScholarlyArticle
-- - supertypes CreativeWork
-- - url http://schema.org/Article
--
data Article
Article :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> ArticleBody -> ArticleSection -> WordCount -> Article
description :: Article -> Description
image :: Article -> Image
name :: Article -> Name
url :: Article -> Url
about :: Article -> About
accountablePerson :: Article -> AccountablePerson
aggregateRating :: Article -> AggregateRating
alternativeHeadline :: Article -> AlternativeHeadline
associatedMedia :: Article -> AssociatedMedia
audio :: Article -> Audio
author :: Article -> Author
award :: Article -> Award
awards :: Article -> Awards
comment :: Article -> Comment
contentLocation :: Article -> ContentLocation
contentRating :: Article -> ContentRating
contributor :: Article -> Contributor
copyrightHolder :: Article -> CopyrightHolder
copyrightYear :: Article -> CopyrightYear
creator :: Article -> Creator
dateCreated :: Article -> DateCreated
dateModified :: Article -> DateModified
datePublished :: Article -> DatePublished
discussionUrl :: Article -> DiscussionUrl
editor :: Article -> Editor
encoding :: Article -> Encoding
encodings :: Article -> Encodings
genre :: Article -> Genre
headline :: Article -> Headline
inLanguage :: Article -> InLanguage
interactionCount :: Article -> InteractionCount
isFamilyFriendly :: Article -> IsFamilyFriendly
keywords :: Article -> Keywords
mentions :: Article -> Mentions
offers :: Article -> Offers
provider :: Article -> Provider
publisher :: Article -> Publisher
publishingPrinciples :: Article -> PublishingPrinciples
review :: Article -> Review
reviews :: Article -> Reviews
sourceOrganization :: Article -> SourceOrganization
text :: Article -> Text
thumbnailUrl :: Article -> ThumbnailUrl
version :: Article -> Version
video :: Article -> Video
articleBody :: Article -> ArticleBody
articleSection :: Article -> ArticleSection
wordCount :: Article -> WordCount
instance Show Article
instance Read Article
instance Eq Article
instance MetaData Article
module Text.HTML5.MetaData.Schema.RoofingContractor
-- | A roofing contractor.
--
--
-- - id RoofingContractor
-- - label Roofing Contractor
-- - comment A roofing contractor.
-- - ancestors
-- Thing,Organization,LocalBusiness,HomeAndConstructionBusiness
-- - subtypes
-- - supertypes
-- HomeAndConstructionBusiness,ProfessionalService
-- - url
-- http://schema.org/RoofingContractor
--
data RoofingContractor
RoofingContractor :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> RoofingContractor
description :: RoofingContractor -> Description
image :: RoofingContractor -> Image
name :: RoofingContractor -> Name
url :: RoofingContractor -> Url
address :: RoofingContractor -> Address
aggregateRating :: RoofingContractor -> AggregateRating
containedIn :: RoofingContractor -> ContainedIn
event :: RoofingContractor -> Event
events :: RoofingContractor -> Events
faxNumber :: RoofingContractor -> FaxNumber
geo :: RoofingContractor -> Geo
interactionCount :: RoofingContractor -> InteractionCount
map :: RoofingContractor -> Map
maps :: RoofingContractor -> Maps
photo :: RoofingContractor -> Photo
photos :: RoofingContractor -> Photos
review :: RoofingContractor -> Review
reviews :: RoofingContractor -> Reviews
telephone :: RoofingContractor -> Telephone
contactPoint :: RoofingContractor -> ContactPoint
contactPoints :: RoofingContractor -> ContactPoints
email :: RoofingContractor -> Email
employee :: RoofingContractor -> Employee
employees :: RoofingContractor -> Employees
founder :: RoofingContractor -> Founder
founders :: RoofingContractor -> Founders
foundingDate :: RoofingContractor -> FoundingDate
location :: RoofingContractor -> Location
member :: RoofingContractor -> Member
members :: RoofingContractor -> Members
branchOf :: RoofingContractor -> BranchOf
currenciesAccepted :: RoofingContractor -> CurrenciesAccepted
openingHours :: RoofingContractor -> OpeningHours
paymentAccepted :: RoofingContractor -> PaymentAccepted
priceRange :: RoofingContractor -> PriceRange
instance Show RoofingContractor
instance Read RoofingContractor
instance Eq RoofingContractor
instance MetaData RoofingContractor
module Text.HTML5.MetaData.Schema.Optician
-- | An optician's store.
--
--
-- - id Optician
-- - label Optician
-- - comment An optician's store.
-- - ancestors
-- Thing,Organization,LocalBusiness,MedicalOrganization
-- - subtypes
-- - supertypes
-- MedicalOrganization
-- - url http://schema.org/Optician
--
data Optician
Optician :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Optician
description :: Optician -> Description
image :: Optician -> Image
name :: Optician -> Name
url :: Optician -> Url
address :: Optician -> Address
aggregateRating :: Optician -> AggregateRating
containedIn :: Optician -> ContainedIn
event :: Optician -> Event
events :: Optician -> Events
faxNumber :: Optician -> FaxNumber
geo :: Optician -> Geo
interactionCount :: Optician -> InteractionCount
map :: Optician -> Map
maps :: Optician -> Maps
photo :: Optician -> Photo
photos :: Optician -> Photos
review :: Optician -> Review
reviews :: Optician -> Reviews
telephone :: Optician -> Telephone
contactPoint :: Optician -> ContactPoint
contactPoints :: Optician -> ContactPoints
email :: Optician -> Email
employee :: Optician -> Employee
employees :: Optician -> Employees
founder :: Optician -> Founder
founders :: Optician -> Founders
foundingDate :: Optician -> FoundingDate
location :: Optician -> Location
member :: Optician -> Member
members :: Optician -> Members
branchOf :: Optician -> BranchOf
currenciesAccepted :: Optician -> CurrenciesAccepted
openingHours :: Optician -> OpeningHours
paymentAccepted :: Optician -> PaymentAccepted
priceRange :: Optician -> PriceRange
instance Show Optician
instance Read Optician
instance Eq Optician
instance MetaData Optician
module Text.HTML5.MetaData.Schema.AboutPage
-- | Web page type: About page.
--
--
-- - id AboutPage
-- - label About Page
-- - comment Web page type: About page.
-- - ancestors
-- Thing,CreativeWork,WebPage
-- - subtypes
-- - supertypes WebPage
-- - url http://schema.org/AboutPage
--
data AboutPage
AboutPage :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> Breadcrumb -> IsPartOf -> MainContentOfPage -> PrimaryImageOfPage -> SignificantLink -> SignificantLinks -> AboutPage
description :: AboutPage -> Description
image :: AboutPage -> Image
name :: AboutPage -> Name
url :: AboutPage -> Url
about :: AboutPage -> About
accountablePerson :: AboutPage -> AccountablePerson
aggregateRating :: AboutPage -> AggregateRating
alternativeHeadline :: AboutPage -> AlternativeHeadline
associatedMedia :: AboutPage -> AssociatedMedia
audio :: AboutPage -> Audio
author :: AboutPage -> Author
award :: AboutPage -> Award
awards :: AboutPage -> Awards
comment :: AboutPage -> Comment
contentLocation :: AboutPage -> ContentLocation
contentRating :: AboutPage -> ContentRating
contributor :: AboutPage -> Contributor
copyrightHolder :: AboutPage -> CopyrightHolder
copyrightYear :: AboutPage -> CopyrightYear
creator :: AboutPage -> Creator
dateCreated :: AboutPage -> DateCreated
dateModified :: AboutPage -> DateModified
datePublished :: AboutPage -> DatePublished
discussionUrl :: AboutPage -> DiscussionUrl
editor :: AboutPage -> Editor
encoding :: AboutPage -> Encoding
encodings :: AboutPage -> Encodings
genre :: AboutPage -> Genre
headline :: AboutPage -> Headline
inLanguage :: AboutPage -> InLanguage
interactionCount :: AboutPage -> InteractionCount
isFamilyFriendly :: AboutPage -> IsFamilyFriendly
keywords :: AboutPage -> Keywords
mentions :: AboutPage -> Mentions
offers :: AboutPage -> Offers
provider :: AboutPage -> Provider
publisher :: AboutPage -> Publisher
publishingPrinciples :: AboutPage -> PublishingPrinciples
review :: AboutPage -> Review
reviews :: AboutPage -> Reviews
sourceOrganization :: AboutPage -> SourceOrganization
text :: AboutPage -> Text
thumbnailUrl :: AboutPage -> ThumbnailUrl
version :: AboutPage -> Version
video :: AboutPage -> Video
breadcrumb :: AboutPage -> Breadcrumb
isPartOf :: AboutPage -> IsPartOf
mainContentOfPage :: AboutPage -> MainContentOfPage
primaryImageOfPage :: AboutPage -> PrimaryImageOfPage
significantLink :: AboutPage -> SignificantLink
significantLinks :: AboutPage -> SignificantLinks
instance Show AboutPage
instance Read AboutPage
instance Eq AboutPage
instance MetaData AboutPage
module Text.HTML5.MetaData.Schema.PetStore
-- | A pet store.
--
--
-- - id PetStore
-- - label Pet Store
-- - comment A pet store.
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/PetStore
--
data PetStore
PetStore :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> PetStore
description :: PetStore -> Description
image :: PetStore -> Image
name :: PetStore -> Name
url :: PetStore -> Url
address :: PetStore -> Address
aggregateRating :: PetStore -> AggregateRating
containedIn :: PetStore -> ContainedIn
event :: PetStore -> Event
events :: PetStore -> Events
faxNumber :: PetStore -> FaxNumber
geo :: PetStore -> Geo
interactionCount :: PetStore -> InteractionCount
map :: PetStore -> Map
maps :: PetStore -> Maps
photo :: PetStore -> Photo
photos :: PetStore -> Photos
review :: PetStore -> Review
reviews :: PetStore -> Reviews
telephone :: PetStore -> Telephone
contactPoint :: PetStore -> ContactPoint
contactPoints :: PetStore -> ContactPoints
email :: PetStore -> Email
employee :: PetStore -> Employee
employees :: PetStore -> Employees
founder :: PetStore -> Founder
founders :: PetStore -> Founders
foundingDate :: PetStore -> FoundingDate
location :: PetStore -> Location
member :: PetStore -> Member
members :: PetStore -> Members
branchOf :: PetStore -> BranchOf
currenciesAccepted :: PetStore -> CurrenciesAccepted
openingHours :: PetStore -> OpeningHours
paymentAccepted :: PetStore -> PaymentAccepted
priceRange :: PetStore -> PriceRange
instance Show PetStore
instance Read PetStore
instance Eq PetStore
instance MetaData PetStore
module Text.HTML5.MetaData.Schema.Quantity
-- | Quantities such as distance, time, mass, weight, etc. Particular
-- instances of say Mass are entities like '3 Kg' or '4 milligrams'.
--
--
-- - id Quantity
-- - label Quantity
-- - comment Quantities such as distance, time, mass,
-- weight, etc. Particular instances of say Mass are entities like '3 Kg'
-- or '4 milligrams'.
-- - ancestors
-- Thing,Intangible
-- - subtypes
-- Distance,Duration,Energy,Mass
-- - supertypes Intangible
-- - url http://schema.org/Quantity
--
data Quantity
Quantity :: Description -> Image -> Name -> Url -> Quantity
description :: Quantity -> Description
image :: Quantity -> Image
name :: Quantity -> Name
url :: Quantity -> Url
instance Show Quantity
instance Read Quantity
instance Eq Quantity
instance MetaData Quantity
module Text.HTML5.MetaData.Schema.OutletStore
-- | An outlet store.
--
--
-- - id OutletStore
-- - label Outlet Store
-- - comment An outlet store.
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/OutletStore
--
data OutletStore
OutletStore :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> OutletStore
description :: OutletStore -> Description
image :: OutletStore -> Image
name :: OutletStore -> Name
url :: OutletStore -> Url
address :: OutletStore -> Address
aggregateRating :: OutletStore -> AggregateRating
containedIn :: OutletStore -> ContainedIn
event :: OutletStore -> Event
events :: OutletStore -> Events
faxNumber :: OutletStore -> FaxNumber
geo :: OutletStore -> Geo
interactionCount :: OutletStore -> InteractionCount
map :: OutletStore -> Map
maps :: OutletStore -> Maps
photo :: OutletStore -> Photo
photos :: OutletStore -> Photos
review :: OutletStore -> Review
reviews :: OutletStore -> Reviews
telephone :: OutletStore -> Telephone
contactPoint :: OutletStore -> ContactPoint
contactPoints :: OutletStore -> ContactPoints
email :: OutletStore -> Email
employee :: OutletStore -> Employee
employees :: OutletStore -> Employees
founder :: OutletStore -> Founder
founders :: OutletStore -> Founders
foundingDate :: OutletStore -> FoundingDate
location :: OutletStore -> Location
member :: OutletStore -> Member
members :: OutletStore -> Members
branchOf :: OutletStore -> BranchOf
currenciesAccepted :: OutletStore -> CurrenciesAccepted
openingHours :: OutletStore -> OpeningHours
paymentAccepted :: OutletStore -> PaymentAccepted
priceRange :: OutletStore -> PriceRange
instance Show OutletStore
instance Read OutletStore
instance Eq OutletStore
instance MetaData OutletStore
module Text.HTML5.MetaData.Schema.Physician
-- | A doctor's office.
--
--
-- - id Physician
-- - label Physician
-- - comment A doctor's office.
-- - ancestors
-- Thing,Organization,LocalBusiness,MedicalOrganization
-- - subtypes
-- - supertypes
-- MedicalOrganization
-- - url http://schema.org/Physician
--
data Physician
Physician :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Physician
description :: Physician -> Description
image :: Physician -> Image
name :: Physician -> Name
url :: Physician -> Url
address :: Physician -> Address
aggregateRating :: Physician -> AggregateRating
containedIn :: Physician -> ContainedIn
event :: Physician -> Event
events :: Physician -> Events
faxNumber :: Physician -> FaxNumber
geo :: Physician -> Geo
interactionCount :: Physician -> InteractionCount
map :: Physician -> Map
maps :: Physician -> Maps
photo :: Physician -> Photo
photos :: Physician -> Photos
review :: Physician -> Review
reviews :: Physician -> Reviews
telephone :: Physician -> Telephone
contactPoint :: Physician -> ContactPoint
contactPoints :: Physician -> ContactPoints
email :: Physician -> Email
employee :: Physician -> Employee
employees :: Physician -> Employees
founder :: Physician -> Founder
founders :: Physician -> Founders
foundingDate :: Physician -> FoundingDate
location :: Physician -> Location
member :: Physician -> Member
members :: Physician -> Members
branchOf :: Physician -> BranchOf
currenciesAccepted :: Physician -> CurrenciesAccepted
openingHours :: Physician -> OpeningHours
paymentAccepted :: Physician -> PaymentAccepted
priceRange :: Physician -> PriceRange
instance Show Physician
instance Read Physician
instance Eq Physician
instance MetaData Physician
module Text.HTML5.MetaData.Schema.AnimalShelter
-- | Animal shelter.
--
--
-- - id AnimalShelter
-- - label Animal Shelter
-- - comment Animal shelter.
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- - supertypes LocalBusiness
-- - url http://schema.org/AnimalShelter
--
data AnimalShelter
AnimalShelter :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AnimalShelter
description :: AnimalShelter -> Description
image :: AnimalShelter -> Image
name :: AnimalShelter -> Name
url :: AnimalShelter -> Url
address :: AnimalShelter -> Address
aggregateRating :: AnimalShelter -> AggregateRating
containedIn :: AnimalShelter -> ContainedIn
event :: AnimalShelter -> Event
events :: AnimalShelter -> Events
faxNumber :: AnimalShelter -> FaxNumber
geo :: AnimalShelter -> Geo
interactionCount :: AnimalShelter -> InteractionCount
map :: AnimalShelter -> Map
maps :: AnimalShelter -> Maps
photo :: AnimalShelter -> Photo
photos :: AnimalShelter -> Photos
review :: AnimalShelter -> Review
reviews :: AnimalShelter -> Reviews
telephone :: AnimalShelter -> Telephone
contactPoint :: AnimalShelter -> ContactPoint
contactPoints :: AnimalShelter -> ContactPoints
email :: AnimalShelter -> Email
employee :: AnimalShelter -> Employee
employees :: AnimalShelter -> Employees
founder :: AnimalShelter -> Founder
founders :: AnimalShelter -> Founders
foundingDate :: AnimalShelter -> FoundingDate
location :: AnimalShelter -> Location
member :: AnimalShelter -> Member
members :: AnimalShelter -> Members
branchOf :: AnimalShelter -> BranchOf
currenciesAccepted :: AnimalShelter -> CurrenciesAccepted
openingHours :: AnimalShelter -> OpeningHours
paymentAccepted :: AnimalShelter -> PaymentAccepted
priceRange :: AnimalShelter -> PriceRange
instance Show AnimalShelter
instance Read AnimalShelter
instance Eq AnimalShelter
instance MetaData AnimalShelter
module Text.HTML5.MetaData.Schema.Painting
-- | A painting.
--
--
-- - id Painting
-- - label Painting
-- - comment A painting.
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes CreativeWork
-- - url http://schema.org/Painting
--
data Painting
Painting :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> Painting
description :: Painting -> Description
image :: Painting -> Image
name :: Painting -> Name
url :: Painting -> Url
about :: Painting -> About
accountablePerson :: Painting -> AccountablePerson
aggregateRating :: Painting -> AggregateRating
alternativeHeadline :: Painting -> AlternativeHeadline
associatedMedia :: Painting -> AssociatedMedia
audio :: Painting -> Audio
author :: Painting -> Author
award :: Painting -> Award
awards :: Painting -> Awards
comment :: Painting -> Comment
contentLocation :: Painting -> ContentLocation
contentRating :: Painting -> ContentRating
contributor :: Painting -> Contributor
copyrightHolder :: Painting -> CopyrightHolder
copyrightYear :: Painting -> CopyrightYear
creator :: Painting -> Creator
dateCreated :: Painting -> DateCreated
dateModified :: Painting -> DateModified
datePublished :: Painting -> DatePublished
discussionUrl :: Painting -> DiscussionUrl
editor :: Painting -> Editor
encoding :: Painting -> Encoding
encodings :: Painting -> Encodings
genre :: Painting -> Genre
headline :: Painting -> Headline
inLanguage :: Painting -> InLanguage
interactionCount :: Painting -> InteractionCount
isFamilyFriendly :: Painting -> IsFamilyFriendly
keywords :: Painting -> Keywords
mentions :: Painting -> Mentions
offers :: Painting -> Offers
provider :: Painting -> Provider
publisher :: Painting -> Publisher
publishingPrinciples :: Painting -> PublishingPrinciples
review :: Painting -> Review
reviews :: Painting -> Reviews
sourceOrganization :: Painting -> SourceOrganization
text :: Painting -> Text
thumbnailUrl :: Painting -> ThumbnailUrl
version :: Painting -> Version
video :: Painting -> Video
instance Show Painting
instance Read Painting
instance Eq Painting
instance MetaData Painting
module Text.HTML5.MetaData.Schema.Intangible
-- | A utility class that serves as the umbrella for a number of
-- intangible things such as quantities, structured values, etc.
--
--
-- - id Intangible
-- - label Intangible
-- - comment A utility class that serves as the
-- umbrella for a number of intangible things such as
-- quantities, structured values, etc.
-- - ancestors Thing
-- - subtypes
-- Enumeration,JobPosting,Language,Offer,Quantity,Rating,StructuredValue
-- - supertypes Thing
-- - url http://schema.org/Intangible
--
data Intangible
Intangible :: Description -> Image -> Name -> Url -> Intangible
description :: Intangible -> Description
image :: Intangible -> Image
name :: Intangible -> Name
url :: Intangible -> Url
instance Show Intangible
instance Read Intangible
instance Eq Intangible
instance MetaData Intangible
module Text.HTML5.MetaData.Schema.MusicStore
-- | A music store.
--
--
-- - id MusicStore
-- - label Music Store
-- - comment A music store.
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/MusicStore
--
data MusicStore
MusicStore :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> MusicStore
description :: MusicStore -> Description
image :: MusicStore -> Image
name :: MusicStore -> Name
url :: MusicStore -> Url
address :: MusicStore -> Address
aggregateRating :: MusicStore -> AggregateRating
containedIn :: MusicStore -> ContainedIn
event :: MusicStore -> Event
events :: MusicStore -> Events
faxNumber :: MusicStore -> FaxNumber
geo :: MusicStore -> Geo
interactionCount :: MusicStore -> InteractionCount
map :: MusicStore -> Map
maps :: MusicStore -> Maps
photo :: MusicStore -> Photo
photos :: MusicStore -> Photos
review :: MusicStore -> Review
reviews :: MusicStore -> Reviews
telephone :: MusicStore -> Telephone
contactPoint :: MusicStore -> ContactPoint
contactPoints :: MusicStore -> ContactPoints
email :: MusicStore -> Email
employee :: MusicStore -> Employee
employees :: MusicStore -> Employees
founder :: MusicStore -> Founder
founders :: MusicStore -> Founders
foundingDate :: MusicStore -> FoundingDate
location :: MusicStore -> Location
member :: MusicStore -> Member
members :: MusicStore -> Members
branchOf :: MusicStore -> BranchOf
currenciesAccepted :: MusicStore -> CurrenciesAccepted
openingHours :: MusicStore -> OpeningHours
paymentAccepted :: MusicStore -> PaymentAccepted
priceRange :: MusicStore -> PriceRange
instance Show MusicStore
instance Read MusicStore
instance Eq MusicStore
instance MetaData MusicStore
module Text.HTML5.MetaData.Schema.EventVenue
-- | An event venue.
--
--
-- - id EventVenue
-- - label Event Venue
-- - comment An event venue.
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/EventVenue
--
data EventVenue
EventVenue :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> EventVenue
description :: EventVenue -> Description
image :: EventVenue -> Image
name :: EventVenue -> Name
url :: EventVenue -> Url
address :: EventVenue -> Address
aggregateRating :: EventVenue -> AggregateRating
containedIn :: EventVenue -> ContainedIn
event :: EventVenue -> Event
events :: EventVenue -> Events
faxNumber :: EventVenue -> FaxNumber
geo :: EventVenue -> Geo
interactionCount :: EventVenue -> InteractionCount
map :: EventVenue -> Map
maps :: EventVenue -> Maps
photo :: EventVenue -> Photo
photos :: EventVenue -> Photos
review :: EventVenue -> Review
reviews :: EventVenue -> Reviews
telephone :: EventVenue -> Telephone
openingHours :: EventVenue -> OpeningHours
instance Show EventVenue
instance Read EventVenue
instance Eq EventVenue
instance MetaData EventVenue
module Text.HTML5.MetaData.Schema.HighSchool
-- | A high school.
--
--
-- - id HighSchool
-- - label High School
-- - comment A high school.
-- - ancestors
-- Thing,Organization,EducationalOrganization
-- - subtypes
-- - supertypes
-- EducationalOrganization
-- - url http://schema.org/HighSchool
--
data HighSchool
HighSchool :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Event -> Events -> FaxNumber -> Founder -> Founders -> FoundingDate -> InteractionCount -> Location -> Member -> Members -> Review -> Reviews -> Telephone -> Alumni -> HighSchool
description :: HighSchool -> Description
image :: HighSchool -> Image
name :: HighSchool -> Name
url :: HighSchool -> Url
address :: HighSchool -> Address
aggregateRating :: HighSchool -> AggregateRating
contactPoint :: HighSchool -> ContactPoint
contactPoints :: HighSchool -> ContactPoints
email :: HighSchool -> Email
employee :: HighSchool -> Employee
employees :: HighSchool -> Employees
event :: HighSchool -> Event
events :: HighSchool -> Events
faxNumber :: HighSchool -> FaxNumber
founder :: HighSchool -> Founder
founders :: HighSchool -> Founders
foundingDate :: HighSchool -> FoundingDate
interactionCount :: HighSchool -> InteractionCount
location :: HighSchool -> Location
member :: HighSchool -> Member
members :: HighSchool -> Members
review :: HighSchool -> Review
reviews :: HighSchool -> Reviews
telephone :: HighSchool -> Telephone
alumni :: HighSchool -> Alumni
instance Show HighSchool
instance Read HighSchool
instance Eq HighSchool
instance MetaData HighSchool
module Text.HTML5.MetaData.Schema.SingleFamilyResidence
-- | Residence type: Single-family home.
--
--
-- - id SingleFamilyResidence
-- - label Single Family Residence
-- - comment Residence type: Single-family home.
-- - ancestors
-- Thing,Place,Residence
-- - subtypes
-- - supertypes Residence
-- - url
-- http://schema.org/SingleFamilyResidence
--
data SingleFamilyResidence
SingleFamilyResidence :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> SingleFamilyResidence
description :: SingleFamilyResidence -> Description
image :: SingleFamilyResidence -> Image
name :: SingleFamilyResidence -> Name
url :: SingleFamilyResidence -> Url
address :: SingleFamilyResidence -> Address
aggregateRating :: SingleFamilyResidence -> AggregateRating
containedIn :: SingleFamilyResidence -> ContainedIn
event :: SingleFamilyResidence -> Event
events :: SingleFamilyResidence -> Events
faxNumber :: SingleFamilyResidence -> FaxNumber
geo :: SingleFamilyResidence -> Geo
interactionCount :: SingleFamilyResidence -> InteractionCount
map :: SingleFamilyResidence -> Map
maps :: SingleFamilyResidence -> Maps
photo :: SingleFamilyResidence -> Photo
photos :: SingleFamilyResidence -> Photos
review :: SingleFamilyResidence -> Review
reviews :: SingleFamilyResidence -> Reviews
telephone :: SingleFamilyResidence -> Telephone
instance Show SingleFamilyResidence
instance Read SingleFamilyResidence
instance Eq SingleFamilyResidence
instance MetaData SingleFamilyResidence
module Text.HTML5.MetaData.Schema.Plumber
-- | A plumbing service.
--
--
-- - id Plumber
-- - label Plumber
-- - comment A plumbing service.
-- - ancestors
-- Thing,Organization,LocalBusiness,HomeAndConstructionBusiness
-- - subtypes
-- - supertypes
-- HomeAndConstructionBusiness,ProfessionalService
-- - url http://schema.org/Plumber
--
data Plumber
Plumber :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Plumber
description :: Plumber -> Description
image :: Plumber -> Image
name :: Plumber -> Name
url :: Plumber -> Url
address :: Plumber -> Address
aggregateRating :: Plumber -> AggregateRating
containedIn :: Plumber -> ContainedIn
event :: Plumber -> Event
events :: Plumber -> Events
faxNumber :: Plumber -> FaxNumber
geo :: Plumber -> Geo
interactionCount :: Plumber -> InteractionCount
map :: Plumber -> Map
maps :: Plumber -> Maps
photo :: Plumber -> Photo
photos :: Plumber -> Photos
review :: Plumber -> Review
reviews :: Plumber -> Reviews
telephone :: Plumber -> Telephone
contactPoint :: Plumber -> ContactPoint
contactPoints :: Plumber -> ContactPoints
email :: Plumber -> Email
employee :: Plumber -> Employee
employees :: Plumber -> Employees
founder :: Plumber -> Founder
founders :: Plumber -> Founders
foundingDate :: Plumber -> FoundingDate
location :: Plumber -> Location
member :: Plumber -> Member
members :: Plumber -> Members
branchOf :: Plumber -> BranchOf
currenciesAccepted :: Plumber -> CurrenciesAccepted
openingHours :: Plumber -> OpeningHours
paymentAccepted :: Plumber -> PaymentAccepted
priceRange :: Plumber -> PriceRange
instance Show Plumber
instance Read Plumber
instance Eq Plumber
instance MetaData Plumber
module Text.HTML5.MetaData.Schema.DaySpa
-- | A day spa.
--
--
-- - id DaySpa
-- - label Day Spa
-- - comment A day spa.
-- - ancestors
-- Thing,Organization,LocalBusiness,HealthAndBeautyBusiness
-- - subtypes
-- - supertypes
-- HealthAndBeautyBusiness
-- - url http://schema.org/DaySpa
--
data DaySpa
DaySpa :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> DaySpa
description :: DaySpa -> Description
image :: DaySpa -> Image
name :: DaySpa -> Name
url :: DaySpa -> Url
address :: DaySpa -> Address
aggregateRating :: DaySpa -> AggregateRating
containedIn :: DaySpa -> ContainedIn
event :: DaySpa -> Event
events :: DaySpa -> Events
faxNumber :: DaySpa -> FaxNumber
geo :: DaySpa -> Geo
interactionCount :: DaySpa -> InteractionCount
map :: DaySpa -> Map
maps :: DaySpa -> Maps
photo :: DaySpa -> Photo
photos :: DaySpa -> Photos
review :: DaySpa -> Review
reviews :: DaySpa -> Reviews
telephone :: DaySpa -> Telephone
contactPoint :: DaySpa -> ContactPoint
contactPoints :: DaySpa -> ContactPoints
email :: DaySpa -> Email
employee :: DaySpa -> Employee
employees :: DaySpa -> Employees
founder :: DaySpa -> Founder
founders :: DaySpa -> Founders
foundingDate :: DaySpa -> FoundingDate
location :: DaySpa -> Location
member :: DaySpa -> Member
members :: DaySpa -> Members
branchOf :: DaySpa -> BranchOf
currenciesAccepted :: DaySpa -> CurrenciesAccepted
openingHours :: DaySpa -> OpeningHours
paymentAccepted :: DaySpa -> PaymentAccepted
priceRange :: DaySpa -> PriceRange
instance Show DaySpa
instance Read DaySpa
instance Eq DaySpa
instance MetaData DaySpa
module Text.HTML5.MetaData.Schema.Hotel
-- | A hotel.
--
--
-- - id Hotel
-- - label Hotel
-- - comment A hotel.
-- - ancestors
-- Thing,Organization,LocalBusiness,LodgingBusiness
-- - subtypes
-- - supertypes LodgingBusiness
-- - url http://schema.org/Hotel
--
data Hotel
Hotel :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Hotel
description :: Hotel -> Description
image :: Hotel -> Image
name :: Hotel -> Name
url :: Hotel -> Url
address :: Hotel -> Address
aggregateRating :: Hotel -> AggregateRating
containedIn :: Hotel -> ContainedIn
event :: Hotel -> Event
events :: Hotel -> Events
faxNumber :: Hotel -> FaxNumber
geo :: Hotel -> Geo
interactionCount :: Hotel -> InteractionCount
map :: Hotel -> Map
maps :: Hotel -> Maps
photo :: Hotel -> Photo
photos :: Hotel -> Photos
review :: Hotel -> Review
reviews :: Hotel -> Reviews
telephone :: Hotel -> Telephone
contactPoint :: Hotel -> ContactPoint
contactPoints :: Hotel -> ContactPoints
email :: Hotel -> Email
employee :: Hotel -> Employee
employees :: Hotel -> Employees
founder :: Hotel -> Founder
founders :: Hotel -> Founders
foundingDate :: Hotel -> FoundingDate
location :: Hotel -> Location
member :: Hotel -> Member
members :: Hotel -> Members
branchOf :: Hotel -> BranchOf
currenciesAccepted :: Hotel -> CurrenciesAccepted
openingHours :: Hotel -> OpeningHours
paymentAccepted :: Hotel -> PaymentAccepted
priceRange :: Hotel -> PriceRange
instance Show Hotel
instance Read Hotel
instance Eq Hotel
instance MetaData Hotel
module Text.HTML5.MetaData.Schema.BankOrCreditUnion
-- | Bank or credit union.
--
--
-- - id BankOrCreditUnion
-- - label Bank or Credit Union
-- - comment Bank or credit union.
-- - ancestors
-- Thing,Organization,LocalBusiness,FinancialService
-- - subtypes
-- - supertypes FinancialService
-- - url
-- http://schema.org/BankOrCreditUnion
--
data BankOrCreditUnion
BankOrCreditUnion :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> BankOrCreditUnion
description :: BankOrCreditUnion -> Description
image :: BankOrCreditUnion -> Image
name :: BankOrCreditUnion -> Name
url :: BankOrCreditUnion -> Url
address :: BankOrCreditUnion -> Address
aggregateRating :: BankOrCreditUnion -> AggregateRating
containedIn :: BankOrCreditUnion -> ContainedIn
event :: BankOrCreditUnion -> Event
events :: BankOrCreditUnion -> Events
faxNumber :: BankOrCreditUnion -> FaxNumber
geo :: BankOrCreditUnion -> Geo
interactionCount :: BankOrCreditUnion -> InteractionCount
map :: BankOrCreditUnion -> Map
maps :: BankOrCreditUnion -> Maps
photo :: BankOrCreditUnion -> Photo
photos :: BankOrCreditUnion -> Photos
review :: BankOrCreditUnion -> Review
reviews :: BankOrCreditUnion -> Reviews
telephone :: BankOrCreditUnion -> Telephone
contactPoint :: BankOrCreditUnion -> ContactPoint
contactPoints :: BankOrCreditUnion -> ContactPoints
email :: BankOrCreditUnion -> Email
employee :: BankOrCreditUnion -> Employee
employees :: BankOrCreditUnion -> Employees
founder :: BankOrCreditUnion -> Founder
founders :: BankOrCreditUnion -> Founders
foundingDate :: BankOrCreditUnion -> FoundingDate
location :: BankOrCreditUnion -> Location
member :: BankOrCreditUnion -> Member
members :: BankOrCreditUnion -> Members
branchOf :: BankOrCreditUnion -> BranchOf
currenciesAccepted :: BankOrCreditUnion -> CurrenciesAccepted
openingHours :: BankOrCreditUnion -> OpeningHours
paymentAccepted :: BankOrCreditUnion -> PaymentAccepted
priceRange :: BankOrCreditUnion -> PriceRange
instance Show BankOrCreditUnion
instance Read BankOrCreditUnion
instance Eq BankOrCreditUnion
instance MetaData BankOrCreditUnion
module Text.HTML5.MetaData.Schema.HealthAndBeautyBusiness
-- | Health and beauty.
--
--
-- - id HealthAndBeautyBusiness
-- - label Health And Beauty Business
-- - comment Health and beauty.
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- BeautySalon,DaySpa,HairSalon,HealthClub,NailSalon,TattooParlor
-- - supertypes LocalBusiness
-- - url
-- http://schema.org/HealthAndBeautyBusiness
--
data HealthAndBeautyBusiness
HealthAndBeautyBusiness :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> HealthAndBeautyBusiness
description :: HealthAndBeautyBusiness -> Description
image :: HealthAndBeautyBusiness -> Image
name :: HealthAndBeautyBusiness -> Name
url :: HealthAndBeautyBusiness -> Url
address :: HealthAndBeautyBusiness -> Address
aggregateRating :: HealthAndBeautyBusiness -> AggregateRating
containedIn :: HealthAndBeautyBusiness -> ContainedIn
event :: HealthAndBeautyBusiness -> Event
events :: HealthAndBeautyBusiness -> Events
faxNumber :: HealthAndBeautyBusiness -> FaxNumber
geo :: HealthAndBeautyBusiness -> Geo
interactionCount :: HealthAndBeautyBusiness -> InteractionCount
map :: HealthAndBeautyBusiness -> Map
maps :: HealthAndBeautyBusiness -> Maps
photo :: HealthAndBeautyBusiness -> Photo
photos :: HealthAndBeautyBusiness -> Photos
review :: HealthAndBeautyBusiness -> Review
reviews :: HealthAndBeautyBusiness -> Reviews
telephone :: HealthAndBeautyBusiness -> Telephone
contactPoint :: HealthAndBeautyBusiness -> ContactPoint
contactPoints :: HealthAndBeautyBusiness -> ContactPoints
email :: HealthAndBeautyBusiness -> Email
employee :: HealthAndBeautyBusiness -> Employee
employees :: HealthAndBeautyBusiness -> Employees
founder :: HealthAndBeautyBusiness -> Founder
founders :: HealthAndBeautyBusiness -> Founders
foundingDate :: HealthAndBeautyBusiness -> FoundingDate
location :: HealthAndBeautyBusiness -> Location
member :: HealthAndBeautyBusiness -> Member
members :: HealthAndBeautyBusiness -> Members
branchOf :: HealthAndBeautyBusiness -> BranchOf
currenciesAccepted :: HealthAndBeautyBusiness -> CurrenciesAccepted
openingHours :: HealthAndBeautyBusiness -> OpeningHours
paymentAccepted :: HealthAndBeautyBusiness -> PaymentAccepted
priceRange :: HealthAndBeautyBusiness -> PriceRange
instance Show HealthAndBeautyBusiness
instance Read HealthAndBeautyBusiness
instance Eq HealthAndBeautyBusiness
instance MetaData HealthAndBeautyBusiness
module Text.HTML5.MetaData.Schema.CheckoutPage
-- | Web page type: Checkout page.
--
--
-- - id CheckoutPage
-- - label Checkout Page
-- - comment Web page type: Checkout page.
-- - ancestors
-- Thing,CreativeWork,WebPage
-- - subtypes
-- - supertypes WebPage
-- - url http://schema.org/CheckoutPage
--
data CheckoutPage
CheckoutPage :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> Breadcrumb -> IsPartOf -> MainContentOfPage -> PrimaryImageOfPage -> SignificantLink -> SignificantLinks -> CheckoutPage
description :: CheckoutPage -> Description
image :: CheckoutPage -> Image
name :: CheckoutPage -> Name
url :: CheckoutPage -> Url
about :: CheckoutPage -> About
accountablePerson :: CheckoutPage -> AccountablePerson
aggregateRating :: CheckoutPage -> AggregateRating
alternativeHeadline :: CheckoutPage -> AlternativeHeadline
associatedMedia :: CheckoutPage -> AssociatedMedia
audio :: CheckoutPage -> Audio
author :: CheckoutPage -> Author
award :: CheckoutPage -> Award
awards :: CheckoutPage -> Awards
comment :: CheckoutPage -> Comment
contentLocation :: CheckoutPage -> ContentLocation
contentRating :: CheckoutPage -> ContentRating
contributor :: CheckoutPage -> Contributor
copyrightHolder :: CheckoutPage -> CopyrightHolder
copyrightYear :: CheckoutPage -> CopyrightYear
creator :: CheckoutPage -> Creator
dateCreated :: CheckoutPage -> DateCreated
dateModified :: CheckoutPage -> DateModified
datePublished :: CheckoutPage -> DatePublished
discussionUrl :: CheckoutPage -> DiscussionUrl
editor :: CheckoutPage -> Editor
encoding :: CheckoutPage -> Encoding
encodings :: CheckoutPage -> Encodings
genre :: CheckoutPage -> Genre
headline :: CheckoutPage -> Headline
inLanguage :: CheckoutPage -> InLanguage
interactionCount :: CheckoutPage -> InteractionCount
isFamilyFriendly :: CheckoutPage -> IsFamilyFriendly
keywords :: CheckoutPage -> Keywords
mentions :: CheckoutPage -> Mentions
offers :: CheckoutPage -> Offers
provider :: CheckoutPage -> Provider
publisher :: CheckoutPage -> Publisher
publishingPrinciples :: CheckoutPage -> PublishingPrinciples
review :: CheckoutPage -> Review
reviews :: CheckoutPage -> Reviews
sourceOrganization :: CheckoutPage -> SourceOrganization
text :: CheckoutPage -> Text
thumbnailUrl :: CheckoutPage -> ThumbnailUrl
version :: CheckoutPage -> Version
video :: CheckoutPage -> Video
breadcrumb :: CheckoutPage -> Breadcrumb
isPartOf :: CheckoutPage -> IsPartOf
mainContentOfPage :: CheckoutPage -> MainContentOfPage
primaryImageOfPage :: CheckoutPage -> PrimaryImageOfPage
significantLink :: CheckoutPage -> SignificantLink
significantLinks :: CheckoutPage -> SignificantLinks
instance Show CheckoutPage
instance Read CheckoutPage
instance Eq CheckoutPage
instance MetaData CheckoutPage
module Text.HTML5.MetaData.Schema.AutoBodyShop
-- | Auto body shop.
--
--
-- - id AutoBodyShop
-- - label Auto Body Shop
-- - comment Auto body shop.
-- - ancestors
-- Thing,Organization,LocalBusiness,AutomotiveBusiness
-- - subtypes
-- - supertypes
-- AutomotiveBusiness
-- - url http://schema.org/AutoBodyShop
--
data AutoBodyShop
AutoBodyShop :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AutoBodyShop
description :: AutoBodyShop -> Description
image :: AutoBodyShop -> Image
name :: AutoBodyShop -> Name
url :: AutoBodyShop -> Url
address :: AutoBodyShop -> Address
aggregateRating :: AutoBodyShop -> AggregateRating
containedIn :: AutoBodyShop -> ContainedIn
event :: AutoBodyShop -> Event
events :: AutoBodyShop -> Events
faxNumber :: AutoBodyShop -> FaxNumber
geo :: AutoBodyShop -> Geo
interactionCount :: AutoBodyShop -> InteractionCount
map :: AutoBodyShop -> Map
maps :: AutoBodyShop -> Maps
photo :: AutoBodyShop -> Photo
photos :: AutoBodyShop -> Photos
review :: AutoBodyShop -> Review
reviews :: AutoBodyShop -> Reviews
telephone :: AutoBodyShop -> Telephone
contactPoint :: AutoBodyShop -> ContactPoint
contactPoints :: AutoBodyShop -> ContactPoints
email :: AutoBodyShop -> Email
employee :: AutoBodyShop -> Employee
employees :: AutoBodyShop -> Employees
founder :: AutoBodyShop -> Founder
founders :: AutoBodyShop -> Founders
foundingDate :: AutoBodyShop -> FoundingDate
location :: AutoBodyShop -> Location
member :: AutoBodyShop -> Member
members :: AutoBodyShop -> Members
branchOf :: AutoBodyShop -> BranchOf
currenciesAccepted :: AutoBodyShop -> CurrenciesAccepted
openingHours :: AutoBodyShop -> OpeningHours
paymentAccepted :: AutoBodyShop -> PaymentAccepted
priceRange :: AutoBodyShop -> PriceRange
instance Show AutoBodyShop
instance Read AutoBodyShop
instance Eq AutoBodyShop
instance MetaData AutoBodyShop
module Text.HTML5.MetaData.Schema.AccountingService
-- | Accountancy business.
--
--
-- - id AccountingService
-- - label Accounting Service
-- - comment Accountancy business.
-- - ancestors
-- Thing,Organization,LocalBusiness,FinancialService
-- - subtypes
-- - supertypes
-- ProfessionalService,FinancialService
-- - url
-- http://schema.org/AccountingService
--
data AccountingService
AccountingService :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AccountingService
description :: AccountingService -> Description
image :: AccountingService -> Image
name :: AccountingService -> Name
url :: AccountingService -> Url
address :: AccountingService -> Address
aggregateRating :: AccountingService -> AggregateRating
containedIn :: AccountingService -> ContainedIn
event :: AccountingService -> Event
events :: AccountingService -> Events
faxNumber :: AccountingService -> FaxNumber
geo :: AccountingService -> Geo
interactionCount :: AccountingService -> InteractionCount
map :: AccountingService -> Map
maps :: AccountingService -> Maps
photo :: AccountingService -> Photo
photos :: AccountingService -> Photos
review :: AccountingService -> Review
reviews :: AccountingService -> Reviews
telephone :: AccountingService -> Telephone
contactPoint :: AccountingService -> ContactPoint
contactPoints :: AccountingService -> ContactPoints
email :: AccountingService -> Email
employee :: AccountingService -> Employee
employees :: AccountingService -> Employees
founder :: AccountingService -> Founder
founders :: AccountingService -> Founders
foundingDate :: AccountingService -> FoundingDate
location :: AccountingService -> Location
member :: AccountingService -> Member
members :: AccountingService -> Members
branchOf :: AccountingService -> BranchOf
currenciesAccepted :: AccountingService -> CurrenciesAccepted
openingHours :: AccountingService -> OpeningHours
paymentAccepted :: AccountingService -> PaymentAccepted
priceRange :: AccountingService -> PriceRange
instance Show AccountingService
instance Read AccountingService
instance Eq AccountingService
instance MetaData AccountingService
module Text.HTML5.MetaData.Schema.AutomatedTeller
-- | ATM/cash machine.
--
--
-- - id AutomatedTeller
-- - label Automated Teller
-- - comment ATM/cash machine.
-- - ancestors
-- Thing,Organization,LocalBusiness,FinancialService
-- - subtypes
-- - supertypes FinancialService
-- - url http://schema.org/AutomatedTeller
--
data AutomatedTeller
AutomatedTeller :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AutomatedTeller
description :: AutomatedTeller -> Description
image :: AutomatedTeller -> Image
name :: AutomatedTeller -> Name
url :: AutomatedTeller -> Url
address :: AutomatedTeller -> Address
aggregateRating :: AutomatedTeller -> AggregateRating
containedIn :: AutomatedTeller -> ContainedIn
event :: AutomatedTeller -> Event
events :: AutomatedTeller -> Events
faxNumber :: AutomatedTeller -> FaxNumber
geo :: AutomatedTeller -> Geo
interactionCount :: AutomatedTeller -> InteractionCount
map :: AutomatedTeller -> Map
maps :: AutomatedTeller -> Maps
photo :: AutomatedTeller -> Photo
photos :: AutomatedTeller -> Photos
review :: AutomatedTeller -> Review
reviews :: AutomatedTeller -> Reviews
telephone :: AutomatedTeller -> Telephone
contactPoint :: AutomatedTeller -> ContactPoint
contactPoints :: AutomatedTeller -> ContactPoints
email :: AutomatedTeller -> Email
employee :: AutomatedTeller -> Employee
employees :: AutomatedTeller -> Employees
founder :: AutomatedTeller -> Founder
founders :: AutomatedTeller -> Founders
foundingDate :: AutomatedTeller -> FoundingDate
location :: AutomatedTeller -> Location
member :: AutomatedTeller -> Member
members :: AutomatedTeller -> Members
branchOf :: AutomatedTeller -> BranchOf
currenciesAccepted :: AutomatedTeller -> CurrenciesAccepted
openingHours :: AutomatedTeller -> OpeningHours
paymentAccepted :: AutomatedTeller -> PaymentAccepted
priceRange :: AutomatedTeller -> PriceRange
instance Show AutomatedTeller
instance Read AutomatedTeller
instance Eq AutomatedTeller
instance MetaData AutomatedTeller
module Text.HTML5.MetaData.Schema.Enumeration
-- | Lists or enumerations—for example, a list of cuisines or music genres,
-- etc.
--
--
-- - id Enumeration
-- - label Enumeration
-- - comment Lists or enumerations—for example, a list
-- of cuisines or music genres, etc.
-- - ancestors
-- Thing,Intangible
-- - subtypes
-- BookFormatType,ItemAvailability,OfferItemCondition
-- - supertypes Intangible
-- - url http://schema.org/Enumeration
--
data Enumeration
Enumeration :: Description -> Image -> Name -> Url -> Enumeration
description :: Enumeration -> Description
image :: Enumeration -> Image
name :: Enumeration -> Name
url :: Enumeration -> Url
instance Show Enumeration
instance Read Enumeration
instance Eq Enumeration
instance MetaData Enumeration
module Text.HTML5.MetaData.Schema.School
-- | A school.
--
--
-- - id School
-- - label School
-- - comment A school.
-- - ancestors
-- Thing,Organization,EducationalOrganization
-- - subtypes
-- - supertypes
-- EducationalOrganization
-- - url http://schema.org/School
--
data School
School :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Event -> Events -> FaxNumber -> Founder -> Founders -> FoundingDate -> InteractionCount -> Location -> Member -> Members -> Review -> Reviews -> Telephone -> Alumni -> School
description :: School -> Description
image :: School -> Image
name :: School -> Name
url :: School -> Url
address :: School -> Address
aggregateRating :: School -> AggregateRating
contactPoint :: School -> ContactPoint
contactPoints :: School -> ContactPoints
email :: School -> Email
employee :: School -> Employee
employees :: School -> Employees
event :: School -> Event
events :: School -> Events
faxNumber :: School -> FaxNumber
founder :: School -> Founder
founders :: School -> Founders
foundingDate :: School -> FoundingDate
interactionCount :: School -> InteractionCount
location :: School -> Location
member :: School -> Member
members :: School -> Members
review :: School -> Review
reviews :: School -> Reviews
telephone :: School -> Telephone
alumni :: School -> Alumni
instance Show School
instance Read School
instance Eq School
instance MetaData School
module Text.HTML5.MetaData.Schema.SportsEvent
-- | Event type: Sports event.
--
--
data SportsEvent
SportsEvent :: Description -> Image -> Name -> Url -> Attendee -> Attendees -> Duration -> EndDate -> Location -> Offers -> Performer -> Performers -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> SportsEvent
description :: SportsEvent -> Description
image :: SportsEvent -> Image
name :: SportsEvent -> Name
url :: SportsEvent -> Url
attendee :: SportsEvent -> Attendee
attendees :: SportsEvent -> Attendees
duration :: SportsEvent -> Duration
endDate :: SportsEvent -> EndDate
location :: SportsEvent -> Location
offers :: SportsEvent -> Offers
performer :: SportsEvent -> Performer
performers :: SportsEvent -> Performers
startDate :: SportsEvent -> StartDate
subEvent :: SportsEvent -> SubEvent
subEvents :: SportsEvent -> SubEvents
superEvent :: SportsEvent -> SuperEvent
instance Show SportsEvent
instance Read SportsEvent
instance Eq SportsEvent
instance MetaData SportsEvent
module Text.HTML5.MetaData.Schema.Locksmith
-- | A locksmith.
--
--
-- - id Locksmith
-- - label Locksmith
-- - comment A locksmith.
-- - ancestors
-- Thing,Organization,LocalBusiness,HomeAndConstructionBusiness
-- - subtypes
-- - supertypes
-- HomeAndConstructionBusiness,ProfessionalService
-- - url http://schema.org/Locksmith
--
data Locksmith
Locksmith :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Locksmith
description :: Locksmith -> Description
image :: Locksmith -> Image
name :: Locksmith -> Name
url :: Locksmith -> Url
address :: Locksmith -> Address
aggregateRating :: Locksmith -> AggregateRating
containedIn :: Locksmith -> ContainedIn
event :: Locksmith -> Event
events :: Locksmith -> Events
faxNumber :: Locksmith -> FaxNumber
geo :: Locksmith -> Geo
interactionCount :: Locksmith -> InteractionCount
map :: Locksmith -> Map
maps :: Locksmith -> Maps
photo :: Locksmith -> Photo
photos :: Locksmith -> Photos
review :: Locksmith -> Review
reviews :: Locksmith -> Reviews
telephone :: Locksmith -> Telephone
contactPoint :: Locksmith -> ContactPoint
contactPoints :: Locksmith -> ContactPoints
email :: Locksmith -> Email
employee :: Locksmith -> Employee
employees :: Locksmith -> Employees
founder :: Locksmith -> Founder
founders :: Locksmith -> Founders
foundingDate :: Locksmith -> FoundingDate
location :: Locksmith -> Location
member :: Locksmith -> Member
members :: Locksmith -> Members
branchOf :: Locksmith -> BranchOf
currenciesAccepted :: Locksmith -> CurrenciesAccepted
openingHours :: Locksmith -> OpeningHours
paymentAccepted :: Locksmith -> PaymentAccepted
priceRange :: Locksmith -> PriceRange
instance Show Locksmith
instance Read Locksmith
instance Eq Locksmith
instance MetaData Locksmith
module Text.HTML5.MetaData.Schema.Mosque
-- | A mosque.
--
--
-- - id Mosque
-- - label Mosque
-- - comment A mosque.
-- - ancestors
-- Thing,Place,CivicStructure,PlaceOfWorship
-- - subtypes
-- - supertypes PlaceOfWorship
-- - url http://schema.org/Mosque
--
data Mosque
Mosque :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> Mosque
description :: Mosque -> Description
image :: Mosque -> Image
name :: Mosque -> Name
url :: Mosque -> Url
address :: Mosque -> Address
aggregateRating :: Mosque -> AggregateRating
containedIn :: Mosque -> ContainedIn
event :: Mosque -> Event
events :: Mosque -> Events
faxNumber :: Mosque -> FaxNumber
geo :: Mosque -> Geo
interactionCount :: Mosque -> InteractionCount
map :: Mosque -> Map
maps :: Mosque -> Maps
photo :: Mosque -> Photo
photos :: Mosque -> Photos
review :: Mosque -> Review
reviews :: Mosque -> Reviews
telephone :: Mosque -> Telephone
openingHours :: Mosque -> OpeningHours
instance Show Mosque
instance Read Mosque
instance Eq Mosque
instance MetaData Mosque
module Text.HTML5.MetaData.Schema.WPHeader
-- | The header section of the page.
--
--
-- - id WPHeader
-- - label WP Header
-- - comment The header section of the page.
-- - ancestors
-- Thing,CreativeWork,WebPageElement
-- - subtypes
-- - supertypes WebPageElement
-- - url http://schema.org/WPHeader
--
data WPHeader
WPHeader :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> WPHeader
description :: WPHeader -> Description
image :: WPHeader -> Image
name :: WPHeader -> Name
url :: WPHeader -> Url
about :: WPHeader -> About
accountablePerson :: WPHeader -> AccountablePerson
aggregateRating :: WPHeader -> AggregateRating
alternativeHeadline :: WPHeader -> AlternativeHeadline
associatedMedia :: WPHeader -> AssociatedMedia
audio :: WPHeader -> Audio
author :: WPHeader -> Author
award :: WPHeader -> Award
awards :: WPHeader -> Awards
comment :: WPHeader -> Comment
contentLocation :: WPHeader -> ContentLocation
contentRating :: WPHeader -> ContentRating
contributor :: WPHeader -> Contributor
copyrightHolder :: WPHeader -> CopyrightHolder
copyrightYear :: WPHeader -> CopyrightYear
creator :: WPHeader -> Creator
dateCreated :: WPHeader -> DateCreated
dateModified :: WPHeader -> DateModified
datePublished :: WPHeader -> DatePublished
discussionUrl :: WPHeader -> DiscussionUrl
editor :: WPHeader -> Editor
encoding :: WPHeader -> Encoding
encodings :: WPHeader -> Encodings
genre :: WPHeader -> Genre
headline :: WPHeader -> Headline
inLanguage :: WPHeader -> InLanguage
interactionCount :: WPHeader -> InteractionCount
isFamilyFriendly :: WPHeader -> IsFamilyFriendly
keywords :: WPHeader -> Keywords
mentions :: WPHeader -> Mentions
offers :: WPHeader -> Offers
provider :: WPHeader -> Provider
publisher :: WPHeader -> Publisher
publishingPrinciples :: WPHeader -> PublishingPrinciples
review :: WPHeader -> Review
reviews :: WPHeader -> Reviews
sourceOrganization :: WPHeader -> SourceOrganization
text :: WPHeader -> Text
thumbnailUrl :: WPHeader -> ThumbnailUrl
version :: WPHeader -> Version
video :: WPHeader -> Video
instance Show WPHeader
instance Read WPHeader
instance Eq WPHeader
instance MetaData WPHeader
module Text.HTML5.MetaData.Schema.GardenStore
-- | A garden store.
--
--
-- - id GardenStore
-- - label Garden Store
-- - comment A garden store.
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/GardenStore
--
data GardenStore
GardenStore :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> GardenStore
description :: GardenStore -> Description
image :: GardenStore -> Image
name :: GardenStore -> Name
url :: GardenStore -> Url
address :: GardenStore -> Address
aggregateRating :: GardenStore -> AggregateRating
containedIn :: GardenStore -> ContainedIn
event :: GardenStore -> Event
events :: GardenStore -> Events
faxNumber :: GardenStore -> FaxNumber
geo :: GardenStore -> Geo
interactionCount :: GardenStore -> InteractionCount
map :: GardenStore -> Map
maps :: GardenStore -> Maps
photo :: GardenStore -> Photo
photos :: GardenStore -> Photos
review :: GardenStore -> Review
reviews :: GardenStore -> Reviews
telephone :: GardenStore -> Telephone
contactPoint :: GardenStore -> ContactPoint
contactPoints :: GardenStore -> ContactPoints
email :: GardenStore -> Email
employee :: GardenStore -> Employee
employees :: GardenStore -> Employees
founder :: GardenStore -> Founder
founders :: GardenStore -> Founders
foundingDate :: GardenStore -> FoundingDate
location :: GardenStore -> Location
member :: GardenStore -> Member
members :: GardenStore -> Members
branchOf :: GardenStore -> BranchOf
currenciesAccepted :: GardenStore -> CurrenciesAccepted
openingHours :: GardenStore -> OpeningHours
paymentAccepted :: GardenStore -> PaymentAccepted
priceRange :: GardenStore -> PriceRange
instance Show GardenStore
instance Read GardenStore
instance Eq GardenStore
instance MetaData GardenStore
module Text.HTML5.MetaData.Schema.ContactPage
-- | Web page type: Contact page.
--
--
-- - id ContactPage
-- - label Contact Page
-- - comment Web page type: Contact page.
-- - ancestors
-- Thing,CreativeWork,WebPage
-- - subtypes
-- - supertypes WebPage
-- - url http://schema.org/ContactPage
--
data ContactPage
ContactPage :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> Breadcrumb -> IsPartOf -> MainContentOfPage -> PrimaryImageOfPage -> SignificantLink -> SignificantLinks -> ContactPage
description :: ContactPage -> Description
image :: ContactPage -> Image
name :: ContactPage -> Name
url :: ContactPage -> Url
about :: ContactPage -> About
accountablePerson :: ContactPage -> AccountablePerson
aggregateRating :: ContactPage -> AggregateRating
alternativeHeadline :: ContactPage -> AlternativeHeadline
associatedMedia :: ContactPage -> AssociatedMedia
audio :: ContactPage -> Audio
author :: ContactPage -> Author
award :: ContactPage -> Award
awards :: ContactPage -> Awards
comment :: ContactPage -> Comment
contentLocation :: ContactPage -> ContentLocation
contentRating :: ContactPage -> ContentRating
contributor :: ContactPage -> Contributor
copyrightHolder :: ContactPage -> CopyrightHolder
copyrightYear :: ContactPage -> CopyrightYear
creator :: ContactPage -> Creator
dateCreated :: ContactPage -> DateCreated
dateModified :: ContactPage -> DateModified
datePublished :: ContactPage -> DatePublished
discussionUrl :: ContactPage -> DiscussionUrl
editor :: ContactPage -> Editor
encoding :: ContactPage -> Encoding
encodings :: ContactPage -> Encodings
genre :: ContactPage -> Genre
headline :: ContactPage -> Headline
inLanguage :: ContactPage -> InLanguage
interactionCount :: ContactPage -> InteractionCount
isFamilyFriendly :: ContactPage -> IsFamilyFriendly
keywords :: ContactPage -> Keywords
mentions :: ContactPage -> Mentions
offers :: ContactPage -> Offers
provider :: ContactPage -> Provider
publisher :: ContactPage -> Publisher
publishingPrinciples :: ContactPage -> PublishingPrinciples
review :: ContactPage -> Review
reviews :: ContactPage -> Reviews
sourceOrganization :: ContactPage -> SourceOrganization
text :: ContactPage -> Text
thumbnailUrl :: ContactPage -> ThumbnailUrl
version :: ContactPage -> Version
video :: ContactPage -> Video
breadcrumb :: ContactPage -> Breadcrumb
isPartOf :: ContactPage -> IsPartOf
mainContentOfPage :: ContactPage -> MainContentOfPage
primaryImageOfPage :: ContactPage -> PrimaryImageOfPage
significantLink :: ContactPage -> SignificantLink
significantLinks :: ContactPage -> SignificantLinks
instance Show ContactPage
instance Read ContactPage
instance Eq ContactPage
instance MetaData ContactPage
module Text.HTML5.MetaData.Schema.Table
-- | A table on the page.
--
--
-- - id Table
-- - label Table
-- - comment A table on the page.
-- - ancestors
-- Thing,CreativeWork,WebPageElement
-- - subtypes
-- - supertypes WebPageElement
-- - url http://schema.org/Table
--
data Table
Table :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> Table
description :: Table -> Description
image :: Table -> Image
name :: Table -> Name
url :: Table -> Url
about :: Table -> About
accountablePerson :: Table -> AccountablePerson
aggregateRating :: Table -> AggregateRating
alternativeHeadline :: Table -> AlternativeHeadline
associatedMedia :: Table -> AssociatedMedia
audio :: Table -> Audio
author :: Table -> Author
award :: Table -> Award
awards :: Table -> Awards
comment :: Table -> Comment
contentLocation :: Table -> ContentLocation
contentRating :: Table -> ContentRating
contributor :: Table -> Contributor
copyrightHolder :: Table -> CopyrightHolder
copyrightYear :: Table -> CopyrightYear
creator :: Table -> Creator
dateCreated :: Table -> DateCreated
dateModified :: Table -> DateModified
datePublished :: Table -> DatePublished
discussionUrl :: Table -> DiscussionUrl
editor :: Table -> Editor
encoding :: Table -> Encoding
encodings :: Table -> Encodings
genre :: Table -> Genre
headline :: Table -> Headline
inLanguage :: Table -> InLanguage
interactionCount :: Table -> InteractionCount
isFamilyFriendly :: Table -> IsFamilyFriendly
keywords :: Table -> Keywords
mentions :: Table -> Mentions
offers :: Table -> Offers
provider :: Table -> Provider
publisher :: Table -> Publisher
publishingPrinciples :: Table -> PublishingPrinciples
review :: Table -> Review
reviews :: Table -> Reviews
sourceOrganization :: Table -> SourceOrganization
text :: Table -> Text
thumbnailUrl :: Table -> ThumbnailUrl
version :: Table -> Version
video :: Table -> Video
instance Show Table
instance Read Table
instance Eq Table
instance MetaData Table
module Text.HTML5.MetaData.Schema.HealthClub
-- | A health club.
--
--
-- - id HealthClub
-- - label Health Club
-- - comment A health club.
-- - ancestors
-- Thing,Organization,LocalBusiness,HealthAndBeautyBusiness
-- - subtypes
-- - supertypes
-- SportsActivityLocation,HealthAndBeautyBusiness
-- - url http://schema.org/HealthClub
--
data HealthClub
HealthClub :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> HealthClub
description :: HealthClub -> Description
image :: HealthClub -> Image
name :: HealthClub -> Name
url :: HealthClub -> Url
address :: HealthClub -> Address
aggregateRating :: HealthClub -> AggregateRating
containedIn :: HealthClub -> ContainedIn
event :: HealthClub -> Event
events :: HealthClub -> Events
faxNumber :: HealthClub -> FaxNumber
geo :: HealthClub -> Geo
interactionCount :: HealthClub -> InteractionCount
map :: HealthClub -> Map
maps :: HealthClub -> Maps
photo :: HealthClub -> Photo
photos :: HealthClub -> Photos
review :: HealthClub -> Review
reviews :: HealthClub -> Reviews
telephone :: HealthClub -> Telephone
contactPoint :: HealthClub -> ContactPoint
contactPoints :: HealthClub -> ContactPoints
email :: HealthClub -> Email
employee :: HealthClub -> Employee
employees :: HealthClub -> Employees
founder :: HealthClub -> Founder
founders :: HealthClub -> Founders
foundingDate :: HealthClub -> FoundingDate
location :: HealthClub -> Location
member :: HealthClub -> Member
members :: HealthClub -> Members
branchOf :: HealthClub -> BranchOf
currenciesAccepted :: HealthClub -> CurrenciesAccepted
openingHours :: HealthClub -> OpeningHours
paymentAccepted :: HealthClub -> PaymentAccepted
priceRange :: HealthClub -> PriceRange
instance Show HealthClub
instance Read HealthClub
instance Eq HealthClub
instance MetaData HealthClub
module Text.HTML5.MetaData.Schema.ItemList
-- | A list of items of any sort—for example, Top 10 Movies About
-- Weathermen, or Top 100 Party Songs. Not to be confused with HTML
-- lists, which are often used only for formatting.
--
--
-- - id ItemList
-- - label Item List
-- - comment A list of items of any sort—for example,
-- Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be
-- confused with HTML lists, which are often used only for
-- formatting.
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes CreativeWork
-- - url http://schema.org/ItemList
--
data ItemList
ItemList :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> ItemListElement -> ItemListOrder -> ItemList
description :: ItemList -> Description
image :: ItemList -> Image
name :: ItemList -> Name
url :: ItemList -> Url
about :: ItemList -> About
accountablePerson :: ItemList -> AccountablePerson
aggregateRating :: ItemList -> AggregateRating
alternativeHeadline :: ItemList -> AlternativeHeadline
associatedMedia :: ItemList -> AssociatedMedia
audio :: ItemList -> Audio
author :: ItemList -> Author
award :: ItemList -> Award
awards :: ItemList -> Awards
comment :: ItemList -> Comment
contentLocation :: ItemList -> ContentLocation
contentRating :: ItemList -> ContentRating
contributor :: ItemList -> Contributor
copyrightHolder :: ItemList -> CopyrightHolder
copyrightYear :: ItemList -> CopyrightYear
creator :: ItemList -> Creator
dateCreated :: ItemList -> DateCreated
dateModified :: ItemList -> DateModified
datePublished :: ItemList -> DatePublished
discussionUrl :: ItemList -> DiscussionUrl
editor :: ItemList -> Editor
encoding :: ItemList -> Encoding
encodings :: ItemList -> Encodings
genre :: ItemList -> Genre
headline :: ItemList -> Headline
inLanguage :: ItemList -> InLanguage
interactionCount :: ItemList -> InteractionCount
isFamilyFriendly :: ItemList -> IsFamilyFriendly
keywords :: ItemList -> Keywords
mentions :: ItemList -> Mentions
offers :: ItemList -> Offers
provider :: ItemList -> Provider
publisher :: ItemList -> Publisher
publishingPrinciples :: ItemList -> PublishingPrinciples
review :: ItemList -> Review
reviews :: ItemList -> Reviews
sourceOrganization :: ItemList -> SourceOrganization
text :: ItemList -> Text
thumbnailUrl :: ItemList -> ThumbnailUrl
version :: ItemList -> Version
video :: ItemList -> Video
itemListElement :: ItemList -> ItemListElement
itemListOrder :: ItemList -> ItemListOrder
instance Show ItemList
instance Read ItemList
instance Eq ItemList
instance MetaData ItemList
module Text.HTML5.MetaData.Schema.VideoGallery
-- | Web page type: Video gallery page.
--
--
-- - id VideoGallery
-- - label Video Gallery
-- - comment Web page type: Video gallery page.
-- - ancestors
-- Thing,CreativeWork,WebPage,CollectionPage
-- - subtypes
-- - supertypes CollectionPage
-- - url http://schema.org/VideoGallery
--
data VideoGallery
VideoGallery :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> Breadcrumb -> IsPartOf -> MainContentOfPage -> PrimaryImageOfPage -> SignificantLink -> SignificantLinks -> VideoGallery
description :: VideoGallery -> Description
image :: VideoGallery -> Image
name :: VideoGallery -> Name
url :: VideoGallery -> Url
about :: VideoGallery -> About
accountablePerson :: VideoGallery -> AccountablePerson
aggregateRating :: VideoGallery -> AggregateRating
alternativeHeadline :: VideoGallery -> AlternativeHeadline
associatedMedia :: VideoGallery -> AssociatedMedia
audio :: VideoGallery -> Audio
author :: VideoGallery -> Author
award :: VideoGallery -> Award
awards :: VideoGallery -> Awards
comment :: VideoGallery -> Comment
contentLocation :: VideoGallery -> ContentLocation
contentRating :: VideoGallery -> ContentRating
contributor :: VideoGallery -> Contributor
copyrightHolder :: VideoGallery -> CopyrightHolder
copyrightYear :: VideoGallery -> CopyrightYear
creator :: VideoGallery -> Creator
dateCreated :: VideoGallery -> DateCreated
dateModified :: VideoGallery -> DateModified
datePublished :: VideoGallery -> DatePublished
discussionUrl :: VideoGallery -> DiscussionUrl
editor :: VideoGallery -> Editor
encoding :: VideoGallery -> Encoding
encodings :: VideoGallery -> Encodings
genre :: VideoGallery -> Genre
headline :: VideoGallery -> Headline
inLanguage :: VideoGallery -> InLanguage
interactionCount :: VideoGallery -> InteractionCount
isFamilyFriendly :: VideoGallery -> IsFamilyFriendly
keywords :: VideoGallery -> Keywords
mentions :: VideoGallery -> Mentions
offers :: VideoGallery -> Offers
provider :: VideoGallery -> Provider
publisher :: VideoGallery -> Publisher
publishingPrinciples :: VideoGallery -> PublishingPrinciples
review :: VideoGallery -> Review
reviews :: VideoGallery -> Reviews
sourceOrganization :: VideoGallery -> SourceOrganization
text :: VideoGallery -> Text
thumbnailUrl :: VideoGallery -> ThumbnailUrl
version :: VideoGallery -> Version
video :: VideoGallery -> Video
breadcrumb :: VideoGallery -> Breadcrumb
isPartOf :: VideoGallery -> IsPartOf
mainContentOfPage :: VideoGallery -> MainContentOfPage
primaryImageOfPage :: VideoGallery -> PrimaryImageOfPage
significantLink :: VideoGallery -> SignificantLink
significantLinks :: VideoGallery -> SignificantLinks
instance Show VideoGallery
instance Read VideoGallery
instance Eq VideoGallery
instance MetaData VideoGallery
module Text.HTML5.MetaData.Schema.LakeBodyOfWater
-- | A lake (for example, Lake Pontrachain).
--
--
-- - id LakeBodyOfWater
-- - label Lake Body of Water
-- - comment A lake (for example, Lake
-- Pontrachain).
-- - ancestors
-- Thing,Place,Landform,BodyOfWater
-- - subtypes
-- - supertypes BodyOfWater
-- - url http://schema.org/LakeBodyOfWater
--
data LakeBodyOfWater
LakeBodyOfWater :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> LakeBodyOfWater
description :: LakeBodyOfWater -> Description
image :: LakeBodyOfWater -> Image
name :: LakeBodyOfWater -> Name
url :: LakeBodyOfWater -> Url
address :: LakeBodyOfWater -> Address
aggregateRating :: LakeBodyOfWater -> AggregateRating
containedIn :: LakeBodyOfWater -> ContainedIn
event :: LakeBodyOfWater -> Event
events :: LakeBodyOfWater -> Events
faxNumber :: LakeBodyOfWater -> FaxNumber
geo :: LakeBodyOfWater -> Geo
interactionCount :: LakeBodyOfWater -> InteractionCount
map :: LakeBodyOfWater -> Map
maps :: LakeBodyOfWater -> Maps
photo :: LakeBodyOfWater -> Photo
photos :: LakeBodyOfWater -> Photos
review :: LakeBodyOfWater -> Review
reviews :: LakeBodyOfWater -> Reviews
telephone :: LakeBodyOfWater -> Telephone
instance Show LakeBodyOfWater
instance Read LakeBodyOfWater
instance Eq LakeBodyOfWater
instance MetaData LakeBodyOfWater
module Text.HTML5.MetaData.Schema.PoliceStation
-- | A police station.
--
--
-- - id PoliceStation
-- - label Police Station
-- - comment A police station.
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes
-- CivicStructure,EmergencyService
-- - url http://schema.org/PoliceStation
--
data PoliceStation
PoliceStation :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> PoliceStation
description :: PoliceStation -> Description
image :: PoliceStation -> Image
name :: PoliceStation -> Name
url :: PoliceStation -> Url
address :: PoliceStation -> Address
aggregateRating :: PoliceStation -> AggregateRating
containedIn :: PoliceStation -> ContainedIn
event :: PoliceStation -> Event
events :: PoliceStation -> Events
faxNumber :: PoliceStation -> FaxNumber
geo :: PoliceStation -> Geo
interactionCount :: PoliceStation -> InteractionCount
map :: PoliceStation -> Map
maps :: PoliceStation -> Maps
photo :: PoliceStation -> Photo
photos :: PoliceStation -> Photos
review :: PoliceStation -> Review
reviews :: PoliceStation -> Reviews
telephone :: PoliceStation -> Telephone
contactPoint :: PoliceStation -> ContactPoint
contactPoints :: PoliceStation -> ContactPoints
email :: PoliceStation -> Email
employee :: PoliceStation -> Employee
employees :: PoliceStation -> Employees
founder :: PoliceStation -> Founder
founders :: PoliceStation -> Founders
foundingDate :: PoliceStation -> FoundingDate
location :: PoliceStation -> Location
member :: PoliceStation -> Member
members :: PoliceStation -> Members
branchOf :: PoliceStation -> BranchOf
currenciesAccepted :: PoliceStation -> CurrenciesAccepted
openingHours :: PoliceStation -> OpeningHours
paymentAccepted :: PoliceStation -> PaymentAccepted
priceRange :: PoliceStation -> PriceRange
instance Show PoliceStation
instance Read PoliceStation
instance Eq PoliceStation
instance MetaData PoliceStation
module Text.HTML5.MetaData.Schema.OfficeEquipmentStore
-- | An office equipment store.
--
--
-- - id OfficeEquipmentStore
-- - label Office Equipment Store
-- - comment An office equipment store.
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url
-- http://schema.org/OfficeEquipmentStore
--
data OfficeEquipmentStore
OfficeEquipmentStore :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> OfficeEquipmentStore
description :: OfficeEquipmentStore -> Description
image :: OfficeEquipmentStore -> Image
name :: OfficeEquipmentStore -> Name
url :: OfficeEquipmentStore -> Url
address :: OfficeEquipmentStore -> Address
aggregateRating :: OfficeEquipmentStore -> AggregateRating
containedIn :: OfficeEquipmentStore -> ContainedIn
event :: OfficeEquipmentStore -> Event
events :: OfficeEquipmentStore -> Events
faxNumber :: OfficeEquipmentStore -> FaxNumber
geo :: OfficeEquipmentStore -> Geo
interactionCount :: OfficeEquipmentStore -> InteractionCount
map :: OfficeEquipmentStore -> Map
maps :: OfficeEquipmentStore -> Maps
photo :: OfficeEquipmentStore -> Photo
photos :: OfficeEquipmentStore -> Photos
review :: OfficeEquipmentStore -> Review
reviews :: OfficeEquipmentStore -> Reviews
telephone :: OfficeEquipmentStore -> Telephone
contactPoint :: OfficeEquipmentStore -> ContactPoint
contactPoints :: OfficeEquipmentStore -> ContactPoints
email :: OfficeEquipmentStore -> Email
employee :: OfficeEquipmentStore -> Employee
employees :: OfficeEquipmentStore -> Employees
founder :: OfficeEquipmentStore -> Founder
founders :: OfficeEquipmentStore -> Founders
foundingDate :: OfficeEquipmentStore -> FoundingDate
location :: OfficeEquipmentStore -> Location
member :: OfficeEquipmentStore -> Member
members :: OfficeEquipmentStore -> Members
branchOf :: OfficeEquipmentStore -> BranchOf
currenciesAccepted :: OfficeEquipmentStore -> CurrenciesAccepted
openingHours :: OfficeEquipmentStore -> OpeningHours
paymentAccepted :: OfficeEquipmentStore -> PaymentAccepted
priceRange :: OfficeEquipmentStore -> PriceRange
instance Show OfficeEquipmentStore
instance Read OfficeEquipmentStore
instance Eq OfficeEquipmentStore
instance MetaData OfficeEquipmentStore
module Text.HTML5.MetaData.Schema.LiteraryEvent
-- | Event type: Literary event.
--
--
data LiteraryEvent
LiteraryEvent :: Description -> Image -> Name -> Url -> Attendee -> Attendees -> Duration -> EndDate -> Location -> Offers -> Performer -> Performers -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> LiteraryEvent
description :: LiteraryEvent -> Description
image :: LiteraryEvent -> Image
name :: LiteraryEvent -> Name
url :: LiteraryEvent -> Url
attendee :: LiteraryEvent -> Attendee
attendees :: LiteraryEvent -> Attendees
duration :: LiteraryEvent -> Duration
endDate :: LiteraryEvent -> EndDate
location :: LiteraryEvent -> Location
offers :: LiteraryEvent -> Offers
performer :: LiteraryEvent -> Performer
performers :: LiteraryEvent -> Performers
startDate :: LiteraryEvent -> StartDate
subEvent :: LiteraryEvent -> SubEvent
subEvents :: LiteraryEvent -> SubEvents
superEvent :: LiteraryEvent -> SuperEvent
instance Show LiteraryEvent
instance Read LiteraryEvent
instance Eq LiteraryEvent
instance MetaData LiteraryEvent
module Text.HTML5.MetaData.Schema.GovernmentOrganization
-- | A governmental organization or agency.
--
--
-- - id GovernmentOrganization
-- - label Government Organization
-- - comment A governmental organization or
-- agency.
-- - ancestors
-- Thing,Organization
-- - subtypes
-- - supertypes Organization
-- - url
-- http://schema.org/GovernmentOrganization
--
data GovernmentOrganization
GovernmentOrganization :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Event -> Events -> FaxNumber -> Founder -> Founders -> FoundingDate -> InteractionCount -> Location -> Member -> Members -> Review -> Reviews -> Telephone -> GovernmentOrganization
description :: GovernmentOrganization -> Description
image :: GovernmentOrganization -> Image
name :: GovernmentOrganization -> Name
url :: GovernmentOrganization -> Url
address :: GovernmentOrganization -> Address
aggregateRating :: GovernmentOrganization -> AggregateRating
contactPoint :: GovernmentOrganization -> ContactPoint
contactPoints :: GovernmentOrganization -> ContactPoints
email :: GovernmentOrganization -> Email
employee :: GovernmentOrganization -> Employee
employees :: GovernmentOrganization -> Employees
event :: GovernmentOrganization -> Event
events :: GovernmentOrganization -> Events
faxNumber :: GovernmentOrganization -> FaxNumber
founder :: GovernmentOrganization -> Founder
founders :: GovernmentOrganization -> Founders
foundingDate :: GovernmentOrganization -> FoundingDate
interactionCount :: GovernmentOrganization -> InteractionCount
location :: GovernmentOrganization -> Location
member :: GovernmentOrganization -> Member
members :: GovernmentOrganization -> Members
review :: GovernmentOrganization -> Review
reviews :: GovernmentOrganization -> Reviews
telephone :: GovernmentOrganization -> Telephone
instance Show GovernmentOrganization
instance Read GovernmentOrganization
instance Eq GovernmentOrganization
instance MetaData GovernmentOrganization
module Text.HTML5.MetaData.Schema.FinancialService
-- | Financial services business.
--
--
-- - id FinancialService
-- - label Financial Service
-- - comment Financial services business.
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- AccountingService,AutomatedTeller,BankOrCreditUnion,InsuranceAgency
-- - supertypes LocalBusiness
-- - url http://schema.org/FinancialService
--
data FinancialService
FinancialService :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> FinancialService
description :: FinancialService -> Description
image :: FinancialService -> Image
name :: FinancialService -> Name
url :: FinancialService -> Url
address :: FinancialService -> Address
aggregateRating :: FinancialService -> AggregateRating
containedIn :: FinancialService -> ContainedIn
event :: FinancialService -> Event
events :: FinancialService -> Events
faxNumber :: FinancialService -> FaxNumber
geo :: FinancialService -> Geo
interactionCount :: FinancialService -> InteractionCount
map :: FinancialService -> Map
maps :: FinancialService -> Maps
photo :: FinancialService -> Photo
photos :: FinancialService -> Photos
review :: FinancialService -> Review
reviews :: FinancialService -> Reviews
telephone :: FinancialService -> Telephone
contactPoint :: FinancialService -> ContactPoint
contactPoints :: FinancialService -> ContactPoints
email :: FinancialService -> Email
employee :: FinancialService -> Employee
employees :: FinancialService -> Employees
founder :: FinancialService -> Founder
founders :: FinancialService -> Founders
foundingDate :: FinancialService -> FoundingDate
location :: FinancialService -> Location
member :: FinancialService -> Member
members :: FinancialService -> Members
branchOf :: FinancialService -> BranchOf
currenciesAccepted :: FinancialService -> CurrenciesAccepted
openingHours :: FinancialService -> OpeningHours
paymentAccepted :: FinancialService -> PaymentAccepted
priceRange :: FinancialService -> PriceRange
instance Show FinancialService
instance Read FinancialService
instance Eq FinancialService
instance MetaData FinancialService
module Text.HTML5.MetaData.Schema.InsuranceAgency
-- | Insurance agency.
--
--
-- - id InsuranceAgency
-- - label Insurance Agency
-- - comment Insurance agency.
-- - ancestors
-- Thing,Organization,LocalBusiness,FinancialService
-- - subtypes
-- - supertypes FinancialService
-- - url http://schema.org/InsuranceAgency
--
data InsuranceAgency
InsuranceAgency :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> InsuranceAgency
description :: InsuranceAgency -> Description
image :: InsuranceAgency -> Image
name :: InsuranceAgency -> Name
url :: InsuranceAgency -> Url
address :: InsuranceAgency -> Address
aggregateRating :: InsuranceAgency -> AggregateRating
containedIn :: InsuranceAgency -> ContainedIn
event :: InsuranceAgency -> Event
events :: InsuranceAgency -> Events
faxNumber :: InsuranceAgency -> FaxNumber
geo :: InsuranceAgency -> Geo
interactionCount :: InsuranceAgency -> InteractionCount
map :: InsuranceAgency -> Map
maps :: InsuranceAgency -> Maps
photo :: InsuranceAgency -> Photo
photos :: InsuranceAgency -> Photos
review :: InsuranceAgency -> Review
reviews :: InsuranceAgency -> Reviews
telephone :: InsuranceAgency -> Telephone
contactPoint :: InsuranceAgency -> ContactPoint
contactPoints :: InsuranceAgency -> ContactPoints
email :: InsuranceAgency -> Email
employee :: InsuranceAgency -> Employee
employees :: InsuranceAgency -> Employees
founder :: InsuranceAgency -> Founder
founders :: InsuranceAgency -> Founders
foundingDate :: InsuranceAgency -> FoundingDate
location :: InsuranceAgency -> Location
member :: InsuranceAgency -> Member
members :: InsuranceAgency -> Members
branchOf :: InsuranceAgency -> BranchOf
currenciesAccepted :: InsuranceAgency -> CurrenciesAccepted
openingHours :: InsuranceAgency -> OpeningHours
paymentAccepted :: InsuranceAgency -> PaymentAccepted
priceRange :: InsuranceAgency -> PriceRange
instance Show InsuranceAgency
instance Read InsuranceAgency
instance Eq InsuranceAgency
instance MetaData InsuranceAgency
module Text.HTML5.MetaData.Schema.TouristInformationCenter
-- | A tourist information center.
--
--
-- - id TouristInformationCenter
-- - label Tourist Information Center
-- - comment A tourist information center.
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- - supertypes LocalBusiness
-- - url
-- http://schema.org/TouristInformationCenter
--
data TouristInformationCenter
TouristInformationCenter :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> TouristInformationCenter
description :: TouristInformationCenter -> Description
image :: TouristInformationCenter -> Image
name :: TouristInformationCenter -> Name
url :: TouristInformationCenter -> Url
address :: TouristInformationCenter -> Address
aggregateRating :: TouristInformationCenter -> AggregateRating
containedIn :: TouristInformationCenter -> ContainedIn
event :: TouristInformationCenter -> Event
events :: TouristInformationCenter -> Events
faxNumber :: TouristInformationCenter -> FaxNumber
geo :: TouristInformationCenter -> Geo
interactionCount :: TouristInformationCenter -> InteractionCount
map :: TouristInformationCenter -> Map
maps :: TouristInformationCenter -> Maps
photo :: TouristInformationCenter -> Photo
photos :: TouristInformationCenter -> Photos
review :: TouristInformationCenter -> Review
reviews :: TouristInformationCenter -> Reviews
telephone :: TouristInformationCenter -> Telephone
contactPoint :: TouristInformationCenter -> ContactPoint
contactPoints :: TouristInformationCenter -> ContactPoints
email :: TouristInformationCenter -> Email
employee :: TouristInformationCenter -> Employee
employees :: TouristInformationCenter -> Employees
founder :: TouristInformationCenter -> Founder
founders :: TouristInformationCenter -> Founders
foundingDate :: TouristInformationCenter -> FoundingDate
location :: TouristInformationCenter -> Location
member :: TouristInformationCenter -> Member
members :: TouristInformationCenter -> Members
branchOf :: TouristInformationCenter -> BranchOf
currenciesAccepted :: TouristInformationCenter -> CurrenciesAccepted
openingHours :: TouristInformationCenter -> OpeningHours
paymentAccepted :: TouristInformationCenter -> PaymentAccepted
priceRange :: TouristInformationCenter -> PriceRange
instance Show TouristInformationCenter
instance Read TouristInformationCenter
instance Eq TouristInformationCenter
instance MetaData TouristInformationCenter
module Text.HTML5.MetaData.Schema.Volcano
-- | A volcano, like Fuji san
--
--
-- - id Volcano
-- - label Volcano
-- - comment A volcano, like Fuji san
-- - ancestors
-- Thing,Place,Landform
-- - subtypes
-- - supertypes Landform
-- - url http://schema.org/Volcano
--
data Volcano
Volcano :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> Volcano
description :: Volcano -> Description
image :: Volcano -> Image
name :: Volcano -> Name
url :: Volcano -> Url
address :: Volcano -> Address
aggregateRating :: Volcano -> AggregateRating
containedIn :: Volcano -> ContainedIn
event :: Volcano -> Event
events :: Volcano -> Events
faxNumber :: Volcano -> FaxNumber
geo :: Volcano -> Geo
interactionCount :: Volcano -> InteractionCount
map :: Volcano -> Map
maps :: Volcano -> Maps
photo :: Volcano -> Photo
photos :: Volcano -> Photos
review :: Volcano -> Review
reviews :: Volcano -> Reviews
telephone :: Volcano -> Telephone
instance Show Volcano
instance Read Volcano
instance Eq Volcano
instance MetaData Volcano
module Text.HTML5.MetaData.Schema.Corporation
-- | Organization: A business corporation.
--
--
-- - id Corporation
-- - label Corporation
-- - comment Organization: A business corporation.
-- - ancestors
-- Thing,Organization
-- - subtypes
-- - supertypes Organization
-- - url http://schema.org/Corporation
--
data Corporation
Corporation :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Event -> Events -> FaxNumber -> Founder -> Founders -> FoundingDate -> InteractionCount -> Location -> Member -> Members -> Review -> Reviews -> Telephone -> TickerSymbol -> Corporation
description :: Corporation -> Description
image :: Corporation -> Image
name :: Corporation -> Name
url :: Corporation -> Url
address :: Corporation -> Address
aggregateRating :: Corporation -> AggregateRating
contactPoint :: Corporation -> ContactPoint
contactPoints :: Corporation -> ContactPoints
email :: Corporation -> Email
employee :: Corporation -> Employee
employees :: Corporation -> Employees
event :: Corporation -> Event
events :: Corporation -> Events
faxNumber :: Corporation -> FaxNumber
founder :: Corporation -> Founder
founders :: Corporation -> Founders
foundingDate :: Corporation -> FoundingDate
interactionCount :: Corporation -> InteractionCount
location :: Corporation -> Location
member :: Corporation -> Member
members :: Corporation -> Members
review :: Corporation -> Review
reviews :: Corporation -> Reviews
telephone :: Corporation -> Telephone
tickerSymbol :: Corporation -> TickerSymbol
instance Show Corporation
instance Read Corporation
instance Eq Corporation
instance MetaData Corporation
module Text.HTML5.MetaData.Schema.AdultEntertainment
-- | An adult entertainment establishment.
--
--
-- - id AdultEntertainment
-- - label Adult Entertainment
-- - comment An adult entertainment establishment.
-- - ancestors
-- Thing,Organization,LocalBusiness,EntertainmentBusiness
-- - subtypes
-- - supertypes
-- EntertainmentBusiness
-- - url
-- http://schema.org/AdultEntertainment
--
data AdultEntertainment
AdultEntertainment :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AdultEntertainment
description :: AdultEntertainment -> Description
image :: AdultEntertainment -> Image
name :: AdultEntertainment -> Name
url :: AdultEntertainment -> Url
address :: AdultEntertainment -> Address
aggregateRating :: AdultEntertainment -> AggregateRating
containedIn :: AdultEntertainment -> ContainedIn
event :: AdultEntertainment -> Event
events :: AdultEntertainment -> Events
faxNumber :: AdultEntertainment -> FaxNumber
geo :: AdultEntertainment -> Geo
interactionCount :: AdultEntertainment -> InteractionCount
map :: AdultEntertainment -> Map
maps :: AdultEntertainment -> Maps
photo :: AdultEntertainment -> Photo
photos :: AdultEntertainment -> Photos
review :: AdultEntertainment -> Review
reviews :: AdultEntertainment -> Reviews
telephone :: AdultEntertainment -> Telephone
contactPoint :: AdultEntertainment -> ContactPoint
contactPoints :: AdultEntertainment -> ContactPoints
email :: AdultEntertainment -> Email
employee :: AdultEntertainment -> Employee
employees :: AdultEntertainment -> Employees
founder :: AdultEntertainment -> Founder
founders :: AdultEntertainment -> Founders
foundingDate :: AdultEntertainment -> FoundingDate
location :: AdultEntertainment -> Location
member :: AdultEntertainment -> Member
members :: AdultEntertainment -> Members
branchOf :: AdultEntertainment -> BranchOf
currenciesAccepted :: AdultEntertainment -> CurrenciesAccepted
openingHours :: AdultEntertainment -> OpeningHours
paymentAccepted :: AdultEntertainment -> PaymentAccepted
priceRange :: AdultEntertainment -> PriceRange
instance Show AdultEntertainment
instance Read AdultEntertainment
instance Eq AdultEntertainment
instance MetaData AdultEntertainment
module Text.HTML5.MetaData.Schema.ProfessionalService
-- | Provider of professional services.
--
--
-- - id ProfessionalService
-- - label Professional Service
-- - comment Provider of professional services.
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- AccountingService,Attorney,Dentist,Electrician,GeneralContractor,HousePainter,Locksmith,Notary,Plumber,RoofingContractor
-- - supertypes LocalBusiness
-- - url
-- http://schema.org/ProfessionalService
--
data ProfessionalService
ProfessionalService :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> ProfessionalService
description :: ProfessionalService -> Description
image :: ProfessionalService -> Image
name :: ProfessionalService -> Name
url :: ProfessionalService -> Url
address :: ProfessionalService -> Address
aggregateRating :: ProfessionalService -> AggregateRating
containedIn :: ProfessionalService -> ContainedIn
event :: ProfessionalService -> Event
events :: ProfessionalService -> Events
faxNumber :: ProfessionalService -> FaxNumber
geo :: ProfessionalService -> Geo
interactionCount :: ProfessionalService -> InteractionCount
map :: ProfessionalService -> Map
maps :: ProfessionalService -> Maps
photo :: ProfessionalService -> Photo
photos :: ProfessionalService -> Photos
review :: ProfessionalService -> Review
reviews :: ProfessionalService -> Reviews
telephone :: ProfessionalService -> Telephone
contactPoint :: ProfessionalService -> ContactPoint
contactPoints :: ProfessionalService -> ContactPoints
email :: ProfessionalService -> Email
employee :: ProfessionalService -> Employee
employees :: ProfessionalService -> Employees
founder :: ProfessionalService -> Founder
founders :: ProfessionalService -> Founders
foundingDate :: ProfessionalService -> FoundingDate
location :: ProfessionalService -> Location
member :: ProfessionalService -> Member
members :: ProfessionalService -> Members
branchOf :: ProfessionalService -> BranchOf
currenciesAccepted :: ProfessionalService -> CurrenciesAccepted
openingHours :: ProfessionalService -> OpeningHours
paymentAccepted :: ProfessionalService -> PaymentAccepted
priceRange :: ProfessionalService -> PriceRange
instance Show ProfessionalService
instance Read ProfessionalService
instance Eq ProfessionalService
instance MetaData ProfessionalService
module Text.HTML5.MetaData.Schema.UserPlusOnes
-- | User interaction: +1.
--
--
-- - id UserPlusOnes
-- - label User Plus Ones
-- - comment User interaction: +1.
-- - ancestors
-- Thing,Event,UserInteraction
-- - subtypes
-- - supertypes UserInteraction
-- - url http://schema.org/UserPlusOnes
--
data UserPlusOnes
UserPlusOnes :: Description -> Image -> Name -> Url -> Attendee -> Attendees -> Duration -> EndDate -> Location -> Offers -> Performer -> Performers -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> UserPlusOnes
description :: UserPlusOnes -> Description
image :: UserPlusOnes -> Image
name :: UserPlusOnes -> Name
url :: UserPlusOnes -> Url
attendee :: UserPlusOnes -> Attendee
attendees :: UserPlusOnes -> Attendees
duration :: UserPlusOnes -> Duration
endDate :: UserPlusOnes -> EndDate
location :: UserPlusOnes -> Location
offers :: UserPlusOnes -> Offers
performer :: UserPlusOnes -> Performer
performers :: UserPlusOnes -> Performers
startDate :: UserPlusOnes -> StartDate
subEvent :: UserPlusOnes -> SubEvent
subEvents :: UserPlusOnes -> SubEvents
superEvent :: UserPlusOnes -> SuperEvent
instance Show UserPlusOnes
instance Read UserPlusOnes
instance Eq UserPlusOnes
instance MetaData UserPlusOnes
module Text.HTML5.MetaData.Schema.RiverBodyOfWater
-- | A river (for example, the broad majestic Shannon).
--
--
-- - id RiverBodyOfWater
-- - label River Body of Water
-- - comment A river (for example, the broad majestic
-- Shannon).
-- - ancestors
-- Thing,Place,Landform,BodyOfWater
-- - subtypes
-- - supertypes BodyOfWater
-- - url http://schema.org/RiverBodyOfWater
--
data RiverBodyOfWater
RiverBodyOfWater :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> RiverBodyOfWater
description :: RiverBodyOfWater -> Description
image :: RiverBodyOfWater -> Image
name :: RiverBodyOfWater -> Name
url :: RiverBodyOfWater -> Url
address :: RiverBodyOfWater -> Address
aggregateRating :: RiverBodyOfWater -> AggregateRating
containedIn :: RiverBodyOfWater -> ContainedIn
event :: RiverBodyOfWater -> Event
events :: RiverBodyOfWater -> Events
faxNumber :: RiverBodyOfWater -> FaxNumber
geo :: RiverBodyOfWater -> Geo
interactionCount :: RiverBodyOfWater -> InteractionCount
map :: RiverBodyOfWater -> Map
maps :: RiverBodyOfWater -> Maps
photo :: RiverBodyOfWater -> Photo
photos :: RiverBodyOfWater -> Photos
review :: RiverBodyOfWater -> Review
reviews :: RiverBodyOfWater -> Reviews
telephone :: RiverBodyOfWater -> Telephone
instance Show RiverBodyOfWater
instance Read RiverBodyOfWater
instance Eq RiverBodyOfWater
instance MetaData RiverBodyOfWater
module Text.HTML5.MetaData.Schema.PostOffice
-- | A post office.
--
--
-- - id PostOffice
-- - label Post Office
-- - comment A post office.
-- - ancestors
-- Thing,Organization,LocalBusiness,GovernmentOffice
-- - subtypes
-- - supertypes GovernmentOffice
-- - url http://schema.org/PostOffice
--
data PostOffice
PostOffice :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> PostOffice
description :: PostOffice -> Description
image :: PostOffice -> Image
name :: PostOffice -> Name
url :: PostOffice -> Url
address :: PostOffice -> Address
aggregateRating :: PostOffice -> AggregateRating
containedIn :: PostOffice -> ContainedIn
event :: PostOffice -> Event
events :: PostOffice -> Events
faxNumber :: PostOffice -> FaxNumber
geo :: PostOffice -> Geo
interactionCount :: PostOffice -> InteractionCount
map :: PostOffice -> Map
maps :: PostOffice -> Maps
photo :: PostOffice -> Photo
photos :: PostOffice -> Photos
review :: PostOffice -> Review
reviews :: PostOffice -> Reviews
telephone :: PostOffice -> Telephone
contactPoint :: PostOffice -> ContactPoint
contactPoints :: PostOffice -> ContactPoints
email :: PostOffice -> Email
employee :: PostOffice -> Employee
employees :: PostOffice -> Employees
founder :: PostOffice -> Founder
founders :: PostOffice -> Founders
foundingDate :: PostOffice -> FoundingDate
location :: PostOffice -> Location
member :: PostOffice -> Member
members :: PostOffice -> Members
branchOf :: PostOffice -> BranchOf
currenciesAccepted :: PostOffice -> CurrenciesAccepted
openingHours :: PostOffice -> OpeningHours
paymentAccepted :: PostOffice -> PaymentAccepted
priceRange :: PostOffice -> PriceRange
instance Show PostOffice
instance Read PostOffice
instance Eq PostOffice
instance MetaData PostOffice
module Text.HTML5.MetaData.Schema.Cemetery
-- | A graveyard.
--
--
-- - id Cemetery
-- - label Cemetery
-- - comment A graveyard.
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/Cemetery
--
data Cemetery
Cemetery :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> Cemetery
description :: Cemetery -> Description
image :: Cemetery -> Image
name :: Cemetery -> Name
url :: Cemetery -> Url
address :: Cemetery -> Address
aggregateRating :: Cemetery -> AggregateRating
containedIn :: Cemetery -> ContainedIn
event :: Cemetery -> Event
events :: Cemetery -> Events
faxNumber :: Cemetery -> FaxNumber
geo :: Cemetery -> Geo
interactionCount :: Cemetery -> InteractionCount
map :: Cemetery -> Map
maps :: Cemetery -> Maps
photo :: Cemetery -> Photo
photos :: Cemetery -> Photos
review :: Cemetery -> Review
reviews :: Cemetery -> Reviews
telephone :: Cemetery -> Telephone
openingHours :: Cemetery -> OpeningHours
instance Show Cemetery
instance Read Cemetery
instance Eq Cemetery
instance MetaData Cemetery
module Text.HTML5.MetaData.Schema.Brewery
-- | Brewery.
--
--
-- - id Brewery
-- - label Brewery
-- - comment Brewery.
-- - ancestors
-- Thing,Organization,LocalBusiness,FoodEstablishment
-- - subtypes
-- - supertypes
-- FoodEstablishment
-- - url http://schema.org/Brewery
--
data Brewery
Brewery :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AcceptsReservations -> Menu -> ServesCuisine -> Brewery
description :: Brewery -> Description
image :: Brewery -> Image
name :: Brewery -> Name
url :: Brewery -> Url
address :: Brewery -> Address
aggregateRating :: Brewery -> AggregateRating
containedIn :: Brewery -> ContainedIn
event :: Brewery -> Event
events :: Brewery -> Events
faxNumber :: Brewery -> FaxNumber
geo :: Brewery -> Geo
interactionCount :: Brewery -> InteractionCount
map :: Brewery -> Map
maps :: Brewery -> Maps
photo :: Brewery -> Photo
photos :: Brewery -> Photos
review :: Brewery -> Review
reviews :: Brewery -> Reviews
telephone :: Brewery -> Telephone
contactPoint :: Brewery -> ContactPoint
contactPoints :: Brewery -> ContactPoints
email :: Brewery -> Email
employee :: Brewery -> Employee
employees :: Brewery -> Employees
founder :: Brewery -> Founder
founders :: Brewery -> Founders
foundingDate :: Brewery -> FoundingDate
location :: Brewery -> Location
member :: Brewery -> Member
members :: Brewery -> Members
branchOf :: Brewery -> BranchOf
currenciesAccepted :: Brewery -> CurrenciesAccepted
openingHours :: Brewery -> OpeningHours
paymentAccepted :: Brewery -> PaymentAccepted
priceRange :: Brewery -> PriceRange
acceptsReservations :: Brewery -> AcceptsReservations
menu :: Brewery -> Menu
servesCuisine :: Brewery -> ServesCuisine
instance Show Brewery
instance Read Brewery
instance Eq Brewery
instance MetaData Brewery
module Text.HTML5.MetaData.Schema.City
-- | A city or town.
--
--
-- - id City
-- - label City
-- - comment A city or town.
-- - ancestors
-- Thing,Place,AdministrativeArea
-- - subtypes
-- - supertypes
-- AdministrativeArea
-- - url http://schema.org/City
--
data City
City :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> City
description :: City -> Description
image :: City -> Image
name :: City -> Name
url :: City -> Url
address :: City -> Address
aggregateRating :: City -> AggregateRating
containedIn :: City -> ContainedIn
event :: City -> Event
events :: City -> Events
faxNumber :: City -> FaxNumber
geo :: City -> Geo
interactionCount :: City -> InteractionCount
map :: City -> Map
maps :: City -> Maps
photo :: City -> Photo
photos :: City -> Photos
review :: City -> Review
reviews :: City -> Reviews
telephone :: City -> Telephone
instance Show City
instance Read City
instance Eq City
instance MetaData City
module Text.HTML5.MetaData.Schema.MedicalClinic
-- | A medical clinic.
--
--
-- - id MedicalClinic
-- - label Medical Clinic
-- - comment A medical clinic.
-- - ancestors
-- Thing,Organization,LocalBusiness,MedicalOrganization
-- - subtypes
-- - supertypes
-- MedicalOrganization
-- - url http://schema.org/MedicalClinic
--
data MedicalClinic
MedicalClinic :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> MedicalClinic
description :: MedicalClinic -> Description
image :: MedicalClinic -> Image
name :: MedicalClinic -> Name
url :: MedicalClinic -> Url
address :: MedicalClinic -> Address
aggregateRating :: MedicalClinic -> AggregateRating
containedIn :: MedicalClinic -> ContainedIn
event :: MedicalClinic -> Event
events :: MedicalClinic -> Events
faxNumber :: MedicalClinic -> FaxNumber
geo :: MedicalClinic -> Geo
interactionCount :: MedicalClinic -> InteractionCount
map :: MedicalClinic -> Map
maps :: MedicalClinic -> Maps
photo :: MedicalClinic -> Photo
photos :: MedicalClinic -> Photos
review :: MedicalClinic -> Review
reviews :: MedicalClinic -> Reviews
telephone :: MedicalClinic -> Telephone
contactPoint :: MedicalClinic -> ContactPoint
contactPoints :: MedicalClinic -> ContactPoints
email :: MedicalClinic -> Email
employee :: MedicalClinic -> Employee
employees :: MedicalClinic -> Employees
founder :: MedicalClinic -> Founder
founders :: MedicalClinic -> Founders
foundingDate :: MedicalClinic -> FoundingDate
location :: MedicalClinic -> Location
member :: MedicalClinic -> Member
members :: MedicalClinic -> Members
branchOf :: MedicalClinic -> BranchOf
currenciesAccepted :: MedicalClinic -> CurrenciesAccepted
openingHours :: MedicalClinic -> OpeningHours
paymentAccepted :: MedicalClinic -> PaymentAccepted
priceRange :: MedicalClinic -> PriceRange
instance Show MedicalClinic
instance Read MedicalClinic
instance Eq MedicalClinic
instance MetaData MedicalClinic
module Text.HTML5.MetaData.Schema.Map
-- | A map.
--
--
-- - id Map
-- - label Map
-- - comment A map.
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes CreativeWork
-- - url http://schema.org/Map
--
data Map
Map :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> Map
description :: Map -> Description
image :: Map -> Image
name :: Map -> Name
url :: Map -> Url
about :: Map -> About
accountablePerson :: Map -> AccountablePerson
aggregateRating :: Map -> AggregateRating
alternativeHeadline :: Map -> AlternativeHeadline
associatedMedia :: Map -> AssociatedMedia
audio :: Map -> Audio
author :: Map -> Author
award :: Map -> Award
awards :: Map -> Awards
comment :: Map -> Comment
contentLocation :: Map -> ContentLocation
contentRating :: Map -> ContentRating
contributor :: Map -> Contributor
copyrightHolder :: Map -> CopyrightHolder
copyrightYear :: Map -> CopyrightYear
creator :: Map -> Creator
dateCreated :: Map -> DateCreated
dateModified :: Map -> DateModified
datePublished :: Map -> DatePublished
discussionUrl :: Map -> DiscussionUrl
editor :: Map -> Editor
encoding :: Map -> Encoding
encodings :: Map -> Encodings
genre :: Map -> Genre
headline :: Map -> Headline
inLanguage :: Map -> InLanguage
interactionCount :: Map -> InteractionCount
isFamilyFriendly :: Map -> IsFamilyFriendly
keywords :: Map -> Keywords
mentions :: Map -> Mentions
offers :: Map -> Offers
provider :: Map -> Provider
publisher :: Map -> Publisher
publishingPrinciples :: Map -> PublishingPrinciples
review :: Map -> Review
reviews :: Map -> Reviews
sourceOrganization :: Map -> SourceOrganization
text :: Map -> Text
thumbnailUrl :: Map -> ThumbnailUrl
version :: Map -> Version
video :: Map -> Video
instance Show Map
instance Read Map
instance Eq Map
instance MetaData Map
module Text.HTML5.MetaData.Schema.Electrician
-- | An electrician.
--
--
-- - id Electrician
-- - label Electrician
-- - comment An electrician.
-- - ancestors
-- Thing,Organization,LocalBusiness,HomeAndConstructionBusiness
-- - subtypes
-- - supertypes
-- HomeAndConstructionBusiness,ProfessionalService
-- - url http://schema.org/Electrician
--
data Electrician
Electrician :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Electrician
description :: Electrician -> Description
image :: Electrician -> Image
name :: Electrician -> Name
url :: Electrician -> Url
address :: Electrician -> Address
aggregateRating :: Electrician -> AggregateRating
containedIn :: Electrician -> ContainedIn
event :: Electrician -> Event
events :: Electrician -> Events
faxNumber :: Electrician -> FaxNumber
geo :: Electrician -> Geo
interactionCount :: Electrician -> InteractionCount
map :: Electrician -> Map
maps :: Electrician -> Maps
photo :: Electrician -> Photo
photos :: Electrician -> Photos
review :: Electrician -> Review
reviews :: Electrician -> Reviews
telephone :: Electrician -> Telephone
contactPoint :: Electrician -> ContactPoint
contactPoints :: Electrician -> ContactPoints
email :: Electrician -> Email
employee :: Electrician -> Employee
employees :: Electrician -> Employees
founder :: Electrician -> Founder
founders :: Electrician -> Founders
foundingDate :: Electrician -> FoundingDate
location :: Electrician -> Location
member :: Electrician -> Member
members :: Electrician -> Members
branchOf :: Electrician -> BranchOf
currenciesAccepted :: Electrician -> CurrenciesAccepted
openingHours :: Electrician -> OpeningHours
paymentAccepted :: Electrician -> PaymentAccepted
priceRange :: Electrician -> PriceRange
instance Show Electrician
instance Read Electrician
instance Eq Electrician
instance MetaData Electrician
module Text.HTML5.MetaData.Schema.Church
-- | A church.
--
--
-- - id Church
-- - label Church
-- - comment A church.
-- - ancestors
-- Thing,Place,CivicStructure,PlaceOfWorship
-- - subtypes
-- - supertypes PlaceOfWorship
-- - url http://schema.org/Church
--
data Church
Church :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> Church
description :: Church -> Description
image :: Church -> Image
name :: Church -> Name
url :: Church -> Url
address :: Church -> Address
aggregateRating :: Church -> AggregateRating
containedIn :: Church -> ContainedIn
event :: Church -> Event
events :: Church -> Events
faxNumber :: Church -> FaxNumber
geo :: Church -> Geo
interactionCount :: Church -> InteractionCount
map :: Church -> Map
maps :: Church -> Maps
photo :: Church -> Photo
photos :: Church -> Photos
review :: Church -> Review
reviews :: Church -> Reviews
telephone :: Church -> Telephone
openingHours :: Church -> OpeningHours
instance Show Church
instance Read Church
instance Eq Church
instance MetaData Church
module Text.HTML5.MetaData.Schema.NailSalon
-- | A nail salon.
--
--
-- - id NailSalon
-- - label Nail Salon
-- - comment A nail salon.
-- - ancestors
-- Thing,Organization,LocalBusiness,HealthAndBeautyBusiness
-- - subtypes
-- - supertypes
-- HealthAndBeautyBusiness
-- - url http://schema.org/NailSalon
--
data NailSalon
NailSalon :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> NailSalon
description :: NailSalon -> Description
image :: NailSalon -> Image
name :: NailSalon -> Name
url :: NailSalon -> Url
address :: NailSalon -> Address
aggregateRating :: NailSalon -> AggregateRating
containedIn :: NailSalon -> ContainedIn
event :: NailSalon -> Event
events :: NailSalon -> Events
faxNumber :: NailSalon -> FaxNumber
geo :: NailSalon -> Geo
interactionCount :: NailSalon -> InteractionCount
map :: NailSalon -> Map
maps :: NailSalon -> Maps
photo :: NailSalon -> Photo
photos :: NailSalon -> Photos
review :: NailSalon -> Review
reviews :: NailSalon -> Reviews
telephone :: NailSalon -> Telephone
contactPoint :: NailSalon -> ContactPoint
contactPoints :: NailSalon -> ContactPoints
email :: NailSalon -> Email
employee :: NailSalon -> Employee
employees :: NailSalon -> Employees
founder :: NailSalon -> Founder
founders :: NailSalon -> Founders
foundingDate :: NailSalon -> FoundingDate
location :: NailSalon -> Location
member :: NailSalon -> Member
members :: NailSalon -> Members
branchOf :: NailSalon -> BranchOf
currenciesAccepted :: NailSalon -> CurrenciesAccepted
openingHours :: NailSalon -> OpeningHours
paymentAccepted :: NailSalon -> PaymentAccepted
priceRange :: NailSalon -> PriceRange
instance Show NailSalon
instance Read NailSalon
instance Eq NailSalon
instance MetaData NailSalon
module Text.HTML5.MetaData.Schema.SoftwareApplication
-- | A software application.
--
--
-- - id SoftwareApplication
-- - label Software Application
-- - comment A software application.
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- MobileApplication,WebApplication
-- - supertypes CreativeWork
-- - url
-- http://schema.org/SoftwareApplication
--
data SoftwareApplication
SoftwareApplication :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> ApplicationCategory -> ApplicationSubCategory -> ApplicationSuite -> CountriesNotSupported -> CountriesSupported -> Device -> DownloadUrl -> FeatureList -> FileFormat -> FileSize -> InstallUrl -> MemoryRequirements -> OperatingSystem -> Permissions -> ProcessorRequirements -> ReleaseNotes -> Requirements -> Screenshot -> SoftwareVersion -> StorageRequirements -> SoftwareApplication
description :: SoftwareApplication -> Description
image :: SoftwareApplication -> Image
name :: SoftwareApplication -> Name
url :: SoftwareApplication -> Url
about :: SoftwareApplication -> About
accountablePerson :: SoftwareApplication -> AccountablePerson
aggregateRating :: SoftwareApplication -> AggregateRating
alternativeHeadline :: SoftwareApplication -> AlternativeHeadline
associatedMedia :: SoftwareApplication -> AssociatedMedia
audio :: SoftwareApplication -> Audio
author :: SoftwareApplication -> Author
award :: SoftwareApplication -> Award
awards :: SoftwareApplication -> Awards
comment :: SoftwareApplication -> Comment
contentLocation :: SoftwareApplication -> ContentLocation
contentRating :: SoftwareApplication -> ContentRating
contributor :: SoftwareApplication -> Contributor
copyrightHolder :: SoftwareApplication -> CopyrightHolder
copyrightYear :: SoftwareApplication -> CopyrightYear
creator :: SoftwareApplication -> Creator
dateCreated :: SoftwareApplication -> DateCreated
dateModified :: SoftwareApplication -> DateModified
datePublished :: SoftwareApplication -> DatePublished
discussionUrl :: SoftwareApplication -> DiscussionUrl
editor :: SoftwareApplication -> Editor
encoding :: SoftwareApplication -> Encoding
encodings :: SoftwareApplication -> Encodings
genre :: SoftwareApplication -> Genre
headline :: SoftwareApplication -> Headline
inLanguage :: SoftwareApplication -> InLanguage
interactionCount :: SoftwareApplication -> InteractionCount
isFamilyFriendly :: SoftwareApplication -> IsFamilyFriendly
keywords :: SoftwareApplication -> Keywords
mentions :: SoftwareApplication -> Mentions
offers :: SoftwareApplication -> Offers
provider :: SoftwareApplication -> Provider
publisher :: SoftwareApplication -> Publisher
publishingPrinciples :: SoftwareApplication -> PublishingPrinciples
review :: SoftwareApplication -> Review
reviews :: SoftwareApplication -> Reviews
sourceOrganization :: SoftwareApplication -> SourceOrganization
text :: SoftwareApplication -> Text
thumbnailUrl :: SoftwareApplication -> ThumbnailUrl
version :: SoftwareApplication -> Version
video :: SoftwareApplication -> Video
applicationCategory :: SoftwareApplication -> ApplicationCategory
applicationSubCategory :: SoftwareApplication -> ApplicationSubCategory
applicationSuite :: SoftwareApplication -> ApplicationSuite
countriesNotSupported :: SoftwareApplication -> CountriesNotSupported
countriesSupported :: SoftwareApplication -> CountriesSupported
device :: SoftwareApplication -> Device
downloadUrl :: SoftwareApplication -> DownloadUrl
featureList :: SoftwareApplication -> FeatureList
fileFormat :: SoftwareApplication -> FileFormat
fileSize :: SoftwareApplication -> FileSize
installUrl :: SoftwareApplication -> InstallUrl
memoryRequirements :: SoftwareApplication -> MemoryRequirements
operatingSystem :: SoftwareApplication -> OperatingSystem
permissions :: SoftwareApplication -> Permissions
processorRequirements :: SoftwareApplication -> ProcessorRequirements
releaseNotes :: SoftwareApplication -> ReleaseNotes
requirements :: SoftwareApplication -> Requirements
screenshot :: SoftwareApplication -> Screenshot
softwareVersion :: SoftwareApplication -> SoftwareVersion
storageRequirements :: SoftwareApplication -> StorageRequirements
instance Show SoftwareApplication
instance Read SoftwareApplication
instance Eq SoftwareApplication
instance MetaData SoftwareApplication
module Text.HTML5.MetaData.Schema.MusicEvent
-- | Event type: Music event.
--
--
data MusicEvent
MusicEvent :: Description -> Image -> Name -> Url -> Attendee -> Attendees -> Duration -> EndDate -> Location -> Offers -> Performer -> Performers -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> MusicEvent
description :: MusicEvent -> Description
image :: MusicEvent -> Image
name :: MusicEvent -> Name
url :: MusicEvent -> Url
attendee :: MusicEvent -> Attendee
attendees :: MusicEvent -> Attendees
duration :: MusicEvent -> Duration
endDate :: MusicEvent -> EndDate
location :: MusicEvent -> Location
offers :: MusicEvent -> Offers
performer :: MusicEvent -> Performer
performers :: MusicEvent -> Performers
startDate :: MusicEvent -> StartDate
subEvent :: MusicEvent -> SubEvent
subEvents :: MusicEvent -> SubEvents
superEvent :: MusicEvent -> SuperEvent
instance Show MusicEvent
instance Read MusicEvent
instance Eq MusicEvent
instance MetaData MusicEvent
module Text.HTML5.MetaData.Schema.MusicVenue
-- | A music venue.
--
--
-- - id MusicVenue
-- - label Music Venue
-- - comment A music venue.
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/MusicVenue
--
data MusicVenue
MusicVenue :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> MusicVenue
description :: MusicVenue -> Description
image :: MusicVenue -> Image
name :: MusicVenue -> Name
url :: MusicVenue -> Url
address :: MusicVenue -> Address
aggregateRating :: MusicVenue -> AggregateRating
containedIn :: MusicVenue -> ContainedIn
event :: MusicVenue -> Event
events :: MusicVenue -> Events
faxNumber :: MusicVenue -> FaxNumber
geo :: MusicVenue -> Geo
interactionCount :: MusicVenue -> InteractionCount
map :: MusicVenue -> Map
maps :: MusicVenue -> Maps
photo :: MusicVenue -> Photo
photos :: MusicVenue -> Photos
review :: MusicVenue -> Review
reviews :: MusicVenue -> Reviews
telephone :: MusicVenue -> Telephone
openingHours :: MusicVenue -> OpeningHours
instance Show MusicVenue
instance Read MusicVenue
instance Eq MusicVenue
instance MetaData MusicVenue
module Text.HTML5.MetaData.Schema.SkiResort
-- | A ski resort.
--
--
-- - id SkiResort
-- - label Ski Resort
-- - comment A ski resort.
-- - ancestors
-- Thing,Organization,LocalBusiness,SportsActivityLocation
-- - subtypes
-- - supertypes
-- SportsActivityLocation
-- - url http://schema.org/SkiResort
--
data SkiResort
SkiResort :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> SkiResort
description :: SkiResort -> Description
image :: SkiResort -> Image
name :: SkiResort -> Name
url :: SkiResort -> Url
address :: SkiResort -> Address
aggregateRating :: SkiResort -> AggregateRating
containedIn :: SkiResort -> ContainedIn
event :: SkiResort -> Event
events :: SkiResort -> Events
faxNumber :: SkiResort -> FaxNumber
geo :: SkiResort -> Geo
interactionCount :: SkiResort -> InteractionCount
map :: SkiResort -> Map
maps :: SkiResort -> Maps
photo :: SkiResort -> Photo
photos :: SkiResort -> Photos
review :: SkiResort -> Review
reviews :: SkiResort -> Reviews
telephone :: SkiResort -> Telephone
contactPoint :: SkiResort -> ContactPoint
contactPoints :: SkiResort -> ContactPoints
email :: SkiResort -> Email
employee :: SkiResort -> Employee
employees :: SkiResort -> Employees
founder :: SkiResort -> Founder
founders :: SkiResort -> Founders
foundingDate :: SkiResort -> FoundingDate
location :: SkiResort -> Location
member :: SkiResort -> Member
members :: SkiResort -> Members
branchOf :: SkiResort -> BranchOf
currenciesAccepted :: SkiResort -> CurrenciesAccepted
openingHours :: SkiResort -> OpeningHours
paymentAccepted :: SkiResort -> PaymentAccepted
priceRange :: SkiResort -> PriceRange
instance Show SkiResort
instance Read SkiResort
instance Eq SkiResort
instance MetaData SkiResort
module Text.HTML5.MetaData.Schema.UserTweets
-- | User interaction: Tweets.
--
--
-- - id UserTweets
-- - label User Tweets
-- - comment User interaction: Tweets.
-- - ancestors
-- Thing,Event,UserInteraction
-- - subtypes
-- - supertypes UserInteraction
-- - url http://schema.org/UserTweets
--
data UserTweets
UserTweets :: Description -> Image -> Name -> Url -> Attendee -> Attendees -> Duration -> EndDate -> Location -> Offers -> Performer -> Performers -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> UserTweets
description :: UserTweets -> Description
image :: UserTweets -> Image
name :: UserTweets -> Name
url :: UserTweets -> Url
attendee :: UserTweets -> Attendee
attendees :: UserTweets -> Attendees
duration :: UserTweets -> Duration
endDate :: UserTweets -> EndDate
location :: UserTweets -> Location
offers :: UserTweets -> Offers
performer :: UserTweets -> Performer
performers :: UserTweets -> Performers
startDate :: UserTweets -> StartDate
subEvent :: UserTweets -> SubEvent
subEvents :: UserTweets -> SubEvents
superEvent :: UserTweets -> SuperEvent
instance Show UserTweets
instance Read UserTweets
instance Eq UserTweets
instance MetaData UserTweets
module Text.HTML5.MetaData.Schema.FurnitureStore
-- | A furniture store.
--
--
-- - id FurnitureStore
-- - label Furniture Store
-- - comment A furniture store.
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/FurnitureStore
--
data FurnitureStore
FurnitureStore :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> FurnitureStore
description :: FurnitureStore -> Description
image :: FurnitureStore -> Image
name :: FurnitureStore -> Name
url :: FurnitureStore -> Url
address :: FurnitureStore -> Address
aggregateRating :: FurnitureStore -> AggregateRating
containedIn :: FurnitureStore -> ContainedIn
event :: FurnitureStore -> Event
events :: FurnitureStore -> Events
faxNumber :: FurnitureStore -> FaxNumber
geo :: FurnitureStore -> Geo
interactionCount :: FurnitureStore -> InteractionCount
map :: FurnitureStore -> Map
maps :: FurnitureStore -> Maps
photo :: FurnitureStore -> Photo
photos :: FurnitureStore -> Photos
review :: FurnitureStore -> Review
reviews :: FurnitureStore -> Reviews
telephone :: FurnitureStore -> Telephone
contactPoint :: FurnitureStore -> ContactPoint
contactPoints :: FurnitureStore -> ContactPoints
email :: FurnitureStore -> Email
employee :: FurnitureStore -> Employee
employees :: FurnitureStore -> Employees
founder :: FurnitureStore -> Founder
founders :: FurnitureStore -> Founders
foundingDate :: FurnitureStore -> FoundingDate
location :: FurnitureStore -> Location
member :: FurnitureStore -> Member
members :: FurnitureStore -> Members
branchOf :: FurnitureStore -> BranchOf
currenciesAccepted :: FurnitureStore -> CurrenciesAccepted
openingHours :: FurnitureStore -> OpeningHours
paymentAccepted :: FurnitureStore -> PaymentAccepted
priceRange :: FurnitureStore -> PriceRange
instance Show FurnitureStore
instance Read FurnitureStore
instance Eq FurnitureStore
instance MetaData FurnitureStore
module Text.HTML5.MetaData.Schema.Movie
-- | A movie.
--
--
-- - id Movie
-- - label Movie
-- - comment A movie.
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes CreativeWork
-- - url http://schema.org/Movie
--
data Movie
Movie :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> Actor -> Actors -> Director -> Duration -> MusicBy -> Producer -> ProductionCompany -> Trailer -> Movie
description :: Movie -> Description
image :: Movie -> Image
name :: Movie -> Name
url :: Movie -> Url
about :: Movie -> About
accountablePerson :: Movie -> AccountablePerson
aggregateRating :: Movie -> AggregateRating
alternativeHeadline :: Movie -> AlternativeHeadline
associatedMedia :: Movie -> AssociatedMedia
audio :: Movie -> Audio
author :: Movie -> Author
award :: Movie -> Award
awards :: Movie -> Awards
comment :: Movie -> Comment
contentLocation :: Movie -> ContentLocation
contentRating :: Movie -> ContentRating
contributor :: Movie -> Contributor
copyrightHolder :: Movie -> CopyrightHolder
copyrightYear :: Movie -> CopyrightYear
creator :: Movie -> Creator
dateCreated :: Movie -> DateCreated
dateModified :: Movie -> DateModified
datePublished :: Movie -> DatePublished
discussionUrl :: Movie -> DiscussionUrl
editor :: Movie -> Editor
encoding :: Movie -> Encoding
encodings :: Movie -> Encodings
genre :: Movie -> Genre
headline :: Movie -> Headline
inLanguage :: Movie -> InLanguage
interactionCount :: Movie -> InteractionCount
isFamilyFriendly :: Movie -> IsFamilyFriendly
keywords :: Movie -> Keywords
mentions :: Movie -> Mentions
offers :: Movie -> Offers
provider :: Movie -> Provider
publisher :: Movie -> Publisher
publishingPrinciples :: Movie -> PublishingPrinciples
review :: Movie -> Review
reviews :: Movie -> Reviews
sourceOrganization :: Movie -> SourceOrganization
text :: Movie -> Text
thumbnailUrl :: Movie -> ThumbnailUrl
version :: Movie -> Version
video :: Movie -> Video
actor :: Movie -> Actor
actors :: Movie -> Actors
director :: Movie -> Director
duration :: Movie -> Duration
musicBy :: Movie -> MusicBy
producer :: Movie -> Producer
productionCompany :: Movie -> ProductionCompany
trailer :: Movie -> Trailer
instance Show Movie
instance Read Movie
instance Eq Movie
instance MetaData Movie
module Text.HTML5.MetaData.Schema.TattooParlor
-- | A tattoo parlor.
--
--
-- - id TattooParlor
-- - label Tattoo Parlor
-- - comment A tattoo parlor.
-- - ancestors
-- Thing,Organization,LocalBusiness,HealthAndBeautyBusiness
-- - subtypes
-- - supertypes
-- HealthAndBeautyBusiness
-- - url http://schema.org/TattooParlor
--
data TattooParlor
TattooParlor :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> TattooParlor
description :: TattooParlor -> Description
image :: TattooParlor -> Image
name :: TattooParlor -> Name
url :: TattooParlor -> Url
address :: TattooParlor -> Address
aggregateRating :: TattooParlor -> AggregateRating
containedIn :: TattooParlor -> ContainedIn
event :: TattooParlor -> Event
events :: TattooParlor -> Events
faxNumber :: TattooParlor -> FaxNumber
geo :: TattooParlor -> Geo
interactionCount :: TattooParlor -> InteractionCount
map :: TattooParlor -> Map
maps :: TattooParlor -> Maps
photo :: TattooParlor -> Photo
photos :: TattooParlor -> Photos
review :: TattooParlor -> Review
reviews :: TattooParlor -> Reviews
telephone :: TattooParlor -> Telephone
contactPoint :: TattooParlor -> ContactPoint
contactPoints :: TattooParlor -> ContactPoints
email :: TattooParlor -> Email
employee :: TattooParlor -> Employee
employees :: TattooParlor -> Employees
founder :: TattooParlor -> Founder
founders :: TattooParlor -> Founders
foundingDate :: TattooParlor -> FoundingDate
location :: TattooParlor -> Location
member :: TattooParlor -> Member
members :: TattooParlor -> Members
branchOf :: TattooParlor -> BranchOf
currenciesAccepted :: TattooParlor -> CurrenciesAccepted
openingHours :: TattooParlor -> OpeningHours
paymentAccepted :: TattooParlor -> PaymentAccepted
priceRange :: TattooParlor -> PriceRange
instance Show TattooParlor
instance Read TattooParlor
instance Eq TattooParlor
instance MetaData TattooParlor
module Text.HTML5.MetaData.Schema.BowlingAlley
-- | A bowling alley.
--
--
-- - id BowlingAlley
-- - label Bowling Alley
-- - comment A bowling alley.
-- - ancestors
-- Thing,Organization,LocalBusiness,SportsActivityLocation
-- - subtypes
-- - supertypes
-- SportsActivityLocation
-- - url http://schema.org/BowlingAlley
--
data BowlingAlley
BowlingAlley :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> BowlingAlley
description :: BowlingAlley -> Description
image :: BowlingAlley -> Image
name :: BowlingAlley -> Name
url :: BowlingAlley -> Url
address :: BowlingAlley -> Address
aggregateRating :: BowlingAlley -> AggregateRating
containedIn :: BowlingAlley -> ContainedIn
event :: BowlingAlley -> Event
events :: BowlingAlley -> Events
faxNumber :: BowlingAlley -> FaxNumber
geo :: BowlingAlley -> Geo
interactionCount :: BowlingAlley -> InteractionCount
map :: BowlingAlley -> Map
maps :: BowlingAlley -> Maps
photo :: BowlingAlley -> Photo
photos :: BowlingAlley -> Photos
review :: BowlingAlley -> Review
reviews :: BowlingAlley -> Reviews
telephone :: BowlingAlley -> Telephone
contactPoint :: BowlingAlley -> ContactPoint
contactPoints :: BowlingAlley -> ContactPoints
email :: BowlingAlley -> Email
employee :: BowlingAlley -> Employee
employees :: BowlingAlley -> Employees
founder :: BowlingAlley -> Founder
founders :: BowlingAlley -> Founders
foundingDate :: BowlingAlley -> FoundingDate
location :: BowlingAlley -> Location
member :: BowlingAlley -> Member
members :: BowlingAlley -> Members
branchOf :: BowlingAlley -> BranchOf
currenciesAccepted :: BowlingAlley -> CurrenciesAccepted
openingHours :: BowlingAlley -> OpeningHours
paymentAccepted :: BowlingAlley -> PaymentAccepted
priceRange :: BowlingAlley -> PriceRange
instance Show BowlingAlley
instance Read BowlingAlley
instance Eq BowlingAlley
instance MetaData BowlingAlley
module Text.HTML5.MetaData.Schema.SaleEvent
-- | Event type: Sales event.
--
--
data SaleEvent
SaleEvent :: Description -> Image -> Name -> Url -> Attendee -> Attendees -> Duration -> EndDate -> Location -> Offers -> Performer -> Performers -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> SaleEvent
description :: SaleEvent -> Description
image :: SaleEvent -> Image
name :: SaleEvent -> Name
url :: SaleEvent -> Url
attendee :: SaleEvent -> Attendee
attendees :: SaleEvent -> Attendees
duration :: SaleEvent -> Duration
endDate :: SaleEvent -> EndDate
location :: SaleEvent -> Location
offers :: SaleEvent -> Offers
performer :: SaleEvent -> Performer
performers :: SaleEvent -> Performers
startDate :: SaleEvent -> StartDate
subEvent :: SaleEvent -> SubEvent
subEvents :: SaleEvent -> SubEvents
superEvent :: SaleEvent -> SuperEvent
instance Show SaleEvent
instance Read SaleEvent
instance Eq SaleEvent
instance MetaData SaleEvent
module Text.HTML5.MetaData.Schema.GolfCourse
-- | A golf course.
--
--
-- - id GolfCourse
-- - label Golf Course
-- - comment A golf course.
-- - ancestors
-- Thing,Organization,LocalBusiness,SportsActivityLocation
-- - subtypes
-- - supertypes
-- SportsActivityLocation
-- - url http://schema.org/GolfCourse
--
data GolfCourse
GolfCourse :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> GolfCourse
description :: GolfCourse -> Description
image :: GolfCourse -> Image
name :: GolfCourse -> Name
url :: GolfCourse -> Url
address :: GolfCourse -> Address
aggregateRating :: GolfCourse -> AggregateRating
containedIn :: GolfCourse -> ContainedIn
event :: GolfCourse -> Event
events :: GolfCourse -> Events
faxNumber :: GolfCourse -> FaxNumber
geo :: GolfCourse -> Geo
interactionCount :: GolfCourse -> InteractionCount
map :: GolfCourse -> Map
maps :: GolfCourse -> Maps
photo :: GolfCourse -> Photo
photos :: GolfCourse -> Photos
review :: GolfCourse -> Review
reviews :: GolfCourse -> Reviews
telephone :: GolfCourse -> Telephone
contactPoint :: GolfCourse -> ContactPoint
contactPoints :: GolfCourse -> ContactPoints
email :: GolfCourse -> Email
employee :: GolfCourse -> Employee
employees :: GolfCourse -> Employees
founder :: GolfCourse -> Founder
founders :: GolfCourse -> Founders
foundingDate :: GolfCourse -> FoundingDate
location :: GolfCourse -> Location
member :: GolfCourse -> Member
members :: GolfCourse -> Members
branchOf :: GolfCourse -> BranchOf
currenciesAccepted :: GolfCourse -> CurrenciesAccepted
openingHours :: GolfCourse -> OpeningHours
paymentAccepted :: GolfCourse -> PaymentAccepted
priceRange :: GolfCourse -> PriceRange
instance Show GolfCourse
instance Read GolfCourse
instance Eq GolfCourse
instance MetaData GolfCourse
module Text.HTML5.MetaData.Schema.Language
-- | Natural languages such as Spanish, Tamil, Hindi, English, etc. and
-- programming languages such as Scheme and Lisp.
--
--
-- - id Language
-- - label Language
-- - comment Natural languages such as Spanish, Tamil,
-- Hindi, English, etc. and programming languages such as Scheme and
-- Lisp.
-- - ancestors
-- Thing,Intangible
-- - subtypes
-- - supertypes Intangible
-- - url http://schema.org/Language
--
data Language
Language :: Description -> Image -> Name -> Url -> Language
description :: Language -> Description
image :: Language -> Image
name :: Language -> Name
url :: Language -> Url
instance Show Language
instance Read Language
instance Eq Language
instance MetaData Language
module Text.HTML5.MetaData.Schema.DepartmentStore
-- | A department store.
--
--
-- - id DepartmentStore
-- - label Department Store
-- - comment A department store.
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/DepartmentStore
--
data DepartmentStore
DepartmentStore :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> DepartmentStore
description :: DepartmentStore -> Description
image :: DepartmentStore -> Image
name :: DepartmentStore -> Name
url :: DepartmentStore -> Url
address :: DepartmentStore -> Address
aggregateRating :: DepartmentStore -> AggregateRating
containedIn :: DepartmentStore -> ContainedIn
event :: DepartmentStore -> Event
events :: DepartmentStore -> Events
faxNumber :: DepartmentStore -> FaxNumber
geo :: DepartmentStore -> Geo
interactionCount :: DepartmentStore -> InteractionCount
map :: DepartmentStore -> Map
maps :: DepartmentStore -> Maps
photo :: DepartmentStore -> Photo
photos :: DepartmentStore -> Photos
review :: DepartmentStore -> Review
reviews :: DepartmentStore -> Reviews
telephone :: DepartmentStore -> Telephone
contactPoint :: DepartmentStore -> ContactPoint
contactPoints :: DepartmentStore -> ContactPoints
email :: DepartmentStore -> Email
employee :: DepartmentStore -> Employee
employees :: DepartmentStore -> Employees
founder :: DepartmentStore -> Founder
founders :: DepartmentStore -> Founders
foundingDate :: DepartmentStore -> FoundingDate
location :: DepartmentStore -> Location
member :: DepartmentStore -> Member
members :: DepartmentStore -> Members
branchOf :: DepartmentStore -> BranchOf
currenciesAccepted :: DepartmentStore -> CurrenciesAccepted
openingHours :: DepartmentStore -> OpeningHours
paymentAccepted :: DepartmentStore -> PaymentAccepted
priceRange :: DepartmentStore -> PriceRange
instance Show DepartmentStore
instance Read DepartmentStore
instance Eq DepartmentStore
instance MetaData DepartmentStore
module Text.HTML5.MetaData.Schema.Store
-- | A retail good store.
--
--
-- - id Store
-- - label Store
-- - comment A retail good store.
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- AutoPartsStore,BikeStore,BookStore,ClothingStore,ComputerStore,ConvenienceStore,DepartmentStore,ElectronicsStore,Florist,FurnitureStore,GardenStore,GroceryStore,HardwareStore,HobbyShop,HomeGoodsStore,JewelryStore,LiquorStore,MensClothingStore,MobilePhoneStore,MovieRentalStore,MusicStore,OfficeEquipmentStore,OutletStore,PawnShop,PetStore,ShoeStore,SportingGoodsStore,TireShop,ToyStore,WholesaleStore
-- - supertypes LocalBusiness
-- - url http://schema.org/Store
--
data Store
Store :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Store
description :: Store -> Description
image :: Store -> Image
name :: Store -> Name
url :: Store -> Url
address :: Store -> Address
aggregateRating :: Store -> AggregateRating
containedIn :: Store -> ContainedIn
event :: Store -> Event
events :: Store -> Events
faxNumber :: Store -> FaxNumber
geo :: Store -> Geo
interactionCount :: Store -> InteractionCount
map :: Store -> Map
maps :: Store -> Maps
photo :: Store -> Photo
photos :: Store -> Photos
review :: Store -> Review
reviews :: Store -> Reviews
telephone :: Store -> Telephone
contactPoint :: Store -> ContactPoint
contactPoints :: Store -> ContactPoints
email :: Store -> Email
employee :: Store -> Employee
employees :: Store -> Employees
founder :: Store -> Founder
founders :: Store -> Founders
foundingDate :: Store -> FoundingDate
location :: Store -> Location
member :: Store -> Member
members :: Store -> Members
branchOf :: Store -> BranchOf
currenciesAccepted :: Store -> CurrenciesAccepted
openingHours :: Store -> OpeningHours
paymentAccepted :: Store -> PaymentAccepted
priceRange :: Store -> PriceRange
instance Show Store
instance Read Store
instance Eq Store
instance MetaData Store
module Text.HTML5.MetaData.Schema.DryCleaningOrLaundry
-- | A dry-cleaning business.
--
--
-- - id DryCleaningOrLaundry
-- - label Dry Cleaning or Laundry
-- - comment A dry-cleaning business.
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- - supertypes LocalBusiness
-- - url
-- http://schema.org/DryCleaningOrLaundry
--
data DryCleaningOrLaundry
DryCleaningOrLaundry :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> DryCleaningOrLaundry
description :: DryCleaningOrLaundry -> Description
image :: DryCleaningOrLaundry -> Image
name :: DryCleaningOrLaundry -> Name
url :: DryCleaningOrLaundry -> Url
address :: DryCleaningOrLaundry -> Address
aggregateRating :: DryCleaningOrLaundry -> AggregateRating
containedIn :: DryCleaningOrLaundry -> ContainedIn
event :: DryCleaningOrLaundry -> Event
events :: DryCleaningOrLaundry -> Events
faxNumber :: DryCleaningOrLaundry -> FaxNumber
geo :: DryCleaningOrLaundry -> Geo
interactionCount :: DryCleaningOrLaundry -> InteractionCount
map :: DryCleaningOrLaundry -> Map
maps :: DryCleaningOrLaundry -> Maps
photo :: DryCleaningOrLaundry -> Photo
photos :: DryCleaningOrLaundry -> Photos
review :: DryCleaningOrLaundry -> Review
reviews :: DryCleaningOrLaundry -> Reviews
telephone :: DryCleaningOrLaundry -> Telephone
contactPoint :: DryCleaningOrLaundry -> ContactPoint
contactPoints :: DryCleaningOrLaundry -> ContactPoints
email :: DryCleaningOrLaundry -> Email
employee :: DryCleaningOrLaundry -> Employee
employees :: DryCleaningOrLaundry -> Employees
founder :: DryCleaningOrLaundry -> Founder
founders :: DryCleaningOrLaundry -> Founders
foundingDate :: DryCleaningOrLaundry -> FoundingDate
location :: DryCleaningOrLaundry -> Location
member :: DryCleaningOrLaundry -> Member
members :: DryCleaningOrLaundry -> Members
branchOf :: DryCleaningOrLaundry -> BranchOf
currenciesAccepted :: DryCleaningOrLaundry -> CurrenciesAccepted
openingHours :: DryCleaningOrLaundry -> OpeningHours
paymentAccepted :: DryCleaningOrLaundry -> PaymentAccepted
priceRange :: DryCleaningOrLaundry -> PriceRange
instance Show DryCleaningOrLaundry
instance Read DryCleaningOrLaundry
instance Eq DryCleaningOrLaundry
instance MetaData DryCleaningOrLaundry
module Text.HTML5.MetaData.Schema.PawnShop
-- | A pawnstore.
--
--
-- - id PawnShop
-- - label Pawn Shop
-- - comment A pawnstore.
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/PawnShop
--
data PawnShop
PawnShop :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> PawnShop
description :: PawnShop -> Description
image :: PawnShop -> Image
name :: PawnShop -> Name
url :: PawnShop -> Url
address :: PawnShop -> Address
aggregateRating :: PawnShop -> AggregateRating
containedIn :: PawnShop -> ContainedIn
event :: PawnShop -> Event
events :: PawnShop -> Events
faxNumber :: PawnShop -> FaxNumber
geo :: PawnShop -> Geo
interactionCount :: PawnShop -> InteractionCount
map :: PawnShop -> Map
maps :: PawnShop -> Maps
photo :: PawnShop -> Photo
photos :: PawnShop -> Photos
review :: PawnShop -> Review
reviews :: PawnShop -> Reviews
telephone :: PawnShop -> Telephone
contactPoint :: PawnShop -> ContactPoint
contactPoints :: PawnShop -> ContactPoints
email :: PawnShop -> Email
employee :: PawnShop -> Employee
employees :: PawnShop -> Employees
founder :: PawnShop -> Founder
founders :: PawnShop -> Founders
foundingDate :: PawnShop -> FoundingDate
location :: PawnShop -> Location
member :: PawnShop -> Member
members :: PawnShop -> Members
branchOf :: PawnShop -> BranchOf
currenciesAccepted :: PawnShop -> CurrenciesAccepted
openingHours :: PawnShop -> OpeningHours
paymentAccepted :: PawnShop -> PaymentAccepted
priceRange :: PawnShop -> PriceRange
instance Show PawnShop
instance Read PawnShop
instance Eq PawnShop
instance MetaData PawnShop
module Text.HTML5.MetaData.Schema.FoodEstablishment
-- | A food-related business.
--
--
-- - id FoodEstablishment
-- - label Food Establishment
-- - comment A food-related business.
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- Bakery,BarOrPub,Brewery,CafeOrCoffeeShop,FastFoodRestaurant,IceCreamShop,Restaurant,Winery
-- - supertypes LocalBusiness
-- - url
-- http://schema.org/FoodEstablishment
--
data FoodEstablishment
FoodEstablishment :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AcceptsReservations -> Menu -> ServesCuisine -> FoodEstablishment
description :: FoodEstablishment -> Description
image :: FoodEstablishment -> Image
name :: FoodEstablishment -> Name
url :: FoodEstablishment -> Url
address :: FoodEstablishment -> Address
aggregateRating :: FoodEstablishment -> AggregateRating
containedIn :: FoodEstablishment -> ContainedIn
event :: FoodEstablishment -> Event
events :: FoodEstablishment -> Events
faxNumber :: FoodEstablishment -> FaxNumber
geo :: FoodEstablishment -> Geo
interactionCount :: FoodEstablishment -> InteractionCount
map :: FoodEstablishment -> Map
maps :: FoodEstablishment -> Maps
photo :: FoodEstablishment -> Photo
photos :: FoodEstablishment -> Photos
review :: FoodEstablishment -> Review
reviews :: FoodEstablishment -> Reviews
telephone :: FoodEstablishment -> Telephone
contactPoint :: FoodEstablishment -> ContactPoint
contactPoints :: FoodEstablishment -> ContactPoints
email :: FoodEstablishment -> Email
employee :: FoodEstablishment -> Employee
employees :: FoodEstablishment -> Employees
founder :: FoodEstablishment -> Founder
founders :: FoodEstablishment -> Founders
foundingDate :: FoodEstablishment -> FoundingDate
location :: FoodEstablishment -> Location
member :: FoodEstablishment -> Member
members :: FoodEstablishment -> Members
branchOf :: FoodEstablishment -> BranchOf
currenciesAccepted :: FoodEstablishment -> CurrenciesAccepted
openingHours :: FoodEstablishment -> OpeningHours
paymentAccepted :: FoodEstablishment -> PaymentAccepted
priceRange :: FoodEstablishment -> PriceRange
acceptsReservations :: FoodEstablishment -> AcceptsReservations
menu :: FoodEstablishment -> Menu
servesCuisine :: FoodEstablishment -> ServesCuisine
instance Show FoodEstablishment
instance Read FoodEstablishment
instance Eq FoodEstablishment
instance MetaData FoodEstablishment
module Text.HTML5.MetaData.Schema.Reservoir
-- | A reservoir, like the Lake Kariba reservoir.
--
--
-- - id Reservoir
-- - label Reservoir
-- - comment A reservoir, like the Lake Kariba
-- reservoir.
-- - ancestors
-- Thing,Place,Landform,BodyOfWater
-- - subtypes
-- - supertypes BodyOfWater
-- - url http://schema.org/Reservoir
--
data Reservoir
Reservoir :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> Reservoir
description :: Reservoir -> Description
image :: Reservoir -> Image
name :: Reservoir -> Name
url :: Reservoir -> Url
address :: Reservoir -> Address
aggregateRating :: Reservoir -> AggregateRating
containedIn :: Reservoir -> ContainedIn
event :: Reservoir -> Event
events :: Reservoir -> Events
faxNumber :: Reservoir -> FaxNumber
geo :: Reservoir -> Geo
interactionCount :: Reservoir -> InteractionCount
map :: Reservoir -> Map
maps :: Reservoir -> Maps
photo :: Reservoir -> Photo
photos :: Reservoir -> Photos
review :: Reservoir -> Review
reviews :: Reservoir -> Reviews
telephone :: Reservoir -> Telephone
instance Show Reservoir
instance Read Reservoir
instance Eq Reservoir
instance MetaData Reservoir
module Text.HTML5.MetaData.Schema.Embassy
-- | An embassy.
--
--
-- - id Embassy
-- - label Embassy
-- - comment An embassy.
-- - ancestors
-- Thing,Place,CivicStructure,GovernmentBuilding
-- - subtypes
-- - supertypes
-- GovernmentBuilding
-- - url http://schema.org/Embassy
--
data Embassy
Embassy :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> Embassy
description :: Embassy -> Description
image :: Embassy -> Image
name :: Embassy -> Name
url :: Embassy -> Url
address :: Embassy -> Address
aggregateRating :: Embassy -> AggregateRating
containedIn :: Embassy -> ContainedIn
event :: Embassy -> Event
events :: Embassy -> Events
faxNumber :: Embassy -> FaxNumber
geo :: Embassy -> Geo
interactionCount :: Embassy -> InteractionCount
map :: Embassy -> Map
maps :: Embassy -> Maps
photo :: Embassy -> Photo
photos :: Embassy -> Photos
review :: Embassy -> Review
reviews :: Embassy -> Reviews
telephone :: Embassy -> Telephone
openingHours :: Embassy -> OpeningHours
instance Show Embassy
instance Read Embassy
instance Eq Embassy
instance MetaData Embassy
module Text.HTML5.MetaData.Schema.AutoRepair
-- | Car repair business.
--
--
-- - id AutoRepair
-- - label Auto Repair
-- - comment Car repair business.
-- - ancestors
-- Thing,Organization,LocalBusiness,AutomotiveBusiness
-- - subtypes
-- - supertypes
-- AutomotiveBusiness
-- - url http://schema.org/AutoRepair
--
data AutoRepair
AutoRepair :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AutoRepair
description :: AutoRepair -> Description
image :: AutoRepair -> Image
name :: AutoRepair -> Name
url :: AutoRepair -> Url
address :: AutoRepair -> Address
aggregateRating :: AutoRepair -> AggregateRating
containedIn :: AutoRepair -> ContainedIn
event :: AutoRepair -> Event
events :: AutoRepair -> Events
faxNumber :: AutoRepair -> FaxNumber
geo :: AutoRepair -> Geo
interactionCount :: AutoRepair -> InteractionCount
map :: AutoRepair -> Map
maps :: AutoRepair -> Maps
photo :: AutoRepair -> Photo
photos :: AutoRepair -> Photos
review :: AutoRepair -> Review
reviews :: AutoRepair -> Reviews
telephone :: AutoRepair -> Telephone
contactPoint :: AutoRepair -> ContactPoint
contactPoints :: AutoRepair -> ContactPoints
email :: AutoRepair -> Email
employee :: AutoRepair -> Employee
employees :: AutoRepair -> Employees
founder :: AutoRepair -> Founder
founders :: AutoRepair -> Founders
foundingDate :: AutoRepair -> FoundingDate
location :: AutoRepair -> Location
member :: AutoRepair -> Member
members :: AutoRepair -> Members
branchOf :: AutoRepair -> BranchOf
currenciesAccepted :: AutoRepair -> CurrenciesAccepted
openingHours :: AutoRepair -> OpeningHours
paymentAccepted :: AutoRepair -> PaymentAccepted
priceRange :: AutoRepair -> PriceRange
instance Show AutoRepair
instance Read AutoRepair
instance Eq AutoRepair
instance MetaData AutoRepair
module Text.HTML5.MetaData.Schema.LandmarksOrHistoricalBuildings
-- | An historical landmark or building.
--
--
-- - id LandmarksOrHistoricalBuildings
-- - label Landmarks or Historical Buildings
-- - comment An historical landmark or building.
-- - ancestors
-- Thing,Place
-- - subtypes
-- - supertypes Place
-- - url
-- http://schema.org/LandmarksOrHistoricalBuildings
--
data LandmarksOrHistoricalBuildings
LandmarksOrHistoricalBuildings :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> LandmarksOrHistoricalBuildings
description :: LandmarksOrHistoricalBuildings -> Description
image :: LandmarksOrHistoricalBuildings -> Image
name :: LandmarksOrHistoricalBuildings -> Name
url :: LandmarksOrHistoricalBuildings -> Url
address :: LandmarksOrHistoricalBuildings -> Address
aggregateRating :: LandmarksOrHistoricalBuildings -> AggregateRating
containedIn :: LandmarksOrHistoricalBuildings -> ContainedIn
event :: LandmarksOrHistoricalBuildings -> Event
events :: LandmarksOrHistoricalBuildings -> Events
faxNumber :: LandmarksOrHistoricalBuildings -> FaxNumber
geo :: LandmarksOrHistoricalBuildings -> Geo
interactionCount :: LandmarksOrHistoricalBuildings -> InteractionCount
map :: LandmarksOrHistoricalBuildings -> Map
maps :: LandmarksOrHistoricalBuildings -> Maps
photo :: LandmarksOrHistoricalBuildings -> Photo
photos :: LandmarksOrHistoricalBuildings -> Photos
review :: LandmarksOrHistoricalBuildings -> Review
reviews :: LandmarksOrHistoricalBuildings -> Reviews
telephone :: LandmarksOrHistoricalBuildings -> Telephone
instance Show LandmarksOrHistoricalBuildings
instance Read LandmarksOrHistoricalBuildings
instance Eq LandmarksOrHistoricalBuildings
instance MetaData LandmarksOrHistoricalBuildings
module Text.HTML5.MetaData.Schema.RVPark
-- | An RV park.
--
--
-- - id RVPark
-- - label RV Park
-- - comment An RV park.
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/RVPark
--
data RVPark
RVPark :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> RVPark
description :: RVPark -> Description
image :: RVPark -> Image
name :: RVPark -> Name
url :: RVPark -> Url
address :: RVPark -> Address
aggregateRating :: RVPark -> AggregateRating
containedIn :: RVPark -> ContainedIn
event :: RVPark -> Event
events :: RVPark -> Events
faxNumber :: RVPark -> FaxNumber
geo :: RVPark -> Geo
interactionCount :: RVPark -> InteractionCount
map :: RVPark -> Map
maps :: RVPark -> Maps
photo :: RVPark -> Photo
photos :: RVPark -> Photos
review :: RVPark -> Review
reviews :: RVPark -> Reviews
telephone :: RVPark -> Telephone
openingHours :: RVPark -> OpeningHours
instance Show RVPark
instance Read RVPark
instance Eq RVPark
instance MetaData RVPark
module Text.HTML5.MetaData.Schema.Landform
-- | A landform or physical feature. Landform elements include mountains,
-- plains, lakes, rivers, seascape and oceanic waterbody interface
-- features such as bays, peninsulas, seas and so forth, including
-- sub-aqueous terrain features such as submersed mountain ranges,
-- volcanoes, and the great ocean basins.
--
--
-- - id Landform
-- - label Landform
-- - comment A landform or physical feature. Landform
-- elements include mountains, plains, lakes, rivers, seascape and
-- oceanic waterbody interface features such as bays, peninsulas, seas
-- and so forth, including sub-aqueous terrain features such as submersed
-- mountain ranges, volcanoes, and the great ocean basins.
-- - ancestors
-- Thing,Place
-- - subtypes
-- BodyOfWater,Continent,Mountain,Volcano
-- - supertypes Place
-- - url http://schema.org/Landform
--
data Landform
Landform :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> Landform
description :: Landform -> Description
image :: Landform -> Image
name :: Landform -> Name
url :: Landform -> Url
address :: Landform -> Address
aggregateRating :: Landform -> AggregateRating
containedIn :: Landform -> ContainedIn
event :: Landform -> Event
events :: Landform -> Events
faxNumber :: Landform -> FaxNumber
geo :: Landform -> Geo
interactionCount :: Landform -> InteractionCount
map :: Landform -> Map
maps :: Landform -> Maps
photo :: Landform -> Photo
photos :: Landform -> Photos
review :: Landform -> Review
reviews :: Landform -> Reviews
telephone :: Landform -> Telephone
instance Show Landform
instance Read Landform
instance Eq Landform
instance MetaData Landform
module Text.HTML5.MetaData.Schema.Casino
-- | A casino.
--
--
-- - id Casino
-- - label Casino
-- - comment A casino.
-- - ancestors
-- Thing,Organization,LocalBusiness,EntertainmentBusiness
-- - subtypes
-- - supertypes
-- EntertainmentBusiness
-- - url http://schema.org/Casino
--
data Casino
Casino :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Casino
description :: Casino -> Description
image :: Casino -> Image
name :: Casino -> Name
url :: Casino -> Url
address :: Casino -> Address
aggregateRating :: Casino -> AggregateRating
containedIn :: Casino -> ContainedIn
event :: Casino -> Event
events :: Casino -> Events
faxNumber :: Casino -> FaxNumber
geo :: Casino -> Geo
interactionCount :: Casino -> InteractionCount
map :: Casino -> Map
maps :: Casino -> Maps
photo :: Casino -> Photo
photos :: Casino -> Photos
review :: Casino -> Review
reviews :: Casino -> Reviews
telephone :: Casino -> Telephone
contactPoint :: Casino -> ContactPoint
contactPoints :: Casino -> ContactPoints
email :: Casino -> Email
employee :: Casino -> Employee
employees :: Casino -> Employees
founder :: Casino -> Founder
founders :: Casino -> Founders
foundingDate :: Casino -> FoundingDate
location :: Casino -> Location
member :: Casino -> Member
members :: Casino -> Members
branchOf :: Casino -> BranchOf
currenciesAccepted :: Casino -> CurrenciesAccepted
openingHours :: Casino -> OpeningHours
paymentAccepted :: Casino -> PaymentAccepted
priceRange :: Casino -> PriceRange
instance Show Casino
instance Read Casino
instance Eq Casino
instance MetaData Casino
module Text.HTML5.MetaData.Schema.Hostel
-- | A hostel.
--
--
-- - id Hostel
-- - label Hostel
-- - comment A hostel.
-- - ancestors
-- Thing,Organization,LocalBusiness,LodgingBusiness
-- - subtypes
-- - supertypes LodgingBusiness
-- - url http://schema.org/Hostel
--
data Hostel
Hostel :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Hostel
description :: Hostel -> Description
image :: Hostel -> Image
name :: Hostel -> Name
url :: Hostel -> Url
address :: Hostel -> Address
aggregateRating :: Hostel -> AggregateRating
containedIn :: Hostel -> ContainedIn
event :: Hostel -> Event
events :: Hostel -> Events
faxNumber :: Hostel -> FaxNumber
geo :: Hostel -> Geo
interactionCount :: Hostel -> InteractionCount
map :: Hostel -> Map
maps :: Hostel -> Maps
photo :: Hostel -> Photo
photos :: Hostel -> Photos
review :: Hostel -> Review
reviews :: Hostel -> Reviews
telephone :: Hostel -> Telephone
contactPoint :: Hostel -> ContactPoint
contactPoints :: Hostel -> ContactPoints
email :: Hostel -> Email
employee :: Hostel -> Employee
employees :: Hostel -> Employees
founder :: Hostel -> Founder
founders :: Hostel -> Founders
foundingDate :: Hostel -> FoundingDate
location :: Hostel -> Location
member :: Hostel -> Member
members :: Hostel -> Members
branchOf :: Hostel -> BranchOf
currenciesAccepted :: Hostel -> CurrenciesAccepted
openingHours :: Hostel -> OpeningHours
paymentAccepted :: Hostel -> PaymentAccepted
priceRange :: Hostel -> PriceRange
instance Show Hostel
instance Read Hostel
instance Eq Hostel
instance MetaData Hostel
module Text.HTML5.MetaData.Schema.EntertainmentBusiness
-- | A business providing entertainment.
--
--
-- - id EntertainmentBusiness
-- - label Entertainment Business
-- - comment A business providing entertainment.
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- AdultEntertainment,AmusementPark,ArtGallery,Casino,ComedyClub,MovieTheater,NightClub
-- - supertypes LocalBusiness
-- - url
-- http://schema.org/EntertainmentBusiness
--
data EntertainmentBusiness
EntertainmentBusiness :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> EntertainmentBusiness
description :: EntertainmentBusiness -> Description
image :: EntertainmentBusiness -> Image
name :: EntertainmentBusiness -> Name
url :: EntertainmentBusiness -> Url
address :: EntertainmentBusiness -> Address
aggregateRating :: EntertainmentBusiness -> AggregateRating
containedIn :: EntertainmentBusiness -> ContainedIn
event :: EntertainmentBusiness -> Event
events :: EntertainmentBusiness -> Events
faxNumber :: EntertainmentBusiness -> FaxNumber
geo :: EntertainmentBusiness -> Geo
interactionCount :: EntertainmentBusiness -> InteractionCount
map :: EntertainmentBusiness -> Map
maps :: EntertainmentBusiness -> Maps
photo :: EntertainmentBusiness -> Photo
photos :: EntertainmentBusiness -> Photos
review :: EntertainmentBusiness -> Review
reviews :: EntertainmentBusiness -> Reviews
telephone :: EntertainmentBusiness -> Telephone
contactPoint :: EntertainmentBusiness -> ContactPoint
contactPoints :: EntertainmentBusiness -> ContactPoints
email :: EntertainmentBusiness -> Email
employee :: EntertainmentBusiness -> Employee
employees :: EntertainmentBusiness -> Employees
founder :: EntertainmentBusiness -> Founder
founders :: EntertainmentBusiness -> Founders
foundingDate :: EntertainmentBusiness -> FoundingDate
location :: EntertainmentBusiness -> Location
member :: EntertainmentBusiness -> Member
members :: EntertainmentBusiness -> Members
branchOf :: EntertainmentBusiness -> BranchOf
currenciesAccepted :: EntertainmentBusiness -> CurrenciesAccepted
openingHours :: EntertainmentBusiness -> OpeningHours
paymentAccepted :: EntertainmentBusiness -> PaymentAccepted
priceRange :: EntertainmentBusiness -> PriceRange
instance Show EntertainmentBusiness
instance Read EntertainmentBusiness
instance Eq EntertainmentBusiness
instance MetaData EntertainmentBusiness
module Text.HTML5.MetaData.Schema.Winery
-- | A winery.
--
--
-- - id Winery
-- - label Winery
-- - comment A winery.
-- - ancestors
-- Thing,Organization,LocalBusiness,FoodEstablishment
-- - subtypes
-- - supertypes
-- FoodEstablishment
-- - url http://schema.org/Winery
--
data Winery
Winery :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AcceptsReservations -> Menu -> ServesCuisine -> Winery
description :: Winery -> Description
image :: Winery -> Image
name :: Winery -> Name
url :: Winery -> Url
address :: Winery -> Address
aggregateRating :: Winery -> AggregateRating
containedIn :: Winery -> ContainedIn
event :: Winery -> Event
events :: Winery -> Events
faxNumber :: Winery -> FaxNumber
geo :: Winery -> Geo
interactionCount :: Winery -> InteractionCount
map :: Winery -> Map
maps :: Winery -> Maps
photo :: Winery -> Photo
photos :: Winery -> Photos
review :: Winery -> Review
reviews :: Winery -> Reviews
telephone :: Winery -> Telephone
contactPoint :: Winery -> ContactPoint
contactPoints :: Winery -> ContactPoints
email :: Winery -> Email
employee :: Winery -> Employee
employees :: Winery -> Employees
founder :: Winery -> Founder
founders :: Winery -> Founders
foundingDate :: Winery -> FoundingDate
location :: Winery -> Location
member :: Winery -> Member
members :: Winery -> Members
branchOf :: Winery -> BranchOf
currenciesAccepted :: Winery -> CurrenciesAccepted
openingHours :: Winery -> OpeningHours
paymentAccepted :: Winery -> PaymentAccepted
priceRange :: Winery -> PriceRange
acceptsReservations :: Winery -> AcceptsReservations
menu :: Winery -> Menu
servesCuisine :: Winery -> ServesCuisine
instance Show Winery
instance Read Winery
instance Eq Winery
instance MetaData Winery
module Text.HTML5.MetaData.Schema.Pharmacy
-- | A pharmacy or drugstore.
--
--
-- - id Pharmacy
-- - label Pharmacy
-- - comment A pharmacy or drugstore.
-- - ancestors
-- Thing,Organization,LocalBusiness,MedicalOrganization
-- - subtypes
-- - supertypes
-- MedicalOrganization
-- - url http://schema.org/Pharmacy
--
data Pharmacy
Pharmacy :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Pharmacy
description :: Pharmacy -> Description
image :: Pharmacy -> Image
name :: Pharmacy -> Name
url :: Pharmacy -> Url
address :: Pharmacy -> Address
aggregateRating :: Pharmacy -> AggregateRating
containedIn :: Pharmacy -> ContainedIn
event :: Pharmacy -> Event
events :: Pharmacy -> Events
faxNumber :: Pharmacy -> FaxNumber
geo :: Pharmacy -> Geo
interactionCount :: Pharmacy -> InteractionCount
map :: Pharmacy -> Map
maps :: Pharmacy -> Maps
photo :: Pharmacy -> Photo
photos :: Pharmacy -> Photos
review :: Pharmacy -> Review
reviews :: Pharmacy -> Reviews
telephone :: Pharmacy -> Telephone
contactPoint :: Pharmacy -> ContactPoint
contactPoints :: Pharmacy -> ContactPoints
email :: Pharmacy -> Email
employee :: Pharmacy -> Employee
employees :: Pharmacy -> Employees
founder :: Pharmacy -> Founder
founders :: Pharmacy -> Founders
foundingDate :: Pharmacy -> FoundingDate
location :: Pharmacy -> Location
member :: Pharmacy -> Member
members :: Pharmacy -> Members
branchOf :: Pharmacy -> BranchOf
currenciesAccepted :: Pharmacy -> CurrenciesAccepted
openingHours :: Pharmacy -> OpeningHours
paymentAccepted :: Pharmacy -> PaymentAccepted
priceRange :: Pharmacy -> PriceRange
instance Show Pharmacy
instance Read Pharmacy
instance Eq Pharmacy
instance MetaData Pharmacy
module Text.HTML5.MetaData.Schema.HobbyShop
-- | A hobby store.
--
--
-- - id HobbyShop
-- - label Hobby Shop
-- - comment A hobby store.
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/HobbyShop
--
data HobbyShop
HobbyShop :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> HobbyShop
description :: HobbyShop -> Description
image :: HobbyShop -> Image
name :: HobbyShop -> Name
url :: HobbyShop -> Url
address :: HobbyShop -> Address
aggregateRating :: HobbyShop -> AggregateRating
containedIn :: HobbyShop -> ContainedIn
event :: HobbyShop -> Event
events :: HobbyShop -> Events
faxNumber :: HobbyShop -> FaxNumber
geo :: HobbyShop -> Geo
interactionCount :: HobbyShop -> InteractionCount
map :: HobbyShop -> Map
maps :: HobbyShop -> Maps
photo :: HobbyShop -> Photo
photos :: HobbyShop -> Photos
review :: HobbyShop -> Review
reviews :: HobbyShop -> Reviews
telephone :: HobbyShop -> Telephone
contactPoint :: HobbyShop -> ContactPoint
contactPoints :: HobbyShop -> ContactPoints
email :: HobbyShop -> Email
employee :: HobbyShop -> Employee
employees :: HobbyShop -> Employees
founder :: HobbyShop -> Founder
founders :: HobbyShop -> Founders
foundingDate :: HobbyShop -> FoundingDate
location :: HobbyShop -> Location
member :: HobbyShop -> Member
members :: HobbyShop -> Members
branchOf :: HobbyShop -> BranchOf
currenciesAccepted :: HobbyShop -> CurrenciesAccepted
openingHours :: HobbyShop -> OpeningHours
paymentAccepted :: HobbyShop -> PaymentAccepted
priceRange :: HobbyShop -> PriceRange
instance Show HobbyShop
instance Read HobbyShop
instance Eq HobbyShop
instance MetaData HobbyShop
module Text.HTML5.MetaData.Schema.ApartmentComplex
-- | Residence type: Apartment complex.
--
--
-- - id ApartmentComplex
-- - label Apartment Complex
-- - comment Residence type: Apartment complex.
-- - ancestors
-- Thing,Place,Residence
-- - subtypes
-- - supertypes Residence
-- - url http://schema.org/ApartmentComplex
--
data ApartmentComplex
ApartmentComplex :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ApartmentComplex
description :: ApartmentComplex -> Description
image :: ApartmentComplex -> Image
name :: ApartmentComplex -> Name
url :: ApartmentComplex -> Url
address :: ApartmentComplex -> Address
aggregateRating :: ApartmentComplex -> AggregateRating
containedIn :: ApartmentComplex -> ContainedIn
event :: ApartmentComplex -> Event
events :: ApartmentComplex -> Events
faxNumber :: ApartmentComplex -> FaxNumber
geo :: ApartmentComplex -> Geo
interactionCount :: ApartmentComplex -> InteractionCount
map :: ApartmentComplex -> Map
maps :: ApartmentComplex -> Maps
photo :: ApartmentComplex -> Photo
photos :: ApartmentComplex -> Photos
review :: ApartmentComplex -> Review
reviews :: ApartmentComplex -> Reviews
telephone :: ApartmentComplex -> Telephone
instance Show ApartmentComplex
instance Read ApartmentComplex
instance Eq ApartmentComplex
instance MetaData ApartmentComplex
module Text.HTML5.MetaData.Schema.MedicalOrganization
-- | A medical organization, such as a doctor's office or clinic.
--
--
-- - id MedicalOrganization
-- - label Medical Organization
-- - comment A medical organization, such as a doctor's
-- office or clinic.
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- Dentist,Hospital,MedicalClinic,Optician,Pharmacy,Physician,VeterinaryCare
-- - supertypes LocalBusiness
-- - url
-- http://schema.org/MedicalOrganization
--
data MedicalOrganization
MedicalOrganization :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> MedicalOrganization
description :: MedicalOrganization -> Description
image :: MedicalOrganization -> Image
name :: MedicalOrganization -> Name
url :: MedicalOrganization -> Url
address :: MedicalOrganization -> Address
aggregateRating :: MedicalOrganization -> AggregateRating
containedIn :: MedicalOrganization -> ContainedIn
event :: MedicalOrganization -> Event
events :: MedicalOrganization -> Events
faxNumber :: MedicalOrganization -> FaxNumber
geo :: MedicalOrganization -> Geo
interactionCount :: MedicalOrganization -> InteractionCount
map :: MedicalOrganization -> Map
maps :: MedicalOrganization -> Maps
photo :: MedicalOrganization -> Photo
photos :: MedicalOrganization -> Photos
review :: MedicalOrganization -> Review
reviews :: MedicalOrganization -> Reviews
telephone :: MedicalOrganization -> Telephone
contactPoint :: MedicalOrganization -> ContactPoint
contactPoints :: MedicalOrganization -> ContactPoints
email :: MedicalOrganization -> Email
employee :: MedicalOrganization -> Employee
employees :: MedicalOrganization -> Employees
founder :: MedicalOrganization -> Founder
founders :: MedicalOrganization -> Founders
foundingDate :: MedicalOrganization -> FoundingDate
location :: MedicalOrganization -> Location
member :: MedicalOrganization -> Member
members :: MedicalOrganization -> Members
branchOf :: MedicalOrganization -> BranchOf
currenciesAccepted :: MedicalOrganization -> CurrenciesAccepted
openingHours :: MedicalOrganization -> OpeningHours
paymentAccepted :: MedicalOrganization -> PaymentAccepted
priceRange :: MedicalOrganization -> PriceRange
instance Show MedicalOrganization
instance Read MedicalOrganization
instance Eq MedicalOrganization
instance MetaData MedicalOrganization
module Text.HTML5.MetaData.Schema.Pond
-- | A pond
--
--
-- - id Pond
-- - label Pond
-- - comment A pond
-- - ancestors
-- Thing,Place,Landform,BodyOfWater
-- - subtypes
-- - supertypes BodyOfWater
-- - url http://schema.org/Pond
--
data Pond
Pond :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> Pond
description :: Pond -> Description
image :: Pond -> Image
name :: Pond -> Name
url :: Pond -> Url
address :: Pond -> Address
aggregateRating :: Pond -> AggregateRating
containedIn :: Pond -> ContainedIn
event :: Pond -> Event
events :: Pond -> Events
faxNumber :: Pond -> FaxNumber
geo :: Pond -> Geo
interactionCount :: Pond -> InteractionCount
map :: Pond -> Map
maps :: Pond -> Maps
photo :: Pond -> Photo
photos :: Pond -> Photos
review :: Pond -> Review
reviews :: Pond -> Reviews
telephone :: Pond -> Telephone
instance Show Pond
instance Read Pond
instance Eq Pond
instance MetaData Pond
module Text.HTML5.MetaData.Schema.SportsTeam
-- | Organization: Sports team.
--
--
-- - id SportsTeam
-- - label Sports Team
-- - comment Organization: Sports team.
-- - ancestors
-- Thing,Organization
-- - subtypes
-- - supertypes Organization
-- - url http://schema.org/SportsTeam
--
data SportsTeam
SportsTeam :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Event -> Events -> FaxNumber -> Founder -> Founders -> FoundingDate -> InteractionCount -> Location -> Member -> Members -> Review -> Reviews -> Telephone -> SportsTeam
description :: SportsTeam -> Description
image :: SportsTeam -> Image
name :: SportsTeam -> Name
url :: SportsTeam -> Url
address :: SportsTeam -> Address
aggregateRating :: SportsTeam -> AggregateRating
contactPoint :: SportsTeam -> ContactPoint
contactPoints :: SportsTeam -> ContactPoints
email :: SportsTeam -> Email
employee :: SportsTeam -> Employee
employees :: SportsTeam -> Employees
event :: SportsTeam -> Event
events :: SportsTeam -> Events
faxNumber :: SportsTeam -> FaxNumber
founder :: SportsTeam -> Founder
founders :: SportsTeam -> Founders
foundingDate :: SportsTeam -> FoundingDate
interactionCount :: SportsTeam -> InteractionCount
location :: SportsTeam -> Location
member :: SportsTeam -> Member
members :: SportsTeam -> Members
review :: SportsTeam -> Review
reviews :: SportsTeam -> Reviews
telephone :: SportsTeam -> Telephone
instance Show SportsTeam
instance Read SportsTeam
instance Eq SportsTeam
instance MetaData SportsTeam
module Text.HTML5.MetaData.Schema.AutoWash
-- | A car wash business.
--
--
-- - id AutoWash
-- - label Auto Wash
-- - comment A car wash business.
-- - ancestors
-- Thing,Organization,LocalBusiness,AutomotiveBusiness
-- - subtypes
-- - supertypes
-- AutomotiveBusiness
-- - url http://schema.org/AutoWash
--
data AutoWash
AutoWash :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AutoWash
description :: AutoWash -> Description
image :: AutoWash -> Image
name :: AutoWash -> Name
url :: AutoWash -> Url
address :: AutoWash -> Address
aggregateRating :: AutoWash -> AggregateRating
containedIn :: AutoWash -> ContainedIn
event :: AutoWash -> Event
events :: AutoWash -> Events
faxNumber :: AutoWash -> FaxNumber
geo :: AutoWash -> Geo
interactionCount :: AutoWash -> InteractionCount
map :: AutoWash -> Map
maps :: AutoWash -> Maps
photo :: AutoWash -> Photo
photos :: AutoWash -> Photos
review :: AutoWash -> Review
reviews :: AutoWash -> Reviews
telephone :: AutoWash -> Telephone
contactPoint :: AutoWash -> ContactPoint
contactPoints :: AutoWash -> ContactPoints
email :: AutoWash -> Email
employee :: AutoWash -> Employee
employees :: AutoWash -> Employees
founder :: AutoWash -> Founder
founders :: AutoWash -> Founders
foundingDate :: AutoWash -> FoundingDate
location :: AutoWash -> Location
member :: AutoWash -> Member
members :: AutoWash -> Members
branchOf :: AutoWash -> BranchOf
currenciesAccepted :: AutoWash -> CurrenciesAccepted
openingHours :: AutoWash -> OpeningHours
paymentAccepted :: AutoWash -> PaymentAccepted
priceRange :: AutoWash -> PriceRange
instance Show AutoWash
instance Read AutoWash
instance Eq AutoWash
instance MetaData AutoWash
module Text.HTML5.MetaData.Schema.ParkingFacility
-- | A parking lot or other parking facility.
--
--
-- - id ParkingFacility
-- - label Parking Facility
-- - comment A parking lot or other parking
-- facility.
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/ParkingFacility
--
data ParkingFacility
ParkingFacility :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> ParkingFacility
description :: ParkingFacility -> Description
image :: ParkingFacility -> Image
name :: ParkingFacility -> Name
url :: ParkingFacility -> Url
address :: ParkingFacility -> Address
aggregateRating :: ParkingFacility -> AggregateRating
containedIn :: ParkingFacility -> ContainedIn
event :: ParkingFacility -> Event
events :: ParkingFacility -> Events
faxNumber :: ParkingFacility -> FaxNumber
geo :: ParkingFacility -> Geo
interactionCount :: ParkingFacility -> InteractionCount
map :: ParkingFacility -> Map
maps :: ParkingFacility -> Maps
photo :: ParkingFacility -> Photo
photos :: ParkingFacility -> Photos
review :: ParkingFacility -> Review
reviews :: ParkingFacility -> Reviews
telephone :: ParkingFacility -> Telephone
openingHours :: ParkingFacility -> OpeningHours
instance Show ParkingFacility
instance Read ParkingFacility
instance Eq ParkingFacility
instance MetaData ParkingFacility
module Text.HTML5.MetaData.Schema.ChildrensEvent
-- | Event type: Children's event.
--
--
data ChildrensEvent
ChildrensEvent :: Description -> Image -> Name -> Url -> Attendee -> Attendees -> Duration -> EndDate -> Location -> Offers -> Performer -> Performers -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> ChildrensEvent
description :: ChildrensEvent -> Description
image :: ChildrensEvent -> Image
name :: ChildrensEvent -> Name
url :: ChildrensEvent -> Url
attendee :: ChildrensEvent -> Attendee
attendees :: ChildrensEvent -> Attendees
duration :: ChildrensEvent -> Duration
endDate :: ChildrensEvent -> EndDate
location :: ChildrensEvent -> Location
offers :: ChildrensEvent -> Offers
performer :: ChildrensEvent -> Performer
performers :: ChildrensEvent -> Performers
startDate :: ChildrensEvent -> StartDate
subEvent :: ChildrensEvent -> SubEvent
subEvents :: ChildrensEvent -> SubEvents
superEvent :: ChildrensEvent -> SuperEvent
instance Show ChildrensEvent
instance Read ChildrensEvent
instance Eq ChildrensEvent
instance MetaData ChildrensEvent
module Text.HTML5.MetaData.Schema.TouristAttraction
-- | A tourist attraction.
--
--
-- - id TouristAttraction
-- - label Tourist Attraction
-- - comment A tourist attraction.
-- - ancestors
-- Thing,Place
-- - subtypes
-- - supertypes Place
-- - url
-- http://schema.org/TouristAttraction
--
data TouristAttraction
TouristAttraction :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> TouristAttraction
description :: TouristAttraction -> Description
image :: TouristAttraction -> Image
name :: TouristAttraction -> Name
url :: TouristAttraction -> Url
address :: TouristAttraction -> Address
aggregateRating :: TouristAttraction -> AggregateRating
containedIn :: TouristAttraction -> ContainedIn
event :: TouristAttraction -> Event
events :: TouristAttraction -> Events
faxNumber :: TouristAttraction -> FaxNumber
geo :: TouristAttraction -> Geo
interactionCount :: TouristAttraction -> InteractionCount
map :: TouristAttraction -> Map
maps :: TouristAttraction -> Maps
photo :: TouristAttraction -> Photo
photos :: TouristAttraction -> Photos
review :: TouristAttraction -> Review
reviews :: TouristAttraction -> Reviews
telephone :: TouristAttraction -> Telephone
instance Show TouristAttraction
instance Read TouristAttraction
instance Eq TouristAttraction
instance MetaData TouristAttraction
module Text.HTML5.MetaData.Schema.SeaBodyOfWater
-- | A sea (for example, the Caspian sea).
--
--
-- - id SeaBodyOfWater
-- - label Sea Body of Water
-- - comment A sea (for example, the Caspian sea).
-- - ancestors
-- Thing,Place,Landform,BodyOfWater
-- - subtypes
-- - supertypes BodyOfWater
-- - url http://schema.org/SeaBodyOfWater
--
data SeaBodyOfWater
SeaBodyOfWater :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> SeaBodyOfWater
description :: SeaBodyOfWater -> Description
image :: SeaBodyOfWater -> Image
name :: SeaBodyOfWater -> Name
url :: SeaBodyOfWater -> Url
address :: SeaBodyOfWater -> Address
aggregateRating :: SeaBodyOfWater -> AggregateRating
containedIn :: SeaBodyOfWater -> ContainedIn
event :: SeaBodyOfWater -> Event
events :: SeaBodyOfWater -> Events
faxNumber :: SeaBodyOfWater -> FaxNumber
geo :: SeaBodyOfWater -> Geo
interactionCount :: SeaBodyOfWater -> InteractionCount
map :: SeaBodyOfWater -> Map
maps :: SeaBodyOfWater -> Maps
photo :: SeaBodyOfWater -> Photo
photos :: SeaBodyOfWater -> Photos
review :: SeaBodyOfWater -> Review
reviews :: SeaBodyOfWater -> Reviews
telephone :: SeaBodyOfWater -> Telephone
instance Show SeaBodyOfWater
instance Read SeaBodyOfWater
instance Eq SeaBodyOfWater
instance MetaData SeaBodyOfWater
module Text.HTML5.MetaData.Schema.MotorcycleDealer
-- | A motorcycle dealer.
--
--
-- - id MotorcycleDealer
-- - label Motorcycle Dealer
-- - comment A motorcycle dealer.
-- - ancestors
-- Thing,Organization,LocalBusiness,AutomotiveBusiness
-- - subtypes
-- - supertypes
-- AutomotiveBusiness
-- - url http://schema.org/MotorcycleDealer
--
data MotorcycleDealer
MotorcycleDealer :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> MotorcycleDealer
description :: MotorcycleDealer -> Description
image :: MotorcycleDealer -> Image
name :: MotorcycleDealer -> Name
url :: MotorcycleDealer -> Url
address :: MotorcycleDealer -> Address
aggregateRating :: MotorcycleDealer -> AggregateRating
containedIn :: MotorcycleDealer -> ContainedIn
event :: MotorcycleDealer -> Event
events :: MotorcycleDealer -> Events
faxNumber :: MotorcycleDealer -> FaxNumber
geo :: MotorcycleDealer -> Geo
interactionCount :: MotorcycleDealer -> InteractionCount
map :: MotorcycleDealer -> Map
maps :: MotorcycleDealer -> Maps
photo :: MotorcycleDealer -> Photo
photos :: MotorcycleDealer -> Photos
review :: MotorcycleDealer -> Review
reviews :: MotorcycleDealer -> Reviews
telephone :: MotorcycleDealer -> Telephone
contactPoint :: MotorcycleDealer -> ContactPoint
contactPoints :: MotorcycleDealer -> ContactPoints
email :: MotorcycleDealer -> Email
employee :: MotorcycleDealer -> Employee
employees :: MotorcycleDealer -> Employees
founder :: MotorcycleDealer -> Founder
founders :: MotorcycleDealer -> Founders
foundingDate :: MotorcycleDealer -> FoundingDate
location :: MotorcycleDealer -> Location
member :: MotorcycleDealer -> Member
members :: MotorcycleDealer -> Members
branchOf :: MotorcycleDealer -> BranchOf
currenciesAccepted :: MotorcycleDealer -> CurrenciesAccepted
openingHours :: MotorcycleDealer -> OpeningHours
paymentAccepted :: MotorcycleDealer -> PaymentAccepted
priceRange :: MotorcycleDealer -> PriceRange
instance Show MotorcycleDealer
instance Read MotorcycleDealer
instance Eq MotorcycleDealer
instance MetaData MotorcycleDealer
module Text.HTML5.MetaData.Schema.UserInteraction
-- | A user interacting with a page
--
--
-- - id UserInteraction
-- - label User Interaction
-- - comment A user interacting with a page
-- - ancestors
-- Thing,Event
-- - subtypes
-- UserBlocks,UserCheckins,UserComments,UserDownloads,UserLikes,UserPageVisits,UserPlays,UserPlusOnes,UserTweets
-- - supertypes Event
-- - url http://schema.org/UserInteraction
--
data UserInteraction
UserInteraction :: Description -> Image -> Name -> Url -> Attendee -> Attendees -> Duration -> EndDate -> Location -> Offers -> Performer -> Performers -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> UserInteraction
description :: UserInteraction -> Description
image :: UserInteraction -> Image
name :: UserInteraction -> Name
url :: UserInteraction -> Url
attendee :: UserInteraction -> Attendee
attendees :: UserInteraction -> Attendees
duration :: UserInteraction -> Duration
endDate :: UserInteraction -> EndDate
location :: UserInteraction -> Location
offers :: UserInteraction -> Offers
performer :: UserInteraction -> Performer
performers :: UserInteraction -> Performers
startDate :: UserInteraction -> StartDate
subEvent :: UserInteraction -> SubEvent
subEvents :: UserInteraction -> SubEvents
superEvent :: UserInteraction -> SuperEvent
instance Show UserInteraction
instance Read UserInteraction
instance Eq UserInteraction
instance MetaData UserInteraction
module Text.HTML5.MetaData.Schema.EducationEvent
-- | Event type: Education event.
--
--
data EducationEvent
EducationEvent :: Description -> Image -> Name -> Url -> Attendee -> Attendees -> Duration -> EndDate -> Location -> Offers -> Performer -> Performers -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> EducationEvent
description :: EducationEvent -> Description
image :: EducationEvent -> Image
name :: EducationEvent -> Name
url :: EducationEvent -> Url
attendee :: EducationEvent -> Attendee
attendees :: EducationEvent -> Attendees
duration :: EducationEvent -> Duration
endDate :: EducationEvent -> EndDate
location :: EducationEvent -> Location
offers :: EducationEvent -> Offers
performer :: EducationEvent -> Performer
performers :: EducationEvent -> Performers
startDate :: EducationEvent -> StartDate
subEvent :: EducationEvent -> SubEvent
subEvents :: EducationEvent -> SubEvents
superEvent :: EducationEvent -> SuperEvent
instance Show EducationEvent
instance Read EducationEvent
instance Eq EducationEvent
instance MetaData EducationEvent
module Text.HTML5.MetaData.Schema.Canal
-- | A canal, like the Panama Canal
--
--
-- - id Canal
-- - label Canal
-- - comment A canal, like the Panama Canal
-- - ancestors
-- Thing,Place,Landform,BodyOfWater
-- - subtypes
-- - supertypes BodyOfWater
-- - url http://schema.org/Canal
--
data Canal
Canal :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> Canal
description :: Canal -> Description
image :: Canal -> Image
name :: Canal -> Name
url :: Canal -> Url
address :: Canal -> Address
aggregateRating :: Canal -> AggregateRating
containedIn :: Canal -> ContainedIn
event :: Canal -> Event
events :: Canal -> Events
faxNumber :: Canal -> FaxNumber
geo :: Canal -> Geo
interactionCount :: Canal -> InteractionCount
map :: Canal -> Map
maps :: Canal -> Maps
photo :: Canal -> Photo
photos :: Canal -> Photos
review :: Canal -> Review
reviews :: Canal -> Reviews
telephone :: Canal -> Telephone
instance Show Canal
instance Read Canal
instance Eq Canal
instance MetaData Canal
module Text.HTML5.MetaData.Schema.Courthouse
-- | A courthouse.
--
--
-- - id Courthouse
-- - label Courthouse
-- - comment A courthouse.
-- - ancestors
-- Thing,Place,CivicStructure,GovernmentBuilding
-- - subtypes
-- - supertypes
-- GovernmentBuilding
-- - url http://schema.org/Courthouse
--
data Courthouse
Courthouse :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> Courthouse
description :: Courthouse -> Description
image :: Courthouse -> Image
name :: Courthouse -> Name
url :: Courthouse -> Url
address :: Courthouse -> Address
aggregateRating :: Courthouse -> AggregateRating
containedIn :: Courthouse -> ContainedIn
event :: Courthouse -> Event
events :: Courthouse -> Events
faxNumber :: Courthouse -> FaxNumber
geo :: Courthouse -> Geo
interactionCount :: Courthouse -> InteractionCount
map :: Courthouse -> Map
maps :: Courthouse -> Maps
photo :: Courthouse -> Photo
photos :: Courthouse -> Photos
review :: Courthouse -> Review
reviews :: Courthouse -> Reviews
telephone :: Courthouse -> Telephone
openingHours :: Courthouse -> OpeningHours
instance Show Courthouse
instance Read Courthouse
instance Eq Courthouse
instance MetaData Courthouse
module Text.HTML5.MetaData.Schema.PerformingGroup
-- | A performance group, such as a band, an orchestra, or a circus.
--
--
-- - id PerformingGroup
-- - label Performing Group
-- - comment A performance group, such as a band, an
-- orchestra, or a circus.
-- - ancestors
-- Thing,Organization
-- - subtypes
-- DanceGroup,MusicGroup,TheaterGroup
-- - supertypes Organization
-- - url http://schema.org/PerformingGroup
--
data PerformingGroup
PerformingGroup :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Event -> Events -> FaxNumber -> Founder -> Founders -> FoundingDate -> InteractionCount -> Location -> Member -> Members -> Review -> Reviews -> Telephone -> PerformingGroup
description :: PerformingGroup -> Description
image :: PerformingGroup -> Image
name :: PerformingGroup -> Name
url :: PerformingGroup -> Url
address :: PerformingGroup -> Address
aggregateRating :: PerformingGroup -> AggregateRating
contactPoint :: PerformingGroup -> ContactPoint
contactPoints :: PerformingGroup -> ContactPoints
email :: PerformingGroup -> Email
employee :: PerformingGroup -> Employee
employees :: PerformingGroup -> Employees
event :: PerformingGroup -> Event
events :: PerformingGroup -> Events
faxNumber :: PerformingGroup -> FaxNumber
founder :: PerformingGroup -> Founder
founders :: PerformingGroup -> Founders
foundingDate :: PerformingGroup -> FoundingDate
interactionCount :: PerformingGroup -> InteractionCount
location :: PerformingGroup -> Location
member :: PerformingGroup -> Member
members :: PerformingGroup -> Members
review :: PerformingGroup -> Review
reviews :: PerformingGroup -> Reviews
telephone :: PerformingGroup -> Telephone
instance Show PerformingGroup
instance Read PerformingGroup
instance Eq PerformingGroup
instance MetaData PerformingGroup
module Text.HTML5.MetaData.Schema.StructuredValue
-- | Structured values are strings—for example, addresses—that have certain
-- constraints on their structure.
--
--
-- - id StructuredValue
-- - label Structured Value
-- - comment Structured values are strings—for example,
-- addresses—that have certain constraints on their structure.
-- - ancestors
-- Thing,Intangible
-- - subtypes
-- ContactPoint,GeoCoordinates,GeoShape,NutritionInformation
-- - supertypes Intangible
-- - url http://schema.org/StructuredValue
--
data StructuredValue
StructuredValue :: Description -> Image -> Name -> Url -> StructuredValue
description :: StructuredValue -> Description
image :: StructuredValue -> Image
name :: StructuredValue -> Name
url :: StructuredValue -> Url
instance Show StructuredValue
instance Read StructuredValue
instance Eq StructuredValue
instance MetaData StructuredValue
module Text.HTML5.MetaData.Schema.Zoo
-- | A zoo.
--
--
-- - id Zoo
-- - label Zoo
-- - comment A zoo.
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/Zoo
--
data Zoo
Zoo :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> Zoo
description :: Zoo -> Description
image :: Zoo -> Image
name :: Zoo -> Name
url :: Zoo -> Url
address :: Zoo -> Address
aggregateRating :: Zoo -> AggregateRating
containedIn :: Zoo -> ContainedIn
event :: Zoo -> Event
events :: Zoo -> Events
faxNumber :: Zoo -> FaxNumber
geo :: Zoo -> Geo
interactionCount :: Zoo -> InteractionCount
map :: Zoo -> Map
maps :: Zoo -> Maps
photo :: Zoo -> Photo
photos :: Zoo -> Photos
review :: Zoo -> Review
reviews :: Zoo -> Reviews
telephone :: Zoo -> Telephone
openingHours :: Zoo -> OpeningHours
instance Show Zoo
instance Read Zoo
instance Eq Zoo
instance MetaData Zoo
module Text.HTML5.MetaData.Schema.GeneralContractor
-- | A general contractor.
--
--
-- - id GeneralContractor
-- - label General Contractor
-- - comment A general contractor.
-- - ancestors
-- Thing,Organization,LocalBusiness,HomeAndConstructionBusiness
-- - subtypes
-- - supertypes
-- HomeAndConstructionBusiness,ProfessionalService
-- - url
-- http://schema.org/GeneralContractor
--
data GeneralContractor
GeneralContractor :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> GeneralContractor
description :: GeneralContractor -> Description
image :: GeneralContractor -> Image
name :: GeneralContractor -> Name
url :: GeneralContractor -> Url
address :: GeneralContractor -> Address
aggregateRating :: GeneralContractor -> AggregateRating
containedIn :: GeneralContractor -> ContainedIn
event :: GeneralContractor -> Event
events :: GeneralContractor -> Events
faxNumber :: GeneralContractor -> FaxNumber
geo :: GeneralContractor -> Geo
interactionCount :: GeneralContractor -> InteractionCount
map :: GeneralContractor -> Map
maps :: GeneralContractor -> Maps
photo :: GeneralContractor -> Photo
photos :: GeneralContractor -> Photos
review :: GeneralContractor -> Review
reviews :: GeneralContractor -> Reviews
telephone :: GeneralContractor -> Telephone
contactPoint :: GeneralContractor -> ContactPoint
contactPoints :: GeneralContractor -> ContactPoints
email :: GeneralContractor -> Email
employee :: GeneralContractor -> Employee
employees :: GeneralContractor -> Employees
founder :: GeneralContractor -> Founder
founders :: GeneralContractor -> Founders
foundingDate :: GeneralContractor -> FoundingDate
location :: GeneralContractor -> Location
member :: GeneralContractor -> Member
members :: GeneralContractor -> Members
branchOf :: GeneralContractor -> BranchOf
currenciesAccepted :: GeneralContractor -> CurrenciesAccepted
openingHours :: GeneralContractor -> OpeningHours
paymentAccepted :: GeneralContractor -> PaymentAccepted
priceRange :: GeneralContractor -> PriceRange
instance Show GeneralContractor
instance Read GeneralContractor
instance Eq GeneralContractor
instance MetaData GeneralContractor
module Text.HTML5.MetaData.Schema.Attorney
-- | Professional service: Attorney.
--
--
-- - id Attorney
-- - label Attorney
-- - comment Professional service: Attorney.
-- - ancestors
-- Thing,Organization,LocalBusiness,ProfessionalService
-- - subtypes
-- - supertypes
-- ProfessionalService
-- - url http://schema.org/Attorney
--
data Attorney
Attorney :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Attorney
description :: Attorney -> Description
image :: Attorney -> Image
name :: Attorney -> Name
url :: Attorney -> Url
address :: Attorney -> Address
aggregateRating :: Attorney -> AggregateRating
containedIn :: Attorney -> ContainedIn
event :: Attorney -> Event
events :: Attorney -> Events
faxNumber :: Attorney -> FaxNumber
geo :: Attorney -> Geo
interactionCount :: Attorney -> InteractionCount
map :: Attorney -> Map
maps :: Attorney -> Maps
photo :: Attorney -> Photo
photos :: Attorney -> Photos
review :: Attorney -> Review
reviews :: Attorney -> Reviews
telephone :: Attorney -> Telephone
contactPoint :: Attorney -> ContactPoint
contactPoints :: Attorney -> ContactPoints
email :: Attorney -> Email
employee :: Attorney -> Employee
employees :: Attorney -> Employees
founder :: Attorney -> Founder
founders :: Attorney -> Founders
foundingDate :: Attorney -> FoundingDate
location :: Attorney -> Location
member :: Attorney -> Member
members :: Attorney -> Members
branchOf :: Attorney -> BranchOf
currenciesAccepted :: Attorney -> CurrenciesAccepted
openingHours :: Attorney -> OpeningHours
paymentAccepted :: Attorney -> PaymentAccepted
priceRange :: Attorney -> PriceRange
instance Show Attorney
instance Read Attorney
instance Eq Attorney
instance MetaData Attorney
module Text.HTML5.MetaData.Schema.Library
-- | A library.
--
--
-- - id Library
-- - label Library
-- - comment A library.
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- - supertypes LocalBusiness
-- - url http://schema.org/Library
--
data Library
Library :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Library
description :: Library -> Description
image :: Library -> Image
name :: Library -> Name
url :: Library -> Url
address :: Library -> Address
aggregateRating :: Library -> AggregateRating
containedIn :: Library -> ContainedIn
event :: Library -> Event
events :: Library -> Events
faxNumber :: Library -> FaxNumber
geo :: Library -> Geo
interactionCount :: Library -> InteractionCount
map :: Library -> Map
maps :: Library -> Maps
photo :: Library -> Photo
photos :: Library -> Photos
review :: Library -> Review
reviews :: Library -> Reviews
telephone :: Library -> Telephone
contactPoint :: Library -> ContactPoint
contactPoints :: Library -> ContactPoints
email :: Library -> Email
employee :: Library -> Employee
employees :: Library -> Employees
founder :: Library -> Founder
founders :: Library -> Founders
foundingDate :: Library -> FoundingDate
location :: Library -> Location
member :: Library -> Member
members :: Library -> Members
branchOf :: Library -> BranchOf
currenciesAccepted :: Library -> CurrenciesAccepted
openingHours :: Library -> OpeningHours
paymentAccepted :: Library -> PaymentAccepted
priceRange :: Library -> PriceRange
instance Show Library
instance Read Library
instance Eq Library
instance MetaData Library
module Text.HTML5.MetaData.Schema.SportingGoodsStore
-- | A sporting goods store.
--
--
-- - id SportingGoodsStore
-- - label Sporting Goods Store
-- - comment A sporting goods store.
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url
-- http://schema.org/SportingGoodsStore
--
data SportingGoodsStore
SportingGoodsStore :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> SportingGoodsStore
description :: SportingGoodsStore -> Description
image :: SportingGoodsStore -> Image
name :: SportingGoodsStore -> Name
url :: SportingGoodsStore -> Url
address :: SportingGoodsStore -> Address
aggregateRating :: SportingGoodsStore -> AggregateRating
containedIn :: SportingGoodsStore -> ContainedIn
event :: SportingGoodsStore -> Event
events :: SportingGoodsStore -> Events
faxNumber :: SportingGoodsStore -> FaxNumber
geo :: SportingGoodsStore -> Geo
interactionCount :: SportingGoodsStore -> InteractionCount
map :: SportingGoodsStore -> Map
maps :: SportingGoodsStore -> Maps
photo :: SportingGoodsStore -> Photo
photos :: SportingGoodsStore -> Photos
review :: SportingGoodsStore -> Review
reviews :: SportingGoodsStore -> Reviews
telephone :: SportingGoodsStore -> Telephone
contactPoint :: SportingGoodsStore -> ContactPoint
contactPoints :: SportingGoodsStore -> ContactPoints
email :: SportingGoodsStore -> Email
employee :: SportingGoodsStore -> Employee
employees :: SportingGoodsStore -> Employees
founder :: SportingGoodsStore -> Founder
founders :: SportingGoodsStore -> Founders
foundingDate :: SportingGoodsStore -> FoundingDate
location :: SportingGoodsStore -> Location
member :: SportingGoodsStore -> Member
members :: SportingGoodsStore -> Members
branchOf :: SportingGoodsStore -> BranchOf
currenciesAccepted :: SportingGoodsStore -> CurrenciesAccepted
openingHours :: SportingGoodsStore -> OpeningHours
paymentAccepted :: SportingGoodsStore -> PaymentAccepted
priceRange :: SportingGoodsStore -> PriceRange
instance Show SportingGoodsStore
instance Read SportingGoodsStore
instance Eq SportingGoodsStore
instance MetaData SportingGoodsStore
module Text.HTML5.MetaData.Schema.Campground
-- | A campground.
--
--
-- - id Campground
-- - label Campground
-- - comment A campground.
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/Campground
--
data Campground
Campground :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> Campground
description :: Campground -> Description
image :: Campground -> Image
name :: Campground -> Name
url :: Campground -> Url
address :: Campground -> Address
aggregateRating :: Campground -> AggregateRating
containedIn :: Campground -> ContainedIn
event :: Campground -> Event
events :: Campground -> Events
faxNumber :: Campground -> FaxNumber
geo :: Campground -> Geo
interactionCount :: Campground -> InteractionCount
map :: Campground -> Map
maps :: Campground -> Maps
photo :: Campground -> Photo
photos :: Campground -> Photos
review :: Campground -> Review
reviews :: Campground -> Reviews
telephone :: Campground -> Telephone
openingHours :: Campground -> OpeningHours
instance Show Campground
instance Read Campground
instance Eq Campground
instance MetaData Campground
module Text.HTML5.MetaData.Schema.TheaterEvent
-- | Event type: Theater performance.
--
--
data TheaterEvent
TheaterEvent :: Description -> Image -> Name -> Url -> Attendee -> Attendees -> Duration -> EndDate -> Location -> Offers -> Performer -> Performers -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> TheaterEvent
description :: TheaterEvent -> Description
image :: TheaterEvent -> Image
name :: TheaterEvent -> Name
url :: TheaterEvent -> Url
attendee :: TheaterEvent -> Attendee
attendees :: TheaterEvent -> Attendees
duration :: TheaterEvent -> Duration
endDate :: TheaterEvent -> EndDate
location :: TheaterEvent -> Location
offers :: TheaterEvent -> Offers
performer :: TheaterEvent -> Performer
performers :: TheaterEvent -> Performers
startDate :: TheaterEvent -> StartDate
subEvent :: TheaterEvent -> SubEvent
subEvents :: TheaterEvent -> SubEvents
superEvent :: TheaterEvent -> SuperEvent
instance Show TheaterEvent
instance Read TheaterEvent
instance Eq TheaterEvent
instance MetaData TheaterEvent
module Text.HTML5.MetaData.Schema.NightClub
-- | A nightclub or discotheque.
--
--
-- - id NightClub
-- - label Night Club
-- - comment A nightclub or discotheque.
-- - ancestors
-- Thing,Organization,LocalBusiness,EntertainmentBusiness
-- - subtypes
-- - supertypes
-- EntertainmentBusiness
-- - url http://schema.org/NightClub
--
data NightClub
NightClub :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> NightClub
description :: NightClub -> Description
image :: NightClub -> Image
name :: NightClub -> Name
url :: NightClub -> Url
address :: NightClub -> Address
aggregateRating :: NightClub -> AggregateRating
containedIn :: NightClub -> ContainedIn
event :: NightClub -> Event
events :: NightClub -> Events
faxNumber :: NightClub -> FaxNumber
geo :: NightClub -> Geo
interactionCount :: NightClub -> InteractionCount
map :: NightClub -> Map
maps :: NightClub -> Maps
photo :: NightClub -> Photo
photos :: NightClub -> Photos
review :: NightClub -> Review
reviews :: NightClub -> Reviews
telephone :: NightClub -> Telephone
contactPoint :: NightClub -> ContactPoint
contactPoints :: NightClub -> ContactPoints
email :: NightClub -> Email
employee :: NightClub -> Employee
employees :: NightClub -> Employees
founder :: NightClub -> Founder
founders :: NightClub -> Founders
foundingDate :: NightClub -> FoundingDate
location :: NightClub -> Location
member :: NightClub -> Member
members :: NightClub -> Members
branchOf :: NightClub -> BranchOf
currenciesAccepted :: NightClub -> CurrenciesAccepted
openingHours :: NightClub -> OpeningHours
paymentAccepted :: NightClub -> PaymentAccepted
priceRange :: NightClub -> PriceRange
instance Show NightClub
instance Read NightClub
instance Eq NightClub
instance MetaData NightClub
module Text.HTML5.MetaData.Schema.Dentist
-- | A dentist.
--
--
-- - id Dentist
-- - label Dentist
-- - comment A dentist.
-- - ancestors
-- Thing,Organization,LocalBusiness,MedicalOrganization
-- - subtypes
-- - supertypes
-- MedicalOrganization,ProfessionalService
-- - url http://schema.org/Dentist
--
data Dentist
Dentist :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Dentist
description :: Dentist -> Description
image :: Dentist -> Image
name :: Dentist -> Name
url :: Dentist -> Url
address :: Dentist -> Address
aggregateRating :: Dentist -> AggregateRating
containedIn :: Dentist -> ContainedIn
event :: Dentist -> Event
events :: Dentist -> Events
faxNumber :: Dentist -> FaxNumber
geo :: Dentist -> Geo
interactionCount :: Dentist -> InteractionCount
map :: Dentist -> Map
maps :: Dentist -> Maps
photo :: Dentist -> Photo
photos :: Dentist -> Photos
review :: Dentist -> Review
reviews :: Dentist -> Reviews
telephone :: Dentist -> Telephone
contactPoint :: Dentist -> ContactPoint
contactPoints :: Dentist -> ContactPoints
email :: Dentist -> Email
employee :: Dentist -> Employee
employees :: Dentist -> Employees
founder :: Dentist -> Founder
founders :: Dentist -> Founders
foundingDate :: Dentist -> FoundingDate
location :: Dentist -> Location
member :: Dentist -> Member
members :: Dentist -> Members
branchOf :: Dentist -> BranchOf
currenciesAccepted :: Dentist -> CurrenciesAccepted
openingHours :: Dentist -> OpeningHours
paymentAccepted :: Dentist -> PaymentAccepted
priceRange :: Dentist -> PriceRange
instance Show Dentist
instance Read Dentist
instance Eq Dentist
instance MetaData Dentist
module Text.HTML5.MetaData.Schema.ComedyClub
-- | A comedy club.
--
--
-- - id ComedyClub
-- - label Comedy Club
-- - comment A comedy club.
-- - ancestors
-- Thing,Organization,LocalBusiness,EntertainmentBusiness
-- - subtypes
-- - supertypes
-- EntertainmentBusiness
-- - url http://schema.org/ComedyClub
--
data ComedyClub
ComedyClub :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> ComedyClub
description :: ComedyClub -> Description
image :: ComedyClub -> Image
name :: ComedyClub -> Name
url :: ComedyClub -> Url
address :: ComedyClub -> Address
aggregateRating :: ComedyClub -> AggregateRating
containedIn :: ComedyClub -> ContainedIn
event :: ComedyClub -> Event
events :: ComedyClub -> Events
faxNumber :: ComedyClub -> FaxNumber
geo :: ComedyClub -> Geo
interactionCount :: ComedyClub -> InteractionCount
map :: ComedyClub -> Map
maps :: ComedyClub -> Maps
photo :: ComedyClub -> Photo
photos :: ComedyClub -> Photos
review :: ComedyClub -> Review
reviews :: ComedyClub -> Reviews
telephone :: ComedyClub -> Telephone
contactPoint :: ComedyClub -> ContactPoint
contactPoints :: ComedyClub -> ContactPoints
email :: ComedyClub -> Email
employee :: ComedyClub -> Employee
employees :: ComedyClub -> Employees
founder :: ComedyClub -> Founder
founders :: ComedyClub -> Founders
foundingDate :: ComedyClub -> FoundingDate
location :: ComedyClub -> Location
member :: ComedyClub -> Member
members :: ComedyClub -> Members
branchOf :: ComedyClub -> BranchOf
currenciesAccepted :: ComedyClub -> CurrenciesAccepted
openingHours :: ComedyClub -> OpeningHours
paymentAccepted :: ComedyClub -> PaymentAccepted
priceRange :: ComedyClub -> PriceRange
instance Show ComedyClub
instance Read ComedyClub
instance Eq ComedyClub
instance MetaData ComedyClub
module Text.HTML5.MetaData.Schema.HomeGoodsStore
-- | A home goods store.
--
--
-- - id HomeGoodsStore
-- - label Home Goods Store
-- - comment A home goods store.
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/HomeGoodsStore
--
data HomeGoodsStore
HomeGoodsStore :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> HomeGoodsStore
description :: HomeGoodsStore -> Description
image :: HomeGoodsStore -> Image
name :: HomeGoodsStore -> Name
url :: HomeGoodsStore -> Url
address :: HomeGoodsStore -> Address
aggregateRating :: HomeGoodsStore -> AggregateRating
containedIn :: HomeGoodsStore -> ContainedIn
event :: HomeGoodsStore -> Event
events :: HomeGoodsStore -> Events
faxNumber :: HomeGoodsStore -> FaxNumber
geo :: HomeGoodsStore -> Geo
interactionCount :: HomeGoodsStore -> InteractionCount
map :: HomeGoodsStore -> Map
maps :: HomeGoodsStore -> Maps
photo :: HomeGoodsStore -> Photo
photos :: HomeGoodsStore -> Photos
review :: HomeGoodsStore -> Review
reviews :: HomeGoodsStore -> Reviews
telephone :: HomeGoodsStore -> Telephone
contactPoint :: HomeGoodsStore -> ContactPoint
contactPoints :: HomeGoodsStore -> ContactPoints
email :: HomeGoodsStore -> Email
employee :: HomeGoodsStore -> Employee
employees :: HomeGoodsStore -> Employees
founder :: HomeGoodsStore -> Founder
founders :: HomeGoodsStore -> Founders
foundingDate :: HomeGoodsStore -> FoundingDate
location :: HomeGoodsStore -> Location
member :: HomeGoodsStore -> Member
members :: HomeGoodsStore -> Members
branchOf :: HomeGoodsStore -> BranchOf
currenciesAccepted :: HomeGoodsStore -> CurrenciesAccepted
openingHours :: HomeGoodsStore -> OpeningHours
paymentAccepted :: HomeGoodsStore -> PaymentAccepted
priceRange :: HomeGoodsStore -> PriceRange
instance Show HomeGoodsStore
instance Read HomeGoodsStore
instance Eq HomeGoodsStore
instance MetaData HomeGoodsStore
module Text.HTML5.MetaData.Schema.StadiumOrArena
-- | A stadium.
--
--
-- - id StadiumOrArena
-- - label Stadium or Arena
-- - comment A stadium.
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes
-- CivicStructure,SportsActivityLocation
-- - url http://schema.org/StadiumOrArena
--
data StadiumOrArena
StadiumOrArena :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> StadiumOrArena
description :: StadiumOrArena -> Description
image :: StadiumOrArena -> Image
name :: StadiumOrArena -> Name
url :: StadiumOrArena -> Url
address :: StadiumOrArena -> Address
aggregateRating :: StadiumOrArena -> AggregateRating
containedIn :: StadiumOrArena -> ContainedIn
event :: StadiumOrArena -> Event
events :: StadiumOrArena -> Events
faxNumber :: StadiumOrArena -> FaxNumber
geo :: StadiumOrArena -> Geo
interactionCount :: StadiumOrArena -> InteractionCount
map :: StadiumOrArena -> Map
maps :: StadiumOrArena -> Maps
photo :: StadiumOrArena -> Photo
photos :: StadiumOrArena -> Photos
review :: StadiumOrArena -> Review
reviews :: StadiumOrArena -> Reviews
telephone :: StadiumOrArena -> Telephone
contactPoint :: StadiumOrArena -> ContactPoint
contactPoints :: StadiumOrArena -> ContactPoints
email :: StadiumOrArena -> Email
employee :: StadiumOrArena -> Employee
employees :: StadiumOrArena -> Employees
founder :: StadiumOrArena -> Founder
founders :: StadiumOrArena -> Founders
foundingDate :: StadiumOrArena -> FoundingDate
location :: StadiumOrArena -> Location
member :: StadiumOrArena -> Member
members :: StadiumOrArena -> Members
branchOf :: StadiumOrArena -> BranchOf
currenciesAccepted :: StadiumOrArena -> CurrenciesAccepted
openingHours :: StadiumOrArena -> OpeningHours
paymentAccepted :: StadiumOrArena -> PaymentAccepted
priceRange :: StadiumOrArena -> PriceRange
instance Show StadiumOrArena
instance Read StadiumOrArena
instance Eq StadiumOrArena
instance MetaData StadiumOrArena
module Text.HTML5.MetaData.Schema.FireStation
-- | A fire station. With firemen.
--
--
-- - id FireStation
-- - label Fire Station
-- - comment A fire station. With firemen.
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes
-- CivicStructure,EmergencyService
-- - url http://schema.org/FireStation
--
data FireStation
FireStation :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> FireStation
description :: FireStation -> Description
image :: FireStation -> Image
name :: FireStation -> Name
url :: FireStation -> Url
address :: FireStation -> Address
aggregateRating :: FireStation -> AggregateRating
containedIn :: FireStation -> ContainedIn
event :: FireStation -> Event
events :: FireStation -> Events
faxNumber :: FireStation -> FaxNumber
geo :: FireStation -> Geo
interactionCount :: FireStation -> InteractionCount
map :: FireStation -> Map
maps :: FireStation -> Maps
photo :: FireStation -> Photo
photos :: FireStation -> Photos
review :: FireStation -> Review
reviews :: FireStation -> Reviews
telephone :: FireStation -> Telephone
contactPoint :: FireStation -> ContactPoint
contactPoints :: FireStation -> ContactPoints
email :: FireStation -> Email
employee :: FireStation -> Employee
employees :: FireStation -> Employees
founder :: FireStation -> Founder
founders :: FireStation -> Founders
foundingDate :: FireStation -> FoundingDate
location :: FireStation -> Location
member :: FireStation -> Member
members :: FireStation -> Members
branchOf :: FireStation -> BranchOf
currenciesAccepted :: FireStation -> CurrenciesAccepted
openingHours :: FireStation -> OpeningHours
paymentAccepted :: FireStation -> PaymentAccepted
priceRange :: FireStation -> PriceRange
instance Show FireStation
instance Read FireStation
instance Eq FireStation
instance MetaData FireStation
module Text.HTML5.MetaData.Schema.BarOrPub
-- | A bar or pub.
--
--
-- - id BarOrPub
-- - label Bar or Pub
-- - comment A bar or pub.
-- - ancestors
-- Thing,Organization,LocalBusiness,FoodEstablishment
-- - subtypes
-- - supertypes
-- FoodEstablishment
-- - url http://schema.org/BarOrPub
--
data BarOrPub
BarOrPub :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AcceptsReservations -> Menu -> ServesCuisine -> BarOrPub
description :: BarOrPub -> Description
image :: BarOrPub -> Image
name :: BarOrPub -> Name
url :: BarOrPub -> Url
address :: BarOrPub -> Address
aggregateRating :: BarOrPub -> AggregateRating
containedIn :: BarOrPub -> ContainedIn
event :: BarOrPub -> Event
events :: BarOrPub -> Events
faxNumber :: BarOrPub -> FaxNumber
geo :: BarOrPub -> Geo
interactionCount :: BarOrPub -> InteractionCount
map :: BarOrPub -> Map
maps :: BarOrPub -> Maps
photo :: BarOrPub -> Photo
photos :: BarOrPub -> Photos
review :: BarOrPub -> Review
reviews :: BarOrPub -> Reviews
telephone :: BarOrPub -> Telephone
contactPoint :: BarOrPub -> ContactPoint
contactPoints :: BarOrPub -> ContactPoints
email :: BarOrPub -> Email
employee :: BarOrPub -> Employee
employees :: BarOrPub -> Employees
founder :: BarOrPub -> Founder
founders :: BarOrPub -> Founders
foundingDate :: BarOrPub -> FoundingDate
location :: BarOrPub -> Location
member :: BarOrPub -> Member
members :: BarOrPub -> Members
branchOf :: BarOrPub -> BranchOf
currenciesAccepted :: BarOrPub -> CurrenciesAccepted
openingHours :: BarOrPub -> OpeningHours
paymentAccepted :: BarOrPub -> PaymentAccepted
priceRange :: BarOrPub -> PriceRange
acceptsReservations :: BarOrPub -> AcceptsReservations
menu :: BarOrPub -> Menu
servesCuisine :: BarOrPub -> ServesCuisine
instance Show BarOrPub
instance Read BarOrPub
instance Eq BarOrPub
instance MetaData BarOrPub
module Text.HTML5.MetaData.Schema.Comment
-- | A comment on an item - for example, a comment on a blog post. The
-- comment's content is expressed via the text property, and its
-- topic via about, properties shared with all CreativeWorks.
--
--
-- - id Comment
-- - label Comment
-- - comment A comment on an item - for example, a
-- comment on a blog post. The comment's content is expressed via the
-- text property, and its topic via about, properties
-- shared with all CreativeWorks.
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes CreativeWork
-- - url http://schema.org/Comment
--
data Comment
Comment :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> Comment
description :: Comment -> Description
image :: Comment -> Image
name :: Comment -> Name
url :: Comment -> Url
about :: Comment -> About
accountablePerson :: Comment -> AccountablePerson
aggregateRating :: Comment -> AggregateRating
alternativeHeadline :: Comment -> AlternativeHeadline
associatedMedia :: Comment -> AssociatedMedia
audio :: Comment -> Audio
author :: Comment -> Author
award :: Comment -> Award
awards :: Comment -> Awards
comment :: Comment -> Comment
contentLocation :: Comment -> ContentLocation
contentRating :: Comment -> ContentRating
contributor :: Comment -> Contributor
copyrightHolder :: Comment -> CopyrightHolder
copyrightYear :: Comment -> CopyrightYear
creator :: Comment -> Creator
dateCreated :: Comment -> DateCreated
dateModified :: Comment -> DateModified
datePublished :: Comment -> DatePublished
discussionUrl :: Comment -> DiscussionUrl
editor :: Comment -> Editor
encoding :: Comment -> Encoding
encodings :: Comment -> Encodings
genre :: Comment -> Genre
headline :: Comment -> Headline
inLanguage :: Comment -> InLanguage
interactionCount :: Comment -> InteractionCount
isFamilyFriendly :: Comment -> IsFamilyFriendly
keywords :: Comment -> Keywords
mentions :: Comment -> Mentions
offers :: Comment -> Offers
provider :: Comment -> Provider
publisher :: Comment -> Publisher
publishingPrinciples :: Comment -> PublishingPrinciples
review :: Comment -> Review
reviews :: Comment -> Reviews
sourceOrganization :: Comment -> SourceOrganization
text :: Comment -> Text
thumbnailUrl :: Comment -> ThumbnailUrl
version :: Comment -> Version
video :: Comment -> Video
instance Show Comment
instance Read Comment
instance Eq Comment
instance MetaData Comment
module Text.HTML5.MetaData.Schema.MusicVideoObject
-- | A music video file.
--
--
-- - id MusicVideoObject
-- - label Music Video Object
-- - comment A music video file.
-- - ancestors
-- Thing,CreativeWork,MediaObject
-- - subtypes
-- - supertypes MediaObject
-- - url http://schema.org/MusicVideoObject
--
data MusicVideoObject
MusicVideoObject :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> AssociatedArticle -> Bitrate -> ContentSize -> ContentUrl -> Duration -> EmbedUrl -> EncodesCreativeWork -> EncodingFormat -> Expires -> Height -> PlayerType -> RegionsAllowed -> RequiresSubscription -> UploadDate -> Width -> MusicVideoObject
description :: MusicVideoObject -> Description
image :: MusicVideoObject -> Image
name :: MusicVideoObject -> Name
url :: MusicVideoObject -> Url
about :: MusicVideoObject -> About
accountablePerson :: MusicVideoObject -> AccountablePerson
aggregateRating :: MusicVideoObject -> AggregateRating
alternativeHeadline :: MusicVideoObject -> AlternativeHeadline
associatedMedia :: MusicVideoObject -> AssociatedMedia
audio :: MusicVideoObject -> Audio
author :: MusicVideoObject -> Author
award :: MusicVideoObject -> Award
awards :: MusicVideoObject -> Awards
comment :: MusicVideoObject -> Comment
contentLocation :: MusicVideoObject -> ContentLocation
contentRating :: MusicVideoObject -> ContentRating
contributor :: MusicVideoObject -> Contributor
copyrightHolder :: MusicVideoObject -> CopyrightHolder
copyrightYear :: MusicVideoObject -> CopyrightYear
creator :: MusicVideoObject -> Creator
dateCreated :: MusicVideoObject -> DateCreated
dateModified :: MusicVideoObject -> DateModified
datePublished :: MusicVideoObject -> DatePublished
discussionUrl :: MusicVideoObject -> DiscussionUrl
editor :: MusicVideoObject -> Editor
encoding :: MusicVideoObject -> Encoding
encodings :: MusicVideoObject -> Encodings
genre :: MusicVideoObject -> Genre
headline :: MusicVideoObject -> Headline
inLanguage :: MusicVideoObject -> InLanguage
interactionCount :: MusicVideoObject -> InteractionCount
isFamilyFriendly :: MusicVideoObject -> IsFamilyFriendly
keywords :: MusicVideoObject -> Keywords
mentions :: MusicVideoObject -> Mentions
offers :: MusicVideoObject -> Offers
provider :: MusicVideoObject -> Provider
publisher :: MusicVideoObject -> Publisher
publishingPrinciples :: MusicVideoObject -> PublishingPrinciples
review :: MusicVideoObject -> Review
reviews :: MusicVideoObject -> Reviews
sourceOrganization :: MusicVideoObject -> SourceOrganization
text :: MusicVideoObject -> Text
thumbnailUrl :: MusicVideoObject -> ThumbnailUrl
version :: MusicVideoObject -> Version
video :: MusicVideoObject -> Video
associatedArticle :: MusicVideoObject -> AssociatedArticle
bitrate :: MusicVideoObject -> Bitrate
contentSize :: MusicVideoObject -> ContentSize
contentUrl :: MusicVideoObject -> ContentUrl
duration :: MusicVideoObject -> Duration
embedUrl :: MusicVideoObject -> EmbedUrl
encodesCreativeWork :: MusicVideoObject -> EncodesCreativeWork
encodingFormat :: MusicVideoObject -> EncodingFormat
expires :: MusicVideoObject -> Expires
height :: MusicVideoObject -> Height
playerType :: MusicVideoObject -> PlayerType
regionsAllowed :: MusicVideoObject -> RegionsAllowed
requiresSubscription :: MusicVideoObject -> RequiresSubscription
uploadDate :: MusicVideoObject -> UploadDate
width :: MusicVideoObject -> Width
instance Show MusicVideoObject
instance Read MusicVideoObject
instance Eq MusicVideoObject
instance MetaData MusicVideoObject
module Text.HTML5.MetaData.Schema.Museum
-- | A museum.
--
--
-- - id Museum
-- - label Museum
-- - comment A museum.
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/Museum
--
data Museum
Museum :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> Museum
description :: Museum -> Description
image :: Museum -> Image
name :: Museum -> Name
url :: Museum -> Url
address :: Museum -> Address
aggregateRating :: Museum -> AggregateRating
containedIn :: Museum -> ContainedIn
event :: Museum -> Event
events :: Museum -> Events
faxNumber :: Museum -> FaxNumber
geo :: Museum -> Geo
interactionCount :: Museum -> InteractionCount
map :: Museum -> Map
maps :: Museum -> Maps
photo :: Museum -> Photo
photos :: Museum -> Photos
review :: Museum -> Review
reviews :: Museum -> Reviews
telephone :: Museum -> Telephone
openingHours :: Museum -> OpeningHours
instance Show Museum
instance Read Museum
instance Eq Museum
instance MetaData Museum
module Text.HTML5.MetaData.Schema.MovingCompany
-- | A moving company.
--
--
-- - id MovingCompany
-- - label Moving Company
-- - comment A moving company.
-- - ancestors
-- Thing,Organization,LocalBusiness,HomeAndConstructionBusiness
-- - subtypes
-- - supertypes
-- HomeAndConstructionBusiness
-- - url http://schema.org/MovingCompany
--
data MovingCompany
MovingCompany :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> MovingCompany
description :: MovingCompany -> Description
image :: MovingCompany -> Image
name :: MovingCompany -> Name
url :: MovingCompany -> Url
address :: MovingCompany -> Address
aggregateRating :: MovingCompany -> AggregateRating
containedIn :: MovingCompany -> ContainedIn
event :: MovingCompany -> Event
events :: MovingCompany -> Events
faxNumber :: MovingCompany -> FaxNumber
geo :: MovingCompany -> Geo
interactionCount :: MovingCompany -> InteractionCount
map :: MovingCompany -> Map
maps :: MovingCompany -> Maps
photo :: MovingCompany -> Photo
photos :: MovingCompany -> Photos
review :: MovingCompany -> Review
reviews :: MovingCompany -> Reviews
telephone :: MovingCompany -> Telephone
contactPoint :: MovingCompany -> ContactPoint
contactPoints :: MovingCompany -> ContactPoints
email :: MovingCompany -> Email
employee :: MovingCompany -> Employee
employees :: MovingCompany -> Employees
founder :: MovingCompany -> Founder
founders :: MovingCompany -> Founders
foundingDate :: MovingCompany -> FoundingDate
location :: MovingCompany -> Location
member :: MovingCompany -> Member
members :: MovingCompany -> Members
branchOf :: MovingCompany -> BranchOf
currenciesAccepted :: MovingCompany -> CurrenciesAccepted
openingHours :: MovingCompany -> OpeningHours
paymentAccepted :: MovingCompany -> PaymentAccepted
priceRange :: MovingCompany -> PriceRange
instance Show MovingCompany
instance Read MovingCompany
instance Eq MovingCompany
instance MetaData MovingCompany
module Text.HTML5.MetaData.Schema.BeautySalon
-- | Beauty salon.
--
--
-- - id BeautySalon
-- - label Beauty Salon
-- - comment Beauty salon.
-- - ancestors
-- Thing,Organization,LocalBusiness,HealthAndBeautyBusiness
-- - subtypes
-- - supertypes
-- HealthAndBeautyBusiness
-- - url http://schema.org/BeautySalon
--
data BeautySalon
BeautySalon :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> BeautySalon
description :: BeautySalon -> Description
image :: BeautySalon -> Image
name :: BeautySalon -> Name
url :: BeautySalon -> Url
address :: BeautySalon -> Address
aggregateRating :: BeautySalon -> AggregateRating
containedIn :: BeautySalon -> ContainedIn
event :: BeautySalon -> Event
events :: BeautySalon -> Events
faxNumber :: BeautySalon -> FaxNumber
geo :: BeautySalon -> Geo
interactionCount :: BeautySalon -> InteractionCount
map :: BeautySalon -> Map
maps :: BeautySalon -> Maps
photo :: BeautySalon -> Photo
photos :: BeautySalon -> Photos
review :: BeautySalon -> Review
reviews :: BeautySalon -> Reviews
telephone :: BeautySalon -> Telephone
contactPoint :: BeautySalon -> ContactPoint
contactPoints :: BeautySalon -> ContactPoints
email :: BeautySalon -> Email
employee :: BeautySalon -> Employee
employees :: BeautySalon -> Employees
founder :: BeautySalon -> Founder
founders :: BeautySalon -> Founders
foundingDate :: BeautySalon -> FoundingDate
location :: BeautySalon -> Location
member :: BeautySalon -> Member
members :: BeautySalon -> Members
branchOf :: BeautySalon -> BranchOf
currenciesAccepted :: BeautySalon -> CurrenciesAccepted
openingHours :: BeautySalon -> OpeningHours
paymentAccepted :: BeautySalon -> PaymentAccepted
priceRange :: BeautySalon -> PriceRange
instance Show BeautySalon
instance Read BeautySalon
instance Eq BeautySalon
instance MetaData BeautySalon
module Text.HTML5.MetaData.Schema.FoodEvent
-- | Event type: Food event.
--
--
data FoodEvent
FoodEvent :: Description -> Image -> Name -> Url -> Attendee -> Attendees -> Duration -> EndDate -> Location -> Offers -> Performer -> Performers -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> FoodEvent
description :: FoodEvent -> Description
image :: FoodEvent -> Image
name :: FoodEvent -> Name
url :: FoodEvent -> Url
attendee :: FoodEvent -> Attendee
attendees :: FoodEvent -> Attendees
duration :: FoodEvent -> Duration
endDate :: FoodEvent -> EndDate
location :: FoodEvent -> Location
offers :: FoodEvent -> Offers
performer :: FoodEvent -> Performer
performers :: FoodEvent -> Performers
startDate :: FoodEvent -> StartDate
subEvent :: FoodEvent -> SubEvent
subEvents :: FoodEvent -> SubEvents
superEvent :: FoodEvent -> SuperEvent
instance Show FoodEvent
instance Read FoodEvent
instance Eq FoodEvent
instance MetaData FoodEvent
module Text.HTML5.MetaData.Schema.ConvenienceStore
-- | A convenience store.
--
--
-- - id ConvenienceStore
-- - label Convenience Store
-- - comment A convenience store.
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/ConvenienceStore
--
data ConvenienceStore
ConvenienceStore :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> ConvenienceStore
description :: ConvenienceStore -> Description
image :: ConvenienceStore -> Image
name :: ConvenienceStore -> Name
url :: ConvenienceStore -> Url
address :: ConvenienceStore -> Address
aggregateRating :: ConvenienceStore -> AggregateRating
containedIn :: ConvenienceStore -> ContainedIn
event :: ConvenienceStore -> Event
events :: ConvenienceStore -> Events
faxNumber :: ConvenienceStore -> FaxNumber
geo :: ConvenienceStore -> Geo
interactionCount :: ConvenienceStore -> InteractionCount
map :: ConvenienceStore -> Map
maps :: ConvenienceStore -> Maps
photo :: ConvenienceStore -> Photo
photos :: ConvenienceStore -> Photos
review :: ConvenienceStore -> Review
reviews :: ConvenienceStore -> Reviews
telephone :: ConvenienceStore -> Telephone
contactPoint :: ConvenienceStore -> ContactPoint
contactPoints :: ConvenienceStore -> ContactPoints
email :: ConvenienceStore -> Email
employee :: ConvenienceStore -> Employee
employees :: ConvenienceStore -> Employees
founder :: ConvenienceStore -> Founder
founders :: ConvenienceStore -> Founders
foundingDate :: ConvenienceStore -> FoundingDate
location :: ConvenienceStore -> Location
member :: ConvenienceStore -> Member
members :: ConvenienceStore -> Members
branchOf :: ConvenienceStore -> BranchOf
currenciesAccepted :: ConvenienceStore -> CurrenciesAccepted
openingHours :: ConvenienceStore -> OpeningHours
paymentAccepted :: ConvenienceStore -> PaymentAccepted
priceRange :: ConvenienceStore -> PriceRange
instance Show ConvenienceStore
instance Read ConvenienceStore
instance Eq ConvenienceStore
instance MetaData ConvenienceStore
module Text.HTML5.MetaData.Schema.WebPage
-- | A web page. Every web page is implicitly assumed to be declared to be
-- of type WebPage, so the various properties about that webpage, such as
-- breadcrumb may be used. We recommend explicit declaration if these
-- properties are specified, but if they are found outside of an
-- itemscope, they will be assumed to be about the page
--
--
-- - id WebPage
-- - label Web Page
-- - comment A web page. Every web page is implicitly
-- assumed to be declared to be of type WebPage, so the various
-- properties about that webpage, such as
-- codebreadcrumb/code may be used. We recommend explicit
-- declaration if these properties are specified, but if they are found
-- outside of an itemscope, they will be assumed to be about the
-- page
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- AboutPage,CheckoutPage,CollectionPage,ContactPage,ItemPage,ProfilePage,SearchResultsPage
-- - supertypes CreativeWork
-- - url http://schema.org/WebPage
--
data WebPage
WebPage :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> Breadcrumb -> IsPartOf -> MainContentOfPage -> PrimaryImageOfPage -> SignificantLink -> SignificantLinks -> WebPage
description :: WebPage -> Description
image :: WebPage -> Image
name :: WebPage -> Name
url :: WebPage -> Url
about :: WebPage -> About
accountablePerson :: WebPage -> AccountablePerson
aggregateRating :: WebPage -> AggregateRating
alternativeHeadline :: WebPage -> AlternativeHeadline
associatedMedia :: WebPage -> AssociatedMedia
audio :: WebPage -> Audio
author :: WebPage -> Author
award :: WebPage -> Award
awards :: WebPage -> Awards
comment :: WebPage -> Comment
contentLocation :: WebPage -> ContentLocation
contentRating :: WebPage -> ContentRating
contributor :: WebPage -> Contributor
copyrightHolder :: WebPage -> CopyrightHolder
copyrightYear :: WebPage -> CopyrightYear
creator :: WebPage -> Creator
dateCreated :: WebPage -> DateCreated
dateModified :: WebPage -> DateModified
datePublished :: WebPage -> DatePublished
discussionUrl :: WebPage -> DiscussionUrl
editor :: WebPage -> Editor
encoding :: WebPage -> Encoding
encodings :: WebPage -> Encodings
genre :: WebPage -> Genre
headline :: WebPage -> Headline
inLanguage :: WebPage -> InLanguage
interactionCount :: WebPage -> InteractionCount
isFamilyFriendly :: WebPage -> IsFamilyFriendly
keywords :: WebPage -> Keywords
mentions :: WebPage -> Mentions
offers :: WebPage -> Offers
provider :: WebPage -> Provider
publisher :: WebPage -> Publisher
publishingPrinciples :: WebPage -> PublishingPrinciples
review :: WebPage -> Review
reviews :: WebPage -> Reviews
sourceOrganization :: WebPage -> SourceOrganization
text :: WebPage -> Text
thumbnailUrl :: WebPage -> ThumbnailUrl
version :: WebPage -> Version
video :: WebPage -> Video
breadcrumb :: WebPage -> Breadcrumb
isPartOf :: WebPage -> IsPartOf
mainContentOfPage :: WebPage -> MainContentOfPage
primaryImageOfPage :: WebPage -> PrimaryImageOfPage
significantLink :: WebPage -> SignificantLink
significantLinks :: WebPage -> SignificantLinks
instance Show WebPage
instance Read WebPage
instance Eq WebPage
instance MetaData WebPage
module Text.HTML5.MetaData.Schema.GatedResidenceCommunity
-- | Residence type: Gated community.
--
--
-- - id GatedResidenceCommunity
-- - label Gated Residence Community
-- - comment Residence type: Gated community.
-- - ancestors
-- Thing,Place,Residence
-- - subtypes
-- - supertypes Residence
-- - url
-- http://schema.org/GatedResidenceCommunity
--
data GatedResidenceCommunity
GatedResidenceCommunity :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> GatedResidenceCommunity
description :: GatedResidenceCommunity -> Description
image :: GatedResidenceCommunity -> Image
name :: GatedResidenceCommunity -> Name
url :: GatedResidenceCommunity -> Url
address :: GatedResidenceCommunity -> Address
aggregateRating :: GatedResidenceCommunity -> AggregateRating
containedIn :: GatedResidenceCommunity -> ContainedIn
event :: GatedResidenceCommunity -> Event
events :: GatedResidenceCommunity -> Events
faxNumber :: GatedResidenceCommunity -> FaxNumber
geo :: GatedResidenceCommunity -> Geo
interactionCount :: GatedResidenceCommunity -> InteractionCount
map :: GatedResidenceCommunity -> Map
maps :: GatedResidenceCommunity -> Maps
photo :: GatedResidenceCommunity -> Photo
photos :: GatedResidenceCommunity -> Photos
review :: GatedResidenceCommunity -> Review
reviews :: GatedResidenceCommunity -> Reviews
telephone :: GatedResidenceCommunity -> Telephone
instance Show GatedResidenceCommunity
instance Read GatedResidenceCommunity
instance Eq GatedResidenceCommunity
instance MetaData GatedResidenceCommunity
module Text.HTML5.MetaData.Schema.TaxiStand
-- | A taxi stand.
--
--
-- - id TaxiStand
-- - label Taxi Stand
-- - comment A taxi stand.
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/TaxiStand
--
data TaxiStand
TaxiStand :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> TaxiStand
description :: TaxiStand -> Description
image :: TaxiStand -> Image
name :: TaxiStand -> Name
url :: TaxiStand -> Url
address :: TaxiStand -> Address
aggregateRating :: TaxiStand -> AggregateRating
containedIn :: TaxiStand -> ContainedIn
event :: TaxiStand -> Event
events :: TaxiStand -> Events
faxNumber :: TaxiStand -> FaxNumber
geo :: TaxiStand -> Geo
interactionCount :: TaxiStand -> InteractionCount
map :: TaxiStand -> Map
maps :: TaxiStand -> Maps
photo :: TaxiStand -> Photo
photos :: TaxiStand -> Photos
review :: TaxiStand -> Review
reviews :: TaxiStand -> Reviews
telephone :: TaxiStand -> Telephone
openingHours :: TaxiStand -> OpeningHours
instance Show TaxiStand
instance Read TaxiStand
instance Eq TaxiStand
instance MetaData TaxiStand
module Text.HTML5.MetaData.Schema.ElementarySchool
-- | An elementary school.
--
--
-- - id ElementarySchool
-- - label Elementary School
-- - comment An elementary school.
-- - ancestors
-- Thing,Organization,EducationalOrganization
-- - subtypes
-- - supertypes
-- EducationalOrganization
-- - url http://schema.org/ElementarySchool
--
data ElementarySchool
ElementarySchool :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Event -> Events -> FaxNumber -> Founder -> Founders -> FoundingDate -> InteractionCount -> Location -> Member -> Members -> Review -> Reviews -> Telephone -> Alumni -> ElementarySchool
description :: ElementarySchool -> Description
image :: ElementarySchool -> Image
name :: ElementarySchool -> Name
url :: ElementarySchool -> Url
address :: ElementarySchool -> Address
aggregateRating :: ElementarySchool -> AggregateRating
contactPoint :: ElementarySchool -> ContactPoint
contactPoints :: ElementarySchool -> ContactPoints
email :: ElementarySchool -> Email
employee :: ElementarySchool -> Employee
employees :: ElementarySchool -> Employees
event :: ElementarySchool -> Event
events :: ElementarySchool -> Events
faxNumber :: ElementarySchool -> FaxNumber
founder :: ElementarySchool -> Founder
founders :: ElementarySchool -> Founders
foundingDate :: ElementarySchool -> FoundingDate
interactionCount :: ElementarySchool -> InteractionCount
location :: ElementarySchool -> Location
member :: ElementarySchool -> Member
members :: ElementarySchool -> Members
review :: ElementarySchool -> Review
reviews :: ElementarySchool -> Reviews
telephone :: ElementarySchool -> Telephone
alumni :: ElementarySchool -> Alumni
instance Show ElementarySchool
instance Read ElementarySchool
instance Eq ElementarySchool
instance MetaData ElementarySchool
module Text.HTML5.MetaData.Schema.RadioStation
-- | A radio station.
--
--
-- - id RadioStation
-- - label Radio Station
-- - comment A radio station.
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- - supertypes LocalBusiness
-- - url http://schema.org/RadioStation
--
data RadioStation
RadioStation :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> RadioStation
description :: RadioStation -> Description
image :: RadioStation -> Image
name :: RadioStation -> Name
url :: RadioStation -> Url
address :: RadioStation -> Address
aggregateRating :: RadioStation -> AggregateRating
containedIn :: RadioStation -> ContainedIn
event :: RadioStation -> Event
events :: RadioStation -> Events
faxNumber :: RadioStation -> FaxNumber
geo :: RadioStation -> Geo
interactionCount :: RadioStation -> InteractionCount
map :: RadioStation -> Map
maps :: RadioStation -> Maps
photo :: RadioStation -> Photo
photos :: RadioStation -> Photos
review :: RadioStation -> Review
reviews :: RadioStation -> Reviews
telephone :: RadioStation -> Telephone
contactPoint :: RadioStation -> ContactPoint
contactPoints :: RadioStation -> ContactPoints
email :: RadioStation -> Email
employee :: RadioStation -> Employee
employees :: RadioStation -> Employees
founder :: RadioStation -> Founder
founders :: RadioStation -> Founders
foundingDate :: RadioStation -> FoundingDate
location :: RadioStation -> Location
member :: RadioStation -> Member
members :: RadioStation -> Members
branchOf :: RadioStation -> BranchOf
currenciesAccepted :: RadioStation -> CurrenciesAccepted
openingHours :: RadioStation -> OpeningHours
paymentAccepted :: RadioStation -> PaymentAccepted
priceRange :: RadioStation -> PriceRange
instance Show RadioStation
instance Read RadioStation
instance Eq RadioStation
instance MetaData RadioStation
module Text.HTML5.MetaData.Schema.EmergencyService
-- | An emergency service, such as a fire station or ER.
--
--
-- - id EmergencyService
-- - label Emergency Service
-- - comment An emergency service, such as a fire
-- station or ER.
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- FireStation,Hospital,PoliceStation
-- - supertypes LocalBusiness
-- - url http://schema.org/EmergencyService
--
data EmergencyService
EmergencyService :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> EmergencyService
description :: EmergencyService -> Description
image :: EmergencyService -> Image
name :: EmergencyService -> Name
url :: EmergencyService -> Url
address :: EmergencyService -> Address
aggregateRating :: EmergencyService -> AggregateRating
containedIn :: EmergencyService -> ContainedIn
event :: EmergencyService -> Event
events :: EmergencyService -> Events
faxNumber :: EmergencyService -> FaxNumber
geo :: EmergencyService -> Geo
interactionCount :: EmergencyService -> InteractionCount
map :: EmergencyService -> Map
maps :: EmergencyService -> Maps
photo :: EmergencyService -> Photo
photos :: EmergencyService -> Photos
review :: EmergencyService -> Review
reviews :: EmergencyService -> Reviews
telephone :: EmergencyService -> Telephone
contactPoint :: EmergencyService -> ContactPoint
contactPoints :: EmergencyService -> ContactPoints
email :: EmergencyService -> Email
employee :: EmergencyService -> Employee
employees :: EmergencyService -> Employees
founder :: EmergencyService -> Founder
founders :: EmergencyService -> Founders
foundingDate :: EmergencyService -> FoundingDate
location :: EmergencyService -> Location
member :: EmergencyService -> Member
members :: EmergencyService -> Members
branchOf :: EmergencyService -> BranchOf
currenciesAccepted :: EmergencyService -> CurrenciesAccepted
openingHours :: EmergencyService -> OpeningHours
paymentAccepted :: EmergencyService -> PaymentAccepted
priceRange :: EmergencyService -> PriceRange
instance Show EmergencyService
instance Read EmergencyService
instance Eq EmergencyService
instance MetaData EmergencyService
module Text.HTML5.MetaData.Schema.FastFoodRestaurant
-- | A fast-food restaurant.
--
--
-- - id FastFoodRestaurant
-- - label Fast Food Restaurant
-- - comment A fast-food restaurant.
-- - ancestors
-- Thing,Organization,LocalBusiness,FoodEstablishment
-- - subtypes
-- - supertypes
-- FoodEstablishment
-- - url
-- http://schema.org/FastFoodRestaurant
--
data FastFoodRestaurant
FastFoodRestaurant :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AcceptsReservations -> Menu -> ServesCuisine -> FastFoodRestaurant
description :: FastFoodRestaurant -> Description
image :: FastFoodRestaurant -> Image
name :: FastFoodRestaurant -> Name
url :: FastFoodRestaurant -> Url
address :: FastFoodRestaurant -> Address
aggregateRating :: FastFoodRestaurant -> AggregateRating
containedIn :: FastFoodRestaurant -> ContainedIn
event :: FastFoodRestaurant -> Event
events :: FastFoodRestaurant -> Events
faxNumber :: FastFoodRestaurant -> FaxNumber
geo :: FastFoodRestaurant -> Geo
interactionCount :: FastFoodRestaurant -> InteractionCount
map :: FastFoodRestaurant -> Map
maps :: FastFoodRestaurant -> Maps
photo :: FastFoodRestaurant -> Photo
photos :: FastFoodRestaurant -> Photos
review :: FastFoodRestaurant -> Review
reviews :: FastFoodRestaurant -> Reviews
telephone :: FastFoodRestaurant -> Telephone
contactPoint :: FastFoodRestaurant -> ContactPoint
contactPoints :: FastFoodRestaurant -> ContactPoints
email :: FastFoodRestaurant -> Email
employee :: FastFoodRestaurant -> Employee
employees :: FastFoodRestaurant -> Employees
founder :: FastFoodRestaurant -> Founder
founders :: FastFoodRestaurant -> Founders
foundingDate :: FastFoodRestaurant -> FoundingDate
location :: FastFoodRestaurant -> Location
member :: FastFoodRestaurant -> Member
members :: FastFoodRestaurant -> Members
branchOf :: FastFoodRestaurant -> BranchOf
currenciesAccepted :: FastFoodRestaurant -> CurrenciesAccepted
openingHours :: FastFoodRestaurant -> OpeningHours
paymentAccepted :: FastFoodRestaurant -> PaymentAccepted
priceRange :: FastFoodRestaurant -> PriceRange
acceptsReservations :: FastFoodRestaurant -> AcceptsReservations
menu :: FastFoodRestaurant -> Menu
servesCuisine :: FastFoodRestaurant -> ServesCuisine
instance Show FastFoodRestaurant
instance Read FastFoodRestaurant
instance Eq FastFoodRestaurant
instance MetaData FastFoodRestaurant
module Text.HTML5.MetaData.Schema.TelevisionStation
-- | A television station.
--
--
-- - id TelevisionStation
-- - label Television Station
-- - comment A television station.
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- - supertypes LocalBusiness
-- - url
-- http://schema.org/TelevisionStation
--
data TelevisionStation
TelevisionStation :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> TelevisionStation
description :: TelevisionStation -> Description
image :: TelevisionStation -> Image
name :: TelevisionStation -> Name
url :: TelevisionStation -> Url
address :: TelevisionStation -> Address
aggregateRating :: TelevisionStation -> AggregateRating
containedIn :: TelevisionStation -> ContainedIn
event :: TelevisionStation -> Event
events :: TelevisionStation -> Events
faxNumber :: TelevisionStation -> FaxNumber
geo :: TelevisionStation -> Geo
interactionCount :: TelevisionStation -> InteractionCount
map :: TelevisionStation -> Map
maps :: TelevisionStation -> Maps
photo :: TelevisionStation -> Photo
photos :: TelevisionStation -> Photos
review :: TelevisionStation -> Review
reviews :: TelevisionStation -> Reviews
telephone :: TelevisionStation -> Telephone
contactPoint :: TelevisionStation -> ContactPoint
contactPoints :: TelevisionStation -> ContactPoints
email :: TelevisionStation -> Email
employee :: TelevisionStation -> Employee
employees :: TelevisionStation -> Employees
founder :: TelevisionStation -> Founder
founders :: TelevisionStation -> Founders
foundingDate :: TelevisionStation -> FoundingDate
location :: TelevisionStation -> Location
member :: TelevisionStation -> Member
members :: TelevisionStation -> Members
branchOf :: TelevisionStation -> BranchOf
currenciesAccepted :: TelevisionStation -> CurrenciesAccepted
openingHours :: TelevisionStation -> OpeningHours
paymentAccepted :: TelevisionStation -> PaymentAccepted
priceRange :: TelevisionStation -> PriceRange
instance Show TelevisionStation
instance Read TelevisionStation
instance Eq TelevisionStation
instance MetaData TelevisionStation
module Text.HTML5.MetaData.Schema.WPSideBar
-- | A sidebar section of the page.
--
--
-- - id WPSideBar
-- - label WP Side Bar
-- - comment A sidebar section of the page.
-- - ancestors
-- Thing,CreativeWork,WebPageElement
-- - subtypes
-- - supertypes WebPageElement
-- - url http://schema.org/WPSideBar
--
data WPSideBar
WPSideBar :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> WPSideBar
description :: WPSideBar -> Description
image :: WPSideBar -> Image
name :: WPSideBar -> Name
url :: WPSideBar -> Url
about :: WPSideBar -> About
accountablePerson :: WPSideBar -> AccountablePerson
aggregateRating :: WPSideBar -> AggregateRating
alternativeHeadline :: WPSideBar -> AlternativeHeadline
associatedMedia :: WPSideBar -> AssociatedMedia
audio :: WPSideBar -> Audio
author :: WPSideBar -> Author
award :: WPSideBar -> Award
awards :: WPSideBar -> Awards
comment :: WPSideBar -> Comment
contentLocation :: WPSideBar -> ContentLocation
contentRating :: WPSideBar -> ContentRating
contributor :: WPSideBar -> Contributor
copyrightHolder :: WPSideBar -> CopyrightHolder
copyrightYear :: WPSideBar -> CopyrightYear
creator :: WPSideBar -> Creator
dateCreated :: WPSideBar -> DateCreated
dateModified :: WPSideBar -> DateModified
datePublished :: WPSideBar -> DatePublished
discussionUrl :: WPSideBar -> DiscussionUrl
editor :: WPSideBar -> Editor
encoding :: WPSideBar -> Encoding
encodings :: WPSideBar -> Encodings
genre :: WPSideBar -> Genre
headline :: WPSideBar -> Headline
inLanguage :: WPSideBar -> InLanguage
interactionCount :: WPSideBar -> InteractionCount
isFamilyFriendly :: WPSideBar -> IsFamilyFriendly
keywords :: WPSideBar -> Keywords
mentions :: WPSideBar -> Mentions
offers :: WPSideBar -> Offers
provider :: WPSideBar -> Provider
publisher :: WPSideBar -> Publisher
publishingPrinciples :: WPSideBar -> PublishingPrinciples
review :: WPSideBar -> Review
reviews :: WPSideBar -> Reviews
sourceOrganization :: WPSideBar -> SourceOrganization
text :: WPSideBar -> Text
thumbnailUrl :: WPSideBar -> ThumbnailUrl
version :: WPSideBar -> Version
video :: WPSideBar -> Video
instance Show WPSideBar
instance Read WPSideBar
instance Eq WPSideBar
instance MetaData WPSideBar
module Text.HTML5.MetaData.Schema.GroceryStore
-- | A grocery store.
--
--
-- - id GroceryStore
-- - label Grocery Store
-- - comment A grocery store.
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/GroceryStore
--
data GroceryStore
GroceryStore :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> GroceryStore
description :: GroceryStore -> Description
image :: GroceryStore -> Image
name :: GroceryStore -> Name
url :: GroceryStore -> Url
address :: GroceryStore -> Address
aggregateRating :: GroceryStore -> AggregateRating
containedIn :: GroceryStore -> ContainedIn
event :: GroceryStore -> Event
events :: GroceryStore -> Events
faxNumber :: GroceryStore -> FaxNumber
geo :: GroceryStore -> Geo
interactionCount :: GroceryStore -> InteractionCount
map :: GroceryStore -> Map
maps :: GroceryStore -> Maps
photo :: GroceryStore -> Photo
photos :: GroceryStore -> Photos
review :: GroceryStore -> Review
reviews :: GroceryStore -> Reviews
telephone :: GroceryStore -> Telephone
contactPoint :: GroceryStore -> ContactPoint
contactPoints :: GroceryStore -> ContactPoints
email :: GroceryStore -> Email
employee :: GroceryStore -> Employee
employees :: GroceryStore -> Employees
founder :: GroceryStore -> Founder
founders :: GroceryStore -> Founders
foundingDate :: GroceryStore -> FoundingDate
location :: GroceryStore -> Location
member :: GroceryStore -> Member
members :: GroceryStore -> Members
branchOf :: GroceryStore -> BranchOf
currenciesAccepted :: GroceryStore -> CurrenciesAccepted
openingHours :: GroceryStore -> OpeningHours
paymentAccepted :: GroceryStore -> PaymentAccepted
priceRange :: GroceryStore -> PriceRange
instance Show GroceryStore
instance Read GroceryStore
instance Eq GroceryStore
instance MetaData GroceryStore
module Text.HTML5.MetaData.Schema.Blog
-- | A blog
--
--
-- - id Blog
-- - label Blog
-- - comment A blog
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes CreativeWork
-- - url http://schema.org/Blog
--
data Blog
Blog :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> BlogPost -> BlogPosts -> Blog
description :: Blog -> Description
image :: Blog -> Image
name :: Blog -> Name
url :: Blog -> Url
about :: Blog -> About
accountablePerson :: Blog -> AccountablePerson
aggregateRating :: Blog -> AggregateRating
alternativeHeadline :: Blog -> AlternativeHeadline
associatedMedia :: Blog -> AssociatedMedia
audio :: Blog -> Audio
author :: Blog -> Author
award :: Blog -> Award
awards :: Blog -> Awards
comment :: Blog -> Comment
contentLocation :: Blog -> ContentLocation
contentRating :: Blog -> ContentRating
contributor :: Blog -> Contributor
copyrightHolder :: Blog -> CopyrightHolder
copyrightYear :: Blog -> CopyrightYear
creator :: Blog -> Creator
dateCreated :: Blog -> DateCreated
dateModified :: Blog -> DateModified
datePublished :: Blog -> DatePublished
discussionUrl :: Blog -> DiscussionUrl
editor :: Blog -> Editor
encoding :: Blog -> Encoding
encodings :: Blog -> Encodings
genre :: Blog -> Genre
headline :: Blog -> Headline
inLanguage :: Blog -> InLanguage
interactionCount :: Blog -> InteractionCount
isFamilyFriendly :: Blog -> IsFamilyFriendly
keywords :: Blog -> Keywords
mentions :: Blog -> Mentions
offers :: Blog -> Offers
provider :: Blog -> Provider
publisher :: Blog -> Publisher
publishingPrinciples :: Blog -> PublishingPrinciples
review :: Blog -> Review
reviews :: Blog -> Reviews
sourceOrganization :: Blog -> SourceOrganization
text :: Blog -> Text
thumbnailUrl :: Blog -> ThumbnailUrl
version :: Blog -> Version
video :: Blog -> Video
blogPost :: Blog -> BlogPost
blogPosts :: Blog -> BlogPosts
instance Show Blog
instance Read Blog
instance Eq Blog
instance MetaData Blog
module Text.HTML5.MetaData.Schema.PlaceOfWorship
-- | Place of worship, such as a church, synagogue, or mosque.
--
--
-- - id PlaceOfWorship
-- - label Place of Worship
-- - comment Place of worship, such as a church,
-- synagogue, or mosque.
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- BuddhistTemple,CatholicChurch,Church,HinduTemple,Mosque,Synagogue
-- - supertypes CivicStructure
-- - url http://schema.org/PlaceOfWorship
--
data PlaceOfWorship
PlaceOfWorship :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> PlaceOfWorship
description :: PlaceOfWorship -> Description
image :: PlaceOfWorship -> Image
name :: PlaceOfWorship -> Name
url :: PlaceOfWorship -> Url
address :: PlaceOfWorship -> Address
aggregateRating :: PlaceOfWorship -> AggregateRating
containedIn :: PlaceOfWorship -> ContainedIn
event :: PlaceOfWorship -> Event
events :: PlaceOfWorship -> Events
faxNumber :: PlaceOfWorship -> FaxNumber
geo :: PlaceOfWorship -> Geo
interactionCount :: PlaceOfWorship -> InteractionCount
map :: PlaceOfWorship -> Map
maps :: PlaceOfWorship -> Maps
photo :: PlaceOfWorship -> Photo
photos :: PlaceOfWorship -> Photos
review :: PlaceOfWorship -> Review
reviews :: PlaceOfWorship -> Reviews
telephone :: PlaceOfWorship -> Telephone
openingHours :: PlaceOfWorship -> OpeningHours
instance Show PlaceOfWorship
instance Read PlaceOfWorship
instance Eq PlaceOfWorship
instance MetaData PlaceOfWorship
module Text.HTML5.MetaData.Schema.CafeOrCoffeeShop
-- | A cafe or coffee shop.
--
--
-- - id CafeOrCoffeeShop
-- - label Cafe or Coffee Shop
-- - comment A cafe or coffee shop.
-- - ancestors
-- Thing,Organization,LocalBusiness,FoodEstablishment
-- - subtypes
-- - supertypes
-- FoodEstablishment
-- - url http://schema.org/CafeOrCoffeeShop
--
data CafeOrCoffeeShop
CafeOrCoffeeShop :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AcceptsReservations -> Menu -> ServesCuisine -> CafeOrCoffeeShop
description :: CafeOrCoffeeShop -> Description
image :: CafeOrCoffeeShop -> Image
name :: CafeOrCoffeeShop -> Name
url :: CafeOrCoffeeShop -> Url
address :: CafeOrCoffeeShop -> Address
aggregateRating :: CafeOrCoffeeShop -> AggregateRating
containedIn :: CafeOrCoffeeShop -> ContainedIn
event :: CafeOrCoffeeShop -> Event
events :: CafeOrCoffeeShop -> Events
faxNumber :: CafeOrCoffeeShop -> FaxNumber
geo :: CafeOrCoffeeShop -> Geo
interactionCount :: CafeOrCoffeeShop -> InteractionCount
map :: CafeOrCoffeeShop -> Map
maps :: CafeOrCoffeeShop -> Maps
photo :: CafeOrCoffeeShop -> Photo
photos :: CafeOrCoffeeShop -> Photos
review :: CafeOrCoffeeShop -> Review
reviews :: CafeOrCoffeeShop -> Reviews
telephone :: CafeOrCoffeeShop -> Telephone
contactPoint :: CafeOrCoffeeShop -> ContactPoint
contactPoints :: CafeOrCoffeeShop -> ContactPoints
email :: CafeOrCoffeeShop -> Email
employee :: CafeOrCoffeeShop -> Employee
employees :: CafeOrCoffeeShop -> Employees
founder :: CafeOrCoffeeShop -> Founder
founders :: CafeOrCoffeeShop -> Founders
foundingDate :: CafeOrCoffeeShop -> FoundingDate
location :: CafeOrCoffeeShop -> Location
member :: CafeOrCoffeeShop -> Member
members :: CafeOrCoffeeShop -> Members
branchOf :: CafeOrCoffeeShop -> BranchOf
currenciesAccepted :: CafeOrCoffeeShop -> CurrenciesAccepted
openingHours :: CafeOrCoffeeShop -> OpeningHours
paymentAccepted :: CafeOrCoffeeShop -> PaymentAccepted
priceRange :: CafeOrCoffeeShop -> PriceRange
acceptsReservations :: CafeOrCoffeeShop -> AcceptsReservations
menu :: CafeOrCoffeeShop -> Menu
servesCuisine :: CafeOrCoffeeShop -> ServesCuisine
instance Show CafeOrCoffeeShop
instance Read CafeOrCoffeeShop
instance Eq CafeOrCoffeeShop
instance MetaData CafeOrCoffeeShop
module Text.HTML5.MetaData.Schema.Recipe
-- | A recipe.
--
--
-- - id Recipe
-- - label Recipe
-- - comment A recipe.
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes CreativeWork
-- - url http://schema.org/Recipe
--
data Recipe
Recipe :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> CookTime -> CookingMethod -> Ingredients -> Nutrition -> PrepTime -> RecipeCategory -> RecipeCuisine -> RecipeInstructions -> RecipeYield -> TotalTime -> Recipe
description :: Recipe -> Description
image :: Recipe -> Image
name :: Recipe -> Name
url :: Recipe -> Url
about :: Recipe -> About
accountablePerson :: Recipe -> AccountablePerson
aggregateRating :: Recipe -> AggregateRating
alternativeHeadline :: Recipe -> AlternativeHeadline
associatedMedia :: Recipe -> AssociatedMedia
audio :: Recipe -> Audio
author :: Recipe -> Author
award :: Recipe -> Award
awards :: Recipe -> Awards
comment :: Recipe -> Comment
contentLocation :: Recipe -> ContentLocation
contentRating :: Recipe -> ContentRating
contributor :: Recipe -> Contributor
copyrightHolder :: Recipe -> CopyrightHolder
copyrightYear :: Recipe -> CopyrightYear
creator :: Recipe -> Creator
dateCreated :: Recipe -> DateCreated
dateModified :: Recipe -> DateModified
datePublished :: Recipe -> DatePublished
discussionUrl :: Recipe -> DiscussionUrl
editor :: Recipe -> Editor
encoding :: Recipe -> Encoding
encodings :: Recipe -> Encodings
genre :: Recipe -> Genre
headline :: Recipe -> Headline
inLanguage :: Recipe -> InLanguage
interactionCount :: Recipe -> InteractionCount
isFamilyFriendly :: Recipe -> IsFamilyFriendly
keywords :: Recipe -> Keywords
mentions :: Recipe -> Mentions
offers :: Recipe -> Offers
provider :: Recipe -> Provider
publisher :: Recipe -> Publisher
publishingPrinciples :: Recipe -> PublishingPrinciples
review :: Recipe -> Review
reviews :: Recipe -> Reviews
sourceOrganization :: Recipe -> SourceOrganization
text :: Recipe -> Text
thumbnailUrl :: Recipe -> ThumbnailUrl
version :: Recipe -> Version
video :: Recipe -> Video
cookTime :: Recipe -> CookTime
cookingMethod :: Recipe -> CookingMethod
ingredients :: Recipe -> Ingredients
nutrition :: Recipe -> Nutrition
prepTime :: Recipe -> PrepTime
recipeCategory :: Recipe -> RecipeCategory
recipeCuisine :: Recipe -> RecipeCuisine
recipeInstructions :: Recipe -> RecipeInstructions
recipeYield :: Recipe -> RecipeYield
totalTime :: Recipe -> TotalTime
instance Show Recipe
instance Read Recipe
instance Eq Recipe
instance MetaData Recipe
module Text.HTML5.MetaData.Schema.CityHall
-- | A city hall.
--
--
-- - id CityHall
-- - label City Hall
-- - comment A city hall.
-- - ancestors
-- Thing,Place,CivicStructure,GovernmentBuilding
-- - subtypes
-- - supertypes
-- GovernmentBuilding
-- - url http://schema.org/CityHall
--
data CityHall
CityHall :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> CityHall
description :: CityHall -> Description
image :: CityHall -> Image
name :: CityHall -> Name
url :: CityHall -> Url
address :: CityHall -> Address
aggregateRating :: CityHall -> AggregateRating
containedIn :: CityHall -> ContainedIn
event :: CityHall -> Event
events :: CityHall -> Events
faxNumber :: CityHall -> FaxNumber
geo :: CityHall -> Geo
interactionCount :: CityHall -> InteractionCount
map :: CityHall -> Map
maps :: CityHall -> Maps
photo :: CityHall -> Photo
photos :: CityHall -> Photos
review :: CityHall -> Review
reviews :: CityHall -> Reviews
telephone :: CityHall -> Telephone
openingHours :: CityHall -> OpeningHours
instance Show CityHall
instance Read CityHall
instance Eq CityHall
instance MetaData CityHall
module Text.HTML5.MetaData.Schema.HairSalon
-- | A hair salon.
--
--
-- - id HairSalon
-- - label Hair Salon
-- - comment A hair salon.
-- - ancestors
-- Thing,Organization,LocalBusiness,HealthAndBeautyBusiness
-- - subtypes
-- - supertypes
-- HealthAndBeautyBusiness
-- - url http://schema.org/HairSalon
--
data HairSalon
HairSalon :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> HairSalon
description :: HairSalon -> Description
image :: HairSalon -> Image
name :: HairSalon -> Name
url :: HairSalon -> Url
address :: HairSalon -> Address
aggregateRating :: HairSalon -> AggregateRating
containedIn :: HairSalon -> ContainedIn
event :: HairSalon -> Event
events :: HairSalon -> Events
faxNumber :: HairSalon -> FaxNumber
geo :: HairSalon -> Geo
interactionCount :: HairSalon -> InteractionCount
map :: HairSalon -> Map
maps :: HairSalon -> Maps
photo :: HairSalon -> Photo
photos :: HairSalon -> Photos
review :: HairSalon -> Review
reviews :: HairSalon -> Reviews
telephone :: HairSalon -> Telephone
contactPoint :: HairSalon -> ContactPoint
contactPoints :: HairSalon -> ContactPoints
email :: HairSalon -> Email
employee :: HairSalon -> Employee
employees :: HairSalon -> Employees
founder :: HairSalon -> Founder
founders :: HairSalon -> Founders
foundingDate :: HairSalon -> FoundingDate
location :: HairSalon -> Location
member :: HairSalon -> Member
members :: HairSalon -> Members
branchOf :: HairSalon -> BranchOf
currenciesAccepted :: HairSalon -> CurrenciesAccepted
openingHours :: HairSalon -> OpeningHours
paymentAccepted :: HairSalon -> PaymentAccepted
priceRange :: HairSalon -> PriceRange
instance Show HairSalon
instance Read HairSalon
instance Eq HairSalon
instance MetaData HairSalon
module Text.HTML5.MetaData.Schema.UserDownloads
-- | User interaction: Download of an item.
--
--
-- - id UserDownloads
-- - label User Downloads
-- - comment User interaction: Download of an
-- item.
-- - ancestors
-- Thing,Event,UserInteraction
-- - subtypes
-- - supertypes UserInteraction
-- - url http://schema.org/UserDownloads
--
data UserDownloads
UserDownloads :: Description -> Image -> Name -> Url -> Attendee -> Attendees -> Duration -> EndDate -> Location -> Offers -> Performer -> Performers -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> UserDownloads
description :: UserDownloads -> Description
image :: UserDownloads -> Image
name :: UserDownloads -> Name
url :: UserDownloads -> Url
attendee :: UserDownloads -> Attendee
attendees :: UserDownloads -> Attendees
duration :: UserDownloads -> Duration
endDate :: UserDownloads -> EndDate
location :: UserDownloads -> Location
offers :: UserDownloads -> Offers
performer :: UserDownloads -> Performer
performers :: UserDownloads -> Performers
startDate :: UserDownloads -> StartDate
subEvent :: UserDownloads -> SubEvent
subEvents :: UserDownloads -> SubEvents
superEvent :: UserDownloads -> SuperEvent
instance Show UserDownloads
instance Read UserDownloads
instance Eq UserDownloads
instance MetaData UserDownloads
module Text.HTML5.MetaData.Schema.ScholarlyArticle
-- | A scholarly article.
--
--
-- - id ScholarlyArticle
-- - label Scholarly Article
-- - comment A scholarly article.
-- - ancestors
-- Thing,CreativeWork,Article
-- - subtypes
-- - supertypes Article
-- - url http://schema.org/ScholarlyArticle
--
data ScholarlyArticle
ScholarlyArticle :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> ArticleBody -> ArticleSection -> WordCount -> ScholarlyArticle
description :: ScholarlyArticle -> Description
image :: ScholarlyArticle -> Image
name :: ScholarlyArticle -> Name
url :: ScholarlyArticle -> Url
about :: ScholarlyArticle -> About
accountablePerson :: ScholarlyArticle -> AccountablePerson
aggregateRating :: ScholarlyArticle -> AggregateRating
alternativeHeadline :: ScholarlyArticle -> AlternativeHeadline
associatedMedia :: ScholarlyArticle -> AssociatedMedia
audio :: ScholarlyArticle -> Audio
author :: ScholarlyArticle -> Author
award :: ScholarlyArticle -> Award
awards :: ScholarlyArticle -> Awards
comment :: ScholarlyArticle -> Comment
contentLocation :: ScholarlyArticle -> ContentLocation
contentRating :: ScholarlyArticle -> ContentRating
contributor :: ScholarlyArticle -> Contributor
copyrightHolder :: ScholarlyArticle -> CopyrightHolder
copyrightYear :: ScholarlyArticle -> CopyrightYear
creator :: ScholarlyArticle -> Creator
dateCreated :: ScholarlyArticle -> DateCreated
dateModified :: ScholarlyArticle -> DateModified
datePublished :: ScholarlyArticle -> DatePublished
discussionUrl :: ScholarlyArticle -> DiscussionUrl
editor :: ScholarlyArticle -> Editor
encoding :: ScholarlyArticle -> Encoding
encodings :: ScholarlyArticle -> Encodings
genre :: ScholarlyArticle -> Genre
headline :: ScholarlyArticle -> Headline
inLanguage :: ScholarlyArticle -> InLanguage
interactionCount :: ScholarlyArticle -> InteractionCount
isFamilyFriendly :: ScholarlyArticle -> IsFamilyFriendly
keywords :: ScholarlyArticle -> Keywords
mentions :: ScholarlyArticle -> Mentions
offers :: ScholarlyArticle -> Offers
provider :: ScholarlyArticle -> Provider
publisher :: ScholarlyArticle -> Publisher
publishingPrinciples :: ScholarlyArticle -> PublishingPrinciples
review :: ScholarlyArticle -> Review
reviews :: ScholarlyArticle -> Reviews
sourceOrganization :: ScholarlyArticle -> SourceOrganization
text :: ScholarlyArticle -> Text
thumbnailUrl :: ScholarlyArticle -> ThumbnailUrl
version :: ScholarlyArticle -> Version
video :: ScholarlyArticle -> Video
articleBody :: ScholarlyArticle -> ArticleBody
articleSection :: ScholarlyArticle -> ArticleSection
wordCount :: ScholarlyArticle -> WordCount
instance Show ScholarlyArticle
instance Read ScholarlyArticle
instance Eq ScholarlyArticle
instance MetaData ScholarlyArticle
module Text.HTML5.MetaData.Schema.AutoPartsStore
-- | An auto parts store.
--
--
-- - id AutoPartsStore
-- - label Auto Parts Store
-- - comment An auto parts store.
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes
-- AutomotiveBusiness,Store
-- - url http://schema.org/AutoPartsStore
--
data AutoPartsStore
AutoPartsStore :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AutoPartsStore
description :: AutoPartsStore -> Description
image :: AutoPartsStore -> Image
name :: AutoPartsStore -> Name
url :: AutoPartsStore -> Url
address :: AutoPartsStore -> Address
aggregateRating :: AutoPartsStore -> AggregateRating
containedIn :: AutoPartsStore -> ContainedIn
event :: AutoPartsStore -> Event
events :: AutoPartsStore -> Events
faxNumber :: AutoPartsStore -> FaxNumber
geo :: AutoPartsStore -> Geo
interactionCount :: AutoPartsStore -> InteractionCount
map :: AutoPartsStore -> Map
maps :: AutoPartsStore -> Maps
photo :: AutoPartsStore -> Photo
photos :: AutoPartsStore -> Photos
review :: AutoPartsStore -> Review
reviews :: AutoPartsStore -> Reviews
telephone :: AutoPartsStore -> Telephone
contactPoint :: AutoPartsStore -> ContactPoint
contactPoints :: AutoPartsStore -> ContactPoints
email :: AutoPartsStore -> Email
employee :: AutoPartsStore -> Employee
employees :: AutoPartsStore -> Employees
founder :: AutoPartsStore -> Founder
founders :: AutoPartsStore -> Founders
foundingDate :: AutoPartsStore -> FoundingDate
location :: AutoPartsStore -> Location
member :: AutoPartsStore -> Member
members :: AutoPartsStore -> Members
branchOf :: AutoPartsStore -> BranchOf
currenciesAccepted :: AutoPartsStore -> CurrenciesAccepted
openingHours :: AutoPartsStore -> OpeningHours
paymentAccepted :: AutoPartsStore -> PaymentAccepted
priceRange :: AutoPartsStore -> PriceRange
instance Show AutoPartsStore
instance Read AutoPartsStore
instance Eq AutoPartsStore
instance MetaData AutoPartsStore
module Text.HTML5.MetaData.Schema.ClothingStore
-- | A clothing store.
--
--
-- - id ClothingStore
-- - label Clothing Store
-- - comment A clothing store.
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/ClothingStore
--
data ClothingStore
ClothingStore :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> ClothingStore
description :: ClothingStore -> Description
image :: ClothingStore -> Image
name :: ClothingStore -> Name
url :: ClothingStore -> Url
address :: ClothingStore -> Address
aggregateRating :: ClothingStore -> AggregateRating
containedIn :: ClothingStore -> ContainedIn
event :: ClothingStore -> Event
events :: ClothingStore -> Events
faxNumber :: ClothingStore -> FaxNumber
geo :: ClothingStore -> Geo
interactionCount :: ClothingStore -> InteractionCount
map :: ClothingStore -> Map
maps :: ClothingStore -> Maps
photo :: ClothingStore -> Photo
photos :: ClothingStore -> Photos
review :: ClothingStore -> Review
reviews :: ClothingStore -> Reviews
telephone :: ClothingStore -> Telephone
contactPoint :: ClothingStore -> ContactPoint
contactPoints :: ClothingStore -> ContactPoints
email :: ClothingStore -> Email
employee :: ClothingStore -> Employee
employees :: ClothingStore -> Employees
founder :: ClothingStore -> Founder
founders :: ClothingStore -> Founders
foundingDate :: ClothingStore -> FoundingDate
location :: ClothingStore -> Location
member :: ClothingStore -> Member
members :: ClothingStore -> Members
branchOf :: ClothingStore -> BranchOf
currenciesAccepted :: ClothingStore -> CurrenciesAccepted
openingHours :: ClothingStore -> OpeningHours
paymentAccepted :: ClothingStore -> PaymentAccepted
priceRange :: ClothingStore -> PriceRange
instance Show ClothingStore
instance Read ClothingStore
instance Eq ClothingStore
instance MetaData ClothingStore
module Text.HTML5.MetaData.Schema.LegislativeBuilding
-- | A legislative building—for example, the state capitol.
--
--
-- - id LegislativeBuilding
-- - label Legislative Building
-- - comment A legislative building—for example, the
-- state capitol.
-- - ancestors
-- Thing,Place,CivicStructure,GovernmentBuilding
-- - subtypes
-- - supertypes
-- GovernmentBuilding
-- - url
-- http://schema.org/LegislativeBuilding
--
data LegislativeBuilding
LegislativeBuilding :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> LegislativeBuilding
description :: LegislativeBuilding -> Description
image :: LegislativeBuilding -> Image
name :: LegislativeBuilding -> Name
url :: LegislativeBuilding -> Url
address :: LegislativeBuilding -> Address
aggregateRating :: LegislativeBuilding -> AggregateRating
containedIn :: LegislativeBuilding -> ContainedIn
event :: LegislativeBuilding -> Event
events :: LegislativeBuilding -> Events
faxNumber :: LegislativeBuilding -> FaxNumber
geo :: LegislativeBuilding -> Geo
interactionCount :: LegislativeBuilding -> InteractionCount
map :: LegislativeBuilding -> Map
maps :: LegislativeBuilding -> Maps
photo :: LegislativeBuilding -> Photo
photos :: LegislativeBuilding -> Photos
review :: LegislativeBuilding -> Review
reviews :: LegislativeBuilding -> Reviews
telephone :: LegislativeBuilding -> Telephone
openingHours :: LegislativeBuilding -> OpeningHours
instance Show LegislativeBuilding
instance Read LegislativeBuilding
instance Eq LegislativeBuilding
instance MetaData LegislativeBuilding
module Text.HTML5.MetaData.Schema.NGO
-- | Organization: Non-governmental Organization.
--
--
-- - id NGO
-- - label NGO
-- - comment Organization: Non-governmental
-- Organization.
-- - ancestors
-- Thing,Organization
-- - subtypes
-- - supertypes Organization
-- - url http://schema.org/NGO
--
data NGO
NGO :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Event -> Events -> FaxNumber -> Founder -> Founders -> FoundingDate -> InteractionCount -> Location -> Member -> Members -> Review -> Reviews -> Telephone -> NGO
description :: NGO -> Description
image :: NGO -> Image
name :: NGO -> Name
url :: NGO -> Url
address :: NGO -> Address
aggregateRating :: NGO -> AggregateRating
contactPoint :: NGO -> ContactPoint
contactPoints :: NGO -> ContactPoints
email :: NGO -> Email
employee :: NGO -> Employee
employees :: NGO -> Employees
event :: NGO -> Event
events :: NGO -> Events
faxNumber :: NGO -> FaxNumber
founder :: NGO -> Founder
founders :: NGO -> Founders
foundingDate :: NGO -> FoundingDate
interactionCount :: NGO -> InteractionCount
location :: NGO -> Location
member :: NGO -> Member
members :: NGO -> Members
review :: NGO -> Review
reviews :: NGO -> Reviews
telephone :: NGO -> Telephone
instance Show NGO
instance Read NGO
instance Eq NGO
instance MetaData NGO
module Text.HTML5.MetaData.Schema.ArtGallery
-- | An art gallery.
--
--
-- - id ArtGallery
-- - label Art Gallery
-- - comment An art gallery.
-- - ancestors
-- Thing,Organization,LocalBusiness,EntertainmentBusiness
-- - subtypes
-- - supertypes
-- EntertainmentBusiness
-- - url http://schema.org/ArtGallery
--
data ArtGallery
ArtGallery :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> ArtGallery
description :: ArtGallery -> Description
image :: ArtGallery -> Image
name :: ArtGallery -> Name
url :: ArtGallery -> Url
address :: ArtGallery -> Address
aggregateRating :: ArtGallery -> AggregateRating
containedIn :: ArtGallery -> ContainedIn
event :: ArtGallery -> Event
events :: ArtGallery -> Events
faxNumber :: ArtGallery -> FaxNumber
geo :: ArtGallery -> Geo
interactionCount :: ArtGallery -> InteractionCount
map :: ArtGallery -> Map
maps :: ArtGallery -> Maps
photo :: ArtGallery -> Photo
photos :: ArtGallery -> Photos
review :: ArtGallery -> Review
reviews :: ArtGallery -> Reviews
telephone :: ArtGallery -> Telephone
contactPoint :: ArtGallery -> ContactPoint
contactPoints :: ArtGallery -> ContactPoints
email :: ArtGallery -> Email
employee :: ArtGallery -> Employee
employees :: ArtGallery -> Employees
founder :: ArtGallery -> Founder
founders :: ArtGallery -> Founders
foundingDate :: ArtGallery -> FoundingDate
location :: ArtGallery -> Location
member :: ArtGallery -> Member
members :: ArtGallery -> Members
branchOf :: ArtGallery -> BranchOf
currenciesAccepted :: ArtGallery -> CurrenciesAccepted
openingHours :: ArtGallery -> OpeningHours
paymentAccepted :: ArtGallery -> PaymentAccepted
priceRange :: ArtGallery -> PriceRange
instance Show ArtGallery
instance Read ArtGallery
instance Eq ArtGallery
instance MetaData ArtGallery
module Text.HTML5.MetaData.Schema.CatholicChurch
-- | A Catholic church.
--
--
-- - id CatholicChurch
-- - label Catholic Church
-- - comment A Catholic church.
-- - ancestors
-- Thing,Place,CivicStructure,PlaceOfWorship
-- - subtypes
-- - supertypes PlaceOfWorship
-- - url http://schema.org/CatholicChurch
--
data CatholicChurch
CatholicChurch :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> CatholicChurch
description :: CatholicChurch -> Description
image :: CatholicChurch -> Image
name :: CatholicChurch -> Name
url :: CatholicChurch -> Url
address :: CatholicChurch -> Address
aggregateRating :: CatholicChurch -> AggregateRating
containedIn :: CatholicChurch -> ContainedIn
event :: CatholicChurch -> Event
events :: CatholicChurch -> Events
faxNumber :: CatholicChurch -> FaxNumber
geo :: CatholicChurch -> Geo
interactionCount :: CatholicChurch -> InteractionCount
map :: CatholicChurch -> Map
maps :: CatholicChurch -> Maps
photo :: CatholicChurch -> Photo
photos :: CatholicChurch -> Photos
review :: CatholicChurch -> Review
reviews :: CatholicChurch -> Reviews
telephone :: CatholicChurch -> Telephone
openingHours :: CatholicChurch -> OpeningHours
instance Show CatholicChurch
instance Read CatholicChurch
instance Eq CatholicChurch
instance MetaData CatholicChurch
module Text.HTML5.MetaData.Schema.HomeAndConstructionBusiness
-- | A construction business.
--
--
-- - id HomeAndConstructionBusiness
-- - label Home And Construction Business
-- - comment A construction business.
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- Electrician,GeneralContractor,HVACBusiness,HousePainter,Locksmith,MovingCompany,Plumber,RoofingContractor
-- - supertypes LocalBusiness
-- - url
-- http://schema.org/HomeAndConstructionBusiness
--
data HomeAndConstructionBusiness
HomeAndConstructionBusiness :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> HomeAndConstructionBusiness
description :: HomeAndConstructionBusiness -> Description
image :: HomeAndConstructionBusiness -> Image
name :: HomeAndConstructionBusiness -> Name
url :: HomeAndConstructionBusiness -> Url
address :: HomeAndConstructionBusiness -> Address
aggregateRating :: HomeAndConstructionBusiness -> AggregateRating
containedIn :: HomeAndConstructionBusiness -> ContainedIn
event :: HomeAndConstructionBusiness -> Event
events :: HomeAndConstructionBusiness -> Events
faxNumber :: HomeAndConstructionBusiness -> FaxNumber
geo :: HomeAndConstructionBusiness -> Geo
interactionCount :: HomeAndConstructionBusiness -> InteractionCount
map :: HomeAndConstructionBusiness -> Map
maps :: HomeAndConstructionBusiness -> Maps
photo :: HomeAndConstructionBusiness -> Photo
photos :: HomeAndConstructionBusiness -> Photos
review :: HomeAndConstructionBusiness -> Review
reviews :: HomeAndConstructionBusiness -> Reviews
telephone :: HomeAndConstructionBusiness -> Telephone
contactPoint :: HomeAndConstructionBusiness -> ContactPoint
contactPoints :: HomeAndConstructionBusiness -> ContactPoints
email :: HomeAndConstructionBusiness -> Email
employee :: HomeAndConstructionBusiness -> Employee
employees :: HomeAndConstructionBusiness -> Employees
founder :: HomeAndConstructionBusiness -> Founder
founders :: HomeAndConstructionBusiness -> Founders
foundingDate :: HomeAndConstructionBusiness -> FoundingDate
location :: HomeAndConstructionBusiness -> Location
member :: HomeAndConstructionBusiness -> Member
members :: HomeAndConstructionBusiness -> Members
branchOf :: HomeAndConstructionBusiness -> BranchOf
currenciesAccepted :: HomeAndConstructionBusiness -> CurrenciesAccepted
openingHours :: HomeAndConstructionBusiness -> OpeningHours
paymentAccepted :: HomeAndConstructionBusiness -> PaymentAccepted
priceRange :: HomeAndConstructionBusiness -> PriceRange
instance Show HomeAndConstructionBusiness
instance Read HomeAndConstructionBusiness
instance Eq HomeAndConstructionBusiness
instance MetaData HomeAndConstructionBusiness
module Text.HTML5.MetaData.Schema.BusStop
-- | A bus stop.
--
--
-- - id BusStop
-- - label Bus Stop
-- - comment A bus stop.
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/BusStop
--
data BusStop
BusStop :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> BusStop
description :: BusStop -> Description
image :: BusStop -> Image
name :: BusStop -> Name
url :: BusStop -> Url
address :: BusStop -> Address
aggregateRating :: BusStop -> AggregateRating
containedIn :: BusStop -> ContainedIn
event :: BusStop -> Event
events :: BusStop -> Events
faxNumber :: BusStop -> FaxNumber
geo :: BusStop -> Geo
interactionCount :: BusStop -> InteractionCount
map :: BusStop -> Map
maps :: BusStop -> Maps
photo :: BusStop -> Photo
photos :: BusStop -> Photos
review :: BusStop -> Review
reviews :: BusStop -> Reviews
telephone :: BusStop -> Telephone
openingHours :: BusStop -> OpeningHours
instance Show BusStop
instance Read BusStop
instance Eq BusStop
instance MetaData BusStop
module Text.HTML5.MetaData.Schema.AdministrativeArea
-- | A geographical region under the jurisdiction of a particular
-- government.
--
--
-- - id AdministrativeArea
-- - label Administrative Area
-- - comment A geographical region under the
-- jurisdiction of a particular government.
-- - ancestors
-- Thing,Place
-- - subtypes
-- City,Country,State
-- - supertypes Place
-- - url
-- http://schema.org/AdministrativeArea
--
data AdministrativeArea
AdministrativeArea :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> AdministrativeArea
description :: AdministrativeArea -> Description
image :: AdministrativeArea -> Image
name :: AdministrativeArea -> Name
url :: AdministrativeArea -> Url
address :: AdministrativeArea -> Address
aggregateRating :: AdministrativeArea -> AggregateRating
containedIn :: AdministrativeArea -> ContainedIn
event :: AdministrativeArea -> Event
events :: AdministrativeArea -> Events
faxNumber :: AdministrativeArea -> FaxNumber
geo :: AdministrativeArea -> Geo
interactionCount :: AdministrativeArea -> InteractionCount
map :: AdministrativeArea -> Map
maps :: AdministrativeArea -> Maps
photo :: AdministrativeArea -> Photo
photos :: AdministrativeArea -> Photos
review :: AdministrativeArea -> Review
reviews :: AdministrativeArea -> Reviews
telephone :: AdministrativeArea -> Telephone
instance Show AdministrativeArea
instance Read AdministrativeArea
instance Eq AdministrativeArea
instance MetaData AdministrativeArea
module Text.HTML5.MetaData.Schema.DefenceEstablishment
-- | A defence establishment, such as an army or navy base.
--
--
-- - id DefenceEstablishment
-- - label Defence Establishment
-- - comment A defence establishment, such as an army
-- or navy base.
-- - ancestors
-- Thing,Place,CivicStructure,GovernmentBuilding
-- - subtypes
-- - supertypes
-- GovernmentBuilding
-- - url
-- http://schema.org/DefenceEstablishment
--
data DefenceEstablishment
DefenceEstablishment :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> DefenceEstablishment
description :: DefenceEstablishment -> Description
image :: DefenceEstablishment -> Image
name :: DefenceEstablishment -> Name
url :: DefenceEstablishment -> Url
address :: DefenceEstablishment -> Address
aggregateRating :: DefenceEstablishment -> AggregateRating
containedIn :: DefenceEstablishment -> ContainedIn
event :: DefenceEstablishment -> Event
events :: DefenceEstablishment -> Events
faxNumber :: DefenceEstablishment -> FaxNumber
geo :: DefenceEstablishment -> Geo
interactionCount :: DefenceEstablishment -> InteractionCount
map :: DefenceEstablishment -> Map
maps :: DefenceEstablishment -> Maps
photo :: DefenceEstablishment -> Photo
photos :: DefenceEstablishment -> Photos
review :: DefenceEstablishment -> Review
reviews :: DefenceEstablishment -> Reviews
telephone :: DefenceEstablishment -> Telephone
openingHours :: DefenceEstablishment -> OpeningHours
instance Show DefenceEstablishment
instance Read DefenceEstablishment
instance Eq DefenceEstablishment
instance MetaData DefenceEstablishment
module Text.HTML5.MetaData.Schema.Playground
-- | A playground.
--
--
-- - id Playground
-- - label Playground
-- - comment A playground.
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/Playground
--
data Playground
Playground :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> Playground
description :: Playground -> Description
image :: Playground -> Image
name :: Playground -> Name
url :: Playground -> Url
address :: Playground -> Address
aggregateRating :: Playground -> AggregateRating
containedIn :: Playground -> ContainedIn
event :: Playground -> Event
events :: Playground -> Events
faxNumber :: Playground -> FaxNumber
geo :: Playground -> Geo
interactionCount :: Playground -> InteractionCount
map :: Playground -> Map
maps :: Playground -> Maps
photo :: Playground -> Photo
photos :: Playground -> Photos
review :: Playground -> Review
reviews :: Playground -> Reviews
telephone :: Playground -> Telephone
openingHours :: Playground -> OpeningHours
instance Show Playground
instance Read Playground
instance Eq Playground
instance MetaData Playground
module Text.HTML5.MetaData.Schema.MovieTheater
-- | A movie theater.
--
--
-- - id MovieTheater
-- - label Movie Theater
-- - comment A movie theater.
-- - ancestors
-- Thing,Organization,LocalBusiness,EntertainmentBusiness
-- - subtypes
-- - supertypes
-- CivicStructure,EntertainmentBusiness
-- - url http://schema.org/MovieTheater
--
data MovieTheater
MovieTheater :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> PaymentAccepted -> PriceRange -> MovieTheater
description :: MovieTheater -> Description
image :: MovieTheater -> Image
name :: MovieTheater -> Name
url :: MovieTheater -> Url
address :: MovieTheater -> Address
aggregateRating :: MovieTheater -> AggregateRating
containedIn :: MovieTheater -> ContainedIn
event :: MovieTheater -> Event
events :: MovieTheater -> Events
faxNumber :: MovieTheater -> FaxNumber
geo :: MovieTheater -> Geo
interactionCount :: MovieTheater -> InteractionCount
map :: MovieTheater -> Map
maps :: MovieTheater -> Maps
photo :: MovieTheater -> Photo
photos :: MovieTheater -> Photos
review :: MovieTheater -> Review
reviews :: MovieTheater -> Reviews
telephone :: MovieTheater -> Telephone
openingHours :: MovieTheater -> OpeningHours
contactPoint :: MovieTheater -> ContactPoint
contactPoints :: MovieTheater -> ContactPoints
email :: MovieTheater -> Email
employee :: MovieTheater -> Employee
employees :: MovieTheater -> Employees
founder :: MovieTheater -> Founder
founders :: MovieTheater -> Founders
foundingDate :: MovieTheater -> FoundingDate
location :: MovieTheater -> Location
member :: MovieTheater -> Member
members :: MovieTheater -> Members
branchOf :: MovieTheater -> BranchOf
currenciesAccepted :: MovieTheater -> CurrenciesAccepted
paymentAccepted :: MovieTheater -> PaymentAccepted
priceRange :: MovieTheater -> PriceRange
instance Show MovieTheater
instance Read MovieTheater
instance Eq MovieTheater
instance MetaData MovieTheater
module Text.HTML5.MetaData.Schema.ElectronicsStore
-- | An electronics store.
--
--
-- - id ElectronicsStore
-- - label Electronics Store
-- - comment An electronics store.
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/ElectronicsStore
--
data ElectronicsStore
ElectronicsStore :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> ElectronicsStore
description :: ElectronicsStore -> Description
image :: ElectronicsStore -> Image
name :: ElectronicsStore -> Name
url :: ElectronicsStore -> Url
address :: ElectronicsStore -> Address
aggregateRating :: ElectronicsStore -> AggregateRating
containedIn :: ElectronicsStore -> ContainedIn
event :: ElectronicsStore -> Event
events :: ElectronicsStore -> Events
faxNumber :: ElectronicsStore -> FaxNumber
geo :: ElectronicsStore -> Geo
interactionCount :: ElectronicsStore -> InteractionCount
map :: ElectronicsStore -> Map
maps :: ElectronicsStore -> Maps
photo :: ElectronicsStore -> Photo
photos :: ElectronicsStore -> Photos
review :: ElectronicsStore -> Review
reviews :: ElectronicsStore -> Reviews
telephone :: ElectronicsStore -> Telephone
contactPoint :: ElectronicsStore -> ContactPoint
contactPoints :: ElectronicsStore -> ContactPoints
email :: ElectronicsStore -> Email
employee :: ElectronicsStore -> Employee
employees :: ElectronicsStore -> Employees
founder :: ElectronicsStore -> Founder
founders :: ElectronicsStore -> Founders
foundingDate :: ElectronicsStore -> FoundingDate
location :: ElectronicsStore -> Location
member :: ElectronicsStore -> Member
members :: ElectronicsStore -> Members
branchOf :: ElectronicsStore -> BranchOf
currenciesAccepted :: ElectronicsStore -> CurrenciesAccepted
openingHours :: ElectronicsStore -> OpeningHours
paymentAccepted :: ElectronicsStore -> PaymentAccepted
priceRange :: ElectronicsStore -> PriceRange
instance Show ElectronicsStore
instance Read ElectronicsStore
instance Eq ElectronicsStore
instance MetaData ElectronicsStore
module Text.HTML5.MetaData.Schema.WholesaleStore
-- | A wholesale store.
--
--
-- - id WholesaleStore
-- - label Wholesale Store
-- - comment A wholesale store.
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/WholesaleStore
--
data WholesaleStore
WholesaleStore :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> WholesaleStore
description :: WholesaleStore -> Description
image :: WholesaleStore -> Image
name :: WholesaleStore -> Name
url :: WholesaleStore -> Url
address :: WholesaleStore -> Address
aggregateRating :: WholesaleStore -> AggregateRating
containedIn :: WholesaleStore -> ContainedIn
event :: WholesaleStore -> Event
events :: WholesaleStore -> Events
faxNumber :: WholesaleStore -> FaxNumber
geo :: WholesaleStore -> Geo
interactionCount :: WholesaleStore -> InteractionCount
map :: WholesaleStore -> Map
maps :: WholesaleStore -> Maps
photo :: WholesaleStore -> Photo
photos :: WholesaleStore -> Photos
review :: WholesaleStore -> Review
reviews :: WholesaleStore -> Reviews
telephone :: WholesaleStore -> Telephone
contactPoint :: WholesaleStore -> ContactPoint
contactPoints :: WholesaleStore -> ContactPoints
email :: WholesaleStore -> Email
employee :: WholesaleStore -> Employee
employees :: WholesaleStore -> Employees
founder :: WholesaleStore -> Founder
founders :: WholesaleStore -> Founders
foundingDate :: WholesaleStore -> FoundingDate
location :: WholesaleStore -> Location
member :: WholesaleStore -> Member
members :: WholesaleStore -> Members
branchOf :: WholesaleStore -> BranchOf
currenciesAccepted :: WholesaleStore -> CurrenciesAccepted
openingHours :: WholesaleStore -> OpeningHours
paymentAccepted :: WholesaleStore -> PaymentAccepted
priceRange :: WholesaleStore -> PriceRange
instance Show WholesaleStore
instance Read WholesaleStore
instance Eq WholesaleStore
instance MetaData WholesaleStore
module Text.HTML5.MetaData.Schema.SubwayStation
-- | A subway station.
--
--
-- - id SubwayStation
-- - label Subway Station
-- - comment A subway station.
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/SubwayStation
--
data SubwayStation
SubwayStation :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> SubwayStation
description :: SubwayStation -> Description
image :: SubwayStation -> Image
name :: SubwayStation -> Name
url :: SubwayStation -> Url
address :: SubwayStation -> Address
aggregateRating :: SubwayStation -> AggregateRating
containedIn :: SubwayStation -> ContainedIn
event :: SubwayStation -> Event
events :: SubwayStation -> Events
faxNumber :: SubwayStation -> FaxNumber
geo :: SubwayStation -> Geo
interactionCount :: SubwayStation -> InteractionCount
map :: SubwayStation -> Map
maps :: SubwayStation -> Maps
photo :: SubwayStation -> Photo
photos :: SubwayStation -> Photos
review :: SubwayStation -> Review
reviews :: SubwayStation -> Reviews
telephone :: SubwayStation -> Telephone
openingHours :: SubwayStation -> OpeningHours
instance Show SubwayStation
instance Read SubwayStation
instance Eq SubwayStation
instance MetaData SubwayStation
module Text.HTML5.MetaData.Schema.VeterinaryCare
-- | A vet's office.
--
--
-- - id VeterinaryCare
-- - label Veterinary Care
-- - comment A vet's office.
-- - ancestors
-- Thing,Organization,LocalBusiness,MedicalOrganization
-- - subtypes
-- - supertypes
-- MedicalOrganization
-- - url http://schema.org/VeterinaryCare
--
data VeterinaryCare
VeterinaryCare :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> VeterinaryCare
description :: VeterinaryCare -> Description
image :: VeterinaryCare -> Image
name :: VeterinaryCare -> Name
url :: VeterinaryCare -> Url
address :: VeterinaryCare -> Address
aggregateRating :: VeterinaryCare -> AggregateRating
containedIn :: VeterinaryCare -> ContainedIn
event :: VeterinaryCare -> Event
events :: VeterinaryCare -> Events
faxNumber :: VeterinaryCare -> FaxNumber
geo :: VeterinaryCare -> Geo
interactionCount :: VeterinaryCare -> InteractionCount
map :: VeterinaryCare -> Map
maps :: VeterinaryCare -> Maps
photo :: VeterinaryCare -> Photo
photos :: VeterinaryCare -> Photos
review :: VeterinaryCare -> Review
reviews :: VeterinaryCare -> Reviews
telephone :: VeterinaryCare -> Telephone
contactPoint :: VeterinaryCare -> ContactPoint
contactPoints :: VeterinaryCare -> ContactPoints
email :: VeterinaryCare -> Email
employee :: VeterinaryCare -> Employee
employees :: VeterinaryCare -> Employees
founder :: VeterinaryCare -> Founder
founders :: VeterinaryCare -> Founders
foundingDate :: VeterinaryCare -> FoundingDate
location :: VeterinaryCare -> Location
member :: VeterinaryCare -> Member
members :: VeterinaryCare -> Members
branchOf :: VeterinaryCare -> BranchOf
currenciesAccepted :: VeterinaryCare -> CurrenciesAccepted
openingHours :: VeterinaryCare -> OpeningHours
paymentAccepted :: VeterinaryCare -> PaymentAccepted
priceRange :: VeterinaryCare -> PriceRange
instance Show VeterinaryCare
instance Read VeterinaryCare
instance Eq VeterinaryCare
instance MetaData VeterinaryCare
module Text.HTML5.MetaData.Schema.HVACBusiness
-- | An HVAC service.
--
--
-- - id HVACBusiness
-- - label HVAC Business
-- - comment An HVAC service.
-- - ancestors
-- Thing,Organization,LocalBusiness,HomeAndConstructionBusiness
-- - subtypes
-- - supertypes
-- HomeAndConstructionBusiness
-- - url http://schema.org/HVACBusiness
--
data HVACBusiness
HVACBusiness :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> HVACBusiness
description :: HVACBusiness -> Description
image :: HVACBusiness -> Image
name :: HVACBusiness -> Name
url :: HVACBusiness -> Url
address :: HVACBusiness -> Address
aggregateRating :: HVACBusiness -> AggregateRating
containedIn :: HVACBusiness -> ContainedIn
event :: HVACBusiness -> Event
events :: HVACBusiness -> Events
faxNumber :: HVACBusiness -> FaxNumber
geo :: HVACBusiness -> Geo
interactionCount :: HVACBusiness -> InteractionCount
map :: HVACBusiness -> Map
maps :: HVACBusiness -> Maps
photo :: HVACBusiness -> Photo
photos :: HVACBusiness -> Photos
review :: HVACBusiness -> Review
reviews :: HVACBusiness -> Reviews
telephone :: HVACBusiness -> Telephone
contactPoint :: HVACBusiness -> ContactPoint
contactPoints :: HVACBusiness -> ContactPoints
email :: HVACBusiness -> Email
employee :: HVACBusiness -> Employee
employees :: HVACBusiness -> Employees
founder :: HVACBusiness -> Founder
founders :: HVACBusiness -> Founders
foundingDate :: HVACBusiness -> FoundingDate
location :: HVACBusiness -> Location
member :: HVACBusiness -> Member
members :: HVACBusiness -> Members
branchOf :: HVACBusiness -> BranchOf
currenciesAccepted :: HVACBusiness -> CurrenciesAccepted
openingHours :: HVACBusiness -> OpeningHours
paymentAccepted :: HVACBusiness -> PaymentAccepted
priceRange :: HVACBusiness -> PriceRange
instance Show HVACBusiness
instance Read HVACBusiness
instance Eq HVACBusiness
instance MetaData HVACBusiness
module Text.HTML5.MetaData.Schema.HardwareStore
-- | A hardware store.
--
--
-- - id HardwareStore
-- - label Hardware Store
-- - comment A hardware store.
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/HardwareStore
--
data HardwareStore
HardwareStore :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> HardwareStore
description :: HardwareStore -> Description
image :: HardwareStore -> Image
name :: HardwareStore -> Name
url :: HardwareStore -> Url
address :: HardwareStore -> Address
aggregateRating :: HardwareStore -> AggregateRating
containedIn :: HardwareStore -> ContainedIn
event :: HardwareStore -> Event
events :: HardwareStore -> Events
faxNumber :: HardwareStore -> FaxNumber
geo :: HardwareStore -> Geo
interactionCount :: HardwareStore -> InteractionCount
map :: HardwareStore -> Map
maps :: HardwareStore -> Maps
photo :: HardwareStore -> Photo
photos :: HardwareStore -> Photos
review :: HardwareStore -> Review
reviews :: HardwareStore -> Reviews
telephone :: HardwareStore -> Telephone
contactPoint :: HardwareStore -> ContactPoint
contactPoints :: HardwareStore -> ContactPoints
email :: HardwareStore -> Email
employee :: HardwareStore -> Employee
employees :: HardwareStore -> Employees
founder :: HardwareStore -> Founder
founders :: HardwareStore -> Founders
foundingDate :: HardwareStore -> FoundingDate
location :: HardwareStore -> Location
member :: HardwareStore -> Member
members :: HardwareStore -> Members
branchOf :: HardwareStore -> BranchOf
currenciesAccepted :: HardwareStore -> CurrenciesAccepted
openingHours :: HardwareStore -> OpeningHours
paymentAccepted :: HardwareStore -> PaymentAccepted
priceRange :: HardwareStore -> PriceRange
instance Show HardwareStore
instance Read HardwareStore
instance Eq HardwareStore
instance MetaData HardwareStore
module Text.HTML5.MetaData.Schema.Festival
-- | Event type: Festival.
--
--
data Festival
Festival :: Description -> Image -> Name -> Url -> Attendee -> Attendees -> Duration -> EndDate -> Location -> Offers -> Performer -> Performers -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> Festival
description :: Festival -> Description
image :: Festival -> Image
name :: Festival -> Name
url :: Festival -> Url
attendee :: Festival -> Attendee
attendees :: Festival -> Attendees
duration :: Festival -> Duration
endDate :: Festival -> EndDate
location :: Festival -> Location
offers :: Festival -> Offers
performer :: Festival -> Performer
performers :: Festival -> Performers
startDate :: Festival -> StartDate
subEvent :: Festival -> SubEvent
subEvents :: Festival -> SubEvents
superEvent :: Festival -> SuperEvent
instance Show Festival
instance Read Festival
instance Eq Festival
instance MetaData Festival
module Text.HTML5.MetaData.Schema.MobilePhoneStore
-- | A mobile-phone store.
--
--
-- - id MobilePhoneStore
-- - label Mobile Phone Store
-- - comment A mobile-phone store.
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/MobilePhoneStore
--
data MobilePhoneStore
MobilePhoneStore :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> MobilePhoneStore
description :: MobilePhoneStore -> Description
image :: MobilePhoneStore -> Image
name :: MobilePhoneStore -> Name
url :: MobilePhoneStore -> Url
address :: MobilePhoneStore -> Address
aggregateRating :: MobilePhoneStore -> AggregateRating
containedIn :: MobilePhoneStore -> ContainedIn
event :: MobilePhoneStore -> Event
events :: MobilePhoneStore -> Events
faxNumber :: MobilePhoneStore -> FaxNumber
geo :: MobilePhoneStore -> Geo
interactionCount :: MobilePhoneStore -> InteractionCount
map :: MobilePhoneStore -> Map
maps :: MobilePhoneStore -> Maps
photo :: MobilePhoneStore -> Photo
photos :: MobilePhoneStore -> Photos
review :: MobilePhoneStore -> Review
reviews :: MobilePhoneStore -> Reviews
telephone :: MobilePhoneStore -> Telephone
contactPoint :: MobilePhoneStore -> ContactPoint
contactPoints :: MobilePhoneStore -> ContactPoints
email :: MobilePhoneStore -> Email
employee :: MobilePhoneStore -> Employee
employees :: MobilePhoneStore -> Employees
founder :: MobilePhoneStore -> Founder
founders :: MobilePhoneStore -> Founders
foundingDate :: MobilePhoneStore -> FoundingDate
location :: MobilePhoneStore -> Location
member :: MobilePhoneStore -> Member
members :: MobilePhoneStore -> Members
branchOf :: MobilePhoneStore -> BranchOf
currenciesAccepted :: MobilePhoneStore -> CurrenciesAccepted
openingHours :: MobilePhoneStore -> OpeningHours
paymentAccepted :: MobilePhoneStore -> PaymentAccepted
priceRange :: MobilePhoneStore -> PriceRange
instance Show MobilePhoneStore
instance Read MobilePhoneStore
instance Eq MobilePhoneStore
instance MetaData MobilePhoneStore
module Text.HTML5.MetaData.Schema.CollegeOrUniversity
-- | A college, university, or other third-level educational institution.
--
--
-- - id CollegeOrUniversity
-- - label College or University
-- - comment A college, university, or other
-- third-level educational institution.
-- - ancestors
-- Thing,Organization,EducationalOrganization
-- - subtypes
-- - supertypes
-- EducationalOrganization
-- - url
-- http://schema.org/CollegeOrUniversity
--
data CollegeOrUniversity
CollegeOrUniversity :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Event -> Events -> FaxNumber -> Founder -> Founders -> FoundingDate -> InteractionCount -> Location -> Member -> Members -> Review -> Reviews -> Telephone -> Alumni -> CollegeOrUniversity
description :: CollegeOrUniversity -> Description
image :: CollegeOrUniversity -> Image
name :: CollegeOrUniversity -> Name
url :: CollegeOrUniversity -> Url
address :: CollegeOrUniversity -> Address
aggregateRating :: CollegeOrUniversity -> AggregateRating
contactPoint :: CollegeOrUniversity -> ContactPoint
contactPoints :: CollegeOrUniversity -> ContactPoints
email :: CollegeOrUniversity -> Email
employee :: CollegeOrUniversity -> Employee
employees :: CollegeOrUniversity -> Employees
event :: CollegeOrUniversity -> Event
events :: CollegeOrUniversity -> Events
faxNumber :: CollegeOrUniversity -> FaxNumber
founder :: CollegeOrUniversity -> Founder
founders :: CollegeOrUniversity -> Founders
foundingDate :: CollegeOrUniversity -> FoundingDate
interactionCount :: CollegeOrUniversity -> InteractionCount
location :: CollegeOrUniversity -> Location
member :: CollegeOrUniversity -> Member
members :: CollegeOrUniversity -> Members
review :: CollegeOrUniversity -> Review
reviews :: CollegeOrUniversity -> Reviews
telephone :: CollegeOrUniversity -> Telephone
alumni :: CollegeOrUniversity -> Alumni
instance Show CollegeOrUniversity
instance Read CollegeOrUniversity
instance Eq CollegeOrUniversity
instance MetaData CollegeOrUniversity
module Text.HTML5.MetaData.Schema.SiteNavigationElement
-- | A navigation element of the page.
--
--
-- - id SiteNavigationElement
-- - label Site Navigation Element
-- - comment A navigation element of the page.
-- - ancestors
-- Thing,CreativeWork,WebPageElement
-- - subtypes
-- - supertypes WebPageElement
-- - url
-- http://schema.org/SiteNavigationElement
--
data SiteNavigationElement
SiteNavigationElement :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> SiteNavigationElement
description :: SiteNavigationElement -> Description
image :: SiteNavigationElement -> Image
name :: SiteNavigationElement -> Name
url :: SiteNavigationElement -> Url
about :: SiteNavigationElement -> About
accountablePerson :: SiteNavigationElement -> AccountablePerson
aggregateRating :: SiteNavigationElement -> AggregateRating
alternativeHeadline :: SiteNavigationElement -> AlternativeHeadline
associatedMedia :: SiteNavigationElement -> AssociatedMedia
audio :: SiteNavigationElement -> Audio
author :: SiteNavigationElement -> Author
award :: SiteNavigationElement -> Award
awards :: SiteNavigationElement -> Awards
comment :: SiteNavigationElement -> Comment
contentLocation :: SiteNavigationElement -> ContentLocation
contentRating :: SiteNavigationElement -> ContentRating
contributor :: SiteNavigationElement -> Contributor
copyrightHolder :: SiteNavigationElement -> CopyrightHolder
copyrightYear :: SiteNavigationElement -> CopyrightYear
creator :: SiteNavigationElement -> Creator
dateCreated :: SiteNavigationElement -> DateCreated
dateModified :: SiteNavigationElement -> DateModified
datePublished :: SiteNavigationElement -> DatePublished
discussionUrl :: SiteNavigationElement -> DiscussionUrl
editor :: SiteNavigationElement -> Editor
encoding :: SiteNavigationElement -> Encoding
encodings :: SiteNavigationElement -> Encodings
genre :: SiteNavigationElement -> Genre
headline :: SiteNavigationElement -> Headline
inLanguage :: SiteNavigationElement -> InLanguage
interactionCount :: SiteNavigationElement -> InteractionCount
isFamilyFriendly :: SiteNavigationElement -> IsFamilyFriendly
keywords :: SiteNavigationElement -> Keywords
mentions :: SiteNavigationElement -> Mentions
offers :: SiteNavigationElement -> Offers
provider :: SiteNavigationElement -> Provider
publisher :: SiteNavigationElement -> Publisher
publishingPrinciples :: SiteNavigationElement -> PublishingPrinciples
review :: SiteNavigationElement -> Review
reviews :: SiteNavigationElement -> Reviews
sourceOrganization :: SiteNavigationElement -> SourceOrganization
text :: SiteNavigationElement -> Text
thumbnailUrl :: SiteNavigationElement -> ThumbnailUrl
version :: SiteNavigationElement -> Version
video :: SiteNavigationElement -> Video
instance Show SiteNavigationElement
instance Read SiteNavigationElement
instance Eq SiteNavigationElement
instance MetaData SiteNavigationElement
module Text.HTML5.MetaData.Schema.ComedyEvent
-- | Event type: Comedy event.
--
--
data ComedyEvent
ComedyEvent :: Description -> Image -> Name -> Url -> Attendee -> Attendees -> Duration -> EndDate -> Location -> Offers -> Performer -> Performers -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> ComedyEvent
description :: ComedyEvent -> Description
image :: ComedyEvent -> Image
name :: ComedyEvent -> Name
url :: ComedyEvent -> Url
attendee :: ComedyEvent -> Attendee
attendees :: ComedyEvent -> Attendees
duration :: ComedyEvent -> Duration
endDate :: ComedyEvent -> EndDate
location :: ComedyEvent -> Location
offers :: ComedyEvent -> Offers
performer :: ComedyEvent -> Performer
performers :: ComedyEvent -> Performers
startDate :: ComedyEvent -> StartDate
subEvent :: ComedyEvent -> SubEvent
subEvents :: ComedyEvent -> SubEvents
superEvent :: ComedyEvent -> SuperEvent
instance Show ComedyEvent
instance Read ComedyEvent
instance Eq ComedyEvent
instance MetaData ComedyEvent
module Text.HTML5.MetaData.Schema.MiddleSchool
-- | A middle school.
--
--
-- - id MiddleSchool
-- - label Middle School
-- - comment A middle school.
-- - ancestors
-- Thing,Organization,EducationalOrganization
-- - subtypes
-- - supertypes
-- EducationalOrganization
-- - url http://schema.org/MiddleSchool
--
data MiddleSchool
MiddleSchool :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Event -> Events -> FaxNumber -> Founder -> Founders -> FoundingDate -> InteractionCount -> Location -> Member -> Members -> Review -> Reviews -> Telephone -> Alumni -> MiddleSchool
description :: MiddleSchool -> Description
image :: MiddleSchool -> Image
name :: MiddleSchool -> Name
url :: MiddleSchool -> Url
address :: MiddleSchool -> Address
aggregateRating :: MiddleSchool -> AggregateRating
contactPoint :: MiddleSchool -> ContactPoint
contactPoints :: MiddleSchool -> ContactPoints
email :: MiddleSchool -> Email
employee :: MiddleSchool -> Employee
employees :: MiddleSchool -> Employees
event :: MiddleSchool -> Event
events :: MiddleSchool -> Events
faxNumber :: MiddleSchool -> FaxNumber
founder :: MiddleSchool -> Founder
founders :: MiddleSchool -> Founders
foundingDate :: MiddleSchool -> FoundingDate
interactionCount :: MiddleSchool -> InteractionCount
location :: MiddleSchool -> Location
member :: MiddleSchool -> Member
members :: MiddleSchool -> Members
review :: MiddleSchool -> Review
reviews :: MiddleSchool -> Reviews
telephone :: MiddleSchool -> Telephone
alumni :: MiddleSchool -> Alumni
instance Show MiddleSchool
instance Read MiddleSchool
instance Eq MiddleSchool
instance MetaData MiddleSchool
module Text.HTML5.MetaData.Schema.SportsClub
-- | A sports club.
--
--
-- - id SportsClub
-- - label Sports Club
-- - comment A sports club.
-- - ancestors
-- Thing,Organization,LocalBusiness,SportsActivityLocation
-- - subtypes
-- - supertypes
-- SportsActivityLocation
-- - url http://schema.org/SportsClub
--
data SportsClub
SportsClub :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> SportsClub
description :: SportsClub -> Description
image :: SportsClub -> Image
name :: SportsClub -> Name
url :: SportsClub -> Url
address :: SportsClub -> Address
aggregateRating :: SportsClub -> AggregateRating
containedIn :: SportsClub -> ContainedIn
event :: SportsClub -> Event
events :: SportsClub -> Events
faxNumber :: SportsClub -> FaxNumber
geo :: SportsClub -> Geo
interactionCount :: SportsClub -> InteractionCount
map :: SportsClub -> Map
maps :: SportsClub -> Maps
photo :: SportsClub -> Photo
photos :: SportsClub -> Photos
review :: SportsClub -> Review
reviews :: SportsClub -> Reviews
telephone :: SportsClub -> Telephone
contactPoint :: SportsClub -> ContactPoint
contactPoints :: SportsClub -> ContactPoints
email :: SportsClub -> Email
employee :: SportsClub -> Employee
employees :: SportsClub -> Employees
founder :: SportsClub -> Founder
founders :: SportsClub -> Founders
foundingDate :: SportsClub -> FoundingDate
location :: SportsClub -> Location
member :: SportsClub -> Member
members :: SportsClub -> Members
branchOf :: SportsClub -> BranchOf
currenciesAccepted :: SportsClub -> CurrenciesAccepted
openingHours :: SportsClub -> OpeningHours
paymentAccepted :: SportsClub -> PaymentAccepted
priceRange :: SportsClub -> PriceRange
instance Show SportsClub
instance Read SportsClub
instance Eq SportsClub
instance MetaData SportsClub
module Text.HTML5.MetaData.Schema.DanceEvent
-- | Event type: A social dance.
--
--
data DanceEvent
DanceEvent :: Description -> Image -> Name -> Url -> Attendee -> Attendees -> Duration -> EndDate -> Location -> Offers -> Performer -> Performers -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> DanceEvent
description :: DanceEvent -> Description
image :: DanceEvent -> Image
name :: DanceEvent -> Name
url :: DanceEvent -> Url
attendee :: DanceEvent -> Attendee
attendees :: DanceEvent -> Attendees
duration :: DanceEvent -> Duration
endDate :: DanceEvent -> EndDate
location :: DanceEvent -> Location
offers :: DanceEvent -> Offers
performer :: DanceEvent -> Performer
performers :: DanceEvent -> Performers
startDate :: DanceEvent -> StartDate
subEvent :: DanceEvent -> SubEvent
subEvents :: DanceEvent -> SubEvents
superEvent :: DanceEvent -> SuperEvent
instance Show DanceEvent
instance Read DanceEvent
instance Eq DanceEvent
instance MetaData DanceEvent
module Text.HTML5.MetaData.Schema.BodyOfWater
-- | A body of water, such as a sea, ocean, or lake.
--
--
-- - id BodyOfWater
-- - label Body of Water
-- - comment A body of water, such as a sea, ocean, or
-- lake.
-- - ancestors
-- Thing,Place,Landform
-- - subtypes
-- Canal,LakeBodyOfWater,OceanBodyOfWater,Pond,Reservoir,RiverBodyOfWater,SeaBodyOfWater,Waterfall
-- - supertypes Landform
-- - url http://schema.org/BodyOfWater
--
data BodyOfWater
BodyOfWater :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> BodyOfWater
description :: BodyOfWater -> Description
image :: BodyOfWater -> Image
name :: BodyOfWater -> Name
url :: BodyOfWater -> Url
address :: BodyOfWater -> Address
aggregateRating :: BodyOfWater -> AggregateRating
containedIn :: BodyOfWater -> ContainedIn
event :: BodyOfWater -> Event
events :: BodyOfWater -> Events
faxNumber :: BodyOfWater -> FaxNumber
geo :: BodyOfWater -> Geo
interactionCount :: BodyOfWater -> InteractionCount
map :: BodyOfWater -> Map
maps :: BodyOfWater -> Maps
photo :: BodyOfWater -> Photo
photos :: BodyOfWater -> Photos
review :: BodyOfWater -> Review
reviews :: BodyOfWater -> Reviews
telephone :: BodyOfWater -> Telephone
instance Show BodyOfWater
instance Read BodyOfWater
instance Eq BodyOfWater
instance MetaData BodyOfWater
module Text.HTML5.MetaData.Schema.TheaterGroup
-- | A theater group or company—for example, the Royal Shakespeare Company
-- or Druid Theatre.
--
--
-- - id TheaterGroup
-- - label Theater Group
-- - comment A theater group or company—for example,
-- the Royal Shakespeare Company or Druid Theatre.
-- - ancestors
-- Thing,Organization,PerformingGroup
-- - subtypes
-- - supertypes PerformingGroup
-- - url http://schema.org/TheaterGroup
--
data TheaterGroup
TheaterGroup :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Event -> Events -> FaxNumber -> Founder -> Founders -> FoundingDate -> InteractionCount -> Location -> Member -> Members -> Review -> Reviews -> Telephone -> TheaterGroup
description :: TheaterGroup -> Description
image :: TheaterGroup -> Image
name :: TheaterGroup -> Name
url :: TheaterGroup -> Url
address :: TheaterGroup -> Address
aggregateRating :: TheaterGroup -> AggregateRating
contactPoint :: TheaterGroup -> ContactPoint
contactPoints :: TheaterGroup -> ContactPoints
email :: TheaterGroup -> Email
employee :: TheaterGroup -> Employee
employees :: TheaterGroup -> Employees
event :: TheaterGroup -> Event
events :: TheaterGroup -> Events
faxNumber :: TheaterGroup -> FaxNumber
founder :: TheaterGroup -> Founder
founders :: TheaterGroup -> Founders
foundingDate :: TheaterGroup -> FoundingDate
interactionCount :: TheaterGroup -> InteractionCount
location :: TheaterGroup -> Location
member :: TheaterGroup -> Member
members :: TheaterGroup -> Members
review :: TheaterGroup -> Review
reviews :: TheaterGroup -> Reviews
telephone :: TheaterGroup -> Telephone
instance Show TheaterGroup
instance Read TheaterGroup
instance Eq TheaterGroup
instance MetaData TheaterGroup
module Text.HTML5.MetaData.Schema.Motel
-- | A motel.
--
--
-- - id Motel
-- - label Motel
-- - comment A motel.
-- - ancestors
-- Thing,Organization,LocalBusiness,LodgingBusiness
-- - subtypes
-- - supertypes LodgingBusiness
-- - url http://schema.org/Motel
--
data Motel
Motel :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Motel
description :: Motel -> Description
image :: Motel -> Image
name :: Motel -> Name
url :: Motel -> Url
address :: Motel -> Address
aggregateRating :: Motel -> AggregateRating
containedIn :: Motel -> ContainedIn
event :: Motel -> Event
events :: Motel -> Events
faxNumber :: Motel -> FaxNumber
geo :: Motel -> Geo
interactionCount :: Motel -> InteractionCount
map :: Motel -> Map
maps :: Motel -> Maps
photo :: Motel -> Photo
photos :: Motel -> Photos
review :: Motel -> Review
reviews :: Motel -> Reviews
telephone :: Motel -> Telephone
contactPoint :: Motel -> ContactPoint
contactPoints :: Motel -> ContactPoints
email :: Motel -> Email
employee :: Motel -> Employee
employees :: Motel -> Employees
founder :: Motel -> Founder
founders :: Motel -> Founders
foundingDate :: Motel -> FoundingDate
location :: Motel -> Location
member :: Motel -> Member
members :: Motel -> Members
branchOf :: Motel -> BranchOf
currenciesAccepted :: Motel -> CurrenciesAccepted
openingHours :: Motel -> OpeningHours
paymentAccepted :: Motel -> PaymentAccepted
priceRange :: Motel -> PriceRange
instance Show Motel
instance Read Motel
instance Eq Motel
instance MetaData Motel
module Text.HTML5.MetaData.Schema.RealEstateAgent
-- | A real-estate agent.
--
--
-- - id RealEstateAgent
-- - label Real Estate Agent
-- - comment A real-estate agent.
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- - supertypes LocalBusiness
-- - url http://schema.org/RealEstateAgent
--
data RealEstateAgent
RealEstateAgent :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> RealEstateAgent
description :: RealEstateAgent -> Description
image :: RealEstateAgent -> Image
name :: RealEstateAgent -> Name
url :: RealEstateAgent -> Url
address :: RealEstateAgent -> Address
aggregateRating :: RealEstateAgent -> AggregateRating
containedIn :: RealEstateAgent -> ContainedIn
event :: RealEstateAgent -> Event
events :: RealEstateAgent -> Events
faxNumber :: RealEstateAgent -> FaxNumber
geo :: RealEstateAgent -> Geo
interactionCount :: RealEstateAgent -> InteractionCount
map :: RealEstateAgent -> Map
maps :: RealEstateAgent -> Maps
photo :: RealEstateAgent -> Photo
photos :: RealEstateAgent -> Photos
review :: RealEstateAgent -> Review
reviews :: RealEstateAgent -> Reviews
telephone :: RealEstateAgent -> Telephone
contactPoint :: RealEstateAgent -> ContactPoint
contactPoints :: RealEstateAgent -> ContactPoints
email :: RealEstateAgent -> Email
employee :: RealEstateAgent -> Employee
employees :: RealEstateAgent -> Employees
founder :: RealEstateAgent -> Founder
founders :: RealEstateAgent -> Founders
foundingDate :: RealEstateAgent -> FoundingDate
location :: RealEstateAgent -> Location
member :: RealEstateAgent -> Member
members :: RealEstateAgent -> Members
branchOf :: RealEstateAgent -> BranchOf
currenciesAccepted :: RealEstateAgent -> CurrenciesAccepted
openingHours :: RealEstateAgent -> OpeningHours
paymentAccepted :: RealEstateAgent -> PaymentAccepted
priceRange :: RealEstateAgent -> PriceRange
instance Show RealEstateAgent
instance Read RealEstateAgent
instance Eq RealEstateAgent
instance MetaData RealEstateAgent
module Text.HTML5.MetaData.Schema.OceanBodyOfWater
-- | An ocean (for example, the Pacific).
--
--
-- - id OceanBodyOfWater
-- - label Ocean Body of Water
-- - comment An ocean (for example, the Pacific).
-- - ancestors
-- Thing,Place,Landform,BodyOfWater
-- - subtypes
-- - supertypes BodyOfWater
-- - url http://schema.org/OceanBodyOfWater
--
data OceanBodyOfWater
OceanBodyOfWater :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OceanBodyOfWater
description :: OceanBodyOfWater -> Description
image :: OceanBodyOfWater -> Image
name :: OceanBodyOfWater -> Name
url :: OceanBodyOfWater -> Url
address :: OceanBodyOfWater -> Address
aggregateRating :: OceanBodyOfWater -> AggregateRating
containedIn :: OceanBodyOfWater -> ContainedIn
event :: OceanBodyOfWater -> Event
events :: OceanBodyOfWater -> Events
faxNumber :: OceanBodyOfWater -> FaxNumber
geo :: OceanBodyOfWater -> Geo
interactionCount :: OceanBodyOfWater -> InteractionCount
map :: OceanBodyOfWater -> Map
maps :: OceanBodyOfWater -> Maps
photo :: OceanBodyOfWater -> Photo
photos :: OceanBodyOfWater -> Photos
review :: OceanBodyOfWater -> Review
reviews :: OceanBodyOfWater -> Reviews
telephone :: OceanBodyOfWater -> Telephone
instance Show OceanBodyOfWater
instance Read OceanBodyOfWater
instance Eq OceanBodyOfWater
instance MetaData OceanBodyOfWater
module Text.HTML5.MetaData.Schema.Hospital
-- | A hospital.
--
--
-- - id Hospital
-- - label Hospital
-- - comment A hospital.
-- - ancestors
-- Thing,Organization,LocalBusiness,MedicalOrganization
-- - subtypes
-- - supertypes
-- CivicStructure,MedicalOrganization,EmergencyService
-- - url http://schema.org/Hospital
--
data Hospital
Hospital :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Hospital
description :: Hospital -> Description
image :: Hospital -> Image
name :: Hospital -> Name
url :: Hospital -> Url
address :: Hospital -> Address
aggregateRating :: Hospital -> AggregateRating
containedIn :: Hospital -> ContainedIn
event :: Hospital -> Event
events :: Hospital -> Events
faxNumber :: Hospital -> FaxNumber
geo :: Hospital -> Geo
interactionCount :: Hospital -> InteractionCount
map :: Hospital -> Map
maps :: Hospital -> Maps
photo :: Hospital -> Photo
photos :: Hospital -> Photos
review :: Hospital -> Review
reviews :: Hospital -> Reviews
telephone :: Hospital -> Telephone
contactPoint :: Hospital -> ContactPoint
contactPoints :: Hospital -> ContactPoints
email :: Hospital -> Email
employee :: Hospital -> Employee
employees :: Hospital -> Employees
founder :: Hospital -> Founder
founders :: Hospital -> Founders
foundingDate :: Hospital -> FoundingDate
location :: Hospital -> Location
member :: Hospital -> Member
members :: Hospital -> Members
branchOf :: Hospital -> BranchOf
currenciesAccepted :: Hospital -> CurrenciesAccepted
openingHours :: Hospital -> OpeningHours
paymentAccepted :: Hospital -> PaymentAccepted
priceRange :: Hospital -> PriceRange
instance Show Hospital
instance Read Hospital
instance Eq Hospital
instance MetaData Hospital
module Text.HTML5.MetaData.Schema.TravelAgency
-- | A travel agency.
--
--
-- - id TravelAgency
-- - label Travel Agency
-- - comment A travel agency.
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- - supertypes LocalBusiness
-- - url http://schema.org/TravelAgency
--
data TravelAgency
TravelAgency :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> TravelAgency
description :: TravelAgency -> Description
image :: TravelAgency -> Image
name :: TravelAgency -> Name
url :: TravelAgency -> Url
address :: TravelAgency -> Address
aggregateRating :: TravelAgency -> AggregateRating
containedIn :: TravelAgency -> ContainedIn
event :: TravelAgency -> Event
events :: TravelAgency -> Events
faxNumber :: TravelAgency -> FaxNumber
geo :: TravelAgency -> Geo
interactionCount :: TravelAgency -> InteractionCount
map :: TravelAgency -> Map
maps :: TravelAgency -> Maps
photo :: TravelAgency -> Photo
photos :: TravelAgency -> Photos
review :: TravelAgency -> Review
reviews :: TravelAgency -> Reviews
telephone :: TravelAgency -> Telephone
contactPoint :: TravelAgency -> ContactPoint
contactPoints :: TravelAgency -> ContactPoints
email :: TravelAgency -> Email
employee :: TravelAgency -> Employee
employees :: TravelAgency -> Employees
founder :: TravelAgency -> Founder
founders :: TravelAgency -> Founders
foundingDate :: TravelAgency -> FoundingDate
location :: TravelAgency -> Location
member :: TravelAgency -> Member
members :: TravelAgency -> Members
branchOf :: TravelAgency -> BranchOf
currenciesAccepted :: TravelAgency -> CurrenciesAccepted
openingHours :: TravelAgency -> OpeningHours
paymentAccepted :: TravelAgency -> PaymentAccepted
priceRange :: TravelAgency -> PriceRange
instance Show TravelAgency
instance Read TravelAgency
instance Eq TravelAgency
instance MetaData TravelAgency
module Text.HTML5.MetaData.Schema.LodgingBusiness
-- | A lodging business, such as a motel, hotel, or inn.
--
--
-- - id LodgingBusiness
-- - label Lodging Business
-- - comment A lodging business, such as a motel,
-- hotel, or inn.
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- BedAndBreakfast,Hostel,Hotel,Motel
-- - supertypes LocalBusiness
-- - url http://schema.org/LodgingBusiness
--
data LodgingBusiness
LodgingBusiness :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> LodgingBusiness
description :: LodgingBusiness -> Description
image :: LodgingBusiness -> Image
name :: LodgingBusiness -> Name
url :: LodgingBusiness -> Url
address :: LodgingBusiness -> Address
aggregateRating :: LodgingBusiness -> AggregateRating
containedIn :: LodgingBusiness -> ContainedIn
event :: LodgingBusiness -> Event
events :: LodgingBusiness -> Events
faxNumber :: LodgingBusiness -> FaxNumber
geo :: LodgingBusiness -> Geo
interactionCount :: LodgingBusiness -> InteractionCount
map :: LodgingBusiness -> Map
maps :: LodgingBusiness -> Maps
photo :: LodgingBusiness -> Photo
photos :: LodgingBusiness -> Photos
review :: LodgingBusiness -> Review
reviews :: LodgingBusiness -> Reviews
telephone :: LodgingBusiness -> Telephone
contactPoint :: LodgingBusiness -> ContactPoint
contactPoints :: LodgingBusiness -> ContactPoints
email :: LodgingBusiness -> Email
employee :: LodgingBusiness -> Employee
employees :: LodgingBusiness -> Employees
founder :: LodgingBusiness -> Founder
founders :: LodgingBusiness -> Founders
foundingDate :: LodgingBusiness -> FoundingDate
location :: LodgingBusiness -> Location
member :: LodgingBusiness -> Member
members :: LodgingBusiness -> Members
branchOf :: LodgingBusiness -> BranchOf
currenciesAccepted :: LodgingBusiness -> CurrenciesAccepted
openingHours :: LodgingBusiness -> OpeningHours
paymentAccepted :: LodgingBusiness -> PaymentAccepted
priceRange :: LodgingBusiness -> PriceRange
instance Show LodgingBusiness
instance Read LodgingBusiness
instance Eq LodgingBusiness
instance MetaData LodgingBusiness
module Text.HTML5.MetaData.Schema.Crematorium
-- | A crematorium.
--
--
-- - id Crematorium
-- - label Crematorium
-- - comment A crematorium.
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/Crematorium
--
data Crematorium
Crematorium :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> Crematorium
description :: Crematorium -> Description
image :: Crematorium -> Image
name :: Crematorium -> Name
url :: Crematorium -> Url
address :: Crematorium -> Address
aggregateRating :: Crematorium -> AggregateRating
containedIn :: Crematorium -> ContainedIn
event :: Crematorium -> Event
events :: Crematorium -> Events
faxNumber :: Crematorium -> FaxNumber
geo :: Crematorium -> Geo
interactionCount :: Crematorium -> InteractionCount
map :: Crematorium -> Map
maps :: Crematorium -> Maps
photo :: Crematorium -> Photo
photos :: Crematorium -> Photos
review :: Crematorium -> Review
reviews :: Crematorium -> Reviews
telephone :: Crematorium -> Telephone
openingHours :: Crematorium -> OpeningHours
instance Show Crematorium
instance Read Crematorium
instance Eq Crematorium
instance MetaData Crematorium
module Text.HTML5.MetaData.Schema.Continent
-- | One of the continents (for example, Europe or Africa).
--
--
-- - id Continent
-- - label Continent
-- - comment One of the continents (for example, Europe
-- or Africa).
-- - ancestors
-- Thing,Place,Landform
-- - subtypes
-- - supertypes Landform
-- - url http://schema.org/Continent
--
data Continent
Continent :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> Continent
description :: Continent -> Description
image :: Continent -> Image
name :: Continent -> Name
url :: Continent -> Url
address :: Continent -> Address
aggregateRating :: Continent -> AggregateRating
containedIn :: Continent -> ContainedIn
event :: Continent -> Event
events :: Continent -> Events
faxNumber :: Continent -> FaxNumber
geo :: Continent -> Geo
interactionCount :: Continent -> InteractionCount
map :: Continent -> Map
maps :: Continent -> Maps
photo :: Continent -> Photo
photos :: Continent -> Photos
review :: Continent -> Review
reviews :: Continent -> Reviews
telephone :: Continent -> Telephone
instance Show Continent
instance Read Continent
instance Eq Continent
instance MetaData Continent
module Text.HTML5.MetaData.Schema.AutoRental
-- | A car rental business.
--
--
-- - id AutoRental
-- - label Auto Rental
-- - comment A car rental business.
-- - ancestors
-- Thing,Organization,LocalBusiness,AutomotiveBusiness
-- - subtypes
-- - supertypes
-- AutomotiveBusiness
-- - url http://schema.org/AutoRental
--
data AutoRental
AutoRental :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AutoRental
description :: AutoRental -> Description
image :: AutoRental -> Image
name :: AutoRental -> Name
url :: AutoRental -> Url
address :: AutoRental -> Address
aggregateRating :: AutoRental -> AggregateRating
containedIn :: AutoRental -> ContainedIn
event :: AutoRental -> Event
events :: AutoRental -> Events
faxNumber :: AutoRental -> FaxNumber
geo :: AutoRental -> Geo
interactionCount :: AutoRental -> InteractionCount
map :: AutoRental -> Map
maps :: AutoRental -> Maps
photo :: AutoRental -> Photo
photos :: AutoRental -> Photos
review :: AutoRental -> Review
reviews :: AutoRental -> Reviews
telephone :: AutoRental -> Telephone
contactPoint :: AutoRental -> ContactPoint
contactPoints :: AutoRental -> ContactPoints
email :: AutoRental -> Email
employee :: AutoRental -> Employee
employees :: AutoRental -> Employees
founder :: AutoRental -> Founder
founders :: AutoRental -> Founders
foundingDate :: AutoRental -> FoundingDate
location :: AutoRental -> Location
member :: AutoRental -> Member
members :: AutoRental -> Members
branchOf :: AutoRental -> BranchOf
currenciesAccepted :: AutoRental -> CurrenciesAccepted
openingHours :: AutoRental -> OpeningHours
paymentAccepted :: AutoRental -> PaymentAccepted
priceRange :: AutoRental -> PriceRange
instance Show AutoRental
instance Read AutoRental
instance Eq AutoRental
instance MetaData AutoRental
module Text.HTML5.MetaData.Schema.TennisComplex
-- | A tennis complex.
--
--
-- - id TennisComplex
-- - label Tennis Complex
-- - comment A tennis complex.
-- - ancestors
-- Thing,Organization,LocalBusiness,SportsActivityLocation
-- - subtypes
-- - supertypes
-- SportsActivityLocation
-- - url http://schema.org/TennisComplex
--
data TennisComplex
TennisComplex :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> TennisComplex
description :: TennisComplex -> Description
image :: TennisComplex -> Image
name :: TennisComplex -> Name
url :: TennisComplex -> Url
address :: TennisComplex -> Address
aggregateRating :: TennisComplex -> AggregateRating
containedIn :: TennisComplex -> ContainedIn
event :: TennisComplex -> Event
events :: TennisComplex -> Events
faxNumber :: TennisComplex -> FaxNumber
geo :: TennisComplex -> Geo
interactionCount :: TennisComplex -> InteractionCount
map :: TennisComplex -> Map
maps :: TennisComplex -> Maps
photo :: TennisComplex -> Photo
photos :: TennisComplex -> Photos
review :: TennisComplex -> Review
reviews :: TennisComplex -> Reviews
telephone :: TennisComplex -> Telephone
contactPoint :: TennisComplex -> ContactPoint
contactPoints :: TennisComplex -> ContactPoints
email :: TennisComplex -> Email
employee :: TennisComplex -> Employee
employees :: TennisComplex -> Employees
founder :: TennisComplex -> Founder
founders :: TennisComplex -> Founders
foundingDate :: TennisComplex -> FoundingDate
location :: TennisComplex -> Location
member :: TennisComplex -> Member
members :: TennisComplex -> Members
branchOf :: TennisComplex -> BranchOf
currenciesAccepted :: TennisComplex -> CurrenciesAccepted
openingHours :: TennisComplex -> OpeningHours
paymentAccepted :: TennisComplex -> PaymentAccepted
priceRange :: TennisComplex -> PriceRange
instance Show TennisComplex
instance Read TennisComplex
instance Eq TennisComplex
instance MetaData TennisComplex
module Text.HTML5.MetaData.Schema.MensClothingStore
-- | A men's clothing store.
--
--
-- - id MensClothingStore
-- - label Mens Clothing Store
-- - comment A men's clothing store.
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url
-- http://schema.org/MensClothingStore
--
data MensClothingStore
MensClothingStore :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> MensClothingStore
description :: MensClothingStore -> Description
image :: MensClothingStore -> Image
name :: MensClothingStore -> Name
url :: MensClothingStore -> Url
address :: MensClothingStore -> Address
aggregateRating :: MensClothingStore -> AggregateRating
containedIn :: MensClothingStore -> ContainedIn
event :: MensClothingStore -> Event
events :: MensClothingStore -> Events
faxNumber :: MensClothingStore -> FaxNumber
geo :: MensClothingStore -> Geo
interactionCount :: MensClothingStore -> InteractionCount
map :: MensClothingStore -> Map
maps :: MensClothingStore -> Maps
photo :: MensClothingStore -> Photo
photos :: MensClothingStore -> Photos
review :: MensClothingStore -> Review
reviews :: MensClothingStore -> Reviews
telephone :: MensClothingStore -> Telephone
contactPoint :: MensClothingStore -> ContactPoint
contactPoints :: MensClothingStore -> ContactPoints
email :: MensClothingStore -> Email
employee :: MensClothingStore -> Employee
employees :: MensClothingStore -> Employees
founder :: MensClothingStore -> Founder
founders :: MensClothingStore -> Founders
foundingDate :: MensClothingStore -> FoundingDate
location :: MensClothingStore -> Location
member :: MensClothingStore -> Member
members :: MensClothingStore -> Members
branchOf :: MensClothingStore -> BranchOf
currenciesAccepted :: MensClothingStore -> CurrenciesAccepted
openingHours :: MensClothingStore -> OpeningHours
paymentAccepted :: MensClothingStore -> PaymentAccepted
priceRange :: MensClothingStore -> PriceRange
instance Show MensClothingStore
instance Read MensClothingStore
instance Eq MensClothingStore
instance MetaData MensClothingStore
module Text.HTML5.MetaData.Schema.Florist
-- | A florist.
--
--
-- - id Florist
-- - label Florist
-- - comment A florist.
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/Florist
--
data Florist
Florist :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Florist
description :: Florist -> Description
image :: Florist -> Image
name :: Florist -> Name
url :: Florist -> Url
address :: Florist -> Address
aggregateRating :: Florist -> AggregateRating
containedIn :: Florist -> ContainedIn
event :: Florist -> Event
events :: Florist -> Events
faxNumber :: Florist -> FaxNumber
geo :: Florist -> Geo
interactionCount :: Florist -> InteractionCount
map :: Florist -> Map
maps :: Florist -> Maps
photo :: Florist -> Photo
photos :: Florist -> Photos
review :: Florist -> Review
reviews :: Florist -> Reviews
telephone :: Florist -> Telephone
contactPoint :: Florist -> ContactPoint
contactPoints :: Florist -> ContactPoints
email :: Florist -> Email
employee :: Florist -> Employee
employees :: Florist -> Employees
founder :: Florist -> Founder
founders :: Florist -> Founders
foundingDate :: Florist -> FoundingDate
location :: Florist -> Location
member :: Florist -> Member
members :: Florist -> Members
branchOf :: Florist -> BranchOf
currenciesAccepted :: Florist -> CurrenciesAccepted
openingHours :: Florist -> OpeningHours
paymentAccepted :: Florist -> PaymentAccepted
priceRange :: Florist -> PriceRange
instance Show Florist
instance Read Florist
instance Eq Florist
instance MetaData Florist
module Text.HTML5.MetaData.Schema.Park
-- | A park.
--
--
-- - id Park
-- - label Park
-- - comment A park.
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/Park
--
data Park
Park :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> Park
description :: Park -> Description
image :: Park -> Image
name :: Park -> Name
url :: Park -> Url
address :: Park -> Address
aggregateRating :: Park -> AggregateRating
containedIn :: Park -> ContainedIn
event :: Park -> Event
events :: Park -> Events
faxNumber :: Park -> FaxNumber
geo :: Park -> Geo
interactionCount :: Park -> InteractionCount
map :: Park -> Map
maps :: Park -> Maps
photo :: Park -> Photo
photos :: Park -> Photos
review :: Park -> Review
reviews :: Park -> Reviews
telephone :: Park -> Telephone
openingHours :: Park -> OpeningHours
instance Show Park
instance Read Park
instance Eq Park
instance MetaData Park
module Text.HTML5.MetaData.Schema.LiquorStore
-- | A liquor store.
--
--
-- - id LiquorStore
-- - label Liquor Store
-- - comment A liquor store.
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/LiquorStore
--
data LiquorStore
LiquorStore :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> LiquorStore
description :: LiquorStore -> Description
image :: LiquorStore -> Image
name :: LiquorStore -> Name
url :: LiquorStore -> Url
address :: LiquorStore -> Address
aggregateRating :: LiquorStore -> AggregateRating
containedIn :: LiquorStore -> ContainedIn
event :: LiquorStore -> Event
events :: LiquorStore -> Events
faxNumber :: LiquorStore -> FaxNumber
geo :: LiquorStore -> Geo
interactionCount :: LiquorStore -> InteractionCount
map :: LiquorStore -> Map
maps :: LiquorStore -> Maps
photo :: LiquorStore -> Photo
photos :: LiquorStore -> Photos
review :: LiquorStore -> Review
reviews :: LiquorStore -> Reviews
telephone :: LiquorStore -> Telephone
contactPoint :: LiquorStore -> ContactPoint
contactPoints :: LiquorStore -> ContactPoints
email :: LiquorStore -> Email
employee :: LiquorStore -> Employee
employees :: LiquorStore -> Employees
founder :: LiquorStore -> Founder
founders :: LiquorStore -> Founders
foundingDate :: LiquorStore -> FoundingDate
location :: LiquorStore -> Location
member :: LiquorStore -> Member
members :: LiquorStore -> Members
branchOf :: LiquorStore -> BranchOf
currenciesAccepted :: LiquorStore -> CurrenciesAccepted
openingHours :: LiquorStore -> OpeningHours
paymentAccepted :: LiquorStore -> PaymentAccepted
priceRange :: LiquorStore -> PriceRange
instance Show LiquorStore
instance Read LiquorStore
instance Eq LiquorStore
instance MetaData LiquorStore
module Text.HTML5.MetaData.Schema.RecyclingCenter
-- | A recycling center.
--
--
-- - id RecyclingCenter
-- - label Recycling Center
-- - comment A recycling center.
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- - supertypes LocalBusiness
-- - url http://schema.org/RecyclingCenter
--
data RecyclingCenter
RecyclingCenter :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> RecyclingCenter
description :: RecyclingCenter -> Description
image :: RecyclingCenter -> Image
name :: RecyclingCenter -> Name
url :: RecyclingCenter -> Url
address :: RecyclingCenter -> Address
aggregateRating :: RecyclingCenter -> AggregateRating
containedIn :: RecyclingCenter -> ContainedIn
event :: RecyclingCenter -> Event
events :: RecyclingCenter -> Events
faxNumber :: RecyclingCenter -> FaxNumber
geo :: RecyclingCenter -> Geo
interactionCount :: RecyclingCenter -> InteractionCount
map :: RecyclingCenter -> Map
maps :: RecyclingCenter -> Maps
photo :: RecyclingCenter -> Photo
photos :: RecyclingCenter -> Photos
review :: RecyclingCenter -> Review
reviews :: RecyclingCenter -> Reviews
telephone :: RecyclingCenter -> Telephone
contactPoint :: RecyclingCenter -> ContactPoint
contactPoints :: RecyclingCenter -> ContactPoints
email :: RecyclingCenter -> Email
employee :: RecyclingCenter -> Employee
employees :: RecyclingCenter -> Employees
founder :: RecyclingCenter -> Founder
founders :: RecyclingCenter -> Founders
foundingDate :: RecyclingCenter -> FoundingDate
location :: RecyclingCenter -> Location
member :: RecyclingCenter -> Member
members :: RecyclingCenter -> Members
branchOf :: RecyclingCenter -> BranchOf
currenciesAccepted :: RecyclingCenter -> CurrenciesAccepted
openingHours :: RecyclingCenter -> OpeningHours
paymentAccepted :: RecyclingCenter -> PaymentAccepted
priceRange :: RecyclingCenter -> PriceRange
instance Show RecyclingCenter
instance Read RecyclingCenter
instance Eq RecyclingCenter
instance MetaData RecyclingCenter
module Text.HTML5.MetaData.Schema.AutoDealer
-- | An car dealership.
--
--
-- - id AutoDealer
-- - label Auto Dealer
-- - comment An car dealership.
-- - ancestors
-- Thing,Organization,LocalBusiness,AutomotiveBusiness
-- - subtypes
-- - supertypes
-- AutomotiveBusiness
-- - url http://schema.org/AutoDealer
--
data AutoDealer
AutoDealer :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AutoDealer
description :: AutoDealer -> Description
image :: AutoDealer -> Image
name :: AutoDealer -> Name
url :: AutoDealer -> Url
address :: AutoDealer -> Address
aggregateRating :: AutoDealer -> AggregateRating
containedIn :: AutoDealer -> ContainedIn
event :: AutoDealer -> Event
events :: AutoDealer -> Events
faxNumber :: AutoDealer -> FaxNumber
geo :: AutoDealer -> Geo
interactionCount :: AutoDealer -> InteractionCount
map :: AutoDealer -> Map
maps :: AutoDealer -> Maps
photo :: AutoDealer -> Photo
photos :: AutoDealer -> Photos
review :: AutoDealer -> Review
reviews :: AutoDealer -> Reviews
telephone :: AutoDealer -> Telephone
contactPoint :: AutoDealer -> ContactPoint
contactPoints :: AutoDealer -> ContactPoints
email :: AutoDealer -> Email
employee :: AutoDealer -> Employee
employees :: AutoDealer -> Employees
founder :: AutoDealer -> Founder
founders :: AutoDealer -> Founders
foundingDate :: AutoDealer -> FoundingDate
location :: AutoDealer -> Location
member :: AutoDealer -> Member
members :: AutoDealer -> Members
branchOf :: AutoDealer -> BranchOf
currenciesAccepted :: AutoDealer -> CurrenciesAccepted
openingHours :: AutoDealer -> OpeningHours
paymentAccepted :: AutoDealer -> PaymentAccepted
priceRange :: AutoDealer -> PriceRange
instance Show AutoDealer
instance Read AutoDealer
instance Eq AutoDealer
instance MetaData AutoDealer
module Text.HTML5.MetaData.Schema.EmploymentAgency
-- | An employment agency.
--
--
-- - id EmploymentAgency
-- - label Employment Agency
-- - comment An employment agency.
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- - supertypes LocalBusiness
-- - url http://schema.org/EmploymentAgency
--
data EmploymentAgency
EmploymentAgency :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> EmploymentAgency
description :: EmploymentAgency -> Description
image :: EmploymentAgency -> Image
name :: EmploymentAgency -> Name
url :: EmploymentAgency -> Url
address :: EmploymentAgency -> Address
aggregateRating :: EmploymentAgency -> AggregateRating
containedIn :: EmploymentAgency -> ContainedIn
event :: EmploymentAgency -> Event
events :: EmploymentAgency -> Events
faxNumber :: EmploymentAgency -> FaxNumber
geo :: EmploymentAgency -> Geo
interactionCount :: EmploymentAgency -> InteractionCount
map :: EmploymentAgency -> Map
maps :: EmploymentAgency -> Maps
photo :: EmploymentAgency -> Photo
photos :: EmploymentAgency -> Photos
review :: EmploymentAgency -> Review
reviews :: EmploymentAgency -> Reviews
telephone :: EmploymentAgency -> Telephone
contactPoint :: EmploymentAgency -> ContactPoint
contactPoints :: EmploymentAgency -> ContactPoints
email :: EmploymentAgency -> Email
employee :: EmploymentAgency -> Employee
employees :: EmploymentAgency -> Employees
founder :: EmploymentAgency -> Founder
founders :: EmploymentAgency -> Founders
foundingDate :: EmploymentAgency -> FoundingDate
location :: EmploymentAgency -> Location
member :: EmploymentAgency -> Member
members :: EmploymentAgency -> Members
branchOf :: EmploymentAgency -> BranchOf
currenciesAccepted :: EmploymentAgency -> CurrenciesAccepted
openingHours :: EmploymentAgency -> OpeningHours
paymentAccepted :: EmploymentAgency -> PaymentAccepted
priceRange :: EmploymentAgency -> PriceRange
instance Show EmploymentAgency
instance Read EmploymentAgency
instance Eq EmploymentAgency
instance MetaData EmploymentAgency
module Text.HTML5.MetaData.Schema.AggregateOffer
-- | When a single product that has different offers (for example, the same
-- pair of shoes is offered by different merchants), then AggregateOffer
-- can be used.
--
--
-- - id AggregateOffer
-- - label Aggregate Offer
-- - comment When a single product that has different
-- offers (for example, the same pair of shoes is offered by different
-- merchants), then AggregateOffer can be used.
-- - ancestors
-- Thing,Intangible,Offer
-- - subtypes
-- - supertypes Offer
-- - url http://schema.org/AggregateOffer
--
data AggregateOffer
AggregateOffer :: Description -> Image -> Name -> Url -> AggregateRating -> Availability -> ItemCondition -> ItemOffered -> Price -> PriceCurrency -> PriceValidUntil -> Review -> Reviews -> Seller -> HighPrice -> LowPrice -> OfferCount -> AggregateOffer
description :: AggregateOffer -> Description
image :: AggregateOffer -> Image
name :: AggregateOffer -> Name
url :: AggregateOffer -> Url
aggregateRating :: AggregateOffer -> AggregateRating
availability :: AggregateOffer -> Availability
itemCondition :: AggregateOffer -> ItemCondition
itemOffered :: AggregateOffer -> ItemOffered
price :: AggregateOffer -> Price
priceCurrency :: AggregateOffer -> PriceCurrency
priceValidUntil :: AggregateOffer -> PriceValidUntil
review :: AggregateOffer -> Review
reviews :: AggregateOffer -> Reviews
seller :: AggregateOffer -> Seller
highPrice :: AggregateOffer -> HighPrice
lowPrice :: AggregateOffer -> LowPrice
offerCount :: AggregateOffer -> OfferCount
instance Show AggregateOffer
instance Read AggregateOffer
instance Eq AggregateOffer
instance MetaData AggregateOffer
module Text.HTML5.MetaData.Schema.ImageGallery
-- | Web page type: Image gallery page.
--
--
-- - id ImageGallery
-- - label Image Gallery
-- - comment Web page type: Image gallery page.
-- - ancestors
-- Thing,CreativeWork,WebPage,CollectionPage
-- - subtypes
-- - supertypes CollectionPage
-- - url http://schema.org/ImageGallery
--
data ImageGallery
ImageGallery :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> Breadcrumb -> IsPartOf -> MainContentOfPage -> PrimaryImageOfPage -> SignificantLink -> SignificantLinks -> ImageGallery
description :: ImageGallery -> Description
image :: ImageGallery -> Image
name :: ImageGallery -> Name
url :: ImageGallery -> Url
about :: ImageGallery -> About
accountablePerson :: ImageGallery -> AccountablePerson
aggregateRating :: ImageGallery -> AggregateRating
alternativeHeadline :: ImageGallery -> AlternativeHeadline
associatedMedia :: ImageGallery -> AssociatedMedia
audio :: ImageGallery -> Audio
author :: ImageGallery -> Author
award :: ImageGallery -> Award
awards :: ImageGallery -> Awards
comment :: ImageGallery -> Comment
contentLocation :: ImageGallery -> ContentLocation
contentRating :: ImageGallery -> ContentRating
contributor :: ImageGallery -> Contributor
copyrightHolder :: ImageGallery -> CopyrightHolder
copyrightYear :: ImageGallery -> CopyrightYear
creator :: ImageGallery -> Creator
dateCreated :: ImageGallery -> DateCreated
dateModified :: ImageGallery -> DateModified
datePublished :: ImageGallery -> DatePublished
discussionUrl :: ImageGallery -> DiscussionUrl
editor :: ImageGallery -> Editor
encoding :: ImageGallery -> Encoding
encodings :: ImageGallery -> Encodings
genre :: ImageGallery -> Genre
headline :: ImageGallery -> Headline
inLanguage :: ImageGallery -> InLanguage
interactionCount :: ImageGallery -> InteractionCount
isFamilyFriendly :: ImageGallery -> IsFamilyFriendly
keywords :: ImageGallery -> Keywords
mentions :: ImageGallery -> Mentions
offers :: ImageGallery -> Offers
provider :: ImageGallery -> Provider
publisher :: ImageGallery -> Publisher
publishingPrinciples :: ImageGallery -> PublishingPrinciples
review :: ImageGallery -> Review
reviews :: ImageGallery -> Reviews
sourceOrganization :: ImageGallery -> SourceOrganization
text :: ImageGallery -> Text
thumbnailUrl :: ImageGallery -> ThumbnailUrl
version :: ImageGallery -> Version
video :: ImageGallery -> Video
breadcrumb :: ImageGallery -> Breadcrumb
isPartOf :: ImageGallery -> IsPartOf
mainContentOfPage :: ImageGallery -> MainContentOfPage
primaryImageOfPage :: ImageGallery -> PrimaryImageOfPage
significantLink :: ImageGallery -> SignificantLink
significantLinks :: ImageGallery -> SignificantLinks
instance Show ImageGallery
instance Read ImageGallery
instance Eq ImageGallery
instance MetaData ImageGallery
module Text.HTML5.MetaData.Schema.ItemPage
-- | A page devoted to a single item, such as a particular product or
-- hotel.
--
--
-- - id ItemPage
-- - label Item Page
-- - comment A page devoted to a single item, such as a
-- particular product or hotel.
-- - ancestors
-- Thing,CreativeWork,WebPage
-- - subtypes
-- - supertypes WebPage
-- - url http://schema.org/ItemPage
--
data ItemPage
ItemPage :: Description -> Image -> Name -> Url -> About -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audio -> Author -> Award -> Awards -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> IsFamilyFriendly -> Keywords -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> Version -> Video -> Breadcrumb -> IsPartOf -> MainContentOfPage -> PrimaryImageOfPage -> SignificantLink -> SignificantLinks -> ItemPage
description :: ItemPage -> Description
image :: ItemPage -> Image
name :: ItemPage -> Name
url :: ItemPage -> Url
about :: ItemPage -> About
accountablePerson :: ItemPage -> AccountablePerson
aggregateRating :: ItemPage -> AggregateRating
alternativeHeadline :: ItemPage -> AlternativeHeadline
associatedMedia :: ItemPage -> AssociatedMedia
audio :: ItemPage -> Audio
author :: ItemPage -> Author
award :: ItemPage -> Award
awards :: ItemPage -> Awards
comment :: ItemPage -> Comment
contentLocation :: ItemPage -> ContentLocation
contentRating :: ItemPage -> ContentRating
contributor :: ItemPage -> Contributor
copyrightHolder :: ItemPage -> CopyrightHolder
copyrightYear :: ItemPage -> CopyrightYear
creator :: ItemPage -> Creator
dateCreated :: ItemPage -> DateCreated
dateModified :: ItemPage -> DateModified
datePublished :: ItemPage -> DatePublished
discussionUrl :: ItemPage -> DiscussionUrl
editor :: ItemPage -> Editor
encoding :: ItemPage -> Encoding
encodings :: ItemPage -> Encodings
genre :: ItemPage -> Genre
headline :: ItemPage -> Headline
inLanguage :: ItemPage -> InLanguage
interactionCount :: ItemPage -> InteractionCount
isFamilyFriendly :: ItemPage -> IsFamilyFriendly
keywords :: ItemPage -> Keywords
mentions :: ItemPage -> Mentions
offers :: ItemPage -> Offers
provider :: ItemPage -> Provider
publisher :: ItemPage -> Publisher
publishingPrinciples :: ItemPage -> PublishingPrinciples
review :: ItemPage -> Review
reviews :: ItemPage -> Reviews
sourceOrganization :: ItemPage -> SourceOrganization
text :: ItemPage -> Text
thumbnailUrl :: ItemPage -> ThumbnailUrl
version :: ItemPage -> Version
video :: ItemPage -> Video
breadcrumb :: ItemPage -> Breadcrumb
isPartOf :: ItemPage -> IsPartOf
mainContentOfPage :: ItemPage -> MainContentOfPage
primaryImageOfPage :: ItemPage -> PrimaryImageOfPage
significantLink :: ItemPage -> SignificantLink
significantLinks :: ItemPage -> SignificantLinks
instance Show ItemPage
instance Read ItemPage
instance Eq ItemPage
instance MetaData ItemPage
module Text.HTML5.MetaData.Schema.AutomotiveBusiness
-- | Car repair, sales, or parts.
--
--
-- - id AutomotiveBusiness
-- - label Automotive Business
-- - comment Car repair, sales, or parts.
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- AutoBodyShop,AutoDealer,AutoPartsStore,AutoRental,AutoRepair,AutoWash,GasStation,MotorcycleDealer,MotorcycleRepair
-- - supertypes LocalBusiness
-- - url
-- http://schema.org/AutomotiveBusiness
--
data AutomotiveBusiness
AutomotiveBusiness :: Description -> Image -> Name -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> InteractionCount -> Map -> Maps -> Photo -> Photos -> Review -> Reviews -> Telephone -> ContactPoint -> ContactPoints -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> Location -> Member -> Members -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AutomotiveBusiness
description :: AutomotiveBusiness -> Description
image :: AutomotiveBusiness -> Image
name :: AutomotiveBusiness -> Name
url :: AutomotiveBusiness -> Url
address :: AutomotiveBusiness -> Address
aggregateRating :: AutomotiveBusiness -> AggregateRating
containedIn :: AutomotiveBusiness -> ContainedIn
event :: AutomotiveBusiness -> Event
events :: AutomotiveBusiness -> Events
faxNumber :: AutomotiveBusiness -> FaxNumber
geo :: AutomotiveBusiness -> Geo
interactionCount :: AutomotiveBusiness -> InteractionCount
map :: AutomotiveBusiness -> Map
maps :: AutomotiveBusiness -> Maps
photo :: AutomotiveBusiness -> Photo
photos :: AutomotiveBusiness -> Photos
review :: AutomotiveBusiness -> Review
reviews :: AutomotiveBusiness -> Reviews
telephone :: AutomotiveBusiness -> Telephone
contactPoint :: AutomotiveBusiness -> ContactPoint
contactPoints :: AutomotiveBusiness -> ContactPoints
email :: AutomotiveBusiness -> Email
employee :: AutomotiveBusiness -> Employee
employees :: AutomotiveBusiness -> Employees
founder :: AutomotiveBusiness -> Founder
founders :: AutomotiveBusiness -> Founders
foundingDate :: AutomotiveBusiness -> FoundingDate
location :: AutomotiveBusiness -> Location
member :: AutomotiveBusiness -> Member
members :: AutomotiveBusiness -> Members
branchOf :: AutomotiveBusiness -> BranchOf
currenciesAccepted :: AutomotiveBusiness -> CurrenciesAccepted
openingHours :: AutomotiveBusiness -> OpeningHours
paymentAccepted :: AutomotiveBusiness -> PaymentAccepted
priceRange :: AutomotiveBusiness -> PriceRange
instance Show AutomotiveBusiness
instance Read AutomotiveBusiness
instance Eq AutomotiveBusiness
instance MetaData AutomotiveBusiness