-- 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.2.0.0
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
_ancestors :: MetaData a => a -> [TypeRep]
_subtypes :: MetaData a => a -> [TypeRep]
_supertypes :: MetaData a => a -> [TypeRep]
module Text.HTML5.MetaData.Type
type URL = Text
type Date = Day
type Time = TimeOfDay
type DateTime = UTCTime
type Number = Either Integer Float
type Boolean = Bool
data Either3 a b c
Left3 :: a -> Either3 a b c
Center3 :: b -> Either3 a b c
Right3 :: c -> Either3 a b c
-- | Quantitative measure of the physiologic output of the exercise; also
-- referred to as energy expenditure.
--
--
-- - id workload
-- - label Workload
-- - comment Quantitative measure of the physiologic
-- output of the exercise; also referred to as energy expenditure.
-- - domains ExercisePlan
-- - ranges Energy
--
type Workload = Energy
-- | 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
-- | Other co-agents that participated in the action indirectly. e.g. John
-- wrote a book with *Steve*.
--
--
-- - id participant
-- - label Participant
-- - comment Other co-agents that participated in the
-- action indirectly. e.g. John wrote a book with *Steve*.
-- - domains Action
-- - ranges
-- Organization,Person
--
type Participant = Either Organization Person
-- | A music album.
--
--
type Album = MusicAlbum
-- | The model of the product. Use with the URL of a ProductModel or a
-- textual representation of the model identifier. The URL of the
-- ProductModel can be from an external source. It is recommended to
-- additionally provide strong product identifiers via the
-- gtin8gtin13gtin14 and mpn properties.
--
--
-- - id model
-- - label Model
-- - comment The model of the product. Use with the URL
-- of a ProductModel or a textual representation of the model identifier.
-- The URL of the ProductModel can be from an external source. It is
-- recommended to additionally provide strong product identifiers via the
-- gtin8gtin13gtin14 and mpn properties.
-- - domains Product
-- - ranges
-- ProductModel,Text
--
type Model = Either ProductModel Text
-- | Additional details to capture the origin of the cost data. For
-- example, 'Medicare Part B'.
--
--
-- - id costOrigin
-- - label Cost Origin
-- - comment Additional details to capture the origin
-- of the cost data. For example, 'Medicare Part B'.
-- - domains DrugCost
-- - ranges Text
--
type CostOrigin = Text
-- | A route by which this drug may be administered, e.g. oral.
--
--
-- - id administrationRoute
-- - label Administration Route
-- - comment A route by which this drug may be
-- administered, e.g. oral.
-- - domains Drug
-- - ranges Text
--
type AdministrationRoute = Text
-- | A medical specialty of the provider.
--
--
-- - id medicalSpecialty
-- - label Medical Specialty
-- - comment A medical specialty of the provider.
-- - domains
-- Physician,Hospital,MedicalClinic
-- - ranges MedicalSpecialty
--
type MedicalSpecialty = MedicalSpecialty
-- | A possible unexpected and unfavorable evolution of a medical
-- condition. Complications may include worsening of the signs or
-- symptoms of the disease, extension of the condition to other organ
-- systems, etc.
--
--
-- - id possibleComplication
-- - label Possible Complication
-- - comment A possible unexpected and unfavorable
-- evolution of a medical condition. Complications may include worsening
-- of the signs or symptoms of the disease, extension of the condition to
-- other organ systems, etc.
-- - domains MedicalCondition
-- - ranges Text
--
type PossibleComplication = Text
-- | This ordering relation for qualitative values indicates that the
-- subject is lesser than or equal to the object.
--
--
-- - id lesserOrEqual
-- - label Lesser or Equal
-- - comment This ordering relation for qualitative
-- values indicates that the subject is lesser than or equal to the
-- object.
-- - domains QualitativeValue
-- - ranges QualitativeValue
--
type LesserOrEqual = QualitativeValue
-- | 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
-- | The episode to which this clip belongs.
--
--
-- - id partOfEpisode
-- - label Part of Episode
-- - comment The episode to which this clip
-- belongs.
-- - domains Clip
-- - ranges Episode
--
type PartOfEpisode = Episode
-- | 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
-- | The person's spouse.
--
--
-- - id spouse
-- - label Spouse
-- - comment The person's spouse.
-- - domains Person
-- - ranges Person
--
type Spouse = Person
-- | 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
-- | A relationship between two organizations where the first includes the
-- second, e.g., as a subsidiary. See also: the more specific
-- department property.
--
--
-- - id subOrganization
-- - label Sub Organization
-- - comment A relationship between two organizations
-- where the first includes the second, e.g., as a subsidiary. See also:
-- the more specific department property.
-- - domains Organization
-- - ranges Organization
--
type SubOrganization = Organization
-- | The height of the item.
--
--
type Height = Either Distance QuantitativeValue
-- | The upper of the product characteristic.
--
--
-- - id maxValue
-- - label Max Value
-- - comment The upper of the product
-- characteristic.
-- - domains QuantitativeValue
-- - ranges Number
--
type MaxValue = Number
-- | The lowest price if the price is a range.
--
--
-- - id minPrice
-- - label Min Price
-- - comment The lowest price if the price is a
-- range.
-- - domains PriceSpecification
-- - ranges Number
--
type MinPrice = Number
-- | A pointer from a newer variant of a product to its previous, often
-- discontinued predecessor.
--
--
-- - id successorOf
-- - label Successor of
-- - comment A pointer from a newer variant of a
-- product to its previous, often discontinued predecessor.
-- - domains ProductModel
-- - ranges ProductModel
--
type SuccessorOf = ProductModel
-- | A medical study or trial related to this entity.
--
--
-- - id study
-- - label Study
-- - comment A medical study or trial related to this
-- entity.
-- - domains MedicalEntity
-- - ranges MedicalStudy
--
type Study = MedicalStudy
-- | The area within which users can expect to reach the broadcast service.
--
--
-- - id area
-- - label Area
-- - comment The area within which users can expect to
-- reach the broadcast service.
-- - domains BroadcastService
-- - ranges Place
--
type Area = Place
-- | 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
-- | Quantitative measure gauging the degree of force involved in the
-- exercise, for example, heartbeats per minute. May include the velocity
-- of the movement.
--
--
-- - id intensity
-- - label Intensity
-- - comment Quantitative measure gauging the degree of
-- force involved in the exercise, for example, heartbeats per minute.
-- May include the velocity of the movement.
-- - domains ExercisePlan
-- - ranges Text
--
type Intensity = Text
-- | The manufacturer of the product.
--
--
-- - id manufacturer
-- - label Manufacturer
-- - comment The manufacturer of the product.
-- - domains
-- Product,DietarySupplement,Drug
-- - ranges Organization
--
type Manufacturer = Organization
-- | A description of the postoperative procedures, care, and/or followups
-- for this device.
--
--
-- - id postOp
-- - label Post Op
-- - comment A description of the postoperative
-- procedures, care, and/or followups for this device.
-- - domains MedicalDevice
-- - ranges Text
--
type PostOp = Text
-- | The condition, complication, or symptom whose risk is being estimated.
--
--
-- - id estimatesRiskOf
-- - label Estimates Risk of
-- - comment The condition, complication, or symptom
-- whose risk is being estimated.
-- - domains
-- MedicalRiskEstimator
-- - ranges MedicalEntity
--
type EstimatesRiskOf = MedicalEntity
-- | 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 place of attachment of a muscle, or what the muscle moves.
--
--
-- - id insertion
-- - label Insertion
-- - comment The place of attachment of a muscle, or
-- what the muscle moves.
-- - domains Muscle
-- - ranges AnatomicalStructure
--
type Insertion = AnatomicalStructure
-- | The drug or supplement's legal status, including any controlled
-- substance schedules that apply.
--
--
-- - id legalStatus
-- - label Legal Status
-- - comment The drug or supplement's legal status,
-- including any controlled substance schedules that apply.
-- - domains
-- DietarySupplement,Drug
-- - ranges DrugLegalStatus
--
type LegalStatus = DrugLegalStatus
-- | The substage, e.g. a for Stage IIIa.
--
--
-- - id subStageSuffix
-- - label Sub Stage Suffix
-- - comment The substage, e.g. a for Stage
-- IIIa.
-- - domains MedicalConditionStage
-- - ranges Text
--
type SubStageSuffix = Text
-- | The total time it takes to prepare and cook the recipe, in ISO 8601
-- duration format.
--
--
type TotalTime = Duration
-- | The algorithm or rules to follow to compute the score.
--
--
-- - id algorithm
-- - label Algorithm
-- - comment The algorithm or rules to follow to
-- compute the score.
-- - domains MedicalRiskScore
-- - ranges Text
--
type Algorithm = Text
-- | The elevation of a location.
--
--
type Elevation = Either Text Number
-- | The place(s) from which the offer can be obtained (e.g. store
-- locations).
--
--
-- - id availableAtOrFrom
-- - label Available At or From
-- - comment The place(s) from which the offer can be
-- obtained (e.g. store locations).
-- - domains Offer,Demand
-- - ranges Place
--
type AvailableAtOrFrom = Place
-- | 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
-- | Sponsor of the study.
--
--
type Sponsor = Organization
-- | A therapy that duplicates or overlaps this one.
--
--
-- - id duplicateTherapy
-- - label Duplicate Therapy
-- - comment A therapy that duplicates or overlaps this
-- one.
-- - domains MedicalTherapy
-- - ranges MedicalTherapy
--
type DuplicateTherapy = MedicalTherapy
-- | Shipper tracking number.
--
--
-- - id trackingNumber
-- - label Tracking Number
-- - comment Shipper tracking number.
-- - domains ParcelDelivery
-- - ranges Text
--
type TrackingNumber = Text
-- | The number of seasons in this series.
--
--
-- - id numberOfSeasons
-- - label Number of Seasons
-- - comment The number of seasons in this series.
-- - domains Series
-- - ranges Number
--
type NumberOfSeasons = Number
-- | A parent of this person.
--
--
-- - id parent
-- - label Parent
-- - comment A parent of this person.
-- - domains Person
-- - ranges Person
--
type Parent = Person
-- | A pointer from a previous, often discontinued variant of the product
-- to its newer variant.
--
--
-- - id predecessorOf
-- - label Predecessor of
-- - comment A pointer from a previous, often
-- discontinued variant of the product to its newer variant.
-- - domains ProductModel
-- - ranges ProductModel
--
type PredecessorOf = ProductModel
-- | The purpose of a work in the context of education; for example,
-- assignment, 'group work'.
--
--
-- - id educationalUse
-- - label Educational Use
-- - comment The purpose of a work in the context of
-- education; for example, assignment, 'group work'.
-- - domains CreativeWork
-- - ranges Text
--
type EducationalUse = Text
-- | The status of the study (enumerated).
--
--
type Status = MedicalStudyStatus
-- | A medical condition associated with this anatomy.
--
--
type RelatedCondition = MedicalCondition
-- | A flag to signal that the publication is accessible for free.
--
--
-- - id free
-- - label Free
-- - comment A flag to signal that the publication is
-- accessible for free.
-- - domains PublicationEvent
-- - ranges Boolean
--
type Free = Boolean
-- | The Dun & Bradstreet DUNS number for identifying an organization
-- or business person.
--
--
-- - id duns
-- - label Duns
-- - comment The Dun & Bradstreet DUNS number for
-- identifying an organization or business person.
-- - domains
-- Person,Organization
-- - ranges Text
--
type Duns = Text
-- | 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
-- | A sub property of participant. The seller.The
-- participantpersonorganization that sold the object.
--
--
-- - id vendor
-- - label Vendor
-- - comment A sub property of participant. The
-- seller.The participantpersonorganization that sold the
-- object.
-- - domains BuyAction
-- - ranges
-- Organization,Person
--
type Vendor = Either Organization Person
-- | 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
-- | A sub property of participant. The sports team that participated on
-- this action.
--
--
-- - id sportsTeam
-- - label Sports Team
-- - comment A sub property of participant. The sports
-- team that participated on this action.
-- - domains ExerciseAction
-- - ranges SportsTeam
--
type SportsTeam = SportsTeam
-- | The payment method(s) to which the payment charge specification
-- applies.
--
--
-- - id appliesToPaymentMethod
-- - label Applies to Payment Method
-- - comment The payment method(s) to which the payment
-- charge specification applies.
-- - domains
-- PaymentChargeSpecification
-- - ranges PaymentMethod
--
type AppliesToPaymentMethod = PaymentMethod
-- | A sub property of participant. The person that lends the object being
-- borrowed.
--
--
-- - id lender
-- - label Lender
-- - comment A sub property of participant. The person
-- that lends the object being borrowed.
-- - domains BorrowAction
-- - ranges Person
--
type Lender = Person
-- | A medical therapy related to this anatomy.
--
--
type RelatedTherapy = MedicalTherapy
-- | A publication event associated with the episode, clip or media object.
--
--
-- - id publication
-- - label Publication
-- - comment A publication event associated with the
-- episode, clip or media object.
-- - domains
-- MediaObject,Episode,Clip
-- - ranges PublicationEvent
--
type Publication = PublicationEvent
-- | A hospital with which the physician or office is affiliated.
--
--
-- - id hospitalAffiliation
-- - label Hospital Affiliation
-- - comment A hospital with which the physician or
-- office is affiliated.
-- - domains Physician
-- - ranges Hospital
--
type HospitalAffiliation = Hospital
-- | A number that confirms the given order.
--
--
-- - id confirmationNumber
-- - label Confirmation Number
-- - comment A number that confirms the given
-- order.
-- - domains Order
-- - ranges Text
--
type ConfirmationNumber = Text
-- | A medical service available from this provider.
--
--
type AvailableService = Either3 MedicalTest MedicalProcedure MedicalTherapy
-- | The business function (e.g. sell, lease, repair, dispose) of the offer
-- or component of a bundle (TypeAndQuantityNode). The default is
-- http:purl.orggoodrelationsv1#Sell.
--
--
-- - id businessFunction
-- - label Business Function
-- - comment The business function (e.g. sell, lease,
-- repair, dispose) of the offer or component of a bundle
-- (TypeAndQuantityNode). The default is
-- http:purl.orggoodrelationsv1#Sell.
-- - domains
-- Offer,TypeAndQuantityNode,Demand
-- - ranges BusinessFunction
--
type BusinessFunction = BusinessFunction
-- | A more specific type of the condition, where applicable, for example
-- 'Type 1 Diabetes', 'Type 2 Diabetes', or 'Gestational Diabetes' for
-- Diabetes.
--
--
-- - id subtype
-- - label Subtype
-- - comment A more specific type of the condition,
-- where applicable, for example 'Type 1 Diabetes', 'Type 2 Diabetes', or
-- 'Gestational Diabetes' for Diabetes.
-- - domains MedicalCondition
-- - ranges Text
--
type Subtype = Text
-- | The rating for the content.
--
--
-- - id ratingValue
-- - label Rating Value
-- - comment The rating for the content.
-- - domains Rating
-- - ranges Text
--
type RatingValue = Text
-- | An available dosage strength for the drug.
--
--
-- - id availableStrength
-- - label Available Strength
-- - comment An available dosage strength for the
-- drug.
-- - domains Drug
-- - ranges DrugStrength
--
type AvailableStrength = DrugStrength
-- | 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
-- | The quality of the video.
--
--
-- - id videoQuality
-- - label Video Quality
-- - comment The quality of the video.
-- - domains VideoObject
-- - ranges Text
--
type VideoQuality = Text
-- | A drug in this drug class.
--
--
-- - id drug
-- - label Drug
-- - comment A drug in this drug class.
-- - domains DrugClass
-- - ranges Drug
--
type Drug = Drug
-- | A link to a screenshot image of the app.
--
--
type Screenshot = Either ImageObject URL
-- | The payment method(s) accepted by seller for this offer.
--
--
-- - id acceptedPaymentMethod
-- - label Accepted Payment Method
-- - comment The payment method(s) accepted by seller
-- for this offer.
-- - domains Offer,Demand
-- - ranges PaymentMethod
--
type AcceptedPaymentMethod = PaymentMethod
-- | Date of first broadcast/publication.
--
--
-- - id datePublished
-- - label Date Published
-- - comment Date of first broadcast/publication.
-- - domains CreativeWork
-- - ranges Date
--
type DatePublished = Date
-- | Associated product/technology version. e.g., .NET Framework 4.5
--
--
-- - id assemblyVersion
-- - label Assembly Version
-- - comment Associated product/technology version.
-- e.g., .NET Framework 4.5
-- - domains APIReference
-- - ranges Text
--
type AssemblyVersion = Text
-- | A preventative therapy used to prevent reoccurrence of the medical
-- condition after an initial episode of the condition.
--
--
-- - id secondaryPrevention
-- - label Secondary Prevention
-- - comment A preventative therapy used to prevent
-- reoccurrence of the medical condition after an initial episode of the
-- condition.
-- - domains MedicalCondition
-- - ranges MedicalTherapy
--
type SecondaryPrevention = MedicalTherapy
-- | The intended audience of the item, i.e. the group for whom the item
-- was created.
--
--
-- - id audience
-- - label Audience
-- - comment The intended audience of the item, i.e.
-- the group for whom the item was created.
-- - domains
-- PlayAction,CreativeWork,Product
-- - ranges Audience
--
type Audience = Audience
-- | A factor that indicates use of this therapy for treatment and/or
-- prevention of a condition, symptom, etc. For therapies such as drugs,
-- indications can include both officially-approved indications as well
-- as off-label uses. These can be distinguished by using the
-- ApprovedIndication subtype of MedicalIndication.
--
--
-- - id indication
-- - label Indication
-- - comment A factor that indicates use of this
-- therapy for treatment and/or prevention of a condition, symptom, etc.
-- For therapies such as drugs, indications can include both
-- officially-approved indications as well as off-label uses. These can
-- be distinguished by using the ApprovedIndication subtype of
-- MedicalIndication.
-- - domains
-- MedicalDevice,MedicalTherapy
-- - ranges MedicalIndication
--
type Indication = MedicalIndication
-- | Approximate or typical time it takes to work with or through this
-- learning resource for the typical intended target audience, e.g.
-- P30M, P1H25M.
--
--
-- - id timeRequired
-- - label Time Required
-- - comment Approximate or typical time it takes to
-- work with or through this learning resource for the typical intended
-- target audience, e.g. P30M, P1H25M.
-- - domains CreativeWork
-- - ranges Duration
--
type TimeRequired = Duration
-- | Indicates whether this drug is available by prescription or
-- over-the-counter.
--
--
-- - id prescriptionStatus
-- - label Prescription Status
-- - comment Indicates whether this drug is available
-- by prescription or over-the-counter.
-- - domains Drug
-- - ranges DrugPrescriptionStatus
--
type PrescriptionStatus = DrugPrescriptionStatus
-- | 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 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 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
-- | 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 class of infectious agent (bacteria, prion, etc.) that causes the
-- disease.
--
--
-- - id infectiousAgentClass
-- - label Infectious Agent Class
-- - comment The class of infectious agent (bacteria,
-- prion, etc.) that causes the disease.
-- - domains InfectiousDisease
-- - ranges InfectiousAgentClass
--
type InfectiousAgentClass = InfectiousAgentClass
-- | The place or point where a muscle arises.
--
--
-- - id origin
-- - label Origin
-- - comment The place or point where a muscle
-- arises.
-- - domains Muscle
-- - ranges AnatomicalStructure
--
type Origin = AnatomicalStructure
-- | 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 Text,URL
--
type Requirements = Either Text URL
-- | 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
-- | The number of calories
--
--
type Calories = Energy
-- | The start date and time of the event or item (in ISO 8601 date
-- format).
--
--
type StartDate = Date
-- | A relationship between an organization and a department of that
-- organization, also described as an organization (allowing different
-- urls, logos, opening hours). For example: a store with a pharmacy, or
-- a bakery with a cafe.
--
--
-- - id department
-- - label Department
-- - comment A relationship between an organization and
-- a department of that organization, also described as an organization
-- (allowing different urls, logos, opening hours). For example: a store
-- with a pharmacy, or a bakery with a cafe.
-- - domains Organization
-- - ranges Organization
--
type Department = Organization
-- | 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 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
-- | The specific biochemical interaction through which this drug or
-- supplement produces its pharmacological effect.
--
--
-- - id mechanismOfAction
-- - label Mechanism of Action
-- - comment The specific biochemical interaction
-- through which this drug or supplement produces its pharmacological
-- effect.
-- - domains
-- DietarySupplement,Drug
-- - ranges Text
--
type MechanismOfAction = Text
-- | The fax number.
--
--
type FaxNumber = Text
-- | The item being offered.
--
--
-- - id itemOffered
-- - label Item Offered
-- - comment The item being offered.
-- - domains Offer,Demand
-- - ranges Product
--
type ItemOffered = Product
-- | A pointer to a base product from which this product is a variant. It
-- is safe to infer that the variant inherits all product features from
-- the base model, unless defined locally. This is not transitive.
--
--
-- - id isVariantOf
-- - label Is Variant of
-- - comment A pointer to a base product from which
-- this product is a variant. It is safe to infer that the variant
-- inherits all product features from the base model, unless defined
-- locally. This is not transitive.
-- - domains ProductModel
-- - ranges ProductModel
--
type IsVariantOf = ProductModel
-- | The telephone number.
--
--
type Telephone = 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
-- | The tangible thing generated by the service, e.g. a passport, permit,
-- etc.
--
--
-- - id produces
-- - label Produces
-- - comment The tangible thing generated by the
-- service, e.g. a passport, permit, etc.
-- - domains Service
-- - ranges Thing
--
type Produces = Thing
-- | 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,Demand
-- - ranges ItemAvailability
--
type Availability = ItemAvailability
-- | How the disease spreads, either as a route or vector, for example
-- 'direct contact', 'Aedes aegypti', etc.
--
--
-- - id transmissionMethod
-- - label Transmission Method
-- - comment How the disease spreads, either as a route
-- or vector, for example 'direct contact', 'Aedes aegypti', etc.
-- - domains InfectiousDisease
-- - ranges Text
--
type TransmissionMethod = Text
-- | 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
-- | A sub property of participant. The real estate agent involved in the
-- action.
--
--
-- - id realEstateAgent
-- - label Real Estate Agent
-- - comment A sub property of participant. The real
-- estate agent involved in the action.
-- - domains RentAction
-- - ranges RealEstateAgent
--
type RealEstateAgent = RealEstateAgent
-- | The neurological pathway extension that inputs and sends information
-- to the brain or spinal cord.
--
--
-- - id sensoryUnit
-- - label Sensory Unit
-- - comment The neurological pathway extension that
-- inputs and sends information to the brain or spinal cord.
-- - domains Nerve
-- - ranges
-- AnatomicalStructure,SuperficialAnatomy
--
type SensoryUnit = Either AnatomicalStructure SuperficialAnatomy
-- | The vasculature the lymphatic structure runs, or efferents, to.
--
--
-- - id runsTo
-- - label Runs to
-- - comment The vasculature the lymphatic structure
-- runs, or efferents, to.
-- - domains LymphaticVessel
-- - ranges Vessel
--
type RunsTo = Vessel
-- | The vasculature the lymphatic structure originates, or afferents,
-- from.
--
--
-- - id originatesFrom
-- - label Originates From
-- - comment The vasculature the lymphatic structure
-- originates, or afferents, from.
-- - domains LymphaticVessel
-- - ranges Vessel
--
type OriginatesFrom = Vessel
-- | 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 anatomical or organ system drained by this vessel; generally
-- refers to a specific part of an organ.
--
--
-- - id regionDrained
-- - label Region Drained
-- - comment The anatomical or organ system drained by
-- this vessel; generally refers to a specific part of an organ.
-- - domains
-- LymphaticVessel,Vein
-- - ranges
-- AnatomicalSystem,AnatomicalStructure
--
type RegionDrained = Either AnatomicalSystem AnatomicalStructure
-- | Identifies input methods that are sufficient to fully control the
-- described resource (WebSchemas wiki lists possible values).
--
--
type AccessibilityControl = Text
-- | The geographic area where the permit is valid.
--
--
-- - id validIn
-- - label Valid in
-- - comment The geographic area where the permit is
-- valid.
-- - domains Permit
-- - ranges AdministrativeArea
--
type ValidIn = AdministrativeArea
-- | A sub property of participant. The
-- participantpersonorganization that bought the object.
--
--
-- - id buyer
-- - label Buyer
-- - comment A sub property of participant. The
-- participantpersonorganization that bought the object.
-- - domains SellAction
-- - ranges Person
--
type Buyer = Person
-- | Drugs that affect the test's results.
--
--
-- - id affectedBy
-- - label Affected by
-- - comment Drugs that affect the test's results.
-- - domains MedicalTest
-- - ranges Drug
--
type AffectedBy = Drug
-- | The date and time of obtaining the product.
--
--
-- - id ownedFrom
-- - label Owned From
-- - comment The date and time of obtaining the
-- product.
-- - domains OwnershipInfo
-- - ranges DateTime
--
type OwnedFrom = DateTime
-- | A broadcast service associated with the publication event
--
--
-- - id publishedOn
-- - label Published On
-- - comment A broadcast service associated with the
-- publication event
-- - domains PublicationEvent
-- - ranges BroadcastService
--
type PublishedOn = BroadcastService
-- | 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
-- | An active ingredient, typically chemical compounds and/or biologic
-- substances.
--
--
-- - id activeIngredient
-- - label Active Ingredient
-- - comment An active ingredient, typically chemical
-- compounds and/or biologic substances.
-- - domains
-- DrugStrength,DietarySupplement,Drug
-- - ranges Text
--
type ActiveIngredient = 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
-- | A sub property of participant. The person/organization being
-- supported.
--
--
-- - id endorsee
-- - label Endorsee
-- - comment A sub property of participant. The
-- person/organization being supported.
-- - domains EndorseAction
-- - ranges
-- Organization,Person
--
type Endorsee = Either Organization Person
-- | 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 URL for sending a payment.
--
--
-- - id paymentUrl
-- - label Payment Url
-- - comment The URL for sending a payment.
-- - domains Order
-- - ranges URL
--
type PaymentUrl = URL
-- | Prerequisites needed to fulfill steps in article.
--
--
-- - id dependencies
-- - label Dependencies
-- - comment Prerequisites needed to fulfill steps in
-- article.
-- - domains TechArticle
-- - ranges Text
--
type Dependencies = Text
-- | 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
-- | Component (sub-)structure(s) that comprise this anatomical structure.
--
--
type SubStructure = AnatomicalStructure
-- | 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
-- | The day of the week for which these opening hours are valid.
--
--
-- - id dayOfWeek
-- - label Day of Week
-- - comment The day of the week for which these
-- opening hours are valid.
-- - domains
-- OpeningHoursSpecification
-- - ranges DayOfWeek
--
type DayOfWeek = DayOfWeek
-- | The organization or person making the offer.
--
--
-- - id seller
-- - label Seller
-- - comment The organization or person making the
-- offer.
-- - domains Offer,Demand
-- - ranges
-- Organization,Person
--
type Seller = Either Organization Person
-- | An episode of a TV/radio series or season
--
--
-- - id episode
-- - label Episode
-- - comment An episode of a TV/radio series or
-- season
-- - domains Series,Season
-- - ranges Episode
--
type Episode = Episode
-- | A resource that was used in the creation of this resource. This term
-- can be repeated for multiple sources. For example,
-- http:example.com/great-multiplication-intro.html
--
--
-- - id isBasedOnUrl
-- - label Is Based On Url
-- - comment A resource that was used in the creation
-- of this resource. This term can be repeated for multiple sources. For
-- example, http:example.com/great-multiplication-intro.html
-- - domains CreativeWork
-- - ranges URL
--
type IsBasedOnUrl = URL
-- | A sub property of object. The person or organization being followed.
--
--
-- - id followee
-- - label Followee
-- - comment A sub property of object. The person or
-- organization being followed.
-- - domains FollowAction
-- - ranges
-- Organization,Person
--
type Followee = Either Organization Person
-- | The result produced in the action. e.g. John wrote *a book*.
--
--
-- - id result
-- - label Result
-- - comment The result produced in the action. e.g.
-- John wrote *a book*.
-- - domains Action
-- - ranges Thing
--
type Result = Thing
-- | Recommended intake of this supplement for a given population as
-- defined by a specific recommending authority.
--
--
-- - id recommendedIntake
-- - label Recommended Intake
-- - comment Recommended intake of this supplement for
-- a given population as defined by a specific recommending
-- authority.
-- - domains DietarySupplement
-- - ranges
-- RecommendedDoseSchedule
--
type RecommendedIntake = RecommendedDoseSchedule
-- | The blood vessel that carries blood from the heart to the muscle.
--
--
-- - id bloodSupply
-- - label Blood Supply
-- - comment The blood vessel that carries blood from
-- the heart to the muscle.
-- - domains Muscle
-- - ranges Vessel
--
type BloodSupply = Vessel
-- | Date of birth.
--
--
-- - id birthDate
-- - label Birth Date
-- - comment Date of birth.
-- - domains Person
-- - ranges Date
--
type BirthDate = Date
-- | 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
-- | The illustrator of the book.
--
--
-- - id illustrator
-- - label Illustrator
-- - comment The illustrator of the book.
-- - domains Book
-- - ranges Person
--
type Illustrator = Person
-- | The type(s) of customers for which the given offer is valid.
--
--
-- - id eligibleCustomerType
-- - label Eligible Customer Type
-- - comment The type(s) of customers for which the
-- given offer is valid.
-- - domains Offer,Demand
-- - ranges BusinessEntityType
--
type EligibleCustomerType = BusinessEntityType
-- | 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
-- | A contraindication for this therapy.
--
--
type Contraindication = MedicalContraindication
-- | A sub property of location. The sports activity location where this
-- action occurred.
--
--
-- - id sportsActivityLocation
-- - label Sports Activity Location
-- - comment A sub property of location. The sports
-- activity location where this action occurred.
-- - domains ExerciseAction
-- - ranges SportsActivityLocation
--
type SportsActivityLocation = SportsActivityLocation
-- | Specifies whether the applicable value-added tax (VAT) is included in
-- the price specification or not.
--
--
-- - id valueAddedTaxIncluded
-- - label Value Added Tax Included
-- - comment Specifies whether the applicable
-- value-added tax (VAT) is included in the price specification or
-- not.
-- - domains PriceSpecification
-- - ranges Boolean
--
type ValueAddedTaxIncluded = Boolean
-- | 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
-- | A sub property of object. A question.
--
--
-- - id question
-- - label Question
-- - comment A sub property of object. A question.
-- - domains AskAction
-- - ranges Text
--
type Question = 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
-- | Library file name e.g., mscorlib.dll, system.web.dll
--
--
-- - id assembly
-- - label Assembly
-- - comment Library file name e.g., mscorlib.dll,
-- system.web.dll
-- - domains APIReference
-- - ranges Text
--
type Assembly = 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 predefined value from OfferItemCondition or a textual description of
-- the condition of the product or service, or the products or services
-- included in the offer.
--
--
-- - id itemCondition
-- - label Item Condition
-- - comment A predefined value from OfferItemCondition
-- or a textual description of the condition of the product or service,
-- or the products or services included in the offer.
-- - domains
-- Product,Offer,Demand
-- - ranges OfferItemCondition
--
type ItemCondition = OfferItemCondition
-- | Indicates whether API is managed or unmanaged.
--
--
-- - id programmingModel
-- - label Programming Model
-- - comment Indicates whether API is managed or
-- unmanaged.
-- - domains APIReference
-- - ranges Text
--
type ProgrammingModel = Text
-- | A pointer to another, somehow related product (or multiple products).
--
--
-- - id isRelatedTo
-- - label Is Related to
-- - comment A pointer to another, somehow related
-- product (or multiple products).
-- - domains Product
-- - ranges Product
--
type IsRelatedTo = Product
-- | The interval and unit of measurement of ordering quantities for which
-- the offer or price specification is valid. This allows e.g. specifying
-- that a certain freight charge is valid only for a certain quantity.
--
--
-- - id eligibleQuantity
-- - label Eligible Quantity
-- - comment The interval and unit of measurement of
-- ordering quantities for which the offer or price specification is
-- valid. This allows e.g. specifying that a certain freight charge is
-- valid only for a certain quantity.
-- - domains
-- Demand,PriceSpecification,Offer
-- - ranges QuantitativeValue
--
type EligibleQuantity = QuantitativeValue
-- | 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 address for accessing the service by mail.
--
--
-- - id servicePostalAddress
-- - label Service Postal Address
-- - comment The address for accessing the service by
-- mail.
-- - domains ServiceChannel
-- - ranges PostalAddress
--
type ServicePostalAddress = PostalAddress
-- | 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
-- | Subcategory of the application, e.g. Arcade Game.
--
--
type ApplicationSubCategory = Either Text URL
-- | The date that payment is due.
--
--
-- - id paymentDue
-- - label Payment Due
-- - comment The date that payment is due.
-- - domains Order
-- - ranges DateTime
--
type PaymentDue = DateTime
-- | Another drug that is known to interact with this drug in a way that
-- impacts the effect of this drug or causes a risk to the patient. Note:
-- disease interactions are typically captured as contraindications.
--
--
-- - id interactingDrug
-- - label Interacting Drug
-- - comment Another drug that is known to interact
-- with this drug in a way that impacts the effect of this drug or causes
-- a risk to the patient. Note: disease interactions are typically
-- captured as contraindications.
-- - domains Drug
-- - ranges Drug
--
type InteractingDrug = Drug
-- | The value of an active ingredient's strength, e.g. 325.
--
--
-- - id strengthValue
-- - label Strength Value
-- - comment The value of an active ingredient's
-- strength, e.g. 325.
-- - domains DrugStrength
-- - ranges Number
--
type StrengthValue = Number
-- | The predominant type or kind characterizing the learning resource. For
-- example, presentation, handout.
--
--
-- - id learningResourceType
-- - label Learning Resource Type
-- - comment The predominant type or kind
-- characterizing the learning resource. For example,
-- presentation, handout.
-- - domains CreativeWork
-- - ranges Text
--
type LearningResourceType = 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 name of a node in an established educational framework.
--
--
-- - id targetName
-- - label Target Name
-- - comment The name of a node in an established
-- educational framework.
-- - domains AlignmentObject
-- - ranges Text
--
type TargetName = Text
-- | The Value-added Tax ID of the organisation or person.
--
--
-- - id vatID
-- - label Vat ID
-- - comment The Value-added Tax ID of the organisation
-- or person.
-- - domains
-- Person,Organization
-- - ranges Text
--
type VatID = 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
-- | Was the offer accepted as a gift for someone other than the buyer.
--
--
-- - id isGift
-- - label Is Gift
-- - comment Was the offer accepted as a gift for
-- someone other than the buyer.
-- - domains Order
-- - ranges Boolean
--
type IsGift = Boolean
-- | Descriptive information establishing a historical perspective on the
-- supplement. May include the rationale for the name, the population
-- where the supplement first came to prominence, etc.
--
--
-- - id background
-- - label Background
-- - comment Descriptive information establishing a
-- historical perspective on the supplement. May include the rationale
-- for the name, the population where the supplement first came to
-- prominence, etc.
-- - domains DietarySupplement
-- - ranges Text
--
type Background = Text
-- | Audiences defined by a person's maximum age.
--
--
-- - id requiredMaxAge
-- - label Required Max Age
-- - comment Audiences defined by a person's maximum
-- age.
-- - domains PeopleAudience
-- - ranges Integer
--
type RequiredMaxAge = Integer
-- | How often one should break from the activity.
--
--
-- - id restPeriods
-- - label Rest Periods
-- - comment How often one should break from the
-- activity.
-- - domains ExercisePlan
-- - ranges Text
--
type RestPeriods = Text
-- | A pointer to another product (or multiple products) for which this
-- product is an accessory or spare part.
--
--
-- - id isAccessoryOrSparePartFor
-- - label Is Accessory or Spare Part for
-- - comment A pointer to another product (or multiple
-- products) for which this product is an accessory or spare part.
-- - domains Product
-- - ranges Product
--
type IsAccessoryOrSparePartFor = Product
-- | Imaging technique used.
--
--
-- - id imagingTechnique
-- - label Imaging Technique
-- - comment Imaging technique used.
-- - domains ImagingTest
-- - ranges
-- MedicalImagingTechnique
--
type ImagingTechnique = MedicalImagingTechnique
-- | A goal towards an action is taken. Can be concrete or abstract.
--
--
-- - id purpose
-- - label Purpose
-- - comment A goal towards an action is taken. Can be
-- concrete or abstract.
-- - domains
-- AllocateAction,MedicalDevice,PayAction
-- - ranges
-- Thing,MedicalDevicePurpose
--
type Purpose = Either Thing MedicalDevicePurpose
-- | Points-of-Sales operated by the organization or person.
--
--
-- - id hasPOS
-- - label Has POS
-- - comment Points-of-Sales operated by the
-- organization or person.
-- - domains
-- Person,Organization
-- - ranges Place
--
type HasPOS = Place
-- | The text of the UserComment.
--
--
-- - id commentText
-- - label Comment Text
-- - comment The text of the UserComment.
-- - domains UserComments
-- - ranges Text
--
type CommentText = Text
-- | The typical expected age range, e.g. '7-9', '11-'.
--
--
-- - id typicalAgeRange
-- - label Typical Age Range
-- - comment The typical expected age range, e.g.
-- '7-9', '11-'.
-- - domains
-- CreativeWork,Event
-- - ranges Text
--
type TypicalAgeRange = Text
-- | A sub property of location. The final location of the object or the
-- agent after the action.
--
--
-- - id toLocation
-- - label To Location
-- - comment A sub property of location. The final
-- location of the object or the agent after the action.
-- - domains
-- InsertAction,TransferAction,ExerciseAction,MoveAction
-- - ranges Place,Number
--
type ToLocation = Either Place Number
-- | Anatomical systems or structures that relate to the superficial
-- anatomy.
--
--
type RelatedAnatomy = Either AnatomicalStructure AnatomicalSystem
-- | The duration of the item (movie, audio recording, event, etc.) in ISO
-- 8601 date format.
--
--
type Duration = Duration
-- | 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
-- | Physical address of the item.
--
--
type Address = PostalAddress
-- | 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
-- | A modifiable or non-modifiable factor that increases the risk of a
-- patient contracting this condition, e.g. age, coexisting condition.
--
--
-- - id riskFactor
-- - label Risk Factor
-- - comment A modifiable or non-modifiable factor that
-- increases the risk of a patient contracting this condition, e.g. age,
-- coexisting condition.
-- - domains MedicalCondition
-- - ranges MedicalRiskFactor
--
type RiskFactor = MedicalRiskFactor
-- | The width of the item.
--
--
type Width = Either Distance QuantitativeValue
-- | 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 caption for this object.
--
--
type Caption = Text
-- | The duration for which the given offer is valid.
--
--
-- - id eligibleDuration
-- - label Eligible Duration
-- - comment The duration for which the given offer is
-- valid.
-- - domains Offer,Demand
-- - ranges QuantitativeValue
--
type EligibleDuration = QuantitativeValue
-- | The Manufacturer Part Number (MPN) of the product, or the product to
-- which the offer refers.
--
--
-- - id mpn
-- - label Mpn
-- - comment The Manufacturer Part Number (MPN) of the
-- product, or the product to which the offer refers.
-- - domains
-- Product,Offer,Demand
-- - ranges Text
--
type Mpn = Text
-- | The anatomical or organ system that this structure is part of.
--
--
-- - id partOfSystem
-- - label Part of System
-- - comment The anatomical or organ system that this
-- structure is part of.
-- - domains AnatomicalStructure
-- - ranges AnatomicalSystem
--
type PartOfSystem = AnatomicalSystem
-- | The units of an active ingredient's strength, e.g. mg.
--
--
-- - id strengthUnit
-- - label Strength Unit
-- - comment The units of an active ingredient's
-- strength, e.g. mg.
-- - domains DrugStrength
-- - ranges Text
--
type StrengthUnit = Text
-- | The category of cost, such as wholesale, retail, reimbursement cap,
-- etc.
--
--
-- - id costCategory
-- - label Cost Category
-- - comment The category of cost, such as wholesale,
-- retail, reimbursement cap, etc.
-- - domains DrugCost
-- - ranges DrugCostCategory
--
type CostCategory = DrugCostCategory
-- | 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 type of tissue sample required for the test.
--
--
-- - id tissueSample
-- - label Tissue Sample
-- - comment The type of tissue sample required for the
-- test.
-- - domains PathologyTest
-- - ranges Text
--
type TissueSample = Text
-- | 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
-- | One or more alternative conditions considered in the differential
-- diagnosis process.
--
--
-- - id diagnosis
-- - label Diagnosis
-- - comment One or more alternative conditions
-- considered in the differential diagnosis process.
-- - domains DDxElement
-- - ranges MedicalCondition
--
type Diagnosis = MedicalCondition
-- | A child of the person.
--
--
-- - id children
-- - label Children
-- - comment A child of the person.
-- - domains Person
-- - ranges Person
--
type Children = Person
-- | The season to which this episode belongs.
--
--
-- - id partOfSeason
-- - label Part of Season
-- - comment The season to which this episode
-- belongs.
-- - domains Episode,Clip
-- - ranges Season
--
type PartOfSeason = Season
-- | Cash, credit card, etc.
--
--
-- - id paymentAccepted
-- - label Payment Accepted
-- - comment Cash, credit card, etc.
-- - domains LocalBusiness
-- - ranges Text
--
type PaymentAccepted = Text
-- | The name given to how bone physically connects to each other.
--
--
-- - id structuralClass
-- - label Structural Class
-- - comment The name given to how bone physically
-- connects to each other.
-- - domains Joint
-- - ranges Text
--
type StructuralClass = Text
-- | An option available on this contact point (e.g. a toll-free number or
-- support for hearing-impaired callers.)
--
--
-- - id contactOption
-- - label Contact Option
-- - comment An option available on this contact point
-- (e.g. a toll-free number or support for hearing-impaired
-- callers.)
-- - domains ContactPoint
-- - ranges ContactPointOption
--
type ContactOption = ContactPointOption
-- | The director of the movie, tv/radio episode or series. (legacy
-- spelling; see singular form, director)
--
--
-- - id directors
-- - label Directors
-- - comment The director of the movie, tv/radio
-- episode or series. (legacy spelling; see singular form, director)
-- - domains
-- Series,Episode,Movie
-- - ranges Person
--
type Directors = Person
-- | 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
-- | 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
-- | The computer programming language.
--
--
-- - id programmingLanguage
-- - label Programming Language
-- - comment The computer programming language.
-- - domains Code
-- - ranges Thing
--
type ProgrammingLanguage = Thing
-- | 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
-- | 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
-- | Any precaution, guidance, contraindication, etc. related to this
-- drug's use by breastfeeding mothers.
--
--
-- - id breastfeedingWarning
-- - label Breastfeeding Warning
-- - comment Any precaution, guidance,
-- contraindication, etc. related to this drug's use by breastfeeding
-- mothers.
-- - domains Drug
-- - ranges Text
--
type BreastfeedingWarning = Text
-- | A sub property of asset. The distance travelled.
--
--
-- - id distance
-- - label Distance
-- - comment A sub property of asset. The distance
-- travelled.
-- - domains
-- TravelAction,ExerciseAction
-- - ranges Distance
--
type Distance = Distance
-- | 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
-- | Medical expert advice related to the plan.
--
--
-- - id expertConsiderations
-- - label Expert Considerations
-- - comment Medical expert advice related to the
-- plan.
-- - domains Diet
-- - ranges Text
--
type ExpertConsiderations = Text
-- | Pregnancy category of this drug.
--
--
-- - id pregnancyCategory
-- - label Pregnancy Category
-- - comment Pregnancy category of this drug.
-- - domains Drug
-- - ranges DrugPregnancyCategory
--
type PregnancyCategory = DrugPregnancyCategory
-- | 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 subject of the study, i.e. one of the medical conditions, therapies,
-- devices, drugs, etc. investigated by the study.
--
--
-- - id studySubject
-- - label Study Subject
-- - comment A subject of the study, i.e. one of the
-- medical conditions, therapies, devices, drugs, etc. investigated by
-- the study.
-- - domains MedicalStudy
-- - ranges MedicalEntity
--
type StudySubject = MedicalEntity
-- | 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
-- Organization,Person
--
type Contributor = Either Organization Person
-- | 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
-- | The framework to which the resource being described is aligned.
--
--
-- - id educationalFramework
-- - label Educational Framework
-- - comment The framework to which the resource being
-- described is aligned.
-- - domains AlignmentObject
-- - ranges Text
--
type EducationalFramework = Text
-- | A sub property of participant. The participant who is at the sending
-- end of the action.
--
--
-- - id sender
-- - label Sender
-- - comment A sub property of participant. The
-- participant who is at the sending end of the action.
-- - domains ReceiveAction
-- - ranges
-- Audience,Organization,Person
--
type Sender = Either3 Audience Organization Person
-- | Genre of the creative work
--
--
-- - id genre
-- - label Genre
-- - comment Genre of the creative work
-- - domains CreativeWork
-- - ranges Text
--
type Genre = Text
-- | Cost per unit of the drug, as reported by the source being tagged.
--
--
-- - id cost
-- - label Cost
-- - comment Cost per unit of the drug, as reported by
-- the source being tagged.
-- - domains Drug
-- - ranges DrugCost
--
type Cost = DrugCost
-- | Nutritional information specific to the dietary plan. May include
-- dietary recommendations on what foods to avoid, what foods to consume,
-- and specific alterations/deviations from the USDA or other regulatory
-- body's approved dietary guidelines.
--
--
-- - id dietFeatures
-- - label Diet Features
-- - comment Nutritional information specific to the
-- dietary plan. May include dietary recommendations on what foods to
-- avoid, what foods to consume, and specific alterations/deviations from
-- the USDA or other regulatory body's approved dietary guidelines.
-- - domains Diet
-- - ranges Text
--
type DietFeatures = Text
-- | If applicable, a description of the pathophysiology associated with
-- the anatomical system, including potential abnormal changes in the
-- mechanical, physical, and biochemical functions of the system.
--
--
-- - id associatedPathophysiology
-- - label Associated Pathophysiology
-- - comment If applicable, a description of the
-- pathophysiology associated with the anatomical system, including
-- potential abnormal changes in the mechanical, physical, and
-- biochemical functions of the system.
-- - domains
-- SuperficialAnatomy,AnatomicalSystem,AnatomicalStructure
-- - ranges Text
--
type AssociatedPathophysiology = Text
-- | Minimal age of the child
--
--
-- - id childMinAge
-- - label Child Min Age
-- - comment Minimal age of the child
-- - domains ParentAudience
-- - ranges Number
--
type ChildMinAge = Number
-- | 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
-- | 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 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
-- | Descriptive information establishing the overarching theory/philosophy
-- of the plan. May include the rationale for the name, the population
-- where the plan first came to prominence, etc.
--
--
-- - id overview
-- - label Overview
-- - comment Descriptive information establishing the
-- overarching theory/philosophy of the plan. May include the rationale
-- for the name, the population where the plan first came to prominence,
-- etc.
-- - domains Diet
-- - ranges Text
--
type Overview = Text
-- | A sub property of participant. The participant who is at the receiving
-- end of the action.
--
--
-- - id recipient
-- - label Recipient
-- - comment A sub property of participant. The
-- participant who is at the receiving end of the action.
-- - domains
-- DonateAction,ReturnAction,GiveAction,CommunicateAction,PayAction,SendAction,TipAction,AuthorizeAction
-- - ranges
-- Organization,Audience,Person
--
type Recipient = Either3 Organization Audience Person
-- | The latitude of a location. For example 37.42242.
--
--
type Latitude = Either Number Text
-- | The biomechanical properties of the bone.
--
--
-- - id biomechnicalClass
-- - label Biomechnical Class
-- - comment The biomechanical properties of the
-- bone.
-- - domains Joint
-- - ranges Text
--
type BiomechnicalClass = Text
-- | 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 Series,Season
-- - ranges Number
--
type NumberOfEpisodes = Number
-- | 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
-- | Organization offering the job position.
--
--
-- - id hiringOrganization
-- - label Hiring Organization
-- - comment Organization offering the job
-- position.
-- - domains JobPosting
-- - ranges Organization
--
type HiringOrganization = Organization
-- | The quantity of the goods included in the offer.
--
--
-- - id amountOfThisGood
-- - label Amount of This Good
-- - comment The quantity of the goods included in the
-- offer.
-- - domains TypeAndQuantityNode
-- - ranges Number
--
type AmountOfThisGood = Number
-- | An additional offer that can only be obtained in combination with the
-- first base offer (e.g. supplements and extensions that are available
-- for a surcharge).
--
--
-- - id addOn
-- - label Add On
-- - comment An additional offer that can only be
-- obtained in combination with the first base offer (e.g. supplements
-- and extensions that are available for a surcharge).
-- - domains Offer
-- - ranges Offer
--
type AddOn = Offer
-- | The date when the item becomes valid.
--
--
type ValidFrom = DateTime
-- | URL of a reference Web page that unambiguously indicates the item's
-- identity. E.g. the URL of the item's Wikipedia page, Freebase page, or
-- official website.
--
--
-- - id sameAs
-- - label Same As
-- - comment URL of a reference Web page that
-- unambiguously indicates the item's identity. E.g. the URL of the
-- item's Wikipedia page, Freebase page, or official website.
-- - domains Thing
-- - ranges URL
--
type SameAs = URL
-- | 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
-- | If applicable, the organization that officially recognizes this entity
-- as part of its endorsed system of medicine.
--
--
-- - id recognizingAuthority
-- - label Recognizing Authority
-- - comment If applicable, the organization that
-- officially recognizes this entity as part of its endorsed system of
-- medicine.
-- - domains MedicalEntity
-- - ranges Organization
--
type RecognizingAuthority = Organization
-- | 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
-- | The branches that comprise the arterial structure.
--
--
-- - id arterialBranch
-- - label Arterial Branch
-- - comment The branches that comprise the arterial
-- structure.
-- - domains Artery
-- - ranges AnatomicalStructure
--
type ArterialBranch = AnatomicalStructure
-- | A category for the item. Greater signs or slashes can be used to
-- informally indicate a category hierarchy.
--
--
-- - id category
-- - label Category
-- - comment A category for the item. Greater signs or
-- slashes can be used to informally indicate a category hierarchy.
-- - domains
-- PhysicalActivity,Offer
-- - ranges
-- Text,PhysicalActivityCategory,Thing
--
type Category = Either3 Text PhysicalActivityCategory Thing
-- | 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
-- | Device used to perform the test.
--
--
-- - id usesDevice
-- - label Uses Device
-- - comment Device used to perform the test.
-- - domains MedicalTest
-- - ranges MedicalDevice
--
type UsesDevice = MedicalDevice
-- | A cast member of the movie, tv/radio series, season, episode, or
-- video. (legacy spelling; see singular form, actor)
--
--
-- - id actors
-- - label Actors
-- - comment A cast member of the movie, tv/radio
-- series, season, episode, or video. (legacy spelling; see singular
-- form, actor)
-- - domains
-- Series,Episode,Movie
-- - ranges Person
--
type Actors = Person
-- | 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
-- | Nutrition information about the recipe.
--
--
-- - id nutrition
-- - label Nutrition
-- - comment Nutrition information about the
-- recipe.
-- - domains Recipe
-- - ranges NutritionInformation
--
type Nutrition = NutritionInformation
-- | The title of the job.
--
--
-- - id title
-- - label Title
-- - comment The title of the job.
-- - domains JobPosting
-- - ranges Text
--
type Title = Text
-- | The vasculature that the vein drains into.
--
--
-- - id drainsTo
-- - label Drains to
-- - comment The vasculature that the vein drains
-- into.
-- - domains Vein
-- - ranges Vessel
--
type DrainsTo = Vessel
-- | 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 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
-- | 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
-- | 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
-- | Description of the absorption and elimination of drugs, including
-- their concentration (pharmacokinetics, pK) and biological effects
-- (pharmacodynamics, pD).
--
--
-- - id clincalPharmacology
-- - label Clincal Pharmacology
-- - comment Description of the absorption and
-- elimination of drugs, including their concentration (pharmacokinetics,
-- pK) and biological effects (pharmacodynamics, pD).
-- - domains Drug
-- - ranges Text
--
type ClincalPharmacology = Text
-- | Date on which this guideline's recommendation was made.
--
--
-- - id guidelineDate
-- - label Guideline Date
-- - comment Date on which this guideline's
-- recommendation was made.
-- - domains MedicalGuideline
-- - ranges Date
--
type GuidelineDate = Date
-- | The producer of the movie, tv/radio series, season, or episode, or
-- video.
--
--
-- - id producer
-- - label Producer
-- - comment The producer of the movie, tv/radio
-- series, season, or episode, or video.
-- - domains
-- Movie,Season,Episode,Series
-- - ranges Person
--
type Producer = Person
-- | 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
-- | People or organizations that have reviewed the content on this web
-- page for accuracy and/or completeness.
--
--
-- - id reviewedBy
-- - label Reviewed by
-- - comment People or organizations that have reviewed
-- the content on this web page for accuracy and/or completeness.
-- - domains WebPage
-- - ranges
-- Organization,Person
--
type ReviewedBy = Either Organization Person
-- | 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 size of the business in annual revenue.
--
--
-- - id yearlyRevenue
-- - label Yearly Revenue
-- - comment The size of the business in annual
-- revenue.
-- - domains BusinessAudience
-- - ranges QuantitativeValue
--
type YearlyRevenue = QuantitativeValue
-- | 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
-- | An aspect of medical practice that is considered on the page, such as
-- diagnosis, treatment, causes,
-- prognosis, etiology, epidemiology, etc.
--
--
-- - id aspect
-- - label Aspect
-- - comment An aspect of medical practice that is
-- considered on the page, such as diagnosis,
-- treatment, causes, prognosis,
-- etiology, epidemiology, etc.
-- - domains MedicalWebPage
-- - ranges Text
--
type Aspect = Text
-- | Specifics about the trial design (enumerated).
--
--
-- - id trialDesign
-- - label Trial Design
-- - comment Specifics about the trial design
-- (enumerated).
-- - domains MedicalTrial
-- - ranges MedicalTrialDesign
--
type TrialDesign = MedicalTrialDesign
-- | The organization owning or operating the broadcast service.
--
--
-- - id broadcaster
-- - label Broadcaster
-- - comment The organization owning or operating the
-- broadcast service.
-- - domains BroadcastService
-- - ranges Organization
--
type Broadcaster = Organization
-- | A sub property of instrument. The recipe/instructions used to perform
-- the action.
--
--
-- - id recipe
-- - label Recipe
-- - comment A sub property of instrument. The
-- recipe/instructions used to perform the action.
-- - domains CookAction
-- - ranges Recipe
--
type Recipe = Recipe
-- | 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
-- | The medical conditions, treatments, etc. that are the subject of the
-- guideline.
--
--
-- - id guidelineSubject
-- - label Guideline Subject
-- - comment The medical conditions, treatments, etc.
-- that are the subject of the guideline.
-- - domains MedicalGuideline
-- - ranges MedicalEntity
--
type GuidelineSubject = MedicalEntity
-- | The area to which the artery supplies blood to.
--
--
-- - id supplyTo
-- - label Supply to
-- - comment The area to which the artery supplies
-- blood to.
-- - domains Artery
-- - ranges AnatomicalStructure
--
type SupplyTo = AnatomicalStructure
-- | The weight of the product.
--
--
type Weight = QuantitativeValue
-- | Any precaution, guidance, contraindication, etc. related to
-- consumption of specific foods while taking this drug.
--
--
-- - id foodWarning
-- - label Food Warning
-- - comment Any precaution, guidance,
-- contraindication, etc. related to consumption of specific foods while
-- taking this drug.
-- - domains Drug
-- - ranges Text
--
type FoodWarning = Text
-- | New entry added as the package passes through each leg of its journey
-- (from shipment to final delivery).
--
--
-- - id deliveryStatus
-- - label Delivery Status
-- - comment New entry added as the package passes
-- through each leg of its journey (from shipment to final
-- delivery).
-- - domains ParcelDelivery
-- - ranges DeliveryEvent
--
type DeliveryStatus = DeliveryEvent
-- | A condition the test is used to diagnose.
--
--
-- - id usedToDiagnose
-- - label Used to Diagnose
-- - comment A condition the test is used to
-- diagnose.
-- - domains MedicalTest
-- - ranges MedicalCondition
--
type UsedToDiagnose = MedicalCondition
-- | 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
-- | The director of the movie, tv/radio episode or series.
--
--
-- - id director
-- - label Director
-- - comment The director of the movie, tv/radio
-- episode or series.
-- - domains
-- Series,Episode,Movie
-- - ranges Person
--
type Director = Person
-- | A possible complication and/or side effect of this therapy. If it is
-- known that an adverse outcome is serious (resulting in death,
-- disability, or permanent damage; requiring hospitalization; or is
-- otherwise life-threatening or requires immediate medical attention),
-- tag it as a seriouseAdverseOutcome instead.
--
--
-- - id adverseOutcome
-- - label Adverse Outcome
-- - comment A possible complication and/or side effect
-- of this therapy. If it is known that an adverse outcome is serious
-- (resulting in death, disability, or permanent damage; requiring
-- hospitalization; or is otherwise life-threatening or requires
-- immediate medical attention), tag it as a seriouseAdverseOutcome
-- instead.
-- - domains
-- MedicalDevice,MedicalTherapy
-- - ranges MedicalEntity
--
type AdverseOutcome = MedicalEntity
-- | When the Action was performed: start time. This is for actions that
-- span a period of time. e.g. John wrote a book from *January* to
-- December.
--
--
-- - id startTime
-- - label Start Time
-- - comment When the Action was performed: start time.
-- This is for actions that span a period of time. e.g. John wrote a book
-- from *January* to December.
-- - domains Action
-- - ranges DateTime
--
type StartTime = DateTime
-- | 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
-- Organization,Person
--
type Attendees = Either Organization Person
-- | Position of the clip within an ordered group of clips.
--
--
-- - id clipNumber
-- - label Clip Number
-- - comment Position of the clip within an ordered
-- group of clips.
-- - domains Clip
-- - ranges Integer
--
type ClipNumber = Integer
-- | 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 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
-- Organization,Person
--
type CopyrightHolder = Either Organization Person
-- | The type of procedure, for example Surgical, Noninvasive, or
-- Percutaneous.
--
--
-- - id procedureType
-- - label Procedure Type
-- - comment The type of procedure, for example
-- Surgical, Noninvasive, or Percutaneous.
-- - domains MedicalProcedure
-- - ranges MedicalProcedureType
--
type ProcedureType = MedicalProcedureType
-- | 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
-- Organization,Person
--
type Performers = Either Organization Person
-- | 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
-- | Specifics about the observational study design (enumerated).
--
--
-- - id studyDesign
-- - label Study Design
-- - comment Specifics about the observational study
-- design (enumerated).
-- - domains
-- MedicalObservationalStudy
-- - ranges
-- MedicalObservationalStudyDesign
--
type StudyDesign = MedicalObservationalStudyDesign
-- | The generic name of this drug or supplement.
--
--
-- - id nonProprietaryName
-- - label Non Proprietary Name
-- - comment The generic name of this drug or
-- supplement.
-- - domains
-- DietarySupplement,Drug
-- - ranges Text
--
type NonProprietaryName = Text
-- | The product or service this support contact point is related to (such
-- as product support for a particular product line). This can be a
-- specific product or product line (e.g. iPhone) or a general
-- category of products or services (e.g. smartphones).
--
--
-- - id productSupported
-- - label Product Supported
-- - comment The product or service this support
-- contact point is related to (such as product support for a particular
-- product line). This can be a specific product or product line (e.g.
-- iPhone) or a general category of products or services (e.g.
-- smartphones).
-- - domains ContactPoint
-- - ranges Product,Text
--
type ProductSupported = Either Product Text
-- | A sub property of location. The course where this action was taken.
--
--
-- - id course
-- - label Course
-- - comment A sub property of location. The course
-- where this action was taken.
-- - domains ExerciseAction
-- - ranges Place
--
type Course = Place
-- | The anatomical or organ system that the artery originates from.
--
--
-- - id source
-- - label Source
-- - comment The anatomical or organ system that the
-- artery originates from.
-- - domains Artery
-- - ranges AnatomicalStructure
--
type Source = AnatomicalStructure
-- | A sub property of object. The candidate subject of this action.
--
--
-- - id candidate
-- - label Candidate
-- - comment A sub property of object. The candidate
-- subject of this action.
-- - domains VoteAction
-- - ranges Person
--
type Candidate = Person
-- | The condition, complication, etc. influenced by this factor.
--
--
-- - id increasesRiskOf
-- - label Increases Risk of
-- - comment The condition, complication, etc.
-- influenced by this factor.
-- - domains MedicalRiskFactor
-- - ranges MedicalEntity
--
type IncreasesRiskOf = MedicalEntity
-- | 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
-- Organization,Person
--
type Author = Either Organization Person
-- | 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 validity of the permit.
--
--
-- - id validFor
-- - label Valid for
-- - comment The time validity of the permit.
-- - domains Permit
-- - ranges Duration
--
type ValidFor = Duration
-- | 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 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
-- | A sign detected by the test.
--
--
-- - id signDetected
-- - label Sign Detected
-- - comment A sign detected by the test.
-- - domains MedicalTest
-- - ranges MedicalSign
--
type SignDetected = MedicalSign
-- | 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
-- | Maximal age of the child
--
--
-- - id childMaxAge
-- - label Child Max Age
-- - comment Maximal age of the child
-- - domains ParentAudience
-- - ranges Number
--
type ChildMaxAge = Number
-- | The end of the availability of the product or service included in the
-- offer.
--
--
-- - id availabilityEnds
-- - label Availability Ends
-- - comment The end of the availability of the product
-- or service included in the offer.
-- - domains Offer,Demand
-- - ranges DateTime
--
type AvailabilityEnds = DateTime
-- | 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
-- | Indicates if use of the media require a subscription (either paid or
-- free). Allowed values are true or false (note that an earlier version
-- had yes, no).
--
--
-- - id requiresSubscription
-- - label Requires Subscription
-- - comment Indicates if use of the media require a
-- subscription (either paid or free). Allowed values are
-- codetrue/code or codefalse/code (note that
-- an earlier version had yes, no).
-- - domains MediaObject
-- - ranges Boolean
--
type RequiresSubscription = Boolean
-- | The time it takes to actually cook the dish, in ISO 8601 duration
-- format.
--
--
type CookTime = Duration
-- | Any information related to overdose on a drug, including signs or
-- symptoms, treatments, contact information for emergency response.
--
--
-- - id overdosage
-- - label Overdosage
-- - comment Any information related to overdose on a
-- drug, including signs or symptoms, treatments, contact information for
-- emergency response.
-- - domains Drug
-- - ranges Text
--
type Overdosage = Text
-- | The typical delay between the receipt of the order and the goods
-- leaving the warehouse.
--
--
-- - id deliveryLeadTime
-- - label Delivery Lead Time
-- - comment The typical delay between the receipt of
-- the order and the goods leaving the warehouse.
-- - domains Offer,Demand
-- - ranges QuantitativeValue
--
type DeliveryLeadTime = QuantitativeValue
-- | A short text or acronym indicating multiple price specifications for
-- the same offer, e.g. SRP for the suggested retail price or INVOICE for
-- the invoice price, mostly used in the car industry.
--
--
-- - id priceType
-- - label Price Type
-- - comment A short text or acronym indicating
-- multiple price specifications for the same offer, e.g. SRP for the
-- suggested retail price or INVOICE for the invoice price, mostly used
-- in the car industry.
-- - domains
-- UnitPriceSpecification
-- - ranges Text
--
type PriceType = Text
-- | Strength of evidence of the data used to formulate the guideline
-- (enumerated).
--
--
-- - id evidenceLevel
-- - label Evidence Level
-- - comment Strength of evidence of the data used to
-- formulate the guideline (enumerated).
-- - domains MedicalGuideline
-- - ranges MedicalEvidenceLevel
--
type EvidenceLevel = MedicalEvidenceLevel
-- | The operating organization, if different from the provider. This
-- enables the representation of services that are provided by an
-- organization, but operated by another organization like a
-- subcontractor.
--
--
-- - id serviceOperator
-- - label Service Operator
-- - comment The operating organization, if different
-- from the provider. This enables the representation of services that
-- are provided by an organization, but operated by another organization
-- like a subcontractor.
-- - domains GovernmentService
-- - ranges Organization
--
type ServiceOperator = Organization
-- | Storage requirements (free space required).
--
--
-- - id storageRequirements
-- - label Storage Requirements
-- - comment Storage requirements (free space
-- required).
-- - domains SoftwareApplication
-- - ranges Text,URL
--
type StorageRequirements = Either Text URL
-- | The color of the product.
--
--
-- - id color
-- - label Color
-- - comment The color of the product.
-- - domains Product
-- - ranges Text
--
type Color = Text
-- | 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
-- | A medical code for the entity, taken from a controlled vocabulary or
-- ontology such as ICD-9, DiseasesDB, MeSH, SNOMED-CT, RxNorm, etc.
--
--
-- - id code
-- - label Code
-- - comment A medical code for the entity, taken from
-- a controlled vocabulary or ontology such as ICD-9, DiseasesDB, MeSH,
-- SNOMED-CT, RxNorm, etc.
-- - domains MedicalEntity
-- - ranges MedicalCode
--
type Code = MedicalCode
-- | 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
-- | The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, or the
-- GeoShape for the geo-political region(s) for which the offer or
-- delivery charge specification is valid.
--
--
-- - id eligibleRegion
-- - label Eligible Region
-- - comment The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO
-- 3166-2 code, or the GeoShape for the geo-political region(s) for which
-- the offer or delivery charge specification is valid.
-- - domains
-- DeliveryChargeSpecification,Offer,Demand
-- - ranges Text,GeoShape
--
type EligibleRegion = Either Text GeoShape
-- | A sub property of location. The sports event where this action
-- occurred.
--
--
-- - id sportsEvent
-- - label Sports Event
-- - comment A sub property of location. The sports
-- event where this action occurred.
-- - domains ExerciseAction
-- - ranges SportsEvent
--
type SportsEvent = SportsEvent
-- | 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
-- | An image containing a diagram that illustrates the structure andor
-- its component substructures andor connections with other
-- structures.
--
--
-- - id diagram
-- - label Diagram
-- - comment An image containing a diagram that
-- illustrates the structure andor its component substructures
-- andor connections with other structures.
-- - domains AnatomicalStructure
-- - ranges ImageObject
--
type Diagram = ImageObject
-- | The billing address for the order.
--
--
-- - id billingAddress
-- - label Billing Address
-- - comment The billing address for the order.
-- - domains Order
-- - ranges PostalAddress
--
type BillingAddress = PostalAddress
-- | The object upon the action is carried out, whose state is kept intact
-- or changed. Also known as the semantic roles patient, affected or
-- undergoer (which change their state) or theme (which doesn't). e.g.
-- John read *a book*.
--
--
-- - id object
-- - label Object
-- - comment The object upon the action is carried out,
-- whose state is kept intact or changed. Also known as the semantic
-- roles patient, affected or undergoer (which change their state) or
-- theme (which doesn't). e.g. John read *a book*.
-- - domains Action
-- - ranges Thing
--
type Object = Thing
-- | Description of what changed in this version.
--
--
-- - id releaseNotes
-- - label Release Notes
-- - comment Description of what changed in this
-- version.
-- - domains SoftwareApplication
-- - ranges Text,URL
--
type ReleaseNotes = Either Text URL
-- | The location in which the study is taking/took place.
--
--
-- - id studyLocation
-- - label Study Location
-- - comment The location in which the study is
-- taking/took place.
-- - domains MedicalStudy
-- - ranges AdministrativeArea
--
type StudyLocation = AdministrativeArea
-- | The muscle whose action counteracts the specified muscle.
--
--
-- - id antagonist
-- - label Antagonist
-- - comment The muscle whose action counteracts the
-- specified muscle.
-- - domains Muscle
-- - ranges Muscle
--
type Antagonist = Muscle
-- | Shipper's address.
--
--
-- - id originAddress
-- - label Origin Address
-- - comment Shipper's address.
-- - domains ParcelDelivery
-- - ranges PostalAddress
--
type OriginAddress = PostalAddress
-- | The underlying innervation associated with the muscle.
--
--
-- - id nerve
-- - label Nerve
-- - comment The underlying innervation associated with
-- the muscle.
-- - domains Muscle
-- - ranges Nerve
--
type Nerve = Nerve
-- | A characteristic of the described resource that is physiologically
-- dangerous to some users. Related to WCAG 2.0 guideline 2.3.
-- (WebSchemas wiki lists possible values)
--
--
type AccessibilityHazard = Text
-- | 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
-- ContactPoint,Place
--
type HomeLocation = Either ContactPoint Place
-- | The unit in which the drug is measured, e.g. '5 mg tablet'.
--
--
-- - id drugUnit
-- - label Drug Unit
-- - comment The unit in which the drug is measured,
-- e.g. '5 mg tablet'.
-- - domains DrugCost
-- - ranges Text
--
type DrugUnit = Text
-- | 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
-- | Content features of the resource, such as accessible media,
-- alternatives and supported enhancements for accessibility (WebSchemas
-- wiki lists possible values).
--
--
type AccessibilityFeature = Text
-- | A component test of the panel.
--
--
-- - id subTest
-- - label Sub Test
-- - comment A component test of the panel.
-- - domains MedicalTestPanel
-- - ranges MedicalTest
--
type SubTest = MedicalTest
-- | A sub property of instrument. The query used on this action.
--
--
-- - id query
-- - label Query
-- - comment A sub property of instrument. The query
-- used on this action.
-- - domains SearchAction
-- - ranges Class,Text
--
type Query = Either Class Text
-- | The product that this structured value is referring to.
--
--
type TypeOfGood = Product
-- | Responsibilities associated with this role.
--
--
-- - id responsibilities
-- - label Responsibilities
-- - comment Responsibilities associated with this
-- role.
-- - domains JobPosting
-- - ranges Text
--
type Responsibilities = Text
-- | 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
-- | 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
-- | 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
-- | Expected or actual outcomes of the study.
--
--
-- - id outcome
-- - label Outcome
-- - comment Expected or actual outcomes of the
-- study.
-- - domains MedicalStudy
-- - ranges Text
--
type Outcome = Text
-- | 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
-- | A pointer to another product (or multiple products) for which this
-- product is a consumable.
--
--
-- - id isConsumableFor
-- - label Is Consumable for
-- - comment A pointer to another product (or multiple
-- products) for which this product is a consumable.
-- - domains Product
-- - ranges Product
--
type IsConsumableFor = Product
-- | 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
-- | Function of the anatomical structure.
--
--
-- - id function
-- - label Function
-- - comment Function of the anatomical structure.
-- - domains AnatomicalStructure
-- - ranges Text
--
type Function = 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
-- | After this date, the item will no longer be available for pickup.
--
--
-- - id availableThrough
-- - label Available Through
-- - comment After this date, the item will no longer
-- be available for pickup.
-- - domains DeliveryEvent
-- - ranges DateTime
--
type AvailableThrough = DateTime
-- | Characteristics of the population for which this is intended, or which
-- typically uses it, e.g. adults.
--
--
-- - id targetPopulation
-- - label Target Population
-- - comment Characteristics of the population for
-- which this is intended, or which typically uses it, e.g.
-- adults.
-- - domains
-- DietarySupplement,DoseSchedule
-- - ranges Text
--
type TargetPopulation = 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
-- | This ordering relation for qualitative values indicates that the
-- subject is greater than the object.
--
--
-- - id greater
-- - label Greater
-- - comment This ordering relation for qualitative
-- values indicates that the subject is greater than the object.
-- - domains QualitativeValue
-- - ranges QualitativeValue
--
type Greater = QualitativeValue
-- | True if the drug is available in a generic form (regardless of name).
--
--
-- - id isAvailableGenerically
-- - label Is Available Generically
-- - comment True if the drug is available in a generic
-- form (regardless of name).
-- - domains Drug
-- - ranges Boolean
--
type IsAvailableGenerically = Boolean
-- | 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
-- | 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
-- | 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
-- | Maximal age recommended for viewing content
--
--
-- - id suggestedMaxAge
-- - label Suggested Max Age
-- - comment Maximal age recommended for viewing
-- content
-- - domains PeopleAudience
-- - ranges Number
--
type SuggestedMaxAge = Number
-- | This links to a node or nodes indicating the exact quantity of the
-- products included in the offer.
--
--
-- - id includesObject
-- - label Includes Object
-- - comment This links to a node or nodes indicating
-- the exact quantity of the products included in the offer.
-- - domains Offer,Demand
-- - ranges TypeAndQuantityNode
--
type IncludesObject = TypeAndQuantityNode
-- | A means of accessing the service (e.g. a phone bank, a web site, a
-- location, etc.)
--
--
-- - id availableChannel
-- - label Available Channel
-- - comment A means of accessing the service (e.g. a
-- phone bank, a web site, a location, etc.)
-- - domains Service
-- - ranges ServiceChannel
--
type AvailableChannel = ServiceChannel
-- | 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
-- | The delivery method(s) to which the delivery charge or payment charge
-- specification applies.
--
--
-- - id appliesToDeliveryMethod
-- - label Applies to Delivery Method
-- - comment The delivery method(s) to which the
-- delivery charge or payment charge specification applies.
-- - domains
-- DeliveryChargeSpecification,PaymentChargeSpecification
-- - ranges DeliveryMethod
--
type AppliesToDeliveryMethod = DeliveryMethod
-- | A downloadable form of this dataset, at a specific location, in a
-- specific format.
--
--
-- - id distribution
-- - label Distribution
-- - comment A downloadable form of this dataset, at a
-- specific location, in a specific format.
-- - domains Dataset
-- - ranges DataDownload
--
type Distribution = DataDownload
-- | The hours during which this contact point is available.
--
--
type HoursAvailable = OpeningHoursSpecification
-- | When the Action was performed: end time. This is for actions that span
-- a period of time. e.g. John wrote a book from January to *December*.
--
--
-- - id endTime
-- - label End Time
-- - comment When the Action was performed: end time.
-- This is for actions that span a period of time. e.g. John wrote a book
-- from January to *December*.
-- - domains Action
-- - ranges DateTime
--
type EndTime = DateTime
-- | The opening hours of a certain place.
--
--
-- - id openingHoursSpecification
-- - label Opening Hours Specification
-- - comment The opening hours of a certain place.
-- - domains Place
-- - ranges
-- OpeningHoursSpecification
--
type OpeningHoursSpecification = OpeningHoursSpecification
-- | The format of the book.
--
--
-- - id bookFormat
-- - label Book Format
-- - comment The format of the book.
-- - domains Book
-- - ranges BookFormatType
--
type BookFormat = BookFormatType
-- | Target Operating System / Product to which the code applies. If
-- applies to several versions, just the product name can be used.
--
--
-- - id targetProduct
-- - label Target Product
-- - comment Target Operating System / Product to which
-- the code applies. If applies to several versions, just the product
-- name can be used.
-- - domains Code
-- - ranges SoftwareApplication
--
type TargetProduct = SoftwareApplication
-- | Someone working for this organization.
--
--
-- - id employee
-- - label Employee
-- - comment Someone working for this
-- organization.
-- - domains Organization
-- - ranges Person
--
type Employee = Person
-- | Date order was placed.
--
--
-- - id orderDate
-- - label Order Date
-- - comment Date order was placed.
-- - domains Order
-- - ranges DateTime
--
type OrderDate = DateTime
-- | Any FDA or other warnings about the drug (text or URL).
--
--
-- - id warning
-- - label Warning
-- - comment Any FDA or other warnings about the drug
-- (text or URL).
-- - domains Drug
-- - ranges Text,URL
--
type Warning = Either Text URL
-- | 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 number of grams of protein.
--
--
-- - id proteinContent
-- - label Protein Content
-- - comment The number of grams of protein.
-- - domains NutritionInformation
-- - ranges Mass
--
type ProteinContent = Mass
-- | 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
-- | Destination address.
--
--
-- - id deliveryAddress
-- - label Delivery Address
-- - comment Destination address.
-- - domains ParcelDelivery
-- - ranges PostalAddress
--
type DeliveryAddress = PostalAddress
-- | One of a set of differential diagnoses for the condition.
-- Specifically, a closely-related or competing diagnosis typically
-- considered later in the cognitive process whereby this medical
-- condition is distinguished from others most likely responsible for a
-- similar collection of signs and symptoms to reach the most
-- parsimonious diagnosis or diagnoses in a patient.
--
--
-- - id differentialDiagnosis
-- - label Differential Diagnosis
-- - comment One of a set of differential diagnoses for
-- the condition. Specifically, a closely-related or competing diagnosis
-- typically considered later in the cognitive process whereby this
-- medical condition is distinguished from others most likely responsible
-- for a similar collection of signs and symptoms to reach the most
-- parsimonious diagnosis or diagnoses in a patient.
-- - domains MedicalCondition
-- - ranges DDxElement
--
type DifferentialDiagnosis = DDxElement
-- | A category of alignment between the learning resource and the
-- framework node. Recommended values include: assesses,
-- teaches, requires, textComplexity,
-- readingLevel, educationalSubject, and
-- educationLevel.
--
--
-- - id alignmentType
-- - label Alignment Type
-- - comment A category of alignment between the
-- learning resource and the framework node. Recommended values include:
-- assesses, teaches, requires,
-- textComplexity, readingLevel,
-- educationalSubject, and educationLevel.
-- - domains AlignmentObject
-- - ranges Text
--
type AlignmentType = Text
-- | A sub property of location. The specific food establishment where the
-- action occurreed.
--
--
-- - id foodEstablishment
-- - label Food Establishment
-- - comment A sub property of location. The specific
-- food establishment where the action occurreed.
-- - domains CookAction
-- - ranges
-- FoodEstablishment,Place
--
type FoodEstablishment = Either FoodEstablishment Place
-- | True if this item's name is a proprietary/brand name (vs. generic
-- name).
--
--
-- - id isProprietary
-- - label Is Proprietary
-- - comment True if this item's name is a
-- proprietary/brand name (vs. generic name).
-- - domains
-- DietarySupplement,Drug
-- - ranges Boolean
--
type IsProprietary = Boolean
-- | Gender of the person.
--
--
-- - id gender
-- - label Gender
-- - comment Gender of the person.
-- - domains Person
-- - ranges Text
--
type Gender = 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
-- | 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
-- | The significance associated with the superficial anatomy; as an
-- example, how characteristics of the superficial anatomy can suggest
-- underlying medical conditions or courses of treatment.
--
--
-- - id significance
-- - label Significance
-- - comment The significance associated with the
-- superficial anatomy; as an example, how characteristics of the
-- superficial anatomy can suggest underlying medical conditions or
-- courses of treatment.
-- - domains SuperficialAnatomy
-- - ranges Text
--
type Significance = Text
-- | A sub property of participant. The loser of the action.
--
--
-- - id loser
-- - label Loser
-- - comment A sub property of participant. The loser
-- of the action.
-- - domains WinAction
-- - ranges Person
--
type Loser = Person
-- | A diagnostic test or procedure offered by this lab.
--
--
-- - id availableTest
-- - label Available Test
-- - comment A diagnostic test or procedure offered by
-- this lab.
-- - domains DiagnosticLab
-- - ranges MedicalTest
--
type AvailableTest = MedicalTest
-- | The neurological pathway that originates the neurons.
--
--
-- - id sourcedFrom
-- - label Sourced From
-- - comment The neurological pathway that originates
-- the neurons.
-- - domains Nerve
-- - ranges BrainStructure
--
type SourcedFrom = BrainStructure
-- | The latest date the package may arrive.
--
--
-- - id expectedArrivalUntil
-- - label Expected Arrival Until
-- - comment The latest date the package may
-- arrive.
-- - domains ParcelDelivery
-- - ranges DateTime
--
type ExpectedArrivalUntil = DateTime
-- | 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
-- | A sign or symptom of this condition. Signs are objective or physically
-- observable manifestations of the medical condition while symptoms are
-- the subjective experienceof the medical condition.
--
--
-- - id signOrSymptom
-- - label Sign or Symptom
-- - comment A sign or symptom of this condition. Signs
-- are objective or physically observable manifestations of the medical
-- condition while symptoms are the subjective experienceof the medical
-- condition.
-- - domains MedicalCondition
-- - ranges MedicalSignOrSymptom
--
type SignOrSymptom = MedicalSignOrSymptom
-- | 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
-- | 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
-- | If applicable, a medical specialty in which this entity is relevant.
--
--
-- - id relevantSpecialty
-- - label Relevant Specialty
-- - comment If applicable, a medical specialty in
-- which this entity is relevant.
-- - domains MedicalEntity
-- - ranges MedicalSpecialty
--
type RelevantSpecialty = MedicalSpecialty
-- | 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
-- | Source of the data used to formulate the guidance, e.g. RCT, consensus
-- opinion, etc.
--
--
-- - id evidenceOrigin
-- - label Evidence Origin
-- - comment Source of the data used to formulate the
-- guidance, e.g. RCT, consensus opinion, etc.
-- - domains MedicalGuideline
-- - ranges Text
--
type EvidenceOrigin = Text
-- | 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
-- | Relates a property to a class that is (one of) the type(s) the
-- property is expected to be used on.
--
--
-- - id domainIncludes
-- - label Domain Includes
-- - comment Relates a property to a class that is (one
-- of) the type(s) the property is expected to be used on.
-- - domains Property
-- - ranges Class
--
type DomainIncludes = Class
-- | Link to the repository where the un-compiled, human readable code and
-- related code is located (SVN, github, CodePlex)
--
--
-- - id codeRepository
-- - label Code Repository
-- - comment Link to the repository where the
-- un-compiled, human readable code and related code is located (SVN,
-- github, CodePlex)
-- - domains Code
-- - ranges URL
--
type CodeRepository = URL
-- | When the item is available for pickup from the store, locker, etc.
--
--
-- - id availableFrom
-- - label Available From
-- - comment When the item is available for pickup from
-- the store, locker, etc.
-- - domains DeliveryEvent
-- - ranges DateTime
--
type AvailableFrom = DateTime
-- | The description of a node in an established educational framework.
--
--
-- - id targetDescription
-- - label Target Description
-- - comment The description of a node in an
-- established educational framework.
-- - domains AlignmentObject
-- - ranges Text
--
type TargetDescription = Text
-- | A link related to this web page, for example to other related web
-- pages.
--
--
-- - id relatedLink
-- - label Related Link
-- - comment A link related to this web page, for
-- example to other related web pages.
-- - domains WebPage
-- - ranges URL
--
type RelatedLink = URL
-- | 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: 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 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
-- | Proficiency needed for this content; expected values:
-- Beginner, Expert.
--
--
-- - id proficiencyLevel
-- - label Proficiency Level
-- - comment Proficiency needed for this content;
-- expected values: Beginner, Expert.
-- - domains TechArticle
-- - ranges Text
--
type ProficiencyLevel = Text
-- | An alias for the item.
--
--
-- - id alternateName
-- - label Alternate Name
-- - comment An alias for the item.
-- - domains Thing
-- - ranges Text
--
type AlternateName = Text
-- | 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
-- Person,Organization
-- - ranges ContactPoint
--
type ContactPoints = ContactPoint
-- | The phase of the trial.
--
--
-- - id phase
-- - label Phase
-- - comment The phase of the trial.
-- - domains MedicalTrial
-- - ranges Text
--
type Phase = 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 opening hour of the place or service on the given day(s) of the
-- week.
--
--
-- - id opens
-- - label Opens
-- - comment The opening hour of the place or service
-- on the given day(s) of the week.
-- - domains
-- OpeningHoursSpecification
-- - ranges Time
--
type Opens = Time
-- | Any additional component of the exercise prescription that may need to
-- be articulated to the patient. This may include the order of
-- exercises, the number of repetitions of movement, quantitative
-- distance, progressions over time, etc.
--
--
-- - id additionalVariable
-- - label Additional Variable
-- - comment Any additional component of the exercise
-- prescription that may need to be articulated to the patient. This may
-- include the order of exercises, the number of repetitions of movement,
-- quantitative distance, progressions over time, etc.
-- - domains ExercisePlan
-- - ranges Text
--
type AdditionalVariable = Text
-- | 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
-- ImageObject,Photograph
--
type Photos = Either ImageObject Photograph
-- | The name of the item.
--
--
-- - id name
-- - label Name
-- - comment The name of the item.
-- - domains Thing
-- - ranges Text
--
type Name = 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 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 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
-- | The TV series to which this episode or season belongs. (legacy form;
-- partOfSeries is preferred)
--
--
-- - id partOfTVSeries
-- - label Part of TV Series
-- - comment The TV series to which this episode or
-- season belongs. (legacy form; partOfSeries is preferred)
-- - domains
-- TVEpisode,TVSeason,TVClip
-- - ranges TVSeries
--
type PartOfTVSeries = TVSeries
-- | Expectations for health conditions of target audience
--
--
-- - id healthCondition
-- - label Health Condition
-- - comment Expectations for health conditions of
-- target audience
-- - domains PeopleAudience
-- - ranges MedicalCondition
--
type HealthCondition = MedicalCondition
-- | 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 stage of the condition, if applicable.
--
--
type Stage = MedicalConditionStage
-- | The likely outcome in either the short term or long term of the
-- medical condition.
--
--
-- - id expectedPrognosis
-- - label Expected Prognosis
-- - comment The likely outcome in either the short
-- term or long term of the medical condition.
-- - domains MedicalCondition
-- - ranges Text
--
type ExpectedPrognosis = Text
-- | Link to the drug's label details.
--
--
-- - id labelDetails
-- - label Label Details
-- - comment Link to the drug's label details.
-- - domains Drug
-- - ranges URL
--
type LabelDetails = URL
-- | Range of acceptable values for a typical patient, when applicable.
--
--
-- - id normalRange
-- - label Normal Range
-- - comment Range of acceptable values for a typical
-- patient, when applicable.
-- - domains MedicalTest
-- - ranges Text
--
type NormalRange = Text
-- | The currency (in 3-letter ISO 4217 format) of the drug cost.
--
--
type CostCurrency = Text
-- | Minimal age recommended for viewing content
--
--
-- - id suggestedMinAge
-- - label Suggested Min Age
-- - comment Minimal age recommended for viewing
-- content
-- - domains PeopleAudience
-- - ranges Number
--
type SuggestedMinAge = Number
-- | 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
-- Organization,Person
--
type Creator = Either Organization Person
-- | The amount of time that is required between accepting the offer and
-- the actual usage of the resource or service.
--
--
-- - id advanceBookingRequirement
-- - label Advance Booking Requirement
-- - comment The amount of time that is required
-- between accepting the offer and the actual usage of the resource or
-- service.
-- - domains Offer,Demand
-- - ranges QuantitativeValue
--
type AdvanceBookingRequirement = QuantitativeValue
-- | The expected progression of the condition if it is not treated and
-- allowed to progress naturally.
--
--
-- - id naturalProgression
-- - label Natural Progression
-- - comment The expected progression of the condition
-- if it is not treated and allowed to progress naturally.
-- - domains MedicalCondition
-- - ranges Text
--
type NaturalProgression = Text
-- | A sibling of the person.
--
--
-- - id sibling
-- - label Sibling
-- - comment A sibling of the person.
-- - domains Person
-- - ranges Person
--
type Sibling = Person
-- | Email address.
--
--
type Email = Text
-- | The location of the content.
--
--
-- - id contentLocation
-- - label Content Location
-- - comment The location of the content.
-- - domains CreativeWork
-- - ranges Place
--
type ContentLocation = Place
-- | 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
-- PlayAction,Place,JoinAction,InviteAction,Organization,InformAction,LeaveAction
-- - ranges Event
--
type Event = Event
-- | A medical test typically performed given this condition.
--
--
-- - id typicalTest
-- - label Typical Test
-- - comment A medical test typically performed given
-- this condition.
-- - domains MedicalCondition
-- - ranges MedicalTest
--
type TypicalTest = MedicalTest
-- | A medical guideline related to this entity.
--
--
-- - id guideline
-- - label Guideline
-- - comment A medical guideline related to this
-- entity.
-- - domains MedicalEntity
-- - ranges MedicalGuideline
--
type Guideline = MedicalGuideline
-- | The production company or studio that made the movie, tv/radio series,
-- season, or episode, or media object.
--
--
-- - id productionCompany
-- - label Production Company
-- - comment The production company or studio that made
-- the movie, tv/radio series, season, or episode, or media object.
-- - domains
-- Movie,MediaObject,Season,Episode,Series
-- - 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
-- | Other anatomical structures to which this structure is connected.
--
--
type ConnectedTo = AnatomicalStructure
-- | The official name of the organization, e.g. the registered company
-- name.
--
--
-- - id legalName
-- - label Legal Name
-- - comment The official name of the organization,
-- e.g. the registered company name.
-- - domains Organization
-- - ranges Text
--
type LegalName = Text
-- | 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
-- | 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
-- | 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
-- | The range of temporal applicability of a dataset, e.g. for a 2011
-- census dataset, the year 2011 (in ISO 8601 time interval format).
--
--
-- - id temporal
-- - label Temporal
-- - comment The range of temporal applicability of a
-- dataset, e.g. for a 2011 census dataset, the year 2011 (in ISO 8601
-- time interval format).
-- - domains Dataset
-- - ranges DateTime
--
type Temporal = DateTime
-- | Party placing the order.
--
--
-- - id customer
-- - label Customer
-- - comment Party placing the order.
-- - domains Order
-- - ranges
-- Organization,Person
--
type Customer = Either Organization Person
-- | The most generic familial relation.
--
--
-- - id relatedTo
-- - label Related to
-- - comment The most generic familial relation.
-- - domains Person
-- - ranges Person
--
type RelatedTo = Person
-- | A contact point for a person or organization.
--
--
-- - id contactPoint
-- - label Contact Point
-- - comment A contact point for a person or
-- organization.
-- - domains
-- Person,Organization
-- - ranges ContactPoint
--
type ContactPoint = ContactPoint
-- | 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 target group associated with a given audience (e.g. veterans, car
-- owners, musicians, etc.) domain: Audience Range: Text
--
--
-- - id audienceType
-- - label Audience Type
-- - comment The target group associated with a given
-- audience (e.g. veterans, car owners, musicians, etc.) domain: Audience
-- Range: Text
-- - domains Audience
-- - ranges Text
--
type AudienceType = Text
-- | 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
-- | A sub property of instrument. The died used in this action.
--
--
-- - id diet
-- - label Diet
-- - comment A sub property of instrument. The died
-- used in this action.
-- - domains ExerciseAction
-- - ranges Diet
--
type Diet = Diet
-- | The location served by this contact point (e.g., a phone number
-- intended for Europeans vs. North Americans or only within the United
-- States.)
--
--
-- - id areaServed
-- - label Area Served
-- - comment The location served by this contact point
-- (e.g., a phone number intended for Europeans vs. North Americans or
-- only within the United States.)
-- - domains ContactPoint
-- - ranges AdministrativeArea
--
type AreaServed = AdministrativeArea
-- | The geographic area associated with the audience.
--
--
-- - id geographicArea
-- - label Geographic Area
-- - comment The geographic area associated with the
-- audience.
-- - domains Audience
-- - ranges AdministrativeArea
--
type GeographicArea = AdministrativeArea
-- | 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
-- | The date when the item is no longer valid.
--
--
-- - id validUntil
-- - label Valid Until
-- - comment The date when the item is no longer
-- valid.
-- - domains Permit
-- - ranges Date
--
type ValidUntil = Date
-- | Typical or recommended followup care after the procedure is performed.
--
--
-- - id followup
-- - label Followup
-- - comment Typical or recommended followup care after
-- the procedure is performed.
-- - domains MedicalProcedure
-- - ranges Text
--
type Followup = Text
-- | The party responsible for the parcel delivery.
--
--
-- - id carrier
-- - label Carrier
-- - comment The party responsible for the parcel
-- delivery.
-- - domains ParcelDelivery
-- - ranges Organization
--
type Carrier = Organization
-- | The branches that delineate from the nerve bundle.
--
--
-- - id branch
-- - label Branch
-- - comment The branches that delineate from the nerve
-- bundle.
-- - domains Nerve
-- - ranges
-- AnatomicalStructure,Nerve
--
type Branch = Either AnatomicalStructure Nerve
-- | One of the domain specialities to which this web page's content
-- applies.
--
--
-- - id specialty
-- - label Specialty
-- - comment One of the domain specialities to which
-- this web page's content applies.
-- - domains WebPage
-- - ranges Specialty
--
type Specialty = Specialty
-- | The date and time of giving up ownership on the product.
--
--
-- - id ownedThrough
-- - label Owned Through
-- - comment The date and time of giving up ownership
-- on the product.
-- - domains OwnershipInfo
-- - ranges DateTime
--
type OwnedThrough = DateTime
-- | How often the dose is taken, e.g. daily.
--
--
-- - id frequency
-- - label Frequency
-- - comment How often the dose is taken, e.g.
-- daily.
-- - domains DoseSchedule
-- - ranges Text
--
type Frequency = Text
-- | A photograph of this place.
--
--
type Photo = Either ImageObject Photograph
-- | Recommended intake of this supplement for a given population as
-- defined by a specific recommending authority.
--
--
-- - id maximumIntake
-- - label Maximum Intake
-- - comment Recommended intake of this supplement for
-- a given population as defined by a specific recommending
-- authority.
-- - domains DietarySupplement
-- - ranges MaximumDoseSchedule
--
type MaximumIntake = MaximumDoseSchedule
-- | Strength of the guideline's recommendation (e.g. 'class I').
--
--
-- - id recommendationStrength
-- - label Recommendation Strength
-- - comment Strength of the guideline's recommendation
-- (e.g. 'class I').
-- - domains
-- MedicalGuidelineRecommendation
-- - ranges Text
--
type RecommendationStrength = Text
-- | The current approximate inventory level for the item or items.
--
--
-- - id inventoryLevel
-- - label Inventory Level
-- - comment The current approximate inventory level
-- for the item or items.
-- - domains
-- SomeProducts,Offer,Demand
-- - ranges QuantitativeValue
--
type InventoryLevel = QuantitativeValue
-- | This ordering relation for qualitative values indicates that the
-- subject is equal to the object.
--
--
-- - id equal
-- - label Equal
-- - comment This ordering relation for qualitative
-- values indicates that the subject is equal to the object.
-- - domains QualitativeValue
-- - ranges QualitativeValue
--
type Equal = QualitativeValue
-- | A possible serious complication and/or serious side effect of this
-- therapy. Serious adverse outcomes include those that are
-- life-threatening; result in death, disability, or permanent damage;
-- require hospitalization or prolong existing hospitalization; cause
-- congenital anomalies or birth defects; or jeopardize the patient and
-- may require medical or surgical intervention to prevent one of the
-- outcomes in this definition.
--
--
-- - id seriousAdverseOutcome
-- - label Serious Adverse Outcome
-- - comment A possible serious complication and/or
-- serious side effect of this therapy. Serious adverse outcomes include
-- those that are life-threatening; result in death, disability, or
-- permanent damage; require hospitalization or prolong existing
-- hospitalization; cause congenital anomalies or birth defects; or
-- jeopardize the patient and may require medical or surgical
-- intervention to prevent one of the outcomes in this definition.
-- - domains
-- MedicalDevice,MedicalTherapy
-- - ranges MedicalEntity
--
type SeriousAdverseOutcome = MedicalEntity
-- | Runtime platform or script interpreter dependencies (Example - Java
-- v1, Python2.3, .Net Framework 3.0)
--
--
-- - id runtime
-- - label Runtime
-- - comment Runtime platform or script interpreter
-- dependencies (Example - Java v1, Python2.3, .Net Framework 3.0)
-- - domains Code
-- - ranges Text
--
type Runtime = Text
-- | The type of the medical article, taken from the US NLM MeSH
-- publication type catalog.
--
--
type PublicationType = Text
-- | Tracking url for the parcel delivery.
--
--
-- - id trackingUrl
-- - label Tracking Url
-- - comment Tracking url for the parcel delivery.
-- - domains ParcelDelivery
-- - ranges URL
--
type TrackingUrl = URL
-- | The GTIN-8 code of the product, or the product to which the offer
-- refers. This code is also known as EAN/UCC-8 or 8-digit EAN.
--
--
-- - id gtin8
-- - label Gtin8
-- - comment The GTIN-8 code of the product, or the
-- product to which the offer refers. This code is also known as
-- EAN/UCC-8 or 8-digit EAN.
-- - domains
-- Product,Offer,Demand
-- - ranges Text
--
type Gtin8 = 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
-- ContactPoint,Place
--
type WorkLocation = Either ContactPoint Place
-- | 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 warranty promise(s) included in the offer.
--
--
-- - id warranty
-- - label Warranty
-- - comment The warranty promise(s) included in the
-- offer.
-- - domains Offer,Demand
-- - ranges WarrantyPromise
--
type Warranty = WarrantyPromise
-- | Thumbnail image for an image or video.
--
--
type Thumbnail = ImageObject
-- | The time the object is scheduled to.
--
--
-- - id scheduledTime
-- - label Scheduled Time
-- - comment The time the object is scheduled to.
-- - domains PlanAction
-- - ranges DateTime
--
type ScheduledTime = DateTime
-- | A possible treatment to address this condition, sign or symptom.
--
--
type PossibleTreatment = MedicalTherapy
-- | 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
-- | The phone number to use to access the service.
--
--
-- - id servicePhone
-- - label Service Phone
-- - comment The phone number to use to access the
-- service.
-- - domains ServiceChannel
-- - ranges ContactPoint
--
type ServicePhone = ContactPoint
-- | How often one should engage in the activity.
--
--
-- - id activityFrequency
-- - label Activity Frequency
-- - comment How often one should engage in the
-- activity.
-- - domains ExercisePlan
-- - ranges Text
--
type ActivityFrequency = Text
-- | Typical preparation that a patient must undergo before having the
-- procedure performed.
--
--
-- - id preparation
-- - label Preparation
-- - comment Typical preparation that a patient must
-- undergo before having the procedure performed.
-- - domains MedicalProcedure
-- - ranges Text
--
type Preparation = Text
-- | An additional type for the item, typically used for adding more
-- specific types from external vocabularies in microdata syntax. This is
-- a relationship between something and a class that the thing is in. In
-- RDFa syntax, it is better to use the native RDFa syntax - the
-- typeof attribute - for multiple types. Schema.org tools may
-- have only weaker understanding of extra types, in particular those
-- defined externally.
--
--
-- - id additionalType
-- - label Additional Type
-- - comment An additional type for the item, typically
-- used for adding more specific types from external vocabularies in
-- microdata syntax. This is a relationship between something and a class
-- that the thing is in. In RDFa syntax, it is better to use the native
-- RDFa syntax - the typeof attribute - for multiple types.
-- Schema.org tools may have only weaker understanding of extra types, in
-- particular those defined externally.
-- - domains Thing
-- - ranges URL
--
type AdditionalType = URL
-- | The system of medicine that includes this MedicalEntity, for example
-- 'evidence-based', homeopathic, chiropractic, etc.
--
--
-- - id medicineSystem
-- - label Medicine System
-- - comment The system of medicine that includes this
-- MedicalEntity, for example 'evidence-based', homeopathic,
-- chiropractic, etc.
-- - domains MedicalEntity
-- - ranges MedicineSystem
--
type MedicineSystem = MedicineSystem
-- | 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
-- | An embedded video object.
--
--
type Video = VideoObject
-- | A single list item.
--
--
-- - id itemListElement
-- - label Item List Element
-- - comment A single list item.
-- - domains ItemList
-- - ranges Text
--
type ItemListElement = Text
-- | A person who founded this organization.
--
--
-- - id founder
-- - label Founder
-- - comment A person who founded this
-- organization.
-- - domains Organization
-- - ranges Person
--
type Founder = Person
-- | The underlying anatomical structures, such as organs, that comprise
-- the anatomical system.
--
--
type ComprisedOf = Either AnatomicalStructure AnatomicalSystem
-- | Review of the item (legacy spelling; see singular form, review).
--
--
type Reviews = Review
-- | A pointer to products or services offered by the organization or
-- person.
--
--
-- - id makesOffer
-- - label Makes Offer
-- - comment A pointer to products or services offered
-- by the organization or person.
-- - domains
-- Person,Organization
-- - ranges Offer
--
type MakesOffer = Offer
-- | The neurological pathway extension that involves muscle control.
--
--
-- - id nerveMotor
-- - label Nerve Motor
-- - comment The neurological pathway extension that
-- involves muscle control.
-- - domains Nerve
-- - ranges Muscle
--
type NerveMotor = Muscle
-- | 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
-- | Date on which the content on this web page was last reviewed for
-- accuracy and/or completeness.
--
--
-- - id lastReviewed
-- - label Last Reviewed
-- - comment Date on which the content on this web page
-- was last reviewed for accuracy and/or completeness.
-- - domains WebPage
-- - ranges Date
--
type LastReviewed = Date
-- | 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
-- | Password, PIN, or access code needed for delivery (e.g. from a
-- locker).
--
--
-- - id accessCode
-- - label Access Code
-- - comment Password, PIN, or access code needed for
-- delivery (e.g. from a locker).
-- - domains DeliveryEvent
-- - ranges Text
--
type AccessCode = Text
-- | 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 anatomy of the underlying organ system or structures associated
-- with this entity.
--
--
type AssociatedAnatomy = Either3 AnatomicalSystem SuperficialAnatomy AnatomicalStructure
-- | A sub property of object. The object that is being replaced.
--
--
-- - id replacee
-- - label Replacee
-- - comment A sub property of object. The object that
-- is being replaced.
-- - domains ReplaceAction
-- - ranges Thing
--
type Replacee = Thing
-- | The organization or agency that is providing the service.
--
--
type Provider = Either Organization Person
-- | The offer(s) -- e.g., product, quantity and price combinations --
-- included in the order.
--
--
-- - id acceptedOffer
-- - label Accepted Offer
-- - comment The offer(s) -- e.g., product, quantity
-- and price combinations -- included in the order.
-- - domains Order
-- - ranges Offer
--
type AcceptedOffer = Offer
-- | Free text to define other than pure numerical ranking of an episode or
-- a season in an ordered list of items (further formatting restrictions
-- may apply within particular user groups).
--
--
-- - id position
-- - label Position
-- - comment Free text to define other than pure
-- numerical ranking of an episode or a season in an ordered list of
-- items (further formatting restrictions may apply within particular
-- user groups).
-- - domains
-- Season,Episode,Clip
-- - ranges Text
--
type Position = Text
-- | The degree of mobility the joint allows.
--
--
-- - id functionalClass
-- - label Functional Class
-- - comment The degree of mobility the joint
-- allows.
-- - domains Joint
-- - ranges Text
--
type FunctionalClass = Text
-- | A broadcast service to which the broadcast service may belong to such
-- as regional variations of a national channel.
--
--
-- - id parentService
-- - label Parent Service
-- - comment A broadcast service to which the broadcast
-- service may belong to such as regional variations of a national
-- channel.
-- - domains BroadcastService
-- - ranges BroadcastService
--
type ParentService = BroadcastService
-- | 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
-- | 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 audience eligible for this service.
--
--
-- - id serviceAudience
-- - label Service Audience
-- - comment The audience eligible for this
-- service.
-- - domains Service
-- - ranges Audience
--
type ServiceAudience = Audience
-- | The transaction volume, in a monetary unit, for which the offer or
-- price specification is valid, e.g. for indicating a minimal purchasing
-- volume, to express free shipping above a certain order volume, or to
-- limit the acceptance of credit cards to purchases to a certain minimal
-- amount.
--
--
-- - id eligibleTransactionVolume
-- - label Eligible Transaction Volume
-- - comment The transaction volume, in a monetary
-- unit, for which the offer or price specification is valid, e.g. for
-- indicating a minimal purchasing volume, to express free shipping above
-- a certain order volume, or to limit the acceptance of credit cards to
-- purchases to a certain minimal amount.
-- - domains
-- Demand,PriceSpecification,Offer
-- - ranges PriceSpecification
--
type EligibleTransactionVolume = PriceSpecification
-- | A sub property of participant. The winner of the action.
--
--
-- - id winner
-- - label Winner
-- - comment A sub property of participant. The winner
-- of the action.
-- - domains LoseAction
-- - ranges Person
--
type Winner = Person
-- | Any precaution, guidance, contraindication, etc. related to this
-- drug's use during pregnancy.
--
--
-- - id pregnancyWarning
-- - label Pregnancy Warning
-- - comment Any precaution, guidance,
-- contraindication, etc. related to this drug's use during
-- pregnancy.
-- - domains Drug
-- - ranges Text
--
type PregnancyWarning = Text
-- | The predominant mode of learning supported by the learning resource.
-- Acceptable values are active, expositive, or
-- mixed.
--
--
-- - id interactivityType
-- - label Interactivity Type
-- - comment The predominant mode of learning supported
-- by the learning resource. Acceptable values are active,
-- expositive, or mixed.
-- - domains CreativeWork
-- - ranges Text
--
type InteractivityType = 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
-- | The highest price if the price is a range.
--
--
-- - id maxPrice
-- - label Max Price
-- - comment The highest price if the price is a
-- range.
-- - domains PriceSpecification
-- - ranges Number
--
type MaxPrice = Number
-- | The direct performer or driver of the action (animate or inanimate).
-- e.g. *John* wrote a book.
--
--
-- - id agent
-- - label Agent
-- - comment The direct performer or driver of the
-- action (animate or inanimate). e.g. *John* wrote a book.
-- - domains Action
-- - ranges
-- Organization,Person
--
type Agent = Either Organization Person
-- | The lower value of the product characteristic.
--
--
-- - id minValue
-- - label Min Value
-- - comment The lower value of the product
-- characteristic.
-- - domains QuantitativeValue
-- - ranges Number
--
type MinValue = Number
-- | 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
-- | The GTIN-14 code of the product, or the product to which the offer
-- refers.
--
--
-- - id gtin14
-- - label Gtin14
-- - comment The GTIN-14 code of the product, or the
-- product to which the offer refers.
-- - domains
-- Product,Offer,Demand
-- - ranges Text
--
type Gtin14 = Text
-- | 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
-- | A sub property of participant. The oponent on this action.
--
--
-- - id oponent
-- - label Oponent
-- - comment A sub property of participant. The oponent
-- on this action.
-- - domains ExerciseAction
-- - ranges Person
--
type Oponent = Person
-- | Method used for delivery or shipping.
--
--
-- - id hasDeliveryMethod
-- - label Has Delivery Method
-- - comment Method used for delivery or shipping.
-- - domains
-- DeliveryEvent,ParcelDelivery
-- - ranges DeliveryMethod
--
type HasDeliveryMethod = DeliveryMethod
-- | An underlying cause. More specifically, one of the causative agent(s)
-- that are most directly responsible for the pathophysiologic process
-- that eventually results in the occurrence.
--
--
-- - id cause
-- - label Cause
-- - comment An underlying cause. More specifically,
-- one of the causative agent(s) that are most directly responsible for
-- the pathophysiologic process that eventually results in the
-- occurrence.
-- - domains
-- MedicalCondition,MedicalSignOrSymptom
-- - ranges MedicalCause
--
type Cause = MedicalCause
-- | Audiences defined by a person's gender.
--
--
-- - id requiredGender
-- - label Required Gender
-- - comment Audiences defined by a person's
-- gender.
-- - domains PeopleAudience
-- - ranges Text
--
type RequiredGender = Text
-- | The service through with the permit was granted.
--
--
-- - id issuedThrough
-- - label Issued Through
-- - comment The service through with the permit was
-- granted.
-- - domains Permit
-- - ranges Service
--
type IssuedThrough = Service
-- | One of a set of signs and symptoms that can be used to distinguish
-- this diagnosis from others in the differential diagnosis.
--
--
-- - id distinguishingSign
-- - label Distinguishing Sign
-- - comment One of a set of signs and symptoms that
-- can be used to distinguish this diagnosis from others in the
-- differential diagnosis.
-- - domains DDxElement
-- - ranges MedicalSignOrSymptom
--
type DistinguishingSign = MedicalSignOrSymptom
-- | 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
-- | This ordering relation for qualitative values indicates that the
-- subject is lesser than the object.
--
--
-- - id lesser
-- - label Lesser
-- - comment This ordering relation for qualitative
-- values indicates that the subject is lesser than the object.
-- - domains QualitativeValue
-- - ranges QualitativeValue
--
type Lesser = QualitativeValue
-- | The organization issuing the permit.
--
--
-- - id issuedBy
-- - label Issued by
-- - comment The organization issuing the permit.
-- - domains Permit
-- - ranges Organization
--
type IssuedBy = Organization
-- | Type(s) of exercise or activity, such as strength training,
-- flexibility training, aerobics, cardiac rehabilitation, etc.
--
--
-- - id exerciseType
-- - label Exercise Type
-- - comment Type(s) of exercise or activity, such as
-- strength training, flexibility training, aerobics, cardiac
-- rehabilitation, etc.
-- - domains
-- ExerciseAction,ExercisePlan
-- - ranges Text
--
type ExerciseType = Text
-- | The region. For example, CA.
--
--
-- - id addressRegion
-- - label Address Region
-- - comment The region. For example, CA.
-- - domains PostalAddress
-- - ranges Text
--
type AddressRegion = 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 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
-- | 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
-- | A modifiable or non-modifiable risk factor included in the
-- calculation, e.g. age, coexisting condition.
--
--
-- - id includedRiskFactor
-- - label Included Risk Factor
-- - comment A modifiable or non-modifiable risk factor
-- included in the calculation, e.g. age, coexisting condition.
-- - domains
-- MedicalRiskEstimator
-- - ranges MedicalRiskFactor
--
type IncludedRiskFactor = MedicalRiskFactor
-- | The publisher of the creative work.
--
--
-- - id publisher
-- - label Publisher
-- - comment The publisher of the creative work.
-- - domains CreativeWork
-- - ranges Organization
--
type Publisher = Organization
-- | A sub property of object. The collection target of the action.
--
--
-- - id collection
-- - label Collection
-- - comment A sub property of object. The collection
-- target of the action.
-- - domains UpdateAction
-- - ranges Thing
--
type Collection = Thing
-- | 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
-- | An embedded audio object.
--
--
type Audio = AudioObject
-- | The website to access the service.
--
--
-- - id serviceUrl
-- - label Service Url
-- - comment The website to access the service.
-- - domains ServiceChannel
-- - ranges URL
--
type ServiceUrl = URL
-- | Headline of the article
--
--
-- - id headline
-- - label Headline
-- - comment Headline of the article
-- - domains CreativeWork
-- - ranges Text
--
type Headline = Text
-- | The anatomical or organ system that the vein flows into; a larger
-- structure that the vein connects to.
--
--
-- - id tributary
-- - label Tributary
-- - comment The anatomical or organ system that the
-- vein flows into; a larger structure that the vein connects to.
-- - domains Vein
-- - ranges AnatomicalStructure
--
type Tributary = AnatomicalStructure
-- | The location in which the strength is available.
--
--
-- - id availableIn
-- - label Available in
-- - comment The location in which the strength is
-- available.
-- - domains DrugStrength
-- - ranges AdministrativeArea
--
type AvailableIn = AdministrativeArea
-- | 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
-- | Estimated processing time for the service using this channel.
--
--
-- - id processingTime
-- - label Processing Time
-- - comment Estimated processing time for the service
-- using this channel.
-- - domains ServiceChannel
-- - ranges Duration
--
type ProcessingTime = Duration
-- | The overall rating, based on a collection of reviews or ratings, of
-- the item.
--
--
type AggregateRating = AggregateRating
-- | Position of the season within an ordered group of seasons.
--
--
-- - id seasonNumber
-- - label Season Number
-- - comment Position of the season within an ordered
-- group of seasons.
-- - domains Season
-- - ranges Integer
--
type SeasonNumber = Integer
-- | A sub property of location. The specific food event where the action
-- occurred.
--
--
-- - id foodEvent
-- - label Food Event
-- - comment A sub property of location. The specific
-- food event where the action occurred.
-- - domains CookAction
-- - ranges FoodEvent
--
type FoodEvent = FoodEvent
-- | Indicates that the resource is compatible with the referenced
-- accessibility API (WebSchemas wiki lists possible values).
--
--
type AccessibilityAPI = Text
-- | A sub property of object. The object that replaces.
--
--
-- - id replacer
-- - label Replacer
-- - comment A sub property of object. The object that
-- replaces.
-- - domains ReplaceAction
-- - ranges Thing
--
type Replacer = Thing
-- | The scope of the warranty promise.
--
--
-- - id warrantyScope
-- - label Warranty Scope
-- - comment The scope of the warranty promise.
-- - domains WarrantyPromise
-- - ranges WarrantyScope
--
type WarrantyScope = WarrantyScope
-- | Full (compile ready) solution, code snippet, inline code, scripts,
-- template.
--
--
-- - id sampleType
-- - label Sample Type
-- - comment Full (compile ready) solution, code
-- snippet, inline code, scripts, template.
-- - domains Code
-- - ranges Text
--
type SampleType = Text
-- | 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 Text,URL
--
type FeatureList = Either Text URL
-- | A sub property of location. The entertainment business where the
-- action occurred.
--
--
-- - id entertainmentBusiness
-- - label Entertainment Business
-- - comment A sub property of location. The
-- entertainment business where the action occurred.
-- - domains PerformAction
-- - ranges EntertainmentBusiness
--
type EntertainmentBusiness = EntertainmentBusiness
-- | The North American Industry Classification System (NAICS) code for a
-- particular organization or business person.
--
--
-- - id naics
-- - label Naics
-- - comment The North American Industry Classification
-- System (NAICS) code for a particular organization or business
-- person.
-- - domains
-- Person,Organization
-- - ranges Text
--
type Naics = Text
-- | Item(s) being shipped.
--
--
-- - id itemShipped
-- - label Item Shipped
-- - comment Item(s) being shipped.
-- - domains ParcelDelivery
-- - ranges Product
--
type ItemShipped = Product
-- | The movement the muscle generates.
--
--
-- - id action
-- - label Action
-- - comment The movement the muscle generates.
-- - domains Muscle
-- - ranges Text
--
type Action = Text
-- | 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 age of the business.
--
--
-- - id yearsInOperation
-- - label Years in Operation
-- - comment The age of the business.
-- - domains BusinessAudience
-- - ranges QuantitativeValue
--
type YearsInOperation = QuantitativeValue
-- | 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
-- | 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
-- Organization,Person
--
type Performer = Either Organization Person
-- | A season in a tv/radio series. (legacy spelling; see singular form,
-- season)
--
--
-- - id seasons
-- - label Seasons
-- - comment A season in a tv/radio series. (legacy
-- spelling; see singular form, season)
-- - domains Series
-- - ranges Season
--
type Seasons = Season
-- | 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
-- | The product identifier, such as ISBN. For example:
-- 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 GTIN-13 code of the product, or the product to which the offer
-- refers. This is equivalent to 13-digit ISBN codes and EAN UCC-13.
-- Former 12-digit UPC codes can be converted into a GTIN-13 code by
-- simply adding a preceeding zero.
--
--
-- - id gtin13
-- - label Gtin13
-- - comment The GTIN-13 code of the product, or the
-- product to which the offer refers. This is equivalent to 13-digit ISBN
-- codes and EAN UCC-13. Former 12-digit UPC codes can be converted into
-- a GTIN-13 code by simply adding a preceeding zero.
-- - domains
-- Product,Offer,Demand
-- - ranges Text
--
type Gtin13 = Text
-- | The country. For example, USA. You can also provide the two-letter ISO
-- 3166-1 alpha-2 country code.
--
--
type AddressCountry = Country
-- | A short description of the item.
--
--
-- - id description
-- - label Description
-- - comment A short description of the item.
-- - domains Thing
-- - ranges Text
--
type Description = Text
-- | The ISBN of the book.
--
--
-- - id isbn
-- - label ISBN
-- - comment The ISBN of the book.
-- - domains Book
-- - ranges Text
--
type Isbn = Text
-- | The value of the dose, e.g. 500.
--
--
-- - id doseValue
-- - label Dose Value
-- - comment The value of the dose, e.g. 500.
-- - domains DoseSchedule
-- - ranges Number
--
type DoseValue = Number
-- | A person or organization attending the event.
--
--
-- - id attendee
-- - label Attendee
-- - comment A person or organization attending the
-- event.
-- - domains Event
-- - ranges
-- Organization,Person
--
type Attendee = Either Organization Person
-- | Type of app development: phone, Metro style, desktop, XBox, etc.
--
--
-- - id targetPlatform
-- - label Target Platform
-- - comment Type of app development: phone, Metro
-- style, desktop, XBox, etc.
-- - domains APIReference
-- - ranges Text
--
type TargetPlatform = Text
-- | The actual code.
--
--
-- - id codeValue
-- - label Code Value
-- - comment The actual code.
-- - domains MedicalCode
-- - ranges Text
--
type CodeValue = 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
-- | A language someone may use with the item.
--
--
-- - id availableLanguage
-- - label Available Language
-- - comment A language someone may use with the
-- item.
-- - domains
-- ServiceChannel,ContactPoint
-- - ranges Language
--
type AvailableLanguage = Language
-- | A sub property of object. The options subject to this action.
--
--
-- - id option
-- - label Option
-- - comment A sub property of object. The options
-- subject to this action.
-- - domains ChooseAction
-- - ranges Text,Thing
--
type Option = Either Text Thing
-- | The value of the product characteristic.
--
--
-- - id value
-- - label Value
-- - comment The value of the product
-- characteristic.
-- - domains QuantitativeValue
-- - ranges Number
--
type Value = Number
-- | A sub property of location. The original location of the object or the
-- agent before the action.
--
--
-- - id fromLocation
-- - label From Location
-- - comment A sub property of location. The original
-- location of the object or the agent before the action.
-- - domains
-- TransferAction,ExerciseAction,MoveAction
-- - ranges Place,Number
--
type FromLocation = Either Place Number
-- | 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 citation or reference to another creative work, such as another
-- publication, web page, scholarly article, etc.
--
--
-- - id citation
-- - label Citation
-- - comment A citation or reference to another
-- creative work, such as another publication, web page, scholarly
-- article, etc.
-- - domains CreativeWork
-- - ranges
-- CreativeWork,Text
--
type Citation = Either CreativeWork Text
-- | The number to access the service by text message.
--
--
-- - id serviceSmsNumber
-- - label Service Sms Number
-- - comment The number to access the service by text
-- message.
-- - domains ServiceChannel
-- - ranges ContactPoint
--
type ServiceSmsNumber = ContactPoint
-- | 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
-- | 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
-- | The size of business by number of employees.
--
--
-- - id numberofEmployees
-- - label Numberof Employees
-- - comment The size of business by number of
-- employees.
-- - domains BusinessAudience
-- - ranges QuantitativeValue
--
type NumberofEmployees = QuantitativeValue
-- | A cast member of the movie, tv/radio series, season, episode, or
-- video.
--
--
-- - id actor
-- - label Actor
-- - comment A cast member of the movie, tv/radio
-- series, season, episode, or video.
-- - domains
-- Series,Episode,Movie
-- - ranges Person
--
type Actor = Person
-- | The end date and time of the event or item (in ISO 8601 date format).
--
--
type EndDate = Date
-- | The duration of the warranty promise. Common unitCode values are ANN
-- for year, MON for months, or DAY for days.
--
--
-- - id durationOfWarranty
-- - label Duration of Warranty
-- - comment The duration of the warranty promise.
-- Common unitCode values are ANN for year, MON for months, or DAY for
-- days.
-- - domains WarrantyPromise
-- - ranges QuantitativeValue
--
type DurationOfWarranty = QuantitativeValue
-- | The brand(s) associated with a product or service, or the brand(s)
-- maintained by an organization or business person.
--
--
-- - id brand
-- - label Brand
-- - comment The brand(s) associated with a product or
-- service, or the brand(s) maintained by an organization or business
-- person.
-- - domains
-- Person,Product,Organization
-- - ranges
-- Organization,Brand
--
type Brand = Either Organization Brand
-- | 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
-- Organization,Person
--
type Members = Either Organization Person
-- | The unit of the dose, e.g. mg.
--
--
-- - id doseUnit
-- - label Dose Unit
-- - comment The unit of the dose, e.g.
-- mg.
-- - domains DoseSchedule
-- - ranges Text
--
type DoseUnit = Text
-- | Changes in the normal mechanical, physical, and biochemical functions
-- that are associated with this activity or condition.
--
--
-- - id pathophysiology
-- - label Pathophysiology
-- - comment Changes in the normal mechanical,
-- physical, and biochemical functions that are associated with this
-- activity or condition.
-- - domains
-- MedicalCondition,PhysicalActivity
-- - ranges Text
--
type Pathophysiology = Text
-- | This ordering relation for qualitative values indicates that the
-- subject is greater than or equal to the object.
--
--
-- - id greaterOrEqual
-- - label Greater or Equal
-- - comment This ordering relation for qualitative
-- values indicates that the subject is greater than or equal to the
-- object.
-- - domains QualitativeValue
-- - ranges QualitativeValue
--
type GreaterOrEqual = QualitativeValue
-- | 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
-- | An educationalRole of an EducationalAudience
--
--
-- - id educationalRole
-- - label Educational Role
-- - comment An educationalRole of an
-- EducationalAudience
-- - domains EducationalAudience
-- - ranges Text
--
type EducationalRole = Text
-- | The characteristics of associated patients, such as age, gender, race
-- etc.
--
--
-- - id epidemiology
-- - label Epidemiology
-- - comment The characteristics of associated
-- patients, such as age, gender, race etc.
-- - domains
-- MedicalCondition,PhysicalActivity
-- - ranges Text
--
type Epidemiology = Text
-- | The earliest date the package may arrive.
--
--
-- - id expectedArrivalFrom
-- - label Expected Arrival From
-- - comment The earliest date the package may
-- arrive.
-- - domains ParcelDelivery
-- - ranges DateTime
--
type ExpectedArrivalFrom = DateTime
-- | The target audience for this permit.
--
--
-- - id permitAudience
-- - label Permit Audience
-- - comment The target audience for this permit.
-- - domains Permit
-- - ranges Audience
--
type PermitAudience = Audience
-- | A pointer to products or services sought by the organization or person
-- (demand).
--
--
-- - id seeks
-- - label Seeks
-- - comment A pointer to products or services sought
-- by the organization or person (demand).
-- - domains
-- Person,Organization
-- - ranges Demand
--
type Seeks = Demand
-- | Specific physiologic benefits associated to the plan.
--
--
-- - id physiologicalBenefits
-- - label Physiological Benefits
-- - comment Specific physiologic benefits associated
-- to the plan.
-- - domains Diet
-- - ranges Text
--
type PhysiologicalBenefits = Text
-- | The time admission will commence.
--
--
-- - id doorTime
-- - label Door Time
-- - comment The time admission will commence.
-- - domains Event
-- - ranges DateTime
--
type DoorTime = DateTime
-- | URL of the item.
--
--
-- - id url
-- - label URL
-- - comment URL of the item.
-- - domains Thing
-- - ranges URL
--
type Url = URL
-- | A sub property of instrument. The method of delivery
--
--
-- - id deliveryMethod
-- - label Delivery Method
-- - comment A sub property of instrument. The method
-- of delivery
-- - domains
-- ReceiveAction,TrackAction,SendAction
-- - ranges DeliveryMethod
--
type DeliveryMethod = DeliveryMethod
-- | The unit of measurement given using the UN/CEFACT Common Code (3
-- characters).
--
--
-- - id unitCode
-- - label Unit Code
-- - comment The unit of measurement given using the
-- UN/CEFACT Common Code (3 characters).
-- - domains
-- TypeAndQuantityNode,QuantitativeValue,UnitPriceSpecification
-- - ranges Text
--
type UnitCode = Text
-- | A logo associated with an organization.
--
--
type Logo = Either URL ImageObject
-- | Any other drug related to this one, for example commonly-prescribed
-- alternatives.
--
--
-- - id relatedDrug
-- - label Related Drug
-- - comment Any other drug related to this one, for
-- example commonly-prescribed alternatives.
-- - domains Drug
-- - ranges Drug
--
type RelatedDrug = Drug
-- | A sub property of result. The review that resulted in the performing
-- of the action.
--
--
-- - id resultReview
-- - label Result Review
-- - comment A sub property of result. The review that
-- resulted in the performing of the action.
-- - domains ReviewAction
-- - ranges Review
--
type ResultReview = Review
-- | A data catalog which contains a dataset.
--
--
-- - id catalog
-- - label Catalog
-- - comment A data catalog which contains a
-- dataset.
-- - domains Dataset
-- - ranges DataCatalog
--
type Catalog = DataCatalog
-- | Any characteristics of the population used in the study, e.g. 'males
-- under 65'.
--
--
-- - id population
-- - label Population
-- - comment Any characteristics of the population used
-- in the study, e.g. 'males under 65'.
-- - domains MedicalStudy
-- - ranges Text
--
type Population = Text
-- | An offer to transfer some rights to an item or to provide a
-- service—for example, an offer to sell tickets to an event, to rent the
-- DVD of a movie, to stream a TV show over the internet, to repair a
-- motorcycle, or to loan a book.
--
--
-- - id offers
-- - label Offers
-- - comment An offer to transfer some rights to an
-- item or to provide a service—for example, an offer to sell tickets to
-- an event, to rent the DVD of a movie, to stream a TV show over the
-- internet, to repair a motorcycle, or to loan a book.
-- - domains
-- Product,CreativeWork,Event
-- - ranges Offer
--
type Offers = Offer
-- | Length of time to engage in the activity.
--
--
-- - id activityDuration
-- - label Activity Duration
-- - comment Length of time to engage in the
-- activity.
-- - domains ExercisePlan
-- - ranges Duration
--
type ActivityDuration = Duration
-- | The warranty promise(s) included in the offer.
--
--
-- - id warrantyPromise
-- - label Warranty Promise
-- - comment The warranty promise(s) included in the
-- offer.
-- - domains
-- SellAction,BuyAction
-- - ranges WarrantyPromise
--
type WarrantyPromise = WarrantyPromise
-- | The serial number or any alphanumeric identifier of a particular
-- product. When attached to an offer, it is a shortcut for the serial
-- number of the product included in the offer.
--
--
-- - id serialNumber
-- - label Serial Number
-- - comment The serial number or any alphanumeric
-- identifier of a particular product. When attached to an offer, it is a
-- shortcut for the serial number of the product included in the
-- offer.
-- - domains
-- Demand,IndividualProduct,Offer
-- - ranges Text
--
type SerialNumber = 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
-- | This ordering relation for qualitative values indicates that the
-- subject is not equal to the object.
--
--
-- - id nonEqual
-- - label Non Equal
-- - comment This ordering relation for qualitative
-- values indicates that the subject is not equal to the object.
-- - domains QualitativeValue
-- - ranges QualitativeValue
--
type NonEqual = QualitativeValue
-- | An eventStatus of an event represents its status; particularly useful
-- when an event is cancelled or rescheduled.
--
--
-- - id eventStatus
-- - label Event Status
-- - comment An eventStatus of an event represents its
-- status; particularly useful when an event is cancelled or
-- rescheduled.
-- - domains Event
-- - ranges EventStatusType
--
type EventStatus = EventStatusType
-- | Link to prescribing information for the drug.
--
--
-- - id prescribingInfo
-- - label Prescribing Info
-- - comment Link to prescribing information for the
-- drug.
-- - domains Drug
-- - ranges URL
--
type PrescribingInfo = URL
-- | 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
-- | Date of death.
--
--
-- - id deathDate
-- - label Death Date
-- - comment Date of death.
-- - domains Person
-- - ranges Date
--
type DeathDate = Date
-- | A dosing schedule for the drug for a given population, either
-- observed, recommended, or maximum dose based on the type used.
--
--
-- - id doseSchedule
-- - label Dose Schedule
-- - comment A dosing schedule for the drug for a given
-- population, either observed, recommended, or maximum dose based on the
-- type used.
-- - domains Drug
-- - ranges DoseSchedule
--
type DoseSchedule = DoseSchedule
-- | One or more detailed price specifications, indicating the unit price
-- and delivery or payment charges.
--
--
-- - id priceSpecification
-- - label Price Specification
-- - comment One or more detailed price specifications,
-- indicating the unit price and delivery or payment charges.
-- - domains Offer,Demand
-- - ranges PriceSpecification
--
type PriceSpecification = PriceSpecification
-- | The overall order the items in this delivery were included in.
--
--
-- - id partOfOrder
-- - label Part of Order
-- - comment The overall order the items in this
-- delivery were included in.
-- - domains ParcelDelivery
-- - ranges Order
--
type PartOfOrder = Order
-- | 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
-- | How the procedure is performed.
--
--
-- - id howPerformed
-- - label How Performed
-- - comment How the procedure is performed.
-- - domains MedicalProcedure
-- - ranges Text
--
type HowPerformed = Text
-- | A description of the workup, testing, and other preparations required
-- before implanting this device.
--
--
-- - id preOp
-- - label Pre Op
-- - comment A description of the workup, testing, and
-- other preparations required before implanting this device.
-- - domains MedicalDevice
-- - ranges Text
--
type PreOp = Text
-- | Number of times one should repeat the activity.
--
--
-- - id repetitions
-- - label Repetitions
-- - comment Number of times one should repeat the
-- activity.
-- - domains ExercisePlan
-- - ranges Number
--
type Repetitions = Number
-- | The currency accepted (in ISO 4217 currency format).
--
--
type CurrenciesAccepted = Text
-- | Specific physiologic risks associated to the plan.
--
--
-- - id risks
-- - label Risks
-- - comment Specific physiologic risks associated to
-- the plan.
-- - domains Diet
-- - ranges Text
--
type Risks = Text
-- | The condition, complication, symptom, sign, etc. caused.
--
--
-- - id causeOf
-- - label Cause of
-- - comment The condition, complication, symptom,
-- sign, etc. caused.
-- - domains MedicalCause
-- - ranges MedicalEntity
--
type CauseOf = MedicalEntity
-- | 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
-- | 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
-- | 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
-- | The location in which the status applies.
--
--
type ApplicableLocation = AdministrativeArea
-- | Any precaution, guidance, contraindication, etc. related to
-- consumption of alcohol while taking this drug.
--
--
-- - id alcoholWarning
-- - label Alcohol Warning
-- - comment Any precaution, guidance,
-- contraindication, etc. related to consumption of alcohol while taking
-- this drug.
-- - domains Drug
-- - ranges Text
--
type AlcoholWarning = Text
-- | A pointer to another, functionally similar product (or multiple
-- products).
--
--
-- - id isSimilarTo
-- - label Is Similar to
-- - comment A pointer to another, functionally similar
-- product (or multiple products).
-- - domains Product
-- - ranges Product
--
type IsSimilarTo = Product
-- | mp3, mpeg4, etc.
--
--
-- - id encodingFormat
-- - label Encoding Format
-- - comment mp3, mpeg4, etc.
-- - domains MediaObject
-- - ranges Text
--
type EncodingFormat = Text
-- | A pointer to a secondary value that provides additional information on
-- the original value, e.g. a reference temperature.
--
--
type ValueReference = Either Enumeration StructuredValue
-- | 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
-- | Code used to redeem a discount.
--
--
-- - id discountCode
-- - label Discount Code
-- - comment Code used to redeem a discount.
-- - domains Order
-- - ranges Text
--
type DiscountCode = Text
-- | The Tax Fiscal ID of the organization or person, e.g. the TIN in
-- the US or the CIFNIF in Spain.
--
--
-- - id taxID
-- - label Tax ID
-- - comment The Tax Fiscal ID of the organization
-- or person, e.g. the TIN in the US or the CIFNIF in Spain.
-- - domains
-- Person,Organization
-- - ranges Text
--
type TaxID = Text
-- | The location (e.g. civic structure, local business, etc.) where a
-- person can go to access the service.
--
--
-- - id serviceLocation
-- - label Service Location
-- - comment The location (e.g. civic structure, local
-- business, etc.) where a person can go to access the service.
-- - domains ServiceChannel
-- - ranges Place
--
type ServiceLocation = Place
-- | 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
-- | A member of this organization.
--
--
type Member = Either Organization Person
-- | Relates a property to a class that constitutes (one of) the expected
-- type(s) for values of the property.
--
--
-- - id rangeIncludes
-- - label Range Includes
-- - comment Relates a property to a class that
-- constitutes (one of) the expected type(s) for values of the
-- property.
-- - domains Property
-- - ranges Class
--
type RangeIncludes = Class
-- | An identifier for the method of payment used (e.g. the last 4 digits
-- of the credit card).
--
--
-- - id paymentMethodId
-- - label Payment Method Id
-- - comment An identifier for the method of payment
-- used (e.g. the last 4 digits of the credit card).
-- - domains Order
-- - ranges Text
--
type PaymentMethodId = Text
-- | Audiences defined by a person's minimum age.
--
--
-- - id requiredMinAge
-- - label Required Min Age
-- - comment Audiences defined by a person's minimum
-- age.
-- - domains PeopleAudience
-- - ranges Integer
--
type RequiredMinAge = Integer
-- | An alignment to an established educational framework.
--
--
-- - id educationalAlignment
-- - label Educational Alignment
-- - comment An alignment to an established educational
-- framework.
-- - domains CreativeWork
-- - ranges AlignmentObject
--
type EducationalAlignment = AlignmentObject
-- | Used in conjunction with eventStatus for rescheduled or cancelled
-- events. This property contains the previously scheduled start date.
-- For rescheduled events, the startDate property should be used for the
-- newly scheduled start date. In the (rare) case of an event that has
-- been postponed and rescheduled multiple times, this field may be
-- repeated.
--
--
-- - id previousStartDate
-- - label Previous Start Date
-- - comment Used in conjunction with eventStatus for
-- rescheduled or cancelled events. This property contains the previously
-- scheduled start date. For rescheduled events, the startDate property
-- should be used for the newly scheduled start date. In the (rare) case
-- of an event that has been postponed and rescheduled multiple times,
-- this field may be repeated.
-- - domains Event
-- - ranges Date
--
type PreviousStartDate = Date
-- | The bitrate of the media object.
--
--
-- - id bitrate
-- - label Bitrate
-- - comment The bitrate of the media object.
-- - domains MediaObject
-- - ranges Text
--
type Bitrate = Text
-- | The type of service being offered, e.g. veterans' benefits, emergency
-- relief, etc.
--
--
-- - id serviceType
-- - label Service Type
-- - comment The type of service being offered, e.g.
-- veterans' benefits, emergency relief, etc.
-- - domains Service
-- - ranges Text
--
type ServiceType = Text
-- | A description of the procedure involved in setting up, using, and/or
-- installing the device.
--
--
-- - id procedure
-- - label Procedure
-- - comment A description of the procedure involved in
-- setting up, using, and/or installing the device.
-- - domains MedicalDevice
-- - ranges Text
--
type Procedure = Text
-- | The object that helped the agent perform the action. e.g. John wrote a
-- book with *a pen*.
--
--
-- - id instrument
-- - label Instrument
-- - comment The object that helped the agent perform
-- the action. e.g. John wrote a book with *a pen*.
-- - domains Action
-- - ranges Thing
--
type Instrument = Thing
-- | The location of the event, organization or action.
--
--
type Location = Either PostalAddress Place
-- | The closing hour of the place or service on the given day(s) of the
-- week.
--
--
-- - id closes
-- - label Closes
-- - comment The closing hour of the place or service
-- on the given day(s) of the week.
-- - domains
-- OpeningHoursSpecification
-- - ranges Time
--
type Closes = Time
-- | A dosage form in which this drug/supplement is available, e.g.
-- tablet, suspension, injection.
--
--
-- - id dosageForm
-- - label Dosage Form
-- - comment A dosage form in which this
-- drug/supplement is available, e.g. tablet,
-- suspension, injection.
-- - domains
-- DietarySupplement,Drug
-- - ranges Text
--
type DosageForm = Text
-- | People or organizations that endorse the plan.
--
--
-- - id endorsers
-- - label Endorsers
-- - comment People or organizations that endorse the
-- plan.
-- - domains Diet
-- - ranges
-- Organization,Person
--
type Endorsers = Either Organization Person
-- | Version of the software instance.
--
--
-- - id softwareVersion
-- - label Software Version
-- - comment Version of the software instance.
-- - domains SoftwareApplication
-- - ranges Text
--
type SoftwareVersion = Text
-- | The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for
-- a product or service, or the product to which the offer refers.
--
--
-- - id sku
-- - label Sku
-- - comment The Stock Keeping Unit (SKU), i.e. a
-- merchant-specific identifier for a product or service, or the product
-- to which the offer refers.
-- - domains
-- Product,Offer,Demand
-- - ranges Text
--
type Sku = Text
-- | The language of the content. please use one of the language codes from
-- the IETF BCP 47 standard.
--
--
type InLanguage = Text
-- | The release date of a product or product model. This can be used to
-- distinguish the exact variant of a product.
--
--
-- - id releaseDate
-- - label Release Date
-- - comment The release date of a product or product
-- model. This can be used to distinguish the exact variant of a
-- product.
-- - domains Product
-- - ranges Date
--
type ReleaseDate = Date
-- | Any discount applied (to an Order).
--
--
-- - id discount
-- - label Discount
-- - comment Any discount applied (to an Order).
-- - domains Order
-- - ranges Number,Text
--
type Discount = Either Number Text
-- | The subject matter of the content.
--
--
-- - id about
-- - label About
-- - comment The subject matter of the content.
-- - domains
-- CommunicateAction,CreativeWork
-- - ranges Thing
--
type About = Thing
-- | The textual content of this CreativeWork.
--
--
-- - id text
-- - label Text
-- - comment The textual content of this
-- CreativeWork.
-- - domains CreativeWork
-- - ranges Text type Text = 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
-- | The geo coordinates of the place.
--
--
type Geo = Either GeoCoordinates GeoShape
-- | Minimum memory requirements.
--
--
-- - id memoryRequirements
-- - label Memory Requirements
-- - comment Minimum memory requirements.
-- - domains SoftwareApplication
-- - ranges Text,URL
--
type MemoryRequirements = Either Text URL
-- | The end of the validity of offer, price specification, or opening
-- hours data.
--
--
type ValidThrough = DateTime
-- | 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
-- | 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
-- | A sub property of instrument. The exercise plan used on this action.
--
--
-- - id exercisePlan
-- - label Exercise Plan
-- - comment A sub property of instrument. The exercise
-- plan used on this action.
-- - domains ExerciseAction
-- - ranges ExercisePlan
--
type ExercisePlan = ExercisePlan
-- | The trailer of a movie or tv/radio series, season, or episode.
--
--
-- - id trailer
-- - label Trailer
-- - comment The trailer of a movie or tv/radio series,
-- season, or episode.
-- - domains
-- Movie,Season,Episode,Series
-- - ranges VideoObject
--
type Trailer = VideoObject
-- | A season in a tv/radio series.
--
--
-- - id season
-- - label Season
-- - comment A season in a tv/radio series.
-- - domains Series
-- - ranges Season
--
type Season = Season
-- | The series to which this episode or season belongs.
--
--
-- - id partOfSeries
-- - label Part of Series
-- - comment The series to which this episode or season
-- belongs.
-- - domains
-- Season,Episode,Clip
-- - ranges Series
--
type PartOfSeries = Series
-- | A physical examination that can identify this sign.
--
--
-- - id identifyingExam
-- - label Identifying Exam
-- - comment A physical examination that can identify
-- this sign.
-- - domains MedicalSign
-- - ranges PhysicalExam
--
type IdentifyingExam = PhysicalExam
-- | The service provided by this channel.
--
--
-- - id providesService
-- - label Provides Service
-- - comment The service provided by this channel.
-- - domains ServiceChannel
-- - ranges Service
--
type ProvidesService = Service
-- | 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 depth of the product.
--
--
type Depth = Either Distance QuantitativeValue
-- | Products owned by the organization or person.
--
--
type Owns = Either OwnershipInfo Product
-- | The name of the credit card or other method of payment for the order.
--
--
-- - id paymentMethod
-- - label Payment Method
-- - comment The name of the credit card or other
-- method of payment for the order.
-- - domains Order
-- - ranges PaymentMethod
--
type PaymentMethod = PaymentMethod
-- | The edition of the book.
--
--
-- - id bookEdition
-- - label Book Edition
-- - comment The edition of the book.
-- - domains Book
-- - ranges Text
--
type BookEdition = Text
-- | The offer price of a product, or of a price component when attached to
-- PriceSpecification and its subtypes.
--
--
-- - id price
-- - label Price
-- - comment The offer price of a product, or of a
-- price component when attached to PriceSpecification and its
-- subtypes.
-- - domains
-- TradeAction,PriceSpecification,Offer
-- - ranges Text,Number
--
type Price = Either Text Number
-- | The Global Location Number (GLN, sometimes also referred to as
-- International Location Number or ILN) of the respective organization,
-- person, or place. The GLN is a 13-digit number used to identify
-- parties and physical locations.
--
--
-- - id globalLocationNumber
-- - label Global Location Number
-- - comment The Global Location Number (GLN, sometimes
-- also referred to as International Location Number or ILN) of the
-- respective organization, person, or place. The GLN is a 13-digit
-- number used to identify parties and physical locations.
-- - domains
-- Person,Place,Organization
-- - ranges Text
--
type GlobalLocationNumber = Text
-- | The coding system, e.g. 'ICD-10'.
--
--
-- - id codingSystem
-- - label Coding System
-- - comment The coding system, e.g. 'ICD-10'.
-- - domains MedicalCode
-- - ranges Text
--
type CodingSystem = Text
-- | The identifier of the transaction.
--
--
-- - id orderNumber
-- - label Order Number
-- - comment The identifier of the transaction.
-- - domains Order
-- - ranges Text
--
type OrderNumber = Text
-- | Location in the body of the anatomical structure.
--
--
-- - id bodyLocation
-- - label Body Location
-- - comment Location in the body of the anatomical
-- structure.
-- - domains AnatomicalStructure
-- - ranges Text
--
type BodyLocation = Text
-- | The stage represented as a number, e.g. 3.
--
--
-- - id stageAsNumber
-- - label Stage As Number
-- - comment The stage represented as a number, e.g.
-- 3.
-- - domains MedicalConditionStage
-- - ranges Number
--
type StageAsNumber = Number
-- | A sub property of participant. The person that borrows the object
-- being lent.
--
--
-- - id borrower
-- - label Borrower
-- - comment A sub property of participant. The person
-- that borrows the object being lent.
-- - domains LendAction
-- - ranges Person
--
type Borrower = Person
-- | A sub property of participant. The owner of the real estate property.
-- Sub property of destination or participant?
--
--
-- - id landlord
-- - label Landlord
-- - comment A sub property of participant. The owner
-- of the real estate property. Sub property of destination or
-- participant?
-- - domains RentAction
-- - ranges
-- Organization,Person
--
type Landlord = Either Organization 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
-- | A sub property of instrument. The languaged used on this action.
--
--
-- - id language
-- - label Language
-- - comment A sub property of instrument. The
-- languaged used on this action.
-- - domains
-- WriteAction,CommunicateAction
-- - ranges Language
--
type Language = Language
-- | The length of time it takes to prepare the recipe, in ISO 8601
-- duration format.
--
--
type PrepTime = Duration
-- | The organization or person from which the product was acquired.
--
--
-- - id acquiredFrom
-- - label Acquired From
-- - comment The organization or person from which the
-- product was acquired.
-- - domains OwnershipInfo
-- - ranges
-- Organization,Person
--
type AcquiredFrom = Either Organization Person
-- | This property specifies the minimal quantity and rounding increment
-- that will be the basis for the billing. The unit of measurement is
-- specified by the unitCode property.
--
--
-- - id billingIncrement
-- - label Billing Increment
-- - comment This property specifies the minimal
-- quantity and rounding increment that will be the basis for the
-- billing. The unit of measurement is specified by the unitCode
-- property.
-- - domains
-- UnitPriceSpecification
-- - ranges Number
--
type BillingIncrement = Number
-- | An episode of a TV/radio series or season (legacy spelling; see
-- singular form, episode)
--
--
-- - id episodes
-- - label Episodes
-- - comment An episode of a TV/radio series or season
-- (legacy spelling; see singular form, episode)
-- - domains Series,Season
-- - ranges Episode
--
type Episodes = Episode
-- | 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
-- | The actual infectious agent, such as a specific bacterium.
--
--
-- - id infectiousAgent
-- - label Infectious Agent
-- - comment The actual infectious agent, such as a
-- specific bacterium.
-- - domains InfectiousDisease
-- - ranges Text
--
type InfectiousAgent = Text
-- | The composer of the movie or TV/radio soundtrack.
--
--
-- - id musicBy
-- - label Music by
-- - comment The composer of the movie or TV/radio
-- soundtrack.
-- - domains
-- Series,Episode,Movie
-- - ranges
-- Person,MusicGroup
--
type MusicBy = Either Person MusicGroup
-- | The currency (in 3-letter ISO 4217 format) of the discount.
--
--
-- - id discountCurrency
-- - label Discount Currency
-- - comment The currency (in 3-letter ISO 4217 format)
-- of the discount.
-- - domains Order
-- - ranges Text
--
type DiscountCurrency = Text
-- | A dataset contained in a catalog.
--
--
-- - id dataset
-- - label Dataset
-- - comment A dataset contained in a catalog.
-- - domains DataCatalog
-- - ranges Dataset
--
type Dataset = Dataset
-- | The URL of a node in an established educational framework.
--
--
-- - id targetUrl
-- - label Target Url
-- - comment The URL of a node in an established
-- educational framework.
-- - domains AlignmentObject
-- - ranges URL
--
type TargetUrl = URL
-- | A review of the item.
--
--
type Review = Review
-- | Type of software application, e.g. Game, Multimedia.
--
--
type ApplicationCategory = Either Text URL
-- | Any potential safety concern associated with the supplement. May
-- include interactions with other drugs and foods, pregnancy,
-- breastfeeding, known adverse reactions, and documented efficacy of the
-- supplement.
--
--
-- - id safetyConsideration
-- - label Safety Consideration
-- - comment Any potential safety concern associated
-- with the supplement. May include interactions with other drugs and
-- foods, pregnancy, breastfeeding, known adverse reactions, and
-- documented efficacy of the supplement.
-- - domains DietarySupplement
-- - ranges Text
--
type SafetyConsideration = Text
-- | Position of the episode within an ordered group of episodes.
--
--
-- - id episodeNumber
-- - label Episode Number
-- - comment Position of the episode within an ordered
-- group of episodes.
-- - domains Episode
-- - ranges Integer
--
type EpisodeNumber = Integer
-- | The artist that performed this album or recording.
--
--
type ByArtist = MusicGroup
-- | The range of spatial applicability of a dataset, e.g. for a dataset of
-- New York weather, the state of New York.
--
--
-- - id spatial
-- - label Spatial
-- - comment The range of spatial applicability of a
-- dataset, e.g. for a dataset of New York weather, the state of New
-- York.
-- - domains Dataset
-- - ranges Place
--
type Spatial = Place
-- | 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
-- | Alumni of educational organization.
--
--
type Alumni = Person
-- | The International Standard of Industrial Classification of All
-- Economic Activities (ISIC), Revision 4 code for a particular
-- organization, business person, or place.
--
--
-- - id isicV4
-- - label Isic V4
-- - comment The International Standard of Industrial
-- Classification of All Economic Activities (ISIC), Revision 4 code for
-- a particular organization, business person, or place.
-- - domains
-- Person,Place,Organization
-- - ranges Text
--
type IsicV4 = Text
-- | The geographic area where the service is provided.
--
--
-- - id serviceArea
-- - label Service Area
-- - comment The geographic area where the service is
-- provided.
-- - domains Service
-- - ranges AdministrativeArea
--
type ServiceArea = AdministrativeArea
-- | 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 party taking the order (e.g. Amazon.com is a merchant for many
-- sellers).
--
--
-- - id merchant
-- - label Merchant
-- - comment The party taking the order (e.g.
-- Amazon.com is a merchant for many sellers).
-- - domains Order
-- - ranges
-- Organization,Person
--
type Merchant = Either Organization Person
-- | Nationality of the person.
--
--
-- - id nationality
-- - label Nationality
-- - comment Nationality of the person.
-- - domains Person
-- - ranges Country
--
type Nationality = Country
-- | Skills required to fulfill this role.
--
--
-- - id skills
-- - label Skills
-- - comment Skills required to fulfill this role.
-- - domains JobPosting
-- - ranges Text
--
type Skills = Text
-- | 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
-- | Specific qualifications required for this role.
--
--
-- - id qualifications
-- - label Qualifications
-- - comment Specific qualifications required for this
-- role.
-- - domains JobPosting
-- - ranges Text
--
type Qualifications = 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
-- | exif data for this object.
--
--
-- - id exifData
-- - label Exif Data
-- - comment exif data for this object.
-- - domains ImageObject
-- - ranges Text
--
type ExifData = Text
-- | Proprietary name given to the diet plan, typically by its originator
-- or creator.
--
--
-- - id proprietaryName
-- - label Proprietary Name
-- - comment Proprietary name given to the diet plan,
-- typically by its originator or creator.
-- - domains Diet
-- - ranges Text
--
type ProprietaryName = Text
-- | A diagnostic test that can identify this sign.
--
--
-- - id identifyingTest
-- - label Identifying Test
-- - comment A diagnostic test that can identify this
-- sign.
-- - domains MedicalSign
-- - ranges MedicalTest
--
type IdentifyingTest = MedicalTest
-- | The cost per unit of the drug.
--
--
-- - id costPerUnit
-- - label Cost Per Unit
-- - comment The cost per unit of the drug.
-- - domains DrugCost
-- - ranges Number,Text
--
type CostPerUnit = Either Number Text
-- | The class of drug this belongs to (e.g., statins).
--
--
-- - id drugClass
-- - label Drug Class
-- - comment The class of drug this belongs to (e.g.,
-- statins).
-- - domains Drug
-- - ranges DrugClass
--
type DrugClass = DrugClass
-- | The delivery method(s) available for this offer.
--
--
-- - id availableDeliveryMethod
-- - label Available Delivery Method
-- - comment The delivery method(s) available for this
-- offer.
-- - domains Offer,Demand
-- - ranges DeliveryMethod
--
type AvailableDeliveryMethod = DeliveryMethod
-- | 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 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 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
-- | The gender of the person or audience.
--
--
-- - id suggestedGender
-- - label Suggested Gender
-- - comment The gender of the person or audience.
-- - domains PeopleAudience
-- - ranges Text
--
type SuggestedGender = Text
-- | The beginning of the availability of the product or service included
-- in the offer.
--
--
-- - id availabilityStarts
-- - label Availability Starts
-- - comment The beginning of the availability of the
-- product or service included in the offer.
-- - domains Offer,Demand
-- - ranges DateTime
--
type AvailabilityStarts = DateTime
-- | 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
-- | Related anatomical structure(s) that are not part of the system but
-- relate or connect to it, such as vascular bundles associated with an
-- organ system.
--
--
-- - id relatedStructure
-- - label Related Structure
-- - comment Related anatomical structure(s) that are
-- not part of the system but relate or connect to it, such as vascular
-- bundles associated with an organ system.
-- - domains AnatomicalSystem
-- - ranges AnatomicalStructure
--
type RelatedStructure = AnatomicalStructure
-- | The currency (in 3-letter ISO 4217 format) of the offer price or a
-- price component, when attached to PriceSpecification and its subtypes.
--
--
-- - id priceCurrency
-- - label Price Currency
-- - comment The currency (in 3-letter ISO 4217 format)
-- of the offer price or a price component, when attached to
-- PriceSpecification and its subtypes.
-- - domains
-- PriceSpecification,Offer
-- - ranges Text
--
type PriceCurrency = Text
-- | 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
-- | The cuisine of the restaurant.
--
--
-- - id servesCuisine
-- - label Serves Cuisine
-- - comment The cuisine of the restaurant.
-- - domains FoodEstablishment
-- - ranges Text
--
type ServesCuisine = Text
-- | The item ordered.
--
--
-- - id orderedItem
-- - label Ordered Item
-- - comment The item ordered.
-- - domains Order
-- - ranges Product
--
type OrderedItem = Product
-- | A preventative therapy used to prevent an initial occurrence of the
-- medical condition, such as vaccination.
--
--
-- - id primaryPrevention
-- - label Primary Prevention
-- - comment A preventative therapy used to prevent an
-- initial occurrence of the medical condition, such as vaccination.
-- - domains MedicalCondition
-- - ranges MedicalTherapy
--
type PrimaryPrevention = MedicalTherapy
-- | The current status of the order.
--
--
-- - id orderStatus
-- - label Order Status
-- - comment The current status of the order.
-- - domains Order
-- - ranges OrderStatus
--
type OrderStatus = OrderStatus
-- | 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
instance Typeable3 Either3
instance (Show a, Show b, Show c) => Show (Either3 a b c)
instance (Read a, Read b, Read c) => Read (Either3 a b c)
instance (Eq a, Eq b, Eq c) => Eq (Either3 a b c)
module Text.HTML5.MetaData.Schema.AnatomicalSystem
-- |
-- - id AnatomicalSystem
-- - label Anatomical System
-- - comment
-- - ancestors
-- Thing,MedicalEntity
-- - subtypes
-- - supertypes MedicalEntity
-- - url http://schema.org/AnatomicalSystem
--
data AnatomicalSystem
AnatomicalSystem :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AssociatedPathophysiology -> ComprisedOf -> RelatedCondition -> RelatedStructure -> RelatedTherapy -> AnatomicalSystem
additionalType :: AnatomicalSystem -> AdditionalType
alternateName :: AnatomicalSystem -> AlternateName
description :: AnatomicalSystem -> Description
image :: AnatomicalSystem -> Image
name :: AnatomicalSystem -> Name
sameAs :: AnatomicalSystem -> SameAs
url :: AnatomicalSystem -> Url
code :: AnatomicalSystem -> Code
guideline :: AnatomicalSystem -> Guideline
medicineSystem :: AnatomicalSystem -> MedicineSystem
recognizingAuthority :: AnatomicalSystem -> RecognizingAuthority
relevantSpecialty :: AnatomicalSystem -> RelevantSpecialty
study :: AnatomicalSystem -> Study
associatedPathophysiology :: AnatomicalSystem -> AssociatedPathophysiology
comprisedOf :: AnatomicalSystem -> ComprisedOf
relatedCondition :: AnatomicalSystem -> RelatedCondition
relatedStructure :: AnatomicalSystem -> RelatedStructure
relatedTherapy :: AnatomicalSystem -> RelatedTherapy
instance Typeable AnatomicalSystem
instance Show AnatomicalSystem
instance Read AnatomicalSystem
instance Eq AnatomicalSystem
instance MetaData AnatomicalSystem
module Text.HTML5.MetaData.Schema.AudioObject
-- |
-- - id AudioObject
-- - label Audio Object
-- - comment
-- - ancestors
-- Thing,CreativeWork,MediaObject
-- - subtypes
-- - supertypes MediaObject
-- - url http://schema.org/AudioObject
--
data AudioObject
AudioObject :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> AssociatedArticle -> Bitrate -> ContentSize -> ContentUrl -> Duration -> EmbedUrl -> EncodesCreativeWork -> EncodingFormat -> Expires -> Height -> PlayerType -> ProductionCompany -> Publication -> RegionsAllowed -> RequiresSubscription -> UploadDate -> Width -> Transcript -> AudioObject
additionalType :: AudioObject -> AdditionalType
alternateName :: AudioObject -> AlternateName
description :: AudioObject -> Description
image :: AudioObject -> Image
name :: AudioObject -> Name
sameAs :: AudioObject -> SameAs
url :: AudioObject -> Url
about :: AudioObject -> About
accessibilityAPI :: AudioObject -> AccessibilityAPI
accessibilityControl :: AudioObject -> AccessibilityControl
accessibilityFeature :: AudioObject -> AccessibilityFeature
accessibilityHazard :: AudioObject -> AccessibilityHazard
accountablePerson :: AudioObject -> AccountablePerson
aggregateRating :: AudioObject -> AggregateRating
alternativeHeadline :: AudioObject -> AlternativeHeadline
associatedMedia :: AudioObject -> AssociatedMedia
audience :: AudioObject -> Audience
audio :: AudioObject -> Audio
author :: AudioObject -> Author
award :: AudioObject -> Award
awards :: AudioObject -> Awards
citation :: AudioObject -> Citation
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
educationalAlignment :: AudioObject -> EducationalAlignment
educationalUse :: AudioObject -> EducationalUse
encoding :: AudioObject -> Encoding
encodings :: AudioObject -> Encodings
genre :: AudioObject -> Genre
headline :: AudioObject -> Headline
inLanguage :: AudioObject -> InLanguage
interactionCount :: AudioObject -> InteractionCount
interactivityType :: AudioObject -> InteractivityType
isBasedOnUrl :: AudioObject -> IsBasedOnUrl
isFamilyFriendly :: AudioObject -> IsFamilyFriendly
keywords :: AudioObject -> Keywords
learningResourceType :: AudioObject -> LearningResourceType
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
timeRequired :: AudioObject -> TimeRequired
typicalAgeRange :: AudioObject -> TypicalAgeRange
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
productionCompany :: AudioObject -> ProductionCompany
publication :: AudioObject -> Publication
regionsAllowed :: AudioObject -> RegionsAllowed
requiresSubscription :: AudioObject -> RequiresSubscription
uploadDate :: AudioObject -> UploadDate
width :: AudioObject -> Width
transcript :: AudioObject -> Transcript
instance Typeable AudioObject
instance Show AudioObject
instance Read AudioObject
instance Eq AudioObject
instance MetaData AudioObject
module Text.HTML5.MetaData.Schema.BrainStructure
-- |
-- - id BrainStructure
-- - label Brain Structure
-- - comment
-- - ancestors
-- Thing,MedicalEntity,AnatomicalStructure
-- - subtypes
-- - supertypes
-- AnatomicalStructure
-- - url http://schema.org/BrainStructure
--
data BrainStructure
BrainStructure :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AssociatedPathophysiology -> BodyLocation -> ConnectedTo -> Diagram -> Function -> PartOfSystem -> RelatedCondition -> RelatedTherapy -> SubStructure -> BrainStructure
additionalType :: BrainStructure -> AdditionalType
alternateName :: BrainStructure -> AlternateName
description :: BrainStructure -> Description
image :: BrainStructure -> Image
name :: BrainStructure -> Name
sameAs :: BrainStructure -> SameAs
url :: BrainStructure -> Url
code :: BrainStructure -> Code
guideline :: BrainStructure -> Guideline
medicineSystem :: BrainStructure -> MedicineSystem
recognizingAuthority :: BrainStructure -> RecognizingAuthority
relevantSpecialty :: BrainStructure -> RelevantSpecialty
study :: BrainStructure -> Study
associatedPathophysiology :: BrainStructure -> AssociatedPathophysiology
bodyLocation :: BrainStructure -> BodyLocation
connectedTo :: BrainStructure -> ConnectedTo
diagram :: BrainStructure -> Diagram
function :: BrainStructure -> Function
partOfSystem :: BrainStructure -> PartOfSystem
relatedCondition :: BrainStructure -> RelatedCondition
relatedTherapy :: BrainStructure -> RelatedTherapy
subStructure :: BrainStructure -> SubStructure
instance Typeable BrainStructure
instance Show BrainStructure
instance Read BrainStructure
instance Eq BrainStructure
instance MetaData BrainStructure
module Text.HTML5.MetaData.Schema.BroadcastService
-- |
data BroadcastService
BroadcastService :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Area -> Broadcaster -> ParentService -> BroadcastService
additionalType :: BroadcastService -> AdditionalType
alternateName :: BroadcastService -> AlternateName
description :: BroadcastService -> Description
image :: BroadcastService -> Image
name :: BroadcastService -> Name
sameAs :: BroadcastService -> SameAs
url :: BroadcastService -> Url
area :: BroadcastService -> Area
broadcaster :: BroadcastService -> Broadcaster
parentService :: BroadcastService -> ParentService
instance Typeable BroadcastService
instance Show BroadcastService
instance Read BroadcastService
instance Eq BroadcastService
instance MetaData BroadcastService
module Text.HTML5.MetaData.Schema.Class
-- |
-- - id Class
-- - label Class
-- - comment
-- - ancestors Thing
-- - subtypes
-- - supertypes Thing
-- - url http://schema.org/Class
--
data Class
Class :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Class
additionalType :: Class -> AdditionalType
alternateName :: Class -> AlternateName
description :: Class -> Description
image :: Class -> Image
name :: Class -> Name
sameAs :: Class -> SameAs
url :: Class -> Url
instance Typeable Class
instance Show Class
instance Read Class
instance Eq Class
instance MetaData Class
module Text.HTML5.MetaData.Schema.Country
-- |
-- - id Country
-- - label Country
-- - comment
-- - ancestors
-- Thing,Place,AdministrativeArea
-- - subtypes
-- - supertypes
-- AdministrativeArea
-- - url http://schema.org/Country
--
data Country
Country :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Country
additionalType :: Country -> AdditionalType
alternateName :: Country -> AlternateName
description :: Country -> Description
image :: Country -> Image
name :: Country -> Name
sameAs :: Country -> SameAs
url :: Country -> Url
address :: Country -> Address
aggregateRating :: Country -> AggregateRating
containedIn :: Country -> ContainedIn
event :: Country -> Event
events :: Country -> Events
faxNumber :: Country -> FaxNumber
geo :: Country -> Geo
globalLocationNumber :: Country -> GlobalLocationNumber
interactionCount :: Country -> InteractionCount
isicV4 :: Country -> IsicV4
logo :: Country -> Logo
map :: Country -> Map
maps :: Country -> Maps
openingHoursSpecification :: Country -> OpeningHoursSpecification
photo :: Country -> Photo
photos :: Country -> Photos
review :: Country -> Review
reviews :: Country -> Reviews
telephone :: Country -> Telephone
instance Typeable Country
instance Show Country
instance Read Country
instance Eq Country
instance MetaData Country
module Text.HTML5.MetaData.Schema.DataCatalog
-- |
-- - id DataCatalog
-- - label Data Catalog
-- - comment
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes CreativeWork
-- - url http://schema.org/DataCatalog
--
data DataCatalog
DataCatalog :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> Dataset -> DataCatalog
additionalType :: DataCatalog -> AdditionalType
alternateName :: DataCatalog -> AlternateName
description :: DataCatalog -> Description
image :: DataCatalog -> Image
name :: DataCatalog -> Name
sameAs :: DataCatalog -> SameAs
url :: DataCatalog -> Url
about :: DataCatalog -> About
accessibilityAPI :: DataCatalog -> AccessibilityAPI
accessibilityControl :: DataCatalog -> AccessibilityControl
accessibilityFeature :: DataCatalog -> AccessibilityFeature
accessibilityHazard :: DataCatalog -> AccessibilityHazard
accountablePerson :: DataCatalog -> AccountablePerson
aggregateRating :: DataCatalog -> AggregateRating
alternativeHeadline :: DataCatalog -> AlternativeHeadline
associatedMedia :: DataCatalog -> AssociatedMedia
audience :: DataCatalog -> Audience
audio :: DataCatalog -> Audio
author :: DataCatalog -> Author
award :: DataCatalog -> Award
awards :: DataCatalog -> Awards
citation :: DataCatalog -> Citation
comment :: DataCatalog -> Comment
contentLocation :: DataCatalog -> ContentLocation
contentRating :: DataCatalog -> ContentRating
contributor :: DataCatalog -> Contributor
copyrightHolder :: DataCatalog -> CopyrightHolder
copyrightYear :: DataCatalog -> CopyrightYear
creator :: DataCatalog -> Creator
dateCreated :: DataCatalog -> DateCreated
dateModified :: DataCatalog -> DateModified
datePublished :: DataCatalog -> DatePublished
discussionUrl :: DataCatalog -> DiscussionUrl
editor :: DataCatalog -> Editor
educationalAlignment :: DataCatalog -> EducationalAlignment
educationalUse :: DataCatalog -> EducationalUse
encoding :: DataCatalog -> Encoding
encodings :: DataCatalog -> Encodings
genre :: DataCatalog -> Genre
headline :: DataCatalog -> Headline
inLanguage :: DataCatalog -> InLanguage
interactionCount :: DataCatalog -> InteractionCount
interactivityType :: DataCatalog -> InteractivityType
isBasedOnUrl :: DataCatalog -> IsBasedOnUrl
isFamilyFriendly :: DataCatalog -> IsFamilyFriendly
keywords :: DataCatalog -> Keywords
learningResourceType :: DataCatalog -> LearningResourceType
mentions :: DataCatalog -> Mentions
offers :: DataCatalog -> Offers
provider :: DataCatalog -> Provider
publisher :: DataCatalog -> Publisher
publishingPrinciples :: DataCatalog -> PublishingPrinciples
review :: DataCatalog -> Review
reviews :: DataCatalog -> Reviews
sourceOrganization :: DataCatalog -> SourceOrganization
text :: DataCatalog -> Text
thumbnailUrl :: DataCatalog -> ThumbnailUrl
timeRequired :: DataCatalog -> TimeRequired
typicalAgeRange :: DataCatalog -> TypicalAgeRange
version :: DataCatalog -> Version
video :: DataCatalog -> Video
dataset :: DataCatalog -> Dataset
instance Typeable DataCatalog
instance Show DataCatalog
instance Read DataCatalog
instance Eq DataCatalog
instance MetaData DataCatalog
module Text.HTML5.MetaData.Schema.DataDownload
-- |
-- - id DataDownload
-- - label Data Download
-- - comment
-- - ancestors
-- Thing,CreativeWork,MediaObject
-- - subtypes
-- - supertypes MediaObject
-- - url http://schema.org/DataDownload
--
data DataDownload
DataDownload :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> AssociatedArticle -> Bitrate -> ContentSize -> ContentUrl -> Duration -> EmbedUrl -> EncodesCreativeWork -> EncodingFormat -> Expires -> Height -> PlayerType -> ProductionCompany -> Publication -> RegionsAllowed -> RequiresSubscription -> UploadDate -> Width -> DataDownload
additionalType :: DataDownload -> AdditionalType
alternateName :: DataDownload -> AlternateName
description :: DataDownload -> Description
image :: DataDownload -> Image
name :: DataDownload -> Name
sameAs :: DataDownload -> SameAs
url :: DataDownload -> Url
about :: DataDownload -> About
accessibilityAPI :: DataDownload -> AccessibilityAPI
accessibilityControl :: DataDownload -> AccessibilityControl
accessibilityFeature :: DataDownload -> AccessibilityFeature
accessibilityHazard :: DataDownload -> AccessibilityHazard
accountablePerson :: DataDownload -> AccountablePerson
aggregateRating :: DataDownload -> AggregateRating
alternativeHeadline :: DataDownload -> AlternativeHeadline
associatedMedia :: DataDownload -> AssociatedMedia
audience :: DataDownload -> Audience
audio :: DataDownload -> Audio
author :: DataDownload -> Author
award :: DataDownload -> Award
awards :: DataDownload -> Awards
citation :: DataDownload -> Citation
comment :: DataDownload -> Comment
contentLocation :: DataDownload -> ContentLocation
contentRating :: DataDownload -> ContentRating
contributor :: DataDownload -> Contributor
copyrightHolder :: DataDownload -> CopyrightHolder
copyrightYear :: DataDownload -> CopyrightYear
creator :: DataDownload -> Creator
dateCreated :: DataDownload -> DateCreated
dateModified :: DataDownload -> DateModified
datePublished :: DataDownload -> DatePublished
discussionUrl :: DataDownload -> DiscussionUrl
editor :: DataDownload -> Editor
educationalAlignment :: DataDownload -> EducationalAlignment
educationalUse :: DataDownload -> EducationalUse
encoding :: DataDownload -> Encoding
encodings :: DataDownload -> Encodings
genre :: DataDownload -> Genre
headline :: DataDownload -> Headline
inLanguage :: DataDownload -> InLanguage
interactionCount :: DataDownload -> InteractionCount
interactivityType :: DataDownload -> InteractivityType
isBasedOnUrl :: DataDownload -> IsBasedOnUrl
isFamilyFriendly :: DataDownload -> IsFamilyFriendly
keywords :: DataDownload -> Keywords
learningResourceType :: DataDownload -> LearningResourceType
mentions :: DataDownload -> Mentions
offers :: DataDownload -> Offers
provider :: DataDownload -> Provider
publisher :: DataDownload -> Publisher
publishingPrinciples :: DataDownload -> PublishingPrinciples
review :: DataDownload -> Review
reviews :: DataDownload -> Reviews
sourceOrganization :: DataDownload -> SourceOrganization
text :: DataDownload -> Text
thumbnailUrl :: DataDownload -> ThumbnailUrl
timeRequired :: DataDownload -> TimeRequired
typicalAgeRange :: DataDownload -> TypicalAgeRange
version :: DataDownload -> Version
video :: DataDownload -> Video
associatedArticle :: DataDownload -> AssociatedArticle
bitrate :: DataDownload -> Bitrate
contentSize :: DataDownload -> ContentSize
contentUrl :: DataDownload -> ContentUrl
duration :: DataDownload -> Duration
embedUrl :: DataDownload -> EmbedUrl
encodesCreativeWork :: DataDownload -> EncodesCreativeWork
encodingFormat :: DataDownload -> EncodingFormat
expires :: DataDownload -> Expires
height :: DataDownload -> Height
playerType :: DataDownload -> PlayerType
productionCompany :: DataDownload -> ProductionCompany
publication :: DataDownload -> Publication
regionsAllowed :: DataDownload -> RegionsAllowed
requiresSubscription :: DataDownload -> RequiresSubscription
uploadDate :: DataDownload -> UploadDate
width :: DataDownload -> Width
instance Typeable DataDownload
instance Show DataDownload
instance Read DataDownload
instance Eq DataDownload
instance MetaData DataDownload
module Text.HTML5.MetaData.Schema.Dataset
-- |
-- - id Dataset
-- - label Dataset
-- - comment
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes CreativeWork
-- - url http://schema.org/Dataset
--
data Dataset
Dataset :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> Catalog -> Distribution -> Spatial -> Temporal -> Dataset
additionalType :: Dataset -> AdditionalType
alternateName :: Dataset -> AlternateName
description :: Dataset -> Description
image :: Dataset -> Image
name :: Dataset -> Name
sameAs :: Dataset -> SameAs
url :: Dataset -> Url
about :: Dataset -> About
accessibilityAPI :: Dataset -> AccessibilityAPI
accessibilityControl :: Dataset -> AccessibilityControl
accessibilityFeature :: Dataset -> AccessibilityFeature
accessibilityHazard :: Dataset -> AccessibilityHazard
accountablePerson :: Dataset -> AccountablePerson
aggregateRating :: Dataset -> AggregateRating
alternativeHeadline :: Dataset -> AlternativeHeadline
associatedMedia :: Dataset -> AssociatedMedia
audience :: Dataset -> Audience
audio :: Dataset -> Audio
author :: Dataset -> Author
award :: Dataset -> Award
awards :: Dataset -> Awards
citation :: Dataset -> Citation
comment :: Dataset -> Comment
contentLocation :: Dataset -> ContentLocation
contentRating :: Dataset -> ContentRating
contributor :: Dataset -> Contributor
copyrightHolder :: Dataset -> CopyrightHolder
copyrightYear :: Dataset -> CopyrightYear
creator :: Dataset -> Creator
dateCreated :: Dataset -> DateCreated
dateModified :: Dataset -> DateModified
datePublished :: Dataset -> DatePublished
discussionUrl :: Dataset -> DiscussionUrl
editor :: Dataset -> Editor
educationalAlignment :: Dataset -> EducationalAlignment
educationalUse :: Dataset -> EducationalUse
encoding :: Dataset -> Encoding
encodings :: Dataset -> Encodings
genre :: Dataset -> Genre
headline :: Dataset -> Headline
inLanguage :: Dataset -> InLanguage
interactionCount :: Dataset -> InteractionCount
interactivityType :: Dataset -> InteractivityType
isBasedOnUrl :: Dataset -> IsBasedOnUrl
isFamilyFriendly :: Dataset -> IsFamilyFriendly
keywords :: Dataset -> Keywords
learningResourceType :: Dataset -> LearningResourceType
mentions :: Dataset -> Mentions
offers :: Dataset -> Offers
provider :: Dataset -> Provider
publisher :: Dataset -> Publisher
publishingPrinciples :: Dataset -> PublishingPrinciples
review :: Dataset -> Review
reviews :: Dataset -> Reviews
sourceOrganization :: Dataset -> SourceOrganization
text :: Dataset -> Text
thumbnailUrl :: Dataset -> ThumbnailUrl
timeRequired :: Dataset -> TimeRequired
typicalAgeRange :: Dataset -> TypicalAgeRange
version :: Dataset -> Version
video :: Dataset -> Video
catalog :: Dataset -> Catalog
distribution :: Dataset -> Distribution
spatial :: Dataset -> Spatial
temporal :: Dataset -> Temporal
instance Typeable Dataset
instance Show Dataset
instance Read Dataset
instance Eq Dataset
instance MetaData Dataset
module Text.HTML5.MetaData.Schema.DeliveryEvent
-- |
data DeliveryEvent
DeliveryEvent :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Attendee -> Attendees -> DoorTime -> Duration -> EndDate -> EventStatus -> Location -> Offers -> Performer -> Performers -> PreviousStartDate -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> TypicalAgeRange -> AccessCode -> AvailableFrom -> AvailableThrough -> HasDeliveryMethod -> DeliveryEvent
additionalType :: DeliveryEvent -> AdditionalType
alternateName :: DeliveryEvent -> AlternateName
description :: DeliveryEvent -> Description
image :: DeliveryEvent -> Image
name :: DeliveryEvent -> Name
sameAs :: DeliveryEvent -> SameAs
url :: DeliveryEvent -> Url
attendee :: DeliveryEvent -> Attendee
attendees :: DeliveryEvent -> Attendees
doorTime :: DeliveryEvent -> DoorTime
duration :: DeliveryEvent -> Duration
endDate :: DeliveryEvent -> EndDate
eventStatus :: DeliveryEvent -> EventStatus
location :: DeliveryEvent -> Location
offers :: DeliveryEvent -> Offers
performer :: DeliveryEvent -> Performer
performers :: DeliveryEvent -> Performers
previousStartDate :: DeliveryEvent -> PreviousStartDate
startDate :: DeliveryEvent -> StartDate
subEvent :: DeliveryEvent -> SubEvent
subEvents :: DeliveryEvent -> SubEvents
superEvent :: DeliveryEvent -> SuperEvent
typicalAgeRange :: DeliveryEvent -> TypicalAgeRange
accessCode :: DeliveryEvent -> AccessCode
availableFrom :: DeliveryEvent -> AvailableFrom
availableThrough :: DeliveryEvent -> AvailableThrough
hasDeliveryMethod :: DeliveryEvent -> HasDeliveryMethod
instance Typeable DeliveryEvent
instance Show DeliveryEvent
instance Read DeliveryEvent
instance Eq DeliveryEvent
instance MetaData DeliveryEvent
module Text.HTML5.MetaData.Schema.Drug
-- |
-- - id Drug
-- - label Drug
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalTherapy
-- - subtypes
-- - supertypes MedicalTherapy
-- - url http://schema.org/Drug
--
data Drug
Drug :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdverseOutcome -> Contraindication -> DuplicateTherapy -> Indication -> SeriousAdverseOutcome -> ActiveIngredient -> AdministrationRoute -> AlcoholWarning -> AvailableStrength -> BreastfeedingWarning -> ClincalPharmacology -> Cost -> DosageForm -> DoseSchedule -> DrugClass -> FoodWarning -> InteractingDrug -> IsAvailableGenerically -> IsProprietary -> LabelDetails -> LegalStatus -> Manufacturer -> MechanismOfAction -> NonProprietaryName -> Overdosage -> PregnancyCategory -> PregnancyWarning -> PrescribingInfo -> PrescriptionStatus -> RelatedDrug -> Warning -> Drug
additionalType :: Drug -> AdditionalType
alternateName :: Drug -> AlternateName
description :: Drug -> Description
image :: Drug -> Image
name :: Drug -> Name
sameAs :: Drug -> SameAs
url :: Drug -> Url
code :: Drug -> Code
guideline :: Drug -> Guideline
medicineSystem :: Drug -> MedicineSystem
recognizingAuthority :: Drug -> RecognizingAuthority
relevantSpecialty :: Drug -> RelevantSpecialty
study :: Drug -> Study
adverseOutcome :: Drug -> AdverseOutcome
contraindication :: Drug -> Contraindication
duplicateTherapy :: Drug -> DuplicateTherapy
indication :: Drug -> Indication
seriousAdverseOutcome :: Drug -> SeriousAdverseOutcome
activeIngredient :: Drug -> ActiveIngredient
administrationRoute :: Drug -> AdministrationRoute
alcoholWarning :: Drug -> AlcoholWarning
availableStrength :: Drug -> AvailableStrength
breastfeedingWarning :: Drug -> BreastfeedingWarning
clincalPharmacology :: Drug -> ClincalPharmacology
cost :: Drug -> Cost
dosageForm :: Drug -> DosageForm
doseSchedule :: Drug -> DoseSchedule
drugClass :: Drug -> DrugClass
foodWarning :: Drug -> FoodWarning
interactingDrug :: Drug -> InteractingDrug
isAvailableGenerically :: Drug -> IsAvailableGenerically
isProprietary :: Drug -> IsProprietary
labelDetails :: Drug -> LabelDetails
legalStatus :: Drug -> LegalStatus
manufacturer :: Drug -> Manufacturer
mechanismOfAction :: Drug -> MechanismOfAction
nonProprietaryName :: Drug -> NonProprietaryName
overdosage :: Drug -> Overdosage
pregnancyCategory :: Drug -> PregnancyCategory
pregnancyWarning :: Drug -> PregnancyWarning
prescribingInfo :: Drug -> PrescribingInfo
prescriptionStatus :: Drug -> PrescriptionStatus
relatedDrug :: Drug -> RelatedDrug
warning :: Drug -> Warning
instance Typeable Drug
instance Show Drug
instance Read Drug
instance Eq Drug
instance MetaData Drug
module Text.HTML5.MetaData.Schema.DrugClass
-- |
-- - id DrugClass
-- - label Drug Class
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalTherapy
-- - subtypes
-- - supertypes MedicalTherapy
-- - url http://schema.org/DrugClass
--
data DrugClass
DrugClass :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdverseOutcome -> Contraindication -> DuplicateTherapy -> Indication -> SeriousAdverseOutcome -> Drug -> DrugClass
additionalType :: DrugClass -> AdditionalType
alternateName :: DrugClass -> AlternateName
description :: DrugClass -> Description
image :: DrugClass -> Image
name :: DrugClass -> Name
sameAs :: DrugClass -> SameAs
url :: DrugClass -> Url
code :: DrugClass -> Code
guideline :: DrugClass -> Guideline
medicineSystem :: DrugClass -> MedicineSystem
recognizingAuthority :: DrugClass -> RecognizingAuthority
relevantSpecialty :: DrugClass -> RelevantSpecialty
study :: DrugClass -> Study
adverseOutcome :: DrugClass -> AdverseOutcome
contraindication :: DrugClass -> Contraindication
duplicateTherapy :: DrugClass -> DuplicateTherapy
indication :: DrugClass -> Indication
seriousAdverseOutcome :: DrugClass -> SeriousAdverseOutcome
drug :: DrugClass -> Drug
instance Typeable DrugClass
instance Show DrugClass
instance Read DrugClass
instance Eq DrugClass
instance MetaData DrugClass
module Text.HTML5.MetaData.Schema.FoodEvent
-- |
data FoodEvent
FoodEvent :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Attendee -> Attendees -> DoorTime -> Duration -> EndDate -> EventStatus -> Location -> Offers -> Performer -> Performers -> PreviousStartDate -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> TypicalAgeRange -> FoodEvent
additionalType :: FoodEvent -> AdditionalType
alternateName :: FoodEvent -> AlternateName
description :: FoodEvent -> Description
image :: FoodEvent -> Image
name :: FoodEvent -> Name
sameAs :: FoodEvent -> SameAs
url :: FoodEvent -> Url
attendee :: FoodEvent -> Attendee
attendees :: FoodEvent -> Attendees
doorTime :: FoodEvent -> DoorTime
duration :: FoodEvent -> Duration
endDate :: FoodEvent -> EndDate
eventStatus :: FoodEvent -> EventStatus
location :: FoodEvent -> Location
offers :: FoodEvent -> Offers
performer :: FoodEvent -> Performer
performers :: FoodEvent -> Performers
previousStartDate :: FoodEvent -> PreviousStartDate
startDate :: FoodEvent -> StartDate
subEvent :: FoodEvent -> SubEvent
subEvents :: FoodEvent -> SubEvents
superEvent :: FoodEvent -> SuperEvent
typicalAgeRange :: FoodEvent -> TypicalAgeRange
instance Typeable FoodEvent
instance Show FoodEvent
instance Read FoodEvent
instance Eq FoodEvent
instance MetaData FoodEvent
module Text.HTML5.MetaData.Schema.ImageObject
-- |
-- - id ImageObject
-- - label Image Object
-- - comment
-- - ancestors
-- Thing,CreativeWork,MediaObject
-- - subtypes
-- - supertypes MediaObject
-- - url http://schema.org/ImageObject
--
data ImageObject
ImageObject :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> AssociatedArticle -> Bitrate -> ContentSize -> ContentUrl -> Duration -> EmbedUrl -> EncodesCreativeWork -> EncodingFormat -> Expires -> Height -> PlayerType -> ProductionCompany -> Publication -> RegionsAllowed -> RequiresSubscription -> UploadDate -> Width -> Caption -> ExifData -> RepresentativeOfPage -> Thumbnail -> ImageObject
additionalType :: ImageObject -> AdditionalType
alternateName :: ImageObject -> AlternateName
description :: ImageObject -> Description
image :: ImageObject -> Image
name :: ImageObject -> Name
sameAs :: ImageObject -> SameAs
url :: ImageObject -> Url
about :: ImageObject -> About
accessibilityAPI :: ImageObject -> AccessibilityAPI
accessibilityControl :: ImageObject -> AccessibilityControl
accessibilityFeature :: ImageObject -> AccessibilityFeature
accessibilityHazard :: ImageObject -> AccessibilityHazard
accountablePerson :: ImageObject -> AccountablePerson
aggregateRating :: ImageObject -> AggregateRating
alternativeHeadline :: ImageObject -> AlternativeHeadline
associatedMedia :: ImageObject -> AssociatedMedia
audience :: ImageObject -> Audience
audio :: ImageObject -> Audio
author :: ImageObject -> Author
award :: ImageObject -> Award
awards :: ImageObject -> Awards
citation :: ImageObject -> Citation
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
educationalAlignment :: ImageObject -> EducationalAlignment
educationalUse :: ImageObject -> EducationalUse
encoding :: ImageObject -> Encoding
encodings :: ImageObject -> Encodings
genre :: ImageObject -> Genre
headline :: ImageObject -> Headline
inLanguage :: ImageObject -> InLanguage
interactionCount :: ImageObject -> InteractionCount
interactivityType :: ImageObject -> InteractivityType
isBasedOnUrl :: ImageObject -> IsBasedOnUrl
isFamilyFriendly :: ImageObject -> IsFamilyFriendly
keywords :: ImageObject -> Keywords
learningResourceType :: ImageObject -> LearningResourceType
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
timeRequired :: ImageObject -> TimeRequired
typicalAgeRange :: ImageObject -> TypicalAgeRange
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
productionCompany :: ImageObject -> ProductionCompany
publication :: ImageObject -> Publication
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 Typeable ImageObject
instance Show ImageObject
instance Read ImageObject
instance Eq ImageObject
instance MetaData ImageObject
module Text.HTML5.MetaData.Schema.MedicalCause
-- |
-- - id MedicalCause
-- - label Medical Cause
-- - comment
-- - ancestors
-- Thing,MedicalEntity
-- - subtypes
-- - supertypes MedicalEntity
-- - url http://schema.org/MedicalCause
--
data MedicalCause
MedicalCause :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> CauseOf -> MedicalCause
additionalType :: MedicalCause -> AdditionalType
alternateName :: MedicalCause -> AlternateName
description :: MedicalCause -> Description
image :: MedicalCause -> Image
name :: MedicalCause -> Name
sameAs :: MedicalCause -> SameAs
url :: MedicalCause -> Url
code :: MedicalCause -> Code
guideline :: MedicalCause -> Guideline
medicineSystem :: MedicalCause -> MedicineSystem
recognizingAuthority :: MedicalCause -> RecognizingAuthority
relevantSpecialty :: MedicalCause -> RelevantSpecialty
study :: MedicalCause -> Study
causeOf :: MedicalCause -> CauseOf
instance Typeable MedicalCause
instance Show MedicalCause
instance Read MedicalCause
instance Eq MedicalCause
instance MetaData MedicalCause
module Text.HTML5.MetaData.Schema.MedicalContraindication
-- |
-- - id MedicalContraindication
-- - label Medical Contraindication
-- - comment
-- - ancestors
-- Thing,MedicalEntity
-- - subtypes
-- - supertypes MedicalEntity
-- - url
-- http://schema.org/MedicalContraindication
--
data MedicalContraindication
MedicalContraindication :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> MedicalContraindication
additionalType :: MedicalContraindication -> AdditionalType
alternateName :: MedicalContraindication -> AlternateName
description :: MedicalContraindication -> Description
image :: MedicalContraindication -> Image
name :: MedicalContraindication -> Name
sameAs :: MedicalContraindication -> SameAs
url :: MedicalContraindication -> Url
code :: MedicalContraindication -> Code
guideline :: MedicalContraindication -> Guideline
medicineSystem :: MedicalContraindication -> MedicineSystem
recognizingAuthority :: MedicalContraindication -> RecognizingAuthority
relevantSpecialty :: MedicalContraindication -> RelevantSpecialty
study :: MedicalContraindication -> Study
instance Typeable MedicalContraindication
instance Show MedicalContraindication
instance Read MedicalContraindication
instance Eq MedicalContraindication
instance MetaData MedicalContraindication
module Text.HTML5.MetaData.Schema.MedicalDevice
-- |
-- - id MedicalDevice
-- - label Medical Device
-- - comment
-- - ancestors
-- Thing,MedicalEntity
-- - subtypes
-- - supertypes MedicalEntity
-- - url http://schema.org/MedicalDevice
--
data MedicalDevice
MedicalDevice :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdverseOutcome -> Contraindication -> Indication -> PostOp -> PreOp -> Procedure -> Purpose -> SeriousAdverseOutcome -> MedicalDevice
additionalType :: MedicalDevice -> AdditionalType
alternateName :: MedicalDevice -> AlternateName
description :: MedicalDevice -> Description
image :: MedicalDevice -> Image
name :: MedicalDevice -> Name
sameAs :: MedicalDevice -> SameAs
url :: MedicalDevice -> Url
code :: MedicalDevice -> Code
guideline :: MedicalDevice -> Guideline
medicineSystem :: MedicalDevice -> MedicineSystem
recognizingAuthority :: MedicalDevice -> RecognizingAuthority
relevantSpecialty :: MedicalDevice -> RelevantSpecialty
study :: MedicalDevice -> Study
adverseOutcome :: MedicalDevice -> AdverseOutcome
contraindication :: MedicalDevice -> Contraindication
indication :: MedicalDevice -> Indication
postOp :: MedicalDevice -> PostOp
preOp :: MedicalDevice -> PreOp
procedure :: MedicalDevice -> Procedure
purpose :: MedicalDevice -> Purpose
seriousAdverseOutcome :: MedicalDevice -> SeriousAdverseOutcome
instance Typeable MedicalDevice
instance Show MedicalDevice
instance Read MedicalDevice
instance Eq MedicalDevice
instance MetaData MedicalDevice
module Text.HTML5.MetaData.Schema.MedicalRiskFactor
-- |
-- - id MedicalRiskFactor
-- - label Medical Risk Factor
-- - comment
-- - ancestors
-- Thing,MedicalEntity
-- - subtypes
-- - supertypes MedicalEntity
-- - url
-- http://schema.org/MedicalRiskFactor
--
data MedicalRiskFactor
MedicalRiskFactor :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> IncreasesRiskOf -> MedicalRiskFactor
additionalType :: MedicalRiskFactor -> AdditionalType
alternateName :: MedicalRiskFactor -> AlternateName
description :: MedicalRiskFactor -> Description
image :: MedicalRiskFactor -> Image
name :: MedicalRiskFactor -> Name
sameAs :: MedicalRiskFactor -> SameAs
url :: MedicalRiskFactor -> Url
code :: MedicalRiskFactor -> Code
guideline :: MedicalRiskFactor -> Guideline
medicineSystem :: MedicalRiskFactor -> MedicineSystem
recognizingAuthority :: MedicalRiskFactor -> RecognizingAuthority
relevantSpecialty :: MedicalRiskFactor -> RelevantSpecialty
study :: MedicalRiskFactor -> Study
increasesRiskOf :: MedicalRiskFactor -> IncreasesRiskOf
instance Typeable MedicalRiskFactor
instance Show MedicalRiskFactor
instance Read MedicalRiskFactor
instance Eq MedicalRiskFactor
instance MetaData MedicalRiskFactor
module Text.HTML5.MetaData.Schema.MedicalSign
-- |
-- - id MedicalSign
-- - label Medical Sign
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalSignOrSymptom
-- - subtypes
-- - supertypes
-- MedicalSignOrSymptom
-- - url http://schema.org/MedicalSign
--
data MedicalSign
MedicalSign :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> Cause -> PossibleTreatment -> IdentifyingExam -> IdentifyingTest -> MedicalSign
additionalType :: MedicalSign -> AdditionalType
alternateName :: MedicalSign -> AlternateName
description :: MedicalSign -> Description
image :: MedicalSign -> Image
name :: MedicalSign -> Name
sameAs :: MedicalSign -> SameAs
url :: MedicalSign -> Url
code :: MedicalSign -> Code
guideline :: MedicalSign -> Guideline
medicineSystem :: MedicalSign -> MedicineSystem
recognizingAuthority :: MedicalSign -> RecognizingAuthority
relevantSpecialty :: MedicalSign -> RelevantSpecialty
study :: MedicalSign -> Study
cause :: MedicalSign -> Cause
possibleTreatment :: MedicalSign -> PossibleTreatment
identifyingExam :: MedicalSign -> IdentifyingExam
identifyingTest :: MedicalSign -> IdentifyingTest
instance Typeable MedicalSign
instance Show MedicalSign
instance Read MedicalSign
instance Eq MedicalSign
instance MetaData MedicalSign
module Text.HTML5.MetaData.Schema.Muscle
-- |
-- - id Muscle
-- - label Muscle
-- - comment
-- - ancestors
-- Thing,MedicalEntity,AnatomicalStructure
-- - subtypes
-- - supertypes
-- AnatomicalStructure
-- - url http://schema.org/Muscle
--
data Muscle
Muscle :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AssociatedPathophysiology -> BodyLocation -> ConnectedTo -> Diagram -> Function -> PartOfSystem -> RelatedCondition -> RelatedTherapy -> SubStructure -> Action -> Antagonist -> BloodSupply -> Insertion -> Nerve -> Origin -> Muscle
additionalType :: Muscle -> AdditionalType
alternateName :: Muscle -> AlternateName
description :: Muscle -> Description
image :: Muscle -> Image
name :: Muscle -> Name
sameAs :: Muscle -> SameAs
url :: Muscle -> Url
code :: Muscle -> Code
guideline :: Muscle -> Guideline
medicineSystem :: Muscle -> MedicineSystem
recognizingAuthority :: Muscle -> RecognizingAuthority
relevantSpecialty :: Muscle -> RelevantSpecialty
study :: Muscle -> Study
associatedPathophysiology :: Muscle -> AssociatedPathophysiology
bodyLocation :: Muscle -> BodyLocation
connectedTo :: Muscle -> ConnectedTo
diagram :: Muscle -> Diagram
function :: Muscle -> Function
partOfSystem :: Muscle -> PartOfSystem
relatedCondition :: Muscle -> RelatedCondition
relatedTherapy :: Muscle -> RelatedTherapy
subStructure :: Muscle -> SubStructure
action :: Muscle -> Action
antagonist :: Muscle -> Antagonist
bloodSupply :: Muscle -> BloodSupply
insertion :: Muscle -> Insertion
nerve :: Muscle -> Nerve
origin :: Muscle -> Origin
instance Typeable Muscle
instance Show Muscle
instance Read Muscle
instance Eq Muscle
instance MetaData Muscle
module Text.HTML5.MetaData.Schema.MusicAlbum
-- |
-- - id MusicAlbum
-- - label Music Album
-- - comment
-- - ancestors
-- Thing,CreativeWork,MusicPlaylist
-- - subtypes
-- - supertypes MusicPlaylist
-- - url http://schema.org/MusicAlbum
--
data MusicAlbum
MusicAlbum :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> NumTracks -> Track -> Tracks -> ByArtist -> MusicAlbum
additionalType :: MusicAlbum -> AdditionalType
alternateName :: MusicAlbum -> AlternateName
description :: MusicAlbum -> Description
image :: MusicAlbum -> Image
name :: MusicAlbum -> Name
sameAs :: MusicAlbum -> SameAs
url :: MusicAlbum -> Url
about :: MusicAlbum -> About
accessibilityAPI :: MusicAlbum -> AccessibilityAPI
accessibilityControl :: MusicAlbum -> AccessibilityControl
accessibilityFeature :: MusicAlbum -> AccessibilityFeature
accessibilityHazard :: MusicAlbum -> AccessibilityHazard
accountablePerson :: MusicAlbum -> AccountablePerson
aggregateRating :: MusicAlbum -> AggregateRating
alternativeHeadline :: MusicAlbum -> AlternativeHeadline
associatedMedia :: MusicAlbum -> AssociatedMedia
audience :: MusicAlbum -> Audience
audio :: MusicAlbum -> Audio
author :: MusicAlbum -> Author
award :: MusicAlbum -> Award
awards :: MusicAlbum -> Awards
citation :: MusicAlbum -> Citation
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
educationalAlignment :: MusicAlbum -> EducationalAlignment
educationalUse :: MusicAlbum -> EducationalUse
encoding :: MusicAlbum -> Encoding
encodings :: MusicAlbum -> Encodings
genre :: MusicAlbum -> Genre
headline :: MusicAlbum -> Headline
inLanguage :: MusicAlbum -> InLanguage
interactionCount :: MusicAlbum -> InteractionCount
interactivityType :: MusicAlbum -> InteractivityType
isBasedOnUrl :: MusicAlbum -> IsBasedOnUrl
isFamilyFriendly :: MusicAlbum -> IsFamilyFriendly
keywords :: MusicAlbum -> Keywords
learningResourceType :: MusicAlbum -> LearningResourceType
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
timeRequired :: MusicAlbum -> TimeRequired
typicalAgeRange :: MusicAlbum -> TypicalAgeRange
version :: MusicAlbum -> Version
video :: MusicAlbum -> Video
numTracks :: MusicAlbum -> NumTracks
track :: MusicAlbum -> Track
tracks :: MusicAlbum -> Tracks
byArtist :: MusicAlbum -> ByArtist
instance Typeable MusicAlbum
instance Show MusicAlbum
instance Read MusicAlbum
instance Eq MusicAlbum
instance MetaData MusicAlbum
module Text.HTML5.MetaData.Schema.MusicPlaylist
-- |
-- - id MusicPlaylist
-- - label Music Playlist
-- - comment
-- - ancestors
-- Thing,CreativeWork
-- - subtypes MusicAlbum
-- - supertypes CreativeWork
-- - url http://schema.org/MusicPlaylist
--
data MusicPlaylist
MusicPlaylist :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> NumTracks -> Track -> Tracks -> MusicPlaylist
additionalType :: MusicPlaylist -> AdditionalType
alternateName :: MusicPlaylist -> AlternateName
description :: MusicPlaylist -> Description
image :: MusicPlaylist -> Image
name :: MusicPlaylist -> Name
sameAs :: MusicPlaylist -> SameAs
url :: MusicPlaylist -> Url
about :: MusicPlaylist -> About
accessibilityAPI :: MusicPlaylist -> AccessibilityAPI
accessibilityControl :: MusicPlaylist -> AccessibilityControl
accessibilityFeature :: MusicPlaylist -> AccessibilityFeature
accessibilityHazard :: MusicPlaylist -> AccessibilityHazard
accountablePerson :: MusicPlaylist -> AccountablePerson
aggregateRating :: MusicPlaylist -> AggregateRating
alternativeHeadline :: MusicPlaylist -> AlternativeHeadline
associatedMedia :: MusicPlaylist -> AssociatedMedia
audience :: MusicPlaylist -> Audience
audio :: MusicPlaylist -> Audio
author :: MusicPlaylist -> Author
award :: MusicPlaylist -> Award
awards :: MusicPlaylist -> Awards
citation :: MusicPlaylist -> Citation
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
educationalAlignment :: MusicPlaylist -> EducationalAlignment
educationalUse :: MusicPlaylist -> EducationalUse
encoding :: MusicPlaylist -> Encoding
encodings :: MusicPlaylist -> Encodings
genre :: MusicPlaylist -> Genre
headline :: MusicPlaylist -> Headline
inLanguage :: MusicPlaylist -> InLanguage
interactionCount :: MusicPlaylist -> InteractionCount
interactivityType :: MusicPlaylist -> InteractivityType
isBasedOnUrl :: MusicPlaylist -> IsBasedOnUrl
isFamilyFriendly :: MusicPlaylist -> IsFamilyFriendly
keywords :: MusicPlaylist -> Keywords
learningResourceType :: MusicPlaylist -> LearningResourceType
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
timeRequired :: MusicPlaylist -> TimeRequired
typicalAgeRange :: MusicPlaylist -> TypicalAgeRange
version :: MusicPlaylist -> Version
video :: MusicPlaylist -> Video
numTracks :: MusicPlaylist -> NumTracks
track :: MusicPlaylist -> Track
tracks :: MusicPlaylist -> Tracks
instance Typeable MusicPlaylist
instance Show MusicPlaylist
instance Read MusicPlaylist
instance Eq MusicPlaylist
instance MetaData MusicPlaylist
module Text.HTML5.MetaData.Schema.MusicRecording
-- |
-- - id MusicRecording
-- - label Music Recording
-- - comment
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes CreativeWork
-- - url http://schema.org/MusicRecording
--
data MusicRecording
MusicRecording :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> ByArtist -> Duration -> InAlbum -> InPlaylist -> MusicRecording
additionalType :: MusicRecording -> AdditionalType
alternateName :: MusicRecording -> AlternateName
description :: MusicRecording -> Description
image :: MusicRecording -> Image
name :: MusicRecording -> Name
sameAs :: MusicRecording -> SameAs
url :: MusicRecording -> Url
about :: MusicRecording -> About
accessibilityAPI :: MusicRecording -> AccessibilityAPI
accessibilityControl :: MusicRecording -> AccessibilityControl
accessibilityFeature :: MusicRecording -> AccessibilityFeature
accessibilityHazard :: MusicRecording -> AccessibilityHazard
accountablePerson :: MusicRecording -> AccountablePerson
aggregateRating :: MusicRecording -> AggregateRating
alternativeHeadline :: MusicRecording -> AlternativeHeadline
associatedMedia :: MusicRecording -> AssociatedMedia
audience :: MusicRecording -> Audience
audio :: MusicRecording -> Audio
author :: MusicRecording -> Author
award :: MusicRecording -> Award
awards :: MusicRecording -> Awards
citation :: MusicRecording -> Citation
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
educationalAlignment :: MusicRecording -> EducationalAlignment
educationalUse :: MusicRecording -> EducationalUse
encoding :: MusicRecording -> Encoding
encodings :: MusicRecording -> Encodings
genre :: MusicRecording -> Genre
headline :: MusicRecording -> Headline
inLanguage :: MusicRecording -> InLanguage
interactionCount :: MusicRecording -> InteractionCount
interactivityType :: MusicRecording -> InteractivityType
isBasedOnUrl :: MusicRecording -> IsBasedOnUrl
isFamilyFriendly :: MusicRecording -> IsFamilyFriendly
keywords :: MusicRecording -> Keywords
learningResourceType :: MusicRecording -> LearningResourceType
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
timeRequired :: MusicRecording -> TimeRequired
typicalAgeRange :: MusicRecording -> TypicalAgeRange
version :: MusicRecording -> Version
video :: MusicRecording -> Video
byArtist :: MusicRecording -> ByArtist
duration :: MusicRecording -> Duration
inAlbum :: MusicRecording -> InAlbum
inPlaylist :: MusicRecording -> InPlaylist
instance Typeable MusicRecording
instance Show MusicRecording
instance Read MusicRecording
instance Eq MusicRecording
instance MetaData MusicRecording
module Text.HTML5.MetaData.Schema.Nerve
-- |
-- - id Nerve
-- - label Nerve
-- - comment
-- - ancestors
-- Thing,MedicalEntity,AnatomicalStructure
-- - subtypes
-- - supertypes
-- AnatomicalStructure
-- - url http://schema.org/Nerve
--
data Nerve
Nerve :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AssociatedPathophysiology -> BodyLocation -> ConnectedTo -> Diagram -> Function -> PartOfSystem -> RelatedCondition -> RelatedTherapy -> SubStructure -> Branch -> NerveMotor -> SensoryUnit -> SourcedFrom -> Nerve
additionalType :: Nerve -> AdditionalType
alternateName :: Nerve -> AlternateName
description :: Nerve -> Description
image :: Nerve -> Image
name :: Nerve -> Name
sameAs :: Nerve -> SameAs
url :: Nerve -> Url
code :: Nerve -> Code
guideline :: Nerve -> Guideline
medicineSystem :: Nerve -> MedicineSystem
recognizingAuthority :: Nerve -> RecognizingAuthority
relevantSpecialty :: Nerve -> RelevantSpecialty
study :: Nerve -> Study
associatedPathophysiology :: Nerve -> AssociatedPathophysiology
bodyLocation :: Nerve -> BodyLocation
connectedTo :: Nerve -> ConnectedTo
diagram :: Nerve -> Diagram
function :: Nerve -> Function
partOfSystem :: Nerve -> PartOfSystem
relatedCondition :: Nerve -> RelatedCondition
relatedTherapy :: Nerve -> RelatedTherapy
subStructure :: Nerve -> SubStructure
branch :: Nerve -> Branch
nerveMotor :: Nerve -> NerveMotor
sensoryUnit :: Nerve -> SensoryUnit
sourcedFrom :: Nerve -> SourcedFrom
instance Typeable Nerve
instance Show Nerve
instance Read Nerve
instance Eq Nerve
instance MetaData Nerve
module Text.HTML5.MetaData.Schema.Person
-- |
-- - id Person
-- - label Person
-- - comment
-- - ancestors Thing
-- - subtypes
-- - supertypes Thing
-- - url http://schema.org/Person
--
data Person
Person :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> AdditionalName -> Address -> Affiliation -> AlumniOf -> Award -> Awards -> BirthDate -> Brand -> Children -> Colleague -> Colleagues -> ContactPoint -> ContactPoints -> DeathDate -> Duns -> Email -> FamilyName -> FaxNumber -> Follows -> Gender -> GivenName -> GlobalLocationNumber -> HasPOS -> HomeLocation -> HonorificPrefix -> HonorificSuffix -> InteractionCount -> IsicV4 -> JobTitle -> Knows -> MakesOffer -> MemberOf -> Naics -> Nationality -> Owns -> Parent -> Parents -> PerformerIn -> RelatedTo -> Seeks -> Sibling -> Siblings -> Spouse -> TaxID -> Telephone -> VatID -> WorkLocation -> WorksFor -> Person
additionalType :: Person -> AdditionalType
alternateName :: Person -> AlternateName
description :: Person -> Description
image :: Person -> Image
name :: Person -> Name
sameAs :: Person -> SameAs
url :: Person -> Url
additionalName :: Person -> AdditionalName
address :: Person -> Address
affiliation :: Person -> Affiliation
alumniOf :: Person -> AlumniOf
award :: Person -> Award
awards :: Person -> Awards
birthDate :: Person -> BirthDate
brand :: Person -> Brand
children :: Person -> Children
colleague :: Person -> Colleague
colleagues :: Person -> Colleagues
contactPoint :: Person -> ContactPoint
contactPoints :: Person -> ContactPoints
deathDate :: Person -> DeathDate
duns :: Person -> Duns
email :: Person -> Email
familyName :: Person -> FamilyName
faxNumber :: Person -> FaxNumber
follows :: Person -> Follows
gender :: Person -> Gender
givenName :: Person -> GivenName
globalLocationNumber :: Person -> GlobalLocationNumber
hasPOS :: Person -> HasPOS
homeLocation :: Person -> HomeLocation
honorificPrefix :: Person -> HonorificPrefix
honorificSuffix :: Person -> HonorificSuffix
interactionCount :: Person -> InteractionCount
isicV4 :: Person -> IsicV4
jobTitle :: Person -> JobTitle
knows :: Person -> Knows
makesOffer :: Person -> MakesOffer
memberOf :: Person -> MemberOf
naics :: Person -> Naics
nationality :: Person -> Nationality
owns :: Person -> Owns
parent :: Person -> Parent
parents :: Person -> Parents
performerIn :: Person -> PerformerIn
relatedTo :: Person -> RelatedTo
seeks :: Person -> Seeks
sibling :: Person -> Sibling
siblings :: Person -> Siblings
spouse :: Person -> Spouse
taxID :: Person -> TaxID
telephone :: Person -> Telephone
vatID :: Person -> VatID
workLocation :: Person -> WorkLocation
worksFor :: Person -> WorksFor
instance Typeable Person
instance Show Person
instance Read Person
instance Eq Person
instance MetaData Person
module Text.HTML5.MetaData.Schema.Photograph
-- |
-- - id Photograph
-- - label Photograph
-- - comment
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes CreativeWork
-- - url http://schema.org/Photograph
--
data Photograph
Photograph :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> Photograph
additionalType :: Photograph -> AdditionalType
alternateName :: Photograph -> AlternateName
description :: Photograph -> Description
image :: Photograph -> Image
name :: Photograph -> Name
sameAs :: Photograph -> SameAs
url :: Photograph -> Url
about :: Photograph -> About
accessibilityAPI :: Photograph -> AccessibilityAPI
accessibilityControl :: Photograph -> AccessibilityControl
accessibilityFeature :: Photograph -> AccessibilityFeature
accessibilityHazard :: Photograph -> AccessibilityHazard
accountablePerson :: Photograph -> AccountablePerson
aggregateRating :: Photograph -> AggregateRating
alternativeHeadline :: Photograph -> AlternativeHeadline
associatedMedia :: Photograph -> AssociatedMedia
audience :: Photograph -> Audience
audio :: Photograph -> Audio
author :: Photograph -> Author
award :: Photograph -> Award
awards :: Photograph -> Awards
citation :: Photograph -> Citation
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
educationalAlignment :: Photograph -> EducationalAlignment
educationalUse :: Photograph -> EducationalUse
encoding :: Photograph -> Encoding
encodings :: Photograph -> Encodings
genre :: Photograph -> Genre
headline :: Photograph -> Headline
inLanguage :: Photograph -> InLanguage
interactionCount :: Photograph -> InteractionCount
interactivityType :: Photograph -> InteractivityType
isBasedOnUrl :: Photograph -> IsBasedOnUrl
isFamilyFriendly :: Photograph -> IsFamilyFriendly
keywords :: Photograph -> Keywords
learningResourceType :: Photograph -> LearningResourceType
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
timeRequired :: Photograph -> TimeRequired
typicalAgeRange :: Photograph -> TypicalAgeRange
version :: Photograph -> Version
video :: Photograph -> Video
instance Typeable Photograph
instance Show Photograph
instance Read Photograph
instance Eq Photograph
instance MetaData Photograph
module Text.HTML5.MetaData.Schema.ProductModel
-- |
-- - id ProductModel
-- - label Product Model
-- - comment
-- - ancestors
-- Thing,Product
-- - subtypes
-- - supertypes Product
-- - url http://schema.org/ProductModel
--
data ProductModel
ProductModel :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> AggregateRating -> Audience -> Brand -> Color -> Depth -> Gtin13 -> Gtin14 -> Gtin8 -> Height -> IsAccessoryOrSparePartFor -> IsConsumableFor -> IsRelatedTo -> IsSimilarTo -> ItemCondition -> Logo -> Manufacturer -> Model -> Mpn -> Offers -> ProductID -> ReleaseDate -> Review -> Reviews -> Sku -> Weight -> Width -> IsVariantOf -> PredecessorOf -> SuccessorOf -> ProductModel
additionalType :: ProductModel -> AdditionalType
alternateName :: ProductModel -> AlternateName
description :: ProductModel -> Description
image :: ProductModel -> Image
name :: ProductModel -> Name
sameAs :: ProductModel -> SameAs
url :: ProductModel -> Url
aggregateRating :: ProductModel -> AggregateRating
audience :: ProductModel -> Audience
brand :: ProductModel -> Brand
color :: ProductModel -> Color
depth :: ProductModel -> Depth
gtin13 :: ProductModel -> Gtin13
gtin14 :: ProductModel -> Gtin14
gtin8 :: ProductModel -> Gtin8
height :: ProductModel -> Height
isAccessoryOrSparePartFor :: ProductModel -> IsAccessoryOrSparePartFor
isConsumableFor :: ProductModel -> IsConsumableFor
isRelatedTo :: ProductModel -> IsRelatedTo
isSimilarTo :: ProductModel -> IsSimilarTo
itemCondition :: ProductModel -> ItemCondition
logo :: ProductModel -> Logo
manufacturer :: ProductModel -> Manufacturer
model :: ProductModel -> Model
mpn :: ProductModel -> Mpn
offers :: ProductModel -> Offers
productID :: ProductModel -> ProductID
releaseDate :: ProductModel -> ReleaseDate
review :: ProductModel -> Review
reviews :: ProductModel -> Reviews
sku :: ProductModel -> Sku
weight :: ProductModel -> Weight
width :: ProductModel -> Width
isVariantOf :: ProductModel -> IsVariantOf
predecessorOf :: ProductModel -> PredecessorOf
successorOf :: ProductModel -> SuccessorOf
instance Typeable ProductModel
instance Show ProductModel
instance Read ProductModel
instance Eq ProductModel
instance MetaData ProductModel
module Text.HTML5.MetaData.Schema.Recipe
-- |
-- - id Recipe
-- - label Recipe
-- - comment
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes CreativeWork
-- - url http://schema.org/Recipe
--
data Recipe
Recipe :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> CookingMethod -> CookTime -> Ingredients -> Nutrition -> PrepTime -> RecipeCategory -> RecipeCuisine -> RecipeInstructions -> RecipeYield -> TotalTime -> Recipe
additionalType :: Recipe -> AdditionalType
alternateName :: Recipe -> AlternateName
description :: Recipe -> Description
image :: Recipe -> Image
name :: Recipe -> Name
sameAs :: Recipe -> SameAs
url :: Recipe -> Url
about :: Recipe -> About
accessibilityAPI :: Recipe -> AccessibilityAPI
accessibilityControl :: Recipe -> AccessibilityControl
accessibilityFeature :: Recipe -> AccessibilityFeature
accessibilityHazard :: Recipe -> AccessibilityHazard
accountablePerson :: Recipe -> AccountablePerson
aggregateRating :: Recipe -> AggregateRating
alternativeHeadline :: Recipe -> AlternativeHeadline
associatedMedia :: Recipe -> AssociatedMedia
audience :: Recipe -> Audience
audio :: Recipe -> Audio
author :: Recipe -> Author
award :: Recipe -> Award
awards :: Recipe -> Awards
citation :: Recipe -> Citation
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
educationalAlignment :: Recipe -> EducationalAlignment
educationalUse :: Recipe -> EducationalUse
encoding :: Recipe -> Encoding
encodings :: Recipe -> Encodings
genre :: Recipe -> Genre
headline :: Recipe -> Headline
inLanguage :: Recipe -> InLanguage
interactionCount :: Recipe -> InteractionCount
interactivityType :: Recipe -> InteractivityType
isBasedOnUrl :: Recipe -> IsBasedOnUrl
isFamilyFriendly :: Recipe -> IsFamilyFriendly
keywords :: Recipe -> Keywords
learningResourceType :: Recipe -> LearningResourceType
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
timeRequired :: Recipe -> TimeRequired
typicalAgeRange :: Recipe -> TypicalAgeRange
version :: Recipe -> Version
video :: Recipe -> Video
cookingMethod :: Recipe -> CookingMethod
cookTime :: Recipe -> CookTime
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 Typeable Recipe
instance Show Recipe
instance Read Recipe
instance Eq Recipe
instance MetaData Recipe
module Text.HTML5.MetaData.Schema.Review
-- |
-- - id Review
-- - label Review
-- - comment
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes CreativeWork
-- - url http://schema.org/Review
--
data Review
Review :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> ItemReviewed -> ReviewBody -> ReviewRating -> Review
additionalType :: Review -> AdditionalType
alternateName :: Review -> AlternateName
description :: Review -> Description
image :: Review -> Image
name :: Review -> Name
sameAs :: Review -> SameAs
url :: Review -> Url
about :: Review -> About
accessibilityAPI :: Review -> AccessibilityAPI
accessibilityControl :: Review -> AccessibilityControl
accessibilityFeature :: Review -> AccessibilityFeature
accessibilityHazard :: Review -> AccessibilityHazard
accountablePerson :: Review -> AccountablePerson
aggregateRating :: Review -> AggregateRating
alternativeHeadline :: Review -> AlternativeHeadline
associatedMedia :: Review -> AssociatedMedia
audience :: Review -> Audience
audio :: Review -> Audio
author :: Review -> Author
award :: Review -> Award
awards :: Review -> Awards
citation :: Review -> Citation
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
educationalAlignment :: Review -> EducationalAlignment
educationalUse :: Review -> EducationalUse
encoding :: Review -> Encoding
encodings :: Review -> Encodings
genre :: Review -> Genre
headline :: Review -> Headline
inLanguage :: Review -> InLanguage
interactionCount :: Review -> InteractionCount
interactivityType :: Review -> InteractivityType
isBasedOnUrl :: Review -> IsBasedOnUrl
isFamilyFriendly :: Review -> IsFamilyFriendly
keywords :: Review -> Keywords
learningResourceType :: Review -> LearningResourceType
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
timeRequired :: Review -> TimeRequired
typicalAgeRange :: Review -> TypicalAgeRange
version :: Review -> Version
video :: Review -> Video
itemReviewed :: Review -> ItemReviewed
reviewBody :: Review -> ReviewBody
reviewRating :: Review -> ReviewRating
instance Typeable Review
instance Show Review
instance Read Review
instance Eq Review
instance MetaData Review
module Text.HTML5.MetaData.Schema.SportsEvent
-- |
data SportsEvent
SportsEvent :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Attendee -> Attendees -> DoorTime -> Duration -> EndDate -> EventStatus -> Location -> Offers -> Performer -> Performers -> PreviousStartDate -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> TypicalAgeRange -> SportsEvent
additionalType :: SportsEvent -> AdditionalType
alternateName :: SportsEvent -> AlternateName
description :: SportsEvent -> Description
image :: SportsEvent -> Image
name :: SportsEvent -> Name
sameAs :: SportsEvent -> SameAs
url :: SportsEvent -> Url
attendee :: SportsEvent -> Attendee
attendees :: SportsEvent -> Attendees
doorTime :: SportsEvent -> DoorTime
duration :: SportsEvent -> Duration
endDate :: SportsEvent -> EndDate
eventStatus :: SportsEvent -> EventStatus
location :: SportsEvent -> Location
offers :: SportsEvent -> Offers
performer :: SportsEvent -> Performer
performers :: SportsEvent -> Performers
previousStartDate :: SportsEvent -> PreviousStartDate
startDate :: SportsEvent -> StartDate
subEvent :: SportsEvent -> SubEvent
subEvents :: SportsEvent -> SubEvents
superEvent :: SportsEvent -> SuperEvent
typicalAgeRange :: SportsEvent -> TypicalAgeRange
instance Typeable SportsEvent
instance Show SportsEvent
instance Read SportsEvent
instance Eq SportsEvent
instance MetaData SportsEvent
module Text.HTML5.MetaData.Schema.SportsTeam
-- |
-- - id SportsTeam
-- - label Sports Team
-- - comment
-- - ancestors
-- Thing,Organization
-- - subtypes
-- - supertypes Organization
-- - url http://schema.org/SportsTeam
--
data SportsTeam
SportsTeam :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Event -> Events -> FaxNumber -> Founder -> Founders -> FoundingDate -> GlobalLocationNumber -> HasPOS -> InteractionCount -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> Members -> Naics -> Owns -> Review -> Reviews -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> SportsTeam
additionalType :: SportsTeam -> AdditionalType
alternateName :: SportsTeam -> AlternateName
description :: SportsTeam -> Description
image :: SportsTeam -> Image
name :: SportsTeam -> Name
sameAs :: SportsTeam -> SameAs
url :: SportsTeam -> Url
address :: SportsTeam -> Address
aggregateRating :: SportsTeam -> AggregateRating
brand :: SportsTeam -> Brand
contactPoint :: SportsTeam -> ContactPoint
contactPoints :: SportsTeam -> ContactPoints
department :: SportsTeam -> Department
duns :: SportsTeam -> Duns
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
globalLocationNumber :: SportsTeam -> GlobalLocationNumber
hasPOS :: SportsTeam -> HasPOS
interactionCount :: SportsTeam -> InteractionCount
isicV4 :: SportsTeam -> IsicV4
legalName :: SportsTeam -> LegalName
location :: SportsTeam -> Location
logo :: SportsTeam -> Logo
makesOffer :: SportsTeam -> MakesOffer
member :: SportsTeam -> Member
members :: SportsTeam -> Members
naics :: SportsTeam -> Naics
owns :: SportsTeam -> Owns
review :: SportsTeam -> Review
reviews :: SportsTeam -> Reviews
seeks :: SportsTeam -> Seeks
subOrganization :: SportsTeam -> SubOrganization
taxID :: SportsTeam -> TaxID
telephone :: SportsTeam -> Telephone
vatID :: SportsTeam -> VatID
instance Typeable SportsTeam
instance Show SportsTeam
instance Read SportsTeam
instance Eq SportsTeam
instance MetaData SportsTeam
module Text.HTML5.MetaData.Schema.SuperficialAnatomy
-- |
-- - id SuperficialAnatomy
-- - label Superficial Anatomy
-- - comment
-- - ancestors
-- Thing,MedicalEntity
-- - subtypes
-- - supertypes MedicalEntity
-- - url
-- http://schema.org/SuperficialAnatomy
--
data SuperficialAnatomy
SuperficialAnatomy :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AssociatedPathophysiology -> RelatedAnatomy -> RelatedCondition -> RelatedTherapy -> Significance -> SuperficialAnatomy
additionalType :: SuperficialAnatomy -> AdditionalType
alternateName :: SuperficialAnatomy -> AlternateName
description :: SuperficialAnatomy -> Description
image :: SuperficialAnatomy -> Image
name :: SuperficialAnatomy -> Name
sameAs :: SuperficialAnatomy -> SameAs
url :: SuperficialAnatomy -> Url
code :: SuperficialAnatomy -> Code
guideline :: SuperficialAnatomy -> Guideline
medicineSystem :: SuperficialAnatomy -> MedicineSystem
recognizingAuthority :: SuperficialAnatomy -> RecognizingAuthority
relevantSpecialty :: SuperficialAnatomy -> RelevantSpecialty
study :: SuperficialAnatomy -> Study
associatedPathophysiology :: SuperficialAnatomy -> AssociatedPathophysiology
relatedAnatomy :: SuperficialAnatomy -> RelatedAnatomy
relatedCondition :: SuperficialAnatomy -> RelatedCondition
relatedTherapy :: SuperficialAnatomy -> RelatedTherapy
significance :: SuperficialAnatomy -> Significance
instance Typeable SuperficialAnatomy
instance Show SuperficialAnatomy
instance Read SuperficialAnatomy
instance Eq SuperficialAnatomy
instance MetaData SuperficialAnatomy
module Text.HTML5.MetaData.Schema.TVSeries
-- |
-- - id TVSeries
-- - label TV Series
-- - comment
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes
-- CreativeWork,Series
-- - url http://schema.org/TVSeries
--
data TVSeries
TVSeries :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> Actor -> Actors -> Director -> Directors -> EndDate -> Episode -> Episodes -> MusicBy -> NumberOfEpisodes -> NumberOfSeasons -> Producer -> ProductionCompany -> Season -> Seasons -> StartDate -> Trailer -> TVSeries
additionalType :: TVSeries -> AdditionalType
alternateName :: TVSeries -> AlternateName
description :: TVSeries -> Description
image :: TVSeries -> Image
name :: TVSeries -> Name
sameAs :: TVSeries -> SameAs
url :: TVSeries -> Url
about :: TVSeries -> About
accessibilityAPI :: TVSeries -> AccessibilityAPI
accessibilityControl :: TVSeries -> AccessibilityControl
accessibilityFeature :: TVSeries -> AccessibilityFeature
accessibilityHazard :: TVSeries -> AccessibilityHazard
accountablePerson :: TVSeries -> AccountablePerson
aggregateRating :: TVSeries -> AggregateRating
alternativeHeadline :: TVSeries -> AlternativeHeadline
associatedMedia :: TVSeries -> AssociatedMedia
audience :: TVSeries -> Audience
audio :: TVSeries -> Audio
author :: TVSeries -> Author
award :: TVSeries -> Award
awards :: TVSeries -> Awards
citation :: TVSeries -> Citation
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
educationalAlignment :: TVSeries -> EducationalAlignment
educationalUse :: TVSeries -> EducationalUse
encoding :: TVSeries -> Encoding
encodings :: TVSeries -> Encodings
genre :: TVSeries -> Genre
headline :: TVSeries -> Headline
inLanguage :: TVSeries -> InLanguage
interactionCount :: TVSeries -> InteractionCount
interactivityType :: TVSeries -> InteractivityType
isBasedOnUrl :: TVSeries -> IsBasedOnUrl
isFamilyFriendly :: TVSeries -> IsFamilyFriendly
keywords :: TVSeries -> Keywords
learningResourceType :: TVSeries -> LearningResourceType
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
timeRequired :: TVSeries -> TimeRequired
typicalAgeRange :: TVSeries -> TypicalAgeRange
version :: TVSeries -> Version
video :: TVSeries -> Video
actor :: TVSeries -> Actor
actors :: TVSeries -> Actors
director :: TVSeries -> Director
directors :: TVSeries -> Directors
endDate :: TVSeries -> EndDate
episode :: TVSeries -> Episode
episodes :: TVSeries -> Episodes
musicBy :: TVSeries -> MusicBy
numberOfEpisodes :: TVSeries -> NumberOfEpisodes
numberOfSeasons :: TVSeries -> NumberOfSeasons
producer :: TVSeries -> Producer
productionCompany :: TVSeries -> ProductionCompany
season :: TVSeries -> Season
seasons :: TVSeries -> Seasons
startDate :: TVSeries -> StartDate
trailer :: TVSeries -> Trailer
instance Typeable TVSeries
instance Show TVSeries
instance Read TVSeries
instance Eq TVSeries
instance MetaData TVSeries
module Text.HTML5.MetaData.Schema.VideoObject
-- |
-- - id VideoObject
-- - label Video Object
-- - comment
-- - ancestors
-- Thing,CreativeWork,MediaObject
-- - subtypes
-- - supertypes MediaObject
-- - url http://schema.org/VideoObject
--
data VideoObject
VideoObject :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> AssociatedArticle -> Bitrate -> ContentSize -> ContentUrl -> Duration -> EmbedUrl -> EncodesCreativeWork -> EncodingFormat -> Expires -> Height -> PlayerType -> ProductionCompany -> Publication -> RegionsAllowed -> RequiresSubscription -> UploadDate -> Width -> Caption -> Thumbnail -> Transcript -> VideoFrameSize -> VideoQuality -> VideoObject
additionalType :: VideoObject -> AdditionalType
alternateName :: VideoObject -> AlternateName
description :: VideoObject -> Description
image :: VideoObject -> Image
name :: VideoObject -> Name
sameAs :: VideoObject -> SameAs
url :: VideoObject -> Url
about :: VideoObject -> About
accessibilityAPI :: VideoObject -> AccessibilityAPI
accessibilityControl :: VideoObject -> AccessibilityControl
accessibilityFeature :: VideoObject -> AccessibilityFeature
accessibilityHazard :: VideoObject -> AccessibilityHazard
accountablePerson :: VideoObject -> AccountablePerson
aggregateRating :: VideoObject -> AggregateRating
alternativeHeadline :: VideoObject -> AlternativeHeadline
associatedMedia :: VideoObject -> AssociatedMedia
audience :: VideoObject -> Audience
audio :: VideoObject -> Audio
author :: VideoObject -> Author
award :: VideoObject -> Award
awards :: VideoObject -> Awards
citation :: VideoObject -> Citation
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
educationalAlignment :: VideoObject -> EducationalAlignment
educationalUse :: VideoObject -> EducationalUse
encoding :: VideoObject -> Encoding
encodings :: VideoObject -> Encodings
genre :: VideoObject -> Genre
headline :: VideoObject -> Headline
inLanguage :: VideoObject -> InLanguage
interactionCount :: VideoObject -> InteractionCount
interactivityType :: VideoObject -> InteractivityType
isBasedOnUrl :: VideoObject -> IsBasedOnUrl
isFamilyFriendly :: VideoObject -> IsFamilyFriendly
keywords :: VideoObject -> Keywords
learningResourceType :: VideoObject -> LearningResourceType
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
timeRequired :: VideoObject -> TimeRequired
typicalAgeRange :: VideoObject -> TypicalAgeRange
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
productionCompany :: VideoObject -> ProductionCompany
publication :: VideoObject -> Publication
regionsAllowed :: VideoObject -> RegionsAllowed
requiresSubscription :: VideoObject -> RequiresSubscription
uploadDate :: VideoObject -> UploadDate
width :: VideoObject -> Width
caption :: VideoObject -> Caption
thumbnail :: VideoObject -> Thumbnail
transcript :: VideoObject -> Transcript
videoFrameSize :: VideoObject -> VideoFrameSize
videoQuality :: VideoObject -> VideoQuality
instance Typeable VideoObject
instance Show VideoObject
instance Read VideoObject
instance Eq VideoObject
instance MetaData VideoObject
module Text.HTML5.MetaData.Schema.DDxElement
-- |
-- - id DDxElement
-- - label D Dx Element
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalIntangible
-- - subtypes
-- - supertypes
-- MedicalIntangible
-- - url http://schema.org/DDxElement
--
data DDxElement
DDxElement :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> Diagnosis -> DistinguishingSign -> DDxElement
additionalType :: DDxElement -> AdditionalType
alternateName :: DDxElement -> AlternateName
description :: DDxElement -> Description
image :: DDxElement -> Image
name :: DDxElement -> Name
sameAs :: DDxElement -> SameAs
url :: DDxElement -> Url
code :: DDxElement -> Code
guideline :: DDxElement -> Guideline
medicineSystem :: DDxElement -> MedicineSystem
recognizingAuthority :: DDxElement -> RecognizingAuthority
relevantSpecialty :: DDxElement -> RelevantSpecialty
study :: DDxElement -> Study
diagnosis :: DDxElement -> Diagnosis
distinguishingSign :: DDxElement -> DistinguishingSign
instance Typeable DDxElement
instance Show DDxElement
instance Read DDxElement
instance Eq DDxElement
instance MetaData DDxElement
module Text.HTML5.MetaData.Schema.DrugCost
-- |
-- - id DrugCost
-- - label Drug Cost
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalIntangible
-- - subtypes
-- - supertypes
-- MedicalIntangible
-- - url http://schema.org/DrugCost
--
data DrugCost
DrugCost :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> ApplicableLocation -> CostCategory -> CostCurrency -> CostOrigin -> CostPerUnit -> DrugUnit -> DrugCost
additionalType :: DrugCost -> AdditionalType
alternateName :: DrugCost -> AlternateName
description :: DrugCost -> Description
image :: DrugCost -> Image
name :: DrugCost -> Name
sameAs :: DrugCost -> SameAs
url :: DrugCost -> Url
code :: DrugCost -> Code
guideline :: DrugCost -> Guideline
medicineSystem :: DrugCost -> MedicineSystem
recognizingAuthority :: DrugCost -> RecognizingAuthority
relevantSpecialty :: DrugCost -> RelevantSpecialty
study :: DrugCost -> Study
applicableLocation :: DrugCost -> ApplicableLocation
costCategory :: DrugCost -> CostCategory
costCurrency :: DrugCost -> CostCurrency
costOrigin :: DrugCost -> CostOrigin
costPerUnit :: DrugCost -> CostPerUnit
drugUnit :: DrugCost -> DrugUnit
instance Typeable DrugCost
instance Show DrugCost
instance Read DrugCost
instance Eq DrugCost
instance MetaData DrugCost
module Text.HTML5.MetaData.Schema.DrugLegalStatus
-- |
-- - id DrugLegalStatus
-- - label Drug Legal Status
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalIntangible
-- - subtypes
-- - supertypes
-- MedicalIntangible
-- - url http://schema.org/DrugLegalStatus
--
data DrugLegalStatus
DrugLegalStatus :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> ApplicableLocation -> DrugLegalStatus
additionalType :: DrugLegalStatus -> AdditionalType
alternateName :: DrugLegalStatus -> AlternateName
description :: DrugLegalStatus -> Description
image :: DrugLegalStatus -> Image
name :: DrugLegalStatus -> Name
sameAs :: DrugLegalStatus -> SameAs
url :: DrugLegalStatus -> Url
code :: DrugLegalStatus -> Code
guideline :: DrugLegalStatus -> Guideline
medicineSystem :: DrugLegalStatus -> MedicineSystem
recognizingAuthority :: DrugLegalStatus -> RecognizingAuthority
relevantSpecialty :: DrugLegalStatus -> RelevantSpecialty
study :: DrugLegalStatus -> Study
applicableLocation :: DrugLegalStatus -> ApplicableLocation
instance Typeable DrugLegalStatus
instance Show DrugLegalStatus
instance Read DrugLegalStatus
instance Eq DrugLegalStatus
instance MetaData DrugLegalStatus
module Text.HTML5.MetaData.Schema.DrugStrength
-- |
-- - id DrugStrength
-- - label Drug Strength
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalIntangible
-- - subtypes
-- - supertypes
-- MedicalIntangible
-- - url http://schema.org/DrugStrength
--
data DrugStrength
DrugStrength :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> ActiveIngredient -> AvailableIn -> StrengthUnit -> StrengthValue -> DrugStrength
additionalType :: DrugStrength -> AdditionalType
alternateName :: DrugStrength -> AlternateName
description :: DrugStrength -> Description
image :: DrugStrength -> Image
name :: DrugStrength -> Name
sameAs :: DrugStrength -> SameAs
url :: DrugStrength -> Url
code :: DrugStrength -> Code
guideline :: DrugStrength -> Guideline
medicineSystem :: DrugStrength -> MedicineSystem
recognizingAuthority :: DrugStrength -> RecognizingAuthority
relevantSpecialty :: DrugStrength -> RelevantSpecialty
study :: DrugStrength -> Study
activeIngredient :: DrugStrength -> ActiveIngredient
availableIn :: DrugStrength -> AvailableIn
strengthUnit :: DrugStrength -> StrengthUnit
strengthValue :: DrugStrength -> StrengthValue
instance Typeable DrugStrength
instance Show DrugStrength
instance Read DrugStrength
instance Eq DrugStrength
instance MetaData DrugStrength
module Text.HTML5.MetaData.Schema.MaximumDoseSchedule
-- |
data MaximumDoseSchedule
MaximumDoseSchedule :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> DoseUnit -> DoseValue -> Frequency -> TargetPopulation -> MaximumDoseSchedule
additionalType :: MaximumDoseSchedule -> AdditionalType
alternateName :: MaximumDoseSchedule -> AlternateName
description :: MaximumDoseSchedule -> Description
image :: MaximumDoseSchedule -> Image
name :: MaximumDoseSchedule -> Name
sameAs :: MaximumDoseSchedule -> SameAs
url :: MaximumDoseSchedule -> Url
code :: MaximumDoseSchedule -> Code
guideline :: MaximumDoseSchedule -> Guideline
medicineSystem :: MaximumDoseSchedule -> MedicineSystem
recognizingAuthority :: MaximumDoseSchedule -> RecognizingAuthority
relevantSpecialty :: MaximumDoseSchedule -> RelevantSpecialty
study :: MaximumDoseSchedule -> Study
doseUnit :: MaximumDoseSchedule -> DoseUnit
doseValue :: MaximumDoseSchedule -> DoseValue
frequency :: MaximumDoseSchedule -> Frequency
targetPopulation :: MaximumDoseSchedule -> TargetPopulation
instance Typeable MaximumDoseSchedule
instance Show MaximumDoseSchedule
instance Read MaximumDoseSchedule
instance Eq MaximumDoseSchedule
instance MetaData MaximumDoseSchedule
module Text.HTML5.MetaData.Schema.MedicalCode
-- |
-- - id MedicalCode
-- - label Medical Code
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalIntangible
-- - subtypes
-- - supertypes
-- MedicalIntangible
-- - url http://schema.org/MedicalCode
--
data MedicalCode
MedicalCode :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> CodeValue -> CodingSystem -> MedicalCode
additionalType :: MedicalCode -> AdditionalType
alternateName :: MedicalCode -> AlternateName
description :: MedicalCode -> Description
image :: MedicalCode -> Image
name :: MedicalCode -> Name
sameAs :: MedicalCode -> SameAs
url :: MedicalCode -> Url
code :: MedicalCode -> Code
guideline :: MedicalCode -> Guideline
medicineSystem :: MedicalCode -> MedicineSystem
recognizingAuthority :: MedicalCode -> RecognizingAuthority
relevantSpecialty :: MedicalCode -> RelevantSpecialty
study :: MedicalCode -> Study
codeValue :: MedicalCode -> CodeValue
codingSystem :: MedicalCode -> CodingSystem
instance Typeable MedicalCode
instance Show MedicalCode
instance Read MedicalCode
instance Eq MedicalCode
instance MetaData MedicalCode
module Text.HTML5.MetaData.Schema.MedicalConditionStage
-- |
-- - id MedicalConditionStage
-- - label Medical Condition Stage
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalIntangible
-- - subtypes
-- - supertypes
-- MedicalIntangible
-- - url
-- http://schema.org/MedicalConditionStage
--
data MedicalConditionStage
MedicalConditionStage :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> StageAsNumber -> SubStageSuffix -> MedicalConditionStage
additionalType :: MedicalConditionStage -> AdditionalType
alternateName :: MedicalConditionStage -> AlternateName
description :: MedicalConditionStage -> Description
image :: MedicalConditionStage -> Image
name :: MedicalConditionStage -> Name
sameAs :: MedicalConditionStage -> SameAs
url :: MedicalConditionStage -> Url
code :: MedicalConditionStage -> Code
guideline :: MedicalConditionStage -> Guideline
medicineSystem :: MedicalConditionStage -> MedicineSystem
recognizingAuthority :: MedicalConditionStage -> RecognizingAuthority
relevantSpecialty :: MedicalConditionStage -> RelevantSpecialty
study :: MedicalConditionStage -> Study
stageAsNumber :: MedicalConditionStage -> StageAsNumber
subStageSuffix :: MedicalConditionStage -> SubStageSuffix
instance Typeable MedicalConditionStage
instance Show MedicalConditionStage
instance Read MedicalConditionStage
instance Eq MedicalConditionStage
instance MetaData MedicalConditionStage
module Text.HTML5.MetaData.Schema.RecommendedDoseSchedule
-- |
data RecommendedDoseSchedule
RecommendedDoseSchedule :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> DoseUnit -> DoseValue -> Frequency -> TargetPopulation -> RecommendedDoseSchedule
additionalType :: RecommendedDoseSchedule -> AdditionalType
alternateName :: RecommendedDoseSchedule -> AlternateName
description :: RecommendedDoseSchedule -> Description
image :: RecommendedDoseSchedule -> Image
name :: RecommendedDoseSchedule -> Name
sameAs :: RecommendedDoseSchedule -> SameAs
url :: RecommendedDoseSchedule -> Url
code :: RecommendedDoseSchedule -> Code
guideline :: RecommendedDoseSchedule -> Guideline
medicineSystem :: RecommendedDoseSchedule -> MedicineSystem
recognizingAuthority :: RecommendedDoseSchedule -> RecognizingAuthority
relevantSpecialty :: RecommendedDoseSchedule -> RelevantSpecialty
study :: RecommendedDoseSchedule -> Study
doseUnit :: RecommendedDoseSchedule -> DoseUnit
doseValue :: RecommendedDoseSchedule -> DoseValue
frequency :: RecommendedDoseSchedule -> Frequency
targetPopulation :: RecommendedDoseSchedule -> TargetPopulation
instance Typeable RecommendedDoseSchedule
instance Show RecommendedDoseSchedule
instance Read RecommendedDoseSchedule
instance Eq RecommendedDoseSchedule
instance MetaData RecommendedDoseSchedule
module Text.HTML5.MetaData.Schema.MedicalEntity
-- |
-- - id MedicalEntity
-- - label Medical Entity
-- - comment
-- - ancestors Thing
-- - subtypes
-- AnatomicalStructure,AnatomicalSystem,MedicalCause,MedicalCondition,MedicalContraindication,MedicalDevice,MedicalGuideline,MedicalIndication,MedicalIntangible,MedicalProcedure,MedicalRiskEstimator,MedicalRiskFactor,MedicalSignOrSymptom,MedicalStudy,MedicalTest,MedicalTherapy,SuperficialAnatomy
-- - supertypes Thing
-- - url http://schema.org/MedicalEntity
--
data MedicalEntity
MedicalEntity :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> MedicalEntity
additionalType :: MedicalEntity -> AdditionalType
alternateName :: MedicalEntity -> AlternateName
description :: MedicalEntity -> Description
image :: MedicalEntity -> Image
name :: MedicalEntity -> Name
sameAs :: MedicalEntity -> SameAs
url :: MedicalEntity -> Url
code :: MedicalEntity -> Code
guideline :: MedicalEntity -> Guideline
medicineSystem :: MedicalEntity -> MedicineSystem
recognizingAuthority :: MedicalEntity -> RecognizingAuthority
relevantSpecialty :: MedicalEntity -> RelevantSpecialty
study :: MedicalEntity -> Study
instance Typeable MedicalEntity
instance Show MedicalEntity
instance Read MedicalEntity
instance Eq MedicalEntity
instance MetaData MedicalEntity
module Text.HTML5.MetaData.Schema.RealEstateAgent
-- |
-- - id RealEstateAgent
-- - label Real Estate Agent
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- - supertypes LocalBusiness
-- - url http://schema.org/RealEstateAgent
--
data RealEstateAgent
RealEstateAgent :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> RealEstateAgent
additionalType :: RealEstateAgent -> AdditionalType
alternateName :: RealEstateAgent -> AlternateName
description :: RealEstateAgent -> Description
image :: RealEstateAgent -> Image
name :: RealEstateAgent -> Name
sameAs :: RealEstateAgent -> SameAs
url :: RealEstateAgent -> Url
address :: RealEstateAgent -> Address
aggregateRating :: RealEstateAgent -> AggregateRating
containedIn :: RealEstateAgent -> ContainedIn
event :: RealEstateAgent -> Event
events :: RealEstateAgent -> Events
faxNumber :: RealEstateAgent -> FaxNumber
geo :: RealEstateAgent -> Geo
globalLocationNumber :: RealEstateAgent -> GlobalLocationNumber
interactionCount :: RealEstateAgent -> InteractionCount
isicV4 :: RealEstateAgent -> IsicV4
logo :: RealEstateAgent -> Logo
map :: RealEstateAgent -> Map
maps :: RealEstateAgent -> Maps
openingHoursSpecification :: RealEstateAgent -> OpeningHoursSpecification
photo :: RealEstateAgent -> Photo
photos :: RealEstateAgent -> Photos
review :: RealEstateAgent -> Review
reviews :: RealEstateAgent -> Reviews
telephone :: RealEstateAgent -> Telephone
brand :: RealEstateAgent -> Brand
contactPoint :: RealEstateAgent -> ContactPoint
contactPoints :: RealEstateAgent -> ContactPoints
department :: RealEstateAgent -> Department
duns :: RealEstateAgent -> Duns
email :: RealEstateAgent -> Email
employee :: RealEstateAgent -> Employee
employees :: RealEstateAgent -> Employees
founder :: RealEstateAgent -> Founder
founders :: RealEstateAgent -> Founders
foundingDate :: RealEstateAgent -> FoundingDate
hasPOS :: RealEstateAgent -> HasPOS
legalName :: RealEstateAgent -> LegalName
location :: RealEstateAgent -> Location
makesOffer :: RealEstateAgent -> MakesOffer
member :: RealEstateAgent -> Member
members :: RealEstateAgent -> Members
naics :: RealEstateAgent -> Naics
owns :: RealEstateAgent -> Owns
seeks :: RealEstateAgent -> Seeks
subOrganization :: RealEstateAgent -> SubOrganization
taxID :: RealEstateAgent -> TaxID
vatID :: RealEstateAgent -> VatID
branchOf :: RealEstateAgent -> BranchOf
currenciesAccepted :: RealEstateAgent -> CurrenciesAccepted
openingHours :: RealEstateAgent -> OpeningHours
paymentAccepted :: RealEstateAgent -> PaymentAccepted
priceRange :: RealEstateAgent -> PriceRange
instance Typeable RealEstateAgent
instance Show RealEstateAgent
instance Read RealEstateAgent
instance Eq RealEstateAgent
instance MetaData RealEstateAgent
module Text.HTML5.MetaData.Schema.SportingGoodsStore
-- |
-- - id SportingGoodsStore
-- - label Sporting Goods Store
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url
-- http://schema.org/SportingGoodsStore
--
data SportingGoodsStore
SportingGoodsStore :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> SportingGoodsStore
additionalType :: SportingGoodsStore -> AdditionalType
alternateName :: SportingGoodsStore -> AlternateName
description :: SportingGoodsStore -> Description
image :: SportingGoodsStore -> Image
name :: SportingGoodsStore -> Name
sameAs :: SportingGoodsStore -> SameAs
url :: SportingGoodsStore -> Url
address :: SportingGoodsStore -> Address
aggregateRating :: SportingGoodsStore -> AggregateRating
containedIn :: SportingGoodsStore -> ContainedIn
event :: SportingGoodsStore -> Event
events :: SportingGoodsStore -> Events
faxNumber :: SportingGoodsStore -> FaxNumber
geo :: SportingGoodsStore -> Geo
globalLocationNumber :: SportingGoodsStore -> GlobalLocationNumber
interactionCount :: SportingGoodsStore -> InteractionCount
isicV4 :: SportingGoodsStore -> IsicV4
logo :: SportingGoodsStore -> Logo
map :: SportingGoodsStore -> Map
maps :: SportingGoodsStore -> Maps
openingHoursSpecification :: SportingGoodsStore -> OpeningHoursSpecification
photo :: SportingGoodsStore -> Photo
photos :: SportingGoodsStore -> Photos
review :: SportingGoodsStore -> Review
reviews :: SportingGoodsStore -> Reviews
telephone :: SportingGoodsStore -> Telephone
brand :: SportingGoodsStore -> Brand
contactPoint :: SportingGoodsStore -> ContactPoint
contactPoints :: SportingGoodsStore -> ContactPoints
department :: SportingGoodsStore -> Department
duns :: SportingGoodsStore -> Duns
email :: SportingGoodsStore -> Email
employee :: SportingGoodsStore -> Employee
employees :: SportingGoodsStore -> Employees
founder :: SportingGoodsStore -> Founder
founders :: SportingGoodsStore -> Founders
foundingDate :: SportingGoodsStore -> FoundingDate
hasPOS :: SportingGoodsStore -> HasPOS
legalName :: SportingGoodsStore -> LegalName
location :: SportingGoodsStore -> Location
makesOffer :: SportingGoodsStore -> MakesOffer
member :: SportingGoodsStore -> Member
members :: SportingGoodsStore -> Members
naics :: SportingGoodsStore -> Naics
owns :: SportingGoodsStore -> Owns
seeks :: SportingGoodsStore -> Seeks
subOrganization :: SportingGoodsStore -> SubOrganization
taxID :: SportingGoodsStore -> TaxID
vatID :: SportingGoodsStore -> VatID
branchOf :: SportingGoodsStore -> BranchOf
currenciesAccepted :: SportingGoodsStore -> CurrenciesAccepted
openingHours :: SportingGoodsStore -> OpeningHours
paymentAccepted :: SportingGoodsStore -> PaymentAccepted
priceRange :: SportingGoodsStore -> PriceRange
instance Typeable SportingGoodsStore
instance Show SportingGoodsStore
instance Read SportingGoodsStore
instance Eq SportingGoodsStore
instance MetaData SportingGoodsStore
module Text.HTML5.MetaData.Schema.DefenceEstablishment
-- |
-- - id DefenceEstablishment
-- - label Defence Establishment
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure,GovernmentBuilding
-- - subtypes
-- - supertypes
-- GovernmentBuilding
-- - url
-- http://schema.org/DefenceEstablishment
--
data DefenceEstablishment
DefenceEstablishment :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> DefenceEstablishment
additionalType :: DefenceEstablishment -> AdditionalType
alternateName :: DefenceEstablishment -> AlternateName
description :: DefenceEstablishment -> Description
image :: DefenceEstablishment -> Image
name :: DefenceEstablishment -> Name
sameAs :: DefenceEstablishment -> SameAs
url :: DefenceEstablishment -> Url
address :: DefenceEstablishment -> Address
aggregateRating :: DefenceEstablishment -> AggregateRating
containedIn :: DefenceEstablishment -> ContainedIn
event :: DefenceEstablishment -> Event
events :: DefenceEstablishment -> Events
faxNumber :: DefenceEstablishment -> FaxNumber
geo :: DefenceEstablishment -> Geo
globalLocationNumber :: DefenceEstablishment -> GlobalLocationNumber
interactionCount :: DefenceEstablishment -> InteractionCount
isicV4 :: DefenceEstablishment -> IsicV4
logo :: DefenceEstablishment -> Logo
map :: DefenceEstablishment -> Map
maps :: DefenceEstablishment -> Maps
openingHoursSpecification :: DefenceEstablishment -> OpeningHoursSpecification
photo :: DefenceEstablishment -> Photo
photos :: DefenceEstablishment -> Photos
review :: DefenceEstablishment -> Review
reviews :: DefenceEstablishment -> Reviews
telephone :: DefenceEstablishment -> Telephone
openingHours :: DefenceEstablishment -> OpeningHours
instance Typeable DefenceEstablishment
instance Show DefenceEstablishment
instance Read DefenceEstablishment
instance Eq DefenceEstablishment
instance MetaData DefenceEstablishment
module Text.HTML5.MetaData.Schema.Sculpture
-- |
-- - id Sculpture
-- - label Sculpture
-- - comment
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes CreativeWork
-- - url http://schema.org/Sculpture
--
data Sculpture
Sculpture :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> Sculpture
additionalType :: Sculpture -> AdditionalType
alternateName :: Sculpture -> AlternateName
description :: Sculpture -> Description
image :: Sculpture -> Image
name :: Sculpture -> Name
sameAs :: Sculpture -> SameAs
url :: Sculpture -> Url
about :: Sculpture -> About
accessibilityAPI :: Sculpture -> AccessibilityAPI
accessibilityControl :: Sculpture -> AccessibilityControl
accessibilityFeature :: Sculpture -> AccessibilityFeature
accessibilityHazard :: Sculpture -> AccessibilityHazard
accountablePerson :: Sculpture -> AccountablePerson
aggregateRating :: Sculpture -> AggregateRating
alternativeHeadline :: Sculpture -> AlternativeHeadline
associatedMedia :: Sculpture -> AssociatedMedia
audience :: Sculpture -> Audience
audio :: Sculpture -> Audio
author :: Sculpture -> Author
award :: Sculpture -> Award
awards :: Sculpture -> Awards
citation :: Sculpture -> Citation
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
educationalAlignment :: Sculpture -> EducationalAlignment
educationalUse :: Sculpture -> EducationalUse
encoding :: Sculpture -> Encoding
encodings :: Sculpture -> Encodings
genre :: Sculpture -> Genre
headline :: Sculpture -> Headline
inLanguage :: Sculpture -> InLanguage
interactionCount :: Sculpture -> InteractionCount
interactivityType :: Sculpture -> InteractivityType
isBasedOnUrl :: Sculpture -> IsBasedOnUrl
isFamilyFriendly :: Sculpture -> IsFamilyFriendly
keywords :: Sculpture -> Keywords
learningResourceType :: Sculpture -> LearningResourceType
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
timeRequired :: Sculpture -> TimeRequired
typicalAgeRange :: Sculpture -> TypicalAgeRange
version :: Sculpture -> Version
video :: Sculpture -> Video
instance Typeable Sculpture
instance Show Sculpture
instance Read Sculpture
instance Eq Sculpture
instance MetaData Sculpture
module Text.HTML5.MetaData.Schema.AggregateRating
-- |
-- - id AggregateRating
-- - label Aggregate Rating
-- - comment
-- - ancestors
-- Thing,Intangible,Rating
-- - subtypes
-- - supertypes Rating
-- - url http://schema.org/AggregateRating
--
data AggregateRating
AggregateRating :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> BestRating -> RatingValue -> WorstRating -> ItemReviewed -> RatingCount -> ReviewCount -> AggregateRating
additionalType :: AggregateRating -> AdditionalType
alternateName :: AggregateRating -> AlternateName
description :: AggregateRating -> Description
image :: AggregateRating -> Image
name :: AggregateRating -> Name
sameAs :: AggregateRating -> SameAs
url :: AggregateRating -> Url
bestRating :: AggregateRating -> BestRating
ratingValue :: AggregateRating -> RatingValue
worstRating :: AggregateRating -> WorstRating
itemReviewed :: AggregateRating -> ItemReviewed
ratingCount :: AggregateRating -> RatingCount
reviewCount :: AggregateRating -> ReviewCount
instance Typeable AggregateRating
instance Show AggregateRating
instance Read AggregateRating
instance Eq AggregateRating
instance MetaData AggregateRating
module Text.HTML5.MetaData.Schema.AlignmentObject
-- |
-- - id AlignmentObject
-- - label Alignment Object
-- - comment
-- - ancestors
-- Thing,Intangible
-- - subtypes
-- - supertypes Intangible
-- - url http://schema.org/AlignmentObject
--
data AlignmentObject
AlignmentObject :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> AlignmentType -> EducationalFramework -> TargetDescription -> TargetName -> TargetUrl -> AlignmentObject
additionalType :: AlignmentObject -> AdditionalType
alternateName :: AlignmentObject -> AlternateName
description :: AlignmentObject -> Description
image :: AlignmentObject -> Image
name :: AlignmentObject -> Name
sameAs :: AlignmentObject -> SameAs
url :: AlignmentObject -> Url
alignmentType :: AlignmentObject -> AlignmentType
educationalFramework :: AlignmentObject -> EducationalFramework
targetDescription :: AlignmentObject -> TargetDescription
targetName :: AlignmentObject -> TargetName
targetUrl :: AlignmentObject -> TargetUrl
instance Typeable AlignmentObject
instance Show AlignmentObject
instance Read AlignmentObject
instance Eq AlignmentObject
instance MetaData AlignmentObject
module Text.HTML5.MetaData.Schema.BookFormatType
-- |
-- - id BookFormatType
-- - label Book Format Type
-- - comment
-- - ancestors
-- Thing,Intangible,Enumeration
-- - subtypes
-- - supertypes Enumeration
-- - url http://schema.org/BookFormatType
--
data BookFormatType
EBook :: BookFormatType
Hardcover :: BookFormatType
Paperback :: BookFormatType
instance Typeable BookFormatType
instance Show BookFormatType
instance Read BookFormatType
instance Eq BookFormatType
instance MetaData BookFormatType
module Text.HTML5.MetaData.Schema.Brand
-- |
-- - id Brand
-- - label Brand
-- - comment
-- - ancestors
-- Thing,Intangible
-- - subtypes
-- - supertypes Intangible
-- - url http://schema.org/Brand
--
data Brand
Brand :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Logo -> Brand
additionalType :: Brand -> AdditionalType
alternateName :: Brand -> AlternateName
description :: Brand -> Description
image :: Brand -> Image
name :: Brand -> Name
sameAs :: Brand -> SameAs
url :: Brand -> Url
logo :: Brand -> Logo
instance Typeable Brand
instance Show Brand
instance Read Brand
instance Eq Brand
instance MetaData Brand
module Text.HTML5.MetaData.Schema.BusinessEntityType
-- |
-- - id BusinessEntityType
-- - label Business Entity Type
-- - comment
-- - ancestors
-- Thing,Intangible,Enumeration
-- - subtypes
-- - supertypes Enumeration
-- - url
-- http://schema.org/BusinessEntityType
--
data BusinessEntityType
BusinessEntityType :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> BusinessEntityType
additionalType :: BusinessEntityType -> AdditionalType
alternateName :: BusinessEntityType -> AlternateName
description :: BusinessEntityType -> Description
image :: BusinessEntityType -> Image
name :: BusinessEntityType -> Name
sameAs :: BusinessEntityType -> SameAs
url :: BusinessEntityType -> Url
instance Typeable BusinessEntityType
instance Show BusinessEntityType
instance Read BusinessEntityType
instance Eq BusinessEntityType
instance MetaData BusinessEntityType
module Text.HTML5.MetaData.Schema.BusinessFunction
-- |
-- - id BusinessFunction
-- - label Business Function
-- - comment
-- - ancestors
-- Thing,Intangible,Enumeration
-- - subtypes
-- - supertypes Enumeration
-- - url http://schema.org/BusinessFunction
--
data BusinessFunction
BusinessFunction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> BusinessFunction
additionalType :: BusinessFunction -> AdditionalType
alternateName :: BusinessFunction -> AlternateName
description :: BusinessFunction -> Description
image :: BusinessFunction -> Image
name :: BusinessFunction -> Name
sameAs :: BusinessFunction -> SameAs
url :: BusinessFunction -> Url
instance Typeable BusinessFunction
instance Show BusinessFunction
instance Read BusinessFunction
instance Eq BusinessFunction
instance MetaData BusinessFunction
module Text.HTML5.MetaData.Schema.ContactPoint
-- |
-- - id ContactPoint
-- - label Contact Point
-- - comment
-- - ancestors
-- Thing,Intangible,StructuredValue
-- - subtypes PostalAddress
-- - supertypes StructuredValue
-- - url http://schema.org/ContactPoint
--
data ContactPoint
ContactPoint :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> AreaServed -> AvailableLanguage -> ContactOption -> ContactType -> Email -> FaxNumber -> HoursAvailable -> ProductSupported -> Telephone -> ContactPoint
additionalType :: ContactPoint -> AdditionalType
alternateName :: ContactPoint -> AlternateName
description :: ContactPoint -> Description
image :: ContactPoint -> Image
name :: ContactPoint -> Name
sameAs :: ContactPoint -> SameAs
url :: ContactPoint -> Url
areaServed :: ContactPoint -> AreaServed
availableLanguage :: ContactPoint -> AvailableLanguage
contactOption :: ContactPoint -> ContactOption
contactType :: ContactPoint -> ContactType
email :: ContactPoint -> Email
faxNumber :: ContactPoint -> FaxNumber
hoursAvailable :: ContactPoint -> HoursAvailable
productSupported :: ContactPoint -> ProductSupported
telephone :: ContactPoint -> Telephone
instance Typeable ContactPoint
instance Show ContactPoint
instance Read ContactPoint
instance Eq ContactPoint
instance MetaData ContactPoint
module Text.HTML5.MetaData.Schema.ContactPointOption
-- |
-- - id ContactPointOption
-- - label Contact Point Option
-- - comment
-- - ancestors
-- Thing,Intangible,Enumeration
-- - subtypes
-- - supertypes Enumeration
-- - url
-- http://schema.org/ContactPointOption
--
data ContactPointOption
HearingImpairedSupported :: ContactPointOption
TollFree :: ContactPointOption
instance Typeable ContactPointOption
instance Show ContactPointOption
instance Read ContactPointOption
instance Eq ContactPointOption
instance MetaData ContactPointOption
module Text.HTML5.MetaData.Schema.DayOfWeek
-- |
-- - id DayOfWeek
-- - label Day of Week
-- - comment
-- - ancestors
-- Thing,Intangible,Enumeration
-- - subtypes
-- - supertypes Enumeration
-- - url http://schema.org/DayOfWeek
--
data DayOfWeek
DayOfWeek :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> DayOfWeek
additionalType :: DayOfWeek -> AdditionalType
alternateName :: DayOfWeek -> AlternateName
description :: DayOfWeek -> Description
image :: DayOfWeek -> Image
name :: DayOfWeek -> Name
sameAs :: DayOfWeek -> SameAs
url :: DayOfWeek -> Url
instance Typeable DayOfWeek
instance Show DayOfWeek
instance Read DayOfWeek
instance Eq DayOfWeek
instance MetaData DayOfWeek
module Text.HTML5.MetaData.Schema.Demand
-- |
-- - id Demand
-- - label Demand
-- - comment
-- - ancestors
-- Thing,Intangible
-- - subtypes
-- - supertypes Intangible
-- - url http://schema.org/Demand
--
data Demand
Demand :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> AcceptedPaymentMethod -> AdvanceBookingRequirement -> Availability -> AvailabilityEnds -> AvailabilityStarts -> AvailableAtOrFrom -> AvailableDeliveryMethod -> BusinessFunction -> DeliveryLeadTime -> EligibleCustomerType -> EligibleDuration -> EligibleQuantity -> EligibleRegion -> EligibleTransactionVolume -> Gtin13 -> Gtin14 -> Gtin8 -> IncludesObject -> InventoryLevel -> ItemCondition -> ItemOffered -> Mpn -> PriceSpecification -> Seller -> SerialNumber -> Sku -> ValidFrom -> ValidThrough -> Warranty -> Demand
additionalType :: Demand -> AdditionalType
alternateName :: Demand -> AlternateName
description :: Demand -> Description
image :: Demand -> Image
name :: Demand -> Name
sameAs :: Demand -> SameAs
url :: Demand -> Url
acceptedPaymentMethod :: Demand -> AcceptedPaymentMethod
advanceBookingRequirement :: Demand -> AdvanceBookingRequirement
availability :: Demand -> Availability
availabilityEnds :: Demand -> AvailabilityEnds
availabilityStarts :: Demand -> AvailabilityStarts
availableAtOrFrom :: Demand -> AvailableAtOrFrom
availableDeliveryMethod :: Demand -> AvailableDeliveryMethod
businessFunction :: Demand -> BusinessFunction
deliveryLeadTime :: Demand -> DeliveryLeadTime
eligibleCustomerType :: Demand -> EligibleCustomerType
eligibleDuration :: Demand -> EligibleDuration
eligibleQuantity :: Demand -> EligibleQuantity
eligibleRegion :: Demand -> EligibleRegion
eligibleTransactionVolume :: Demand -> EligibleTransactionVolume
gtin13 :: Demand -> Gtin13
gtin14 :: Demand -> Gtin14
gtin8 :: Demand -> Gtin8
includesObject :: Demand -> IncludesObject
inventoryLevel :: Demand -> InventoryLevel
itemCondition :: Demand -> ItemCondition
itemOffered :: Demand -> ItemOffered
mpn :: Demand -> Mpn
priceSpecification :: Demand -> PriceSpecification
seller :: Demand -> Seller
serialNumber :: Demand -> SerialNumber
sku :: Demand -> Sku
validFrom :: Demand -> ValidFrom
validThrough :: Demand -> ValidThrough
warranty :: Demand -> Warranty
instance Typeable Demand
instance Show Demand
instance Read Demand
instance Eq Demand
instance MetaData Demand
module Text.HTML5.MetaData.Schema.Enumeration
-- |
-- - id Enumeration
-- - label Enumeration
-- - comment
-- - ancestors
-- Thing,Intangible
-- - subtypes
-- BookFormatType,BusinessEntityType,BusinessFunction,ContactPointOption,DayOfWeek,DeliveryMethod,EventStatusType,ItemAvailability,OfferItemCondition,OrderStatus,PaymentMethod,QualitativeValue,Specialty,WarrantyScope
-- - supertypes Intangible
-- - url http://schema.org/Enumeration
--
data Enumeration
Enumeration :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Enumeration
additionalType :: Enumeration -> AdditionalType
alternateName :: Enumeration -> AlternateName
description :: Enumeration -> Description
image :: Enumeration -> Image
name :: Enumeration -> Name
sameAs :: Enumeration -> SameAs
url :: Enumeration -> Url
instance Typeable Enumeration
instance Show Enumeration
instance Read Enumeration
instance Eq Enumeration
instance MetaData Enumeration
module Text.HTML5.MetaData.Schema.EventStatusType
-- |
-- - id EventStatusType
-- - label Event Status Type
-- - comment
-- - ancestors
-- Thing,Intangible,Enumeration
-- - subtypes
-- - supertypes Enumeration
-- - url http://schema.org/EventStatusType
--
data EventStatusType
EventCancelled :: EventStatusType
EventPostponed :: EventStatusType
EventRescheduled :: EventStatusType
EventScheduled :: EventStatusType
instance Typeable EventStatusType
instance Show EventStatusType
instance Read EventStatusType
instance Eq EventStatusType
instance MetaData EventStatusType
module Text.HTML5.MetaData.Schema.GeoCoordinates
-- |
-- - id GeoCoordinates
-- - label Geo Coordinates
-- - comment
-- - ancestors
-- Thing,Intangible,StructuredValue
-- - subtypes
-- - supertypes StructuredValue
-- - url http://schema.org/GeoCoordinates
--
data GeoCoordinates
GeoCoordinates :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Elevation -> Latitude -> Longitude -> GeoCoordinates
additionalType :: GeoCoordinates -> AdditionalType
alternateName :: GeoCoordinates -> AlternateName
description :: GeoCoordinates -> Description
image :: GeoCoordinates -> Image
name :: GeoCoordinates -> Name
sameAs :: GeoCoordinates -> SameAs
url :: GeoCoordinates -> Url
elevation :: GeoCoordinates -> Elevation
latitude :: GeoCoordinates -> Latitude
longitude :: GeoCoordinates -> Longitude
instance Typeable GeoCoordinates
instance Show GeoCoordinates
instance Read GeoCoordinates
instance Eq GeoCoordinates
instance MetaData GeoCoordinates
module Text.HTML5.MetaData.Schema.GeoShape
-- |
-- - id GeoShape
-- - label Geo Shape
-- - comment
-- - ancestors
-- Thing,Intangible,StructuredValue
-- - subtypes
-- - supertypes StructuredValue
-- - url http://schema.org/GeoShape
--
data GeoShape
GeoShape :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Box -> Circle -> Elevation -> Line -> Polygon -> GeoShape
additionalType :: GeoShape -> AdditionalType
alternateName :: GeoShape -> AlternateName
description :: GeoShape -> Description
image :: GeoShape -> Image
name :: GeoShape -> Name
sameAs :: GeoShape -> SameAs
url :: GeoShape -> Url
box :: GeoShape -> Box
circle :: GeoShape -> Circle
elevation :: GeoShape -> Elevation
line :: GeoShape -> Line
polygon :: GeoShape -> Polygon
instance Typeable GeoShape
instance Show GeoShape
instance Read GeoShape
instance Eq GeoShape
instance MetaData GeoShape
module Text.HTML5.MetaData.Schema.ItemAvailability
-- |
-- - id ItemAvailability
-- - label Item Availability
-- - comment
-- - ancestors
-- Thing,Intangible,Enumeration
-- - subtypes
-- - supertypes Enumeration
-- - url http://schema.org/ItemAvailability
--
data ItemAvailability
Discontinued :: ItemAvailability
InStock :: ItemAvailability
InStoreOnly :: ItemAvailability
LimitedAvailability :: ItemAvailability
OnlineOnly :: ItemAvailability
OutOfStock :: ItemAvailability
PreOrder :: ItemAvailability
SoldOut :: ItemAvailability
instance Typeable ItemAvailability
instance Show ItemAvailability
instance Read ItemAvailability
instance Eq ItemAvailability
instance MetaData ItemAvailability
module Text.HTML5.MetaData.Schema.Language
-- |
-- - id Language
-- - label Language
-- - comment
-- - ancestors
-- Thing,Intangible
-- - subtypes
-- - supertypes Intangible
-- - url http://schema.org/Language
--
data Language
Language :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Language
additionalType :: Language -> AdditionalType
alternateName :: Language -> AlternateName
description :: Language -> Description
image :: Language -> Image
name :: Language -> Name
sameAs :: Language -> SameAs
url :: Language -> Url
instance Typeable Language
instance Show Language
instance Read Language
instance Eq Language
instance MetaData Language
module Text.HTML5.MetaData.Schema.NutritionInformation
-- |
-- - id NutritionInformation
-- - label Nutrition Information
-- - comment
-- - ancestors
-- Thing,Intangible,StructuredValue
-- - subtypes
-- - supertypes StructuredValue
-- - url
-- http://schema.org/NutritionInformation
--
data NutritionInformation
NutritionInformation :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Calories -> CarbohydrateContent -> CholesterolContent -> FatContent -> FiberContent -> ProteinContent -> SaturatedFatContent -> ServingSize -> SodiumContent -> SugarContent -> TransFatContent -> UnsaturatedFatContent -> NutritionInformation
additionalType :: NutritionInformation -> AdditionalType
alternateName :: NutritionInformation -> AlternateName
description :: NutritionInformation -> Description
image :: NutritionInformation -> Image
name :: NutritionInformation -> Name
sameAs :: NutritionInformation -> SameAs
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 Typeable NutritionInformation
instance Show NutritionInformation
instance Read NutritionInformation
instance Eq NutritionInformation
instance MetaData NutritionInformation
module Text.HTML5.MetaData.Schema.OfferItemCondition
-- |
-- - id OfferItemCondition
-- - label Offer Item Condition
-- - comment
-- - ancestors
-- Thing,Intangible,Enumeration
-- - subtypes
-- - supertypes Enumeration
-- - url
-- http://schema.org/OfferItemCondition
--
data OfferItemCondition
DamagedCondition :: OfferItemCondition
NewCondition :: OfferItemCondition
RefurbishedCondition :: OfferItemCondition
UsedCondition :: OfferItemCondition
instance Typeable OfferItemCondition
instance Show OfferItemCondition
instance Read OfferItemCondition
instance Eq OfferItemCondition
instance MetaData OfferItemCondition
module Text.HTML5.MetaData.Schema.OpeningHoursSpecification
-- |
-- - id OpeningHoursSpecification
-- - label Opening Hours Specification
-- - comment
-- - ancestors
-- Thing,Intangible,StructuredValue
-- - subtypes
-- - supertypes StructuredValue
-- - url
-- http://schema.org/OpeningHoursSpecification
--
data OpeningHoursSpecification
OpeningHoursSpecification :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Closes -> DayOfWeek -> Opens -> ValidFrom -> ValidThrough -> OpeningHoursSpecification
additionalType :: OpeningHoursSpecification -> AdditionalType
alternateName :: OpeningHoursSpecification -> AlternateName
description :: OpeningHoursSpecification -> Description
image :: OpeningHoursSpecification -> Image
name :: OpeningHoursSpecification -> Name
sameAs :: OpeningHoursSpecification -> SameAs
url :: OpeningHoursSpecification -> Url
closes :: OpeningHoursSpecification -> Closes
dayOfWeek :: OpeningHoursSpecification -> DayOfWeek
opens :: OpeningHoursSpecification -> Opens
validFrom :: OpeningHoursSpecification -> ValidFrom
validThrough :: OpeningHoursSpecification -> ValidThrough
instance Typeable OpeningHoursSpecification
instance Show OpeningHoursSpecification
instance Read OpeningHoursSpecification
instance Eq OpeningHoursSpecification
instance MetaData OpeningHoursSpecification
module Text.HTML5.MetaData.Schema.Order
-- |
-- - id Order
-- - label Order
-- - comment
-- - ancestors
-- Thing,Intangible
-- - subtypes
-- - supertypes Intangible
-- - url http://schema.org/Order
--
data Order
Order :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> AcceptedOffer -> BillingAddress -> ConfirmationNumber -> Customer -> Discount -> DiscountCode -> DiscountCurrency -> IsGift -> Merchant -> OrderDate -> OrderedItem -> OrderNumber -> OrderStatus -> PaymentDue -> PaymentMethod -> PaymentMethodId -> PaymentUrl -> Order
additionalType :: Order -> AdditionalType
alternateName :: Order -> AlternateName
description :: Order -> Description
image :: Order -> Image
name :: Order -> Name
sameAs :: Order -> SameAs
url :: Order -> Url
acceptedOffer :: Order -> AcceptedOffer
billingAddress :: Order -> BillingAddress
confirmationNumber :: Order -> ConfirmationNumber
customer :: Order -> Customer
discount :: Order -> Discount
discountCode :: Order -> DiscountCode
discountCurrency :: Order -> DiscountCurrency
isGift :: Order -> IsGift
merchant :: Order -> Merchant
orderDate :: Order -> OrderDate
orderedItem :: Order -> OrderedItem
orderNumber :: Order -> OrderNumber
orderStatus :: Order -> OrderStatus
paymentDue :: Order -> PaymentDue
paymentMethod :: Order -> PaymentMethod
paymentMethodId :: Order -> PaymentMethodId
paymentUrl :: Order -> PaymentUrl
instance Typeable Order
instance Show Order
instance Read Order
instance Eq Order
instance MetaData Order
module Text.HTML5.MetaData.Schema.OrderStatus
-- |
-- - id OrderStatus
-- - label Order Status
-- - comment
-- - ancestors
-- Thing,Intangible,Enumeration
-- - subtypes
-- - supertypes Enumeration
-- - url http://schema.org/OrderStatus
--
data OrderStatus
OrderCancelled :: OrderStatus
OrderDelivered :: OrderStatus
OrderInTransit :: OrderStatus
OrderPaymentDue :: OrderStatus
OrderPickupAvailable :: OrderStatus
OrderProblem :: OrderStatus
OrderProcessing :: OrderStatus
OrderReturned :: OrderStatus
instance Typeable OrderStatus
instance Show OrderStatus
instance Read OrderStatus
instance Eq OrderStatus
instance MetaData OrderStatus
module Text.HTML5.MetaData.Schema.OwnershipInfo
-- |
-- - id OwnershipInfo
-- - label Ownership Info
-- - comment
-- - ancestors
-- Thing,Intangible,StructuredValue
-- - subtypes
-- - supertypes StructuredValue
-- - url http://schema.org/OwnershipInfo
--
data OwnershipInfo
OwnershipInfo :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> AcquiredFrom -> OwnedFrom -> OwnedThrough -> TypeOfGood -> OwnershipInfo
additionalType :: OwnershipInfo -> AdditionalType
alternateName :: OwnershipInfo -> AlternateName
description :: OwnershipInfo -> Description
image :: OwnershipInfo -> Image
name :: OwnershipInfo -> Name
sameAs :: OwnershipInfo -> SameAs
url :: OwnershipInfo -> Url
acquiredFrom :: OwnershipInfo -> AcquiredFrom
ownedFrom :: OwnershipInfo -> OwnedFrom
ownedThrough :: OwnershipInfo -> OwnedThrough
typeOfGood :: OwnershipInfo -> TypeOfGood
instance Typeable OwnershipInfo
instance Show OwnershipInfo
instance Read OwnershipInfo
instance Eq OwnershipInfo
instance MetaData OwnershipInfo
module Text.HTML5.MetaData.Schema.PaymentMethod
-- |
-- - id PaymentMethod
-- - label Payment Method
-- - comment
-- - ancestors
-- Thing,Intangible,Enumeration
-- - subtypes CreditCard
-- - supertypes Enumeration
-- - url http://schema.org/PaymentMethod
--
data PaymentMethod
PaymentMethod :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> PaymentMethod
additionalType :: PaymentMethod -> AdditionalType
alternateName :: PaymentMethod -> AlternateName
description :: PaymentMethod -> Description
image :: PaymentMethod -> Image
name :: PaymentMethod -> Name
sameAs :: PaymentMethod -> SameAs
url :: PaymentMethod -> Url
instance Typeable PaymentMethod
instance Show PaymentMethod
instance Read PaymentMethod
instance Eq PaymentMethod
instance MetaData PaymentMethod
module Text.HTML5.MetaData.Schema.PostalAddress
-- |
data PostalAddress
PostalAddress :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> AreaServed -> AvailableLanguage -> ContactOption -> ContactType -> Email -> FaxNumber -> HoursAvailable -> ProductSupported -> Telephone -> AddressCountry -> AddressLocality -> AddressRegion -> PostalCode -> PostOfficeBoxNumber -> StreetAddress -> PostalAddress
additionalType :: PostalAddress -> AdditionalType
alternateName :: PostalAddress -> AlternateName
description :: PostalAddress -> Description
image :: PostalAddress -> Image
name :: PostalAddress -> Name
sameAs :: PostalAddress -> SameAs
url :: PostalAddress -> Url
areaServed :: PostalAddress -> AreaServed
availableLanguage :: PostalAddress -> AvailableLanguage
contactOption :: PostalAddress -> ContactOption
contactType :: PostalAddress -> ContactType
email :: PostalAddress -> Email
faxNumber :: PostalAddress -> FaxNumber
hoursAvailable :: PostalAddress -> HoursAvailable
productSupported :: PostalAddress -> ProductSupported
telephone :: PostalAddress -> Telephone
addressCountry :: PostalAddress -> AddressCountry
addressLocality :: PostalAddress -> AddressLocality
addressRegion :: PostalAddress -> AddressRegion
postalCode :: PostalAddress -> PostalCode
postOfficeBoxNumber :: PostalAddress -> PostOfficeBoxNumber
streetAddress :: PostalAddress -> StreetAddress
instance Typeable PostalAddress
instance Show PostalAddress
instance Read PostalAddress
instance Eq PostalAddress
instance MetaData PostalAddress
module Text.HTML5.MetaData.Schema.QualitativeValue
-- |
-- - id QualitativeValue
-- - label Qualitative Value
-- - comment
-- - ancestors
-- Thing,Intangible,Enumeration
-- - subtypes
-- - supertypes Enumeration
-- - url http://schema.org/QualitativeValue
--
data QualitativeValue
QualitativeValue :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Equal -> Greater -> GreaterOrEqual -> Lesser -> LesserOrEqual -> NonEqual -> ValueReference -> QualitativeValue
additionalType :: QualitativeValue -> AdditionalType
alternateName :: QualitativeValue -> AlternateName
description :: QualitativeValue -> Description
image :: QualitativeValue -> Image
name :: QualitativeValue -> Name
sameAs :: QualitativeValue -> SameAs
url :: QualitativeValue -> Url
equal :: QualitativeValue -> Equal
greater :: QualitativeValue -> Greater
greaterOrEqual :: QualitativeValue -> GreaterOrEqual
lesser :: QualitativeValue -> Lesser
lesserOrEqual :: QualitativeValue -> LesserOrEqual
nonEqual :: QualitativeValue -> NonEqual
valueReference :: QualitativeValue -> ValueReference
instance Typeable QualitativeValue
instance Show QualitativeValue
instance Read QualitativeValue
instance Eq QualitativeValue
instance MetaData QualitativeValue
module Text.HTML5.MetaData.Schema.QuantitativeValue
-- |
-- - id QuantitativeValue
-- - label Quantitative Value
-- - comment
-- - ancestors
-- Thing,Intangible,StructuredValue
-- - subtypes
-- - supertypes StructuredValue
-- - url
-- http://schema.org/QuantitativeValue
--
data QuantitativeValue
QuantitativeValue :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> MaxValue -> MinValue -> UnitCode -> Value -> ValueReference -> QuantitativeValue
additionalType :: QuantitativeValue -> AdditionalType
alternateName :: QuantitativeValue -> AlternateName
description :: QuantitativeValue -> Description
image :: QuantitativeValue -> Image
name :: QuantitativeValue -> Name
sameAs :: QuantitativeValue -> SameAs
url :: QuantitativeValue -> Url
maxValue :: QuantitativeValue -> MaxValue
minValue :: QuantitativeValue -> MinValue
unitCode :: QuantitativeValue -> UnitCode
value :: QuantitativeValue -> Value
valueReference :: QuantitativeValue -> ValueReference
instance Typeable QuantitativeValue
instance Show QuantitativeValue
instance Read QuantitativeValue
instance Eq QuantitativeValue
instance MetaData QuantitativeValue
module Text.HTML5.MetaData.Schema.Rating
-- |
data Rating
Rating :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> BestRating -> RatingValue -> WorstRating -> Rating
additionalType :: Rating -> AdditionalType
alternateName :: Rating -> AlternateName
description :: Rating -> Description
image :: Rating -> Image
name :: Rating -> Name
sameAs :: Rating -> SameAs
url :: Rating -> Url
bestRating :: Rating -> BestRating
ratingValue :: Rating -> RatingValue
worstRating :: Rating -> WorstRating
instance Typeable Rating
instance Show Rating
instance Read Rating
instance Eq Rating
instance MetaData Rating
module Text.HTML5.MetaData.Schema.ServiceChannel
-- |
-- - id ServiceChannel
-- - label Service Channel
-- - comment
-- - ancestors
-- Thing,Intangible
-- - subtypes
-- - supertypes Intangible
-- - url http://schema.org/ServiceChannel
--
data ServiceChannel
ServiceChannel :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> AvailableLanguage -> ProcessingTime -> ProvidesService -> ServiceLocation -> ServicePhone -> ServicePostalAddress -> ServiceSmsNumber -> ServiceUrl -> ServiceChannel
additionalType :: ServiceChannel -> AdditionalType
alternateName :: ServiceChannel -> AlternateName
description :: ServiceChannel -> Description
image :: ServiceChannel -> Image
name :: ServiceChannel -> Name
sameAs :: ServiceChannel -> SameAs
url :: ServiceChannel -> Url
availableLanguage :: ServiceChannel -> AvailableLanguage
processingTime :: ServiceChannel -> ProcessingTime
providesService :: ServiceChannel -> ProvidesService
serviceLocation :: ServiceChannel -> ServiceLocation
servicePhone :: ServiceChannel -> ServicePhone
servicePostalAddress :: ServiceChannel -> ServicePostalAddress
serviceSmsNumber :: ServiceChannel -> ServiceSmsNumber
serviceUrl :: ServiceChannel -> ServiceUrl
instance Typeable ServiceChannel
instance Show ServiceChannel
instance Read ServiceChannel
instance Eq ServiceChannel
instance MetaData ServiceChannel
module Text.HTML5.MetaData.Schema.Specialty
-- |
data Specialty
Specialty :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Specialty
additionalType :: Specialty -> AdditionalType
alternateName :: Specialty -> AlternateName
description :: Specialty -> Description
image :: Specialty -> Image
name :: Specialty -> Name
sameAs :: Specialty -> SameAs
url :: Specialty -> Url
instance Typeable Specialty
instance Show Specialty
instance Read Specialty
instance Eq Specialty
instance MetaData Specialty
module Text.HTML5.MetaData.Schema.StructuredValue
-- |
-- - id StructuredValue
-- - label Structured Value
-- - comment
-- - ancestors
-- Thing,Intangible
-- - subtypes
-- ContactPoint,GeoCoordinates,GeoShape,NutritionInformation,OpeningHoursSpecification,OwnershipInfo,PriceSpecification,QuantitativeValue,TypeAndQuantityNode,WarrantyPromise
-- - supertypes Intangible
-- - url http://schema.org/StructuredValue
--
data StructuredValue
StructuredValue :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> StructuredValue
additionalType :: StructuredValue -> AdditionalType
alternateName :: StructuredValue -> AlternateName
description :: StructuredValue -> Description
image :: StructuredValue -> Image
name :: StructuredValue -> Name
sameAs :: StructuredValue -> SameAs
url :: StructuredValue -> Url
instance Typeable StructuredValue
instance Show StructuredValue
instance Read StructuredValue
instance Eq StructuredValue
instance MetaData StructuredValue
module Text.HTML5.MetaData.Schema.TypeAndQuantityNode
-- |
-- - id TypeAndQuantityNode
-- - label Type And Quantity Node
-- - comment
-- - ancestors
-- Thing,Intangible,StructuredValue
-- - subtypes
-- - supertypes StructuredValue
-- - url
-- http://schema.org/TypeAndQuantityNode
--
data TypeAndQuantityNode
TypeAndQuantityNode :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> AmountOfThisGood -> BusinessFunction -> TypeOfGood -> UnitCode -> TypeAndQuantityNode
additionalType :: TypeAndQuantityNode -> AdditionalType
alternateName :: TypeAndQuantityNode -> AlternateName
description :: TypeAndQuantityNode -> Description
image :: TypeAndQuantityNode -> Image
name :: TypeAndQuantityNode -> Name
sameAs :: TypeAndQuantityNode -> SameAs
url :: TypeAndQuantityNode -> Url
amountOfThisGood :: TypeAndQuantityNode -> AmountOfThisGood
businessFunction :: TypeAndQuantityNode -> BusinessFunction
typeOfGood :: TypeAndQuantityNode -> TypeOfGood
unitCode :: TypeAndQuantityNode -> UnitCode
instance Typeable TypeAndQuantityNode
instance Show TypeAndQuantityNode
instance Read TypeAndQuantityNode
instance Eq TypeAndQuantityNode
instance MetaData TypeAndQuantityNode
module Text.HTML5.MetaData.Schema.WarrantyPromise
-- |
-- - id WarrantyPromise
-- - label Warranty Promise
-- - comment
-- - ancestors
-- Thing,Intangible,StructuredValue
-- - subtypes
-- - supertypes StructuredValue
-- - url http://schema.org/WarrantyPromise
--
data WarrantyPromise
WarrantyPromise :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> DurationOfWarranty -> WarrantyScope -> WarrantyPromise
additionalType :: WarrantyPromise -> AdditionalType
alternateName :: WarrantyPromise -> AlternateName
description :: WarrantyPromise -> Description
image :: WarrantyPromise -> Image
name :: WarrantyPromise -> Name
sameAs :: WarrantyPromise -> SameAs
url :: WarrantyPromise -> Url
durationOfWarranty :: WarrantyPromise -> DurationOfWarranty
warrantyScope :: WarrantyPromise -> WarrantyScope
instance Typeable WarrantyPromise
instance Show WarrantyPromise
instance Read WarrantyPromise
instance Eq WarrantyPromise
instance MetaData WarrantyPromise
module Text.HTML5.MetaData.Schema.WarrantyScope
-- |
-- - id WarrantyScope
-- - label Warranty Scope
-- - comment
-- - ancestors
-- Thing,Intangible,Enumeration
-- - subtypes
-- - supertypes Enumeration
-- - url http://schema.org/WarrantyScope
--
data WarrantyScope
WarrantyScope :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> WarrantyScope
additionalType :: WarrantyScope -> AdditionalType
alternateName :: WarrantyScope -> AlternateName
description :: WarrantyScope -> Description
image :: WarrantyScope -> Image
name :: WarrantyScope -> Name
sameAs :: WarrantyScope -> SameAs
url :: WarrantyScope -> Url
instance Typeable WarrantyScope
instance Show WarrantyScope
instance Read WarrantyScope
instance Eq WarrantyScope
instance MetaData WarrantyScope
module Text.HTML5.MetaData.Schema.CreditCard
-- |
data CreditCard
CreditCard :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> CreditCard
additionalType :: CreditCard -> AdditionalType
alternateName :: CreditCard -> AlternateName
description :: CreditCard -> Description
image :: CreditCard -> Image
name :: CreditCard -> Name
sameAs :: CreditCard -> SameAs
url :: CreditCard -> Url
instance Typeable CreditCard
instance Show CreditCard
instance Read CreditCard
instance Eq CreditCard
instance MetaData CreditCard
module Text.HTML5.MetaData.Schema.RiverBodyOfWater
-- |
-- - id RiverBodyOfWater
-- - label River Body of Water
-- - comment
-- - ancestors
-- Thing,Place,Landform,BodyOfWater
-- - subtypes
-- - supertypes BodyOfWater
-- - url http://schema.org/RiverBodyOfWater
--
data RiverBodyOfWater
RiverBodyOfWater :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> RiverBodyOfWater
additionalType :: RiverBodyOfWater -> AdditionalType
alternateName :: RiverBodyOfWater -> AlternateName
description :: RiverBodyOfWater -> Description
image :: RiverBodyOfWater -> Image
name :: RiverBodyOfWater -> Name
sameAs :: RiverBodyOfWater -> SameAs
url :: RiverBodyOfWater -> Url
address :: RiverBodyOfWater -> Address
aggregateRating :: RiverBodyOfWater -> AggregateRating
containedIn :: RiverBodyOfWater -> ContainedIn
event :: RiverBodyOfWater -> Event
events :: RiverBodyOfWater -> Events
faxNumber :: RiverBodyOfWater -> FaxNumber
geo :: RiverBodyOfWater -> Geo
globalLocationNumber :: RiverBodyOfWater -> GlobalLocationNumber
interactionCount :: RiverBodyOfWater -> InteractionCount
isicV4 :: RiverBodyOfWater -> IsicV4
logo :: RiverBodyOfWater -> Logo
map :: RiverBodyOfWater -> Map
maps :: RiverBodyOfWater -> Maps
openingHoursSpecification :: RiverBodyOfWater -> OpeningHoursSpecification
photo :: RiverBodyOfWater -> Photo
photos :: RiverBodyOfWater -> Photos
review :: RiverBodyOfWater -> Review
reviews :: RiverBodyOfWater -> Reviews
telephone :: RiverBodyOfWater -> Telephone
instance Typeable RiverBodyOfWater
instance Show RiverBodyOfWater
instance Read RiverBodyOfWater
instance Eq RiverBodyOfWater
instance MetaData RiverBodyOfWater
module Text.HTML5.MetaData.Schema.RadioStation
-- |
-- - id RadioStation
-- - label Radio Station
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- - supertypes LocalBusiness
-- - url http://schema.org/RadioStation
--
data RadioStation
RadioStation :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> RadioStation
additionalType :: RadioStation -> AdditionalType
alternateName :: RadioStation -> AlternateName
description :: RadioStation -> Description
image :: RadioStation -> Image
name :: RadioStation -> Name
sameAs :: RadioStation -> SameAs
url :: RadioStation -> Url
address :: RadioStation -> Address
aggregateRating :: RadioStation -> AggregateRating
containedIn :: RadioStation -> ContainedIn
event :: RadioStation -> Event
events :: RadioStation -> Events
faxNumber :: RadioStation -> FaxNumber
geo :: RadioStation -> Geo
globalLocationNumber :: RadioStation -> GlobalLocationNumber
interactionCount :: RadioStation -> InteractionCount
isicV4 :: RadioStation -> IsicV4
logo :: RadioStation -> Logo
map :: RadioStation -> Map
maps :: RadioStation -> Maps
openingHoursSpecification :: RadioStation -> OpeningHoursSpecification
photo :: RadioStation -> Photo
photos :: RadioStation -> Photos
review :: RadioStation -> Review
reviews :: RadioStation -> Reviews
telephone :: RadioStation -> Telephone
brand :: RadioStation -> Brand
contactPoint :: RadioStation -> ContactPoint
contactPoints :: RadioStation -> ContactPoints
department :: RadioStation -> Department
duns :: RadioStation -> Duns
email :: RadioStation -> Email
employee :: RadioStation -> Employee
employees :: RadioStation -> Employees
founder :: RadioStation -> Founder
founders :: RadioStation -> Founders
foundingDate :: RadioStation -> FoundingDate
hasPOS :: RadioStation -> HasPOS
legalName :: RadioStation -> LegalName
location :: RadioStation -> Location
makesOffer :: RadioStation -> MakesOffer
member :: RadioStation -> Member
members :: RadioStation -> Members
naics :: RadioStation -> Naics
owns :: RadioStation -> Owns
seeks :: RadioStation -> Seeks
subOrganization :: RadioStation -> SubOrganization
taxID :: RadioStation -> TaxID
vatID :: RadioStation -> VatID
branchOf :: RadioStation -> BranchOf
currenciesAccepted :: RadioStation -> CurrenciesAccepted
openingHours :: RadioStation -> OpeningHours
paymentAccepted :: RadioStation -> PaymentAccepted
priceRange :: RadioStation -> PriceRange
instance Typeable RadioStation
instance Show RadioStation
instance Read RadioStation
instance Eq RadioStation
instance MetaData RadioStation
module Text.HTML5.MetaData.Schema.DiagnosticLab
-- |
-- - id DiagnosticLab
-- - label Diagnostic Lab
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,MedicalOrganization
-- - subtypes
-- - supertypes
-- MedicalOrganization
-- - url http://schema.org/DiagnosticLab
--
data DiagnosticLab
DiagnosticLab :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AvailableTest -> DiagnosticLab
additionalType :: DiagnosticLab -> AdditionalType
alternateName :: DiagnosticLab -> AlternateName
description :: DiagnosticLab -> Description
image :: DiagnosticLab -> Image
name :: DiagnosticLab -> Name
sameAs :: DiagnosticLab -> SameAs
url :: DiagnosticLab -> Url
address :: DiagnosticLab -> Address
aggregateRating :: DiagnosticLab -> AggregateRating
containedIn :: DiagnosticLab -> ContainedIn
event :: DiagnosticLab -> Event
events :: DiagnosticLab -> Events
faxNumber :: DiagnosticLab -> FaxNumber
geo :: DiagnosticLab -> Geo
globalLocationNumber :: DiagnosticLab -> GlobalLocationNumber
interactionCount :: DiagnosticLab -> InteractionCount
isicV4 :: DiagnosticLab -> IsicV4
logo :: DiagnosticLab -> Logo
map :: DiagnosticLab -> Map
maps :: DiagnosticLab -> Maps
openingHoursSpecification :: DiagnosticLab -> OpeningHoursSpecification
photo :: DiagnosticLab -> Photo
photos :: DiagnosticLab -> Photos
review :: DiagnosticLab -> Review
reviews :: DiagnosticLab -> Reviews
telephone :: DiagnosticLab -> Telephone
brand :: DiagnosticLab -> Brand
contactPoint :: DiagnosticLab -> ContactPoint
contactPoints :: DiagnosticLab -> ContactPoints
department :: DiagnosticLab -> Department
duns :: DiagnosticLab -> Duns
email :: DiagnosticLab -> Email
employee :: DiagnosticLab -> Employee
employees :: DiagnosticLab -> Employees
founder :: DiagnosticLab -> Founder
founders :: DiagnosticLab -> Founders
foundingDate :: DiagnosticLab -> FoundingDate
hasPOS :: DiagnosticLab -> HasPOS
legalName :: DiagnosticLab -> LegalName
location :: DiagnosticLab -> Location
makesOffer :: DiagnosticLab -> MakesOffer
member :: DiagnosticLab -> Member
members :: DiagnosticLab -> Members
naics :: DiagnosticLab -> Naics
owns :: DiagnosticLab -> Owns
seeks :: DiagnosticLab -> Seeks
subOrganization :: DiagnosticLab -> SubOrganization
taxID :: DiagnosticLab -> TaxID
vatID :: DiagnosticLab -> VatID
branchOf :: DiagnosticLab -> BranchOf
currenciesAccepted :: DiagnosticLab -> CurrenciesAccepted
openingHours :: DiagnosticLab -> OpeningHours
paymentAccepted :: DiagnosticLab -> PaymentAccepted
priceRange :: DiagnosticLab -> PriceRange
availableTest :: DiagnosticLab -> AvailableTest
instance Typeable DiagnosticLab
instance Show DiagnosticLab
instance Read DiagnosticLab
instance Eq DiagnosticLab
instance MetaData DiagnosticLab
module Text.HTML5.MetaData.Schema.UnRegisterAction
-- |
data UnRegisterAction
UnRegisterAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> UnRegisterAction
additionalType :: UnRegisterAction -> AdditionalType
alternateName :: UnRegisterAction -> AlternateName
description :: UnRegisterAction -> Description
image :: UnRegisterAction -> Image
name :: UnRegisterAction -> Name
sameAs :: UnRegisterAction -> SameAs
url :: UnRegisterAction -> Url
agent :: UnRegisterAction -> Agent
endTime :: UnRegisterAction -> EndTime
instrument :: UnRegisterAction -> Instrument
location :: UnRegisterAction -> Location
object :: UnRegisterAction -> Object
participant :: UnRegisterAction -> Participant
result :: UnRegisterAction -> Result
startTime :: UnRegisterAction -> StartTime
instance Typeable UnRegisterAction
instance Show UnRegisterAction
instance Read UnRegisterAction
instance Eq UnRegisterAction
instance MetaData UnRegisterAction
module Text.HTML5.MetaData.Schema.Festival
-- |
data Festival
Festival :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Attendee -> Attendees -> DoorTime -> Duration -> EndDate -> EventStatus -> Location -> Offers -> Performer -> Performers -> PreviousStartDate -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> TypicalAgeRange -> Festival
additionalType :: Festival -> AdditionalType
alternateName :: Festival -> AlternateName
description :: Festival -> Description
image :: Festival -> Image
name :: Festival -> Name
sameAs :: Festival -> SameAs
url :: Festival -> Url
attendee :: Festival -> Attendee
attendees :: Festival -> Attendees
doorTime :: Festival -> DoorTime
duration :: Festival -> Duration
endDate :: Festival -> EndDate
eventStatus :: Festival -> EventStatus
location :: Festival -> Location
offers :: Festival -> Offers
performer :: Festival -> Performer
performers :: Festival -> Performers
previousStartDate :: Festival -> PreviousStartDate
startDate :: Festival -> StartDate
subEvent :: Festival -> SubEvent
subEvents :: Festival -> SubEvents
superEvent :: Festival -> SuperEvent
typicalAgeRange :: Festival -> TypicalAgeRange
instance Typeable Festival
instance Show Festival
instance Read Festival
instance Eq Festival
instance MetaData Festival
module Text.HTML5.MetaData.Schema.MovieRentalStore
-- |
-- - id MovieRentalStore
-- - label Movie Rental Store
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/MovieRentalStore
--
data MovieRentalStore
MovieRentalStore :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> MovieRentalStore
additionalType :: MovieRentalStore -> AdditionalType
alternateName :: MovieRentalStore -> AlternateName
description :: MovieRentalStore -> Description
image :: MovieRentalStore -> Image
name :: MovieRentalStore -> Name
sameAs :: MovieRentalStore -> SameAs
url :: MovieRentalStore -> Url
address :: MovieRentalStore -> Address
aggregateRating :: MovieRentalStore -> AggregateRating
containedIn :: MovieRentalStore -> ContainedIn
event :: MovieRentalStore -> Event
events :: MovieRentalStore -> Events
faxNumber :: MovieRentalStore -> FaxNumber
geo :: MovieRentalStore -> Geo
globalLocationNumber :: MovieRentalStore -> GlobalLocationNumber
interactionCount :: MovieRentalStore -> InteractionCount
isicV4 :: MovieRentalStore -> IsicV4
logo :: MovieRentalStore -> Logo
map :: MovieRentalStore -> Map
maps :: MovieRentalStore -> Maps
openingHoursSpecification :: MovieRentalStore -> OpeningHoursSpecification
photo :: MovieRentalStore -> Photo
photos :: MovieRentalStore -> Photos
review :: MovieRentalStore -> Review
reviews :: MovieRentalStore -> Reviews
telephone :: MovieRentalStore -> Telephone
brand :: MovieRentalStore -> Brand
contactPoint :: MovieRentalStore -> ContactPoint
contactPoints :: MovieRentalStore -> ContactPoints
department :: MovieRentalStore -> Department
duns :: MovieRentalStore -> Duns
email :: MovieRentalStore -> Email
employee :: MovieRentalStore -> Employee
employees :: MovieRentalStore -> Employees
founder :: MovieRentalStore -> Founder
founders :: MovieRentalStore -> Founders
foundingDate :: MovieRentalStore -> FoundingDate
hasPOS :: MovieRentalStore -> HasPOS
legalName :: MovieRentalStore -> LegalName
location :: MovieRentalStore -> Location
makesOffer :: MovieRentalStore -> MakesOffer
member :: MovieRentalStore -> Member
members :: MovieRentalStore -> Members
naics :: MovieRentalStore -> Naics
owns :: MovieRentalStore -> Owns
seeks :: MovieRentalStore -> Seeks
subOrganization :: MovieRentalStore -> SubOrganization
taxID :: MovieRentalStore -> TaxID
vatID :: MovieRentalStore -> VatID
branchOf :: MovieRentalStore -> BranchOf
currenciesAccepted :: MovieRentalStore -> CurrenciesAccepted
openingHours :: MovieRentalStore -> OpeningHours
paymentAccepted :: MovieRentalStore -> PaymentAccepted
priceRange :: MovieRentalStore -> PriceRange
instance Typeable MovieRentalStore
instance Show MovieRentalStore
instance Read MovieRentalStore
instance Eq MovieRentalStore
instance MetaData MovieRentalStore
module Text.HTML5.MetaData.Schema.AcceptAction
-- |
-- - id AcceptAction
-- - label Accept Action
-- - comment
-- - ancestors
-- Thing,Action,OrganizeAction,AllocateAction
-- - subtypes
-- - supertypes AllocateAction
-- - url http://schema.org/AcceptAction
--
data AcceptAction
AcceptAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Purpose -> AcceptAction
additionalType :: AcceptAction -> AdditionalType
alternateName :: AcceptAction -> AlternateName
description :: AcceptAction -> Description
image :: AcceptAction -> Image
name :: AcceptAction -> Name
sameAs :: AcceptAction -> SameAs
url :: AcceptAction -> Url
agent :: AcceptAction -> Agent
endTime :: AcceptAction -> EndTime
instrument :: AcceptAction -> Instrument
location :: AcceptAction -> Location
object :: AcceptAction -> Object
participant :: AcceptAction -> Participant
result :: AcceptAction -> Result
startTime :: AcceptAction -> StartTime
purpose :: AcceptAction -> Purpose
instance Typeable AcceptAction
instance Show AcceptAction
instance Read AcceptAction
instance Eq AcceptAction
instance MetaData AcceptAction
module Text.HTML5.MetaData.Schema.NightClub
-- |
data NightClub
NightClub :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> NightClub
additionalType :: NightClub -> AdditionalType
alternateName :: NightClub -> AlternateName
description :: NightClub -> Description
image :: NightClub -> Image
name :: NightClub -> Name
sameAs :: NightClub -> SameAs
url :: NightClub -> Url
address :: NightClub -> Address
aggregateRating :: NightClub -> AggregateRating
containedIn :: NightClub -> ContainedIn
event :: NightClub -> Event
events :: NightClub -> Events
faxNumber :: NightClub -> FaxNumber
geo :: NightClub -> Geo
globalLocationNumber :: NightClub -> GlobalLocationNumber
interactionCount :: NightClub -> InteractionCount
isicV4 :: NightClub -> IsicV4
logo :: NightClub -> Logo
map :: NightClub -> Map
maps :: NightClub -> Maps
openingHoursSpecification :: NightClub -> OpeningHoursSpecification
photo :: NightClub -> Photo
photos :: NightClub -> Photos
review :: NightClub -> Review
reviews :: NightClub -> Reviews
telephone :: NightClub -> Telephone
brand :: NightClub -> Brand
contactPoint :: NightClub -> ContactPoint
contactPoints :: NightClub -> ContactPoints
department :: NightClub -> Department
duns :: NightClub -> Duns
email :: NightClub -> Email
employee :: NightClub -> Employee
employees :: NightClub -> Employees
founder :: NightClub -> Founder
founders :: NightClub -> Founders
foundingDate :: NightClub -> FoundingDate
hasPOS :: NightClub -> HasPOS
legalName :: NightClub -> LegalName
location :: NightClub -> Location
makesOffer :: NightClub -> MakesOffer
member :: NightClub -> Member
members :: NightClub -> Members
naics :: NightClub -> Naics
owns :: NightClub -> Owns
seeks :: NightClub -> Seeks
subOrganization :: NightClub -> SubOrganization
taxID :: NightClub -> TaxID
vatID :: NightClub -> VatID
branchOf :: NightClub -> BranchOf
currenciesAccepted :: NightClub -> CurrenciesAccepted
openingHours :: NightClub -> OpeningHours
paymentAccepted :: NightClub -> PaymentAccepted
priceRange :: NightClub -> PriceRange
instance Typeable NightClub
instance Show NightClub
instance Read NightClub
instance Eq NightClub
instance MetaData NightClub
module Text.HTML5.MetaData.Schema.Synagogue
-- |
-- - id Synagogue
-- - label Synagogue
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure,PlaceOfWorship
-- - subtypes
-- - supertypes PlaceOfWorship
-- - url http://schema.org/Synagogue
--
data Synagogue
Synagogue :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> Synagogue
additionalType :: Synagogue -> AdditionalType
alternateName :: Synagogue -> AlternateName
description :: Synagogue -> Description
image :: Synagogue -> Image
name :: Synagogue -> Name
sameAs :: Synagogue -> SameAs
url :: Synagogue -> Url
address :: Synagogue -> Address
aggregateRating :: Synagogue -> AggregateRating
containedIn :: Synagogue -> ContainedIn
event :: Synagogue -> Event
events :: Synagogue -> Events
faxNumber :: Synagogue -> FaxNumber
geo :: Synagogue -> Geo
globalLocationNumber :: Synagogue -> GlobalLocationNumber
interactionCount :: Synagogue -> InteractionCount
isicV4 :: Synagogue -> IsicV4
logo :: Synagogue -> Logo
map :: Synagogue -> Map
maps :: Synagogue -> Maps
openingHoursSpecification :: Synagogue -> OpeningHoursSpecification
photo :: Synagogue -> Photo
photos :: Synagogue -> Photos
review :: Synagogue -> Review
reviews :: Synagogue -> Reviews
telephone :: Synagogue -> Telephone
openingHours :: Synagogue -> OpeningHours
instance Typeable Synagogue
instance Show Synagogue
instance Read Synagogue
instance Eq Synagogue
instance MetaData Synagogue
module Text.HTML5.MetaData.Schema.MovingCompany
-- |
-- - id MovingCompany
-- - label Moving Company
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,HomeAndConstructionBusiness
-- - subtypes
-- - supertypes
-- HomeAndConstructionBusiness
-- - url http://schema.org/MovingCompany
--
data MovingCompany
MovingCompany :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> MovingCompany
additionalType :: MovingCompany -> AdditionalType
alternateName :: MovingCompany -> AlternateName
description :: MovingCompany -> Description
image :: MovingCompany -> Image
name :: MovingCompany -> Name
sameAs :: MovingCompany -> SameAs
url :: MovingCompany -> Url
address :: MovingCompany -> Address
aggregateRating :: MovingCompany -> AggregateRating
containedIn :: MovingCompany -> ContainedIn
event :: MovingCompany -> Event
events :: MovingCompany -> Events
faxNumber :: MovingCompany -> FaxNumber
geo :: MovingCompany -> Geo
globalLocationNumber :: MovingCompany -> GlobalLocationNumber
interactionCount :: MovingCompany -> InteractionCount
isicV4 :: MovingCompany -> IsicV4
logo :: MovingCompany -> Logo
map :: MovingCompany -> Map
maps :: MovingCompany -> Maps
openingHoursSpecification :: MovingCompany -> OpeningHoursSpecification
photo :: MovingCompany -> Photo
photos :: MovingCompany -> Photos
review :: MovingCompany -> Review
reviews :: MovingCompany -> Reviews
telephone :: MovingCompany -> Telephone
brand :: MovingCompany -> Brand
contactPoint :: MovingCompany -> ContactPoint
contactPoints :: MovingCompany -> ContactPoints
department :: MovingCompany -> Department
duns :: MovingCompany -> Duns
email :: MovingCompany -> Email
employee :: MovingCompany -> Employee
employees :: MovingCompany -> Employees
founder :: MovingCompany -> Founder
founders :: MovingCompany -> Founders
foundingDate :: MovingCompany -> FoundingDate
hasPOS :: MovingCompany -> HasPOS
legalName :: MovingCompany -> LegalName
location :: MovingCompany -> Location
makesOffer :: MovingCompany -> MakesOffer
member :: MovingCompany -> Member
members :: MovingCompany -> Members
naics :: MovingCompany -> Naics
owns :: MovingCompany -> Owns
seeks :: MovingCompany -> Seeks
subOrganization :: MovingCompany -> SubOrganization
taxID :: MovingCompany -> TaxID
vatID :: MovingCompany -> VatID
branchOf :: MovingCompany -> BranchOf
currenciesAccepted :: MovingCompany -> CurrenciesAccepted
openingHours :: MovingCompany -> OpeningHours
paymentAccepted :: MovingCompany -> PaymentAccepted
priceRange :: MovingCompany -> PriceRange
instance Typeable MovingCompany
instance Show MovingCompany
instance Read MovingCompany
instance Eq MovingCompany
instance MetaData MovingCompany
module Text.HTML5.MetaData.Schema.MobileApplication
-- |
-- - id MobileApplication
-- - label Mobile Application
-- - comment
-- - ancestors
-- Thing,CreativeWork,SoftwareApplication
-- - subtypes
-- - supertypes
-- SoftwareApplication
-- - url
-- http://schema.org/MobileApplication
--
data MobileApplication
MobileApplication :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> ApplicationCategory -> ApplicationSubCategory -> ApplicationSuite -> CountriesNotSupported -> CountriesSupported -> Device -> DownloadUrl -> FeatureList -> FileFormat -> FileSize -> InstallUrl -> MemoryRequirements -> OperatingSystem -> Permissions -> ProcessorRequirements -> ReleaseNotes -> Requirements -> Screenshot -> SoftwareVersion -> StorageRequirements -> CarrierRequirements -> MobileApplication
additionalType :: MobileApplication -> AdditionalType
alternateName :: MobileApplication -> AlternateName
description :: MobileApplication -> Description
image :: MobileApplication -> Image
name :: MobileApplication -> Name
sameAs :: MobileApplication -> SameAs
url :: MobileApplication -> Url
about :: MobileApplication -> About
accessibilityAPI :: MobileApplication -> AccessibilityAPI
accessibilityControl :: MobileApplication -> AccessibilityControl
accessibilityFeature :: MobileApplication -> AccessibilityFeature
accessibilityHazard :: MobileApplication -> AccessibilityHazard
accountablePerson :: MobileApplication -> AccountablePerson
aggregateRating :: MobileApplication -> AggregateRating
alternativeHeadline :: MobileApplication -> AlternativeHeadline
associatedMedia :: MobileApplication -> AssociatedMedia
audience :: MobileApplication -> Audience
audio :: MobileApplication -> Audio
author :: MobileApplication -> Author
award :: MobileApplication -> Award
awards :: MobileApplication -> Awards
citation :: MobileApplication -> Citation
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
educationalAlignment :: MobileApplication -> EducationalAlignment
educationalUse :: MobileApplication -> EducationalUse
encoding :: MobileApplication -> Encoding
encodings :: MobileApplication -> Encodings
genre :: MobileApplication -> Genre
headline :: MobileApplication -> Headline
inLanguage :: MobileApplication -> InLanguage
interactionCount :: MobileApplication -> InteractionCount
interactivityType :: MobileApplication -> InteractivityType
isBasedOnUrl :: MobileApplication -> IsBasedOnUrl
isFamilyFriendly :: MobileApplication -> IsFamilyFriendly
keywords :: MobileApplication -> Keywords
learningResourceType :: MobileApplication -> LearningResourceType
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
timeRequired :: MobileApplication -> TimeRequired
typicalAgeRange :: MobileApplication -> TypicalAgeRange
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 Typeable MobileApplication
instance Show MobileApplication
instance Read MobileApplication
instance Eq MobileApplication
instance MetaData MobileApplication
module Text.HTML5.MetaData.Schema.SoftwareApplication
-- |
-- - id SoftwareApplication
-- - label Software Application
-- - comment
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- MobileApplication,WebApplication
-- - supertypes CreativeWork
-- - url
-- http://schema.org/SoftwareApplication
--
data SoftwareApplication
SoftwareApplication :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> ApplicationCategory -> ApplicationSubCategory -> ApplicationSuite -> CountriesNotSupported -> CountriesSupported -> Device -> DownloadUrl -> FeatureList -> FileFormat -> FileSize -> InstallUrl -> MemoryRequirements -> OperatingSystem -> Permissions -> ProcessorRequirements -> ReleaseNotes -> Requirements -> Screenshot -> SoftwareVersion -> StorageRequirements -> SoftwareApplication
additionalType :: SoftwareApplication -> AdditionalType
alternateName :: SoftwareApplication -> AlternateName
description :: SoftwareApplication -> Description
image :: SoftwareApplication -> Image
name :: SoftwareApplication -> Name
sameAs :: SoftwareApplication -> SameAs
url :: SoftwareApplication -> Url
about :: SoftwareApplication -> About
accessibilityAPI :: SoftwareApplication -> AccessibilityAPI
accessibilityControl :: SoftwareApplication -> AccessibilityControl
accessibilityFeature :: SoftwareApplication -> AccessibilityFeature
accessibilityHazard :: SoftwareApplication -> AccessibilityHazard
accountablePerson :: SoftwareApplication -> AccountablePerson
aggregateRating :: SoftwareApplication -> AggregateRating
alternativeHeadline :: SoftwareApplication -> AlternativeHeadline
associatedMedia :: SoftwareApplication -> AssociatedMedia
audience :: SoftwareApplication -> Audience
audio :: SoftwareApplication -> Audio
author :: SoftwareApplication -> Author
award :: SoftwareApplication -> Award
awards :: SoftwareApplication -> Awards
citation :: SoftwareApplication -> Citation
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
educationalAlignment :: SoftwareApplication -> EducationalAlignment
educationalUse :: SoftwareApplication -> EducationalUse
encoding :: SoftwareApplication -> Encoding
encodings :: SoftwareApplication -> Encodings
genre :: SoftwareApplication -> Genre
headline :: SoftwareApplication -> Headline
inLanguage :: SoftwareApplication -> InLanguage
interactionCount :: SoftwareApplication -> InteractionCount
interactivityType :: SoftwareApplication -> InteractivityType
isBasedOnUrl :: SoftwareApplication -> IsBasedOnUrl
isFamilyFriendly :: SoftwareApplication -> IsFamilyFriendly
keywords :: SoftwareApplication -> Keywords
learningResourceType :: SoftwareApplication -> LearningResourceType
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
timeRequired :: SoftwareApplication -> TimeRequired
typicalAgeRange :: SoftwareApplication -> TypicalAgeRange
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 Typeable SoftwareApplication
instance Show SoftwareApplication
instance Read SoftwareApplication
instance Eq SoftwareApplication
instance MetaData SoftwareApplication
module Text.HTML5.MetaData.Schema.WebApplication
-- |
-- - id WebApplication
-- - label Web Application
-- - comment
-- - ancestors
-- Thing,CreativeWork,SoftwareApplication
-- - subtypes
-- - supertypes
-- SoftwareApplication
-- - url http://schema.org/WebApplication
--
data WebApplication
WebApplication :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> ApplicationCategory -> ApplicationSubCategory -> ApplicationSuite -> CountriesNotSupported -> CountriesSupported -> Device -> DownloadUrl -> FeatureList -> FileFormat -> FileSize -> InstallUrl -> MemoryRequirements -> OperatingSystem -> Permissions -> ProcessorRequirements -> ReleaseNotes -> Requirements -> Screenshot -> SoftwareVersion -> StorageRequirements -> BrowserRequirements -> WebApplication
additionalType :: WebApplication -> AdditionalType
alternateName :: WebApplication -> AlternateName
description :: WebApplication -> Description
image :: WebApplication -> Image
name :: WebApplication -> Name
sameAs :: WebApplication -> SameAs
url :: WebApplication -> Url
about :: WebApplication -> About
accessibilityAPI :: WebApplication -> AccessibilityAPI
accessibilityControl :: WebApplication -> AccessibilityControl
accessibilityFeature :: WebApplication -> AccessibilityFeature
accessibilityHazard :: WebApplication -> AccessibilityHazard
accountablePerson :: WebApplication -> AccountablePerson
aggregateRating :: WebApplication -> AggregateRating
alternativeHeadline :: WebApplication -> AlternativeHeadline
associatedMedia :: WebApplication -> AssociatedMedia
audience :: WebApplication -> Audience
audio :: WebApplication -> Audio
author :: WebApplication -> Author
award :: WebApplication -> Award
awards :: WebApplication -> Awards
citation :: WebApplication -> Citation
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
educationalAlignment :: WebApplication -> EducationalAlignment
educationalUse :: WebApplication -> EducationalUse
encoding :: WebApplication -> Encoding
encodings :: WebApplication -> Encodings
genre :: WebApplication -> Genre
headline :: WebApplication -> Headline
inLanguage :: WebApplication -> InLanguage
interactionCount :: WebApplication -> InteractionCount
interactivityType :: WebApplication -> InteractivityType
isBasedOnUrl :: WebApplication -> IsBasedOnUrl
isFamilyFriendly :: WebApplication -> IsFamilyFriendly
keywords :: WebApplication -> Keywords
learningResourceType :: WebApplication -> LearningResourceType
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
timeRequired :: WebApplication -> TimeRequired
typicalAgeRange :: WebApplication -> TypicalAgeRange
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 Typeable WebApplication
instance Show WebApplication
instance Read WebApplication
instance Eq WebApplication
instance MetaData WebApplication
module Text.HTML5.MetaData.Schema.QuoteAction
-- |
data QuoteAction
QuoteAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Price -> QuoteAction
additionalType :: QuoteAction -> AdditionalType
alternateName :: QuoteAction -> AlternateName
description :: QuoteAction -> Description
image :: QuoteAction -> Image
name :: QuoteAction -> Name
sameAs :: QuoteAction -> SameAs
url :: QuoteAction -> Url
agent :: QuoteAction -> Agent
endTime :: QuoteAction -> EndTime
instrument :: QuoteAction -> Instrument
location :: QuoteAction -> Location
object :: QuoteAction -> Object
participant :: QuoteAction -> Participant
result :: QuoteAction -> Result
startTime :: QuoteAction -> StartTime
price :: QuoteAction -> Price
instance Typeable QuoteAction
instance Show QuoteAction
instance Read QuoteAction
instance Eq QuoteAction
instance MetaData QuoteAction
module Text.HTML5.MetaData.Schema.CheckAction
-- |
data CheckAction
CheckAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> CheckAction
additionalType :: CheckAction -> AdditionalType
alternateName :: CheckAction -> AlternateName
description :: CheckAction -> Description
image :: CheckAction -> Image
name :: CheckAction -> Name
sameAs :: CheckAction -> SameAs
url :: CheckAction -> Url
agent :: CheckAction -> Agent
endTime :: CheckAction -> EndTime
instrument :: CheckAction -> Instrument
location :: CheckAction -> Location
object :: CheckAction -> Object
participant :: CheckAction -> Participant
result :: CheckAction -> Result
startTime :: CheckAction -> StartTime
instance Typeable CheckAction
instance Show CheckAction
instance Read CheckAction
instance Eq CheckAction
instance MetaData CheckAction
module Text.HTML5.MetaData.Schema.DietarySupplement
-- |
-- - id DietarySupplement
-- - label Dietary Supplement
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalTherapy
-- - subtypes
-- - supertypes MedicalTherapy
-- - url
-- http://schema.org/DietarySupplement
--
data DietarySupplement
DietarySupplement :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdverseOutcome -> Contraindication -> DuplicateTherapy -> Indication -> SeriousAdverseOutcome -> ActiveIngredient -> Background -> DosageForm -> IsProprietary -> LegalStatus -> Manufacturer -> MaximumIntake -> MechanismOfAction -> NonProprietaryName -> RecommendedIntake -> SafetyConsideration -> TargetPopulation -> DietarySupplement
additionalType :: DietarySupplement -> AdditionalType
alternateName :: DietarySupplement -> AlternateName
description :: DietarySupplement -> Description
image :: DietarySupplement -> Image
name :: DietarySupplement -> Name
sameAs :: DietarySupplement -> SameAs
url :: DietarySupplement -> Url
code :: DietarySupplement -> Code
guideline :: DietarySupplement -> Guideline
medicineSystem :: DietarySupplement -> MedicineSystem
recognizingAuthority :: DietarySupplement -> RecognizingAuthority
relevantSpecialty :: DietarySupplement -> RelevantSpecialty
study :: DietarySupplement -> Study
adverseOutcome :: DietarySupplement -> AdverseOutcome
contraindication :: DietarySupplement -> Contraindication
duplicateTherapy :: DietarySupplement -> DuplicateTherapy
indication :: DietarySupplement -> Indication
seriousAdverseOutcome :: DietarySupplement -> SeriousAdverseOutcome
activeIngredient :: DietarySupplement -> ActiveIngredient
background :: DietarySupplement -> Background
dosageForm :: DietarySupplement -> DosageForm
isProprietary :: DietarySupplement -> IsProprietary
legalStatus :: DietarySupplement -> LegalStatus
manufacturer :: DietarySupplement -> Manufacturer
maximumIntake :: DietarySupplement -> MaximumIntake
mechanismOfAction :: DietarySupplement -> MechanismOfAction
nonProprietaryName :: DietarySupplement -> NonProprietaryName
recommendedIntake :: DietarySupplement -> RecommendedIntake
safetyConsideration :: DietarySupplement -> SafetyConsideration
targetPopulation :: DietarySupplement -> TargetPopulation
instance Typeable DietarySupplement
instance Show DietarySupplement
instance Read DietarySupplement
instance Eq DietarySupplement
instance MetaData DietarySupplement
module Text.HTML5.MetaData.Schema.Diet
-- |
-- - id Diet
-- - label Diet
-- - comment
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes
-- CreativeWork,LifestyleModification
-- - url http://schema.org/Diet
--
data Diet
Diet :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdverseOutcome -> Contraindication -> DuplicateTherapy -> Indication -> SeriousAdverseOutcome -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> DietFeatures -> Endorsers -> ExpertConsiderations -> Overview -> PhysiologicalBenefits -> ProprietaryName -> Risks -> Diet
additionalType :: Diet -> AdditionalType
alternateName :: Diet -> AlternateName
description :: Diet -> Description
image :: Diet -> Image
name :: Diet -> Name
sameAs :: Diet -> SameAs
url :: Diet -> Url
code :: Diet -> Code
guideline :: Diet -> Guideline
medicineSystem :: Diet -> MedicineSystem
recognizingAuthority :: Diet -> RecognizingAuthority
relevantSpecialty :: Diet -> RelevantSpecialty
study :: Diet -> Study
adverseOutcome :: Diet -> AdverseOutcome
contraindication :: Diet -> Contraindication
duplicateTherapy :: Diet -> DuplicateTherapy
indication :: Diet -> Indication
seriousAdverseOutcome :: Diet -> SeriousAdverseOutcome
about :: Diet -> About
accessibilityAPI :: Diet -> AccessibilityAPI
accessibilityControl :: Diet -> AccessibilityControl
accessibilityFeature :: Diet -> AccessibilityFeature
accessibilityHazard :: Diet -> AccessibilityHazard
accountablePerson :: Diet -> AccountablePerson
aggregateRating :: Diet -> AggregateRating
alternativeHeadline :: Diet -> AlternativeHeadline
associatedMedia :: Diet -> AssociatedMedia
audience :: Diet -> Audience
audio :: Diet -> Audio
author :: Diet -> Author
award :: Diet -> Award
awards :: Diet -> Awards
citation :: Diet -> Citation
comment :: Diet -> Comment
contentLocation :: Diet -> ContentLocation
contentRating :: Diet -> ContentRating
contributor :: Diet -> Contributor
copyrightHolder :: Diet -> CopyrightHolder
copyrightYear :: Diet -> CopyrightYear
creator :: Diet -> Creator
dateCreated :: Diet -> DateCreated
dateModified :: Diet -> DateModified
datePublished :: Diet -> DatePublished
discussionUrl :: Diet -> DiscussionUrl
editor :: Diet -> Editor
educationalAlignment :: Diet -> EducationalAlignment
educationalUse :: Diet -> EducationalUse
encoding :: Diet -> Encoding
encodings :: Diet -> Encodings
genre :: Diet -> Genre
headline :: Diet -> Headline
inLanguage :: Diet -> InLanguage
interactionCount :: Diet -> InteractionCount
interactivityType :: Diet -> InteractivityType
isBasedOnUrl :: Diet -> IsBasedOnUrl
isFamilyFriendly :: Diet -> IsFamilyFriendly
keywords :: Diet -> Keywords
learningResourceType :: Diet -> LearningResourceType
mentions :: Diet -> Mentions
offers :: Diet -> Offers
provider :: Diet -> Provider
publisher :: Diet -> Publisher
publishingPrinciples :: Diet -> PublishingPrinciples
review :: Diet -> Review
reviews :: Diet -> Reviews
sourceOrganization :: Diet -> SourceOrganization
text :: Diet -> Text
thumbnailUrl :: Diet -> ThumbnailUrl
timeRequired :: Diet -> TimeRequired
typicalAgeRange :: Diet -> TypicalAgeRange
version :: Diet -> Version
video :: Diet -> Video
dietFeatures :: Diet -> DietFeatures
endorsers :: Diet -> Endorsers
expertConsiderations :: Diet -> ExpertConsiderations
overview :: Diet -> Overview
physiologicalBenefits :: Diet -> PhysiologicalBenefits
proprietaryName :: Diet -> ProprietaryName
risks :: Diet -> Risks
instance Typeable Diet
instance Show Diet
instance Read Diet
instance Eq Diet
instance MetaData Diet
module Text.HTML5.MetaData.Schema.PalliativeProcedure
-- |
-- - id PalliativeProcedure
-- - label Palliative Procedure
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalProcedure
-- - subtypes
-- - supertypes
-- MedicalProcedure,MedicalTherapy
-- - url
-- http://schema.org/PalliativeProcedure
--
data PalliativeProcedure
PalliativeProcedure :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdverseOutcome -> Contraindication -> DuplicateTherapy -> Indication -> SeriousAdverseOutcome -> Followup -> HowPerformed -> Preparation -> ProcedureType -> PalliativeProcedure
additionalType :: PalliativeProcedure -> AdditionalType
alternateName :: PalliativeProcedure -> AlternateName
description :: PalliativeProcedure -> Description
image :: PalliativeProcedure -> Image
name :: PalliativeProcedure -> Name
sameAs :: PalliativeProcedure -> SameAs
url :: PalliativeProcedure -> Url
code :: PalliativeProcedure -> Code
guideline :: PalliativeProcedure -> Guideline
medicineSystem :: PalliativeProcedure -> MedicineSystem
recognizingAuthority :: PalliativeProcedure -> RecognizingAuthority
relevantSpecialty :: PalliativeProcedure -> RelevantSpecialty
study :: PalliativeProcedure -> Study
adverseOutcome :: PalliativeProcedure -> AdverseOutcome
contraindication :: PalliativeProcedure -> Contraindication
duplicateTherapy :: PalliativeProcedure -> DuplicateTherapy
indication :: PalliativeProcedure -> Indication
seriousAdverseOutcome :: PalliativeProcedure -> SeriousAdverseOutcome
followup :: PalliativeProcedure -> Followup
howPerformed :: PalliativeProcedure -> HowPerformed
preparation :: PalliativeProcedure -> Preparation
procedureType :: PalliativeProcedure -> ProcedureType
instance Typeable PalliativeProcedure
instance Show PalliativeProcedure
instance Read PalliativeProcedure
instance Eq PalliativeProcedure
instance MetaData PalliativeProcedure
module Text.HTML5.MetaData.Schema.PhysicalTherapy
-- |
-- - id PhysicalTherapy
-- - label Physical Therapy
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalTherapy
-- - subtypes
-- - supertypes MedicalTherapy
-- - url http://schema.org/PhysicalTherapy
--
data PhysicalTherapy
PhysicalTherapy :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdverseOutcome -> Contraindication -> DuplicateTherapy -> Indication -> SeriousAdverseOutcome -> PhysicalTherapy
additionalType :: PhysicalTherapy -> AdditionalType
alternateName :: PhysicalTherapy -> AlternateName
description :: PhysicalTherapy -> Description
image :: PhysicalTherapy -> Image
name :: PhysicalTherapy -> Name
sameAs :: PhysicalTherapy -> SameAs
url :: PhysicalTherapy -> Url
code :: PhysicalTherapy -> Code
guideline :: PhysicalTherapy -> Guideline
medicineSystem :: PhysicalTherapy -> MedicineSystem
recognizingAuthority :: PhysicalTherapy -> RecognizingAuthority
relevantSpecialty :: PhysicalTherapy -> RelevantSpecialty
study :: PhysicalTherapy -> Study
adverseOutcome :: PhysicalTherapy -> AdverseOutcome
contraindication :: PhysicalTherapy -> Contraindication
duplicateTherapy :: PhysicalTherapy -> DuplicateTherapy
indication :: PhysicalTherapy -> Indication
seriousAdverseOutcome :: PhysicalTherapy -> SeriousAdverseOutcome
instance Typeable PhysicalTherapy
instance Show PhysicalTherapy
instance Read PhysicalTherapy
instance Eq PhysicalTherapy
instance MetaData PhysicalTherapy
module Text.HTML5.MetaData.Schema.PsychologicalTreatment
-- |
-- - id PsychologicalTreatment
-- - label Psychological Treatment
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalTherapy
-- - subtypes
-- - supertypes MedicalTherapy
-- - url
-- http://schema.org/PsychologicalTreatment
--
data PsychologicalTreatment
PsychologicalTreatment :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdverseOutcome -> Contraindication -> DuplicateTherapy -> Indication -> SeriousAdverseOutcome -> PsychologicalTreatment
additionalType :: PsychologicalTreatment -> AdditionalType
alternateName :: PsychologicalTreatment -> AlternateName
description :: PsychologicalTreatment -> Description
image :: PsychologicalTreatment -> Image
name :: PsychologicalTreatment -> Name
sameAs :: PsychologicalTreatment -> SameAs
url :: PsychologicalTreatment -> Url
code :: PsychologicalTreatment -> Code
guideline :: PsychologicalTreatment -> Guideline
medicineSystem :: PsychologicalTreatment -> MedicineSystem
recognizingAuthority :: PsychologicalTreatment -> RecognizingAuthority
relevantSpecialty :: PsychologicalTreatment -> RelevantSpecialty
study :: PsychologicalTreatment -> Study
adverseOutcome :: PsychologicalTreatment -> AdverseOutcome
contraindication :: PsychologicalTreatment -> Contraindication
duplicateTherapy :: PsychologicalTreatment -> DuplicateTherapy
indication :: PsychologicalTreatment -> Indication
seriousAdverseOutcome :: PsychologicalTreatment -> SeriousAdverseOutcome
instance Typeable PsychologicalTreatment
instance Show PsychologicalTreatment
instance Read PsychologicalTreatment
instance Eq PsychologicalTreatment
instance MetaData PsychologicalTreatment
module Text.HTML5.MetaData.Schema.RadiationTherapy
-- |
-- - id RadiationTherapy
-- - label Radiation Therapy
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalTherapy
-- - subtypes
-- - supertypes MedicalTherapy
-- - url http://schema.org/RadiationTherapy
--
data RadiationTherapy
RadiationTherapy :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdverseOutcome -> Contraindication -> DuplicateTherapy -> Indication -> SeriousAdverseOutcome -> RadiationTherapy
additionalType :: RadiationTherapy -> AdditionalType
alternateName :: RadiationTherapy -> AlternateName
description :: RadiationTherapy -> Description
image :: RadiationTherapy -> Image
name :: RadiationTherapy -> Name
sameAs :: RadiationTherapy -> SameAs
url :: RadiationTherapy -> Url
code :: RadiationTherapy -> Code
guideline :: RadiationTherapy -> Guideline
medicineSystem :: RadiationTherapy -> MedicineSystem
recognizingAuthority :: RadiationTherapy -> RecognizingAuthority
relevantSpecialty :: RadiationTherapy -> RelevantSpecialty
study :: RadiationTherapy -> Study
adverseOutcome :: RadiationTherapy -> AdverseOutcome
contraindication :: RadiationTherapy -> Contraindication
duplicateTherapy :: RadiationTherapy -> DuplicateTherapy
indication :: RadiationTherapy -> Indication
seriousAdverseOutcome :: RadiationTherapy -> SeriousAdverseOutcome
instance Typeable RadiationTherapy
instance Show RadiationTherapy
instance Read RadiationTherapy
instance Eq RadiationTherapy
instance MetaData RadiationTherapy
module Text.HTML5.MetaData.Schema.MedicalTherapy
-- |
-- - id MedicalTherapy
-- - label Medical Therapy
-- - comment
-- - ancestors
-- Thing,MedicalEntity
-- - subtypes
-- DietarySupplement,Drug,DrugClass,LifestyleModification,PalliativeProcedure,PhysicalTherapy,PsychologicalTreatment,RadiationTherapy,TherapeuticProcedure
-- - supertypes MedicalEntity
-- - url http://schema.org/MedicalTherapy
--
data MedicalTherapy
MedicalTherapy :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdverseOutcome -> Contraindication -> DuplicateTherapy -> Indication -> SeriousAdverseOutcome -> MedicalTherapy
additionalType :: MedicalTherapy -> AdditionalType
alternateName :: MedicalTherapy -> AlternateName
description :: MedicalTherapy -> Description
image :: MedicalTherapy -> Image
name :: MedicalTherapy -> Name
sameAs :: MedicalTherapy -> SameAs
url :: MedicalTherapy -> Url
code :: MedicalTherapy -> Code
guideline :: MedicalTherapy -> Guideline
medicineSystem :: MedicalTherapy -> MedicineSystem
recognizingAuthority :: MedicalTherapy -> RecognizingAuthority
relevantSpecialty :: MedicalTherapy -> RelevantSpecialty
study :: MedicalTherapy -> Study
adverseOutcome :: MedicalTherapy -> AdverseOutcome
contraindication :: MedicalTherapy -> Contraindication
duplicateTherapy :: MedicalTherapy -> DuplicateTherapy
indication :: MedicalTherapy -> Indication
seriousAdverseOutcome :: MedicalTherapy -> SeriousAdverseOutcome
instance Typeable MedicalTherapy
instance Show MedicalTherapy
instance Read MedicalTherapy
instance Eq MedicalTherapy
instance MetaData MedicalTherapy
module Text.HTML5.MetaData.Schema.TherapeuticProcedure
-- |
-- - id TherapeuticProcedure
-- - label Therapeutic Procedure
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalProcedure
-- - subtypes
-- - supertypes
-- MedicalProcedure,MedicalTherapy
-- - url
-- http://schema.org/TherapeuticProcedure
--
data TherapeuticProcedure
TherapeuticProcedure :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdverseOutcome -> Contraindication -> DuplicateTherapy -> Indication -> SeriousAdverseOutcome -> Followup -> HowPerformed -> Preparation -> ProcedureType -> TherapeuticProcedure
additionalType :: TherapeuticProcedure -> AdditionalType
alternateName :: TherapeuticProcedure -> AlternateName
description :: TherapeuticProcedure -> Description
image :: TherapeuticProcedure -> Image
name :: TherapeuticProcedure -> Name
sameAs :: TherapeuticProcedure -> SameAs
url :: TherapeuticProcedure -> Url
code :: TherapeuticProcedure -> Code
guideline :: TherapeuticProcedure -> Guideline
medicineSystem :: TherapeuticProcedure -> MedicineSystem
recognizingAuthority :: TherapeuticProcedure -> RecognizingAuthority
relevantSpecialty :: TherapeuticProcedure -> RelevantSpecialty
study :: TherapeuticProcedure -> Study
adverseOutcome :: TherapeuticProcedure -> AdverseOutcome
contraindication :: TherapeuticProcedure -> Contraindication
duplicateTherapy :: TherapeuticProcedure -> DuplicateTherapy
indication :: TherapeuticProcedure -> Indication
seriousAdverseOutcome :: TherapeuticProcedure -> SeriousAdverseOutcome
followup :: TherapeuticProcedure -> Followup
howPerformed :: TherapeuticProcedure -> HowPerformed
preparation :: TherapeuticProcedure -> Preparation
procedureType :: TherapeuticProcedure -> ProcedureType
instance Typeable TherapeuticProcedure
instance Show TherapeuticProcedure
instance Read TherapeuticProcedure
instance Eq TherapeuticProcedure
instance MetaData TherapeuticProcedure
module Text.HTML5.MetaData.Schema.SaleEvent
-- |
data SaleEvent
SaleEvent :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Attendee -> Attendees -> DoorTime -> Duration -> EndDate -> EventStatus -> Location -> Offers -> Performer -> Performers -> PreviousStartDate -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> TypicalAgeRange -> SaleEvent
additionalType :: SaleEvent -> AdditionalType
alternateName :: SaleEvent -> AlternateName
description :: SaleEvent -> Description
image :: SaleEvent -> Image
name :: SaleEvent -> Name
sameAs :: SaleEvent -> SameAs
url :: SaleEvent -> Url
attendee :: SaleEvent -> Attendee
attendees :: SaleEvent -> Attendees
doorTime :: SaleEvent -> DoorTime
duration :: SaleEvent -> Duration
endDate :: SaleEvent -> EndDate
eventStatus :: SaleEvent -> EventStatus
location :: SaleEvent -> Location
offers :: SaleEvent -> Offers
performer :: SaleEvent -> Performer
performers :: SaleEvent -> Performers
previousStartDate :: SaleEvent -> PreviousStartDate
startDate :: SaleEvent -> StartDate
subEvent :: SaleEvent -> SubEvent
subEvents :: SaleEvent -> SubEvents
superEvent :: SaleEvent -> SuperEvent
typicalAgeRange :: SaleEvent -> TypicalAgeRange
instance Typeable SaleEvent
instance Show SaleEvent
instance Read SaleEvent
instance Eq SaleEvent
instance MetaData SaleEvent
module Text.HTML5.MetaData.Schema.UnitPriceSpecification
-- |
data UnitPriceSpecification
UnitPriceSpecification :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> EligibleQuantity -> EligibleTransactionVolume -> MaxPrice -> MinPrice -> Price -> PriceCurrency -> ValidFrom -> ValidThrough -> ValueAddedTaxIncluded -> BillingIncrement -> PriceType -> UnitCode -> UnitPriceSpecification
additionalType :: UnitPriceSpecification -> AdditionalType
alternateName :: UnitPriceSpecification -> AlternateName
description :: UnitPriceSpecification -> Description
image :: UnitPriceSpecification -> Image
name :: UnitPriceSpecification -> Name
sameAs :: UnitPriceSpecification -> SameAs
url :: UnitPriceSpecification -> Url
eligibleQuantity :: UnitPriceSpecification -> EligibleQuantity
eligibleTransactionVolume :: UnitPriceSpecification -> EligibleTransactionVolume
maxPrice :: UnitPriceSpecification -> MaxPrice
minPrice :: UnitPriceSpecification -> MinPrice
price :: UnitPriceSpecification -> Price
priceCurrency :: UnitPriceSpecification -> PriceCurrency
validFrom :: UnitPriceSpecification -> ValidFrom
validThrough :: UnitPriceSpecification -> ValidThrough
valueAddedTaxIncluded :: UnitPriceSpecification -> ValueAddedTaxIncluded
billingIncrement :: UnitPriceSpecification -> BillingIncrement
priceType :: UnitPriceSpecification -> PriceType
unitCode :: UnitPriceSpecification -> UnitCode
instance Typeable UnitPriceSpecification
instance Show UnitPriceSpecification
instance Read UnitPriceSpecification
instance Eq UnitPriceSpecification
instance MetaData UnitPriceSpecification
module Text.HTML5.MetaData.Schema.LoseAction
-- |
-- - id LoseAction
-- - label Lose Action
-- - comment
-- - ancestors
-- Thing,Action,AchieveAction
-- - subtypes
-- - supertypes AchieveAction
-- - url http://schema.org/LoseAction
--
data LoseAction
LoseAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Winner -> LoseAction
additionalType :: LoseAction -> AdditionalType
alternateName :: LoseAction -> AlternateName
description :: LoseAction -> Description
image :: LoseAction -> Image
name :: LoseAction -> Name
sameAs :: LoseAction -> SameAs
url :: LoseAction -> Url
agent :: LoseAction -> Agent
endTime :: LoseAction -> EndTime
instrument :: LoseAction -> Instrument
location :: LoseAction -> Location
object :: LoseAction -> Object
participant :: LoseAction -> Participant
result :: LoseAction -> Result
startTime :: LoseAction -> StartTime
winner :: LoseAction -> Winner
instance Typeable LoseAction
instance Show LoseAction
instance Read LoseAction
instance Eq LoseAction
instance MetaData LoseAction
module Text.HTML5.MetaData.Schema.ClothingStore
-- |
-- - id ClothingStore
-- - label Clothing Store
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/ClothingStore
--
data ClothingStore
ClothingStore :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> ClothingStore
additionalType :: ClothingStore -> AdditionalType
alternateName :: ClothingStore -> AlternateName
description :: ClothingStore -> Description
image :: ClothingStore -> Image
name :: ClothingStore -> Name
sameAs :: ClothingStore -> SameAs
url :: ClothingStore -> Url
address :: ClothingStore -> Address
aggregateRating :: ClothingStore -> AggregateRating
containedIn :: ClothingStore -> ContainedIn
event :: ClothingStore -> Event
events :: ClothingStore -> Events
faxNumber :: ClothingStore -> FaxNumber
geo :: ClothingStore -> Geo
globalLocationNumber :: ClothingStore -> GlobalLocationNumber
interactionCount :: ClothingStore -> InteractionCount
isicV4 :: ClothingStore -> IsicV4
logo :: ClothingStore -> Logo
map :: ClothingStore -> Map
maps :: ClothingStore -> Maps
openingHoursSpecification :: ClothingStore -> OpeningHoursSpecification
photo :: ClothingStore -> Photo
photos :: ClothingStore -> Photos
review :: ClothingStore -> Review
reviews :: ClothingStore -> Reviews
telephone :: ClothingStore -> Telephone
brand :: ClothingStore -> Brand
contactPoint :: ClothingStore -> ContactPoint
contactPoints :: ClothingStore -> ContactPoints
department :: ClothingStore -> Department
duns :: ClothingStore -> Duns
email :: ClothingStore -> Email
employee :: ClothingStore -> Employee
employees :: ClothingStore -> Employees
founder :: ClothingStore -> Founder
founders :: ClothingStore -> Founders
foundingDate :: ClothingStore -> FoundingDate
hasPOS :: ClothingStore -> HasPOS
legalName :: ClothingStore -> LegalName
location :: ClothingStore -> Location
makesOffer :: ClothingStore -> MakesOffer
member :: ClothingStore -> Member
members :: ClothingStore -> Members
naics :: ClothingStore -> Naics
owns :: ClothingStore -> Owns
seeks :: ClothingStore -> Seeks
subOrganization :: ClothingStore -> SubOrganization
taxID :: ClothingStore -> TaxID
vatID :: ClothingStore -> VatID
branchOf :: ClothingStore -> BranchOf
currenciesAccepted :: ClothingStore -> CurrenciesAccepted
openingHours :: ClothingStore -> OpeningHours
paymentAccepted :: ClothingStore -> PaymentAccepted
priceRange :: ClothingStore -> PriceRange
instance Typeable ClothingStore
instance Show ClothingStore
instance Read ClothingStore
instance Eq ClothingStore
instance MetaData ClothingStore
module Text.HTML5.MetaData.Schema.ExercisePlan
-- |
-- - id ExercisePlan
-- - label Exercise Plan
-- - comment
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes
-- CreativeWork,PhysicalActivity
-- - url http://schema.org/ExercisePlan
--
data ExercisePlan
ExercisePlan :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdverseOutcome -> Contraindication -> DuplicateTherapy -> Indication -> SeriousAdverseOutcome -> AssociatedAnatomy -> Category -> Epidemiology -> Pathophysiology -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> ActivityDuration -> ActivityFrequency -> AdditionalVariable -> ExerciseType -> Intensity -> Repetitions -> RestPeriods -> Workload -> ExercisePlan
additionalType :: ExercisePlan -> AdditionalType
alternateName :: ExercisePlan -> AlternateName
description :: ExercisePlan -> Description
image :: ExercisePlan -> Image
name :: ExercisePlan -> Name
sameAs :: ExercisePlan -> SameAs
url :: ExercisePlan -> Url
code :: ExercisePlan -> Code
guideline :: ExercisePlan -> Guideline
medicineSystem :: ExercisePlan -> MedicineSystem
recognizingAuthority :: ExercisePlan -> RecognizingAuthority
relevantSpecialty :: ExercisePlan -> RelevantSpecialty
study :: ExercisePlan -> Study
adverseOutcome :: ExercisePlan -> AdverseOutcome
contraindication :: ExercisePlan -> Contraindication
duplicateTherapy :: ExercisePlan -> DuplicateTherapy
indication :: ExercisePlan -> Indication
seriousAdverseOutcome :: ExercisePlan -> SeriousAdverseOutcome
associatedAnatomy :: ExercisePlan -> AssociatedAnatomy
category :: ExercisePlan -> Category
epidemiology :: ExercisePlan -> Epidemiology
pathophysiology :: ExercisePlan -> Pathophysiology
about :: ExercisePlan -> About
accessibilityAPI :: ExercisePlan -> AccessibilityAPI
accessibilityControl :: ExercisePlan -> AccessibilityControl
accessibilityFeature :: ExercisePlan -> AccessibilityFeature
accessibilityHazard :: ExercisePlan -> AccessibilityHazard
accountablePerson :: ExercisePlan -> AccountablePerson
aggregateRating :: ExercisePlan -> AggregateRating
alternativeHeadline :: ExercisePlan -> AlternativeHeadline
associatedMedia :: ExercisePlan -> AssociatedMedia
audience :: ExercisePlan -> Audience
audio :: ExercisePlan -> Audio
author :: ExercisePlan -> Author
award :: ExercisePlan -> Award
awards :: ExercisePlan -> Awards
citation :: ExercisePlan -> Citation
comment :: ExercisePlan -> Comment
contentLocation :: ExercisePlan -> ContentLocation
contentRating :: ExercisePlan -> ContentRating
contributor :: ExercisePlan -> Contributor
copyrightHolder :: ExercisePlan -> CopyrightHolder
copyrightYear :: ExercisePlan -> CopyrightYear
creator :: ExercisePlan -> Creator
dateCreated :: ExercisePlan -> DateCreated
dateModified :: ExercisePlan -> DateModified
datePublished :: ExercisePlan -> DatePublished
discussionUrl :: ExercisePlan -> DiscussionUrl
editor :: ExercisePlan -> Editor
educationalAlignment :: ExercisePlan -> EducationalAlignment
educationalUse :: ExercisePlan -> EducationalUse
encoding :: ExercisePlan -> Encoding
encodings :: ExercisePlan -> Encodings
genre :: ExercisePlan -> Genre
headline :: ExercisePlan -> Headline
inLanguage :: ExercisePlan -> InLanguage
interactionCount :: ExercisePlan -> InteractionCount
interactivityType :: ExercisePlan -> InteractivityType
isBasedOnUrl :: ExercisePlan -> IsBasedOnUrl
isFamilyFriendly :: ExercisePlan -> IsFamilyFriendly
keywords :: ExercisePlan -> Keywords
learningResourceType :: ExercisePlan -> LearningResourceType
mentions :: ExercisePlan -> Mentions
offers :: ExercisePlan -> Offers
provider :: ExercisePlan -> Provider
publisher :: ExercisePlan -> Publisher
publishingPrinciples :: ExercisePlan -> PublishingPrinciples
review :: ExercisePlan -> Review
reviews :: ExercisePlan -> Reviews
sourceOrganization :: ExercisePlan -> SourceOrganization
text :: ExercisePlan -> Text
thumbnailUrl :: ExercisePlan -> ThumbnailUrl
timeRequired :: ExercisePlan -> TimeRequired
typicalAgeRange :: ExercisePlan -> TypicalAgeRange
version :: ExercisePlan -> Version
video :: ExercisePlan -> Video
activityDuration :: ExercisePlan -> ActivityDuration
activityFrequency :: ExercisePlan -> ActivityFrequency
additionalVariable :: ExercisePlan -> AdditionalVariable
exerciseType :: ExercisePlan -> ExerciseType
intensity :: ExercisePlan -> Intensity
repetitions :: ExercisePlan -> Repetitions
restPeriods :: ExercisePlan -> RestPeriods
workload :: ExercisePlan -> Workload
instance Typeable ExercisePlan
instance Show ExercisePlan
instance Read ExercisePlan
instance Eq ExercisePlan
instance MetaData ExercisePlan
module Text.HTML5.MetaData.Schema.LifestyleModification
-- |
-- - id LifestyleModification
-- - label Lifestyle Modification
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalTherapy
-- - subtypes
-- Diet,PhysicalActivity
-- - supertypes MedicalTherapy
-- - url
-- http://schema.org/LifestyleModification
--
data LifestyleModification
LifestyleModification :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdverseOutcome -> Contraindication -> DuplicateTherapy -> Indication -> SeriousAdverseOutcome -> LifestyleModification
additionalType :: LifestyleModification -> AdditionalType
alternateName :: LifestyleModification -> AlternateName
description :: LifestyleModification -> Description
image :: LifestyleModification -> Image
name :: LifestyleModification -> Name
sameAs :: LifestyleModification -> SameAs
url :: LifestyleModification -> Url
code :: LifestyleModification -> Code
guideline :: LifestyleModification -> Guideline
medicineSystem :: LifestyleModification -> MedicineSystem
recognizingAuthority :: LifestyleModification -> RecognizingAuthority
relevantSpecialty :: LifestyleModification -> RelevantSpecialty
study :: LifestyleModification -> Study
adverseOutcome :: LifestyleModification -> AdverseOutcome
contraindication :: LifestyleModification -> Contraindication
duplicateTherapy :: LifestyleModification -> DuplicateTherapy
indication :: LifestyleModification -> Indication
seriousAdverseOutcome :: LifestyleModification -> SeriousAdverseOutcome
instance Typeable LifestyleModification
instance Show LifestyleModification
instance Read LifestyleModification
instance Eq LifestyleModification
instance MetaData LifestyleModification
module Text.HTML5.MetaData.Schema.PhysicalActivity
-- |
-- - id PhysicalActivity
-- - label Physical Activity
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalTherapy,LifestyleModification
-- - subtypes ExercisePlan
-- - supertypes
-- LifestyleModification
-- - url http://schema.org/PhysicalActivity
--
data PhysicalActivity
PhysicalActivity :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdverseOutcome -> Contraindication -> DuplicateTherapy -> Indication -> SeriousAdverseOutcome -> AssociatedAnatomy -> Category -> Epidemiology -> Pathophysiology -> PhysicalActivity
additionalType :: PhysicalActivity -> AdditionalType
alternateName :: PhysicalActivity -> AlternateName
description :: PhysicalActivity -> Description
image :: PhysicalActivity -> Image
name :: PhysicalActivity -> Name
sameAs :: PhysicalActivity -> SameAs
url :: PhysicalActivity -> Url
code :: PhysicalActivity -> Code
guideline :: PhysicalActivity -> Guideline
medicineSystem :: PhysicalActivity -> MedicineSystem
recognizingAuthority :: PhysicalActivity -> RecognizingAuthority
relevantSpecialty :: PhysicalActivity -> RelevantSpecialty
study :: PhysicalActivity -> Study
adverseOutcome :: PhysicalActivity -> AdverseOutcome
contraindication :: PhysicalActivity -> Contraindication
duplicateTherapy :: PhysicalActivity -> DuplicateTherapy
indication :: PhysicalActivity -> Indication
seriousAdverseOutcome :: PhysicalActivity -> SeriousAdverseOutcome
associatedAnatomy :: PhysicalActivity -> AssociatedAnatomy
category :: PhysicalActivity -> Category
epidemiology :: PhysicalActivity -> Epidemiology
pathophysiology :: PhysicalActivity -> Pathophysiology
instance Typeable PhysicalActivity
instance Show PhysicalActivity
instance Read PhysicalActivity
instance Eq PhysicalActivity
instance MetaData PhysicalActivity
module Text.HTML5.MetaData.Schema.AskAction
-- |
-- - id AskAction
-- - label Ask Action
-- - comment
-- - ancestors
-- Thing,Action,InteractAction,CommunicateAction
-- - subtypes
-- - supertypes
-- CommunicateAction
-- - url http://schema.org/AskAction
--
data AskAction
AskAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> About -> Language -> Recipient -> Question -> AskAction
additionalType :: AskAction -> AdditionalType
alternateName :: AskAction -> AlternateName
description :: AskAction -> Description
image :: AskAction -> Image
name :: AskAction -> Name
sameAs :: AskAction -> SameAs
url :: AskAction -> Url
agent :: AskAction -> Agent
endTime :: AskAction -> EndTime
instrument :: AskAction -> Instrument
location :: AskAction -> Location
object :: AskAction -> Object
participant :: AskAction -> Participant
result :: AskAction -> Result
startTime :: AskAction -> StartTime
about :: AskAction -> About
language :: AskAction -> Language
recipient :: AskAction -> Recipient
question :: AskAction -> Question
instance Typeable AskAction
instance Show AskAction
instance Read AskAction
instance Eq AskAction
instance MetaData AskAction
module Text.HTML5.MetaData.Schema.LiquorStore
-- |
-- - id LiquorStore
-- - label Liquor Store
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/LiquorStore
--
data LiquorStore
LiquorStore :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> LiquorStore
additionalType :: LiquorStore -> AdditionalType
alternateName :: LiquorStore -> AlternateName
description :: LiquorStore -> Description
image :: LiquorStore -> Image
name :: LiquorStore -> Name
sameAs :: LiquorStore -> SameAs
url :: LiquorStore -> Url
address :: LiquorStore -> Address
aggregateRating :: LiquorStore -> AggregateRating
containedIn :: LiquorStore -> ContainedIn
event :: LiquorStore -> Event
events :: LiquorStore -> Events
faxNumber :: LiquorStore -> FaxNumber
geo :: LiquorStore -> Geo
globalLocationNumber :: LiquorStore -> GlobalLocationNumber
interactionCount :: LiquorStore -> InteractionCount
isicV4 :: LiquorStore -> IsicV4
logo :: LiquorStore -> Logo
map :: LiquorStore -> Map
maps :: LiquorStore -> Maps
openingHoursSpecification :: LiquorStore -> OpeningHoursSpecification
photo :: LiquorStore -> Photo
photos :: LiquorStore -> Photos
review :: LiquorStore -> Review
reviews :: LiquorStore -> Reviews
telephone :: LiquorStore -> Telephone
brand :: LiquorStore -> Brand
contactPoint :: LiquorStore -> ContactPoint
contactPoints :: LiquorStore -> ContactPoints
department :: LiquorStore -> Department
duns :: LiquorStore -> Duns
email :: LiquorStore -> Email
employee :: LiquorStore -> Employee
employees :: LiquorStore -> Employees
founder :: LiquorStore -> Founder
founders :: LiquorStore -> Founders
foundingDate :: LiquorStore -> FoundingDate
hasPOS :: LiquorStore -> HasPOS
legalName :: LiquorStore -> LegalName
location :: LiquorStore -> Location
makesOffer :: LiquorStore -> MakesOffer
member :: LiquorStore -> Member
members :: LiquorStore -> Members
naics :: LiquorStore -> Naics
owns :: LiquorStore -> Owns
seeks :: LiquorStore -> Seeks
subOrganization :: LiquorStore -> SubOrganization
taxID :: LiquorStore -> TaxID
vatID :: LiquorStore -> VatID
branchOf :: LiquorStore -> BranchOf
currenciesAccepted :: LiquorStore -> CurrenciesAccepted
openingHours :: LiquorStore -> OpeningHours
paymentAccepted :: LiquorStore -> PaymentAccepted
priceRange :: LiquorStore -> PriceRange
instance Typeable LiquorStore
instance Show LiquorStore
instance Read LiquorStore
instance Eq LiquorStore
instance MetaData LiquorStore
module Text.HTML5.MetaData.Schema.TennisComplex
-- |
data TennisComplex
TennisComplex :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> TennisComplex
additionalType :: TennisComplex -> AdditionalType
alternateName :: TennisComplex -> AlternateName
description :: TennisComplex -> Description
image :: TennisComplex -> Image
name :: TennisComplex -> Name
sameAs :: TennisComplex -> SameAs
url :: TennisComplex -> Url
address :: TennisComplex -> Address
aggregateRating :: TennisComplex -> AggregateRating
containedIn :: TennisComplex -> ContainedIn
event :: TennisComplex -> Event
events :: TennisComplex -> Events
faxNumber :: TennisComplex -> FaxNumber
geo :: TennisComplex -> Geo
globalLocationNumber :: TennisComplex -> GlobalLocationNumber
interactionCount :: TennisComplex -> InteractionCount
isicV4 :: TennisComplex -> IsicV4
logo :: TennisComplex -> Logo
map :: TennisComplex -> Map
maps :: TennisComplex -> Maps
openingHoursSpecification :: TennisComplex -> OpeningHoursSpecification
photo :: TennisComplex -> Photo
photos :: TennisComplex -> Photos
review :: TennisComplex -> Review
reviews :: TennisComplex -> Reviews
telephone :: TennisComplex -> Telephone
brand :: TennisComplex -> Brand
contactPoint :: TennisComplex -> ContactPoint
contactPoints :: TennisComplex -> ContactPoints
department :: TennisComplex -> Department
duns :: TennisComplex -> Duns
email :: TennisComplex -> Email
employee :: TennisComplex -> Employee
employees :: TennisComplex -> Employees
founder :: TennisComplex -> Founder
founders :: TennisComplex -> Founders
foundingDate :: TennisComplex -> FoundingDate
hasPOS :: TennisComplex -> HasPOS
legalName :: TennisComplex -> LegalName
location :: TennisComplex -> Location
makesOffer :: TennisComplex -> MakesOffer
member :: TennisComplex -> Member
members :: TennisComplex -> Members
naics :: TennisComplex -> Naics
owns :: TennisComplex -> Owns
seeks :: TennisComplex -> Seeks
subOrganization :: TennisComplex -> SubOrganization
taxID :: TennisComplex -> TaxID
vatID :: TennisComplex -> VatID
branchOf :: TennisComplex -> BranchOf
currenciesAccepted :: TennisComplex -> CurrenciesAccepted
openingHours :: TennisComplex -> OpeningHours
paymentAccepted :: TennisComplex -> PaymentAccepted
priceRange :: TennisComplex -> PriceRange
instance Typeable TennisComplex
instance Show TennisComplex
instance Read TennisComplex
instance Eq TennisComplex
instance MetaData TennisComplex
module Text.HTML5.MetaData.Schema.AnimalShelter
-- |
-- - id AnimalShelter
-- - label Animal Shelter
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- - supertypes LocalBusiness
-- - url http://schema.org/AnimalShelter
--
data AnimalShelter
AnimalShelter :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AnimalShelter
additionalType :: AnimalShelter -> AdditionalType
alternateName :: AnimalShelter -> AlternateName
description :: AnimalShelter -> Description
image :: AnimalShelter -> Image
name :: AnimalShelter -> Name
sameAs :: AnimalShelter -> SameAs
url :: AnimalShelter -> Url
address :: AnimalShelter -> Address
aggregateRating :: AnimalShelter -> AggregateRating
containedIn :: AnimalShelter -> ContainedIn
event :: AnimalShelter -> Event
events :: AnimalShelter -> Events
faxNumber :: AnimalShelter -> FaxNumber
geo :: AnimalShelter -> Geo
globalLocationNumber :: AnimalShelter -> GlobalLocationNumber
interactionCount :: AnimalShelter -> InteractionCount
isicV4 :: AnimalShelter -> IsicV4
logo :: AnimalShelter -> Logo
map :: AnimalShelter -> Map
maps :: AnimalShelter -> Maps
openingHoursSpecification :: AnimalShelter -> OpeningHoursSpecification
photo :: AnimalShelter -> Photo
photos :: AnimalShelter -> Photos
review :: AnimalShelter -> Review
reviews :: AnimalShelter -> Reviews
telephone :: AnimalShelter -> Telephone
brand :: AnimalShelter -> Brand
contactPoint :: AnimalShelter -> ContactPoint
contactPoints :: AnimalShelter -> ContactPoints
department :: AnimalShelter -> Department
duns :: AnimalShelter -> Duns
email :: AnimalShelter -> Email
employee :: AnimalShelter -> Employee
employees :: AnimalShelter -> Employees
founder :: AnimalShelter -> Founder
founders :: AnimalShelter -> Founders
foundingDate :: AnimalShelter -> FoundingDate
hasPOS :: AnimalShelter -> HasPOS
legalName :: AnimalShelter -> LegalName
location :: AnimalShelter -> Location
makesOffer :: AnimalShelter -> MakesOffer
member :: AnimalShelter -> Member
members :: AnimalShelter -> Members
naics :: AnimalShelter -> Naics
owns :: AnimalShelter -> Owns
seeks :: AnimalShelter -> Seeks
subOrganization :: AnimalShelter -> SubOrganization
taxID :: AnimalShelter -> TaxID
vatID :: AnimalShelter -> VatID
branchOf :: AnimalShelter -> BranchOf
currenciesAccepted :: AnimalShelter -> CurrenciesAccepted
openingHours :: AnimalShelter -> OpeningHours
paymentAccepted :: AnimalShelter -> PaymentAccepted
priceRange :: AnimalShelter -> PriceRange
instance Typeable AnimalShelter
instance Show AnimalShelter
instance Read AnimalShelter
instance Eq AnimalShelter
instance MetaData AnimalShelter
module Text.HTML5.MetaData.Schema.ChildCare
-- |
-- - id ChildCare
-- - label Child Care
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- - supertypes LocalBusiness
-- - url http://schema.org/ChildCare
--
data ChildCare
ChildCare :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> ChildCare
additionalType :: ChildCare -> AdditionalType
alternateName :: ChildCare -> AlternateName
description :: ChildCare -> Description
image :: ChildCare -> Image
name :: ChildCare -> Name
sameAs :: ChildCare -> SameAs
url :: ChildCare -> Url
address :: ChildCare -> Address
aggregateRating :: ChildCare -> AggregateRating
containedIn :: ChildCare -> ContainedIn
event :: ChildCare -> Event
events :: ChildCare -> Events
faxNumber :: ChildCare -> FaxNumber
geo :: ChildCare -> Geo
globalLocationNumber :: ChildCare -> GlobalLocationNumber
interactionCount :: ChildCare -> InteractionCount
isicV4 :: ChildCare -> IsicV4
logo :: ChildCare -> Logo
map :: ChildCare -> Map
maps :: ChildCare -> Maps
openingHoursSpecification :: ChildCare -> OpeningHoursSpecification
photo :: ChildCare -> Photo
photos :: ChildCare -> Photos
review :: ChildCare -> Review
reviews :: ChildCare -> Reviews
telephone :: ChildCare -> Telephone
brand :: ChildCare -> Brand
contactPoint :: ChildCare -> ContactPoint
contactPoints :: ChildCare -> ContactPoints
department :: ChildCare -> Department
duns :: ChildCare -> Duns
email :: ChildCare -> Email
employee :: ChildCare -> Employee
employees :: ChildCare -> Employees
founder :: ChildCare -> Founder
founders :: ChildCare -> Founders
foundingDate :: ChildCare -> FoundingDate
hasPOS :: ChildCare -> HasPOS
legalName :: ChildCare -> LegalName
location :: ChildCare -> Location
makesOffer :: ChildCare -> MakesOffer
member :: ChildCare -> Member
members :: ChildCare -> Members
naics :: ChildCare -> Naics
owns :: ChildCare -> Owns
seeks :: ChildCare -> Seeks
subOrganization :: ChildCare -> SubOrganization
taxID :: ChildCare -> TaxID
vatID :: ChildCare -> VatID
branchOf :: ChildCare -> BranchOf
currenciesAccepted :: ChildCare -> CurrenciesAccepted
openingHours :: ChildCare -> OpeningHours
paymentAccepted :: ChildCare -> PaymentAccepted
priceRange :: ChildCare -> PriceRange
instance Typeable ChildCare
instance Show ChildCare
instance Read ChildCare
instance Eq ChildCare
instance MetaData ChildCare
module Text.HTML5.MetaData.Schema.DryCleaningOrLaundry
-- |
-- - id DryCleaningOrLaundry
-- - label Dry Cleaning or Laundry
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- - supertypes LocalBusiness
-- - url
-- http://schema.org/DryCleaningOrLaundry
--
data DryCleaningOrLaundry
DryCleaningOrLaundry :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> DryCleaningOrLaundry
additionalType :: DryCleaningOrLaundry -> AdditionalType
alternateName :: DryCleaningOrLaundry -> AlternateName
description :: DryCleaningOrLaundry -> Description
image :: DryCleaningOrLaundry -> Image
name :: DryCleaningOrLaundry -> Name
sameAs :: DryCleaningOrLaundry -> SameAs
url :: DryCleaningOrLaundry -> Url
address :: DryCleaningOrLaundry -> Address
aggregateRating :: DryCleaningOrLaundry -> AggregateRating
containedIn :: DryCleaningOrLaundry -> ContainedIn
event :: DryCleaningOrLaundry -> Event
events :: DryCleaningOrLaundry -> Events
faxNumber :: DryCleaningOrLaundry -> FaxNumber
geo :: DryCleaningOrLaundry -> Geo
globalLocationNumber :: DryCleaningOrLaundry -> GlobalLocationNumber
interactionCount :: DryCleaningOrLaundry -> InteractionCount
isicV4 :: DryCleaningOrLaundry -> IsicV4
logo :: DryCleaningOrLaundry -> Logo
map :: DryCleaningOrLaundry -> Map
maps :: DryCleaningOrLaundry -> Maps
openingHoursSpecification :: DryCleaningOrLaundry -> OpeningHoursSpecification
photo :: DryCleaningOrLaundry -> Photo
photos :: DryCleaningOrLaundry -> Photos
review :: DryCleaningOrLaundry -> Review
reviews :: DryCleaningOrLaundry -> Reviews
telephone :: DryCleaningOrLaundry -> Telephone
brand :: DryCleaningOrLaundry -> Brand
contactPoint :: DryCleaningOrLaundry -> ContactPoint
contactPoints :: DryCleaningOrLaundry -> ContactPoints
department :: DryCleaningOrLaundry -> Department
duns :: DryCleaningOrLaundry -> Duns
email :: DryCleaningOrLaundry -> Email
employee :: DryCleaningOrLaundry -> Employee
employees :: DryCleaningOrLaundry -> Employees
founder :: DryCleaningOrLaundry -> Founder
founders :: DryCleaningOrLaundry -> Founders
foundingDate :: DryCleaningOrLaundry -> FoundingDate
hasPOS :: DryCleaningOrLaundry -> HasPOS
legalName :: DryCleaningOrLaundry -> LegalName
location :: DryCleaningOrLaundry -> Location
makesOffer :: DryCleaningOrLaundry -> MakesOffer
member :: DryCleaningOrLaundry -> Member
members :: DryCleaningOrLaundry -> Members
naics :: DryCleaningOrLaundry -> Naics
owns :: DryCleaningOrLaundry -> Owns
seeks :: DryCleaningOrLaundry -> Seeks
subOrganization :: DryCleaningOrLaundry -> SubOrganization
taxID :: DryCleaningOrLaundry -> TaxID
vatID :: DryCleaningOrLaundry -> VatID
branchOf :: DryCleaningOrLaundry -> BranchOf
currenciesAccepted :: DryCleaningOrLaundry -> CurrenciesAccepted
openingHours :: DryCleaningOrLaundry -> OpeningHours
paymentAccepted :: DryCleaningOrLaundry -> PaymentAccepted
priceRange :: DryCleaningOrLaundry -> PriceRange
instance Typeable DryCleaningOrLaundry
instance Show DryCleaningOrLaundry
instance Read DryCleaningOrLaundry
instance Eq DryCleaningOrLaundry
instance MetaData DryCleaningOrLaundry
module Text.HTML5.MetaData.Schema.Hospital
-- |
-- - id Hospital
-- - label Hospital
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes
-- CivicStructure,MedicalOrganization,EmergencyService
-- - url http://schema.org/Hospital
--
data Hospital
Hospital :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AvailableService -> MedicalSpecialty -> Hospital
additionalType :: Hospital -> AdditionalType
alternateName :: Hospital -> AlternateName
description :: Hospital -> Description
image :: Hospital -> Image
name :: Hospital -> Name
sameAs :: Hospital -> SameAs
url :: Hospital -> Url
address :: Hospital -> Address
aggregateRating :: Hospital -> AggregateRating
containedIn :: Hospital -> ContainedIn
event :: Hospital -> Event
events :: Hospital -> Events
faxNumber :: Hospital -> FaxNumber
geo :: Hospital -> Geo
globalLocationNumber :: Hospital -> GlobalLocationNumber
interactionCount :: Hospital -> InteractionCount
isicV4 :: Hospital -> IsicV4
logo :: Hospital -> Logo
map :: Hospital -> Map
maps :: Hospital -> Maps
openingHoursSpecification :: Hospital -> OpeningHoursSpecification
photo :: Hospital -> Photo
photos :: Hospital -> Photos
review :: Hospital -> Review
reviews :: Hospital -> Reviews
telephone :: Hospital -> Telephone
brand :: Hospital -> Brand
contactPoint :: Hospital -> ContactPoint
contactPoints :: Hospital -> ContactPoints
department :: Hospital -> Department
duns :: Hospital -> Duns
email :: Hospital -> Email
employee :: Hospital -> Employee
employees :: Hospital -> Employees
founder :: Hospital -> Founder
founders :: Hospital -> Founders
foundingDate :: Hospital -> FoundingDate
hasPOS :: Hospital -> HasPOS
legalName :: Hospital -> LegalName
location :: Hospital -> Location
makesOffer :: Hospital -> MakesOffer
member :: Hospital -> Member
members :: Hospital -> Members
naics :: Hospital -> Naics
owns :: Hospital -> Owns
seeks :: Hospital -> Seeks
subOrganization :: Hospital -> SubOrganization
taxID :: Hospital -> TaxID
vatID :: Hospital -> VatID
branchOf :: Hospital -> BranchOf
currenciesAccepted :: Hospital -> CurrenciesAccepted
openingHours :: Hospital -> OpeningHours
paymentAccepted :: Hospital -> PaymentAccepted
priceRange :: Hospital -> PriceRange
availableService :: Hospital -> AvailableService
medicalSpecialty :: Hospital -> MedicalSpecialty
instance Typeable Hospital
instance Show Hospital
instance Read Hospital
instance Eq Hospital
instance MetaData Hospital
module Text.HTML5.MetaData.Schema.EmploymentAgency
-- |
-- - id EmploymentAgency
-- - label Employment Agency
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- - supertypes LocalBusiness
-- - url http://schema.org/EmploymentAgency
--
data EmploymentAgency
EmploymentAgency :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> EmploymentAgency
additionalType :: EmploymentAgency -> AdditionalType
alternateName :: EmploymentAgency -> AlternateName
description :: EmploymentAgency -> Description
image :: EmploymentAgency -> Image
name :: EmploymentAgency -> Name
sameAs :: EmploymentAgency -> SameAs
url :: EmploymentAgency -> Url
address :: EmploymentAgency -> Address
aggregateRating :: EmploymentAgency -> AggregateRating
containedIn :: EmploymentAgency -> ContainedIn
event :: EmploymentAgency -> Event
events :: EmploymentAgency -> Events
faxNumber :: EmploymentAgency -> FaxNumber
geo :: EmploymentAgency -> Geo
globalLocationNumber :: EmploymentAgency -> GlobalLocationNumber
interactionCount :: EmploymentAgency -> InteractionCount
isicV4 :: EmploymentAgency -> IsicV4
logo :: EmploymentAgency -> Logo
map :: EmploymentAgency -> Map
maps :: EmploymentAgency -> Maps
openingHoursSpecification :: EmploymentAgency -> OpeningHoursSpecification
photo :: EmploymentAgency -> Photo
photos :: EmploymentAgency -> Photos
review :: EmploymentAgency -> Review
reviews :: EmploymentAgency -> Reviews
telephone :: EmploymentAgency -> Telephone
brand :: EmploymentAgency -> Brand
contactPoint :: EmploymentAgency -> ContactPoint
contactPoints :: EmploymentAgency -> ContactPoints
department :: EmploymentAgency -> Department
duns :: EmploymentAgency -> Duns
email :: EmploymentAgency -> Email
employee :: EmploymentAgency -> Employee
employees :: EmploymentAgency -> Employees
founder :: EmploymentAgency -> Founder
founders :: EmploymentAgency -> Founders
foundingDate :: EmploymentAgency -> FoundingDate
hasPOS :: EmploymentAgency -> HasPOS
legalName :: EmploymentAgency -> LegalName
location :: EmploymentAgency -> Location
makesOffer :: EmploymentAgency -> MakesOffer
member :: EmploymentAgency -> Member
members :: EmploymentAgency -> Members
naics :: EmploymentAgency -> Naics
owns :: EmploymentAgency -> Owns
seeks :: EmploymentAgency -> Seeks
subOrganization :: EmploymentAgency -> SubOrganization
taxID :: EmploymentAgency -> TaxID
vatID :: EmploymentAgency -> VatID
branchOf :: EmploymentAgency -> BranchOf
currenciesAccepted :: EmploymentAgency -> CurrenciesAccepted
openingHours :: EmploymentAgency -> OpeningHours
paymentAccepted :: EmploymentAgency -> PaymentAccepted
priceRange :: EmploymentAgency -> PriceRange
instance Typeable EmploymentAgency
instance Show EmploymentAgency
instance Read EmploymentAgency
instance Eq EmploymentAgency
instance MetaData EmploymentAgency
module Text.HTML5.MetaData.Schema.InternetCafe
-- |
-- - id InternetCafe
-- - label Internet Cafe
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- - supertypes LocalBusiness
-- - url http://schema.org/InternetCafe
--
data InternetCafe
InternetCafe :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> InternetCafe
additionalType :: InternetCafe -> AdditionalType
alternateName :: InternetCafe -> AlternateName
description :: InternetCafe -> Description
image :: InternetCafe -> Image
name :: InternetCafe -> Name
sameAs :: InternetCafe -> SameAs
url :: InternetCafe -> Url
address :: InternetCafe -> Address
aggregateRating :: InternetCafe -> AggregateRating
containedIn :: InternetCafe -> ContainedIn
event :: InternetCafe -> Event
events :: InternetCafe -> Events
faxNumber :: InternetCafe -> FaxNumber
geo :: InternetCafe -> Geo
globalLocationNumber :: InternetCafe -> GlobalLocationNumber
interactionCount :: InternetCafe -> InteractionCount
isicV4 :: InternetCafe -> IsicV4
logo :: InternetCafe -> Logo
map :: InternetCafe -> Map
maps :: InternetCafe -> Maps
openingHoursSpecification :: InternetCafe -> OpeningHoursSpecification
photo :: InternetCafe -> Photo
photos :: InternetCafe -> Photos
review :: InternetCafe -> Review
reviews :: InternetCafe -> Reviews
telephone :: InternetCafe -> Telephone
brand :: InternetCafe -> Brand
contactPoint :: InternetCafe -> ContactPoint
contactPoints :: InternetCafe -> ContactPoints
department :: InternetCafe -> Department
duns :: InternetCafe -> Duns
email :: InternetCafe -> Email
employee :: InternetCafe -> Employee
employees :: InternetCafe -> Employees
founder :: InternetCafe -> Founder
founders :: InternetCafe -> Founders
foundingDate :: InternetCafe -> FoundingDate
hasPOS :: InternetCafe -> HasPOS
legalName :: InternetCafe -> LegalName
location :: InternetCafe -> Location
makesOffer :: InternetCafe -> MakesOffer
member :: InternetCafe -> Member
members :: InternetCafe -> Members
naics :: InternetCafe -> Naics
owns :: InternetCafe -> Owns
seeks :: InternetCafe -> Seeks
subOrganization :: InternetCafe -> SubOrganization
taxID :: InternetCafe -> TaxID
vatID :: InternetCafe -> VatID
branchOf :: InternetCafe -> BranchOf
currenciesAccepted :: InternetCafe -> CurrenciesAccepted
openingHours :: InternetCafe -> OpeningHours
paymentAccepted :: InternetCafe -> PaymentAccepted
priceRange :: InternetCafe -> PriceRange
instance Typeable InternetCafe
instance Show InternetCafe
instance Read InternetCafe
instance Eq InternetCafe
instance MetaData InternetCafe
module Text.HTML5.MetaData.Schema.Library
-- |
-- - id Library
-- - label Library
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- - supertypes LocalBusiness
-- - url http://schema.org/Library
--
data Library
Library :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Library
additionalType :: Library -> AdditionalType
alternateName :: Library -> AlternateName
description :: Library -> Description
image :: Library -> Image
name :: Library -> Name
sameAs :: Library -> SameAs
url :: Library -> Url
address :: Library -> Address
aggregateRating :: Library -> AggregateRating
containedIn :: Library -> ContainedIn
event :: Library -> Event
events :: Library -> Events
faxNumber :: Library -> FaxNumber
geo :: Library -> Geo
globalLocationNumber :: Library -> GlobalLocationNumber
interactionCount :: Library -> InteractionCount
isicV4 :: Library -> IsicV4
logo :: Library -> Logo
map :: Library -> Map
maps :: Library -> Maps
openingHoursSpecification :: Library -> OpeningHoursSpecification
photo :: Library -> Photo
photos :: Library -> Photos
review :: Library -> Review
reviews :: Library -> Reviews
telephone :: Library -> Telephone
brand :: Library -> Brand
contactPoint :: Library -> ContactPoint
contactPoints :: Library -> ContactPoints
department :: Library -> Department
duns :: Library -> Duns
email :: Library -> Email
employee :: Library -> Employee
employees :: Library -> Employees
founder :: Library -> Founder
founders :: Library -> Founders
foundingDate :: Library -> FoundingDate
hasPOS :: Library -> HasPOS
legalName :: Library -> LegalName
location :: Library -> Location
makesOffer :: Library -> MakesOffer
member :: Library -> Member
members :: Library -> Members
naics :: Library -> Naics
owns :: Library -> Owns
seeks :: Library -> Seeks
subOrganization :: Library -> SubOrganization
taxID :: Library -> TaxID
vatID :: Library -> VatID
branchOf :: Library -> BranchOf
currenciesAccepted :: Library -> CurrenciesAccepted
openingHours :: Library -> OpeningHours
paymentAccepted :: Library -> PaymentAccepted
priceRange :: Library -> PriceRange
instance Typeable Library
instance Show Library
instance Read Library
instance Eq Library
instance MetaData Library
module Text.HTML5.MetaData.Schema.RecyclingCenter
-- |
-- - id RecyclingCenter
-- - label Recycling Center
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- - supertypes LocalBusiness
-- - url http://schema.org/RecyclingCenter
--
data RecyclingCenter
RecyclingCenter :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> RecyclingCenter
additionalType :: RecyclingCenter -> AdditionalType
alternateName :: RecyclingCenter -> AlternateName
description :: RecyclingCenter -> Description
image :: RecyclingCenter -> Image
name :: RecyclingCenter -> Name
sameAs :: RecyclingCenter -> SameAs
url :: RecyclingCenter -> Url
address :: RecyclingCenter -> Address
aggregateRating :: RecyclingCenter -> AggregateRating
containedIn :: RecyclingCenter -> ContainedIn
event :: RecyclingCenter -> Event
events :: RecyclingCenter -> Events
faxNumber :: RecyclingCenter -> FaxNumber
geo :: RecyclingCenter -> Geo
globalLocationNumber :: RecyclingCenter -> GlobalLocationNumber
interactionCount :: RecyclingCenter -> InteractionCount
isicV4 :: RecyclingCenter -> IsicV4
logo :: RecyclingCenter -> Logo
map :: RecyclingCenter -> Map
maps :: RecyclingCenter -> Maps
openingHoursSpecification :: RecyclingCenter -> OpeningHoursSpecification
photo :: RecyclingCenter -> Photo
photos :: RecyclingCenter -> Photos
review :: RecyclingCenter -> Review
reviews :: RecyclingCenter -> Reviews
telephone :: RecyclingCenter -> Telephone
brand :: RecyclingCenter -> Brand
contactPoint :: RecyclingCenter -> ContactPoint
contactPoints :: RecyclingCenter -> ContactPoints
department :: RecyclingCenter -> Department
duns :: RecyclingCenter -> Duns
email :: RecyclingCenter -> Email
employee :: RecyclingCenter -> Employee
employees :: RecyclingCenter -> Employees
founder :: RecyclingCenter -> Founder
founders :: RecyclingCenter -> Founders
foundingDate :: RecyclingCenter -> FoundingDate
hasPOS :: RecyclingCenter -> HasPOS
legalName :: RecyclingCenter -> LegalName
location :: RecyclingCenter -> Location
makesOffer :: RecyclingCenter -> MakesOffer
member :: RecyclingCenter -> Member
members :: RecyclingCenter -> Members
naics :: RecyclingCenter -> Naics
owns :: RecyclingCenter -> Owns
seeks :: RecyclingCenter -> Seeks
subOrganization :: RecyclingCenter -> SubOrganization
taxID :: RecyclingCenter -> TaxID
vatID :: RecyclingCenter -> VatID
branchOf :: RecyclingCenter -> BranchOf
currenciesAccepted :: RecyclingCenter -> CurrenciesAccepted
openingHours :: RecyclingCenter -> OpeningHours
paymentAccepted :: RecyclingCenter -> PaymentAccepted
priceRange :: RecyclingCenter -> PriceRange
instance Typeable RecyclingCenter
instance Show RecyclingCenter
instance Read RecyclingCenter
instance Eq RecyclingCenter
instance MetaData RecyclingCenter
module Text.HTML5.MetaData.Schema.SelfStorage
-- |
-- - id SelfStorage
-- - label Self Storage
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- - supertypes LocalBusiness
-- - url http://schema.org/SelfStorage
--
data SelfStorage
SelfStorage :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> SelfStorage
additionalType :: SelfStorage -> AdditionalType
alternateName :: SelfStorage -> AlternateName
description :: SelfStorage -> Description
image :: SelfStorage -> Image
name :: SelfStorage -> Name
sameAs :: SelfStorage -> SameAs
url :: SelfStorage -> Url
address :: SelfStorage -> Address
aggregateRating :: SelfStorage -> AggregateRating
containedIn :: SelfStorage -> ContainedIn
event :: SelfStorage -> Event
events :: SelfStorage -> Events
faxNumber :: SelfStorage -> FaxNumber
geo :: SelfStorage -> Geo
globalLocationNumber :: SelfStorage -> GlobalLocationNumber
interactionCount :: SelfStorage -> InteractionCount
isicV4 :: SelfStorage -> IsicV4
logo :: SelfStorage -> Logo
map :: SelfStorage -> Map
maps :: SelfStorage -> Maps
openingHoursSpecification :: SelfStorage -> OpeningHoursSpecification
photo :: SelfStorage -> Photo
photos :: SelfStorage -> Photos
review :: SelfStorage -> Review
reviews :: SelfStorage -> Reviews
telephone :: SelfStorage -> Telephone
brand :: SelfStorage -> Brand
contactPoint :: SelfStorage -> ContactPoint
contactPoints :: SelfStorage -> ContactPoints
department :: SelfStorage -> Department
duns :: SelfStorage -> Duns
email :: SelfStorage -> Email
employee :: SelfStorage -> Employee
employees :: SelfStorage -> Employees
founder :: SelfStorage -> Founder
founders :: SelfStorage -> Founders
foundingDate :: SelfStorage -> FoundingDate
hasPOS :: SelfStorage -> HasPOS
legalName :: SelfStorage -> LegalName
location :: SelfStorage -> Location
makesOffer :: SelfStorage -> MakesOffer
member :: SelfStorage -> Member
members :: SelfStorage -> Members
naics :: SelfStorage -> Naics
owns :: SelfStorage -> Owns
seeks :: SelfStorage -> Seeks
subOrganization :: SelfStorage -> SubOrganization
taxID :: SelfStorage -> TaxID
vatID :: SelfStorage -> VatID
branchOf :: SelfStorage -> BranchOf
currenciesAccepted :: SelfStorage -> CurrenciesAccepted
openingHours :: SelfStorage -> OpeningHours
paymentAccepted :: SelfStorage -> PaymentAccepted
priceRange :: SelfStorage -> PriceRange
instance Typeable SelfStorage
instance Show SelfStorage
instance Read SelfStorage
instance Eq SelfStorage
instance MetaData SelfStorage
module Text.HTML5.MetaData.Schema.ShoppingCenter
-- |
-- - id ShoppingCenter
-- - label Shopping Center
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- - supertypes LocalBusiness
-- - url http://schema.org/ShoppingCenter
--
data ShoppingCenter
ShoppingCenter :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> ShoppingCenter
additionalType :: ShoppingCenter -> AdditionalType
alternateName :: ShoppingCenter -> AlternateName
description :: ShoppingCenter -> Description
image :: ShoppingCenter -> Image
name :: ShoppingCenter -> Name
sameAs :: ShoppingCenter -> SameAs
url :: ShoppingCenter -> Url
address :: ShoppingCenter -> Address
aggregateRating :: ShoppingCenter -> AggregateRating
containedIn :: ShoppingCenter -> ContainedIn
event :: ShoppingCenter -> Event
events :: ShoppingCenter -> Events
faxNumber :: ShoppingCenter -> FaxNumber
geo :: ShoppingCenter -> Geo
globalLocationNumber :: ShoppingCenter -> GlobalLocationNumber
interactionCount :: ShoppingCenter -> InteractionCount
isicV4 :: ShoppingCenter -> IsicV4
logo :: ShoppingCenter -> Logo
map :: ShoppingCenter -> Map
maps :: ShoppingCenter -> Maps
openingHoursSpecification :: ShoppingCenter -> OpeningHoursSpecification
photo :: ShoppingCenter -> Photo
photos :: ShoppingCenter -> Photos
review :: ShoppingCenter -> Review
reviews :: ShoppingCenter -> Reviews
telephone :: ShoppingCenter -> Telephone
brand :: ShoppingCenter -> Brand
contactPoint :: ShoppingCenter -> ContactPoint
contactPoints :: ShoppingCenter -> ContactPoints
department :: ShoppingCenter -> Department
duns :: ShoppingCenter -> Duns
email :: ShoppingCenter -> Email
employee :: ShoppingCenter -> Employee
employees :: ShoppingCenter -> Employees
founder :: ShoppingCenter -> Founder
founders :: ShoppingCenter -> Founders
foundingDate :: ShoppingCenter -> FoundingDate
hasPOS :: ShoppingCenter -> HasPOS
legalName :: ShoppingCenter -> LegalName
location :: ShoppingCenter -> Location
makesOffer :: ShoppingCenter -> MakesOffer
member :: ShoppingCenter -> Member
members :: ShoppingCenter -> Members
naics :: ShoppingCenter -> Naics
owns :: ShoppingCenter -> Owns
seeks :: ShoppingCenter -> Seeks
subOrganization :: ShoppingCenter -> SubOrganization
taxID :: ShoppingCenter -> TaxID
vatID :: ShoppingCenter -> VatID
branchOf :: ShoppingCenter -> BranchOf
currenciesAccepted :: ShoppingCenter -> CurrenciesAccepted
openingHours :: ShoppingCenter -> OpeningHours
paymentAccepted :: ShoppingCenter -> PaymentAccepted
priceRange :: ShoppingCenter -> PriceRange
instance Typeable ShoppingCenter
instance Show ShoppingCenter
instance Read ShoppingCenter
instance Eq ShoppingCenter
instance MetaData ShoppingCenter
module Text.HTML5.MetaData.Schema.TelevisionStation
-- |
-- - id TelevisionStation
-- - label Television Station
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- - supertypes LocalBusiness
-- - url
-- http://schema.org/TelevisionStation
--
data TelevisionStation
TelevisionStation :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> TelevisionStation
additionalType :: TelevisionStation -> AdditionalType
alternateName :: TelevisionStation -> AlternateName
description :: TelevisionStation -> Description
image :: TelevisionStation -> Image
name :: TelevisionStation -> Name
sameAs :: TelevisionStation -> SameAs
url :: TelevisionStation -> Url
address :: TelevisionStation -> Address
aggregateRating :: TelevisionStation -> AggregateRating
containedIn :: TelevisionStation -> ContainedIn
event :: TelevisionStation -> Event
events :: TelevisionStation -> Events
faxNumber :: TelevisionStation -> FaxNumber
geo :: TelevisionStation -> Geo
globalLocationNumber :: TelevisionStation -> GlobalLocationNumber
interactionCount :: TelevisionStation -> InteractionCount
isicV4 :: TelevisionStation -> IsicV4
logo :: TelevisionStation -> Logo
map :: TelevisionStation -> Map
maps :: TelevisionStation -> Maps
openingHoursSpecification :: TelevisionStation -> OpeningHoursSpecification
photo :: TelevisionStation -> Photo
photos :: TelevisionStation -> Photos
review :: TelevisionStation -> Review
reviews :: TelevisionStation -> Reviews
telephone :: TelevisionStation -> Telephone
brand :: TelevisionStation -> Brand
contactPoint :: TelevisionStation -> ContactPoint
contactPoints :: TelevisionStation -> ContactPoints
department :: TelevisionStation -> Department
duns :: TelevisionStation -> Duns
email :: TelevisionStation -> Email
employee :: TelevisionStation -> Employee
employees :: TelevisionStation -> Employees
founder :: TelevisionStation -> Founder
founders :: TelevisionStation -> Founders
foundingDate :: TelevisionStation -> FoundingDate
hasPOS :: TelevisionStation -> HasPOS
legalName :: TelevisionStation -> LegalName
location :: TelevisionStation -> Location
makesOffer :: TelevisionStation -> MakesOffer
member :: TelevisionStation -> Member
members :: TelevisionStation -> Members
naics :: TelevisionStation -> Naics
owns :: TelevisionStation -> Owns
seeks :: TelevisionStation -> Seeks
subOrganization :: TelevisionStation -> SubOrganization
taxID :: TelevisionStation -> TaxID
vatID :: TelevisionStation -> VatID
branchOf :: TelevisionStation -> BranchOf
currenciesAccepted :: TelevisionStation -> CurrenciesAccepted
openingHours :: TelevisionStation -> OpeningHours
paymentAccepted :: TelevisionStation -> PaymentAccepted
priceRange :: TelevisionStation -> PriceRange
instance Typeable TelevisionStation
instance Show TelevisionStation
instance Read TelevisionStation
instance Eq TelevisionStation
instance MetaData TelevisionStation
module Text.HTML5.MetaData.Schema.TouristInformationCenter
-- |
-- - id TouristInformationCenter
-- - label Tourist Information Center
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- - supertypes LocalBusiness
-- - url
-- http://schema.org/TouristInformationCenter
--
data TouristInformationCenter
TouristInformationCenter :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> TouristInformationCenter
additionalType :: TouristInformationCenter -> AdditionalType
alternateName :: TouristInformationCenter -> AlternateName
description :: TouristInformationCenter -> Description
image :: TouristInformationCenter -> Image
name :: TouristInformationCenter -> Name
sameAs :: TouristInformationCenter -> SameAs
url :: TouristInformationCenter -> Url
address :: TouristInformationCenter -> Address
aggregateRating :: TouristInformationCenter -> AggregateRating
containedIn :: TouristInformationCenter -> ContainedIn
event :: TouristInformationCenter -> Event
events :: TouristInformationCenter -> Events
faxNumber :: TouristInformationCenter -> FaxNumber
geo :: TouristInformationCenter -> Geo
globalLocationNumber :: TouristInformationCenter -> GlobalLocationNumber
interactionCount :: TouristInformationCenter -> InteractionCount
isicV4 :: TouristInformationCenter -> IsicV4
logo :: TouristInformationCenter -> Logo
map :: TouristInformationCenter -> Map
maps :: TouristInformationCenter -> Maps
openingHoursSpecification :: TouristInformationCenter -> OpeningHoursSpecification
photo :: TouristInformationCenter -> Photo
photos :: TouristInformationCenter -> Photos
review :: TouristInformationCenter -> Review
reviews :: TouristInformationCenter -> Reviews
telephone :: TouristInformationCenter -> Telephone
brand :: TouristInformationCenter -> Brand
contactPoint :: TouristInformationCenter -> ContactPoint
contactPoints :: TouristInformationCenter -> ContactPoints
department :: TouristInformationCenter -> Department
duns :: TouristInformationCenter -> Duns
email :: TouristInformationCenter -> Email
employee :: TouristInformationCenter -> Employee
employees :: TouristInformationCenter -> Employees
founder :: TouristInformationCenter -> Founder
founders :: TouristInformationCenter -> Founders
foundingDate :: TouristInformationCenter -> FoundingDate
hasPOS :: TouristInformationCenter -> HasPOS
legalName :: TouristInformationCenter -> LegalName
location :: TouristInformationCenter -> Location
makesOffer :: TouristInformationCenter -> MakesOffer
member :: TouristInformationCenter -> Member
members :: TouristInformationCenter -> Members
naics :: TouristInformationCenter -> Naics
owns :: TouristInformationCenter -> Owns
seeks :: TouristInformationCenter -> Seeks
subOrganization :: TouristInformationCenter -> SubOrganization
taxID :: TouristInformationCenter -> TaxID
vatID :: TouristInformationCenter -> VatID
branchOf :: TouristInformationCenter -> BranchOf
currenciesAccepted :: TouristInformationCenter -> CurrenciesAccepted
openingHours :: TouristInformationCenter -> OpeningHours
paymentAccepted :: TouristInformationCenter -> PaymentAccepted
priceRange :: TouristInformationCenter -> PriceRange
instance Typeable TouristInformationCenter
instance Show TouristInformationCenter
instance Read TouristInformationCenter
instance Eq TouristInformationCenter
instance MetaData TouristInformationCenter
module Text.HTML5.MetaData.Schema.LocalBusiness
-- |
-- - id LocalBusiness
-- - label Local Business
-- - comment
-- - 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
-- Organization,Place
-- - url http://schema.org/LocalBusiness
--
data LocalBusiness
LocalBusiness :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> LocalBusiness
additionalType :: LocalBusiness -> AdditionalType
alternateName :: LocalBusiness -> AlternateName
description :: LocalBusiness -> Description
image :: LocalBusiness -> Image
name :: LocalBusiness -> Name
sameAs :: LocalBusiness -> SameAs
url :: LocalBusiness -> Url
address :: LocalBusiness -> Address
aggregateRating :: LocalBusiness -> AggregateRating
containedIn :: LocalBusiness -> ContainedIn
event :: LocalBusiness -> Event
events :: LocalBusiness -> Events
faxNumber :: LocalBusiness -> FaxNumber
geo :: LocalBusiness -> Geo
globalLocationNumber :: LocalBusiness -> GlobalLocationNumber
interactionCount :: LocalBusiness -> InteractionCount
isicV4 :: LocalBusiness -> IsicV4
logo :: LocalBusiness -> Logo
map :: LocalBusiness -> Map
maps :: LocalBusiness -> Maps
openingHoursSpecification :: LocalBusiness -> OpeningHoursSpecification
photo :: LocalBusiness -> Photo
photos :: LocalBusiness -> Photos
review :: LocalBusiness -> Review
reviews :: LocalBusiness -> Reviews
telephone :: LocalBusiness -> Telephone
brand :: LocalBusiness -> Brand
contactPoint :: LocalBusiness -> ContactPoint
contactPoints :: LocalBusiness -> ContactPoints
department :: LocalBusiness -> Department
duns :: LocalBusiness -> Duns
email :: LocalBusiness -> Email
employee :: LocalBusiness -> Employee
employees :: LocalBusiness -> Employees
founder :: LocalBusiness -> Founder
founders :: LocalBusiness -> Founders
foundingDate :: LocalBusiness -> FoundingDate
hasPOS :: LocalBusiness -> HasPOS
legalName :: LocalBusiness -> LegalName
location :: LocalBusiness -> Location
makesOffer :: LocalBusiness -> MakesOffer
member :: LocalBusiness -> Member
members :: LocalBusiness -> Members
naics :: LocalBusiness -> Naics
owns :: LocalBusiness -> Owns
seeks :: LocalBusiness -> Seeks
subOrganization :: LocalBusiness -> SubOrganization
taxID :: LocalBusiness -> TaxID
vatID :: LocalBusiness -> VatID
branchOf :: LocalBusiness -> BranchOf
currenciesAccepted :: LocalBusiness -> CurrenciesAccepted
openingHours :: LocalBusiness -> OpeningHours
paymentAccepted :: LocalBusiness -> PaymentAccepted
priceRange :: LocalBusiness -> PriceRange
instance Typeable LocalBusiness
instance Show LocalBusiness
instance Read LocalBusiness
instance Eq LocalBusiness
instance MetaData LocalBusiness
module Text.HTML5.MetaData.Schema.TravelAgency
-- |
-- - id TravelAgency
-- - label Travel Agency
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- - supertypes LocalBusiness
-- - url http://schema.org/TravelAgency
--
data TravelAgency
TravelAgency :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> TravelAgency
additionalType :: TravelAgency -> AdditionalType
alternateName :: TravelAgency -> AlternateName
description :: TravelAgency -> Description
image :: TravelAgency -> Image
name :: TravelAgency -> Name
sameAs :: TravelAgency -> SameAs
url :: TravelAgency -> Url
address :: TravelAgency -> Address
aggregateRating :: TravelAgency -> AggregateRating
containedIn :: TravelAgency -> ContainedIn
event :: TravelAgency -> Event
events :: TravelAgency -> Events
faxNumber :: TravelAgency -> FaxNumber
geo :: TravelAgency -> Geo
globalLocationNumber :: TravelAgency -> GlobalLocationNumber
interactionCount :: TravelAgency -> InteractionCount
isicV4 :: TravelAgency -> IsicV4
logo :: TravelAgency -> Logo
map :: TravelAgency -> Map
maps :: TravelAgency -> Maps
openingHoursSpecification :: TravelAgency -> OpeningHoursSpecification
photo :: TravelAgency -> Photo
photos :: TravelAgency -> Photos
review :: TravelAgency -> Review
reviews :: TravelAgency -> Reviews
telephone :: TravelAgency -> Telephone
brand :: TravelAgency -> Brand
contactPoint :: TravelAgency -> ContactPoint
contactPoints :: TravelAgency -> ContactPoints
department :: TravelAgency -> Department
duns :: TravelAgency -> Duns
email :: TravelAgency -> Email
employee :: TravelAgency -> Employee
employees :: TravelAgency -> Employees
founder :: TravelAgency -> Founder
founders :: TravelAgency -> Founders
foundingDate :: TravelAgency -> FoundingDate
hasPOS :: TravelAgency -> HasPOS
legalName :: TravelAgency -> LegalName
location :: TravelAgency -> Location
makesOffer :: TravelAgency -> MakesOffer
member :: TravelAgency -> Member
members :: TravelAgency -> Members
naics :: TravelAgency -> Naics
owns :: TravelAgency -> Owns
seeks :: TravelAgency -> Seeks
subOrganization :: TravelAgency -> SubOrganization
taxID :: TravelAgency -> TaxID
vatID :: TravelAgency -> VatID
branchOf :: TravelAgency -> BranchOf
currenciesAccepted :: TravelAgency -> CurrenciesAccepted
openingHours :: TravelAgency -> OpeningHours
paymentAccepted :: TravelAgency -> PaymentAccepted
priceRange :: TravelAgency -> PriceRange
instance Typeable TravelAgency
instance Show TravelAgency
instance Read TravelAgency
instance Eq TravelAgency
instance MetaData TravelAgency
module Text.HTML5.MetaData.Schema.BloodTest
-- |
-- - id BloodTest
-- - label Blood Test
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalTest
-- - subtypes
-- - supertypes MedicalTest
-- - url http://schema.org/BloodTest
--
data BloodTest
BloodTest :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AffectedBy -> NormalRange -> SignDetected -> UsedToDiagnose -> UsesDevice -> BloodTest
additionalType :: BloodTest -> AdditionalType
alternateName :: BloodTest -> AlternateName
description :: BloodTest -> Description
image :: BloodTest -> Image
name :: BloodTest -> Name
sameAs :: BloodTest -> SameAs
url :: BloodTest -> Url
code :: BloodTest -> Code
guideline :: BloodTest -> Guideline
medicineSystem :: BloodTest -> MedicineSystem
recognizingAuthority :: BloodTest -> RecognizingAuthority
relevantSpecialty :: BloodTest -> RelevantSpecialty
study :: BloodTest -> Study
affectedBy :: BloodTest -> AffectedBy
normalRange :: BloodTest -> NormalRange
signDetected :: BloodTest -> SignDetected
usedToDiagnose :: BloodTest -> UsedToDiagnose
usesDevice :: BloodTest -> UsesDevice
instance Typeable BloodTest
instance Show BloodTest
instance Read BloodTest
instance Eq BloodTest
instance MetaData BloodTest
module Text.HTML5.MetaData.Schema.PublicSwimmingPool
-- |
data PublicSwimmingPool
PublicSwimmingPool :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> PublicSwimmingPool
additionalType :: PublicSwimmingPool -> AdditionalType
alternateName :: PublicSwimmingPool -> AlternateName
description :: PublicSwimmingPool -> Description
image :: PublicSwimmingPool -> Image
name :: PublicSwimmingPool -> Name
sameAs :: PublicSwimmingPool -> SameAs
url :: PublicSwimmingPool -> Url
address :: PublicSwimmingPool -> Address
aggregateRating :: PublicSwimmingPool -> AggregateRating
containedIn :: PublicSwimmingPool -> ContainedIn
event :: PublicSwimmingPool -> Event
events :: PublicSwimmingPool -> Events
faxNumber :: PublicSwimmingPool -> FaxNumber
geo :: PublicSwimmingPool -> Geo
globalLocationNumber :: PublicSwimmingPool -> GlobalLocationNumber
interactionCount :: PublicSwimmingPool -> InteractionCount
isicV4 :: PublicSwimmingPool -> IsicV4
logo :: PublicSwimmingPool -> Logo
map :: PublicSwimmingPool -> Map
maps :: PublicSwimmingPool -> Maps
openingHoursSpecification :: PublicSwimmingPool -> OpeningHoursSpecification
photo :: PublicSwimmingPool -> Photo
photos :: PublicSwimmingPool -> Photos
review :: PublicSwimmingPool -> Review
reviews :: PublicSwimmingPool -> Reviews
telephone :: PublicSwimmingPool -> Telephone
brand :: PublicSwimmingPool -> Brand
contactPoint :: PublicSwimmingPool -> ContactPoint
contactPoints :: PublicSwimmingPool -> ContactPoints
department :: PublicSwimmingPool -> Department
duns :: PublicSwimmingPool -> Duns
email :: PublicSwimmingPool -> Email
employee :: PublicSwimmingPool -> Employee
employees :: PublicSwimmingPool -> Employees
founder :: PublicSwimmingPool -> Founder
founders :: PublicSwimmingPool -> Founders
foundingDate :: PublicSwimmingPool -> FoundingDate
hasPOS :: PublicSwimmingPool -> HasPOS
legalName :: PublicSwimmingPool -> LegalName
location :: PublicSwimmingPool -> Location
makesOffer :: PublicSwimmingPool -> MakesOffer
member :: PublicSwimmingPool -> Member
members :: PublicSwimmingPool -> Members
naics :: PublicSwimmingPool -> Naics
owns :: PublicSwimmingPool -> Owns
seeks :: PublicSwimmingPool -> Seeks
subOrganization :: PublicSwimmingPool -> SubOrganization
taxID :: PublicSwimmingPool -> TaxID
vatID :: PublicSwimmingPool -> VatID
branchOf :: PublicSwimmingPool -> BranchOf
currenciesAccepted :: PublicSwimmingPool -> CurrenciesAccepted
openingHours :: PublicSwimmingPool -> OpeningHours
paymentAccepted :: PublicSwimmingPool -> PaymentAccepted
priceRange :: PublicSwimmingPool -> PriceRange
instance Typeable PublicSwimmingPool
instance Show PublicSwimmingPool
instance Read PublicSwimmingPool
instance Eq PublicSwimmingPool
instance MetaData PublicSwimmingPool
module Text.HTML5.MetaData.Schema.AutoWash
-- |
-- - id AutoWash
-- - label Auto Wash
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,AutomotiveBusiness
-- - subtypes
-- - supertypes
-- AutomotiveBusiness
-- - url http://schema.org/AutoWash
--
data AutoWash
AutoWash :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AutoWash
additionalType :: AutoWash -> AdditionalType
alternateName :: AutoWash -> AlternateName
description :: AutoWash -> Description
image :: AutoWash -> Image
name :: AutoWash -> Name
sameAs :: AutoWash -> SameAs
url :: AutoWash -> Url
address :: AutoWash -> Address
aggregateRating :: AutoWash -> AggregateRating
containedIn :: AutoWash -> ContainedIn
event :: AutoWash -> Event
events :: AutoWash -> Events
faxNumber :: AutoWash -> FaxNumber
geo :: AutoWash -> Geo
globalLocationNumber :: AutoWash -> GlobalLocationNumber
interactionCount :: AutoWash -> InteractionCount
isicV4 :: AutoWash -> IsicV4
logo :: AutoWash -> Logo
map :: AutoWash -> Map
maps :: AutoWash -> Maps
openingHoursSpecification :: AutoWash -> OpeningHoursSpecification
photo :: AutoWash -> Photo
photos :: AutoWash -> Photos
review :: AutoWash -> Review
reviews :: AutoWash -> Reviews
telephone :: AutoWash -> Telephone
brand :: AutoWash -> Brand
contactPoint :: AutoWash -> ContactPoint
contactPoints :: AutoWash -> ContactPoints
department :: AutoWash -> Department
duns :: AutoWash -> Duns
email :: AutoWash -> Email
employee :: AutoWash -> Employee
employees :: AutoWash -> Employees
founder :: AutoWash -> Founder
founders :: AutoWash -> Founders
foundingDate :: AutoWash -> FoundingDate
hasPOS :: AutoWash -> HasPOS
legalName :: AutoWash -> LegalName
location :: AutoWash -> Location
makesOffer :: AutoWash -> MakesOffer
member :: AutoWash -> Member
members :: AutoWash -> Members
naics :: AutoWash -> Naics
owns :: AutoWash -> Owns
seeks :: AutoWash -> Seeks
subOrganization :: AutoWash -> SubOrganization
taxID :: AutoWash -> TaxID
vatID :: AutoWash -> VatID
branchOf :: AutoWash -> BranchOf
currenciesAccepted :: AutoWash -> CurrenciesAccepted
openingHours :: AutoWash -> OpeningHours
paymentAccepted :: AutoWash -> PaymentAccepted
priceRange :: AutoWash -> PriceRange
instance Typeable AutoWash
instance Show AutoWash
instance Read AutoWash
instance Eq AutoWash
instance MetaData AutoWash
module Text.HTML5.MetaData.Schema.Series
-- |
-- - id Series
-- - label Series
-- - comment
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- RadioSeries,TVSeries
-- - supertypes CreativeWork
-- - url http://schema.org/Series
--
data Series
Series :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> Actor -> Actors -> Director -> Directors -> EndDate -> Episode -> Episodes -> MusicBy -> NumberOfEpisodes -> NumberOfSeasons -> Producer -> ProductionCompany -> Season -> Seasons -> StartDate -> Trailer -> Series
additionalType :: Series -> AdditionalType
alternateName :: Series -> AlternateName
description :: Series -> Description
image :: Series -> Image
name :: Series -> Name
sameAs :: Series -> SameAs
url :: Series -> Url
about :: Series -> About
accessibilityAPI :: Series -> AccessibilityAPI
accessibilityControl :: Series -> AccessibilityControl
accessibilityFeature :: Series -> AccessibilityFeature
accessibilityHazard :: Series -> AccessibilityHazard
accountablePerson :: Series -> AccountablePerson
aggregateRating :: Series -> AggregateRating
alternativeHeadline :: Series -> AlternativeHeadline
associatedMedia :: Series -> AssociatedMedia
audience :: Series -> Audience
audio :: Series -> Audio
author :: Series -> Author
award :: Series -> Award
awards :: Series -> Awards
citation :: Series -> Citation
comment :: Series -> Comment
contentLocation :: Series -> ContentLocation
contentRating :: Series -> ContentRating
contributor :: Series -> Contributor
copyrightHolder :: Series -> CopyrightHolder
copyrightYear :: Series -> CopyrightYear
creator :: Series -> Creator
dateCreated :: Series -> DateCreated
dateModified :: Series -> DateModified
datePublished :: Series -> DatePublished
discussionUrl :: Series -> DiscussionUrl
editor :: Series -> Editor
educationalAlignment :: Series -> EducationalAlignment
educationalUse :: Series -> EducationalUse
encoding :: Series -> Encoding
encodings :: Series -> Encodings
genre :: Series -> Genre
headline :: Series -> Headline
inLanguage :: Series -> InLanguage
interactionCount :: Series -> InteractionCount
interactivityType :: Series -> InteractivityType
isBasedOnUrl :: Series -> IsBasedOnUrl
isFamilyFriendly :: Series -> IsFamilyFriendly
keywords :: Series -> Keywords
learningResourceType :: Series -> LearningResourceType
mentions :: Series -> Mentions
offers :: Series -> Offers
provider :: Series -> Provider
publisher :: Series -> Publisher
publishingPrinciples :: Series -> PublishingPrinciples
review :: Series -> Review
reviews :: Series -> Reviews
sourceOrganization :: Series -> SourceOrganization
text :: Series -> Text
thumbnailUrl :: Series -> ThumbnailUrl
timeRequired :: Series -> TimeRequired
typicalAgeRange :: Series -> TypicalAgeRange
version :: Series -> Version
video :: Series -> Video
actor :: Series -> Actor
actors :: Series -> Actors
director :: Series -> Director
directors :: Series -> Directors
endDate :: Series -> EndDate
episode :: Series -> Episode
episodes :: Series -> Episodes
musicBy :: Series -> MusicBy
numberOfEpisodes :: Series -> NumberOfEpisodes
numberOfSeasons :: Series -> NumberOfSeasons
producer :: Series -> Producer
productionCompany :: Series -> ProductionCompany
season :: Series -> Season
seasons :: Series -> Seasons
startDate :: Series -> StartDate
trailer :: Series -> Trailer
instance Typeable Series
instance Show Series
instance Read Series
instance Eq Series
instance MetaData Series
module Text.HTML5.MetaData.Schema.RadioSeries
-- |
-- - id RadioSeries
-- - label Radio Series
-- - comment
-- - ancestors
-- Thing,CreativeWork,Series
-- - subtypes
-- - supertypes Series
-- - url http://schema.org/RadioSeries
--
data RadioSeries
RadioSeries :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> Actor -> Actors -> Director -> Directors -> EndDate -> Episode -> Episodes -> MusicBy -> NumberOfEpisodes -> NumberOfSeasons -> Producer -> ProductionCompany -> Season -> Seasons -> StartDate -> Trailer -> RadioSeries
additionalType :: RadioSeries -> AdditionalType
alternateName :: RadioSeries -> AlternateName
description :: RadioSeries -> Description
image :: RadioSeries -> Image
name :: RadioSeries -> Name
sameAs :: RadioSeries -> SameAs
url :: RadioSeries -> Url
about :: RadioSeries -> About
accessibilityAPI :: RadioSeries -> AccessibilityAPI
accessibilityControl :: RadioSeries -> AccessibilityControl
accessibilityFeature :: RadioSeries -> AccessibilityFeature
accessibilityHazard :: RadioSeries -> AccessibilityHazard
accountablePerson :: RadioSeries -> AccountablePerson
aggregateRating :: RadioSeries -> AggregateRating
alternativeHeadline :: RadioSeries -> AlternativeHeadline
associatedMedia :: RadioSeries -> AssociatedMedia
audience :: RadioSeries -> Audience
audio :: RadioSeries -> Audio
author :: RadioSeries -> Author
award :: RadioSeries -> Award
awards :: RadioSeries -> Awards
citation :: RadioSeries -> Citation
comment :: RadioSeries -> Comment
contentLocation :: RadioSeries -> ContentLocation
contentRating :: RadioSeries -> ContentRating
contributor :: RadioSeries -> Contributor
copyrightHolder :: RadioSeries -> CopyrightHolder
copyrightYear :: RadioSeries -> CopyrightYear
creator :: RadioSeries -> Creator
dateCreated :: RadioSeries -> DateCreated
dateModified :: RadioSeries -> DateModified
datePublished :: RadioSeries -> DatePublished
discussionUrl :: RadioSeries -> DiscussionUrl
editor :: RadioSeries -> Editor
educationalAlignment :: RadioSeries -> EducationalAlignment
educationalUse :: RadioSeries -> EducationalUse
encoding :: RadioSeries -> Encoding
encodings :: RadioSeries -> Encodings
genre :: RadioSeries -> Genre
headline :: RadioSeries -> Headline
inLanguage :: RadioSeries -> InLanguage
interactionCount :: RadioSeries -> InteractionCount
interactivityType :: RadioSeries -> InteractivityType
isBasedOnUrl :: RadioSeries -> IsBasedOnUrl
isFamilyFriendly :: RadioSeries -> IsFamilyFriendly
keywords :: RadioSeries -> Keywords
learningResourceType :: RadioSeries -> LearningResourceType
mentions :: RadioSeries -> Mentions
offers :: RadioSeries -> Offers
provider :: RadioSeries -> Provider
publisher :: RadioSeries -> Publisher
publishingPrinciples :: RadioSeries -> PublishingPrinciples
review :: RadioSeries -> Review
reviews :: RadioSeries -> Reviews
sourceOrganization :: RadioSeries -> SourceOrganization
text :: RadioSeries -> Text
thumbnailUrl :: RadioSeries -> ThumbnailUrl
timeRequired :: RadioSeries -> TimeRequired
typicalAgeRange :: RadioSeries -> TypicalAgeRange
version :: RadioSeries -> Version
video :: RadioSeries -> Video
actor :: RadioSeries -> Actor
actors :: RadioSeries -> Actors
director :: RadioSeries -> Director
directors :: RadioSeries -> Directors
endDate :: RadioSeries -> EndDate
episode :: RadioSeries -> Episode
episodes :: RadioSeries -> Episodes
musicBy :: RadioSeries -> MusicBy
numberOfEpisodes :: RadioSeries -> NumberOfEpisodes
numberOfSeasons :: RadioSeries -> NumberOfSeasons
producer :: RadioSeries -> Producer
productionCompany :: RadioSeries -> ProductionCompany
season :: RadioSeries -> Season
seasons :: RadioSeries -> Seasons
startDate :: RadioSeries -> StartDate
trailer :: RadioSeries -> Trailer
instance Typeable RadioSeries
instance Show RadioSeries
instance Read RadioSeries
instance Eq RadioSeries
instance MetaData RadioSeries
module Text.HTML5.MetaData.Schema.SocialEvent
-- |
data SocialEvent
SocialEvent :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Attendee -> Attendees -> DoorTime -> Duration -> EndDate -> EventStatus -> Location -> Offers -> Performer -> Performers -> PreviousStartDate -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> TypicalAgeRange -> SocialEvent
additionalType :: SocialEvent -> AdditionalType
alternateName :: SocialEvent -> AlternateName
description :: SocialEvent -> Description
image :: SocialEvent -> Image
name :: SocialEvent -> Name
sameAs :: SocialEvent -> SameAs
url :: SocialEvent -> Url
attendee :: SocialEvent -> Attendee
attendees :: SocialEvent -> Attendees
doorTime :: SocialEvent -> DoorTime
duration :: SocialEvent -> Duration
endDate :: SocialEvent -> EndDate
eventStatus :: SocialEvent -> EventStatus
location :: SocialEvent -> Location
offers :: SocialEvent -> Offers
performer :: SocialEvent -> Performer
performers :: SocialEvent -> Performers
previousStartDate :: SocialEvent -> PreviousStartDate
startDate :: SocialEvent -> StartDate
subEvent :: SocialEvent -> SubEvent
subEvents :: SocialEvent -> SubEvents
superEvent :: SocialEvent -> SuperEvent
typicalAgeRange :: SocialEvent -> TypicalAgeRange
instance Typeable SocialEvent
instance Show SocialEvent
instance Read SocialEvent
instance Eq SocialEvent
instance MetaData SocialEvent
module Text.HTML5.MetaData.Schema.HighSchool
-- |
-- - id HighSchool
-- - label High School
-- - comment
-- - ancestors
-- Thing,Organization,EducationalOrganization
-- - subtypes
-- - supertypes
-- EducationalOrganization
-- - url http://schema.org/HighSchool
--
data HighSchool
HighSchool :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Event -> Events -> FaxNumber -> Founder -> Founders -> FoundingDate -> GlobalLocationNumber -> HasPOS -> InteractionCount -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> Members -> Naics -> Owns -> Review -> Reviews -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> Alumni -> HighSchool
additionalType :: HighSchool -> AdditionalType
alternateName :: HighSchool -> AlternateName
description :: HighSchool -> Description
image :: HighSchool -> Image
name :: HighSchool -> Name
sameAs :: HighSchool -> SameAs
url :: HighSchool -> Url
address :: HighSchool -> Address
aggregateRating :: HighSchool -> AggregateRating
brand :: HighSchool -> Brand
contactPoint :: HighSchool -> ContactPoint
contactPoints :: HighSchool -> ContactPoints
department :: HighSchool -> Department
duns :: HighSchool -> Duns
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
globalLocationNumber :: HighSchool -> GlobalLocationNumber
hasPOS :: HighSchool -> HasPOS
interactionCount :: HighSchool -> InteractionCount
isicV4 :: HighSchool -> IsicV4
legalName :: HighSchool -> LegalName
location :: HighSchool -> Location
logo :: HighSchool -> Logo
makesOffer :: HighSchool -> MakesOffer
member :: HighSchool -> Member
members :: HighSchool -> Members
naics :: HighSchool -> Naics
owns :: HighSchool -> Owns
review :: HighSchool -> Review
reviews :: HighSchool -> Reviews
seeks :: HighSchool -> Seeks
subOrganization :: HighSchool -> SubOrganization
taxID :: HighSchool -> TaxID
telephone :: HighSchool -> Telephone
vatID :: HighSchool -> VatID
alumni :: HighSchool -> Alumni
instance Typeable HighSchool
instance Show HighSchool
instance Read HighSchool
instance Eq HighSchool
instance MetaData HighSchool
module Text.HTML5.MetaData.Schema.UserComments
-- |
-- - id UserComments
-- - label User Comments
-- - comment
-- - ancestors
-- Thing,Event,UserInteraction
-- - subtypes
-- - supertypes UserInteraction
-- - url http://schema.org/UserComments
--
data UserComments
UserComments :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Attendee -> Attendees -> DoorTime -> Duration -> EndDate -> EventStatus -> Location -> Offers -> Performer -> Performers -> PreviousStartDate -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> TypicalAgeRange -> CommentText -> CommentTime -> Creator -> Discusses -> ReplyToUrl -> UserComments
additionalType :: UserComments -> AdditionalType
alternateName :: UserComments -> AlternateName
description :: UserComments -> Description
image :: UserComments -> Image
name :: UserComments -> Name
sameAs :: UserComments -> SameAs
url :: UserComments -> Url
attendee :: UserComments -> Attendee
attendees :: UserComments -> Attendees
doorTime :: UserComments -> DoorTime
duration :: UserComments -> Duration
endDate :: UserComments -> EndDate
eventStatus :: UserComments -> EventStatus
location :: UserComments -> Location
offers :: UserComments -> Offers
performer :: UserComments -> Performer
performers :: UserComments -> Performers
previousStartDate :: UserComments -> PreviousStartDate
startDate :: UserComments -> StartDate
subEvent :: UserComments -> SubEvent
subEvents :: UserComments -> SubEvents
superEvent :: UserComments -> SuperEvent
typicalAgeRange :: UserComments -> TypicalAgeRange
commentText :: UserComments -> CommentText
commentTime :: UserComments -> CommentTime
creator :: UserComments -> Creator
discusses :: UserComments -> Discusses
replyToUrl :: UserComments -> ReplyToUrl
instance Typeable UserComments
instance Show UserComments
instance Read UserComments
instance Eq UserComments
instance MetaData UserComments
module Text.HTML5.MetaData.Schema.DonateAction
-- |
data DonateAction
DonateAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Price -> Recipient -> DonateAction
additionalType :: DonateAction -> AdditionalType
alternateName :: DonateAction -> AlternateName
description :: DonateAction -> Description
image :: DonateAction -> Image
name :: DonateAction -> Name
sameAs :: DonateAction -> SameAs
url :: DonateAction -> Url
agent :: DonateAction -> Agent
endTime :: DonateAction -> EndTime
instrument :: DonateAction -> Instrument
location :: DonateAction -> Location
object :: DonateAction -> Object
participant :: DonateAction -> Participant
result :: DonateAction -> Result
startTime :: DonateAction -> StartTime
price :: DonateAction -> Price
recipient :: DonateAction -> Recipient
instance Typeable DonateAction
instance Show DonateAction
instance Read DonateAction
instance Eq DonateAction
instance MetaData DonateAction
module Text.HTML5.MetaData.Schema.DrinkAction
-- |
data DrinkAction
DrinkAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> DrinkAction
additionalType :: DrinkAction -> AdditionalType
alternateName :: DrinkAction -> AlternateName
description :: DrinkAction -> Description
image :: DrinkAction -> Image
name :: DrinkAction -> Name
sameAs :: DrinkAction -> SameAs
url :: DrinkAction -> Url
agent :: DrinkAction -> Agent
endTime :: DrinkAction -> EndTime
instrument :: DrinkAction -> Instrument
location :: DrinkAction -> Location
object :: DrinkAction -> Object
participant :: DrinkAction -> Participant
result :: DrinkAction -> Result
startTime :: DrinkAction -> StartTime
instance Typeable DrinkAction
instance Show DrinkAction
instance Read DrinkAction
instance Eq DrinkAction
instance MetaData DrinkAction
module Text.HTML5.MetaData.Schema.BookmarkAction
-- |
data BookmarkAction
BookmarkAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> BookmarkAction
additionalType :: BookmarkAction -> AdditionalType
alternateName :: BookmarkAction -> AlternateName
description :: BookmarkAction -> Description
image :: BookmarkAction -> Image
name :: BookmarkAction -> Name
sameAs :: BookmarkAction -> SameAs
url :: BookmarkAction -> Url
agent :: BookmarkAction -> Agent
endTime :: BookmarkAction -> EndTime
instrument :: BookmarkAction -> Instrument
location :: BookmarkAction -> Location
object :: BookmarkAction -> Object
participant :: BookmarkAction -> Participant
result :: BookmarkAction -> Result
startTime :: BookmarkAction -> StartTime
instance Typeable BookmarkAction
instance Show BookmarkAction
instance Read BookmarkAction
instance Eq BookmarkAction
instance MetaData BookmarkAction
module Text.HTML5.MetaData.Schema.Reservoir
-- |
-- - id Reservoir
-- - label Reservoir
-- - comment
-- - ancestors
-- Thing,Place,Landform,BodyOfWater
-- - subtypes
-- - supertypes BodyOfWater
-- - url http://schema.org/Reservoir
--
data Reservoir
Reservoir :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Reservoir
additionalType :: Reservoir -> AdditionalType
alternateName :: Reservoir -> AlternateName
description :: Reservoir -> Description
image :: Reservoir -> Image
name :: Reservoir -> Name
sameAs :: Reservoir -> SameAs
url :: Reservoir -> Url
address :: Reservoir -> Address
aggregateRating :: Reservoir -> AggregateRating
containedIn :: Reservoir -> ContainedIn
event :: Reservoir -> Event
events :: Reservoir -> Events
faxNumber :: Reservoir -> FaxNumber
geo :: Reservoir -> Geo
globalLocationNumber :: Reservoir -> GlobalLocationNumber
interactionCount :: Reservoir -> InteractionCount
isicV4 :: Reservoir -> IsicV4
logo :: Reservoir -> Logo
map :: Reservoir -> Map
maps :: Reservoir -> Maps
openingHoursSpecification :: Reservoir -> OpeningHoursSpecification
photo :: Reservoir -> Photo
photos :: Reservoir -> Photos
review :: Reservoir -> Review
reviews :: Reservoir -> Reviews
telephone :: Reservoir -> Telephone
instance Typeable Reservoir
instance Show Reservoir
instance Read Reservoir
instance Eq Reservoir
instance MetaData Reservoir
module Text.HTML5.MetaData.Schema.DanceEvent
-- |
data DanceEvent
DanceEvent :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Attendee -> Attendees -> DoorTime -> Duration -> EndDate -> EventStatus -> Location -> Offers -> Performer -> Performers -> PreviousStartDate -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> TypicalAgeRange -> DanceEvent
additionalType :: DanceEvent -> AdditionalType
alternateName :: DanceEvent -> AlternateName
description :: DanceEvent -> Description
image :: DanceEvent -> Image
name :: DanceEvent -> Name
sameAs :: DanceEvent -> SameAs
url :: DanceEvent -> Url
attendee :: DanceEvent -> Attendee
attendees :: DanceEvent -> Attendees
doorTime :: DanceEvent -> DoorTime
duration :: DanceEvent -> Duration
endDate :: DanceEvent -> EndDate
eventStatus :: DanceEvent -> EventStatus
location :: DanceEvent -> Location
offers :: DanceEvent -> Offers
performer :: DanceEvent -> Performer
performers :: DanceEvent -> Performers
previousStartDate :: DanceEvent -> PreviousStartDate
startDate :: DanceEvent -> StartDate
subEvent :: DanceEvent -> SubEvent
subEvents :: DanceEvent -> SubEvents
superEvent :: DanceEvent -> SuperEvent
typicalAgeRange :: DanceEvent -> TypicalAgeRange
instance Typeable DanceEvent
instance Show DanceEvent
instance Read DanceEvent
instance Eq DanceEvent
instance MetaData DanceEvent
module Text.HTML5.MetaData.Schema.ApartmentComplex
-- |
-- - id ApartmentComplex
-- - label Apartment Complex
-- - comment
-- - ancestors
-- Thing,Place,Residence
-- - subtypes
-- - supertypes Residence
-- - url http://schema.org/ApartmentComplex
--
data ApartmentComplex
ApartmentComplex :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> ApartmentComplex
additionalType :: ApartmentComplex -> AdditionalType
alternateName :: ApartmentComplex -> AlternateName
description :: ApartmentComplex -> Description
image :: ApartmentComplex -> Image
name :: ApartmentComplex -> Name
sameAs :: ApartmentComplex -> SameAs
url :: ApartmentComplex -> Url
address :: ApartmentComplex -> Address
aggregateRating :: ApartmentComplex -> AggregateRating
containedIn :: ApartmentComplex -> ContainedIn
event :: ApartmentComplex -> Event
events :: ApartmentComplex -> Events
faxNumber :: ApartmentComplex -> FaxNumber
geo :: ApartmentComplex -> Geo
globalLocationNumber :: ApartmentComplex -> GlobalLocationNumber
interactionCount :: ApartmentComplex -> InteractionCount
isicV4 :: ApartmentComplex -> IsicV4
logo :: ApartmentComplex -> Logo
map :: ApartmentComplex -> Map
maps :: ApartmentComplex -> Maps
openingHoursSpecification :: ApartmentComplex -> OpeningHoursSpecification
photo :: ApartmentComplex -> Photo
photos :: ApartmentComplex -> Photos
review :: ApartmentComplex -> Review
reviews :: ApartmentComplex -> Reviews
telephone :: ApartmentComplex -> Telephone
instance Typeable ApartmentComplex
instance Show ApartmentComplex
instance Read ApartmentComplex
instance Eq ApartmentComplex
instance MetaData ApartmentComplex
module Text.HTML5.MetaData.Schema.DepartAction
-- |
data DepartAction
DepartAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> FromLocation -> ToLocation -> DepartAction
additionalType :: DepartAction -> AdditionalType
alternateName :: DepartAction -> AlternateName
description :: DepartAction -> Description
image :: DepartAction -> Image
name :: DepartAction -> Name
sameAs :: DepartAction -> SameAs
url :: DepartAction -> Url
agent :: DepartAction -> Agent
endTime :: DepartAction -> EndTime
instrument :: DepartAction -> Instrument
location :: DepartAction -> Location
object :: DepartAction -> Object
participant :: DepartAction -> Participant
result :: DepartAction -> Result
startTime :: DepartAction -> StartTime
fromLocation :: DepartAction -> FromLocation
toLocation :: DepartAction -> ToLocation
instance Typeable DepartAction
instance Show DepartAction
instance Read DepartAction
instance Eq DepartAction
instance MetaData DepartAction
module Text.HTML5.MetaData.Schema.UserPlusOnes
-- |
-- - id UserPlusOnes
-- - label User Plus Ones
-- - comment
-- - ancestors
-- Thing,Event,UserInteraction
-- - subtypes
-- - supertypes UserInteraction
-- - url http://schema.org/UserPlusOnes
--
data UserPlusOnes
UserPlusOnes :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Attendee -> Attendees -> DoorTime -> Duration -> EndDate -> EventStatus -> Location -> Offers -> Performer -> Performers -> PreviousStartDate -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> TypicalAgeRange -> UserPlusOnes
additionalType :: UserPlusOnes -> AdditionalType
alternateName :: UserPlusOnes -> AlternateName
description :: UserPlusOnes -> Description
image :: UserPlusOnes -> Image
name :: UserPlusOnes -> Name
sameAs :: UserPlusOnes -> SameAs
url :: UserPlusOnes -> Url
attendee :: UserPlusOnes -> Attendee
attendees :: UserPlusOnes -> Attendees
doorTime :: UserPlusOnes -> DoorTime
duration :: UserPlusOnes -> Duration
endDate :: UserPlusOnes -> EndDate
eventStatus :: UserPlusOnes -> EventStatus
location :: UserPlusOnes -> Location
offers :: UserPlusOnes -> Offers
performer :: UserPlusOnes -> Performer
performers :: UserPlusOnes -> Performers
previousStartDate :: UserPlusOnes -> PreviousStartDate
startDate :: UserPlusOnes -> StartDate
subEvent :: UserPlusOnes -> SubEvent
subEvents :: UserPlusOnes -> SubEvents
superEvent :: UserPlusOnes -> SuperEvent
typicalAgeRange :: UserPlusOnes -> TypicalAgeRange
instance Typeable UserPlusOnes
instance Show UserPlusOnes
instance Read UserPlusOnes
instance Eq UserPlusOnes
instance MetaData UserPlusOnes
module Text.HTML5.MetaData.Schema.DrugCostCategory
-- |
-- - id DrugCostCategory
-- - label Drug Cost Category
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalIntangible,MedicalEnumeration
-- - subtypes
-- - supertypes
-- MedicalEnumeration
-- - url http://schema.org/DrugCostCategory
--
data DrugCostCategory
ReimbursementCap :: DrugCostCategory
Retail :: DrugCostCategory
Wholesale :: DrugCostCategory
instance Typeable DrugCostCategory
instance Show DrugCostCategory
instance Read DrugCostCategory
instance Eq DrugCostCategory
instance MetaData DrugCostCategory
module Text.HTML5.MetaData.Schema.DrugPregnancyCategory
-- |
-- - id DrugPregnancyCategory
-- - label Drug Pregnancy Category
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalIntangible,MedicalEnumeration
-- - subtypes
-- - supertypes
-- MedicalEnumeration
-- - url
-- http://schema.org/DrugPregnancyCategory
--
data DrugPregnancyCategory
FDAcategoryA :: DrugPregnancyCategory
FDAcategoryB :: DrugPregnancyCategory
FDAcategoryC :: DrugPregnancyCategory
FDAcategoryD :: DrugPregnancyCategory
FDAcategoryX :: DrugPregnancyCategory
FDAnotEvaluated :: DrugPregnancyCategory
instance Typeable DrugPregnancyCategory
instance Show DrugPregnancyCategory
instance Read DrugPregnancyCategory
instance Eq DrugPregnancyCategory
instance MetaData DrugPregnancyCategory
module Text.HTML5.MetaData.Schema.DrugPrescriptionStatus
-- |
-- - id DrugPrescriptionStatus
-- - label Drug Prescription Status
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalIntangible,MedicalEnumeration
-- - subtypes
-- - supertypes
-- MedicalEnumeration
-- - url
-- http://schema.org/DrugPrescriptionStatus
--
data DrugPrescriptionStatus
OTC :: DrugPrescriptionStatus
PrescriptionOnly :: DrugPrescriptionStatus
instance Typeable DrugPrescriptionStatus
instance Show DrugPrescriptionStatus
instance Read DrugPrescriptionStatus
instance Eq DrugPrescriptionStatus
instance MetaData DrugPrescriptionStatus
module Text.HTML5.MetaData.Schema.InfectiousAgentClass
-- |
-- - id InfectiousAgentClass
-- - label Infectious Agent Class
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalIntangible,MedicalEnumeration
-- - subtypes
-- - supertypes
-- MedicalEnumeration
-- - url
-- http://schema.org/InfectiousAgentClass
--
data InfectiousAgentClass
Bacteria :: InfectiousAgentClass
Fungus :: InfectiousAgentClass
MulticellularParasite :: InfectiousAgentClass
Prion :: InfectiousAgentClass
Protozoa :: InfectiousAgentClass
Virus :: InfectiousAgentClass
instance Typeable InfectiousAgentClass
instance Show InfectiousAgentClass
instance Read InfectiousAgentClass
instance Eq InfectiousAgentClass
instance MetaData InfectiousAgentClass
module Text.HTML5.MetaData.Schema.MedicalDevicePurpose
-- |
-- - id MedicalDevicePurpose
-- - label Medical Device Purpose
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalIntangible,MedicalEnumeration
-- - subtypes
-- - supertypes
-- MedicalEnumeration
-- - url
-- http://schema.org/MedicalDevicePurpose
--
data MedicalDevicePurpose
Diagnostic :: MedicalDevicePurpose
Therapeutic :: MedicalDevicePurpose
instance Typeable MedicalDevicePurpose
instance Show MedicalDevicePurpose
instance Read MedicalDevicePurpose
instance Eq MedicalDevicePurpose
instance MetaData MedicalDevicePurpose
module Text.HTML5.MetaData.Schema.MedicalEvidenceLevel
-- |
-- - id MedicalEvidenceLevel
-- - label Medical Evidence Level
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalIntangible,MedicalEnumeration
-- - subtypes
-- - supertypes
-- MedicalEnumeration
-- - url
-- http://schema.org/MedicalEvidenceLevel
--
data MedicalEvidenceLevel
EvidenceLevelA :: MedicalEvidenceLevel
EvidenceLevelB :: MedicalEvidenceLevel
EvidenceLevelC :: MedicalEvidenceLevel
instance Typeable MedicalEvidenceLevel
instance Show MedicalEvidenceLevel
instance Read MedicalEvidenceLevel
instance Eq MedicalEvidenceLevel
instance MetaData MedicalEvidenceLevel
module Text.HTML5.MetaData.Schema.MedicalImagingTechnique
-- |
-- - id MedicalImagingTechnique
-- - label Medical Imaging Technique
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalIntangible,MedicalEnumeration
-- - subtypes
-- - supertypes
-- MedicalEnumeration
-- - url
-- http://schema.org/MedicalImagingTechnique
--
data MedicalImagingTechnique
CT :: MedicalImagingTechnique
MRI :: MedicalImagingTechnique
PET :: MedicalImagingTechnique
Ultrasound :: MedicalImagingTechnique
XRay :: MedicalImagingTechnique
instance Typeable MedicalImagingTechnique
instance Show MedicalImagingTechnique
instance Read MedicalImagingTechnique
instance Eq MedicalImagingTechnique
instance MetaData MedicalImagingTechnique
module Text.HTML5.MetaData.Schema.MedicalObservationalStudyDesign
-- |
-- - id MedicalObservationalStudyDesign
-- - label Medical Observational Study Design
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalIntangible,MedicalEnumeration
-- - subtypes
-- - supertypes
-- MedicalEnumeration
-- - url
-- http://schema.org/MedicalObservationalStudyDesign
--
data MedicalObservationalStudyDesign
CaseSeries :: MedicalObservationalStudyDesign
CohortStudy :: MedicalObservationalStudyDesign
CrossSectional :: MedicalObservationalStudyDesign
Longitudinal :: MedicalObservationalStudyDesign
Observational :: MedicalObservationalStudyDesign
Registry :: MedicalObservationalStudyDesign
instance Typeable MedicalObservationalStudyDesign
instance Show MedicalObservationalStudyDesign
instance Read MedicalObservationalStudyDesign
instance Eq MedicalObservationalStudyDesign
instance MetaData MedicalObservationalStudyDesign
module Text.HTML5.MetaData.Schema.MedicalProcedureType
-- |
-- - id MedicalProcedureType
-- - label Medical Procedure Type
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalIntangible,MedicalEnumeration
-- - subtypes
-- - supertypes
-- MedicalEnumeration
-- - url
-- http://schema.org/MedicalProcedureType
--
data MedicalProcedureType
NoninvasiveProcedure :: MedicalProcedureType
PercutaneousProcedure :: MedicalProcedureType
SurgicalProcedure :: MedicalProcedureType
instance Typeable MedicalProcedureType
instance Show MedicalProcedureType
instance Read MedicalProcedureType
instance Eq MedicalProcedureType
instance MetaData MedicalProcedureType
module Text.HTML5.MetaData.Schema.MedicalSpecialty
-- |
-- - id MedicalSpecialty
-- - label Medical Specialty
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalIntangible,MedicalEnumeration
-- - subtypes
-- - supertypes
-- MedicalEnumeration,Specialty
-- - url http://schema.org/MedicalSpecialty
--
data MedicalSpecialty
Anesthesia :: MedicalSpecialty
Cardiovascular :: MedicalSpecialty
CommunityHealth :: MedicalSpecialty
Dentistry :: MedicalSpecialty
Dermatologic :: MedicalSpecialty
DietNutrition :: MedicalSpecialty
Emergency :: MedicalSpecialty
Endocrine :: MedicalSpecialty
Gastroenterologic :: MedicalSpecialty
Genetic :: MedicalSpecialty
Geriatric :: MedicalSpecialty
Gynecologic :: MedicalSpecialty
Hematologic :: MedicalSpecialty
Infectious :: MedicalSpecialty
LaboratoryScience :: MedicalSpecialty
Midwifery :: MedicalSpecialty
Musculoskeletal :: MedicalSpecialty
Neurologic :: MedicalSpecialty
Nursing :: MedicalSpecialty
Obstetric :: MedicalSpecialty
OccupationalTherapy :: MedicalSpecialty
Oncologic :: MedicalSpecialty
Optometic :: MedicalSpecialty
Otolaryngologic :: MedicalSpecialty
Pathology :: MedicalSpecialty
Pediatric :: MedicalSpecialty
PharmacySpecialty :: MedicalSpecialty
Physiotherapy :: MedicalSpecialty
PlasticSurgery :: MedicalSpecialty
Podiatric :: MedicalSpecialty
PrimaryCare :: MedicalSpecialty
Psychiatric :: MedicalSpecialty
PublicHealth :: MedicalSpecialty
Pulmonary :: MedicalSpecialty
Radiograpy :: MedicalSpecialty
Renal :: MedicalSpecialty
RespiratoryTherapy :: MedicalSpecialty
Rheumatologic :: MedicalSpecialty
SpeechPathology :: MedicalSpecialty
Surgical :: MedicalSpecialty
Toxicologic :: MedicalSpecialty
Urologic :: MedicalSpecialty
instance Typeable MedicalSpecialty
instance Show MedicalSpecialty
instance Read MedicalSpecialty
instance Eq MedicalSpecialty
instance MetaData MedicalSpecialty
module Text.HTML5.MetaData.Schema.MedicalStudyStatus
-- |
-- - id MedicalStudyStatus
-- - label Medical Study Status
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalIntangible,MedicalEnumeration
-- - subtypes
-- - supertypes
-- MedicalEnumeration
-- - url
-- http://schema.org/MedicalStudyStatus
--
data MedicalStudyStatus
ActiveNotRecruiting :: MedicalStudyStatus
Completed :: MedicalStudyStatus
EnrollingByInvitation :: MedicalStudyStatus
NotYetRecruiting :: MedicalStudyStatus
Recruiting :: MedicalStudyStatus
ResultsAvailable :: MedicalStudyStatus
ResultsNotAvailable :: MedicalStudyStatus
Suspended :: MedicalStudyStatus
Terminated :: MedicalStudyStatus
Withdrawn :: MedicalStudyStatus
instance Typeable MedicalStudyStatus
instance Show MedicalStudyStatus
instance Read MedicalStudyStatus
instance Eq MedicalStudyStatus
instance MetaData MedicalStudyStatus
module Text.HTML5.MetaData.Schema.MedicalTrialDesign
-- |
-- - id MedicalTrialDesign
-- - label Medical Trial Design
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalIntangible,MedicalEnumeration
-- - subtypes
-- - supertypes
-- MedicalEnumeration
-- - url
-- http://schema.org/MedicalTrialDesign
--
data MedicalTrialDesign
DoubleBlindedTrial :: MedicalTrialDesign
InternationalTrial :: MedicalTrialDesign
MultiCenterTrial :: MedicalTrialDesign
OpenTrial :: MedicalTrialDesign
PlaceboControlledTrial :: MedicalTrialDesign
RandomizedTrial :: MedicalTrialDesign
SingleBlindedTrial :: MedicalTrialDesign
SingleCenterTrial :: MedicalTrialDesign
TripleBlindedTrial :: MedicalTrialDesign
instance Typeable MedicalTrialDesign
instance Show MedicalTrialDesign
instance Read MedicalTrialDesign
instance Eq MedicalTrialDesign
instance MetaData MedicalTrialDesign
module Text.HTML5.MetaData.Schema.MedicineSystem
-- |
-- - id MedicineSystem
-- - label Medicine System
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalIntangible,MedicalEnumeration
-- - subtypes
-- - supertypes
-- MedicalEnumeration
-- - url http://schema.org/MedicineSystem
--
data MedicineSystem
Ayurvedic :: MedicineSystem
Chiropractic :: MedicineSystem
Homeopathic :: MedicineSystem
Osteopathic :: MedicineSystem
TraditionalChinese :: MedicineSystem
WesternConventional :: MedicineSystem
instance Typeable MedicineSystem
instance Show MedicineSystem
instance Read MedicineSystem
instance Eq MedicineSystem
instance MetaData MedicineSystem
module Text.HTML5.MetaData.Schema.PhysicalActivityCategory
-- |
-- - id PhysicalActivityCategory
-- - label Physical Activity Category
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalIntangible,MedicalEnumeration
-- - subtypes
-- - supertypes
-- MedicalEnumeration
-- - url
-- http://schema.org/PhysicalActivityCategory
--
data PhysicalActivityCategory
AerobicActivity :: PhysicalActivityCategory
AnaerobicActivity :: PhysicalActivityCategory
Balance :: PhysicalActivityCategory
Flexibility :: PhysicalActivityCategory
LeisureTimeActivity :: PhysicalActivityCategory
OccupationalActivity :: PhysicalActivityCategory
StrengthTraining :: PhysicalActivityCategory
instance Typeable PhysicalActivityCategory
instance Show PhysicalActivityCategory
instance Read PhysicalActivityCategory
instance Eq PhysicalActivityCategory
instance MetaData PhysicalActivityCategory
module Text.HTML5.MetaData.Schema.PhysicalExam
-- |
-- - id PhysicalExam
-- - label Physical Exam
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalIntangible,MedicalEnumeration
-- - subtypes
-- - supertypes
-- MedicalEnumeration
-- - url http://schema.org/PhysicalExam
--
data PhysicalExam
Abdomen :: PhysicalExam
Appearance :: PhysicalExam
CardiovascularExam :: PhysicalExam
Ear :: PhysicalExam
Eye :: PhysicalExam
Genitourinary :: PhysicalExam
Head :: PhysicalExam
Lung :: PhysicalExam
MusculoskeletalExam :: PhysicalExam
Neck :: PhysicalExam
Neuro :: PhysicalExam
Nose :: PhysicalExam
Skin :: PhysicalExam
Throat :: PhysicalExam
VitalSign :: PhysicalExam
instance Typeable PhysicalExam
instance Show PhysicalExam
instance Read PhysicalExam
instance Eq PhysicalExam
instance MetaData PhysicalExam
module Text.HTML5.MetaData.Schema.MedicalIntangible
-- |
-- - id MedicalIntangible
-- - label Medical Intangible
-- - comment
-- - ancestors
-- Thing,MedicalEntity
-- - subtypes
-- DDxElement,DoseSchedule,DrugCost,DrugLegalStatus,DrugStrength,MedicalCode,MedicalConditionStage,MedicalEnumeration
-- - supertypes MedicalEntity
-- - url
-- http://schema.org/MedicalIntangible
--
data MedicalIntangible
MedicalIntangible :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> MedicalIntangible
additionalType :: MedicalIntangible -> AdditionalType
alternateName :: MedicalIntangible -> AlternateName
description :: MedicalIntangible -> Description
image :: MedicalIntangible -> Image
name :: MedicalIntangible -> Name
sameAs :: MedicalIntangible -> SameAs
url :: MedicalIntangible -> Url
code :: MedicalIntangible -> Code
guideline :: MedicalIntangible -> Guideline
medicineSystem :: MedicalIntangible -> MedicineSystem
recognizingAuthority :: MedicalIntangible -> RecognizingAuthority
relevantSpecialty :: MedicalIntangible -> RelevantSpecialty
study :: MedicalIntangible -> Study
instance Typeable MedicalIntangible
instance Show MedicalIntangible
instance Read MedicalIntangible
instance Eq MedicalIntangible
instance MetaData MedicalIntangible
module Text.HTML5.MetaData.Schema.Zoo
-- |
-- - id Zoo
-- - label Zoo
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/Zoo
--
data Zoo
Zoo :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> Zoo
additionalType :: Zoo -> AdditionalType
alternateName :: Zoo -> AlternateName
description :: Zoo -> Description
image :: Zoo -> Image
name :: Zoo -> Name
sameAs :: Zoo -> SameAs
url :: Zoo -> Url
address :: Zoo -> Address
aggregateRating :: Zoo -> AggregateRating
containedIn :: Zoo -> ContainedIn
event :: Zoo -> Event
events :: Zoo -> Events
faxNumber :: Zoo -> FaxNumber
geo :: Zoo -> Geo
globalLocationNumber :: Zoo -> GlobalLocationNumber
interactionCount :: Zoo -> InteractionCount
isicV4 :: Zoo -> IsicV4
logo :: Zoo -> Logo
map :: Zoo -> Map
maps :: Zoo -> Maps
openingHoursSpecification :: Zoo -> OpeningHoursSpecification
photo :: Zoo -> Photo
photos :: Zoo -> Photos
review :: Zoo -> Review
reviews :: Zoo -> Reviews
telephone :: Zoo -> Telephone
openingHours :: Zoo -> OpeningHours
instance Typeable Zoo
instance Show Zoo
instance Read Zoo
instance Eq Zoo
instance MetaData Zoo
module Text.HTML5.MetaData.Schema.PerformingArtsTheater
-- |
-- - id PerformingArtsTheater
-- - label Performing Arts Theater
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url
-- http://schema.org/PerformingArtsTheater
--
data PerformingArtsTheater
PerformingArtsTheater :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> PerformingArtsTheater
additionalType :: PerformingArtsTheater -> AdditionalType
alternateName :: PerformingArtsTheater -> AlternateName
description :: PerformingArtsTheater -> Description
image :: PerformingArtsTheater -> Image
name :: PerformingArtsTheater -> Name
sameAs :: PerformingArtsTheater -> SameAs
url :: PerformingArtsTheater -> Url
address :: PerformingArtsTheater -> Address
aggregateRating :: PerformingArtsTheater -> AggregateRating
containedIn :: PerformingArtsTheater -> ContainedIn
event :: PerformingArtsTheater -> Event
events :: PerformingArtsTheater -> Events
faxNumber :: PerformingArtsTheater -> FaxNumber
geo :: PerformingArtsTheater -> Geo
globalLocationNumber :: PerformingArtsTheater -> GlobalLocationNumber
interactionCount :: PerformingArtsTheater -> InteractionCount
isicV4 :: PerformingArtsTheater -> IsicV4
logo :: PerformingArtsTheater -> Logo
map :: PerformingArtsTheater -> Map
maps :: PerformingArtsTheater -> Maps
openingHoursSpecification :: PerformingArtsTheater -> OpeningHoursSpecification
photo :: PerformingArtsTheater -> Photo
photos :: PerformingArtsTheater -> Photos
review :: PerformingArtsTheater -> Review
reviews :: PerformingArtsTheater -> Reviews
telephone :: PerformingArtsTheater -> Telephone
openingHours :: PerformingArtsTheater -> OpeningHours
instance Typeable PerformingArtsTheater
instance Show PerformingArtsTheater
instance Read PerformingArtsTheater
instance Eq PerformingArtsTheater
instance MetaData PerformingArtsTheater
module Text.HTML5.MetaData.Schema.Bakery
-- |
data Bakery
Bakery :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AcceptsReservations -> Menu -> ServesCuisine -> Bakery
additionalType :: Bakery -> AdditionalType
alternateName :: Bakery -> AlternateName
description :: Bakery -> Description
image :: Bakery -> Image
name :: Bakery -> Name
sameAs :: Bakery -> SameAs
url :: Bakery -> Url
address :: Bakery -> Address
aggregateRating :: Bakery -> AggregateRating
containedIn :: Bakery -> ContainedIn
event :: Bakery -> Event
events :: Bakery -> Events
faxNumber :: Bakery -> FaxNumber
geo :: Bakery -> Geo
globalLocationNumber :: Bakery -> GlobalLocationNumber
interactionCount :: Bakery -> InteractionCount
isicV4 :: Bakery -> IsicV4
logo :: Bakery -> Logo
map :: Bakery -> Map
maps :: Bakery -> Maps
openingHoursSpecification :: Bakery -> OpeningHoursSpecification
photo :: Bakery -> Photo
photos :: Bakery -> Photos
review :: Bakery -> Review
reviews :: Bakery -> Reviews
telephone :: Bakery -> Telephone
brand :: Bakery -> Brand
contactPoint :: Bakery -> ContactPoint
contactPoints :: Bakery -> ContactPoints
department :: Bakery -> Department
duns :: Bakery -> Duns
email :: Bakery -> Email
employee :: Bakery -> Employee
employees :: Bakery -> Employees
founder :: Bakery -> Founder
founders :: Bakery -> Founders
foundingDate :: Bakery -> FoundingDate
hasPOS :: Bakery -> HasPOS
legalName :: Bakery -> LegalName
location :: Bakery -> Location
makesOffer :: Bakery -> MakesOffer
member :: Bakery -> Member
members :: Bakery -> Members
naics :: Bakery -> Naics
owns :: Bakery -> Owns
seeks :: Bakery -> Seeks
subOrganization :: Bakery -> SubOrganization
taxID :: Bakery -> TaxID
vatID :: Bakery -> VatID
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 Typeable Bakery
instance Show Bakery
instance Read Bakery
instance Eq Bakery
instance MetaData Bakery
module Text.HTML5.MetaData.Schema.BarOrPub
-- |
data BarOrPub
BarOrPub :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AcceptsReservations -> Menu -> ServesCuisine -> BarOrPub
additionalType :: BarOrPub -> AdditionalType
alternateName :: BarOrPub -> AlternateName
description :: BarOrPub -> Description
image :: BarOrPub -> Image
name :: BarOrPub -> Name
sameAs :: BarOrPub -> SameAs
url :: BarOrPub -> Url
address :: BarOrPub -> Address
aggregateRating :: BarOrPub -> AggregateRating
containedIn :: BarOrPub -> ContainedIn
event :: BarOrPub -> Event
events :: BarOrPub -> Events
faxNumber :: BarOrPub -> FaxNumber
geo :: BarOrPub -> Geo
globalLocationNumber :: BarOrPub -> GlobalLocationNumber
interactionCount :: BarOrPub -> InteractionCount
isicV4 :: BarOrPub -> IsicV4
logo :: BarOrPub -> Logo
map :: BarOrPub -> Map
maps :: BarOrPub -> Maps
openingHoursSpecification :: BarOrPub -> OpeningHoursSpecification
photo :: BarOrPub -> Photo
photos :: BarOrPub -> Photos
review :: BarOrPub -> Review
reviews :: BarOrPub -> Reviews
telephone :: BarOrPub -> Telephone
brand :: BarOrPub -> Brand
contactPoint :: BarOrPub -> ContactPoint
contactPoints :: BarOrPub -> ContactPoints
department :: BarOrPub -> Department
duns :: BarOrPub -> Duns
email :: BarOrPub -> Email
employee :: BarOrPub -> Employee
employees :: BarOrPub -> Employees
founder :: BarOrPub -> Founder
founders :: BarOrPub -> Founders
foundingDate :: BarOrPub -> FoundingDate
hasPOS :: BarOrPub -> HasPOS
legalName :: BarOrPub -> LegalName
location :: BarOrPub -> Location
makesOffer :: BarOrPub -> MakesOffer
member :: BarOrPub -> Member
members :: BarOrPub -> Members
naics :: BarOrPub -> Naics
owns :: BarOrPub -> Owns
seeks :: BarOrPub -> Seeks
subOrganization :: BarOrPub -> SubOrganization
taxID :: BarOrPub -> TaxID
vatID :: BarOrPub -> VatID
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 Typeable BarOrPub
instance Show BarOrPub
instance Read BarOrPub
instance Eq BarOrPub
instance MetaData BarOrPub
module Text.HTML5.MetaData.Schema.Brewery
-- |
data Brewery
Brewery :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AcceptsReservations -> Menu -> ServesCuisine -> Brewery
additionalType :: Brewery -> AdditionalType
alternateName :: Brewery -> AlternateName
description :: Brewery -> Description
image :: Brewery -> Image
name :: Brewery -> Name
sameAs :: Brewery -> SameAs
url :: Brewery -> Url
address :: Brewery -> Address
aggregateRating :: Brewery -> AggregateRating
containedIn :: Brewery -> ContainedIn
event :: Brewery -> Event
events :: Brewery -> Events
faxNumber :: Brewery -> FaxNumber
geo :: Brewery -> Geo
globalLocationNumber :: Brewery -> GlobalLocationNumber
interactionCount :: Brewery -> InteractionCount
isicV4 :: Brewery -> IsicV4
logo :: Brewery -> Logo
map :: Brewery -> Map
maps :: Brewery -> Maps
openingHoursSpecification :: Brewery -> OpeningHoursSpecification
photo :: Brewery -> Photo
photos :: Brewery -> Photos
review :: Brewery -> Review
reviews :: Brewery -> Reviews
telephone :: Brewery -> Telephone
brand :: Brewery -> Brand
contactPoint :: Brewery -> ContactPoint
contactPoints :: Brewery -> ContactPoints
department :: Brewery -> Department
duns :: Brewery -> Duns
email :: Brewery -> Email
employee :: Brewery -> Employee
employees :: Brewery -> Employees
founder :: Brewery -> Founder
founders :: Brewery -> Founders
foundingDate :: Brewery -> FoundingDate
hasPOS :: Brewery -> HasPOS
legalName :: Brewery -> LegalName
location :: Brewery -> Location
makesOffer :: Brewery -> MakesOffer
member :: Brewery -> Member
members :: Brewery -> Members
naics :: Brewery -> Naics
owns :: Brewery -> Owns
seeks :: Brewery -> Seeks
subOrganization :: Brewery -> SubOrganization
taxID :: Brewery -> TaxID
vatID :: Brewery -> VatID
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 Typeable Brewery
instance Show Brewery
instance Read Brewery
instance Eq Brewery
instance MetaData Brewery
module Text.HTML5.MetaData.Schema.CafeOrCoffeeShop
-- |
data CafeOrCoffeeShop
CafeOrCoffeeShop :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AcceptsReservations -> Menu -> ServesCuisine -> CafeOrCoffeeShop
additionalType :: CafeOrCoffeeShop -> AdditionalType
alternateName :: CafeOrCoffeeShop -> AlternateName
description :: CafeOrCoffeeShop -> Description
image :: CafeOrCoffeeShop -> Image
name :: CafeOrCoffeeShop -> Name
sameAs :: CafeOrCoffeeShop -> SameAs
url :: CafeOrCoffeeShop -> Url
address :: CafeOrCoffeeShop -> Address
aggregateRating :: CafeOrCoffeeShop -> AggregateRating
containedIn :: CafeOrCoffeeShop -> ContainedIn
event :: CafeOrCoffeeShop -> Event
events :: CafeOrCoffeeShop -> Events
faxNumber :: CafeOrCoffeeShop -> FaxNumber
geo :: CafeOrCoffeeShop -> Geo
globalLocationNumber :: CafeOrCoffeeShop -> GlobalLocationNumber
interactionCount :: CafeOrCoffeeShop -> InteractionCount
isicV4 :: CafeOrCoffeeShop -> IsicV4
logo :: CafeOrCoffeeShop -> Logo
map :: CafeOrCoffeeShop -> Map
maps :: CafeOrCoffeeShop -> Maps
openingHoursSpecification :: CafeOrCoffeeShop -> OpeningHoursSpecification
photo :: CafeOrCoffeeShop -> Photo
photos :: CafeOrCoffeeShop -> Photos
review :: CafeOrCoffeeShop -> Review
reviews :: CafeOrCoffeeShop -> Reviews
telephone :: CafeOrCoffeeShop -> Telephone
brand :: CafeOrCoffeeShop -> Brand
contactPoint :: CafeOrCoffeeShop -> ContactPoint
contactPoints :: CafeOrCoffeeShop -> ContactPoints
department :: CafeOrCoffeeShop -> Department
duns :: CafeOrCoffeeShop -> Duns
email :: CafeOrCoffeeShop -> Email
employee :: CafeOrCoffeeShop -> Employee
employees :: CafeOrCoffeeShop -> Employees
founder :: CafeOrCoffeeShop -> Founder
founders :: CafeOrCoffeeShop -> Founders
foundingDate :: CafeOrCoffeeShop -> FoundingDate
hasPOS :: CafeOrCoffeeShop -> HasPOS
legalName :: CafeOrCoffeeShop -> LegalName
location :: CafeOrCoffeeShop -> Location
makesOffer :: CafeOrCoffeeShop -> MakesOffer
member :: CafeOrCoffeeShop -> Member
members :: CafeOrCoffeeShop -> Members
naics :: CafeOrCoffeeShop -> Naics
owns :: CafeOrCoffeeShop -> Owns
seeks :: CafeOrCoffeeShop -> Seeks
subOrganization :: CafeOrCoffeeShop -> SubOrganization
taxID :: CafeOrCoffeeShop -> TaxID
vatID :: CafeOrCoffeeShop -> VatID
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 Typeable CafeOrCoffeeShop
instance Show CafeOrCoffeeShop
instance Read CafeOrCoffeeShop
instance Eq CafeOrCoffeeShop
instance MetaData CafeOrCoffeeShop
module Text.HTML5.MetaData.Schema.FastFoodRestaurant
-- |
data FastFoodRestaurant
FastFoodRestaurant :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AcceptsReservations -> Menu -> ServesCuisine -> FastFoodRestaurant
additionalType :: FastFoodRestaurant -> AdditionalType
alternateName :: FastFoodRestaurant -> AlternateName
description :: FastFoodRestaurant -> Description
image :: FastFoodRestaurant -> Image
name :: FastFoodRestaurant -> Name
sameAs :: FastFoodRestaurant -> SameAs
url :: FastFoodRestaurant -> Url
address :: FastFoodRestaurant -> Address
aggregateRating :: FastFoodRestaurant -> AggregateRating
containedIn :: FastFoodRestaurant -> ContainedIn
event :: FastFoodRestaurant -> Event
events :: FastFoodRestaurant -> Events
faxNumber :: FastFoodRestaurant -> FaxNumber
geo :: FastFoodRestaurant -> Geo
globalLocationNumber :: FastFoodRestaurant -> GlobalLocationNumber
interactionCount :: FastFoodRestaurant -> InteractionCount
isicV4 :: FastFoodRestaurant -> IsicV4
logo :: FastFoodRestaurant -> Logo
map :: FastFoodRestaurant -> Map
maps :: FastFoodRestaurant -> Maps
openingHoursSpecification :: FastFoodRestaurant -> OpeningHoursSpecification
photo :: FastFoodRestaurant -> Photo
photos :: FastFoodRestaurant -> Photos
review :: FastFoodRestaurant -> Review
reviews :: FastFoodRestaurant -> Reviews
telephone :: FastFoodRestaurant -> Telephone
brand :: FastFoodRestaurant -> Brand
contactPoint :: FastFoodRestaurant -> ContactPoint
contactPoints :: FastFoodRestaurant -> ContactPoints
department :: FastFoodRestaurant -> Department
duns :: FastFoodRestaurant -> Duns
email :: FastFoodRestaurant -> Email
employee :: FastFoodRestaurant -> Employee
employees :: FastFoodRestaurant -> Employees
founder :: FastFoodRestaurant -> Founder
founders :: FastFoodRestaurant -> Founders
foundingDate :: FastFoodRestaurant -> FoundingDate
hasPOS :: FastFoodRestaurant -> HasPOS
legalName :: FastFoodRestaurant -> LegalName
location :: FastFoodRestaurant -> Location
makesOffer :: FastFoodRestaurant -> MakesOffer
member :: FastFoodRestaurant -> Member
members :: FastFoodRestaurant -> Members
naics :: FastFoodRestaurant -> Naics
owns :: FastFoodRestaurant -> Owns
seeks :: FastFoodRestaurant -> Seeks
subOrganization :: FastFoodRestaurant -> SubOrganization
taxID :: FastFoodRestaurant -> TaxID
vatID :: FastFoodRestaurant -> VatID
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 Typeable FastFoodRestaurant
instance Show FastFoodRestaurant
instance Read FastFoodRestaurant
instance Eq FastFoodRestaurant
instance MetaData FastFoodRestaurant
module Text.HTML5.MetaData.Schema.IceCreamShop
-- |
data IceCreamShop
IceCreamShop :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AcceptsReservations -> Menu -> ServesCuisine -> IceCreamShop
additionalType :: IceCreamShop -> AdditionalType
alternateName :: IceCreamShop -> AlternateName
description :: IceCreamShop -> Description
image :: IceCreamShop -> Image
name :: IceCreamShop -> Name
sameAs :: IceCreamShop -> SameAs
url :: IceCreamShop -> Url
address :: IceCreamShop -> Address
aggregateRating :: IceCreamShop -> AggregateRating
containedIn :: IceCreamShop -> ContainedIn
event :: IceCreamShop -> Event
events :: IceCreamShop -> Events
faxNumber :: IceCreamShop -> FaxNumber
geo :: IceCreamShop -> Geo
globalLocationNumber :: IceCreamShop -> GlobalLocationNumber
interactionCount :: IceCreamShop -> InteractionCount
isicV4 :: IceCreamShop -> IsicV4
logo :: IceCreamShop -> Logo
map :: IceCreamShop -> Map
maps :: IceCreamShop -> Maps
openingHoursSpecification :: IceCreamShop -> OpeningHoursSpecification
photo :: IceCreamShop -> Photo
photos :: IceCreamShop -> Photos
review :: IceCreamShop -> Review
reviews :: IceCreamShop -> Reviews
telephone :: IceCreamShop -> Telephone
brand :: IceCreamShop -> Brand
contactPoint :: IceCreamShop -> ContactPoint
contactPoints :: IceCreamShop -> ContactPoints
department :: IceCreamShop -> Department
duns :: IceCreamShop -> Duns
email :: IceCreamShop -> Email
employee :: IceCreamShop -> Employee
employees :: IceCreamShop -> Employees
founder :: IceCreamShop -> Founder
founders :: IceCreamShop -> Founders
foundingDate :: IceCreamShop -> FoundingDate
hasPOS :: IceCreamShop -> HasPOS
legalName :: IceCreamShop -> LegalName
location :: IceCreamShop -> Location
makesOffer :: IceCreamShop -> MakesOffer
member :: IceCreamShop -> Member
members :: IceCreamShop -> Members
naics :: IceCreamShop -> Naics
owns :: IceCreamShop -> Owns
seeks :: IceCreamShop -> Seeks
subOrganization :: IceCreamShop -> SubOrganization
taxID :: IceCreamShop -> TaxID
vatID :: IceCreamShop -> VatID
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 Typeable IceCreamShop
instance Show IceCreamShop
instance Read IceCreamShop
instance Eq IceCreamShop
instance MetaData IceCreamShop
module Text.HTML5.MetaData.Schema.Restaurant
-- |
data Restaurant
Restaurant :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AcceptsReservations -> Menu -> ServesCuisine -> Restaurant
additionalType :: Restaurant -> AdditionalType
alternateName :: Restaurant -> AlternateName
description :: Restaurant -> Description
image :: Restaurant -> Image
name :: Restaurant -> Name
sameAs :: Restaurant -> SameAs
url :: Restaurant -> Url
address :: Restaurant -> Address
aggregateRating :: Restaurant -> AggregateRating
containedIn :: Restaurant -> ContainedIn
event :: Restaurant -> Event
events :: Restaurant -> Events
faxNumber :: Restaurant -> FaxNumber
geo :: Restaurant -> Geo
globalLocationNumber :: Restaurant -> GlobalLocationNumber
interactionCount :: Restaurant -> InteractionCount
isicV4 :: Restaurant -> IsicV4
logo :: Restaurant -> Logo
map :: Restaurant -> Map
maps :: Restaurant -> Maps
openingHoursSpecification :: Restaurant -> OpeningHoursSpecification
photo :: Restaurant -> Photo
photos :: Restaurant -> Photos
review :: Restaurant -> Review
reviews :: Restaurant -> Reviews
telephone :: Restaurant -> Telephone
brand :: Restaurant -> Brand
contactPoint :: Restaurant -> ContactPoint
contactPoints :: Restaurant -> ContactPoints
department :: Restaurant -> Department
duns :: Restaurant -> Duns
email :: Restaurant -> Email
employee :: Restaurant -> Employee
employees :: Restaurant -> Employees
founder :: Restaurant -> Founder
founders :: Restaurant -> Founders
foundingDate :: Restaurant -> FoundingDate
hasPOS :: Restaurant -> HasPOS
legalName :: Restaurant -> LegalName
location :: Restaurant -> Location
makesOffer :: Restaurant -> MakesOffer
member :: Restaurant -> Member
members :: Restaurant -> Members
naics :: Restaurant -> Naics
owns :: Restaurant -> Owns
seeks :: Restaurant -> Seeks
subOrganization :: Restaurant -> SubOrganization
taxID :: Restaurant -> TaxID
vatID :: Restaurant -> VatID
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 Typeable Restaurant
instance Show Restaurant
instance Read Restaurant
instance Eq Restaurant
instance MetaData Restaurant
module Text.HTML5.MetaData.Schema.FoodEstablishment
-- |
-- - id FoodEstablishment
-- - label Food Establishment
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- Bakery,BarOrPub,Brewery,CafeOrCoffeeShop,FastFoodRestaurant,IceCreamShop,Restaurant,Winery
-- - supertypes LocalBusiness
-- - url
-- http://schema.org/FoodEstablishment
--
data FoodEstablishment
FoodEstablishment :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AcceptsReservations -> Menu -> ServesCuisine -> FoodEstablishment
additionalType :: FoodEstablishment -> AdditionalType
alternateName :: FoodEstablishment -> AlternateName
description :: FoodEstablishment -> Description
image :: FoodEstablishment -> Image
name :: FoodEstablishment -> Name
sameAs :: FoodEstablishment -> SameAs
url :: FoodEstablishment -> Url
address :: FoodEstablishment -> Address
aggregateRating :: FoodEstablishment -> AggregateRating
containedIn :: FoodEstablishment -> ContainedIn
event :: FoodEstablishment -> Event
events :: FoodEstablishment -> Events
faxNumber :: FoodEstablishment -> FaxNumber
geo :: FoodEstablishment -> Geo
globalLocationNumber :: FoodEstablishment -> GlobalLocationNumber
interactionCount :: FoodEstablishment -> InteractionCount
isicV4 :: FoodEstablishment -> IsicV4
logo :: FoodEstablishment -> Logo
map :: FoodEstablishment -> Map
maps :: FoodEstablishment -> Maps
openingHoursSpecification :: FoodEstablishment -> OpeningHoursSpecification
photo :: FoodEstablishment -> Photo
photos :: FoodEstablishment -> Photos
review :: FoodEstablishment -> Review
reviews :: FoodEstablishment -> Reviews
telephone :: FoodEstablishment -> Telephone
brand :: FoodEstablishment -> Brand
contactPoint :: FoodEstablishment -> ContactPoint
contactPoints :: FoodEstablishment -> ContactPoints
department :: FoodEstablishment -> Department
duns :: FoodEstablishment -> Duns
email :: FoodEstablishment -> Email
employee :: FoodEstablishment -> Employee
employees :: FoodEstablishment -> Employees
founder :: FoodEstablishment -> Founder
founders :: FoodEstablishment -> Founders
foundingDate :: FoodEstablishment -> FoundingDate
hasPOS :: FoodEstablishment -> HasPOS
legalName :: FoodEstablishment -> LegalName
location :: FoodEstablishment -> Location
makesOffer :: FoodEstablishment -> MakesOffer
member :: FoodEstablishment -> Member
members :: FoodEstablishment -> Members
naics :: FoodEstablishment -> Naics
owns :: FoodEstablishment -> Owns
seeks :: FoodEstablishment -> Seeks
subOrganization :: FoodEstablishment -> SubOrganization
taxID :: FoodEstablishment -> TaxID
vatID :: FoodEstablishment -> VatID
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 Typeable FoodEstablishment
instance Show FoodEstablishment
instance Read FoodEstablishment
instance Eq FoodEstablishment
instance MetaData FoodEstablishment
module Text.HTML5.MetaData.Schema.Winery
-- |
data Winery
Winery :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AcceptsReservations -> Menu -> ServesCuisine -> Winery
additionalType :: Winery -> AdditionalType
alternateName :: Winery -> AlternateName
description :: Winery -> Description
image :: Winery -> Image
name :: Winery -> Name
sameAs :: Winery -> SameAs
url :: Winery -> Url
address :: Winery -> Address
aggregateRating :: Winery -> AggregateRating
containedIn :: Winery -> ContainedIn
event :: Winery -> Event
events :: Winery -> Events
faxNumber :: Winery -> FaxNumber
geo :: Winery -> Geo
globalLocationNumber :: Winery -> GlobalLocationNumber
interactionCount :: Winery -> InteractionCount
isicV4 :: Winery -> IsicV4
logo :: Winery -> Logo
map :: Winery -> Map
maps :: Winery -> Maps
openingHoursSpecification :: Winery -> OpeningHoursSpecification
photo :: Winery -> Photo
photos :: Winery -> Photos
review :: Winery -> Review
reviews :: Winery -> Reviews
telephone :: Winery -> Telephone
brand :: Winery -> Brand
contactPoint :: Winery -> ContactPoint
contactPoints :: Winery -> ContactPoints
department :: Winery -> Department
duns :: Winery -> Duns
email :: Winery -> Email
employee :: Winery -> Employee
employees :: Winery -> Employees
founder :: Winery -> Founder
founders :: Winery -> Founders
foundingDate :: Winery -> FoundingDate
hasPOS :: Winery -> HasPOS
legalName :: Winery -> LegalName
location :: Winery -> Location
makesOffer :: Winery -> MakesOffer
member :: Winery -> Member
members :: Winery -> Members
naics :: Winery -> Naics
owns :: Winery -> Owns
seeks :: Winery -> Seeks
subOrganization :: Winery -> SubOrganization
taxID :: Winery -> TaxID
vatID :: Winery -> VatID
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 Typeable Winery
instance Show Winery
instance Read Winery
instance Eq Winery
instance MetaData Winery
module Text.HTML5.MetaData.Schema.ReadAction
-- |
-- - id ReadAction
-- - label Read Action
-- - comment
-- - ancestors
-- Thing,Action,ConsumeAction
-- - subtypes
-- - supertypes ConsumeAction
-- - url http://schema.org/ReadAction
--
data ReadAction
ReadAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> ReadAction
additionalType :: ReadAction -> AdditionalType
alternateName :: ReadAction -> AlternateName
description :: ReadAction -> Description
image :: ReadAction -> Image
name :: ReadAction -> Name
sameAs :: ReadAction -> SameAs
url :: ReadAction -> Url
agent :: ReadAction -> Agent
endTime :: ReadAction -> EndTime
instrument :: ReadAction -> Instrument
location :: ReadAction -> Location
object :: ReadAction -> Object
participant :: ReadAction -> Participant
result :: ReadAction -> Result
startTime :: ReadAction -> StartTime
instance Typeable ReadAction
instance Show ReadAction
instance Read ReadAction
instance Eq ReadAction
instance MetaData ReadAction
module Text.HTML5.MetaData.Schema.VideoGallery
-- |
-- - id VideoGallery
-- - label Video Gallery
-- - comment
-- - ancestors
-- Thing,CreativeWork,WebPage,CollectionPage
-- - subtypes
-- - supertypes CollectionPage
-- - url http://schema.org/VideoGallery
--
data VideoGallery
VideoGallery :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> Breadcrumb -> IsPartOf -> LastReviewed -> MainContentOfPage -> PrimaryImageOfPage -> RelatedLink -> ReviewedBy -> SignificantLink -> SignificantLinks -> Specialty -> VideoGallery
additionalType :: VideoGallery -> AdditionalType
alternateName :: VideoGallery -> AlternateName
description :: VideoGallery -> Description
image :: VideoGallery -> Image
name :: VideoGallery -> Name
sameAs :: VideoGallery -> SameAs
url :: VideoGallery -> Url
about :: VideoGallery -> About
accessibilityAPI :: VideoGallery -> AccessibilityAPI
accessibilityControl :: VideoGallery -> AccessibilityControl
accessibilityFeature :: VideoGallery -> AccessibilityFeature
accessibilityHazard :: VideoGallery -> AccessibilityHazard
accountablePerson :: VideoGallery -> AccountablePerson
aggregateRating :: VideoGallery -> AggregateRating
alternativeHeadline :: VideoGallery -> AlternativeHeadline
associatedMedia :: VideoGallery -> AssociatedMedia
audience :: VideoGallery -> Audience
audio :: VideoGallery -> Audio
author :: VideoGallery -> Author
award :: VideoGallery -> Award
awards :: VideoGallery -> Awards
citation :: VideoGallery -> Citation
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
educationalAlignment :: VideoGallery -> EducationalAlignment
educationalUse :: VideoGallery -> EducationalUse
encoding :: VideoGallery -> Encoding
encodings :: VideoGallery -> Encodings
genre :: VideoGallery -> Genre
headline :: VideoGallery -> Headline
inLanguage :: VideoGallery -> InLanguage
interactionCount :: VideoGallery -> InteractionCount
interactivityType :: VideoGallery -> InteractivityType
isBasedOnUrl :: VideoGallery -> IsBasedOnUrl
isFamilyFriendly :: VideoGallery -> IsFamilyFriendly
keywords :: VideoGallery -> Keywords
learningResourceType :: VideoGallery -> LearningResourceType
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
timeRequired :: VideoGallery -> TimeRequired
typicalAgeRange :: VideoGallery -> TypicalAgeRange
version :: VideoGallery -> Version
video :: VideoGallery -> Video
breadcrumb :: VideoGallery -> Breadcrumb
isPartOf :: VideoGallery -> IsPartOf
lastReviewed :: VideoGallery -> LastReviewed
mainContentOfPage :: VideoGallery -> MainContentOfPage
primaryImageOfPage :: VideoGallery -> PrimaryImageOfPage
relatedLink :: VideoGallery -> RelatedLink
reviewedBy :: VideoGallery -> ReviewedBy
significantLink :: VideoGallery -> SignificantLink
significantLinks :: VideoGallery -> SignificantLinks
specialty :: VideoGallery -> Specialty
instance Typeable VideoGallery
instance Show VideoGallery
instance Read VideoGallery
instance Eq VideoGallery
instance MetaData VideoGallery
module Text.HTML5.MetaData.Schema.NailSalon
-- |
-- - id NailSalon
-- - label Nail Salon
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,HealthAndBeautyBusiness
-- - subtypes
-- - supertypes
-- HealthAndBeautyBusiness
-- - url http://schema.org/NailSalon
--
data NailSalon
NailSalon :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> NailSalon
additionalType :: NailSalon -> AdditionalType
alternateName :: NailSalon -> AlternateName
description :: NailSalon -> Description
image :: NailSalon -> Image
name :: NailSalon -> Name
sameAs :: NailSalon -> SameAs
url :: NailSalon -> Url
address :: NailSalon -> Address
aggregateRating :: NailSalon -> AggregateRating
containedIn :: NailSalon -> ContainedIn
event :: NailSalon -> Event
events :: NailSalon -> Events
faxNumber :: NailSalon -> FaxNumber
geo :: NailSalon -> Geo
globalLocationNumber :: NailSalon -> GlobalLocationNumber
interactionCount :: NailSalon -> InteractionCount
isicV4 :: NailSalon -> IsicV4
logo :: NailSalon -> Logo
map :: NailSalon -> Map
maps :: NailSalon -> Maps
openingHoursSpecification :: NailSalon -> OpeningHoursSpecification
photo :: NailSalon -> Photo
photos :: NailSalon -> Photos
review :: NailSalon -> Review
reviews :: NailSalon -> Reviews
telephone :: NailSalon -> Telephone
brand :: NailSalon -> Brand
contactPoint :: NailSalon -> ContactPoint
contactPoints :: NailSalon -> ContactPoints
department :: NailSalon -> Department
duns :: NailSalon -> Duns
email :: NailSalon -> Email
employee :: NailSalon -> Employee
employees :: NailSalon -> Employees
founder :: NailSalon -> Founder
founders :: NailSalon -> Founders
foundingDate :: NailSalon -> FoundingDate
hasPOS :: NailSalon -> HasPOS
legalName :: NailSalon -> LegalName
location :: NailSalon -> Location
makesOffer :: NailSalon -> MakesOffer
member :: NailSalon -> Member
members :: NailSalon -> Members
naics :: NailSalon -> Naics
owns :: NailSalon -> Owns
seeks :: NailSalon -> Seeks
subOrganization :: NailSalon -> SubOrganization
taxID :: NailSalon -> TaxID
vatID :: NailSalon -> VatID
branchOf :: NailSalon -> BranchOf
currenciesAccepted :: NailSalon -> CurrenciesAccepted
openingHours :: NailSalon -> OpeningHours
paymentAccepted :: NailSalon -> PaymentAccepted
priceRange :: NailSalon -> PriceRange
instance Typeable NailSalon
instance Show NailSalon
instance Read NailSalon
instance Eq NailSalon
instance MetaData NailSalon
module Text.HTML5.MetaData.Schema.PhotographAction
-- |
data PhotographAction
PhotographAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> PhotographAction
additionalType :: PhotographAction -> AdditionalType
alternateName :: PhotographAction -> AlternateName
description :: PhotographAction -> Description
image :: PhotographAction -> Image
name :: PhotographAction -> Name
sameAs :: PhotographAction -> SameAs
url :: PhotographAction -> Url
agent :: PhotographAction -> Agent
endTime :: PhotographAction -> EndTime
instrument :: PhotographAction -> Instrument
location :: PhotographAction -> Location
object :: PhotographAction -> Object
participant :: PhotographAction -> Participant
result :: PhotographAction -> Result
startTime :: PhotographAction -> StartTime
instance Typeable PhotographAction
instance Show PhotographAction
instance Read PhotographAction
instance Eq PhotographAction
instance MetaData PhotographAction
module Text.HTML5.MetaData.Schema.BorrowAction
-- |
data BorrowAction
BorrowAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> FromLocation -> ToLocation -> Lender -> BorrowAction
additionalType :: BorrowAction -> AdditionalType
alternateName :: BorrowAction -> AlternateName
description :: BorrowAction -> Description
image :: BorrowAction -> Image
name :: BorrowAction -> Name
sameAs :: BorrowAction -> SameAs
url :: BorrowAction -> Url
agent :: BorrowAction -> Agent
endTime :: BorrowAction -> EndTime
instrument :: BorrowAction -> Instrument
location :: BorrowAction -> Location
object :: BorrowAction -> Object
participant :: BorrowAction -> Participant
result :: BorrowAction -> Result
startTime :: BorrowAction -> StartTime
fromLocation :: BorrowAction -> FromLocation
toLocation :: BorrowAction -> ToLocation
lender :: BorrowAction -> Lender
instance Typeable BorrowAction
instance Show BorrowAction
instance Read BorrowAction
instance Eq BorrowAction
instance MetaData BorrowAction
module Text.HTML5.MetaData.Schema.NGO
-- |
-- - id NGO
-- - label NGO
-- - comment
-- - ancestors
-- Thing,Organization
-- - subtypes
-- - supertypes Organization
-- - url http://schema.org/NGO
--
data NGO
NGO :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Event -> Events -> FaxNumber -> Founder -> Founders -> FoundingDate -> GlobalLocationNumber -> HasPOS -> InteractionCount -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> Members -> Naics -> Owns -> Review -> Reviews -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> NGO
additionalType :: NGO -> AdditionalType
alternateName :: NGO -> AlternateName
description :: NGO -> Description
image :: NGO -> Image
name :: NGO -> Name
sameAs :: NGO -> SameAs
url :: NGO -> Url
address :: NGO -> Address
aggregateRating :: NGO -> AggregateRating
brand :: NGO -> Brand
contactPoint :: NGO -> ContactPoint
contactPoints :: NGO -> ContactPoints
department :: NGO -> Department
duns :: NGO -> Duns
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
globalLocationNumber :: NGO -> GlobalLocationNumber
hasPOS :: NGO -> HasPOS
interactionCount :: NGO -> InteractionCount
isicV4 :: NGO -> IsicV4
legalName :: NGO -> LegalName
location :: NGO -> Location
logo :: NGO -> Logo
makesOffer :: NGO -> MakesOffer
member :: NGO -> Member
members :: NGO -> Members
naics :: NGO -> Naics
owns :: NGO -> Owns
review :: NGO -> Review
reviews :: NGO -> Reviews
seeks :: NGO -> Seeks
subOrganization :: NGO -> SubOrganization
taxID :: NGO -> TaxID
telephone :: NGO -> Telephone
vatID :: NGO -> VatID
instance Typeable NGO
instance Show NGO
instance Read NGO
instance Eq NGO
instance MetaData NGO
module Text.HTML5.MetaData.Schema.Volcano
-- |
-- - id Volcano
-- - label Volcano
-- - comment
-- - ancestors
-- Thing,Place,Landform
-- - subtypes
-- - supertypes Landform
-- - url http://schema.org/Volcano
--
data Volcano
Volcano :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Volcano
additionalType :: Volcano -> AdditionalType
alternateName :: Volcano -> AlternateName
description :: Volcano -> Description
image :: Volcano -> Image
name :: Volcano -> Name
sameAs :: Volcano -> SameAs
url :: Volcano -> Url
address :: Volcano -> Address
aggregateRating :: Volcano -> AggregateRating
containedIn :: Volcano -> ContainedIn
event :: Volcano -> Event
events :: Volcano -> Events
faxNumber :: Volcano -> FaxNumber
geo :: Volcano -> Geo
globalLocationNumber :: Volcano -> GlobalLocationNumber
interactionCount :: Volcano -> InteractionCount
isicV4 :: Volcano -> IsicV4
logo :: Volcano -> Logo
map :: Volcano -> Map
maps :: Volcano -> Maps
openingHoursSpecification :: Volcano -> OpeningHoursSpecification
photo :: Volcano -> Photo
photos :: Volcano -> Photos
review :: Volcano -> Review
reviews :: Volcano -> Reviews
telephone :: Volcano -> Telephone
instance Typeable Volcano
instance Show Volcano
instance Read Volcano
instance Eq Volcano
instance MetaData Volcano
module Text.HTML5.MetaData.Schema.Distance
-- |
-- - id Distance
-- - label Distance
-- - comment
-- - ancestors
-- Thing,Intangible,Quantity
-- - subtypes
-- - supertypes Quantity
-- - url http://schema.org/Distance
--
data Distance
Distance :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Distance
additionalType :: Distance -> AdditionalType
alternateName :: Distance -> AlternateName
description :: Distance -> Description
image :: Distance -> Image
name :: Distance -> Name
sameAs :: Distance -> SameAs
url :: Distance -> Url
instance Typeable Distance
instance Show Distance
instance Read Distance
instance Eq Distance
instance MetaData Distance
module Text.HTML5.MetaData.Schema.Duration
-- |
-- - id Duration
-- - label Duration
-- - comment
-- - ancestors
-- Thing,Intangible,Quantity
-- - subtypes
-- - supertypes Quantity
-- - url http://schema.org/Duration
--
data Duration
Duration :: Duration
instance Typeable Duration
instance Show Duration
instance Read Duration
instance Eq Duration
instance MetaData Duration
module Text.HTML5.MetaData.Schema.Energy
-- |
-- - id Energy
-- - label Energy
-- - comment
-- - ancestors
-- Thing,Intangible,Quantity
-- - subtypes
-- - supertypes Quantity
-- - url http://schema.org/Energy
--
data Energy
Energy :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Energy
additionalType :: Energy -> AdditionalType
alternateName :: Energy -> AlternateName
description :: Energy -> Description
image :: Energy -> Image
name :: Energy -> Name
sameAs :: Energy -> SameAs
url :: Energy -> Url
instance Typeable Energy
instance Show Energy
instance Read Energy
instance Eq Energy
instance MetaData Energy
module Text.HTML5.MetaData.Schema.Mass
-- |
-- - id Mass
-- - label Mass
-- - comment
-- - ancestors
-- Thing,Intangible,Quantity
-- - subtypes
-- - supertypes Quantity
-- - url http://schema.org/Mass
--
data Mass
Mass :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Mass
additionalType :: Mass -> AdditionalType
alternateName :: Mass -> AlternateName
description :: Mass -> Description
image :: Mass -> Image
name :: Mass -> Name
sameAs :: Mass -> SameAs
url :: Mass -> Url
instance Typeable Mass
instance Show Mass
instance Read Mass
instance Eq Mass
instance MetaData Mass
module Text.HTML5.MetaData.Schema.Quantity
-- |
data Quantity
Quantity :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Quantity
additionalType :: Quantity -> AdditionalType
alternateName :: Quantity -> AlternateName
description :: Quantity -> Description
image :: Quantity -> Image
name :: Quantity -> Name
sameAs :: Quantity -> SameAs
url :: Quantity -> Url
instance Typeable Quantity
instance Show Quantity
instance Read Quantity
instance Eq Quantity
instance MetaData Quantity
module Text.HTML5.MetaData.Schema.ImagingTest
-- |
-- - id ImagingTest
-- - label Imaging Test
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalTest
-- - subtypes
-- - supertypes MedicalTest
-- - url http://schema.org/ImagingTest
--
data ImagingTest
ImagingTest :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AffectedBy -> NormalRange -> SignDetected -> UsedToDiagnose -> UsesDevice -> ImagingTechnique -> ImagingTest
additionalType :: ImagingTest -> AdditionalType
alternateName :: ImagingTest -> AlternateName
description :: ImagingTest -> Description
image :: ImagingTest -> Image
name :: ImagingTest -> Name
sameAs :: ImagingTest -> SameAs
url :: ImagingTest -> Url
code :: ImagingTest -> Code
guideline :: ImagingTest -> Guideline
medicineSystem :: ImagingTest -> MedicineSystem
recognizingAuthority :: ImagingTest -> RecognizingAuthority
relevantSpecialty :: ImagingTest -> RelevantSpecialty
study :: ImagingTest -> Study
affectedBy :: ImagingTest -> AffectedBy
normalRange :: ImagingTest -> NormalRange
signDetected :: ImagingTest -> SignDetected
usedToDiagnose :: ImagingTest -> UsedToDiagnose
usesDevice :: ImagingTest -> UsesDevice
imagingTechnique :: ImagingTest -> ImagingTechnique
instance Typeable ImagingTest
instance Show ImagingTest
instance Read ImagingTest
instance Eq ImagingTest
instance MetaData ImagingTest
module Text.HTML5.MetaData.Schema.HinduTemple
-- |
-- - id HinduTemple
-- - label Hindu Temple
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure,PlaceOfWorship
-- - subtypes
-- - supertypes PlaceOfWorship
-- - url http://schema.org/HinduTemple
--
data HinduTemple
HinduTemple :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> HinduTemple
additionalType :: HinduTemple -> AdditionalType
alternateName :: HinduTemple -> AlternateName
description :: HinduTemple -> Description
image :: HinduTemple -> Image
name :: HinduTemple -> Name
sameAs :: HinduTemple -> SameAs
url :: HinduTemple -> Url
address :: HinduTemple -> Address
aggregateRating :: HinduTemple -> AggregateRating
containedIn :: HinduTemple -> ContainedIn
event :: HinduTemple -> Event
events :: HinduTemple -> Events
faxNumber :: HinduTemple -> FaxNumber
geo :: HinduTemple -> Geo
globalLocationNumber :: HinduTemple -> GlobalLocationNumber
interactionCount :: HinduTemple -> InteractionCount
isicV4 :: HinduTemple -> IsicV4
logo :: HinduTemple -> Logo
map :: HinduTemple -> Map
maps :: HinduTemple -> Maps
openingHoursSpecification :: HinduTemple -> OpeningHoursSpecification
photo :: HinduTemple -> Photo
photos :: HinduTemple -> Photos
review :: HinduTemple -> Review
reviews :: HinduTemple -> Reviews
telephone :: HinduTemple -> Telephone
openingHours :: HinduTemple -> OpeningHours
instance Typeable HinduTemple
instance Show HinduTemple
instance Read HinduTemple
instance Eq HinduTemple
instance MetaData HinduTemple
module Text.HTML5.MetaData.Schema.ViewAction
-- |
-- - id ViewAction
-- - label View Action
-- - comment
-- - ancestors
-- Thing,Action,ConsumeAction
-- - subtypes
-- - supertypes ConsumeAction
-- - url http://schema.org/ViewAction
--
data ViewAction
ViewAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> ViewAction
additionalType :: ViewAction -> AdditionalType
alternateName :: ViewAction -> AlternateName
description :: ViewAction -> Description
image :: ViewAction -> Image
name :: ViewAction -> Name
sameAs :: ViewAction -> SameAs
url :: ViewAction -> Url
agent :: ViewAction -> Agent
endTime :: ViewAction -> EndTime
instrument :: ViewAction -> Instrument
location :: ViewAction -> Location
object :: ViewAction -> Object
participant :: ViewAction -> Participant
result :: ViewAction -> Result
startTime :: ViewAction -> StartTime
instance Typeable ViewAction
instance Show ViewAction
instance Read ViewAction
instance Eq ViewAction
instance MetaData ViewAction
module Text.HTML5.MetaData.Schema.ItemList
-- |
-- - id ItemList
-- - label Item List
-- - comment
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes CreativeWork
-- - url http://schema.org/ItemList
--
data ItemList
ItemList :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> ItemListElement -> ItemListOrder -> ItemList
additionalType :: ItemList -> AdditionalType
alternateName :: ItemList -> AlternateName
description :: ItemList -> Description
image :: ItemList -> Image
name :: ItemList -> Name
sameAs :: ItemList -> SameAs
url :: ItemList -> Url
about :: ItemList -> About
accessibilityAPI :: ItemList -> AccessibilityAPI
accessibilityControl :: ItemList -> AccessibilityControl
accessibilityFeature :: ItemList -> AccessibilityFeature
accessibilityHazard :: ItemList -> AccessibilityHazard
accountablePerson :: ItemList -> AccountablePerson
aggregateRating :: ItemList -> AggregateRating
alternativeHeadline :: ItemList -> AlternativeHeadline
associatedMedia :: ItemList -> AssociatedMedia
audience :: ItemList -> Audience
audio :: ItemList -> Audio
author :: ItemList -> Author
award :: ItemList -> Award
awards :: ItemList -> Awards
citation :: ItemList -> Citation
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
educationalAlignment :: ItemList -> EducationalAlignment
educationalUse :: ItemList -> EducationalUse
encoding :: ItemList -> Encoding
encodings :: ItemList -> Encodings
genre :: ItemList -> Genre
headline :: ItemList -> Headline
inLanguage :: ItemList -> InLanguage
interactionCount :: ItemList -> InteractionCount
interactivityType :: ItemList -> InteractivityType
isBasedOnUrl :: ItemList -> IsBasedOnUrl
isFamilyFriendly :: ItemList -> IsFamilyFriendly
keywords :: ItemList -> Keywords
learningResourceType :: ItemList -> LearningResourceType
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
timeRequired :: ItemList -> TimeRequired
typicalAgeRange :: ItemList -> TypicalAgeRange
version :: ItemList -> Version
video :: ItemList -> Video
itemListElement :: ItemList -> ItemListElement
itemListOrder :: ItemList -> ItemListOrder
instance Typeable ItemList
instance Show ItemList
instance Read ItemList
instance Eq ItemList
instance MetaData ItemList
module Text.HTML5.MetaData.Schema.Electrician
-- |
-- - id Electrician
-- - label Electrician
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,HomeAndConstructionBusiness
-- - subtypes
-- - supertypes
-- ProfessionalService,HomeAndConstructionBusiness
-- - url http://schema.org/Electrician
--
data Electrician
Electrician :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Electrician
additionalType :: Electrician -> AdditionalType
alternateName :: Electrician -> AlternateName
description :: Electrician -> Description
image :: Electrician -> Image
name :: Electrician -> Name
sameAs :: Electrician -> SameAs
url :: Electrician -> Url
address :: Electrician -> Address
aggregateRating :: Electrician -> AggregateRating
containedIn :: Electrician -> ContainedIn
event :: Electrician -> Event
events :: Electrician -> Events
faxNumber :: Electrician -> FaxNumber
geo :: Electrician -> Geo
globalLocationNumber :: Electrician -> GlobalLocationNumber
interactionCount :: Electrician -> InteractionCount
isicV4 :: Electrician -> IsicV4
logo :: Electrician -> Logo
map :: Electrician -> Map
maps :: Electrician -> Maps
openingHoursSpecification :: Electrician -> OpeningHoursSpecification
photo :: Electrician -> Photo
photos :: Electrician -> Photos
review :: Electrician -> Review
reviews :: Electrician -> Reviews
telephone :: Electrician -> Telephone
brand :: Electrician -> Brand
contactPoint :: Electrician -> ContactPoint
contactPoints :: Electrician -> ContactPoints
department :: Electrician -> Department
duns :: Electrician -> Duns
email :: Electrician -> Email
employee :: Electrician -> Employee
employees :: Electrician -> Employees
founder :: Electrician -> Founder
founders :: Electrician -> Founders
foundingDate :: Electrician -> FoundingDate
hasPOS :: Electrician -> HasPOS
legalName :: Electrician -> LegalName
location :: Electrician -> Location
makesOffer :: Electrician -> MakesOffer
member :: Electrician -> Member
members :: Electrician -> Members
naics :: Electrician -> Naics
owns :: Electrician -> Owns
seeks :: Electrician -> Seeks
subOrganization :: Electrician -> SubOrganization
taxID :: Electrician -> TaxID
vatID :: Electrician -> VatID
branchOf :: Electrician -> BranchOf
currenciesAccepted :: Electrician -> CurrenciesAccepted
openingHours :: Electrician -> OpeningHours
paymentAccepted :: Electrician -> PaymentAccepted
priceRange :: Electrician -> PriceRange
instance Typeable Electrician
instance Show Electrician
instance Read Electrician
instance Eq Electrician
instance MetaData Electrician
module Text.HTML5.MetaData.Schema.GeneralContractor
-- |
-- - id GeneralContractor
-- - label General Contractor
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,HomeAndConstructionBusiness
-- - subtypes
-- - supertypes
-- ProfessionalService,HomeAndConstructionBusiness
-- - url
-- http://schema.org/GeneralContractor
--
data GeneralContractor
GeneralContractor :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> GeneralContractor
additionalType :: GeneralContractor -> AdditionalType
alternateName :: GeneralContractor -> AlternateName
description :: GeneralContractor -> Description
image :: GeneralContractor -> Image
name :: GeneralContractor -> Name
sameAs :: GeneralContractor -> SameAs
url :: GeneralContractor -> Url
address :: GeneralContractor -> Address
aggregateRating :: GeneralContractor -> AggregateRating
containedIn :: GeneralContractor -> ContainedIn
event :: GeneralContractor -> Event
events :: GeneralContractor -> Events
faxNumber :: GeneralContractor -> FaxNumber
geo :: GeneralContractor -> Geo
globalLocationNumber :: GeneralContractor -> GlobalLocationNumber
interactionCount :: GeneralContractor -> InteractionCount
isicV4 :: GeneralContractor -> IsicV4
logo :: GeneralContractor -> Logo
map :: GeneralContractor -> Map
maps :: GeneralContractor -> Maps
openingHoursSpecification :: GeneralContractor -> OpeningHoursSpecification
photo :: GeneralContractor -> Photo
photos :: GeneralContractor -> Photos
review :: GeneralContractor -> Review
reviews :: GeneralContractor -> Reviews
telephone :: GeneralContractor -> Telephone
brand :: GeneralContractor -> Brand
contactPoint :: GeneralContractor -> ContactPoint
contactPoints :: GeneralContractor -> ContactPoints
department :: GeneralContractor -> Department
duns :: GeneralContractor -> Duns
email :: GeneralContractor -> Email
employee :: GeneralContractor -> Employee
employees :: GeneralContractor -> Employees
founder :: GeneralContractor -> Founder
founders :: GeneralContractor -> Founders
foundingDate :: GeneralContractor -> FoundingDate
hasPOS :: GeneralContractor -> HasPOS
legalName :: GeneralContractor -> LegalName
location :: GeneralContractor -> Location
makesOffer :: GeneralContractor -> MakesOffer
member :: GeneralContractor -> Member
members :: GeneralContractor -> Members
naics :: GeneralContractor -> Naics
owns :: GeneralContractor -> Owns
seeks :: GeneralContractor -> Seeks
subOrganization :: GeneralContractor -> SubOrganization
taxID :: GeneralContractor -> TaxID
vatID :: GeneralContractor -> VatID
branchOf :: GeneralContractor -> BranchOf
currenciesAccepted :: GeneralContractor -> CurrenciesAccepted
openingHours :: GeneralContractor -> OpeningHours
paymentAccepted :: GeneralContractor -> PaymentAccepted
priceRange :: GeneralContractor -> PriceRange
instance Typeable GeneralContractor
instance Show GeneralContractor
instance Read GeneralContractor
instance Eq GeneralContractor
instance MetaData GeneralContractor
module Text.HTML5.MetaData.Schema.HVACBusiness
-- |
-- - id HVACBusiness
-- - label HVAC Business
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,HomeAndConstructionBusiness
-- - subtypes
-- - supertypes
-- HomeAndConstructionBusiness
-- - url http://schema.org/HVACBusiness
--
data HVACBusiness
HVACBusiness :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> HVACBusiness
additionalType :: HVACBusiness -> AdditionalType
alternateName :: HVACBusiness -> AlternateName
description :: HVACBusiness -> Description
image :: HVACBusiness -> Image
name :: HVACBusiness -> Name
sameAs :: HVACBusiness -> SameAs
url :: HVACBusiness -> Url
address :: HVACBusiness -> Address
aggregateRating :: HVACBusiness -> AggregateRating
containedIn :: HVACBusiness -> ContainedIn
event :: HVACBusiness -> Event
events :: HVACBusiness -> Events
faxNumber :: HVACBusiness -> FaxNumber
geo :: HVACBusiness -> Geo
globalLocationNumber :: HVACBusiness -> GlobalLocationNumber
interactionCount :: HVACBusiness -> InteractionCount
isicV4 :: HVACBusiness -> IsicV4
logo :: HVACBusiness -> Logo
map :: HVACBusiness -> Map
maps :: HVACBusiness -> Maps
openingHoursSpecification :: HVACBusiness -> OpeningHoursSpecification
photo :: HVACBusiness -> Photo
photos :: HVACBusiness -> Photos
review :: HVACBusiness -> Review
reviews :: HVACBusiness -> Reviews
telephone :: HVACBusiness -> Telephone
brand :: HVACBusiness -> Brand
contactPoint :: HVACBusiness -> ContactPoint
contactPoints :: HVACBusiness -> ContactPoints
department :: HVACBusiness -> Department
duns :: HVACBusiness -> Duns
email :: HVACBusiness -> Email
employee :: HVACBusiness -> Employee
employees :: HVACBusiness -> Employees
founder :: HVACBusiness -> Founder
founders :: HVACBusiness -> Founders
foundingDate :: HVACBusiness -> FoundingDate
hasPOS :: HVACBusiness -> HasPOS
legalName :: HVACBusiness -> LegalName
location :: HVACBusiness -> Location
makesOffer :: HVACBusiness -> MakesOffer
member :: HVACBusiness -> Member
members :: HVACBusiness -> Members
naics :: HVACBusiness -> Naics
owns :: HVACBusiness -> Owns
seeks :: HVACBusiness -> Seeks
subOrganization :: HVACBusiness -> SubOrganization
taxID :: HVACBusiness -> TaxID
vatID :: HVACBusiness -> VatID
branchOf :: HVACBusiness -> BranchOf
currenciesAccepted :: HVACBusiness -> CurrenciesAccepted
openingHours :: HVACBusiness -> OpeningHours
paymentAccepted :: HVACBusiness -> PaymentAccepted
priceRange :: HVACBusiness -> PriceRange
instance Typeable HVACBusiness
instance Show HVACBusiness
instance Read HVACBusiness
instance Eq HVACBusiness
instance MetaData HVACBusiness
module Text.HTML5.MetaData.Schema.HousePainter
-- |
-- - id HousePainter
-- - label House Painter
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,HomeAndConstructionBusiness
-- - subtypes
-- - supertypes
-- ProfessionalService,HomeAndConstructionBusiness
-- - url http://schema.org/HousePainter
--
data HousePainter
HousePainter :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> HousePainter
additionalType :: HousePainter -> AdditionalType
alternateName :: HousePainter -> AlternateName
description :: HousePainter -> Description
image :: HousePainter -> Image
name :: HousePainter -> Name
sameAs :: HousePainter -> SameAs
url :: HousePainter -> Url
address :: HousePainter -> Address
aggregateRating :: HousePainter -> AggregateRating
containedIn :: HousePainter -> ContainedIn
event :: HousePainter -> Event
events :: HousePainter -> Events
faxNumber :: HousePainter -> FaxNumber
geo :: HousePainter -> Geo
globalLocationNumber :: HousePainter -> GlobalLocationNumber
interactionCount :: HousePainter -> InteractionCount
isicV4 :: HousePainter -> IsicV4
logo :: HousePainter -> Logo
map :: HousePainter -> Map
maps :: HousePainter -> Maps
openingHoursSpecification :: HousePainter -> OpeningHoursSpecification
photo :: HousePainter -> Photo
photos :: HousePainter -> Photos
review :: HousePainter -> Review
reviews :: HousePainter -> Reviews
telephone :: HousePainter -> Telephone
brand :: HousePainter -> Brand
contactPoint :: HousePainter -> ContactPoint
contactPoints :: HousePainter -> ContactPoints
department :: HousePainter -> Department
duns :: HousePainter -> Duns
email :: HousePainter -> Email
employee :: HousePainter -> Employee
employees :: HousePainter -> Employees
founder :: HousePainter -> Founder
founders :: HousePainter -> Founders
foundingDate :: HousePainter -> FoundingDate
hasPOS :: HousePainter -> HasPOS
legalName :: HousePainter -> LegalName
location :: HousePainter -> Location
makesOffer :: HousePainter -> MakesOffer
member :: HousePainter -> Member
members :: HousePainter -> Members
naics :: HousePainter -> Naics
owns :: HousePainter -> Owns
seeks :: HousePainter -> Seeks
subOrganization :: HousePainter -> SubOrganization
taxID :: HousePainter -> TaxID
vatID :: HousePainter -> VatID
branchOf :: HousePainter -> BranchOf
currenciesAccepted :: HousePainter -> CurrenciesAccepted
openingHours :: HousePainter -> OpeningHours
paymentAccepted :: HousePainter -> PaymentAccepted
priceRange :: HousePainter -> PriceRange
instance Typeable HousePainter
instance Show HousePainter
instance Read HousePainter
instance Eq HousePainter
instance MetaData HousePainter
module Text.HTML5.MetaData.Schema.Locksmith
-- |
-- - id Locksmith
-- - label Locksmith
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,HomeAndConstructionBusiness
-- - subtypes
-- - supertypes
-- ProfessionalService,HomeAndConstructionBusiness
-- - url http://schema.org/Locksmith
--
data Locksmith
Locksmith :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Locksmith
additionalType :: Locksmith -> AdditionalType
alternateName :: Locksmith -> AlternateName
description :: Locksmith -> Description
image :: Locksmith -> Image
name :: Locksmith -> Name
sameAs :: Locksmith -> SameAs
url :: Locksmith -> Url
address :: Locksmith -> Address
aggregateRating :: Locksmith -> AggregateRating
containedIn :: Locksmith -> ContainedIn
event :: Locksmith -> Event
events :: Locksmith -> Events
faxNumber :: Locksmith -> FaxNumber
geo :: Locksmith -> Geo
globalLocationNumber :: Locksmith -> GlobalLocationNumber
interactionCount :: Locksmith -> InteractionCount
isicV4 :: Locksmith -> IsicV4
logo :: Locksmith -> Logo
map :: Locksmith -> Map
maps :: Locksmith -> Maps
openingHoursSpecification :: Locksmith -> OpeningHoursSpecification
photo :: Locksmith -> Photo
photos :: Locksmith -> Photos
review :: Locksmith -> Review
reviews :: Locksmith -> Reviews
telephone :: Locksmith -> Telephone
brand :: Locksmith -> Brand
contactPoint :: Locksmith -> ContactPoint
contactPoints :: Locksmith -> ContactPoints
department :: Locksmith -> Department
duns :: Locksmith -> Duns
email :: Locksmith -> Email
employee :: Locksmith -> Employee
employees :: Locksmith -> Employees
founder :: Locksmith -> Founder
founders :: Locksmith -> Founders
foundingDate :: Locksmith -> FoundingDate
hasPOS :: Locksmith -> HasPOS
legalName :: Locksmith -> LegalName
location :: Locksmith -> Location
makesOffer :: Locksmith -> MakesOffer
member :: Locksmith -> Member
members :: Locksmith -> Members
naics :: Locksmith -> Naics
owns :: Locksmith -> Owns
seeks :: Locksmith -> Seeks
subOrganization :: Locksmith -> SubOrganization
taxID :: Locksmith -> TaxID
vatID :: Locksmith -> VatID
branchOf :: Locksmith -> BranchOf
currenciesAccepted :: Locksmith -> CurrenciesAccepted
openingHours :: Locksmith -> OpeningHours
paymentAccepted :: Locksmith -> PaymentAccepted
priceRange :: Locksmith -> PriceRange
instance Typeable Locksmith
instance Show Locksmith
instance Read Locksmith
instance Eq Locksmith
instance MetaData Locksmith
module Text.HTML5.MetaData.Schema.Plumber
-- |
-- - id Plumber
-- - label Plumber
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,HomeAndConstructionBusiness
-- - subtypes
-- - supertypes
-- ProfessionalService,HomeAndConstructionBusiness
-- - url http://schema.org/Plumber
--
data Plumber
Plumber :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Plumber
additionalType :: Plumber -> AdditionalType
alternateName :: Plumber -> AlternateName
description :: Plumber -> Description
image :: Plumber -> Image
name :: Plumber -> Name
sameAs :: Plumber -> SameAs
url :: Plumber -> Url
address :: Plumber -> Address
aggregateRating :: Plumber -> AggregateRating
containedIn :: Plumber -> ContainedIn
event :: Plumber -> Event
events :: Plumber -> Events
faxNumber :: Plumber -> FaxNumber
geo :: Plumber -> Geo
globalLocationNumber :: Plumber -> GlobalLocationNumber
interactionCount :: Plumber -> InteractionCount
isicV4 :: Plumber -> IsicV4
logo :: Plumber -> Logo
map :: Plumber -> Map
maps :: Plumber -> Maps
openingHoursSpecification :: Plumber -> OpeningHoursSpecification
photo :: Plumber -> Photo
photos :: Plumber -> Photos
review :: Plumber -> Review
reviews :: Plumber -> Reviews
telephone :: Plumber -> Telephone
brand :: Plumber -> Brand
contactPoint :: Plumber -> ContactPoint
contactPoints :: Plumber -> ContactPoints
department :: Plumber -> Department
duns :: Plumber -> Duns
email :: Plumber -> Email
employee :: Plumber -> Employee
employees :: Plumber -> Employees
founder :: Plumber -> Founder
founders :: Plumber -> Founders
foundingDate :: Plumber -> FoundingDate
hasPOS :: Plumber -> HasPOS
legalName :: Plumber -> LegalName
location :: Plumber -> Location
makesOffer :: Plumber -> MakesOffer
member :: Plumber -> Member
members :: Plumber -> Members
naics :: Plumber -> Naics
owns :: Plumber -> Owns
seeks :: Plumber -> Seeks
subOrganization :: Plumber -> SubOrganization
taxID :: Plumber -> TaxID
vatID :: Plumber -> VatID
branchOf :: Plumber -> BranchOf
currenciesAccepted :: Plumber -> CurrenciesAccepted
openingHours :: Plumber -> OpeningHours
paymentAccepted :: Plumber -> PaymentAccepted
priceRange :: Plumber -> PriceRange
instance Typeable Plumber
instance Show Plumber
instance Read Plumber
instance Eq Plumber
instance MetaData Plumber
module Text.HTML5.MetaData.Schema.HomeAndConstructionBusiness
-- |
-- - id HomeAndConstructionBusiness
-- - label Home And Construction Business
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- Electrician,GeneralContractor,HVACBusiness,HousePainter,Locksmith,MovingCompany,Plumber,RoofingContractor
-- - supertypes LocalBusiness
-- - url
-- http://schema.org/HomeAndConstructionBusiness
--
data HomeAndConstructionBusiness
HomeAndConstructionBusiness :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> HomeAndConstructionBusiness
additionalType :: HomeAndConstructionBusiness -> AdditionalType
alternateName :: HomeAndConstructionBusiness -> AlternateName
description :: HomeAndConstructionBusiness -> Description
image :: HomeAndConstructionBusiness -> Image
name :: HomeAndConstructionBusiness -> Name
sameAs :: HomeAndConstructionBusiness -> SameAs
url :: HomeAndConstructionBusiness -> Url
address :: HomeAndConstructionBusiness -> Address
aggregateRating :: HomeAndConstructionBusiness -> AggregateRating
containedIn :: HomeAndConstructionBusiness -> ContainedIn
event :: HomeAndConstructionBusiness -> Event
events :: HomeAndConstructionBusiness -> Events
faxNumber :: HomeAndConstructionBusiness -> FaxNumber
geo :: HomeAndConstructionBusiness -> Geo
globalLocationNumber :: HomeAndConstructionBusiness -> GlobalLocationNumber
interactionCount :: HomeAndConstructionBusiness -> InteractionCount
isicV4 :: HomeAndConstructionBusiness -> IsicV4
logo :: HomeAndConstructionBusiness -> Logo
map :: HomeAndConstructionBusiness -> Map
maps :: HomeAndConstructionBusiness -> Maps
openingHoursSpecification :: HomeAndConstructionBusiness -> OpeningHoursSpecification
photo :: HomeAndConstructionBusiness -> Photo
photos :: HomeAndConstructionBusiness -> Photos
review :: HomeAndConstructionBusiness -> Review
reviews :: HomeAndConstructionBusiness -> Reviews
telephone :: HomeAndConstructionBusiness -> Telephone
brand :: HomeAndConstructionBusiness -> Brand
contactPoint :: HomeAndConstructionBusiness -> ContactPoint
contactPoints :: HomeAndConstructionBusiness -> ContactPoints
department :: HomeAndConstructionBusiness -> Department
duns :: HomeAndConstructionBusiness -> Duns
email :: HomeAndConstructionBusiness -> Email
employee :: HomeAndConstructionBusiness -> Employee
employees :: HomeAndConstructionBusiness -> Employees
founder :: HomeAndConstructionBusiness -> Founder
founders :: HomeAndConstructionBusiness -> Founders
foundingDate :: HomeAndConstructionBusiness -> FoundingDate
hasPOS :: HomeAndConstructionBusiness -> HasPOS
legalName :: HomeAndConstructionBusiness -> LegalName
location :: HomeAndConstructionBusiness -> Location
makesOffer :: HomeAndConstructionBusiness -> MakesOffer
member :: HomeAndConstructionBusiness -> Member
members :: HomeAndConstructionBusiness -> Members
naics :: HomeAndConstructionBusiness -> Naics
owns :: HomeAndConstructionBusiness -> Owns
seeks :: HomeAndConstructionBusiness -> Seeks
subOrganization :: HomeAndConstructionBusiness -> SubOrganization
taxID :: HomeAndConstructionBusiness -> TaxID
vatID :: HomeAndConstructionBusiness -> VatID
branchOf :: HomeAndConstructionBusiness -> BranchOf
currenciesAccepted :: HomeAndConstructionBusiness -> CurrenciesAccepted
openingHours :: HomeAndConstructionBusiness -> OpeningHours
paymentAccepted :: HomeAndConstructionBusiness -> PaymentAccepted
priceRange :: HomeAndConstructionBusiness -> PriceRange
instance Typeable HomeAndConstructionBusiness
instance Show HomeAndConstructionBusiness
instance Read HomeAndConstructionBusiness
instance Eq HomeAndConstructionBusiness
instance MetaData HomeAndConstructionBusiness
module Text.HTML5.MetaData.Schema.RoofingContractor
-- |
-- - id RoofingContractor
-- - label Roofing Contractor
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,HomeAndConstructionBusiness
-- - subtypes
-- - supertypes
-- ProfessionalService,HomeAndConstructionBusiness
-- - url
-- http://schema.org/RoofingContractor
--
data RoofingContractor
RoofingContractor :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> RoofingContractor
additionalType :: RoofingContractor -> AdditionalType
alternateName :: RoofingContractor -> AlternateName
description :: RoofingContractor -> Description
image :: RoofingContractor -> Image
name :: RoofingContractor -> Name
sameAs :: RoofingContractor -> SameAs
url :: RoofingContractor -> Url
address :: RoofingContractor -> Address
aggregateRating :: RoofingContractor -> AggregateRating
containedIn :: RoofingContractor -> ContainedIn
event :: RoofingContractor -> Event
events :: RoofingContractor -> Events
faxNumber :: RoofingContractor -> FaxNumber
geo :: RoofingContractor -> Geo
globalLocationNumber :: RoofingContractor -> GlobalLocationNumber
interactionCount :: RoofingContractor -> InteractionCount
isicV4 :: RoofingContractor -> IsicV4
logo :: RoofingContractor -> Logo
map :: RoofingContractor -> Map
maps :: RoofingContractor -> Maps
openingHoursSpecification :: RoofingContractor -> OpeningHoursSpecification
photo :: RoofingContractor -> Photo
photos :: RoofingContractor -> Photos
review :: RoofingContractor -> Review
reviews :: RoofingContractor -> Reviews
telephone :: RoofingContractor -> Telephone
brand :: RoofingContractor -> Brand
contactPoint :: RoofingContractor -> ContactPoint
contactPoints :: RoofingContractor -> ContactPoints
department :: RoofingContractor -> Department
duns :: RoofingContractor -> Duns
email :: RoofingContractor -> Email
employee :: RoofingContractor -> Employee
employees :: RoofingContractor -> Employees
founder :: RoofingContractor -> Founder
founders :: RoofingContractor -> Founders
foundingDate :: RoofingContractor -> FoundingDate
hasPOS :: RoofingContractor -> HasPOS
legalName :: RoofingContractor -> LegalName
location :: RoofingContractor -> Location
makesOffer :: RoofingContractor -> MakesOffer
member :: RoofingContractor -> Member
members :: RoofingContractor -> Members
naics :: RoofingContractor -> Naics
owns :: RoofingContractor -> Owns
seeks :: RoofingContractor -> Seeks
subOrganization :: RoofingContractor -> SubOrganization
taxID :: RoofingContractor -> TaxID
vatID :: RoofingContractor -> VatID
branchOf :: RoofingContractor -> BranchOf
currenciesAccepted :: RoofingContractor -> CurrenciesAccepted
openingHours :: RoofingContractor -> OpeningHours
paymentAccepted :: RoofingContractor -> PaymentAccepted
priceRange :: RoofingContractor -> PriceRange
instance Typeable RoofingContractor
instance Show RoofingContractor
instance Read RoofingContractor
instance Eq RoofingContractor
instance MetaData RoofingContractor
module Text.HTML5.MetaData.Schema.OutletStore
-- |
-- - id OutletStore
-- - label Outlet Store
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/OutletStore
--
data OutletStore
OutletStore :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> OutletStore
additionalType :: OutletStore -> AdditionalType
alternateName :: OutletStore -> AlternateName
description :: OutletStore -> Description
image :: OutletStore -> Image
name :: OutletStore -> Name
sameAs :: OutletStore -> SameAs
url :: OutletStore -> Url
address :: OutletStore -> Address
aggregateRating :: OutletStore -> AggregateRating
containedIn :: OutletStore -> ContainedIn
event :: OutletStore -> Event
events :: OutletStore -> Events
faxNumber :: OutletStore -> FaxNumber
geo :: OutletStore -> Geo
globalLocationNumber :: OutletStore -> GlobalLocationNumber
interactionCount :: OutletStore -> InteractionCount
isicV4 :: OutletStore -> IsicV4
logo :: OutletStore -> Logo
map :: OutletStore -> Map
maps :: OutletStore -> Maps
openingHoursSpecification :: OutletStore -> OpeningHoursSpecification
photo :: OutletStore -> Photo
photos :: OutletStore -> Photos
review :: OutletStore -> Review
reviews :: OutletStore -> Reviews
telephone :: OutletStore -> Telephone
brand :: OutletStore -> Brand
contactPoint :: OutletStore -> ContactPoint
contactPoints :: OutletStore -> ContactPoints
department :: OutletStore -> Department
duns :: OutletStore -> Duns
email :: OutletStore -> Email
employee :: OutletStore -> Employee
employees :: OutletStore -> Employees
founder :: OutletStore -> Founder
founders :: OutletStore -> Founders
foundingDate :: OutletStore -> FoundingDate
hasPOS :: OutletStore -> HasPOS
legalName :: OutletStore -> LegalName
location :: OutletStore -> Location
makesOffer :: OutletStore -> MakesOffer
member :: OutletStore -> Member
members :: OutletStore -> Members
naics :: OutletStore -> Naics
owns :: OutletStore -> Owns
seeks :: OutletStore -> Seeks
subOrganization :: OutletStore -> SubOrganization
taxID :: OutletStore -> TaxID
vatID :: OutletStore -> VatID
branchOf :: OutletStore -> BranchOf
currenciesAccepted :: OutletStore -> CurrenciesAccepted
openingHours :: OutletStore -> OpeningHours
paymentAccepted :: OutletStore -> PaymentAccepted
priceRange :: OutletStore -> PriceRange
instance Typeable OutletStore
instance Show OutletStore
instance Read OutletStore
instance Eq OutletStore
instance MetaData OutletStore
module Text.HTML5.MetaData.Schema.CityHall
-- |
-- - id CityHall
-- - label City Hall
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure,GovernmentBuilding
-- - subtypes
-- - supertypes
-- GovernmentBuilding
-- - url http://schema.org/CityHall
--
data CityHall
CityHall :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> CityHall
additionalType :: CityHall -> AdditionalType
alternateName :: CityHall -> AlternateName
description :: CityHall -> Description
image :: CityHall -> Image
name :: CityHall -> Name
sameAs :: CityHall -> SameAs
url :: CityHall -> Url
address :: CityHall -> Address
aggregateRating :: CityHall -> AggregateRating
containedIn :: CityHall -> ContainedIn
event :: CityHall -> Event
events :: CityHall -> Events
faxNumber :: CityHall -> FaxNumber
geo :: CityHall -> Geo
globalLocationNumber :: CityHall -> GlobalLocationNumber
interactionCount :: CityHall -> InteractionCount
isicV4 :: CityHall -> IsicV4
logo :: CityHall -> Logo
map :: CityHall -> Map
maps :: CityHall -> Maps
openingHoursSpecification :: CityHall -> OpeningHoursSpecification
photo :: CityHall -> Photo
photos :: CityHall -> Photos
review :: CityHall -> Review
reviews :: CityHall -> Reviews
telephone :: CityHall -> Telephone
openingHours :: CityHall -> OpeningHours
instance Typeable CityHall
instance Show CityHall
instance Read CityHall
instance Eq CityHall
instance MetaData CityHall
module Text.HTML5.MetaData.Schema.Courthouse
-- |
-- - id Courthouse
-- - label Courthouse
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure,GovernmentBuilding
-- - subtypes
-- - supertypes
-- GovernmentBuilding
-- - url http://schema.org/Courthouse
--
data Courthouse
Courthouse :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> Courthouse
additionalType :: Courthouse -> AdditionalType
alternateName :: Courthouse -> AlternateName
description :: Courthouse -> Description
image :: Courthouse -> Image
name :: Courthouse -> Name
sameAs :: Courthouse -> SameAs
url :: Courthouse -> Url
address :: Courthouse -> Address
aggregateRating :: Courthouse -> AggregateRating
containedIn :: Courthouse -> ContainedIn
event :: Courthouse -> Event
events :: Courthouse -> Events
faxNumber :: Courthouse -> FaxNumber
geo :: Courthouse -> Geo
globalLocationNumber :: Courthouse -> GlobalLocationNumber
interactionCount :: Courthouse -> InteractionCount
isicV4 :: Courthouse -> IsicV4
logo :: Courthouse -> Logo
map :: Courthouse -> Map
maps :: Courthouse -> Maps
openingHoursSpecification :: Courthouse -> OpeningHoursSpecification
photo :: Courthouse -> Photo
photos :: Courthouse -> Photos
review :: Courthouse -> Review
reviews :: Courthouse -> Reviews
telephone :: Courthouse -> Telephone
openingHours :: Courthouse -> OpeningHours
instance Typeable Courthouse
instance Show Courthouse
instance Read Courthouse
instance Eq Courthouse
instance MetaData Courthouse
module Text.HTML5.MetaData.Schema.Embassy
-- |
-- - id Embassy
-- - label Embassy
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure,GovernmentBuilding
-- - subtypes
-- - supertypes
-- GovernmentBuilding
-- - url http://schema.org/Embassy
--
data Embassy
Embassy :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> Embassy
additionalType :: Embassy -> AdditionalType
alternateName :: Embassy -> AlternateName
description :: Embassy -> Description
image :: Embassy -> Image
name :: Embassy -> Name
sameAs :: Embassy -> SameAs
url :: Embassy -> Url
address :: Embassy -> Address
aggregateRating :: Embassy -> AggregateRating
containedIn :: Embassy -> ContainedIn
event :: Embassy -> Event
events :: Embassy -> Events
faxNumber :: Embassy -> FaxNumber
geo :: Embassy -> Geo
globalLocationNumber :: Embassy -> GlobalLocationNumber
interactionCount :: Embassy -> InteractionCount
isicV4 :: Embassy -> IsicV4
logo :: Embassy -> Logo
map :: Embassy -> Map
maps :: Embassy -> Maps
openingHoursSpecification :: Embassy -> OpeningHoursSpecification
photo :: Embassy -> Photo
photos :: Embassy -> Photos
review :: Embassy -> Review
reviews :: Embassy -> Reviews
telephone :: Embassy -> Telephone
openingHours :: Embassy -> OpeningHours
instance Typeable Embassy
instance Show Embassy
instance Read Embassy
instance Eq Embassy
instance MetaData Embassy
module Text.HTML5.MetaData.Schema.GovernmentBuilding
-- |
-- - id GovernmentBuilding
-- - label Government Building
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- CityHall,Courthouse,DefenceEstablishment,Embassy,LegislativeBuilding
-- - supertypes CivicStructure
-- - url
-- http://schema.org/GovernmentBuilding
--
data GovernmentBuilding
GovernmentBuilding :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> GovernmentBuilding
additionalType :: GovernmentBuilding -> AdditionalType
alternateName :: GovernmentBuilding -> AlternateName
description :: GovernmentBuilding -> Description
image :: GovernmentBuilding -> Image
name :: GovernmentBuilding -> Name
sameAs :: GovernmentBuilding -> SameAs
url :: GovernmentBuilding -> Url
address :: GovernmentBuilding -> Address
aggregateRating :: GovernmentBuilding -> AggregateRating
containedIn :: GovernmentBuilding -> ContainedIn
event :: GovernmentBuilding -> Event
events :: GovernmentBuilding -> Events
faxNumber :: GovernmentBuilding -> FaxNumber
geo :: GovernmentBuilding -> Geo
globalLocationNumber :: GovernmentBuilding -> GlobalLocationNumber
interactionCount :: GovernmentBuilding -> InteractionCount
isicV4 :: GovernmentBuilding -> IsicV4
logo :: GovernmentBuilding -> Logo
map :: GovernmentBuilding -> Map
maps :: GovernmentBuilding -> Maps
openingHoursSpecification :: GovernmentBuilding -> OpeningHoursSpecification
photo :: GovernmentBuilding -> Photo
photos :: GovernmentBuilding -> Photos
review :: GovernmentBuilding -> Review
reviews :: GovernmentBuilding -> Reviews
telephone :: GovernmentBuilding -> Telephone
openingHours :: GovernmentBuilding -> OpeningHours
instance Typeable GovernmentBuilding
instance Show GovernmentBuilding
instance Read GovernmentBuilding
instance Eq GovernmentBuilding
instance MetaData GovernmentBuilding
module Text.HTML5.MetaData.Schema.LegislativeBuilding
-- |
-- - id LegislativeBuilding
-- - label Legislative Building
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure,GovernmentBuilding
-- - subtypes
-- - supertypes
-- GovernmentBuilding
-- - url
-- http://schema.org/LegislativeBuilding
--
data LegislativeBuilding
LegislativeBuilding :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> LegislativeBuilding
additionalType :: LegislativeBuilding -> AdditionalType
alternateName :: LegislativeBuilding -> AlternateName
description :: LegislativeBuilding -> Description
image :: LegislativeBuilding -> Image
name :: LegislativeBuilding -> Name
sameAs :: LegislativeBuilding -> SameAs
url :: LegislativeBuilding -> Url
address :: LegislativeBuilding -> Address
aggregateRating :: LegislativeBuilding -> AggregateRating
containedIn :: LegislativeBuilding -> ContainedIn
event :: LegislativeBuilding -> Event
events :: LegislativeBuilding -> Events
faxNumber :: LegislativeBuilding -> FaxNumber
geo :: LegislativeBuilding -> Geo
globalLocationNumber :: LegislativeBuilding -> GlobalLocationNumber
interactionCount :: LegislativeBuilding -> InteractionCount
isicV4 :: LegislativeBuilding -> IsicV4
logo :: LegislativeBuilding -> Logo
map :: LegislativeBuilding -> Map
maps :: LegislativeBuilding -> Maps
openingHoursSpecification :: LegislativeBuilding -> OpeningHoursSpecification
photo :: LegislativeBuilding -> Photo
photos :: LegislativeBuilding -> Photos
review :: LegislativeBuilding -> Review
reviews :: LegislativeBuilding -> Reviews
telephone :: LegislativeBuilding -> Telephone
openingHours :: LegislativeBuilding -> OpeningHours
instance Typeable LegislativeBuilding
instance Show LegislativeBuilding
instance Read LegislativeBuilding
instance Eq LegislativeBuilding
instance MetaData LegislativeBuilding
module Text.HTML5.MetaData.Schema.UserCheckins
-- |
-- - id UserCheckins
-- - label User Checkins
-- - comment
-- - ancestors
-- Thing,Event,UserInteraction
-- - subtypes
-- - supertypes UserInteraction
-- - url http://schema.org/UserCheckins
--
data UserCheckins
UserCheckins :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Attendee -> Attendees -> DoorTime -> Duration -> EndDate -> EventStatus -> Location -> Offers -> Performer -> Performers -> PreviousStartDate -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> TypicalAgeRange -> UserCheckins
additionalType :: UserCheckins -> AdditionalType
alternateName :: UserCheckins -> AlternateName
description :: UserCheckins -> Description
image :: UserCheckins -> Image
name :: UserCheckins -> Name
sameAs :: UserCheckins -> SameAs
url :: UserCheckins -> Url
attendee :: UserCheckins -> Attendee
attendees :: UserCheckins -> Attendees
doorTime :: UserCheckins -> DoorTime
duration :: UserCheckins -> Duration
endDate :: UserCheckins -> EndDate
eventStatus :: UserCheckins -> EventStatus
location :: UserCheckins -> Location
offers :: UserCheckins -> Offers
performer :: UserCheckins -> Performer
performers :: UserCheckins -> Performers
previousStartDate :: UserCheckins -> PreviousStartDate
startDate :: UserCheckins -> StartDate
subEvent :: UserCheckins -> SubEvent
subEvents :: UserCheckins -> SubEvents
superEvent :: UserCheckins -> SuperEvent
typicalAgeRange :: UserCheckins -> TypicalAgeRange
instance Typeable UserCheckins
instance Show UserCheckins
instance Read UserCheckins
instance Eq UserCheckins
instance MetaData UserCheckins
module Text.HTML5.MetaData.Schema.EducationEvent
-- |
data EducationEvent
EducationEvent :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Attendee -> Attendees -> DoorTime -> Duration -> EndDate -> EventStatus -> Location -> Offers -> Performer -> Performers -> PreviousStartDate -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> TypicalAgeRange -> EducationEvent
additionalType :: EducationEvent -> AdditionalType
alternateName :: EducationEvent -> AlternateName
description :: EducationEvent -> Description
image :: EducationEvent -> Image
name :: EducationEvent -> Name
sameAs :: EducationEvent -> SameAs
url :: EducationEvent -> Url
attendee :: EducationEvent -> Attendee
attendees :: EducationEvent -> Attendees
doorTime :: EducationEvent -> DoorTime
duration :: EducationEvent -> Duration
endDate :: EducationEvent -> EndDate
eventStatus :: EducationEvent -> EventStatus
location :: EducationEvent -> Location
offers :: EducationEvent -> Offers
performer :: EducationEvent -> Performer
performers :: EducationEvent -> Performers
previousStartDate :: EducationEvent -> PreviousStartDate
startDate :: EducationEvent -> StartDate
subEvent :: EducationEvent -> SubEvent
subEvents :: EducationEvent -> SubEvents
superEvent :: EducationEvent -> SuperEvent
typicalAgeRange :: EducationEvent -> TypicalAgeRange
instance Typeable EducationEvent
instance Show EducationEvent
instance Read EducationEvent
instance Eq EducationEvent
instance MetaData EducationEvent
module Text.HTML5.MetaData.Schema.BefriendAction
-- |
data BefriendAction
BefriendAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> BefriendAction
additionalType :: BefriendAction -> AdditionalType
alternateName :: BefriendAction -> AlternateName
description :: BefriendAction -> Description
image :: BefriendAction -> Image
name :: BefriendAction -> Name
sameAs :: BefriendAction -> SameAs
url :: BefriendAction -> Url
agent :: BefriendAction -> Agent
endTime :: BefriendAction -> EndTime
instrument :: BefriendAction -> Instrument
location :: BefriendAction -> Location
object :: BefriendAction -> Object
participant :: BefriendAction -> Participant
result :: BefriendAction -> Result
startTime :: BefriendAction -> StartTime
instance Typeable BefriendAction
instance Show BefriendAction
instance Read BefriendAction
instance Eq BefriendAction
instance MetaData BefriendAction
module Text.HTML5.MetaData.Schema.FollowAction
-- |
data FollowAction
FollowAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Followee -> FollowAction
additionalType :: FollowAction -> AdditionalType
alternateName :: FollowAction -> AlternateName
description :: FollowAction -> Description
image :: FollowAction -> Image
name :: FollowAction -> Name
sameAs :: FollowAction -> SameAs
url :: FollowAction -> Url
agent :: FollowAction -> Agent
endTime :: FollowAction -> EndTime
instrument :: FollowAction -> Instrument
location :: FollowAction -> Location
object :: FollowAction -> Object
participant :: FollowAction -> Participant
result :: FollowAction -> Result
startTime :: FollowAction -> StartTime
followee :: FollowAction -> Followee
instance Typeable FollowAction
instance Show FollowAction
instance Read FollowAction
instance Eq FollowAction
instance MetaData FollowAction
module Text.HTML5.MetaData.Schema.JoinAction
-- |
-- - id JoinAction
-- - label Join Action
-- - comment
-- - ancestors
-- Thing,Action,InteractAction
-- - subtypes
-- - supertypes InteractAction
-- - url http://schema.org/JoinAction
--
data JoinAction
JoinAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Event -> JoinAction
additionalType :: JoinAction -> AdditionalType
alternateName :: JoinAction -> AlternateName
description :: JoinAction -> Description
image :: JoinAction -> Image
name :: JoinAction -> Name
sameAs :: JoinAction -> SameAs
url :: JoinAction -> Url
agent :: JoinAction -> Agent
endTime :: JoinAction -> EndTime
instrument :: JoinAction -> Instrument
location :: JoinAction -> Location
object :: JoinAction -> Object
participant :: JoinAction -> Participant
result :: JoinAction -> Result
startTime :: JoinAction -> StartTime
event :: JoinAction -> Event
instance Typeable JoinAction
instance Show JoinAction
instance Read JoinAction
instance Eq JoinAction
instance MetaData JoinAction
module Text.HTML5.MetaData.Schema.LeaveAction
-- |
-- - id LeaveAction
-- - label Leave Action
-- - comment
-- - ancestors
-- Thing,Action,InteractAction
-- - subtypes
-- - supertypes InteractAction
-- - url http://schema.org/LeaveAction
--
data LeaveAction
LeaveAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Event -> LeaveAction
additionalType :: LeaveAction -> AdditionalType
alternateName :: LeaveAction -> AlternateName
description :: LeaveAction -> Description
image :: LeaveAction -> Image
name :: LeaveAction -> Name
sameAs :: LeaveAction -> SameAs
url :: LeaveAction -> Url
agent :: LeaveAction -> Agent
endTime :: LeaveAction -> EndTime
instrument :: LeaveAction -> Instrument
location :: LeaveAction -> Location
object :: LeaveAction -> Object
participant :: LeaveAction -> Participant
result :: LeaveAction -> Result
startTime :: LeaveAction -> StartTime
event :: LeaveAction -> Event
instance Typeable LeaveAction
instance Show LeaveAction
instance Read LeaveAction
instance Eq LeaveAction
instance MetaData LeaveAction
module Text.HTML5.MetaData.Schema.MarryAction
-- |
-- - id MarryAction
-- - label Marry Action
-- - comment
-- - ancestors
-- Thing,Action,InteractAction
-- - subtypes
-- - supertypes InteractAction
-- - url http://schema.org/MarryAction
--
data MarryAction
MarryAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> MarryAction
additionalType :: MarryAction -> AdditionalType
alternateName :: MarryAction -> AlternateName
description :: MarryAction -> Description
image :: MarryAction -> Image
name :: MarryAction -> Name
sameAs :: MarryAction -> SameAs
url :: MarryAction -> Url
agent :: MarryAction -> Agent
endTime :: MarryAction -> EndTime
instrument :: MarryAction -> Instrument
location :: MarryAction -> Location
object :: MarryAction -> Object
participant :: MarryAction -> Participant
result :: MarryAction -> Result
startTime :: MarryAction -> StartTime
instance Typeable MarryAction
instance Show MarryAction
instance Read MarryAction
instance Eq MarryAction
instance MetaData MarryAction
module Text.HTML5.MetaData.Schema.RegisterAction
-- |
data RegisterAction
RegisterAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> RegisterAction
additionalType :: RegisterAction -> AdditionalType
alternateName :: RegisterAction -> AlternateName
description :: RegisterAction -> Description
image :: RegisterAction -> Image
name :: RegisterAction -> Name
sameAs :: RegisterAction -> SameAs
url :: RegisterAction -> Url
agent :: RegisterAction -> Agent
endTime :: RegisterAction -> EndTime
instrument :: RegisterAction -> Instrument
location :: RegisterAction -> Location
object :: RegisterAction -> Object
participant :: RegisterAction -> Participant
result :: RegisterAction -> Result
startTime :: RegisterAction -> StartTime
instance Typeable RegisterAction
instance Show RegisterAction
instance Read RegisterAction
instance Eq RegisterAction
instance MetaData RegisterAction
module Text.HTML5.MetaData.Schema.InteractAction
-- |
-- - id InteractAction
-- - label Interact Action
-- - comment
-- - ancestors
-- Thing,Action
-- - subtypes
-- BefriendAction,CommunicateAction,FollowAction,JoinAction,LeaveAction,MarryAction,RegisterAction,SubscribeAction,UnRegisterAction
-- - supertypes Action
-- - url http://schema.org/InteractAction
--
data InteractAction
InteractAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> InteractAction
additionalType :: InteractAction -> AdditionalType
alternateName :: InteractAction -> AlternateName
description :: InteractAction -> Description
image :: InteractAction -> Image
name :: InteractAction -> Name
sameAs :: InteractAction -> SameAs
url :: InteractAction -> Url
agent :: InteractAction -> Agent
endTime :: InteractAction -> EndTime
instrument :: InteractAction -> Instrument
location :: InteractAction -> Location
object :: InteractAction -> Object
participant :: InteractAction -> Participant
result :: InteractAction -> Result
startTime :: InteractAction -> StartTime
instance Typeable InteractAction
instance Show InteractAction
instance Read InteractAction
instance Eq InteractAction
instance MetaData InteractAction
module Text.HTML5.MetaData.Schema.SubscribeAction
-- |
data SubscribeAction
SubscribeAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> SubscribeAction
additionalType :: SubscribeAction -> AdditionalType
alternateName :: SubscribeAction -> AlternateName
description :: SubscribeAction -> Description
image :: SubscribeAction -> Image
name :: SubscribeAction -> Name
sameAs :: SubscribeAction -> SameAs
url :: SubscribeAction -> Url
agent :: SubscribeAction -> Agent
endTime :: SubscribeAction -> EndTime
instrument :: SubscribeAction -> Instrument
location :: SubscribeAction -> Location
object :: SubscribeAction -> Object
participant :: SubscribeAction -> Participant
result :: SubscribeAction -> Result
startTime :: SubscribeAction -> StartTime
instance Typeable SubscribeAction
instance Show SubscribeAction
instance Read SubscribeAction
instance Eq SubscribeAction
instance MetaData SubscribeAction
module Text.HTML5.MetaData.Schema.JewelryStore
-- |
-- - id JewelryStore
-- - label Jewelry Store
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/JewelryStore
--
data JewelryStore
JewelryStore :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> JewelryStore
additionalType :: JewelryStore -> AdditionalType
alternateName :: JewelryStore -> AlternateName
description :: JewelryStore -> Description
image :: JewelryStore -> Image
name :: JewelryStore -> Name
sameAs :: JewelryStore -> SameAs
url :: JewelryStore -> Url
address :: JewelryStore -> Address
aggregateRating :: JewelryStore -> AggregateRating
containedIn :: JewelryStore -> ContainedIn
event :: JewelryStore -> Event
events :: JewelryStore -> Events
faxNumber :: JewelryStore -> FaxNumber
geo :: JewelryStore -> Geo
globalLocationNumber :: JewelryStore -> GlobalLocationNumber
interactionCount :: JewelryStore -> InteractionCount
isicV4 :: JewelryStore -> IsicV4
logo :: JewelryStore -> Logo
map :: JewelryStore -> Map
maps :: JewelryStore -> Maps
openingHoursSpecification :: JewelryStore -> OpeningHoursSpecification
photo :: JewelryStore -> Photo
photos :: JewelryStore -> Photos
review :: JewelryStore -> Review
reviews :: JewelryStore -> Reviews
telephone :: JewelryStore -> Telephone
brand :: JewelryStore -> Brand
contactPoint :: JewelryStore -> ContactPoint
contactPoints :: JewelryStore -> ContactPoints
department :: JewelryStore -> Department
duns :: JewelryStore -> Duns
email :: JewelryStore -> Email
employee :: JewelryStore -> Employee
employees :: JewelryStore -> Employees
founder :: JewelryStore -> Founder
founders :: JewelryStore -> Founders
foundingDate :: JewelryStore -> FoundingDate
hasPOS :: JewelryStore -> HasPOS
legalName :: JewelryStore -> LegalName
location :: JewelryStore -> Location
makesOffer :: JewelryStore -> MakesOffer
member :: JewelryStore -> Member
members :: JewelryStore -> Members
naics :: JewelryStore -> Naics
owns :: JewelryStore -> Owns
seeks :: JewelryStore -> Seeks
subOrganization :: JewelryStore -> SubOrganization
taxID :: JewelryStore -> TaxID
vatID :: JewelryStore -> VatID
branchOf :: JewelryStore -> BranchOf
currenciesAccepted :: JewelryStore -> CurrenciesAccepted
openingHours :: JewelryStore -> OpeningHours
paymentAccepted :: JewelryStore -> PaymentAccepted
priceRange :: JewelryStore -> PriceRange
instance Typeable JewelryStore
instance Show JewelryStore
instance Read JewelryStore
instance Eq JewelryStore
instance MetaData JewelryStore
module Text.HTML5.MetaData.Schema.Movie
-- |
-- - id Movie
-- - label Movie
-- - comment
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes CreativeWork
-- - url http://schema.org/Movie
--
data Movie
Movie :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> Actor -> Actors -> Director -> Directors -> Duration -> MusicBy -> Producer -> ProductionCompany -> Trailer -> Movie
additionalType :: Movie -> AdditionalType
alternateName :: Movie -> AlternateName
description :: Movie -> Description
image :: Movie -> Image
name :: Movie -> Name
sameAs :: Movie -> SameAs
url :: Movie -> Url
about :: Movie -> About
accessibilityAPI :: Movie -> AccessibilityAPI
accessibilityControl :: Movie -> AccessibilityControl
accessibilityFeature :: Movie -> AccessibilityFeature
accessibilityHazard :: Movie -> AccessibilityHazard
accountablePerson :: Movie -> AccountablePerson
aggregateRating :: Movie -> AggregateRating
alternativeHeadline :: Movie -> AlternativeHeadline
associatedMedia :: Movie -> AssociatedMedia
audience :: Movie -> Audience
audio :: Movie -> Audio
author :: Movie -> Author
award :: Movie -> Award
awards :: Movie -> Awards
citation :: Movie -> Citation
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
educationalAlignment :: Movie -> EducationalAlignment
educationalUse :: Movie -> EducationalUse
encoding :: Movie -> Encoding
encodings :: Movie -> Encodings
genre :: Movie -> Genre
headline :: Movie -> Headline
inLanguage :: Movie -> InLanguage
interactionCount :: Movie -> InteractionCount
interactivityType :: Movie -> InteractivityType
isBasedOnUrl :: Movie -> IsBasedOnUrl
isFamilyFriendly :: Movie -> IsFamilyFriendly
keywords :: Movie -> Keywords
learningResourceType :: Movie -> LearningResourceType
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
timeRequired :: Movie -> TimeRequired
typicalAgeRange :: Movie -> TypicalAgeRange
version :: Movie -> Version
video :: Movie -> Video
actor :: Movie -> Actor
actors :: Movie -> Actors
director :: Movie -> Director
directors :: Movie -> Directors
duration :: Movie -> Duration
musicBy :: Movie -> MusicBy
producer :: Movie -> Producer
productionCompany :: Movie -> ProductionCompany
trailer :: Movie -> Trailer
instance Typeable Movie
instance Show Movie
instance Read Movie
instance Eq Movie
instance MetaData Movie
module Text.HTML5.MetaData.Schema.EatAction
-- |
-- - id EatAction
-- - label Eat Action
-- - comment
-- - ancestors
-- Thing,Action,ConsumeAction
-- - subtypes
-- - supertypes ConsumeAction
-- - url http://schema.org/EatAction
--
data EatAction
EatAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> EatAction
additionalType :: EatAction -> AdditionalType
alternateName :: EatAction -> AlternateName
description :: EatAction -> Description
image :: EatAction -> Image
name :: EatAction -> Name
sameAs :: EatAction -> SameAs
url :: EatAction -> Url
agent :: EatAction -> Agent
endTime :: EatAction -> EndTime
instrument :: EatAction -> Instrument
location :: EatAction -> Location
object :: EatAction -> Object
participant :: EatAction -> Participant
result :: EatAction -> Result
startTime :: EatAction -> StartTime
instance Typeable EatAction
instance Show EatAction
instance Read EatAction
instance Eq EatAction
instance MetaData EatAction
module Text.HTML5.MetaData.Schema.PawnShop
-- |
-- - id PawnShop
-- - label Pawn Shop
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/PawnShop
--
data PawnShop
PawnShop :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> PawnShop
additionalType :: PawnShop -> AdditionalType
alternateName :: PawnShop -> AlternateName
description :: PawnShop -> Description
image :: PawnShop -> Image
name :: PawnShop -> Name
sameAs :: PawnShop -> SameAs
url :: PawnShop -> Url
address :: PawnShop -> Address
aggregateRating :: PawnShop -> AggregateRating
containedIn :: PawnShop -> ContainedIn
event :: PawnShop -> Event
events :: PawnShop -> Events
faxNumber :: PawnShop -> FaxNumber
geo :: PawnShop -> Geo
globalLocationNumber :: PawnShop -> GlobalLocationNumber
interactionCount :: PawnShop -> InteractionCount
isicV4 :: PawnShop -> IsicV4
logo :: PawnShop -> Logo
map :: PawnShop -> Map
maps :: PawnShop -> Maps
openingHoursSpecification :: PawnShop -> OpeningHoursSpecification
photo :: PawnShop -> Photo
photos :: PawnShop -> Photos
review :: PawnShop -> Review
reviews :: PawnShop -> Reviews
telephone :: PawnShop -> Telephone
brand :: PawnShop -> Brand
contactPoint :: PawnShop -> ContactPoint
contactPoints :: PawnShop -> ContactPoints
department :: PawnShop -> Department
duns :: PawnShop -> Duns
email :: PawnShop -> Email
employee :: PawnShop -> Employee
employees :: PawnShop -> Employees
founder :: PawnShop -> Founder
founders :: PawnShop -> Founders
foundingDate :: PawnShop -> FoundingDate
hasPOS :: PawnShop -> HasPOS
legalName :: PawnShop -> LegalName
location :: PawnShop -> Location
makesOffer :: PawnShop -> MakesOffer
member :: PawnShop -> Member
members :: PawnShop -> Members
naics :: PawnShop -> Naics
owns :: PawnShop -> Owns
seeks :: PawnShop -> Seeks
subOrganization :: PawnShop -> SubOrganization
taxID :: PawnShop -> TaxID
vatID :: PawnShop -> VatID
branchOf :: PawnShop -> BranchOf
currenciesAccepted :: PawnShop -> CurrenciesAccepted
openingHours :: PawnShop -> OpeningHours
paymentAccepted :: PawnShop -> PaymentAccepted
priceRange :: PawnShop -> PriceRange
instance Typeable PawnShop
instance Show PawnShop
instance Read PawnShop
instance Eq PawnShop
instance MetaData PawnShop
module Text.HTML5.MetaData.Schema.ElementarySchool
-- |
-- - id ElementarySchool
-- - label Elementary School
-- - comment
-- - ancestors
-- Thing,Organization,EducationalOrganization
-- - subtypes
-- - supertypes
-- EducationalOrganization
-- - url http://schema.org/ElementarySchool
--
data ElementarySchool
ElementarySchool :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Event -> Events -> FaxNumber -> Founder -> Founders -> FoundingDate -> GlobalLocationNumber -> HasPOS -> InteractionCount -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> Members -> Naics -> Owns -> Review -> Reviews -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> Alumni -> ElementarySchool
additionalType :: ElementarySchool -> AdditionalType
alternateName :: ElementarySchool -> AlternateName
description :: ElementarySchool -> Description
image :: ElementarySchool -> Image
name :: ElementarySchool -> Name
sameAs :: ElementarySchool -> SameAs
url :: ElementarySchool -> Url
address :: ElementarySchool -> Address
aggregateRating :: ElementarySchool -> AggregateRating
brand :: ElementarySchool -> Brand
contactPoint :: ElementarySchool -> ContactPoint
contactPoints :: ElementarySchool -> ContactPoints
department :: ElementarySchool -> Department
duns :: ElementarySchool -> Duns
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
globalLocationNumber :: ElementarySchool -> GlobalLocationNumber
hasPOS :: ElementarySchool -> HasPOS
interactionCount :: ElementarySchool -> InteractionCount
isicV4 :: ElementarySchool -> IsicV4
legalName :: ElementarySchool -> LegalName
location :: ElementarySchool -> Location
logo :: ElementarySchool -> Logo
makesOffer :: ElementarySchool -> MakesOffer
member :: ElementarySchool -> Member
members :: ElementarySchool -> Members
naics :: ElementarySchool -> Naics
owns :: ElementarySchool -> Owns
review :: ElementarySchool -> Review
reviews :: ElementarySchool -> Reviews
seeks :: ElementarySchool -> Seeks
subOrganization :: ElementarySchool -> SubOrganization
taxID :: ElementarySchool -> TaxID
telephone :: ElementarySchool -> Telephone
vatID :: ElementarySchool -> VatID
alumni :: ElementarySchool -> Alumni
instance Typeable ElementarySchool
instance Show ElementarySchool
instance Read ElementarySchool
instance Eq ElementarySchool
instance MetaData ElementarySchool
module Text.HTML5.MetaData.Schema.AgreeAction
-- |
-- - id AgreeAction
-- - label Agree Action
-- - comment
-- - ancestors
-- Thing,Action,AssessAction,ReactAction
-- - subtypes
-- - supertypes ReactAction
-- - url http://schema.org/AgreeAction
--
data AgreeAction
AgreeAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> AgreeAction
additionalType :: AgreeAction -> AdditionalType
alternateName :: AgreeAction -> AlternateName
description :: AgreeAction -> Description
image :: AgreeAction -> Image
name :: AgreeAction -> Name
sameAs :: AgreeAction -> SameAs
url :: AgreeAction -> Url
agent :: AgreeAction -> Agent
endTime :: AgreeAction -> EndTime
instrument :: AgreeAction -> Instrument
location :: AgreeAction -> Location
object :: AgreeAction -> Object
participant :: AgreeAction -> Participant
result :: AgreeAction -> Result
startTime :: AgreeAction -> StartTime
instance Typeable AgreeAction
instance Show AgreeAction
instance Read AgreeAction
instance Eq AgreeAction
instance MetaData AgreeAction
module Text.HTML5.MetaData.Schema.AccountingService
-- |
-- - id AccountingService
-- - label Accounting Service
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,FinancialService
-- - subtypes
-- - supertypes
-- ProfessionalService,FinancialService
-- - url
-- http://schema.org/AccountingService
--
data AccountingService
AccountingService :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AccountingService
additionalType :: AccountingService -> AdditionalType
alternateName :: AccountingService -> AlternateName
description :: AccountingService -> Description
image :: AccountingService -> Image
name :: AccountingService -> Name
sameAs :: AccountingService -> SameAs
url :: AccountingService -> Url
address :: AccountingService -> Address
aggregateRating :: AccountingService -> AggregateRating
containedIn :: AccountingService -> ContainedIn
event :: AccountingService -> Event
events :: AccountingService -> Events
faxNumber :: AccountingService -> FaxNumber
geo :: AccountingService -> Geo
globalLocationNumber :: AccountingService -> GlobalLocationNumber
interactionCount :: AccountingService -> InteractionCount
isicV4 :: AccountingService -> IsicV4
logo :: AccountingService -> Logo
map :: AccountingService -> Map
maps :: AccountingService -> Maps
openingHoursSpecification :: AccountingService -> OpeningHoursSpecification
photo :: AccountingService -> Photo
photos :: AccountingService -> Photos
review :: AccountingService -> Review
reviews :: AccountingService -> Reviews
telephone :: AccountingService -> Telephone
brand :: AccountingService -> Brand
contactPoint :: AccountingService -> ContactPoint
contactPoints :: AccountingService -> ContactPoints
department :: AccountingService -> Department
duns :: AccountingService -> Duns
email :: AccountingService -> Email
employee :: AccountingService -> Employee
employees :: AccountingService -> Employees
founder :: AccountingService -> Founder
founders :: AccountingService -> Founders
foundingDate :: AccountingService -> FoundingDate
hasPOS :: AccountingService -> HasPOS
legalName :: AccountingService -> LegalName
location :: AccountingService -> Location
makesOffer :: AccountingService -> MakesOffer
member :: AccountingService -> Member
members :: AccountingService -> Members
naics :: AccountingService -> Naics
owns :: AccountingService -> Owns
seeks :: AccountingService -> Seeks
subOrganization :: AccountingService -> SubOrganization
taxID :: AccountingService -> TaxID
vatID :: AccountingService -> VatID
branchOf :: AccountingService -> BranchOf
currenciesAccepted :: AccountingService -> CurrenciesAccepted
openingHours :: AccountingService -> OpeningHours
paymentAccepted :: AccountingService -> PaymentAccepted
priceRange :: AccountingService -> PriceRange
instance Typeable AccountingService
instance Show AccountingService
instance Read AccountingService
instance Eq AccountingService
instance MetaData AccountingService
module Text.HTML5.MetaData.Schema.LockerDelivery
-- |
data LockerDelivery
LockerDelivery :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> LockerDelivery
additionalType :: LockerDelivery -> AdditionalType
alternateName :: LockerDelivery -> AlternateName
description :: LockerDelivery -> Description
image :: LockerDelivery -> Image
name :: LockerDelivery -> Name
sameAs :: LockerDelivery -> SameAs
url :: LockerDelivery -> Url
instance Typeable LockerDelivery
instance Show LockerDelivery
instance Read LockerDelivery
instance Eq LockerDelivery
instance MetaData LockerDelivery
module Text.HTML5.MetaData.Schema.OnSitePickup
-- |
data OnSitePickup
OnSitePickup :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> OnSitePickup
additionalType :: OnSitePickup -> AdditionalType
alternateName :: OnSitePickup -> AlternateName
description :: OnSitePickup -> Description
image :: OnSitePickup -> Image
name :: OnSitePickup -> Name
sameAs :: OnSitePickup -> SameAs
url :: OnSitePickup -> Url
instance Typeable OnSitePickup
instance Show OnSitePickup
instance Read OnSitePickup
instance Eq OnSitePickup
instance MetaData OnSitePickup
module Text.HTML5.MetaData.Schema.DeliveryMethod
-- |
-- - id DeliveryMethod
-- - label Delivery Method
-- - comment
-- - ancestors
-- Thing,Intangible,Enumeration
-- - subtypes
-- LockerDelivery,OnSitePickup,ParcelService
-- - supertypes Enumeration
-- - url http://schema.org/DeliveryMethod
--
data DeliveryMethod
DeliveryMethod :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> DeliveryMethod
additionalType :: DeliveryMethod -> AdditionalType
alternateName :: DeliveryMethod -> AlternateName
description :: DeliveryMethod -> Description
image :: DeliveryMethod -> Image
name :: DeliveryMethod -> Name
sameAs :: DeliveryMethod -> SameAs
url :: DeliveryMethod -> Url
instance Typeable DeliveryMethod
instance Show DeliveryMethod
instance Read DeliveryMethod
instance Eq DeliveryMethod
instance MetaData DeliveryMethod
module Text.HTML5.MetaData.Schema.ParcelService
-- |
data ParcelService
ParcelService :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> ParcelService
additionalType :: ParcelService -> AdditionalType
alternateName :: ParcelService -> AlternateName
description :: ParcelService -> Description
image :: ParcelService -> Image
name :: ParcelService -> Name
sameAs :: ParcelService -> SameAs
url :: ParcelService -> Url
instance Typeable ParcelService
instance Show ParcelService
instance Read ParcelService
instance Eq ParcelService
instance MetaData ParcelService
module Text.HTML5.MetaData.Schema.Thing
-- |
-- - id Thing
-- - label Thing
-- - comment
-- - ancestors
-- - subtypes
-- Action,BroadcastService,Class,CreativeWork,Event,Intangible,MedicalEntity,Organization,Person,Place,Product,Property
-- - supertypes
-- - url http://schema.org/Thing
--
data Thing
Thing :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Thing
additionalType :: Thing -> AdditionalType
alternateName :: Thing -> AlternateName
description :: Thing -> Description
image :: Thing -> Image
name :: Thing -> Name
sameAs :: Thing -> SameAs
url :: Thing -> Url
instance Typeable Thing
instance Show Thing
instance Read Thing
instance Eq Thing
instance MetaData Thing
module Text.HTML5.MetaData.Schema.Property
-- |
-- - id Property
-- - label Property
-- - comment
-- - ancestors Thing
-- - subtypes
-- - supertypes Thing
-- - url http://schema.org/Property
--
data Property
Property :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> DomainIncludes -> RangeIncludes -> Property
additionalType :: Property -> AdditionalType
alternateName :: Property -> AlternateName
description :: Property -> Description
image :: Property -> Image
name :: Property -> Name
sameAs :: Property -> SameAs
url :: Property -> Url
domainIncludes :: Property -> DomainIncludes
rangeIncludes :: Property -> RangeIncludes
instance Typeable Property
instance Show Property
instance Read Property
instance Eq Property
instance MetaData Property
module Text.HTML5.MetaData.Schema.ChooseAction
-- |
-- - id ChooseAction
-- - label Choose Action
-- - comment
-- - ancestors
-- Thing,Action,AssessAction
-- - subtypes VoteAction
-- - supertypes AssessAction
-- - url http://schema.org/ChooseAction
--
data ChooseAction
ChooseAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Option -> ChooseAction
additionalType :: ChooseAction -> AdditionalType
alternateName :: ChooseAction -> AlternateName
description :: ChooseAction -> Description
image :: ChooseAction -> Image
name :: ChooseAction -> Name
sameAs :: ChooseAction -> SameAs
url :: ChooseAction -> Url
agent :: ChooseAction -> Agent
endTime :: ChooseAction -> EndTime
instrument :: ChooseAction -> Instrument
location :: ChooseAction -> Location
object :: ChooseAction -> Object
participant :: ChooseAction -> Participant
result :: ChooseAction -> Result
startTime :: ChooseAction -> StartTime
option :: ChooseAction -> Option
instance Typeable ChooseAction
instance Show ChooseAction
instance Read ChooseAction
instance Eq ChooseAction
instance MetaData ChooseAction
module Text.HTML5.MetaData.Schema.VoteAction
-- |
-- - id VoteAction
-- - label Vote Action
-- - comment
-- - ancestors
-- Thing,Action,AssessAction,ChooseAction
-- - subtypes
-- - supertypes ChooseAction
-- - url http://schema.org/VoteAction
--
data VoteAction
VoteAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Option -> Candidate -> VoteAction
additionalType :: VoteAction -> AdditionalType
alternateName :: VoteAction -> AlternateName
description :: VoteAction -> Description
image :: VoteAction -> Image
name :: VoteAction -> Name
sameAs :: VoteAction -> SameAs
url :: VoteAction -> Url
agent :: VoteAction -> Agent
endTime :: VoteAction -> EndTime
instrument :: VoteAction -> Instrument
location :: VoteAction -> Location
object :: VoteAction -> Object
participant :: VoteAction -> Participant
result :: VoteAction -> Result
startTime :: VoteAction -> StartTime
option :: VoteAction -> Option
candidate :: VoteAction -> Candidate
instance Typeable VoteAction
instance Show VoteAction
instance Read VoteAction
instance Eq VoteAction
instance MetaData VoteAction
module Text.HTML5.MetaData.Schema.Ligament
-- |
-- - id Ligament
-- - label Ligament
-- - comment
-- - ancestors
-- Thing,MedicalEntity,AnatomicalStructure
-- - subtypes
-- - supertypes
-- AnatomicalStructure
-- - url http://schema.org/Ligament
--
data Ligament
Ligament :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AssociatedPathophysiology -> BodyLocation -> ConnectedTo -> Diagram -> Function -> PartOfSystem -> RelatedCondition -> RelatedTherapy -> SubStructure -> Ligament
additionalType :: Ligament -> AdditionalType
alternateName :: Ligament -> AlternateName
description :: Ligament -> Description
image :: Ligament -> Image
name :: Ligament -> Name
sameAs :: Ligament -> SameAs
url :: Ligament -> Url
code :: Ligament -> Code
guideline :: Ligament -> Guideline
medicineSystem :: Ligament -> MedicineSystem
recognizingAuthority :: Ligament -> RecognizingAuthority
relevantSpecialty :: Ligament -> RelevantSpecialty
study :: Ligament -> Study
associatedPathophysiology :: Ligament -> AssociatedPathophysiology
bodyLocation :: Ligament -> BodyLocation
connectedTo :: Ligament -> ConnectedTo
diagram :: Ligament -> Diagram
function :: Ligament -> Function
partOfSystem :: Ligament -> PartOfSystem
relatedCondition :: Ligament -> RelatedCondition
relatedTherapy :: Ligament -> RelatedTherapy
subStructure :: Ligament -> SubStructure
instance Typeable Ligament
instance Show Ligament
instance Read Ligament
instance Eq Ligament
instance MetaData Ligament
module Text.HTML5.MetaData.Schema.SkiResort
-- |
data SkiResort
SkiResort :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> SkiResort
additionalType :: SkiResort -> AdditionalType
alternateName :: SkiResort -> AlternateName
description :: SkiResort -> Description
image :: SkiResort -> Image
name :: SkiResort -> Name
sameAs :: SkiResort -> SameAs
url :: SkiResort -> Url
address :: SkiResort -> Address
aggregateRating :: SkiResort -> AggregateRating
containedIn :: SkiResort -> ContainedIn
event :: SkiResort -> Event
events :: SkiResort -> Events
faxNumber :: SkiResort -> FaxNumber
geo :: SkiResort -> Geo
globalLocationNumber :: SkiResort -> GlobalLocationNumber
interactionCount :: SkiResort -> InteractionCount
isicV4 :: SkiResort -> IsicV4
logo :: SkiResort -> Logo
map :: SkiResort -> Map
maps :: SkiResort -> Maps
openingHoursSpecification :: SkiResort -> OpeningHoursSpecification
photo :: SkiResort -> Photo
photos :: SkiResort -> Photos
review :: SkiResort -> Review
reviews :: SkiResort -> Reviews
telephone :: SkiResort -> Telephone
brand :: SkiResort -> Brand
contactPoint :: SkiResort -> ContactPoint
contactPoints :: SkiResort -> ContactPoints
department :: SkiResort -> Department
duns :: SkiResort -> Duns
email :: SkiResort -> Email
employee :: SkiResort -> Employee
employees :: SkiResort -> Employees
founder :: SkiResort -> Founder
founders :: SkiResort -> Founders
foundingDate :: SkiResort -> FoundingDate
hasPOS :: SkiResort -> HasPOS
legalName :: SkiResort -> LegalName
location :: SkiResort -> Location
makesOffer :: SkiResort -> MakesOffer
member :: SkiResort -> Member
members :: SkiResort -> Members
naics :: SkiResort -> Naics
owns :: SkiResort -> Owns
seeks :: SkiResort -> Seeks
subOrganization :: SkiResort -> SubOrganization
taxID :: SkiResort -> TaxID
vatID :: SkiResort -> VatID
branchOf :: SkiResort -> BranchOf
currenciesAccepted :: SkiResort -> CurrenciesAccepted
openingHours :: SkiResort -> OpeningHours
paymentAccepted :: SkiResort -> PaymentAccepted
priceRange :: SkiResort -> PriceRange
instance Typeable SkiResort
instance Show SkiResort
instance Read SkiResort
instance Eq SkiResort
instance MetaData SkiResort
module Text.HTML5.MetaData.Schema.BlogPosting
-- |
-- - id BlogPosting
-- - label Blog Posting
-- - comment
-- - ancestors
-- Thing,CreativeWork,Article
-- - subtypes
-- - supertypes Article
-- - url http://schema.org/BlogPosting
--
data BlogPosting
BlogPosting :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> ArticleBody -> ArticleSection -> WordCount -> BlogPosting
additionalType :: BlogPosting -> AdditionalType
alternateName :: BlogPosting -> AlternateName
description :: BlogPosting -> Description
image :: BlogPosting -> Image
name :: BlogPosting -> Name
sameAs :: BlogPosting -> SameAs
url :: BlogPosting -> Url
about :: BlogPosting -> About
accessibilityAPI :: BlogPosting -> AccessibilityAPI
accessibilityControl :: BlogPosting -> AccessibilityControl
accessibilityFeature :: BlogPosting -> AccessibilityFeature
accessibilityHazard :: BlogPosting -> AccessibilityHazard
accountablePerson :: BlogPosting -> AccountablePerson
aggregateRating :: BlogPosting -> AggregateRating
alternativeHeadline :: BlogPosting -> AlternativeHeadline
associatedMedia :: BlogPosting -> AssociatedMedia
audience :: BlogPosting -> Audience
audio :: BlogPosting -> Audio
author :: BlogPosting -> Author
award :: BlogPosting -> Award
awards :: BlogPosting -> Awards
citation :: BlogPosting -> Citation
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
educationalAlignment :: BlogPosting -> EducationalAlignment
educationalUse :: BlogPosting -> EducationalUse
encoding :: BlogPosting -> Encoding
encodings :: BlogPosting -> Encodings
genre :: BlogPosting -> Genre
headline :: BlogPosting -> Headline
inLanguage :: BlogPosting -> InLanguage
interactionCount :: BlogPosting -> InteractionCount
interactivityType :: BlogPosting -> InteractivityType
isBasedOnUrl :: BlogPosting -> IsBasedOnUrl
isFamilyFriendly :: BlogPosting -> IsFamilyFriendly
keywords :: BlogPosting -> Keywords
learningResourceType :: BlogPosting -> LearningResourceType
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
timeRequired :: BlogPosting -> TimeRequired
typicalAgeRange :: BlogPosting -> TypicalAgeRange
version :: BlogPosting -> Version
video :: BlogPosting -> Video
articleBody :: BlogPosting -> ArticleBody
articleSection :: BlogPosting -> ArticleSection
wordCount :: BlogPosting -> WordCount
instance Typeable BlogPosting
instance Show BlogPosting
instance Read BlogPosting
instance Eq BlogPosting
instance MetaData BlogPosting
module Text.HTML5.MetaData.Schema.NewsArticle
-- |
-- - id NewsArticle
-- - label News Article
-- - comment
-- - ancestors
-- Thing,CreativeWork,Article
-- - subtypes
-- - supertypes Article
-- - url http://schema.org/NewsArticle
--
data NewsArticle
NewsArticle :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> ArticleBody -> ArticleSection -> WordCount -> Dateline -> PrintColumn -> PrintEdition -> PrintPage -> PrintSection -> NewsArticle
additionalType :: NewsArticle -> AdditionalType
alternateName :: NewsArticle -> AlternateName
description :: NewsArticle -> Description
image :: NewsArticle -> Image
name :: NewsArticle -> Name
sameAs :: NewsArticle -> SameAs
url :: NewsArticle -> Url
about :: NewsArticle -> About
accessibilityAPI :: NewsArticle -> AccessibilityAPI
accessibilityControl :: NewsArticle -> AccessibilityControl
accessibilityFeature :: NewsArticle -> AccessibilityFeature
accessibilityHazard :: NewsArticle -> AccessibilityHazard
accountablePerson :: NewsArticle -> AccountablePerson
aggregateRating :: NewsArticle -> AggregateRating
alternativeHeadline :: NewsArticle -> AlternativeHeadline
associatedMedia :: NewsArticle -> AssociatedMedia
audience :: NewsArticle -> Audience
audio :: NewsArticle -> Audio
author :: NewsArticle -> Author
award :: NewsArticle -> Award
awards :: NewsArticle -> Awards
citation :: NewsArticle -> Citation
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
educationalAlignment :: NewsArticle -> EducationalAlignment
educationalUse :: NewsArticle -> EducationalUse
encoding :: NewsArticle -> Encoding
encodings :: NewsArticle -> Encodings
genre :: NewsArticle -> Genre
headline :: NewsArticle -> Headline
inLanguage :: NewsArticle -> InLanguage
interactionCount :: NewsArticle -> InteractionCount
interactivityType :: NewsArticle -> InteractivityType
isBasedOnUrl :: NewsArticle -> IsBasedOnUrl
isFamilyFriendly :: NewsArticle -> IsFamilyFriendly
keywords :: NewsArticle -> Keywords
learningResourceType :: NewsArticle -> LearningResourceType
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
timeRequired :: NewsArticle -> TimeRequired
typicalAgeRange :: NewsArticle -> TypicalAgeRange
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 Typeable NewsArticle
instance Show NewsArticle
instance Read NewsArticle
instance Eq NewsArticle
instance MetaData NewsArticle
module Text.HTML5.MetaData.Schema.APIReference
-- |
-- - id APIReference
-- - label API Reference
-- - comment
-- - ancestors
-- Thing,CreativeWork,Article,TechArticle
-- - subtypes
-- - supertypes TechArticle
-- - url http://schema.org/APIReference
--
data APIReference
APIReference :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> ArticleBody -> ArticleSection -> WordCount -> Dependencies -> ProficiencyLevel -> Assembly -> AssemblyVersion -> ProgrammingModel -> TargetPlatform -> APIReference
additionalType :: APIReference -> AdditionalType
alternateName :: APIReference -> AlternateName
description :: APIReference -> Description
image :: APIReference -> Image
name :: APIReference -> Name
sameAs :: APIReference -> SameAs
url :: APIReference -> Url
about :: APIReference -> About
accessibilityAPI :: APIReference -> AccessibilityAPI
accessibilityControl :: APIReference -> AccessibilityControl
accessibilityFeature :: APIReference -> AccessibilityFeature
accessibilityHazard :: APIReference -> AccessibilityHazard
accountablePerson :: APIReference -> AccountablePerson
aggregateRating :: APIReference -> AggregateRating
alternativeHeadline :: APIReference -> AlternativeHeadline
associatedMedia :: APIReference -> AssociatedMedia
audience :: APIReference -> Audience
audio :: APIReference -> Audio
author :: APIReference -> Author
award :: APIReference -> Award
awards :: APIReference -> Awards
citation :: APIReference -> Citation
comment :: APIReference -> Comment
contentLocation :: APIReference -> ContentLocation
contentRating :: APIReference -> ContentRating
contributor :: APIReference -> Contributor
copyrightHolder :: APIReference -> CopyrightHolder
copyrightYear :: APIReference -> CopyrightYear
creator :: APIReference -> Creator
dateCreated :: APIReference -> DateCreated
dateModified :: APIReference -> DateModified
datePublished :: APIReference -> DatePublished
discussionUrl :: APIReference -> DiscussionUrl
editor :: APIReference -> Editor
educationalAlignment :: APIReference -> EducationalAlignment
educationalUse :: APIReference -> EducationalUse
encoding :: APIReference -> Encoding
encodings :: APIReference -> Encodings
genre :: APIReference -> Genre
headline :: APIReference -> Headline
inLanguage :: APIReference -> InLanguage
interactionCount :: APIReference -> InteractionCount
interactivityType :: APIReference -> InteractivityType
isBasedOnUrl :: APIReference -> IsBasedOnUrl
isFamilyFriendly :: APIReference -> IsFamilyFriendly
keywords :: APIReference -> Keywords
learningResourceType :: APIReference -> LearningResourceType
mentions :: APIReference -> Mentions
offers :: APIReference -> Offers
provider :: APIReference -> Provider
publisher :: APIReference -> Publisher
publishingPrinciples :: APIReference -> PublishingPrinciples
review :: APIReference -> Review
reviews :: APIReference -> Reviews
sourceOrganization :: APIReference -> SourceOrganization
text :: APIReference -> Text
thumbnailUrl :: APIReference -> ThumbnailUrl
timeRequired :: APIReference -> TimeRequired
typicalAgeRange :: APIReference -> TypicalAgeRange
version :: APIReference -> Version
video :: APIReference -> Video
articleBody :: APIReference -> ArticleBody
articleSection :: APIReference -> ArticleSection
wordCount :: APIReference -> WordCount
dependencies :: APIReference -> Dependencies
proficiencyLevel :: APIReference -> ProficiencyLevel
assembly :: APIReference -> Assembly
assemblyVersion :: APIReference -> AssemblyVersion
programmingModel :: APIReference -> ProgrammingModel
targetPlatform :: APIReference -> TargetPlatform
instance Typeable APIReference
instance Show APIReference
instance Read APIReference
instance Eq APIReference
instance MetaData APIReference
module Text.HTML5.MetaData.Schema.TechArticle
-- |
-- - id TechArticle
-- - label Tech Article
-- - comment
-- - ancestors
-- Thing,CreativeWork,Article
-- - subtypes APIReference
-- - supertypes Article
-- - url http://schema.org/TechArticle
--
data TechArticle
TechArticle :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> ArticleBody -> ArticleSection -> WordCount -> Dependencies -> ProficiencyLevel -> TechArticle
additionalType :: TechArticle -> AdditionalType
alternateName :: TechArticle -> AlternateName
description :: TechArticle -> Description
image :: TechArticle -> Image
name :: TechArticle -> Name
sameAs :: TechArticle -> SameAs
url :: TechArticle -> Url
about :: TechArticle -> About
accessibilityAPI :: TechArticle -> AccessibilityAPI
accessibilityControl :: TechArticle -> AccessibilityControl
accessibilityFeature :: TechArticle -> AccessibilityFeature
accessibilityHazard :: TechArticle -> AccessibilityHazard
accountablePerson :: TechArticle -> AccountablePerson
aggregateRating :: TechArticle -> AggregateRating
alternativeHeadline :: TechArticle -> AlternativeHeadline
associatedMedia :: TechArticle -> AssociatedMedia
audience :: TechArticle -> Audience
audio :: TechArticle -> Audio
author :: TechArticle -> Author
award :: TechArticle -> Award
awards :: TechArticle -> Awards
citation :: TechArticle -> Citation
comment :: TechArticle -> Comment
contentLocation :: TechArticle -> ContentLocation
contentRating :: TechArticle -> ContentRating
contributor :: TechArticle -> Contributor
copyrightHolder :: TechArticle -> CopyrightHolder
copyrightYear :: TechArticle -> CopyrightYear
creator :: TechArticle -> Creator
dateCreated :: TechArticle -> DateCreated
dateModified :: TechArticle -> DateModified
datePublished :: TechArticle -> DatePublished
discussionUrl :: TechArticle -> DiscussionUrl
editor :: TechArticle -> Editor
educationalAlignment :: TechArticle -> EducationalAlignment
educationalUse :: TechArticle -> EducationalUse
encoding :: TechArticle -> Encoding
encodings :: TechArticle -> Encodings
genre :: TechArticle -> Genre
headline :: TechArticle -> Headline
inLanguage :: TechArticle -> InLanguage
interactionCount :: TechArticle -> InteractionCount
interactivityType :: TechArticle -> InteractivityType
isBasedOnUrl :: TechArticle -> IsBasedOnUrl
isFamilyFriendly :: TechArticle -> IsFamilyFriendly
keywords :: TechArticle -> Keywords
learningResourceType :: TechArticle -> LearningResourceType
mentions :: TechArticle -> Mentions
offers :: TechArticle -> Offers
provider :: TechArticle -> Provider
publisher :: TechArticle -> Publisher
publishingPrinciples :: TechArticle -> PublishingPrinciples
review :: TechArticle -> Review
reviews :: TechArticle -> Reviews
sourceOrganization :: TechArticle -> SourceOrganization
text :: TechArticle -> Text
thumbnailUrl :: TechArticle -> ThumbnailUrl
timeRequired :: TechArticle -> TimeRequired
typicalAgeRange :: TechArticle -> TypicalAgeRange
version :: TechArticle -> Version
video :: TechArticle -> Video
articleBody :: TechArticle -> ArticleBody
articleSection :: TechArticle -> ArticleSection
wordCount :: TechArticle -> WordCount
dependencies :: TechArticle -> Dependencies
proficiencyLevel :: TechArticle -> ProficiencyLevel
instance Typeable TechArticle
instance Show TechArticle
instance Read TechArticle
instance Eq TechArticle
instance MetaData TechArticle
module Text.HTML5.MetaData.Schema.MedicalCondition
-- |
-- - id MedicalCondition
-- - label Medical Condition
-- - comment
-- - ancestors
-- Thing,MedicalEntity
-- - subtypes InfectiousDisease
-- - supertypes MedicalEntity
-- - url http://schema.org/MedicalCondition
--
data MedicalCondition
MedicalCondition :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AssociatedAnatomy -> Cause -> DifferentialDiagnosis -> Epidemiology -> ExpectedPrognosis -> NaturalProgression -> Pathophysiology -> PossibleComplication -> PossibleTreatment -> PrimaryPrevention -> RiskFactor -> SecondaryPrevention -> SignOrSymptom -> Stage -> Subtype -> TypicalTest -> MedicalCondition
additionalType :: MedicalCondition -> AdditionalType
alternateName :: MedicalCondition -> AlternateName
description :: MedicalCondition -> Description
image :: MedicalCondition -> Image
name :: MedicalCondition -> Name
sameAs :: MedicalCondition -> SameAs
url :: MedicalCondition -> Url
code :: MedicalCondition -> Code
guideline :: MedicalCondition -> Guideline
medicineSystem :: MedicalCondition -> MedicineSystem
recognizingAuthority :: MedicalCondition -> RecognizingAuthority
relevantSpecialty :: MedicalCondition -> RelevantSpecialty
study :: MedicalCondition -> Study
associatedAnatomy :: MedicalCondition -> AssociatedAnatomy
cause :: MedicalCondition -> Cause
differentialDiagnosis :: MedicalCondition -> DifferentialDiagnosis
epidemiology :: MedicalCondition -> Epidemiology
expectedPrognosis :: MedicalCondition -> ExpectedPrognosis
naturalProgression :: MedicalCondition -> NaturalProgression
pathophysiology :: MedicalCondition -> Pathophysiology
possibleComplication :: MedicalCondition -> PossibleComplication
possibleTreatment :: MedicalCondition -> PossibleTreatment
primaryPrevention :: MedicalCondition -> PrimaryPrevention
riskFactor :: MedicalCondition -> RiskFactor
secondaryPrevention :: MedicalCondition -> SecondaryPrevention
signOrSymptom :: MedicalCondition -> SignOrSymptom
stage :: MedicalCondition -> Stage
subtype :: MedicalCondition -> Subtype
typicalTest :: MedicalCondition -> TypicalTest
instance Typeable MedicalCondition
instance Show MedicalCondition
instance Read MedicalCondition
instance Eq MedicalCondition
instance MetaData MedicalCondition
module Text.HTML5.MetaData.Schema.InfectiousDisease
-- |
-- - id InfectiousDisease
-- - label Infectious Disease
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalCondition
-- - subtypes
-- - supertypes MedicalCondition
-- - url
-- http://schema.org/InfectiousDisease
--
data InfectiousDisease
InfectiousDisease :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AssociatedAnatomy -> Cause -> DifferentialDiagnosis -> Epidemiology -> ExpectedPrognosis -> NaturalProgression -> Pathophysiology -> PossibleComplication -> PossibleTreatment -> PrimaryPrevention -> RiskFactor -> SecondaryPrevention -> SignOrSymptom -> Stage -> Subtype -> TypicalTest -> InfectiousAgent -> InfectiousAgentClass -> TransmissionMethod -> InfectiousDisease
additionalType :: InfectiousDisease -> AdditionalType
alternateName :: InfectiousDisease -> AlternateName
description :: InfectiousDisease -> Description
image :: InfectiousDisease -> Image
name :: InfectiousDisease -> Name
sameAs :: InfectiousDisease -> SameAs
url :: InfectiousDisease -> Url
code :: InfectiousDisease -> Code
guideline :: InfectiousDisease -> Guideline
medicineSystem :: InfectiousDisease -> MedicineSystem
recognizingAuthority :: InfectiousDisease -> RecognizingAuthority
relevantSpecialty :: InfectiousDisease -> RelevantSpecialty
study :: InfectiousDisease -> Study
associatedAnatomy :: InfectiousDisease -> AssociatedAnatomy
cause :: InfectiousDisease -> Cause
differentialDiagnosis :: InfectiousDisease -> DifferentialDiagnosis
epidemiology :: InfectiousDisease -> Epidemiology
expectedPrognosis :: InfectiousDisease -> ExpectedPrognosis
naturalProgression :: InfectiousDisease -> NaturalProgression
pathophysiology :: InfectiousDisease -> Pathophysiology
possibleComplication :: InfectiousDisease -> PossibleComplication
possibleTreatment :: InfectiousDisease -> PossibleTreatment
primaryPrevention :: InfectiousDisease -> PrimaryPrevention
riskFactor :: InfectiousDisease -> RiskFactor
secondaryPrevention :: InfectiousDisease -> SecondaryPrevention
signOrSymptom :: InfectiousDisease -> SignOrSymptom
stage :: InfectiousDisease -> Stage
subtype :: InfectiousDisease -> Subtype
typicalTest :: InfectiousDisease -> TypicalTest
infectiousAgent :: InfectiousDisease -> InfectiousAgent
infectiousAgentClass :: InfectiousDisease -> InfectiousAgentClass
transmissionMethod :: InfectiousDisease -> TransmissionMethod
instance Typeable InfectiousDisease
instance Show InfectiousDisease
instance Read InfectiousDisease
instance Eq InfectiousDisease
instance MetaData InfectiousDisease
module Text.HTML5.MetaData.Schema.PoliceStation
-- |
-- - id PoliceStation
-- - label Police Station
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes
-- CivicStructure,EmergencyService
-- - url http://schema.org/PoliceStation
--
data PoliceStation
PoliceStation :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> PoliceStation
additionalType :: PoliceStation -> AdditionalType
alternateName :: PoliceStation -> AlternateName
description :: PoliceStation -> Description
image :: PoliceStation -> Image
name :: PoliceStation -> Name
sameAs :: PoliceStation -> SameAs
url :: PoliceStation -> Url
address :: PoliceStation -> Address
aggregateRating :: PoliceStation -> AggregateRating
containedIn :: PoliceStation -> ContainedIn
event :: PoliceStation -> Event
events :: PoliceStation -> Events
faxNumber :: PoliceStation -> FaxNumber
geo :: PoliceStation -> Geo
globalLocationNumber :: PoliceStation -> GlobalLocationNumber
interactionCount :: PoliceStation -> InteractionCount
isicV4 :: PoliceStation -> IsicV4
logo :: PoliceStation -> Logo
map :: PoliceStation -> Map
maps :: PoliceStation -> Maps
openingHoursSpecification :: PoliceStation -> OpeningHoursSpecification
photo :: PoliceStation -> Photo
photos :: PoliceStation -> Photos
review :: PoliceStation -> Review
reviews :: PoliceStation -> Reviews
telephone :: PoliceStation -> Telephone
brand :: PoliceStation -> Brand
contactPoint :: PoliceStation -> ContactPoint
contactPoints :: PoliceStation -> ContactPoints
department :: PoliceStation -> Department
duns :: PoliceStation -> Duns
email :: PoliceStation -> Email
employee :: PoliceStation -> Employee
employees :: PoliceStation -> Employees
founder :: PoliceStation -> Founder
founders :: PoliceStation -> Founders
foundingDate :: PoliceStation -> FoundingDate
hasPOS :: PoliceStation -> HasPOS
legalName :: PoliceStation -> LegalName
location :: PoliceStation -> Location
makesOffer :: PoliceStation -> MakesOffer
member :: PoliceStation -> Member
members :: PoliceStation -> Members
naics :: PoliceStation -> Naics
owns :: PoliceStation -> Owns
seeks :: PoliceStation -> Seeks
subOrganization :: PoliceStation -> SubOrganization
taxID :: PoliceStation -> TaxID
vatID :: PoliceStation -> VatID
branchOf :: PoliceStation -> BranchOf
currenciesAccepted :: PoliceStation -> CurrenciesAccepted
openingHours :: PoliceStation -> OpeningHours
paymentAccepted :: PoliceStation -> PaymentAccepted
priceRange :: PoliceStation -> PriceRange
instance Typeable PoliceStation
instance Show PoliceStation
instance Read PoliceStation
instance Eq PoliceStation
instance MetaData PoliceStation
module Text.HTML5.MetaData.Schema.DeleteAction
-- |
data DeleteAction
DeleteAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Collection -> DeleteAction
additionalType :: DeleteAction -> AdditionalType
alternateName :: DeleteAction -> AlternateName
description :: DeleteAction -> Description
image :: DeleteAction -> Image
name :: DeleteAction -> Name
sameAs :: DeleteAction -> SameAs
url :: DeleteAction -> Url
agent :: DeleteAction -> Agent
endTime :: DeleteAction -> EndTime
instrument :: DeleteAction -> Instrument
location :: DeleteAction -> Location
object :: DeleteAction -> Object
participant :: DeleteAction -> Participant
result :: DeleteAction -> Result
startTime :: DeleteAction -> StartTime
collection :: DeleteAction -> Collection
instance Typeable DeleteAction
instance Show DeleteAction
instance Read DeleteAction
instance Eq DeleteAction
instance MetaData DeleteAction
module Text.HTML5.MetaData.Schema.UpdateAction
-- |
data UpdateAction
UpdateAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Collection -> UpdateAction
additionalType :: UpdateAction -> AdditionalType
alternateName :: UpdateAction -> AlternateName
description :: UpdateAction -> Description
image :: UpdateAction -> Image
name :: UpdateAction -> Name
sameAs :: UpdateAction -> SameAs
url :: UpdateAction -> Url
agent :: UpdateAction -> Agent
endTime :: UpdateAction -> EndTime
instrument :: UpdateAction -> Instrument
location :: UpdateAction -> Location
object :: UpdateAction -> Object
participant :: UpdateAction -> Participant
result :: UpdateAction -> Result
startTime :: UpdateAction -> StartTime
collection :: UpdateAction -> Collection
instance Typeable UpdateAction
instance Show UpdateAction
instance Read UpdateAction
instance Eq UpdateAction
instance MetaData UpdateAction
module Text.HTML5.MetaData.Schema.ReplaceAction
-- |
data ReplaceAction
ReplaceAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Collection -> Replacee -> Replacer -> ReplaceAction
additionalType :: ReplaceAction -> AdditionalType
alternateName :: ReplaceAction -> AlternateName
description :: ReplaceAction -> Description
image :: ReplaceAction -> Image
name :: ReplaceAction -> Name
sameAs :: ReplaceAction -> SameAs
url :: ReplaceAction -> Url
agent :: ReplaceAction -> Agent
endTime :: ReplaceAction -> EndTime
instrument :: ReplaceAction -> Instrument
location :: ReplaceAction -> Location
object :: ReplaceAction -> Object
participant :: ReplaceAction -> Participant
result :: ReplaceAction -> Result
startTime :: ReplaceAction -> StartTime
collection :: ReplaceAction -> Collection
replacee :: ReplaceAction -> Replacee
replacer :: ReplaceAction -> Replacer
instance Typeable ReplaceAction
instance Show ReplaceAction
instance Read ReplaceAction
instance Eq ReplaceAction
instance MetaData ReplaceAction
module Text.HTML5.MetaData.Schema.DeliveryChargeSpecification
-- |
data DeliveryChargeSpecification
DeliveryChargeSpecification :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> EligibleQuantity -> EligibleTransactionVolume -> MaxPrice -> MinPrice -> Price -> PriceCurrency -> ValidFrom -> ValidThrough -> ValueAddedTaxIncluded -> AppliesToDeliveryMethod -> EligibleRegion -> DeliveryChargeSpecification
additionalType :: DeliveryChargeSpecification -> AdditionalType
alternateName :: DeliveryChargeSpecification -> AlternateName
description :: DeliveryChargeSpecification -> Description
image :: DeliveryChargeSpecification -> Image
name :: DeliveryChargeSpecification -> Name
sameAs :: DeliveryChargeSpecification -> SameAs
url :: DeliveryChargeSpecification -> Url
eligibleQuantity :: DeliveryChargeSpecification -> EligibleQuantity
eligibleTransactionVolume :: DeliveryChargeSpecification -> EligibleTransactionVolume
maxPrice :: DeliveryChargeSpecification -> MaxPrice
minPrice :: DeliveryChargeSpecification -> MinPrice
price :: DeliveryChargeSpecification -> Price
priceCurrency :: DeliveryChargeSpecification -> PriceCurrency
validFrom :: DeliveryChargeSpecification -> ValidFrom
validThrough :: DeliveryChargeSpecification -> ValidThrough
valueAddedTaxIncluded :: DeliveryChargeSpecification -> ValueAddedTaxIncluded
appliesToDeliveryMethod :: DeliveryChargeSpecification -> AppliesToDeliveryMethod
eligibleRegion :: DeliveryChargeSpecification -> EligibleRegion
instance Typeable DeliveryChargeSpecification
instance Show DeliveryChargeSpecification
instance Read DeliveryChargeSpecification
instance Eq DeliveryChargeSpecification
instance MetaData DeliveryChargeSpecification
module Text.HTML5.MetaData.Schema.PriceSpecification
-- |
-- - id PriceSpecification
-- - label Price Specification
-- - comment
-- - ancestors
-- Thing,Intangible,StructuredValue
-- - subtypes
-- DeliveryChargeSpecification,PaymentChargeSpecification,UnitPriceSpecification
-- - supertypes StructuredValue
-- - url
-- http://schema.org/PriceSpecification
--
data PriceSpecification
PriceSpecification :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> EligibleQuantity -> EligibleTransactionVolume -> MaxPrice -> MinPrice -> Price -> PriceCurrency -> ValidFrom -> ValidThrough -> ValueAddedTaxIncluded -> PriceSpecification
additionalType :: PriceSpecification -> AdditionalType
alternateName :: PriceSpecification -> AlternateName
description :: PriceSpecification -> Description
image :: PriceSpecification -> Image
name :: PriceSpecification -> Name
sameAs :: PriceSpecification -> SameAs
url :: PriceSpecification -> Url
eligibleQuantity :: PriceSpecification -> EligibleQuantity
eligibleTransactionVolume :: PriceSpecification -> EligibleTransactionVolume
maxPrice :: PriceSpecification -> MaxPrice
minPrice :: PriceSpecification -> MinPrice
price :: PriceSpecification -> Price
priceCurrency :: PriceSpecification -> PriceCurrency
validFrom :: PriceSpecification -> ValidFrom
validThrough :: PriceSpecification -> ValidThrough
valueAddedTaxIncluded :: PriceSpecification -> ValueAddedTaxIncluded
instance Typeable PriceSpecification
instance Show PriceSpecification
instance Read PriceSpecification
instance Eq PriceSpecification
instance MetaData PriceSpecification
module Text.HTML5.MetaData.Schema.PaymentChargeSpecification
-- |
data PaymentChargeSpecification
PaymentChargeSpecification :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> EligibleQuantity -> EligibleTransactionVolume -> MaxPrice -> MinPrice -> Price -> PriceCurrency -> ValidFrom -> ValidThrough -> ValueAddedTaxIncluded -> AppliesToDeliveryMethod -> AppliesToPaymentMethod -> PaymentChargeSpecification
additionalType :: PaymentChargeSpecification -> AdditionalType
alternateName :: PaymentChargeSpecification -> AlternateName
description :: PaymentChargeSpecification -> Description
image :: PaymentChargeSpecification -> Image
name :: PaymentChargeSpecification -> Name
sameAs :: PaymentChargeSpecification -> SameAs
url :: PaymentChargeSpecification -> Url
eligibleQuantity :: PaymentChargeSpecification -> EligibleQuantity
eligibleTransactionVolume :: PaymentChargeSpecification -> EligibleTransactionVolume
maxPrice :: PaymentChargeSpecification -> MaxPrice
minPrice :: PaymentChargeSpecification -> MinPrice
price :: PaymentChargeSpecification -> Price
priceCurrency :: PaymentChargeSpecification -> PriceCurrency
validFrom :: PaymentChargeSpecification -> ValidFrom
validThrough :: PaymentChargeSpecification -> ValidThrough
valueAddedTaxIncluded :: PaymentChargeSpecification -> ValueAddedTaxIncluded
appliesToDeliveryMethod :: PaymentChargeSpecification -> AppliesToDeliveryMethod
appliesToPaymentMethod :: PaymentChargeSpecification -> AppliesToPaymentMethod
instance Typeable PaymentChargeSpecification
instance Show PaymentChargeSpecification
instance Read PaymentChargeSpecification
instance Eq PaymentChargeSpecification
instance MetaData PaymentChargeSpecification
module Text.HTML5.MetaData.Schema.Canal
-- |
-- - id Canal
-- - label Canal
-- - comment
-- - ancestors
-- Thing,Place,Landform,BodyOfWater
-- - subtypes
-- - supertypes BodyOfWater
-- - url http://schema.org/Canal
--
data Canal
Canal :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Canal
additionalType :: Canal -> AdditionalType
alternateName :: Canal -> AlternateName
description :: Canal -> Description
image :: Canal -> Image
name :: Canal -> Name
sameAs :: Canal -> SameAs
url :: Canal -> Url
address :: Canal -> Address
aggregateRating :: Canal -> AggregateRating
containedIn :: Canal -> ContainedIn
event :: Canal -> Event
events :: Canal -> Events
faxNumber :: Canal -> FaxNumber
geo :: Canal -> Geo
globalLocationNumber :: Canal -> GlobalLocationNumber
interactionCount :: Canal -> InteractionCount
isicV4 :: Canal -> IsicV4
logo :: Canal -> Logo
map :: Canal -> Map
maps :: Canal -> Maps
openingHoursSpecification :: Canal -> OpeningHoursSpecification
photo :: Canal -> Photo
photos :: Canal -> Photos
review :: Canal -> Review
reviews :: Canal -> Reviews
telephone :: Canal -> Telephone
instance Typeable Canal
instance Show Canal
instance Read Canal
instance Eq Canal
instance MetaData Canal
module Text.HTML5.MetaData.Schema.LakeBodyOfWater
-- |
-- - id LakeBodyOfWater
-- - label Lake Body of Water
-- - comment
-- - ancestors
-- Thing,Place,Landform,BodyOfWater
-- - subtypes
-- - supertypes BodyOfWater
-- - url http://schema.org/LakeBodyOfWater
--
data LakeBodyOfWater
LakeBodyOfWater :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> LakeBodyOfWater
additionalType :: LakeBodyOfWater -> AdditionalType
alternateName :: LakeBodyOfWater -> AlternateName
description :: LakeBodyOfWater -> Description
image :: LakeBodyOfWater -> Image
name :: LakeBodyOfWater -> Name
sameAs :: LakeBodyOfWater -> SameAs
url :: LakeBodyOfWater -> Url
address :: LakeBodyOfWater -> Address
aggregateRating :: LakeBodyOfWater -> AggregateRating
containedIn :: LakeBodyOfWater -> ContainedIn
event :: LakeBodyOfWater -> Event
events :: LakeBodyOfWater -> Events
faxNumber :: LakeBodyOfWater -> FaxNumber
geo :: LakeBodyOfWater -> Geo
globalLocationNumber :: LakeBodyOfWater -> GlobalLocationNumber
interactionCount :: LakeBodyOfWater -> InteractionCount
isicV4 :: LakeBodyOfWater -> IsicV4
logo :: LakeBodyOfWater -> Logo
map :: LakeBodyOfWater -> Map
maps :: LakeBodyOfWater -> Maps
openingHoursSpecification :: LakeBodyOfWater -> OpeningHoursSpecification
photo :: LakeBodyOfWater -> Photo
photos :: LakeBodyOfWater -> Photos
review :: LakeBodyOfWater -> Review
reviews :: LakeBodyOfWater -> Reviews
telephone :: LakeBodyOfWater -> Telephone
instance Typeable LakeBodyOfWater
instance Show LakeBodyOfWater
instance Read LakeBodyOfWater
instance Eq LakeBodyOfWater
instance MetaData LakeBodyOfWater
module Text.HTML5.MetaData.Schema.OceanBodyOfWater
-- |
-- - id OceanBodyOfWater
-- - label Ocean Body of Water
-- - comment
-- - ancestors
-- Thing,Place,Landform,BodyOfWater
-- - subtypes
-- - supertypes BodyOfWater
-- - url http://schema.org/OceanBodyOfWater
--
data OceanBodyOfWater
OceanBodyOfWater :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OceanBodyOfWater
additionalType :: OceanBodyOfWater -> AdditionalType
alternateName :: OceanBodyOfWater -> AlternateName
description :: OceanBodyOfWater -> Description
image :: OceanBodyOfWater -> Image
name :: OceanBodyOfWater -> Name
sameAs :: OceanBodyOfWater -> SameAs
url :: OceanBodyOfWater -> Url
address :: OceanBodyOfWater -> Address
aggregateRating :: OceanBodyOfWater -> AggregateRating
containedIn :: OceanBodyOfWater -> ContainedIn
event :: OceanBodyOfWater -> Event
events :: OceanBodyOfWater -> Events
faxNumber :: OceanBodyOfWater -> FaxNumber
geo :: OceanBodyOfWater -> Geo
globalLocationNumber :: OceanBodyOfWater -> GlobalLocationNumber
interactionCount :: OceanBodyOfWater -> InteractionCount
isicV4 :: OceanBodyOfWater -> IsicV4
logo :: OceanBodyOfWater -> Logo
map :: OceanBodyOfWater -> Map
maps :: OceanBodyOfWater -> Maps
openingHoursSpecification :: OceanBodyOfWater -> OpeningHoursSpecification
photo :: OceanBodyOfWater -> Photo
photos :: OceanBodyOfWater -> Photos
review :: OceanBodyOfWater -> Review
reviews :: OceanBodyOfWater -> Reviews
telephone :: OceanBodyOfWater -> Telephone
instance Typeable OceanBodyOfWater
instance Show OceanBodyOfWater
instance Read OceanBodyOfWater
instance Eq OceanBodyOfWater
instance MetaData OceanBodyOfWater
module Text.HTML5.MetaData.Schema.Pond
-- |
-- - id Pond
-- - label Pond
-- - comment
-- - ancestors
-- Thing,Place,Landform,BodyOfWater
-- - subtypes
-- - supertypes BodyOfWater
-- - url http://schema.org/Pond
--
data Pond
Pond :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Pond
additionalType :: Pond -> AdditionalType
alternateName :: Pond -> AlternateName
description :: Pond -> Description
image :: Pond -> Image
name :: Pond -> Name
sameAs :: Pond -> SameAs
url :: Pond -> Url
address :: Pond -> Address
aggregateRating :: Pond -> AggregateRating
containedIn :: Pond -> ContainedIn
event :: Pond -> Event
events :: Pond -> Events
faxNumber :: Pond -> FaxNumber
geo :: Pond -> Geo
globalLocationNumber :: Pond -> GlobalLocationNumber
interactionCount :: Pond -> InteractionCount
isicV4 :: Pond -> IsicV4
logo :: Pond -> Logo
map :: Pond -> Map
maps :: Pond -> Maps
openingHoursSpecification :: Pond -> OpeningHoursSpecification
photo :: Pond -> Photo
photos :: Pond -> Photos
review :: Pond -> Review
reviews :: Pond -> Reviews
telephone :: Pond -> Telephone
instance Typeable Pond
instance Show Pond
instance Read Pond
instance Eq Pond
instance MetaData Pond
module Text.HTML5.MetaData.Schema.SeaBodyOfWater
-- |
-- - id SeaBodyOfWater
-- - label Sea Body of Water
-- - comment
-- - ancestors
-- Thing,Place,Landform,BodyOfWater
-- - subtypes
-- - supertypes BodyOfWater
-- - url http://schema.org/SeaBodyOfWater
--
data SeaBodyOfWater
SeaBodyOfWater :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> SeaBodyOfWater
additionalType :: SeaBodyOfWater -> AdditionalType
alternateName :: SeaBodyOfWater -> AlternateName
description :: SeaBodyOfWater -> Description
image :: SeaBodyOfWater -> Image
name :: SeaBodyOfWater -> Name
sameAs :: SeaBodyOfWater -> SameAs
url :: SeaBodyOfWater -> Url
address :: SeaBodyOfWater -> Address
aggregateRating :: SeaBodyOfWater -> AggregateRating
containedIn :: SeaBodyOfWater -> ContainedIn
event :: SeaBodyOfWater -> Event
events :: SeaBodyOfWater -> Events
faxNumber :: SeaBodyOfWater -> FaxNumber
geo :: SeaBodyOfWater -> Geo
globalLocationNumber :: SeaBodyOfWater -> GlobalLocationNumber
interactionCount :: SeaBodyOfWater -> InteractionCount
isicV4 :: SeaBodyOfWater -> IsicV4
logo :: SeaBodyOfWater -> Logo
map :: SeaBodyOfWater -> Map
maps :: SeaBodyOfWater -> Maps
openingHoursSpecification :: SeaBodyOfWater -> OpeningHoursSpecification
photo :: SeaBodyOfWater -> Photo
photos :: SeaBodyOfWater -> Photos
review :: SeaBodyOfWater -> Review
reviews :: SeaBodyOfWater -> Reviews
telephone :: SeaBodyOfWater -> Telephone
instance Typeable SeaBodyOfWater
instance Show SeaBodyOfWater
instance Read SeaBodyOfWater
instance Eq SeaBodyOfWater
instance MetaData SeaBodyOfWater
module Text.HTML5.MetaData.Schema.BodyOfWater
-- |
-- - id BodyOfWater
-- - label Body of Water
-- - comment
-- - ancestors
-- Thing,Place,Landform
-- - subtypes
-- Canal,LakeBodyOfWater,OceanBodyOfWater,Pond,Reservoir,RiverBodyOfWater,SeaBodyOfWater,Waterfall
-- - supertypes Landform
-- - url http://schema.org/BodyOfWater
--
data BodyOfWater
BodyOfWater :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> BodyOfWater
additionalType :: BodyOfWater -> AdditionalType
alternateName :: BodyOfWater -> AlternateName
description :: BodyOfWater -> Description
image :: BodyOfWater -> Image
name :: BodyOfWater -> Name
sameAs :: BodyOfWater -> SameAs
url :: BodyOfWater -> Url
address :: BodyOfWater -> Address
aggregateRating :: BodyOfWater -> AggregateRating
containedIn :: BodyOfWater -> ContainedIn
event :: BodyOfWater -> Event
events :: BodyOfWater -> Events
faxNumber :: BodyOfWater -> FaxNumber
geo :: BodyOfWater -> Geo
globalLocationNumber :: BodyOfWater -> GlobalLocationNumber
interactionCount :: BodyOfWater -> InteractionCount
isicV4 :: BodyOfWater -> IsicV4
logo :: BodyOfWater -> Logo
map :: BodyOfWater -> Map
maps :: BodyOfWater -> Maps
openingHoursSpecification :: BodyOfWater -> OpeningHoursSpecification
photo :: BodyOfWater -> Photo
photos :: BodyOfWater -> Photos
review :: BodyOfWater -> Review
reviews :: BodyOfWater -> Reviews
telephone :: BodyOfWater -> Telephone
instance Typeable BodyOfWater
instance Show BodyOfWater
instance Read BodyOfWater
instance Eq BodyOfWater
instance MetaData BodyOfWater
module Text.HTML5.MetaData.Schema.Waterfall
-- |
-- - id Waterfall
-- - label Waterfall
-- - comment
-- - ancestors
-- Thing,Place,Landform,BodyOfWater
-- - subtypes
-- - supertypes BodyOfWater
-- - url http://schema.org/Waterfall
--
data Waterfall
Waterfall :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Waterfall
additionalType :: Waterfall -> AdditionalType
alternateName :: Waterfall -> AlternateName
description :: Waterfall -> Description
image :: Waterfall -> Image
name :: Waterfall -> Name
sameAs :: Waterfall -> SameAs
url :: Waterfall -> Url
address :: Waterfall -> Address
aggregateRating :: Waterfall -> AggregateRating
containedIn :: Waterfall -> ContainedIn
event :: Waterfall -> Event
events :: Waterfall -> Events
faxNumber :: Waterfall -> FaxNumber
geo :: Waterfall -> Geo
globalLocationNumber :: Waterfall -> GlobalLocationNumber
interactionCount :: Waterfall -> InteractionCount
isicV4 :: Waterfall -> IsicV4
logo :: Waterfall -> Logo
map :: Waterfall -> Map
maps :: Waterfall -> Maps
openingHoursSpecification :: Waterfall -> OpeningHoursSpecification
photo :: Waterfall -> Photo
photos :: Waterfall -> Photos
review :: Waterfall -> Review
reviews :: Waterfall -> Reviews
telephone :: Waterfall -> Telephone
instance Typeable Waterfall
instance Show Waterfall
instance Read Waterfall
instance Eq Waterfall
instance MetaData Waterfall
module Text.HTML5.MetaData.Schema.LandmarksOrHistoricalBuildings
-- |
data LandmarksOrHistoricalBuildings
LandmarksOrHistoricalBuildings :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> LandmarksOrHistoricalBuildings
additionalType :: LandmarksOrHistoricalBuildings -> AdditionalType
alternateName :: LandmarksOrHistoricalBuildings -> AlternateName
description :: LandmarksOrHistoricalBuildings -> Description
image :: LandmarksOrHistoricalBuildings -> Image
name :: LandmarksOrHistoricalBuildings -> Name
sameAs :: LandmarksOrHistoricalBuildings -> SameAs
url :: LandmarksOrHistoricalBuildings -> Url
address :: LandmarksOrHistoricalBuildings -> Address
aggregateRating :: LandmarksOrHistoricalBuildings -> AggregateRating
containedIn :: LandmarksOrHistoricalBuildings -> ContainedIn
event :: LandmarksOrHistoricalBuildings -> Event
events :: LandmarksOrHistoricalBuildings -> Events
faxNumber :: LandmarksOrHistoricalBuildings -> FaxNumber
geo :: LandmarksOrHistoricalBuildings -> Geo
globalLocationNumber :: LandmarksOrHistoricalBuildings -> GlobalLocationNumber
interactionCount :: LandmarksOrHistoricalBuildings -> InteractionCount
isicV4 :: LandmarksOrHistoricalBuildings -> IsicV4
logo :: LandmarksOrHistoricalBuildings -> Logo
map :: LandmarksOrHistoricalBuildings -> Map
maps :: LandmarksOrHistoricalBuildings -> Maps
openingHoursSpecification :: LandmarksOrHistoricalBuildings -> OpeningHoursSpecification
photo :: LandmarksOrHistoricalBuildings -> Photo
photos :: LandmarksOrHistoricalBuildings -> Photos
review :: LandmarksOrHistoricalBuildings -> Review
reviews :: LandmarksOrHistoricalBuildings -> Reviews
telephone :: LandmarksOrHistoricalBuildings -> Telephone
instance Typeable LandmarksOrHistoricalBuildings
instance Show LandmarksOrHistoricalBuildings
instance Read LandmarksOrHistoricalBuildings
instance Eq LandmarksOrHistoricalBuildings
instance MetaData LandmarksOrHistoricalBuildings
module Text.HTML5.MetaData.Schema.Place
-- |
-- - id Place
-- - label Place
-- - comment
-- - ancestors Thing
-- - subtypes
-- AdministrativeArea,CivicStructure,Landform,LandmarksOrHistoricalBuildings,LocalBusiness,Residence,TouristAttraction
-- - supertypes Thing
-- - url http://schema.org/Place
--
data Place
Place :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Place
additionalType :: Place -> AdditionalType
alternateName :: Place -> AlternateName
description :: Place -> Description
image :: Place -> Image
name :: Place -> Name
sameAs :: Place -> SameAs
url :: Place -> Url
address :: Place -> Address
aggregateRating :: Place -> AggregateRating
containedIn :: Place -> ContainedIn
event :: Place -> Event
events :: Place -> Events
faxNumber :: Place -> FaxNumber
geo :: Place -> Geo
globalLocationNumber :: Place -> GlobalLocationNumber
interactionCount :: Place -> InteractionCount
isicV4 :: Place -> IsicV4
logo :: Place -> Logo
map :: Place -> Map
maps :: Place -> Maps
openingHoursSpecification :: Place -> OpeningHoursSpecification
photo :: Place -> Photo
photos :: Place -> Photos
review :: Place -> Review
reviews :: Place -> Reviews
telephone :: Place -> Telephone
instance Typeable Place
instance Show Place
instance Read Place
instance Eq Place
instance MetaData Place
module Text.HTML5.MetaData.Schema.TouristAttraction
-- |
data TouristAttraction
TouristAttraction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> TouristAttraction
additionalType :: TouristAttraction -> AdditionalType
alternateName :: TouristAttraction -> AlternateName
description :: TouristAttraction -> Description
image :: TouristAttraction -> Image
name :: TouristAttraction -> Name
sameAs :: TouristAttraction -> SameAs
url :: TouristAttraction -> Url
address :: TouristAttraction -> Address
aggregateRating :: TouristAttraction -> AggregateRating
containedIn :: TouristAttraction -> ContainedIn
event :: TouristAttraction -> Event
events :: TouristAttraction -> Events
faxNumber :: TouristAttraction -> FaxNumber
geo :: TouristAttraction -> Geo
globalLocationNumber :: TouristAttraction -> GlobalLocationNumber
interactionCount :: TouristAttraction -> InteractionCount
isicV4 :: TouristAttraction -> IsicV4
logo :: TouristAttraction -> Logo
map :: TouristAttraction -> Map
maps :: TouristAttraction -> Maps
openingHoursSpecification :: TouristAttraction -> OpeningHoursSpecification
photo :: TouristAttraction -> Photo
photos :: TouristAttraction -> Photos
review :: TouristAttraction -> Review
reviews :: TouristAttraction -> Reviews
telephone :: TouristAttraction -> Telephone
instance Typeable TouristAttraction
instance Show TouristAttraction
instance Read TouristAttraction
instance Eq TouristAttraction
instance MetaData TouristAttraction
module Text.HTML5.MetaData.Schema.MedicalRiskCalculator
-- |
-- - id MedicalRiskCalculator
-- - label Medical Risk Calculator
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalRiskEstimator
-- - subtypes
-- - supertypes
-- MedicalRiskEstimator
-- - url
-- http://schema.org/MedicalRiskCalculator
--
data MedicalRiskCalculator
MedicalRiskCalculator :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> EstimatesRiskOf -> IncludedRiskFactor -> MedicalRiskCalculator
additionalType :: MedicalRiskCalculator -> AdditionalType
alternateName :: MedicalRiskCalculator -> AlternateName
description :: MedicalRiskCalculator -> Description
image :: MedicalRiskCalculator -> Image
name :: MedicalRiskCalculator -> Name
sameAs :: MedicalRiskCalculator -> SameAs
url :: MedicalRiskCalculator -> Url
code :: MedicalRiskCalculator -> Code
guideline :: MedicalRiskCalculator -> Guideline
medicineSystem :: MedicalRiskCalculator -> MedicineSystem
recognizingAuthority :: MedicalRiskCalculator -> RecognizingAuthority
relevantSpecialty :: MedicalRiskCalculator -> RelevantSpecialty
study :: MedicalRiskCalculator -> Study
estimatesRiskOf :: MedicalRiskCalculator -> EstimatesRiskOf
includedRiskFactor :: MedicalRiskCalculator -> IncludedRiskFactor
instance Typeable MedicalRiskCalculator
instance Show MedicalRiskCalculator
instance Read MedicalRiskCalculator
instance Eq MedicalRiskCalculator
instance MetaData MedicalRiskCalculator
module Text.HTML5.MetaData.Schema.MedicalRiskEstimator
-- |
-- - id MedicalRiskEstimator
-- - label Medical Risk Estimator
-- - comment
-- - ancestors
-- Thing,MedicalEntity
-- - subtypes
-- MedicalRiskCalculator,MedicalRiskScore
-- - supertypes MedicalEntity
-- - url
-- http://schema.org/MedicalRiskEstimator
--
data MedicalRiskEstimator
MedicalRiskEstimator :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> EstimatesRiskOf -> IncludedRiskFactor -> MedicalRiskEstimator
additionalType :: MedicalRiskEstimator -> AdditionalType
alternateName :: MedicalRiskEstimator -> AlternateName
description :: MedicalRiskEstimator -> Description
image :: MedicalRiskEstimator -> Image
name :: MedicalRiskEstimator -> Name
sameAs :: MedicalRiskEstimator -> SameAs
url :: MedicalRiskEstimator -> Url
code :: MedicalRiskEstimator -> Code
guideline :: MedicalRiskEstimator -> Guideline
medicineSystem :: MedicalRiskEstimator -> MedicineSystem
recognizingAuthority :: MedicalRiskEstimator -> RecognizingAuthority
relevantSpecialty :: MedicalRiskEstimator -> RelevantSpecialty
study :: MedicalRiskEstimator -> Study
estimatesRiskOf :: MedicalRiskEstimator -> EstimatesRiskOf
includedRiskFactor :: MedicalRiskEstimator -> IncludedRiskFactor
instance Typeable MedicalRiskEstimator
instance Show MedicalRiskEstimator
instance Read MedicalRiskEstimator
instance Eq MedicalRiskEstimator
instance MetaData MedicalRiskEstimator
module Text.HTML5.MetaData.Schema.MedicalRiskScore
-- |
-- - id MedicalRiskScore
-- - label Medical Risk Score
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalRiskEstimator
-- - subtypes
-- - supertypes
-- MedicalRiskEstimator
-- - url http://schema.org/MedicalRiskScore
--
data MedicalRiskScore
MedicalRiskScore :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> EstimatesRiskOf -> IncludedRiskFactor -> Algorithm -> MedicalRiskScore
additionalType :: MedicalRiskScore -> AdditionalType
alternateName :: MedicalRiskScore -> AlternateName
description :: MedicalRiskScore -> Description
image :: MedicalRiskScore -> Image
name :: MedicalRiskScore -> Name
sameAs :: MedicalRiskScore -> SameAs
url :: MedicalRiskScore -> Url
code :: MedicalRiskScore -> Code
guideline :: MedicalRiskScore -> Guideline
medicineSystem :: MedicalRiskScore -> MedicineSystem
recognizingAuthority :: MedicalRiskScore -> RecognizingAuthority
relevantSpecialty :: MedicalRiskScore -> RelevantSpecialty
study :: MedicalRiskScore -> Study
estimatesRiskOf :: MedicalRiskScore -> EstimatesRiskOf
includedRiskFactor :: MedicalRiskScore -> IncludedRiskFactor
algorithm :: MedicalRiskScore -> Algorithm
instance Typeable MedicalRiskScore
instance Show MedicalRiskScore
instance Read MedicalRiskScore
instance Eq MedicalRiskScore
instance MetaData MedicalRiskScore
module Text.HTML5.MetaData.Schema.Airport
-- |
-- - id Airport
-- - label Airport
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/Airport
--
data Airport
Airport :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> Airport
additionalType :: Airport -> AdditionalType
alternateName :: Airport -> AlternateName
description :: Airport -> Description
image :: Airport -> Image
name :: Airport -> Name
sameAs :: Airport -> SameAs
url :: Airport -> Url
address :: Airport -> Address
aggregateRating :: Airport -> AggregateRating
containedIn :: Airport -> ContainedIn
event :: Airport -> Event
events :: Airport -> Events
faxNumber :: Airport -> FaxNumber
geo :: Airport -> Geo
globalLocationNumber :: Airport -> GlobalLocationNumber
interactionCount :: Airport -> InteractionCount
isicV4 :: Airport -> IsicV4
logo :: Airport -> Logo
map :: Airport -> Map
maps :: Airport -> Maps
openingHoursSpecification :: Airport -> OpeningHoursSpecification
photo :: Airport -> Photo
photos :: Airport -> Photos
review :: Airport -> Review
reviews :: Airport -> Reviews
telephone :: Airport -> Telephone
openingHours :: Airport -> OpeningHours
instance Typeable Airport
instance Show Airport
instance Read Airport
instance Eq Airport
instance MetaData Airport
module Text.HTML5.MetaData.Schema.UserTweets
-- |
-- - id UserTweets
-- - label User Tweets
-- - comment
-- - ancestors
-- Thing,Event,UserInteraction
-- - subtypes
-- - supertypes UserInteraction
-- - url http://schema.org/UserTweets
--
data UserTweets
UserTweets :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Attendee -> Attendees -> DoorTime -> Duration -> EndDate -> EventStatus -> Location -> Offers -> Performer -> Performers -> PreviousStartDate -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> TypicalAgeRange -> UserTweets
additionalType :: UserTweets -> AdditionalType
alternateName :: UserTweets -> AlternateName
description :: UserTweets -> Description
image :: UserTweets -> Image
name :: UserTweets -> Name
sameAs :: UserTweets -> SameAs
url :: UserTweets -> Url
attendee :: UserTweets -> Attendee
attendees :: UserTweets -> Attendees
doorTime :: UserTweets -> DoorTime
duration :: UserTweets -> Duration
endDate :: UserTweets -> EndDate
eventStatus :: UserTweets -> EventStatus
location :: UserTweets -> Location
offers :: UserTweets -> Offers
performer :: UserTweets -> Performer
performers :: UserTweets -> Performers
previousStartDate :: UserTweets -> PreviousStartDate
startDate :: UserTweets -> StartDate
subEvent :: UserTweets -> SubEvent
subEvents :: UserTweets -> SubEvents
superEvent :: UserTweets -> SuperEvent
typicalAgeRange :: UserTweets -> TypicalAgeRange
instance Typeable UserTweets
instance Show UserTweets
instance Read UserTweets
instance Eq UserTweets
instance MetaData UserTweets
module Text.HTML5.MetaData.Schema.TrackAction
-- |
data TrackAction
TrackAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> DeliveryMethod -> TrackAction
additionalType :: TrackAction -> AdditionalType
alternateName :: TrackAction -> AlternateName
description :: TrackAction -> Description
image :: TrackAction -> Image
name :: TrackAction -> Name
sameAs :: TrackAction -> SameAs
url :: TrackAction -> Url
agent :: TrackAction -> Agent
endTime :: TrackAction -> EndTime
instrument :: TrackAction -> Instrument
location :: TrackAction -> Location
object :: TrackAction -> Object
participant :: TrackAction -> Participant
result :: TrackAction -> Result
startTime :: TrackAction -> StartTime
deliveryMethod :: TrackAction -> DeliveryMethod
instance Typeable TrackAction
instance Show TrackAction
instance Read TrackAction
instance Eq TrackAction
instance MetaData TrackAction
module Text.HTML5.MetaData.Schema.MobilePhoneStore
-- |
-- - id MobilePhoneStore
-- - label Mobile Phone Store
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/MobilePhoneStore
--
data MobilePhoneStore
MobilePhoneStore :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> MobilePhoneStore
additionalType :: MobilePhoneStore -> AdditionalType
alternateName :: MobilePhoneStore -> AlternateName
description :: MobilePhoneStore -> Description
image :: MobilePhoneStore -> Image
name :: MobilePhoneStore -> Name
sameAs :: MobilePhoneStore -> SameAs
url :: MobilePhoneStore -> Url
address :: MobilePhoneStore -> Address
aggregateRating :: MobilePhoneStore -> AggregateRating
containedIn :: MobilePhoneStore -> ContainedIn
event :: MobilePhoneStore -> Event
events :: MobilePhoneStore -> Events
faxNumber :: MobilePhoneStore -> FaxNumber
geo :: MobilePhoneStore -> Geo
globalLocationNumber :: MobilePhoneStore -> GlobalLocationNumber
interactionCount :: MobilePhoneStore -> InteractionCount
isicV4 :: MobilePhoneStore -> IsicV4
logo :: MobilePhoneStore -> Logo
map :: MobilePhoneStore -> Map
maps :: MobilePhoneStore -> Maps
openingHoursSpecification :: MobilePhoneStore -> OpeningHoursSpecification
photo :: MobilePhoneStore -> Photo
photos :: MobilePhoneStore -> Photos
review :: MobilePhoneStore -> Review
reviews :: MobilePhoneStore -> Reviews
telephone :: MobilePhoneStore -> Telephone
brand :: MobilePhoneStore -> Brand
contactPoint :: MobilePhoneStore -> ContactPoint
contactPoints :: MobilePhoneStore -> ContactPoints
department :: MobilePhoneStore -> Department
duns :: MobilePhoneStore -> Duns
email :: MobilePhoneStore -> Email
employee :: MobilePhoneStore -> Employee
employees :: MobilePhoneStore -> Employees
founder :: MobilePhoneStore -> Founder
founders :: MobilePhoneStore -> Founders
foundingDate :: MobilePhoneStore -> FoundingDate
hasPOS :: MobilePhoneStore -> HasPOS
legalName :: MobilePhoneStore -> LegalName
location :: MobilePhoneStore -> Location
makesOffer :: MobilePhoneStore -> MakesOffer
member :: MobilePhoneStore -> Member
members :: MobilePhoneStore -> Members
naics :: MobilePhoneStore -> Naics
owns :: MobilePhoneStore -> Owns
seeks :: MobilePhoneStore -> Seeks
subOrganization :: MobilePhoneStore -> SubOrganization
taxID :: MobilePhoneStore -> TaxID
vatID :: MobilePhoneStore -> VatID
branchOf :: MobilePhoneStore -> BranchOf
currenciesAccepted :: MobilePhoneStore -> CurrenciesAccepted
openingHours :: MobilePhoneStore -> OpeningHours
paymentAccepted :: MobilePhoneStore -> PaymentAccepted
priceRange :: MobilePhoneStore -> PriceRange
instance Typeable MobilePhoneStore
instance Show MobilePhoneStore
instance Read MobilePhoneStore
instance Eq MobilePhoneStore
instance MetaData MobilePhoneStore
module Text.HTML5.MetaData.Schema.MedicalEnumeration
-- |
-- - id MedicalEnumeration
-- - label Medical Enumeration
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalIntangible
-- - subtypes
-- DrugCostCategory,DrugPregnancyCategory,DrugPrescriptionStatus,InfectiousAgentClass,MedicalAudience,MedicalDevicePurpose,MedicalEvidenceLevel,MedicalImagingTechnique,MedicalObservationalStudyDesign,MedicalProcedureType,MedicalSpecialty,MedicalStudyStatus,MedicalTrialDesign,MedicineSystem,PhysicalActivityCategory,PhysicalExam
-- - supertypes
-- MedicalIntangible
-- - url
-- http://schema.org/MedicalEnumeration
--
data MedicalEnumeration
MedicalEnumeration :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> MedicalEnumeration
additionalType :: MedicalEnumeration -> AdditionalType
alternateName :: MedicalEnumeration -> AlternateName
description :: MedicalEnumeration -> Description
image :: MedicalEnumeration -> Image
name :: MedicalEnumeration -> Name
sameAs :: MedicalEnumeration -> SameAs
url :: MedicalEnumeration -> Url
code :: MedicalEnumeration -> Code
guideline :: MedicalEnumeration -> Guideline
medicineSystem :: MedicalEnumeration -> MedicineSystem
recognizingAuthority :: MedicalEnumeration -> RecognizingAuthority
relevantSpecialty :: MedicalEnumeration -> RelevantSpecialty
study :: MedicalEnumeration -> Study
instance Typeable MedicalEnumeration
instance Show MedicalEnumeration
instance Read MedicalEnumeration
instance Eq MedicalEnumeration
instance MetaData MedicalEnumeration
module Text.HTML5.MetaData.Schema.MedicalAudience
-- |
data MedicalAudience
Clinician :: MedicalAudience
MedicalResearcher :: MedicalAudience
Patient :: MedicalAudience
instance Typeable MedicalAudience
instance Show MedicalAudience
instance Read MedicalAudience
instance Eq MedicalAudience
instance MetaData MedicalAudience
module Text.HTML5.MetaData.Schema.PeopleAudience
-- |
data PeopleAudience
PeopleAudience :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> AudienceType -> GeographicArea -> HealthCondition -> RequiredGender -> RequiredMaxAge -> RequiredMinAge -> SuggestedGender -> SuggestedMaxAge -> SuggestedMinAge -> PeopleAudience
additionalType :: PeopleAudience -> AdditionalType
alternateName :: PeopleAudience -> AlternateName
description :: PeopleAudience -> Description
image :: PeopleAudience -> Image
name :: PeopleAudience -> Name
sameAs :: PeopleAudience -> SameAs
url :: PeopleAudience -> Url
audienceType :: PeopleAudience -> AudienceType
geographicArea :: PeopleAudience -> GeographicArea
healthCondition :: PeopleAudience -> HealthCondition
requiredGender :: PeopleAudience -> RequiredGender
requiredMaxAge :: PeopleAudience -> RequiredMaxAge
requiredMinAge :: PeopleAudience -> RequiredMinAge
suggestedGender :: PeopleAudience -> SuggestedGender
suggestedMaxAge :: PeopleAudience -> SuggestedMaxAge
suggestedMinAge :: PeopleAudience -> SuggestedMinAge
instance Typeable PeopleAudience
instance Show PeopleAudience
instance Read PeopleAudience
instance Eq PeopleAudience
instance MetaData PeopleAudience
module Text.HTML5.MetaData.Schema.ParentAudience
-- |
data ParentAudience
ParentAudience :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> AudienceType -> GeographicArea -> HealthCondition -> RequiredGender -> RequiredMaxAge -> RequiredMinAge -> SuggestedGender -> SuggestedMaxAge -> SuggestedMinAge -> ChildMaxAge -> ChildMinAge -> ParentAudience
additionalType :: ParentAudience -> AdditionalType
alternateName :: ParentAudience -> AlternateName
description :: ParentAudience -> Description
image :: ParentAudience -> Image
name :: ParentAudience -> Name
sameAs :: ParentAudience -> SameAs
url :: ParentAudience -> Url
audienceType :: ParentAudience -> AudienceType
geographicArea :: ParentAudience -> GeographicArea
healthCondition :: ParentAudience -> HealthCondition
requiredGender :: ParentAudience -> RequiredGender
requiredMaxAge :: ParentAudience -> RequiredMaxAge
requiredMinAge :: ParentAudience -> RequiredMinAge
suggestedGender :: ParentAudience -> SuggestedGender
suggestedMaxAge :: ParentAudience -> SuggestedMaxAge
suggestedMinAge :: ParentAudience -> SuggestedMinAge
childMaxAge :: ParentAudience -> ChildMaxAge
childMinAge :: ParentAudience -> ChildMinAge
instance Typeable ParentAudience
instance Show ParentAudience
instance Read ParentAudience
instance Eq ParentAudience
instance MetaData ParentAudience
module Text.HTML5.MetaData.Schema.WriteAction
-- |
data WriteAction
WriteAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Language -> WriteAction
additionalType :: WriteAction -> AdditionalType
alternateName :: WriteAction -> AlternateName
description :: WriteAction -> Description
image :: WriteAction -> Image
name :: WriteAction -> Name
sameAs :: WriteAction -> SameAs
url :: WriteAction -> Url
agent :: WriteAction -> Agent
endTime :: WriteAction -> EndTime
instrument :: WriteAction -> Instrument
location :: WriteAction -> Location
object :: WriteAction -> Object
participant :: WriteAction -> Participant
result :: WriteAction -> Result
startTime :: WriteAction -> StartTime
language :: WriteAction -> Language
instance Typeable WriteAction
instance Show WriteAction
instance Read WriteAction
instance Eq WriteAction
instance MetaData WriteAction
module Text.HTML5.MetaData.Schema.ReviewAction
-- |
data ReviewAction
ReviewAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> ResultReview -> ReviewAction
additionalType :: ReviewAction -> AdditionalType
alternateName :: ReviewAction -> AlternateName
description :: ReviewAction -> Description
image :: ReviewAction -> Image
name :: ReviewAction -> Name
sameAs :: ReviewAction -> SameAs
url :: ReviewAction -> Url
agent :: ReviewAction -> Agent
endTime :: ReviewAction -> EndTime
instrument :: ReviewAction -> Instrument
location :: ReviewAction -> Location
object :: ReviewAction -> Object
participant :: ReviewAction -> Participant
result :: ReviewAction -> Result
startTime :: ReviewAction -> StartTime
resultReview :: ReviewAction -> ResultReview
instance Typeable ReviewAction
instance Show ReviewAction
instance Read ReviewAction
instance Eq ReviewAction
instance MetaData ReviewAction
module Text.HTML5.MetaData.Schema.JobPosting
-- |
-- - id JobPosting
-- - label Job Posting
-- - comment
-- - ancestors
-- Thing,Intangible
-- - subtypes
-- - supertypes Intangible
-- - url http://schema.org/JobPosting
--
data JobPosting
JobPosting :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> BaseSalary -> Benefits -> DatePosted -> EducationRequirements -> EmploymentType -> ExperienceRequirements -> HiringOrganization -> Incentives -> Industry -> JobLocation -> OccupationalCategory -> Qualifications -> Responsibilities -> SalaryCurrency -> Skills -> SpecialCommitments -> Title -> WorkHours -> JobPosting
additionalType :: JobPosting -> AdditionalType
alternateName :: JobPosting -> AlternateName
description :: JobPosting -> Description
image :: JobPosting -> Image
name :: JobPosting -> Name
sameAs :: JobPosting -> SameAs
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 Typeable JobPosting
instance Show JobPosting
instance Read JobPosting
instance Eq JobPosting
instance MetaData JobPosting
module Text.HTML5.MetaData.Schema.ChildrensEvent
-- |
data ChildrensEvent
ChildrensEvent :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Attendee -> Attendees -> DoorTime -> Duration -> EndDate -> EventStatus -> Location -> Offers -> Performer -> Performers -> PreviousStartDate -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> TypicalAgeRange -> ChildrensEvent
additionalType :: ChildrensEvent -> AdditionalType
alternateName :: ChildrensEvent -> AlternateName
description :: ChildrensEvent -> Description
image :: ChildrensEvent -> Image
name :: ChildrensEvent -> Name
sameAs :: ChildrensEvent -> SameAs
url :: ChildrensEvent -> Url
attendee :: ChildrensEvent -> Attendee
attendees :: ChildrensEvent -> Attendees
doorTime :: ChildrensEvent -> DoorTime
duration :: ChildrensEvent -> Duration
endDate :: ChildrensEvent -> EndDate
eventStatus :: ChildrensEvent -> EventStatus
location :: ChildrensEvent -> Location
offers :: ChildrensEvent -> Offers
performer :: ChildrensEvent -> Performer
performers :: ChildrensEvent -> Performers
previousStartDate :: ChildrensEvent -> PreviousStartDate
startDate :: ChildrensEvent -> StartDate
subEvent :: ChildrensEvent -> SubEvent
subEvents :: ChildrensEvent -> SubEvents
superEvent :: ChildrensEvent -> SuperEvent
typicalAgeRange :: ChildrensEvent -> TypicalAgeRange
instance Typeable ChildrensEvent
instance Show ChildrensEvent
instance Read ChildrensEvent
instance Eq ChildrensEvent
instance MetaData ChildrensEvent
module Text.HTML5.MetaData.Schema.BuyAction
-- |
data BuyAction
BuyAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Price -> Vendor -> WarrantyPromise -> BuyAction
additionalType :: BuyAction -> AdditionalType
alternateName :: BuyAction -> AlternateName
description :: BuyAction -> Description
image :: BuyAction -> Image
name :: BuyAction -> Name
sameAs :: BuyAction -> SameAs
url :: BuyAction -> Url
agent :: BuyAction -> Agent
endTime :: BuyAction -> EndTime
instrument :: BuyAction -> Instrument
location :: BuyAction -> Location
object :: BuyAction -> Object
participant :: BuyAction -> Participant
result :: BuyAction -> Result
startTime :: BuyAction -> StartTime
price :: BuyAction -> Price
vendor :: BuyAction -> Vendor
warrantyPromise :: BuyAction -> WarrantyPromise
instance Typeable BuyAction
instance Show BuyAction
instance Read BuyAction
instance Eq BuyAction
instance MetaData BuyAction
module Text.HTML5.MetaData.Schema.OrderAction
-- |
data OrderAction
OrderAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Price -> OrderAction
additionalType :: OrderAction -> AdditionalType
alternateName :: OrderAction -> AlternateName
description :: OrderAction -> Description
image :: OrderAction -> Image
name :: OrderAction -> Name
sameAs :: OrderAction -> SameAs
url :: OrderAction -> Url
agent :: OrderAction -> Agent
endTime :: OrderAction -> EndTime
instrument :: OrderAction -> Instrument
location :: OrderAction -> Location
object :: OrderAction -> Object
participant :: OrderAction -> Participant
result :: OrderAction -> Result
startTime :: OrderAction -> StartTime
price :: OrderAction -> Price
instance Typeable OrderAction
instance Show OrderAction
instance Read OrderAction
instance Eq OrderAction
instance MetaData OrderAction
module Text.HTML5.MetaData.Schema.PayAction
-- |
data PayAction
PayAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Price -> Purpose -> Recipient -> PayAction
additionalType :: PayAction -> AdditionalType
alternateName :: PayAction -> AlternateName
description :: PayAction -> Description
image :: PayAction -> Image
name :: PayAction -> Name
sameAs :: PayAction -> SameAs
url :: PayAction -> Url
agent :: PayAction -> Agent
endTime :: PayAction -> EndTime
instrument :: PayAction -> Instrument
location :: PayAction -> Location
object :: PayAction -> Object
participant :: PayAction -> Participant
result :: PayAction -> Result
startTime :: PayAction -> StartTime
price :: PayAction -> Price
purpose :: PayAction -> Purpose
recipient :: PayAction -> Recipient
instance Typeable PayAction
instance Show PayAction
instance Read PayAction
instance Eq PayAction
instance MetaData PayAction
module Text.HTML5.MetaData.Schema.RentAction
-- |
data RentAction
RentAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Price -> Landlord -> RealEstateAgent -> RentAction
additionalType :: RentAction -> AdditionalType
alternateName :: RentAction -> AlternateName
description :: RentAction -> Description
image :: RentAction -> Image
name :: RentAction -> Name
sameAs :: RentAction -> SameAs
url :: RentAction -> Url
agent :: RentAction -> Agent
endTime :: RentAction -> EndTime
instrument :: RentAction -> Instrument
location :: RentAction -> Location
object :: RentAction -> Object
participant :: RentAction -> Participant
result :: RentAction -> Result
startTime :: RentAction -> StartTime
price :: RentAction -> Price
landlord :: RentAction -> Landlord
realEstateAgent :: RentAction -> RealEstateAgent
instance Typeable RentAction
instance Show RentAction
instance Read RentAction
instance Eq RentAction
instance MetaData RentAction
module Text.HTML5.MetaData.Schema.SellAction
-- |
data SellAction
SellAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Price -> Buyer -> WarrantyPromise -> SellAction
additionalType :: SellAction -> AdditionalType
alternateName :: SellAction -> AlternateName
description :: SellAction -> Description
image :: SellAction -> Image
name :: SellAction -> Name
sameAs :: SellAction -> SameAs
url :: SellAction -> Url
agent :: SellAction -> Agent
endTime :: SellAction -> EndTime
instrument :: SellAction -> Instrument
location :: SellAction -> Location
object :: SellAction -> Object
participant :: SellAction -> Participant
result :: SellAction -> Result
startTime :: SellAction -> StartTime
price :: SellAction -> Price
buyer :: SellAction -> Buyer
warrantyPromise :: SellAction -> WarrantyPromise
instance Typeable SellAction
instance Show SellAction
instance Read SellAction
instance Eq SellAction
instance MetaData SellAction
module Text.HTML5.MetaData.Schema.TradeAction
-- |
-- - id TradeAction
-- - label Trade Action
-- - comment
-- - ancestors
-- Thing,Action
-- - subtypes
-- BuyAction,DonateAction,OrderAction,PayAction,QuoteAction,RentAction,SellAction,TipAction
-- - supertypes Action
-- - url http://schema.org/TradeAction
--
data TradeAction
TradeAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Price -> TradeAction
additionalType :: TradeAction -> AdditionalType
alternateName :: TradeAction -> AlternateName
description :: TradeAction -> Description
image :: TradeAction -> Image
name :: TradeAction -> Name
sameAs :: TradeAction -> SameAs
url :: TradeAction -> Url
agent :: TradeAction -> Agent
endTime :: TradeAction -> EndTime
instrument :: TradeAction -> Instrument
location :: TradeAction -> Location
object :: TradeAction -> Object
participant :: TradeAction -> Participant
result :: TradeAction -> Result
startTime :: TradeAction -> StartTime
price :: TradeAction -> Price
instance Typeable TradeAction
instance Show TradeAction
instance Read TradeAction
instance Eq TradeAction
instance MetaData TradeAction
module Text.HTML5.MetaData.Schema.TipAction
-- |
data TipAction
TipAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Price -> Recipient -> TipAction
additionalType :: TipAction -> AdditionalType
alternateName :: TipAction -> AlternateName
description :: TipAction -> Description
image :: TipAction -> Image
name :: TipAction -> Name
sameAs :: TipAction -> SameAs
url :: TipAction -> Url
agent :: TipAction -> Agent
endTime :: TipAction -> EndTime
instrument :: TipAction -> Instrument
location :: TipAction -> Location
object :: TipAction -> Object
participant :: TipAction -> Participant
result :: TipAction -> Result
startTime :: TipAction -> StartTime
price :: TipAction -> Price
recipient :: TipAction -> Recipient
instance Typeable TipAction
instance Show TipAction
instance Read TipAction
instance Eq TipAction
instance MetaData TipAction
module Text.HTML5.MetaData.Schema.Table
-- |
-- - id Table
-- - label Table
-- - comment
-- - ancestors
-- Thing,CreativeWork,WebPageElement
-- - subtypes
-- - supertypes WebPageElement
-- - url http://schema.org/Table
--
data Table
Table :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> Table
additionalType :: Table -> AdditionalType
alternateName :: Table -> AlternateName
description :: Table -> Description
image :: Table -> Image
name :: Table -> Name
sameAs :: Table -> SameAs
url :: Table -> Url
about :: Table -> About
accessibilityAPI :: Table -> AccessibilityAPI
accessibilityControl :: Table -> AccessibilityControl
accessibilityFeature :: Table -> AccessibilityFeature
accessibilityHazard :: Table -> AccessibilityHazard
accountablePerson :: Table -> AccountablePerson
aggregateRating :: Table -> AggregateRating
alternativeHeadline :: Table -> AlternativeHeadline
associatedMedia :: Table -> AssociatedMedia
audience :: Table -> Audience
audio :: Table -> Audio
author :: Table -> Author
award :: Table -> Award
awards :: Table -> Awards
citation :: Table -> Citation
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
educationalAlignment :: Table -> EducationalAlignment
educationalUse :: Table -> EducationalUse
encoding :: Table -> Encoding
encodings :: Table -> Encodings
genre :: Table -> Genre
headline :: Table -> Headline
inLanguage :: Table -> InLanguage
interactionCount :: Table -> InteractionCount
interactivityType :: Table -> InteractivityType
isBasedOnUrl :: Table -> IsBasedOnUrl
isFamilyFriendly :: Table -> IsFamilyFriendly
keywords :: Table -> Keywords
learningResourceType :: Table -> LearningResourceType
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
timeRequired :: Table -> TimeRequired
typicalAgeRange :: Table -> TypicalAgeRange
version :: Table -> Version
video :: Table -> Video
instance Typeable Table
instance Show Table
instance Read Table
instance Eq Table
instance MetaData Table
module Text.HTML5.MetaData.Schema.CookAction
-- |
data CookAction
CookAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> FoodEstablishment -> FoodEvent -> Recipe -> CookAction
additionalType :: CookAction -> AdditionalType
alternateName :: CookAction -> AlternateName
description :: CookAction -> Description
image :: CookAction -> Image
name :: CookAction -> Name
sameAs :: CookAction -> SameAs
url :: CookAction -> Url
agent :: CookAction -> Agent
endTime :: CookAction -> EndTime
instrument :: CookAction -> Instrument
location :: CookAction -> Location
object :: CookAction -> Object
participant :: CookAction -> Participant
result :: CookAction -> Result
startTime :: CookAction -> StartTime
foodEstablishment :: CookAction -> FoodEstablishment
foodEvent :: CookAction -> FoodEvent
recipe :: CookAction -> Recipe
instance Typeable CookAction
instance Show CookAction
instance Read CookAction
instance Eq CookAction
instance MetaData CookAction
module Text.HTML5.MetaData.Schema.UserLikes
-- |
-- - id UserLikes
-- - label User Likes
-- - comment
-- - ancestors
-- Thing,Event,UserInteraction
-- - subtypes
-- - supertypes UserInteraction
-- - url http://schema.org/UserLikes
--
data UserLikes
UserLikes :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Attendee -> Attendees -> DoorTime -> Duration -> EndDate -> EventStatus -> Location -> Offers -> Performer -> Performers -> PreviousStartDate -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> TypicalAgeRange -> UserLikes
additionalType :: UserLikes -> AdditionalType
alternateName :: UserLikes -> AlternateName
description :: UserLikes -> Description
image :: UserLikes -> Image
name :: UserLikes -> Name
sameAs :: UserLikes -> SameAs
url :: UserLikes -> Url
attendee :: UserLikes -> Attendee
attendees :: UserLikes -> Attendees
doorTime :: UserLikes -> DoorTime
duration :: UserLikes -> Duration
endDate :: UserLikes -> EndDate
eventStatus :: UserLikes -> EventStatus
location :: UserLikes -> Location
offers :: UserLikes -> Offers
performer :: UserLikes -> Performer
performers :: UserLikes -> Performers
previousStartDate :: UserLikes -> PreviousStartDate
startDate :: UserLikes -> StartDate
subEvent :: UserLikes -> SubEvent
subEvents :: UserLikes -> SubEvents
superEvent :: UserLikes -> SuperEvent
typicalAgeRange :: UserLikes -> TypicalAgeRange
instance Typeable UserLikes
instance Show UserLikes
instance Read UserLikes
instance Eq UserLikes
instance MetaData UserLikes
module Text.HTML5.MetaData.Schema.BowlingAlley
-- |
data BowlingAlley
BowlingAlley :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> BowlingAlley
additionalType :: BowlingAlley -> AdditionalType
alternateName :: BowlingAlley -> AlternateName
description :: BowlingAlley -> Description
image :: BowlingAlley -> Image
name :: BowlingAlley -> Name
sameAs :: BowlingAlley -> SameAs
url :: BowlingAlley -> Url
address :: BowlingAlley -> Address
aggregateRating :: BowlingAlley -> AggregateRating
containedIn :: BowlingAlley -> ContainedIn
event :: BowlingAlley -> Event
events :: BowlingAlley -> Events
faxNumber :: BowlingAlley -> FaxNumber
geo :: BowlingAlley -> Geo
globalLocationNumber :: BowlingAlley -> GlobalLocationNumber
interactionCount :: BowlingAlley -> InteractionCount
isicV4 :: BowlingAlley -> IsicV4
logo :: BowlingAlley -> Logo
map :: BowlingAlley -> Map
maps :: BowlingAlley -> Maps
openingHoursSpecification :: BowlingAlley -> OpeningHoursSpecification
photo :: BowlingAlley -> Photo
photos :: BowlingAlley -> Photos
review :: BowlingAlley -> Review
reviews :: BowlingAlley -> Reviews
telephone :: BowlingAlley -> Telephone
brand :: BowlingAlley -> Brand
contactPoint :: BowlingAlley -> ContactPoint
contactPoints :: BowlingAlley -> ContactPoints
department :: BowlingAlley -> Department
duns :: BowlingAlley -> Duns
email :: BowlingAlley -> Email
employee :: BowlingAlley -> Employee
employees :: BowlingAlley -> Employees
founder :: BowlingAlley -> Founder
founders :: BowlingAlley -> Founders
foundingDate :: BowlingAlley -> FoundingDate
hasPOS :: BowlingAlley -> HasPOS
legalName :: BowlingAlley -> LegalName
location :: BowlingAlley -> Location
makesOffer :: BowlingAlley -> MakesOffer
member :: BowlingAlley -> Member
members :: BowlingAlley -> Members
naics :: BowlingAlley -> Naics
owns :: BowlingAlley -> Owns
seeks :: BowlingAlley -> Seeks
subOrganization :: BowlingAlley -> SubOrganization
taxID :: BowlingAlley -> TaxID
vatID :: BowlingAlley -> VatID
branchOf :: BowlingAlley -> BranchOf
currenciesAccepted :: BowlingAlley -> CurrenciesAccepted
openingHours :: BowlingAlley -> OpeningHours
paymentAccepted :: BowlingAlley -> PaymentAccepted
priceRange :: BowlingAlley -> PriceRange
instance Typeable BowlingAlley
instance Show BowlingAlley
instance Read BowlingAlley
instance Eq BowlingAlley
instance MetaData BowlingAlley
module Text.HTML5.MetaData.Schema.ExerciseGym
-- |
data ExerciseGym
ExerciseGym :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> ExerciseGym
additionalType :: ExerciseGym -> AdditionalType
alternateName :: ExerciseGym -> AlternateName
description :: ExerciseGym -> Description
image :: ExerciseGym -> Image
name :: ExerciseGym -> Name
sameAs :: ExerciseGym -> SameAs
url :: ExerciseGym -> Url
address :: ExerciseGym -> Address
aggregateRating :: ExerciseGym -> AggregateRating
containedIn :: ExerciseGym -> ContainedIn
event :: ExerciseGym -> Event
events :: ExerciseGym -> Events
faxNumber :: ExerciseGym -> FaxNumber
geo :: ExerciseGym -> Geo
globalLocationNumber :: ExerciseGym -> GlobalLocationNumber
interactionCount :: ExerciseGym -> InteractionCount
isicV4 :: ExerciseGym -> IsicV4
logo :: ExerciseGym -> Logo
map :: ExerciseGym -> Map
maps :: ExerciseGym -> Maps
openingHoursSpecification :: ExerciseGym -> OpeningHoursSpecification
photo :: ExerciseGym -> Photo
photos :: ExerciseGym -> Photos
review :: ExerciseGym -> Review
reviews :: ExerciseGym -> Reviews
telephone :: ExerciseGym -> Telephone
brand :: ExerciseGym -> Brand
contactPoint :: ExerciseGym -> ContactPoint
contactPoints :: ExerciseGym -> ContactPoints
department :: ExerciseGym -> Department
duns :: ExerciseGym -> Duns
email :: ExerciseGym -> Email
employee :: ExerciseGym -> Employee
employees :: ExerciseGym -> Employees
founder :: ExerciseGym -> Founder
founders :: ExerciseGym -> Founders
foundingDate :: ExerciseGym -> FoundingDate
hasPOS :: ExerciseGym -> HasPOS
legalName :: ExerciseGym -> LegalName
location :: ExerciseGym -> Location
makesOffer :: ExerciseGym -> MakesOffer
member :: ExerciseGym -> Member
members :: ExerciseGym -> Members
naics :: ExerciseGym -> Naics
owns :: ExerciseGym -> Owns
seeks :: ExerciseGym -> Seeks
subOrganization :: ExerciseGym -> SubOrganization
taxID :: ExerciseGym -> TaxID
vatID :: ExerciseGym -> VatID
branchOf :: ExerciseGym -> BranchOf
currenciesAccepted :: ExerciseGym -> CurrenciesAccepted
openingHours :: ExerciseGym -> OpeningHours
paymentAccepted :: ExerciseGym -> PaymentAccepted
priceRange :: ExerciseGym -> PriceRange
instance Typeable ExerciseGym
instance Show ExerciseGym
instance Read ExerciseGym
instance Eq ExerciseGym
instance MetaData ExerciseGym
module Text.HTML5.MetaData.Schema.GolfCourse
-- |
data GolfCourse
GolfCourse :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> GolfCourse
additionalType :: GolfCourse -> AdditionalType
alternateName :: GolfCourse -> AlternateName
description :: GolfCourse -> Description
image :: GolfCourse -> Image
name :: GolfCourse -> Name
sameAs :: GolfCourse -> SameAs
url :: GolfCourse -> Url
address :: GolfCourse -> Address
aggregateRating :: GolfCourse -> AggregateRating
containedIn :: GolfCourse -> ContainedIn
event :: GolfCourse -> Event
events :: GolfCourse -> Events
faxNumber :: GolfCourse -> FaxNumber
geo :: GolfCourse -> Geo
globalLocationNumber :: GolfCourse -> GlobalLocationNumber
interactionCount :: GolfCourse -> InteractionCount
isicV4 :: GolfCourse -> IsicV4
logo :: GolfCourse -> Logo
map :: GolfCourse -> Map
maps :: GolfCourse -> Maps
openingHoursSpecification :: GolfCourse -> OpeningHoursSpecification
photo :: GolfCourse -> Photo
photos :: GolfCourse -> Photos
review :: GolfCourse -> Review
reviews :: GolfCourse -> Reviews
telephone :: GolfCourse -> Telephone
brand :: GolfCourse -> Brand
contactPoint :: GolfCourse -> ContactPoint
contactPoints :: GolfCourse -> ContactPoints
department :: GolfCourse -> Department
duns :: GolfCourse -> Duns
email :: GolfCourse -> Email
employee :: GolfCourse -> Employee
employees :: GolfCourse -> Employees
founder :: GolfCourse -> Founder
founders :: GolfCourse -> Founders
foundingDate :: GolfCourse -> FoundingDate
hasPOS :: GolfCourse -> HasPOS
legalName :: GolfCourse -> LegalName
location :: GolfCourse -> Location
makesOffer :: GolfCourse -> MakesOffer
member :: GolfCourse -> Member
members :: GolfCourse -> Members
naics :: GolfCourse -> Naics
owns :: GolfCourse -> Owns
seeks :: GolfCourse -> Seeks
subOrganization :: GolfCourse -> SubOrganization
taxID :: GolfCourse -> TaxID
vatID :: GolfCourse -> VatID
branchOf :: GolfCourse -> BranchOf
currenciesAccepted :: GolfCourse -> CurrenciesAccepted
openingHours :: GolfCourse -> OpeningHours
paymentAccepted :: GolfCourse -> PaymentAccepted
priceRange :: GolfCourse -> PriceRange
instance Typeable GolfCourse
instance Show GolfCourse
instance Read GolfCourse
instance Eq GolfCourse
instance MetaData GolfCourse
module Text.HTML5.MetaData.Schema.HealthClub
-- |
data HealthClub
HealthClub :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> HealthClub
additionalType :: HealthClub -> AdditionalType
alternateName :: HealthClub -> AlternateName
description :: HealthClub -> Description
image :: HealthClub -> Image
name :: HealthClub -> Name
sameAs :: HealthClub -> SameAs
url :: HealthClub -> Url
address :: HealthClub -> Address
aggregateRating :: HealthClub -> AggregateRating
containedIn :: HealthClub -> ContainedIn
event :: HealthClub -> Event
events :: HealthClub -> Events
faxNumber :: HealthClub -> FaxNumber
geo :: HealthClub -> Geo
globalLocationNumber :: HealthClub -> GlobalLocationNumber
interactionCount :: HealthClub -> InteractionCount
isicV4 :: HealthClub -> IsicV4
logo :: HealthClub -> Logo
map :: HealthClub -> Map
maps :: HealthClub -> Maps
openingHoursSpecification :: HealthClub -> OpeningHoursSpecification
photo :: HealthClub -> Photo
photos :: HealthClub -> Photos
review :: HealthClub -> Review
reviews :: HealthClub -> Reviews
telephone :: HealthClub -> Telephone
brand :: HealthClub -> Brand
contactPoint :: HealthClub -> ContactPoint
contactPoints :: HealthClub -> ContactPoints
department :: HealthClub -> Department
duns :: HealthClub -> Duns
email :: HealthClub -> Email
employee :: HealthClub -> Employee
employees :: HealthClub -> Employees
founder :: HealthClub -> Founder
founders :: HealthClub -> Founders
foundingDate :: HealthClub -> FoundingDate
hasPOS :: HealthClub -> HasPOS
legalName :: HealthClub -> LegalName
location :: HealthClub -> Location
makesOffer :: HealthClub -> MakesOffer
member :: HealthClub -> Member
members :: HealthClub -> Members
naics :: HealthClub -> Naics
owns :: HealthClub -> Owns
seeks :: HealthClub -> Seeks
subOrganization :: HealthClub -> SubOrganization
taxID :: HealthClub -> TaxID
vatID :: HealthClub -> VatID
branchOf :: HealthClub -> BranchOf
currenciesAccepted :: HealthClub -> CurrenciesAccepted
openingHours :: HealthClub -> OpeningHours
paymentAccepted :: HealthClub -> PaymentAccepted
priceRange :: HealthClub -> PriceRange
instance Typeable HealthClub
instance Show HealthClub
instance Read HealthClub
instance Eq HealthClub
instance MetaData HealthClub
module Text.HTML5.MetaData.Schema.SportsClub
-- |
data SportsClub
SportsClub :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> SportsClub
additionalType :: SportsClub -> AdditionalType
alternateName :: SportsClub -> AlternateName
description :: SportsClub -> Description
image :: SportsClub -> Image
name :: SportsClub -> Name
sameAs :: SportsClub -> SameAs
url :: SportsClub -> Url
address :: SportsClub -> Address
aggregateRating :: SportsClub -> AggregateRating
containedIn :: SportsClub -> ContainedIn
event :: SportsClub -> Event
events :: SportsClub -> Events
faxNumber :: SportsClub -> FaxNumber
geo :: SportsClub -> Geo
globalLocationNumber :: SportsClub -> GlobalLocationNumber
interactionCount :: SportsClub -> InteractionCount
isicV4 :: SportsClub -> IsicV4
logo :: SportsClub -> Logo
map :: SportsClub -> Map
maps :: SportsClub -> Maps
openingHoursSpecification :: SportsClub -> OpeningHoursSpecification
photo :: SportsClub -> Photo
photos :: SportsClub -> Photos
review :: SportsClub -> Review
reviews :: SportsClub -> Reviews
telephone :: SportsClub -> Telephone
brand :: SportsClub -> Brand
contactPoint :: SportsClub -> ContactPoint
contactPoints :: SportsClub -> ContactPoints
department :: SportsClub -> Department
duns :: SportsClub -> Duns
email :: SportsClub -> Email
employee :: SportsClub -> Employee
employees :: SportsClub -> Employees
founder :: SportsClub -> Founder
founders :: SportsClub -> Founders
foundingDate :: SportsClub -> FoundingDate
hasPOS :: SportsClub -> HasPOS
legalName :: SportsClub -> LegalName
location :: SportsClub -> Location
makesOffer :: SportsClub -> MakesOffer
member :: SportsClub -> Member
members :: SportsClub -> Members
naics :: SportsClub -> Naics
owns :: SportsClub -> Owns
seeks :: SportsClub -> Seeks
subOrganization :: SportsClub -> SubOrganization
taxID :: SportsClub -> TaxID
vatID :: SportsClub -> VatID
branchOf :: SportsClub -> BranchOf
currenciesAccepted :: SportsClub -> CurrenciesAccepted
openingHours :: SportsClub -> OpeningHours
paymentAccepted :: SportsClub -> PaymentAccepted
priceRange :: SportsClub -> PriceRange
instance Typeable SportsClub
instance Show SportsClub
instance Read SportsClub
instance Eq SportsClub
instance MetaData SportsClub
module Text.HTML5.MetaData.Schema.SportsActivityLocation
-- |
-- - id SportsActivityLocation
-- - label Sports Activity Location
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- BowlingAlley,ExerciseGym,GolfCourse,HealthClub,PublicSwimmingPool,SkiResort,SportsClub,StadiumOrArena,TennisComplex
-- - supertypes LocalBusiness
-- - url
-- http://schema.org/SportsActivityLocation
--
data SportsActivityLocation
SportsActivityLocation :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> SportsActivityLocation
additionalType :: SportsActivityLocation -> AdditionalType
alternateName :: SportsActivityLocation -> AlternateName
description :: SportsActivityLocation -> Description
image :: SportsActivityLocation -> Image
name :: SportsActivityLocation -> Name
sameAs :: SportsActivityLocation -> SameAs
url :: SportsActivityLocation -> Url
address :: SportsActivityLocation -> Address
aggregateRating :: SportsActivityLocation -> AggregateRating
containedIn :: SportsActivityLocation -> ContainedIn
event :: SportsActivityLocation -> Event
events :: SportsActivityLocation -> Events
faxNumber :: SportsActivityLocation -> FaxNumber
geo :: SportsActivityLocation -> Geo
globalLocationNumber :: SportsActivityLocation -> GlobalLocationNumber
interactionCount :: SportsActivityLocation -> InteractionCount
isicV4 :: SportsActivityLocation -> IsicV4
logo :: SportsActivityLocation -> Logo
map :: SportsActivityLocation -> Map
maps :: SportsActivityLocation -> Maps
openingHoursSpecification :: SportsActivityLocation -> OpeningHoursSpecification
photo :: SportsActivityLocation -> Photo
photos :: SportsActivityLocation -> Photos
review :: SportsActivityLocation -> Review
reviews :: SportsActivityLocation -> Reviews
telephone :: SportsActivityLocation -> Telephone
brand :: SportsActivityLocation -> Brand
contactPoint :: SportsActivityLocation -> ContactPoint
contactPoints :: SportsActivityLocation -> ContactPoints
department :: SportsActivityLocation -> Department
duns :: SportsActivityLocation -> Duns
email :: SportsActivityLocation -> Email
employee :: SportsActivityLocation -> Employee
employees :: SportsActivityLocation -> Employees
founder :: SportsActivityLocation -> Founder
founders :: SportsActivityLocation -> Founders
foundingDate :: SportsActivityLocation -> FoundingDate
hasPOS :: SportsActivityLocation -> HasPOS
legalName :: SportsActivityLocation -> LegalName
location :: SportsActivityLocation -> Location
makesOffer :: SportsActivityLocation -> MakesOffer
member :: SportsActivityLocation -> Member
members :: SportsActivityLocation -> Members
naics :: SportsActivityLocation -> Naics
owns :: SportsActivityLocation -> Owns
seeks :: SportsActivityLocation -> Seeks
subOrganization :: SportsActivityLocation -> SubOrganization
taxID :: SportsActivityLocation -> TaxID
vatID :: SportsActivityLocation -> VatID
branchOf :: SportsActivityLocation -> BranchOf
currenciesAccepted :: SportsActivityLocation -> CurrenciesAccepted
openingHours :: SportsActivityLocation -> OpeningHours
paymentAccepted :: SportsActivityLocation -> PaymentAccepted
priceRange :: SportsActivityLocation -> PriceRange
instance Typeable SportsActivityLocation
instance Show SportsActivityLocation
instance Read SportsActivityLocation
instance Eq SportsActivityLocation
instance MetaData SportsActivityLocation
module Text.HTML5.MetaData.Schema.StadiumOrArena
-- |
data StadiumOrArena
StadiumOrArena :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> StadiumOrArena
additionalType :: StadiumOrArena -> AdditionalType
alternateName :: StadiumOrArena -> AlternateName
description :: StadiumOrArena -> Description
image :: StadiumOrArena -> Image
name :: StadiumOrArena -> Name
sameAs :: StadiumOrArena -> SameAs
url :: StadiumOrArena -> Url
address :: StadiumOrArena -> Address
aggregateRating :: StadiumOrArena -> AggregateRating
containedIn :: StadiumOrArena -> ContainedIn
event :: StadiumOrArena -> Event
events :: StadiumOrArena -> Events
faxNumber :: StadiumOrArena -> FaxNumber
geo :: StadiumOrArena -> Geo
globalLocationNumber :: StadiumOrArena -> GlobalLocationNumber
interactionCount :: StadiumOrArena -> InteractionCount
isicV4 :: StadiumOrArena -> IsicV4
logo :: StadiumOrArena -> Logo
map :: StadiumOrArena -> Map
maps :: StadiumOrArena -> Maps
openingHoursSpecification :: StadiumOrArena -> OpeningHoursSpecification
photo :: StadiumOrArena -> Photo
photos :: StadiumOrArena -> Photos
review :: StadiumOrArena -> Review
reviews :: StadiumOrArena -> Reviews
telephone :: StadiumOrArena -> Telephone
brand :: StadiumOrArena -> Brand
contactPoint :: StadiumOrArena -> ContactPoint
contactPoints :: StadiumOrArena -> ContactPoints
department :: StadiumOrArena -> Department
duns :: StadiumOrArena -> Duns
email :: StadiumOrArena -> Email
employee :: StadiumOrArena -> Employee
employees :: StadiumOrArena -> Employees
founder :: StadiumOrArena -> Founder
founders :: StadiumOrArena -> Founders
foundingDate :: StadiumOrArena -> FoundingDate
hasPOS :: StadiumOrArena -> HasPOS
legalName :: StadiumOrArena -> LegalName
location :: StadiumOrArena -> Location
makesOffer :: StadiumOrArena -> MakesOffer
member :: StadiumOrArena -> Member
members :: StadiumOrArena -> Members
naics :: StadiumOrArena -> Naics
owns :: StadiumOrArena -> Owns
seeks :: StadiumOrArena -> Seeks
subOrganization :: StadiumOrArena -> SubOrganization
taxID :: StadiumOrArena -> TaxID
vatID :: StadiumOrArena -> VatID
branchOf :: StadiumOrArena -> BranchOf
currenciesAccepted :: StadiumOrArena -> CurrenciesAccepted
openingHours :: StadiumOrArena -> OpeningHours
paymentAccepted :: StadiumOrArena -> PaymentAccepted
priceRange :: StadiumOrArena -> PriceRange
instance Typeable StadiumOrArena
instance Show StadiumOrArena
instance Read StadiumOrArena
instance Eq StadiumOrArena
instance MetaData StadiumOrArena
module Text.HTML5.MetaData.Schema.ScheduleAction
-- |
-- - id ScheduleAction
-- - label Schedule Action
-- - comment
-- - ancestors
-- Thing,Action,OrganizeAction,PlanAction
-- - subtypes
-- - supertypes PlanAction
-- - url http://schema.org/ScheduleAction
--
data ScheduleAction
ScheduleAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> ScheduledTime -> ScheduleAction
additionalType :: ScheduleAction -> AdditionalType
alternateName :: ScheduleAction -> AlternateName
description :: ScheduleAction -> Description
image :: ScheduleAction -> Image
name :: ScheduleAction -> Name
sameAs :: ScheduleAction -> SameAs
url :: ScheduleAction -> Url
agent :: ScheduleAction -> Agent
endTime :: ScheduleAction -> EndTime
instrument :: ScheduleAction -> Instrument
location :: ScheduleAction -> Location
object :: ScheduleAction -> Object
participant :: ScheduleAction -> Participant
result :: ScheduleAction -> Result
startTime :: ScheduleAction -> StartTime
scheduledTime :: ScheduleAction -> ScheduledTime
instance Typeable ScheduleAction
instance Show ScheduleAction
instance Read ScheduleAction
instance Eq ScheduleAction
instance MetaData ScheduleAction
module Text.HTML5.MetaData.Schema.Service
-- |
-- - id Service
-- - label Service
-- - comment
-- - ancestors
-- Thing,Intangible
-- - subtypes GovernmentService
-- - supertypes Intangible
-- - url http://schema.org/Service
--
data Service
Service :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> AvailableChannel -> Produces -> Provider -> ServiceArea -> ServiceAudience -> ServiceType -> Service
additionalType :: Service -> AdditionalType
alternateName :: Service -> AlternateName
description :: Service -> Description
image :: Service -> Image
name :: Service -> Name
sameAs :: Service -> SameAs
url :: Service -> Url
availableChannel :: Service -> AvailableChannel
produces :: Service -> Produces
provider :: Service -> Provider
serviceArea :: Service -> ServiceArea
serviceAudience :: Service -> ServiceAudience
serviceType :: Service -> ServiceType
instance Typeable Service
instance Show Service
instance Read Service
instance Eq Service
instance MetaData Service
module Text.HTML5.MetaData.Schema.GovernmentService
-- |
-- - id GovernmentService
-- - label Government Service
-- - comment
-- - ancestors
-- Thing,Intangible,Service
-- - subtypes
-- - supertypes Service
-- - url
-- http://schema.org/GovernmentService
--
data GovernmentService
GovernmentService :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> AvailableChannel -> Produces -> Provider -> ServiceArea -> ServiceAudience -> ServiceType -> ServiceOperator -> GovernmentService
additionalType :: GovernmentService -> AdditionalType
alternateName :: GovernmentService -> AlternateName
description :: GovernmentService -> Description
image :: GovernmentService -> Image
name :: GovernmentService -> Name
sameAs :: GovernmentService -> SameAs
url :: GovernmentService -> Url
availableChannel :: GovernmentService -> AvailableChannel
produces :: GovernmentService -> Produces
provider :: GovernmentService -> Provider
serviceArea :: GovernmentService -> ServiceArea
serviceAudience :: GovernmentService -> ServiceAudience
serviceType :: GovernmentService -> ServiceType
serviceOperator :: GovernmentService -> ServiceOperator
instance Typeable GovernmentService
instance Show GovernmentService
instance Read GovernmentService
instance Eq GovernmentService
instance MetaData GovernmentService
module Text.HTML5.MetaData.Schema.GroceryStore
-- |
-- - id GroceryStore
-- - label Grocery Store
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/GroceryStore
--
data GroceryStore
GroceryStore :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> GroceryStore
additionalType :: GroceryStore -> AdditionalType
alternateName :: GroceryStore -> AlternateName
description :: GroceryStore -> Description
image :: GroceryStore -> Image
name :: GroceryStore -> Name
sameAs :: GroceryStore -> SameAs
url :: GroceryStore -> Url
address :: GroceryStore -> Address
aggregateRating :: GroceryStore -> AggregateRating
containedIn :: GroceryStore -> ContainedIn
event :: GroceryStore -> Event
events :: GroceryStore -> Events
faxNumber :: GroceryStore -> FaxNumber
geo :: GroceryStore -> Geo
globalLocationNumber :: GroceryStore -> GlobalLocationNumber
interactionCount :: GroceryStore -> InteractionCount
isicV4 :: GroceryStore -> IsicV4
logo :: GroceryStore -> Logo
map :: GroceryStore -> Map
maps :: GroceryStore -> Maps
openingHoursSpecification :: GroceryStore -> OpeningHoursSpecification
photo :: GroceryStore -> Photo
photos :: GroceryStore -> Photos
review :: GroceryStore -> Review
reviews :: GroceryStore -> Reviews
telephone :: GroceryStore -> Telephone
brand :: GroceryStore -> Brand
contactPoint :: GroceryStore -> ContactPoint
contactPoints :: GroceryStore -> ContactPoints
department :: GroceryStore -> Department
duns :: GroceryStore -> Duns
email :: GroceryStore -> Email
employee :: GroceryStore -> Employee
employees :: GroceryStore -> Employees
founder :: GroceryStore -> Founder
founders :: GroceryStore -> Founders
foundingDate :: GroceryStore -> FoundingDate
hasPOS :: GroceryStore -> HasPOS
legalName :: GroceryStore -> LegalName
location :: GroceryStore -> Location
makesOffer :: GroceryStore -> MakesOffer
member :: GroceryStore -> Member
members :: GroceryStore -> Members
naics :: GroceryStore -> Naics
owns :: GroceryStore -> Owns
seeks :: GroceryStore -> Seeks
subOrganization :: GroceryStore -> SubOrganization
taxID :: GroceryStore -> TaxID
vatID :: GroceryStore -> VatID
branchOf :: GroceryStore -> BranchOf
currenciesAccepted :: GroceryStore -> CurrenciesAccepted
openingHours :: GroceryStore -> OpeningHours
paymentAccepted :: GroceryStore -> PaymentAccepted
priceRange :: GroceryStore -> PriceRange
instance Typeable GroceryStore
instance Show GroceryStore
instance Read GroceryStore
instance Eq GroceryStore
instance MetaData GroceryStore
module Text.HTML5.MetaData.Schema.ApprovedIndication
-- |
-- - id ApprovedIndication
-- - label Approved Indication
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalIndication
-- - subtypes
-- - supertypes
-- MedicalIndication
-- - url
-- http://schema.org/ApprovedIndication
--
data ApprovedIndication
ApprovedIndication :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> ApprovedIndication
additionalType :: ApprovedIndication -> AdditionalType
alternateName :: ApprovedIndication -> AlternateName
description :: ApprovedIndication -> Description
image :: ApprovedIndication -> Image
name :: ApprovedIndication -> Name
sameAs :: ApprovedIndication -> SameAs
url :: ApprovedIndication -> Url
code :: ApprovedIndication -> Code
guideline :: ApprovedIndication -> Guideline
medicineSystem :: ApprovedIndication -> MedicineSystem
recognizingAuthority :: ApprovedIndication -> RecognizingAuthority
relevantSpecialty :: ApprovedIndication -> RelevantSpecialty
study :: ApprovedIndication -> Study
instance Typeable ApprovedIndication
instance Show ApprovedIndication
instance Read ApprovedIndication
instance Eq ApprovedIndication
instance MetaData ApprovedIndication
module Text.HTML5.MetaData.Schema.EndorseAction
-- |
-- - id EndorseAction
-- - label Endorse Action
-- - comment
-- - ancestors
-- Thing,Action,AssessAction,ReactAction
-- - subtypes
-- - supertypes ReactAction
-- - url http://schema.org/EndorseAction
--
data EndorseAction
EndorseAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Endorsee -> EndorseAction
additionalType :: EndorseAction -> AdditionalType
alternateName :: EndorseAction -> AlternateName
description :: EndorseAction -> Description
image :: EndorseAction -> Image
name :: EndorseAction -> Name
sameAs :: EndorseAction -> SameAs
url :: EndorseAction -> Url
agent :: EndorseAction -> Agent
endTime :: EndorseAction -> EndTime
instrument :: EndorseAction -> Instrument
location :: EndorseAction -> Location
object :: EndorseAction -> Object
participant :: EndorseAction -> Participant
result :: EndorseAction -> Result
startTime :: EndorseAction -> StartTime
endorsee :: EndorseAction -> Endorsee
instance Typeable EndorseAction
instance Show EndorseAction
instance Read EndorseAction
instance Eq EndorseAction
instance MetaData EndorseAction
module Text.HTML5.MetaData.Schema.CheckInAction
-- |
-- - id CheckInAction
-- - label Check in Action
-- - comment
-- - ancestors
-- Thing,Action,InteractAction,CommunicateAction
-- - subtypes
-- - supertypes
-- CommunicateAction
-- - url http://schema.org/CheckInAction
--
data CheckInAction
CheckInAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> About -> Language -> Recipient -> CheckInAction
additionalType :: CheckInAction -> AdditionalType
alternateName :: CheckInAction -> AlternateName
description :: CheckInAction -> Description
image :: CheckInAction -> Image
name :: CheckInAction -> Name
sameAs :: CheckInAction -> SameAs
url :: CheckInAction -> Url
agent :: CheckInAction -> Agent
endTime :: CheckInAction -> EndTime
instrument :: CheckInAction -> Instrument
location :: CheckInAction -> Location
object :: CheckInAction -> Object
participant :: CheckInAction -> Participant
result :: CheckInAction -> Result
startTime :: CheckInAction -> StartTime
about :: CheckInAction -> About
language :: CheckInAction -> Language
recipient :: CheckInAction -> Recipient
instance Typeable CheckInAction
instance Show CheckInAction
instance Read CheckInAction
instance Eq CheckInAction
instance MetaData CheckInAction
module Text.HTML5.MetaData.Schema.CheckOutAction
-- |
-- - id CheckOutAction
-- - label Check Out Action
-- - comment
-- - ancestors
-- Thing,Action,InteractAction,CommunicateAction
-- - subtypes
-- - supertypes
-- CommunicateAction
-- - url http://schema.org/CheckOutAction
--
data CheckOutAction
CheckOutAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> About -> Language -> Recipient -> CheckOutAction
additionalType :: CheckOutAction -> AdditionalType
alternateName :: CheckOutAction -> AlternateName
description :: CheckOutAction -> Description
image :: CheckOutAction -> Image
name :: CheckOutAction -> Name
sameAs :: CheckOutAction -> SameAs
url :: CheckOutAction -> Url
agent :: CheckOutAction -> Agent
endTime :: CheckOutAction -> EndTime
instrument :: CheckOutAction -> Instrument
location :: CheckOutAction -> Location
object :: CheckOutAction -> Object
participant :: CheckOutAction -> Participant
result :: CheckOutAction -> Result
startTime :: CheckOutAction -> StartTime
about :: CheckOutAction -> About
language :: CheckOutAction -> Language
recipient :: CheckOutAction -> Recipient
instance Typeable CheckOutAction
instance Show CheckOutAction
instance Read CheckOutAction
instance Eq CheckOutAction
instance MetaData CheckOutAction
module Text.HTML5.MetaData.Schema.CommentAction
-- |
-- - id CommentAction
-- - label Comment Action
-- - comment
-- - ancestors
-- Thing,Action,InteractAction,CommunicateAction
-- - subtypes
-- - supertypes
-- CommunicateAction
-- - url http://schema.org/CommentAction
--
data CommentAction
CommentAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> About -> Language -> Recipient -> CommentAction
additionalType :: CommentAction -> AdditionalType
alternateName :: CommentAction -> AlternateName
description :: CommentAction -> Description
image :: CommentAction -> Image
name :: CommentAction -> Name
sameAs :: CommentAction -> SameAs
url :: CommentAction -> Url
agent :: CommentAction -> Agent
endTime :: CommentAction -> EndTime
instrument :: CommentAction -> Instrument
location :: CommentAction -> Location
object :: CommentAction -> Object
participant :: CommentAction -> Participant
result :: CommentAction -> Result
startTime :: CommentAction -> StartTime
about :: CommentAction -> About
language :: CommentAction -> Language
recipient :: CommentAction -> Recipient
instance Typeable CommentAction
instance Show CommentAction
instance Read CommentAction
instance Eq CommentAction
instance MetaData CommentAction
module Text.HTML5.MetaData.Schema.InviteAction
-- |
-- - id InviteAction
-- - label Invite Action
-- - comment
-- - ancestors
-- Thing,Action,InteractAction,CommunicateAction
-- - subtypes
-- - supertypes
-- CommunicateAction
-- - url http://schema.org/InviteAction
--
data InviteAction
InviteAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> About -> Language -> Recipient -> Event -> InviteAction
additionalType :: InviteAction -> AdditionalType
alternateName :: InviteAction -> AlternateName
description :: InviteAction -> Description
image :: InviteAction -> Image
name :: InviteAction -> Name
sameAs :: InviteAction -> SameAs
url :: InviteAction -> Url
agent :: InviteAction -> Agent
endTime :: InviteAction -> EndTime
instrument :: InviteAction -> Instrument
location :: InviteAction -> Location
object :: InviteAction -> Object
participant :: InviteAction -> Participant
result :: InviteAction -> Result
startTime :: InviteAction -> StartTime
about :: InviteAction -> About
language :: InviteAction -> Language
recipient :: InviteAction -> Recipient
event :: InviteAction -> Event
instance Typeable InviteAction
instance Show InviteAction
instance Read InviteAction
instance Eq InviteAction
instance MetaData InviteAction
module Text.HTML5.MetaData.Schema.ReplyAction
-- |
-- - id ReplyAction
-- - label Reply Action
-- - comment
-- - ancestors
-- Thing,Action,InteractAction,CommunicateAction
-- - subtypes
-- - supertypes
-- CommunicateAction
-- - url http://schema.org/ReplyAction
--
data ReplyAction
ReplyAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> About -> Language -> Recipient -> ReplyAction
additionalType :: ReplyAction -> AdditionalType
alternateName :: ReplyAction -> AlternateName
description :: ReplyAction -> Description
image :: ReplyAction -> Image
name :: ReplyAction -> Name
sameAs :: ReplyAction -> SameAs
url :: ReplyAction -> Url
agent :: ReplyAction -> Agent
endTime :: ReplyAction -> EndTime
instrument :: ReplyAction -> Instrument
location :: ReplyAction -> Location
object :: ReplyAction -> Object
participant :: ReplyAction -> Participant
result :: ReplyAction -> Result
startTime :: ReplyAction -> StartTime
about :: ReplyAction -> About
language :: ReplyAction -> Language
recipient :: ReplyAction -> Recipient
instance Typeable ReplyAction
instance Show ReplyAction
instance Read ReplyAction
instance Eq ReplyAction
instance MetaData ReplyAction
module Text.HTML5.MetaData.Schema.CommunicateAction
-- |
-- - id CommunicateAction
-- - label Communicate Action
-- - comment
-- - ancestors
-- Thing,Action,InteractAction
-- - subtypes
-- AskAction,CheckInAction,CheckOutAction,CommentAction,InformAction,InviteAction,ReplyAction,ShareAction
-- - supertypes InteractAction
-- - url
-- http://schema.org/CommunicateAction
--
data CommunicateAction
CommunicateAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> About -> Language -> Recipient -> CommunicateAction
additionalType :: CommunicateAction -> AdditionalType
alternateName :: CommunicateAction -> AlternateName
description :: CommunicateAction -> Description
image :: CommunicateAction -> Image
name :: CommunicateAction -> Name
sameAs :: CommunicateAction -> SameAs
url :: CommunicateAction -> Url
agent :: CommunicateAction -> Agent
endTime :: CommunicateAction -> EndTime
instrument :: CommunicateAction -> Instrument
location :: CommunicateAction -> Location
object :: CommunicateAction -> Object
participant :: CommunicateAction -> Participant
result :: CommunicateAction -> Result
startTime :: CommunicateAction -> StartTime
about :: CommunicateAction -> About
language :: CommunicateAction -> Language
recipient :: CommunicateAction -> Recipient
instance Typeable CommunicateAction
instance Show CommunicateAction
instance Read CommunicateAction
instance Eq CommunicateAction
instance MetaData CommunicateAction
module Text.HTML5.MetaData.Schema.ShareAction
-- |
-- - id ShareAction
-- - label Share Action
-- - comment
-- - ancestors
-- Thing,Action,InteractAction,CommunicateAction
-- - subtypes
-- - supertypes
-- CommunicateAction
-- - url http://schema.org/ShareAction
--
data ShareAction
ShareAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> About -> Language -> Recipient -> ShareAction
additionalType :: ShareAction -> AdditionalType
alternateName :: ShareAction -> AlternateName
description :: ShareAction -> Description
image :: ShareAction -> Image
name :: ShareAction -> Name
sameAs :: ShareAction -> SameAs
url :: ShareAction -> Url
agent :: ShareAction -> Agent
endTime :: ShareAction -> EndTime
instrument :: ShareAction -> Instrument
location :: ShareAction -> Location
object :: ShareAction -> Object
participant :: ShareAction -> Participant
result :: ShareAction -> Result
startTime :: ShareAction -> StartTime
about :: ShareAction -> About
language :: ShareAction -> Language
recipient :: ShareAction -> Recipient
instance Typeable ShareAction
instance Show ShareAction
instance Read ShareAction
instance Eq ShareAction
instance MetaData ShareAction
module Text.HTML5.MetaData.Schema.FindAction
-- |
data FindAction
FindAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> FindAction
additionalType :: FindAction -> AdditionalType
alternateName :: FindAction -> AlternateName
description :: FindAction -> Description
image :: FindAction -> Image
name :: FindAction -> Name
sameAs :: FindAction -> SameAs
url :: FindAction -> Url
agent :: FindAction -> Agent
endTime :: FindAction -> EndTime
instrument :: FindAction -> Instrument
location :: FindAction -> Location
object :: FindAction -> Object
participant :: FindAction -> Participant
result :: FindAction -> Result
startTime :: FindAction -> StartTime
instance Typeable FindAction
instance Show FindAction
instance Read FindAction
instance Eq FindAction
instance MetaData FindAction
module Text.HTML5.MetaData.Schema.DiscoverAction
-- |
data DiscoverAction
DiscoverAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> DiscoverAction
additionalType :: DiscoverAction -> AdditionalType
alternateName :: DiscoverAction -> AlternateName
description :: DiscoverAction -> Description
image :: DiscoverAction -> Image
name :: DiscoverAction -> Name
sameAs :: DiscoverAction -> SameAs
url :: DiscoverAction -> Url
agent :: DiscoverAction -> Agent
endTime :: DiscoverAction -> EndTime
instrument :: DiscoverAction -> Instrument
location :: DiscoverAction -> Location
object :: DiscoverAction -> Object
participant :: DiscoverAction -> Participant
result :: DiscoverAction -> Result
startTime :: DiscoverAction -> StartTime
instance Typeable DiscoverAction
instance Show DiscoverAction
instance Read DiscoverAction
instance Eq DiscoverAction
instance MetaData DiscoverAction
module Text.HTML5.MetaData.Schema.MedicalTestPanel
-- |
-- - id MedicalTestPanel
-- - label Medical Test Panel
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalTest
-- - subtypes
-- - supertypes MedicalTest
-- - url http://schema.org/MedicalTestPanel
--
data MedicalTestPanel
MedicalTestPanel :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AffectedBy -> NormalRange -> SignDetected -> UsedToDiagnose -> UsesDevice -> SubTest -> MedicalTestPanel
additionalType :: MedicalTestPanel -> AdditionalType
alternateName :: MedicalTestPanel -> AlternateName
description :: MedicalTestPanel -> Description
image :: MedicalTestPanel -> Image
name :: MedicalTestPanel -> Name
sameAs :: MedicalTestPanel -> SameAs
url :: MedicalTestPanel -> Url
code :: MedicalTestPanel -> Code
guideline :: MedicalTestPanel -> Guideline
medicineSystem :: MedicalTestPanel -> MedicineSystem
recognizingAuthority :: MedicalTestPanel -> RecognizingAuthority
relevantSpecialty :: MedicalTestPanel -> RelevantSpecialty
study :: MedicalTestPanel -> Study
affectedBy :: MedicalTestPanel -> AffectedBy
normalRange :: MedicalTestPanel -> NormalRange
signDetected :: MedicalTestPanel -> SignDetected
usedToDiagnose :: MedicalTestPanel -> UsedToDiagnose
usesDevice :: MedicalTestPanel -> UsesDevice
subTest :: MedicalTestPanel -> SubTest
instance Typeable MedicalTestPanel
instance Show MedicalTestPanel
instance Read MedicalTestPanel
instance Eq MedicalTestPanel
instance MetaData MedicalTestPanel
module Text.HTML5.MetaData.Schema.Pharmacy
-- |
-- - id Pharmacy
-- - label Pharmacy
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,MedicalOrganization
-- - subtypes
-- - supertypes
-- MedicalOrganization
-- - url http://schema.org/Pharmacy
--
data Pharmacy
Pharmacy :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Pharmacy
additionalType :: Pharmacy -> AdditionalType
alternateName :: Pharmacy -> AlternateName
description :: Pharmacy -> Description
image :: Pharmacy -> Image
name :: Pharmacy -> Name
sameAs :: Pharmacy -> SameAs
url :: Pharmacy -> Url
address :: Pharmacy -> Address
aggregateRating :: Pharmacy -> AggregateRating
containedIn :: Pharmacy -> ContainedIn
event :: Pharmacy -> Event
events :: Pharmacy -> Events
faxNumber :: Pharmacy -> FaxNumber
geo :: Pharmacy -> Geo
globalLocationNumber :: Pharmacy -> GlobalLocationNumber
interactionCount :: Pharmacy -> InteractionCount
isicV4 :: Pharmacy -> IsicV4
logo :: Pharmacy -> Logo
map :: Pharmacy -> Map
maps :: Pharmacy -> Maps
openingHoursSpecification :: Pharmacy -> OpeningHoursSpecification
photo :: Pharmacy -> Photo
photos :: Pharmacy -> Photos
review :: Pharmacy -> Review
reviews :: Pharmacy -> Reviews
telephone :: Pharmacy -> Telephone
brand :: Pharmacy -> Brand
contactPoint :: Pharmacy -> ContactPoint
contactPoints :: Pharmacy -> ContactPoints
department :: Pharmacy -> Department
duns :: Pharmacy -> Duns
email :: Pharmacy -> Email
employee :: Pharmacy -> Employee
employees :: Pharmacy -> Employees
founder :: Pharmacy -> Founder
founders :: Pharmacy -> Founders
foundingDate :: Pharmacy -> FoundingDate
hasPOS :: Pharmacy -> HasPOS
legalName :: Pharmacy -> LegalName
location :: Pharmacy -> Location
makesOffer :: Pharmacy -> MakesOffer
member :: Pharmacy -> Member
members :: Pharmacy -> Members
naics :: Pharmacy -> Naics
owns :: Pharmacy -> Owns
seeks :: Pharmacy -> Seeks
subOrganization :: Pharmacy -> SubOrganization
taxID :: Pharmacy -> TaxID
vatID :: Pharmacy -> VatID
branchOf :: Pharmacy -> BranchOf
currenciesAccepted :: Pharmacy -> CurrenciesAccepted
openingHours :: Pharmacy -> OpeningHours
paymentAccepted :: Pharmacy -> PaymentAccepted
priceRange :: Pharmacy -> PriceRange
instance Typeable Pharmacy
instance Show Pharmacy
instance Read Pharmacy
instance Eq Pharmacy
instance MetaData Pharmacy
module Text.HTML5.MetaData.Schema.VeterinaryCare
-- |
-- - id VeterinaryCare
-- - label Veterinary Care
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,MedicalOrganization
-- - subtypes
-- - supertypes
-- MedicalOrganization
-- - url http://schema.org/VeterinaryCare
--
data VeterinaryCare
VeterinaryCare :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> VeterinaryCare
additionalType :: VeterinaryCare -> AdditionalType
alternateName :: VeterinaryCare -> AlternateName
description :: VeterinaryCare -> Description
image :: VeterinaryCare -> Image
name :: VeterinaryCare -> Name
sameAs :: VeterinaryCare -> SameAs
url :: VeterinaryCare -> Url
address :: VeterinaryCare -> Address
aggregateRating :: VeterinaryCare -> AggregateRating
containedIn :: VeterinaryCare -> ContainedIn
event :: VeterinaryCare -> Event
events :: VeterinaryCare -> Events
faxNumber :: VeterinaryCare -> FaxNumber
geo :: VeterinaryCare -> Geo
globalLocationNumber :: VeterinaryCare -> GlobalLocationNumber
interactionCount :: VeterinaryCare -> InteractionCount
isicV4 :: VeterinaryCare -> IsicV4
logo :: VeterinaryCare -> Logo
map :: VeterinaryCare -> Map
maps :: VeterinaryCare -> Maps
openingHoursSpecification :: VeterinaryCare -> OpeningHoursSpecification
photo :: VeterinaryCare -> Photo
photos :: VeterinaryCare -> Photos
review :: VeterinaryCare -> Review
reviews :: VeterinaryCare -> Reviews
telephone :: VeterinaryCare -> Telephone
brand :: VeterinaryCare -> Brand
contactPoint :: VeterinaryCare -> ContactPoint
contactPoints :: VeterinaryCare -> ContactPoints
department :: VeterinaryCare -> Department
duns :: VeterinaryCare -> Duns
email :: VeterinaryCare -> Email
employee :: VeterinaryCare -> Employee
employees :: VeterinaryCare -> Employees
founder :: VeterinaryCare -> Founder
founders :: VeterinaryCare -> Founders
foundingDate :: VeterinaryCare -> FoundingDate
hasPOS :: VeterinaryCare -> HasPOS
legalName :: VeterinaryCare -> LegalName
location :: VeterinaryCare -> Location
makesOffer :: VeterinaryCare -> MakesOffer
member :: VeterinaryCare -> Member
members :: VeterinaryCare -> Members
naics :: VeterinaryCare -> Naics
owns :: VeterinaryCare -> Owns
seeks :: VeterinaryCare -> Seeks
subOrganization :: VeterinaryCare -> SubOrganization
taxID :: VeterinaryCare -> TaxID
vatID :: VeterinaryCare -> VatID
branchOf :: VeterinaryCare -> BranchOf
currenciesAccepted :: VeterinaryCare -> CurrenciesAccepted
openingHours :: VeterinaryCare -> OpeningHours
paymentAccepted :: VeterinaryCare -> PaymentAccepted
priceRange :: VeterinaryCare -> PriceRange
instance Typeable VeterinaryCare
instance Show VeterinaryCare
instance Read VeterinaryCare
instance Eq VeterinaryCare
instance MetaData VeterinaryCare
module Text.HTML5.MetaData.Schema.WantAction
-- |
-- - id WantAction
-- - label Want Action
-- - comment
-- - ancestors
-- Thing,Action,AssessAction,ReactAction
-- - subtypes
-- - supertypes ReactAction
-- - url http://schema.org/WantAction
--
data WantAction
WantAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> WantAction
additionalType :: WantAction -> AdditionalType
alternateName :: WantAction -> AlternateName
description :: WantAction -> Description
image :: WantAction -> Image
name :: WantAction -> Name
sameAs :: WantAction -> SameAs
url :: WantAction -> Url
agent :: WantAction -> Agent
endTime :: WantAction -> EndTime
instrument :: WantAction -> Instrument
location :: WantAction -> Location
object :: WantAction -> Object
participant :: WantAction -> Participant
result :: WantAction -> Result
startTime :: WantAction -> StartTime
instance Typeable WantAction
instance Show WantAction
instance Read WantAction
instance Eq WantAction
instance MetaData WantAction
module Text.HTML5.MetaData.Schema.InstallAction
-- |
data InstallAction
InstallAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> InstallAction
additionalType :: InstallAction -> AdditionalType
alternateName :: InstallAction -> AlternateName
description :: InstallAction -> Description
image :: InstallAction -> Image
name :: InstallAction -> Name
sameAs :: InstallAction -> SameAs
url :: InstallAction -> Url
agent :: InstallAction -> Agent
endTime :: InstallAction -> EndTime
instrument :: InstallAction -> Instrument
location :: InstallAction -> Location
object :: InstallAction -> Object
participant :: InstallAction -> Participant
result :: InstallAction -> Result
startTime :: InstallAction -> StartTime
instance Typeable InstallAction
instance Show InstallAction
instance Read InstallAction
instance Eq InstallAction
instance MetaData InstallAction
module Text.HTML5.MetaData.Schema.ListenAction
-- |
data ListenAction
ListenAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> ListenAction
additionalType :: ListenAction -> AdditionalType
alternateName :: ListenAction -> AlternateName
description :: ListenAction -> Description
image :: ListenAction -> Image
name :: ListenAction -> Name
sameAs :: ListenAction -> SameAs
url :: ListenAction -> Url
agent :: ListenAction -> Agent
endTime :: ListenAction -> EndTime
instrument :: ListenAction -> Instrument
location :: ListenAction -> Location
object :: ListenAction -> Object
participant :: ListenAction -> Participant
result :: ListenAction -> Result
startTime :: ListenAction -> StartTime
instance Typeable ListenAction
instance Show ListenAction
instance Read ListenAction
instance Eq ListenAction
instance MetaData ListenAction
module Text.HTML5.MetaData.Schema.ConsumeAction
-- |
-- - id ConsumeAction
-- - label Consume Action
-- - comment
-- - ancestors
-- Thing,Action
-- - subtypes
-- DrinkAction,EatAction,InstallAction,ListenAction,ReadAction,UseAction,ViewAction,WatchAction
-- - supertypes Action
-- - url http://schema.org/ConsumeAction
--
data ConsumeAction
ConsumeAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> ConsumeAction
additionalType :: ConsumeAction -> AdditionalType
alternateName :: ConsumeAction -> AlternateName
description :: ConsumeAction -> Description
image :: ConsumeAction -> Image
name :: ConsumeAction -> Name
sameAs :: ConsumeAction -> SameAs
url :: ConsumeAction -> Url
agent :: ConsumeAction -> Agent
endTime :: ConsumeAction -> EndTime
instrument :: ConsumeAction -> Instrument
location :: ConsumeAction -> Location
object :: ConsumeAction -> Object
participant :: ConsumeAction -> Participant
result :: ConsumeAction -> Result
startTime :: ConsumeAction -> StartTime
instance Typeable ConsumeAction
instance Show ConsumeAction
instance Read ConsumeAction
instance Eq ConsumeAction
instance MetaData ConsumeAction
module Text.HTML5.MetaData.Schema.WatchAction
-- |
data WatchAction
WatchAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> WatchAction
additionalType :: WatchAction -> AdditionalType
alternateName :: WatchAction -> AlternateName
description :: WatchAction -> Description
image :: WatchAction -> Image
name :: WatchAction -> Name
sameAs :: WatchAction -> SameAs
url :: WatchAction -> Url
agent :: WatchAction -> Agent
endTime :: WatchAction -> EndTime
instrument :: WatchAction -> Instrument
location :: WatchAction -> Location
object :: WatchAction -> Object
participant :: WatchAction -> Participant
result :: WatchAction -> Result
startTime :: WatchAction -> StartTime
instance Typeable WatchAction
instance Show WatchAction
instance Read WatchAction
instance Eq WatchAction
instance MetaData WatchAction
module Text.HTML5.MetaData.Schema.AuthorizeAction
-- |
-- - id AuthorizeAction
-- - label Authorize Action
-- - comment
-- - ancestors
-- Thing,Action,OrganizeAction,AllocateAction
-- - subtypes
-- - supertypes AllocateAction
-- - url http://schema.org/AuthorizeAction
--
data AuthorizeAction
AuthorizeAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Purpose -> Recipient -> AuthorizeAction
additionalType :: AuthorizeAction -> AdditionalType
alternateName :: AuthorizeAction -> AlternateName
description :: AuthorizeAction -> Description
image :: AuthorizeAction -> Image
name :: AuthorizeAction -> Name
sameAs :: AuthorizeAction -> SameAs
url :: AuthorizeAction -> Url
agent :: AuthorizeAction -> Agent
endTime :: AuthorizeAction -> EndTime
instrument :: AuthorizeAction -> Instrument
location :: AuthorizeAction -> Location
object :: AuthorizeAction -> Object
participant :: AuthorizeAction -> Participant
result :: AuthorizeAction -> Result
startTime :: AuthorizeAction -> StartTime
purpose :: AuthorizeAction -> Purpose
recipient :: AuthorizeAction -> Recipient
instance Typeable AuthorizeAction
instance Show AuthorizeAction
instance Read AuthorizeAction
instance Eq AuthorizeAction
instance MetaData AuthorizeAction
module Text.HTML5.MetaData.Schema.GovernmentOffice
-- |
-- - id GovernmentOffice
-- - label Government Office
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes PostOffice
-- - supertypes LocalBusiness
-- - url http://schema.org/GovernmentOffice
--
data GovernmentOffice
GovernmentOffice :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> GovernmentOffice
additionalType :: GovernmentOffice -> AdditionalType
alternateName :: GovernmentOffice -> AlternateName
description :: GovernmentOffice -> Description
image :: GovernmentOffice -> Image
name :: GovernmentOffice -> Name
sameAs :: GovernmentOffice -> SameAs
url :: GovernmentOffice -> Url
address :: GovernmentOffice -> Address
aggregateRating :: GovernmentOffice -> AggregateRating
containedIn :: GovernmentOffice -> ContainedIn
event :: GovernmentOffice -> Event
events :: GovernmentOffice -> Events
faxNumber :: GovernmentOffice -> FaxNumber
geo :: GovernmentOffice -> Geo
globalLocationNumber :: GovernmentOffice -> GlobalLocationNumber
interactionCount :: GovernmentOffice -> InteractionCount
isicV4 :: GovernmentOffice -> IsicV4
logo :: GovernmentOffice -> Logo
map :: GovernmentOffice -> Map
maps :: GovernmentOffice -> Maps
openingHoursSpecification :: GovernmentOffice -> OpeningHoursSpecification
photo :: GovernmentOffice -> Photo
photos :: GovernmentOffice -> Photos
review :: GovernmentOffice -> Review
reviews :: GovernmentOffice -> Reviews
telephone :: GovernmentOffice -> Telephone
brand :: GovernmentOffice -> Brand
contactPoint :: GovernmentOffice -> ContactPoint
contactPoints :: GovernmentOffice -> ContactPoints
department :: GovernmentOffice -> Department
duns :: GovernmentOffice -> Duns
email :: GovernmentOffice -> Email
employee :: GovernmentOffice -> Employee
employees :: GovernmentOffice -> Employees
founder :: GovernmentOffice -> Founder
founders :: GovernmentOffice -> Founders
foundingDate :: GovernmentOffice -> FoundingDate
hasPOS :: GovernmentOffice -> HasPOS
legalName :: GovernmentOffice -> LegalName
location :: GovernmentOffice -> Location
makesOffer :: GovernmentOffice -> MakesOffer
member :: GovernmentOffice -> Member
members :: GovernmentOffice -> Members
naics :: GovernmentOffice -> Naics
owns :: GovernmentOffice -> Owns
seeks :: GovernmentOffice -> Seeks
subOrganization :: GovernmentOffice -> SubOrganization
taxID :: GovernmentOffice -> TaxID
vatID :: GovernmentOffice -> VatID
branchOf :: GovernmentOffice -> BranchOf
currenciesAccepted :: GovernmentOffice -> CurrenciesAccepted
openingHours :: GovernmentOffice -> OpeningHours
paymentAccepted :: GovernmentOffice -> PaymentAccepted
priceRange :: GovernmentOffice -> PriceRange
instance Typeable GovernmentOffice
instance Show GovernmentOffice
instance Read GovernmentOffice
instance Eq GovernmentOffice
instance MetaData GovernmentOffice
module Text.HTML5.MetaData.Schema.PostOffice
-- |
-- - id PostOffice
-- - label Post Office
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,GovernmentOffice
-- - subtypes
-- - supertypes GovernmentOffice
-- - url http://schema.org/PostOffice
--
data PostOffice
PostOffice :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> PostOffice
additionalType :: PostOffice -> AdditionalType
alternateName :: PostOffice -> AlternateName
description :: PostOffice -> Description
image :: PostOffice -> Image
name :: PostOffice -> Name
sameAs :: PostOffice -> SameAs
url :: PostOffice -> Url
address :: PostOffice -> Address
aggregateRating :: PostOffice -> AggregateRating
containedIn :: PostOffice -> ContainedIn
event :: PostOffice -> Event
events :: PostOffice -> Events
faxNumber :: PostOffice -> FaxNumber
geo :: PostOffice -> Geo
globalLocationNumber :: PostOffice -> GlobalLocationNumber
interactionCount :: PostOffice -> InteractionCount
isicV4 :: PostOffice -> IsicV4
logo :: PostOffice -> Logo
map :: PostOffice -> Map
maps :: PostOffice -> Maps
openingHoursSpecification :: PostOffice -> OpeningHoursSpecification
photo :: PostOffice -> Photo
photos :: PostOffice -> Photos
review :: PostOffice -> Review
reviews :: PostOffice -> Reviews
telephone :: PostOffice -> Telephone
brand :: PostOffice -> Brand
contactPoint :: PostOffice -> ContactPoint
contactPoints :: PostOffice -> ContactPoints
department :: PostOffice -> Department
duns :: PostOffice -> Duns
email :: PostOffice -> Email
employee :: PostOffice -> Employee
employees :: PostOffice -> Employees
founder :: PostOffice -> Founder
founders :: PostOffice -> Founders
foundingDate :: PostOffice -> FoundingDate
hasPOS :: PostOffice -> HasPOS
legalName :: PostOffice -> LegalName
location :: PostOffice -> Location
makesOffer :: PostOffice -> MakesOffer
member :: PostOffice -> Member
members :: PostOffice -> Members
naics :: PostOffice -> Naics
owns :: PostOffice -> Owns
seeks :: PostOffice -> Seeks
subOrganization :: PostOffice -> SubOrganization
taxID :: PostOffice -> TaxID
vatID :: PostOffice -> VatID
branchOf :: PostOffice -> BranchOf
currenciesAccepted :: PostOffice -> CurrenciesAccepted
openingHours :: PostOffice -> OpeningHours
paymentAccepted :: PostOffice -> PaymentAccepted
priceRange :: PostOffice -> PriceRange
instance Typeable PostOffice
instance Show PostOffice
instance Read PostOffice
instance Eq PostOffice
instance MetaData PostOffice
module Text.HTML5.MetaData.Schema.EmergencyService
-- |
-- - id EmergencyService
-- - label Emergency Service
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- FireStation,Hospital,PoliceStation
-- - supertypes LocalBusiness
-- - url http://schema.org/EmergencyService
--
data EmergencyService
EmergencyService :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> EmergencyService
additionalType :: EmergencyService -> AdditionalType
alternateName :: EmergencyService -> AlternateName
description :: EmergencyService -> Description
image :: EmergencyService -> Image
name :: EmergencyService -> Name
sameAs :: EmergencyService -> SameAs
url :: EmergencyService -> Url
address :: EmergencyService -> Address
aggregateRating :: EmergencyService -> AggregateRating
containedIn :: EmergencyService -> ContainedIn
event :: EmergencyService -> Event
events :: EmergencyService -> Events
faxNumber :: EmergencyService -> FaxNumber
geo :: EmergencyService -> Geo
globalLocationNumber :: EmergencyService -> GlobalLocationNumber
interactionCount :: EmergencyService -> InteractionCount
isicV4 :: EmergencyService -> IsicV4
logo :: EmergencyService -> Logo
map :: EmergencyService -> Map
maps :: EmergencyService -> Maps
openingHoursSpecification :: EmergencyService -> OpeningHoursSpecification
photo :: EmergencyService -> Photo
photos :: EmergencyService -> Photos
review :: EmergencyService -> Review
reviews :: EmergencyService -> Reviews
telephone :: EmergencyService -> Telephone
brand :: EmergencyService -> Brand
contactPoint :: EmergencyService -> ContactPoint
contactPoints :: EmergencyService -> ContactPoints
department :: EmergencyService -> Department
duns :: EmergencyService -> Duns
email :: EmergencyService -> Email
employee :: EmergencyService -> Employee
employees :: EmergencyService -> Employees
founder :: EmergencyService -> Founder
founders :: EmergencyService -> Founders
foundingDate :: EmergencyService -> FoundingDate
hasPOS :: EmergencyService -> HasPOS
legalName :: EmergencyService -> LegalName
location :: EmergencyService -> Location
makesOffer :: EmergencyService -> MakesOffer
member :: EmergencyService -> Member
members :: EmergencyService -> Members
naics :: EmergencyService -> Naics
owns :: EmergencyService -> Owns
seeks :: EmergencyService -> Seeks
subOrganization :: EmergencyService -> SubOrganization
taxID :: EmergencyService -> TaxID
vatID :: EmergencyService -> VatID
branchOf :: EmergencyService -> BranchOf
currenciesAccepted :: EmergencyService -> CurrenciesAccepted
openingHours :: EmergencyService -> OpeningHours
paymentAccepted :: EmergencyService -> PaymentAccepted
priceRange :: EmergencyService -> PriceRange
instance Typeable EmergencyService
instance Show EmergencyService
instance Read EmergencyService
instance Eq EmergencyService
instance MetaData EmergencyService
module Text.HTML5.MetaData.Schema.FireStation
-- |
-- - id FireStation
-- - label Fire Station
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes
-- CivicStructure,EmergencyService
-- - url http://schema.org/FireStation
--
data FireStation
FireStation :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> FireStation
additionalType :: FireStation -> AdditionalType
alternateName :: FireStation -> AlternateName
description :: FireStation -> Description
image :: FireStation -> Image
name :: FireStation -> Name
sameAs :: FireStation -> SameAs
url :: FireStation -> Url
address :: FireStation -> Address
aggregateRating :: FireStation -> AggregateRating
containedIn :: FireStation -> ContainedIn
event :: FireStation -> Event
events :: FireStation -> Events
faxNumber :: FireStation -> FaxNumber
geo :: FireStation -> Geo
globalLocationNumber :: FireStation -> GlobalLocationNumber
interactionCount :: FireStation -> InteractionCount
isicV4 :: FireStation -> IsicV4
logo :: FireStation -> Logo
map :: FireStation -> Map
maps :: FireStation -> Maps
openingHoursSpecification :: FireStation -> OpeningHoursSpecification
photo :: FireStation -> Photo
photos :: FireStation -> Photos
review :: FireStation -> Review
reviews :: FireStation -> Reviews
telephone :: FireStation -> Telephone
brand :: FireStation -> Brand
contactPoint :: FireStation -> ContactPoint
contactPoints :: FireStation -> ContactPoints
department :: FireStation -> Department
duns :: FireStation -> Duns
email :: FireStation -> Email
employee :: FireStation -> Employee
employees :: FireStation -> Employees
founder :: FireStation -> Founder
founders :: FireStation -> Founders
foundingDate :: FireStation -> FoundingDate
hasPOS :: FireStation -> HasPOS
legalName :: FireStation -> LegalName
location :: FireStation -> Location
makesOffer :: FireStation -> MakesOffer
member :: FireStation -> Member
members :: FireStation -> Members
naics :: FireStation -> Naics
owns :: FireStation -> Owns
seeks :: FireStation -> Seeks
subOrganization :: FireStation -> SubOrganization
taxID :: FireStation -> TaxID
vatID :: FireStation -> VatID
branchOf :: FireStation -> BranchOf
currenciesAccepted :: FireStation -> CurrenciesAccepted
openingHours :: FireStation -> OpeningHours
paymentAccepted :: FireStation -> PaymentAccepted
priceRange :: FireStation -> PriceRange
instance Typeable FireStation
instance Show FireStation
instance Read FireStation
instance Eq FireStation
instance MetaData FireStation
module Text.HTML5.MetaData.Schema.Painting
-- |
-- - id Painting
-- - label Painting
-- - comment
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes CreativeWork
-- - url http://schema.org/Painting
--
data Painting
Painting :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> Painting
additionalType :: Painting -> AdditionalType
alternateName :: Painting -> AlternateName
description :: Painting -> Description
image :: Painting -> Image
name :: Painting -> Name
sameAs :: Painting -> SameAs
url :: Painting -> Url
about :: Painting -> About
accessibilityAPI :: Painting -> AccessibilityAPI
accessibilityControl :: Painting -> AccessibilityControl
accessibilityFeature :: Painting -> AccessibilityFeature
accessibilityHazard :: Painting -> AccessibilityHazard
accountablePerson :: Painting -> AccountablePerson
aggregateRating :: Painting -> AggregateRating
alternativeHeadline :: Painting -> AlternativeHeadline
associatedMedia :: Painting -> AssociatedMedia
audience :: Painting -> Audience
audio :: Painting -> Audio
author :: Painting -> Author
award :: Painting -> Award
awards :: Painting -> Awards
citation :: Painting -> Citation
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
educationalAlignment :: Painting -> EducationalAlignment
educationalUse :: Painting -> EducationalUse
encoding :: Painting -> Encoding
encodings :: Painting -> Encodings
genre :: Painting -> Genre
headline :: Painting -> Headline
inLanguage :: Painting -> InLanguage
interactionCount :: Painting -> InteractionCount
interactivityType :: Painting -> InteractivityType
isBasedOnUrl :: Painting -> IsBasedOnUrl
isFamilyFriendly :: Painting -> IsFamilyFriendly
keywords :: Painting -> Keywords
learningResourceType :: Painting -> LearningResourceType
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
timeRequired :: Painting -> TimeRequired
typicalAgeRange :: Painting -> TypicalAgeRange
version :: Painting -> Version
video :: Painting -> Video
instance Typeable Painting
instance Show Painting
instance Read Painting
instance Eq Painting
instance MetaData Painting
module Text.HTML5.MetaData.Schema.BankOrCreditUnion
-- |
-- - id BankOrCreditUnion
-- - label Bank or Credit Union
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,FinancialService
-- - subtypes
-- - supertypes FinancialService
-- - url
-- http://schema.org/BankOrCreditUnion
--
data BankOrCreditUnion
BankOrCreditUnion :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> BankOrCreditUnion
additionalType :: BankOrCreditUnion -> AdditionalType
alternateName :: BankOrCreditUnion -> AlternateName
description :: BankOrCreditUnion -> Description
image :: BankOrCreditUnion -> Image
name :: BankOrCreditUnion -> Name
sameAs :: BankOrCreditUnion -> SameAs
url :: BankOrCreditUnion -> Url
address :: BankOrCreditUnion -> Address
aggregateRating :: BankOrCreditUnion -> AggregateRating
containedIn :: BankOrCreditUnion -> ContainedIn
event :: BankOrCreditUnion -> Event
events :: BankOrCreditUnion -> Events
faxNumber :: BankOrCreditUnion -> FaxNumber
geo :: BankOrCreditUnion -> Geo
globalLocationNumber :: BankOrCreditUnion -> GlobalLocationNumber
interactionCount :: BankOrCreditUnion -> InteractionCount
isicV4 :: BankOrCreditUnion -> IsicV4
logo :: BankOrCreditUnion -> Logo
map :: BankOrCreditUnion -> Map
maps :: BankOrCreditUnion -> Maps
openingHoursSpecification :: BankOrCreditUnion -> OpeningHoursSpecification
photo :: BankOrCreditUnion -> Photo
photos :: BankOrCreditUnion -> Photos
review :: BankOrCreditUnion -> Review
reviews :: BankOrCreditUnion -> Reviews
telephone :: BankOrCreditUnion -> Telephone
brand :: BankOrCreditUnion -> Brand
contactPoint :: BankOrCreditUnion -> ContactPoint
contactPoints :: BankOrCreditUnion -> ContactPoints
department :: BankOrCreditUnion -> Department
duns :: BankOrCreditUnion -> Duns
email :: BankOrCreditUnion -> Email
employee :: BankOrCreditUnion -> Employee
employees :: BankOrCreditUnion -> Employees
founder :: BankOrCreditUnion -> Founder
founders :: BankOrCreditUnion -> Founders
foundingDate :: BankOrCreditUnion -> FoundingDate
hasPOS :: BankOrCreditUnion -> HasPOS
legalName :: BankOrCreditUnion -> LegalName
location :: BankOrCreditUnion -> Location
makesOffer :: BankOrCreditUnion -> MakesOffer
member :: BankOrCreditUnion -> Member
members :: BankOrCreditUnion -> Members
naics :: BankOrCreditUnion -> Naics
owns :: BankOrCreditUnion -> Owns
seeks :: BankOrCreditUnion -> Seeks
subOrganization :: BankOrCreditUnion -> SubOrganization
taxID :: BankOrCreditUnion -> TaxID
vatID :: BankOrCreditUnion -> VatID
branchOf :: BankOrCreditUnion -> BranchOf
currenciesAccepted :: BankOrCreditUnion -> CurrenciesAccepted
openingHours :: BankOrCreditUnion -> OpeningHours
paymentAccepted :: BankOrCreditUnion -> PaymentAccepted
priceRange :: BankOrCreditUnion -> PriceRange
instance Typeable BankOrCreditUnion
instance Show BankOrCreditUnion
instance Read BankOrCreditUnion
instance Eq BankOrCreditUnion
instance MetaData BankOrCreditUnion
module Text.HTML5.MetaData.Schema.Corporation
-- |
-- - id Corporation
-- - label Corporation
-- - comment
-- - ancestors
-- Thing,Organization
-- - subtypes
-- - supertypes Organization
-- - url http://schema.org/Corporation
--
data Corporation
Corporation :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Event -> Events -> FaxNumber -> Founder -> Founders -> FoundingDate -> GlobalLocationNumber -> HasPOS -> InteractionCount -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> Members -> Naics -> Owns -> Review -> Reviews -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> TickerSymbol -> Corporation
additionalType :: Corporation -> AdditionalType
alternateName :: Corporation -> AlternateName
description :: Corporation -> Description
image :: Corporation -> Image
name :: Corporation -> Name
sameAs :: Corporation -> SameAs
url :: Corporation -> Url
address :: Corporation -> Address
aggregateRating :: Corporation -> AggregateRating
brand :: Corporation -> Brand
contactPoint :: Corporation -> ContactPoint
contactPoints :: Corporation -> ContactPoints
department :: Corporation -> Department
duns :: Corporation -> Duns
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
globalLocationNumber :: Corporation -> GlobalLocationNumber
hasPOS :: Corporation -> HasPOS
interactionCount :: Corporation -> InteractionCount
isicV4 :: Corporation -> IsicV4
legalName :: Corporation -> LegalName
location :: Corporation -> Location
logo :: Corporation -> Logo
makesOffer :: Corporation -> MakesOffer
member :: Corporation -> Member
members :: Corporation -> Members
naics :: Corporation -> Naics
owns :: Corporation -> Owns
review :: Corporation -> Review
reviews :: Corporation -> Reviews
seeks :: Corporation -> Seeks
subOrganization :: Corporation -> SubOrganization
taxID :: Corporation -> TaxID
telephone :: Corporation -> Telephone
vatID :: Corporation -> VatID
tickerSymbol :: Corporation -> TickerSymbol
instance Typeable Corporation
instance Show Corporation
instance Read Corporation
instance Eq Corporation
instance MetaData Corporation
module Text.HTML5.MetaData.Schema.GovernmentOrganization
-- |
-- - id GovernmentOrganization
-- - label Government Organization
-- - comment
-- - ancestors
-- Thing,Organization
-- - subtypes
-- - supertypes Organization
-- - url
-- http://schema.org/GovernmentOrganization
--
data GovernmentOrganization
GovernmentOrganization :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Event -> Events -> FaxNumber -> Founder -> Founders -> FoundingDate -> GlobalLocationNumber -> HasPOS -> InteractionCount -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> Members -> Naics -> Owns -> Review -> Reviews -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> GovernmentOrganization
additionalType :: GovernmentOrganization -> AdditionalType
alternateName :: GovernmentOrganization -> AlternateName
description :: GovernmentOrganization -> Description
image :: GovernmentOrganization -> Image
name :: GovernmentOrganization -> Name
sameAs :: GovernmentOrganization -> SameAs
url :: GovernmentOrganization -> Url
address :: GovernmentOrganization -> Address
aggregateRating :: GovernmentOrganization -> AggregateRating
brand :: GovernmentOrganization -> Brand
contactPoint :: GovernmentOrganization -> ContactPoint
contactPoints :: GovernmentOrganization -> ContactPoints
department :: GovernmentOrganization -> Department
duns :: GovernmentOrganization -> Duns
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
globalLocationNumber :: GovernmentOrganization -> GlobalLocationNumber
hasPOS :: GovernmentOrganization -> HasPOS
interactionCount :: GovernmentOrganization -> InteractionCount
isicV4 :: GovernmentOrganization -> IsicV4
legalName :: GovernmentOrganization -> LegalName
location :: GovernmentOrganization -> Location
logo :: GovernmentOrganization -> Logo
makesOffer :: GovernmentOrganization -> MakesOffer
member :: GovernmentOrganization -> Member
members :: GovernmentOrganization -> Members
naics :: GovernmentOrganization -> Naics
owns :: GovernmentOrganization -> Owns
review :: GovernmentOrganization -> Review
reviews :: GovernmentOrganization -> Reviews
seeks :: GovernmentOrganization -> Seeks
subOrganization :: GovernmentOrganization -> SubOrganization
taxID :: GovernmentOrganization -> TaxID
telephone :: GovernmentOrganization -> Telephone
vatID :: GovernmentOrganization -> VatID
instance Typeable GovernmentOrganization
instance Show GovernmentOrganization
instance Read GovernmentOrganization
instance Eq GovernmentOrganization
instance MetaData GovernmentOrganization
module Text.HTML5.MetaData.Schema.MusicGroup
-- |
-- - id MusicGroup
-- - label Music Group
-- - comment
-- - ancestors
-- Thing,Organization,PerformingGroup
-- - subtypes
-- - supertypes PerformingGroup
-- - url http://schema.org/MusicGroup
--
data MusicGroup
MusicGroup :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Event -> Events -> FaxNumber -> Founder -> Founders -> FoundingDate -> GlobalLocationNumber -> HasPOS -> InteractionCount -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> Members -> Naics -> Owns -> Review -> Reviews -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> Album -> Albums -> MusicGroupMember -> Track -> Tracks -> MusicGroup
additionalType :: MusicGroup -> AdditionalType
alternateName :: MusicGroup -> AlternateName
description :: MusicGroup -> Description
image :: MusicGroup -> Image
name :: MusicGroup -> Name
sameAs :: MusicGroup -> SameAs
url :: MusicGroup -> Url
address :: MusicGroup -> Address
aggregateRating :: MusicGroup -> AggregateRating
brand :: MusicGroup -> Brand
contactPoint :: MusicGroup -> ContactPoint
contactPoints :: MusicGroup -> ContactPoints
department :: MusicGroup -> Department
duns :: MusicGroup -> Duns
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
globalLocationNumber :: MusicGroup -> GlobalLocationNumber
hasPOS :: MusicGroup -> HasPOS
interactionCount :: MusicGroup -> InteractionCount
isicV4 :: MusicGroup -> IsicV4
legalName :: MusicGroup -> LegalName
location :: MusicGroup -> Location
logo :: MusicGroup -> Logo
makesOffer :: MusicGroup -> MakesOffer
member :: MusicGroup -> Member
members :: MusicGroup -> Members
naics :: MusicGroup -> Naics
owns :: MusicGroup -> Owns
review :: MusicGroup -> Review
reviews :: MusicGroup -> Reviews
seeks :: MusicGroup -> Seeks
subOrganization :: MusicGroup -> SubOrganization
taxID :: MusicGroup -> TaxID
telephone :: MusicGroup -> Telephone
vatID :: MusicGroup -> VatID
album :: MusicGroup -> Album
albums :: MusicGroup -> Albums
musicGroupMember :: MusicGroup -> MusicGroupMember
track :: MusicGroup -> Track
tracks :: MusicGroup -> Tracks
instance Typeable MusicGroup
instance Show MusicGroup
instance Read MusicGroup
instance Eq MusicGroup
instance MetaData MusicGroup
module Text.HTML5.MetaData.Schema.Organization
-- |
-- - id Organization
-- - label Organization
-- - comment
-- - ancestors Thing
-- - subtypes
-- Corporation,EducationalOrganization,GovernmentOrganization,LocalBusiness,NGO,PerformingGroup,SportsTeam
-- - supertypes Thing
-- - url http://schema.org/Organization
--
data Organization
Organization :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Event -> Events -> FaxNumber -> Founder -> Founders -> FoundingDate -> GlobalLocationNumber -> HasPOS -> InteractionCount -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> Members -> Naics -> Owns -> Review -> Reviews -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> Organization
additionalType :: Organization -> AdditionalType
alternateName :: Organization -> AlternateName
description :: Organization -> Description
image :: Organization -> Image
name :: Organization -> Name
sameAs :: Organization -> SameAs
url :: Organization -> Url
address :: Organization -> Address
aggregateRating :: Organization -> AggregateRating
brand :: Organization -> Brand
contactPoint :: Organization -> ContactPoint
contactPoints :: Organization -> ContactPoints
department :: Organization -> Department
duns :: Organization -> Duns
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
globalLocationNumber :: Organization -> GlobalLocationNumber
hasPOS :: Organization -> HasPOS
interactionCount :: Organization -> InteractionCount
isicV4 :: Organization -> IsicV4
legalName :: Organization -> LegalName
location :: Organization -> Location
logo :: Organization -> Logo
makesOffer :: Organization -> MakesOffer
member :: Organization -> Member
members :: Organization -> Members
naics :: Organization -> Naics
owns :: Organization -> Owns
review :: Organization -> Review
reviews :: Organization -> Reviews
seeks :: Organization -> Seeks
subOrganization :: Organization -> SubOrganization
taxID :: Organization -> TaxID
telephone :: Organization -> Telephone
vatID :: Organization -> VatID
instance Typeable Organization
instance Show Organization
instance Read Organization
instance Eq Organization
instance MetaData Organization
module Text.HTML5.MetaData.Schema.BikeStore
-- |
-- - id BikeStore
-- - label Bike Store
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/BikeStore
--
data BikeStore
BikeStore :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> BikeStore
additionalType :: BikeStore -> AdditionalType
alternateName :: BikeStore -> AlternateName
description :: BikeStore -> Description
image :: BikeStore -> Image
name :: BikeStore -> Name
sameAs :: BikeStore -> SameAs
url :: BikeStore -> Url
address :: BikeStore -> Address
aggregateRating :: BikeStore -> AggregateRating
containedIn :: BikeStore -> ContainedIn
event :: BikeStore -> Event
events :: BikeStore -> Events
faxNumber :: BikeStore -> FaxNumber
geo :: BikeStore -> Geo
globalLocationNumber :: BikeStore -> GlobalLocationNumber
interactionCount :: BikeStore -> InteractionCount
isicV4 :: BikeStore -> IsicV4
logo :: BikeStore -> Logo
map :: BikeStore -> Map
maps :: BikeStore -> Maps
openingHoursSpecification :: BikeStore -> OpeningHoursSpecification
photo :: BikeStore -> Photo
photos :: BikeStore -> Photos
review :: BikeStore -> Review
reviews :: BikeStore -> Reviews
telephone :: BikeStore -> Telephone
brand :: BikeStore -> Brand
contactPoint :: BikeStore -> ContactPoint
contactPoints :: BikeStore -> ContactPoints
department :: BikeStore -> Department
duns :: BikeStore -> Duns
email :: BikeStore -> Email
employee :: BikeStore -> Employee
employees :: BikeStore -> Employees
founder :: BikeStore -> Founder
founders :: BikeStore -> Founders
foundingDate :: BikeStore -> FoundingDate
hasPOS :: BikeStore -> HasPOS
legalName :: BikeStore -> LegalName
location :: BikeStore -> Location
makesOffer :: BikeStore -> MakesOffer
member :: BikeStore -> Member
members :: BikeStore -> Members
naics :: BikeStore -> Naics
owns :: BikeStore -> Owns
seeks :: BikeStore -> Seeks
subOrganization :: BikeStore -> SubOrganization
taxID :: BikeStore -> TaxID
vatID :: BikeStore -> VatID
branchOf :: BikeStore -> BranchOf
currenciesAccepted :: BikeStore -> CurrenciesAccepted
openingHours :: BikeStore -> OpeningHours
paymentAccepted :: BikeStore -> PaymentAccepted
priceRange :: BikeStore -> PriceRange
instance Typeable BikeStore
instance Show BikeStore
instance Read BikeStore
instance Eq BikeStore
instance MetaData BikeStore
module Text.HTML5.MetaData.Schema.Optician
-- |
-- - id Optician
-- - label Optician
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,MedicalOrganization
-- - subtypes
-- - supertypes
-- MedicalOrganization
-- - url http://schema.org/Optician
--
data Optician
Optician :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Optician
additionalType :: Optician -> AdditionalType
alternateName :: Optician -> AlternateName
description :: Optician -> Description
image :: Optician -> Image
name :: Optician -> Name
sameAs :: Optician -> SameAs
url :: Optician -> Url
address :: Optician -> Address
aggregateRating :: Optician -> AggregateRating
containedIn :: Optician -> ContainedIn
event :: Optician -> Event
events :: Optician -> Events
faxNumber :: Optician -> FaxNumber
geo :: Optician -> Geo
globalLocationNumber :: Optician -> GlobalLocationNumber
interactionCount :: Optician -> InteractionCount
isicV4 :: Optician -> IsicV4
logo :: Optician -> Logo
map :: Optician -> Map
maps :: Optician -> Maps
openingHoursSpecification :: Optician -> OpeningHoursSpecification
photo :: Optician -> Photo
photos :: Optician -> Photos
review :: Optician -> Review
reviews :: Optician -> Reviews
telephone :: Optician -> Telephone
brand :: Optician -> Brand
contactPoint :: Optician -> ContactPoint
contactPoints :: Optician -> ContactPoints
department :: Optician -> Department
duns :: Optician -> Duns
email :: Optician -> Email
employee :: Optician -> Employee
employees :: Optician -> Employees
founder :: Optician -> Founder
founders :: Optician -> Founders
foundingDate :: Optician -> FoundingDate
hasPOS :: Optician -> HasPOS
legalName :: Optician -> LegalName
location :: Optician -> Location
makesOffer :: Optician -> MakesOffer
member :: Optician -> Member
members :: Optician -> Members
naics :: Optician -> Naics
owns :: Optician -> Owns
seeks :: Optician -> Seeks
subOrganization :: Optician -> SubOrganization
taxID :: Optician -> TaxID
vatID :: Optician -> VatID
branchOf :: Optician -> BranchOf
currenciesAccepted :: Optician -> CurrenciesAccepted
openingHours :: Optician -> OpeningHours
paymentAccepted :: Optician -> PaymentAccepted
priceRange :: Optician -> PriceRange
instance Typeable Optician
instance Show Optician
instance Read Optician
instance Eq Optician
instance MetaData Optician
module Text.HTML5.MetaData.Schema.UseAction
-- |
-- - id UseAction
-- - label Use Action
-- - comment
-- - ancestors
-- Thing,Action,ConsumeAction
-- - subtypes WearAction
-- - supertypes ConsumeAction
-- - url http://schema.org/UseAction
--
data UseAction
UseAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> UseAction
additionalType :: UseAction -> AdditionalType
alternateName :: UseAction -> AlternateName
description :: UseAction -> Description
image :: UseAction -> Image
name :: UseAction -> Name
sameAs :: UseAction -> SameAs
url :: UseAction -> Url
agent :: UseAction -> Agent
endTime :: UseAction -> EndTime
instrument :: UseAction -> Instrument
location :: UseAction -> Location
object :: UseAction -> Object
participant :: UseAction -> Participant
result :: UseAction -> Result
startTime :: UseAction -> StartTime
instance Typeable UseAction
instance Show UseAction
instance Read UseAction
instance Eq UseAction
instance MetaData UseAction
module Text.HTML5.MetaData.Schema.WearAction
-- |
-- - id WearAction
-- - label Wear Action
-- - comment
-- - ancestors
-- Thing,Action,ConsumeAction,UseAction
-- - subtypes
-- - supertypes UseAction
-- - url http://schema.org/WearAction
--
data WearAction
WearAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> WearAction
additionalType :: WearAction -> AdditionalType
alternateName :: WearAction -> AlternateName
description :: WearAction -> Description
image :: WearAction -> Image
name :: WearAction -> Name
sameAs :: WearAction -> SameAs
url :: WearAction -> Url
agent :: WearAction -> Agent
endTime :: WearAction -> EndTime
instrument :: WearAction -> Instrument
location :: WearAction -> Location
object :: WearAction -> Object
participant :: WearAction -> Participant
result :: WearAction -> Result
startTime :: WearAction -> StartTime
instance Typeable WearAction
instance Show WearAction
instance Read WearAction
instance Eq WearAction
instance MetaData WearAction
module Text.HTML5.MetaData.Schema.ParkingFacility
-- |
-- - id ParkingFacility
-- - label Parking Facility
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/ParkingFacility
--
data ParkingFacility
ParkingFacility :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> ParkingFacility
additionalType :: ParkingFacility -> AdditionalType
alternateName :: ParkingFacility -> AlternateName
description :: ParkingFacility -> Description
image :: ParkingFacility -> Image
name :: ParkingFacility -> Name
sameAs :: ParkingFacility -> SameAs
url :: ParkingFacility -> Url
address :: ParkingFacility -> Address
aggregateRating :: ParkingFacility -> AggregateRating
containedIn :: ParkingFacility -> ContainedIn
event :: ParkingFacility -> Event
events :: ParkingFacility -> Events
faxNumber :: ParkingFacility -> FaxNumber
geo :: ParkingFacility -> Geo
globalLocationNumber :: ParkingFacility -> GlobalLocationNumber
interactionCount :: ParkingFacility -> InteractionCount
isicV4 :: ParkingFacility -> IsicV4
logo :: ParkingFacility -> Logo
map :: ParkingFacility -> Map
maps :: ParkingFacility -> Maps
openingHoursSpecification :: ParkingFacility -> OpeningHoursSpecification
photo :: ParkingFacility -> Photo
photos :: ParkingFacility -> Photos
review :: ParkingFacility -> Review
reviews :: ParkingFacility -> Reviews
telephone :: ParkingFacility -> Telephone
openingHours :: ParkingFacility -> OpeningHours
instance Typeable ParkingFacility
instance Show ParkingFacility
instance Read ParkingFacility
instance Eq ParkingFacility
instance MetaData ParkingFacility
module Text.HTML5.MetaData.Schema.ReserveAction
-- |
-- - id ReserveAction
-- - label Reserve Action
-- - comment
-- - ancestors
-- Thing,Action,OrganizeAction,PlanAction
-- - subtypes
-- - supertypes PlanAction
-- - url http://schema.org/ReserveAction
--
data ReserveAction
ReserveAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> ScheduledTime -> ReserveAction
additionalType :: ReserveAction -> AdditionalType
alternateName :: ReserveAction -> AlternateName
description :: ReserveAction -> Description
image :: ReserveAction -> Image
name :: ReserveAction -> Name
sameAs :: ReserveAction -> SameAs
url :: ReserveAction -> Url
agent :: ReserveAction -> Agent
endTime :: ReserveAction -> EndTime
instrument :: ReserveAction -> Instrument
location :: ReserveAction -> Location
object :: ReserveAction -> Object
participant :: ReserveAction -> Participant
result :: ReserveAction -> Result
startTime :: ReserveAction -> StartTime
scheduledTime :: ReserveAction -> ScheduledTime
instance Typeable ReserveAction
instance Show ReserveAction
instance Read ReserveAction
instance Eq ReserveAction
instance MetaData ReserveAction
module Text.HTML5.MetaData.Schema.BookStore
-- |
-- - id BookStore
-- - label Book Store
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/BookStore
--
data BookStore
BookStore :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> BookStore
additionalType :: BookStore -> AdditionalType
alternateName :: BookStore -> AlternateName
description :: BookStore -> Description
image :: BookStore -> Image
name :: BookStore -> Name
sameAs :: BookStore -> SameAs
url :: BookStore -> Url
address :: BookStore -> Address
aggregateRating :: BookStore -> AggregateRating
containedIn :: BookStore -> ContainedIn
event :: BookStore -> Event
events :: BookStore -> Events
faxNumber :: BookStore -> FaxNumber
geo :: BookStore -> Geo
globalLocationNumber :: BookStore -> GlobalLocationNumber
interactionCount :: BookStore -> InteractionCount
isicV4 :: BookStore -> IsicV4
logo :: BookStore -> Logo
map :: BookStore -> Map
maps :: BookStore -> Maps
openingHoursSpecification :: BookStore -> OpeningHoursSpecification
photo :: BookStore -> Photo
photos :: BookStore -> Photos
review :: BookStore -> Review
reviews :: BookStore -> Reviews
telephone :: BookStore -> Telephone
brand :: BookStore -> Brand
contactPoint :: BookStore -> ContactPoint
contactPoints :: BookStore -> ContactPoints
department :: BookStore -> Department
duns :: BookStore -> Duns
email :: BookStore -> Email
employee :: BookStore -> Employee
employees :: BookStore -> Employees
founder :: BookStore -> Founder
founders :: BookStore -> Founders
foundingDate :: BookStore -> FoundingDate
hasPOS :: BookStore -> HasPOS
legalName :: BookStore -> LegalName
location :: BookStore -> Location
makesOffer :: BookStore -> MakesOffer
member :: BookStore -> Member
members :: BookStore -> Members
naics :: BookStore -> Naics
owns :: BookStore -> Owns
seeks :: BookStore -> Seeks
subOrganization :: BookStore -> SubOrganization
taxID :: BookStore -> TaxID
vatID :: BookStore -> VatID
branchOf :: BookStore -> BranchOf
currenciesAccepted :: BookStore -> CurrenciesAccepted
openingHours :: BookStore -> OpeningHours
paymentAccepted :: BookStore -> PaymentAccepted
priceRange :: BookStore -> PriceRange
instance Typeable BookStore
instance Show BookStore
instance Read BookStore
instance Eq BookStore
instance MetaData BookStore
module Text.HTML5.MetaData.Schema.Article
-- |
-- - id Article
-- - label Article
-- - comment
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- BlogPosting,NewsArticle,ScholarlyArticle,TechArticle
-- - supertypes CreativeWork
-- - url http://schema.org/Article
--
data Article
Article :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> ArticleBody -> ArticleSection -> WordCount -> Article
additionalType :: Article -> AdditionalType
alternateName :: Article -> AlternateName
description :: Article -> Description
image :: Article -> Image
name :: Article -> Name
sameAs :: Article -> SameAs
url :: Article -> Url
about :: Article -> About
accessibilityAPI :: Article -> AccessibilityAPI
accessibilityControl :: Article -> AccessibilityControl
accessibilityFeature :: Article -> AccessibilityFeature
accessibilityHazard :: Article -> AccessibilityHazard
accountablePerson :: Article -> AccountablePerson
aggregateRating :: Article -> AggregateRating
alternativeHeadline :: Article -> AlternativeHeadline
associatedMedia :: Article -> AssociatedMedia
audience :: Article -> Audience
audio :: Article -> Audio
author :: Article -> Author
award :: Article -> Award
awards :: Article -> Awards
citation :: Article -> Citation
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
educationalAlignment :: Article -> EducationalAlignment
educationalUse :: Article -> EducationalUse
encoding :: Article -> Encoding
encodings :: Article -> Encodings
genre :: Article -> Genre
headline :: Article -> Headline
inLanguage :: Article -> InLanguage
interactionCount :: Article -> InteractionCount
interactivityType :: Article -> InteractivityType
isBasedOnUrl :: Article -> IsBasedOnUrl
isFamilyFriendly :: Article -> IsFamilyFriendly
keywords :: Article -> Keywords
learningResourceType :: Article -> LearningResourceType
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
timeRequired :: Article -> TimeRequired
typicalAgeRange :: Article -> TypicalAgeRange
version :: Article -> Version
video :: Article -> Video
articleBody :: Article -> ArticleBody
articleSection :: Article -> ArticleSection
wordCount :: Article -> WordCount
instance Typeable Article
instance Show Article
instance Read Article
instance Eq Article
instance MetaData Article
module Text.HTML5.MetaData.Schema.MedicalScholarlyArticle
-- |
-- - id MedicalScholarlyArticle
-- - label Medical Scholarly Article
-- - comment
-- - ancestors
-- Thing,CreativeWork,Article,ScholarlyArticle
-- - subtypes
-- - supertypes ScholarlyArticle
-- - url
-- http://schema.org/MedicalScholarlyArticle
--
data MedicalScholarlyArticle
MedicalScholarlyArticle :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> ArticleBody -> ArticleSection -> WordCount -> PublicationType -> MedicalScholarlyArticle
additionalType :: MedicalScholarlyArticle -> AdditionalType
alternateName :: MedicalScholarlyArticle -> AlternateName
description :: MedicalScholarlyArticle -> Description
image :: MedicalScholarlyArticle -> Image
name :: MedicalScholarlyArticle -> Name
sameAs :: MedicalScholarlyArticle -> SameAs
url :: MedicalScholarlyArticle -> Url
about :: MedicalScholarlyArticle -> About
accessibilityAPI :: MedicalScholarlyArticle -> AccessibilityAPI
accessibilityControl :: MedicalScholarlyArticle -> AccessibilityControl
accessibilityFeature :: MedicalScholarlyArticle -> AccessibilityFeature
accessibilityHazard :: MedicalScholarlyArticle -> AccessibilityHazard
accountablePerson :: MedicalScholarlyArticle -> AccountablePerson
aggregateRating :: MedicalScholarlyArticle -> AggregateRating
alternativeHeadline :: MedicalScholarlyArticle -> AlternativeHeadline
associatedMedia :: MedicalScholarlyArticle -> AssociatedMedia
audience :: MedicalScholarlyArticle -> Audience
audio :: MedicalScholarlyArticle -> Audio
author :: MedicalScholarlyArticle -> Author
award :: MedicalScholarlyArticle -> Award
awards :: MedicalScholarlyArticle -> Awards
citation :: MedicalScholarlyArticle -> Citation
comment :: MedicalScholarlyArticle -> Comment
contentLocation :: MedicalScholarlyArticle -> ContentLocation
contentRating :: MedicalScholarlyArticle -> ContentRating
contributor :: MedicalScholarlyArticle -> Contributor
copyrightHolder :: MedicalScholarlyArticle -> CopyrightHolder
copyrightYear :: MedicalScholarlyArticle -> CopyrightYear
creator :: MedicalScholarlyArticle -> Creator
dateCreated :: MedicalScholarlyArticle -> DateCreated
dateModified :: MedicalScholarlyArticle -> DateModified
datePublished :: MedicalScholarlyArticle -> DatePublished
discussionUrl :: MedicalScholarlyArticle -> DiscussionUrl
editor :: MedicalScholarlyArticle -> Editor
educationalAlignment :: MedicalScholarlyArticle -> EducationalAlignment
educationalUse :: MedicalScholarlyArticle -> EducationalUse
encoding :: MedicalScholarlyArticle -> Encoding
encodings :: MedicalScholarlyArticle -> Encodings
genre :: MedicalScholarlyArticle -> Genre
headline :: MedicalScholarlyArticle -> Headline
inLanguage :: MedicalScholarlyArticle -> InLanguage
interactionCount :: MedicalScholarlyArticle -> InteractionCount
interactivityType :: MedicalScholarlyArticle -> InteractivityType
isBasedOnUrl :: MedicalScholarlyArticle -> IsBasedOnUrl
isFamilyFriendly :: MedicalScholarlyArticle -> IsFamilyFriendly
keywords :: MedicalScholarlyArticle -> Keywords
learningResourceType :: MedicalScholarlyArticle -> LearningResourceType
mentions :: MedicalScholarlyArticle -> Mentions
offers :: MedicalScholarlyArticle -> Offers
provider :: MedicalScholarlyArticle -> Provider
publisher :: MedicalScholarlyArticle -> Publisher
publishingPrinciples :: MedicalScholarlyArticle -> PublishingPrinciples
review :: MedicalScholarlyArticle -> Review
reviews :: MedicalScholarlyArticle -> Reviews
sourceOrganization :: MedicalScholarlyArticle -> SourceOrganization
text :: MedicalScholarlyArticle -> Text
thumbnailUrl :: MedicalScholarlyArticle -> ThumbnailUrl
timeRequired :: MedicalScholarlyArticle -> TimeRequired
typicalAgeRange :: MedicalScholarlyArticle -> TypicalAgeRange
version :: MedicalScholarlyArticle -> Version
video :: MedicalScholarlyArticle -> Video
articleBody :: MedicalScholarlyArticle -> ArticleBody
articleSection :: MedicalScholarlyArticle -> ArticleSection
wordCount :: MedicalScholarlyArticle -> WordCount
publicationType :: MedicalScholarlyArticle -> PublicationType
instance Typeable MedicalScholarlyArticle
instance Show MedicalScholarlyArticle
instance Read MedicalScholarlyArticle
instance Eq MedicalScholarlyArticle
instance MetaData MedicalScholarlyArticle
module Text.HTML5.MetaData.Schema.ScholarlyArticle
-- |
-- - id ScholarlyArticle
-- - label Scholarly Article
-- - comment
-- - ancestors
-- Thing,CreativeWork,Article
-- - subtypes
-- MedicalScholarlyArticle
-- - supertypes Article
-- - url http://schema.org/ScholarlyArticle
--
data ScholarlyArticle
ScholarlyArticle :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> ArticleBody -> ArticleSection -> WordCount -> ScholarlyArticle
additionalType :: ScholarlyArticle -> AdditionalType
alternateName :: ScholarlyArticle -> AlternateName
description :: ScholarlyArticle -> Description
image :: ScholarlyArticle -> Image
name :: ScholarlyArticle -> Name
sameAs :: ScholarlyArticle -> SameAs
url :: ScholarlyArticle -> Url
about :: ScholarlyArticle -> About
accessibilityAPI :: ScholarlyArticle -> AccessibilityAPI
accessibilityControl :: ScholarlyArticle -> AccessibilityControl
accessibilityFeature :: ScholarlyArticle -> AccessibilityFeature
accessibilityHazard :: ScholarlyArticle -> AccessibilityHazard
accountablePerson :: ScholarlyArticle -> AccountablePerson
aggregateRating :: ScholarlyArticle -> AggregateRating
alternativeHeadline :: ScholarlyArticle -> AlternativeHeadline
associatedMedia :: ScholarlyArticle -> AssociatedMedia
audience :: ScholarlyArticle -> Audience
audio :: ScholarlyArticle -> Audio
author :: ScholarlyArticle -> Author
award :: ScholarlyArticle -> Award
awards :: ScholarlyArticle -> Awards
citation :: ScholarlyArticle -> Citation
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
educationalAlignment :: ScholarlyArticle -> EducationalAlignment
educationalUse :: ScholarlyArticle -> EducationalUse
encoding :: ScholarlyArticle -> Encoding
encodings :: ScholarlyArticle -> Encodings
genre :: ScholarlyArticle -> Genre
headline :: ScholarlyArticle -> Headline
inLanguage :: ScholarlyArticle -> InLanguage
interactionCount :: ScholarlyArticle -> InteractionCount
interactivityType :: ScholarlyArticle -> InteractivityType
isBasedOnUrl :: ScholarlyArticle -> IsBasedOnUrl
isFamilyFriendly :: ScholarlyArticle -> IsFamilyFriendly
keywords :: ScholarlyArticle -> Keywords
learningResourceType :: ScholarlyArticle -> LearningResourceType
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
timeRequired :: ScholarlyArticle -> TimeRequired
typicalAgeRange :: ScholarlyArticle -> TypicalAgeRange
version :: ScholarlyArticle -> Version
video :: ScholarlyArticle -> Video
articleBody :: ScholarlyArticle -> ArticleBody
articleSection :: ScholarlyArticle -> ArticleSection
wordCount :: ScholarlyArticle -> WordCount
instance Typeable ScholarlyArticle
instance Show ScholarlyArticle
instance Read ScholarlyArticle
instance Eq ScholarlyArticle
instance MetaData ScholarlyArticle
module Text.HTML5.MetaData.Schema.ExerciseAction
-- |
data ExerciseAction
ExerciseAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Audience -> Event -> Course -> Diet -> Distance -> ExercisePlan -> ExerciseType -> FromLocation -> Oponent -> SportsActivityLocation -> SportsEvent -> SportsTeam -> ToLocation -> ExerciseAction
additionalType :: ExerciseAction -> AdditionalType
alternateName :: ExerciseAction -> AlternateName
description :: ExerciseAction -> Description
image :: ExerciseAction -> Image
name :: ExerciseAction -> Name
sameAs :: ExerciseAction -> SameAs
url :: ExerciseAction -> Url
agent :: ExerciseAction -> Agent
endTime :: ExerciseAction -> EndTime
instrument :: ExerciseAction -> Instrument
location :: ExerciseAction -> Location
object :: ExerciseAction -> Object
participant :: ExerciseAction -> Participant
result :: ExerciseAction -> Result
startTime :: ExerciseAction -> StartTime
audience :: ExerciseAction -> Audience
event :: ExerciseAction -> Event
course :: ExerciseAction -> Course
diet :: ExerciseAction -> Diet
distance :: ExerciseAction -> Distance
exercisePlan :: ExerciseAction -> ExercisePlan
exerciseType :: ExerciseAction -> ExerciseType
fromLocation :: ExerciseAction -> FromLocation
oponent :: ExerciseAction -> Oponent
sportsActivityLocation :: ExerciseAction -> SportsActivityLocation
sportsEvent :: ExerciseAction -> SportsEvent
sportsTeam :: ExerciseAction -> SportsTeam
toLocation :: ExerciseAction -> ToLocation
instance Typeable ExerciseAction
instance Show ExerciseAction
instance Read ExerciseAction
instance Eq ExerciseAction
instance MetaData ExerciseAction
module Text.HTML5.MetaData.Schema.MedicalObservationalStudy
-- |
-- - id MedicalObservationalStudy
-- - label Medical Observational Study
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalStudy
-- - subtypes
-- - supertypes MedicalStudy
-- - url
-- http://schema.org/MedicalObservationalStudy
--
data MedicalObservationalStudy
MedicalObservationalStudy :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> Outcome -> Population -> Sponsor -> Status -> StudyLocation -> StudySubject -> StudyDesign -> MedicalObservationalStudy
additionalType :: MedicalObservationalStudy -> AdditionalType
alternateName :: MedicalObservationalStudy -> AlternateName
description :: MedicalObservationalStudy -> Description
image :: MedicalObservationalStudy -> Image
name :: MedicalObservationalStudy -> Name
sameAs :: MedicalObservationalStudy -> SameAs
url :: MedicalObservationalStudy -> Url
code :: MedicalObservationalStudy -> Code
guideline :: MedicalObservationalStudy -> Guideline
medicineSystem :: MedicalObservationalStudy -> MedicineSystem
recognizingAuthority :: MedicalObservationalStudy -> RecognizingAuthority
relevantSpecialty :: MedicalObservationalStudy -> RelevantSpecialty
study :: MedicalObservationalStudy -> Study
outcome :: MedicalObservationalStudy -> Outcome
population :: MedicalObservationalStudy -> Population
sponsor :: MedicalObservationalStudy -> Sponsor
status :: MedicalObservationalStudy -> Status
studyLocation :: MedicalObservationalStudy -> StudyLocation
studySubject :: MedicalObservationalStudy -> StudySubject
studyDesign :: MedicalObservationalStudy -> StudyDesign
instance Typeable MedicalObservationalStudy
instance Show MedicalObservationalStudy
instance Read MedicalObservationalStudy
instance Eq MedicalObservationalStudy
instance MetaData MedicalObservationalStudy
module Text.HTML5.MetaData.Schema.MedicalStudy
-- |
-- - id MedicalStudy
-- - label Medical Study
-- - comment
-- - ancestors
-- Thing,MedicalEntity
-- - subtypes
-- MedicalObservationalStudy,MedicalTrial
-- - supertypes MedicalEntity
-- - url http://schema.org/MedicalStudy
--
data MedicalStudy
MedicalStudy :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> Outcome -> Population -> Sponsor -> Status -> StudyLocation -> StudySubject -> MedicalStudy
additionalType :: MedicalStudy -> AdditionalType
alternateName :: MedicalStudy -> AlternateName
description :: MedicalStudy -> Description
image :: MedicalStudy -> Image
name :: MedicalStudy -> Name
sameAs :: MedicalStudy -> SameAs
url :: MedicalStudy -> Url
code :: MedicalStudy -> Code
guideline :: MedicalStudy -> Guideline
medicineSystem :: MedicalStudy -> MedicineSystem
recognizingAuthority :: MedicalStudy -> RecognizingAuthority
relevantSpecialty :: MedicalStudy -> RelevantSpecialty
study :: MedicalStudy -> Study
outcome :: MedicalStudy -> Outcome
population :: MedicalStudy -> Population
sponsor :: MedicalStudy -> Sponsor
status :: MedicalStudy -> Status
studyLocation :: MedicalStudy -> StudyLocation
studySubject :: MedicalStudy -> StudySubject
instance Typeable MedicalStudy
instance Show MedicalStudy
instance Read MedicalStudy
instance Eq MedicalStudy
instance MetaData MedicalStudy
module Text.HTML5.MetaData.Schema.MedicalTrial
-- |
-- - id MedicalTrial
-- - label Medical Trial
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalStudy
-- - subtypes
-- - supertypes MedicalStudy
-- - url http://schema.org/MedicalTrial
--
data MedicalTrial
MedicalTrial :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> Outcome -> Population -> Sponsor -> Status -> StudyLocation -> StudySubject -> Phase -> TrialDesign -> MedicalTrial
additionalType :: MedicalTrial -> AdditionalType
alternateName :: MedicalTrial -> AlternateName
description :: MedicalTrial -> Description
image :: MedicalTrial -> Image
name :: MedicalTrial -> Name
sameAs :: MedicalTrial -> SameAs
url :: MedicalTrial -> Url
code :: MedicalTrial -> Code
guideline :: MedicalTrial -> Guideline
medicineSystem :: MedicalTrial -> MedicineSystem
recognizingAuthority :: MedicalTrial -> RecognizingAuthority
relevantSpecialty :: MedicalTrial -> RelevantSpecialty
study :: MedicalTrial -> Study
outcome :: MedicalTrial -> Outcome
population :: MedicalTrial -> Population
sponsor :: MedicalTrial -> Sponsor
status :: MedicalTrial -> Status
studyLocation :: MedicalTrial -> StudyLocation
studySubject :: MedicalTrial -> StudySubject
phase :: MedicalTrial -> Phase
trialDesign :: MedicalTrial -> TrialDesign
instance Typeable MedicalTrial
instance Show MedicalTrial
instance Read MedicalTrial
instance Eq MedicalTrial
instance MetaData MedicalTrial
module Text.HTML5.MetaData.Schema.State
-- |
-- - id State
-- - label State
-- - comment
-- - ancestors
-- Thing,Place,AdministrativeArea
-- - subtypes
-- - supertypes
-- AdministrativeArea
-- - url http://schema.org/State
--
data State
State :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> State
additionalType :: State -> AdditionalType
alternateName :: State -> AlternateName
description :: State -> Description
image :: State -> Image
name :: State -> Name
sameAs :: State -> SameAs
url :: State -> Url
address :: State -> Address
aggregateRating :: State -> AggregateRating
containedIn :: State -> ContainedIn
event :: State -> Event
events :: State -> Events
faxNumber :: State -> FaxNumber
geo :: State -> Geo
globalLocationNumber :: State -> GlobalLocationNumber
interactionCount :: State -> InteractionCount
isicV4 :: State -> IsicV4
logo :: State -> Logo
map :: State -> Map
maps :: State -> Maps
openingHoursSpecification :: State -> OpeningHoursSpecification
photo :: State -> Photo
photos :: State -> Photos
review :: State -> Review
reviews :: State -> Reviews
telephone :: State -> Telephone
instance Typeable State
instance Show State
instance Read State
instance Eq State
instance MetaData State
module Text.HTML5.MetaData.Schema.Action
-- |
-- - id Action
-- - label Action
-- - comment
-- - ancestors Thing
-- - subtypes
-- AchieveAction,AssessAction,ConsumeAction,CreateAction,FindAction,InteractAction,MoveAction,OrganizeAction,PlayAction,SearchAction,TradeAction,TransferAction,UpdateAction
-- - supertypes Thing
-- - url http://schema.org/Action
--
data Action
Action :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Action
additionalType :: Action -> AdditionalType
alternateName :: Action -> AlternateName
description :: Action -> Description
image :: Action -> Image
name :: Action -> Name
sameAs :: Action -> SameAs
url :: Action -> Url
agent :: Action -> Agent
endTime :: Action -> EndTime
instrument :: Action -> Instrument
location :: Action -> Location
object :: Action -> Object
participant :: Action -> Participant
result :: Action -> Result
startTime :: Action -> StartTime
instance Typeable Action
instance Show Action
instance Read Action
instance Eq Action
instance MetaData Action
module Text.HTML5.MetaData.Schema.SearchAction
-- |
data SearchAction
SearchAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Query -> SearchAction
additionalType :: SearchAction -> AdditionalType
alternateName :: SearchAction -> AlternateName
description :: SearchAction -> Description
image :: SearchAction -> Image
name :: SearchAction -> Name
sameAs :: SearchAction -> SameAs
url :: SearchAction -> Url
agent :: SearchAction -> Agent
endTime :: SearchAction -> EndTime
instrument :: SearchAction -> Instrument
location :: SearchAction -> Location
object :: SearchAction -> Object
participant :: SearchAction -> Participant
result :: SearchAction -> Result
startTime :: SearchAction -> StartTime
query :: SearchAction -> Query
instance Typeable SearchAction
instance Show SearchAction
instance Read SearchAction
instance Eq SearchAction
instance MetaData SearchAction
module Text.HTML5.MetaData.Schema.AboutPage
-- |
-- - id AboutPage
-- - label About Page
-- - comment
-- - ancestors
-- Thing,CreativeWork,WebPage
-- - subtypes
-- - supertypes WebPage
-- - url http://schema.org/AboutPage
--
data AboutPage
AboutPage :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> Breadcrumb -> IsPartOf -> LastReviewed -> MainContentOfPage -> PrimaryImageOfPage -> RelatedLink -> ReviewedBy -> SignificantLink -> SignificantLinks -> Specialty -> AboutPage
additionalType :: AboutPage -> AdditionalType
alternateName :: AboutPage -> AlternateName
description :: AboutPage -> Description
image :: AboutPage -> Image
name :: AboutPage -> Name
sameAs :: AboutPage -> SameAs
url :: AboutPage -> Url
about :: AboutPage -> About
accessibilityAPI :: AboutPage -> AccessibilityAPI
accessibilityControl :: AboutPage -> AccessibilityControl
accessibilityFeature :: AboutPage -> AccessibilityFeature
accessibilityHazard :: AboutPage -> AccessibilityHazard
accountablePerson :: AboutPage -> AccountablePerson
aggregateRating :: AboutPage -> AggregateRating
alternativeHeadline :: AboutPage -> AlternativeHeadline
associatedMedia :: AboutPage -> AssociatedMedia
audience :: AboutPage -> Audience
audio :: AboutPage -> Audio
author :: AboutPage -> Author
award :: AboutPage -> Award
awards :: AboutPage -> Awards
citation :: AboutPage -> Citation
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
educationalAlignment :: AboutPage -> EducationalAlignment
educationalUse :: AboutPage -> EducationalUse
encoding :: AboutPage -> Encoding
encodings :: AboutPage -> Encodings
genre :: AboutPage -> Genre
headline :: AboutPage -> Headline
inLanguage :: AboutPage -> InLanguage
interactionCount :: AboutPage -> InteractionCount
interactivityType :: AboutPage -> InteractivityType
isBasedOnUrl :: AboutPage -> IsBasedOnUrl
isFamilyFriendly :: AboutPage -> IsFamilyFriendly
keywords :: AboutPage -> Keywords
learningResourceType :: AboutPage -> LearningResourceType
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
timeRequired :: AboutPage -> TimeRequired
typicalAgeRange :: AboutPage -> TypicalAgeRange
version :: AboutPage -> Version
video :: AboutPage -> Video
breadcrumb :: AboutPage -> Breadcrumb
isPartOf :: AboutPage -> IsPartOf
lastReviewed :: AboutPage -> LastReviewed
mainContentOfPage :: AboutPage -> MainContentOfPage
primaryImageOfPage :: AboutPage -> PrimaryImageOfPage
relatedLink :: AboutPage -> RelatedLink
reviewedBy :: AboutPage -> ReviewedBy
significantLink :: AboutPage -> SignificantLink
significantLinks :: AboutPage -> SignificantLinks
specialty :: AboutPage -> Specialty
instance Typeable AboutPage
instance Show AboutPage
instance Read AboutPage
instance Eq AboutPage
instance MetaData AboutPage
module Text.HTML5.MetaData.Schema.EducationalAudience
-- |
data EducationalAudience
EducationalAudience :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> AudienceType -> GeographicArea -> EducationalRole -> EducationalAudience
additionalType :: EducationalAudience -> AdditionalType
alternateName :: EducationalAudience -> AlternateName
description :: EducationalAudience -> Description
image :: EducationalAudience -> Image
name :: EducationalAudience -> Name
sameAs :: EducationalAudience -> SameAs
url :: EducationalAudience -> Url
audienceType :: EducationalAudience -> AudienceType
geographicArea :: EducationalAudience -> GeographicArea
educationalRole :: EducationalAudience -> EducationalRole
instance Typeable EducationalAudience
instance Show EducationalAudience
instance Read EducationalAudience
instance Eq EducationalAudience
instance MetaData EducationalAudience
module Text.HTML5.MetaData.Schema.CollegeOrUniversity
-- |
-- - id CollegeOrUniversity
-- - label College or University
-- - comment
-- - ancestors
-- Thing,Organization,EducationalOrganization
-- - subtypes
-- - supertypes
-- EducationalOrganization
-- - url
-- http://schema.org/CollegeOrUniversity
--
data CollegeOrUniversity
CollegeOrUniversity :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Event -> Events -> FaxNumber -> Founder -> Founders -> FoundingDate -> GlobalLocationNumber -> HasPOS -> InteractionCount -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> Members -> Naics -> Owns -> Review -> Reviews -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> Alumni -> CollegeOrUniversity
additionalType :: CollegeOrUniversity -> AdditionalType
alternateName :: CollegeOrUniversity -> AlternateName
description :: CollegeOrUniversity -> Description
image :: CollegeOrUniversity -> Image
name :: CollegeOrUniversity -> Name
sameAs :: CollegeOrUniversity -> SameAs
url :: CollegeOrUniversity -> Url
address :: CollegeOrUniversity -> Address
aggregateRating :: CollegeOrUniversity -> AggregateRating
brand :: CollegeOrUniversity -> Brand
contactPoint :: CollegeOrUniversity -> ContactPoint
contactPoints :: CollegeOrUniversity -> ContactPoints
department :: CollegeOrUniversity -> Department
duns :: CollegeOrUniversity -> Duns
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
globalLocationNumber :: CollegeOrUniversity -> GlobalLocationNumber
hasPOS :: CollegeOrUniversity -> HasPOS
interactionCount :: CollegeOrUniversity -> InteractionCount
isicV4 :: CollegeOrUniversity -> IsicV4
legalName :: CollegeOrUniversity -> LegalName
location :: CollegeOrUniversity -> Location
logo :: CollegeOrUniversity -> Logo
makesOffer :: CollegeOrUniversity -> MakesOffer
member :: CollegeOrUniversity -> Member
members :: CollegeOrUniversity -> Members
naics :: CollegeOrUniversity -> Naics
owns :: CollegeOrUniversity -> Owns
review :: CollegeOrUniversity -> Review
reviews :: CollegeOrUniversity -> Reviews
seeks :: CollegeOrUniversity -> Seeks
subOrganization :: CollegeOrUniversity -> SubOrganization
taxID :: CollegeOrUniversity -> TaxID
telephone :: CollegeOrUniversity -> Telephone
vatID :: CollegeOrUniversity -> VatID
alumni :: CollegeOrUniversity -> Alumni
instance Typeable CollegeOrUniversity
instance Show CollegeOrUniversity
instance Read CollegeOrUniversity
instance Eq CollegeOrUniversity
instance MetaData CollegeOrUniversity
module Text.HTML5.MetaData.Schema.MiddleSchool
-- |
-- - id MiddleSchool
-- - label Middle School
-- - comment
-- - ancestors
-- Thing,Organization,EducationalOrganization
-- - subtypes
-- - supertypes
-- EducationalOrganization
-- - url http://schema.org/MiddleSchool
--
data MiddleSchool
MiddleSchool :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Event -> Events -> FaxNumber -> Founder -> Founders -> FoundingDate -> GlobalLocationNumber -> HasPOS -> InteractionCount -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> Members -> Naics -> Owns -> Review -> Reviews -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> Alumni -> MiddleSchool
additionalType :: MiddleSchool -> AdditionalType
alternateName :: MiddleSchool -> AlternateName
description :: MiddleSchool -> Description
image :: MiddleSchool -> Image
name :: MiddleSchool -> Name
sameAs :: MiddleSchool -> SameAs
url :: MiddleSchool -> Url
address :: MiddleSchool -> Address
aggregateRating :: MiddleSchool -> AggregateRating
brand :: MiddleSchool -> Brand
contactPoint :: MiddleSchool -> ContactPoint
contactPoints :: MiddleSchool -> ContactPoints
department :: MiddleSchool -> Department
duns :: MiddleSchool -> Duns
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
globalLocationNumber :: MiddleSchool -> GlobalLocationNumber
hasPOS :: MiddleSchool -> HasPOS
interactionCount :: MiddleSchool -> InteractionCount
isicV4 :: MiddleSchool -> IsicV4
legalName :: MiddleSchool -> LegalName
location :: MiddleSchool -> Location
logo :: MiddleSchool -> Logo
makesOffer :: MiddleSchool -> MakesOffer
member :: MiddleSchool -> Member
members :: MiddleSchool -> Members
naics :: MiddleSchool -> Naics
owns :: MiddleSchool -> Owns
review :: MiddleSchool -> Review
reviews :: MiddleSchool -> Reviews
seeks :: MiddleSchool -> Seeks
subOrganization :: MiddleSchool -> SubOrganization
taxID :: MiddleSchool -> TaxID
telephone :: MiddleSchool -> Telephone
vatID :: MiddleSchool -> VatID
alumni :: MiddleSchool -> Alumni
instance Typeable MiddleSchool
instance Show MiddleSchool
instance Read MiddleSchool
instance Eq MiddleSchool
instance MetaData MiddleSchool
module Text.HTML5.MetaData.Schema.Preschool
-- |
-- - id Preschool
-- - label Preschool
-- - comment
-- - ancestors
-- Thing,Organization,EducationalOrganization
-- - subtypes
-- - supertypes
-- EducationalOrganization
-- - url http://schema.org/Preschool
--
data Preschool
Preschool :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Event -> Events -> FaxNumber -> Founder -> Founders -> FoundingDate -> GlobalLocationNumber -> HasPOS -> InteractionCount -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> Members -> Naics -> Owns -> Review -> Reviews -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> Alumni -> Preschool
additionalType :: Preschool -> AdditionalType
alternateName :: Preschool -> AlternateName
description :: Preschool -> Description
image :: Preschool -> Image
name :: Preschool -> Name
sameAs :: Preschool -> SameAs
url :: Preschool -> Url
address :: Preschool -> Address
aggregateRating :: Preschool -> AggregateRating
brand :: Preschool -> Brand
contactPoint :: Preschool -> ContactPoint
contactPoints :: Preschool -> ContactPoints
department :: Preschool -> Department
duns :: Preschool -> Duns
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
globalLocationNumber :: Preschool -> GlobalLocationNumber
hasPOS :: Preschool -> HasPOS
interactionCount :: Preschool -> InteractionCount
isicV4 :: Preschool -> IsicV4
legalName :: Preschool -> LegalName
location :: Preschool -> Location
logo :: Preschool -> Logo
makesOffer :: Preschool -> MakesOffer
member :: Preschool -> Member
members :: Preschool -> Members
naics :: Preschool -> Naics
owns :: Preschool -> Owns
review :: Preschool -> Review
reviews :: Preschool -> Reviews
seeks :: Preschool -> Seeks
subOrganization :: Preschool -> SubOrganization
taxID :: Preschool -> TaxID
telephone :: Preschool -> Telephone
vatID :: Preschool -> VatID
alumni :: Preschool -> Alumni
instance Typeable Preschool
instance Show Preschool
instance Read Preschool
instance Eq Preschool
instance MetaData Preschool
module Text.HTML5.MetaData.Schema.EducationalOrganization
-- |
-- - id EducationalOrganization
-- - label Educational Organization
-- - comment
-- - ancestors
-- Thing,Organization
-- - subtypes
-- CollegeOrUniversity,ElementarySchool,HighSchool,MiddleSchool,Preschool,School
-- - supertypes Organization
-- - url
-- http://schema.org/EducationalOrganization
--
data EducationalOrganization
EducationalOrganization :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Event -> Events -> FaxNumber -> Founder -> Founders -> FoundingDate -> GlobalLocationNumber -> HasPOS -> InteractionCount -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> Members -> Naics -> Owns -> Review -> Reviews -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> Alumni -> EducationalOrganization
additionalType :: EducationalOrganization -> AdditionalType
alternateName :: EducationalOrganization -> AlternateName
description :: EducationalOrganization -> Description
image :: EducationalOrganization -> Image
name :: EducationalOrganization -> Name
sameAs :: EducationalOrganization -> SameAs
url :: EducationalOrganization -> Url
address :: EducationalOrganization -> Address
aggregateRating :: EducationalOrganization -> AggregateRating
brand :: EducationalOrganization -> Brand
contactPoint :: EducationalOrganization -> ContactPoint
contactPoints :: EducationalOrganization -> ContactPoints
department :: EducationalOrganization -> Department
duns :: EducationalOrganization -> Duns
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
globalLocationNumber :: EducationalOrganization -> GlobalLocationNumber
hasPOS :: EducationalOrganization -> HasPOS
interactionCount :: EducationalOrganization -> InteractionCount
isicV4 :: EducationalOrganization -> IsicV4
legalName :: EducationalOrganization -> LegalName
location :: EducationalOrganization -> Location
logo :: EducationalOrganization -> Logo
makesOffer :: EducationalOrganization -> MakesOffer
member :: EducationalOrganization -> Member
members :: EducationalOrganization -> Members
naics :: EducationalOrganization -> Naics
owns :: EducationalOrganization -> Owns
review :: EducationalOrganization -> Review
reviews :: EducationalOrganization -> Reviews
seeks :: EducationalOrganization -> Seeks
subOrganization :: EducationalOrganization -> SubOrganization
taxID :: EducationalOrganization -> TaxID
telephone :: EducationalOrganization -> Telephone
vatID :: EducationalOrganization -> VatID
alumni :: EducationalOrganization -> Alumni
instance Typeable EducationalOrganization
instance Show EducationalOrganization
instance Read EducationalOrganization
instance Eq EducationalOrganization
instance MetaData EducationalOrganization
module Text.HTML5.MetaData.Schema.School
-- |
-- - id School
-- - label School
-- - comment
-- - ancestors
-- Thing,Organization,EducationalOrganization
-- - subtypes
-- - supertypes
-- EducationalOrganization
-- - url http://schema.org/School
--
data School
School :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Event -> Events -> FaxNumber -> Founder -> Founders -> FoundingDate -> GlobalLocationNumber -> HasPOS -> InteractionCount -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> Members -> Naics -> Owns -> Review -> Reviews -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> Alumni -> School
additionalType :: School -> AdditionalType
alternateName :: School -> AlternateName
description :: School -> Description
image :: School -> Image
name :: School -> Name
sameAs :: School -> SameAs
url :: School -> Url
address :: School -> Address
aggregateRating :: School -> AggregateRating
brand :: School -> Brand
contactPoint :: School -> ContactPoint
contactPoints :: School -> ContactPoints
department :: School -> Department
duns :: School -> Duns
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
globalLocationNumber :: School -> GlobalLocationNumber
hasPOS :: School -> HasPOS
interactionCount :: School -> InteractionCount
isicV4 :: School -> IsicV4
legalName :: School -> LegalName
location :: School -> Location
logo :: School -> Logo
makesOffer :: School -> MakesOffer
member :: School -> Member
members :: School -> Members
naics :: School -> Naics
owns :: School -> Owns
review :: School -> Review
reviews :: School -> Reviews
seeks :: School -> Seeks
subOrganization :: School -> SubOrganization
taxID :: School -> TaxID
telephone :: School -> Telephone
vatID :: School -> VatID
alumni :: School -> Alumni
instance Typeable School
instance Show School
instance Read School
instance Eq School
instance MetaData School
module Text.HTML5.MetaData.Schema.BusStation
-- |
-- - id BusStation
-- - label Bus Station
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/BusStation
--
data BusStation
BusStation :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> BusStation
additionalType :: BusStation -> AdditionalType
alternateName :: BusStation -> AlternateName
description :: BusStation -> Description
image :: BusStation -> Image
name :: BusStation -> Name
sameAs :: BusStation -> SameAs
url :: BusStation -> Url
address :: BusStation -> Address
aggregateRating :: BusStation -> AggregateRating
containedIn :: BusStation -> ContainedIn
event :: BusStation -> Event
events :: BusStation -> Events
faxNumber :: BusStation -> FaxNumber
geo :: BusStation -> Geo
globalLocationNumber :: BusStation -> GlobalLocationNumber
interactionCount :: BusStation -> InteractionCount
isicV4 :: BusStation -> IsicV4
logo :: BusStation -> Logo
map :: BusStation -> Map
maps :: BusStation -> Maps
openingHoursSpecification :: BusStation -> OpeningHoursSpecification
photo :: BusStation -> Photo
photos :: BusStation -> Photos
review :: BusStation -> Review
reviews :: BusStation -> Reviews
telephone :: BusStation -> Telephone
openingHours :: BusStation -> OpeningHours
instance Typeable BusStation
instance Show BusStation
instance Read BusStation
instance Eq BusStation
instance MetaData BusStation
module Text.HTML5.MetaData.Schema.Vein
-- |
-- - id Vein
-- - label Vein
-- - comment
-- - ancestors
-- Thing,MedicalEntity,AnatomicalStructure,Vessel
-- - subtypes
-- - supertypes Vessel
-- - url http://schema.org/Vein
--
data Vein
Vein :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AssociatedPathophysiology -> BodyLocation -> ConnectedTo -> Diagram -> Function -> PartOfSystem -> RelatedCondition -> RelatedTherapy -> SubStructure -> DrainsTo -> RegionDrained -> Tributary -> Vein
additionalType :: Vein -> AdditionalType
alternateName :: Vein -> AlternateName
description :: Vein -> Description
image :: Vein -> Image
name :: Vein -> Name
sameAs :: Vein -> SameAs
url :: Vein -> Url
code :: Vein -> Code
guideline :: Vein -> Guideline
medicineSystem :: Vein -> MedicineSystem
recognizingAuthority :: Vein -> RecognizingAuthority
relevantSpecialty :: Vein -> RelevantSpecialty
study :: Vein -> Study
associatedPathophysiology :: Vein -> AssociatedPathophysiology
bodyLocation :: Vein -> BodyLocation
connectedTo :: Vein -> ConnectedTo
diagram :: Vein -> Diagram
function :: Vein -> Function
partOfSystem :: Vein -> PartOfSystem
relatedCondition :: Vein -> RelatedCondition
relatedTherapy :: Vein -> RelatedTherapy
subStructure :: Vein -> SubStructure
drainsTo :: Vein -> DrainsTo
regionDrained :: Vein -> RegionDrained
tributary :: Vein -> Tributary
instance Typeable Vein
instance Show Vein
instance Read Vein
instance Eq Vein
instance MetaData Vein
module Text.HTML5.MetaData.Schema.ElectronicsStore
-- |
-- - id ElectronicsStore
-- - label Electronics Store
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/ElectronicsStore
--
data ElectronicsStore
ElectronicsStore :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> ElectronicsStore
additionalType :: ElectronicsStore -> AdditionalType
alternateName :: ElectronicsStore -> AlternateName
description :: ElectronicsStore -> Description
image :: ElectronicsStore -> Image
name :: ElectronicsStore -> Name
sameAs :: ElectronicsStore -> SameAs
url :: ElectronicsStore -> Url
address :: ElectronicsStore -> Address
aggregateRating :: ElectronicsStore -> AggregateRating
containedIn :: ElectronicsStore -> ContainedIn
event :: ElectronicsStore -> Event
events :: ElectronicsStore -> Events
faxNumber :: ElectronicsStore -> FaxNumber
geo :: ElectronicsStore -> Geo
globalLocationNumber :: ElectronicsStore -> GlobalLocationNumber
interactionCount :: ElectronicsStore -> InteractionCount
isicV4 :: ElectronicsStore -> IsicV4
logo :: ElectronicsStore -> Logo
map :: ElectronicsStore -> Map
maps :: ElectronicsStore -> Maps
openingHoursSpecification :: ElectronicsStore -> OpeningHoursSpecification
photo :: ElectronicsStore -> Photo
photos :: ElectronicsStore -> Photos
review :: ElectronicsStore -> Review
reviews :: ElectronicsStore -> Reviews
telephone :: ElectronicsStore -> Telephone
brand :: ElectronicsStore -> Brand
contactPoint :: ElectronicsStore -> ContactPoint
contactPoints :: ElectronicsStore -> ContactPoints
department :: ElectronicsStore -> Department
duns :: ElectronicsStore -> Duns
email :: ElectronicsStore -> Email
employee :: ElectronicsStore -> Employee
employees :: ElectronicsStore -> Employees
founder :: ElectronicsStore -> Founder
founders :: ElectronicsStore -> Founders
foundingDate :: ElectronicsStore -> FoundingDate
hasPOS :: ElectronicsStore -> HasPOS
legalName :: ElectronicsStore -> LegalName
location :: ElectronicsStore -> Location
makesOffer :: ElectronicsStore -> MakesOffer
member :: ElectronicsStore -> Member
members :: ElectronicsStore -> Members
naics :: ElectronicsStore -> Naics
owns :: ElectronicsStore -> Owns
seeks :: ElectronicsStore -> Seeks
subOrganization :: ElectronicsStore -> SubOrganization
taxID :: ElectronicsStore -> TaxID
vatID :: ElectronicsStore -> VatID
branchOf :: ElectronicsStore -> BranchOf
currenciesAccepted :: ElectronicsStore -> CurrenciesAccepted
openingHours :: ElectronicsStore -> OpeningHours
paymentAccepted :: ElectronicsStore -> PaymentAccepted
priceRange :: ElectronicsStore -> PriceRange
instance Typeable ElectronicsStore
instance Show ElectronicsStore
instance Read ElectronicsStore
instance Eq ElectronicsStore
instance MetaData ElectronicsStore
module Text.HTML5.MetaData.Schema.PaintAction
-- |
data PaintAction
PaintAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> PaintAction
additionalType :: PaintAction -> AdditionalType
alternateName :: PaintAction -> AlternateName
description :: PaintAction -> Description
image :: PaintAction -> Image
name :: PaintAction -> Name
sameAs :: PaintAction -> SameAs
url :: PaintAction -> Url
agent :: PaintAction -> Agent
endTime :: PaintAction -> EndTime
instrument :: PaintAction -> Instrument
location :: PaintAction -> Location
object :: PaintAction -> Object
participant :: PaintAction -> Participant
result :: PaintAction -> Result
startTime :: PaintAction -> StartTime
instance Typeable PaintAction
instance Show PaintAction
instance Read PaintAction
instance Eq PaintAction
instance MetaData PaintAction
module Text.HTML5.MetaData.Schema.DoseSchedule
-- |
-- - id DoseSchedule
-- - label Dose Schedule
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalIntangible
-- - subtypes
-- MaximumDoseSchedule,RecommendedDoseSchedule,ReportedDoseSchedule
-- - supertypes
-- MedicalIntangible
-- - url http://schema.org/DoseSchedule
--
data DoseSchedule
DoseSchedule :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> DoseUnit -> DoseValue -> Frequency -> TargetPopulation -> DoseSchedule
additionalType :: DoseSchedule -> AdditionalType
alternateName :: DoseSchedule -> AlternateName
description :: DoseSchedule -> Description
image :: DoseSchedule -> Image
name :: DoseSchedule -> Name
sameAs :: DoseSchedule -> SameAs
url :: DoseSchedule -> Url
code :: DoseSchedule -> Code
guideline :: DoseSchedule -> Guideline
medicineSystem :: DoseSchedule -> MedicineSystem
recognizingAuthority :: DoseSchedule -> RecognizingAuthority
relevantSpecialty :: DoseSchedule -> RelevantSpecialty
study :: DoseSchedule -> Study
doseUnit :: DoseSchedule -> DoseUnit
doseValue :: DoseSchedule -> DoseValue
frequency :: DoseSchedule -> Frequency
targetPopulation :: DoseSchedule -> TargetPopulation
instance Typeable DoseSchedule
instance Show DoseSchedule
instance Read DoseSchedule
instance Eq DoseSchedule
instance MetaData DoseSchedule
module Text.HTML5.MetaData.Schema.ReportedDoseSchedule
-- |
data ReportedDoseSchedule
ReportedDoseSchedule :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> DoseUnit -> DoseValue -> Frequency -> TargetPopulation -> ReportedDoseSchedule
additionalType :: ReportedDoseSchedule -> AdditionalType
alternateName :: ReportedDoseSchedule -> AlternateName
description :: ReportedDoseSchedule -> Description
image :: ReportedDoseSchedule -> Image
name :: ReportedDoseSchedule -> Name
sameAs :: ReportedDoseSchedule -> SameAs
url :: ReportedDoseSchedule -> Url
code :: ReportedDoseSchedule -> Code
guideline :: ReportedDoseSchedule -> Guideline
medicineSystem :: ReportedDoseSchedule -> MedicineSystem
recognizingAuthority :: ReportedDoseSchedule -> RecognizingAuthority
relevantSpecialty :: ReportedDoseSchedule -> RelevantSpecialty
study :: ReportedDoseSchedule -> Study
doseUnit :: ReportedDoseSchedule -> DoseUnit
doseValue :: ReportedDoseSchedule -> DoseValue
frequency :: ReportedDoseSchedule -> Frequency
targetPopulation :: ReportedDoseSchedule -> TargetPopulation
instance Typeable ReportedDoseSchedule
instance Show ReportedDoseSchedule
instance Read ReportedDoseSchedule
instance Eq ReportedDoseSchedule
instance MetaData ReportedDoseSchedule
module Text.HTML5.MetaData.Schema.RadioSeason
-- |
data RadioSeason
RadioSeason :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> EndDate -> Episode -> Episodes -> NumberOfEpisodes -> PartOfSeries -> Position -> Producer -> ProductionCompany -> SeasonNumber -> StartDate -> Trailer -> RadioSeason
additionalType :: RadioSeason -> AdditionalType
alternateName :: RadioSeason -> AlternateName
description :: RadioSeason -> Description
image :: RadioSeason -> Image
name :: RadioSeason -> Name
sameAs :: RadioSeason -> SameAs
url :: RadioSeason -> Url
about :: RadioSeason -> About
accessibilityAPI :: RadioSeason -> AccessibilityAPI
accessibilityControl :: RadioSeason -> AccessibilityControl
accessibilityFeature :: RadioSeason -> AccessibilityFeature
accessibilityHazard :: RadioSeason -> AccessibilityHazard
accountablePerson :: RadioSeason -> AccountablePerson
aggregateRating :: RadioSeason -> AggregateRating
alternativeHeadline :: RadioSeason -> AlternativeHeadline
associatedMedia :: RadioSeason -> AssociatedMedia
audience :: RadioSeason -> Audience
audio :: RadioSeason -> Audio
author :: RadioSeason -> Author
award :: RadioSeason -> Award
awards :: RadioSeason -> Awards
citation :: RadioSeason -> Citation
comment :: RadioSeason -> Comment
contentLocation :: RadioSeason -> ContentLocation
contentRating :: RadioSeason -> ContentRating
contributor :: RadioSeason -> Contributor
copyrightHolder :: RadioSeason -> CopyrightHolder
copyrightYear :: RadioSeason -> CopyrightYear
creator :: RadioSeason -> Creator
dateCreated :: RadioSeason -> DateCreated
dateModified :: RadioSeason -> DateModified
datePublished :: RadioSeason -> DatePublished
discussionUrl :: RadioSeason -> DiscussionUrl
editor :: RadioSeason -> Editor
educationalAlignment :: RadioSeason -> EducationalAlignment
educationalUse :: RadioSeason -> EducationalUse
encoding :: RadioSeason -> Encoding
encodings :: RadioSeason -> Encodings
genre :: RadioSeason -> Genre
headline :: RadioSeason -> Headline
inLanguage :: RadioSeason -> InLanguage
interactionCount :: RadioSeason -> InteractionCount
interactivityType :: RadioSeason -> InteractivityType
isBasedOnUrl :: RadioSeason -> IsBasedOnUrl
isFamilyFriendly :: RadioSeason -> IsFamilyFriendly
keywords :: RadioSeason -> Keywords
learningResourceType :: RadioSeason -> LearningResourceType
mentions :: RadioSeason -> Mentions
offers :: RadioSeason -> Offers
provider :: RadioSeason -> Provider
publisher :: RadioSeason -> Publisher
publishingPrinciples :: RadioSeason -> PublishingPrinciples
review :: RadioSeason -> Review
reviews :: RadioSeason -> Reviews
sourceOrganization :: RadioSeason -> SourceOrganization
text :: RadioSeason -> Text
thumbnailUrl :: RadioSeason -> ThumbnailUrl
timeRequired :: RadioSeason -> TimeRequired
typicalAgeRange :: RadioSeason -> TypicalAgeRange
version :: RadioSeason -> Version
video :: RadioSeason -> Video
endDate :: RadioSeason -> EndDate
episode :: RadioSeason -> Episode
episodes :: RadioSeason -> Episodes
numberOfEpisodes :: RadioSeason -> NumberOfEpisodes
partOfSeries :: RadioSeason -> PartOfSeries
position :: RadioSeason -> Position
producer :: RadioSeason -> Producer
productionCompany :: RadioSeason -> ProductionCompany
seasonNumber :: RadioSeason -> SeasonNumber
startDate :: RadioSeason -> StartDate
trailer :: RadioSeason -> Trailer
instance Typeable RadioSeason
instance Show RadioSeason
instance Read RadioSeason
instance Eq RadioSeason
instance MetaData RadioSeason
module Text.HTML5.MetaData.Schema.MedicalGuidelineRecommendation
-- |
-- - id MedicalGuidelineRecommendation
-- - label Medical Guideline Recommendation
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalGuideline
-- - subtypes
-- - supertypes MedicalGuideline
-- - url
-- http://schema.org/MedicalGuidelineRecommendation
--
data MedicalGuidelineRecommendation
MedicalGuidelineRecommendation :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> EvidenceLevel -> EvidenceOrigin -> GuidelineDate -> GuidelineSubject -> RecommendationStrength -> MedicalGuidelineRecommendation
additionalType :: MedicalGuidelineRecommendation -> AdditionalType
alternateName :: MedicalGuidelineRecommendation -> AlternateName
description :: MedicalGuidelineRecommendation -> Description
image :: MedicalGuidelineRecommendation -> Image
name :: MedicalGuidelineRecommendation -> Name
sameAs :: MedicalGuidelineRecommendation -> SameAs
url :: MedicalGuidelineRecommendation -> Url
code :: MedicalGuidelineRecommendation -> Code
guideline :: MedicalGuidelineRecommendation -> Guideline
medicineSystem :: MedicalGuidelineRecommendation -> MedicineSystem
recognizingAuthority :: MedicalGuidelineRecommendation -> RecognizingAuthority
relevantSpecialty :: MedicalGuidelineRecommendation -> RelevantSpecialty
study :: MedicalGuidelineRecommendation -> Study
evidenceLevel :: MedicalGuidelineRecommendation -> EvidenceLevel
evidenceOrigin :: MedicalGuidelineRecommendation -> EvidenceOrigin
guidelineDate :: MedicalGuidelineRecommendation -> GuidelineDate
guidelineSubject :: MedicalGuidelineRecommendation -> GuidelineSubject
recommendationStrength :: MedicalGuidelineRecommendation -> RecommendationStrength
instance Typeable MedicalGuidelineRecommendation
instance Show MedicalGuidelineRecommendation
instance Read MedicalGuidelineRecommendation
instance Eq MedicalGuidelineRecommendation
instance MetaData MedicalGuidelineRecommendation
module Text.HTML5.MetaData.Schema.WholesaleStore
-- |
-- - id WholesaleStore
-- - label Wholesale Store
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/WholesaleStore
--
data WholesaleStore
WholesaleStore :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> WholesaleStore
additionalType :: WholesaleStore -> AdditionalType
alternateName :: WholesaleStore -> AlternateName
description :: WholesaleStore -> Description
image :: WholesaleStore -> Image
name :: WholesaleStore -> Name
sameAs :: WholesaleStore -> SameAs
url :: WholesaleStore -> Url
address :: WholesaleStore -> Address
aggregateRating :: WholesaleStore -> AggregateRating
containedIn :: WholesaleStore -> ContainedIn
event :: WholesaleStore -> Event
events :: WholesaleStore -> Events
faxNumber :: WholesaleStore -> FaxNumber
geo :: WholesaleStore -> Geo
globalLocationNumber :: WholesaleStore -> GlobalLocationNumber
interactionCount :: WholesaleStore -> InteractionCount
isicV4 :: WholesaleStore -> IsicV4
logo :: WholesaleStore -> Logo
map :: WholesaleStore -> Map
maps :: WholesaleStore -> Maps
openingHoursSpecification :: WholesaleStore -> OpeningHoursSpecification
photo :: WholesaleStore -> Photo
photos :: WholesaleStore -> Photos
review :: WholesaleStore -> Review
reviews :: WholesaleStore -> Reviews
telephone :: WholesaleStore -> Telephone
brand :: WholesaleStore -> Brand
contactPoint :: WholesaleStore -> ContactPoint
contactPoints :: WholesaleStore -> ContactPoints
department :: WholesaleStore -> Department
duns :: WholesaleStore -> Duns
email :: WholesaleStore -> Email
employee :: WholesaleStore -> Employee
employees :: WholesaleStore -> Employees
founder :: WholesaleStore -> Founder
founders :: WholesaleStore -> Founders
foundingDate :: WholesaleStore -> FoundingDate
hasPOS :: WholesaleStore -> HasPOS
legalName :: WholesaleStore -> LegalName
location :: WholesaleStore -> Location
makesOffer :: WholesaleStore -> MakesOffer
member :: WholesaleStore -> Member
members :: WholesaleStore -> Members
naics :: WholesaleStore -> Naics
owns :: WholesaleStore -> Owns
seeks :: WholesaleStore -> Seeks
subOrganization :: WholesaleStore -> SubOrganization
taxID :: WholesaleStore -> TaxID
vatID :: WholesaleStore -> VatID
branchOf :: WholesaleStore -> BranchOf
currenciesAccepted :: WholesaleStore -> CurrenciesAccepted
openingHours :: WholesaleStore -> OpeningHours
paymentAccepted :: WholesaleStore -> PaymentAccepted
priceRange :: WholesaleStore -> PriceRange
instance Typeable WholesaleStore
instance Show WholesaleStore
instance Read WholesaleStore
instance Eq WholesaleStore
instance MetaData WholesaleStore
module Text.HTML5.MetaData.Schema.RVPark
-- |
-- - id RVPark
-- - label RV Park
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/RVPark
--
data RVPark
RVPark :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> RVPark
additionalType :: RVPark -> AdditionalType
alternateName :: RVPark -> AlternateName
description :: RVPark -> Description
image :: RVPark -> Image
name :: RVPark -> Name
sameAs :: RVPark -> SameAs
url :: RVPark -> Url
address :: RVPark -> Address
aggregateRating :: RVPark -> AggregateRating
containedIn :: RVPark -> ContainedIn
event :: RVPark -> Event
events :: RVPark -> Events
faxNumber :: RVPark -> FaxNumber
geo :: RVPark -> Geo
globalLocationNumber :: RVPark -> GlobalLocationNumber
interactionCount :: RVPark -> InteractionCount
isicV4 :: RVPark -> IsicV4
logo :: RVPark -> Logo
map :: RVPark -> Map
maps :: RVPark -> Maps
openingHoursSpecification :: RVPark -> OpeningHoursSpecification
photo :: RVPark -> Photo
photos :: RVPark -> Photos
review :: RVPark -> Review
reviews :: RVPark -> Reviews
telephone :: RVPark -> Telephone
openingHours :: RVPark -> OpeningHours
instance Typeable RVPark
instance Show RVPark
instance Read RVPark
instance Eq RVPark
instance MetaData RVPark
module Text.HTML5.MetaData.Schema.CollectionPage
-- |
-- - id CollectionPage
-- - label Collection Page
-- - comment
-- - ancestors
-- Thing,CreativeWork,WebPage
-- - subtypes
-- ImageGallery,VideoGallery
-- - supertypes WebPage
-- - url http://schema.org/CollectionPage
--
data CollectionPage
CollectionPage :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> Breadcrumb -> IsPartOf -> LastReviewed -> MainContentOfPage -> PrimaryImageOfPage -> RelatedLink -> ReviewedBy -> SignificantLink -> SignificantLinks -> Specialty -> CollectionPage
additionalType :: CollectionPage -> AdditionalType
alternateName :: CollectionPage -> AlternateName
description :: CollectionPage -> Description
image :: CollectionPage -> Image
name :: CollectionPage -> Name
sameAs :: CollectionPage -> SameAs
url :: CollectionPage -> Url
about :: CollectionPage -> About
accessibilityAPI :: CollectionPage -> AccessibilityAPI
accessibilityControl :: CollectionPage -> AccessibilityControl
accessibilityFeature :: CollectionPage -> AccessibilityFeature
accessibilityHazard :: CollectionPage -> AccessibilityHazard
accountablePerson :: CollectionPage -> AccountablePerson
aggregateRating :: CollectionPage -> AggregateRating
alternativeHeadline :: CollectionPage -> AlternativeHeadline
associatedMedia :: CollectionPage -> AssociatedMedia
audience :: CollectionPage -> Audience
audio :: CollectionPage -> Audio
author :: CollectionPage -> Author
award :: CollectionPage -> Award
awards :: CollectionPage -> Awards
citation :: CollectionPage -> Citation
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
educationalAlignment :: CollectionPage -> EducationalAlignment
educationalUse :: CollectionPage -> EducationalUse
encoding :: CollectionPage -> Encoding
encodings :: CollectionPage -> Encodings
genre :: CollectionPage -> Genre
headline :: CollectionPage -> Headline
inLanguage :: CollectionPage -> InLanguage
interactionCount :: CollectionPage -> InteractionCount
interactivityType :: CollectionPage -> InteractivityType
isBasedOnUrl :: CollectionPage -> IsBasedOnUrl
isFamilyFriendly :: CollectionPage -> IsFamilyFriendly
keywords :: CollectionPage -> Keywords
learningResourceType :: CollectionPage -> LearningResourceType
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
timeRequired :: CollectionPage -> TimeRequired
typicalAgeRange :: CollectionPage -> TypicalAgeRange
version :: CollectionPage -> Version
video :: CollectionPage -> Video
breadcrumb :: CollectionPage -> Breadcrumb
isPartOf :: CollectionPage -> IsPartOf
lastReviewed :: CollectionPage -> LastReviewed
mainContentOfPage :: CollectionPage -> MainContentOfPage
primaryImageOfPage :: CollectionPage -> PrimaryImageOfPage
relatedLink :: CollectionPage -> RelatedLink
reviewedBy :: CollectionPage -> ReviewedBy
significantLink :: CollectionPage -> SignificantLink
significantLinks :: CollectionPage -> SignificantLinks
specialty :: CollectionPage -> Specialty
instance Typeable CollectionPage
instance Show CollectionPage
instance Read CollectionPage
instance Eq CollectionPage
instance MetaData CollectionPage
module Text.HTML5.MetaData.Schema.ImageGallery
-- |
-- - id ImageGallery
-- - label Image Gallery
-- - comment
-- - ancestors
-- Thing,CreativeWork,WebPage,CollectionPage
-- - subtypes
-- - supertypes CollectionPage
-- - url http://schema.org/ImageGallery
--
data ImageGallery
ImageGallery :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> Breadcrumb -> IsPartOf -> LastReviewed -> MainContentOfPage -> PrimaryImageOfPage -> RelatedLink -> ReviewedBy -> SignificantLink -> SignificantLinks -> Specialty -> ImageGallery
additionalType :: ImageGallery -> AdditionalType
alternateName :: ImageGallery -> AlternateName
description :: ImageGallery -> Description
image :: ImageGallery -> Image
name :: ImageGallery -> Name
sameAs :: ImageGallery -> SameAs
url :: ImageGallery -> Url
about :: ImageGallery -> About
accessibilityAPI :: ImageGallery -> AccessibilityAPI
accessibilityControl :: ImageGallery -> AccessibilityControl
accessibilityFeature :: ImageGallery -> AccessibilityFeature
accessibilityHazard :: ImageGallery -> AccessibilityHazard
accountablePerson :: ImageGallery -> AccountablePerson
aggregateRating :: ImageGallery -> AggregateRating
alternativeHeadline :: ImageGallery -> AlternativeHeadline
associatedMedia :: ImageGallery -> AssociatedMedia
audience :: ImageGallery -> Audience
audio :: ImageGallery -> Audio
author :: ImageGallery -> Author
award :: ImageGallery -> Award
awards :: ImageGallery -> Awards
citation :: ImageGallery -> Citation
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
educationalAlignment :: ImageGallery -> EducationalAlignment
educationalUse :: ImageGallery -> EducationalUse
encoding :: ImageGallery -> Encoding
encodings :: ImageGallery -> Encodings
genre :: ImageGallery -> Genre
headline :: ImageGallery -> Headline
inLanguage :: ImageGallery -> InLanguage
interactionCount :: ImageGallery -> InteractionCount
interactivityType :: ImageGallery -> InteractivityType
isBasedOnUrl :: ImageGallery -> IsBasedOnUrl
isFamilyFriendly :: ImageGallery -> IsFamilyFriendly
keywords :: ImageGallery -> Keywords
learningResourceType :: ImageGallery -> LearningResourceType
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
timeRequired :: ImageGallery -> TimeRequired
typicalAgeRange :: ImageGallery -> TypicalAgeRange
version :: ImageGallery -> Version
video :: ImageGallery -> Video
breadcrumb :: ImageGallery -> Breadcrumb
isPartOf :: ImageGallery -> IsPartOf
lastReviewed :: ImageGallery -> LastReviewed
mainContentOfPage :: ImageGallery -> MainContentOfPage
primaryImageOfPage :: ImageGallery -> PrimaryImageOfPage
relatedLink :: ImageGallery -> RelatedLink
reviewedBy :: ImageGallery -> ReviewedBy
significantLink :: ImageGallery -> SignificantLink
significantLinks :: ImageGallery -> SignificantLinks
specialty :: ImageGallery -> Specialty
instance Typeable ImageGallery
instance Show ImageGallery
instance Read ImageGallery
instance Eq ImageGallery
instance MetaData ImageGallery
module Text.HTML5.MetaData.Schema.SiteNavigationElement
-- |
-- - id SiteNavigationElement
-- - label Site Navigation Element
-- - comment
-- - ancestors
-- Thing,CreativeWork,WebPageElement
-- - subtypes
-- - supertypes WebPageElement
-- - url
-- http://schema.org/SiteNavigationElement
--
data SiteNavigationElement
SiteNavigationElement :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> SiteNavigationElement
additionalType :: SiteNavigationElement -> AdditionalType
alternateName :: SiteNavigationElement -> AlternateName
description :: SiteNavigationElement -> Description
image :: SiteNavigationElement -> Image
name :: SiteNavigationElement -> Name
sameAs :: SiteNavigationElement -> SameAs
url :: SiteNavigationElement -> Url
about :: SiteNavigationElement -> About
accessibilityAPI :: SiteNavigationElement -> AccessibilityAPI
accessibilityControl :: SiteNavigationElement -> AccessibilityControl
accessibilityFeature :: SiteNavigationElement -> AccessibilityFeature
accessibilityHazard :: SiteNavigationElement -> AccessibilityHazard
accountablePerson :: SiteNavigationElement -> AccountablePerson
aggregateRating :: SiteNavigationElement -> AggregateRating
alternativeHeadline :: SiteNavigationElement -> AlternativeHeadline
associatedMedia :: SiteNavigationElement -> AssociatedMedia
audience :: SiteNavigationElement -> Audience
audio :: SiteNavigationElement -> Audio
author :: SiteNavigationElement -> Author
award :: SiteNavigationElement -> Award
awards :: SiteNavigationElement -> Awards
citation :: SiteNavigationElement -> Citation
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
educationalAlignment :: SiteNavigationElement -> EducationalAlignment
educationalUse :: SiteNavigationElement -> EducationalUse
encoding :: SiteNavigationElement -> Encoding
encodings :: SiteNavigationElement -> Encodings
genre :: SiteNavigationElement -> Genre
headline :: SiteNavigationElement -> Headline
inLanguage :: SiteNavigationElement -> InLanguage
interactionCount :: SiteNavigationElement -> InteractionCount
interactivityType :: SiteNavigationElement -> InteractivityType
isBasedOnUrl :: SiteNavigationElement -> IsBasedOnUrl
isFamilyFriendly :: SiteNavigationElement -> IsFamilyFriendly
keywords :: SiteNavigationElement -> Keywords
learningResourceType :: SiteNavigationElement -> LearningResourceType
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
timeRequired :: SiteNavigationElement -> TimeRequired
typicalAgeRange :: SiteNavigationElement -> TypicalAgeRange
version :: SiteNavigationElement -> Version
video :: SiteNavigationElement -> Video
instance Typeable SiteNavigationElement
instance Show SiteNavigationElement
instance Read SiteNavigationElement
instance Eq SiteNavigationElement
instance MetaData SiteNavigationElement
module Text.HTML5.MetaData.Schema.WPAdBlock
-- |
-- - id WPAdBlock
-- - label WP Ad Block
-- - comment
-- - ancestors
-- Thing,CreativeWork,WebPageElement
-- - subtypes
-- - supertypes WebPageElement
-- - url http://schema.org/WPAdBlock
--
data WPAdBlock
WPAdBlock :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> WPAdBlock
additionalType :: WPAdBlock -> AdditionalType
alternateName :: WPAdBlock -> AlternateName
description :: WPAdBlock -> Description
image :: WPAdBlock -> Image
name :: WPAdBlock -> Name
sameAs :: WPAdBlock -> SameAs
url :: WPAdBlock -> Url
about :: WPAdBlock -> About
accessibilityAPI :: WPAdBlock -> AccessibilityAPI
accessibilityControl :: WPAdBlock -> AccessibilityControl
accessibilityFeature :: WPAdBlock -> AccessibilityFeature
accessibilityHazard :: WPAdBlock -> AccessibilityHazard
accountablePerson :: WPAdBlock -> AccountablePerson
aggregateRating :: WPAdBlock -> AggregateRating
alternativeHeadline :: WPAdBlock -> AlternativeHeadline
associatedMedia :: WPAdBlock -> AssociatedMedia
audience :: WPAdBlock -> Audience
audio :: WPAdBlock -> Audio
author :: WPAdBlock -> Author
award :: WPAdBlock -> Award
awards :: WPAdBlock -> Awards
citation :: WPAdBlock -> Citation
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
educationalAlignment :: WPAdBlock -> EducationalAlignment
educationalUse :: WPAdBlock -> EducationalUse
encoding :: WPAdBlock -> Encoding
encodings :: WPAdBlock -> Encodings
genre :: WPAdBlock -> Genre
headline :: WPAdBlock -> Headline
inLanguage :: WPAdBlock -> InLanguage
interactionCount :: WPAdBlock -> InteractionCount
interactivityType :: WPAdBlock -> InteractivityType
isBasedOnUrl :: WPAdBlock -> IsBasedOnUrl
isFamilyFriendly :: WPAdBlock -> IsFamilyFriendly
keywords :: WPAdBlock -> Keywords
learningResourceType :: WPAdBlock -> LearningResourceType
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
timeRequired :: WPAdBlock -> TimeRequired
typicalAgeRange :: WPAdBlock -> TypicalAgeRange
version :: WPAdBlock -> Version
video :: WPAdBlock -> Video
instance Typeable WPAdBlock
instance Show WPAdBlock
instance Read WPAdBlock
instance Eq WPAdBlock
instance MetaData WPAdBlock
module Text.HTML5.MetaData.Schema.WPFooter
-- |
-- - id WPFooter
-- - label WP Footer
-- - comment
-- - ancestors
-- Thing,CreativeWork,WebPageElement
-- - subtypes
-- - supertypes WebPageElement
-- - url http://schema.org/WPFooter
--
data WPFooter
WPFooter :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> WPFooter
additionalType :: WPFooter -> AdditionalType
alternateName :: WPFooter -> AlternateName
description :: WPFooter -> Description
image :: WPFooter -> Image
name :: WPFooter -> Name
sameAs :: WPFooter -> SameAs
url :: WPFooter -> Url
about :: WPFooter -> About
accessibilityAPI :: WPFooter -> AccessibilityAPI
accessibilityControl :: WPFooter -> AccessibilityControl
accessibilityFeature :: WPFooter -> AccessibilityFeature
accessibilityHazard :: WPFooter -> AccessibilityHazard
accountablePerson :: WPFooter -> AccountablePerson
aggregateRating :: WPFooter -> AggregateRating
alternativeHeadline :: WPFooter -> AlternativeHeadline
associatedMedia :: WPFooter -> AssociatedMedia
audience :: WPFooter -> Audience
audio :: WPFooter -> Audio
author :: WPFooter -> Author
award :: WPFooter -> Award
awards :: WPFooter -> Awards
citation :: WPFooter -> Citation
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
educationalAlignment :: WPFooter -> EducationalAlignment
educationalUse :: WPFooter -> EducationalUse
encoding :: WPFooter -> Encoding
encodings :: WPFooter -> Encodings
genre :: WPFooter -> Genre
headline :: WPFooter -> Headline
inLanguage :: WPFooter -> InLanguage
interactionCount :: WPFooter -> InteractionCount
interactivityType :: WPFooter -> InteractivityType
isBasedOnUrl :: WPFooter -> IsBasedOnUrl
isFamilyFriendly :: WPFooter -> IsFamilyFriendly
keywords :: WPFooter -> Keywords
learningResourceType :: WPFooter -> LearningResourceType
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
timeRequired :: WPFooter -> TimeRequired
typicalAgeRange :: WPFooter -> TypicalAgeRange
version :: WPFooter -> Version
video :: WPFooter -> Video
instance Typeable WPFooter
instance Show WPFooter
instance Read WPFooter
instance Eq WPFooter
instance MetaData WPFooter
module Text.HTML5.MetaData.Schema.WPHeader
-- |
-- - id WPHeader
-- - label WP Header
-- - comment
-- - ancestors
-- Thing,CreativeWork,WebPageElement
-- - subtypes
-- - supertypes WebPageElement
-- - url http://schema.org/WPHeader
--
data WPHeader
WPHeader :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> WPHeader
additionalType :: WPHeader -> AdditionalType
alternateName :: WPHeader -> AlternateName
description :: WPHeader -> Description
image :: WPHeader -> Image
name :: WPHeader -> Name
sameAs :: WPHeader -> SameAs
url :: WPHeader -> Url
about :: WPHeader -> About
accessibilityAPI :: WPHeader -> AccessibilityAPI
accessibilityControl :: WPHeader -> AccessibilityControl
accessibilityFeature :: WPHeader -> AccessibilityFeature
accessibilityHazard :: WPHeader -> AccessibilityHazard
accountablePerson :: WPHeader -> AccountablePerson
aggregateRating :: WPHeader -> AggregateRating
alternativeHeadline :: WPHeader -> AlternativeHeadline
associatedMedia :: WPHeader -> AssociatedMedia
audience :: WPHeader -> Audience
audio :: WPHeader -> Audio
author :: WPHeader -> Author
award :: WPHeader -> Award
awards :: WPHeader -> Awards
citation :: WPHeader -> Citation
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
educationalAlignment :: WPHeader -> EducationalAlignment
educationalUse :: WPHeader -> EducationalUse
encoding :: WPHeader -> Encoding
encodings :: WPHeader -> Encodings
genre :: WPHeader -> Genre
headline :: WPHeader -> Headline
inLanguage :: WPHeader -> InLanguage
interactionCount :: WPHeader -> InteractionCount
interactivityType :: WPHeader -> InteractivityType
isBasedOnUrl :: WPHeader -> IsBasedOnUrl
isFamilyFriendly :: WPHeader -> IsFamilyFriendly
keywords :: WPHeader -> Keywords
learningResourceType :: WPHeader -> LearningResourceType
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
timeRequired :: WPHeader -> TimeRequired
typicalAgeRange :: WPHeader -> TypicalAgeRange
version :: WPHeader -> Version
video :: WPHeader -> Video
instance Typeable WPHeader
instance Show WPHeader
instance Read WPHeader
instance Eq WPHeader
instance MetaData WPHeader
module Text.HTML5.MetaData.Schema.WebPageElement
-- |
-- - id WebPageElement
-- - label Web Page Element
-- - comment
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- SiteNavigationElement,Table,WPAdBlock,WPFooter,WPHeader,WPSideBar
-- - supertypes CreativeWork
-- - url http://schema.org/WebPageElement
--
data WebPageElement
WebPageElement :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> WebPageElement
additionalType :: WebPageElement -> AdditionalType
alternateName :: WebPageElement -> AlternateName
description :: WebPageElement -> Description
image :: WebPageElement -> Image
name :: WebPageElement -> Name
sameAs :: WebPageElement -> SameAs
url :: WebPageElement -> Url
about :: WebPageElement -> About
accessibilityAPI :: WebPageElement -> AccessibilityAPI
accessibilityControl :: WebPageElement -> AccessibilityControl
accessibilityFeature :: WebPageElement -> AccessibilityFeature
accessibilityHazard :: WebPageElement -> AccessibilityHazard
accountablePerson :: WebPageElement -> AccountablePerson
aggregateRating :: WebPageElement -> AggregateRating
alternativeHeadline :: WebPageElement -> AlternativeHeadline
associatedMedia :: WebPageElement -> AssociatedMedia
audience :: WebPageElement -> Audience
audio :: WebPageElement -> Audio
author :: WebPageElement -> Author
award :: WebPageElement -> Award
awards :: WebPageElement -> Awards
citation :: WebPageElement -> Citation
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
educationalAlignment :: WebPageElement -> EducationalAlignment
educationalUse :: WebPageElement -> EducationalUse
encoding :: WebPageElement -> Encoding
encodings :: WebPageElement -> Encodings
genre :: WebPageElement -> Genre
headline :: WebPageElement -> Headline
inLanguage :: WebPageElement -> InLanguage
interactionCount :: WebPageElement -> InteractionCount
interactivityType :: WebPageElement -> InteractivityType
isBasedOnUrl :: WebPageElement -> IsBasedOnUrl
isFamilyFriendly :: WebPageElement -> IsFamilyFriendly
keywords :: WebPageElement -> Keywords
learningResourceType :: WebPageElement -> LearningResourceType
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
timeRequired :: WebPageElement -> TimeRequired
typicalAgeRange :: WebPageElement -> TypicalAgeRange
version :: WebPageElement -> Version
video :: WebPageElement -> Video
instance Typeable WebPageElement
instance Show WebPageElement
instance Read WebPageElement
instance Eq WebPageElement
instance MetaData WebPageElement
module Text.HTML5.MetaData.Schema.WPSideBar
-- |
-- - id WPSideBar
-- - label WP Side Bar
-- - comment
-- - ancestors
-- Thing,CreativeWork,WebPageElement
-- - subtypes
-- - supertypes WebPageElement
-- - url http://schema.org/WPSideBar
--
data WPSideBar
WPSideBar :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> WPSideBar
additionalType :: WPSideBar -> AdditionalType
alternateName :: WPSideBar -> AlternateName
description :: WPSideBar -> Description
image :: WPSideBar -> Image
name :: WPSideBar -> Name
sameAs :: WPSideBar -> SameAs
url :: WPSideBar -> Url
about :: WPSideBar -> About
accessibilityAPI :: WPSideBar -> AccessibilityAPI
accessibilityControl :: WPSideBar -> AccessibilityControl
accessibilityFeature :: WPSideBar -> AccessibilityFeature
accessibilityHazard :: WPSideBar -> AccessibilityHazard
accountablePerson :: WPSideBar -> AccountablePerson
aggregateRating :: WPSideBar -> AggregateRating
alternativeHeadline :: WPSideBar -> AlternativeHeadline
associatedMedia :: WPSideBar -> AssociatedMedia
audience :: WPSideBar -> Audience
audio :: WPSideBar -> Audio
author :: WPSideBar -> Author
award :: WPSideBar -> Award
awards :: WPSideBar -> Awards
citation :: WPSideBar -> Citation
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
educationalAlignment :: WPSideBar -> EducationalAlignment
educationalUse :: WPSideBar -> EducationalUse
encoding :: WPSideBar -> Encoding
encodings :: WPSideBar -> Encodings
genre :: WPSideBar -> Genre
headline :: WPSideBar -> Headline
inLanguage :: WPSideBar -> InLanguage
interactionCount :: WPSideBar -> InteractionCount
interactivityType :: WPSideBar -> InteractivityType
isBasedOnUrl :: WPSideBar -> IsBasedOnUrl
isFamilyFriendly :: WPSideBar -> IsFamilyFriendly
keywords :: WPSideBar -> Keywords
learningResourceType :: WPSideBar -> LearningResourceType
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
timeRequired :: WPSideBar -> TimeRequired
typicalAgeRange :: WPSideBar -> TypicalAgeRange
version :: WPSideBar -> Version
video :: WPSideBar -> Video
instance Typeable WPSideBar
instance Show WPSideBar
instance Read WPSideBar
instance Eq WPSideBar
instance MetaData WPSideBar
module Text.HTML5.MetaData.Schema.PathologyTest
-- |
-- - id PathologyTest
-- - label Pathology Test
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalTest
-- - subtypes
-- - supertypes MedicalTest
-- - url http://schema.org/PathologyTest
--
data PathologyTest
PathologyTest :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AffectedBy -> NormalRange -> SignDetected -> UsedToDiagnose -> UsesDevice -> TissueSample -> PathologyTest
additionalType :: PathologyTest -> AdditionalType
alternateName :: PathologyTest -> AlternateName
description :: PathologyTest -> Description
image :: PathologyTest -> Image
name :: PathologyTest -> Name
sameAs :: PathologyTest -> SameAs
url :: PathologyTest -> Url
code :: PathologyTest -> Code
guideline :: PathologyTest -> Guideline
medicineSystem :: PathologyTest -> MedicineSystem
recognizingAuthority :: PathologyTest -> RecognizingAuthority
relevantSpecialty :: PathologyTest -> RelevantSpecialty
study :: PathologyTest -> Study
affectedBy :: PathologyTest -> AffectedBy
normalRange :: PathologyTest -> NormalRange
signDetected :: PathologyTest -> SignDetected
usedToDiagnose :: PathologyTest -> UsedToDiagnose
usesDevice :: PathologyTest -> UsesDevice
tissueSample :: PathologyTest -> TissueSample
instance Typeable PathologyTest
instance Show PathologyTest
instance Read PathologyTest
instance Eq PathologyTest
instance MetaData PathologyTest
module Text.HTML5.MetaData.Schema.MedicalWebPage
-- |
-- - id MedicalWebPage
-- - label Medical Web Page
-- - comment
-- - ancestors
-- Thing,CreativeWork,WebPage
-- - subtypes
-- - supertypes WebPage
-- - url http://schema.org/MedicalWebPage
--
data MedicalWebPage
MedicalWebPage :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> Breadcrumb -> IsPartOf -> LastReviewed -> MainContentOfPage -> PrimaryImageOfPage -> RelatedLink -> ReviewedBy -> SignificantLink -> SignificantLinks -> Specialty -> Aspect -> MedicalWebPage
additionalType :: MedicalWebPage -> AdditionalType
alternateName :: MedicalWebPage -> AlternateName
description :: MedicalWebPage -> Description
image :: MedicalWebPage -> Image
name :: MedicalWebPage -> Name
sameAs :: MedicalWebPage -> SameAs
url :: MedicalWebPage -> Url
about :: MedicalWebPage -> About
accessibilityAPI :: MedicalWebPage -> AccessibilityAPI
accessibilityControl :: MedicalWebPage -> AccessibilityControl
accessibilityFeature :: MedicalWebPage -> AccessibilityFeature
accessibilityHazard :: MedicalWebPage -> AccessibilityHazard
accountablePerson :: MedicalWebPage -> AccountablePerson
aggregateRating :: MedicalWebPage -> AggregateRating
alternativeHeadline :: MedicalWebPage -> AlternativeHeadline
associatedMedia :: MedicalWebPage -> AssociatedMedia
audience :: MedicalWebPage -> Audience
audio :: MedicalWebPage -> Audio
author :: MedicalWebPage -> Author
award :: MedicalWebPage -> Award
awards :: MedicalWebPage -> Awards
citation :: MedicalWebPage -> Citation
comment :: MedicalWebPage -> Comment
contentLocation :: MedicalWebPage -> ContentLocation
contentRating :: MedicalWebPage -> ContentRating
contributor :: MedicalWebPage -> Contributor
copyrightHolder :: MedicalWebPage -> CopyrightHolder
copyrightYear :: MedicalWebPage -> CopyrightYear
creator :: MedicalWebPage -> Creator
dateCreated :: MedicalWebPage -> DateCreated
dateModified :: MedicalWebPage -> DateModified
datePublished :: MedicalWebPage -> DatePublished
discussionUrl :: MedicalWebPage -> DiscussionUrl
editor :: MedicalWebPage -> Editor
educationalAlignment :: MedicalWebPage -> EducationalAlignment
educationalUse :: MedicalWebPage -> EducationalUse
encoding :: MedicalWebPage -> Encoding
encodings :: MedicalWebPage -> Encodings
genre :: MedicalWebPage -> Genre
headline :: MedicalWebPage -> Headline
inLanguage :: MedicalWebPage -> InLanguage
interactionCount :: MedicalWebPage -> InteractionCount
interactivityType :: MedicalWebPage -> InteractivityType
isBasedOnUrl :: MedicalWebPage -> IsBasedOnUrl
isFamilyFriendly :: MedicalWebPage -> IsFamilyFriendly
keywords :: MedicalWebPage -> Keywords
learningResourceType :: MedicalWebPage -> LearningResourceType
mentions :: MedicalWebPage -> Mentions
offers :: MedicalWebPage -> Offers
provider :: MedicalWebPage -> Provider
publisher :: MedicalWebPage -> Publisher
publishingPrinciples :: MedicalWebPage -> PublishingPrinciples
review :: MedicalWebPage -> Review
reviews :: MedicalWebPage -> Reviews
sourceOrganization :: MedicalWebPage -> SourceOrganization
text :: MedicalWebPage -> Text
thumbnailUrl :: MedicalWebPage -> ThumbnailUrl
timeRequired :: MedicalWebPage -> TimeRequired
typicalAgeRange :: MedicalWebPage -> TypicalAgeRange
version :: MedicalWebPage -> Version
video :: MedicalWebPage -> Video
breadcrumb :: MedicalWebPage -> Breadcrumb
isPartOf :: MedicalWebPage -> IsPartOf
lastReviewed :: MedicalWebPage -> LastReviewed
mainContentOfPage :: MedicalWebPage -> MainContentOfPage
primaryImageOfPage :: MedicalWebPage -> PrimaryImageOfPage
relatedLink :: MedicalWebPage -> RelatedLink
reviewedBy :: MedicalWebPage -> ReviewedBy
significantLink :: MedicalWebPage -> SignificantLink
significantLinks :: MedicalWebPage -> SignificantLinks
specialty :: MedicalWebPage -> Specialty
aspect :: MedicalWebPage -> Aspect
instance Typeable MedicalWebPage
instance Show MedicalWebPage
instance Read MedicalWebPage
instance Eq MedicalWebPage
instance MetaData MedicalWebPage
module Text.HTML5.MetaData.Schema.MotorcycleRepair
-- |
-- - id MotorcycleRepair
-- - label Motorcycle Repair
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,AutomotiveBusiness
-- - subtypes
-- - supertypes
-- AutomotiveBusiness
-- - url http://schema.org/MotorcycleRepair
--
data MotorcycleRepair
MotorcycleRepair :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> MotorcycleRepair
additionalType :: MotorcycleRepair -> AdditionalType
alternateName :: MotorcycleRepair -> AlternateName
description :: MotorcycleRepair -> Description
image :: MotorcycleRepair -> Image
name :: MotorcycleRepair -> Name
sameAs :: MotorcycleRepair -> SameAs
url :: MotorcycleRepair -> Url
address :: MotorcycleRepair -> Address
aggregateRating :: MotorcycleRepair -> AggregateRating
containedIn :: MotorcycleRepair -> ContainedIn
event :: MotorcycleRepair -> Event
events :: MotorcycleRepair -> Events
faxNumber :: MotorcycleRepair -> FaxNumber
geo :: MotorcycleRepair -> Geo
globalLocationNumber :: MotorcycleRepair -> GlobalLocationNumber
interactionCount :: MotorcycleRepair -> InteractionCount
isicV4 :: MotorcycleRepair -> IsicV4
logo :: MotorcycleRepair -> Logo
map :: MotorcycleRepair -> Map
maps :: MotorcycleRepair -> Maps
openingHoursSpecification :: MotorcycleRepair -> OpeningHoursSpecification
photo :: MotorcycleRepair -> Photo
photos :: MotorcycleRepair -> Photos
review :: MotorcycleRepair -> Review
reviews :: MotorcycleRepair -> Reviews
telephone :: MotorcycleRepair -> Telephone
brand :: MotorcycleRepair -> Brand
contactPoint :: MotorcycleRepair -> ContactPoint
contactPoints :: MotorcycleRepair -> ContactPoints
department :: MotorcycleRepair -> Department
duns :: MotorcycleRepair -> Duns
email :: MotorcycleRepair -> Email
employee :: MotorcycleRepair -> Employee
employees :: MotorcycleRepair -> Employees
founder :: MotorcycleRepair -> Founder
founders :: MotorcycleRepair -> Founders
foundingDate :: MotorcycleRepair -> FoundingDate
hasPOS :: MotorcycleRepair -> HasPOS
legalName :: MotorcycleRepair -> LegalName
location :: MotorcycleRepair -> Location
makesOffer :: MotorcycleRepair -> MakesOffer
member :: MotorcycleRepair -> Member
members :: MotorcycleRepair -> Members
naics :: MotorcycleRepair -> Naics
owns :: MotorcycleRepair -> Owns
seeks :: MotorcycleRepair -> Seeks
subOrganization :: MotorcycleRepair -> SubOrganization
taxID :: MotorcycleRepair -> TaxID
vatID :: MotorcycleRepair -> VatID
branchOf :: MotorcycleRepair -> BranchOf
currenciesAccepted :: MotorcycleRepair -> CurrenciesAccepted
openingHours :: MotorcycleRepair -> OpeningHours
paymentAccepted :: MotorcycleRepair -> PaymentAccepted
priceRange :: MotorcycleRepair -> PriceRange
instance Typeable MotorcycleRepair
instance Show MotorcycleRepair
instance Read MotorcycleRepair
instance Eq MotorcycleRepair
instance MetaData MotorcycleRepair
module Text.HTML5.MetaData.Schema.Florist
-- |
-- - id Florist
-- - label Florist
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/Florist
--
data Florist
Florist :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Florist
additionalType :: Florist -> AdditionalType
alternateName :: Florist -> AlternateName
description :: Florist -> Description
image :: Florist -> Image
name :: Florist -> Name
sameAs :: Florist -> SameAs
url :: Florist -> Url
address :: Florist -> Address
aggregateRating :: Florist -> AggregateRating
containedIn :: Florist -> ContainedIn
event :: Florist -> Event
events :: Florist -> Events
faxNumber :: Florist -> FaxNumber
geo :: Florist -> Geo
globalLocationNumber :: Florist -> GlobalLocationNumber
interactionCount :: Florist -> InteractionCount
isicV4 :: Florist -> IsicV4
logo :: Florist -> Logo
map :: Florist -> Map
maps :: Florist -> Maps
openingHoursSpecification :: Florist -> OpeningHoursSpecification
photo :: Florist -> Photo
photos :: Florist -> Photos
review :: Florist -> Review
reviews :: Florist -> Reviews
telephone :: Florist -> Telephone
brand :: Florist -> Brand
contactPoint :: Florist -> ContactPoint
contactPoints :: Florist -> ContactPoints
department :: Florist -> Department
duns :: Florist -> Duns
email :: Florist -> Email
employee :: Florist -> Employee
employees :: Florist -> Employees
founder :: Florist -> Founder
founders :: Florist -> Founders
foundingDate :: Florist -> FoundingDate
hasPOS :: Florist -> HasPOS
legalName :: Florist -> LegalName
location :: Florist -> Location
makesOffer :: Florist -> MakesOffer
member :: Florist -> Member
members :: Florist -> Members
naics :: Florist -> Naics
owns :: Florist -> Owns
seeks :: Florist -> Seeks
subOrganization :: Florist -> SubOrganization
taxID :: Florist -> TaxID
vatID :: Florist -> VatID
branchOf :: Florist -> BranchOf
currenciesAccepted :: Florist -> CurrenciesAccepted
openingHours :: Florist -> OpeningHours
paymentAccepted :: Florist -> PaymentAccepted
priceRange :: Florist -> PriceRange
instance Typeable Florist
instance Show Florist
instance Read Florist
instance Eq Florist
instance MetaData Florist
module Text.HTML5.MetaData.Schema.Dentist
-- |
-- - id Dentist
-- - label Dentist
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,MedicalOrganization
-- - subtypes
-- - supertypes
-- MedicalOrganization,ProfessionalService
-- - url http://schema.org/Dentist
--
data Dentist
Dentist :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Dentist
additionalType :: Dentist -> AdditionalType
alternateName :: Dentist -> AlternateName
description :: Dentist -> Description
image :: Dentist -> Image
name :: Dentist -> Name
sameAs :: Dentist -> SameAs
url :: Dentist -> Url
address :: Dentist -> Address
aggregateRating :: Dentist -> AggregateRating
containedIn :: Dentist -> ContainedIn
event :: Dentist -> Event
events :: Dentist -> Events
faxNumber :: Dentist -> FaxNumber
geo :: Dentist -> Geo
globalLocationNumber :: Dentist -> GlobalLocationNumber
interactionCount :: Dentist -> InteractionCount
isicV4 :: Dentist -> IsicV4
logo :: Dentist -> Logo
map :: Dentist -> Map
maps :: Dentist -> Maps
openingHoursSpecification :: Dentist -> OpeningHoursSpecification
photo :: Dentist -> Photo
photos :: Dentist -> Photos
review :: Dentist -> Review
reviews :: Dentist -> Reviews
telephone :: Dentist -> Telephone
brand :: Dentist -> Brand
contactPoint :: Dentist -> ContactPoint
contactPoints :: Dentist -> ContactPoints
department :: Dentist -> Department
duns :: Dentist -> Duns
email :: Dentist -> Email
employee :: Dentist -> Employee
employees :: Dentist -> Employees
founder :: Dentist -> Founder
founders :: Dentist -> Founders
foundingDate :: Dentist -> FoundingDate
hasPOS :: Dentist -> HasPOS
legalName :: Dentist -> LegalName
location :: Dentist -> Location
makesOffer :: Dentist -> MakesOffer
member :: Dentist -> Member
members :: Dentist -> Members
naics :: Dentist -> Naics
owns :: Dentist -> Owns
seeks :: Dentist -> Seeks
subOrganization :: Dentist -> SubOrganization
taxID :: Dentist -> TaxID
vatID :: Dentist -> VatID
branchOf :: Dentist -> BranchOf
currenciesAccepted :: Dentist -> CurrenciesAccepted
openingHours :: Dentist -> OpeningHours
paymentAccepted :: Dentist -> PaymentAccepted
priceRange :: Dentist -> PriceRange
instance Typeable Dentist
instance Show Dentist
instance Read Dentist
instance Eq Dentist
instance MetaData Dentist
module Text.HTML5.MetaData.Schema.MedicalClinic
-- |
-- - id MedicalClinic
-- - label Medical Clinic
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,MedicalOrganization
-- - subtypes
-- - supertypes
-- MedicalOrganization
-- - url http://schema.org/MedicalClinic
--
data MedicalClinic
MedicalClinic :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AvailableService -> MedicalSpecialty -> MedicalClinic
additionalType :: MedicalClinic -> AdditionalType
alternateName :: MedicalClinic -> AlternateName
description :: MedicalClinic -> Description
image :: MedicalClinic -> Image
name :: MedicalClinic -> Name
sameAs :: MedicalClinic -> SameAs
url :: MedicalClinic -> Url
address :: MedicalClinic -> Address
aggregateRating :: MedicalClinic -> AggregateRating
containedIn :: MedicalClinic -> ContainedIn
event :: MedicalClinic -> Event
events :: MedicalClinic -> Events
faxNumber :: MedicalClinic -> FaxNumber
geo :: MedicalClinic -> Geo
globalLocationNumber :: MedicalClinic -> GlobalLocationNumber
interactionCount :: MedicalClinic -> InteractionCount
isicV4 :: MedicalClinic -> IsicV4
logo :: MedicalClinic -> Logo
map :: MedicalClinic -> Map
maps :: MedicalClinic -> Maps
openingHoursSpecification :: MedicalClinic -> OpeningHoursSpecification
photo :: MedicalClinic -> Photo
photos :: MedicalClinic -> Photos
review :: MedicalClinic -> Review
reviews :: MedicalClinic -> Reviews
telephone :: MedicalClinic -> Telephone
brand :: MedicalClinic -> Brand
contactPoint :: MedicalClinic -> ContactPoint
contactPoints :: MedicalClinic -> ContactPoints
department :: MedicalClinic -> Department
duns :: MedicalClinic -> Duns
email :: MedicalClinic -> Email
employee :: MedicalClinic -> Employee
employees :: MedicalClinic -> Employees
founder :: MedicalClinic -> Founder
founders :: MedicalClinic -> Founders
foundingDate :: MedicalClinic -> FoundingDate
hasPOS :: MedicalClinic -> HasPOS
legalName :: MedicalClinic -> LegalName
location :: MedicalClinic -> Location
makesOffer :: MedicalClinic -> MakesOffer
member :: MedicalClinic -> Member
members :: MedicalClinic -> Members
naics :: MedicalClinic -> Naics
owns :: MedicalClinic -> Owns
seeks :: MedicalClinic -> Seeks
subOrganization :: MedicalClinic -> SubOrganization
taxID :: MedicalClinic -> TaxID
vatID :: MedicalClinic -> VatID
branchOf :: MedicalClinic -> BranchOf
currenciesAccepted :: MedicalClinic -> CurrenciesAccepted
openingHours :: MedicalClinic -> OpeningHours
paymentAccepted :: MedicalClinic -> PaymentAccepted
priceRange :: MedicalClinic -> PriceRange
availableService :: MedicalClinic -> AvailableService
medicalSpecialty :: MedicalClinic -> MedicalSpecialty
instance Typeable MedicalClinic
instance Show MedicalClinic
instance Read MedicalClinic
instance Eq MedicalClinic
instance MetaData MedicalClinic
module Text.HTML5.MetaData.Schema.MedicalOrganization
-- |
-- - id MedicalOrganization
-- - label Medical Organization
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- Dentist,DiagnosticLab,Hospital,MedicalClinic,Optician,Pharmacy,Physician,VeterinaryCare
-- - supertypes LocalBusiness
-- - url
-- http://schema.org/MedicalOrganization
--
data MedicalOrganization
MedicalOrganization :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> MedicalOrganization
additionalType :: MedicalOrganization -> AdditionalType
alternateName :: MedicalOrganization -> AlternateName
description :: MedicalOrganization -> Description
image :: MedicalOrganization -> Image
name :: MedicalOrganization -> Name
sameAs :: MedicalOrganization -> SameAs
url :: MedicalOrganization -> Url
address :: MedicalOrganization -> Address
aggregateRating :: MedicalOrganization -> AggregateRating
containedIn :: MedicalOrganization -> ContainedIn
event :: MedicalOrganization -> Event
events :: MedicalOrganization -> Events
faxNumber :: MedicalOrganization -> FaxNumber
geo :: MedicalOrganization -> Geo
globalLocationNumber :: MedicalOrganization -> GlobalLocationNumber
interactionCount :: MedicalOrganization -> InteractionCount
isicV4 :: MedicalOrganization -> IsicV4
logo :: MedicalOrganization -> Logo
map :: MedicalOrganization -> Map
maps :: MedicalOrganization -> Maps
openingHoursSpecification :: MedicalOrganization -> OpeningHoursSpecification
photo :: MedicalOrganization -> Photo
photos :: MedicalOrganization -> Photos
review :: MedicalOrganization -> Review
reviews :: MedicalOrganization -> Reviews
telephone :: MedicalOrganization -> Telephone
brand :: MedicalOrganization -> Brand
contactPoint :: MedicalOrganization -> ContactPoint
contactPoints :: MedicalOrganization -> ContactPoints
department :: MedicalOrganization -> Department
duns :: MedicalOrganization -> Duns
email :: MedicalOrganization -> Email
employee :: MedicalOrganization -> Employee
employees :: MedicalOrganization -> Employees
founder :: MedicalOrganization -> Founder
founders :: MedicalOrganization -> Founders
foundingDate :: MedicalOrganization -> FoundingDate
hasPOS :: MedicalOrganization -> HasPOS
legalName :: MedicalOrganization -> LegalName
location :: MedicalOrganization -> Location
makesOffer :: MedicalOrganization -> MakesOffer
member :: MedicalOrganization -> Member
members :: MedicalOrganization -> Members
naics :: MedicalOrganization -> Naics
owns :: MedicalOrganization -> Owns
seeks :: MedicalOrganization -> Seeks
subOrganization :: MedicalOrganization -> SubOrganization
taxID :: MedicalOrganization -> TaxID
vatID :: MedicalOrganization -> VatID
branchOf :: MedicalOrganization -> BranchOf
currenciesAccepted :: MedicalOrganization -> CurrenciesAccepted
openingHours :: MedicalOrganization -> OpeningHours
paymentAccepted :: MedicalOrganization -> PaymentAccepted
priceRange :: MedicalOrganization -> PriceRange
instance Typeable MedicalOrganization
instance Show MedicalOrganization
instance Read MedicalOrganization
instance Eq MedicalOrganization
instance MetaData MedicalOrganization
module Text.HTML5.MetaData.Schema.Physician
-- |
-- - id Physician
-- - label Physician
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,MedicalOrganization
-- - subtypes
-- - supertypes
-- MedicalOrganization
-- - url http://schema.org/Physician
--
data Physician
Physician :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AvailableService -> HospitalAffiliation -> MedicalSpecialty -> Physician
additionalType :: Physician -> AdditionalType
alternateName :: Physician -> AlternateName
description :: Physician -> Description
image :: Physician -> Image
name :: Physician -> Name
sameAs :: Physician -> SameAs
url :: Physician -> Url
address :: Physician -> Address
aggregateRating :: Physician -> AggregateRating
containedIn :: Physician -> ContainedIn
event :: Physician -> Event
events :: Physician -> Events
faxNumber :: Physician -> FaxNumber
geo :: Physician -> Geo
globalLocationNumber :: Physician -> GlobalLocationNumber
interactionCount :: Physician -> InteractionCount
isicV4 :: Physician -> IsicV4
logo :: Physician -> Logo
map :: Physician -> Map
maps :: Physician -> Maps
openingHoursSpecification :: Physician -> OpeningHoursSpecification
photo :: Physician -> Photo
photos :: Physician -> Photos
review :: Physician -> Review
reviews :: Physician -> Reviews
telephone :: Physician -> Telephone
brand :: Physician -> Brand
contactPoint :: Physician -> ContactPoint
contactPoints :: Physician -> ContactPoints
department :: Physician -> Department
duns :: Physician -> Duns
email :: Physician -> Email
employee :: Physician -> Employee
employees :: Physician -> Employees
founder :: Physician -> Founder
founders :: Physician -> Founders
foundingDate :: Physician -> FoundingDate
hasPOS :: Physician -> HasPOS
legalName :: Physician -> LegalName
location :: Physician -> Location
makesOffer :: Physician -> MakesOffer
member :: Physician -> Member
members :: Physician -> Members
naics :: Physician -> Naics
owns :: Physician -> Owns
seeks :: Physician -> Seeks
subOrganization :: Physician -> SubOrganization
taxID :: Physician -> TaxID
vatID :: Physician -> VatID
branchOf :: Physician -> BranchOf
currenciesAccepted :: Physician -> CurrenciesAccepted
openingHours :: Physician -> OpeningHours
paymentAccepted :: Physician -> PaymentAccepted
priceRange :: Physician -> PriceRange
availableService :: Physician -> AvailableService
hospitalAffiliation :: Physician -> HospitalAffiliation
medicalSpecialty :: Physician -> MedicalSpecialty
instance Typeable Physician
instance Show Physician
instance Read Physician
instance Eq Physician
instance MetaData Physician
module Text.HTML5.MetaData.Schema.HomeGoodsStore
-- |
-- - id HomeGoodsStore
-- - label Home Goods Store
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/HomeGoodsStore
--
data HomeGoodsStore
HomeGoodsStore :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> HomeGoodsStore
additionalType :: HomeGoodsStore -> AdditionalType
alternateName :: HomeGoodsStore -> AlternateName
description :: HomeGoodsStore -> Description
image :: HomeGoodsStore -> Image
name :: HomeGoodsStore -> Name
sameAs :: HomeGoodsStore -> SameAs
url :: HomeGoodsStore -> Url
address :: HomeGoodsStore -> Address
aggregateRating :: HomeGoodsStore -> AggregateRating
containedIn :: HomeGoodsStore -> ContainedIn
event :: HomeGoodsStore -> Event
events :: HomeGoodsStore -> Events
faxNumber :: HomeGoodsStore -> FaxNumber
geo :: HomeGoodsStore -> Geo
globalLocationNumber :: HomeGoodsStore -> GlobalLocationNumber
interactionCount :: HomeGoodsStore -> InteractionCount
isicV4 :: HomeGoodsStore -> IsicV4
logo :: HomeGoodsStore -> Logo
map :: HomeGoodsStore -> Map
maps :: HomeGoodsStore -> Maps
openingHoursSpecification :: HomeGoodsStore -> OpeningHoursSpecification
photo :: HomeGoodsStore -> Photo
photos :: HomeGoodsStore -> Photos
review :: HomeGoodsStore -> Review
reviews :: HomeGoodsStore -> Reviews
telephone :: HomeGoodsStore -> Telephone
brand :: HomeGoodsStore -> Brand
contactPoint :: HomeGoodsStore -> ContactPoint
contactPoints :: HomeGoodsStore -> ContactPoints
department :: HomeGoodsStore -> Department
duns :: HomeGoodsStore -> Duns
email :: HomeGoodsStore -> Email
employee :: HomeGoodsStore -> Employee
employees :: HomeGoodsStore -> Employees
founder :: HomeGoodsStore -> Founder
founders :: HomeGoodsStore -> Founders
foundingDate :: HomeGoodsStore -> FoundingDate
hasPOS :: HomeGoodsStore -> HasPOS
legalName :: HomeGoodsStore -> LegalName
location :: HomeGoodsStore -> Location
makesOffer :: HomeGoodsStore -> MakesOffer
member :: HomeGoodsStore -> Member
members :: HomeGoodsStore -> Members
naics :: HomeGoodsStore -> Naics
owns :: HomeGoodsStore -> Owns
seeks :: HomeGoodsStore -> Seeks
subOrganization :: HomeGoodsStore -> SubOrganization
taxID :: HomeGoodsStore -> TaxID
vatID :: HomeGoodsStore -> VatID
branchOf :: HomeGoodsStore -> BranchOf
currenciesAccepted :: HomeGoodsStore -> CurrenciesAccepted
openingHours :: HomeGoodsStore -> OpeningHours
paymentAccepted :: HomeGoodsStore -> PaymentAccepted
priceRange :: HomeGoodsStore -> PriceRange
instance Typeable HomeGoodsStore
instance Show HomeGoodsStore
instance Read HomeGoodsStore
instance Eq HomeGoodsStore
instance MetaData HomeGoodsStore
module Text.HTML5.MetaData.Schema.AutomatedTeller
-- |
-- - id AutomatedTeller
-- - label Automated Teller
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,FinancialService
-- - subtypes
-- - supertypes FinancialService
-- - url http://schema.org/AutomatedTeller
--
data AutomatedTeller
AutomatedTeller :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AutomatedTeller
additionalType :: AutomatedTeller -> AdditionalType
alternateName :: AutomatedTeller -> AlternateName
description :: AutomatedTeller -> Description
image :: AutomatedTeller -> Image
name :: AutomatedTeller -> Name
sameAs :: AutomatedTeller -> SameAs
url :: AutomatedTeller -> Url
address :: AutomatedTeller -> Address
aggregateRating :: AutomatedTeller -> AggregateRating
containedIn :: AutomatedTeller -> ContainedIn
event :: AutomatedTeller -> Event
events :: AutomatedTeller -> Events
faxNumber :: AutomatedTeller -> FaxNumber
geo :: AutomatedTeller -> Geo
globalLocationNumber :: AutomatedTeller -> GlobalLocationNumber
interactionCount :: AutomatedTeller -> InteractionCount
isicV4 :: AutomatedTeller -> IsicV4
logo :: AutomatedTeller -> Logo
map :: AutomatedTeller -> Map
maps :: AutomatedTeller -> Maps
openingHoursSpecification :: AutomatedTeller -> OpeningHoursSpecification
photo :: AutomatedTeller -> Photo
photos :: AutomatedTeller -> Photos
review :: AutomatedTeller -> Review
reviews :: AutomatedTeller -> Reviews
telephone :: AutomatedTeller -> Telephone
brand :: AutomatedTeller -> Brand
contactPoint :: AutomatedTeller -> ContactPoint
contactPoints :: AutomatedTeller -> ContactPoints
department :: AutomatedTeller -> Department
duns :: AutomatedTeller -> Duns
email :: AutomatedTeller -> Email
employee :: AutomatedTeller -> Employee
employees :: AutomatedTeller -> Employees
founder :: AutomatedTeller -> Founder
founders :: AutomatedTeller -> Founders
foundingDate :: AutomatedTeller -> FoundingDate
hasPOS :: AutomatedTeller -> HasPOS
legalName :: AutomatedTeller -> LegalName
location :: AutomatedTeller -> Location
makesOffer :: AutomatedTeller -> MakesOffer
member :: AutomatedTeller -> Member
members :: AutomatedTeller -> Members
naics :: AutomatedTeller -> Naics
owns :: AutomatedTeller -> Owns
seeks :: AutomatedTeller -> Seeks
subOrganization :: AutomatedTeller -> SubOrganization
taxID :: AutomatedTeller -> TaxID
vatID :: AutomatedTeller -> VatID
branchOf :: AutomatedTeller -> BranchOf
currenciesAccepted :: AutomatedTeller -> CurrenciesAccepted
openingHours :: AutomatedTeller -> OpeningHours
paymentAccepted :: AutomatedTeller -> PaymentAccepted
priceRange :: AutomatedTeller -> PriceRange
instance Typeable AutomatedTeller
instance Show AutomatedTeller
instance Read AutomatedTeller
instance Eq AutomatedTeller
instance MetaData AutomatedTeller
module Text.HTML5.MetaData.Schema.FinancialService
-- |
-- - id FinancialService
-- - label Financial Service
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- AccountingService,AutomatedTeller,BankOrCreditUnion,InsuranceAgency
-- - supertypes LocalBusiness
-- - url http://schema.org/FinancialService
--
data FinancialService
FinancialService :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> FinancialService
additionalType :: FinancialService -> AdditionalType
alternateName :: FinancialService -> AlternateName
description :: FinancialService -> Description
image :: FinancialService -> Image
name :: FinancialService -> Name
sameAs :: FinancialService -> SameAs
url :: FinancialService -> Url
address :: FinancialService -> Address
aggregateRating :: FinancialService -> AggregateRating
containedIn :: FinancialService -> ContainedIn
event :: FinancialService -> Event
events :: FinancialService -> Events
faxNumber :: FinancialService -> FaxNumber
geo :: FinancialService -> Geo
globalLocationNumber :: FinancialService -> GlobalLocationNumber
interactionCount :: FinancialService -> InteractionCount
isicV4 :: FinancialService -> IsicV4
logo :: FinancialService -> Logo
map :: FinancialService -> Map
maps :: FinancialService -> Maps
openingHoursSpecification :: FinancialService -> OpeningHoursSpecification
photo :: FinancialService -> Photo
photos :: FinancialService -> Photos
review :: FinancialService -> Review
reviews :: FinancialService -> Reviews
telephone :: FinancialService -> Telephone
brand :: FinancialService -> Brand
contactPoint :: FinancialService -> ContactPoint
contactPoints :: FinancialService -> ContactPoints
department :: FinancialService -> Department
duns :: FinancialService -> Duns
email :: FinancialService -> Email
employee :: FinancialService -> Employee
employees :: FinancialService -> Employees
founder :: FinancialService -> Founder
founders :: FinancialService -> Founders
foundingDate :: FinancialService -> FoundingDate
hasPOS :: FinancialService -> HasPOS
legalName :: FinancialService -> LegalName
location :: FinancialService -> Location
makesOffer :: FinancialService -> MakesOffer
member :: FinancialService -> Member
members :: FinancialService -> Members
naics :: FinancialService -> Naics
owns :: FinancialService -> Owns
seeks :: FinancialService -> Seeks
subOrganization :: FinancialService -> SubOrganization
taxID :: FinancialService -> TaxID
vatID :: FinancialService -> VatID
branchOf :: FinancialService -> BranchOf
currenciesAccepted :: FinancialService -> CurrenciesAccepted
openingHours :: FinancialService -> OpeningHours
paymentAccepted :: FinancialService -> PaymentAccepted
priceRange :: FinancialService -> PriceRange
instance Typeable FinancialService
instance Show FinancialService
instance Read FinancialService
instance Eq FinancialService
instance MetaData FinancialService
module Text.HTML5.MetaData.Schema.InsuranceAgency
-- |
-- - id InsuranceAgency
-- - label Insurance Agency
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,FinancialService
-- - subtypes
-- - supertypes FinancialService
-- - url http://schema.org/InsuranceAgency
--
data InsuranceAgency
InsuranceAgency :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> InsuranceAgency
additionalType :: InsuranceAgency -> AdditionalType
alternateName :: InsuranceAgency -> AlternateName
description :: InsuranceAgency -> Description
image :: InsuranceAgency -> Image
name :: InsuranceAgency -> Name
sameAs :: InsuranceAgency -> SameAs
url :: InsuranceAgency -> Url
address :: InsuranceAgency -> Address
aggregateRating :: InsuranceAgency -> AggregateRating
containedIn :: InsuranceAgency -> ContainedIn
event :: InsuranceAgency -> Event
events :: InsuranceAgency -> Events
faxNumber :: InsuranceAgency -> FaxNumber
geo :: InsuranceAgency -> Geo
globalLocationNumber :: InsuranceAgency -> GlobalLocationNumber
interactionCount :: InsuranceAgency -> InteractionCount
isicV4 :: InsuranceAgency -> IsicV4
logo :: InsuranceAgency -> Logo
map :: InsuranceAgency -> Map
maps :: InsuranceAgency -> Maps
openingHoursSpecification :: InsuranceAgency -> OpeningHoursSpecification
photo :: InsuranceAgency -> Photo
photos :: InsuranceAgency -> Photos
review :: InsuranceAgency -> Review
reviews :: InsuranceAgency -> Reviews
telephone :: InsuranceAgency -> Telephone
brand :: InsuranceAgency -> Brand
contactPoint :: InsuranceAgency -> ContactPoint
contactPoints :: InsuranceAgency -> ContactPoints
department :: InsuranceAgency -> Department
duns :: InsuranceAgency -> Duns
email :: InsuranceAgency -> Email
employee :: InsuranceAgency -> Employee
employees :: InsuranceAgency -> Employees
founder :: InsuranceAgency -> Founder
founders :: InsuranceAgency -> Founders
foundingDate :: InsuranceAgency -> FoundingDate
hasPOS :: InsuranceAgency -> HasPOS
legalName :: InsuranceAgency -> LegalName
location :: InsuranceAgency -> Location
makesOffer :: InsuranceAgency -> MakesOffer
member :: InsuranceAgency -> Member
members :: InsuranceAgency -> Members
naics :: InsuranceAgency -> Naics
owns :: InsuranceAgency -> Owns
seeks :: InsuranceAgency -> Seeks
subOrganization :: InsuranceAgency -> SubOrganization
taxID :: InsuranceAgency -> TaxID
vatID :: InsuranceAgency -> VatID
branchOf :: InsuranceAgency -> BranchOf
currenciesAccepted :: InsuranceAgency -> CurrenciesAccepted
openingHours :: InsuranceAgency -> OpeningHours
paymentAccepted :: InsuranceAgency -> PaymentAccepted
priceRange :: InsuranceAgency -> PriceRange
instance Typeable InsuranceAgency
instance Show InsuranceAgency
instance Read InsuranceAgency
instance Eq InsuranceAgency
instance MetaData InsuranceAgency
module Text.HTML5.MetaData.Schema.BusStop
-- |
-- - id BusStop
-- - label Bus Stop
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/BusStop
--
data BusStop
BusStop :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> BusStop
additionalType :: BusStop -> AdditionalType
alternateName :: BusStop -> AlternateName
description :: BusStop -> Description
image :: BusStop -> Image
name :: BusStop -> Name
sameAs :: BusStop -> SameAs
url :: BusStop -> Url
address :: BusStop -> Address
aggregateRating :: BusStop -> AggregateRating
containedIn :: BusStop -> ContainedIn
event :: BusStop -> Event
events :: BusStop -> Events
faxNumber :: BusStop -> FaxNumber
geo :: BusStop -> Geo
globalLocationNumber :: BusStop -> GlobalLocationNumber
interactionCount :: BusStop -> InteractionCount
isicV4 :: BusStop -> IsicV4
logo :: BusStop -> Logo
map :: BusStop -> Map
maps :: BusStop -> Maps
openingHoursSpecification :: BusStop -> OpeningHoursSpecification
photo :: BusStop -> Photo
photos :: BusStop -> Photos
review :: BusStop -> Review
reviews :: BusStop -> Reviews
telephone :: BusStop -> Telephone
openingHours :: BusStop -> OpeningHours
instance Typeable BusStop
instance Show BusStop
instance Read BusStop
instance Eq BusStop
instance MetaData BusStop
module Text.HTML5.MetaData.Schema.HardwareStore
-- |
-- - id HardwareStore
-- - label Hardware Store
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/HardwareStore
--
data HardwareStore
HardwareStore :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> HardwareStore
additionalType :: HardwareStore -> AdditionalType
alternateName :: HardwareStore -> AlternateName
description :: HardwareStore -> Description
image :: HardwareStore -> Image
name :: HardwareStore -> Name
sameAs :: HardwareStore -> SameAs
url :: HardwareStore -> Url
address :: HardwareStore -> Address
aggregateRating :: HardwareStore -> AggregateRating
containedIn :: HardwareStore -> ContainedIn
event :: HardwareStore -> Event
events :: HardwareStore -> Events
faxNumber :: HardwareStore -> FaxNumber
geo :: HardwareStore -> Geo
globalLocationNumber :: HardwareStore -> GlobalLocationNumber
interactionCount :: HardwareStore -> InteractionCount
isicV4 :: HardwareStore -> IsicV4
logo :: HardwareStore -> Logo
map :: HardwareStore -> Map
maps :: HardwareStore -> Maps
openingHoursSpecification :: HardwareStore -> OpeningHoursSpecification
photo :: HardwareStore -> Photo
photos :: HardwareStore -> Photos
review :: HardwareStore -> Review
reviews :: HardwareStore -> Reviews
telephone :: HardwareStore -> Telephone
brand :: HardwareStore -> Brand
contactPoint :: HardwareStore -> ContactPoint
contactPoints :: HardwareStore -> ContactPoints
department :: HardwareStore -> Department
duns :: HardwareStore -> Duns
email :: HardwareStore -> Email
employee :: HardwareStore -> Employee
employees :: HardwareStore -> Employees
founder :: HardwareStore -> Founder
founders :: HardwareStore -> Founders
foundingDate :: HardwareStore -> FoundingDate
hasPOS :: HardwareStore -> HasPOS
legalName :: HardwareStore -> LegalName
location :: HardwareStore -> Location
makesOffer :: HardwareStore -> MakesOffer
member :: HardwareStore -> Member
members :: HardwareStore -> Members
naics :: HardwareStore -> Naics
owns :: HardwareStore -> Owns
seeks :: HardwareStore -> Seeks
subOrganization :: HardwareStore -> SubOrganization
taxID :: HardwareStore -> TaxID
vatID :: HardwareStore -> VatID
branchOf :: HardwareStore -> BranchOf
currenciesAccepted :: HardwareStore -> CurrenciesAccepted
openingHours :: HardwareStore -> OpeningHours
paymentAccepted :: HardwareStore -> PaymentAccepted
priceRange :: HardwareStore -> PriceRange
instance Typeable HardwareStore
instance Show HardwareStore
instance Read HardwareStore
instance Eq HardwareStore
instance MetaData HardwareStore
module Text.HTML5.MetaData.Schema.MotorcycleDealer
-- |
-- - id MotorcycleDealer
-- - label Motorcycle Dealer
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,AutomotiveBusiness
-- - subtypes
-- - supertypes
-- AutomotiveBusiness
-- - url http://schema.org/MotorcycleDealer
--
data MotorcycleDealer
MotorcycleDealer :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> MotorcycleDealer
additionalType :: MotorcycleDealer -> AdditionalType
alternateName :: MotorcycleDealer -> AlternateName
description :: MotorcycleDealer -> Description
image :: MotorcycleDealer -> Image
name :: MotorcycleDealer -> Name
sameAs :: MotorcycleDealer -> SameAs
url :: MotorcycleDealer -> Url
address :: MotorcycleDealer -> Address
aggregateRating :: MotorcycleDealer -> AggregateRating
containedIn :: MotorcycleDealer -> ContainedIn
event :: MotorcycleDealer -> Event
events :: MotorcycleDealer -> Events
faxNumber :: MotorcycleDealer -> FaxNumber
geo :: MotorcycleDealer -> Geo
globalLocationNumber :: MotorcycleDealer -> GlobalLocationNumber
interactionCount :: MotorcycleDealer -> InteractionCount
isicV4 :: MotorcycleDealer -> IsicV4
logo :: MotorcycleDealer -> Logo
map :: MotorcycleDealer -> Map
maps :: MotorcycleDealer -> Maps
openingHoursSpecification :: MotorcycleDealer -> OpeningHoursSpecification
photo :: MotorcycleDealer -> Photo
photos :: MotorcycleDealer -> Photos
review :: MotorcycleDealer -> Review
reviews :: MotorcycleDealer -> Reviews
telephone :: MotorcycleDealer -> Telephone
brand :: MotorcycleDealer -> Brand
contactPoint :: MotorcycleDealer -> ContactPoint
contactPoints :: MotorcycleDealer -> ContactPoints
department :: MotorcycleDealer -> Department
duns :: MotorcycleDealer -> Duns
email :: MotorcycleDealer -> Email
employee :: MotorcycleDealer -> Employee
employees :: MotorcycleDealer -> Employees
founder :: MotorcycleDealer -> Founder
founders :: MotorcycleDealer -> Founders
foundingDate :: MotorcycleDealer -> FoundingDate
hasPOS :: MotorcycleDealer -> HasPOS
legalName :: MotorcycleDealer -> LegalName
location :: MotorcycleDealer -> Location
makesOffer :: MotorcycleDealer -> MakesOffer
member :: MotorcycleDealer -> Member
members :: MotorcycleDealer -> Members
naics :: MotorcycleDealer -> Naics
owns :: MotorcycleDealer -> Owns
seeks :: MotorcycleDealer -> Seeks
subOrganization :: MotorcycleDealer -> SubOrganization
taxID :: MotorcycleDealer -> TaxID
vatID :: MotorcycleDealer -> VatID
branchOf :: MotorcycleDealer -> BranchOf
currenciesAccepted :: MotorcycleDealer -> CurrenciesAccepted
openingHours :: MotorcycleDealer -> OpeningHours
paymentAccepted :: MotorcycleDealer -> PaymentAccepted
priceRange :: MotorcycleDealer -> PriceRange
instance Typeable MotorcycleDealer
instance Show MotorcycleDealer
instance Read MotorcycleDealer
instance Eq MotorcycleDealer
instance MetaData MotorcycleDealer
module Text.HTML5.MetaData.Schema.Map
-- |
-- - id Map
-- - label Map
-- - comment
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes CreativeWork
-- - url http://schema.org/Map
--
data Map
Map :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> Map
additionalType :: Map -> AdditionalType
alternateName :: Map -> AlternateName
description :: Map -> Description
image :: Map -> Image
name :: Map -> Name
sameAs :: Map -> SameAs
url :: Map -> Url
about :: Map -> About
accessibilityAPI :: Map -> AccessibilityAPI
accessibilityControl :: Map -> AccessibilityControl
accessibilityFeature :: Map -> AccessibilityFeature
accessibilityHazard :: Map -> AccessibilityHazard
accountablePerson :: Map -> AccountablePerson
aggregateRating :: Map -> AggregateRating
alternativeHeadline :: Map -> AlternativeHeadline
associatedMedia :: Map -> AssociatedMedia
audience :: Map -> Audience
audio :: Map -> Audio
author :: Map -> Author
award :: Map -> Award
awards :: Map -> Awards
citation :: Map -> Citation
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
educationalAlignment :: Map -> EducationalAlignment
educationalUse :: Map -> EducationalUse
encoding :: Map -> Encoding
encodings :: Map -> Encodings
genre :: Map -> Genre
headline :: Map -> Headline
inLanguage :: Map -> InLanguage
interactionCount :: Map -> InteractionCount
interactivityType :: Map -> InteractivityType
isBasedOnUrl :: Map -> IsBasedOnUrl
isFamilyFriendly :: Map -> IsFamilyFriendly
keywords :: Map -> Keywords
learningResourceType :: Map -> LearningResourceType
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
timeRequired :: Map -> TimeRequired
typicalAgeRange :: Map -> TypicalAgeRange
version :: Map -> Version
video :: Map -> Video
instance Typeable Map
instance Show Map
instance Read Map
instance Eq Map
instance MetaData Map
module Text.HTML5.MetaData.Schema.AutoBodyShop
-- |
-- - id AutoBodyShop
-- - label Auto Body Shop
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,AutomotiveBusiness
-- - subtypes
-- - supertypes
-- AutomotiveBusiness
-- - url http://schema.org/AutoBodyShop
--
data AutoBodyShop
AutoBodyShop :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AutoBodyShop
additionalType :: AutoBodyShop -> AdditionalType
alternateName :: AutoBodyShop -> AlternateName
description :: AutoBodyShop -> Description
image :: AutoBodyShop -> Image
name :: AutoBodyShop -> Name
sameAs :: AutoBodyShop -> SameAs
url :: AutoBodyShop -> Url
address :: AutoBodyShop -> Address
aggregateRating :: AutoBodyShop -> AggregateRating
containedIn :: AutoBodyShop -> ContainedIn
event :: AutoBodyShop -> Event
events :: AutoBodyShop -> Events
faxNumber :: AutoBodyShop -> FaxNumber
geo :: AutoBodyShop -> Geo
globalLocationNumber :: AutoBodyShop -> GlobalLocationNumber
interactionCount :: AutoBodyShop -> InteractionCount
isicV4 :: AutoBodyShop -> IsicV4
logo :: AutoBodyShop -> Logo
map :: AutoBodyShop -> Map
maps :: AutoBodyShop -> Maps
openingHoursSpecification :: AutoBodyShop -> OpeningHoursSpecification
photo :: AutoBodyShop -> Photo
photos :: AutoBodyShop -> Photos
review :: AutoBodyShop -> Review
reviews :: AutoBodyShop -> Reviews
telephone :: AutoBodyShop -> Telephone
brand :: AutoBodyShop -> Brand
contactPoint :: AutoBodyShop -> ContactPoint
contactPoints :: AutoBodyShop -> ContactPoints
department :: AutoBodyShop -> Department
duns :: AutoBodyShop -> Duns
email :: AutoBodyShop -> Email
employee :: AutoBodyShop -> Employee
employees :: AutoBodyShop -> Employees
founder :: AutoBodyShop -> Founder
founders :: AutoBodyShop -> Founders
foundingDate :: AutoBodyShop -> FoundingDate
hasPOS :: AutoBodyShop -> HasPOS
legalName :: AutoBodyShop -> LegalName
location :: AutoBodyShop -> Location
makesOffer :: AutoBodyShop -> MakesOffer
member :: AutoBodyShop -> Member
members :: AutoBodyShop -> Members
naics :: AutoBodyShop -> Naics
owns :: AutoBodyShop -> Owns
seeks :: AutoBodyShop -> Seeks
subOrganization :: AutoBodyShop -> SubOrganization
taxID :: AutoBodyShop -> TaxID
vatID :: AutoBodyShop -> VatID
branchOf :: AutoBodyShop -> BranchOf
currenciesAccepted :: AutoBodyShop -> CurrenciesAccepted
openingHours :: AutoBodyShop -> OpeningHours
paymentAccepted :: AutoBodyShop -> PaymentAccepted
priceRange :: AutoBodyShop -> PriceRange
instance Typeable AutoBodyShop
instance Show AutoBodyShop
instance Read AutoBodyShop
instance Eq AutoBodyShop
instance MetaData AutoBodyShop
module Text.HTML5.MetaData.Schema.AutoDealer
-- |
-- - id AutoDealer
-- - label Auto Dealer
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,AutomotiveBusiness
-- - subtypes
-- - supertypes
-- AutomotiveBusiness
-- - url http://schema.org/AutoDealer
--
data AutoDealer
AutoDealer :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AutoDealer
additionalType :: AutoDealer -> AdditionalType
alternateName :: AutoDealer -> AlternateName
description :: AutoDealer -> Description
image :: AutoDealer -> Image
name :: AutoDealer -> Name
sameAs :: AutoDealer -> SameAs
url :: AutoDealer -> Url
address :: AutoDealer -> Address
aggregateRating :: AutoDealer -> AggregateRating
containedIn :: AutoDealer -> ContainedIn
event :: AutoDealer -> Event
events :: AutoDealer -> Events
faxNumber :: AutoDealer -> FaxNumber
geo :: AutoDealer -> Geo
globalLocationNumber :: AutoDealer -> GlobalLocationNumber
interactionCount :: AutoDealer -> InteractionCount
isicV4 :: AutoDealer -> IsicV4
logo :: AutoDealer -> Logo
map :: AutoDealer -> Map
maps :: AutoDealer -> Maps
openingHoursSpecification :: AutoDealer -> OpeningHoursSpecification
photo :: AutoDealer -> Photo
photos :: AutoDealer -> Photos
review :: AutoDealer -> Review
reviews :: AutoDealer -> Reviews
telephone :: AutoDealer -> Telephone
brand :: AutoDealer -> Brand
contactPoint :: AutoDealer -> ContactPoint
contactPoints :: AutoDealer -> ContactPoints
department :: AutoDealer -> Department
duns :: AutoDealer -> Duns
email :: AutoDealer -> Email
employee :: AutoDealer -> Employee
employees :: AutoDealer -> Employees
founder :: AutoDealer -> Founder
founders :: AutoDealer -> Founders
foundingDate :: AutoDealer -> FoundingDate
hasPOS :: AutoDealer -> HasPOS
legalName :: AutoDealer -> LegalName
location :: AutoDealer -> Location
makesOffer :: AutoDealer -> MakesOffer
member :: AutoDealer -> Member
members :: AutoDealer -> Members
naics :: AutoDealer -> Naics
owns :: AutoDealer -> Owns
seeks :: AutoDealer -> Seeks
subOrganization :: AutoDealer -> SubOrganization
taxID :: AutoDealer -> TaxID
vatID :: AutoDealer -> VatID
branchOf :: AutoDealer -> BranchOf
currenciesAccepted :: AutoDealer -> CurrenciesAccepted
openingHours :: AutoDealer -> OpeningHours
paymentAccepted :: AutoDealer -> PaymentAccepted
priceRange :: AutoDealer -> PriceRange
instance Typeable AutoDealer
instance Show AutoDealer
instance Read AutoDealer
instance Eq AutoDealer
instance MetaData AutoDealer
module Text.HTML5.MetaData.Schema.AutoPartsStore
-- |
-- - id AutoPartsStore
-- - label Auto Parts Store
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,AutomotiveBusiness
-- - subtypes
-- - supertypes
-- AutomotiveBusiness,Store
-- - url http://schema.org/AutoPartsStore
--
data AutoPartsStore
AutoPartsStore :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AutoPartsStore
additionalType :: AutoPartsStore -> AdditionalType
alternateName :: AutoPartsStore -> AlternateName
description :: AutoPartsStore -> Description
image :: AutoPartsStore -> Image
name :: AutoPartsStore -> Name
sameAs :: AutoPartsStore -> SameAs
url :: AutoPartsStore -> Url
address :: AutoPartsStore -> Address
aggregateRating :: AutoPartsStore -> AggregateRating
containedIn :: AutoPartsStore -> ContainedIn
event :: AutoPartsStore -> Event
events :: AutoPartsStore -> Events
faxNumber :: AutoPartsStore -> FaxNumber
geo :: AutoPartsStore -> Geo
globalLocationNumber :: AutoPartsStore -> GlobalLocationNumber
interactionCount :: AutoPartsStore -> InteractionCount
isicV4 :: AutoPartsStore -> IsicV4
logo :: AutoPartsStore -> Logo
map :: AutoPartsStore -> Map
maps :: AutoPartsStore -> Maps
openingHoursSpecification :: AutoPartsStore -> OpeningHoursSpecification
photo :: AutoPartsStore -> Photo
photos :: AutoPartsStore -> Photos
review :: AutoPartsStore -> Review
reviews :: AutoPartsStore -> Reviews
telephone :: AutoPartsStore -> Telephone
brand :: AutoPartsStore -> Brand
contactPoint :: AutoPartsStore -> ContactPoint
contactPoints :: AutoPartsStore -> ContactPoints
department :: AutoPartsStore -> Department
duns :: AutoPartsStore -> Duns
email :: AutoPartsStore -> Email
employee :: AutoPartsStore -> Employee
employees :: AutoPartsStore -> Employees
founder :: AutoPartsStore -> Founder
founders :: AutoPartsStore -> Founders
foundingDate :: AutoPartsStore -> FoundingDate
hasPOS :: AutoPartsStore -> HasPOS
legalName :: AutoPartsStore -> LegalName
location :: AutoPartsStore -> Location
makesOffer :: AutoPartsStore -> MakesOffer
member :: AutoPartsStore -> Member
members :: AutoPartsStore -> Members
naics :: AutoPartsStore -> Naics
owns :: AutoPartsStore -> Owns
seeks :: AutoPartsStore -> Seeks
subOrganization :: AutoPartsStore -> SubOrganization
taxID :: AutoPartsStore -> TaxID
vatID :: AutoPartsStore -> VatID
branchOf :: AutoPartsStore -> BranchOf
currenciesAccepted :: AutoPartsStore -> CurrenciesAccepted
openingHours :: AutoPartsStore -> OpeningHours
paymentAccepted :: AutoPartsStore -> PaymentAccepted
priceRange :: AutoPartsStore -> PriceRange
instance Typeable AutoPartsStore
instance Show AutoPartsStore
instance Read AutoPartsStore
instance Eq AutoPartsStore
instance MetaData AutoPartsStore
module Text.HTML5.MetaData.Schema.AutoRental
-- |
-- - id AutoRental
-- - label Auto Rental
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,AutomotiveBusiness
-- - subtypes
-- - supertypes
-- AutomotiveBusiness
-- - url http://schema.org/AutoRental
--
data AutoRental
AutoRental :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AutoRental
additionalType :: AutoRental -> AdditionalType
alternateName :: AutoRental -> AlternateName
description :: AutoRental -> Description
image :: AutoRental -> Image
name :: AutoRental -> Name
sameAs :: AutoRental -> SameAs
url :: AutoRental -> Url
address :: AutoRental -> Address
aggregateRating :: AutoRental -> AggregateRating
containedIn :: AutoRental -> ContainedIn
event :: AutoRental -> Event
events :: AutoRental -> Events
faxNumber :: AutoRental -> FaxNumber
geo :: AutoRental -> Geo
globalLocationNumber :: AutoRental -> GlobalLocationNumber
interactionCount :: AutoRental -> InteractionCount
isicV4 :: AutoRental -> IsicV4
logo :: AutoRental -> Logo
map :: AutoRental -> Map
maps :: AutoRental -> Maps
openingHoursSpecification :: AutoRental -> OpeningHoursSpecification
photo :: AutoRental -> Photo
photos :: AutoRental -> Photos
review :: AutoRental -> Review
reviews :: AutoRental -> Reviews
telephone :: AutoRental -> Telephone
brand :: AutoRental -> Brand
contactPoint :: AutoRental -> ContactPoint
contactPoints :: AutoRental -> ContactPoints
department :: AutoRental -> Department
duns :: AutoRental -> Duns
email :: AutoRental -> Email
employee :: AutoRental -> Employee
employees :: AutoRental -> Employees
founder :: AutoRental -> Founder
founders :: AutoRental -> Founders
foundingDate :: AutoRental -> FoundingDate
hasPOS :: AutoRental -> HasPOS
legalName :: AutoRental -> LegalName
location :: AutoRental -> Location
makesOffer :: AutoRental -> MakesOffer
member :: AutoRental -> Member
members :: AutoRental -> Members
naics :: AutoRental -> Naics
owns :: AutoRental -> Owns
seeks :: AutoRental -> Seeks
subOrganization :: AutoRental -> SubOrganization
taxID :: AutoRental -> TaxID
vatID :: AutoRental -> VatID
branchOf :: AutoRental -> BranchOf
currenciesAccepted :: AutoRental -> CurrenciesAccepted
openingHours :: AutoRental -> OpeningHours
paymentAccepted :: AutoRental -> PaymentAccepted
priceRange :: AutoRental -> PriceRange
instance Typeable AutoRental
instance Show AutoRental
instance Read AutoRental
instance Eq AutoRental
instance MetaData AutoRental
module Text.HTML5.MetaData.Schema.AutoRepair
-- |
-- - id AutoRepair
-- - label Auto Repair
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,AutomotiveBusiness
-- - subtypes
-- - supertypes
-- AutomotiveBusiness
-- - url http://schema.org/AutoRepair
--
data AutoRepair
AutoRepair :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AutoRepair
additionalType :: AutoRepair -> AdditionalType
alternateName :: AutoRepair -> AlternateName
description :: AutoRepair -> Description
image :: AutoRepair -> Image
name :: AutoRepair -> Name
sameAs :: AutoRepair -> SameAs
url :: AutoRepair -> Url
address :: AutoRepair -> Address
aggregateRating :: AutoRepair -> AggregateRating
containedIn :: AutoRepair -> ContainedIn
event :: AutoRepair -> Event
events :: AutoRepair -> Events
faxNumber :: AutoRepair -> FaxNumber
geo :: AutoRepair -> Geo
globalLocationNumber :: AutoRepair -> GlobalLocationNumber
interactionCount :: AutoRepair -> InteractionCount
isicV4 :: AutoRepair -> IsicV4
logo :: AutoRepair -> Logo
map :: AutoRepair -> Map
maps :: AutoRepair -> Maps
openingHoursSpecification :: AutoRepair -> OpeningHoursSpecification
photo :: AutoRepair -> Photo
photos :: AutoRepair -> Photos
review :: AutoRepair -> Review
reviews :: AutoRepair -> Reviews
telephone :: AutoRepair -> Telephone
brand :: AutoRepair -> Brand
contactPoint :: AutoRepair -> ContactPoint
contactPoints :: AutoRepair -> ContactPoints
department :: AutoRepair -> Department
duns :: AutoRepair -> Duns
email :: AutoRepair -> Email
employee :: AutoRepair -> Employee
employees :: AutoRepair -> Employees
founder :: AutoRepair -> Founder
founders :: AutoRepair -> Founders
foundingDate :: AutoRepair -> FoundingDate
hasPOS :: AutoRepair -> HasPOS
legalName :: AutoRepair -> LegalName
location :: AutoRepair -> Location
makesOffer :: AutoRepair -> MakesOffer
member :: AutoRepair -> Member
members :: AutoRepair -> Members
naics :: AutoRepair -> Naics
owns :: AutoRepair -> Owns
seeks :: AutoRepair -> Seeks
subOrganization :: AutoRepair -> SubOrganization
taxID :: AutoRepair -> TaxID
vatID :: AutoRepair -> VatID
branchOf :: AutoRepair -> BranchOf
currenciesAccepted :: AutoRepair -> CurrenciesAccepted
openingHours :: AutoRepair -> OpeningHours
paymentAccepted :: AutoRepair -> PaymentAccepted
priceRange :: AutoRepair -> PriceRange
instance Typeable AutoRepair
instance Show AutoRepair
instance Read AutoRepair
instance Eq AutoRepair
instance MetaData AutoRepair
module Text.HTML5.MetaData.Schema.AutomotiveBusiness
-- |
-- - id AutomotiveBusiness
-- - label Automotive Business
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- AutoBodyShop,AutoDealer,AutoPartsStore,AutoRental,AutoRepair,AutoWash,GasStation,MotorcycleDealer,MotorcycleRepair
-- - supertypes LocalBusiness
-- - url
-- http://schema.org/AutomotiveBusiness
--
data AutomotiveBusiness
AutomotiveBusiness :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AutomotiveBusiness
additionalType :: AutomotiveBusiness -> AdditionalType
alternateName :: AutomotiveBusiness -> AlternateName
description :: AutomotiveBusiness -> Description
image :: AutomotiveBusiness -> Image
name :: AutomotiveBusiness -> Name
sameAs :: AutomotiveBusiness -> SameAs
url :: AutomotiveBusiness -> Url
address :: AutomotiveBusiness -> Address
aggregateRating :: AutomotiveBusiness -> AggregateRating
containedIn :: AutomotiveBusiness -> ContainedIn
event :: AutomotiveBusiness -> Event
events :: AutomotiveBusiness -> Events
faxNumber :: AutomotiveBusiness -> FaxNumber
geo :: AutomotiveBusiness -> Geo
globalLocationNumber :: AutomotiveBusiness -> GlobalLocationNumber
interactionCount :: AutomotiveBusiness -> InteractionCount
isicV4 :: AutomotiveBusiness -> IsicV4
logo :: AutomotiveBusiness -> Logo
map :: AutomotiveBusiness -> Map
maps :: AutomotiveBusiness -> Maps
openingHoursSpecification :: AutomotiveBusiness -> OpeningHoursSpecification
photo :: AutomotiveBusiness -> Photo
photos :: AutomotiveBusiness -> Photos
review :: AutomotiveBusiness -> Review
reviews :: AutomotiveBusiness -> Reviews
telephone :: AutomotiveBusiness -> Telephone
brand :: AutomotiveBusiness -> Brand
contactPoint :: AutomotiveBusiness -> ContactPoint
contactPoints :: AutomotiveBusiness -> ContactPoints
department :: AutomotiveBusiness -> Department
duns :: AutomotiveBusiness -> Duns
email :: AutomotiveBusiness -> Email
employee :: AutomotiveBusiness -> Employee
employees :: AutomotiveBusiness -> Employees
founder :: AutomotiveBusiness -> Founder
founders :: AutomotiveBusiness -> Founders
foundingDate :: AutomotiveBusiness -> FoundingDate
hasPOS :: AutomotiveBusiness -> HasPOS
legalName :: AutomotiveBusiness -> LegalName
location :: AutomotiveBusiness -> Location
makesOffer :: AutomotiveBusiness -> MakesOffer
member :: AutomotiveBusiness -> Member
members :: AutomotiveBusiness -> Members
naics :: AutomotiveBusiness -> Naics
owns :: AutomotiveBusiness -> Owns
seeks :: AutomotiveBusiness -> Seeks
subOrganization :: AutomotiveBusiness -> SubOrganization
taxID :: AutomotiveBusiness -> TaxID
vatID :: AutomotiveBusiness -> VatID
branchOf :: AutomotiveBusiness -> BranchOf
currenciesAccepted :: AutomotiveBusiness -> CurrenciesAccepted
openingHours :: AutomotiveBusiness -> OpeningHours
paymentAccepted :: AutomotiveBusiness -> PaymentAccepted
priceRange :: AutomotiveBusiness -> PriceRange
instance Typeable AutomotiveBusiness
instance Show AutomotiveBusiness
instance Read AutomotiveBusiness
instance Eq AutomotiveBusiness
instance MetaData AutomotiveBusiness
module Text.HTML5.MetaData.Schema.GasStation
-- |
-- - id GasStation
-- - label Gas Station
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,AutomotiveBusiness
-- - subtypes
-- - supertypes
-- AutomotiveBusiness
-- - url http://schema.org/GasStation
--
data GasStation
GasStation :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> GasStation
additionalType :: GasStation -> AdditionalType
alternateName :: GasStation -> AlternateName
description :: GasStation -> Description
image :: GasStation -> Image
name :: GasStation -> Name
sameAs :: GasStation -> SameAs
url :: GasStation -> Url
address :: GasStation -> Address
aggregateRating :: GasStation -> AggregateRating
containedIn :: GasStation -> ContainedIn
event :: GasStation -> Event
events :: GasStation -> Events
faxNumber :: GasStation -> FaxNumber
geo :: GasStation -> Geo
globalLocationNumber :: GasStation -> GlobalLocationNumber
interactionCount :: GasStation -> InteractionCount
isicV4 :: GasStation -> IsicV4
logo :: GasStation -> Logo
map :: GasStation -> Map
maps :: GasStation -> Maps
openingHoursSpecification :: GasStation -> OpeningHoursSpecification
photo :: GasStation -> Photo
photos :: GasStation -> Photos
review :: GasStation -> Review
reviews :: GasStation -> Reviews
telephone :: GasStation -> Telephone
brand :: GasStation -> Brand
contactPoint :: GasStation -> ContactPoint
contactPoints :: GasStation -> ContactPoints
department :: GasStation -> Department
duns :: GasStation -> Duns
email :: GasStation -> Email
employee :: GasStation -> Employee
employees :: GasStation -> Employees
founder :: GasStation -> Founder
founders :: GasStation -> Founders
foundingDate :: GasStation -> FoundingDate
hasPOS :: GasStation -> HasPOS
legalName :: GasStation -> LegalName
location :: GasStation -> Location
makesOffer :: GasStation -> MakesOffer
member :: GasStation -> Member
members :: GasStation -> Members
naics :: GasStation -> Naics
owns :: GasStation -> Owns
seeks :: GasStation -> Seeks
subOrganization :: GasStation -> SubOrganization
taxID :: GasStation -> TaxID
vatID :: GasStation -> VatID
branchOf :: GasStation -> BranchOf
currenciesAccepted :: GasStation -> CurrenciesAccepted
openingHours :: GasStation -> OpeningHours
paymentAccepted :: GasStation -> PaymentAccepted
priceRange :: GasStation -> PriceRange
instance Typeable GasStation
instance Show GasStation
instance Read GasStation
instance Eq GasStation
instance MetaData GasStation
module Text.HTML5.MetaData.Schema.DepartmentStore
-- |
-- - id DepartmentStore
-- - label Department Store
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/DepartmentStore
--
data DepartmentStore
DepartmentStore :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> DepartmentStore
additionalType :: DepartmentStore -> AdditionalType
alternateName :: DepartmentStore -> AlternateName
description :: DepartmentStore -> Description
image :: DepartmentStore -> Image
name :: DepartmentStore -> Name
sameAs :: DepartmentStore -> SameAs
url :: DepartmentStore -> Url
address :: DepartmentStore -> Address
aggregateRating :: DepartmentStore -> AggregateRating
containedIn :: DepartmentStore -> ContainedIn
event :: DepartmentStore -> Event
events :: DepartmentStore -> Events
faxNumber :: DepartmentStore -> FaxNumber
geo :: DepartmentStore -> Geo
globalLocationNumber :: DepartmentStore -> GlobalLocationNumber
interactionCount :: DepartmentStore -> InteractionCount
isicV4 :: DepartmentStore -> IsicV4
logo :: DepartmentStore -> Logo
map :: DepartmentStore -> Map
maps :: DepartmentStore -> Maps
openingHoursSpecification :: DepartmentStore -> OpeningHoursSpecification
photo :: DepartmentStore -> Photo
photos :: DepartmentStore -> Photos
review :: DepartmentStore -> Review
reviews :: DepartmentStore -> Reviews
telephone :: DepartmentStore -> Telephone
brand :: DepartmentStore -> Brand
contactPoint :: DepartmentStore -> ContactPoint
contactPoints :: DepartmentStore -> ContactPoints
department :: DepartmentStore -> Department
duns :: DepartmentStore -> Duns
email :: DepartmentStore -> Email
employee :: DepartmentStore -> Employee
employees :: DepartmentStore -> Employees
founder :: DepartmentStore -> Founder
founders :: DepartmentStore -> Founders
foundingDate :: DepartmentStore -> FoundingDate
hasPOS :: DepartmentStore -> HasPOS
legalName :: DepartmentStore -> LegalName
location :: DepartmentStore -> Location
makesOffer :: DepartmentStore -> MakesOffer
member :: DepartmentStore -> Member
members :: DepartmentStore -> Members
naics :: DepartmentStore -> Naics
owns :: DepartmentStore -> Owns
seeks :: DepartmentStore -> Seeks
subOrganization :: DepartmentStore -> SubOrganization
taxID :: DepartmentStore -> TaxID
vatID :: DepartmentStore -> VatID
branchOf :: DepartmentStore -> BranchOf
currenciesAccepted :: DepartmentStore -> CurrenciesAccepted
openingHours :: DepartmentStore -> OpeningHours
paymentAccepted :: DepartmentStore -> PaymentAccepted
priceRange :: DepartmentStore -> PriceRange
instance Typeable DepartmentStore
instance Show DepartmentStore
instance Read DepartmentStore
instance Eq DepartmentStore
instance MetaData DepartmentStore
module Text.HTML5.MetaData.Schema.ComedyClub
-- |
data ComedyClub
ComedyClub :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> ComedyClub
additionalType :: ComedyClub -> AdditionalType
alternateName :: ComedyClub -> AlternateName
description :: ComedyClub -> Description
image :: ComedyClub -> Image
name :: ComedyClub -> Name
sameAs :: ComedyClub -> SameAs
url :: ComedyClub -> Url
address :: ComedyClub -> Address
aggregateRating :: ComedyClub -> AggregateRating
containedIn :: ComedyClub -> ContainedIn
event :: ComedyClub -> Event
events :: ComedyClub -> Events
faxNumber :: ComedyClub -> FaxNumber
geo :: ComedyClub -> Geo
globalLocationNumber :: ComedyClub -> GlobalLocationNumber
interactionCount :: ComedyClub -> InteractionCount
isicV4 :: ComedyClub -> IsicV4
logo :: ComedyClub -> Logo
map :: ComedyClub -> Map
maps :: ComedyClub -> Maps
openingHoursSpecification :: ComedyClub -> OpeningHoursSpecification
photo :: ComedyClub -> Photo
photos :: ComedyClub -> Photos
review :: ComedyClub -> Review
reviews :: ComedyClub -> Reviews
telephone :: ComedyClub -> Telephone
brand :: ComedyClub -> Brand
contactPoint :: ComedyClub -> ContactPoint
contactPoints :: ComedyClub -> ContactPoints
department :: ComedyClub -> Department
duns :: ComedyClub -> Duns
email :: ComedyClub -> Email
employee :: ComedyClub -> Employee
employees :: ComedyClub -> Employees
founder :: ComedyClub -> Founder
founders :: ComedyClub -> Founders
foundingDate :: ComedyClub -> FoundingDate
hasPOS :: ComedyClub -> HasPOS
legalName :: ComedyClub -> LegalName
location :: ComedyClub -> Location
makesOffer :: ComedyClub -> MakesOffer
member :: ComedyClub -> Member
members :: ComedyClub -> Members
naics :: ComedyClub -> Naics
owns :: ComedyClub -> Owns
seeks :: ComedyClub -> Seeks
subOrganization :: ComedyClub -> SubOrganization
taxID :: ComedyClub -> TaxID
vatID :: ComedyClub -> VatID
branchOf :: ComedyClub -> BranchOf
currenciesAccepted :: ComedyClub -> CurrenciesAccepted
openingHours :: ComedyClub -> OpeningHours
paymentAccepted :: ComedyClub -> PaymentAccepted
priceRange :: ComedyClub -> PriceRange
instance Typeable ComedyClub
instance Show ComedyClub
instance Read ComedyClub
instance Eq ComedyClub
instance MetaData ComedyClub
module Text.HTML5.MetaData.Schema.UserPlays
-- |
-- - id UserPlays
-- - label User Plays
-- - comment
-- - ancestors
-- Thing,Event,UserInteraction
-- - subtypes
-- - supertypes UserInteraction
-- - url http://schema.org/UserPlays
--
data UserPlays
UserPlays :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Attendee -> Attendees -> DoorTime -> Duration -> EndDate -> EventStatus -> Location -> Offers -> Performer -> Performers -> PreviousStartDate -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> TypicalAgeRange -> UserPlays
additionalType :: UserPlays -> AdditionalType
alternateName :: UserPlays -> AlternateName
description :: UserPlays -> Description
image :: UserPlays -> Image
name :: UserPlays -> Name
sameAs :: UserPlays -> SameAs
url :: UserPlays -> Url
attendee :: UserPlays -> Attendee
attendees :: UserPlays -> Attendees
doorTime :: UserPlays -> DoorTime
duration :: UserPlays -> Duration
endDate :: UserPlays -> EndDate
eventStatus :: UserPlays -> EventStatus
location :: UserPlays -> Location
offers :: UserPlays -> Offers
performer :: UserPlays -> Performer
performers :: UserPlays -> Performers
previousStartDate :: UserPlays -> PreviousStartDate
startDate :: UserPlays -> StartDate
subEvent :: UserPlays -> SubEvent
subEvents :: UserPlays -> SubEvents
superEvent :: UserPlays -> SuperEvent
typicalAgeRange :: UserPlays -> TypicalAgeRange
instance Typeable UserPlays
instance Show UserPlays
instance Read UserPlays
instance Eq UserPlays
instance MetaData UserPlays
module Text.HTML5.MetaData.Schema.OrganizeAction
-- |
data OrganizeAction
OrganizeAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> OrganizeAction
additionalType :: OrganizeAction -> AdditionalType
alternateName :: OrganizeAction -> AlternateName
description :: OrganizeAction -> Description
image :: OrganizeAction -> Image
name :: OrganizeAction -> Name
sameAs :: OrganizeAction -> SameAs
url :: OrganizeAction -> Url
agent :: OrganizeAction -> Agent
endTime :: OrganizeAction -> EndTime
instrument :: OrganizeAction -> Instrument
location :: OrganizeAction -> Location
object :: OrganizeAction -> Object
participant :: OrganizeAction -> Participant
result :: OrganizeAction -> Result
startTime :: OrganizeAction -> StartTime
instance Typeable OrganizeAction
instance Show OrganizeAction
instance Read OrganizeAction
instance Eq OrganizeAction
instance MetaData OrganizeAction
module Text.HTML5.MetaData.Schema.ApplyAction
-- |
-- - id ApplyAction
-- - label Apply Action
-- - comment
-- - ancestors
-- Thing,Action,OrganizeAction
-- - subtypes
-- - supertypes OrganizeAction
-- - url http://schema.org/ApplyAction
--
data ApplyAction
ApplyAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> ApplyAction
additionalType :: ApplyAction -> AdditionalType
alternateName :: ApplyAction -> AlternateName
description :: ApplyAction -> Description
image :: ApplyAction -> Image
name :: ApplyAction -> Name
sameAs :: ApplyAction -> SameAs
url :: ApplyAction -> Url
agent :: ApplyAction -> Agent
endTime :: ApplyAction -> EndTime
instrument :: ApplyAction -> Instrument
location :: ApplyAction -> Location
object :: ApplyAction -> Object
participant :: ApplyAction -> Participant
result :: ApplyAction -> Result
startTime :: ApplyAction -> StartTime
instance Typeable ApplyAction
instance Show ApplyAction
instance Read ApplyAction
instance Eq ApplyAction
instance MetaData ApplyAction
module Text.HTML5.MetaData.Schema.PlanAction
-- |
-- - id PlanAction
-- - label Plan Action
-- - comment
-- - ancestors
-- Thing,Action,OrganizeAction
-- - subtypes
-- CancelAction,ReserveAction,ScheduleAction
-- - supertypes OrganizeAction
-- - url http://schema.org/PlanAction
--
data PlanAction
PlanAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> ScheduledTime -> PlanAction
additionalType :: PlanAction -> AdditionalType
alternateName :: PlanAction -> AlternateName
description :: PlanAction -> Description
image :: PlanAction -> Image
name :: PlanAction -> Name
sameAs :: PlanAction -> SameAs
url :: PlanAction -> Url
agent :: PlanAction -> Agent
endTime :: PlanAction -> EndTime
instrument :: PlanAction -> Instrument
location :: PlanAction -> Location
object :: PlanAction -> Object
participant :: PlanAction -> Participant
result :: PlanAction -> Result
startTime :: PlanAction -> StartTime
scheduledTime :: PlanAction -> ScheduledTime
instance Typeable PlanAction
instance Show PlanAction
instance Read PlanAction
instance Eq PlanAction
instance MetaData PlanAction
module Text.HTML5.MetaData.Schema.CancelAction
-- |
-- - id CancelAction
-- - label Cancel Action
-- - comment
-- - ancestors
-- Thing,Action,OrganizeAction,PlanAction
-- - subtypes
-- - supertypes PlanAction
-- - url http://schema.org/CancelAction
--
data CancelAction
CancelAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> ScheduledTime -> CancelAction
additionalType :: CancelAction -> AdditionalType
alternateName :: CancelAction -> AlternateName
description :: CancelAction -> Description
image :: CancelAction -> Image
name :: CancelAction -> Name
sameAs :: CancelAction -> SameAs
url :: CancelAction -> Url
agent :: CancelAction -> Agent
endTime :: CancelAction -> EndTime
instrument :: CancelAction -> Instrument
location :: CancelAction -> Location
object :: CancelAction -> Object
participant :: CancelAction -> Participant
result :: CancelAction -> Result
startTime :: CancelAction -> StartTime
scheduledTime :: CancelAction -> ScheduledTime
instance Typeable CancelAction
instance Show CancelAction
instance Read CancelAction
instance Eq CancelAction
instance MetaData CancelAction
module Text.HTML5.MetaData.Schema.ArriveAction
-- |
data ArriveAction
ArriveAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> FromLocation -> ToLocation -> ArriveAction
additionalType :: ArriveAction -> AdditionalType
alternateName :: ArriveAction -> AlternateName
description :: ArriveAction -> Description
image :: ArriveAction -> Image
name :: ArriveAction -> Name
sameAs :: ArriveAction -> SameAs
url :: ArriveAction -> Url
agent :: ArriveAction -> Agent
endTime :: ArriveAction -> EndTime
instrument :: ArriveAction -> Instrument
location :: ArriveAction -> Location
object :: ArriveAction -> Object
participant :: ArriveAction -> Participant
result :: ArriveAction -> Result
startTime :: ArriveAction -> StartTime
fromLocation :: ArriveAction -> FromLocation
toLocation :: ArriveAction -> ToLocation
instance Typeable ArriveAction
instance Show ArriveAction
instance Read ArriveAction
instance Eq ArriveAction
instance MetaData ArriveAction
module Text.HTML5.MetaData.Schema.ReceiveAction
-- |
data ReceiveAction
ReceiveAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> FromLocation -> ToLocation -> DeliveryMethod -> Sender -> ReceiveAction
additionalType :: ReceiveAction -> AdditionalType
alternateName :: ReceiveAction -> AlternateName
description :: ReceiveAction -> Description
image :: ReceiveAction -> Image
name :: ReceiveAction -> Name
sameAs :: ReceiveAction -> SameAs
url :: ReceiveAction -> Url
agent :: ReceiveAction -> Agent
endTime :: ReceiveAction -> EndTime
instrument :: ReceiveAction -> Instrument
location :: ReceiveAction -> Location
object :: ReceiveAction -> Object
participant :: ReceiveAction -> Participant
result :: ReceiveAction -> Result
startTime :: ReceiveAction -> StartTime
fromLocation :: ReceiveAction -> FromLocation
toLocation :: ReceiveAction -> ToLocation
deliveryMethod :: ReceiveAction -> DeliveryMethod
sender :: ReceiveAction -> Sender
instance Typeable ReceiveAction
instance Show ReceiveAction
instance Read ReceiveAction
instance Eq ReceiveAction
instance MetaData ReceiveAction
module Text.HTML5.MetaData.Schema.TheaterGroup
-- |
-- - id TheaterGroup
-- - label Theater Group
-- - comment
-- - ancestors
-- Thing,Organization,PerformingGroup
-- - subtypes
-- - supertypes PerformingGroup
-- - url http://schema.org/TheaterGroup
--
data TheaterGroup
TheaterGroup :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Event -> Events -> FaxNumber -> Founder -> Founders -> FoundingDate -> GlobalLocationNumber -> HasPOS -> InteractionCount -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> Members -> Naics -> Owns -> Review -> Reviews -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> TheaterGroup
additionalType :: TheaterGroup -> AdditionalType
alternateName :: TheaterGroup -> AlternateName
description :: TheaterGroup -> Description
image :: TheaterGroup -> Image
name :: TheaterGroup -> Name
sameAs :: TheaterGroup -> SameAs
url :: TheaterGroup -> Url
address :: TheaterGroup -> Address
aggregateRating :: TheaterGroup -> AggregateRating
brand :: TheaterGroup -> Brand
contactPoint :: TheaterGroup -> ContactPoint
contactPoints :: TheaterGroup -> ContactPoints
department :: TheaterGroup -> Department
duns :: TheaterGroup -> Duns
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
globalLocationNumber :: TheaterGroup -> GlobalLocationNumber
hasPOS :: TheaterGroup -> HasPOS
interactionCount :: TheaterGroup -> InteractionCount
isicV4 :: TheaterGroup -> IsicV4
legalName :: TheaterGroup -> LegalName
location :: TheaterGroup -> Location
logo :: TheaterGroup -> Logo
makesOffer :: TheaterGroup -> MakesOffer
member :: TheaterGroup -> Member
members :: TheaterGroup -> Members
naics :: TheaterGroup -> Naics
owns :: TheaterGroup -> Owns
review :: TheaterGroup -> Review
reviews :: TheaterGroup -> Reviews
seeks :: TheaterGroup -> Seeks
subOrganization :: TheaterGroup -> SubOrganization
taxID :: TheaterGroup -> TaxID
telephone :: TheaterGroup -> Telephone
vatID :: TheaterGroup -> VatID
instance Typeable TheaterGroup
instance Show TheaterGroup
instance Read TheaterGroup
instance Eq TheaterGroup
instance MetaData TheaterGroup
module Text.HTML5.MetaData.Schema.MedicalGuideline
-- |
-- - id MedicalGuideline
-- - label Medical Guideline
-- - comment
-- - ancestors
-- Thing,MedicalEntity
-- - subtypes
-- MedicalGuidelineContraindication,MedicalGuidelineRecommendation
-- - supertypes MedicalEntity
-- - url http://schema.org/MedicalGuideline
--
data MedicalGuideline
MedicalGuideline :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> EvidenceLevel -> EvidenceOrigin -> GuidelineDate -> GuidelineSubject -> MedicalGuideline
additionalType :: MedicalGuideline -> AdditionalType
alternateName :: MedicalGuideline -> AlternateName
description :: MedicalGuideline -> Description
image :: MedicalGuideline -> Image
name :: MedicalGuideline -> Name
sameAs :: MedicalGuideline -> SameAs
url :: MedicalGuideline -> Url
code :: MedicalGuideline -> Code
guideline :: MedicalGuideline -> Guideline
medicineSystem :: MedicalGuideline -> MedicineSystem
recognizingAuthority :: MedicalGuideline -> RecognizingAuthority
relevantSpecialty :: MedicalGuideline -> RelevantSpecialty
study :: MedicalGuideline -> Study
evidenceLevel :: MedicalGuideline -> EvidenceLevel
evidenceOrigin :: MedicalGuideline -> EvidenceOrigin
guidelineDate :: MedicalGuideline -> GuidelineDate
guidelineSubject :: MedicalGuideline -> GuidelineSubject
instance Typeable MedicalGuideline
instance Show MedicalGuideline
instance Read MedicalGuideline
instance Eq MedicalGuideline
instance MetaData MedicalGuideline
module Text.HTML5.MetaData.Schema.MedicalGuidelineContraindication
-- |
-- - id MedicalGuidelineContraindication
-- - label Medical Guideline Contraindication
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalGuideline
-- - subtypes
-- - supertypes MedicalGuideline
-- - url
-- http://schema.org/MedicalGuidelineContraindication
--
data MedicalGuidelineContraindication
MedicalGuidelineContraindication :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> EvidenceLevel -> EvidenceOrigin -> GuidelineDate -> GuidelineSubject -> MedicalGuidelineContraindication
additionalType :: MedicalGuidelineContraindication -> AdditionalType
alternateName :: MedicalGuidelineContraindication -> AlternateName
description :: MedicalGuidelineContraindication -> Description
image :: MedicalGuidelineContraindication -> Image
name :: MedicalGuidelineContraindication -> Name
sameAs :: MedicalGuidelineContraindication -> SameAs
url :: MedicalGuidelineContraindication -> Url
code :: MedicalGuidelineContraindication -> Code
guideline :: MedicalGuidelineContraindication -> Guideline
medicineSystem :: MedicalGuidelineContraindication -> MedicineSystem
recognizingAuthority :: MedicalGuidelineContraindication -> RecognizingAuthority
relevantSpecialty :: MedicalGuidelineContraindication -> RelevantSpecialty
study :: MedicalGuidelineContraindication -> Study
evidenceLevel :: MedicalGuidelineContraindication -> EvidenceLevel
evidenceOrigin :: MedicalGuidelineContraindication -> EvidenceOrigin
guidelineDate :: MedicalGuidelineContraindication -> GuidelineDate
guidelineSubject :: MedicalGuidelineContraindication -> GuidelineSubject
instance Typeable MedicalGuidelineContraindication
instance Show MedicalGuidelineContraindication
instance Read MedicalGuidelineContraindication
instance Eq MedicalGuidelineContraindication
instance MetaData MedicalGuidelineContraindication
module Text.HTML5.MetaData.Schema.TheaterEvent
-- |
data TheaterEvent
TheaterEvent :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Attendee -> Attendees -> DoorTime -> Duration -> EndDate -> EventStatus -> Location -> Offers -> Performer -> Performers -> PreviousStartDate -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> TypicalAgeRange -> TheaterEvent
additionalType :: TheaterEvent -> AdditionalType
alternateName :: TheaterEvent -> AlternateName
description :: TheaterEvent -> Description
image :: TheaterEvent -> Image
name :: TheaterEvent -> Name
sameAs :: TheaterEvent -> SameAs
url :: TheaterEvent -> Url
attendee :: TheaterEvent -> Attendee
attendees :: TheaterEvent -> Attendees
doorTime :: TheaterEvent -> DoorTime
duration :: TheaterEvent -> Duration
endDate :: TheaterEvent -> EndDate
eventStatus :: TheaterEvent -> EventStatus
location :: TheaterEvent -> Location
offers :: TheaterEvent -> Offers
performer :: TheaterEvent -> Performer
performers :: TheaterEvent -> Performers
previousStartDate :: TheaterEvent -> PreviousStartDate
startDate :: TheaterEvent -> StartDate
subEvent :: TheaterEvent -> SubEvent
subEvents :: TheaterEvent -> SubEvents
superEvent :: TheaterEvent -> SuperEvent
typicalAgeRange :: TheaterEvent -> TypicalAgeRange
instance Typeable TheaterEvent
instance Show TheaterEvent
instance Read TheaterEvent
instance Eq TheaterEvent
instance MetaData TheaterEvent
module Text.HTML5.MetaData.Schema.MoveAction
-- |
data MoveAction
MoveAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> FromLocation -> ToLocation -> MoveAction
additionalType :: MoveAction -> AdditionalType
alternateName :: MoveAction -> AlternateName
description :: MoveAction -> Description
image :: MoveAction -> Image
name :: MoveAction -> Name
sameAs :: MoveAction -> SameAs
url :: MoveAction -> Url
agent :: MoveAction -> Agent
endTime :: MoveAction -> EndTime
instrument :: MoveAction -> Instrument
location :: MoveAction -> Location
object :: MoveAction -> Object
participant :: MoveAction -> Participant
result :: MoveAction -> Result
startTime :: MoveAction -> StartTime
fromLocation :: MoveAction -> FromLocation
toLocation :: MoveAction -> ToLocation
instance Typeable MoveAction
instance Show MoveAction
instance Read MoveAction
instance Eq MoveAction
instance MetaData MoveAction
module Text.HTML5.MetaData.Schema.TravelAction
-- |
data TravelAction
TravelAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> FromLocation -> ToLocation -> Distance -> TravelAction
additionalType :: TravelAction -> AdditionalType
alternateName :: TravelAction -> AlternateName
description :: TravelAction -> Description
image :: TravelAction -> Image
name :: TravelAction -> Name
sameAs :: TravelAction -> SameAs
url :: TravelAction -> Url
agent :: TravelAction -> Agent
endTime :: TravelAction -> EndTime
instrument :: TravelAction -> Instrument
location :: TravelAction -> Location
object :: TravelAction -> Object
participant :: TravelAction -> Participant
result :: TravelAction -> Result
startTime :: TravelAction -> StartTime
fromLocation :: TravelAction -> FromLocation
toLocation :: TravelAction -> ToLocation
distance :: TravelAction -> Distance
instance Typeable TravelAction
instance Show TravelAction
instance Read TravelAction
instance Eq TravelAction
instance MetaData TravelAction
module Text.HTML5.MetaData.Schema.RsvpAction
-- |
-- - id RsvpAction
-- - label Rsvp Action
-- - comment
-- - ancestors
-- Thing,Action,InteractAction,CommunicateAction,InformAction
-- - subtypes
-- - supertypes InformAction
-- - url http://schema.org/RsvpAction
--
data RsvpAction
RsvpAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> About -> Language -> Recipient -> Event -> RsvpAction
additionalType :: RsvpAction -> AdditionalType
alternateName :: RsvpAction -> AlternateName
description :: RsvpAction -> Description
image :: RsvpAction -> Image
name :: RsvpAction -> Name
sameAs :: RsvpAction -> SameAs
url :: RsvpAction -> Url
agent :: RsvpAction -> Agent
endTime :: RsvpAction -> EndTime
instrument :: RsvpAction -> Instrument
location :: RsvpAction -> Location
object :: RsvpAction -> Object
participant :: RsvpAction -> Participant
result :: RsvpAction -> Result
startTime :: RsvpAction -> StartTime
about :: RsvpAction -> About
language :: RsvpAction -> Language
recipient :: RsvpAction -> Recipient
event :: RsvpAction -> Event
instance Typeable RsvpAction
instance Show RsvpAction
instance Read RsvpAction
instance Eq RsvpAction
instance MetaData RsvpAction
module Text.HTML5.MetaData.Schema.UserBlocks
-- |
-- - id UserBlocks
-- - label User Blocks
-- - comment
-- - ancestors
-- Thing,Event,UserInteraction
-- - subtypes
-- - supertypes UserInteraction
-- - url http://schema.org/UserBlocks
--
data UserBlocks
UserBlocks :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Attendee -> Attendees -> DoorTime -> Duration -> EndDate -> EventStatus -> Location -> Offers -> Performer -> Performers -> PreviousStartDate -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> TypicalAgeRange -> UserBlocks
additionalType :: UserBlocks -> AdditionalType
alternateName :: UserBlocks -> AlternateName
description :: UserBlocks -> Description
image :: UserBlocks -> Image
name :: UserBlocks -> Name
sameAs :: UserBlocks -> SameAs
url :: UserBlocks -> Url
attendee :: UserBlocks -> Attendee
attendees :: UserBlocks -> Attendees
doorTime :: UserBlocks -> DoorTime
duration :: UserBlocks -> Duration
endDate :: UserBlocks -> EndDate
eventStatus :: UserBlocks -> EventStatus
location :: UserBlocks -> Location
offers :: UserBlocks -> Offers
performer :: UserBlocks -> Performer
performers :: UserBlocks -> Performers
previousStartDate :: UserBlocks -> PreviousStartDate
startDate :: UserBlocks -> StartDate
subEvent :: UserBlocks -> SubEvent
subEvents :: UserBlocks -> SubEvents
superEvent :: UserBlocks -> SuperEvent
typicalAgeRange :: UserBlocks -> TypicalAgeRange
instance Typeable UserBlocks
instance Show UserBlocks
instance Read UserBlocks
instance Eq UserBlocks
instance MetaData UserBlocks
module Text.HTML5.MetaData.Schema.UserDownloads
-- |
-- - id UserDownloads
-- - label User Downloads
-- - comment
-- - ancestors
-- Thing,Event,UserInteraction
-- - subtypes
-- - supertypes UserInteraction
-- - url http://schema.org/UserDownloads
--
data UserDownloads
UserDownloads :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Attendee -> Attendees -> DoorTime -> Duration -> EndDate -> EventStatus -> Location -> Offers -> Performer -> Performers -> PreviousStartDate -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> TypicalAgeRange -> UserDownloads
additionalType :: UserDownloads -> AdditionalType
alternateName :: UserDownloads -> AlternateName
description :: UserDownloads -> Description
image :: UserDownloads -> Image
name :: UserDownloads -> Name
sameAs :: UserDownloads -> SameAs
url :: UserDownloads -> Url
attendee :: UserDownloads -> Attendee
attendees :: UserDownloads -> Attendees
doorTime :: UserDownloads -> DoorTime
duration :: UserDownloads -> Duration
endDate :: UserDownloads -> EndDate
eventStatus :: UserDownloads -> EventStatus
location :: UserDownloads -> Location
offers :: UserDownloads -> Offers
performer :: UserDownloads -> Performer
performers :: UserDownloads -> Performers
previousStartDate :: UserDownloads -> PreviousStartDate
startDate :: UserDownloads -> StartDate
subEvent :: UserDownloads -> SubEvent
subEvents :: UserDownloads -> SubEvents
superEvent :: UserDownloads -> SuperEvent
typicalAgeRange :: UserDownloads -> TypicalAgeRange
instance Typeable UserDownloads
instance Show UserDownloads
instance Read UserDownloads
instance Eq UserDownloads
instance MetaData UserDownloads
module Text.HTML5.MetaData.Schema.UserInteraction
-- |
-- - id UserInteraction
-- - label User Interaction
-- - comment
-- - ancestors
-- Thing,Event
-- - subtypes
-- UserBlocks,UserCheckins,UserComments,UserDownloads,UserLikes,UserPageVisits,UserPlays,UserPlusOnes,UserTweets
-- - supertypes Event
-- - url http://schema.org/UserInteraction
--
data UserInteraction
UserInteraction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Attendee -> Attendees -> DoorTime -> Duration -> EndDate -> EventStatus -> Location -> Offers -> Performer -> Performers -> PreviousStartDate -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> TypicalAgeRange -> UserInteraction
additionalType :: UserInteraction -> AdditionalType
alternateName :: UserInteraction -> AlternateName
description :: UserInteraction -> Description
image :: UserInteraction -> Image
name :: UserInteraction -> Name
sameAs :: UserInteraction -> SameAs
url :: UserInteraction -> Url
attendee :: UserInteraction -> Attendee
attendees :: UserInteraction -> Attendees
doorTime :: UserInteraction -> DoorTime
duration :: UserInteraction -> Duration
endDate :: UserInteraction -> EndDate
eventStatus :: UserInteraction -> EventStatus
location :: UserInteraction -> Location
offers :: UserInteraction -> Offers
performer :: UserInteraction -> Performer
performers :: UserInteraction -> Performers
previousStartDate :: UserInteraction -> PreviousStartDate
startDate :: UserInteraction -> StartDate
subEvent :: UserInteraction -> SubEvent
subEvents :: UserInteraction -> SubEvents
superEvent :: UserInteraction -> SuperEvent
typicalAgeRange :: UserInteraction -> TypicalAgeRange
instance Typeable UserInteraction
instance Show UserInteraction
instance Read UserInteraction
instance Eq UserInteraction
instance MetaData UserInteraction
module Text.HTML5.MetaData.Schema.UserPageVisits
-- |
-- - id UserPageVisits
-- - label User Page Visits
-- - comment
-- - ancestors
-- Thing,Event,UserInteraction
-- - subtypes
-- - supertypes UserInteraction
-- - url http://schema.org/UserPageVisits
--
data UserPageVisits
UserPageVisits :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Attendee -> Attendees -> DoorTime -> Duration -> EndDate -> EventStatus -> Location -> Offers -> Performer -> Performers -> PreviousStartDate -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> TypicalAgeRange -> UserPageVisits
additionalType :: UserPageVisits -> AdditionalType
alternateName :: UserPageVisits -> AlternateName
description :: UserPageVisits -> Description
image :: UserPageVisits -> Image
name :: UserPageVisits -> Name
sameAs :: UserPageVisits -> SameAs
url :: UserPageVisits -> Url
attendee :: UserPageVisits -> Attendee
attendees :: UserPageVisits -> Attendees
doorTime :: UserPageVisits -> DoorTime
duration :: UserPageVisits -> Duration
endDate :: UserPageVisits -> EndDate
eventStatus :: UserPageVisits -> EventStatus
location :: UserPageVisits -> Location
offers :: UserPageVisits -> Offers
performer :: UserPageVisits -> Performer
performers :: UserPageVisits -> Performers
previousStartDate :: UserPageVisits -> PreviousStartDate
startDate :: UserPageVisits -> StartDate
subEvent :: UserPageVisits -> SubEvent
subEvents :: UserPageVisits -> SubEvents
superEvent :: UserPageVisits -> SuperEvent
typicalAgeRange :: UserPageVisits -> TypicalAgeRange
instance Typeable UserPageVisits
instance Show UserPageVisits
instance Read UserPageVisits
instance Eq UserPageVisits
instance MetaData UserPageVisits
module Text.HTML5.MetaData.Schema.LymphaticVessel
-- |
-- - id LymphaticVessel
-- - label Lymphatic Vessel
-- - comment
-- - ancestors
-- Thing,MedicalEntity,AnatomicalStructure,Vessel
-- - subtypes
-- - supertypes Vessel
-- - url http://schema.org/LymphaticVessel
--
data LymphaticVessel
LymphaticVessel :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AssociatedPathophysiology -> BodyLocation -> ConnectedTo -> Diagram -> Function -> PartOfSystem -> RelatedCondition -> RelatedTherapy -> SubStructure -> OriginatesFrom -> RegionDrained -> RunsTo -> LymphaticVessel
additionalType :: LymphaticVessel -> AdditionalType
alternateName :: LymphaticVessel -> AlternateName
description :: LymphaticVessel -> Description
image :: LymphaticVessel -> Image
name :: LymphaticVessel -> Name
sameAs :: LymphaticVessel -> SameAs
url :: LymphaticVessel -> Url
code :: LymphaticVessel -> Code
guideline :: LymphaticVessel -> Guideline
medicineSystem :: LymphaticVessel -> MedicineSystem
recognizingAuthority :: LymphaticVessel -> RecognizingAuthority
relevantSpecialty :: LymphaticVessel -> RelevantSpecialty
study :: LymphaticVessel -> Study
associatedPathophysiology :: LymphaticVessel -> AssociatedPathophysiology
bodyLocation :: LymphaticVessel -> BodyLocation
connectedTo :: LymphaticVessel -> ConnectedTo
diagram :: LymphaticVessel -> Diagram
function :: LymphaticVessel -> Function
partOfSystem :: LymphaticVessel -> PartOfSystem
relatedCondition :: LymphaticVessel -> RelatedCondition
relatedTherapy :: LymphaticVessel -> RelatedTherapy
subStructure :: LymphaticVessel -> SubStructure
originatesFrom :: LymphaticVessel -> OriginatesFrom
regionDrained :: LymphaticVessel -> RegionDrained
runsTo :: LymphaticVessel -> RunsTo
instance Typeable LymphaticVessel
instance Show LymphaticVessel
instance Read LymphaticVessel
instance Eq LymphaticVessel
instance MetaData LymphaticVessel
module Text.HTML5.MetaData.Schema.RadioClip
-- |
-- - id RadioClip
-- - label Radio Clip
-- - comment
-- - ancestors
-- Thing,CreativeWork,Clip
-- - subtypes
-- - supertypes Clip
-- - url http://schema.org/RadioClip
--
data RadioClip
RadioClip :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> ClipNumber -> PartOfEpisode -> PartOfSeason -> PartOfSeries -> Position -> Publication -> RadioClip
additionalType :: RadioClip -> AdditionalType
alternateName :: RadioClip -> AlternateName
description :: RadioClip -> Description
image :: RadioClip -> Image
name :: RadioClip -> Name
sameAs :: RadioClip -> SameAs
url :: RadioClip -> Url
about :: RadioClip -> About
accessibilityAPI :: RadioClip -> AccessibilityAPI
accessibilityControl :: RadioClip -> AccessibilityControl
accessibilityFeature :: RadioClip -> AccessibilityFeature
accessibilityHazard :: RadioClip -> AccessibilityHazard
accountablePerson :: RadioClip -> AccountablePerson
aggregateRating :: RadioClip -> AggregateRating
alternativeHeadline :: RadioClip -> AlternativeHeadline
associatedMedia :: RadioClip -> AssociatedMedia
audience :: RadioClip -> Audience
audio :: RadioClip -> Audio
author :: RadioClip -> Author
award :: RadioClip -> Award
awards :: RadioClip -> Awards
citation :: RadioClip -> Citation
comment :: RadioClip -> Comment
contentLocation :: RadioClip -> ContentLocation
contentRating :: RadioClip -> ContentRating
contributor :: RadioClip -> Contributor
copyrightHolder :: RadioClip -> CopyrightHolder
copyrightYear :: RadioClip -> CopyrightYear
creator :: RadioClip -> Creator
dateCreated :: RadioClip -> DateCreated
dateModified :: RadioClip -> DateModified
datePublished :: RadioClip -> DatePublished
discussionUrl :: RadioClip -> DiscussionUrl
editor :: RadioClip -> Editor
educationalAlignment :: RadioClip -> EducationalAlignment
educationalUse :: RadioClip -> EducationalUse
encoding :: RadioClip -> Encoding
encodings :: RadioClip -> Encodings
genre :: RadioClip -> Genre
headline :: RadioClip -> Headline
inLanguage :: RadioClip -> InLanguage
interactionCount :: RadioClip -> InteractionCount
interactivityType :: RadioClip -> InteractivityType
isBasedOnUrl :: RadioClip -> IsBasedOnUrl
isFamilyFriendly :: RadioClip -> IsFamilyFriendly
keywords :: RadioClip -> Keywords
learningResourceType :: RadioClip -> LearningResourceType
mentions :: RadioClip -> Mentions
offers :: RadioClip -> Offers
provider :: RadioClip -> Provider
publisher :: RadioClip -> Publisher
publishingPrinciples :: RadioClip -> PublishingPrinciples
review :: RadioClip -> Review
reviews :: RadioClip -> Reviews
sourceOrganization :: RadioClip -> SourceOrganization
text :: RadioClip -> Text
thumbnailUrl :: RadioClip -> ThumbnailUrl
timeRequired :: RadioClip -> TimeRequired
typicalAgeRange :: RadioClip -> TypicalAgeRange
version :: RadioClip -> Version
video :: RadioClip -> Video
clipNumber :: RadioClip -> ClipNumber
partOfEpisode :: RadioClip -> PartOfEpisode
partOfSeason :: RadioClip -> PartOfSeason
partOfSeries :: RadioClip -> PartOfSeries
position :: RadioClip -> Position
publication :: RadioClip -> Publication
instance Typeable RadioClip
instance Show RadioClip
instance Read RadioClip
instance Eq RadioClip
instance MetaData RadioClip
module Text.HTML5.MetaData.Schema.Clip
-- |
-- - id Clip
-- - label Clip
-- - comment
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- RadioClip,TVClip
-- - supertypes CreativeWork
-- - url http://schema.org/Clip
--
data Clip
Clip :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> ClipNumber -> PartOfEpisode -> PartOfSeason -> PartOfSeries -> Position -> Publication -> Clip
additionalType :: Clip -> AdditionalType
alternateName :: Clip -> AlternateName
description :: Clip -> Description
image :: Clip -> Image
name :: Clip -> Name
sameAs :: Clip -> SameAs
url :: Clip -> Url
about :: Clip -> About
accessibilityAPI :: Clip -> AccessibilityAPI
accessibilityControl :: Clip -> AccessibilityControl
accessibilityFeature :: Clip -> AccessibilityFeature
accessibilityHazard :: Clip -> AccessibilityHazard
accountablePerson :: Clip -> AccountablePerson
aggregateRating :: Clip -> AggregateRating
alternativeHeadline :: Clip -> AlternativeHeadline
associatedMedia :: Clip -> AssociatedMedia
audience :: Clip -> Audience
audio :: Clip -> Audio
author :: Clip -> Author
award :: Clip -> Award
awards :: Clip -> Awards
citation :: Clip -> Citation
comment :: Clip -> Comment
contentLocation :: Clip -> ContentLocation
contentRating :: Clip -> ContentRating
contributor :: Clip -> Contributor
copyrightHolder :: Clip -> CopyrightHolder
copyrightYear :: Clip -> CopyrightYear
creator :: Clip -> Creator
dateCreated :: Clip -> DateCreated
dateModified :: Clip -> DateModified
datePublished :: Clip -> DatePublished
discussionUrl :: Clip -> DiscussionUrl
editor :: Clip -> Editor
educationalAlignment :: Clip -> EducationalAlignment
educationalUse :: Clip -> EducationalUse
encoding :: Clip -> Encoding
encodings :: Clip -> Encodings
genre :: Clip -> Genre
headline :: Clip -> Headline
inLanguage :: Clip -> InLanguage
interactionCount :: Clip -> InteractionCount
interactivityType :: Clip -> InteractivityType
isBasedOnUrl :: Clip -> IsBasedOnUrl
isFamilyFriendly :: Clip -> IsFamilyFriendly
keywords :: Clip -> Keywords
learningResourceType :: Clip -> LearningResourceType
mentions :: Clip -> Mentions
offers :: Clip -> Offers
provider :: Clip -> Provider
publisher :: Clip -> Publisher
publishingPrinciples :: Clip -> PublishingPrinciples
review :: Clip -> Review
reviews :: Clip -> Reviews
sourceOrganization :: Clip -> SourceOrganization
text :: Clip -> Text
thumbnailUrl :: Clip -> ThumbnailUrl
timeRequired :: Clip -> TimeRequired
typicalAgeRange :: Clip -> TypicalAgeRange
version :: Clip -> Version
video :: Clip -> Video
clipNumber :: Clip -> ClipNumber
partOfEpisode :: Clip -> PartOfEpisode
partOfSeason :: Clip -> PartOfSeason
partOfSeries :: Clip -> PartOfSeries
position :: Clip -> Position
publication :: Clip -> Publication
instance Typeable Clip
instance Show Clip
instance Read Clip
instance Eq Clip
instance MetaData Clip
module Text.HTML5.MetaData.Schema.TVClip
-- |
-- - id TVClip
-- - label TV Clip
-- - comment
-- - ancestors
-- Thing,CreativeWork,Clip
-- - subtypes
-- - supertypes Clip
-- - url http://schema.org/TVClip
--
data TVClip
TVClip :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> ClipNumber -> PartOfEpisode -> PartOfSeason -> PartOfSeries -> Position -> Publication -> PartOfTVSeries -> TVClip
additionalType :: TVClip -> AdditionalType
alternateName :: TVClip -> AlternateName
description :: TVClip -> Description
image :: TVClip -> Image
name :: TVClip -> Name
sameAs :: TVClip -> SameAs
url :: TVClip -> Url
about :: TVClip -> About
accessibilityAPI :: TVClip -> AccessibilityAPI
accessibilityControl :: TVClip -> AccessibilityControl
accessibilityFeature :: TVClip -> AccessibilityFeature
accessibilityHazard :: TVClip -> AccessibilityHazard
accountablePerson :: TVClip -> AccountablePerson
aggregateRating :: TVClip -> AggregateRating
alternativeHeadline :: TVClip -> AlternativeHeadline
associatedMedia :: TVClip -> AssociatedMedia
audience :: TVClip -> Audience
audio :: TVClip -> Audio
author :: TVClip -> Author
award :: TVClip -> Award
awards :: TVClip -> Awards
citation :: TVClip -> Citation
comment :: TVClip -> Comment
contentLocation :: TVClip -> ContentLocation
contentRating :: TVClip -> ContentRating
contributor :: TVClip -> Contributor
copyrightHolder :: TVClip -> CopyrightHolder
copyrightYear :: TVClip -> CopyrightYear
creator :: TVClip -> Creator
dateCreated :: TVClip -> DateCreated
dateModified :: TVClip -> DateModified
datePublished :: TVClip -> DatePublished
discussionUrl :: TVClip -> DiscussionUrl
editor :: TVClip -> Editor
educationalAlignment :: TVClip -> EducationalAlignment
educationalUse :: TVClip -> EducationalUse
encoding :: TVClip -> Encoding
encodings :: TVClip -> Encodings
genre :: TVClip -> Genre
headline :: TVClip -> Headline
inLanguage :: TVClip -> InLanguage
interactionCount :: TVClip -> InteractionCount
interactivityType :: TVClip -> InteractivityType
isBasedOnUrl :: TVClip -> IsBasedOnUrl
isFamilyFriendly :: TVClip -> IsFamilyFriendly
keywords :: TVClip -> Keywords
learningResourceType :: TVClip -> LearningResourceType
mentions :: TVClip -> Mentions
offers :: TVClip -> Offers
provider :: TVClip -> Provider
publisher :: TVClip -> Publisher
publishingPrinciples :: TVClip -> PublishingPrinciples
review :: TVClip -> Review
reviews :: TVClip -> Reviews
sourceOrganization :: TVClip -> SourceOrganization
text :: TVClip -> Text
thumbnailUrl :: TVClip -> ThumbnailUrl
timeRequired :: TVClip -> TimeRequired
typicalAgeRange :: TVClip -> TypicalAgeRange
version :: TVClip -> Version
video :: TVClip -> Video
clipNumber :: TVClip -> ClipNumber
partOfEpisode :: TVClip -> PartOfEpisode
partOfSeason :: TVClip -> PartOfSeason
partOfSeries :: TVClip -> PartOfSeries
position :: TVClip -> Position
publication :: TVClip -> Publication
partOfTVSeries :: TVClip -> PartOfTVSeries
instance Typeable TVClip
instance Show TVClip
instance Read TVClip
instance Eq TVClip
instance MetaData TVClip
module Text.HTML5.MetaData.Schema.BedAndBreakfast
-- |
-- - id BedAndBreakfast
-- - label Bed And Breakfast
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,LodgingBusiness
-- - subtypes
-- - supertypes LodgingBusiness
-- - url http://schema.org/BedAndBreakfast
--
data BedAndBreakfast
BedAndBreakfast :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> BedAndBreakfast
additionalType :: BedAndBreakfast -> AdditionalType
alternateName :: BedAndBreakfast -> AlternateName
description :: BedAndBreakfast -> Description
image :: BedAndBreakfast -> Image
name :: BedAndBreakfast -> Name
sameAs :: BedAndBreakfast -> SameAs
url :: BedAndBreakfast -> Url
address :: BedAndBreakfast -> Address
aggregateRating :: BedAndBreakfast -> AggregateRating
containedIn :: BedAndBreakfast -> ContainedIn
event :: BedAndBreakfast -> Event
events :: BedAndBreakfast -> Events
faxNumber :: BedAndBreakfast -> FaxNumber
geo :: BedAndBreakfast -> Geo
globalLocationNumber :: BedAndBreakfast -> GlobalLocationNumber
interactionCount :: BedAndBreakfast -> InteractionCount
isicV4 :: BedAndBreakfast -> IsicV4
logo :: BedAndBreakfast -> Logo
map :: BedAndBreakfast -> Map
maps :: BedAndBreakfast -> Maps
openingHoursSpecification :: BedAndBreakfast -> OpeningHoursSpecification
photo :: BedAndBreakfast -> Photo
photos :: BedAndBreakfast -> Photos
review :: BedAndBreakfast -> Review
reviews :: BedAndBreakfast -> Reviews
telephone :: BedAndBreakfast -> Telephone
brand :: BedAndBreakfast -> Brand
contactPoint :: BedAndBreakfast -> ContactPoint
contactPoints :: BedAndBreakfast -> ContactPoints
department :: BedAndBreakfast -> Department
duns :: BedAndBreakfast -> Duns
email :: BedAndBreakfast -> Email
employee :: BedAndBreakfast -> Employee
employees :: BedAndBreakfast -> Employees
founder :: BedAndBreakfast -> Founder
founders :: BedAndBreakfast -> Founders
foundingDate :: BedAndBreakfast -> FoundingDate
hasPOS :: BedAndBreakfast -> HasPOS
legalName :: BedAndBreakfast -> LegalName
location :: BedAndBreakfast -> Location
makesOffer :: BedAndBreakfast -> MakesOffer
member :: BedAndBreakfast -> Member
members :: BedAndBreakfast -> Members
naics :: BedAndBreakfast -> Naics
owns :: BedAndBreakfast -> Owns
seeks :: BedAndBreakfast -> Seeks
subOrganization :: BedAndBreakfast -> SubOrganization
taxID :: BedAndBreakfast -> TaxID
vatID :: BedAndBreakfast -> VatID
branchOf :: BedAndBreakfast -> BranchOf
currenciesAccepted :: BedAndBreakfast -> CurrenciesAccepted
openingHours :: BedAndBreakfast -> OpeningHours
paymentAccepted :: BedAndBreakfast -> PaymentAccepted
priceRange :: BedAndBreakfast -> PriceRange
instance Typeable BedAndBreakfast
instance Show BedAndBreakfast
instance Read BedAndBreakfast
instance Eq BedAndBreakfast
instance MetaData BedAndBreakfast
module Text.HTML5.MetaData.Schema.TaxiStand
-- |
-- - id TaxiStand
-- - label Taxi Stand
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/TaxiStand
--
data TaxiStand
TaxiStand :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> TaxiStand
additionalType :: TaxiStand -> AdditionalType
alternateName :: TaxiStand -> AlternateName
description :: TaxiStand -> Description
image :: TaxiStand -> Image
name :: TaxiStand -> Name
sameAs :: TaxiStand -> SameAs
url :: TaxiStand -> Url
address :: TaxiStand -> Address
aggregateRating :: TaxiStand -> AggregateRating
containedIn :: TaxiStand -> ContainedIn
event :: TaxiStand -> Event
events :: TaxiStand -> Events
faxNumber :: TaxiStand -> FaxNumber
geo :: TaxiStand -> Geo
globalLocationNumber :: TaxiStand -> GlobalLocationNumber
interactionCount :: TaxiStand -> InteractionCount
isicV4 :: TaxiStand -> IsicV4
logo :: TaxiStand -> Logo
map :: TaxiStand -> Map
maps :: TaxiStand -> Maps
openingHoursSpecification :: TaxiStand -> OpeningHoursSpecification
photo :: TaxiStand -> Photo
photos :: TaxiStand -> Photos
review :: TaxiStand -> Review
reviews :: TaxiStand -> Reviews
telephone :: TaxiStand -> Telephone
openingHours :: TaxiStand -> OpeningHours
instance Typeable TaxiStand
instance Show TaxiStand
instance Read TaxiStand
instance Eq TaxiStand
instance MetaData TaxiStand
module Text.HTML5.MetaData.Schema.Offer
-- |
-- - id Offer
-- - label Offer
-- - comment
-- - ancestors
-- Thing,Intangible
-- - subtypes AggregateOffer
-- - supertypes Intangible
-- - url http://schema.org/Offer
--
data Offer
Offer :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> AcceptedPaymentMethod -> AddOn -> AdvanceBookingRequirement -> AggregateRating -> Availability -> AvailabilityEnds -> AvailabilityStarts -> AvailableAtOrFrom -> AvailableDeliveryMethod -> BusinessFunction -> Category -> DeliveryLeadTime -> EligibleCustomerType -> EligibleDuration -> EligibleQuantity -> EligibleRegion -> EligibleTransactionVolume -> Gtin13 -> Gtin14 -> Gtin8 -> IncludesObject -> InventoryLevel -> ItemCondition -> ItemOffered -> Mpn -> Price -> PriceCurrency -> PriceSpecification -> PriceValidUntil -> Review -> Reviews -> Seller -> SerialNumber -> Sku -> ValidFrom -> ValidThrough -> Warranty -> Offer
additionalType :: Offer -> AdditionalType
alternateName :: Offer -> AlternateName
description :: Offer -> Description
image :: Offer -> Image
name :: Offer -> Name
sameAs :: Offer -> SameAs
url :: Offer -> Url
acceptedPaymentMethod :: Offer -> AcceptedPaymentMethod
addOn :: Offer -> AddOn
advanceBookingRequirement :: Offer -> AdvanceBookingRequirement
aggregateRating :: Offer -> AggregateRating
availability :: Offer -> Availability
availabilityEnds :: Offer -> AvailabilityEnds
availabilityStarts :: Offer -> AvailabilityStarts
availableAtOrFrom :: Offer -> AvailableAtOrFrom
availableDeliveryMethod :: Offer -> AvailableDeliveryMethod
businessFunction :: Offer -> BusinessFunction
category :: Offer -> Category
deliveryLeadTime :: Offer -> DeliveryLeadTime
eligibleCustomerType :: Offer -> EligibleCustomerType
eligibleDuration :: Offer -> EligibleDuration
eligibleQuantity :: Offer -> EligibleQuantity
eligibleRegion :: Offer -> EligibleRegion
eligibleTransactionVolume :: Offer -> EligibleTransactionVolume
gtin13 :: Offer -> Gtin13
gtin14 :: Offer -> Gtin14
gtin8 :: Offer -> Gtin8
includesObject :: Offer -> IncludesObject
inventoryLevel :: Offer -> InventoryLevel
itemCondition :: Offer -> ItemCondition
itemOffered :: Offer -> ItemOffered
mpn :: Offer -> Mpn
price :: Offer -> Price
priceCurrency :: Offer -> PriceCurrency
priceSpecification :: Offer -> PriceSpecification
priceValidUntil :: Offer -> PriceValidUntil
review :: Offer -> Review
reviews :: Offer -> Reviews
seller :: Offer -> Seller
serialNumber :: Offer -> SerialNumber
sku :: Offer -> Sku
validFrom :: Offer -> ValidFrom
validThrough :: Offer -> ValidThrough
warranty :: Offer -> Warranty
instance Typeable Offer
instance Show Offer
instance Read Offer
instance Eq Offer
instance MetaData Offer
module Text.HTML5.MetaData.Schema.AggregateOffer
-- |
-- - id AggregateOffer
-- - label Aggregate Offer
-- - comment
-- - ancestors
-- Thing,Intangible,Offer
-- - subtypes
-- - supertypes Offer
-- - url http://schema.org/AggregateOffer
--
data AggregateOffer
AggregateOffer :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> AcceptedPaymentMethod -> AddOn -> AdvanceBookingRequirement -> AggregateRating -> Availability -> AvailabilityEnds -> AvailabilityStarts -> AvailableAtOrFrom -> AvailableDeliveryMethod -> BusinessFunction -> Category -> DeliveryLeadTime -> EligibleCustomerType -> EligibleDuration -> EligibleQuantity -> EligibleRegion -> EligibleTransactionVolume -> Gtin13 -> Gtin14 -> Gtin8 -> IncludesObject -> InventoryLevel -> ItemCondition -> ItemOffered -> Mpn -> Price -> PriceCurrency -> PriceSpecification -> PriceValidUntil -> Review -> Reviews -> Seller -> SerialNumber -> Sku -> ValidFrom -> ValidThrough -> Warranty -> HighPrice -> LowPrice -> OfferCount -> AggregateOffer
additionalType :: AggregateOffer -> AdditionalType
alternateName :: AggregateOffer -> AlternateName
description :: AggregateOffer -> Description
image :: AggregateOffer -> Image
name :: AggregateOffer -> Name
sameAs :: AggregateOffer -> SameAs
url :: AggregateOffer -> Url
acceptedPaymentMethod :: AggregateOffer -> AcceptedPaymentMethod
addOn :: AggregateOffer -> AddOn
advanceBookingRequirement :: AggregateOffer -> AdvanceBookingRequirement
aggregateRating :: AggregateOffer -> AggregateRating
availability :: AggregateOffer -> Availability
availabilityEnds :: AggregateOffer -> AvailabilityEnds
availabilityStarts :: AggregateOffer -> AvailabilityStarts
availableAtOrFrom :: AggregateOffer -> AvailableAtOrFrom
availableDeliveryMethod :: AggregateOffer -> AvailableDeliveryMethod
businessFunction :: AggregateOffer -> BusinessFunction
category :: AggregateOffer -> Category
deliveryLeadTime :: AggregateOffer -> DeliveryLeadTime
eligibleCustomerType :: AggregateOffer -> EligibleCustomerType
eligibleDuration :: AggregateOffer -> EligibleDuration
eligibleQuantity :: AggregateOffer -> EligibleQuantity
eligibleRegion :: AggregateOffer -> EligibleRegion
eligibleTransactionVolume :: AggregateOffer -> EligibleTransactionVolume
gtin13 :: AggregateOffer -> Gtin13
gtin14 :: AggregateOffer -> Gtin14
gtin8 :: AggregateOffer -> Gtin8
includesObject :: AggregateOffer -> IncludesObject
inventoryLevel :: AggregateOffer -> InventoryLevel
itemCondition :: AggregateOffer -> ItemCondition
itemOffered :: AggregateOffer -> ItemOffered
mpn :: AggregateOffer -> Mpn
price :: AggregateOffer -> Price
priceCurrency :: AggregateOffer -> PriceCurrency
priceSpecification :: AggregateOffer -> PriceSpecification
priceValidUntil :: AggregateOffer -> PriceValidUntil
review :: AggregateOffer -> Review
reviews :: AggregateOffer -> Reviews
seller :: AggregateOffer -> Seller
serialNumber :: AggregateOffer -> SerialNumber
sku :: AggregateOffer -> Sku
validFrom :: AggregateOffer -> ValidFrom
validThrough :: AggregateOffer -> ValidThrough
warranty :: AggregateOffer -> Warranty
highPrice :: AggregateOffer -> HighPrice
lowPrice :: AggregateOffer -> LowPrice
offerCount :: AggregateOffer -> OfferCount
instance Typeable AggregateOffer
instance Show AggregateOffer
instance Read AggregateOffer
instance Eq AggregateOffer
instance MetaData AggregateOffer
module Text.HTML5.MetaData.Schema.WinAction
-- |
-- - id WinAction
-- - label Win Action
-- - comment
-- - ancestors
-- Thing,Action,AchieveAction
-- - subtypes
-- - supertypes AchieveAction
-- - url http://schema.org/WinAction
--
data WinAction
WinAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Loser -> WinAction
additionalType :: WinAction -> AdditionalType
alternateName :: WinAction -> AlternateName
description :: WinAction -> Description
image :: WinAction -> Image
name :: WinAction -> Name
sameAs :: WinAction -> SameAs
url :: WinAction -> Url
agent :: WinAction -> Agent
endTime :: WinAction -> EndTime
instrument :: WinAction -> Instrument
location :: WinAction -> Location
object :: WinAction -> Object
participant :: WinAction -> Participant
result :: WinAction -> Result
startTime :: WinAction -> StartTime
loser :: WinAction -> Loser
instance Typeable WinAction
instance Show WinAction
instance Read WinAction
instance Eq WinAction
instance MetaData WinAction
module Text.HTML5.MetaData.Schema.Church
-- |
-- - id Church
-- - label Church
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure,PlaceOfWorship
-- - subtypes
-- - supertypes PlaceOfWorship
-- - url http://schema.org/Church
--
data Church
Church :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> Church
additionalType :: Church -> AdditionalType
alternateName :: Church -> AlternateName
description :: Church -> Description
image :: Church -> Image
name :: Church -> Name
sameAs :: Church -> SameAs
url :: Church -> Url
address :: Church -> Address
aggregateRating :: Church -> AggregateRating
containedIn :: Church -> ContainedIn
event :: Church -> Event
events :: Church -> Events
faxNumber :: Church -> FaxNumber
geo :: Church -> Geo
globalLocationNumber :: Church -> GlobalLocationNumber
interactionCount :: Church -> InteractionCount
isicV4 :: Church -> IsicV4
logo :: Church -> Logo
map :: Church -> Map
maps :: Church -> Maps
openingHoursSpecification :: Church -> OpeningHoursSpecification
photo :: Church -> Photo
photos :: Church -> Photos
review :: Church -> Review
reviews :: Church -> Reviews
telephone :: Church -> Telephone
openingHours :: Church -> OpeningHours
instance Typeable Church
instance Show Church
instance Read Church
instance Eq Church
instance MetaData Church
module Text.HTML5.MetaData.Schema.DownloadAction
-- |
data DownloadAction
DownloadAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> FromLocation -> ToLocation -> DownloadAction
additionalType :: DownloadAction -> AdditionalType
alternateName :: DownloadAction -> AlternateName
description :: DownloadAction -> Description
image :: DownloadAction -> Image
name :: DownloadAction -> Name
sameAs :: DownloadAction -> SameAs
url :: DownloadAction -> Url
agent :: DownloadAction -> Agent
endTime :: DownloadAction -> EndTime
instrument :: DownloadAction -> Instrument
location :: DownloadAction -> Location
object :: DownloadAction -> Object
participant :: DownloadAction -> Participant
result :: DownloadAction -> Result
startTime :: DownloadAction -> StartTime
fromLocation :: DownloadAction -> FromLocation
toLocation :: DownloadAction -> ToLocation
instance Typeable DownloadAction
instance Show DownloadAction
instance Read DownloadAction
instance Eq DownloadAction
instance MetaData DownloadAction
module Text.HTML5.MetaData.Schema.GiveAction
-- |
-- - id GiveAction
-- - label Give Action
-- - comment
-- - ancestors
-- Thing,Action,TransferAction
-- - subtypes
-- - supertypes TransferAction
-- - url http://schema.org/GiveAction
--
data GiveAction
GiveAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> FromLocation -> ToLocation -> Recipient -> GiveAction
additionalType :: GiveAction -> AdditionalType
alternateName :: GiveAction -> AlternateName
description :: GiveAction -> Description
image :: GiveAction -> Image
name :: GiveAction -> Name
sameAs :: GiveAction -> SameAs
url :: GiveAction -> Url
agent :: GiveAction -> Agent
endTime :: GiveAction -> EndTime
instrument :: GiveAction -> Instrument
location :: GiveAction -> Location
object :: GiveAction -> Object
participant :: GiveAction -> Participant
result :: GiveAction -> Result
startTime :: GiveAction -> StartTime
fromLocation :: GiveAction -> FromLocation
toLocation :: GiveAction -> ToLocation
recipient :: GiveAction -> Recipient
instance Typeable GiveAction
instance Show GiveAction
instance Read GiveAction
instance Eq GiveAction
instance MetaData GiveAction
module Text.HTML5.MetaData.Schema.LendAction
-- |
-- - id LendAction
-- - label Lend Action
-- - comment
-- - ancestors
-- Thing,Action,TransferAction
-- - subtypes
-- - supertypes TransferAction
-- - url http://schema.org/LendAction
--
data LendAction
LendAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> FromLocation -> ToLocation -> Borrower -> LendAction
additionalType :: LendAction -> AdditionalType
alternateName :: LendAction -> AlternateName
description :: LendAction -> Description
image :: LendAction -> Image
name :: LendAction -> Name
sameAs :: LendAction -> SameAs
url :: LendAction -> Url
agent :: LendAction -> Agent
endTime :: LendAction -> EndTime
instrument :: LendAction -> Instrument
location :: LendAction -> Location
object :: LendAction -> Object
participant :: LendAction -> Participant
result :: LendAction -> Result
startTime :: LendAction -> StartTime
fromLocation :: LendAction -> FromLocation
toLocation :: LendAction -> ToLocation
borrower :: LendAction -> Borrower
instance Typeable LendAction
instance Show LendAction
instance Read LendAction
instance Eq LendAction
instance MetaData LendAction
module Text.HTML5.MetaData.Schema.ReturnAction
-- |
data ReturnAction
ReturnAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> FromLocation -> ToLocation -> Recipient -> ReturnAction
additionalType :: ReturnAction -> AdditionalType
alternateName :: ReturnAction -> AlternateName
description :: ReturnAction -> Description
image :: ReturnAction -> Image
name :: ReturnAction -> Name
sameAs :: ReturnAction -> SameAs
url :: ReturnAction -> Url
agent :: ReturnAction -> Agent
endTime :: ReturnAction -> EndTime
instrument :: ReturnAction -> Instrument
location :: ReturnAction -> Location
object :: ReturnAction -> Object
participant :: ReturnAction -> Participant
result :: ReturnAction -> Result
startTime :: ReturnAction -> StartTime
fromLocation :: ReturnAction -> FromLocation
toLocation :: ReturnAction -> ToLocation
recipient :: ReturnAction -> Recipient
instance Typeable ReturnAction
instance Show ReturnAction
instance Read ReturnAction
instance Eq ReturnAction
instance MetaData ReturnAction
module Text.HTML5.MetaData.Schema.SendAction
-- |
-- - id SendAction
-- - label Send Action
-- - comment
-- - ancestors
-- Thing,Action,TransferAction
-- - subtypes
-- - supertypes TransferAction
-- - url http://schema.org/SendAction
--
data SendAction
SendAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> FromLocation -> ToLocation -> DeliveryMethod -> Recipient -> SendAction
additionalType :: SendAction -> AdditionalType
alternateName :: SendAction -> AlternateName
description :: SendAction -> Description
image :: SendAction -> Image
name :: SendAction -> Name
sameAs :: SendAction -> SameAs
url :: SendAction -> Url
agent :: SendAction -> Agent
endTime :: SendAction -> EndTime
instrument :: SendAction -> Instrument
location :: SendAction -> Location
object :: SendAction -> Object
participant :: SendAction -> Participant
result :: SendAction -> Result
startTime :: SendAction -> StartTime
fromLocation :: SendAction -> FromLocation
toLocation :: SendAction -> ToLocation
deliveryMethod :: SendAction -> DeliveryMethod
recipient :: SendAction -> Recipient
instance Typeable SendAction
instance Show SendAction
instance Read SendAction
instance Eq SendAction
instance MetaData SendAction
module Text.HTML5.MetaData.Schema.TransferAction
-- |
-- - id TransferAction
-- - label Transfer Action
-- - comment
-- - ancestors
-- Thing,Action
-- - subtypes
-- BorrowAction,DownloadAction,GiveAction,LendAction,ReceiveAction,ReturnAction,SendAction,TakeAction
-- - supertypes Action
-- - url http://schema.org/TransferAction
--
data TransferAction
TransferAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> FromLocation -> ToLocation -> TransferAction
additionalType :: TransferAction -> AdditionalType
alternateName :: TransferAction -> AlternateName
description :: TransferAction -> Description
image :: TransferAction -> Image
name :: TransferAction -> Name
sameAs :: TransferAction -> SameAs
url :: TransferAction -> Url
agent :: TransferAction -> Agent
endTime :: TransferAction -> EndTime
instrument :: TransferAction -> Instrument
location :: TransferAction -> Location
object :: TransferAction -> Object
participant :: TransferAction -> Participant
result :: TransferAction -> Result
startTime :: TransferAction -> StartTime
fromLocation :: TransferAction -> FromLocation
toLocation :: TransferAction -> ToLocation
instance Typeable TransferAction
instance Show TransferAction
instance Read TransferAction
instance Eq TransferAction
instance MetaData TransferAction
module Text.HTML5.MetaData.Schema.TakeAction
-- |
-- - id TakeAction
-- - label Take Action
-- - comment
-- - ancestors
-- Thing,Action,TransferAction
-- - subtypes
-- - supertypes TransferAction
-- - url http://schema.org/TakeAction
--
data TakeAction
TakeAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> FromLocation -> ToLocation -> TakeAction
additionalType :: TakeAction -> AdditionalType
alternateName :: TakeAction -> AlternateName
description :: TakeAction -> Description
image :: TakeAction -> Image
name :: TakeAction -> Name
sameAs :: TakeAction -> SameAs
url :: TakeAction -> Url
agent :: TakeAction -> Agent
endTime :: TakeAction -> EndTime
instrument :: TakeAction -> Instrument
location :: TakeAction -> Location
object :: TakeAction -> Object
participant :: TakeAction -> Participant
result :: TakeAction -> Result
startTime :: TakeAction -> StartTime
fromLocation :: TakeAction -> FromLocation
toLocation :: TakeAction -> ToLocation
instance Typeable TakeAction
instance Show TakeAction
instance Read TakeAction
instance Eq TakeAction
instance MetaData TakeAction
module Text.HTML5.MetaData.Schema.MedicalProcedure
-- |
-- - id MedicalProcedure
-- - label Medical Procedure
-- - comment
-- - ancestors
-- Thing,MedicalEntity
-- - subtypes
-- DiagnosticProcedure,PalliativeProcedure,TherapeuticProcedure
-- - supertypes MedicalEntity
-- - url http://schema.org/MedicalProcedure
--
data MedicalProcedure
MedicalProcedure :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> Followup -> HowPerformed -> Preparation -> ProcedureType -> MedicalProcedure
additionalType :: MedicalProcedure -> AdditionalType
alternateName :: MedicalProcedure -> AlternateName
description :: MedicalProcedure -> Description
image :: MedicalProcedure -> Image
name :: MedicalProcedure -> Name
sameAs :: MedicalProcedure -> SameAs
url :: MedicalProcedure -> Url
code :: MedicalProcedure -> Code
guideline :: MedicalProcedure -> Guideline
medicineSystem :: MedicalProcedure -> MedicineSystem
recognizingAuthority :: MedicalProcedure -> RecognizingAuthority
relevantSpecialty :: MedicalProcedure -> RelevantSpecialty
study :: MedicalProcedure -> Study
followup :: MedicalProcedure -> Followup
howPerformed :: MedicalProcedure -> HowPerformed
preparation :: MedicalProcedure -> Preparation
procedureType :: MedicalProcedure -> ProcedureType
instance Typeable MedicalProcedure
instance Show MedicalProcedure
instance Read MedicalProcedure
instance Eq MedicalProcedure
instance MetaData MedicalProcedure
module Text.HTML5.MetaData.Schema.MedicalTest
-- |
-- - id MedicalTest
-- - label Medical Test
-- - comment
-- - ancestors
-- Thing,MedicalEntity
-- - subtypes
-- BloodTest,DiagnosticProcedure,ImagingTest,MedicalTestPanel,PathologyTest
-- - supertypes MedicalEntity
-- - url http://schema.org/MedicalTest
--
data MedicalTest
MedicalTest :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AffectedBy -> NormalRange -> SignDetected -> UsedToDiagnose -> UsesDevice -> MedicalTest
additionalType :: MedicalTest -> AdditionalType
alternateName :: MedicalTest -> AlternateName
description :: MedicalTest -> Description
image :: MedicalTest -> Image
name :: MedicalTest -> Name
sameAs :: MedicalTest -> SameAs
url :: MedicalTest -> Url
code :: MedicalTest -> Code
guideline :: MedicalTest -> Guideline
medicineSystem :: MedicalTest -> MedicineSystem
recognizingAuthority :: MedicalTest -> RecognizingAuthority
relevantSpecialty :: MedicalTest -> RelevantSpecialty
study :: MedicalTest -> Study
affectedBy :: MedicalTest -> AffectedBy
normalRange :: MedicalTest -> NormalRange
signDetected :: MedicalTest -> SignDetected
usedToDiagnose :: MedicalTest -> UsedToDiagnose
usesDevice :: MedicalTest -> UsesDevice
instance Typeable MedicalTest
instance Show MedicalTest
instance Read MedicalTest
instance Eq MedicalTest
instance MetaData MedicalTest
module Text.HTML5.MetaData.Schema.DiagnosticProcedure
-- |
-- - id DiagnosticProcedure
-- - label Diagnostic Procedure
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalProcedure
-- - subtypes
-- - supertypes
-- MedicalProcedure,MedicalTest
-- - url
-- http://schema.org/DiagnosticProcedure
--
data DiagnosticProcedure
DiagnosticProcedure :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AffectedBy -> NormalRange -> SignDetected -> UsedToDiagnose -> UsesDevice -> Followup -> HowPerformed -> Preparation -> ProcedureType -> DiagnosticProcedure
additionalType :: DiagnosticProcedure -> AdditionalType
alternateName :: DiagnosticProcedure -> AlternateName
description :: DiagnosticProcedure -> Description
image :: DiagnosticProcedure -> Image
name :: DiagnosticProcedure -> Name
sameAs :: DiagnosticProcedure -> SameAs
url :: DiagnosticProcedure -> Url
code :: DiagnosticProcedure -> Code
guideline :: DiagnosticProcedure -> Guideline
medicineSystem :: DiagnosticProcedure -> MedicineSystem
recognizingAuthority :: DiagnosticProcedure -> RecognizingAuthority
relevantSpecialty :: DiagnosticProcedure -> RelevantSpecialty
study :: DiagnosticProcedure -> Study
affectedBy :: DiagnosticProcedure -> AffectedBy
normalRange :: DiagnosticProcedure -> NormalRange
signDetected :: DiagnosticProcedure -> SignDetected
usedToDiagnose :: DiagnosticProcedure -> UsedToDiagnose
usesDevice :: DiagnosticProcedure -> UsesDevice
followup :: DiagnosticProcedure -> Followup
howPerformed :: DiagnosticProcedure -> HowPerformed
preparation :: DiagnosticProcedure -> Preparation
procedureType :: DiagnosticProcedure -> ProcedureType
instance Typeable DiagnosticProcedure
instance Show DiagnosticProcedure
instance Read DiagnosticProcedure
instance Eq DiagnosticProcedure
instance MetaData DiagnosticProcedure
module Text.HTML5.MetaData.Schema.Motel
-- |
-- - id Motel
-- - label Motel
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,LodgingBusiness
-- - subtypes
-- - supertypes LodgingBusiness
-- - url http://schema.org/Motel
--
data Motel
Motel :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Motel
additionalType :: Motel -> AdditionalType
alternateName :: Motel -> AlternateName
description :: Motel -> Description
image :: Motel -> Image
name :: Motel -> Name
sameAs :: Motel -> SameAs
url :: Motel -> Url
address :: Motel -> Address
aggregateRating :: Motel -> AggregateRating
containedIn :: Motel -> ContainedIn
event :: Motel -> Event
events :: Motel -> Events
faxNumber :: Motel -> FaxNumber
geo :: Motel -> Geo
globalLocationNumber :: Motel -> GlobalLocationNumber
interactionCount :: Motel -> InteractionCount
isicV4 :: Motel -> IsicV4
logo :: Motel -> Logo
map :: Motel -> Map
maps :: Motel -> Maps
openingHoursSpecification :: Motel -> OpeningHoursSpecification
photo :: Motel -> Photo
photos :: Motel -> Photos
review :: Motel -> Review
reviews :: Motel -> Reviews
telephone :: Motel -> Telephone
brand :: Motel -> Brand
contactPoint :: Motel -> ContactPoint
contactPoints :: Motel -> ContactPoints
department :: Motel -> Department
duns :: Motel -> Duns
email :: Motel -> Email
employee :: Motel -> Employee
employees :: Motel -> Employees
founder :: Motel -> Founder
founders :: Motel -> Founders
foundingDate :: Motel -> FoundingDate
hasPOS :: Motel -> HasPOS
legalName :: Motel -> LegalName
location :: Motel -> Location
makesOffer :: Motel -> MakesOffer
member :: Motel -> Member
members :: Motel -> Members
naics :: Motel -> Naics
owns :: Motel -> Owns
seeks :: Motel -> Seeks
subOrganization :: Motel -> SubOrganization
taxID :: Motel -> TaxID
vatID :: Motel -> VatID
branchOf :: Motel -> BranchOf
currenciesAccepted :: Motel -> CurrenciesAccepted
openingHours :: Motel -> OpeningHours
paymentAccepted :: Motel -> PaymentAccepted
priceRange :: Motel -> PriceRange
instance Typeable Motel
instance Show Motel
instance Read Motel
instance Eq Motel
instance MetaData Motel
module Text.HTML5.MetaData.Schema.Notary
-- |
-- - id Notary
-- - label Notary
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,ProfessionalService
-- - subtypes
-- - supertypes
-- ProfessionalService
-- - url http://schema.org/Notary
--
data Notary
Notary :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Notary
additionalType :: Notary -> AdditionalType
alternateName :: Notary -> AlternateName
description :: Notary -> Description
image :: Notary -> Image
name :: Notary -> Name
sameAs :: Notary -> SameAs
url :: Notary -> Url
address :: Notary -> Address
aggregateRating :: Notary -> AggregateRating
containedIn :: Notary -> ContainedIn
event :: Notary -> Event
events :: Notary -> Events
faxNumber :: Notary -> FaxNumber
geo :: Notary -> Geo
globalLocationNumber :: Notary -> GlobalLocationNumber
interactionCount :: Notary -> InteractionCount
isicV4 :: Notary -> IsicV4
logo :: Notary -> Logo
map :: Notary -> Map
maps :: Notary -> Maps
openingHoursSpecification :: Notary -> OpeningHoursSpecification
photo :: Notary -> Photo
photos :: Notary -> Photos
review :: Notary -> Review
reviews :: Notary -> Reviews
telephone :: Notary -> Telephone
brand :: Notary -> Brand
contactPoint :: Notary -> ContactPoint
contactPoints :: Notary -> ContactPoints
department :: Notary -> Department
duns :: Notary -> Duns
email :: Notary -> Email
employee :: Notary -> Employee
employees :: Notary -> Employees
founder :: Notary -> Founder
founders :: Notary -> Founders
foundingDate :: Notary -> FoundingDate
hasPOS :: Notary -> HasPOS
legalName :: Notary -> LegalName
location :: Notary -> Location
makesOffer :: Notary -> MakesOffer
member :: Notary -> Member
members :: Notary -> Members
naics :: Notary -> Naics
owns :: Notary -> Owns
seeks :: Notary -> Seeks
subOrganization :: Notary -> SubOrganization
taxID :: Notary -> TaxID
vatID :: Notary -> VatID
branchOf :: Notary -> BranchOf
currenciesAccepted :: Notary -> CurrenciesAccepted
openingHours :: Notary -> OpeningHours
paymentAccepted :: Notary -> PaymentAccepted
priceRange :: Notary -> PriceRange
instance Typeable Notary
instance Show Notary
instance Read Notary
instance Eq Notary
instance MetaData Notary
module Text.HTML5.MetaData.Schema.BeautySalon
-- |
-- - id BeautySalon
-- - label Beauty Salon
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,HealthAndBeautyBusiness
-- - subtypes
-- - supertypes
-- HealthAndBeautyBusiness
-- - url http://schema.org/BeautySalon
--
data BeautySalon
BeautySalon :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> BeautySalon
additionalType :: BeautySalon -> AdditionalType
alternateName :: BeautySalon -> AlternateName
description :: BeautySalon -> Description
image :: BeautySalon -> Image
name :: BeautySalon -> Name
sameAs :: BeautySalon -> SameAs
url :: BeautySalon -> Url
address :: BeautySalon -> Address
aggregateRating :: BeautySalon -> AggregateRating
containedIn :: BeautySalon -> ContainedIn
event :: BeautySalon -> Event
events :: BeautySalon -> Events
faxNumber :: BeautySalon -> FaxNumber
geo :: BeautySalon -> Geo
globalLocationNumber :: BeautySalon -> GlobalLocationNumber
interactionCount :: BeautySalon -> InteractionCount
isicV4 :: BeautySalon -> IsicV4
logo :: BeautySalon -> Logo
map :: BeautySalon -> Map
maps :: BeautySalon -> Maps
openingHoursSpecification :: BeautySalon -> OpeningHoursSpecification
photo :: BeautySalon -> Photo
photos :: BeautySalon -> Photos
review :: BeautySalon -> Review
reviews :: BeautySalon -> Reviews
telephone :: BeautySalon -> Telephone
brand :: BeautySalon -> Brand
contactPoint :: BeautySalon -> ContactPoint
contactPoints :: BeautySalon -> ContactPoints
department :: BeautySalon -> Department
duns :: BeautySalon -> Duns
email :: BeautySalon -> Email
employee :: BeautySalon -> Employee
employees :: BeautySalon -> Employees
founder :: BeautySalon -> Founder
founders :: BeautySalon -> Founders
foundingDate :: BeautySalon -> FoundingDate
hasPOS :: BeautySalon -> HasPOS
legalName :: BeautySalon -> LegalName
location :: BeautySalon -> Location
makesOffer :: BeautySalon -> MakesOffer
member :: BeautySalon -> Member
members :: BeautySalon -> Members
naics :: BeautySalon -> Naics
owns :: BeautySalon -> Owns
seeks :: BeautySalon -> Seeks
subOrganization :: BeautySalon -> SubOrganization
taxID :: BeautySalon -> TaxID
vatID :: BeautySalon -> VatID
branchOf :: BeautySalon -> BranchOf
currenciesAccepted :: BeautySalon -> CurrenciesAccepted
openingHours :: BeautySalon -> OpeningHours
paymentAccepted :: BeautySalon -> PaymentAccepted
priceRange :: BeautySalon -> PriceRange
instance Typeable BeautySalon
instance Show BeautySalon
instance Read BeautySalon
instance Eq BeautySalon
instance MetaData BeautySalon
module Text.HTML5.MetaData.Schema.MovieTheater
-- |
data MovieTheater
MovieTheater :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> MovieTheater
additionalType :: MovieTheater -> AdditionalType
alternateName :: MovieTheater -> AlternateName
description :: MovieTheater -> Description
image :: MovieTheater -> Image
name :: MovieTheater -> Name
sameAs :: MovieTheater -> SameAs
url :: MovieTheater -> Url
address :: MovieTheater -> Address
aggregateRating :: MovieTheater -> AggregateRating
containedIn :: MovieTheater -> ContainedIn
event :: MovieTheater -> Event
events :: MovieTheater -> Events
faxNumber :: MovieTheater -> FaxNumber
geo :: MovieTheater -> Geo
globalLocationNumber :: MovieTheater -> GlobalLocationNumber
interactionCount :: MovieTheater -> InteractionCount
isicV4 :: MovieTheater -> IsicV4
logo :: MovieTheater -> Logo
map :: MovieTheater -> Map
maps :: MovieTheater -> Maps
openingHoursSpecification :: MovieTheater -> OpeningHoursSpecification
photo :: MovieTheater -> Photo
photos :: MovieTheater -> Photos
review :: MovieTheater -> Review
reviews :: MovieTheater -> Reviews
telephone :: MovieTheater -> Telephone
brand :: MovieTheater -> Brand
contactPoint :: MovieTheater -> ContactPoint
contactPoints :: MovieTheater -> ContactPoints
department :: MovieTheater -> Department
duns :: MovieTheater -> Duns
email :: MovieTheater -> Email
employee :: MovieTheater -> Employee
employees :: MovieTheater -> Employees
founder :: MovieTheater -> Founder
founders :: MovieTheater -> Founders
foundingDate :: MovieTheater -> FoundingDate
hasPOS :: MovieTheater -> HasPOS
legalName :: MovieTheater -> LegalName
location :: MovieTheater -> Location
makesOffer :: MovieTheater -> MakesOffer
member :: MovieTheater -> Member
members :: MovieTheater -> Members
naics :: MovieTheater -> Naics
owns :: MovieTheater -> Owns
seeks :: MovieTheater -> Seeks
subOrganization :: MovieTheater -> SubOrganization
taxID :: MovieTheater -> TaxID
vatID :: MovieTheater -> VatID
branchOf :: MovieTheater -> BranchOf
currenciesAccepted :: MovieTheater -> CurrenciesAccepted
openingHours :: MovieTheater -> OpeningHours
paymentAccepted :: MovieTheater -> PaymentAccepted
priceRange :: MovieTheater -> PriceRange
instance Typeable MovieTheater
instance Show MovieTheater
instance Read MovieTheater
instance Eq MovieTheater
instance MetaData MovieTheater
module Text.HTML5.MetaData.Schema.DaySpa
-- |
-- - id DaySpa
-- - label Day Spa
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,HealthAndBeautyBusiness
-- - subtypes
-- - supertypes
-- HealthAndBeautyBusiness
-- - url http://schema.org/DaySpa
--
data DaySpa
DaySpa :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> DaySpa
additionalType :: DaySpa -> AdditionalType
alternateName :: DaySpa -> AlternateName
description :: DaySpa -> Description
image :: DaySpa -> Image
name :: DaySpa -> Name
sameAs :: DaySpa -> SameAs
url :: DaySpa -> Url
address :: DaySpa -> Address
aggregateRating :: DaySpa -> AggregateRating
containedIn :: DaySpa -> ContainedIn
event :: DaySpa -> Event
events :: DaySpa -> Events
faxNumber :: DaySpa -> FaxNumber
geo :: DaySpa -> Geo
globalLocationNumber :: DaySpa -> GlobalLocationNumber
interactionCount :: DaySpa -> InteractionCount
isicV4 :: DaySpa -> IsicV4
logo :: DaySpa -> Logo
map :: DaySpa -> Map
maps :: DaySpa -> Maps
openingHoursSpecification :: DaySpa -> OpeningHoursSpecification
photo :: DaySpa -> Photo
photos :: DaySpa -> Photos
review :: DaySpa -> Review
reviews :: DaySpa -> Reviews
telephone :: DaySpa -> Telephone
brand :: DaySpa -> Brand
contactPoint :: DaySpa -> ContactPoint
contactPoints :: DaySpa -> ContactPoints
department :: DaySpa -> Department
duns :: DaySpa -> Duns
email :: DaySpa -> Email
employee :: DaySpa -> Employee
employees :: DaySpa -> Employees
founder :: DaySpa -> Founder
founders :: DaySpa -> Founders
foundingDate :: DaySpa -> FoundingDate
hasPOS :: DaySpa -> HasPOS
legalName :: DaySpa -> LegalName
location :: DaySpa -> Location
makesOffer :: DaySpa -> MakesOffer
member :: DaySpa -> Member
members :: DaySpa -> Members
naics :: DaySpa -> Naics
owns :: DaySpa -> Owns
seeks :: DaySpa -> Seeks
subOrganization :: DaySpa -> SubOrganization
taxID :: DaySpa -> TaxID
vatID :: DaySpa -> VatID
branchOf :: DaySpa -> BranchOf
currenciesAccepted :: DaySpa -> CurrenciesAccepted
openingHours :: DaySpa -> OpeningHours
paymentAccepted :: DaySpa -> PaymentAccepted
priceRange :: DaySpa -> PriceRange
instance Typeable DaySpa
instance Show DaySpa
instance Read DaySpa
instance Eq DaySpa
instance MetaData DaySpa
module Text.HTML5.MetaData.Schema.MusicEvent
-- |
data MusicEvent
MusicEvent :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Attendee -> Attendees -> DoorTime -> Duration -> EndDate -> EventStatus -> Location -> Offers -> Performer -> Performers -> PreviousStartDate -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> TypicalAgeRange -> MusicEvent
additionalType :: MusicEvent -> AdditionalType
alternateName :: MusicEvent -> AlternateName
description :: MusicEvent -> Description
image :: MusicEvent -> Image
name :: MusicEvent -> Name
sameAs :: MusicEvent -> SameAs
url :: MusicEvent -> Url
attendee :: MusicEvent -> Attendee
attendees :: MusicEvent -> Attendees
doorTime :: MusicEvent -> DoorTime
duration :: MusicEvent -> Duration
endDate :: MusicEvent -> EndDate
eventStatus :: MusicEvent -> EventStatus
location :: MusicEvent -> Location
offers :: MusicEvent -> Offers
performer :: MusicEvent -> Performer
performers :: MusicEvent -> Performers
previousStartDate :: MusicEvent -> PreviousStartDate
startDate :: MusicEvent -> StartDate
subEvent :: MusicEvent -> SubEvent
subEvents :: MusicEvent -> SubEvents
superEvent :: MusicEvent -> SuperEvent
typicalAgeRange :: MusicEvent -> TypicalAgeRange
instance Typeable MusicEvent
instance Show MusicEvent
instance Read MusicEvent
instance Eq MusicEvent
instance MetaData MusicEvent
module Text.HTML5.MetaData.Schema.Beach
-- |
-- - id Beach
-- - label Beach
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/Beach
--
data Beach
Beach :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> Beach
additionalType :: Beach -> AdditionalType
alternateName :: Beach -> AlternateName
description :: Beach -> Description
image :: Beach -> Image
name :: Beach -> Name
sameAs :: Beach -> SameAs
url :: Beach -> Url
address :: Beach -> Address
aggregateRating :: Beach -> AggregateRating
containedIn :: Beach -> ContainedIn
event :: Beach -> Event
events :: Beach -> Events
faxNumber :: Beach -> FaxNumber
geo :: Beach -> Geo
globalLocationNumber :: Beach -> GlobalLocationNumber
interactionCount :: Beach -> InteractionCount
isicV4 :: Beach -> IsicV4
logo :: Beach -> Logo
map :: Beach -> Map
maps :: Beach -> Maps
openingHoursSpecification :: Beach -> OpeningHoursSpecification
photo :: Beach -> Photo
photos :: Beach -> Photos
review :: Beach -> Review
reviews :: Beach -> Reviews
telephone :: Beach -> Telephone
openingHours :: Beach -> OpeningHours
instance Typeable Beach
instance Show Beach
instance Read Beach
instance Eq Beach
instance MetaData Beach
module Text.HTML5.MetaData.Schema.Cemetery
-- |
-- - id Cemetery
-- - label Cemetery
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/Cemetery
--
data Cemetery
Cemetery :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> Cemetery
additionalType :: Cemetery -> AdditionalType
alternateName :: Cemetery -> AlternateName
description :: Cemetery -> Description
image :: Cemetery -> Image
name :: Cemetery -> Name
sameAs :: Cemetery -> SameAs
url :: Cemetery -> Url
address :: Cemetery -> Address
aggregateRating :: Cemetery -> AggregateRating
containedIn :: Cemetery -> ContainedIn
event :: Cemetery -> Event
events :: Cemetery -> Events
faxNumber :: Cemetery -> FaxNumber
geo :: Cemetery -> Geo
globalLocationNumber :: Cemetery -> GlobalLocationNumber
interactionCount :: Cemetery -> InteractionCount
isicV4 :: Cemetery -> IsicV4
logo :: Cemetery -> Logo
map :: Cemetery -> Map
maps :: Cemetery -> Maps
openingHoursSpecification :: Cemetery -> OpeningHoursSpecification
photo :: Cemetery -> Photo
photos :: Cemetery -> Photos
review :: Cemetery -> Review
reviews :: Cemetery -> Reviews
telephone :: Cemetery -> Telephone
openingHours :: Cemetery -> OpeningHours
instance Typeable Cemetery
instance Show Cemetery
instance Read Cemetery
instance Eq Cemetery
instance MetaData Cemetery
module Text.HTML5.MetaData.Schema.ArtGallery
-- |
data ArtGallery
ArtGallery :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> ArtGallery
additionalType :: ArtGallery -> AdditionalType
alternateName :: ArtGallery -> AlternateName
description :: ArtGallery -> Description
image :: ArtGallery -> Image
name :: ArtGallery -> Name
sameAs :: ArtGallery -> SameAs
url :: ArtGallery -> Url
address :: ArtGallery -> Address
aggregateRating :: ArtGallery -> AggregateRating
containedIn :: ArtGallery -> ContainedIn
event :: ArtGallery -> Event
events :: ArtGallery -> Events
faxNumber :: ArtGallery -> FaxNumber
geo :: ArtGallery -> Geo
globalLocationNumber :: ArtGallery -> GlobalLocationNumber
interactionCount :: ArtGallery -> InteractionCount
isicV4 :: ArtGallery -> IsicV4
logo :: ArtGallery -> Logo
map :: ArtGallery -> Map
maps :: ArtGallery -> Maps
openingHoursSpecification :: ArtGallery -> OpeningHoursSpecification
photo :: ArtGallery -> Photo
photos :: ArtGallery -> Photos
review :: ArtGallery -> Review
reviews :: ArtGallery -> Reviews
telephone :: ArtGallery -> Telephone
brand :: ArtGallery -> Brand
contactPoint :: ArtGallery -> ContactPoint
contactPoints :: ArtGallery -> ContactPoints
department :: ArtGallery -> Department
duns :: ArtGallery -> Duns
email :: ArtGallery -> Email
employee :: ArtGallery -> Employee
employees :: ArtGallery -> Employees
founder :: ArtGallery -> Founder
founders :: ArtGallery -> Founders
foundingDate :: ArtGallery -> FoundingDate
hasPOS :: ArtGallery -> HasPOS
legalName :: ArtGallery -> LegalName
location :: ArtGallery -> Location
makesOffer :: ArtGallery -> MakesOffer
member :: ArtGallery -> Member
members :: ArtGallery -> Members
naics :: ArtGallery -> Naics
owns :: ArtGallery -> Owns
seeks :: ArtGallery -> Seeks
subOrganization :: ArtGallery -> SubOrganization
taxID :: ArtGallery -> TaxID
vatID :: ArtGallery -> VatID
branchOf :: ArtGallery -> BranchOf
currenciesAccepted :: ArtGallery -> CurrenciesAccepted
openingHours :: ArtGallery -> OpeningHours
paymentAccepted :: ArtGallery -> PaymentAccepted
priceRange :: ArtGallery -> PriceRange
instance Typeable ArtGallery
instance Show ArtGallery
instance Read ArtGallery
instance Eq ArtGallery
instance MetaData ArtGallery
module Text.HTML5.MetaData.Schema.LiteraryEvent
-- |
data LiteraryEvent
LiteraryEvent :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Attendee -> Attendees -> DoorTime -> Duration -> EndDate -> EventStatus -> Location -> Offers -> Performer -> Performers -> PreviousStartDate -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> TypicalAgeRange -> LiteraryEvent
additionalType :: LiteraryEvent -> AdditionalType
alternateName :: LiteraryEvent -> AlternateName
description :: LiteraryEvent -> Description
image :: LiteraryEvent -> Image
name :: LiteraryEvent -> Name
sameAs :: LiteraryEvent -> SameAs
url :: LiteraryEvent -> Url
attendee :: LiteraryEvent -> Attendee
attendees :: LiteraryEvent -> Attendees
doorTime :: LiteraryEvent -> DoorTime
duration :: LiteraryEvent -> Duration
endDate :: LiteraryEvent -> EndDate
eventStatus :: LiteraryEvent -> EventStatus
location :: LiteraryEvent -> Location
offers :: LiteraryEvent -> Offers
performer :: LiteraryEvent -> Performer
performers :: LiteraryEvent -> Performers
previousStartDate :: LiteraryEvent -> PreviousStartDate
startDate :: LiteraryEvent -> StartDate
subEvent :: LiteraryEvent -> SubEvent
subEvents :: LiteraryEvent -> SubEvents
superEvent :: LiteraryEvent -> SuperEvent
typicalAgeRange :: LiteraryEvent -> TypicalAgeRange
instance Typeable LiteraryEvent
instance Show LiteraryEvent
instance Read LiteraryEvent
instance Eq LiteraryEvent
instance MetaData LiteraryEvent
module Text.HTML5.MetaData.Schema.LikeAction
-- |
-- - id LikeAction
-- - label Like Action
-- - comment
-- - ancestors
-- Thing,Action,AssessAction,ReactAction
-- - subtypes
-- - supertypes ReactAction
-- - url http://schema.org/LikeAction
--
data LikeAction
LikeAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> LikeAction
additionalType :: LikeAction -> AdditionalType
alternateName :: LikeAction -> AlternateName
description :: LikeAction -> Description
image :: LikeAction -> Image
name :: LikeAction -> Name
sameAs :: LikeAction -> SameAs
url :: LikeAction -> Url
agent :: LikeAction -> Agent
endTime :: LikeAction -> EndTime
instrument :: LikeAction -> Instrument
location :: LikeAction -> Location
object :: LikeAction -> Object
participant :: LikeAction -> Participant
result :: LikeAction -> Result
startTime :: LikeAction -> StartTime
instance Typeable LikeAction
instance Show LikeAction
instance Read LikeAction
instance Eq LikeAction
instance MetaData LikeAction
module Text.HTML5.MetaData.Schema.GatedResidenceCommunity
-- |
data GatedResidenceCommunity
GatedResidenceCommunity :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> GatedResidenceCommunity
additionalType :: GatedResidenceCommunity -> AdditionalType
alternateName :: GatedResidenceCommunity -> AlternateName
description :: GatedResidenceCommunity -> Description
image :: GatedResidenceCommunity -> Image
name :: GatedResidenceCommunity -> Name
sameAs :: GatedResidenceCommunity -> SameAs
url :: GatedResidenceCommunity -> Url
address :: GatedResidenceCommunity -> Address
aggregateRating :: GatedResidenceCommunity -> AggregateRating
containedIn :: GatedResidenceCommunity -> ContainedIn
event :: GatedResidenceCommunity -> Event
events :: GatedResidenceCommunity -> Events
faxNumber :: GatedResidenceCommunity -> FaxNumber
geo :: GatedResidenceCommunity -> Geo
globalLocationNumber :: GatedResidenceCommunity -> GlobalLocationNumber
interactionCount :: GatedResidenceCommunity -> InteractionCount
isicV4 :: GatedResidenceCommunity -> IsicV4
logo :: GatedResidenceCommunity -> Logo
map :: GatedResidenceCommunity -> Map
maps :: GatedResidenceCommunity -> Maps
openingHoursSpecification :: GatedResidenceCommunity -> OpeningHoursSpecification
photo :: GatedResidenceCommunity -> Photo
photos :: GatedResidenceCommunity -> Photos
review :: GatedResidenceCommunity -> Review
reviews :: GatedResidenceCommunity -> Reviews
telephone :: GatedResidenceCommunity -> Telephone
instance Typeable GatedResidenceCommunity
instance Show GatedResidenceCommunity
instance Read GatedResidenceCommunity
instance Eq GatedResidenceCommunity
instance MetaData GatedResidenceCommunity
module Text.HTML5.MetaData.Schema.Residence
-- |
-- - id Residence
-- - label Residence
-- - comment
-- - ancestors
-- Thing,Place
-- - subtypes
-- ApartmentComplex,GatedResidenceCommunity,SingleFamilyResidence
-- - supertypes Place
-- - url http://schema.org/Residence
--
data Residence
Residence :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Residence
additionalType :: Residence -> AdditionalType
alternateName :: Residence -> AlternateName
description :: Residence -> Description
image :: Residence -> Image
name :: Residence -> Name
sameAs :: Residence -> SameAs
url :: Residence -> Url
address :: Residence -> Address
aggregateRating :: Residence -> AggregateRating
containedIn :: Residence -> ContainedIn
event :: Residence -> Event
events :: Residence -> Events
faxNumber :: Residence -> FaxNumber
geo :: Residence -> Geo
globalLocationNumber :: Residence -> GlobalLocationNumber
interactionCount :: Residence -> InteractionCount
isicV4 :: Residence -> IsicV4
logo :: Residence -> Logo
map :: Residence -> Map
maps :: Residence -> Maps
openingHoursSpecification :: Residence -> OpeningHoursSpecification
photo :: Residence -> Photo
photos :: Residence -> Photos
review :: Residence -> Review
reviews :: Residence -> Reviews
telephone :: Residence -> Telephone
instance Typeable Residence
instance Show Residence
instance Read Residence
instance Eq Residence
instance MetaData Residence
module Text.HTML5.MetaData.Schema.SingleFamilyResidence
-- |
-- - id SingleFamilyResidence
-- - label Single Family Residence
-- - comment
-- - ancestors
-- Thing,Place,Residence
-- - subtypes
-- - supertypes Residence
-- - url
-- http://schema.org/SingleFamilyResidence
--
data SingleFamilyResidence
SingleFamilyResidence :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> SingleFamilyResidence
additionalType :: SingleFamilyResidence -> AdditionalType
alternateName :: SingleFamilyResidence -> AlternateName
description :: SingleFamilyResidence -> Description
image :: SingleFamilyResidence -> Image
name :: SingleFamilyResidence -> Name
sameAs :: SingleFamilyResidence -> SameAs
url :: SingleFamilyResidence -> Url
address :: SingleFamilyResidence -> Address
aggregateRating :: SingleFamilyResidence -> AggregateRating
containedIn :: SingleFamilyResidence -> ContainedIn
event :: SingleFamilyResidence -> Event
events :: SingleFamilyResidence -> Events
faxNumber :: SingleFamilyResidence -> FaxNumber
geo :: SingleFamilyResidence -> Geo
globalLocationNumber :: SingleFamilyResidence -> GlobalLocationNumber
interactionCount :: SingleFamilyResidence -> InteractionCount
isicV4 :: SingleFamilyResidence -> IsicV4
logo :: SingleFamilyResidence -> Logo
map :: SingleFamilyResidence -> Map
maps :: SingleFamilyResidence -> Maps
openingHoursSpecification :: SingleFamilyResidence -> OpeningHoursSpecification
photo :: SingleFamilyResidence -> Photo
photos :: SingleFamilyResidence -> Photos
review :: SingleFamilyResidence -> Review
reviews :: SingleFamilyResidence -> Reviews
telephone :: SingleFamilyResidence -> Telephone
instance Typeable SingleFamilyResidence
instance Show SingleFamilyResidence
instance Read SingleFamilyResidence
instance Eq SingleFamilyResidence
instance MetaData SingleFamilyResidence
module Text.HTML5.MetaData.Schema.Aquarium
-- |
-- - id Aquarium
-- - label Aquarium
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/Aquarium
--
data Aquarium
Aquarium :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> Aquarium
additionalType :: Aquarium -> AdditionalType
alternateName :: Aquarium -> AlternateName
description :: Aquarium -> Description
image :: Aquarium -> Image
name :: Aquarium -> Name
sameAs :: Aquarium -> SameAs
url :: Aquarium -> Url
address :: Aquarium -> Address
aggregateRating :: Aquarium -> AggregateRating
containedIn :: Aquarium -> ContainedIn
event :: Aquarium -> Event
events :: Aquarium -> Events
faxNumber :: Aquarium -> FaxNumber
geo :: Aquarium -> Geo
globalLocationNumber :: Aquarium -> GlobalLocationNumber
interactionCount :: Aquarium -> InteractionCount
isicV4 :: Aquarium -> IsicV4
logo :: Aquarium -> Logo
map :: Aquarium -> Map
maps :: Aquarium -> Maps
openingHoursSpecification :: Aquarium -> OpeningHoursSpecification
photo :: Aquarium -> Photo
photos :: Aquarium -> Photos
review :: Aquarium -> Review
reviews :: Aquarium -> Reviews
telephone :: Aquarium -> Telephone
openingHours :: Aquarium -> OpeningHours
instance Typeable Aquarium
instance Show Aquarium
instance Read Aquarium
instance Eq Aquarium
instance MetaData Aquarium
module Text.HTML5.MetaData.Schema.Campground
-- |
-- - id Campground
-- - label Campground
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/Campground
--
data Campground
Campground :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> Campground
additionalType :: Campground -> AdditionalType
alternateName :: Campground -> AlternateName
description :: Campground -> Description
image :: Campground -> Image
name :: Campground -> Name
sameAs :: Campground -> SameAs
url :: Campground -> Url
address :: Campground -> Address
aggregateRating :: Campground -> AggregateRating
containedIn :: Campground -> ContainedIn
event :: Campground -> Event
events :: Campground -> Events
faxNumber :: Campground -> FaxNumber
geo :: Campground -> Geo
globalLocationNumber :: Campground -> GlobalLocationNumber
interactionCount :: Campground -> InteractionCount
isicV4 :: Campground -> IsicV4
logo :: Campground -> Logo
map :: Campground -> Map
maps :: Campground -> Maps
openingHoursSpecification :: Campground -> OpeningHoursSpecification
photo :: Campground -> Photo
photos :: Campground -> Photos
review :: Campground -> Review
reviews :: Campground -> Reviews
telephone :: Campground -> Telephone
openingHours :: Campground -> OpeningHours
instance Typeable Campground
instance Show Campground
instance Read Campground
instance Eq Campground
instance MetaData Campground
module Text.HTML5.MetaData.Schema.Crematorium
-- |
-- - id Crematorium
-- - label Crematorium
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/Crematorium
--
data Crematorium
Crematorium :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> Crematorium
additionalType :: Crematorium -> AdditionalType
alternateName :: Crematorium -> AlternateName
description :: Crematorium -> Description
image :: Crematorium -> Image
name :: Crematorium -> Name
sameAs :: Crematorium -> SameAs
url :: Crematorium -> Url
address :: Crematorium -> Address
aggregateRating :: Crematorium -> AggregateRating
containedIn :: Crematorium -> ContainedIn
event :: Crematorium -> Event
events :: Crematorium -> Events
faxNumber :: Crematorium -> FaxNumber
geo :: Crematorium -> Geo
globalLocationNumber :: Crematorium -> GlobalLocationNumber
interactionCount :: Crematorium -> InteractionCount
isicV4 :: Crematorium -> IsicV4
logo :: Crematorium -> Logo
map :: Crematorium -> Map
maps :: Crematorium -> Maps
openingHoursSpecification :: Crematorium -> OpeningHoursSpecification
photo :: Crematorium -> Photo
photos :: Crematorium -> Photos
review :: Crematorium -> Review
reviews :: Crematorium -> Reviews
telephone :: Crematorium -> Telephone
openingHours :: Crematorium -> OpeningHours
instance Typeable Crematorium
instance Show Crematorium
instance Read Crematorium
instance Eq Crematorium
instance MetaData Crematorium
module Text.HTML5.MetaData.Schema.EventVenue
-- |
-- - id EventVenue
-- - label Event Venue
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/EventVenue
--
data EventVenue
EventVenue :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> EventVenue
additionalType :: EventVenue -> AdditionalType
alternateName :: EventVenue -> AlternateName
description :: EventVenue -> Description
image :: EventVenue -> Image
name :: EventVenue -> Name
sameAs :: EventVenue -> SameAs
url :: EventVenue -> Url
address :: EventVenue -> Address
aggregateRating :: EventVenue -> AggregateRating
containedIn :: EventVenue -> ContainedIn
event :: EventVenue -> Event
events :: EventVenue -> Events
faxNumber :: EventVenue -> FaxNumber
geo :: EventVenue -> Geo
globalLocationNumber :: EventVenue -> GlobalLocationNumber
interactionCount :: EventVenue -> InteractionCount
isicV4 :: EventVenue -> IsicV4
logo :: EventVenue -> Logo
map :: EventVenue -> Map
maps :: EventVenue -> Maps
openingHoursSpecification :: EventVenue -> OpeningHoursSpecification
photo :: EventVenue -> Photo
photos :: EventVenue -> Photos
review :: EventVenue -> Review
reviews :: EventVenue -> Reviews
telephone :: EventVenue -> Telephone
openingHours :: EventVenue -> OpeningHours
instance Typeable EventVenue
instance Show EventVenue
instance Read EventVenue
instance Eq EventVenue
instance MetaData EventVenue
module Text.HTML5.MetaData.Schema.Museum
-- |
-- - id Museum
-- - label Museum
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/Museum
--
data Museum
Museum :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> Museum
additionalType :: Museum -> AdditionalType
alternateName :: Museum -> AlternateName
description :: Museum -> Description
image :: Museum -> Image
name :: Museum -> Name
sameAs :: Museum -> SameAs
url :: Museum -> Url
address :: Museum -> Address
aggregateRating :: Museum -> AggregateRating
containedIn :: Museum -> ContainedIn
event :: Museum -> Event
events :: Museum -> Events
faxNumber :: Museum -> FaxNumber
geo :: Museum -> Geo
globalLocationNumber :: Museum -> GlobalLocationNumber
interactionCount :: Museum -> InteractionCount
isicV4 :: Museum -> IsicV4
logo :: Museum -> Logo
map :: Museum -> Map
maps :: Museum -> Maps
openingHoursSpecification :: Museum -> OpeningHoursSpecification
photo :: Museum -> Photo
photos :: Museum -> Photos
review :: Museum -> Review
reviews :: Museum -> Reviews
telephone :: Museum -> Telephone
openingHours :: Museum -> OpeningHours
instance Typeable Museum
instance Show Museum
instance Read Museum
instance Eq Museum
instance MetaData Museum
module Text.HTML5.MetaData.Schema.MusicVenue
-- |
-- - id MusicVenue
-- - label Music Venue
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/MusicVenue
--
data MusicVenue
MusicVenue :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> MusicVenue
additionalType :: MusicVenue -> AdditionalType
alternateName :: MusicVenue -> AlternateName
description :: MusicVenue -> Description
image :: MusicVenue -> Image
name :: MusicVenue -> Name
sameAs :: MusicVenue -> SameAs
url :: MusicVenue -> Url
address :: MusicVenue -> Address
aggregateRating :: MusicVenue -> AggregateRating
containedIn :: MusicVenue -> ContainedIn
event :: MusicVenue -> Event
events :: MusicVenue -> Events
faxNumber :: MusicVenue -> FaxNumber
geo :: MusicVenue -> Geo
globalLocationNumber :: MusicVenue -> GlobalLocationNumber
interactionCount :: MusicVenue -> InteractionCount
isicV4 :: MusicVenue -> IsicV4
logo :: MusicVenue -> Logo
map :: MusicVenue -> Map
maps :: MusicVenue -> Maps
openingHoursSpecification :: MusicVenue -> OpeningHoursSpecification
photo :: MusicVenue -> Photo
photos :: MusicVenue -> Photos
review :: MusicVenue -> Review
reviews :: MusicVenue -> Reviews
telephone :: MusicVenue -> Telephone
openingHours :: MusicVenue -> OpeningHours
instance Typeable MusicVenue
instance Show MusicVenue
instance Read MusicVenue
instance Eq MusicVenue
instance MetaData MusicVenue
module Text.HTML5.MetaData.Schema.Park
-- |
-- - id Park
-- - label Park
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/Park
--
data Park
Park :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> Park
additionalType :: Park -> AdditionalType
alternateName :: Park -> AlternateName
description :: Park -> Description
image :: Park -> Image
name :: Park -> Name
sameAs :: Park -> SameAs
url :: Park -> Url
address :: Park -> Address
aggregateRating :: Park -> AggregateRating
containedIn :: Park -> ContainedIn
event :: Park -> Event
events :: Park -> Events
faxNumber :: Park -> FaxNumber
geo :: Park -> Geo
globalLocationNumber :: Park -> GlobalLocationNumber
interactionCount :: Park -> InteractionCount
isicV4 :: Park -> IsicV4
logo :: Park -> Logo
map :: Park -> Map
maps :: Park -> Maps
openingHoursSpecification :: Park -> OpeningHoursSpecification
photo :: Park -> Photo
photos :: Park -> Photos
review :: Park -> Review
reviews :: Park -> Reviews
telephone :: Park -> Telephone
openingHours :: Park -> OpeningHours
instance Typeable Park
instance Show Park
instance Read Park
instance Eq Park
instance MetaData Park
module Text.HTML5.MetaData.Schema.Playground
-- |
-- - id Playground
-- - label Playground
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/Playground
--
data Playground
Playground :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> Playground
additionalType :: Playground -> AdditionalType
alternateName :: Playground -> AlternateName
description :: Playground -> Description
image :: Playground -> Image
name :: Playground -> Name
sameAs :: Playground -> SameAs
url :: Playground -> Url
address :: Playground -> Address
aggregateRating :: Playground -> AggregateRating
containedIn :: Playground -> ContainedIn
event :: Playground -> Event
events :: Playground -> Events
faxNumber :: Playground -> FaxNumber
geo :: Playground -> Geo
globalLocationNumber :: Playground -> GlobalLocationNumber
interactionCount :: Playground -> InteractionCount
isicV4 :: Playground -> IsicV4
logo :: Playground -> Logo
map :: Playground -> Map
maps :: Playground -> Maps
openingHoursSpecification :: Playground -> OpeningHoursSpecification
photo :: Playground -> Photo
photos :: Playground -> Photos
review :: Playground -> Review
reviews :: Playground -> Reviews
telephone :: Playground -> Telephone
openingHours :: Playground -> OpeningHours
instance Typeable Playground
instance Show Playground
instance Read Playground
instance Eq Playground
instance MetaData Playground
module Text.HTML5.MetaData.Schema.SubwayStation
-- |
-- - id SubwayStation
-- - label Subway Station
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/SubwayStation
--
data SubwayStation
SubwayStation :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> SubwayStation
additionalType :: SubwayStation -> AdditionalType
alternateName :: SubwayStation -> AlternateName
description :: SubwayStation -> Description
image :: SubwayStation -> Image
name :: SubwayStation -> Name
sameAs :: SubwayStation -> SameAs
url :: SubwayStation -> Url
address :: SubwayStation -> Address
aggregateRating :: SubwayStation -> AggregateRating
containedIn :: SubwayStation -> ContainedIn
event :: SubwayStation -> Event
events :: SubwayStation -> Events
faxNumber :: SubwayStation -> FaxNumber
geo :: SubwayStation -> Geo
globalLocationNumber :: SubwayStation -> GlobalLocationNumber
interactionCount :: SubwayStation -> InteractionCount
isicV4 :: SubwayStation -> IsicV4
logo :: SubwayStation -> Logo
map :: SubwayStation -> Map
maps :: SubwayStation -> Maps
openingHoursSpecification :: SubwayStation -> OpeningHoursSpecification
photo :: SubwayStation -> Photo
photos :: SubwayStation -> Photos
review :: SubwayStation -> Review
reviews :: SubwayStation -> Reviews
telephone :: SubwayStation -> Telephone
openingHours :: SubwayStation -> OpeningHours
instance Typeable SubwayStation
instance Show SubwayStation
instance Read SubwayStation
instance Eq SubwayStation
instance MetaData SubwayStation
module Text.HTML5.MetaData.Schema.CivicStructure
-- |
-- - id CivicStructure
-- - label Civic Structure
-- - comment
-- - 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 :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> CivicStructure
additionalType :: CivicStructure -> AdditionalType
alternateName :: CivicStructure -> AlternateName
description :: CivicStructure -> Description
image :: CivicStructure -> Image
name :: CivicStructure -> Name
sameAs :: CivicStructure -> SameAs
url :: CivicStructure -> Url
address :: CivicStructure -> Address
aggregateRating :: CivicStructure -> AggregateRating
containedIn :: CivicStructure -> ContainedIn
event :: CivicStructure -> Event
events :: CivicStructure -> Events
faxNumber :: CivicStructure -> FaxNumber
geo :: CivicStructure -> Geo
globalLocationNumber :: CivicStructure -> GlobalLocationNumber
interactionCount :: CivicStructure -> InteractionCount
isicV4 :: CivicStructure -> IsicV4
logo :: CivicStructure -> Logo
map :: CivicStructure -> Map
maps :: CivicStructure -> Maps
openingHoursSpecification :: CivicStructure -> OpeningHoursSpecification
photo :: CivicStructure -> Photo
photos :: CivicStructure -> Photos
review :: CivicStructure -> Review
reviews :: CivicStructure -> Reviews
telephone :: CivicStructure -> Telephone
openingHours :: CivicStructure -> OpeningHours
instance Typeable CivicStructure
instance Show CivicStructure
instance Read CivicStructure
instance Eq CivicStructure
instance MetaData CivicStructure
module Text.HTML5.MetaData.Schema.TrainStation
-- |
-- - id TrainStation
-- - label Train Station
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- - supertypes CivicStructure
-- - url http://schema.org/TrainStation
--
data TrainStation
TrainStation :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> TrainStation
additionalType :: TrainStation -> AdditionalType
alternateName :: TrainStation -> AlternateName
description :: TrainStation -> Description
image :: TrainStation -> Image
name :: TrainStation -> Name
sameAs :: TrainStation -> SameAs
url :: TrainStation -> Url
address :: TrainStation -> Address
aggregateRating :: TrainStation -> AggregateRating
containedIn :: TrainStation -> ContainedIn
event :: TrainStation -> Event
events :: TrainStation -> Events
faxNumber :: TrainStation -> FaxNumber
geo :: TrainStation -> Geo
globalLocationNumber :: TrainStation -> GlobalLocationNumber
interactionCount :: TrainStation -> InteractionCount
isicV4 :: TrainStation -> IsicV4
logo :: TrainStation -> Logo
map :: TrainStation -> Map
maps :: TrainStation -> Maps
openingHoursSpecification :: TrainStation -> OpeningHoursSpecification
photo :: TrainStation -> Photo
photos :: TrainStation -> Photos
review :: TrainStation -> Review
reviews :: TrainStation -> Reviews
telephone :: TrainStation -> Telephone
openingHours :: TrainStation -> OpeningHours
instance Typeable TrainStation
instance Show TrainStation
instance Read TrainStation
instance Eq TrainStation
instance MetaData TrainStation
module Text.HTML5.MetaData.Schema.DrawAction
-- |
data DrawAction
DrawAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> DrawAction
additionalType :: DrawAction -> AdditionalType
alternateName :: DrawAction -> AlternateName
description :: DrawAction -> Description
image :: DrawAction -> Image
name :: DrawAction -> Name
sameAs :: DrawAction -> SameAs
url :: DrawAction -> Url
agent :: DrawAction -> Agent
endTime :: DrawAction -> EndTime
instrument :: DrawAction -> Instrument
location :: DrawAction -> Location
object :: DrawAction -> Object
participant :: DrawAction -> Participant
result :: DrawAction -> Result
startTime :: DrawAction -> StartTime
instance Typeable DrawAction
instance Show DrawAction
instance Read DrawAction
instance Eq DrawAction
instance MetaData DrawAction
module Text.HTML5.MetaData.Schema.InformAction
-- |
-- - id InformAction
-- - label Inform Action
-- - comment
-- - ancestors
-- Thing,Action,InteractAction,CommunicateAction
-- - subtypes
-- ConfirmAction,RsvpAction
-- - supertypes
-- CommunicateAction
-- - url http://schema.org/InformAction
--
data InformAction
InformAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> About -> Language -> Recipient -> Event -> InformAction
additionalType :: InformAction -> AdditionalType
alternateName :: InformAction -> AlternateName
description :: InformAction -> Description
image :: InformAction -> Image
name :: InformAction -> Name
sameAs :: InformAction -> SameAs
url :: InformAction -> Url
agent :: InformAction -> Agent
endTime :: InformAction -> EndTime
instrument :: InformAction -> Instrument
location :: InformAction -> Location
object :: InformAction -> Object
participant :: InformAction -> Participant
result :: InformAction -> Result
startTime :: InformAction -> StartTime
about :: InformAction -> About
language :: InformAction -> Language
recipient :: InformAction -> Recipient
event :: InformAction -> Event
instance Typeable InformAction
instance Show InformAction
instance Read InformAction
instance Eq InformAction
instance MetaData InformAction
module Text.HTML5.MetaData.Schema.ConfirmAction
-- |
-- - id ConfirmAction
-- - label Confirm Action
-- - comment
-- - ancestors
-- Thing,Action,InteractAction,CommunicateAction,InformAction
-- - subtypes
-- - supertypes InformAction
-- - url http://schema.org/ConfirmAction
--
data ConfirmAction
ConfirmAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> About -> Language -> Recipient -> Event -> ConfirmAction
additionalType :: ConfirmAction -> AdditionalType
alternateName :: ConfirmAction -> AlternateName
description :: ConfirmAction -> Description
image :: ConfirmAction -> Image
name :: ConfirmAction -> Name
sameAs :: ConfirmAction -> SameAs
url :: ConfirmAction -> Url
agent :: ConfirmAction -> Agent
endTime :: ConfirmAction -> EndTime
instrument :: ConfirmAction -> Instrument
location :: ConfirmAction -> Location
object :: ConfirmAction -> Object
participant :: ConfirmAction -> Participant
result :: ConfirmAction -> Result
startTime :: ConfirmAction -> StartTime
about :: ConfirmAction -> About
language :: ConfirmAction -> Language
recipient :: ConfirmAction -> Recipient
event :: ConfirmAction -> Event
instance Typeable ConfirmAction
instance Show ConfirmAction
instance Read ConfirmAction
instance Eq ConfirmAction
instance MetaData ConfirmAction
module Text.HTML5.MetaData.Schema.Season
-- |
-- - id Season
-- - label Season
-- - comment
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- RadioSeason,TVSeason
-- - supertypes CreativeWork
-- - url http://schema.org/Season
--
data Season
Season :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> EndDate -> Episode -> Episodes -> NumberOfEpisodes -> PartOfSeries -> Position -> Producer -> ProductionCompany -> SeasonNumber -> StartDate -> Trailer -> Season
additionalType :: Season -> AdditionalType
alternateName :: Season -> AlternateName
description :: Season -> Description
image :: Season -> Image
name :: Season -> Name
sameAs :: Season -> SameAs
url :: Season -> Url
about :: Season -> About
accessibilityAPI :: Season -> AccessibilityAPI
accessibilityControl :: Season -> AccessibilityControl
accessibilityFeature :: Season -> AccessibilityFeature
accessibilityHazard :: Season -> AccessibilityHazard
accountablePerson :: Season -> AccountablePerson
aggregateRating :: Season -> AggregateRating
alternativeHeadline :: Season -> AlternativeHeadline
associatedMedia :: Season -> AssociatedMedia
audience :: Season -> Audience
audio :: Season -> Audio
author :: Season -> Author
award :: Season -> Award
awards :: Season -> Awards
citation :: Season -> Citation
comment :: Season -> Comment
contentLocation :: Season -> ContentLocation
contentRating :: Season -> ContentRating
contributor :: Season -> Contributor
copyrightHolder :: Season -> CopyrightHolder
copyrightYear :: Season -> CopyrightYear
creator :: Season -> Creator
dateCreated :: Season -> DateCreated
dateModified :: Season -> DateModified
datePublished :: Season -> DatePublished
discussionUrl :: Season -> DiscussionUrl
editor :: Season -> Editor
educationalAlignment :: Season -> EducationalAlignment
educationalUse :: Season -> EducationalUse
encoding :: Season -> Encoding
encodings :: Season -> Encodings
genre :: Season -> Genre
headline :: Season -> Headline
inLanguage :: Season -> InLanguage
interactionCount :: Season -> InteractionCount
interactivityType :: Season -> InteractivityType
isBasedOnUrl :: Season -> IsBasedOnUrl
isFamilyFriendly :: Season -> IsFamilyFriendly
keywords :: Season -> Keywords
learningResourceType :: Season -> LearningResourceType
mentions :: Season -> Mentions
offers :: Season -> Offers
provider :: Season -> Provider
publisher :: Season -> Publisher
publishingPrinciples :: Season -> PublishingPrinciples
review :: Season -> Review
reviews :: Season -> Reviews
sourceOrganization :: Season -> SourceOrganization
text :: Season -> Text
thumbnailUrl :: Season -> ThumbnailUrl
timeRequired :: Season -> TimeRequired
typicalAgeRange :: Season -> TypicalAgeRange
version :: Season -> Version
video :: Season -> Video
endDate :: Season -> EndDate
episode :: Season -> Episode
episodes :: Season -> Episodes
numberOfEpisodes :: Season -> NumberOfEpisodes
partOfSeries :: Season -> PartOfSeries
position :: Season -> Position
producer :: Season -> Producer
productionCompany :: Season -> ProductionCompany
seasonNumber :: Season -> SeasonNumber
startDate :: Season -> StartDate
trailer :: Season -> Trailer
instance Typeable Season
instance Show Season
instance Read Season
instance Eq Season
instance MetaData Season
module Text.HTML5.MetaData.Schema.TVSeason
-- |
-- - id TVSeason
-- - label TV Season
-- - comment
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes
-- CreativeWork,Season
-- - url http://schema.org/TVSeason
--
data TVSeason
TVSeason :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> EndDate -> Episode -> Episodes -> NumberOfEpisodes -> PartOfSeries -> Position -> Producer -> ProductionCompany -> SeasonNumber -> StartDate -> Trailer -> PartOfTVSeries -> TVSeason
additionalType :: TVSeason -> AdditionalType
alternateName :: TVSeason -> AlternateName
description :: TVSeason -> Description
image :: TVSeason -> Image
name :: TVSeason -> Name
sameAs :: TVSeason -> SameAs
url :: TVSeason -> Url
about :: TVSeason -> About
accessibilityAPI :: TVSeason -> AccessibilityAPI
accessibilityControl :: TVSeason -> AccessibilityControl
accessibilityFeature :: TVSeason -> AccessibilityFeature
accessibilityHazard :: TVSeason -> AccessibilityHazard
accountablePerson :: TVSeason -> AccountablePerson
aggregateRating :: TVSeason -> AggregateRating
alternativeHeadline :: TVSeason -> AlternativeHeadline
associatedMedia :: TVSeason -> AssociatedMedia
audience :: TVSeason -> Audience
audio :: TVSeason -> Audio
author :: TVSeason -> Author
award :: TVSeason -> Award
awards :: TVSeason -> Awards
citation :: TVSeason -> Citation
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
educationalAlignment :: TVSeason -> EducationalAlignment
educationalUse :: TVSeason -> EducationalUse
encoding :: TVSeason -> Encoding
encodings :: TVSeason -> Encodings
genre :: TVSeason -> Genre
headline :: TVSeason -> Headline
inLanguage :: TVSeason -> InLanguage
interactionCount :: TVSeason -> InteractionCount
interactivityType :: TVSeason -> InteractivityType
isBasedOnUrl :: TVSeason -> IsBasedOnUrl
isFamilyFriendly :: TVSeason -> IsFamilyFriendly
keywords :: TVSeason -> Keywords
learningResourceType :: TVSeason -> LearningResourceType
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
timeRequired :: TVSeason -> TimeRequired
typicalAgeRange :: TVSeason -> TypicalAgeRange
version :: TVSeason -> Version
video :: TVSeason -> Video
endDate :: TVSeason -> EndDate
episode :: TVSeason -> Episode
episodes :: TVSeason -> Episodes
numberOfEpisodes :: TVSeason -> NumberOfEpisodes
partOfSeries :: TVSeason -> PartOfSeries
position :: TVSeason -> Position
producer :: TVSeason -> Producer
productionCompany :: TVSeason -> ProductionCompany
seasonNumber :: TVSeason -> SeasonNumber
startDate :: TVSeason -> StartDate
trailer :: TVSeason -> Trailer
partOfTVSeries :: TVSeason -> PartOfTVSeries
instance Typeable TVSeason
instance Show TVSeason
instance Read TVSeason
instance Eq TVSeason
instance MetaData TVSeason
module Text.HTML5.MetaData.Schema.AdultEntertainment
-- |
data AdultEntertainment
AdultEntertainment :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AdultEntertainment
additionalType :: AdultEntertainment -> AdditionalType
alternateName :: AdultEntertainment -> AlternateName
description :: AdultEntertainment -> Description
image :: AdultEntertainment -> Image
name :: AdultEntertainment -> Name
sameAs :: AdultEntertainment -> SameAs
url :: AdultEntertainment -> Url
address :: AdultEntertainment -> Address
aggregateRating :: AdultEntertainment -> AggregateRating
containedIn :: AdultEntertainment -> ContainedIn
event :: AdultEntertainment -> Event
events :: AdultEntertainment -> Events
faxNumber :: AdultEntertainment -> FaxNumber
geo :: AdultEntertainment -> Geo
globalLocationNumber :: AdultEntertainment -> GlobalLocationNumber
interactionCount :: AdultEntertainment -> InteractionCount
isicV4 :: AdultEntertainment -> IsicV4
logo :: AdultEntertainment -> Logo
map :: AdultEntertainment -> Map
maps :: AdultEntertainment -> Maps
openingHoursSpecification :: AdultEntertainment -> OpeningHoursSpecification
photo :: AdultEntertainment -> Photo
photos :: AdultEntertainment -> Photos
review :: AdultEntertainment -> Review
reviews :: AdultEntertainment -> Reviews
telephone :: AdultEntertainment -> Telephone
brand :: AdultEntertainment -> Brand
contactPoint :: AdultEntertainment -> ContactPoint
contactPoints :: AdultEntertainment -> ContactPoints
department :: AdultEntertainment -> Department
duns :: AdultEntertainment -> Duns
email :: AdultEntertainment -> Email
employee :: AdultEntertainment -> Employee
employees :: AdultEntertainment -> Employees
founder :: AdultEntertainment -> Founder
founders :: AdultEntertainment -> Founders
foundingDate :: AdultEntertainment -> FoundingDate
hasPOS :: AdultEntertainment -> HasPOS
legalName :: AdultEntertainment -> LegalName
location :: AdultEntertainment -> Location
makesOffer :: AdultEntertainment -> MakesOffer
member :: AdultEntertainment -> Member
members :: AdultEntertainment -> Members
naics :: AdultEntertainment -> Naics
owns :: AdultEntertainment -> Owns
seeks :: AdultEntertainment -> Seeks
subOrganization :: AdultEntertainment -> SubOrganization
taxID :: AdultEntertainment -> TaxID
vatID :: AdultEntertainment -> VatID
branchOf :: AdultEntertainment -> BranchOf
currenciesAccepted :: AdultEntertainment -> CurrenciesAccepted
openingHours :: AdultEntertainment -> OpeningHours
paymentAccepted :: AdultEntertainment -> PaymentAccepted
priceRange :: AdultEntertainment -> PriceRange
instance Typeable AdultEntertainment
instance Show AdultEntertainment
instance Read AdultEntertainment
instance Eq AdultEntertainment
instance MetaData AdultEntertainment
module Text.HTML5.MetaData.Schema.AmusementPark
-- |
data AmusementPark
AmusementPark :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AmusementPark
additionalType :: AmusementPark -> AdditionalType
alternateName :: AmusementPark -> AlternateName
description :: AmusementPark -> Description
image :: AmusementPark -> Image
name :: AmusementPark -> Name
sameAs :: AmusementPark -> SameAs
url :: AmusementPark -> Url
address :: AmusementPark -> Address
aggregateRating :: AmusementPark -> AggregateRating
containedIn :: AmusementPark -> ContainedIn
event :: AmusementPark -> Event
events :: AmusementPark -> Events
faxNumber :: AmusementPark -> FaxNumber
geo :: AmusementPark -> Geo
globalLocationNumber :: AmusementPark -> GlobalLocationNumber
interactionCount :: AmusementPark -> InteractionCount
isicV4 :: AmusementPark -> IsicV4
logo :: AmusementPark -> Logo
map :: AmusementPark -> Map
maps :: AmusementPark -> Maps
openingHoursSpecification :: AmusementPark -> OpeningHoursSpecification
photo :: AmusementPark -> Photo
photos :: AmusementPark -> Photos
review :: AmusementPark -> Review
reviews :: AmusementPark -> Reviews
telephone :: AmusementPark -> Telephone
brand :: AmusementPark -> Brand
contactPoint :: AmusementPark -> ContactPoint
contactPoints :: AmusementPark -> ContactPoints
department :: AmusementPark -> Department
duns :: AmusementPark -> Duns
email :: AmusementPark -> Email
employee :: AmusementPark -> Employee
employees :: AmusementPark -> Employees
founder :: AmusementPark -> Founder
founders :: AmusementPark -> Founders
foundingDate :: AmusementPark -> FoundingDate
hasPOS :: AmusementPark -> HasPOS
legalName :: AmusementPark -> LegalName
location :: AmusementPark -> Location
makesOffer :: AmusementPark -> MakesOffer
member :: AmusementPark -> Member
members :: AmusementPark -> Members
naics :: AmusementPark -> Naics
owns :: AmusementPark -> Owns
seeks :: AmusementPark -> Seeks
subOrganization :: AmusementPark -> SubOrganization
taxID :: AmusementPark -> TaxID
vatID :: AmusementPark -> VatID
branchOf :: AmusementPark -> BranchOf
currenciesAccepted :: AmusementPark -> CurrenciesAccepted
openingHours :: AmusementPark -> OpeningHours
paymentAccepted :: AmusementPark -> PaymentAccepted
priceRange :: AmusementPark -> PriceRange
instance Typeable AmusementPark
instance Show AmusementPark
instance Read AmusementPark
instance Eq AmusementPark
instance MetaData AmusementPark
module Text.HTML5.MetaData.Schema.EntertainmentBusiness
-- |
-- - id EntertainmentBusiness
-- - label Entertainment Business
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- AdultEntertainment,AmusementPark,ArtGallery,Casino,ComedyClub,MovieTheater,NightClub
-- - supertypes LocalBusiness
-- - url
-- http://schema.org/EntertainmentBusiness
--
data EntertainmentBusiness
EntertainmentBusiness :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> EntertainmentBusiness
additionalType :: EntertainmentBusiness -> AdditionalType
alternateName :: EntertainmentBusiness -> AlternateName
description :: EntertainmentBusiness -> Description
image :: EntertainmentBusiness -> Image
name :: EntertainmentBusiness -> Name
sameAs :: EntertainmentBusiness -> SameAs
url :: EntertainmentBusiness -> Url
address :: EntertainmentBusiness -> Address
aggregateRating :: EntertainmentBusiness -> AggregateRating
containedIn :: EntertainmentBusiness -> ContainedIn
event :: EntertainmentBusiness -> Event
events :: EntertainmentBusiness -> Events
faxNumber :: EntertainmentBusiness -> FaxNumber
geo :: EntertainmentBusiness -> Geo
globalLocationNumber :: EntertainmentBusiness -> GlobalLocationNumber
interactionCount :: EntertainmentBusiness -> InteractionCount
isicV4 :: EntertainmentBusiness -> IsicV4
logo :: EntertainmentBusiness -> Logo
map :: EntertainmentBusiness -> Map
maps :: EntertainmentBusiness -> Maps
openingHoursSpecification :: EntertainmentBusiness -> OpeningHoursSpecification
photo :: EntertainmentBusiness -> Photo
photos :: EntertainmentBusiness -> Photos
review :: EntertainmentBusiness -> Review
reviews :: EntertainmentBusiness -> Reviews
telephone :: EntertainmentBusiness -> Telephone
brand :: EntertainmentBusiness -> Brand
contactPoint :: EntertainmentBusiness -> ContactPoint
contactPoints :: EntertainmentBusiness -> ContactPoints
department :: EntertainmentBusiness -> Department
duns :: EntertainmentBusiness -> Duns
email :: EntertainmentBusiness -> Email
employee :: EntertainmentBusiness -> Employee
employees :: EntertainmentBusiness -> Employees
founder :: EntertainmentBusiness -> Founder
founders :: EntertainmentBusiness -> Founders
foundingDate :: EntertainmentBusiness -> FoundingDate
hasPOS :: EntertainmentBusiness -> HasPOS
legalName :: EntertainmentBusiness -> LegalName
location :: EntertainmentBusiness -> Location
makesOffer :: EntertainmentBusiness -> MakesOffer
member :: EntertainmentBusiness -> Member
members :: EntertainmentBusiness -> Members
naics :: EntertainmentBusiness -> Naics
owns :: EntertainmentBusiness -> Owns
seeks :: EntertainmentBusiness -> Seeks
subOrganization :: EntertainmentBusiness -> SubOrganization
taxID :: EntertainmentBusiness -> TaxID
vatID :: EntertainmentBusiness -> VatID
branchOf :: EntertainmentBusiness -> BranchOf
currenciesAccepted :: EntertainmentBusiness -> CurrenciesAccepted
openingHours :: EntertainmentBusiness -> OpeningHours
paymentAccepted :: EntertainmentBusiness -> PaymentAccepted
priceRange :: EntertainmentBusiness -> PriceRange
instance Typeable EntertainmentBusiness
instance Show EntertainmentBusiness
instance Read EntertainmentBusiness
instance Eq EntertainmentBusiness
instance MetaData EntertainmentBusiness
module Text.HTML5.MetaData.Schema.Casino
-- |
data Casino
Casino :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Casino
additionalType :: Casino -> AdditionalType
alternateName :: Casino -> AlternateName
description :: Casino -> Description
image :: Casino -> Image
name :: Casino -> Name
sameAs :: Casino -> SameAs
url :: Casino -> Url
address :: Casino -> Address
aggregateRating :: Casino -> AggregateRating
containedIn :: Casino -> ContainedIn
event :: Casino -> Event
events :: Casino -> Events
faxNumber :: Casino -> FaxNumber
geo :: Casino -> Geo
globalLocationNumber :: Casino -> GlobalLocationNumber
interactionCount :: Casino -> InteractionCount
isicV4 :: Casino -> IsicV4
logo :: Casino -> Logo
map :: Casino -> Map
maps :: Casino -> Maps
openingHoursSpecification :: Casino -> OpeningHoursSpecification
photo :: Casino -> Photo
photos :: Casino -> Photos
review :: Casino -> Review
reviews :: Casino -> Reviews
telephone :: Casino -> Telephone
brand :: Casino -> Brand
contactPoint :: Casino -> ContactPoint
contactPoints :: Casino -> ContactPoints
department :: Casino -> Department
duns :: Casino -> Duns
email :: Casino -> Email
employee :: Casino -> Employee
employees :: Casino -> Employees
founder :: Casino -> Founder
founders :: Casino -> Founders
foundingDate :: Casino -> FoundingDate
hasPOS :: Casino -> HasPOS
legalName :: Casino -> LegalName
location :: Casino -> Location
makesOffer :: Casino -> MakesOffer
member :: Casino -> Member
members :: Casino -> Members
naics :: Casino -> Naics
owns :: Casino -> Owns
seeks :: Casino -> Seeks
subOrganization :: Casino -> SubOrganization
taxID :: Casino -> TaxID
vatID :: Casino -> VatID
branchOf :: Casino -> BranchOf
currenciesAccepted :: Casino -> CurrenciesAccepted
openingHours :: Casino -> OpeningHours
paymentAccepted :: Casino -> PaymentAccepted
priceRange :: Casino -> PriceRange
instance Typeable Casino
instance Show Casino
instance Read Casino
instance Eq Casino
instance MetaData Casino
module Text.HTML5.MetaData.Schema.Joint
-- |
-- - id Joint
-- - label Joint
-- - comment
-- - ancestors
-- Thing,MedicalEntity,AnatomicalStructure
-- - subtypes
-- - supertypes
-- AnatomicalStructure
-- - url http://schema.org/Joint
--
data Joint
Joint :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AssociatedPathophysiology -> BodyLocation -> ConnectedTo -> Diagram -> Function -> PartOfSystem -> RelatedCondition -> RelatedTherapy -> SubStructure -> BiomechnicalClass -> FunctionalClass -> StructuralClass -> Joint
additionalType :: Joint -> AdditionalType
alternateName :: Joint -> AlternateName
description :: Joint -> Description
image :: Joint -> Image
name :: Joint -> Name
sameAs :: Joint -> SameAs
url :: Joint -> Url
code :: Joint -> Code
guideline :: Joint -> Guideline
medicineSystem :: Joint -> MedicineSystem
recognizingAuthority :: Joint -> RecognizingAuthority
relevantSpecialty :: Joint -> RelevantSpecialty
study :: Joint -> Study
associatedPathophysiology :: Joint -> AssociatedPathophysiology
bodyLocation :: Joint -> BodyLocation
connectedTo :: Joint -> ConnectedTo
diagram :: Joint -> Diagram
function :: Joint -> Function
partOfSystem :: Joint -> PartOfSystem
relatedCondition :: Joint -> RelatedCondition
relatedTherapy :: Joint -> RelatedTherapy
subStructure :: Joint -> SubStructure
biomechnicalClass :: Joint -> BiomechnicalClass
functionalClass :: Joint -> FunctionalClass
structuralClass :: Joint -> StructuralClass
instance Typeable Joint
instance Show Joint
instance Read Joint
instance Eq Joint
instance MetaData Joint
module Text.HTML5.MetaData.Schema.Hostel
-- |
-- - id Hostel
-- - label Hostel
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,LodgingBusiness
-- - subtypes
-- - supertypes LodgingBusiness
-- - url http://schema.org/Hostel
--
data Hostel
Hostel :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Hostel
additionalType :: Hostel -> AdditionalType
alternateName :: Hostel -> AlternateName
description :: Hostel -> Description
image :: Hostel -> Image
name :: Hostel -> Name
sameAs :: Hostel -> SameAs
url :: Hostel -> Url
address :: Hostel -> Address
aggregateRating :: Hostel -> AggregateRating
containedIn :: Hostel -> ContainedIn
event :: Hostel -> Event
events :: Hostel -> Events
faxNumber :: Hostel -> FaxNumber
geo :: Hostel -> Geo
globalLocationNumber :: Hostel -> GlobalLocationNumber
interactionCount :: Hostel -> InteractionCount
isicV4 :: Hostel -> IsicV4
logo :: Hostel -> Logo
map :: Hostel -> Map
maps :: Hostel -> Maps
openingHoursSpecification :: Hostel -> OpeningHoursSpecification
photo :: Hostel -> Photo
photos :: Hostel -> Photos
review :: Hostel -> Review
reviews :: Hostel -> Reviews
telephone :: Hostel -> Telephone
brand :: Hostel -> Brand
contactPoint :: Hostel -> ContactPoint
contactPoints :: Hostel -> ContactPoints
department :: Hostel -> Department
duns :: Hostel -> Duns
email :: Hostel -> Email
employee :: Hostel -> Employee
employees :: Hostel -> Employees
founder :: Hostel -> Founder
founders :: Hostel -> Founders
foundingDate :: Hostel -> FoundingDate
hasPOS :: Hostel -> HasPOS
legalName :: Hostel -> LegalName
location :: Hostel -> Location
makesOffer :: Hostel -> MakesOffer
member :: Hostel -> Member
members :: Hostel -> Members
naics :: Hostel -> Naics
owns :: Hostel -> Owns
seeks :: Hostel -> Seeks
subOrganization :: Hostel -> SubOrganization
taxID :: Hostel -> TaxID
vatID :: Hostel -> VatID
branchOf :: Hostel -> BranchOf
currenciesAccepted :: Hostel -> CurrenciesAccepted
openingHours :: Hostel -> OpeningHours
paymentAccepted :: Hostel -> PaymentAccepted
priceRange :: Hostel -> PriceRange
instance Typeable Hostel
instance Show Hostel
instance Read Hostel
instance Eq Hostel
instance MetaData Hostel
module Text.HTML5.MetaData.Schema.LodgingBusiness
-- |
-- - id LodgingBusiness
-- - label Lodging Business
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- BedAndBreakfast,Hostel,Hotel,Motel
-- - supertypes LocalBusiness
-- - url http://schema.org/LodgingBusiness
--
data LodgingBusiness
LodgingBusiness :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> LodgingBusiness
additionalType :: LodgingBusiness -> AdditionalType
alternateName :: LodgingBusiness -> AlternateName
description :: LodgingBusiness -> Description
image :: LodgingBusiness -> Image
name :: LodgingBusiness -> Name
sameAs :: LodgingBusiness -> SameAs
url :: LodgingBusiness -> Url
address :: LodgingBusiness -> Address
aggregateRating :: LodgingBusiness -> AggregateRating
containedIn :: LodgingBusiness -> ContainedIn
event :: LodgingBusiness -> Event
events :: LodgingBusiness -> Events
faxNumber :: LodgingBusiness -> FaxNumber
geo :: LodgingBusiness -> Geo
globalLocationNumber :: LodgingBusiness -> GlobalLocationNumber
interactionCount :: LodgingBusiness -> InteractionCount
isicV4 :: LodgingBusiness -> IsicV4
logo :: LodgingBusiness -> Logo
map :: LodgingBusiness -> Map
maps :: LodgingBusiness -> Maps
openingHoursSpecification :: LodgingBusiness -> OpeningHoursSpecification
photo :: LodgingBusiness -> Photo
photos :: LodgingBusiness -> Photos
review :: LodgingBusiness -> Review
reviews :: LodgingBusiness -> Reviews
telephone :: LodgingBusiness -> Telephone
brand :: LodgingBusiness -> Brand
contactPoint :: LodgingBusiness -> ContactPoint
contactPoints :: LodgingBusiness -> ContactPoints
department :: LodgingBusiness -> Department
duns :: LodgingBusiness -> Duns
email :: LodgingBusiness -> Email
employee :: LodgingBusiness -> Employee
employees :: LodgingBusiness -> Employees
founder :: LodgingBusiness -> Founder
founders :: LodgingBusiness -> Founders
foundingDate :: LodgingBusiness -> FoundingDate
hasPOS :: LodgingBusiness -> HasPOS
legalName :: LodgingBusiness -> LegalName
location :: LodgingBusiness -> Location
makesOffer :: LodgingBusiness -> MakesOffer
member :: LodgingBusiness -> Member
members :: LodgingBusiness -> Members
naics :: LodgingBusiness -> Naics
owns :: LodgingBusiness -> Owns
seeks :: LodgingBusiness -> Seeks
subOrganization :: LodgingBusiness -> SubOrganization
taxID :: LodgingBusiness -> TaxID
vatID :: LodgingBusiness -> VatID
branchOf :: LodgingBusiness -> BranchOf
currenciesAccepted :: LodgingBusiness -> CurrenciesAccepted
openingHours :: LodgingBusiness -> OpeningHours
paymentAccepted :: LodgingBusiness -> PaymentAccepted
priceRange :: LodgingBusiness -> PriceRange
instance Typeable LodgingBusiness
instance Show LodgingBusiness
instance Read LodgingBusiness
instance Eq LodgingBusiness
instance MetaData LodgingBusiness
module Text.HTML5.MetaData.Schema.Hotel
-- |
-- - id Hotel
-- - label Hotel
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,LodgingBusiness
-- - subtypes
-- - supertypes LodgingBusiness
-- - url http://schema.org/Hotel
--
data Hotel
Hotel :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Hotel
additionalType :: Hotel -> AdditionalType
alternateName :: Hotel -> AlternateName
description :: Hotel -> Description
image :: Hotel -> Image
name :: Hotel -> Name
sameAs :: Hotel -> SameAs
url :: Hotel -> Url
address :: Hotel -> Address
aggregateRating :: Hotel -> AggregateRating
containedIn :: Hotel -> ContainedIn
event :: Hotel -> Event
events :: Hotel -> Events
faxNumber :: Hotel -> FaxNumber
geo :: Hotel -> Geo
globalLocationNumber :: Hotel -> GlobalLocationNumber
interactionCount :: Hotel -> InteractionCount
isicV4 :: Hotel -> IsicV4
logo :: Hotel -> Logo
map :: Hotel -> Map
maps :: Hotel -> Maps
openingHoursSpecification :: Hotel -> OpeningHoursSpecification
photo :: Hotel -> Photo
photos :: Hotel -> Photos
review :: Hotel -> Review
reviews :: Hotel -> Reviews
telephone :: Hotel -> Telephone
brand :: Hotel -> Brand
contactPoint :: Hotel -> ContactPoint
contactPoints :: Hotel -> ContactPoints
department :: Hotel -> Department
duns :: Hotel -> Duns
email :: Hotel -> Email
employee :: Hotel -> Employee
employees :: Hotel -> Employees
founder :: Hotel -> Founder
founders :: Hotel -> Founders
foundingDate :: Hotel -> FoundingDate
hasPOS :: Hotel -> HasPOS
legalName :: Hotel -> LegalName
location :: Hotel -> Location
makesOffer :: Hotel -> MakesOffer
member :: Hotel -> Member
members :: Hotel -> Members
naics :: Hotel -> Naics
owns :: Hotel -> Owns
seeks :: Hotel -> Seeks
subOrganization :: Hotel -> SubOrganization
taxID :: Hotel -> TaxID
vatID :: Hotel -> VatID
branchOf :: Hotel -> BranchOf
currenciesAccepted :: Hotel -> CurrenciesAccepted
openingHours :: Hotel -> OpeningHours
paymentAccepted :: Hotel -> PaymentAccepted
priceRange :: Hotel -> PriceRange
instance Typeable Hotel
instance Show Hotel
instance Read Hotel
instance Eq Hotel
instance MetaData Hotel
module Text.HTML5.MetaData.Schema.ProfessionalService
-- |
-- - id ProfessionalService
-- - label Professional Service
-- - comment
-- - 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 :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> ProfessionalService
additionalType :: ProfessionalService -> AdditionalType
alternateName :: ProfessionalService -> AlternateName
description :: ProfessionalService -> Description
image :: ProfessionalService -> Image
name :: ProfessionalService -> Name
sameAs :: ProfessionalService -> SameAs
url :: ProfessionalService -> Url
address :: ProfessionalService -> Address
aggregateRating :: ProfessionalService -> AggregateRating
containedIn :: ProfessionalService -> ContainedIn
event :: ProfessionalService -> Event
events :: ProfessionalService -> Events
faxNumber :: ProfessionalService -> FaxNumber
geo :: ProfessionalService -> Geo
globalLocationNumber :: ProfessionalService -> GlobalLocationNumber
interactionCount :: ProfessionalService -> InteractionCount
isicV4 :: ProfessionalService -> IsicV4
logo :: ProfessionalService -> Logo
map :: ProfessionalService -> Map
maps :: ProfessionalService -> Maps
openingHoursSpecification :: ProfessionalService -> OpeningHoursSpecification
photo :: ProfessionalService -> Photo
photos :: ProfessionalService -> Photos
review :: ProfessionalService -> Review
reviews :: ProfessionalService -> Reviews
telephone :: ProfessionalService -> Telephone
brand :: ProfessionalService -> Brand
contactPoint :: ProfessionalService -> ContactPoint
contactPoints :: ProfessionalService -> ContactPoints
department :: ProfessionalService -> Department
duns :: ProfessionalService -> Duns
email :: ProfessionalService -> Email
employee :: ProfessionalService -> Employee
employees :: ProfessionalService -> Employees
founder :: ProfessionalService -> Founder
founders :: ProfessionalService -> Founders
foundingDate :: ProfessionalService -> FoundingDate
hasPOS :: ProfessionalService -> HasPOS
legalName :: ProfessionalService -> LegalName
location :: ProfessionalService -> Location
makesOffer :: ProfessionalService -> MakesOffer
member :: ProfessionalService -> Member
members :: ProfessionalService -> Members
naics :: ProfessionalService -> Naics
owns :: ProfessionalService -> Owns
seeks :: ProfessionalService -> Seeks
subOrganization :: ProfessionalService -> SubOrganization
taxID :: ProfessionalService -> TaxID
vatID :: ProfessionalService -> VatID
branchOf :: ProfessionalService -> BranchOf
currenciesAccepted :: ProfessionalService -> CurrenciesAccepted
openingHours :: ProfessionalService -> OpeningHours
paymentAccepted :: ProfessionalService -> PaymentAccepted
priceRange :: ProfessionalService -> PriceRange
instance Typeable ProfessionalService
instance Show ProfessionalService
instance Read ProfessionalService
instance Eq ProfessionalService
instance MetaData ProfessionalService
module Text.HTML5.MetaData.Schema.Attorney
-- |
-- - id Attorney
-- - label Attorney
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,ProfessionalService
-- - subtypes
-- - supertypes
-- ProfessionalService
-- - url http://schema.org/Attorney
--
data Attorney
Attorney :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Attorney
additionalType :: Attorney -> AdditionalType
alternateName :: Attorney -> AlternateName
description :: Attorney -> Description
image :: Attorney -> Image
name :: Attorney -> Name
sameAs :: Attorney -> SameAs
url :: Attorney -> Url
address :: Attorney -> Address
aggregateRating :: Attorney -> AggregateRating
containedIn :: Attorney -> ContainedIn
event :: Attorney -> Event
events :: Attorney -> Events
faxNumber :: Attorney -> FaxNumber
geo :: Attorney -> Geo
globalLocationNumber :: Attorney -> GlobalLocationNumber
interactionCount :: Attorney -> InteractionCount
isicV4 :: Attorney -> IsicV4
logo :: Attorney -> Logo
map :: Attorney -> Map
maps :: Attorney -> Maps
openingHoursSpecification :: Attorney -> OpeningHoursSpecification
photo :: Attorney -> Photo
photos :: Attorney -> Photos
review :: Attorney -> Review
reviews :: Attorney -> Reviews
telephone :: Attorney -> Telephone
brand :: Attorney -> Brand
contactPoint :: Attorney -> ContactPoint
contactPoints :: Attorney -> ContactPoints
department :: Attorney -> Department
duns :: Attorney -> Duns
email :: Attorney -> Email
employee :: Attorney -> Employee
employees :: Attorney -> Employees
founder :: Attorney -> Founder
founders :: Attorney -> Founders
foundingDate :: Attorney -> FoundingDate
hasPOS :: Attorney -> HasPOS
legalName :: Attorney -> LegalName
location :: Attorney -> Location
makesOffer :: Attorney -> MakesOffer
member :: Attorney -> Member
members :: Attorney -> Members
naics :: Attorney -> Naics
owns :: Attorney -> Owns
seeks :: Attorney -> Seeks
subOrganization :: Attorney -> SubOrganization
taxID :: Attorney -> TaxID
vatID :: Attorney -> VatID
branchOf :: Attorney -> BranchOf
currenciesAccepted :: Attorney -> CurrenciesAccepted
openingHours :: Attorney -> OpeningHours
paymentAccepted :: Attorney -> PaymentAccepted
priceRange :: Attorney -> PriceRange
instance Typeable Attorney
instance Show Attorney
instance Read Attorney
instance Eq Attorney
instance MetaData Attorney
module Text.HTML5.MetaData.Schema.AddAction
-- |
-- - id AddAction
-- - label Add Action
-- - comment
-- - ancestors
-- Thing,Action,UpdateAction
-- - subtypes InsertAction
-- - supertypes UpdateAction
-- - url http://schema.org/AddAction
--
data AddAction
AddAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Collection -> AddAction
additionalType :: AddAction -> AdditionalType
alternateName :: AddAction -> AlternateName
description :: AddAction -> Description
image :: AddAction -> Image
name :: AddAction -> Name
sameAs :: AddAction -> SameAs
url :: AddAction -> Url
agent :: AddAction -> Agent
endTime :: AddAction -> EndTime
instrument :: AddAction -> Instrument
location :: AddAction -> Location
object :: AddAction -> Object
participant :: AddAction -> Participant
result :: AddAction -> Result
startTime :: AddAction -> StartTime
collection :: AddAction -> Collection
instance Typeable AddAction
instance Show AddAction
instance Read AddAction
instance Eq AddAction
instance MetaData AddAction
module Text.HTML5.MetaData.Schema.AppendAction
-- |
-- - id AppendAction
-- - label Append Action
-- - comment
-- - ancestors
-- Thing,Action,UpdateAction,AddAction,InsertAction
-- - subtypes
-- - supertypes InsertAction
-- - url http://schema.org/AppendAction
--
data AppendAction
AppendAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Collection -> ToLocation -> AppendAction
additionalType :: AppendAction -> AdditionalType
alternateName :: AppendAction -> AlternateName
description :: AppendAction -> Description
image :: AppendAction -> Image
name :: AppendAction -> Name
sameAs :: AppendAction -> SameAs
url :: AppendAction -> Url
agent :: AppendAction -> Agent
endTime :: AppendAction -> EndTime
instrument :: AppendAction -> Instrument
location :: AppendAction -> Location
object :: AppendAction -> Object
participant :: AppendAction -> Participant
result :: AppendAction -> Result
startTime :: AppendAction -> StartTime
collection :: AppendAction -> Collection
toLocation :: AppendAction -> ToLocation
instance Typeable AppendAction
instance Show AppendAction
instance Read AppendAction
instance Eq AppendAction
instance MetaData AppendAction
module Text.HTML5.MetaData.Schema.InsertAction
-- |
-- - id InsertAction
-- - label Insert Action
-- - comment
-- - ancestors
-- Thing,Action,UpdateAction,AddAction
-- - subtypes
-- AppendAction,PrependAction
-- - supertypes AddAction
-- - url http://schema.org/InsertAction
--
data InsertAction
InsertAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Collection -> ToLocation -> InsertAction
additionalType :: InsertAction -> AdditionalType
alternateName :: InsertAction -> AlternateName
description :: InsertAction -> Description
image :: InsertAction -> Image
name :: InsertAction -> Name
sameAs :: InsertAction -> SameAs
url :: InsertAction -> Url
agent :: InsertAction -> Agent
endTime :: InsertAction -> EndTime
instrument :: InsertAction -> Instrument
location :: InsertAction -> Location
object :: InsertAction -> Object
participant :: InsertAction -> Participant
result :: InsertAction -> Result
startTime :: InsertAction -> StartTime
collection :: InsertAction -> Collection
toLocation :: InsertAction -> ToLocation
instance Typeable InsertAction
instance Show InsertAction
instance Read InsertAction
instance Eq InsertAction
instance MetaData InsertAction
module Text.HTML5.MetaData.Schema.PrependAction
-- |
-- - id PrependAction
-- - label Prepend Action
-- - comment
-- - ancestors
-- Thing,Action,UpdateAction,AddAction,InsertAction
-- - subtypes
-- - supertypes InsertAction
-- - url http://schema.org/PrependAction
--
data PrependAction
PrependAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Collection -> ToLocation -> PrependAction
additionalType :: PrependAction -> AdditionalType
alternateName :: PrependAction -> AlternateName
description :: PrependAction -> Description
image :: PrependAction -> Image
name :: PrependAction -> Name
sameAs :: PrependAction -> SameAs
url :: PrependAction -> Url
agent :: PrependAction -> Agent
endTime :: PrependAction -> EndTime
instrument :: PrependAction -> Instrument
location :: PrependAction -> Location
object :: PrependAction -> Object
participant :: PrependAction -> Participant
result :: PrependAction -> Result
startTime :: PrependAction -> StartTime
collection :: PrependAction -> Collection
toLocation :: PrependAction -> ToLocation
instance Typeable PrependAction
instance Show PrependAction
instance Read PrependAction
instance Eq PrependAction
instance MetaData PrependAction
module Text.HTML5.MetaData.Schema.OnDemandEvent
-- |
-- - id OnDemandEvent
-- - label On Demand Event
-- - comment
-- - ancestors
-- Thing,Event,PublicationEvent
-- - subtypes
-- - supertypes PublicationEvent
-- - url http://schema.org/OnDemandEvent
--
data OnDemandEvent
OnDemandEvent :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Attendee -> Attendees -> DoorTime -> Duration -> EndDate -> EventStatus -> Location -> Offers -> Performer -> Performers -> PreviousStartDate -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> TypicalAgeRange -> Free -> PublishedOn -> OnDemandEvent
additionalType :: OnDemandEvent -> AdditionalType
alternateName :: OnDemandEvent -> AlternateName
description :: OnDemandEvent -> Description
image :: OnDemandEvent -> Image
name :: OnDemandEvent -> Name
sameAs :: OnDemandEvent -> SameAs
url :: OnDemandEvent -> Url
attendee :: OnDemandEvent -> Attendee
attendees :: OnDemandEvent -> Attendees
doorTime :: OnDemandEvent -> DoorTime
duration :: OnDemandEvent -> Duration
endDate :: OnDemandEvent -> EndDate
eventStatus :: OnDemandEvent -> EventStatus
location :: OnDemandEvent -> Location
offers :: OnDemandEvent -> Offers
performer :: OnDemandEvent -> Performer
performers :: OnDemandEvent -> Performers
previousStartDate :: OnDemandEvent -> PreviousStartDate
startDate :: OnDemandEvent -> StartDate
subEvent :: OnDemandEvent -> SubEvent
subEvents :: OnDemandEvent -> SubEvents
superEvent :: OnDemandEvent -> SuperEvent
typicalAgeRange :: OnDemandEvent -> TypicalAgeRange
free :: OnDemandEvent -> Free
publishedOn :: OnDemandEvent -> PublishedOn
instance Typeable OnDemandEvent
instance Show OnDemandEvent
instance Read OnDemandEvent
instance Eq OnDemandEvent
instance MetaData OnDemandEvent
module Text.HTML5.MetaData.Schema.CreateAction
-- |
-- - id CreateAction
-- - label Create Action
-- - comment
-- - ancestors
-- Thing,Action
-- - subtypes
-- CookAction,DrawAction,FilmAction,PaintAction,PhotographAction,WriteAction
-- - supertypes Action
-- - url http://schema.org/CreateAction
--
data CreateAction
CreateAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> CreateAction
additionalType :: CreateAction -> AdditionalType
alternateName :: CreateAction -> AlternateName
description :: CreateAction -> Description
image :: CreateAction -> Image
name :: CreateAction -> Name
sameAs :: CreateAction -> SameAs
url :: CreateAction -> Url
agent :: CreateAction -> Agent
endTime :: CreateAction -> EndTime
instrument :: CreateAction -> Instrument
location :: CreateAction -> Location
object :: CreateAction -> Object
participant :: CreateAction -> Participant
result :: CreateAction -> Result
startTime :: CreateAction -> StartTime
instance Typeable CreateAction
instance Show CreateAction
instance Read CreateAction
instance Eq CreateAction
instance MetaData CreateAction
module Text.HTML5.MetaData.Schema.FilmAction
-- |
data FilmAction
FilmAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> FilmAction
additionalType :: FilmAction -> AdditionalType
alternateName :: FilmAction -> AlternateName
description :: FilmAction -> Description
image :: FilmAction -> Image
name :: FilmAction -> Name
sameAs :: FilmAction -> SameAs
url :: FilmAction -> Url
agent :: FilmAction -> Agent
endTime :: FilmAction -> EndTime
instrument :: FilmAction -> Instrument
location :: FilmAction -> Location
object :: FilmAction -> Object
participant :: FilmAction -> Participant
result :: FilmAction -> Result
startTime :: FilmAction -> StartTime
instance Typeable FilmAction
instance Show FilmAction
instance Read FilmAction
instance Eq FilmAction
instance MetaData FilmAction
module Text.HTML5.MetaData.Schema.GovernmentPermit
-- |
-- - id GovernmentPermit
-- - label Government Permit
-- - comment
-- - ancestors
-- Thing,Intangible,Permit
-- - subtypes
-- - supertypes Permit
-- - url http://schema.org/GovernmentPermit
--
data GovernmentPermit
GovernmentPermit :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> IssuedBy -> IssuedThrough -> PermitAudience -> ValidFor -> ValidFrom -> ValidIn -> ValidUntil -> GovernmentPermit
additionalType :: GovernmentPermit -> AdditionalType
alternateName :: GovernmentPermit -> AlternateName
description :: GovernmentPermit -> Description
image :: GovernmentPermit -> Image
name :: GovernmentPermit -> Name
sameAs :: GovernmentPermit -> SameAs
url :: GovernmentPermit -> Url
issuedBy :: GovernmentPermit -> IssuedBy
issuedThrough :: GovernmentPermit -> IssuedThrough
permitAudience :: GovernmentPermit -> PermitAudience
validFor :: GovernmentPermit -> ValidFor
validFrom :: GovernmentPermit -> ValidFrom
validIn :: GovernmentPermit -> ValidIn
validUntil :: GovernmentPermit -> ValidUntil
instance Typeable GovernmentPermit
instance Show GovernmentPermit
instance Read GovernmentPermit
instance Eq GovernmentPermit
instance MetaData GovernmentPermit
module Text.HTML5.MetaData.Schema.Permit
-- |
-- - id Permit
-- - label Permit
-- - comment
-- - ancestors
-- Thing,Intangible
-- - subtypes GovernmentPermit
-- - supertypes Intangible
-- - url http://schema.org/Permit
--
data Permit
Permit :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> IssuedBy -> IssuedThrough -> PermitAudience -> ValidFor -> ValidFrom -> ValidIn -> ValidUntil -> Permit
additionalType :: Permit -> AdditionalType
alternateName :: Permit -> AlternateName
description :: Permit -> Description
image :: Permit -> Image
name :: Permit -> Name
sameAs :: Permit -> SameAs
url :: Permit -> Url
issuedBy :: Permit -> IssuedBy
issuedThrough :: Permit -> IssuedThrough
permitAudience :: Permit -> PermitAudience
validFor :: Permit -> ValidFor
validFrom :: Permit -> ValidFrom
validIn :: Permit -> ValidIn
validUntil :: Permit -> ValidUntil
instance Typeable Permit
instance Show Permit
instance Read Permit
instance Eq Permit
instance MetaData Permit
module Text.HTML5.MetaData.Schema.MediaObject
-- |
-- - id MediaObject
-- - label Media Object
-- - comment
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- AudioObject,DataDownload,ImageObject,MusicVideoObject,VideoObject
-- - supertypes CreativeWork
-- - url http://schema.org/MediaObject
--
data MediaObject
MediaObject :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> AssociatedArticle -> Bitrate -> ContentSize -> ContentUrl -> Duration -> EmbedUrl -> EncodesCreativeWork -> EncodingFormat -> Expires -> Height -> PlayerType -> ProductionCompany -> Publication -> RegionsAllowed -> RequiresSubscription -> UploadDate -> Width -> MediaObject
additionalType :: MediaObject -> AdditionalType
alternateName :: MediaObject -> AlternateName
description :: MediaObject -> Description
image :: MediaObject -> Image
name :: MediaObject -> Name
sameAs :: MediaObject -> SameAs
url :: MediaObject -> Url
about :: MediaObject -> About
accessibilityAPI :: MediaObject -> AccessibilityAPI
accessibilityControl :: MediaObject -> AccessibilityControl
accessibilityFeature :: MediaObject -> AccessibilityFeature
accessibilityHazard :: MediaObject -> AccessibilityHazard
accountablePerson :: MediaObject -> AccountablePerson
aggregateRating :: MediaObject -> AggregateRating
alternativeHeadline :: MediaObject -> AlternativeHeadline
associatedMedia :: MediaObject -> AssociatedMedia
audience :: MediaObject -> Audience
audio :: MediaObject -> Audio
author :: MediaObject -> Author
award :: MediaObject -> Award
awards :: MediaObject -> Awards
citation :: MediaObject -> Citation
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
educationalAlignment :: MediaObject -> EducationalAlignment
educationalUse :: MediaObject -> EducationalUse
encoding :: MediaObject -> Encoding
encodings :: MediaObject -> Encodings
genre :: MediaObject -> Genre
headline :: MediaObject -> Headline
inLanguage :: MediaObject -> InLanguage
interactionCount :: MediaObject -> InteractionCount
interactivityType :: MediaObject -> InteractivityType
isBasedOnUrl :: MediaObject -> IsBasedOnUrl
isFamilyFriendly :: MediaObject -> IsFamilyFriendly
keywords :: MediaObject -> Keywords
learningResourceType :: MediaObject -> LearningResourceType
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
timeRequired :: MediaObject -> TimeRequired
typicalAgeRange :: MediaObject -> TypicalAgeRange
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
productionCompany :: MediaObject -> ProductionCompany
publication :: MediaObject -> Publication
regionsAllowed :: MediaObject -> RegionsAllowed
requiresSubscription :: MediaObject -> RequiresSubscription
uploadDate :: MediaObject -> UploadDate
width :: MediaObject -> Width
instance Typeable MediaObject
instance Show MediaObject
instance Read MediaObject
instance Eq MediaObject
instance MetaData MediaObject
module Text.HTML5.MetaData.Schema.MusicVideoObject
-- |
-- - id MusicVideoObject
-- - label Music Video Object
-- - comment
-- - ancestors
-- Thing,CreativeWork,MediaObject
-- - subtypes
-- - supertypes MediaObject
-- - url http://schema.org/MusicVideoObject
--
data MusicVideoObject
MusicVideoObject :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> AssociatedArticle -> Bitrate -> ContentSize -> ContentUrl -> Duration -> EmbedUrl -> EncodesCreativeWork -> EncodingFormat -> Expires -> Height -> PlayerType -> ProductionCompany -> Publication -> RegionsAllowed -> RequiresSubscription -> UploadDate -> Width -> MusicVideoObject
additionalType :: MusicVideoObject -> AdditionalType
alternateName :: MusicVideoObject -> AlternateName
description :: MusicVideoObject -> Description
image :: MusicVideoObject -> Image
name :: MusicVideoObject -> Name
sameAs :: MusicVideoObject -> SameAs
url :: MusicVideoObject -> Url
about :: MusicVideoObject -> About
accessibilityAPI :: MusicVideoObject -> AccessibilityAPI
accessibilityControl :: MusicVideoObject -> AccessibilityControl
accessibilityFeature :: MusicVideoObject -> AccessibilityFeature
accessibilityHazard :: MusicVideoObject -> AccessibilityHazard
accountablePerson :: MusicVideoObject -> AccountablePerson
aggregateRating :: MusicVideoObject -> AggregateRating
alternativeHeadline :: MusicVideoObject -> AlternativeHeadline
associatedMedia :: MusicVideoObject -> AssociatedMedia
audience :: MusicVideoObject -> Audience
audio :: MusicVideoObject -> Audio
author :: MusicVideoObject -> Author
award :: MusicVideoObject -> Award
awards :: MusicVideoObject -> Awards
citation :: MusicVideoObject -> Citation
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
educationalAlignment :: MusicVideoObject -> EducationalAlignment
educationalUse :: MusicVideoObject -> EducationalUse
encoding :: MusicVideoObject -> Encoding
encodings :: MusicVideoObject -> Encodings
genre :: MusicVideoObject -> Genre
headline :: MusicVideoObject -> Headline
inLanguage :: MusicVideoObject -> InLanguage
interactionCount :: MusicVideoObject -> InteractionCount
interactivityType :: MusicVideoObject -> InteractivityType
isBasedOnUrl :: MusicVideoObject -> IsBasedOnUrl
isFamilyFriendly :: MusicVideoObject -> IsFamilyFriendly
keywords :: MusicVideoObject -> Keywords
learningResourceType :: MusicVideoObject -> LearningResourceType
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
timeRequired :: MusicVideoObject -> TimeRequired
typicalAgeRange :: MusicVideoObject -> TypicalAgeRange
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
productionCompany :: MusicVideoObject -> ProductionCompany
publication :: MusicVideoObject -> Publication
regionsAllowed :: MusicVideoObject -> RegionsAllowed
requiresSubscription :: MusicVideoObject -> RequiresSubscription
uploadDate :: MusicVideoObject -> UploadDate
width :: MusicVideoObject -> Width
instance Typeable MusicVideoObject
instance Show MusicVideoObject
instance Read MusicVideoObject
instance Eq MusicVideoObject
instance MetaData MusicVideoObject
module Text.HTML5.MetaData.Schema.Blog
-- |
-- - id Blog
-- - label Blog
-- - comment
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes CreativeWork
-- - url http://schema.org/Blog
--
data Blog
Blog :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> BlogPost -> BlogPosts -> Blog
additionalType :: Blog -> AdditionalType
alternateName :: Blog -> AlternateName
description :: Blog -> Description
image :: Blog -> Image
name :: Blog -> Name
sameAs :: Blog -> SameAs
url :: Blog -> Url
about :: Blog -> About
accessibilityAPI :: Blog -> AccessibilityAPI
accessibilityControl :: Blog -> AccessibilityControl
accessibilityFeature :: Blog -> AccessibilityFeature
accessibilityHazard :: Blog -> AccessibilityHazard
accountablePerson :: Blog -> AccountablePerson
aggregateRating :: Blog -> AggregateRating
alternativeHeadline :: Blog -> AlternativeHeadline
associatedMedia :: Blog -> AssociatedMedia
audience :: Blog -> Audience
audio :: Blog -> Audio
author :: Blog -> Author
award :: Blog -> Award
awards :: Blog -> Awards
citation :: Blog -> Citation
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
educationalAlignment :: Blog -> EducationalAlignment
educationalUse :: Blog -> EducationalUse
encoding :: Blog -> Encoding
encodings :: Blog -> Encodings
genre :: Blog -> Genre
headline :: Blog -> Headline
inLanguage :: Blog -> InLanguage
interactionCount :: Blog -> InteractionCount
interactivityType :: Blog -> InteractivityType
isBasedOnUrl :: Blog -> IsBasedOnUrl
isFamilyFriendly :: Blog -> IsFamilyFriendly
keywords :: Blog -> Keywords
learningResourceType :: Blog -> LearningResourceType
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
timeRequired :: Blog -> TimeRequired
typicalAgeRange :: Blog -> TypicalAgeRange
version :: Blog -> Version
video :: Blog -> Video
blogPost :: Blog -> BlogPost
blogPosts :: Blog -> BlogPosts
instance Typeable Blog
instance Show Blog
instance Read Blog
instance Eq Blog
instance MetaData Blog
module Text.HTML5.MetaData.Schema.ToyStore
-- |
-- - id ToyStore
-- - label Toy Store
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/ToyStore
--
data ToyStore
ToyStore :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> ToyStore
additionalType :: ToyStore -> AdditionalType
alternateName :: ToyStore -> AlternateName
description :: ToyStore -> Description
image :: ToyStore -> Image
name :: ToyStore -> Name
sameAs :: ToyStore -> SameAs
url :: ToyStore -> Url
address :: ToyStore -> Address
aggregateRating :: ToyStore -> AggregateRating
containedIn :: ToyStore -> ContainedIn
event :: ToyStore -> Event
events :: ToyStore -> Events
faxNumber :: ToyStore -> FaxNumber
geo :: ToyStore -> Geo
globalLocationNumber :: ToyStore -> GlobalLocationNumber
interactionCount :: ToyStore -> InteractionCount
isicV4 :: ToyStore -> IsicV4
logo :: ToyStore -> Logo
map :: ToyStore -> Map
maps :: ToyStore -> Maps
openingHoursSpecification :: ToyStore -> OpeningHoursSpecification
photo :: ToyStore -> Photo
photos :: ToyStore -> Photos
review :: ToyStore -> Review
reviews :: ToyStore -> Reviews
telephone :: ToyStore -> Telephone
brand :: ToyStore -> Brand
contactPoint :: ToyStore -> ContactPoint
contactPoints :: ToyStore -> ContactPoints
department :: ToyStore -> Department
duns :: ToyStore -> Duns
email :: ToyStore -> Email
employee :: ToyStore -> Employee
employees :: ToyStore -> Employees
founder :: ToyStore -> Founder
founders :: ToyStore -> Founders
foundingDate :: ToyStore -> FoundingDate
hasPOS :: ToyStore -> HasPOS
legalName :: ToyStore -> LegalName
location :: ToyStore -> Location
makesOffer :: ToyStore -> MakesOffer
member :: ToyStore -> Member
members :: ToyStore -> Members
naics :: ToyStore -> Naics
owns :: ToyStore -> Owns
seeks :: ToyStore -> Seeks
subOrganization :: ToyStore -> SubOrganization
taxID :: ToyStore -> TaxID
vatID :: ToyStore -> VatID
branchOf :: ToyStore -> BranchOf
currenciesAccepted :: ToyStore -> CurrenciesAccepted
openingHours :: ToyStore -> OpeningHours
paymentAccepted :: ToyStore -> PaymentAccepted
priceRange :: ToyStore -> PriceRange
instance Typeable ToyStore
instance Show ToyStore
instance Read ToyStore
instance Eq ToyStore
instance MetaData ToyStore
module Text.HTML5.MetaData.Schema.RejectAction
-- |
-- - id RejectAction
-- - label Reject Action
-- - comment
-- - ancestors
-- Thing,Action,OrganizeAction,AllocateAction
-- - subtypes
-- - supertypes AllocateAction
-- - url http://schema.org/RejectAction
--
data RejectAction
RejectAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Purpose -> RejectAction
additionalType :: RejectAction -> AdditionalType
alternateName :: RejectAction -> AlternateName
description :: RejectAction -> Description
image :: RejectAction -> Image
name :: RejectAction -> Name
sameAs :: RejectAction -> SameAs
url :: RejectAction -> Url
agent :: RejectAction -> Agent
endTime :: RejectAction -> EndTime
instrument :: RejectAction -> Instrument
location :: RejectAction -> Location
object :: RejectAction -> Object
participant :: RejectAction -> Participant
result :: RejectAction -> Result
startTime :: RejectAction -> StartTime
purpose :: RejectAction -> Purpose
instance Typeable RejectAction
instance Show RejectAction
instance Read RejectAction
instance Eq RejectAction
instance MetaData RejectAction
module Text.HTML5.MetaData.Schema.FurnitureStore
-- |
-- - id FurnitureStore
-- - label Furniture Store
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/FurnitureStore
--
data FurnitureStore
FurnitureStore :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> FurnitureStore
additionalType :: FurnitureStore -> AdditionalType
alternateName :: FurnitureStore -> AlternateName
description :: FurnitureStore -> Description
image :: FurnitureStore -> Image
name :: FurnitureStore -> Name
sameAs :: FurnitureStore -> SameAs
url :: FurnitureStore -> Url
address :: FurnitureStore -> Address
aggregateRating :: FurnitureStore -> AggregateRating
containedIn :: FurnitureStore -> ContainedIn
event :: FurnitureStore -> Event
events :: FurnitureStore -> Events
faxNumber :: FurnitureStore -> FaxNumber
geo :: FurnitureStore -> Geo
globalLocationNumber :: FurnitureStore -> GlobalLocationNumber
interactionCount :: FurnitureStore -> InteractionCount
isicV4 :: FurnitureStore -> IsicV4
logo :: FurnitureStore -> Logo
map :: FurnitureStore -> Map
maps :: FurnitureStore -> Maps
openingHoursSpecification :: FurnitureStore -> OpeningHoursSpecification
photo :: FurnitureStore -> Photo
photos :: FurnitureStore -> Photos
review :: FurnitureStore -> Review
reviews :: FurnitureStore -> Reviews
telephone :: FurnitureStore -> Telephone
brand :: FurnitureStore -> Brand
contactPoint :: FurnitureStore -> ContactPoint
contactPoints :: FurnitureStore -> ContactPoints
department :: FurnitureStore -> Department
duns :: FurnitureStore -> Duns
email :: FurnitureStore -> Email
employee :: FurnitureStore -> Employee
employees :: FurnitureStore -> Employees
founder :: FurnitureStore -> Founder
founders :: FurnitureStore -> Founders
foundingDate :: FurnitureStore -> FoundingDate
hasPOS :: FurnitureStore -> HasPOS
legalName :: FurnitureStore -> LegalName
location :: FurnitureStore -> Location
makesOffer :: FurnitureStore -> MakesOffer
member :: FurnitureStore -> Member
members :: FurnitureStore -> Members
naics :: FurnitureStore -> Naics
owns :: FurnitureStore -> Owns
seeks :: FurnitureStore -> Seeks
subOrganization :: FurnitureStore -> SubOrganization
taxID :: FurnitureStore -> TaxID
vatID :: FurnitureStore -> VatID
branchOf :: FurnitureStore -> BranchOf
currenciesAccepted :: FurnitureStore -> CurrenciesAccepted
openingHours :: FurnitureStore -> OpeningHours
paymentAccepted :: FurnitureStore -> PaymentAccepted
priceRange :: FurnitureStore -> PriceRange
instance Typeable FurnitureStore
instance Show FurnitureStore
instance Read FurnitureStore
instance Eq FurnitureStore
instance MetaData FurnitureStore
module Text.HTML5.MetaData.Schema.AdministrativeArea
-- |
-- - id AdministrativeArea
-- - label Administrative Area
-- - comment
-- - ancestors
-- Thing,Place
-- - subtypes
-- City,Country,State
-- - supertypes Place
-- - url
-- http://schema.org/AdministrativeArea
--
data AdministrativeArea
AdministrativeArea :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> AdministrativeArea
additionalType :: AdministrativeArea -> AdditionalType
alternateName :: AdministrativeArea -> AlternateName
description :: AdministrativeArea -> Description
image :: AdministrativeArea -> Image
name :: AdministrativeArea -> Name
sameAs :: AdministrativeArea -> SameAs
url :: AdministrativeArea -> Url
address :: AdministrativeArea -> Address
aggregateRating :: AdministrativeArea -> AggregateRating
containedIn :: AdministrativeArea -> ContainedIn
event :: AdministrativeArea -> Event
events :: AdministrativeArea -> Events
faxNumber :: AdministrativeArea -> FaxNumber
geo :: AdministrativeArea -> Geo
globalLocationNumber :: AdministrativeArea -> GlobalLocationNumber
interactionCount :: AdministrativeArea -> InteractionCount
isicV4 :: AdministrativeArea -> IsicV4
logo :: AdministrativeArea -> Logo
map :: AdministrativeArea -> Map
maps :: AdministrativeArea -> Maps
openingHoursSpecification :: AdministrativeArea -> OpeningHoursSpecification
photo :: AdministrativeArea -> Photo
photos :: AdministrativeArea -> Photos
review :: AdministrativeArea -> Review
reviews :: AdministrativeArea -> Reviews
telephone :: AdministrativeArea -> Telephone
instance Typeable AdministrativeArea
instance Show AdministrativeArea
instance Read AdministrativeArea
instance Eq AdministrativeArea
instance MetaData AdministrativeArea
module Text.HTML5.MetaData.Schema.City
-- |
-- - id City
-- - label City
-- - comment
-- - ancestors
-- Thing,Place,AdministrativeArea
-- - subtypes
-- - supertypes
-- AdministrativeArea
-- - url http://schema.org/City
--
data City
City :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> City
additionalType :: City -> AdditionalType
alternateName :: City -> AlternateName
description :: City -> Description
image :: City -> Image
name :: City -> Name
sameAs :: City -> SameAs
url :: City -> Url
address :: City -> Address
aggregateRating :: City -> AggregateRating
containedIn :: City -> ContainedIn
event :: City -> Event
events :: City -> Events
faxNumber :: City -> FaxNumber
geo :: City -> Geo
globalLocationNumber :: City -> GlobalLocationNumber
interactionCount :: City -> InteractionCount
isicV4 :: City -> IsicV4
logo :: City -> Logo
map :: City -> Map
maps :: City -> Maps
openingHoursSpecification :: City -> OpeningHoursSpecification
photo :: City -> Photo
photos :: City -> Photos
review :: City -> Review
reviews :: City -> Reviews
telephone :: City -> Telephone
instance Typeable City
instance Show City
instance Read City
instance Eq City
instance MetaData City
module Text.HTML5.MetaData.Schema.CheckoutPage
-- |
-- - id CheckoutPage
-- - label Checkout Page
-- - comment
-- - ancestors
-- Thing,CreativeWork,WebPage
-- - subtypes
-- - supertypes WebPage
-- - url http://schema.org/CheckoutPage
--
data CheckoutPage
CheckoutPage :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> Breadcrumb -> IsPartOf -> LastReviewed -> MainContentOfPage -> PrimaryImageOfPage -> RelatedLink -> ReviewedBy -> SignificantLink -> SignificantLinks -> Specialty -> CheckoutPage
additionalType :: CheckoutPage -> AdditionalType
alternateName :: CheckoutPage -> AlternateName
description :: CheckoutPage -> Description
image :: CheckoutPage -> Image
name :: CheckoutPage -> Name
sameAs :: CheckoutPage -> SameAs
url :: CheckoutPage -> Url
about :: CheckoutPage -> About
accessibilityAPI :: CheckoutPage -> AccessibilityAPI
accessibilityControl :: CheckoutPage -> AccessibilityControl
accessibilityFeature :: CheckoutPage -> AccessibilityFeature
accessibilityHazard :: CheckoutPage -> AccessibilityHazard
accountablePerson :: CheckoutPage -> AccountablePerson
aggregateRating :: CheckoutPage -> AggregateRating
alternativeHeadline :: CheckoutPage -> AlternativeHeadline
associatedMedia :: CheckoutPage -> AssociatedMedia
audience :: CheckoutPage -> Audience
audio :: CheckoutPage -> Audio
author :: CheckoutPage -> Author
award :: CheckoutPage -> Award
awards :: CheckoutPage -> Awards
citation :: CheckoutPage -> Citation
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
educationalAlignment :: CheckoutPage -> EducationalAlignment
educationalUse :: CheckoutPage -> EducationalUse
encoding :: CheckoutPage -> Encoding
encodings :: CheckoutPage -> Encodings
genre :: CheckoutPage -> Genre
headline :: CheckoutPage -> Headline
inLanguage :: CheckoutPage -> InLanguage
interactionCount :: CheckoutPage -> InteractionCount
interactivityType :: CheckoutPage -> InteractivityType
isBasedOnUrl :: CheckoutPage -> IsBasedOnUrl
isFamilyFriendly :: CheckoutPage -> IsFamilyFriendly
keywords :: CheckoutPage -> Keywords
learningResourceType :: CheckoutPage -> LearningResourceType
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
timeRequired :: CheckoutPage -> TimeRequired
typicalAgeRange :: CheckoutPage -> TypicalAgeRange
version :: CheckoutPage -> Version
video :: CheckoutPage -> Video
breadcrumb :: CheckoutPage -> Breadcrumb
isPartOf :: CheckoutPage -> IsPartOf
lastReviewed :: CheckoutPage -> LastReviewed
mainContentOfPage :: CheckoutPage -> MainContentOfPage
primaryImageOfPage :: CheckoutPage -> PrimaryImageOfPage
relatedLink :: CheckoutPage -> RelatedLink
reviewedBy :: CheckoutPage -> ReviewedBy
significantLink :: CheckoutPage -> SignificantLink
significantLinks :: CheckoutPage -> SignificantLinks
specialty :: CheckoutPage -> Specialty
instance Typeable CheckoutPage
instance Show CheckoutPage
instance Read CheckoutPage
instance Eq CheckoutPage
instance MetaData CheckoutPage
module Text.HTML5.MetaData.Schema.RadioEpisode
-- |
data RadioEpisode
RadioEpisode :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> Actor -> Actors -> Director -> Directors -> EpisodeNumber -> MusicBy -> PartOfSeason -> PartOfSeries -> Position -> Producer -> ProductionCompany -> Publication -> Trailer -> RadioEpisode
additionalType :: RadioEpisode -> AdditionalType
alternateName :: RadioEpisode -> AlternateName
description :: RadioEpisode -> Description
image :: RadioEpisode -> Image
name :: RadioEpisode -> Name
sameAs :: RadioEpisode -> SameAs
url :: RadioEpisode -> Url
about :: RadioEpisode -> About
accessibilityAPI :: RadioEpisode -> AccessibilityAPI
accessibilityControl :: RadioEpisode -> AccessibilityControl
accessibilityFeature :: RadioEpisode -> AccessibilityFeature
accessibilityHazard :: RadioEpisode -> AccessibilityHazard
accountablePerson :: RadioEpisode -> AccountablePerson
aggregateRating :: RadioEpisode -> AggregateRating
alternativeHeadline :: RadioEpisode -> AlternativeHeadline
associatedMedia :: RadioEpisode -> AssociatedMedia
audience :: RadioEpisode -> Audience
audio :: RadioEpisode -> Audio
author :: RadioEpisode -> Author
award :: RadioEpisode -> Award
awards :: RadioEpisode -> Awards
citation :: RadioEpisode -> Citation
comment :: RadioEpisode -> Comment
contentLocation :: RadioEpisode -> ContentLocation
contentRating :: RadioEpisode -> ContentRating
contributor :: RadioEpisode -> Contributor
copyrightHolder :: RadioEpisode -> CopyrightHolder
copyrightYear :: RadioEpisode -> CopyrightYear
creator :: RadioEpisode -> Creator
dateCreated :: RadioEpisode -> DateCreated
dateModified :: RadioEpisode -> DateModified
datePublished :: RadioEpisode -> DatePublished
discussionUrl :: RadioEpisode -> DiscussionUrl
editor :: RadioEpisode -> Editor
educationalAlignment :: RadioEpisode -> EducationalAlignment
educationalUse :: RadioEpisode -> EducationalUse
encoding :: RadioEpisode -> Encoding
encodings :: RadioEpisode -> Encodings
genre :: RadioEpisode -> Genre
headline :: RadioEpisode -> Headline
inLanguage :: RadioEpisode -> InLanguage
interactionCount :: RadioEpisode -> InteractionCount
interactivityType :: RadioEpisode -> InteractivityType
isBasedOnUrl :: RadioEpisode -> IsBasedOnUrl
isFamilyFriendly :: RadioEpisode -> IsFamilyFriendly
keywords :: RadioEpisode -> Keywords
learningResourceType :: RadioEpisode -> LearningResourceType
mentions :: RadioEpisode -> Mentions
offers :: RadioEpisode -> Offers
provider :: RadioEpisode -> Provider
publisher :: RadioEpisode -> Publisher
publishingPrinciples :: RadioEpisode -> PublishingPrinciples
review :: RadioEpisode -> Review
reviews :: RadioEpisode -> Reviews
sourceOrganization :: RadioEpisode -> SourceOrganization
text :: RadioEpisode -> Text
thumbnailUrl :: RadioEpisode -> ThumbnailUrl
timeRequired :: RadioEpisode -> TimeRequired
typicalAgeRange :: RadioEpisode -> TypicalAgeRange
version :: RadioEpisode -> Version
video :: RadioEpisode -> Video
actor :: RadioEpisode -> Actor
actors :: RadioEpisode -> Actors
director :: RadioEpisode -> Director
directors :: RadioEpisode -> Directors
episodeNumber :: RadioEpisode -> EpisodeNumber
musicBy :: RadioEpisode -> MusicBy
partOfSeason :: RadioEpisode -> PartOfSeason
partOfSeries :: RadioEpisode -> PartOfSeries
position :: RadioEpisode -> Position
producer :: RadioEpisode -> Producer
productionCompany :: RadioEpisode -> ProductionCompany
publication :: RadioEpisode -> Publication
trailer :: RadioEpisode -> Trailer
instance Typeable RadioEpisode
instance Show RadioEpisode
instance Read RadioEpisode
instance Eq RadioEpisode
instance MetaData RadioEpisode
module Text.HTML5.MetaData.Schema.Book
-- |
-- - id Book
-- - label Book
-- - comment
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes CreativeWork
-- - url http://schema.org/Book
--
data Book
Book :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> BookEdition -> BookFormat -> Illustrator -> Isbn -> NumberOfPages -> Book
additionalType :: Book -> AdditionalType
alternateName :: Book -> AlternateName
description :: Book -> Description
image :: Book -> Image
name :: Book -> Name
sameAs :: Book -> SameAs
url :: Book -> Url
about :: Book -> About
accessibilityAPI :: Book -> AccessibilityAPI
accessibilityControl :: Book -> AccessibilityControl
accessibilityFeature :: Book -> AccessibilityFeature
accessibilityHazard :: Book -> AccessibilityHazard
accountablePerson :: Book -> AccountablePerson
aggregateRating :: Book -> AggregateRating
alternativeHeadline :: Book -> AlternativeHeadline
associatedMedia :: Book -> AssociatedMedia
audience :: Book -> Audience
audio :: Book -> Audio
author :: Book -> Author
award :: Book -> Award
awards :: Book -> Awards
citation :: Book -> Citation
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
educationalAlignment :: Book -> EducationalAlignment
educationalUse :: Book -> EducationalUse
encoding :: Book -> Encoding
encodings :: Book -> Encodings
genre :: Book -> Genre
headline :: Book -> Headline
inLanguage :: Book -> InLanguage
interactionCount :: Book -> InteractionCount
interactivityType :: Book -> InteractivityType
isBasedOnUrl :: Book -> IsBasedOnUrl
isFamilyFriendly :: Book -> IsFamilyFriendly
keywords :: Book -> Keywords
learningResourceType :: Book -> LearningResourceType
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
timeRequired :: Book -> TimeRequired
typicalAgeRange :: Book -> TypicalAgeRange
version :: Book -> Version
video :: Book -> Video
bookEdition :: Book -> BookEdition
bookFormat :: Book -> BookFormat
illustrator :: Book -> Illustrator
isbn :: Book -> Isbn
numberOfPages :: Book -> NumberOfPages
instance Typeable Book
instance Show Book
instance Read Book
instance Eq Book
instance MetaData Book
module Text.HTML5.MetaData.Schema.HairSalon
-- |
-- - id HairSalon
-- - label Hair Salon
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,HealthAndBeautyBusiness
-- - subtypes
-- - supertypes
-- HealthAndBeautyBusiness
-- - url http://schema.org/HairSalon
--
data HairSalon
HairSalon :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> HairSalon
additionalType :: HairSalon -> AdditionalType
alternateName :: HairSalon -> AlternateName
description :: HairSalon -> Description
image :: HairSalon -> Image
name :: HairSalon -> Name
sameAs :: HairSalon -> SameAs
url :: HairSalon -> Url
address :: HairSalon -> Address
aggregateRating :: HairSalon -> AggregateRating
containedIn :: HairSalon -> ContainedIn
event :: HairSalon -> Event
events :: HairSalon -> Events
faxNumber :: HairSalon -> FaxNumber
geo :: HairSalon -> Geo
globalLocationNumber :: HairSalon -> GlobalLocationNumber
interactionCount :: HairSalon -> InteractionCount
isicV4 :: HairSalon -> IsicV4
logo :: HairSalon -> Logo
map :: HairSalon -> Map
maps :: HairSalon -> Maps
openingHoursSpecification :: HairSalon -> OpeningHoursSpecification
photo :: HairSalon -> Photo
photos :: HairSalon -> Photos
review :: HairSalon -> Review
reviews :: HairSalon -> Reviews
telephone :: HairSalon -> Telephone
brand :: HairSalon -> Brand
contactPoint :: HairSalon -> ContactPoint
contactPoints :: HairSalon -> ContactPoints
department :: HairSalon -> Department
duns :: HairSalon -> Duns
email :: HairSalon -> Email
employee :: HairSalon -> Employee
employees :: HairSalon -> Employees
founder :: HairSalon -> Founder
founders :: HairSalon -> Founders
foundingDate :: HairSalon -> FoundingDate
hasPOS :: HairSalon -> HasPOS
legalName :: HairSalon -> LegalName
location :: HairSalon -> Location
makesOffer :: HairSalon -> MakesOffer
member :: HairSalon -> Member
members :: HairSalon -> Members
naics :: HairSalon -> Naics
owns :: HairSalon -> Owns
seeks :: HairSalon -> Seeks
subOrganization :: HairSalon -> SubOrganization
taxID :: HairSalon -> TaxID
vatID :: HairSalon -> VatID
branchOf :: HairSalon -> BranchOf
currenciesAccepted :: HairSalon -> CurrenciesAccepted
openingHours :: HairSalon -> OpeningHours
paymentAccepted :: HairSalon -> PaymentAccepted
priceRange :: HairSalon -> PriceRange
instance Typeable HairSalon
instance Show HairSalon
instance Read HairSalon
instance Eq HairSalon
instance MetaData HairSalon
module Text.HTML5.MetaData.Schema.Episode
-- |
-- - id Episode
-- - label Episode
-- - comment
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- RadioEpisode,TVEpisode
-- - supertypes CreativeWork
-- - url http://schema.org/Episode
--
data Episode
Episode :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> Actor -> Actors -> Director -> Directors -> EpisodeNumber -> MusicBy -> PartOfSeason -> PartOfSeries -> Position -> Producer -> ProductionCompany -> Publication -> Trailer -> Episode
additionalType :: Episode -> AdditionalType
alternateName :: Episode -> AlternateName
description :: Episode -> Description
image :: Episode -> Image
name :: Episode -> Name
sameAs :: Episode -> SameAs
url :: Episode -> Url
about :: Episode -> About
accessibilityAPI :: Episode -> AccessibilityAPI
accessibilityControl :: Episode -> AccessibilityControl
accessibilityFeature :: Episode -> AccessibilityFeature
accessibilityHazard :: Episode -> AccessibilityHazard
accountablePerson :: Episode -> AccountablePerson
aggregateRating :: Episode -> AggregateRating
alternativeHeadline :: Episode -> AlternativeHeadline
associatedMedia :: Episode -> AssociatedMedia
audience :: Episode -> Audience
audio :: Episode -> Audio
author :: Episode -> Author
award :: Episode -> Award
awards :: Episode -> Awards
citation :: Episode -> Citation
comment :: Episode -> Comment
contentLocation :: Episode -> ContentLocation
contentRating :: Episode -> ContentRating
contributor :: Episode -> Contributor
copyrightHolder :: Episode -> CopyrightHolder
copyrightYear :: Episode -> CopyrightYear
creator :: Episode -> Creator
dateCreated :: Episode -> DateCreated
dateModified :: Episode -> DateModified
datePublished :: Episode -> DatePublished
discussionUrl :: Episode -> DiscussionUrl
editor :: Episode -> Editor
educationalAlignment :: Episode -> EducationalAlignment
educationalUse :: Episode -> EducationalUse
encoding :: Episode -> Encoding
encodings :: Episode -> Encodings
genre :: Episode -> Genre
headline :: Episode -> Headline
inLanguage :: Episode -> InLanguage
interactionCount :: Episode -> InteractionCount
interactivityType :: Episode -> InteractivityType
isBasedOnUrl :: Episode -> IsBasedOnUrl
isFamilyFriendly :: Episode -> IsFamilyFriendly
keywords :: Episode -> Keywords
learningResourceType :: Episode -> LearningResourceType
mentions :: Episode -> Mentions
offers :: Episode -> Offers
provider :: Episode -> Provider
publisher :: Episode -> Publisher
publishingPrinciples :: Episode -> PublishingPrinciples
review :: Episode -> Review
reviews :: Episode -> Reviews
sourceOrganization :: Episode -> SourceOrganization
text :: Episode -> Text
thumbnailUrl :: Episode -> ThumbnailUrl
timeRequired :: Episode -> TimeRequired
typicalAgeRange :: Episode -> TypicalAgeRange
version :: Episode -> Version
video :: Episode -> Video
actor :: Episode -> Actor
actors :: Episode -> Actors
director :: Episode -> Director
directors :: Episode -> Directors
episodeNumber :: Episode -> EpisodeNumber
musicBy :: Episode -> MusicBy
partOfSeason :: Episode -> PartOfSeason
partOfSeries :: Episode -> PartOfSeries
position :: Episode -> Position
producer :: Episode -> Producer
productionCompany :: Episode -> ProductionCompany
publication :: Episode -> Publication
trailer :: Episode -> Trailer
instance Typeable Episode
instance Show Episode
instance Read Episode
instance Eq Episode
instance MetaData Episode
module Text.HTML5.MetaData.Schema.TVEpisode
-- |
data TVEpisode
TVEpisode :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> Actor -> Actors -> Director -> Directors -> EpisodeNumber -> MusicBy -> PartOfSeason -> PartOfSeries -> Position -> Producer -> ProductionCompany -> Publication -> Trailer -> PartOfTVSeries -> TVEpisode
additionalType :: TVEpisode -> AdditionalType
alternateName :: TVEpisode -> AlternateName
description :: TVEpisode -> Description
image :: TVEpisode -> Image
name :: TVEpisode -> Name
sameAs :: TVEpisode -> SameAs
url :: TVEpisode -> Url
about :: TVEpisode -> About
accessibilityAPI :: TVEpisode -> AccessibilityAPI
accessibilityControl :: TVEpisode -> AccessibilityControl
accessibilityFeature :: TVEpisode -> AccessibilityFeature
accessibilityHazard :: TVEpisode -> AccessibilityHazard
accountablePerson :: TVEpisode -> AccountablePerson
aggregateRating :: TVEpisode -> AggregateRating
alternativeHeadline :: TVEpisode -> AlternativeHeadline
associatedMedia :: TVEpisode -> AssociatedMedia
audience :: TVEpisode -> Audience
audio :: TVEpisode -> Audio
author :: TVEpisode -> Author
award :: TVEpisode -> Award
awards :: TVEpisode -> Awards
citation :: TVEpisode -> Citation
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
educationalAlignment :: TVEpisode -> EducationalAlignment
educationalUse :: TVEpisode -> EducationalUse
encoding :: TVEpisode -> Encoding
encodings :: TVEpisode -> Encodings
genre :: TVEpisode -> Genre
headline :: TVEpisode -> Headline
inLanguage :: TVEpisode -> InLanguage
interactionCount :: TVEpisode -> InteractionCount
interactivityType :: TVEpisode -> InteractivityType
isBasedOnUrl :: TVEpisode -> IsBasedOnUrl
isFamilyFriendly :: TVEpisode -> IsFamilyFriendly
keywords :: TVEpisode -> Keywords
learningResourceType :: TVEpisode -> LearningResourceType
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
timeRequired :: TVEpisode -> TimeRequired
typicalAgeRange :: TVEpisode -> TypicalAgeRange
version :: TVEpisode -> Version
video :: TVEpisode -> Video
actor :: TVEpisode -> Actor
actors :: TVEpisode -> Actors
director :: TVEpisode -> Director
directors :: TVEpisode -> Directors
episodeNumber :: TVEpisode -> EpisodeNumber
musicBy :: TVEpisode -> MusicBy
partOfSeason :: TVEpisode -> PartOfSeason
partOfSeries :: TVEpisode -> PartOfSeries
position :: TVEpisode -> Position
producer :: TVEpisode -> Producer
productionCompany :: TVEpisode -> ProductionCompany
publication :: TVEpisode -> Publication
trailer :: TVEpisode -> Trailer
partOfTVSeries :: TVEpisode -> PartOfTVSeries
instance Typeable TVEpisode
instance Show TVEpisode
instance Read TVEpisode
instance Eq TVEpisode
instance MetaData TVEpisode
module Text.HTML5.MetaData.Schema.Mountain
-- |
-- - id Mountain
-- - label Mountain
-- - comment
-- - ancestors
-- Thing,Place,Landform
-- - subtypes
-- - supertypes Landform
-- - url http://schema.org/Mountain
--
data Mountain
Mountain :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Mountain
additionalType :: Mountain -> AdditionalType
alternateName :: Mountain -> AlternateName
description :: Mountain -> Description
image :: Mountain -> Image
name :: Mountain -> Name
sameAs :: Mountain -> SameAs
url :: Mountain -> Url
address :: Mountain -> Address
aggregateRating :: Mountain -> AggregateRating
containedIn :: Mountain -> ContainedIn
event :: Mountain -> Event
events :: Mountain -> Events
faxNumber :: Mountain -> FaxNumber
geo :: Mountain -> Geo
globalLocationNumber :: Mountain -> GlobalLocationNumber
interactionCount :: Mountain -> InteractionCount
isicV4 :: Mountain -> IsicV4
logo :: Mountain -> Logo
map :: Mountain -> Map
maps :: Mountain -> Maps
openingHoursSpecification :: Mountain -> OpeningHoursSpecification
photo :: Mountain -> Photo
photos :: Mountain -> Photos
review :: Mountain -> Review
reviews :: Mountain -> Reviews
telephone :: Mountain -> Telephone
instance Typeable Mountain
instance Show Mountain
instance Read Mountain
instance Eq Mountain
instance MetaData Mountain
module Text.HTML5.MetaData.Schema.IndividualProduct
-- |
-- - id IndividualProduct
-- - label Individual Product
-- - comment
-- - ancestors
-- Thing,Product
-- - subtypes
-- - supertypes Product
-- - url
-- http://schema.org/IndividualProduct
--
data IndividualProduct
IndividualProduct :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> AggregateRating -> Audience -> Brand -> Color -> Depth -> Gtin13 -> Gtin14 -> Gtin8 -> Height -> IsAccessoryOrSparePartFor -> IsConsumableFor -> IsRelatedTo -> IsSimilarTo -> ItemCondition -> Logo -> Manufacturer -> Model -> Mpn -> Offers -> ProductID -> ReleaseDate -> Review -> Reviews -> Sku -> Weight -> Width -> SerialNumber -> IndividualProduct
additionalType :: IndividualProduct -> AdditionalType
alternateName :: IndividualProduct -> AlternateName
description :: IndividualProduct -> Description
image :: IndividualProduct -> Image
name :: IndividualProduct -> Name
sameAs :: IndividualProduct -> SameAs
url :: IndividualProduct -> Url
aggregateRating :: IndividualProduct -> AggregateRating
audience :: IndividualProduct -> Audience
brand :: IndividualProduct -> Brand
color :: IndividualProduct -> Color
depth :: IndividualProduct -> Depth
gtin13 :: IndividualProduct -> Gtin13
gtin14 :: IndividualProduct -> Gtin14
gtin8 :: IndividualProduct -> Gtin8
height :: IndividualProduct -> Height
isAccessoryOrSparePartFor :: IndividualProduct -> IsAccessoryOrSparePartFor
isConsumableFor :: IndividualProduct -> IsConsumableFor
isRelatedTo :: IndividualProduct -> IsRelatedTo
isSimilarTo :: IndividualProduct -> IsSimilarTo
itemCondition :: IndividualProduct -> ItemCondition
logo :: IndividualProduct -> Logo
manufacturer :: IndividualProduct -> Manufacturer
model :: IndividualProduct -> Model
mpn :: IndividualProduct -> Mpn
offers :: IndividualProduct -> Offers
productID :: IndividualProduct -> ProductID
releaseDate :: IndividualProduct -> ReleaseDate
review :: IndividualProduct -> Review
reviews :: IndividualProduct -> Reviews
sku :: IndividualProduct -> Sku
weight :: IndividualProduct -> Weight
width :: IndividualProduct -> Width
serialNumber :: IndividualProduct -> SerialNumber
instance Typeable IndividualProduct
instance Show IndividualProduct
instance Read IndividualProduct
instance Eq IndividualProduct
instance MetaData IndividualProduct
module Text.HTML5.MetaData.Schema.Product
-- |
-- - id Product
-- - label Product
-- - comment
-- - ancestors Thing
-- - subtypes
-- IndividualProduct,ProductModel,SomeProducts
-- - supertypes Thing
-- - url http://schema.org/Product
--
data Product
Product :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> AggregateRating -> Audience -> Brand -> Color -> Depth -> Gtin13 -> Gtin14 -> Gtin8 -> Height -> IsAccessoryOrSparePartFor -> IsConsumableFor -> IsRelatedTo -> IsSimilarTo -> ItemCondition -> Logo -> Manufacturer -> Model -> Mpn -> Offers -> ProductID -> ReleaseDate -> Review -> Reviews -> Sku -> Weight -> Width -> Product
additionalType :: Product -> AdditionalType
alternateName :: Product -> AlternateName
description :: Product -> Description
image :: Product -> Image
name :: Product -> Name
sameAs :: Product -> SameAs
url :: Product -> Url
aggregateRating :: Product -> AggregateRating
audience :: Product -> Audience
brand :: Product -> Brand
color :: Product -> Color
depth :: Product -> Depth
gtin13 :: Product -> Gtin13
gtin14 :: Product -> Gtin14
gtin8 :: Product -> Gtin8
height :: Product -> Height
isAccessoryOrSparePartFor :: Product -> IsAccessoryOrSparePartFor
isConsumableFor :: Product -> IsConsumableFor
isRelatedTo :: Product -> IsRelatedTo
isSimilarTo :: Product -> IsSimilarTo
itemCondition :: Product -> ItemCondition
logo :: Product -> Logo
manufacturer :: Product -> Manufacturer
model :: Product -> Model
mpn :: Product -> Mpn
offers :: Product -> Offers
productID :: Product -> ProductID
releaseDate :: Product -> ReleaseDate
review :: Product -> Review
reviews :: Product -> Reviews
sku :: Product -> Sku
weight :: Product -> Weight
width :: Product -> Width
instance Typeable Product
instance Show Product
instance Read Product
instance Eq Product
instance MetaData Product
module Text.HTML5.MetaData.Schema.SomeProducts
-- |
-- - id SomeProducts
-- - label Some Products
-- - comment
-- - ancestors
-- Thing,Product
-- - subtypes
-- - supertypes Product
-- - url http://schema.org/SomeProducts
--
data SomeProducts
SomeProducts :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> AggregateRating -> Audience -> Brand -> Color -> Depth -> Gtin13 -> Gtin14 -> Gtin8 -> Height -> IsAccessoryOrSparePartFor -> IsConsumableFor -> IsRelatedTo -> IsSimilarTo -> ItemCondition -> Logo -> Manufacturer -> Model -> Mpn -> Offers -> ProductID -> ReleaseDate -> Review -> Reviews -> Sku -> Weight -> Width -> InventoryLevel -> SomeProducts
additionalType :: SomeProducts -> AdditionalType
alternateName :: SomeProducts -> AlternateName
description :: SomeProducts -> Description
image :: SomeProducts -> Image
name :: SomeProducts -> Name
sameAs :: SomeProducts -> SameAs
url :: SomeProducts -> Url
aggregateRating :: SomeProducts -> AggregateRating
audience :: SomeProducts -> Audience
brand :: SomeProducts -> Brand
color :: SomeProducts -> Color
depth :: SomeProducts -> Depth
gtin13 :: SomeProducts -> Gtin13
gtin14 :: SomeProducts -> Gtin14
gtin8 :: SomeProducts -> Gtin8
height :: SomeProducts -> Height
isAccessoryOrSparePartFor :: SomeProducts -> IsAccessoryOrSparePartFor
isConsumableFor :: SomeProducts -> IsConsumableFor
isRelatedTo :: SomeProducts -> IsRelatedTo
isSimilarTo :: SomeProducts -> IsSimilarTo
itemCondition :: SomeProducts -> ItemCondition
logo :: SomeProducts -> Logo
manufacturer :: SomeProducts -> Manufacturer
model :: SomeProducts -> Model
mpn :: SomeProducts -> Mpn
offers :: SomeProducts -> Offers
productID :: SomeProducts -> ProductID
releaseDate :: SomeProducts -> ReleaseDate
review :: SomeProducts -> Review
reviews :: SomeProducts -> Reviews
sku :: SomeProducts -> Sku
weight :: SomeProducts -> Weight
width :: SomeProducts -> Width
inventoryLevel :: SomeProducts -> InventoryLevel
instance Typeable SomeProducts
instance Show SomeProducts
instance Read SomeProducts
instance Eq SomeProducts
instance MetaData SomeProducts
module Text.HTML5.MetaData.Schema.ItemPage
-- |
-- - id ItemPage
-- - label Item Page
-- - comment
-- - ancestors
-- Thing,CreativeWork,WebPage
-- - subtypes
-- - supertypes WebPage
-- - url http://schema.org/ItemPage
--
data ItemPage
ItemPage :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> Breadcrumb -> IsPartOf -> LastReviewed -> MainContentOfPage -> PrimaryImageOfPage -> RelatedLink -> ReviewedBy -> SignificantLink -> SignificantLinks -> Specialty -> ItemPage
additionalType :: ItemPage -> AdditionalType
alternateName :: ItemPage -> AlternateName
description :: ItemPage -> Description
image :: ItemPage -> Image
name :: ItemPage -> Name
sameAs :: ItemPage -> SameAs
url :: ItemPage -> Url
about :: ItemPage -> About
accessibilityAPI :: ItemPage -> AccessibilityAPI
accessibilityControl :: ItemPage -> AccessibilityControl
accessibilityFeature :: ItemPage -> AccessibilityFeature
accessibilityHazard :: ItemPage -> AccessibilityHazard
accountablePerson :: ItemPage -> AccountablePerson
aggregateRating :: ItemPage -> AggregateRating
alternativeHeadline :: ItemPage -> AlternativeHeadline
associatedMedia :: ItemPage -> AssociatedMedia
audience :: ItemPage -> Audience
audio :: ItemPage -> Audio
author :: ItemPage -> Author
award :: ItemPage -> Award
awards :: ItemPage -> Awards
citation :: ItemPage -> Citation
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
educationalAlignment :: ItemPage -> EducationalAlignment
educationalUse :: ItemPage -> EducationalUse
encoding :: ItemPage -> Encoding
encodings :: ItemPage -> Encodings
genre :: ItemPage -> Genre
headline :: ItemPage -> Headline
inLanguage :: ItemPage -> InLanguage
interactionCount :: ItemPage -> InteractionCount
interactivityType :: ItemPage -> InteractivityType
isBasedOnUrl :: ItemPage -> IsBasedOnUrl
isFamilyFriendly :: ItemPage -> IsFamilyFriendly
keywords :: ItemPage -> Keywords
learningResourceType :: ItemPage -> LearningResourceType
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
timeRequired :: ItemPage -> TimeRequired
typicalAgeRange :: ItemPage -> TypicalAgeRange
version :: ItemPage -> Version
video :: ItemPage -> Video
breadcrumb :: ItemPage -> Breadcrumb
isPartOf :: ItemPage -> IsPartOf
lastReviewed :: ItemPage -> LastReviewed
mainContentOfPage :: ItemPage -> MainContentOfPage
primaryImageOfPage :: ItemPage -> PrimaryImageOfPage
relatedLink :: ItemPage -> RelatedLink
reviewedBy :: ItemPage -> ReviewedBy
significantLink :: ItemPage -> SignificantLink
significantLinks :: ItemPage -> SignificantLinks
specialty :: ItemPage -> Specialty
instance Typeable ItemPage
instance Show ItemPage
instance Read ItemPage
instance Eq ItemPage
instance MetaData ItemPage
module Text.HTML5.MetaData.Schema.AnatomicalStructure
-- |
-- - id AnatomicalStructure
-- - label Anatomical Structure
-- - comment
-- - ancestors
-- Thing,MedicalEntity
-- - subtypes
-- Bone,BrainStructure,Joint,Ligament,Muscle,Nerve,Vessel
-- - supertypes MedicalEntity
-- - url
-- http://schema.org/AnatomicalStructure
--
data AnatomicalStructure
AnatomicalStructure :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AssociatedPathophysiology -> BodyLocation -> ConnectedTo -> Diagram -> Function -> PartOfSystem -> RelatedCondition -> RelatedTherapy -> SubStructure -> AnatomicalStructure
additionalType :: AnatomicalStructure -> AdditionalType
alternateName :: AnatomicalStructure -> AlternateName
description :: AnatomicalStructure -> Description
image :: AnatomicalStructure -> Image
name :: AnatomicalStructure -> Name
sameAs :: AnatomicalStructure -> SameAs
url :: AnatomicalStructure -> Url
code :: AnatomicalStructure -> Code
guideline :: AnatomicalStructure -> Guideline
medicineSystem :: AnatomicalStructure -> MedicineSystem
recognizingAuthority :: AnatomicalStructure -> RecognizingAuthority
relevantSpecialty :: AnatomicalStructure -> RelevantSpecialty
study :: AnatomicalStructure -> Study
associatedPathophysiology :: AnatomicalStructure -> AssociatedPathophysiology
bodyLocation :: AnatomicalStructure -> BodyLocation
connectedTo :: AnatomicalStructure -> ConnectedTo
diagram :: AnatomicalStructure -> Diagram
function :: AnatomicalStructure -> Function
partOfSystem :: AnatomicalStructure -> PartOfSystem
relatedCondition :: AnatomicalStructure -> RelatedCondition
relatedTherapy :: AnatomicalStructure -> RelatedTherapy
subStructure :: AnatomicalStructure -> SubStructure
instance Typeable AnatomicalStructure
instance Show AnatomicalStructure
instance Read AnatomicalStructure
instance Eq AnatomicalStructure
instance MetaData AnatomicalStructure
module Text.HTML5.MetaData.Schema.Bone
-- |
-- - id Bone
-- - label Bone
-- - comment
-- - ancestors
-- Thing,MedicalEntity,AnatomicalStructure
-- - subtypes
-- - supertypes
-- AnatomicalStructure
-- - url http://schema.org/Bone
--
data Bone
Bone :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AssociatedPathophysiology -> BodyLocation -> ConnectedTo -> Diagram -> Function -> PartOfSystem -> RelatedCondition -> RelatedTherapy -> SubStructure -> Bone
additionalType :: Bone -> AdditionalType
alternateName :: Bone -> AlternateName
description :: Bone -> Description
image :: Bone -> Image
name :: Bone -> Name
sameAs :: Bone -> SameAs
url :: Bone -> Url
code :: Bone -> Code
guideline :: Bone -> Guideline
medicineSystem :: Bone -> MedicineSystem
recognizingAuthority :: Bone -> RecognizingAuthority
relevantSpecialty :: Bone -> RelevantSpecialty
study :: Bone -> Study
associatedPathophysiology :: Bone -> AssociatedPathophysiology
bodyLocation :: Bone -> BodyLocation
connectedTo :: Bone -> ConnectedTo
diagram :: Bone -> Diagram
function :: Bone -> Function
partOfSystem :: Bone -> PartOfSystem
relatedCondition :: Bone -> RelatedCondition
relatedTherapy :: Bone -> RelatedTherapy
subStructure :: Bone -> SubStructure
instance Typeable Bone
instance Show Bone
instance Read Bone
instance Eq Bone
instance MetaData Bone
module Text.HTML5.MetaData.Schema.MusicStore
-- |
-- - id MusicStore
-- - label Music Store
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/MusicStore
--
data MusicStore
MusicStore :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> MusicStore
additionalType :: MusicStore -> AdditionalType
alternateName :: MusicStore -> AlternateName
description :: MusicStore -> Description
image :: MusicStore -> Image
name :: MusicStore -> Name
sameAs :: MusicStore -> SameAs
url :: MusicStore -> Url
address :: MusicStore -> Address
aggregateRating :: MusicStore -> AggregateRating
containedIn :: MusicStore -> ContainedIn
event :: MusicStore -> Event
events :: MusicStore -> Events
faxNumber :: MusicStore -> FaxNumber
geo :: MusicStore -> Geo
globalLocationNumber :: MusicStore -> GlobalLocationNumber
interactionCount :: MusicStore -> InteractionCount
isicV4 :: MusicStore -> IsicV4
logo :: MusicStore -> Logo
map :: MusicStore -> Map
maps :: MusicStore -> Maps
openingHoursSpecification :: MusicStore -> OpeningHoursSpecification
photo :: MusicStore -> Photo
photos :: MusicStore -> Photos
review :: MusicStore -> Review
reviews :: MusicStore -> Reviews
telephone :: MusicStore -> Telephone
brand :: MusicStore -> Brand
contactPoint :: MusicStore -> ContactPoint
contactPoints :: MusicStore -> ContactPoints
department :: MusicStore -> Department
duns :: MusicStore -> Duns
email :: MusicStore -> Email
employee :: MusicStore -> Employee
employees :: MusicStore -> Employees
founder :: MusicStore -> Founder
founders :: MusicStore -> Founders
foundingDate :: MusicStore -> FoundingDate
hasPOS :: MusicStore -> HasPOS
legalName :: MusicStore -> LegalName
location :: MusicStore -> Location
makesOffer :: MusicStore -> MakesOffer
member :: MusicStore -> Member
members :: MusicStore -> Members
naics :: MusicStore -> Naics
owns :: MusicStore -> Owns
seeks :: MusicStore -> Seeks
subOrganization :: MusicStore -> SubOrganization
taxID :: MusicStore -> TaxID
vatID :: MusicStore -> VatID
branchOf :: MusicStore -> BranchOf
currenciesAccepted :: MusicStore -> CurrenciesAccepted
openingHours :: MusicStore -> OpeningHours
paymentAccepted :: MusicStore -> PaymentAccepted
priceRange :: MusicStore -> PriceRange
instance Typeable MusicStore
instance Show MusicStore
instance Read MusicStore
instance Eq MusicStore
instance MetaData MusicStore
module Text.HTML5.MetaData.Schema.ComputerStore
-- |
-- - id ComputerStore
-- - label Computer Store
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/ComputerStore
--
data ComputerStore
ComputerStore :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> ComputerStore
additionalType :: ComputerStore -> AdditionalType
alternateName :: ComputerStore -> AlternateName
description :: ComputerStore -> Description
image :: ComputerStore -> Image
name :: ComputerStore -> Name
sameAs :: ComputerStore -> SameAs
url :: ComputerStore -> Url
address :: ComputerStore -> Address
aggregateRating :: ComputerStore -> AggregateRating
containedIn :: ComputerStore -> ContainedIn
event :: ComputerStore -> Event
events :: ComputerStore -> Events
faxNumber :: ComputerStore -> FaxNumber
geo :: ComputerStore -> Geo
globalLocationNumber :: ComputerStore -> GlobalLocationNumber
interactionCount :: ComputerStore -> InteractionCount
isicV4 :: ComputerStore -> IsicV4
logo :: ComputerStore -> Logo
map :: ComputerStore -> Map
maps :: ComputerStore -> Maps
openingHoursSpecification :: ComputerStore -> OpeningHoursSpecification
photo :: ComputerStore -> Photo
photos :: ComputerStore -> Photos
review :: ComputerStore -> Review
reviews :: ComputerStore -> Reviews
telephone :: ComputerStore -> Telephone
brand :: ComputerStore -> Brand
contactPoint :: ComputerStore -> ContactPoint
contactPoints :: ComputerStore -> ContactPoints
department :: ComputerStore -> Department
duns :: ComputerStore -> Duns
email :: ComputerStore -> Email
employee :: ComputerStore -> Employee
employees :: ComputerStore -> Employees
founder :: ComputerStore -> Founder
founders :: ComputerStore -> Founders
foundingDate :: ComputerStore -> FoundingDate
hasPOS :: ComputerStore -> HasPOS
legalName :: ComputerStore -> LegalName
location :: ComputerStore -> Location
makesOffer :: ComputerStore -> MakesOffer
member :: ComputerStore -> Member
members :: ComputerStore -> Members
naics :: ComputerStore -> Naics
owns :: ComputerStore -> Owns
seeks :: ComputerStore -> Seeks
subOrganization :: ComputerStore -> SubOrganization
taxID :: ComputerStore -> TaxID
vatID :: ComputerStore -> VatID
branchOf :: ComputerStore -> BranchOf
currenciesAccepted :: ComputerStore -> CurrenciesAccepted
openingHours :: ComputerStore -> OpeningHours
paymentAccepted :: ComputerStore -> PaymentAccepted
priceRange :: ComputerStore -> PriceRange
instance Typeable ComputerStore
instance Show ComputerStore
instance Read ComputerStore
instance Eq ComputerStore
instance MetaData ComputerStore
module Text.HTML5.MetaData.Schema.ConvenienceStore
-- |
-- - id ConvenienceStore
-- - label Convenience Store
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/ConvenienceStore
--
data ConvenienceStore
ConvenienceStore :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> ConvenienceStore
additionalType :: ConvenienceStore -> AdditionalType
alternateName :: ConvenienceStore -> AlternateName
description :: ConvenienceStore -> Description
image :: ConvenienceStore -> Image
name :: ConvenienceStore -> Name
sameAs :: ConvenienceStore -> SameAs
url :: ConvenienceStore -> Url
address :: ConvenienceStore -> Address
aggregateRating :: ConvenienceStore -> AggregateRating
containedIn :: ConvenienceStore -> ContainedIn
event :: ConvenienceStore -> Event
events :: ConvenienceStore -> Events
faxNumber :: ConvenienceStore -> FaxNumber
geo :: ConvenienceStore -> Geo
globalLocationNumber :: ConvenienceStore -> GlobalLocationNumber
interactionCount :: ConvenienceStore -> InteractionCount
isicV4 :: ConvenienceStore -> IsicV4
logo :: ConvenienceStore -> Logo
map :: ConvenienceStore -> Map
maps :: ConvenienceStore -> Maps
openingHoursSpecification :: ConvenienceStore -> OpeningHoursSpecification
photo :: ConvenienceStore -> Photo
photos :: ConvenienceStore -> Photos
review :: ConvenienceStore -> Review
reviews :: ConvenienceStore -> Reviews
telephone :: ConvenienceStore -> Telephone
brand :: ConvenienceStore -> Brand
contactPoint :: ConvenienceStore -> ContactPoint
contactPoints :: ConvenienceStore -> ContactPoints
department :: ConvenienceStore -> Department
duns :: ConvenienceStore -> Duns
email :: ConvenienceStore -> Email
employee :: ConvenienceStore -> Employee
employees :: ConvenienceStore -> Employees
founder :: ConvenienceStore -> Founder
founders :: ConvenienceStore -> Founders
foundingDate :: ConvenienceStore -> FoundingDate
hasPOS :: ConvenienceStore -> HasPOS
legalName :: ConvenienceStore -> LegalName
location :: ConvenienceStore -> Location
makesOffer :: ConvenienceStore -> MakesOffer
member :: ConvenienceStore -> Member
members :: ConvenienceStore -> Members
naics :: ConvenienceStore -> Naics
owns :: ConvenienceStore -> Owns
seeks :: ConvenienceStore -> Seeks
subOrganization :: ConvenienceStore -> SubOrganization
taxID :: ConvenienceStore -> TaxID
vatID :: ConvenienceStore -> VatID
branchOf :: ConvenienceStore -> BranchOf
currenciesAccepted :: ConvenienceStore -> CurrenciesAccepted
openingHours :: ConvenienceStore -> OpeningHours
paymentAccepted :: ConvenienceStore -> PaymentAccepted
priceRange :: ConvenienceStore -> PriceRange
instance Typeable ConvenienceStore
instance Show ConvenienceStore
instance Read ConvenienceStore
instance Eq ConvenienceStore
instance MetaData ConvenienceStore
module Text.HTML5.MetaData.Schema.GardenStore
-- |
-- - id GardenStore
-- - label Garden Store
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/GardenStore
--
data GardenStore
GardenStore :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> GardenStore
additionalType :: GardenStore -> AdditionalType
alternateName :: GardenStore -> AlternateName
description :: GardenStore -> Description
image :: GardenStore -> Image
name :: GardenStore -> Name
sameAs :: GardenStore -> SameAs
url :: GardenStore -> Url
address :: GardenStore -> Address
aggregateRating :: GardenStore -> AggregateRating
containedIn :: GardenStore -> ContainedIn
event :: GardenStore -> Event
events :: GardenStore -> Events
faxNumber :: GardenStore -> FaxNumber
geo :: GardenStore -> Geo
globalLocationNumber :: GardenStore -> GlobalLocationNumber
interactionCount :: GardenStore -> InteractionCount
isicV4 :: GardenStore -> IsicV4
logo :: GardenStore -> Logo
map :: GardenStore -> Map
maps :: GardenStore -> Maps
openingHoursSpecification :: GardenStore -> OpeningHoursSpecification
photo :: GardenStore -> Photo
photos :: GardenStore -> Photos
review :: GardenStore -> Review
reviews :: GardenStore -> Reviews
telephone :: GardenStore -> Telephone
brand :: GardenStore -> Brand
contactPoint :: GardenStore -> ContactPoint
contactPoints :: GardenStore -> ContactPoints
department :: GardenStore -> Department
duns :: GardenStore -> Duns
email :: GardenStore -> Email
employee :: GardenStore -> Employee
employees :: GardenStore -> Employees
founder :: GardenStore -> Founder
founders :: GardenStore -> Founders
foundingDate :: GardenStore -> FoundingDate
hasPOS :: GardenStore -> HasPOS
legalName :: GardenStore -> LegalName
location :: GardenStore -> Location
makesOffer :: GardenStore -> MakesOffer
member :: GardenStore -> Member
members :: GardenStore -> Members
naics :: GardenStore -> Naics
owns :: GardenStore -> Owns
seeks :: GardenStore -> Seeks
subOrganization :: GardenStore -> SubOrganization
taxID :: GardenStore -> TaxID
vatID :: GardenStore -> VatID
branchOf :: GardenStore -> BranchOf
currenciesAccepted :: GardenStore -> CurrenciesAccepted
openingHours :: GardenStore -> OpeningHours
paymentAccepted :: GardenStore -> PaymentAccepted
priceRange :: GardenStore -> PriceRange
instance Typeable GardenStore
instance Show GardenStore
instance Read GardenStore
instance Eq GardenStore
instance MetaData GardenStore
module Text.HTML5.MetaData.Schema.HobbyShop
-- |
-- - id HobbyShop
-- - label Hobby Shop
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/HobbyShop
--
data HobbyShop
HobbyShop :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> HobbyShop
additionalType :: HobbyShop -> AdditionalType
alternateName :: HobbyShop -> AlternateName
description :: HobbyShop -> Description
image :: HobbyShop -> Image
name :: HobbyShop -> Name
sameAs :: HobbyShop -> SameAs
url :: HobbyShop -> Url
address :: HobbyShop -> Address
aggregateRating :: HobbyShop -> AggregateRating
containedIn :: HobbyShop -> ContainedIn
event :: HobbyShop -> Event
events :: HobbyShop -> Events
faxNumber :: HobbyShop -> FaxNumber
geo :: HobbyShop -> Geo
globalLocationNumber :: HobbyShop -> GlobalLocationNumber
interactionCount :: HobbyShop -> InteractionCount
isicV4 :: HobbyShop -> IsicV4
logo :: HobbyShop -> Logo
map :: HobbyShop -> Map
maps :: HobbyShop -> Maps
openingHoursSpecification :: HobbyShop -> OpeningHoursSpecification
photo :: HobbyShop -> Photo
photos :: HobbyShop -> Photos
review :: HobbyShop -> Review
reviews :: HobbyShop -> Reviews
telephone :: HobbyShop -> Telephone
brand :: HobbyShop -> Brand
contactPoint :: HobbyShop -> ContactPoint
contactPoints :: HobbyShop -> ContactPoints
department :: HobbyShop -> Department
duns :: HobbyShop -> Duns
email :: HobbyShop -> Email
employee :: HobbyShop -> Employee
employees :: HobbyShop -> Employees
founder :: HobbyShop -> Founder
founders :: HobbyShop -> Founders
foundingDate :: HobbyShop -> FoundingDate
hasPOS :: HobbyShop -> HasPOS
legalName :: HobbyShop -> LegalName
location :: HobbyShop -> Location
makesOffer :: HobbyShop -> MakesOffer
member :: HobbyShop -> Member
members :: HobbyShop -> Members
naics :: HobbyShop -> Naics
owns :: HobbyShop -> Owns
seeks :: HobbyShop -> Seeks
subOrganization :: HobbyShop -> SubOrganization
taxID :: HobbyShop -> TaxID
vatID :: HobbyShop -> VatID
branchOf :: HobbyShop -> BranchOf
currenciesAccepted :: HobbyShop -> CurrenciesAccepted
openingHours :: HobbyShop -> OpeningHours
paymentAccepted :: HobbyShop -> PaymentAccepted
priceRange :: HobbyShop -> PriceRange
instance Typeable HobbyShop
instance Show HobbyShop
instance Read HobbyShop
instance Eq HobbyShop
instance MetaData HobbyShop
module Text.HTML5.MetaData.Schema.MensClothingStore
-- |
-- - id MensClothingStore
-- - label Mens Clothing Store
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url
-- http://schema.org/MensClothingStore
--
data MensClothingStore
MensClothingStore :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> MensClothingStore
additionalType :: MensClothingStore -> AdditionalType
alternateName :: MensClothingStore -> AlternateName
description :: MensClothingStore -> Description
image :: MensClothingStore -> Image
name :: MensClothingStore -> Name
sameAs :: MensClothingStore -> SameAs
url :: MensClothingStore -> Url
address :: MensClothingStore -> Address
aggregateRating :: MensClothingStore -> AggregateRating
containedIn :: MensClothingStore -> ContainedIn
event :: MensClothingStore -> Event
events :: MensClothingStore -> Events
faxNumber :: MensClothingStore -> FaxNumber
geo :: MensClothingStore -> Geo
globalLocationNumber :: MensClothingStore -> GlobalLocationNumber
interactionCount :: MensClothingStore -> InteractionCount
isicV4 :: MensClothingStore -> IsicV4
logo :: MensClothingStore -> Logo
map :: MensClothingStore -> Map
maps :: MensClothingStore -> Maps
openingHoursSpecification :: MensClothingStore -> OpeningHoursSpecification
photo :: MensClothingStore -> Photo
photos :: MensClothingStore -> Photos
review :: MensClothingStore -> Review
reviews :: MensClothingStore -> Reviews
telephone :: MensClothingStore -> Telephone
brand :: MensClothingStore -> Brand
contactPoint :: MensClothingStore -> ContactPoint
contactPoints :: MensClothingStore -> ContactPoints
department :: MensClothingStore -> Department
duns :: MensClothingStore -> Duns
email :: MensClothingStore -> Email
employee :: MensClothingStore -> Employee
employees :: MensClothingStore -> Employees
founder :: MensClothingStore -> Founder
founders :: MensClothingStore -> Founders
foundingDate :: MensClothingStore -> FoundingDate
hasPOS :: MensClothingStore -> HasPOS
legalName :: MensClothingStore -> LegalName
location :: MensClothingStore -> Location
makesOffer :: MensClothingStore -> MakesOffer
member :: MensClothingStore -> Member
members :: MensClothingStore -> Members
naics :: MensClothingStore -> Naics
owns :: MensClothingStore -> Owns
seeks :: MensClothingStore -> Seeks
subOrganization :: MensClothingStore -> SubOrganization
taxID :: MensClothingStore -> TaxID
vatID :: MensClothingStore -> VatID
branchOf :: MensClothingStore -> BranchOf
currenciesAccepted :: MensClothingStore -> CurrenciesAccepted
openingHours :: MensClothingStore -> OpeningHours
paymentAccepted :: MensClothingStore -> PaymentAccepted
priceRange :: MensClothingStore -> PriceRange
instance Typeable MensClothingStore
instance Show MensClothingStore
instance Read MensClothingStore
instance Eq MensClothingStore
instance MetaData MensClothingStore
module Text.HTML5.MetaData.Schema.OfficeEquipmentStore
-- |
-- - id OfficeEquipmentStore
-- - label Office Equipment Store
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url
-- http://schema.org/OfficeEquipmentStore
--
data OfficeEquipmentStore
OfficeEquipmentStore :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> OfficeEquipmentStore
additionalType :: OfficeEquipmentStore -> AdditionalType
alternateName :: OfficeEquipmentStore -> AlternateName
description :: OfficeEquipmentStore -> Description
image :: OfficeEquipmentStore -> Image
name :: OfficeEquipmentStore -> Name
sameAs :: OfficeEquipmentStore -> SameAs
url :: OfficeEquipmentStore -> Url
address :: OfficeEquipmentStore -> Address
aggregateRating :: OfficeEquipmentStore -> AggregateRating
containedIn :: OfficeEquipmentStore -> ContainedIn
event :: OfficeEquipmentStore -> Event
events :: OfficeEquipmentStore -> Events
faxNumber :: OfficeEquipmentStore -> FaxNumber
geo :: OfficeEquipmentStore -> Geo
globalLocationNumber :: OfficeEquipmentStore -> GlobalLocationNumber
interactionCount :: OfficeEquipmentStore -> InteractionCount
isicV4 :: OfficeEquipmentStore -> IsicV4
logo :: OfficeEquipmentStore -> Logo
map :: OfficeEquipmentStore -> Map
maps :: OfficeEquipmentStore -> Maps
openingHoursSpecification :: OfficeEquipmentStore -> OpeningHoursSpecification
photo :: OfficeEquipmentStore -> Photo
photos :: OfficeEquipmentStore -> Photos
review :: OfficeEquipmentStore -> Review
reviews :: OfficeEquipmentStore -> Reviews
telephone :: OfficeEquipmentStore -> Telephone
brand :: OfficeEquipmentStore -> Brand
contactPoint :: OfficeEquipmentStore -> ContactPoint
contactPoints :: OfficeEquipmentStore -> ContactPoints
department :: OfficeEquipmentStore -> Department
duns :: OfficeEquipmentStore -> Duns
email :: OfficeEquipmentStore -> Email
employee :: OfficeEquipmentStore -> Employee
employees :: OfficeEquipmentStore -> Employees
founder :: OfficeEquipmentStore -> Founder
founders :: OfficeEquipmentStore -> Founders
foundingDate :: OfficeEquipmentStore -> FoundingDate
hasPOS :: OfficeEquipmentStore -> HasPOS
legalName :: OfficeEquipmentStore -> LegalName
location :: OfficeEquipmentStore -> Location
makesOffer :: OfficeEquipmentStore -> MakesOffer
member :: OfficeEquipmentStore -> Member
members :: OfficeEquipmentStore -> Members
naics :: OfficeEquipmentStore -> Naics
owns :: OfficeEquipmentStore -> Owns
seeks :: OfficeEquipmentStore -> Seeks
subOrganization :: OfficeEquipmentStore -> SubOrganization
taxID :: OfficeEquipmentStore -> TaxID
vatID :: OfficeEquipmentStore -> VatID
branchOf :: OfficeEquipmentStore -> BranchOf
currenciesAccepted :: OfficeEquipmentStore -> CurrenciesAccepted
openingHours :: OfficeEquipmentStore -> OpeningHours
paymentAccepted :: OfficeEquipmentStore -> PaymentAccepted
priceRange :: OfficeEquipmentStore -> PriceRange
instance Typeable OfficeEquipmentStore
instance Show OfficeEquipmentStore
instance Read OfficeEquipmentStore
instance Eq OfficeEquipmentStore
instance MetaData OfficeEquipmentStore
module Text.HTML5.MetaData.Schema.PetStore
-- |
-- - id PetStore
-- - label Pet Store
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/PetStore
--
data PetStore
PetStore :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> PetStore
additionalType :: PetStore -> AdditionalType
alternateName :: PetStore -> AlternateName
description :: PetStore -> Description
image :: PetStore -> Image
name :: PetStore -> Name
sameAs :: PetStore -> SameAs
url :: PetStore -> Url
address :: PetStore -> Address
aggregateRating :: PetStore -> AggregateRating
containedIn :: PetStore -> ContainedIn
event :: PetStore -> Event
events :: PetStore -> Events
faxNumber :: PetStore -> FaxNumber
geo :: PetStore -> Geo
globalLocationNumber :: PetStore -> GlobalLocationNumber
interactionCount :: PetStore -> InteractionCount
isicV4 :: PetStore -> IsicV4
logo :: PetStore -> Logo
map :: PetStore -> Map
maps :: PetStore -> Maps
openingHoursSpecification :: PetStore -> OpeningHoursSpecification
photo :: PetStore -> Photo
photos :: PetStore -> Photos
review :: PetStore -> Review
reviews :: PetStore -> Reviews
telephone :: PetStore -> Telephone
brand :: PetStore -> Brand
contactPoint :: PetStore -> ContactPoint
contactPoints :: PetStore -> ContactPoints
department :: PetStore -> Department
duns :: PetStore -> Duns
email :: PetStore -> Email
employee :: PetStore -> Employee
employees :: PetStore -> Employees
founder :: PetStore -> Founder
founders :: PetStore -> Founders
foundingDate :: PetStore -> FoundingDate
hasPOS :: PetStore -> HasPOS
legalName :: PetStore -> LegalName
location :: PetStore -> Location
makesOffer :: PetStore -> MakesOffer
member :: PetStore -> Member
members :: PetStore -> Members
naics :: PetStore -> Naics
owns :: PetStore -> Owns
seeks :: PetStore -> Seeks
subOrganization :: PetStore -> SubOrganization
taxID :: PetStore -> TaxID
vatID :: PetStore -> VatID
branchOf :: PetStore -> BranchOf
currenciesAccepted :: PetStore -> CurrenciesAccepted
openingHours :: PetStore -> OpeningHours
paymentAccepted :: PetStore -> PaymentAccepted
priceRange :: PetStore -> PriceRange
instance Typeable PetStore
instance Show PetStore
instance Read PetStore
instance Eq PetStore
instance MetaData PetStore
module Text.HTML5.MetaData.Schema.ShoeStore
-- |
-- - id ShoeStore
-- - label Shoe Store
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/ShoeStore
--
data ShoeStore
ShoeStore :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> ShoeStore
additionalType :: ShoeStore -> AdditionalType
alternateName :: ShoeStore -> AlternateName
description :: ShoeStore -> Description
image :: ShoeStore -> Image
name :: ShoeStore -> Name
sameAs :: ShoeStore -> SameAs
url :: ShoeStore -> Url
address :: ShoeStore -> Address
aggregateRating :: ShoeStore -> AggregateRating
containedIn :: ShoeStore -> ContainedIn
event :: ShoeStore -> Event
events :: ShoeStore -> Events
faxNumber :: ShoeStore -> FaxNumber
geo :: ShoeStore -> Geo
globalLocationNumber :: ShoeStore -> GlobalLocationNumber
interactionCount :: ShoeStore -> InteractionCount
isicV4 :: ShoeStore -> IsicV4
logo :: ShoeStore -> Logo
map :: ShoeStore -> Map
maps :: ShoeStore -> Maps
openingHoursSpecification :: ShoeStore -> OpeningHoursSpecification
photo :: ShoeStore -> Photo
photos :: ShoeStore -> Photos
review :: ShoeStore -> Review
reviews :: ShoeStore -> Reviews
telephone :: ShoeStore -> Telephone
brand :: ShoeStore -> Brand
contactPoint :: ShoeStore -> ContactPoint
contactPoints :: ShoeStore -> ContactPoints
department :: ShoeStore -> Department
duns :: ShoeStore -> Duns
email :: ShoeStore -> Email
employee :: ShoeStore -> Employee
employees :: ShoeStore -> Employees
founder :: ShoeStore -> Founder
founders :: ShoeStore -> Founders
foundingDate :: ShoeStore -> FoundingDate
hasPOS :: ShoeStore -> HasPOS
legalName :: ShoeStore -> LegalName
location :: ShoeStore -> Location
makesOffer :: ShoeStore -> MakesOffer
member :: ShoeStore -> Member
members :: ShoeStore -> Members
naics :: ShoeStore -> Naics
owns :: ShoeStore -> Owns
seeks :: ShoeStore -> Seeks
subOrganization :: ShoeStore -> SubOrganization
taxID :: ShoeStore -> TaxID
vatID :: ShoeStore -> VatID
branchOf :: ShoeStore -> BranchOf
currenciesAccepted :: ShoeStore -> CurrenciesAccepted
openingHours :: ShoeStore -> OpeningHours
paymentAccepted :: ShoeStore -> PaymentAccepted
priceRange :: ShoeStore -> PriceRange
instance Typeable ShoeStore
instance Show ShoeStore
instance Read ShoeStore
instance Eq ShoeStore
instance MetaData ShoeStore
module Text.HTML5.MetaData.Schema.Store
-- |
-- - id Store
-- - label Store
-- - comment
-- - 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 :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Store
additionalType :: Store -> AdditionalType
alternateName :: Store -> AlternateName
description :: Store -> Description
image :: Store -> Image
name :: Store -> Name
sameAs :: Store -> SameAs
url :: Store -> Url
address :: Store -> Address
aggregateRating :: Store -> AggregateRating
containedIn :: Store -> ContainedIn
event :: Store -> Event
events :: Store -> Events
faxNumber :: Store -> FaxNumber
geo :: Store -> Geo
globalLocationNumber :: Store -> GlobalLocationNumber
interactionCount :: Store -> InteractionCount
isicV4 :: Store -> IsicV4
logo :: Store -> Logo
map :: Store -> Map
maps :: Store -> Maps
openingHoursSpecification :: Store -> OpeningHoursSpecification
photo :: Store -> Photo
photos :: Store -> Photos
review :: Store -> Review
reviews :: Store -> Reviews
telephone :: Store -> Telephone
brand :: Store -> Brand
contactPoint :: Store -> ContactPoint
contactPoints :: Store -> ContactPoints
department :: Store -> Department
duns :: Store -> Duns
email :: Store -> Email
employee :: Store -> Employee
employees :: Store -> Employees
founder :: Store -> Founder
founders :: Store -> Founders
foundingDate :: Store -> FoundingDate
hasPOS :: Store -> HasPOS
legalName :: Store -> LegalName
location :: Store -> Location
makesOffer :: Store -> MakesOffer
member :: Store -> Member
members :: Store -> Members
naics :: Store -> Naics
owns :: Store -> Owns
seeks :: Store -> Seeks
subOrganization :: Store -> SubOrganization
taxID :: Store -> TaxID
vatID :: Store -> VatID
branchOf :: Store -> BranchOf
currenciesAccepted :: Store -> CurrenciesAccepted
openingHours :: Store -> OpeningHours
paymentAccepted :: Store -> PaymentAccepted
priceRange :: Store -> PriceRange
instance Typeable Store
instance Show Store
instance Read Store
instance Eq Store
instance MetaData Store
module Text.HTML5.MetaData.Schema.TireShop
-- |
-- - id TireShop
-- - label Tire Shop
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,Store
-- - subtypes
-- - supertypes Store
-- - url http://schema.org/TireShop
--
data TireShop
TireShop :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> TireShop
additionalType :: TireShop -> AdditionalType
alternateName :: TireShop -> AlternateName
description :: TireShop -> Description
image :: TireShop -> Image
name :: TireShop -> Name
sameAs :: TireShop -> SameAs
url :: TireShop -> Url
address :: TireShop -> Address
aggregateRating :: TireShop -> AggregateRating
containedIn :: TireShop -> ContainedIn
event :: TireShop -> Event
events :: TireShop -> Events
faxNumber :: TireShop -> FaxNumber
geo :: TireShop -> Geo
globalLocationNumber :: TireShop -> GlobalLocationNumber
interactionCount :: TireShop -> InteractionCount
isicV4 :: TireShop -> IsicV4
logo :: TireShop -> Logo
map :: TireShop -> Map
maps :: TireShop -> Maps
openingHoursSpecification :: TireShop -> OpeningHoursSpecification
photo :: TireShop -> Photo
photos :: TireShop -> Photos
review :: TireShop -> Review
reviews :: TireShop -> Reviews
telephone :: TireShop -> Telephone
brand :: TireShop -> Brand
contactPoint :: TireShop -> ContactPoint
contactPoints :: TireShop -> ContactPoints
department :: TireShop -> Department
duns :: TireShop -> Duns
email :: TireShop -> Email
employee :: TireShop -> Employee
employees :: TireShop -> Employees
founder :: TireShop -> Founder
founders :: TireShop -> Founders
foundingDate :: TireShop -> FoundingDate
hasPOS :: TireShop -> HasPOS
legalName :: TireShop -> LegalName
location :: TireShop -> Location
makesOffer :: TireShop -> MakesOffer
member :: TireShop -> Member
members :: TireShop -> Members
naics :: TireShop -> Naics
owns :: TireShop -> Owns
seeks :: TireShop -> Seeks
subOrganization :: TireShop -> SubOrganization
taxID :: TireShop -> TaxID
vatID :: TireShop -> VatID
branchOf :: TireShop -> BranchOf
currenciesAccepted :: TireShop -> CurrenciesAccepted
openingHours :: TireShop -> OpeningHours
paymentAccepted :: TireShop -> PaymentAccepted
priceRange :: TireShop -> PriceRange
instance Typeable TireShop
instance Show TireShop
instance Read TireShop
instance Eq TireShop
instance MetaData TireShop
module Text.HTML5.MetaData.Schema.MedicalSignOrSymptom
-- |
-- - id MedicalSignOrSymptom
-- - label Medical Sign or Symptom
-- - comment
-- - ancestors
-- Thing,MedicalEntity
-- - subtypes
-- MedicalSign,MedicalSymptom
-- - supertypes MedicalEntity
-- - url
-- http://schema.org/MedicalSignOrSymptom
--
data MedicalSignOrSymptom
MedicalSignOrSymptom :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> Cause -> PossibleTreatment -> MedicalSignOrSymptom
additionalType :: MedicalSignOrSymptom -> AdditionalType
alternateName :: MedicalSignOrSymptom -> AlternateName
description :: MedicalSignOrSymptom -> Description
image :: MedicalSignOrSymptom -> Image
name :: MedicalSignOrSymptom -> Name
sameAs :: MedicalSignOrSymptom -> SameAs
url :: MedicalSignOrSymptom -> Url
code :: MedicalSignOrSymptom -> Code
guideline :: MedicalSignOrSymptom -> Guideline
medicineSystem :: MedicalSignOrSymptom -> MedicineSystem
recognizingAuthority :: MedicalSignOrSymptom -> RecognizingAuthority
relevantSpecialty :: MedicalSignOrSymptom -> RelevantSpecialty
study :: MedicalSignOrSymptom -> Study
cause :: MedicalSignOrSymptom -> Cause
possibleTreatment :: MedicalSignOrSymptom -> PossibleTreatment
instance Typeable MedicalSignOrSymptom
instance Show MedicalSignOrSymptom
instance Read MedicalSignOrSymptom
instance Eq MedicalSignOrSymptom
instance MetaData MedicalSignOrSymptom
module Text.HTML5.MetaData.Schema.MedicalSymptom
-- |
-- - id MedicalSymptom
-- - label Medical Symptom
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalSignOrSymptom
-- - subtypes
-- - supertypes
-- MedicalSignOrSymptom
-- - url http://schema.org/MedicalSymptom
--
data MedicalSymptom
MedicalSymptom :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> Cause -> PossibleTreatment -> MedicalSymptom
additionalType :: MedicalSymptom -> AdditionalType
alternateName :: MedicalSymptom -> AlternateName
description :: MedicalSymptom -> Description
image :: MedicalSymptom -> Image
name :: MedicalSymptom -> Name
sameAs :: MedicalSymptom -> SameAs
url :: MedicalSymptom -> Url
code :: MedicalSymptom -> Code
guideline :: MedicalSymptom -> Guideline
medicineSystem :: MedicalSymptom -> MedicineSystem
recognizingAuthority :: MedicalSymptom -> RecognizingAuthority
relevantSpecialty :: MedicalSymptom -> RelevantSpecialty
study :: MedicalSymptom -> Study
cause :: MedicalSymptom -> Cause
possibleTreatment :: MedicalSymptom -> PossibleTreatment
instance Typeable MedicalSymptom
instance Show MedicalSymptom
instance Read MedicalSymptom
instance Eq MedicalSymptom
instance MetaData MedicalSymptom
module Text.HTML5.MetaData.Schema.AssessAction
-- |
data AssessAction
AssessAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> AssessAction
additionalType :: AssessAction -> AdditionalType
alternateName :: AssessAction -> AlternateName
description :: AssessAction -> Description
image :: AssessAction -> Image
name :: AssessAction -> Name
sameAs :: AssessAction -> SameAs
url :: AssessAction -> Url
agent :: AssessAction -> Agent
endTime :: AssessAction -> EndTime
instrument :: AssessAction -> Instrument
location :: AssessAction -> Location
object :: AssessAction -> Object
participant :: AssessAction -> Participant
result :: AssessAction -> Result
startTime :: AssessAction -> StartTime
instance Typeable AssessAction
instance Show AssessAction
instance Read AssessAction
instance Eq AssessAction
instance MetaData AssessAction
module Text.HTML5.MetaData.Schema.IgnoreAction
-- |
data IgnoreAction
IgnoreAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> IgnoreAction
additionalType :: IgnoreAction -> AdditionalType
alternateName :: IgnoreAction -> AlternateName
description :: IgnoreAction -> Description
image :: IgnoreAction -> Image
name :: IgnoreAction -> Name
sameAs :: IgnoreAction -> SameAs
url :: IgnoreAction -> Url
agent :: IgnoreAction -> Agent
endTime :: IgnoreAction -> EndTime
instrument :: IgnoreAction -> Instrument
location :: IgnoreAction -> Location
object :: IgnoreAction -> Object
participant :: IgnoreAction -> Participant
result :: IgnoreAction -> Result
startTime :: IgnoreAction -> StartTime
instance Typeable IgnoreAction
instance Show IgnoreAction
instance Read IgnoreAction
instance Eq IgnoreAction
instance MetaData IgnoreAction
module Text.HTML5.MetaData.Schema.DisagreeAction
-- |
-- - id DisagreeAction
-- - label Disagree Action
-- - comment
-- - ancestors
-- Thing,Action,AssessAction,ReactAction
-- - subtypes
-- - supertypes ReactAction
-- - url http://schema.org/DisagreeAction
--
data DisagreeAction
DisagreeAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> DisagreeAction
additionalType :: DisagreeAction -> AdditionalType
alternateName :: DisagreeAction -> AlternateName
description :: DisagreeAction -> Description
image :: DisagreeAction -> Image
name :: DisagreeAction -> Name
sameAs :: DisagreeAction -> SameAs
url :: DisagreeAction -> Url
agent :: DisagreeAction -> Agent
endTime :: DisagreeAction -> EndTime
instrument :: DisagreeAction -> Instrument
location :: DisagreeAction -> Location
object :: DisagreeAction -> Object
participant :: DisagreeAction -> Participant
result :: DisagreeAction -> Result
startTime :: DisagreeAction -> StartTime
instance Typeable DisagreeAction
instance Show DisagreeAction
instance Read DisagreeAction
instance Eq DisagreeAction
instance MetaData DisagreeAction
module Text.HTML5.MetaData.Schema.ReactAction
-- |
-- - id ReactAction
-- - label React Action
-- - comment
-- - ancestors
-- Thing,Action,AssessAction
-- - subtypes
-- AgreeAction,DisagreeAction,DislikeAction,EndorseAction,LikeAction,WantAction
-- - supertypes AssessAction
-- - url http://schema.org/ReactAction
--
data ReactAction
ReactAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> ReactAction
additionalType :: ReactAction -> AdditionalType
alternateName :: ReactAction -> AlternateName
description :: ReactAction -> Description
image :: ReactAction -> Image
name :: ReactAction -> Name
sameAs :: ReactAction -> SameAs
url :: ReactAction -> Url
agent :: ReactAction -> Agent
endTime :: ReactAction -> EndTime
instrument :: ReactAction -> Instrument
location :: ReactAction -> Location
object :: ReactAction -> Object
participant :: ReactAction -> Participant
result :: ReactAction -> Result
startTime :: ReactAction -> StartTime
instance Typeable ReactAction
instance Show ReactAction
instance Read ReactAction
instance Eq ReactAction
instance MetaData ReactAction
module Text.HTML5.MetaData.Schema.DislikeAction
-- |
-- - id DislikeAction
-- - label Dislike Action
-- - comment
-- - ancestors
-- Thing,Action,AssessAction,ReactAction
-- - subtypes
-- - supertypes ReactAction
-- - url http://schema.org/DislikeAction
--
data DislikeAction
DislikeAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> DislikeAction
additionalType :: DislikeAction -> AdditionalType
alternateName :: DislikeAction -> AlternateName
description :: DislikeAction -> Description
image :: DislikeAction -> Image
name :: DislikeAction -> Name
sameAs :: DislikeAction -> SameAs
url :: DislikeAction -> Url
agent :: DislikeAction -> Agent
endTime :: DislikeAction -> EndTime
instrument :: DislikeAction -> Instrument
location :: DislikeAction -> Location
object :: DislikeAction -> Object
participant :: DislikeAction -> Participant
result :: DislikeAction -> Result
startTime :: DislikeAction -> StartTime
instance Typeable DislikeAction
instance Show DislikeAction
instance Read DislikeAction
instance Eq DislikeAction
instance MetaData DislikeAction
module Text.HTML5.MetaData.Schema.Landform
-- |
-- - id Landform
-- - label Landform
-- - comment
-- - ancestors
-- Thing,Place
-- - subtypes
-- BodyOfWater,Continent,Mountain,Volcano
-- - supertypes Place
-- - url http://schema.org/Landform
--
data Landform
Landform :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Landform
additionalType :: Landform -> AdditionalType
alternateName :: Landform -> AlternateName
description :: Landform -> Description
image :: Landform -> Image
name :: Landform -> Name
sameAs :: Landform -> SameAs
url :: Landform -> Url
address :: Landform -> Address
aggregateRating :: Landform -> AggregateRating
containedIn :: Landform -> ContainedIn
event :: Landform -> Event
events :: Landform -> Events
faxNumber :: Landform -> FaxNumber
geo :: Landform -> Geo
globalLocationNumber :: Landform -> GlobalLocationNumber
interactionCount :: Landform -> InteractionCount
isicV4 :: Landform -> IsicV4
logo :: Landform -> Logo
map :: Landform -> Map
maps :: Landform -> Maps
openingHoursSpecification :: Landform -> OpeningHoursSpecification
photo :: Landform -> Photo
photos :: Landform -> Photos
review :: Landform -> Review
reviews :: Landform -> Reviews
telephone :: Landform -> Telephone
instance Typeable Landform
instance Show Landform
instance Read Landform
instance Eq Landform
instance MetaData Landform
module Text.HTML5.MetaData.Schema.Continent
-- |
-- - id Continent
-- - label Continent
-- - comment
-- - ancestors
-- Thing,Place,Landform
-- - subtypes
-- - supertypes Landform
-- - url http://schema.org/Continent
--
data Continent
Continent :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Continent
additionalType :: Continent -> AdditionalType
alternateName :: Continent -> AlternateName
description :: Continent -> Description
image :: Continent -> Image
name :: Continent -> Name
sameAs :: Continent -> SameAs
url :: Continent -> Url
address :: Continent -> Address
aggregateRating :: Continent -> AggregateRating
containedIn :: Continent -> ContainedIn
event :: Continent -> Event
events :: Continent -> Events
faxNumber :: Continent -> FaxNumber
geo :: Continent -> Geo
globalLocationNumber :: Continent -> GlobalLocationNumber
interactionCount :: Continent -> InteractionCount
isicV4 :: Continent -> IsicV4
logo :: Continent -> Logo
map :: Continent -> Map
maps :: Continent -> Maps
openingHoursSpecification :: Continent -> OpeningHoursSpecification
photo :: Continent -> Photo
photos :: Continent -> Photos
review :: Continent -> Review
reviews :: Continent -> Reviews
telephone :: Continent -> Telephone
instance Typeable Continent
instance Show Continent
instance Read Continent
instance Eq Continent
instance MetaData Continent
module Text.HTML5.MetaData.Schema.PlayAction
-- |
data PlayAction
PlayAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Audience -> Event -> PlayAction
additionalType :: PlayAction -> AdditionalType
alternateName :: PlayAction -> AlternateName
description :: PlayAction -> Description
image :: PlayAction -> Image
name :: PlayAction -> Name
sameAs :: PlayAction -> SameAs
url :: PlayAction -> Url
agent :: PlayAction -> Agent
endTime :: PlayAction -> EndTime
instrument :: PlayAction -> Instrument
location :: PlayAction -> Location
object :: PlayAction -> Object
participant :: PlayAction -> Participant
result :: PlayAction -> Result
startTime :: PlayAction -> StartTime
audience :: PlayAction -> Audience
event :: PlayAction -> Event
instance Typeable PlayAction
instance Show PlayAction
instance Read PlayAction
instance Eq PlayAction
instance MetaData PlayAction
module Text.HTML5.MetaData.Schema.PerformAction
-- |
data PerformAction
PerformAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Audience -> Event -> EntertainmentBusiness -> PerformAction
additionalType :: PerformAction -> AdditionalType
alternateName :: PerformAction -> AlternateName
description :: PerformAction -> Description
image :: PerformAction -> Image
name :: PerformAction -> Name
sameAs :: PerformAction -> SameAs
url :: PerformAction -> Url
agent :: PerformAction -> Agent
endTime :: PerformAction -> EndTime
instrument :: PerformAction -> Instrument
location :: PerformAction -> Location
object :: PerformAction -> Object
participant :: PerformAction -> Participant
result :: PerformAction -> Result
startTime :: PerformAction -> StartTime
audience :: PerformAction -> Audience
event :: PerformAction -> Event
entertainmentBusiness :: PerformAction -> EntertainmentBusiness
instance Typeable PerformAction
instance Show PerformAction
instance Read PerformAction
instance Eq PerformAction
instance MetaData PerformAction
module Text.HTML5.MetaData.Schema.Intangible
-- |
-- - id Intangible
-- - label Intangible
-- - comment
-- - ancestors Thing
-- - subtypes
-- AlignmentObject,Audience,Brand,Demand,Enumeration,JobPosting,Language,Offer,Order,ParcelDelivery,Permit,Quantity,Rating,Service,ServiceChannel,StructuredValue
-- - supertypes Thing
-- - url http://schema.org/Intangible
--
data Intangible
Intangible :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Intangible
additionalType :: Intangible -> AdditionalType
alternateName :: Intangible -> AlternateName
description :: Intangible -> Description
image :: Intangible -> Image
name :: Intangible -> Name
sameAs :: Intangible -> SameAs
url :: Intangible -> Url
instance Typeable Intangible
instance Show Intangible
instance Read Intangible
instance Eq Intangible
instance MetaData Intangible
module Text.HTML5.MetaData.Schema.ParcelDelivery
-- |
-- - id ParcelDelivery
-- - label Parcel Delivery
-- - comment
-- - ancestors
-- Thing,Intangible
-- - subtypes
-- - supertypes Intangible
-- - url http://schema.org/ParcelDelivery
--
data ParcelDelivery
ParcelDelivery :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Carrier -> DeliveryAddress -> DeliveryStatus -> ExpectedArrivalFrom -> ExpectedArrivalUntil -> HasDeliveryMethod -> ItemShipped -> OriginAddress -> PartOfOrder -> TrackingNumber -> TrackingUrl -> ParcelDelivery
additionalType :: ParcelDelivery -> AdditionalType
alternateName :: ParcelDelivery -> AlternateName
description :: ParcelDelivery -> Description
image :: ParcelDelivery -> Image
name :: ParcelDelivery -> Name
sameAs :: ParcelDelivery -> SameAs
url :: ParcelDelivery -> Url
carrier :: ParcelDelivery -> Carrier
deliveryAddress :: ParcelDelivery -> DeliveryAddress
deliveryStatus :: ParcelDelivery -> DeliveryStatus
expectedArrivalFrom :: ParcelDelivery -> ExpectedArrivalFrom
expectedArrivalUntil :: ParcelDelivery -> ExpectedArrivalUntil
hasDeliveryMethod :: ParcelDelivery -> HasDeliveryMethod
itemShipped :: ParcelDelivery -> ItemShipped
originAddress :: ParcelDelivery -> OriginAddress
partOfOrder :: ParcelDelivery -> PartOfOrder
trackingNumber :: ParcelDelivery -> TrackingNumber
trackingUrl :: ParcelDelivery -> TrackingUrl
instance Typeable ParcelDelivery
instance Show ParcelDelivery
instance Read ParcelDelivery
instance Eq ParcelDelivery
instance MetaData ParcelDelivery
module Text.HTML5.MetaData.Schema.PerformingGroup
-- |
-- - id PerformingGroup
-- - label Performing Group
-- - comment
-- - ancestors
-- Thing,Organization
-- - subtypes
-- DanceGroup,MusicGroup,TheaterGroup
-- - supertypes Organization
-- - url http://schema.org/PerformingGroup
--
data PerformingGroup
PerformingGroup :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Event -> Events -> FaxNumber -> Founder -> Founders -> FoundingDate -> GlobalLocationNumber -> HasPOS -> InteractionCount -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> Members -> Naics -> Owns -> Review -> Reviews -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> PerformingGroup
additionalType :: PerformingGroup -> AdditionalType
alternateName :: PerformingGroup -> AlternateName
description :: PerformingGroup -> Description
image :: PerformingGroup -> Image
name :: PerformingGroup -> Name
sameAs :: PerformingGroup -> SameAs
url :: PerformingGroup -> Url
address :: PerformingGroup -> Address
aggregateRating :: PerformingGroup -> AggregateRating
brand :: PerformingGroup -> Brand
contactPoint :: PerformingGroup -> ContactPoint
contactPoints :: PerformingGroup -> ContactPoints
department :: PerformingGroup -> Department
duns :: PerformingGroup -> Duns
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
globalLocationNumber :: PerformingGroup -> GlobalLocationNumber
hasPOS :: PerformingGroup -> HasPOS
interactionCount :: PerformingGroup -> InteractionCount
isicV4 :: PerformingGroup -> IsicV4
legalName :: PerformingGroup -> LegalName
location :: PerformingGroup -> Location
logo :: PerformingGroup -> Logo
makesOffer :: PerformingGroup -> MakesOffer
member :: PerformingGroup -> Member
members :: PerformingGroup -> Members
naics :: PerformingGroup -> Naics
owns :: PerformingGroup -> Owns
review :: PerformingGroup -> Review
reviews :: PerformingGroup -> Reviews
seeks :: PerformingGroup -> Seeks
subOrganization :: PerformingGroup -> SubOrganization
taxID :: PerformingGroup -> TaxID
telephone :: PerformingGroup -> Telephone
vatID :: PerformingGroup -> VatID
instance Typeable PerformingGroup
instance Show PerformingGroup
instance Read PerformingGroup
instance Eq PerformingGroup
instance MetaData PerformingGroup
module Text.HTML5.MetaData.Schema.DanceGroup
-- |
-- - id DanceGroup
-- - label Dance Group
-- - comment
-- - ancestors
-- Thing,Organization,PerformingGroup
-- - subtypes
-- - supertypes PerformingGroup
-- - url http://schema.org/DanceGroup
--
data DanceGroup
DanceGroup :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Event -> Events -> FaxNumber -> Founder -> Founders -> FoundingDate -> GlobalLocationNumber -> HasPOS -> InteractionCount -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> Members -> Naics -> Owns -> Review -> Reviews -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> DanceGroup
additionalType :: DanceGroup -> AdditionalType
alternateName :: DanceGroup -> AlternateName
description :: DanceGroup -> Description
image :: DanceGroup -> Image
name :: DanceGroup -> Name
sameAs :: DanceGroup -> SameAs
url :: DanceGroup -> Url
address :: DanceGroup -> Address
aggregateRating :: DanceGroup -> AggregateRating
brand :: DanceGroup -> Brand
contactPoint :: DanceGroup -> ContactPoint
contactPoints :: DanceGroup -> ContactPoints
department :: DanceGroup -> Department
duns :: DanceGroup -> Duns
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
globalLocationNumber :: DanceGroup -> GlobalLocationNumber
hasPOS :: DanceGroup -> HasPOS
interactionCount :: DanceGroup -> InteractionCount
isicV4 :: DanceGroup -> IsicV4
legalName :: DanceGroup -> LegalName
location :: DanceGroup -> Location
logo :: DanceGroup -> Logo
makesOffer :: DanceGroup -> MakesOffer
member :: DanceGroup -> Member
members :: DanceGroup -> Members
naics :: DanceGroup -> Naics
owns :: DanceGroup -> Owns
review :: DanceGroup -> Review
reviews :: DanceGroup -> Reviews
seeks :: DanceGroup -> Seeks
subOrganization :: DanceGroup -> SubOrganization
taxID :: DanceGroup -> TaxID
telephone :: DanceGroup -> Telephone
vatID :: DanceGroup -> VatID
instance Typeable DanceGroup
instance Show DanceGroup
instance Read DanceGroup
instance Eq DanceGroup
instance MetaData DanceGroup
module Text.HTML5.MetaData.Schema.VisualArtsEvent
-- |
data VisualArtsEvent
VisualArtsEvent :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Attendee -> Attendees -> DoorTime -> Duration -> EndDate -> EventStatus -> Location -> Offers -> Performer -> Performers -> PreviousStartDate -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> TypicalAgeRange -> VisualArtsEvent
additionalType :: VisualArtsEvent -> AdditionalType
alternateName :: VisualArtsEvent -> AlternateName
description :: VisualArtsEvent -> Description
image :: VisualArtsEvent -> Image
name :: VisualArtsEvent -> Name
sameAs :: VisualArtsEvent -> SameAs
url :: VisualArtsEvent -> Url
attendee :: VisualArtsEvent -> Attendee
attendees :: VisualArtsEvent -> Attendees
doorTime :: VisualArtsEvent -> DoorTime
duration :: VisualArtsEvent -> Duration
endDate :: VisualArtsEvent -> EndDate
eventStatus :: VisualArtsEvent -> EventStatus
location :: VisualArtsEvent -> Location
offers :: VisualArtsEvent -> Offers
performer :: VisualArtsEvent -> Performer
performers :: VisualArtsEvent -> Performers
previousStartDate :: VisualArtsEvent -> PreviousStartDate
startDate :: VisualArtsEvent -> StartDate
subEvent :: VisualArtsEvent -> SubEvent
subEvents :: VisualArtsEvent -> SubEvents
superEvent :: VisualArtsEvent -> SuperEvent
typicalAgeRange :: VisualArtsEvent -> TypicalAgeRange
instance Typeable VisualArtsEvent
instance Show VisualArtsEvent
instance Read VisualArtsEvent
instance Eq VisualArtsEvent
instance MetaData VisualArtsEvent
module Text.HTML5.MetaData.Schema.Audience
-- |
-- - id Audience
-- - label Audience
-- - comment
-- - ancestors
-- Thing,Intangible
-- - subtypes
-- BusinessAudience,EducationalAudience,MedicalAudience,PeopleAudience
-- - supertypes Intangible
-- - url http://schema.org/Audience
--
data Audience
Researcher :: Audience
instance Typeable Audience
instance Show Audience
instance Read Audience
instance Eq Audience
instance MetaData Audience
module Text.HTML5.MetaData.Schema.BusinessAudience
-- |
data BusinessAudience
BusinessAudience :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> AudienceType -> GeographicArea -> NumberofEmployees -> YearlyRevenue -> YearsInOperation -> BusinessAudience
additionalType :: BusinessAudience -> AdditionalType
alternateName :: BusinessAudience -> AlternateName
description :: BusinessAudience -> Description
image :: BusinessAudience -> Image
name :: BusinessAudience -> Name
sameAs :: BusinessAudience -> SameAs
url :: BusinessAudience -> Url
audienceType :: BusinessAudience -> AudienceType
geographicArea :: BusinessAudience -> GeographicArea
numberofEmployees :: BusinessAudience -> NumberofEmployees
yearlyRevenue :: BusinessAudience -> YearlyRevenue
yearsInOperation :: BusinessAudience -> YearsInOperation
instance Typeable BusinessAudience
instance Show BusinessAudience
instance Read BusinessAudience
instance Eq BusinessAudience
instance MetaData BusinessAudience
module Text.HTML5.MetaData.Schema.Mosque
-- |
-- - id Mosque
-- - label Mosque
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure,PlaceOfWorship
-- - subtypes
-- - supertypes PlaceOfWorship
-- - url http://schema.org/Mosque
--
data Mosque
Mosque :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> Mosque
additionalType :: Mosque -> AdditionalType
alternateName :: Mosque -> AlternateName
description :: Mosque -> Description
image :: Mosque -> Image
name :: Mosque -> Name
sameAs :: Mosque -> SameAs
url :: Mosque -> Url
address :: Mosque -> Address
aggregateRating :: Mosque -> AggregateRating
containedIn :: Mosque -> ContainedIn
event :: Mosque -> Event
events :: Mosque -> Events
faxNumber :: Mosque -> FaxNumber
geo :: Mosque -> Geo
globalLocationNumber :: Mosque -> GlobalLocationNumber
interactionCount :: Mosque -> InteractionCount
isicV4 :: Mosque -> IsicV4
logo :: Mosque -> Logo
map :: Mosque -> Map
maps :: Mosque -> Maps
openingHoursSpecification :: Mosque -> OpeningHoursSpecification
photo :: Mosque -> Photo
photos :: Mosque -> Photos
review :: Mosque -> Review
reviews :: Mosque -> Reviews
telephone :: Mosque -> Telephone
openingHours :: Mosque -> OpeningHours
instance Typeable Mosque
instance Show Mosque
instance Read Mosque
instance Eq Mosque
instance MetaData Mosque
module Text.HTML5.MetaData.Schema.Vessel
-- |
-- - id Vessel
-- - label Vessel
-- - comment
-- - ancestors
-- Thing,MedicalEntity,AnatomicalStructure
-- - subtypes
-- Artery,LymphaticVessel,Vein
-- - supertypes
-- AnatomicalStructure
-- - url http://schema.org/Vessel
--
data Vessel
Vessel :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AssociatedPathophysiology -> BodyLocation -> ConnectedTo -> Diagram -> Function -> PartOfSystem -> RelatedCondition -> RelatedTherapy -> SubStructure -> Vessel
additionalType :: Vessel -> AdditionalType
alternateName :: Vessel -> AlternateName
description :: Vessel -> Description
image :: Vessel -> Image
name :: Vessel -> Name
sameAs :: Vessel -> SameAs
url :: Vessel -> Url
code :: Vessel -> Code
guideline :: Vessel -> Guideline
medicineSystem :: Vessel -> MedicineSystem
recognizingAuthority :: Vessel -> RecognizingAuthority
relevantSpecialty :: Vessel -> RelevantSpecialty
study :: Vessel -> Study
associatedPathophysiology :: Vessel -> AssociatedPathophysiology
bodyLocation :: Vessel -> BodyLocation
connectedTo :: Vessel -> ConnectedTo
diagram :: Vessel -> Diagram
function :: Vessel -> Function
partOfSystem :: Vessel -> PartOfSystem
relatedCondition :: Vessel -> RelatedCondition
relatedTherapy :: Vessel -> RelatedTherapy
subStructure :: Vessel -> SubStructure
instance Typeable Vessel
instance Show Vessel
instance Read Vessel
instance Eq Vessel
instance MetaData Vessel
module Text.HTML5.MetaData.Schema.Artery
-- |
-- - id Artery
-- - label Artery
-- - comment
-- - ancestors
-- Thing,MedicalEntity,AnatomicalStructure,Vessel
-- - subtypes
-- - supertypes Vessel
-- - url http://schema.org/Artery
--
data Artery
Artery :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AssociatedPathophysiology -> BodyLocation -> ConnectedTo -> Diagram -> Function -> PartOfSystem -> RelatedCondition -> RelatedTherapy -> SubStructure -> ArterialBranch -> Source -> SupplyTo -> Artery
additionalType :: Artery -> AdditionalType
alternateName :: Artery -> AlternateName
description :: Artery -> Description
image :: Artery -> Image
name :: Artery -> Name
sameAs :: Artery -> SameAs
url :: Artery -> Url
code :: Artery -> Code
guideline :: Artery -> Guideline
medicineSystem :: Artery -> MedicineSystem
recognizingAuthority :: Artery -> RecognizingAuthority
relevantSpecialty :: Artery -> RelevantSpecialty
study :: Artery -> Study
associatedPathophysiology :: Artery -> AssociatedPathophysiology
bodyLocation :: Artery -> BodyLocation
connectedTo :: Artery -> ConnectedTo
diagram :: Artery -> Diagram
function :: Artery -> Function
partOfSystem :: Artery -> PartOfSystem
relatedCondition :: Artery -> RelatedCondition
relatedTherapy :: Artery -> RelatedTherapy
subStructure :: Artery -> SubStructure
arterialBranch :: Artery -> ArterialBranch
source :: Artery -> Source
supplyTo :: Artery -> SupplyTo
instance Typeable Artery
instance Show Artery
instance Read Artery
instance Eq Artery
instance MetaData Artery
module Text.HTML5.MetaData.Schema.AllocateAction
-- |
-- - id AllocateAction
-- - label Allocate Action
-- - comment
-- - ancestors
-- Thing,Action,OrganizeAction
-- - subtypes
-- AcceptAction,AssignAction,AuthorizeAction,RejectAction
-- - supertypes OrganizeAction
-- - url http://schema.org/AllocateAction
--
data AllocateAction
AllocateAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Purpose -> AllocateAction
additionalType :: AllocateAction -> AdditionalType
alternateName :: AllocateAction -> AlternateName
description :: AllocateAction -> Description
image :: AllocateAction -> Image
name :: AllocateAction -> Name
sameAs :: AllocateAction -> SameAs
url :: AllocateAction -> Url
agent :: AllocateAction -> Agent
endTime :: AllocateAction -> EndTime
instrument :: AllocateAction -> Instrument
location :: AllocateAction -> Location
object :: AllocateAction -> Object
participant :: AllocateAction -> Participant
result :: AllocateAction -> Result
startTime :: AllocateAction -> StartTime
purpose :: AllocateAction -> Purpose
instance Typeable AllocateAction
instance Show AllocateAction
instance Read AllocateAction
instance Eq AllocateAction
instance MetaData AllocateAction
module Text.HTML5.MetaData.Schema.AssignAction
-- |
-- - id AssignAction
-- - label Assign Action
-- - comment
-- - ancestors
-- Thing,Action,OrganizeAction,AllocateAction
-- - subtypes
-- - supertypes AllocateAction
-- - url http://schema.org/AssignAction
--
data AssignAction
AssignAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Purpose -> AssignAction
additionalType :: AssignAction -> AdditionalType
alternateName :: AssignAction -> AlternateName
description :: AssignAction -> Description
image :: AssignAction -> Image
name :: AssignAction -> Name
sameAs :: AssignAction -> SameAs
url :: AssignAction -> Url
agent :: AssignAction -> Agent
endTime :: AssignAction -> EndTime
instrument :: AssignAction -> Instrument
location :: AssignAction -> Location
object :: AssignAction -> Object
participant :: AssignAction -> Participant
result :: AssignAction -> Result
startTime :: AssignAction -> StartTime
purpose :: AssignAction -> Purpose
instance Typeable AssignAction
instance Show AssignAction
instance Read AssignAction
instance Eq AssignAction
instance MetaData AssignAction
module Text.HTML5.MetaData.Schema.BusinessEvent
-- |
data BusinessEvent
BusinessEvent :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Attendee -> Attendees -> DoorTime -> Duration -> EndDate -> EventStatus -> Location -> Offers -> Performer -> Performers -> PreviousStartDate -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> TypicalAgeRange -> BusinessEvent
additionalType :: BusinessEvent -> AdditionalType
alternateName :: BusinessEvent -> AlternateName
description :: BusinessEvent -> Description
image :: BusinessEvent -> Image
name :: BusinessEvent -> Name
sameAs :: BusinessEvent -> SameAs
url :: BusinessEvent -> Url
attendee :: BusinessEvent -> Attendee
attendees :: BusinessEvent -> Attendees
doorTime :: BusinessEvent -> DoorTime
duration :: BusinessEvent -> Duration
endDate :: BusinessEvent -> EndDate
eventStatus :: BusinessEvent -> EventStatus
location :: BusinessEvent -> Location
offers :: BusinessEvent -> Offers
performer :: BusinessEvent -> Performer
performers :: BusinessEvent -> Performers
previousStartDate :: BusinessEvent -> PreviousStartDate
startDate :: BusinessEvent -> StartDate
subEvent :: BusinessEvent -> SubEvent
subEvents :: BusinessEvent -> SubEvents
superEvent :: BusinessEvent -> SuperEvent
typicalAgeRange :: BusinessEvent -> TypicalAgeRange
instance Typeable BusinessEvent
instance Show BusinessEvent
instance Read BusinessEvent
instance Eq BusinessEvent
instance MetaData BusinessEvent
module Text.HTML5.MetaData.Schema.Event
-- |
-- - id Event
-- - label Event
-- - comment
-- - ancestors Thing
-- - subtypes
-- BusinessEvent,ChildrensEvent,ComedyEvent,DanceEvent,DeliveryEvent,EducationEvent,Festival,FoodEvent,LiteraryEvent,MusicEvent,PublicationEvent,SaleEvent,SocialEvent,SportsEvent,TheaterEvent,UserInteraction,VisualArtsEvent
-- - supertypes Thing
-- - url http://schema.org/Event
--
data Event
Event :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Attendee -> Attendees -> DoorTime -> Duration -> EndDate -> EventStatus -> Location -> Offers -> Performer -> Performers -> PreviousStartDate -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> TypicalAgeRange -> Event
additionalType :: Event -> AdditionalType
alternateName :: Event -> AlternateName
description :: Event -> Description
image :: Event -> Image
name :: Event -> Name
sameAs :: Event -> SameAs
url :: Event -> Url
attendee :: Event -> Attendee
attendees :: Event -> Attendees
doorTime :: Event -> DoorTime
duration :: Event -> Duration
endDate :: Event -> EndDate
eventStatus :: Event -> EventStatus
location :: Event -> Location
offers :: Event -> Offers
performer :: Event -> Performer
performers :: Event -> Performers
previousStartDate :: Event -> PreviousStartDate
startDate :: Event -> StartDate
subEvent :: Event -> SubEvent
subEvents :: Event -> SubEvents
superEvent :: Event -> SuperEvent
typicalAgeRange :: Event -> TypicalAgeRange
instance Typeable Event
instance Show Event
instance Read Event
instance Eq Event
instance MetaData Event
module Text.HTML5.MetaData.Schema.ComedyEvent
-- |
data ComedyEvent
ComedyEvent :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Attendee -> Attendees -> DoorTime -> Duration -> EndDate -> EventStatus -> Location -> Offers -> Performer -> Performers -> PreviousStartDate -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> TypicalAgeRange -> ComedyEvent
additionalType :: ComedyEvent -> AdditionalType
alternateName :: ComedyEvent -> AlternateName
description :: ComedyEvent -> Description
image :: ComedyEvent -> Image
name :: ComedyEvent -> Name
sameAs :: ComedyEvent -> SameAs
url :: ComedyEvent -> Url
attendee :: ComedyEvent -> Attendee
attendees :: ComedyEvent -> Attendees
doorTime :: ComedyEvent -> DoorTime
duration :: ComedyEvent -> Duration
endDate :: ComedyEvent -> EndDate
eventStatus :: ComedyEvent -> EventStatus
location :: ComedyEvent -> Location
offers :: ComedyEvent -> Offers
performer :: ComedyEvent -> Performer
performers :: ComedyEvent -> Performers
previousStartDate :: ComedyEvent -> PreviousStartDate
startDate :: ComedyEvent -> StartDate
subEvent :: ComedyEvent -> SubEvent
subEvents :: ComedyEvent -> SubEvents
superEvent :: ComedyEvent -> SuperEvent
typicalAgeRange :: ComedyEvent -> TypicalAgeRange
instance Typeable ComedyEvent
instance Show ComedyEvent
instance Read ComedyEvent
instance Eq ComedyEvent
instance MetaData ComedyEvent
module Text.HTML5.MetaData.Schema.Comment
-- |
-- - id Comment
-- - label Comment
-- - comment
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes CreativeWork
-- - url http://schema.org/Comment
--
data Comment
Comment :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> Comment
additionalType :: Comment -> AdditionalType
alternateName :: Comment -> AlternateName
description :: Comment -> Description
image :: Comment -> Image
name :: Comment -> Name
sameAs :: Comment -> SameAs
url :: Comment -> Url
about :: Comment -> About
accessibilityAPI :: Comment -> AccessibilityAPI
accessibilityControl :: Comment -> AccessibilityControl
accessibilityFeature :: Comment -> AccessibilityFeature
accessibilityHazard :: Comment -> AccessibilityHazard
accountablePerson :: Comment -> AccountablePerson
aggregateRating :: Comment -> AggregateRating
alternativeHeadline :: Comment -> AlternativeHeadline
associatedMedia :: Comment -> AssociatedMedia
audience :: Comment -> Audience
audio :: Comment -> Audio
author :: Comment -> Author
award :: Comment -> Award
awards :: Comment -> Awards
citation :: Comment -> Citation
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
educationalAlignment :: Comment -> EducationalAlignment
educationalUse :: Comment -> EducationalUse
encoding :: Comment -> Encoding
encodings :: Comment -> Encodings
genre :: Comment -> Genre
headline :: Comment -> Headline
inLanguage :: Comment -> InLanguage
interactionCount :: Comment -> InteractionCount
interactivityType :: Comment -> InteractivityType
isBasedOnUrl :: Comment -> IsBasedOnUrl
isFamilyFriendly :: Comment -> IsFamilyFriendly
keywords :: Comment -> Keywords
learningResourceType :: Comment -> LearningResourceType
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
timeRequired :: Comment -> TimeRequired
typicalAgeRange :: Comment -> TypicalAgeRange
version :: Comment -> Version
video :: Comment -> Video
instance Typeable Comment
instance Show Comment
instance Read Comment
instance Eq Comment
instance MetaData Comment
module Text.HTML5.MetaData.Schema.ContactPage
-- |
-- - id ContactPage
-- - label Contact Page
-- - comment
-- - ancestors
-- Thing,CreativeWork,WebPage
-- - subtypes
-- - supertypes WebPage
-- - url http://schema.org/ContactPage
--
data ContactPage
ContactPage :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> Breadcrumb -> IsPartOf -> LastReviewed -> MainContentOfPage -> PrimaryImageOfPage -> RelatedLink -> ReviewedBy -> SignificantLink -> SignificantLinks -> Specialty -> ContactPage
additionalType :: ContactPage -> AdditionalType
alternateName :: ContactPage -> AlternateName
description :: ContactPage -> Description
image :: ContactPage -> Image
name :: ContactPage -> Name
sameAs :: ContactPage -> SameAs
url :: ContactPage -> Url
about :: ContactPage -> About
accessibilityAPI :: ContactPage -> AccessibilityAPI
accessibilityControl :: ContactPage -> AccessibilityControl
accessibilityFeature :: ContactPage -> AccessibilityFeature
accessibilityHazard :: ContactPage -> AccessibilityHazard
accountablePerson :: ContactPage -> AccountablePerson
aggregateRating :: ContactPage -> AggregateRating
alternativeHeadline :: ContactPage -> AlternativeHeadline
associatedMedia :: ContactPage -> AssociatedMedia
audience :: ContactPage -> Audience
audio :: ContactPage -> Audio
author :: ContactPage -> Author
award :: ContactPage -> Award
awards :: ContactPage -> Awards
citation :: ContactPage -> Citation
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
educationalAlignment :: ContactPage -> EducationalAlignment
educationalUse :: ContactPage -> EducationalUse
encoding :: ContactPage -> Encoding
encodings :: ContactPage -> Encodings
genre :: ContactPage -> Genre
headline :: ContactPage -> Headline
inLanguage :: ContactPage -> InLanguage
interactionCount :: ContactPage -> InteractionCount
interactivityType :: ContactPage -> InteractivityType
isBasedOnUrl :: ContactPage -> IsBasedOnUrl
isFamilyFriendly :: ContactPage -> IsFamilyFriendly
keywords :: ContactPage -> Keywords
learningResourceType :: ContactPage -> LearningResourceType
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
timeRequired :: ContactPage -> TimeRequired
typicalAgeRange :: ContactPage -> TypicalAgeRange
version :: ContactPage -> Version
video :: ContactPage -> Video
breadcrumb :: ContactPage -> Breadcrumb
isPartOf :: ContactPage -> IsPartOf
lastReviewed :: ContactPage -> LastReviewed
mainContentOfPage :: ContactPage -> MainContentOfPage
primaryImageOfPage :: ContactPage -> PrimaryImageOfPage
relatedLink :: ContactPage -> RelatedLink
reviewedBy :: ContactPage -> ReviewedBy
significantLink :: ContactPage -> SignificantLink
significantLinks :: ContactPage -> SignificantLinks
specialty :: ContactPage -> Specialty
instance Typeable ContactPage
instance Show ContactPage
instance Read ContactPage
instance Eq ContactPage
instance MetaData ContactPage
module Text.HTML5.MetaData.Schema.ProfilePage
-- |
-- - id ProfilePage
-- - label Profile Page
-- - comment
-- - ancestors
-- Thing,CreativeWork,WebPage
-- - subtypes
-- - supertypes WebPage
-- - url http://schema.org/ProfilePage
--
data ProfilePage
ProfilePage :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> Breadcrumb -> IsPartOf -> LastReviewed -> MainContentOfPage -> PrimaryImageOfPage -> RelatedLink -> ReviewedBy -> SignificantLink -> SignificantLinks -> Specialty -> ProfilePage
additionalType :: ProfilePage -> AdditionalType
alternateName :: ProfilePage -> AlternateName
description :: ProfilePage -> Description
image :: ProfilePage -> Image
name :: ProfilePage -> Name
sameAs :: ProfilePage -> SameAs
url :: ProfilePage -> Url
about :: ProfilePage -> About
accessibilityAPI :: ProfilePage -> AccessibilityAPI
accessibilityControl :: ProfilePage -> AccessibilityControl
accessibilityFeature :: ProfilePage -> AccessibilityFeature
accessibilityHazard :: ProfilePage -> AccessibilityHazard
accountablePerson :: ProfilePage -> AccountablePerson
aggregateRating :: ProfilePage -> AggregateRating
alternativeHeadline :: ProfilePage -> AlternativeHeadline
associatedMedia :: ProfilePage -> AssociatedMedia
audience :: ProfilePage -> Audience
audio :: ProfilePage -> Audio
author :: ProfilePage -> Author
award :: ProfilePage -> Award
awards :: ProfilePage -> Awards
citation :: ProfilePage -> Citation
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
educationalAlignment :: ProfilePage -> EducationalAlignment
educationalUse :: ProfilePage -> EducationalUse
encoding :: ProfilePage -> Encoding
encodings :: ProfilePage -> Encodings
genre :: ProfilePage -> Genre
headline :: ProfilePage -> Headline
inLanguage :: ProfilePage -> InLanguage
interactionCount :: ProfilePage -> InteractionCount
interactivityType :: ProfilePage -> InteractivityType
isBasedOnUrl :: ProfilePage -> IsBasedOnUrl
isFamilyFriendly :: ProfilePage -> IsFamilyFriendly
keywords :: ProfilePage -> Keywords
learningResourceType :: ProfilePage -> LearningResourceType
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
timeRequired :: ProfilePage -> TimeRequired
typicalAgeRange :: ProfilePage -> TypicalAgeRange
version :: ProfilePage -> Version
video :: ProfilePage -> Video
breadcrumb :: ProfilePage -> Breadcrumb
isPartOf :: ProfilePage -> IsPartOf
lastReviewed :: ProfilePage -> LastReviewed
mainContentOfPage :: ProfilePage -> MainContentOfPage
primaryImageOfPage :: ProfilePage -> PrimaryImageOfPage
relatedLink :: ProfilePage -> RelatedLink
reviewedBy :: ProfilePage -> ReviewedBy
significantLink :: ProfilePage -> SignificantLink
significantLinks :: ProfilePage -> SignificantLinks
specialty :: ProfilePage -> Specialty
instance Typeable ProfilePage
instance Show ProfilePage
instance Read ProfilePage
instance Eq ProfilePage
instance MetaData ProfilePage
module Text.HTML5.MetaData.Schema.WebPage
-- |
-- - id WebPage
-- - label Web Page
-- - comment
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- AboutPage,CheckoutPage,CollectionPage,ContactPage,ItemPage,MedicalWebPage,ProfilePage,SearchResultsPage
-- - supertypes CreativeWork
-- - url http://schema.org/WebPage
--
data WebPage
WebPage :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> Breadcrumb -> IsPartOf -> LastReviewed -> MainContentOfPage -> PrimaryImageOfPage -> RelatedLink -> ReviewedBy -> SignificantLink -> SignificantLinks -> Specialty -> WebPage
additionalType :: WebPage -> AdditionalType
alternateName :: WebPage -> AlternateName
description :: WebPage -> Description
image :: WebPage -> Image
name :: WebPage -> Name
sameAs :: WebPage -> SameAs
url :: WebPage -> Url
about :: WebPage -> About
accessibilityAPI :: WebPage -> AccessibilityAPI
accessibilityControl :: WebPage -> AccessibilityControl
accessibilityFeature :: WebPage -> AccessibilityFeature
accessibilityHazard :: WebPage -> AccessibilityHazard
accountablePerson :: WebPage -> AccountablePerson
aggregateRating :: WebPage -> AggregateRating
alternativeHeadline :: WebPage -> AlternativeHeadline
associatedMedia :: WebPage -> AssociatedMedia
audience :: WebPage -> Audience
audio :: WebPage -> Audio
author :: WebPage -> Author
award :: WebPage -> Award
awards :: WebPage -> Awards
citation :: WebPage -> Citation
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
educationalAlignment :: WebPage -> EducationalAlignment
educationalUse :: WebPage -> EducationalUse
encoding :: WebPage -> Encoding
encodings :: WebPage -> Encodings
genre :: WebPage -> Genre
headline :: WebPage -> Headline
inLanguage :: WebPage -> InLanguage
interactionCount :: WebPage -> InteractionCount
interactivityType :: WebPage -> InteractivityType
isBasedOnUrl :: WebPage -> IsBasedOnUrl
isFamilyFriendly :: WebPage -> IsFamilyFriendly
keywords :: WebPage -> Keywords
learningResourceType :: WebPage -> LearningResourceType
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
timeRequired :: WebPage -> TimeRequired
typicalAgeRange :: WebPage -> TypicalAgeRange
version :: WebPage -> Version
video :: WebPage -> Video
breadcrumb :: WebPage -> Breadcrumb
isPartOf :: WebPage -> IsPartOf
lastReviewed :: WebPage -> LastReviewed
mainContentOfPage :: WebPage -> MainContentOfPage
primaryImageOfPage :: WebPage -> PrimaryImageOfPage
relatedLink :: WebPage -> RelatedLink
reviewedBy :: WebPage -> ReviewedBy
significantLink :: WebPage -> SignificantLink
significantLinks :: WebPage -> SignificantLinks
specialty :: WebPage -> Specialty
instance Typeable WebPage
instance Show WebPage
instance Read WebPage
instance Eq WebPage
instance MetaData WebPage
module Text.HTML5.MetaData.Schema.SearchResultsPage
-- |
-- - id SearchResultsPage
-- - label Search Results Page
-- - comment
-- - ancestors
-- Thing,CreativeWork,WebPage
-- - subtypes
-- - supertypes WebPage
-- - url
-- http://schema.org/SearchResultsPage
--
data SearchResultsPage
SearchResultsPage :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> Breadcrumb -> IsPartOf -> LastReviewed -> MainContentOfPage -> PrimaryImageOfPage -> RelatedLink -> ReviewedBy -> SignificantLink -> SignificantLinks -> Specialty -> SearchResultsPage
additionalType :: SearchResultsPage -> AdditionalType
alternateName :: SearchResultsPage -> AlternateName
description :: SearchResultsPage -> Description
image :: SearchResultsPage -> Image
name :: SearchResultsPage -> Name
sameAs :: SearchResultsPage -> SameAs
url :: SearchResultsPage -> Url
about :: SearchResultsPage -> About
accessibilityAPI :: SearchResultsPage -> AccessibilityAPI
accessibilityControl :: SearchResultsPage -> AccessibilityControl
accessibilityFeature :: SearchResultsPage -> AccessibilityFeature
accessibilityHazard :: SearchResultsPage -> AccessibilityHazard
accountablePerson :: SearchResultsPage -> AccountablePerson
aggregateRating :: SearchResultsPage -> AggregateRating
alternativeHeadline :: SearchResultsPage -> AlternativeHeadline
associatedMedia :: SearchResultsPage -> AssociatedMedia
audience :: SearchResultsPage -> Audience
audio :: SearchResultsPage -> Audio
author :: SearchResultsPage -> Author
award :: SearchResultsPage -> Award
awards :: SearchResultsPage -> Awards
citation :: SearchResultsPage -> Citation
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
educationalAlignment :: SearchResultsPage -> EducationalAlignment
educationalUse :: SearchResultsPage -> EducationalUse
encoding :: SearchResultsPage -> Encoding
encodings :: SearchResultsPage -> Encodings
genre :: SearchResultsPage -> Genre
headline :: SearchResultsPage -> Headline
inLanguage :: SearchResultsPage -> InLanguage
interactionCount :: SearchResultsPage -> InteractionCount
interactivityType :: SearchResultsPage -> InteractivityType
isBasedOnUrl :: SearchResultsPage -> IsBasedOnUrl
isFamilyFriendly :: SearchResultsPage -> IsFamilyFriendly
keywords :: SearchResultsPage -> Keywords
learningResourceType :: SearchResultsPage -> LearningResourceType
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
timeRequired :: SearchResultsPage -> TimeRequired
typicalAgeRange :: SearchResultsPage -> TypicalAgeRange
version :: SearchResultsPage -> Version
video :: SearchResultsPage -> Video
breadcrumb :: SearchResultsPage -> Breadcrumb
isPartOf :: SearchResultsPage -> IsPartOf
lastReviewed :: SearchResultsPage -> LastReviewed
mainContentOfPage :: SearchResultsPage -> MainContentOfPage
primaryImageOfPage :: SearchResultsPage -> PrimaryImageOfPage
relatedLink :: SearchResultsPage -> RelatedLink
reviewedBy :: SearchResultsPage -> ReviewedBy
significantLink :: SearchResultsPage -> SignificantLink
significantLinks :: SearchResultsPage -> SignificantLinks
specialty :: SearchResultsPage -> Specialty
instance Typeable SearchResultsPage
instance Show SearchResultsPage
instance Read SearchResultsPage
instance Eq SearchResultsPage
instance MetaData SearchResultsPage
module Text.HTML5.MetaData.Schema.BuddhistTemple
-- |
-- - id BuddhistTemple
-- - label Buddhist Temple
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure,PlaceOfWorship
-- - subtypes
-- - supertypes PlaceOfWorship
-- - url http://schema.org/BuddhistTemple
--
data BuddhistTemple
BuddhistTemple :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> BuddhistTemple
additionalType :: BuddhistTemple -> AdditionalType
alternateName :: BuddhistTemple -> AlternateName
description :: BuddhistTemple -> Description
image :: BuddhistTemple -> Image
name :: BuddhistTemple -> Name
sameAs :: BuddhistTemple -> SameAs
url :: BuddhistTemple -> Url
address :: BuddhistTemple -> Address
aggregateRating :: BuddhistTemple -> AggregateRating
containedIn :: BuddhistTemple -> ContainedIn
event :: BuddhistTemple -> Event
events :: BuddhistTemple -> Events
faxNumber :: BuddhistTemple -> FaxNumber
geo :: BuddhistTemple -> Geo
globalLocationNumber :: BuddhistTemple -> GlobalLocationNumber
interactionCount :: BuddhistTemple -> InteractionCount
isicV4 :: BuddhistTemple -> IsicV4
logo :: BuddhistTemple -> Logo
map :: BuddhistTemple -> Map
maps :: BuddhistTemple -> Maps
openingHoursSpecification :: BuddhistTemple -> OpeningHoursSpecification
photo :: BuddhistTemple -> Photo
photos :: BuddhistTemple -> Photos
review :: BuddhistTemple -> Review
reviews :: BuddhistTemple -> Reviews
telephone :: BuddhistTemple -> Telephone
openingHours :: BuddhistTemple -> OpeningHours
instance Typeable BuddhistTemple
instance Show BuddhistTemple
instance Read BuddhistTemple
instance Eq BuddhistTemple
instance MetaData BuddhistTemple
module Text.HTML5.MetaData.Schema.PlaceOfWorship
-- |
-- - id PlaceOfWorship
-- - label Place of Worship
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure
-- - subtypes
-- BuddhistTemple,CatholicChurch,Church,HinduTemple,Mosque,Synagogue
-- - supertypes CivicStructure
-- - url http://schema.org/PlaceOfWorship
--
data PlaceOfWorship
PlaceOfWorship :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> PlaceOfWorship
additionalType :: PlaceOfWorship -> AdditionalType
alternateName :: PlaceOfWorship -> AlternateName
description :: PlaceOfWorship -> Description
image :: PlaceOfWorship -> Image
name :: PlaceOfWorship -> Name
sameAs :: PlaceOfWorship -> SameAs
url :: PlaceOfWorship -> Url
address :: PlaceOfWorship -> Address
aggregateRating :: PlaceOfWorship -> AggregateRating
containedIn :: PlaceOfWorship -> ContainedIn
event :: PlaceOfWorship -> Event
events :: PlaceOfWorship -> Events
faxNumber :: PlaceOfWorship -> FaxNumber
geo :: PlaceOfWorship -> Geo
globalLocationNumber :: PlaceOfWorship -> GlobalLocationNumber
interactionCount :: PlaceOfWorship -> InteractionCount
isicV4 :: PlaceOfWorship -> IsicV4
logo :: PlaceOfWorship -> Logo
map :: PlaceOfWorship -> Map
maps :: PlaceOfWorship -> Maps
openingHoursSpecification :: PlaceOfWorship -> OpeningHoursSpecification
photo :: PlaceOfWorship -> Photo
photos :: PlaceOfWorship -> Photos
review :: PlaceOfWorship -> Review
reviews :: PlaceOfWorship -> Reviews
telephone :: PlaceOfWorship -> Telephone
openingHours :: PlaceOfWorship -> OpeningHours
instance Typeable PlaceOfWorship
instance Show PlaceOfWorship
instance Read PlaceOfWorship
instance Eq PlaceOfWorship
instance MetaData PlaceOfWorship
module Text.HTML5.MetaData.Schema.CatholicChurch
-- |
-- - id CatholicChurch
-- - label Catholic Church
-- - comment
-- - ancestors
-- Thing,Place,CivicStructure,PlaceOfWorship
-- - subtypes
-- - supertypes PlaceOfWorship
-- - url http://schema.org/CatholicChurch
--
data CatholicChurch
CatholicChurch :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> OpeningHours -> CatholicChurch
additionalType :: CatholicChurch -> AdditionalType
alternateName :: CatholicChurch -> AlternateName
description :: CatholicChurch -> Description
image :: CatholicChurch -> Image
name :: CatholicChurch -> Name
sameAs :: CatholicChurch -> SameAs
url :: CatholicChurch -> Url
address :: CatholicChurch -> Address
aggregateRating :: CatholicChurch -> AggregateRating
containedIn :: CatholicChurch -> ContainedIn
event :: CatholicChurch -> Event
events :: CatholicChurch -> Events
faxNumber :: CatholicChurch -> FaxNumber
geo :: CatholicChurch -> Geo
globalLocationNumber :: CatholicChurch -> GlobalLocationNumber
interactionCount :: CatholicChurch -> InteractionCount
isicV4 :: CatholicChurch -> IsicV4
logo :: CatholicChurch -> Logo
map :: CatholicChurch -> Map
maps :: CatholicChurch -> Maps
openingHoursSpecification :: CatholicChurch -> OpeningHoursSpecification
photo :: CatholicChurch -> Photo
photos :: CatholicChurch -> Photos
review :: CatholicChurch -> Review
reviews :: CatholicChurch -> Reviews
telephone :: CatholicChurch -> Telephone
openingHours :: CatholicChurch -> OpeningHours
instance Typeable CatholicChurch
instance Show CatholicChurch
instance Read CatholicChurch
instance Eq CatholicChurch
instance MetaData CatholicChurch
module Text.HTML5.MetaData.Schema.PublicationEvent
-- |
data PublicationEvent
PublicationEvent :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Attendee -> Attendees -> DoorTime -> Duration -> EndDate -> EventStatus -> Location -> Offers -> Performer -> Performers -> PreviousStartDate -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> TypicalAgeRange -> Free -> PublishedOn -> PublicationEvent
additionalType :: PublicationEvent -> AdditionalType
alternateName :: PublicationEvent -> AlternateName
description :: PublicationEvent -> Description
image :: PublicationEvent -> Image
name :: PublicationEvent -> Name
sameAs :: PublicationEvent -> SameAs
url :: PublicationEvent -> Url
attendee :: PublicationEvent -> Attendee
attendees :: PublicationEvent -> Attendees
doorTime :: PublicationEvent -> DoorTime
duration :: PublicationEvent -> Duration
endDate :: PublicationEvent -> EndDate
eventStatus :: PublicationEvent -> EventStatus
location :: PublicationEvent -> Location
offers :: PublicationEvent -> Offers
performer :: PublicationEvent -> Performer
performers :: PublicationEvent -> Performers
previousStartDate :: PublicationEvent -> PreviousStartDate
startDate :: PublicationEvent -> StartDate
subEvent :: PublicationEvent -> SubEvent
subEvents :: PublicationEvent -> SubEvents
superEvent :: PublicationEvent -> SuperEvent
typicalAgeRange :: PublicationEvent -> TypicalAgeRange
free :: PublicationEvent -> Free
publishedOn :: PublicationEvent -> PublishedOn
instance Typeable PublicationEvent
instance Show PublicationEvent
instance Read PublicationEvent
instance Eq PublicationEvent
instance MetaData PublicationEvent
module Text.HTML5.MetaData.Schema.BroadcastEvent
-- |
-- - id BroadcastEvent
-- - label Broadcast Event
-- - comment
-- - ancestors
-- Thing,Event,PublicationEvent
-- - subtypes
-- - supertypes PublicationEvent
-- - url http://schema.org/BroadcastEvent
--
data BroadcastEvent
BroadcastEvent :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Attendee -> Attendees -> DoorTime -> Duration -> EndDate -> EventStatus -> Location -> Offers -> Performer -> Performers -> PreviousStartDate -> StartDate -> SubEvent -> SubEvents -> SuperEvent -> TypicalAgeRange -> Free -> PublishedOn -> BroadcastEvent
additionalType :: BroadcastEvent -> AdditionalType
alternateName :: BroadcastEvent -> AlternateName
description :: BroadcastEvent -> Description
image :: BroadcastEvent -> Image
name :: BroadcastEvent -> Name
sameAs :: BroadcastEvent -> SameAs
url :: BroadcastEvent -> Url
attendee :: BroadcastEvent -> Attendee
attendees :: BroadcastEvent -> Attendees
doorTime :: BroadcastEvent -> DoorTime
duration :: BroadcastEvent -> Duration
endDate :: BroadcastEvent -> EndDate
eventStatus :: BroadcastEvent -> EventStatus
location :: BroadcastEvent -> Location
offers :: BroadcastEvent -> Offers
performer :: BroadcastEvent -> Performer
performers :: BroadcastEvent -> Performers
previousStartDate :: BroadcastEvent -> PreviousStartDate
startDate :: BroadcastEvent -> StartDate
subEvent :: BroadcastEvent -> SubEvent
subEvents :: BroadcastEvent -> SubEvents
superEvent :: BroadcastEvent -> SuperEvent
typicalAgeRange :: BroadcastEvent -> TypicalAgeRange
free :: BroadcastEvent -> Free
publishedOn :: BroadcastEvent -> PublishedOn
instance Typeable BroadcastEvent
instance Show BroadcastEvent
instance Read BroadcastEvent
instance Eq BroadcastEvent
instance MetaData BroadcastEvent
module Text.HTML5.MetaData.Schema.PreventionIndication
-- |
-- - id PreventionIndication
-- - label Prevention Indication
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalIndication
-- - subtypes
-- - supertypes
-- MedicalIndication
-- - url
-- http://schema.org/PreventionIndication
--
data PreventionIndication
PreventionIndication :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> PreventionIndication
additionalType :: PreventionIndication -> AdditionalType
alternateName :: PreventionIndication -> AlternateName
description :: PreventionIndication -> Description
image :: PreventionIndication -> Image
name :: PreventionIndication -> Name
sameAs :: PreventionIndication -> SameAs
url :: PreventionIndication -> Url
code :: PreventionIndication -> Code
guideline :: PreventionIndication -> Guideline
medicineSystem :: PreventionIndication -> MedicineSystem
recognizingAuthority :: PreventionIndication -> RecognizingAuthority
relevantSpecialty :: PreventionIndication -> RelevantSpecialty
study :: PreventionIndication -> Study
instance Typeable PreventionIndication
instance Show PreventionIndication
instance Read PreventionIndication
instance Eq PreventionIndication
instance MetaData PreventionIndication
module Text.HTML5.MetaData.Schema.AchieveAction
-- |
data AchieveAction
AchieveAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> AchieveAction
additionalType :: AchieveAction -> AdditionalType
alternateName :: AchieveAction -> AlternateName
description :: AchieveAction -> Description
image :: AchieveAction -> Image
name :: AchieveAction -> Name
sameAs :: AchieveAction -> SameAs
url :: AchieveAction -> Url
agent :: AchieveAction -> Agent
endTime :: AchieveAction -> EndTime
instrument :: AchieveAction -> Instrument
location :: AchieveAction -> Location
object :: AchieveAction -> Object
participant :: AchieveAction -> Participant
result :: AchieveAction -> Result
startTime :: AchieveAction -> StartTime
instance Typeable AchieveAction
instance Show AchieveAction
instance Read AchieveAction
instance Eq AchieveAction
instance MetaData AchieveAction
module Text.HTML5.MetaData.Schema.TieAction
-- |
-- - id TieAction
-- - label Tie Action
-- - comment
-- - ancestors
-- Thing,Action,AchieveAction
-- - subtypes
-- - supertypes AchieveAction
-- - url http://schema.org/TieAction
--
data TieAction
TieAction :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Agent -> EndTime -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> TieAction
additionalType :: TieAction -> AdditionalType
alternateName :: TieAction -> AlternateName
description :: TieAction -> Description
image :: TieAction -> Image
name :: TieAction -> Name
sameAs :: TieAction -> SameAs
url :: TieAction -> Url
agent :: TieAction -> Agent
endTime :: TieAction -> EndTime
instrument :: TieAction -> Instrument
location :: TieAction -> Location
object :: TieAction -> Object
participant :: TieAction -> Participant
result :: TieAction -> Result
startTime :: TieAction -> StartTime
instance Typeable TieAction
instance Show TieAction
instance Read TieAction
instance Eq TieAction
instance MetaData TieAction
module Text.HTML5.MetaData.Schema.MedicalIndication
-- |
-- - id MedicalIndication
-- - label Medical Indication
-- - comment
-- - ancestors
-- Thing,MedicalEntity
-- - subtypes
-- ApprovedIndication,PreventionIndication,TreatmentIndication
-- - supertypes MedicalEntity
-- - url
-- http://schema.org/MedicalIndication
--
data MedicalIndication
MedicalIndication :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> MedicalIndication
additionalType :: MedicalIndication -> AdditionalType
alternateName :: MedicalIndication -> AlternateName
description :: MedicalIndication -> Description
image :: MedicalIndication -> Image
name :: MedicalIndication -> Name
sameAs :: MedicalIndication -> SameAs
url :: MedicalIndication -> Url
code :: MedicalIndication -> Code
guideline :: MedicalIndication -> Guideline
medicineSystem :: MedicalIndication -> MedicineSystem
recognizingAuthority :: MedicalIndication -> RecognizingAuthority
relevantSpecialty :: MedicalIndication -> RelevantSpecialty
study :: MedicalIndication -> Study
instance Typeable MedicalIndication
instance Show MedicalIndication
instance Read MedicalIndication
instance Eq MedicalIndication
instance MetaData MedicalIndication
module Text.HTML5.MetaData.Schema.TreatmentIndication
-- |
-- - id TreatmentIndication
-- - label Treatment Indication
-- - comment
-- - ancestors
-- Thing,MedicalEntity,MedicalIndication
-- - subtypes
-- - supertypes
-- MedicalIndication
-- - url
-- http://schema.org/TreatmentIndication
--
data TreatmentIndication
TreatmentIndication :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> TreatmentIndication
additionalType :: TreatmentIndication -> AdditionalType
alternateName :: TreatmentIndication -> AlternateName
description :: TreatmentIndication -> Description
image :: TreatmentIndication -> Image
name :: TreatmentIndication -> Name
sameAs :: TreatmentIndication -> SameAs
url :: TreatmentIndication -> Url
code :: TreatmentIndication -> Code
guideline :: TreatmentIndication -> Guideline
medicineSystem :: TreatmentIndication -> MedicineSystem
recognizingAuthority :: TreatmentIndication -> RecognizingAuthority
relevantSpecialty :: TreatmentIndication -> RelevantSpecialty
study :: TreatmentIndication -> Study
instance Typeable TreatmentIndication
instance Show TreatmentIndication
instance Read TreatmentIndication
instance Eq TreatmentIndication
instance MetaData TreatmentIndication
module Text.HTML5.MetaData.Schema.HealthAndBeautyBusiness
-- |
-- - id HealthAndBeautyBusiness
-- - label Health And Beauty Business
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness
-- - subtypes
-- BeautySalon,DaySpa,HairSalon,HealthClub,NailSalon,TattooParlor
-- - supertypes LocalBusiness
-- - url
-- http://schema.org/HealthAndBeautyBusiness
--
data HealthAndBeautyBusiness
HealthAndBeautyBusiness :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> HealthAndBeautyBusiness
additionalType :: HealthAndBeautyBusiness -> AdditionalType
alternateName :: HealthAndBeautyBusiness -> AlternateName
description :: HealthAndBeautyBusiness -> Description
image :: HealthAndBeautyBusiness -> Image
name :: HealthAndBeautyBusiness -> Name
sameAs :: HealthAndBeautyBusiness -> SameAs
url :: HealthAndBeautyBusiness -> Url
address :: HealthAndBeautyBusiness -> Address
aggregateRating :: HealthAndBeautyBusiness -> AggregateRating
containedIn :: HealthAndBeautyBusiness -> ContainedIn
event :: HealthAndBeautyBusiness -> Event
events :: HealthAndBeautyBusiness -> Events
faxNumber :: HealthAndBeautyBusiness -> FaxNumber
geo :: HealthAndBeautyBusiness -> Geo
globalLocationNumber :: HealthAndBeautyBusiness -> GlobalLocationNumber
interactionCount :: HealthAndBeautyBusiness -> InteractionCount
isicV4 :: HealthAndBeautyBusiness -> IsicV4
logo :: HealthAndBeautyBusiness -> Logo
map :: HealthAndBeautyBusiness -> Map
maps :: HealthAndBeautyBusiness -> Maps
openingHoursSpecification :: HealthAndBeautyBusiness -> OpeningHoursSpecification
photo :: HealthAndBeautyBusiness -> Photo
photos :: HealthAndBeautyBusiness -> Photos
review :: HealthAndBeautyBusiness -> Review
reviews :: HealthAndBeautyBusiness -> Reviews
telephone :: HealthAndBeautyBusiness -> Telephone
brand :: HealthAndBeautyBusiness -> Brand
contactPoint :: HealthAndBeautyBusiness -> ContactPoint
contactPoints :: HealthAndBeautyBusiness -> ContactPoints
department :: HealthAndBeautyBusiness -> Department
duns :: HealthAndBeautyBusiness -> Duns
email :: HealthAndBeautyBusiness -> Email
employee :: HealthAndBeautyBusiness -> Employee
employees :: HealthAndBeautyBusiness -> Employees
founder :: HealthAndBeautyBusiness -> Founder
founders :: HealthAndBeautyBusiness -> Founders
foundingDate :: HealthAndBeautyBusiness -> FoundingDate
hasPOS :: HealthAndBeautyBusiness -> HasPOS
legalName :: HealthAndBeautyBusiness -> LegalName
location :: HealthAndBeautyBusiness -> Location
makesOffer :: HealthAndBeautyBusiness -> MakesOffer
member :: HealthAndBeautyBusiness -> Member
members :: HealthAndBeautyBusiness -> Members
naics :: HealthAndBeautyBusiness -> Naics
owns :: HealthAndBeautyBusiness -> Owns
seeks :: HealthAndBeautyBusiness -> Seeks
subOrganization :: HealthAndBeautyBusiness -> SubOrganization
taxID :: HealthAndBeautyBusiness -> TaxID
vatID :: HealthAndBeautyBusiness -> VatID
branchOf :: HealthAndBeautyBusiness -> BranchOf
currenciesAccepted :: HealthAndBeautyBusiness -> CurrenciesAccepted
openingHours :: HealthAndBeautyBusiness -> OpeningHours
paymentAccepted :: HealthAndBeautyBusiness -> PaymentAccepted
priceRange :: HealthAndBeautyBusiness -> PriceRange
instance Typeable HealthAndBeautyBusiness
instance Show HealthAndBeautyBusiness
instance Read HealthAndBeautyBusiness
instance Eq HealthAndBeautyBusiness
instance MetaData HealthAndBeautyBusiness
module Text.HTML5.MetaData.Schema.TattooParlor
-- |
-- - id TattooParlor
-- - label Tattoo Parlor
-- - comment
-- - ancestors
-- Thing,Organization,LocalBusiness,HealthAndBeautyBusiness
-- - subtypes
-- - supertypes
-- HealthAndBeautyBusiness
-- - url http://schema.org/TattooParlor
--
data TattooParlor
TattooParlor :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> Address -> AggregateRating -> ContainedIn -> Event -> Events -> FaxNumber -> Geo -> GlobalLocationNumber -> InteractionCount -> IsicV4 -> Logo -> Map -> Maps -> OpeningHoursSpecification -> Photo -> Photos -> Review -> Reviews -> Telephone -> Brand -> ContactPoint -> ContactPoints -> Department -> Duns -> Email -> Employee -> Employees -> Founder -> Founders -> FoundingDate -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> Members -> Naics -> Owns -> Seeks -> SubOrganization -> TaxID -> VatID -> BranchOf -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> TattooParlor
additionalType :: TattooParlor -> AdditionalType
alternateName :: TattooParlor -> AlternateName
description :: TattooParlor -> Description
image :: TattooParlor -> Image
name :: TattooParlor -> Name
sameAs :: TattooParlor -> SameAs
url :: TattooParlor -> Url
address :: TattooParlor -> Address
aggregateRating :: TattooParlor -> AggregateRating
containedIn :: TattooParlor -> ContainedIn
event :: TattooParlor -> Event
events :: TattooParlor -> Events
faxNumber :: TattooParlor -> FaxNumber
geo :: TattooParlor -> Geo
globalLocationNumber :: TattooParlor -> GlobalLocationNumber
interactionCount :: TattooParlor -> InteractionCount
isicV4 :: TattooParlor -> IsicV4
logo :: TattooParlor -> Logo
map :: TattooParlor -> Map
maps :: TattooParlor -> Maps
openingHoursSpecification :: TattooParlor -> OpeningHoursSpecification
photo :: TattooParlor -> Photo
photos :: TattooParlor -> Photos
review :: TattooParlor -> Review
reviews :: TattooParlor -> Reviews
telephone :: TattooParlor -> Telephone
brand :: TattooParlor -> Brand
contactPoint :: TattooParlor -> ContactPoint
contactPoints :: TattooParlor -> ContactPoints
department :: TattooParlor -> Department
duns :: TattooParlor -> Duns
email :: TattooParlor -> Email
employee :: TattooParlor -> Employee
employees :: TattooParlor -> Employees
founder :: TattooParlor -> Founder
founders :: TattooParlor -> Founders
foundingDate :: TattooParlor -> FoundingDate
hasPOS :: TattooParlor -> HasPOS
legalName :: TattooParlor -> LegalName
location :: TattooParlor -> Location
makesOffer :: TattooParlor -> MakesOffer
member :: TattooParlor -> Member
members :: TattooParlor -> Members
naics :: TattooParlor -> Naics
owns :: TattooParlor -> Owns
seeks :: TattooParlor -> Seeks
subOrganization :: TattooParlor -> SubOrganization
taxID :: TattooParlor -> TaxID
vatID :: TattooParlor -> VatID
branchOf :: TattooParlor -> BranchOf
currenciesAccepted :: TattooParlor -> CurrenciesAccepted
openingHours :: TattooParlor -> OpeningHours
paymentAccepted :: TattooParlor -> PaymentAccepted
priceRange :: TattooParlor -> PriceRange
instance Typeable TattooParlor
instance Show TattooParlor
instance Read TattooParlor
instance Eq TattooParlor
instance MetaData TattooParlor
module Text.HTML5.MetaData.Schema.CreativeWork
-- |
-- - id CreativeWork
-- - label Creative Work
-- - comment
-- - ancestors Thing
-- - subtypes
-- Article,Blog,Book,Clip,Code,Comment,DataCatalog,Dataset,Diet,Episode,ExercisePlan,ItemList,Map,MediaObject,Movie,MusicPlaylist,MusicRecording,Painting,Photograph,Recipe,Review,Sculpture,Season,Series,SoftwareApplication,TVSeason,TVSeries,WebPage,WebPageElement
-- - supertypes Thing
-- - url http://schema.org/CreativeWork
--
data CreativeWork
CreativeWork :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> CreativeWork
additionalType :: CreativeWork -> AdditionalType
alternateName :: CreativeWork -> AlternateName
description :: CreativeWork -> Description
image :: CreativeWork -> Image
name :: CreativeWork -> Name
sameAs :: CreativeWork -> SameAs
url :: CreativeWork -> Url
about :: CreativeWork -> About
accessibilityAPI :: CreativeWork -> AccessibilityAPI
accessibilityControl :: CreativeWork -> AccessibilityControl
accessibilityFeature :: CreativeWork -> AccessibilityFeature
accessibilityHazard :: CreativeWork -> AccessibilityHazard
accountablePerson :: CreativeWork -> AccountablePerson
aggregateRating :: CreativeWork -> AggregateRating
alternativeHeadline :: CreativeWork -> AlternativeHeadline
associatedMedia :: CreativeWork -> AssociatedMedia
audience :: CreativeWork -> Audience
audio :: CreativeWork -> Audio
author :: CreativeWork -> Author
award :: CreativeWork -> Award
awards :: CreativeWork -> Awards
citation :: CreativeWork -> Citation
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
educationalAlignment :: CreativeWork -> EducationalAlignment
educationalUse :: CreativeWork -> EducationalUse
encoding :: CreativeWork -> Encoding
encodings :: CreativeWork -> Encodings
genre :: CreativeWork -> Genre
headline :: CreativeWork -> Headline
inLanguage :: CreativeWork -> InLanguage
interactionCount :: CreativeWork -> InteractionCount
interactivityType :: CreativeWork -> InteractivityType
isBasedOnUrl :: CreativeWork -> IsBasedOnUrl
isFamilyFriendly :: CreativeWork -> IsFamilyFriendly
keywords :: CreativeWork -> Keywords
learningResourceType :: CreativeWork -> LearningResourceType
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
timeRequired :: CreativeWork -> TimeRequired
typicalAgeRange :: CreativeWork -> TypicalAgeRange
version :: CreativeWork -> Version
video :: CreativeWork -> Video
instance Typeable CreativeWork
instance Show CreativeWork
instance Read CreativeWork
instance Eq CreativeWork
instance MetaData CreativeWork
module Text.HTML5.MetaData.Schema.Code
-- |
-- - id Code
-- - label Code
-- - comment
-- - ancestors
-- Thing,CreativeWork
-- - subtypes
-- - supertypes CreativeWork
-- - url http://schema.org/Code
--
data Code
Code :: AdditionalType -> AlternateName -> Description -> Image -> Name -> SameAs -> Url -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Awards -> Citation -> Comment -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> Encodings -> Genre -> Headline -> InLanguage -> InteractionCount -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> Keywords -> LearningResourceType -> Mentions -> Offers -> Provider -> Publisher -> PublishingPrinciples -> Review -> Reviews -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> TypicalAgeRange -> Version -> Video -> CodeRepository -> ProgrammingLanguage -> Runtime -> SampleType -> TargetProduct -> Code
additionalType :: Code -> AdditionalType
alternateName :: Code -> AlternateName
description :: Code -> Description
image :: Code -> Image
name :: Code -> Name
sameAs :: Code -> SameAs
url :: Code -> Url
about :: Code -> About
accessibilityAPI :: Code -> AccessibilityAPI
accessibilityControl :: Code -> AccessibilityControl
accessibilityFeature :: Code -> AccessibilityFeature
accessibilityHazard :: Code -> AccessibilityHazard
accountablePerson :: Code -> AccountablePerson
aggregateRating :: Code -> AggregateRating
alternativeHeadline :: Code -> AlternativeHeadline
associatedMedia :: Code -> AssociatedMedia
audience :: Code -> Audience
audio :: Code -> Audio
author :: Code -> Author
award :: Code -> Award
awards :: Code -> Awards
citation :: Code -> Citation
comment :: Code -> Comment
contentLocation :: Code -> ContentLocation
contentRating :: Code -> ContentRating
contributor :: Code -> Contributor
copyrightHolder :: Code -> CopyrightHolder
copyrightYear :: Code -> CopyrightYear
creator :: Code -> Creator
dateCreated :: Code -> DateCreated
dateModified :: Code -> DateModified
datePublished :: Code -> DatePublished
discussionUrl :: Code -> DiscussionUrl
editor :: Code -> Editor
educationalAlignment :: Code -> EducationalAlignment
educationalUse :: Code -> EducationalUse
encoding :: Code -> Encoding
encodings :: Code -> Encodings
genre :: Code -> Genre
headline :: Code -> Headline
inLanguage :: Code -> InLanguage
interactionCount :: Code -> InteractionCount
interactivityType :: Code -> InteractivityType
isBasedOnUrl :: Code -> IsBasedOnUrl
isFamilyFriendly :: Code -> IsFamilyFriendly
keywords :: Code -> Keywords
learningResourceType :: Code -> LearningResourceType
mentions :: Code -> Mentions
offers :: Code -> Offers
provider :: Code -> Provider
publisher :: Code -> Publisher
publishingPrinciples :: Code -> PublishingPrinciples
review :: Code -> Review
reviews :: Code -> Reviews
sourceOrganization :: Code -> SourceOrganization
text :: Code -> Text
thumbnailUrl :: Code -> ThumbnailUrl
timeRequired :: Code -> TimeRequired
typicalAgeRange :: Code -> TypicalAgeRange
version :: Code -> Version
video :: Code -> Video
codeRepository :: Code -> CodeRepository
programmingLanguage :: Code -> ProgrammingLanguage
runtime :: Code -> Runtime
sampleType :: Code -> SampleType
targetProduct :: Code -> TargetProduct
instance Typeable Code
instance Show Code
instance Read Code
instance Eq Code
instance MetaData Code