-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | metadata library for semantic web -- -- metadata library for semantic web (schema.org) @package metadata @version 0.4.3.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 data Either4 a b c d North :: a -> Either4 a b c d East :: b -> Either4 a b c d South :: c -> Either4 a b c d West :: d -> Either4 a b c d data Either5 a b c d e Earth :: a -> Either5 a b c d e Water :: b -> Either5 a b c d e Fire :: c -> Either5 a b c d e Wind :: d -> Either5 a b c d e Void :: e -> Either5 a b c d e -- | The number of grams of unsaturated fat. -- -- type UnsaturatedFatContent = Mass -- | Tracking url for the parcel delivery. -- -- type TrackingUrl = URL -- | 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. -- -- type Department = Organization -- | A medical service available from this provider. -- -- type AvailableService = Either3 MedicalTest MedicalProcedure MedicalTherapy -- | The current status of the reservation. -- -- type ReservationStatus = ReservationStatusType -- | A medical condition associated with this anatomy. -- -- type RelatedCondition = MedicalCondition -- | The location depicted or described in the content. For example, the -- location in a photograph or painting. -- -- type ContentLocation = Place -- | The quality of the video. -- -- type VideoQuality = Text -- | A sub property of participant. The sports team that participated on -- this action. -- -- type SportsTeam = SportsTeam -- | A medical guideline related to this entity. -- -- type Guideline = MedicalGuideline -- | This ordering relation for qualitative values indicates that the -- subject is equal to the object. -- -- type Equal = QualitativeValue -- | The individual reservations included in the package. Typically a -- repeated property. -- -- type SubReservation = Reservation -- | The likely outcome in either the short term or long term of the -- medical condition. -- -- type ExpectedPrognosis = Text -- | An intended audience, i.e. a group for whom something was created. -- Supersedes serviceAudience. -- -- type Audience = Audience -- | Given name. In the U.S., the first name of a Person. This can be used -- along with familyName instead of the name property. -- -- type GivenName = Text -- | An Offer which must be accepted before the user can perform the -- Action. For example, the user may need to buy a movie before being -- able to watch it. -- -- type ExpectsAcceptanceOf = Offer -- | File size in (mega/kilo) bytes. -- -- type ContentSize = Text -- | The composition this track is a recording of. Inverse property: -- recordedAs. -- -- type RecordingOf = MusicComposition -- | A medical therapy related to this anatomy. -- -- type RelatedTherapy = MedicalTherapy -- | The time when the live blog will stop covering the Event. Note that -- coverage may continue after the Event concludes. -- -- type CoverageEndTime = DateTime -- | A link to the ListItem that preceeds the current one. -- -- type PreviousItem = ListItem -- | Range of acceptable values for a typical patient, when applicable. -- -- type NormalRange = Text -- | 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. -- -- type SeriousAdverseOutcome = MedicalEntity -- | Indicates the kind of Map, from the MapCategoryType Enumeration. -- -- type MapType = MapCategoryType -- | 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. -- -- type Indication = MedicalIndication -- | The number of items in an ItemList. Note that some descriptions might -- not fully describe all items in a list (e.g., multi-page pagination); -- in such cases, the numberOfItems would be for the entire list. -- -- type NumberOfItems = Integer -- | Approximate or typical time it takes to work with or through this -- learning resource for the typical intended target audience, e.g. -- P30M, P1H25M. -- -- type TimeRequired = Duration -- | The type of the medical article, taken from the US NLM MeSH -- publication type catalog. -- -- type PublicationType = Text -- | A parent of this person. Supersedes parents. -- -- type Parent = Person -- | The most generic familial relation. -- -- type RelatedTo = Person -- | The time the object is scheduled to. -- -- type ScheduledTime = DateTime -- | A photograph of this place. Supersedes photos. -- -- type Photo = Either Photograph ImageObject -- | Any description of pages that is not separated into pageStart and -- pageEnd; for example, "1-6, 9, 55" or "10-12, 46-49". -- -- type Pagination = Text -- | The earliest someone may check into a lodging establishment. -- -- type CheckinTime = DateTime -- | Classification of the album by it's type of content: soundtrack, live -- album, studio album, etc. -- -- type AlbumProductionType = MusicAlbumProductionType -- | Recommended intake of this supplement for a given population as -- defined by a specific recommending authority. -- -- type MaximumIntake = MaximumDoseSchedule -- | Email address. -- -- type Email = Text -- | The purpose of a work in the context of education; for example, -- assignment, 'group work'. -- -- type EducationalUse = Text -- | The stage of the condition, if applicable. -- -- type Stage = MedicalConditionStage -- | How often the dose is taken, e.g. daily. -- -- type Frequency = Text -- | Upcoming or past event associated with this place, organization, or -- action. Supersedes events. -- -- type Event = Event -- | Minimal age recommended for viewing content. -- -- type SuggestedMinAge = Number -- | Thumbnail image for an image or video. -- -- type Thumbnail = ImageObject -- | The actual body of the article. -- -- type ArticleBody = Text -- | A medical test typically performed given this condition. -- -- type TypicalTest = MedicalTest -- | Link to page describing the editorial principles of the organization -- primarily responsible for the creation of the CreativeWork. -- -- type PublishingPrinciples = URL -- | The creator/author of this CreativeWork. This is the same as the -- Author property for CreativeWork. -- -- type Creator = Either Person Organization -- | The production company or studio responsible for the item e.g. series, -- video game, episode etc. -- -- type ProductionCompany = Organization -- | The business function (e.g. sell, lease, repair, dispose) of the offer -- or component of a bundle (TypeAndQuantityNode). The default is -- http://purl.org/goodrelations/v1#Sell. -- -- type BusinessFunction = BusinessFunction -- | Identifier of the flight's arrival gate. -- -- type ArrivalGate = Text -- | The position of the steering wheel or similar device (mostly for -- cars). -- -- type SteeringPosition = SteeringPositionValue -- | One of the domain specialities to which this web page's content -- applies. -- -- type Specialty = Specialty -- | A sibling of the person. Supersedes siblings. -- -- type Sibling = Person -- | 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. -- -- type TickerSymbol = Text -- | An item within in a data feed. Data feeds may have many elements. -- -- type DataFeedElement = Either3 Thing Text DataFeedItem -- | A therapy that duplicates or overlaps this one. -- -- type DuplicateTherapy = MedicalTherapy -- | The status of the study (enumerated). -- -- type Status = MedicalStudyStatus -- | The place or point where a muscle arises. -- -- type Origin = AnatomicalStructure -- | 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. See GS1 -- GTIN Summary for more details. -- -- type Gtin8 = Text -- | Indicates whether this drug is available by prescription or -- over-the-counter. -- -- type PrescriptionStatus = DrugPrescriptionStatus -- | Shipper tracking number. -- -- type TrackingNumber = Text -- | The amount of time that is required between accepting the offer and -- the actual usage of the resource or service. -- -- type AdvanceBookingRequirement = QuantitativeValue -- | The page on which the work ends; for example "138" or "xvi". -- -- type PageEnd = Either Integer Text -- | The class of infectious agent (bacteria, prion, etc.) that causes the -- disease. -- -- type InfectiousAgentClass = InfectiousAgentClass -- | A media object that encodes this CreativeWork. This property is a -- synonym for encoding. -- -- type AssociatedMedia = MediaObject -- | The number of calories. -- -- type Calories = Energy -- | A link to a screenshot image of the app. -- -- type Screenshot = Either ImageObject URL -- | A drug in this drug class. -- -- type Drug = Drug -- | Other anatomical structures to which this structure is connected. -- -- type ConnectedTo = AnatomicalStructure -- | The response (yes, no, maybe) to the RSVP. -- -- type RsvpResponse = RsvpResponseType -- | A number that confirms the given order or payment has been received. -- -- type ConfirmationNumber = Text -- | The payment method(s) to which the payment charge specification -- applies. -- -- type AppliesToPaymentMethod = PaymentMethod -- | The official name of the organization, e.g. the registered company -- name. -- -- type LegalName = Text -- | The name of the application suite to which the application belongs -- (e.g. Excel belongs to Office). -- -- type ApplicationSuite = Text -- | The amount of money. -- -- type Amount = Number -- | The Dun & Bradstreet DUNS number for identifying an organization -- or business person. -- -- type Duns = Text -- | A sub property of participant. The person that lends the object being -- borrowed. -- -- type Lender = Person -- | The date and time the reservation was modified. -- -- type ModifiedTime = DateTime -- | True if this item's name is a proprietary/brand name (vs. generic -- name). -- -- type IsProprietary = Boolean -- | A sub property of location. The specific food establishment where the -- action occurred. -- -- type FoodEstablishment = Either FoodEstablishment Place -- | The order is being paid as part of the referenced Invoice. -- -- type PartOfInvoice = Invoice -- | A music recording (track)—usually a single song. If an ItemList is -- given, the list should contain items of type MusicRecording. -- Supersedes tracks. -- -- type Track = Either MusicRecording ItemList -- | A link related to this web page, for example to other related web -- pages. -- -- type RelatedLink = URL -- | The substage, e.g. a for Stage IIIa. -- -- type SubStageSuffix = Text -- | The date the invoice is scheduled to be paid. -- -- type ScheduledPaymentDate = Date -- | The neurological pathway that originates the neurons. -- -- type SourcedFrom = BrainStructure -- | The total distance travelled by the particular vehicle since its -- initial production, as read from its odometer.Typical unit code(s): -- KMT for kilometers, SMI for statute miles -- -- type MileageFromOdometer = QuantitativeValue -- | A sub property of object. The collection target of the action. -- Supersedes collection. -- -- type TargetCollection = Thing -- | The method of cooking, such as Frying, Steaming, ... -- -- type CookingMethod = Text -- | The drive wheel configuration, i.e. which roadwheels will receive -- torque from the vehicle's engine via the drivetrain. -- -- type DriveWheelConfiguration = Either Text DriveWheelConfigurationValue -- | Identifier of the flight's arrival terminal. -- -- type ArrivalTerminal = Text -- | The serving size, in terms of the number of volume or mass. -- -- type ServingSize = Text -- | Additional details to capture the origin of the cost data. For -- example, 'Medicare Part B'. -- -- type CostOrigin = Text -- | The number of screens in the movie theater. -- -- type ScreenCount = Number -- | The height of the item. -- -- type Height = Either Distance QuantitativeValue -- | A thumbnail image relevant to the Thing. -- -- type ThumbnailUrl = URL -- | Date when this media object was uploaded to this site. -- -- type UploadDate = Date -- | A sub property of participant. The loser of the action. -- -- type Loser = Person -- | The unique identifier for the ticket. -- -- type TicketNumber = Text -- | A description of the postoperative procedures, care, and/or followups -- for this device. -- -- type PostOp = Text -- | A category of alignment between the learning resource and the -- framework node. Recommended values include: assesses, -- teaches, requires, textComplexity, -- readingLevel, educationalSubject, and -- educationLevel. -- -- type AlignmentType = Text -- | Indicates whether this game is multi-player, co-op or single-player. -- The game can be marked as multi-player, co-op and single-player at the -- same time. -- -- type PlayMode = GamePlayMode -- | An alias for the item. -- -- type AlternateName = Text -- | An image of the item. This can be a URL or a fully described -- ImageObject. -- -- type Image = Either ImageObject URL -- | Expectations for health conditions of target audience. -- -- type HealthCondition = MedicalCondition -- | A sign or symptom of this condition. Signs are objective or physically -- observable manifestations of the medical condition while symptoms are -- the subjective experience of the medical condition. -- -- type SignOrSymptom = MedicalSignOrSymptom -- | The number of passengers that can be seated in the vehicle, both in -- terms of the physical space available, and in terms of limitations set -- by law.Typical unit code(s): C62 for persons. -- -- type VehicleSeatingCapacity = Either Number QuantitativeValue -- | The place where the person died. -- -- type DeathPlace = Place -- | The phase of the trial. -- -- type Phase = Text -- | If applicable, a medical specialty in which this entity is relevant. -- -- type RelevantSpecialty = MedicalSpecialty -- | The CreativeWork encoded by this media object. -- -- type EncodesCreativeWork = CreativeWork -- | A colleague of the person. Supersedes colleagues. -- -- type Colleague = Person -- | The number of milligrams of cholesterol. -- -- type CholesterolContent = Mass -- | The street address. For example, 1600 Amphitheatre Pkwy. -- -- type StreetAddress = Text -- | The number of grams of saturated fat. -- -- type SaturatedFatContent = Mass -- | The total price for the reservation or ticket, including applicable -- taxes, shipping, etc. -- -- type TotalPrice = Either3 Text PriceSpecification Number -- | The date the item e.g. vehicle was purchased by the current owner. -- -- type PurchaseDate = Date -- | Quantitative measure of the physiologic output of the exercise; also -- referred to as energy expenditure. -- -- type Workload = Energy -- | The manufacturer of the product. -- -- type Manufacturer = Organization -- | The International Standard Serial Number (ISSN) that identifies this -- periodical. You can repeat this property to (for example) identify -- different formats of this periodical. -- -- type Issn = Text -- | The opening hour of the place or service on the given day(s) of the -- week. -- -- type Opens = Time -- | The amount of fuel consumed for traveling a particular distance or -- temporal duration with the given vehicle (e.g. liters per 100 km).Note -- 1: There are unfortunately no standard unit codes for liters per 100 -- km.Use unitText to indicate the unit of measurement, e.g. L100 -- km.Note 2: There are two ways of indicating the fuel consumption, -- fuelConsumption (e.g. 8 liters per 100 km) and fuelEfficiency (e.g. 30 -- miles per gallon). They are reciprocal.Note 3: Often, the absolute -- value is useful only when related to driving speed ("at 80 kmh") -- or usage pattern ("city traffic"). You can use valueReference to link -- the value for the fuel consumption to another value. -- -- type FuelConsumption = QuantitativeValue -- | The person's spouse. -- -- type Spouse = Person -- | The number of the column in which the NewsArticle appears in the print -- edition. -- -- type PrintColumn = Text -- | The description of a node in an established educational framework. -- -- type TargetDescription = Text -- | The upper value of some characteristic or property. -- -- type MaxValue = Number -- | The lowest price if the price is a range. -- -- type MinPrice = Number -- | When the item is available for pickup from the store, locker, etc. -- -- type AvailableFrom = DateTime -- | An HTTP method that specifies the appropriate HTTP method for a -- request to an HTTP EntryPoint. Values are capitalized strings as used -- in HTTP. -- -- type HttpMethod = Text -- | A diagnostic test or procedure offered by this lab. -- -- type AvailableTest = MedicalTest -- | The group the release is credited to if different than the byArtist. -- For example, Red and Blue is credited to "Stefani Germanotta Band", -- but by Lady Gaga. -- -- type CreditedTo = Either Person Organization -- | A medical specialty of the provider. -- -- 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. -- -- type PossibleComplication = Text -- | The name of the train (e.g. The Orient Express). -- -- type TrainName = Text -- | The date that this organization was founded. -- -- type FoundingDate = Date -- | The URL of a node in an established educational framework. -- -- type TargetUrl = URL -- | A sub property of result. The Comment created or sent as a result of -- this action. -- -- type ResultComment = Comment -- | Function of the anatomical structure. -- -- type Function = Text -- | A type of sport (e.g. Baseball). -- -- type Sport = Either Text URL -- | The actual infectious agent, such as a specific bacterium. -- -- type InfectiousAgent = Text -- | Indicate how many people can play this game (minimum, maximum, or -- range). -- -- type NumberOfPlayers = QuantitativeValue -- | The muscle whose action counteracts the specified muscle. -- -- type Antagonist = Muscle -- | The industry associated with the job position. -- -- type Industry = Text -- | The class of drug this belongs to (e.g., statins). -- -- type DrugClass = DrugClass -- | Description of what changed in this version. -- -- type ReleaseNotes = Either Text URL -- | A means of accessing the service (e.g. a phone bank, a web site, a -- location, etc.). -- -- type AvailableChannel = ServiceChannel -- | Content features of the resource, such as accessible media, -- alternatives and supported enhancements for accessibility (WebSchemas -- wiki lists possible values). -- -- type AccessibilityFeature = Text -- | The Action representing the type of interaction. For up votes, +1s, -- etc. use LikeAction. For down votes use DislikeAction. Otherwise, use -- the most specific Action. -- -- type InteractionType = Action -- | The range of spatial applicability of a dataset, e.g. for a dataset of -- New York weather, the state of New York. -- -- type Spatial = Place -- | The event being broadcast such as a sporting event or awards ceremony. -- -- type BroadcastOfEvent = Event -- | Whether the property must be filled in to complete the action. Default -- is false. -- -- type ValueRequired = Boolean -- | The person or organization who wrote the composition. -- -- type Composer = Either Organization Person -- | The delivery of the parcel related to this order or order item. -- -- type OrderDelivery = ParcelDelivery -- | A contact location for a person's residence. -- -- type HomeLocation = Either Place ContactPoint -- | Someone working for this organization. Supersedes employees. -- -- type Employee = Person -- | The type of boarding policy used by the airline (e.g. zone-based or -- group-based). -- -- type BoardingPolicy = BoardingPolicyType -- | The current status of the order. -- -- type OrderStatus = OrderStatus -- | A dataset contained in a catalog. -- -- type Dataset = Dataset -- | The currency (in 3-letter ISO 4217 format) of the price or a price -- component, when attached to PriceSpecification and its subtypes. -- -- type PriceCurrency = Text -- | A diagnostic test that can identify this sign. -- -- type IdentifyingTest = MedicalTest -- | This links to a node or nodes indicating the exact quantity of the -- products included in the offer. -- -- type IncludesObject = TypeAndQuantityNode -- | The hours during which this service or contact is available. -- -- type HoursAvailable = OpeningHoursSpecification -- | Nationality of the person. -- -- type Nationality = Country -- | The cost per unit of the drug. -- -- type CostPerUnit = Either Number Text -- | The type of screening or video broadcast used (e.g. IMAX, 3D, SD, HD, -- etc.). -- -- type VideoFormat = Text -- | Type of software application, e.g. "Game, Multimedia". -- -- type ApplicationCategory = Either Text URL -- | The material used. (e.g. Oil, Watercolour, Acrylic, Linoprint, Marble, -- Cyanotype, Digital, Lithograph, DryPoint, Intaglio, Pastel, Woodcut, -- Pencil, Mixed Media, etc.) Supersedes material. -- -- type ArtMedium = Either Text URL -- | Proprietary name given to the diet plan, typically by its originator -- or creator. -- -- type ProprietaryName = Text -- | A downloadable form of this dataset, at a specific location, in a -- specific format. -- -- type Distribution = DataDownload -- | 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). -- -- type PrintPage = Text -- | Responsibilities associated with this role. -- -- type Responsibilities = Text -- | After this date, the item will no longer be available for pickup. -- -- type AvailableThrough = DateTime -- | The number of grams of protein. -- -- type ProteinContent = Mass -- | Description of skills and experience needed for the position. -- -- type ExperienceRequirements = Text -- | A circle is the circular region of a specified radius centered at a -- specified latitude and longitude. A circle is expressed as a pair -- followed by a radius in meters. -- -- type Circle = Text -- | The item ordered. -- -- type OrderedItem = Either Product OrderItem -- | The name displayed in the channel guide. For many US affiliates, it is -- the network name. -- -- type BroadcastDisplayName = Text -- | The type of fuel suitable for the engine or engines of the vehicle. If -- the vehicle has only one engine, this property can be attached -- directly to the vehicle. -- -- type FuelType = Either3 QualitativeValue Text URL -- | The unit in which the drug is measured, e.g. '5 mg tablet'. -- -- type DrugUnit = Text -- | True if the drug is available in a generic form (regardless of name). -- -- type IsAvailableGenerically = Boolean -- | Characteristics of the population for which this is intended, or which -- typically uses it, e.g. adults. -- -- type TargetPopulation = Text -- | A preventative therapy used to prevent an initial occurrence of the -- medical condition, such as vaccination. -- -- type PrimaryPrevention = MedicalTherapy -- | The composer of the soundtrack. -- -- type MusicBy = Either Person MusicGroup -- | The product that this structured value is referring to. -- -- type TypeOfGood = Product -- | The BroadcastService offered on this channel. -- -- type ProvidesBroadcastService = BroadcastService -- | 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. -- -- type SafetyConsideration = Text -- | The date and place the work was first performed. -- -- type FirstPerformance = Event -- | The lowest value allowed in this rating system. If worstRating is -- omitted, 1 is assumed. -- -- type WorstRating = Either Number Text -- | The cuisine of the restaurant. -- -- type ServesCuisine = Text -- | The location where the NewsArticle was produced. -- -- type Dateline = Text -- | The type of security screening the passenger is subject to. -- -- type SecurityScreening = Text -- | The delivery method(s) available for this offer. -- -- type AvailableDeliveryMethod = DeliveryMethod -- | The format of the book. -- -- type BookFormat = BookFormatType -- | The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or -- the GeoShape for the geo-political region(s) for which the offer or -- delivery charge specification is not valid, e.g. a region where the -- transaction is not allowed. See also eligibleRegion. -- -- type IneligibleRegion = Either3 Text GeoShape Place -- | Identifies the issue of publication; for example, "iii" or "2". -- -- type IssueNumber = Either Integer Text -- | The typical working hours for this job (e.g. 1st shift, night shift, -- 8am-5pm). -- -- type WorkHours = Text -- | The gender of the person or audience. -- -- type SuggestedGender = 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. -- -- type OccupationalCategory = Text -- | Position of the episode within an ordered group of episodes. -- -- type EpisodeNumber = Either Integer Text -- | The object that helped the agent perform the action. e.g. John wrote a -- book with *a pen*. -- -- type Instrument = Thing -- | 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. -- -- type PriceType = Text -- | Storage requirements (free space required). -- -- type StorageRequirements = Either Text URL -- | Maximal age of the child. -- -- type ChildMaxAge = Number -- | Any discount applied (to an Order). -- -- type Discount = Either Number Text -- | The number of the item ordered. If the property is not set, assume the -- quantity is one. -- -- type OrderQuantity = Number -- | Publication date for the job posting. -- -- type DatePosted = Date -- | The condition, complication, etc. influenced by this factor. -- -- type IncreasesRiskOf = MedicalEntity -- | Specifics about the observational study design (enumerated). -- -- type StudyDesign = MedicalObservationalStudyDesign -- | A sub property of object. The candidate subject of this action. -- -- type Candidate = Person -- | 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. -- -- type GlobalLocationNumber = Text -- | The series to which this episode or season belongs. Supersedes -- partOfTVSeries. -- -- type PartOfSeries = CreativeWorkSeries -- | Strength of evidence of the data used to formulate the guideline -- (enumerated). -- -- type EvidenceLevel = MedicalEvidenceLevel -- | The closing hour of the place or service on the given day(s) of the -- week. -- -- type Closes = Time -- | The location of for example where the event is happening, an -- organization is located, or where an action takes place. -- -- type Location = Either3 Text PostalAddress Place -- | The party holding the legal copyright to the CreativeWork. -- -- type CopyrightHolder = Either Organization Person -- | Minimum memory requirements. -- -- type MemoryRequirements = Either Text URL -- | A sub property of location. The sports event where this action -- occurred. -- -- type SportsEvent = SportsEvent -- | The number or other unique designator assigned to a Report by the -- publishing organization. -- -- type ReportNumber = Text -- | 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. -- -- type ServiceOperator = Organization -- | The coding system, e.g. 'ICD-10'. -- -- type CodingSystem = Text -- | The number of words in the text of the Article. -- -- type WordCount = Integer -- | Specifies the minimum allowed range for number of characters in a -- literal value. -- -- type ValueMinLength = Number -- | The color of the product. -- -- type Color = Text -- | Location in the body of the anatomical structure. -- -- type BodyLocation = Text -- | A piece of data that represents a particular aspect of a fictional -- character (skill, power, character points, advantage, disadvantage). -- -- type CharacterAttribute = Thing -- | The type of procedure, for example Surgical, Noninvasive, or -- Percutaneous. -- -- type ProcedureType = MedicalProcedureType -- | A box is the area enclosed by the rectangle formed by two points. The -- first point is the lower corner, the second point is the upper corner. -- A box is expressed as two points separated by a space character. -- -- type Box = Text -- | Whether or not a property is mutable. Default is false. Specifying -- this for a property that also has a value makes it act similar to a -- "hidden" input in an HTML form. -- -- type ReadonlyValue = Boolean -- | The startTime of something. For a reserved event or service (e.g. -- FoodEstablishmentReservation), the time that it is expected to start. -- For actions that span a period of time, when the action was performed. -- e.g. John wrote a book from *January* to December.Note that Event uses -- startDateendDate instead of startTimeendTime, even when -- describing dates with times. This situation may be clarified in future -- revisions. -- -- type StartTime = DateTime -- | The country of the principal offices of the production company or -- individual responsible for the movie or program. -- -- type CountryOfOrigin = Country -- | The end of the validity of offer, price specification, or opening -- hours data. -- -- type ValidThrough = DateTime -- | Media type (aka MIME format, see IANA site) of the content e.g. -- application/zip of a SoftwareApplication binary. In cases where a -- CreativeWork has several media type representations, encoding -- can be used to indicate each MediaObject alongside particular -- fileFormat information. -- -- type FileFormat = Text -- | The language of the content or performance or used in an action. -- Please use one of the language codes from the IETF BCP 47 standard. -- Supersedes language. -- -- type InLanguage = Either Text Language -- | The answer that has been accepted as best, typically on a -- QuestionAnswer site. Sites vary in their selection mechanisms, e.g. -- drawing on community opinion andor the view of the Question -- author. -- -- type AcceptedAnswer = Answer -- | A dosage form in which this drug/supplement is available, e.g. -- tablet, suspension, injection. -- -- type DosageForm = Text -- | An image containing a diagram that illustrates the structure andor -- its component substructures andor connections with other -- structures. -- -- type Diagram = ImageObject -- | The textual content of this CreativeWork. -- -- -- -- A sub property of instrument. The exercise plan used on this action. -- -- type ExercisePlan = ExercisePlan -- | Products owned by the organization or person. -- -- type Owns = Either OwnershipInfo Product -- | A sub property of object. The options subject to this action. -- Supersedes option. -- -- type ActionOption = Either Text Thing -- | One of the more significant URLs on the page. Typically, these are the -- non-navigation links that are clicked on the most. Supersedes -- significantLinks. -- -- type SignificantLink = URL -- | Device required to run the application. Used in cases where a specific -- make/model is required to run the application. Supersedes device. -- -- type AvailableOnDevice = Text -- | IATA identifier for an airline or airport. -- -- type IataCode = Text -- | The overall order the items in this delivery were included in. -- -- type PartOfOrder = Order -- | The condition, complication, symptom, sign, etc. caused. -- -- type CauseOf = MedicalEntity -- | A short text indicating the configuration of the vehicle, e.g. '5dr -- hatchback ST 2.5 MT 225 hp' or 'limited edition'. -- -- type VehicleConfiguration = Text -- | Number of times one should repeat the activity. -- -- type Repetitions = Number -- | Countries for which the application is supported. You can also provide -- the two-letter ISO 3166-1 alpha-2 country code. -- -- type CountriesSupported = Text -- | A description of the workup, testing, and other preparations required -- before implanting this device. -- -- type PreOp = Text -- | Indicates the mobility of a provided service (e.g. static, -- dynamic). -- -- type ProviderMobility = Text -- | The category of the recipe—for example, appetizer, entree, etc. -- -- type RecipeCategory = Text -- | The type or material of the interior of the vehicle (e.g. synthetic -- fabric, leather, wood, etc.). While most interior types are -- characterized by the material used, an interior type can also be based -- on vehicle usage or target audience. -- -- type VehicleInteriorType = Text -- | The Tax Fiscal ID of the organization or person, e.g. the TIN in -- the US or the CIFNIF in Spain. -- -- type TaxID = Text -- | People or organizations that have reviewed the content on this web -- page for accuracy and/or completeness. -- -- type ReviewedBy = Either Organization Person -- | Specifies specific carrier(s) requirements for the application (e.g. -- an application may only work on a specific carrier network). -- -- type CarrierRequirements = Text -- | The album this is a release of. Inverse property: albumRelease. -- -- type ReleaseOf = MusicAlbum -- | An aspect of medical practice that is considered on the page, such as -- diagnosis, treatment, causes, -- prognosis, etiology, epidemiology, etc. -- -- type Aspect = Text -- | The stop or station from which the bus departs. -- -- type DepartureBusStop = Either BusStation BusStop -- | Organization offering the job position. -- -- type HiringOrganization = Organization -- | Device used to perform the test. -- -- type UsesDevice = MedicalDevice -- | An eventStatus of an event represents its status; particularly useful -- when an event is cancelled or rescheduled. -- -- type EventStatus = EventStatusType -- | The weight of the product or person. -- -- type Weight = QuantitativeValue -- | Date of death. -- -- type DeathDate = Date -- | An Event that is part of this event. For example, a conference event -- includes many presentations, each of which is a subEvent of the -- conference. Supersedes subEvents. -- -- type SubEvent = Event -- | If applicable, the organization that officially recognizes this entity -- as part of its endorsed system of medicine. -- -- type RecognizingAuthority = Organization -- | For failed actions, more information on the cause of the failure. -- -- type Error = Thing -- | Link to prescribing information for the drug. -- -- type PrescribingInfo = URL -- | An identifier for the method of payment used (e.g. the last 4 digits -- of the credit card). -- -- type PaymentMethodId = Text -- | The latitude of a location. For example 37.42242 (WGS 84). -- -- type Latitude = Either Number Text -- | The identifier of the order item. -- -- type OrderItemNumber = Text -- | Specific physiologic risks associated to the plan. -- -- type Risks = Text -- | A director of e.g. tv, radio, movie, video games etc. content. -- Directors can be associated with individual items or with a series, -- episode, clip. Supersedes directors. -- -- type Director = Person -- | A ticket associated with the reservation. -- -- type ReservedTicket = Ticket -- | Identifier of the flight's departure terminal. -- -- type DepartureTerminal = Text -- | New entry added as the package passes through each leg of its journey -- (from shipment to final delivery). -- -- type DeliveryStatus = DeliveryEvent -- | A condition the test is used to diagnose. -- -- type UsedToDiagnose = MedicalCondition -- | The location of the reserved seat (e.g., 27). -- -- type SeatNumber = Text -- | The postal code. For example, 94043. -- -- type PostalCode = Text -- | A category for the item. Greater signs or slashes can be used to -- informally indicate a category hierarchy. -- -- type Category = Either3 Thing PhysicalActivityCategory Text -- | Date the content expires and is no longer useful or available. Useful -- for videos. -- -- type Expires = Date -- | The branches that comprise the arterial structure. -- -- type ArterialBranch = AnatomicalStructure -- | A pointer to another, functionally similar product (or multiple -- products). -- -- type IsSimilarTo = Product -- | 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. -- -- type SameAs = URL -- | 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. -- -- type AdverseOutcome = MedicalEntity -- | The location (e.g. civic structure, local business, etc.) where a -- person can go to access the service. -- -- type ServiceLocation = Place -- | Description of the meals that will be provided or available for -- purchase. -- -- type MealService = Text -- | A sub property of instrument. The recipe/instructions used to perform -- the action. -- -- type Recipe = Recipe -- | The type of service required to have access to the channel (e.g. -- Standard or Premium). -- -- type BroadcastServiceTier = Text -- | Relates a property to a class that constitutes (one of) the expected -- type(s) for values of the property. -- -- type RangeIncludes = Class -- | The number of milligrams of sodium. -- -- type SodiumContent = Mass -- | The area to which the artery supplies blood. -- -- type SupplyTo = AnatomicalStructure -- | The number of comments this CreativeWork (e.g. Article, Question or -- Answer) has received. This is most applicable to works published in -- Web sites with commenting system; additional comments may exist -- elsewhere. -- -- type CommentCount = Integer -- | A full description of the lodging unit. -- -- type LodgingUnitDescription = Text -- | Operating systems supported (Windows 7, OSX 10.6, Android 1.6). -- -- type OperatingSystem = Text -- | Whether multiple values are allowed for the property. Default is -- false. -- -- type MultipleValues = Boolean -- | The person or organization who produced the work (e.g. music album, -- movie, tv/radio series etc.). -- -- type Producer = Either Organization Person -- | Indicates whether a FoodEstablishment accepts reservations. Values can -- be Boolean, a URL at which reservations can be made or (for backwards -- compatibility) the strings Yes or No. -- -- type AcceptsReservations = Either3 Boolean Text URL -- | Specifies browser requirements in human-readable text. For -- example,"requires HTML5 support". -- -- type BrowserRequirements = Text -- | The vasculature that the vein drains into. -- -- type DrainsTo = Vessel -- | The kind of aircraft (e.g., "Boeing 747"). -- -- type Aircraft = Either Vehicle Text -- | The airport where the flight terminates. -- -- type ArrivalAirport = Airport -- | The number of episodes in this season or series. -- -- type NumberOfEpisodes = Integer -- | Type of employment (e.g. full-time, part-time, contract, temporary, -- seasonal, internship). -- -- type EmploymentType = Text -- | The quantity of the goods included in the offer. -- -- type AmountOfThisGood = Number -- | If responding yes, the number of guests who will attend in addition to -- the invitee. -- -- type AdditionalNumberOfGuests = Number -- | If this NewsArticle appears in print, this field indicates the print -- section in which the article appeared. -- -- type PrintSection = Text -- | The medical conditions, treatments, etc. that are the subject of the -- guideline. -- -- type GuidelineSubject = MedicalEntity -- | A flag to signal that the publication is accessible for free. -- Supersedes free. -- -- type IsAccessibleForFree = Boolean -- | The distance travelled, e.g. exercising or travelling. -- -- type Distance = Distance -- | The type of tissue sample required for the test. -- -- type TissueSample = Text -- | The earliest date the package may arrive. -- -- type ExpectedArrivalFrom = DateTime -- | Any other drug related to this one, for example commonly-prescribed -- alternatives. -- -- type RelatedDrug = Drug -- | A sub property of participant. The participant who is at the sending -- end of the action. -- -- type Sender = Either3 Organization Audience Person -- | The supported encoding type(s) for an EntryPoint request. -- -- type EncodingType = Text -- | The end date and time of the item (in ISO 8601 date format). -- -- type EndDate = Date -- | Description of benefits associated with the job. Supersedes benefits. -- -- type JobBenefits = Text -- | The distance of the flight. -- -- type FlightDistance = Either Distance Text -- | A link to the page containing the comments of the CreativeWork. -- -- type DiscussionUrl = URL -- | Runtime platform or script interpreter dependencies (Example - Java -- v1, Python2.3, .Net Framework 3.0). Supersedes runtime. -- -- type RuntimePlatform = Text -- | Player type required—for example, Flash or Silverlight. -- -- type PlayerType = Text -- | Any precaution, guidance, contraindication, etc. related to this -- drug's use by breastfeeding mothers. -- -- type BreastfeedingWarning = Text -- | The label that issued the release. -- -- type RecordLabel = Organization -- | What type of code sample: full (compile ready) solution, code snippet, -- inline code, scripts, template. Supersedes sampleType. -- -- type CodeSampleType = Text -- | The date that this organization was dissolved. -- -- type DissolutionDate = Date -- | A child of the person. -- -- type Children = Person -- | Changes in the normal mechanical, physical, and biochemical functions -- that are associated with this activity or condition. -- -- type Pathophysiology = Text -- | The season to which this episode belongs. -- -- type PartOfSeason = CreativeWorkSeason -- | URL of the item. -- -- type Url = URL -- | Number of people the reservation should accommodate. -- -- type PartySize = Either Integer QuantitativeValue -- | A subject of the study, i.e. one of the medical conditions, therapies, -- devices, drugs, etc. investigated by the study. -- -- type StudySubject = MedicalEntity -- | The units of an active ingredient's strength, e.g. mg. -- -- type StrengthUnit = Text -- | The value of the quantitative value or property value node. For -- QuantitativeValue, the recommended type for values is Number. -- For PropertyValue, it can be 'Text;', Number, Boolean, -- or StructuredValue. -- -- type Value = Either4 Text Boolean Number StructuredValue -- | A pointer to products or services sought by the organization or person -- (demand). -- -- type Seeks = Demand -- | The number of grams of fiber. -- -- type FiberContent = Mass -- | When a rental car can be dropped off. -- -- type DropoffTime = DateTime -- | The duration for which the given offer is valid. -- -- type EligibleDuration = QuantitativeValue -- | The number of employees in an organization e.g. business. -- -- type NumberOfEmployees = QuantitativeValue -- | The total number of forward gears available for the transmission -- system of the vehicle.Typical unit code(s): C62 -- -- type NumberOfForwardGears = Either Number QuantitativeValue -- | Size of the application / package (e.g. 18MB). In the absence of a -- unit (MB, KB etc.), KB will be assumed. -- -- type FileSize = Text -- | Where a rental car can be dropped off. -- -- type DropoffLocation = Place -- | The framework to which the resource being described is aligned. -- -- type EducationalFramework = Text -- | Medical expert advice related to the plan. -- -- type ExpertConsiderations = Text -- | A language someone may use with the item. -- -- type AvailableLanguage = Language -- | 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 -- | The International Standard Musical Work Code for the composition. -- -- type IswcCode = Text -- | The unique identifier for the train. -- -- type TrainNumber = Text -- | A string or text indicating the unit of measurement. Useful if you -- cannot provide a standard unit code forunitCode. -- -- type UnitText = Text -- | The supporting materials for the artwork, e.g. Canvas, Paper, Wood, -- Board, etc. Supersedes surface. -- -- type ArtworkSurface = Either Text URL -- | The server on which it is possible to play the game. Inverse property: -- game. -- -- type GameServer = GameServer -- | The category of cost, such as wholesale, retail, reimbursement cap, -- etc. -- -- type CostCategory = DrugCostCategory -- | A step or instruction involved in making the recipe. -- -- type RecipeInstructions = Either ItemList Text -- | The away team in a sports event. -- -- type AwayTeam = Either Person SportsTeam -- | Either the actual menu or a URL of the menu. -- -- type Menu = Either Text URL -- | The program providing the membership. -- -- type ProgramName = Text -- | Indicates (by URL or string) a particular version of a schema used in -- some CreativeWork. For example, a document could declare a -- schemaVersion using a URL such as -- http://schema.org/version/2.0/ if precise indication of schema -- version was required by some application. -- -- type SchemaVersion = Either Text URL -- | 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. -- -- type DietFeatures = Text -- | A set of links that can help a user understand and navigate a website -- hierarchy. -- -- type Breadcrumb = Either BreadcrumbList Text -- | Cost per unit of the drug, as reported by the source being tagged. -- -- type Cost = DrugCost -- | An educationalRole of an EducationalAudience. -- -- type EducationalRole = Text -- | Specific physiologic benefits associated to the plan. -- -- type PhysiologicalBenefits = Text -- | An item is an object within the game world that can be collected by a -- player or, occasionally, a non-player character. -- -- type GameItem = Thing -- | A role played, performed or filled by a person or organization. For -- example, the team of creators for a comic book might fill the roles -- named inker, penciller, and letterer; or an -- athlete in a SportsTeam might play in the position named -- Quarterback. Supersedes namedPosition. -- -- type RoleName = Either Text URL -- | The key, mode, or scale this composition uses. -- -- type MusicalKey = Text -- | The anatomical or organ system that this structure is part of. -- -- type PartOfSystem = AnatomicalSystem -- | The number of offers for the product. -- -- type OfferCount = Integer -- | An actor, e.g. in tv, radio, movie, video games etc. Actors can be -- associated with individual items or with a series, episode, clip. -- Supersedes actors. -- -- type Actor = Person -- | 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. -- -- type Overview = Text -- | Links to tips, tactics, etc. -- -- type GameTip = CreativeWork -- | The brand(s) associated with a product or service, or the brand(s) -- maintained by an organization or business person. -- -- type Brand = Either Organization Brand -- | Identifier of the flight's departure gate. -- -- type DepartureGate = Text -- | The organization (airline, travelers' club, etc.) the membership is -- made with. -- -- type HostingOrganization = Organization -- | The movie presented during this event. -- -- type WorkPresented = Movie -- | Type of app development: phone, Metro style, desktop, XBox, etc. -- -- type TargetPlatform = Text -- | The cuisine of the recipe (for example, French or Ethiopian). -- -- type RecipeCuisine = Text -- | A posting that is part of this blog. Supersedes blogPosts. -- -- type BlogPost = BlogPosting -- | The time interval used to compute the invoice. -- -- type BillingPeriod = Duration -- | The item that is being reviewed/rated. -- -- type ItemReviewed = Thing -- | Type(s) of exercise or activity, such as strength training, -- flexibility training, aerobics, cardiac rehabilitation, etc. -- -- type ExerciseType = Text -- | The passenger's sequence number as assigned by the airline. -- -- type PassengerSequenceNumber = Text -- | The width of the item. -- -- type Width = Either Distance QuantitativeValue -- | The caption for this object. -- -- type Caption = Text -- | The typical expected age range, e.g. '7-9', '11-'. -- -- type TypicalAgeRange = Text -- | Specifies the Person that is legally accountable for the CreativeWork. -- -- type AccountablePerson = Person -- | The value of an active ingredient's strength, e.g. 325. -- -- type StrengthValue = Number -- | A modifiable or non-modifiable risk factor included in the -- calculation, e.g. age, coexisting condition. -- -- type IncludedRiskFactor = MedicalRiskFactor -- | The Value-added Tax ID of the organization or person. -- -- type VatID = Text -- | The seat associated with the ticket. -- -- type TicketedSeat = Seat -- | Audiences defined by a person's gender. -- -- type RequiredGender = Text -- | Textual description of the unit type (including suite vs. room, size -- of bed, etc.). -- -- type LodgingUnitType = Either QualitativeValue 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. See GS1 GTIN Summary for more -- details. -- -- type Gtin13 = Text -- | The organization issuing the ticket or permit. -- -- type IssuedBy = Organization -- | The date of the first registration of the vehicle with the respective -- public authorities. -- -- type DateVehicleFirstRegistered = Date -- | Position of the season within an ordered group of seasons. -- -- type SeasonNumber = Either Integer Text -- | The time at which the UserComment was made. -- -- type CommentTime = Date -- | A pointer to another, somehow related product (or multiple products). -- -- type IsRelatedTo = Product -- | This ordering relation for qualitative values indicates that the -- subject is lesser than the object. -- -- type Lesser = QualitativeValue -- | The age of the business. -- -- type YearsInOperation = QuantitativeValue -- | Estimated processing time for the service using this channel. -- -- type ProcessingTime = Duration -- | The kind of release which this album is: single, EP or album. -- -- type AlbumReleaseType = MusicAlbumReleaseType -- | Video game which is played on this server. Inverse property: -- gameServer. -- -- type Game = VideoGame -- | How often one should break from the activity. -- -- type RestPeriods = Text -- | Indicates that the resource is compatible with the referenced -- accessibility API (WebSchemas wiki lists possible values). -- -- type AccessibilityAPI = Text -- | Physical address of the item. -- -- type Address = Either Text PostalAddress -- | The text of the UserComment. -- -- type CommentText = Text -- | The ISBN of the book. -- -- type Isbn = Text -- | Organization or person who adapts a creative work to different -- languages, regional differences and technical requirements of a target -- market. -- -- type Translator = Either Organization Person -- | The expected arrival time. -- -- type ArrivalTime = DateTime -- | A pointer to another product (or multiple products) for which this -- product is an accessory or spare part. -- -- type IsAccessoryOrSparePartFor = Product -- | Software application help. -- -- type SoftwareHelp = CreativeWork -- | The country. For example, USA. You can also provide the two-letter ISO -- 3166-1 alpha-2 country code. -- -- type AddressCountry = Either Country 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. -- -- type ItemCondition = OfferItemCondition -- | 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. -- -- type Line = Text -- | The website to access the service. -- -- type ServiceUrl = URL -- | A season that is part of the media series. Supersedes season. -- -- type ContainsSeason = CreativeWorkSeason -- | The post office box number for PO box addresses. -- -- type PostOfficeBoxNumber = Text -- | A sub property of object. The object that replaces. -- -- type Replacer = Thing -- | Specifies the CreativeWork associated with the UserComment. -- -- type Discusses = CreativeWork -- | Headline of the article. -- -- type Headline = Text -- | Specifies whether the applicable value-added tax (VAT) is included in -- the price specification or not. -- -- type ValueAddedTaxIncluded = Boolean -- | A person or organization attending the event. Supersedes attendees. -- -- type Attendee = Either Person Organization -- | An additional name for a Person, can be used for a middle name. -- -- type AdditionalName = Text -- | One of a set of signs and symptoms that can be used to distinguish -- this diagnosis from others in the differential diagnosis. -- -- type DistinguishingSign = MedicalSignOrSymptom -- | A goal towards an action is taken. Can be concrete or abstract. -- -- type Purpose = Either Thing MedicalDevicePurpose -- | 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. -- -- type InteractingDrug = Drug -- | The Vehicle Identification Number (VIN) is a unique serial number used -- by the automotive industry to identify individual motor vehicles. -- -- type VehicleIdentificationNumber = Text -- | The Event where the CreativeWork was recorded. The CreativeWork may -- capture all or part of the event. Inverse property: recordedIn. -- -- type RecordedAt = Event -- | Component (sub-)structure(s) that comprise this anatomical structure. -- -- type SubStructure = AnatomicalStructure -- | The date the ticket was issued. -- -- type DateIssued = DateTime -- | A broadcast service to which the broadcast service may belong to such -- as regional variations of a national channel. -- -- type ParentService = BroadcastService -- | An entity which offers (sells leases lends loans) the -- services goods. A seller may also be a provider. Supersedes -- vendor, merchant. -- -- type Seller = Either Person Organization -- | The predominant mode of learning supported by the learning resource. -- Acceptable values are active, expositive, or -- mixed. -- -- type InteractivityType = Text -- | 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. -- -- type Cause = MedicalCause -- | Type of ordering (e.g. Ascending, Descending, Unordered). -- -- type ItemListOrder = Either Text ItemListOrderType -- | The offer(s) -- e.g., product, quantity and price combinations -- -- included in the order. -- -- type AcceptedOffer = Offer -- | The result produced in the action. e.g. John wrote *a book*. -- -- type Result = Thing -- | An honorific prefix preceding a Person's name such as DrMrsMr. -- -- type HonorificPrefix = Text -- | A person who founded this organization. Supersedes founders. -- -- type Founder = Person -- | How often one should engage in the activity. -- -- type ActivityFrequency = Text -- | The datetime the item was removed from the DataFeed. -- -- type DateDeleted = DateTime -- | The availability of this item—for example In stock, Out of stock, -- Pre-order, etc. -- -- type Availability = ItemAvailability -- | A short textual code (also called "store code") that uniquely -- identifies a place of business. The code is typically assigned by the -- parentOrganization and used in structured URLs. For example, in the -- URL http://www.starbucks.co.uk/store-locator/etc/detail/3047 -- the code "3047" is a branchCode for a particular branch. -- -- type BranchCode = Text -- | Relates a property to a property that is its inverse. Inverse -- properties relate the same pairs of items to each other, but in -- reversed direction. For example, the alumni and -- alumniOf properties are inverseOf each other. Some properties -- don't have explicit inverses; in these situations RDFa and JSON-LD -- syntax for reverse properties can be used. -- -- type InverseOf = Property -- | The unique address by which the BroadcastService can be identified in -- a provider lineup. In US, this is typically a number. -- -- type BroadcastChannelId = Text -- | How the disease spreads, either as a route or vector, for example -- 'direct contact', 'Aedes aegypti', etc. -- -- type TransmissionMethod = Text -- | The number of owners of the vehicle, including the current one.Typical -- unit code(s): C62 -- -- type NumberOfPreviousOwners = Either Number QuantitativeValue -- | A work featured in some event, e.g. exhibited in an ExhibitionEvent. -- Specific subproperties are available for workPerformed (e.g. a play), -- or a workPresented (a Movie at a ScreeningEvent). -- -- type WorkFeatured = CreativeWork -- | A contraindication for this therapy. -- -- type Contraindication = MedicalContraindication -- | Any special commitments associated with this job posting. Valid -- entries include VeteranCommit, MilitarySpouseCommit, etc. -- -- type SpecialCommitments = Text -- | The base salary of the job or of an employee in an EmployeeRole. -- -- type BaseSalary = Either PriceSpecification Number -- | Organizations that the person works for. -- -- type WorksFor = Organization -- | The direct performer or driver of the action (animate or inanimate). -- e.g. *John* wrote a book. -- -- type Agent = Either Organization Person -- | Method used for delivery or shipping. -- -- type HasDeliveryMethod = DeliveryMethod -- | An answer (possibly one of several, possibly incorrect) to a Question, -- e.g. on a Question/Answer site. -- -- type SuggestedAnswer = Answer -- | An embedded video object. -- -- type Video = VideoObject -- | e.g. Painting, Drawing, Sculpture, Print, Photograph, Assemblage, -- Collage, etc. -- -- type Artform = Either Text URL -- | A sub property of location. The sports activity location where this -- action occurred. -- -- type SportsActivityLocation = SportsActivityLocation -- | For itemListElement values, you can use simple strings (e.g. "Peter", -- "Paul", "Mary"), existing entities, or use ListItem. Text values are -- best if the elements in the list are plain strings. Existing entities -- are best for a simple, unordered list of existing things in your data. -- ListItem is used with ordered lists when you want to provide -- additional context about the element in that list or when the same -- item might be in different places in different lists. Note: The order -- of elements in your mark-up is not sufficient for indicating the order -- or elements. Use ListItem with a position property in such -- cases. -- -- type ItemListElement = Either3 Thing Text ListItem -- | Typical preparation that a patient must undergo before having the -- procedure performed. -- -- type Preparation = Text -- | The underlying anatomical structures, such as organs, that comprise -- the anatomical system. -- -- type ComprisedOf = Either AnatomicalSystem AnatomicalStructure -- | A sub property of object. The person or organization being followed. -- -- type Followee = Either Organization Person -- | The type(s) of customers for which the given offer is valid. -- -- type EligibleCustomerType = BusinessEntityType -- | The vasculature the lymphatic structure originates, or afferents, -- from. -- -- type OriginatesFrom = Vessel -- | The total financial value of the person as calculated by subtracting -- assets from liabilities. -- -- type NetWorth = PriceSpecification -- | A work performed in some event, for example a play performed in a -- TheaterEvent. -- -- type WorkPerformed = CreativeWork -- | 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. -- -- type EligibleTransactionVolume = PriceSpecification -- | Exampleinstancerealization/derivation of the concept of this -- creative work. eg. The paperback edition, first edition, or eBook. -- Inverse property: exampleOfWork. -- -- type WorkExample = CreativeWork -- | Family name. In the U.S., the last name of an Person. This can be used -- along with givenName instead of the name property. -- -- type FamilyName = Text -- | 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. -- -- type IsBasedOnUrl = URL -- | Drugs that affect the test's results. -- -- type AffectedBy = Drug -- | The vasculature the lymphatic structure runs, or efferents, to. -- -- type RunsTo = Vessel -- | An active ingredient, typically chemical compounds and/or biologic -- substances. -- -- type ActiveIngredient = Text -- | The anatomy of the underlying organ system or structures associated -- with this entity. -- -- type AssociatedAnatomy = Either3 AnatomicalSystem SuperficialAnatomy AnatomicalStructure -- | The degree of mobility the joint allows. -- -- type FunctionalClass = Text -- | The frame size of the video. -- -- type VideoFrameSize = Text -- | IACO identifier for an airport. -- -- type IcaoCode = Text -- | Identifies input methods that are sufficient to fully control the -- described resource (WebSchemas wiki lists possible values). -- -- type AccessibilityControl = Text -- | Prerequisites needed to fulfill steps in article. -- -- type Dependencies = Text -- | A possible treatment to address this condition, sign or symptom. -- -- type PossibleTreatment = MedicalTherapy -- | A sub property of participant. The person/organization being -- supported. -- -- type Endorsee = Either Organization Person -- | The URL for sending a payment. -- -- type PaymentUrl = URL -- | The date after which the price is no longer available. -- -- type PriceValidUntil = Date -- | An update to the LiveBlog. -- -- type LiveBlogUpdate = BlogPosting -- | Relates a term (i.e. a property, class or enumeration) to one that -- supersedes it. -- -- type SupersededBy = Either3 Property Class Enumeration -- | The warranty promise(s) included in the offer. Supersedes -- warrantyPromise. -- -- type Warranty = WarrantyPromise -- | The estimated time the flight will take. -- -- type EstimatedFlightDuration = Either Duration Text -- | Associated product/technology version. e.g., .NET Framework 4.5. -- -- type AssemblyVersion = Text -- | Indicates the name of the PropertyValueSpecification to be used in URL -- templates and form encoding in a manner analogous to HTML's -- input@name. -- -- type ValueName = Text -- | The payment method(s) accepted by seller for this offer. -- -- type AcceptedPaymentMethod = PaymentMethod -- | Typical or recommended followup care after the procedure is performed. -- -- type Followup = Text -- | The date on which the CreativeWork was created or the item was added -- to a DataFeed. -- -- type DateCreated = Either Date DateTime -- | A contact point for a person or organization. Supersedes -- contactPoints. -- -- type ContactPoint = ContactPoint -- | An application that can complete the request. Supersedes application. -- -- type ActionApplication = SoftwareApplication -- | The date and time the reservation was booked. -- -- type BookingTime = DateTime -- | The rating for the content. -- -- type RatingValue = Text -- | The date and time of giving up ownership on the product. -- -- type OwnedThrough = DateTime -- | The timezone in ISO 8601 format for which the service bases its -- broadcasts. -- -- type BroadcastTimezone = Text -- | The total amount due. -- -- type TotalPaymentDue = PriceSpecification -- | The date when the item is no longer valid. -- -- type ValidUntil = Date -- | The item being offered. -- -- type ItemOffered = Either Product Service -- | Sponsor of the study. -- -- type Sponsor = Organization -- | 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. -- -- type IsVariantOf = ProductModel -- | The current approximate inventory level for the item or items. -- -- type InventoryLevel = QuantitativeValue -- | The expected progression of the condition if it is not treated and -- allowed to progress naturally. -- -- type NaturalProgression = Text -- | An available dosage strength for the drug. -- -- type AvailableStrength = DrugStrength -- | The number of interactions for the CreativeWork using the WebSite or -- SoftwareApplication. The most specific child type of -- InteractionCounter should be used. Supersedes interactionCount. -- -- type InteractionStatistic = InteractionCounter -- | Party placing the order or paying the invoice. -- -- type Customer = Either Organization Person -- | Date of first broadcast/publication. -- -- type DatePublished = Date -- | The geographic area associated with the audience. -- -- type GeographicArea = AdministrativeArea -- | The start date and time of the item (in ISO 8601 date format). -- -- type StartDate = Date -- | A publication event associated with the item. -- -- type Publication = PublicationEvent -- | The number of seasons in this series. -- -- type NumberOfSeasons = Integer -- | The branches that delineate from the nerve bundle. -- -- type Branch = AnatomicalStructure -- | A NewsArticle associated with the Media Object. -- -- type AssociatedArticle = NewsArticle -- | The specific biochemical interaction through which this drug or -- supplement produces its pharmacological effect. -- -- type MechanismOfAction = Text -- | A contact location for a person's place of work. -- -- type WorkLocation = Either Place ContactPoint -- | A pointer from a previous, often discontinued variant of the product -- to its newer variant. -- -- type PredecessorOf = ProductModel -- | The geographic area where a service or offered item is provided. -- Supersedes serviceArea. -- -- type AreaServed = Either4 Text GeoShape AdministrativeArea Place -- | The telephone number. -- -- type Telephone = Text -- | Strength of the guideline's recommendation (e.g. 'class I'). -- -- type RecommendationStrength = Text -- | A preventative therapy used to prevent reoccurrence of the medical -- condition after an initial episode of the condition. -- -- type SecondaryPrevention = MedicalTherapy -- | Link to the drug's label details. -- -- type LabelDetails = URL -- | The platform where the train arrives. -- -- type ArrivalPlatform = Text -- | The fax number. -- -- type FaxNumber = Text -- | A hospital with which the physician or office is affiliated. -- -- type HospitalAffiliation = Hospital -- | The currency (in 3-letter ISO 4217 format) of the drug cost. -- -- type CostCurrency = Text -- | The target group associated with a given audience (e.g. veterans, car -- owners, musicians, etc.). -- -- type AudienceType = Text -- | A more specific type of the condition, where applicable, for example -- 'Type 1 Diabetes', 'Type 2 Diabetes', or 'Gestational Diabetes' for -- Diabetes. -- -- type Subtype = Text -- | The priority status assigned to a passenger for security or boarding -- (e.g. FastTrack or Priority). -- -- type PassengerPriorityStatus = Either QualitativeValue Text -- | The identifier for the account the payment will be applied to. -- -- type AccountId = Text -- | Indicates a CreativeWork that this CreativeWork is (in some sense) -- part of. Inverse property: hasPart. -- -- type IsPartOf = CreativeWork -- | The count of total number of ratings. -- -- type RatingCount = Integer -- | 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 space delimited points where the first and -- final points are identical. -- -- type Polygon = Text -- | The time when a passenger can check into the flight online. -- -- type WebCheckinTime = DateTime -- | The place(s) from which the offer can be obtained (e.g. store -- locations). -- -- type AvailableAtOrFrom = Place -- | Reference to an asset (e.g., Barcode, QR code image or PDF) usable for -- entrance. -- -- type TicketToken = Either Text URL -- | Link to the repository where the un-compiled, human readable code and -- related code is located (SVN, github, CodePlex). -- -- type CodeRepository = URL -- | Gender of the person. -- -- type Gender = Text -- | An arrangement derived from the composition. -- -- type MusicArrangement = MusicComposition -- | A music album. Supersedes albums. -- -- type Album = MusicAlbum -- | The name of the item. -- -- type Name = Text -- | The elevation of a location (WGS 84). -- -- type Elevation = Either Text Number -- | A medical study or trial related to this entity. -- -- type Study = MedicalStudy -- | The unique identifier for the bus. -- -- type BusNumber = Text -- | The highest value allowed in this rating system. If bestRating is -- omitted, 5 is assumed. -- -- type BestRating = Either Number Text -- | The stop or station from which the bus arrives. -- -- type ArrivalBusStop = Either BusStation BusStop -- | The algorithm or rules to follow to compute the score. -- -- type Algorithm = Text -- | The total time it takes to prepare and cook the recipe, in ISO 8601 -- duration format. -- -- type TotalTime = Duration -- | The number of doors.Typical unit code(s): C62 -- -- type NumberOfDoors = Either Number QuantitativeValue -- | The WebSite or SoftwareApplication where the interactions took place. -- -- type InteractionService = Either SoftwareApplication WebSite -- | Source of the data used to formulate the guidance, e.g. RCT, consensus -- opinion, etc. -- -- type EvidenceOrigin = Text -- | The date of production of the item, e.g. vehicle. -- -- type ProductionDate = Date -- | The condition, complication, or symptom whose risk is being estimated. -- -- type EstimatesRiskOf = MedicalEntity -- | Number of players on the server. -- -- type PlayersOnline = Integer -- | The locality. For example, Mountain View. -- -- type AddressLocality = Text -- | The number of answers this question has received. -- -- type AnswerCount = Integer -- | If the file can be downloaded, URL to download the binary. -- -- type DownloadUrl = URL -- | The job title of the person (for example, Financial Manager). -- -- type JobTitle = Text -- | Additional content for a software application. -- -- type SoftwareAddOn = SoftwareApplication -- | The person or organization the reservation or ticket is for. -- -- type UnderName = Either Person Organization -- | The current status of the order item. -- -- type OrderItemStatus = OrderStatus -- | 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. -- -- type Significance = Text -- | 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. -- -- type Model = Either Text ProductModel -- | The place of attachment of a muscle, or what the muscle moves. -- -- type Insertion = AnatomicalStructure -- | The airport where the flight originates. -- -- type DepartureAirport = Airport -- | Other co-agents that participated in the action indirectly. e.g. John -- wrote a book with *Steve*. -- -- type Participant = Either Organization Person -- | The currency in which the monetary amount is expressed (in 3-letter -- ISO 4217 format). -- -- type Currency = Text -- | Relates a property to a class that is (one of) the type(s) the -- property is expected to be used on. -- -- type DomainIncludes = Class -- | The latest date the package may arrive. -- -- type ExpectedArrivalUntil = DateTime -- | The larger organization that this organization is a branch of, if any. -- Supersedes branchOf. Inverse property: subOrganization. -- -- type ParentOrganization = Organization -- | The type of composition (e.g. overture, sonata, symphony, etc.). -- -- type MusicCompositionForm = Text -- | A relationship between two organizations where the first includes the -- second, e.g., as a subsidiary. See also: the more specific -- department property. Inverse property: parentOrganization. -- -- type SubOrganization = Organization -- | The number or type of airbags in the vehicle. -- -- type NumberOfAirbags = Either Number Text -- | Proficiency needed for this content; expected values: -- Beginner, Expert. -- -- type ProficiencyLevel = Text -- | A pointer from a newer variant of a product to its previous, often -- discontinued predecessor. -- -- type SuccessorOf = ProductModel -- | 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. -- -- type AdditionalVariable = Text -- | The movement the muscle generates. Supersedes action. -- -- type MuscleAction = Text -- | Quantitative measure gauging the degree of force involved in the -- exercise, for example, heartbeats per minute. May include the velocity -- of the movement. -- -- type Intensity = Text -- | This ordering relation for qualitative values indicates that the -- subject is lesser than or equal to the object. -- -- type LesserOrEqual = QualitativeValue -- | The drug or supplement's legal status, including any controlled -- substance schedules that apply. -- -- type LegalStatus = DrugLegalStatus -- | Supporting data for a SoftwareApplication. -- -- type SupportingData = DataFeed -- | The episode to which this clip belongs. -- -- type PartOfEpisode = Episode -- | The GTIN-12 code of the product, or the product to which the offer -- refers. The GTIN-12 is the 12-digit GS1 Identification Key composed of -- a U.P.C. Company Prefix, Item Reference, and Check Digit used to -- identify trade items. See GS1 GTIN Summary for more details. -- -- type Gtin12 = Text -- | The opening hours for a business. Opening hours can be specified as a -- weekly time range, starting with days, then times per day. Multiple -- days can be listed with commas ',' separating each day. Day or time -- ranges are specified using a hyphen -.- Days are specified -- using the following two-letter combinations: Mo, Tu, We, Th, Fr, Sa, -- Su.- Times are specified using 24:00 time. For example, 3pm is -- specified as 15:00. - Here is an example: 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. -- -- type OpeningHours = Text -- | A route by which this drug may be administered, e.g. oral. -- -- type AdministrationRoute = Text -- | The version of the CreativeWork embodied by a specified resource. -- -- type Version = Number -- | The most generic uni-directional social relation. -- -- type Follows = 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. -- -- type BillingIncrement = Number -- | The tangible thing generated by the service, e.g. a passport, permit, -- etc. Supersedes produces. -- -- type ServiceOutput = Thing -- | Destination address. -- -- type DeliveryAddress = PostalAddress -- | Actual bytes of the media object, for example the image file or video -- file. -- -- type ContentUrl = URL -- | A component test of the panel. -- -- type SubTest = MedicalTest -- | The number of pages in the book. -- -- type NumberOfPages = Integer -- | The endTime of something. For a reserved event or service (e.g. -- FoodEstablishmentReservation), the time that it is expected to end. -- For actions that span a period of time, when the action was performed. -- e.g. John wrote a book from January to *December*.Note that Event uses -- startDateendDate instead of startTimeendTime, even when -- describing dates with times. This situation may be clarified in future -- revisions. -- -- type EndTime = DateTime -- | The length of time it takes to prepare the recipe, in ISO 8601 -- duration format. -- -- type PrepTime = Duration -- | The location in which the study is taking/took place. -- -- type StudyLocation = AdministrativeArea -- | The International Standard of Industrial Classification of All -- Economic Activities (ISIC), Revision 4 code for a particular -- organization, business person, or place. -- -- type IsicV4 = Text -- | Specific qualifications required for this role. -- -- type Qualifications = Text -- | Expected or actual outcomes of the study. -- -- type Outcome = Text -- | A link to the ListItem that follows the current one. -- -- type NextItem = ListItem -- | A pointer to another product (or multiple products) for which this -- product is a consumable. -- -- type IsConsumableFor = Product -- | Any FDA or other warnings about the drug (text or URL). -- -- type Warning = Either Text URL -- | A sub property of instrument. The query used on this action. -- -- type Query = Text -- | The artist that performed this album or recording. -- -- type ByArtist = MusicGroup -- | Skills required to fulfill this role. -- -- type Skills = Text -- | Date order was placed. -- -- type OrderDate = DateTime -- | The underlying innervation associated with the muscle. -- -- type Nerve = Nerve -- | The number of tracks in this album or playlist. -- -- type NumTracks = Integer -- | The price range of the business, for example $$$. -- -- type PriceRange = Text -- | 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. -- -- type RelatedStructure = AnatomicalStructure -- | Processor architecture required to run the application (e.g. IA64). -- -- type ProcessorRequirements = Text -- | The date that payment is due. Supersedes paymentDue. -- -- type PaymentDueDate = DateTime -- | Alumni of an organization. Inverse property: alumniOf. -- -- type Alumni = Person -- | A review of the item. Supersedes reviews. -- -- type Review = Review -- | exif data for this object. -- -- type ExifData = Either Text PropertyValue -- | The beginning of the availability of the product or service included -- in the offer. -- -- type AvailabilityStarts = DateTime -- | A (typically single) geographic location associated with the job -- position. -- -- type JobLocation = Place -- | A commonly used identifier for the characteristic represented by the -- property, e.g. a manufacturer or a standard code for a property. -- propertyID can be(1) a prefixed string, mainly meant to be used with -- standards for product properties; (2) a site-specific, non-prefixed -- string (e.g. the primary key of the property or the vendor-specific id -- of the property), or (3)a URL indicating the type of the property, -- either pointing to an external vocabulary, or a Web resource that -- describes the property (e.g. a glossary entry).Standards bodies should -- promote a standard prefix for the identifiers of properties from their -- standards. -- -- type PropertyID = Either URL Text -- | The currency (in 3-letter ISO 4217 format) of the discount. -- -- type DiscountCurrency = Text -- | URL at which the app may be installed, if different from the URL of -- the item. -- -- type InstallUrl = URL -- | The actual body of the review. -- -- type ReviewBody = Text -- | The year during which the claimed copyright for the CreativeWork was -- first asserted. -- -- type CopyrightYear = Number -- | Indicates the current disposition of the Action. -- -- type ActionStatus = ActionStatusType -- | Keywords or tags used to describe this content. Multiple entries in a -- keywords list are typically delimited by commas. -- -- type Keywords = Text -- | This ordering relation for qualitative values indicates that the -- subject is greater than the object. -- -- type Greater = QualitativeValue -- | The opening hours of a certain place. -- -- type OpeningHoursSpecification = OpeningHoursSpecification -- | A pointer to the organization or person making the offer. Inverse -- property: makesOffer. -- -- type OfferedBy = Either Organization Person -- | The section location of the reserved seat (e.g. Orchestra). -- -- type SeatSection = Text -- | Maximal age recommended for viewing content. -- -- type SuggestedMaxAge = Number -- | 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 -- | Target Operating System / Product to which the code applies. If -- applies to several versions, just the product name can be used. -- -- type TargetProduct = SoftwareApplication -- | The number of grams of fat. -- -- type FatContent = Mass -- | A sub property of participant. The person that borrows the object -- being lent. -- -- type Borrower = Person -- | Shipper's address. -- -- type OriginAddress = PostalAddress -- | The URL at which a reply may be posted to the specified UserComment. -- -- type ReplyToUrl = URL -- | A sub property of participant. The owner of the real estate property. -- -- type Landlord = Either Organization Person -- | 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. -- -- type DifferentialDiagnosis = DDxElement -- | The home team in a sports event. -- -- type HomeTeam = Either Person SportsTeam -- | The organization or person from which the product was acquired. -- -- type AcquiredFrom = Either Organization Person -- | Indicates a page (or other CreativeWork) for which this thing is the -- main entity being described. See background notes for details. Inverse -- property: mainEntity. -- -- type MainEntityOfPage = Either CreativeWork URL -- | The delivery method(s) to which the delivery charge or payment charge -- specification applies. -- -- type AppliesToDeliveryMethod = DeliveryMethod -- | The number of children staying in the unit. -- -- type NumChildren = Either Integer QuantitativeValue -- | People or organizations that endorse the plan. -- -- type Endorsers = Either Organization Person -- | Description of bonus and commission compensation aspects of the job. -- Supersedes incentives. -- -- type IncentiveCompensation = Text -- | The subject matter of the content. -- -- type About = Thing -- | The service provided by this channel. -- -- type ProvidesService = Service -- | 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*. -- -- type Object = Thing -- | The color or color combination of the interior of the vehicle. -- -- type VehicleInteriorColor = Text -- | 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. -- -- type ReviewRating = Rating -- | A description of the procedure involved in setting up, using, and/or -- installing the device. -- -- type Procedure = Text -- | The depth of the item. -- -- type Depth = Either Distance QuantitativeValue -- | A physical examination that can identify this sign. -- -- type IdentifyingExam = PhysicalExam -- | The location where the CreativeWork was created, which may not be the -- same as the location depicted in the CreativeWork. -- -- type LocationCreated = Place -- | The latest someone may check out of a lodging establishment. -- -- type CheckoutTime = DateTime -- | Indicates a CreativeWork that is (in some sense) a part of this -- CreativeWork. Inverse property: isPartOf. -- -- type HasPart = CreativeWork -- | A medical code for the entity, taken from a controlled vocabulary or -- ontology such as ICD-9, DiseasesDB, MeSH, SNOMED-CT, RxNorm, etc. -- -- type Code = MedicalCode -- | The date on which the CreativeWork was most recently modified or when -- the item's entry was modified within a DataFeed. -- -- type DateModified = Either Date DateTime -- | The trailer of a movie or tv/radio series, season, episode, etc. -- -- type Trailer = VideoObject -- | The bitrate of the media object. -- -- type Bitrate = Text -- | The airline-specific indicator of boarding order / preference. -- -- type BoardingGroup = Text -- | 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. -- -- type PreviousStartDate = Date -- | Version of the software instance. -- -- type SoftwareVersion = Text -- | An entity represented by an entry in a list or data feed (e.g. an -- artist in a list of artists)’. -- -- type Item = Thing -- | 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. -- -- type SuperEvent = Event -- | The edition of the print product in which the NewsArticle appears. -- -- type PrintEdition = Text -- | The billing address for the order. -- -- type BillingAddress = PostalAddress -- | 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. -- -- type Author = Either Organization Person -- | The type of service being offered, e.g. veterans' benefits, emergency -- relief, etc. -- -- type ServiceType = Text -- | The anatomical or organ system that the artery originates from. -- -- type Source = AnatomicalStructure -- | A person that acts as performing member of a sports team; a player as -- opposed to a coach. -- -- type Athlete = Person -- | A unique identifier for the reservation. -- -- type ReservationId = Text -- | The geo coordinates of the place. -- -- type Geo = Either GeoShape GeoCoordinates -- | The typical delay between the receipt of the order and the goods -- leaving the warehouse. -- -- type DeliveryLeadTime = QuantitativeValue -- | A sub property of instrument. The diet used in this action. Supersedes -- diet. -- -- type ExerciseRelatedDiet = Diet -- | The name of the credit card or other method of payment for the order. -- -- type PaymentMethod = PaymentMethod -- | The distance traveled per unit of fuel used; most commonly miles per -- gallon (mpg) or kilometers per liter (kmL).Note 1: There are -- unfortunately no standard unit codes for miles per gallon or -- kilometers per liter.Use unitText to indicate the unit of measurement, -- e.g. mpg or kmL.Note 2: There are two ways of indicating the fuel -- consumption, fuelConsumption (e.g. 8 liters per 100 km) and -- fuelEfficiency (e.g. 30 miles per gallon). They are reciprocal.Note 3: -- Often, the absolute value is useful only when related to driving speed -- ("at 80 km/h") or usage pattern ("city traffic"). You can use -- valueReference to link the value for the fuel economy to another -- value. -- -- type FuelEfficiency = QuantitativeValue -- | Articles may belong to one or more sections in a magazine or -- newspaper, such as Sports, Lifestyle, etc. -- -- type ArticleSection = Text -- | The stage represented as a number, e.g. 3. -- -- type StageAsNumber = Number -- | The time it takes to actually cook the dish, in ISO 8601 duration -- format. -- -- type CookTime = Duration -- | The basic containment relation between a place and one that contains -- it. Supersedes containedIn. Inverse property: containsPlace. -- -- type ContainedInPlace = Place -- | A single ingredient used in the recipe, e.g. sugar, flour or garlic. -- Supersedes ingredients. -- -- type RecipeIngredient = Text -- | The offer price of a product, or of a price component when attached to -- PriceSpecification and its subtypes. Usage guidelines:Use the -- priceCurrency property (with ISO 4217 codes e.g. "USD") instead of -- including ambiguous symbols such as $ in the value. Use -- . (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a -- decimal point. Avoid using these symbols as a readability separator. -- Note that both RDFa and Microdata syntax allow the use of a "content=" -- attribute for publishing simple machine-readable values alongside more -- human-friendly formatting. Use values from 0123456789 (Unicode 'DIGIT -- ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially -- similiar Unicode symbols. -- -- type Price = Either Text Number -- | The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for -- a product or service, or the product to which the offer refers. -- -- type Sku = Text -- | The time validity of the permit. -- -- type ValidFor = Duration -- | 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). -- -- type RequiresSubscription = Boolean -- | The edition of the book. -- -- type BookEdition = Text -- | The generic name of this drug or supplement. -- -- type NonProprietaryName = Text -- | The quantity produced by the recipe (for example, number of people -- served, number of servings, etc). -- -- type RecipeYield = Text -- | Countries for which the application is not supported. You can also -- provide the two-letter ISO 3166-1 alpha-2 country code. -- -- type CountriesNotSupported = Text -- | The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or -- the GeoShape for the geo-political region(s) for which the offer or -- delivery charge specification is valid. See also ineligibleRegion. -- -- type EligibleRegion = Either3 Text GeoShape Place -- | A sign detected by the test. -- -- type SignDetected = MedicalSign -- | Any information related to overdose on a drug, including signs or -- symptoms, treatments, contact information for emergency response. -- -- type Overdosage = Text -- | Indicates the approximate radius of a GeoCircle (metres unless -- indicated otherwise via Distance notation). -- -- type GeoRadius = Either3 Distance Number Text -- | The number of adults staying in the unit. -- -- type NumAdults = Either Integer QuantitativeValue -- | The identifier of the transaction. -- -- type OrderNumber = 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"). -- -- type ProductSupported = Either Text Product -- | Position of the clip within an ordered group of clips. -- -- type ClipNumber = Either Integer Text -- | The end of the availability of the product or service included in the -- offer. -- -- type AvailabilityEnds = DateTime -- | The release date of a product or product model. This can be used to -- distinguish the exact variant of a product. -- -- type ReleaseDate = Date -- | An alignment to an established educational framework. -- -- type EducationalAlignment = AlignmentObject -- | The number of grams of trans fat. -- -- type TransFatContent = Mass -- | How the procedure is performed. -- -- type HowPerformed = Text -- | Permission(s) required to run the app (for example, a mobile app may -- require full internet access or may run only on wifi). -- -- type Permissions = Text -- | Code used to redeem a discount. -- -- type DiscountCode = Text -- | One or more detailed price specifications, indicating the unit price -- and delivery or payment charges. -- -- type PriceSpecification = PriceSpecification -- | The number of interactions for the CreativeWork using the WebSite or -- SoftwareApplication. -- -- type UserInteractionCount = Integer -- | Audiences defined by a person's minimum age. -- -- type RequiredMinAge = Integer -- | The currency accepted (in ISO 4217 currency format). -- -- type CurrenciesAccepted = Text -- | A CreativeWork such as an image, video, or audio clip shared as part -- of this posting. -- -- type SharedContent = CreativeWork -- | The date when the item becomes valid. -- -- type ValidFrom = DateTime -- | A competitor in a sports event. -- -- type Competitor = Either Person SportsTeam -- | Any precaution, guidance, contraindication, etc. related to -- consumption of specific foods while taking this drug. -- -- type FoodWarning = Text -- | The album to which this recording belongs. -- -- type InAlbum = MusicAlbum -- | Specifics about the trial design (enumerated). -- -- type TrialDesign = MedicalTrialDesign -- | 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. -- -- type EmbedUrl = URL -- | The minimum payment required at this time. -- -- type MinimumPaymentDue = PriceSpecification -- | Library file name e.g., mscorlib.dll, system.web.dll. Supersedes -- assembly. -- -- type ExecutableLibraryName = Text -- | 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). -- -- type AddOn = Offer -- | An organization that this person is affiliated with. For example, a -- school/university, a club, or a team. -- -- type Affiliation = Organization -- | The catalog number for the release. -- -- type CatalogNumber = Text -- | Date on which this guideline's recommendation was made. -- -- type GuidelineDate = Date -- | Nutrition information about the recipe. -- -- type Nutrition = NutritionInformation -- | A member of an Organization or a ProgramMembership. Organizations can -- be members of organizations; ProgramMembership is typically for -- individuals. Supersedes members, musicGroupMember. Inverse property: -- memberOf. -- -- type Member = Either Organization Person -- | The location in which the status applies. -- -- type ApplicableLocation = AdministrativeArea -- | The available volume for cargo or luggage. For automobiles, this is -- usually the trunk volume.Typical unit code(s): LTR for liters, FTQ for -- cubic foot/feetNote: You can use minValue and maxValue to indicate -- ranges. -- -- type CargoVolume = QuantitativeValue -- | mp3, mpeg4, etc. -- -- type EncodingFormat = Text -- | Indicates if this web page element is the main subject of the page. -- -- type MainContentOfPage = WebPageElement -- | The basic containment relation between a place and another that it -- contains. Inverse property: containsPlace. -- -- type ContainsPlace = Place -- | A creative work that this work is an -- exampleinstancerealization/derivation of. Inverse property: -- workExample. -- -- type ExampleOfWork = CreativeWork -- | The default value of the input. For properties that expect a literal, -- the default is a literal value, for properties that expect an object, -- it's an ID reference to one of the current values. -- -- type DefaultValue = Either Thing Text -- | The biomechanical properties of the bone. -- -- type BiomechnicalClass = Text -- | The title of the job. -- -- type Title = Text -- | A dosing schedule for the drug for a given population, either -- observed, recommended, or maximum dose based on the type used. -- -- type DoseSchedule = DoseSchedule -- | A pointer to a secondary value that provides additional information on -- the original value, e.g. a reference temperature. -- -- type ValueReference = Either5 QualitativeValue StructuredValue QuantitativeValue Enumeration PropertyValue -- | The range of temporal applicability of a dataset, e.g. for a 2011 -- census dataset, the year 2011 (in ISO 8601 time interval format). -- Supersedes temporal. -- -- type DatasetTimeInterval = DateTime -- | Any precaution, guidance, contraindication, etc. related to -- consumption of alcohol while taking this drug. -- -- type AlcoholWarning = Text -- | Indicates the primary entity described in some page or other -- CreativeWork. Inverse property: mainEntityOfPage. -- -- type MainEntity = Thing -- | Smaller compositions included in this work (e.g. a movement in a -- symphony). -- -- type IncludedComposition = MusicComposition -- | The size of the business in annual revenue. -- -- type YearlyRevenue = QuantitativeValue -- | 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. -- -- type ContactType = Text -- | The organization owning or operating the broadcast service. -- -- type Broadcaster = Organization -- | Format of this release (the type of recording media used, ie. compact -- disc, digital media, LP, etc.). -- -- type MusicReleaseFormat = MusicReleaseFormatType -- | True is the broadcast is of a live event. -- -- type IsLiveBroadcast = Boolean -- | Specifies the allowed range for number of characters in a literal -- value. -- -- type ValueMaxLength = Number -- | A sub property of result. The review that resulted in the performing -- of the action. -- -- type ResultReview = Review -- | Any characteristics of the population used in the study, e.g. 'males -- under 65'. -- -- type Population = Text -- | The release date of a vehicle model (often used to differentiate -- versions of the same make and model). -- -- type VehicleModelDate = Date -- | The platform from which the train departs. -- -- type DeparturePlatform = Text -- | The number of grams of sugar. -- -- type SugarContent = Mass -- | The number of grams of carbohydrates. -- -- type CarbohydrateContent = Mass -- | The thing -- flight, event, restaurant,etc. being reserved. -- -- type ReservationFor = Thing -- | A license document that applies to this content, typically indicated -- by URL. -- -- type License = Either CreativeWork URL -- | The type/class of the seat. -- -- type SeatingType = Either QualitativeValue Text -- | Genre of the creative work or group. -- -- type Genre = Either URL Text -- | Length of time to engage in the activity. -- -- type ActivityDuration = Duration -- | The person who wrote the words. -- -- type Lyricist = Person -- | The name given to how bone physically connects to each other. -- -- type StructuralClass = Text -- | Real or fictional location of the game (or part of game). -- -- type GameLocation = Either3 URL PostalAddress Place -- | The duration of the warranty promise. Common unitCode values are ANN -- for year, MON for months, or DAY for days. -- -- type DurationOfWarranty = QuantitativeValue -- | Pregnancy category of this drug. -- -- type PregnancyCategory = DrugPregnancyCategory -- | This ordering relation for qualitative values indicates that the -- subject is not equal to the object. -- -- type NonEqual = QualitativeValue -- | Specifies a regular expression for testing literal values according to -- the HTML spec. -- -- type ValuePattern = Text -- | The time when the live blog will begin covering the Event. Note that -- coverage may begin before the Event's start time. The LiveBlogPosting -- may also be created before coverage begins. -- -- type CoverageStartTime = DateTime -- | An associated logo. -- -- type Logo = Either URL ImageObject -- | The unique identifier for a flight including the airline IATA code. -- For example, if describing United flight 110, where the IATA code for -- United is UA, the flightNumber is UA110. -- -- type FlightNumber = Text -- | The number of copies when multiple copies of a piece of artwork are -- produced - e.g. for a limited edition of 20 prints, -- artEdition refers to the total number of copies (in this -- example "20"). -- -- type ArtEdition = Either Integer Text -- | An entity that arranges for an exchange between a buyer and a seller. -- In most cases a broker never acquires or releases ownership of a -- product or service involved in an exchange. If it is not clear whether -- an entity is a broker, seller, or buyer, the latter two terms are -- preferred. Supersedes bookingAgent. -- -- type Broker = Either Person Organization -- | The unit of the dose, e.g. mg. -- -- type DoseUnit = Text -- | A url template (RFC6570) that will be used to construct the target of -- the execution of the action. -- -- type UrlTemplate = Text -- | Minimal age of the child. -- -- type ChildMinAge = Number -- | The CreativeWork that captured all or part of this Event. Inverse -- property: recordedAt. -- -- type RecordedIn = CreativeWork -- | The characteristics of associated patients, such as age, gender, race -- etc. -- -- type Epidemiology = Text -- | The number to access the service by text message. -- -- type ServiceSmsNumber = ContactPoint -- | The page on which the work starts; for example "135" or "xiii". -- -- type PageStart = Either Integer Text -- | An offer to provide this item—for example, an offer to sell a product, -- rent the DVD of a movie, perform a service, or give away tickets to an -- event. -- -- type Offers = Offer -- | A sub property of participant. The participant who is at the receiving -- end of the action. -- -- type Recipient = Either3 Organization Audience Person -- | Cash, credit card, etc. -- -- type PaymentAccepted = Text -- | A citation or reference to another creative work, such as another -- publication, web page, scholarly article, etc. -- -- type Citation = Either CreativeWork Text -- | A secondary contributor to the CreativeWork. -- -- type Contributor = Either Organization Person -- | A media object that encodes this CreativeWork. This property is a -- synonym for associatedMedia. Supersedes encodings. -- -- type Encoding = MediaObject -- | 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. -- -- type SerialNumber = 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. -- -- type AssociatedPathophysiology = Text -- | The highest price of all offers available. -- -- type HighPrice = Either Number Text -- | The unit of measurement given using the UNCEFACT Common Code (3 -- characters) or a URL. Other codes than the UNCEFACT Common Code -- may be used with a prefix followed by a colon. -- -- type UnitCode = Either URL Text -- | A textual description of known damages, both repaired and unrepaired. -- -- type KnownVehicleDamages = Text -- | Comments, typically from users. -- -- type Comment = Comment -- | A number associated with a role in an organization, for example, the -- number on an athlete's jersey. -- -- type NumberedPosition = Number -- | The place where the Organization was founded. -- -- type FoundingLocation = Place -- | 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). Supersedes requirements. -- -- type SoftwareRequirements = Either Text URL -- | A sub property of location. The original location of the object or the -- agent before the action. -- -- type FromLocation = Place -- | This ordering relation for qualitative values indicates that the -- subject is greater than or equal to the object. -- -- type GreaterOrEqual = QualitativeValue -- | One or more alternative conditions considered in the differential -- diagnosis process. -- -- type Diagnosis = MedicalCondition -- | The media network(s) whose content is broadcast on this station. -- -- type BroadcastAffiliateOf = Organization -- | A data catalog contained in the dataset. Supersedes catalog. -- -- type IncludedDataCatalog = DataCatalog -- | The name of the bus (e.g. Bolt Express). -- -- type BusName = Text -- | The time admission will commence. -- -- type DoorTime = DateTime -- | Identifies the volume of publication or multi-part work; for example, -- "iii" or "2". -- -- type VolumeNumber = Either Integer Text -- | The Manufacturer Part Number (MPN) of the product, or the product to -- which the offer refers. -- -- type Mpn = Text -- | The target audience for this permit. -- -- type PermitAudience = Audience -- | An organization that the person is an alumni of. Inverse property: -- alumni. -- -- type AlumniOf = Either Organization EducationalOrganization -- | A sub property of instrument. The method of delivery. -- -- type DeliveryMethod = DeliveryMethod -- | Indicates whether this content is family friendly. -- -- type IsFamilyFriendly = Boolean -- | The currency (coded using ISO 4217, -- http://en.wikipedia.org/wiki/ISO_4217 ) used for the main -- salary information in this job posting or for this employee. -- -- type SalaryCurrency = Text -- | The longitude of a location. For example -122.08585 (WGS 84). -- -- type Longitude = Either Number Text -- | The computer programming language. -- -- type ProgrammingLanguage = Language -- | An option available on this contact point (e.g. a toll-free number or -- support for hearing-impaired callers). -- -- type ContactOption = ContactPointOption -- | The CableOrSatelliteService offering the channel. -- -- type InBroadcastLineup = CableOrSatelliteService -- | A sub property of location. The course where this action was taken. -- Supersedes course. -- -- type ExerciseCourse = Place -- | Information about the engine or engines of the vehicle. -- -- type VehicleEngine = EngineSpecification -- | The type of component used for transmitting the power from a rotating -- power source to the wheels or other relevant component(s) ("gearbox" -- for cars). -- -- type VehicleTransmission = Either3 QualitativeValue Text URL -- | The North American Industry Classification System (NAICS) code for a -- particular organization or business person. -- -- type Naics = Text -- | Indicates whether API is managed or unmanaged. -- -- type ProgrammingModel = Text -- | Educational background needed for the position. -- -- type EducationRequirements = Text -- | A sub property of location. The specific food event where the action -- occurred. -- -- type FoodEvent = FoodEvent -- | The product identifier, such as ISBN. For example: -- itemprop='productID' content='isbn:123-456-789'/. -- -- type ProductID = Text -- | The duration of the item (movie, audio recording, event, etc.) in ISO -- 8601 date format. -- -- type Duration = Duration -- | The actual code. -- -- type CodeValue = Text -- | Indicates a potential Action, which describes an idealized action in -- which this thing would play an object role. -- -- type PotentialAction = Action -- | The place where the person was born. -- -- type BirthPlace = Place -- | Subcategory of the application, e.g. "Arcade Game". -- -- type ApplicationSubCategory = Either Text URL -- | Anatomical systems or structures that relate to the superficial -- anatomy. -- -- type RelatedAnatomy = Either AnatomicalSystem AnatomicalStructure -- | The name of a node in an established educational framework. -- -- type TargetName = Text -- | Features or modules provided by this application (and possibly -- required by other applications). -- -- type FeatureList = Either Text URL -- | A release of this album. Inverse property: releaseOf. -- -- type AlbumRelease = MusicRelease -- | The Order(s) related to this Invoice. One or more Orders may be -- combined into a single Invoice. -- -- type ReferencesOrder = Order -- | The words in the song. -- -- type Lyrics = CreativeWork -- | A performer at the event—for example, a presenter, musician, musical -- group or actor. Supersedes performers. -- -- type Performer = Either Person Organization -- | The region. For example, CA. -- -- type AddressRegion = Text -- | The task that a player-controlled character, or group of characters -- may complete in order to gain a reward. -- -- type Quest = Thing -- | Official rating of a piece of content—for example,'MPAA PG-13'. -- -- type ContentRating = Text -- | The address for accessing the service by mail. -- -- type ServicePostalAddress = PostalAddress -- | Was the offer accepted as a gift for someone other than the buyer. -- -- type IsGift = Boolean -- | An audio recording of the work. Inverse property: recordingOf. -- -- type RecordedAs = MusicRecording -- | A modifiable or non-modifiable factor that increases the risk of a -- patient contracting this condition, e.g. age, coexisting condition. -- -- type RiskFactor = MedicalRiskFactor -- | Imaging technique used. -- -- type ImagingTechnique = MedicalImagingTechnique -- | A property-value pair representing an additional characteristics of -- the entitity, e.g. a product feature or another characteristic for -- which there is no matching property in schema.org. Note: Publishers -- should be aware that applications designed to use specific schema.org -- properties (e.g. http://schema.org/width, -- http://schema.org/color, http://schema.org/gtin13, ...) -- will typically expect such data to be provided using those properties, -- rather than using the generic property/value mechanism. -- -- type AdditionalProperty = PropertyValue -- | The service through with the permit was granted. -- -- type IssuedThrough = Service -- | The station from which the train departs. -- -- type DepartureStation = TrainStation -- | The publisher of the creative work. -- -- type Publisher = Either Organization Person -- | 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. -- -- type Background = Text -- | The most generic bi-directional social/work relation. -- -- type Knows = Person -- | Cheat codes to the game. -- -- type CheatCode = CreativeWork -- | A sub property of location. The final location of the object or the -- agent after the action. -- -- type ToLocation = Place -- | A sub property of location. The entertainment business where the -- action occurred. -- -- type EntertainmentBusiness = EntertainmentBusiness -- | An embedded audio object. -- -- type Audio = AudioObject -- | A URL to a map of the place. Supersedes map, maps. -- -- type HasMap = Either URL Map -- | An honorific suffix preceding a Person's name such as M.D. -- PhDMSCSW. -- -- type HonorificSuffix = Text -- | A sub property of object. A question. -- -- type Question = Question -- | The International Standard Recording Code for the recording. -- -- type IsrcCode = Text -- | The scope of the warranty promise. -- -- type WarrantyScope = WarrantyScope -- | Languages in which subtitles/captions are available, in IETF BCP 47 -- standard format. -- -- type SubtitleLanguage = Either Text Language -- | If this MediaObject is an AudioObject or VideoObject, the transcript -- of that object. -- -- type Transcript = Text -- | The value of the dose, e.g. 500. -- -- type DoseValue = Number -- | The name of a character played in some acting or performing role, i.e. -- in a PerformanceRole. -- -- type CharacterName = Text -- | The anatomical or organ system that the vein flows into; a larger -- structure that the vein connects to. -- -- type Tributary = AnatomicalStructure -- | The number of upvotes this question, answer or comment has received -- from the community. -- -- type UpvoteCount = Integer -- | 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. -- -- type EligibleQuantity = QuantitativeValue -- | A short description of the item. -- -- type Description = Text -- | A person that acts in a coaching role for a sports team. -- -- type Coach = Person -- | Audiences defined by a person's maximum age. -- -- type RequiredMaxAge = Integer -- | The location in which the strength is available. -- -- type AvailableIn = AdministrativeArea -- | The Organization on whose behalf the creator was working. -- -- type SourceOrganization = Organization -- | Points-of-Sales operated by the organization or person. -- -- type HasPOS = Place -- | The predominant type or kind characterizing the learning resource. For -- example, presentation, handout. -- -- type LearningResourceType = Text -- | Item(s) being shipped. -- -- type ItemShipped = Product -- | The overall rating, based on a collection of reviews or ratings, of -- the item. -- -- type AggregateRating = AggregateRating -- | The status of payment; whether the invoice has been paid or not. -- -- type PaymentStatus = Either PaymentStatusType Text -- | The lower value of some characteristic or property. -- -- type MinValue = Number -- | The number of axles.Typical unit code(s): C62 -- -- type NumberOfAxles = Either Number QuantitativeValue -- | Indicates the main image on the page. -- -- type PrimaryImageOfPage = ImageObject -- | An organizer of an Event. -- -- type Organizer = Either Person Organization -- | Fictional person connected with a creative work. -- -- type Character = Person -- | The highest price if the price is a range. -- -- type MaxPrice = Number -- | The GTIN-14 code of the product, or the product to which the offer -- refers. See GS1 GTIN Summary for more details. -- -- type Gtin14 = Text -- | A broadcast service associated with the publication event. -- -- type PublishedOn = BroadcastService -- | Indicates the GeoCoordinates at the centre of a GeoShape e.g. -- GeoCircle. -- -- type GeoMidpoint = GeoCoordinates -- | The expected departure time. -- -- type DepartureTime = DateTime -- | Indicates that the CreativeWork contains a reference to, but is not -- necessarily about a concept. -- -- type Mentions = Thing -- | The parent of a question, answer or item in general. -- -- type ParentItem = Question -- | The neurological pathway extension that involves muscle control. -- -- type NerveMotor = Muscle -- | Indicates a target EntryPoint for an Action. -- -- type Target = EntryPoint -- | Any membership in a frequent flyer, hotel loyalty program, etc. being -- applied to the reservation. -- -- type ProgramMembershipUsed = ProgramMembership -- | Status of a game server. -- -- type ServerStatus = GameServerStatus -- | Where a taxi will pick up a passenger or a rental car can be picked -- up. -- -- type PickupLocation = Place -- | A sub property of participant. The opponent on this action. -- -- type Opponent = Person -- | The row location of the reserved seat (e.g., B). -- -- type SeatRow = Text -- | The phone number to use to access the service. -- -- type ServicePhone = ContactPoint -- | Specifies the Person who edited the CreativeWork. -- -- type Editor = Person -- | The day of the week for which these opening hours are valid. -- -- type DayOfWeek = DayOfWeek -- | A sub property of participant. The winner of the action. -- -- type Winner = Person -- | The place and time the release was issued, expressed as a -- PublicationEvent. -- -- type ReleasedEvent = PublicationEvent -- | The date and time of obtaining the product. -- -- type OwnedFrom = DateTime -- | The supported content type(s) for an EntryPoint response. -- -- type ContentType = Text -- | The neurological pathway extension that inputs and sends information -- to the brain or spinal cord. -- -- type SensoryUnit = Either SuperficialAnatomy AnatomicalStructure -- | A sub property of participant. The real estate agent involved in the -- action. -- -- type RealEstateAgent = RealEstateAgent -- | Indicates an OfferCatalog listing for this Organization, Person, or -- Service. -- -- type HasOfferCatalog = OfferCatalog -- | The number of downvotes this question, answer or comment has received -- from the community. -- -- type DownvoteCount = Integer -- | Event that this person is a performer or participant in. -- -- type PerformerIn = Event -- | The count of total number of reviews. -- -- type ReviewCount = Integer -- | The high level platform(s) where the Action can be performed for the -- given URL. To specify a specific application or operating system -- instance, use actionApplication. -- -- type ActionPlatform = Either URL Text -- | Date of birth. -- -- type BirthDate = Date -- | Password, PIN, or access code needed for delivery (e.g. from a -- locker). -- -- type AccessCode = Text -- | The geographic area where the permit is valid. -- -- type ValidIn = AdministrativeArea -- | Any precaution, guidance, contraindication, etc. related to this -- drug's use during pregnancy. -- -- type PregnancyWarning = Text -- | A pointer to products or services offered by the organization or -- person. Inverse property: offeredBy. -- -- type MakesOffer = Offer -- | The service provider, service operator, or service performer; the -- goods producer. Another party (a seller) may offer those services or -- goods on behalf of the provider. A provider may also serve as the -- seller. Supersedes carrier. -- -- type Provider = Either Organization Person -- | An award won by or for this item. Supersedes awards. -- -- type Award = Text -- | Date on which the content on this web page was last reviewed for -- accuracy and/or completeness. -- -- type LastReviewed = Date -- | A sub property of participant. The -- participantpersonorganization that bought the object. -- -- type Buyer = Person -- | 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. -- -- type AdditionalType = URL -- | A sub property of object. The object that is being replaced. -- -- type Replacee = Thing -- | The anatomical or organ system drained by this vessel; generally -- refers to a specific part of an organ. -- -- type RegionDrained = Either AnatomicalSystem AnatomicalStructure -- | The playlist to which this recording belongs. -- -- type InPlaylist = MusicPlaylist -- | The stepValue attribute indicates the granularity that is expected -- (and required) of the value in a PropertyValueSpecification. -- -- type StepValue = Number -- | The electronic systems used to play video games. -- -- type GamePlatform = Either3 URL Text Thing -- | Recommended intake of this supplement for a given population as -- defined by a specific recommending authority. -- -- type RecommendedIntake = RecommendedDoseSchedule -- | An Organization (or ProgramMembership) to which this Person or -- Organization belongs. Inverse property: member. -- -- type MemberOf = Either Organization ProgramMembership -- | A secondary title of the CreativeWork. -- -- type AlternativeHeadline = Text -- | The blood vessel that carries blood from the heart to the muscle. -- -- type BloodSupply = Vessel -- | Indicates whether this image is representative of the content of the -- page. -- -- type RepresentativeOfPage = Boolean -- | When a taxi will pickup a passenger or a rental car can be picked up. -- -- type PickupTime = DateTime -- | The position of an item in a series or sequence of items. -- -- type Position = Either Integer Text -- | A unique identifier for the membership. -- -- type MembershipNumber = Text -- | The system of medicine that includes this MedicalEntity, for example -- 'evidence-based', homeopathic, chiropractic, etc. -- -- type MedicineSystem = MedicineSystem -- | The lowest price of all offers available. -- -- type LowPrice = Either Number Text -- | Description of the absorption and elimination of drugs, including -- their concentration (pharmacokinetics, pK) and biological effects -- (pharmacodynamics, pD). Supersedes clincalPharmacology. -- -- type ClinicalPharmacology = Text -- | An episode of a tv, radio or game media within a series or season. -- Supersedes episodes. -- -- type Episode = Episode -- | The station where the train trip ends. -- -- type ArrivalStation = TrainStation -- | The illustrator of the book. -- -- type Illustrator = Person instance (GHC.Classes.Eq a, GHC.Classes.Eq b, GHC.Classes.Eq c, GHC.Classes.Eq d, GHC.Classes.Eq e) => GHC.Classes.Eq (Text.HTML5.MetaData.Type.Either5 a b c d e) instance (GHC.Read.Read a, GHC.Read.Read b, GHC.Read.Read c, GHC.Read.Read d, GHC.Read.Read e) => GHC.Read.Read (Text.HTML5.MetaData.Type.Either5 a b c d e) instance (GHC.Show.Show a, GHC.Show.Show b, GHC.Show.Show c, GHC.Show.Show d, GHC.Show.Show e) => GHC.Show.Show (Text.HTML5.MetaData.Type.Either5 a b c d e) instance (GHC.Classes.Eq a, GHC.Classes.Eq b, GHC.Classes.Eq c, GHC.Classes.Eq d) => GHC.Classes.Eq (Text.HTML5.MetaData.Type.Either4 a b c d) instance (GHC.Read.Read a, GHC.Read.Read b, GHC.Read.Read c, GHC.Read.Read d) => GHC.Read.Read (Text.HTML5.MetaData.Type.Either4 a b c d) instance (GHC.Show.Show a, GHC.Show.Show b, GHC.Show.Show c, GHC.Show.Show d) => GHC.Show.Show (Text.HTML5.MetaData.Type.Either4 a b c d) instance (GHC.Classes.Eq a, GHC.Classes.Eq b, GHC.Classes.Eq c) => GHC.Classes.Eq (Text.HTML5.MetaData.Type.Either3 a b c) instance (GHC.Read.Read a, GHC.Read.Read b, GHC.Read.Read c) => GHC.Read.Read (Text.HTML5.MetaData.Type.Either3 a b c) instance (GHC.Show.Show a, GHC.Show.Show b, GHC.Show.Show c) => GHC.Show.Show (Text.HTML5.MetaData.Type.Either3 a b c) module Text.HTML5.MetaData.Schema.AnatomicalSystem -- | An anatomical system is a group of anatomical structures that work -- together to perform a certain task. Anatomical systems, such as organ -- systems, are one organizing principle of anatomy, and can includes -- circulatory, digestive, endocrine, integumentary, immune, lymphatic, -- muscular, nervous, reproductive, respiratory, skeletal, urinary, -- vestibular, and other systems. -- -- data AnatomicalSystem AnatomicalSystem :: AssociatedPathophysiology -> ComprisedOf -> RelatedCondition -> RelatedStructure -> RelatedTherapy -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> AnatomicalSystem [associatedPathophysiology] :: AnatomicalSystem -> AssociatedPathophysiology [comprisedOf] :: AnatomicalSystem -> ComprisedOf [relatedCondition] :: AnatomicalSystem -> RelatedCondition [relatedStructure] :: AnatomicalSystem -> RelatedStructure [relatedTherapy] :: AnatomicalSystem -> RelatedTherapy [code] :: AnatomicalSystem -> Code [guideline] :: AnatomicalSystem -> Guideline [medicineSystem] :: AnatomicalSystem -> MedicineSystem [recognizingAuthority] :: AnatomicalSystem -> RecognizingAuthority [relevantSpecialty] :: AnatomicalSystem -> RelevantSpecialty [study] :: AnatomicalSystem -> Study [additionalType] :: AnatomicalSystem -> AdditionalType [alternateName] :: AnatomicalSystem -> AlternateName [description] :: AnatomicalSystem -> Description [image] :: AnatomicalSystem -> Image [mainEntityOfPage] :: AnatomicalSystem -> MainEntityOfPage [name] :: AnatomicalSystem -> Name [potentialAction] :: AnatomicalSystem -> PotentialAction [sameAs] :: AnatomicalSystem -> SameAs [url] :: AnatomicalSystem -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.AnatomicalSystem.AnatomicalSystem instance GHC.Read.Read Text.HTML5.MetaData.Schema.AnatomicalSystem.AnatomicalSystem instance GHC.Show.Show Text.HTML5.MetaData.Schema.AnatomicalSystem.AnatomicalSystem instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.AnatomicalSystem.AnatomicalSystem module Text.HTML5.MetaData.Schema.Answer -- | An answer offered to a question; perhaps correct, perhaps opinionated -- or wrong. -- -- data Answer Answer :: DownvoteCount -> ParentItem -> UpvoteCount -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Answer [downvoteCount] :: Answer -> DownvoteCount [parentItem] :: Answer -> ParentItem [upvoteCount] :: Answer -> UpvoteCount [about] :: Answer -> About [accessibilityAPI] :: Answer -> AccessibilityAPI [accessibilityControl] :: Answer -> AccessibilityControl [accessibilityFeature] :: Answer -> AccessibilityFeature [accessibilityHazard] :: Answer -> AccessibilityHazard [accountablePerson] :: Answer -> AccountablePerson [aggregateRating] :: Answer -> AggregateRating [alternativeHeadline] :: Answer -> AlternativeHeadline [associatedMedia] :: Answer -> AssociatedMedia [audience] :: Answer -> Audience [audio] :: Answer -> Audio [author] :: Answer -> Author [award] :: Answer -> Award [character] :: Answer -> Character [citation] :: Answer -> Citation [comment] :: Answer -> Comment [commentCount] :: Answer -> CommentCount [contentLocation] :: Answer -> ContentLocation [contentRating] :: Answer -> ContentRating [contributor] :: Answer -> Contributor [copyrightHolder] :: Answer -> CopyrightHolder [copyrightYear] :: Answer -> CopyrightYear [creator] :: Answer -> Creator [dateCreated] :: Answer -> DateCreated [dateModified] :: Answer -> DateModified [datePublished] :: Answer -> DatePublished [discussionUrl] :: Answer -> DiscussionUrl [editor] :: Answer -> Editor [educationalAlignment] :: Answer -> EducationalAlignment [educationalUse] :: Answer -> EducationalUse [encoding] :: Answer -> Encoding [exampleOfWork] :: Answer -> ExampleOfWork [fileFormat] :: Answer -> FileFormat [genre] :: Answer -> Genre [hasPart] :: Answer -> HasPart [headline] :: Answer -> Headline [inLanguage] :: Answer -> InLanguage [interactionStatistic] :: Answer -> InteractionStatistic [interactivityType] :: Answer -> InteractivityType [isBasedOnUrl] :: Answer -> IsBasedOnUrl [isFamilyFriendly] :: Answer -> IsFamilyFriendly [isPartOf] :: Answer -> IsPartOf [keywords] :: Answer -> Keywords [learningResourceType] :: Answer -> LearningResourceType [license] :: Answer -> License [locationCreated] :: Answer -> LocationCreated [mainEntity] :: Answer -> MainEntity [mentions] :: Answer -> Mentions [offers] :: Answer -> Offers [position] :: Answer -> Position [producer] :: Answer -> Producer [provider] :: Answer -> Provider [publication] :: Answer -> Publication [publisher] :: Answer -> Publisher [publishingPrinciples] :: Answer -> PublishingPrinciples [recordedAt] :: Answer -> RecordedAt [releasedEvent] :: Answer -> ReleasedEvent [review] :: Answer -> Review [schemaVersion] :: Answer -> SchemaVersion [sourceOrganization] :: Answer -> SourceOrganization [text] :: Answer -> Text [thumbnailUrl] :: Answer -> ThumbnailUrl [timeRequired] :: Answer -> TimeRequired [translator] :: Answer -> Translator [typicalAgeRange] :: Answer -> TypicalAgeRange [version] :: Answer -> Version [video] :: Answer -> Video [workExample] :: Answer -> WorkExample [additionalType] :: Answer -> AdditionalType [alternateName] :: Answer -> AlternateName [description] :: Answer -> Description [image] :: Answer -> Image [mainEntityOfPage] :: Answer -> MainEntityOfPage [name] :: Answer -> Name [potentialAction] :: Answer -> PotentialAction [sameAs] :: Answer -> SameAs [url] :: Answer -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Answer.Answer instance GHC.Read.Read Text.HTML5.MetaData.Schema.Answer.Answer instance GHC.Show.Show Text.HTML5.MetaData.Schema.Answer.Answer instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Answer.Answer module Text.HTML5.MetaData.Schema.AudioObject -- | An audio file. -- -- data AudioObject AudioObject :: Transcript -> AssociatedArticle -> Bitrate -> ContentSize -> ContentUrl -> Duration -> EmbedUrl -> EncodesCreativeWork -> EncodingFormat -> Expires -> Height -> PlayerType -> ProductionCompany -> RegionsAllowed -> RequiresSubscription -> UploadDate -> Width -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> AudioObject [transcript] :: AudioObject -> Transcript [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 [regionsAllowed] :: AudioObject -> RegionsAllowed [requiresSubscription] :: AudioObject -> RequiresSubscription [uploadDate] :: AudioObject -> UploadDate [width] :: AudioObject -> Width [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 [character] :: AudioObject -> Character [citation] :: AudioObject -> Citation [comment] :: AudioObject -> Comment [commentCount] :: AudioObject -> CommentCount [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 [exampleOfWork] :: AudioObject -> ExampleOfWork [fileFormat] :: AudioObject -> FileFormat [genre] :: AudioObject -> Genre [hasPart] :: AudioObject -> HasPart [headline] :: AudioObject -> Headline [inLanguage] :: AudioObject -> InLanguage [interactionStatistic] :: AudioObject -> InteractionStatistic [interactivityType] :: AudioObject -> InteractivityType [isBasedOnUrl] :: AudioObject -> IsBasedOnUrl [isFamilyFriendly] :: AudioObject -> IsFamilyFriendly [isPartOf] :: AudioObject -> IsPartOf [keywords] :: AudioObject -> Keywords [learningResourceType] :: AudioObject -> LearningResourceType [license] :: AudioObject -> License [locationCreated] :: AudioObject -> LocationCreated [mainEntity] :: AudioObject -> MainEntity [mentions] :: AudioObject -> Mentions [offers] :: AudioObject -> Offers [position] :: AudioObject -> Position [producer] :: AudioObject -> Producer [provider] :: AudioObject -> Provider [publication] :: AudioObject -> Publication [publisher] :: AudioObject -> Publisher [publishingPrinciples] :: AudioObject -> PublishingPrinciples [recordedAt] :: AudioObject -> RecordedAt [releasedEvent] :: AudioObject -> ReleasedEvent [review] :: AudioObject -> Review [schemaVersion] :: AudioObject -> SchemaVersion [sourceOrganization] :: AudioObject -> SourceOrganization [text] :: AudioObject -> Text [thumbnailUrl] :: AudioObject -> ThumbnailUrl [timeRequired] :: AudioObject -> TimeRequired [translator] :: AudioObject -> Translator [typicalAgeRange] :: AudioObject -> TypicalAgeRange [version] :: AudioObject -> Version [video] :: AudioObject -> Video [workExample] :: AudioObject -> WorkExample [additionalType] :: AudioObject -> AdditionalType [alternateName] :: AudioObject -> AlternateName [description] :: AudioObject -> Description [image] :: AudioObject -> Image [mainEntityOfPage] :: AudioObject -> MainEntityOfPage [name] :: AudioObject -> Name [potentialAction] :: AudioObject -> PotentialAction [sameAs] :: AudioObject -> SameAs [url] :: AudioObject -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.AudioObject.AudioObject instance GHC.Read.Read Text.HTML5.MetaData.Schema.AudioObject.AudioObject instance GHC.Show.Show Text.HTML5.MetaData.Schema.AudioObject.AudioObject instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.AudioObject.AudioObject module Text.HTML5.MetaData.Schema.BrainStructure -- | Any anatomical structure which pertains to the soft nervous tissue -- functioning as the coordinating center of sensation and intellectual -- and nervous activity. -- -- data BrainStructure BrainStructure :: AssociatedPathophysiology -> BodyLocation -> ConnectedTo -> Diagram -> Function -> PartOfSystem -> RelatedCondition -> RelatedTherapy -> SubStructure -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> BrainStructure [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 [code] :: BrainStructure -> Code [guideline] :: BrainStructure -> Guideline [medicineSystem] :: BrainStructure -> MedicineSystem [recognizingAuthority] :: BrainStructure -> RecognizingAuthority [relevantSpecialty] :: BrainStructure -> RelevantSpecialty [study] :: BrainStructure -> Study [additionalType] :: BrainStructure -> AdditionalType [alternateName] :: BrainStructure -> AlternateName [description] :: BrainStructure -> Description [image] :: BrainStructure -> Image [mainEntityOfPage] :: BrainStructure -> MainEntityOfPage [name] :: BrainStructure -> Name [potentialAction] :: BrainStructure -> PotentialAction [sameAs] :: BrainStructure -> SameAs [url] :: BrainStructure -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.BrainStructure.BrainStructure instance GHC.Read.Read Text.HTML5.MetaData.Schema.BrainStructure.BrainStructure instance GHC.Show.Show Text.HTML5.MetaData.Schema.BrainStructure.BrainStructure instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.BrainStructure.BrainStructure module Text.HTML5.MetaData.Schema.Comment -- | A comment on an item - for example, a comment on a blog post. The -- comment's content is expressed via the "text" property, and its topic -- via "about", properties shared with all CreativeWorks. -- -- data Comment Comment :: DownvoteCount -> ParentItem -> UpvoteCount -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Comment [downvoteCount] :: Comment -> DownvoteCount [parentItem] :: Comment -> ParentItem [upvoteCount] :: Comment -> UpvoteCount [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 [character] :: Comment -> Character [citation] :: Comment -> Citation [comment] :: Comment -> Comment [commentCount] :: Comment -> CommentCount [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 [exampleOfWork] :: Comment -> ExampleOfWork [fileFormat] :: Comment -> FileFormat [genre] :: Comment -> Genre [hasPart] :: Comment -> HasPart [headline] :: Comment -> Headline [inLanguage] :: Comment -> InLanguage [interactionStatistic] :: Comment -> InteractionStatistic [interactivityType] :: Comment -> InteractivityType [isBasedOnUrl] :: Comment -> IsBasedOnUrl [isFamilyFriendly] :: Comment -> IsFamilyFriendly [isPartOf] :: Comment -> IsPartOf [keywords] :: Comment -> Keywords [learningResourceType] :: Comment -> LearningResourceType [license] :: Comment -> License [locationCreated] :: Comment -> LocationCreated [mainEntity] :: Comment -> MainEntity [mentions] :: Comment -> Mentions [offers] :: Comment -> Offers [position] :: Comment -> Position [producer] :: Comment -> Producer [provider] :: Comment -> Provider [publication] :: Comment -> Publication [publisher] :: Comment -> Publisher [publishingPrinciples] :: Comment -> PublishingPrinciples [recordedAt] :: Comment -> RecordedAt [releasedEvent] :: Comment -> ReleasedEvent [review] :: Comment -> Review [schemaVersion] :: Comment -> SchemaVersion [sourceOrganization] :: Comment -> SourceOrganization [text] :: Comment -> Text [thumbnailUrl] :: Comment -> ThumbnailUrl [timeRequired] :: Comment -> TimeRequired [translator] :: Comment -> Translator [typicalAgeRange] :: Comment -> TypicalAgeRange [version] :: Comment -> Version [video] :: Comment -> Video [workExample] :: Comment -> WorkExample [additionalType] :: Comment -> AdditionalType [alternateName] :: Comment -> AlternateName [description] :: Comment -> Description [image] :: Comment -> Image [mainEntityOfPage] :: Comment -> MainEntityOfPage [name] :: Comment -> Name [potentialAction] :: Comment -> PotentialAction [sameAs] :: Comment -> SameAs [url] :: Comment -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Comment.Comment instance GHC.Read.Read Text.HTML5.MetaData.Schema.Comment.Comment instance GHC.Show.Show Text.HTML5.MetaData.Schema.Comment.Comment instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Comment.Comment module Text.HTML5.MetaData.Schema.Country -- | A country. -- -- data Country Country :: AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Country [additionalProperty] :: Country -> AdditionalProperty [address] :: Country -> Address [aggregateRating] :: Country -> AggregateRating [branchCode] :: Country -> BranchCode [containedInPlace] :: Country -> ContainedInPlace [containsPlace] :: Country -> ContainsPlace [event] :: Country -> Event [faxNumber] :: Country -> FaxNumber [geo] :: Country -> Geo [globalLocationNumber] :: Country -> GlobalLocationNumber [hasMap] :: Country -> HasMap [isicV4] :: Country -> IsicV4 [logo] :: Country -> Logo [openingHoursSpecification] :: Country -> OpeningHoursSpecification [photo] :: Country -> Photo [review] :: Country -> Review [telephone] :: Country -> Telephone [additionalType] :: Country -> AdditionalType [alternateName] :: Country -> AlternateName [description] :: Country -> Description [image] :: Country -> Image [mainEntityOfPage] :: Country -> MainEntityOfPage [name] :: Country -> Name [potentialAction] :: Country -> PotentialAction [sameAs] :: Country -> SameAs [url] :: Country -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Country.Country instance GHC.Read.Read Text.HTML5.MetaData.Schema.Country.Country instance GHC.Show.Show Text.HTML5.MetaData.Schema.Country.Country instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Country.Country module Text.HTML5.MetaData.Schema.DataCatalog -- | A collection of datasets. -- -- data DataCatalog DataCatalog :: Dataset -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DataCatalog [dataset] :: DataCatalog -> Dataset [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 [character] :: DataCatalog -> Character [citation] :: DataCatalog -> Citation [comment] :: DataCatalog -> Comment [commentCount] :: DataCatalog -> CommentCount [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 [exampleOfWork] :: DataCatalog -> ExampleOfWork [fileFormat] :: DataCatalog -> FileFormat [genre] :: DataCatalog -> Genre [hasPart] :: DataCatalog -> HasPart [headline] :: DataCatalog -> Headline [inLanguage] :: DataCatalog -> InLanguage [interactionStatistic] :: DataCatalog -> InteractionStatistic [interactivityType] :: DataCatalog -> InteractivityType [isBasedOnUrl] :: DataCatalog -> IsBasedOnUrl [isFamilyFriendly] :: DataCatalog -> IsFamilyFriendly [isPartOf] :: DataCatalog -> IsPartOf [keywords] :: DataCatalog -> Keywords [learningResourceType] :: DataCatalog -> LearningResourceType [license] :: DataCatalog -> License [locationCreated] :: DataCatalog -> LocationCreated [mainEntity] :: DataCatalog -> MainEntity [mentions] :: DataCatalog -> Mentions [offers] :: DataCatalog -> Offers [position] :: DataCatalog -> Position [producer] :: DataCatalog -> Producer [provider] :: DataCatalog -> Provider [publication] :: DataCatalog -> Publication [publisher] :: DataCatalog -> Publisher [publishingPrinciples] :: DataCatalog -> PublishingPrinciples [recordedAt] :: DataCatalog -> RecordedAt [releasedEvent] :: DataCatalog -> ReleasedEvent [review] :: DataCatalog -> Review [schemaVersion] :: DataCatalog -> SchemaVersion [sourceOrganization] :: DataCatalog -> SourceOrganization [text] :: DataCatalog -> Text [thumbnailUrl] :: DataCatalog -> ThumbnailUrl [timeRequired] :: DataCatalog -> TimeRequired [translator] :: DataCatalog -> Translator [typicalAgeRange] :: DataCatalog -> TypicalAgeRange [version] :: DataCatalog -> Version [video] :: DataCatalog -> Video [workExample] :: DataCatalog -> WorkExample [additionalType] :: DataCatalog -> AdditionalType [alternateName] :: DataCatalog -> AlternateName [description] :: DataCatalog -> Description [image] :: DataCatalog -> Image [mainEntityOfPage] :: DataCatalog -> MainEntityOfPage [name] :: DataCatalog -> Name [potentialAction] :: DataCatalog -> PotentialAction [sameAs] :: DataCatalog -> SameAs [url] :: DataCatalog -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DataCatalog.DataCatalog instance GHC.Read.Read Text.HTML5.MetaData.Schema.DataCatalog.DataCatalog instance GHC.Show.Show Text.HTML5.MetaData.Schema.DataCatalog.DataCatalog instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DataCatalog.DataCatalog module Text.HTML5.MetaData.Schema.DataDownload -- | A dataset in downloadable form. -- -- data DataDownload DataDownload :: AssociatedArticle -> Bitrate -> ContentSize -> ContentUrl -> Duration -> EmbedUrl -> EncodesCreativeWork -> EncodingFormat -> Expires -> Height -> PlayerType -> ProductionCompany -> RegionsAllowed -> RequiresSubscription -> UploadDate -> Width -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DataDownload [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 [regionsAllowed] :: DataDownload -> RegionsAllowed [requiresSubscription] :: DataDownload -> RequiresSubscription [uploadDate] :: DataDownload -> UploadDate [width] :: DataDownload -> Width [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 [character] :: DataDownload -> Character [citation] :: DataDownload -> Citation [comment] :: DataDownload -> Comment [commentCount] :: DataDownload -> CommentCount [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 [exampleOfWork] :: DataDownload -> ExampleOfWork [fileFormat] :: DataDownload -> FileFormat [genre] :: DataDownload -> Genre [hasPart] :: DataDownload -> HasPart [headline] :: DataDownload -> Headline [inLanguage] :: DataDownload -> InLanguage [interactionStatistic] :: DataDownload -> InteractionStatistic [interactivityType] :: DataDownload -> InteractivityType [isBasedOnUrl] :: DataDownload -> IsBasedOnUrl [isFamilyFriendly] :: DataDownload -> IsFamilyFriendly [isPartOf] :: DataDownload -> IsPartOf [keywords] :: DataDownload -> Keywords [learningResourceType] :: DataDownload -> LearningResourceType [license] :: DataDownload -> License [locationCreated] :: DataDownload -> LocationCreated [mainEntity] :: DataDownload -> MainEntity [mentions] :: DataDownload -> Mentions [offers] :: DataDownload -> Offers [position] :: DataDownload -> Position [producer] :: DataDownload -> Producer [provider] :: DataDownload -> Provider [publication] :: DataDownload -> Publication [publisher] :: DataDownload -> Publisher [publishingPrinciples] :: DataDownload -> PublishingPrinciples [recordedAt] :: DataDownload -> RecordedAt [releasedEvent] :: DataDownload -> ReleasedEvent [review] :: DataDownload -> Review [schemaVersion] :: DataDownload -> SchemaVersion [sourceOrganization] :: DataDownload -> SourceOrganization [text] :: DataDownload -> Text [thumbnailUrl] :: DataDownload -> ThumbnailUrl [timeRequired] :: DataDownload -> TimeRequired [translator] :: DataDownload -> Translator [typicalAgeRange] :: DataDownload -> TypicalAgeRange [version] :: DataDownload -> Version [video] :: DataDownload -> Video [workExample] :: DataDownload -> WorkExample [additionalType] :: DataDownload -> AdditionalType [alternateName] :: DataDownload -> AlternateName [description] :: DataDownload -> Description [image] :: DataDownload -> Image [mainEntityOfPage] :: DataDownload -> MainEntityOfPage [name] :: DataDownload -> Name [potentialAction] :: DataDownload -> PotentialAction [sameAs] :: DataDownload -> SameAs [url] :: DataDownload -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DataDownload.DataDownload instance GHC.Read.Read Text.HTML5.MetaData.Schema.DataDownload.DataDownload instance GHC.Show.Show Text.HTML5.MetaData.Schema.DataDownload.DataDownload instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DataDownload.DataDownload module Text.HTML5.MetaData.Schema.DataFeed -- | A single feed providing structured information about one or more -- entities or topics. -- -- data DataFeed DataFeed :: DataFeedElement -> DatasetTimeInterval -> Distribution -> IncludedDataCatalog -> Spatial -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DataFeed [dataFeedElement] :: DataFeed -> DataFeedElement [datasetTimeInterval] :: DataFeed -> DatasetTimeInterval [distribution] :: DataFeed -> Distribution [includedDataCatalog] :: DataFeed -> IncludedDataCatalog [spatial] :: DataFeed -> Spatial [about] :: DataFeed -> About [accessibilityAPI] :: DataFeed -> AccessibilityAPI [accessibilityControl] :: DataFeed -> AccessibilityControl [accessibilityFeature] :: DataFeed -> AccessibilityFeature [accessibilityHazard] :: DataFeed -> AccessibilityHazard [accountablePerson] :: DataFeed -> AccountablePerson [aggregateRating] :: DataFeed -> AggregateRating [alternativeHeadline] :: DataFeed -> AlternativeHeadline [associatedMedia] :: DataFeed -> AssociatedMedia [audience] :: DataFeed -> Audience [audio] :: DataFeed -> Audio [author] :: DataFeed -> Author [award] :: DataFeed -> Award [character] :: DataFeed -> Character [citation] :: DataFeed -> Citation [comment] :: DataFeed -> Comment [commentCount] :: DataFeed -> CommentCount [contentLocation] :: DataFeed -> ContentLocation [contentRating] :: DataFeed -> ContentRating [contributor] :: DataFeed -> Contributor [copyrightHolder] :: DataFeed -> CopyrightHolder [copyrightYear] :: DataFeed -> CopyrightYear [creator] :: DataFeed -> Creator [dateCreated] :: DataFeed -> DateCreated [dateModified] :: DataFeed -> DateModified [datePublished] :: DataFeed -> DatePublished [discussionUrl] :: DataFeed -> DiscussionUrl [editor] :: DataFeed -> Editor [educationalAlignment] :: DataFeed -> EducationalAlignment [educationalUse] :: DataFeed -> EducationalUse [encoding] :: DataFeed -> Encoding [exampleOfWork] :: DataFeed -> ExampleOfWork [fileFormat] :: DataFeed -> FileFormat [genre] :: DataFeed -> Genre [hasPart] :: DataFeed -> HasPart [headline] :: DataFeed -> Headline [inLanguage] :: DataFeed -> InLanguage [interactionStatistic] :: DataFeed -> InteractionStatistic [interactivityType] :: DataFeed -> InteractivityType [isBasedOnUrl] :: DataFeed -> IsBasedOnUrl [isFamilyFriendly] :: DataFeed -> IsFamilyFriendly [isPartOf] :: DataFeed -> IsPartOf [keywords] :: DataFeed -> Keywords [learningResourceType] :: DataFeed -> LearningResourceType [license] :: DataFeed -> License [locationCreated] :: DataFeed -> LocationCreated [mainEntity] :: DataFeed -> MainEntity [mentions] :: DataFeed -> Mentions [offers] :: DataFeed -> Offers [position] :: DataFeed -> Position [producer] :: DataFeed -> Producer [provider] :: DataFeed -> Provider [publication] :: DataFeed -> Publication [publisher] :: DataFeed -> Publisher [publishingPrinciples] :: DataFeed -> PublishingPrinciples [recordedAt] :: DataFeed -> RecordedAt [releasedEvent] :: DataFeed -> ReleasedEvent [review] :: DataFeed -> Review [schemaVersion] :: DataFeed -> SchemaVersion [sourceOrganization] :: DataFeed -> SourceOrganization [text] :: DataFeed -> Text [thumbnailUrl] :: DataFeed -> ThumbnailUrl [timeRequired] :: DataFeed -> TimeRequired [translator] :: DataFeed -> Translator [typicalAgeRange] :: DataFeed -> TypicalAgeRange [version] :: DataFeed -> Version [video] :: DataFeed -> Video [workExample] :: DataFeed -> WorkExample [additionalType] :: DataFeed -> AdditionalType [alternateName] :: DataFeed -> AlternateName [description] :: DataFeed -> Description [image] :: DataFeed -> Image [mainEntityOfPage] :: DataFeed -> MainEntityOfPage [name] :: DataFeed -> Name [potentialAction] :: DataFeed -> PotentialAction [sameAs] :: DataFeed -> SameAs [url] :: DataFeed -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DataFeed.DataFeed instance GHC.Read.Read Text.HTML5.MetaData.Schema.DataFeed.DataFeed instance GHC.Show.Show Text.HTML5.MetaData.Schema.DataFeed.DataFeed instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DataFeed.DataFeed module Text.HTML5.MetaData.Schema.Dataset -- | A body of structured information describing some topic(s) of interest. -- -- data Dataset Dataset :: DatasetTimeInterval -> Distribution -> IncludedDataCatalog -> Spatial -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Dataset [datasetTimeInterval] :: Dataset -> DatasetTimeInterval [distribution] :: Dataset -> Distribution [includedDataCatalog] :: Dataset -> IncludedDataCatalog [spatial] :: Dataset -> Spatial [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 [character] :: Dataset -> Character [citation] :: Dataset -> Citation [comment] :: Dataset -> Comment [commentCount] :: Dataset -> CommentCount [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 [exampleOfWork] :: Dataset -> ExampleOfWork [fileFormat] :: Dataset -> FileFormat [genre] :: Dataset -> Genre [hasPart] :: Dataset -> HasPart [headline] :: Dataset -> Headline [inLanguage] :: Dataset -> InLanguage [interactionStatistic] :: Dataset -> InteractionStatistic [interactivityType] :: Dataset -> InteractivityType [isBasedOnUrl] :: Dataset -> IsBasedOnUrl [isFamilyFriendly] :: Dataset -> IsFamilyFriendly [isPartOf] :: Dataset -> IsPartOf [keywords] :: Dataset -> Keywords [learningResourceType] :: Dataset -> LearningResourceType [license] :: Dataset -> License [locationCreated] :: Dataset -> LocationCreated [mainEntity] :: Dataset -> MainEntity [mentions] :: Dataset -> Mentions [offers] :: Dataset -> Offers [position] :: Dataset -> Position [producer] :: Dataset -> Producer [provider] :: Dataset -> Provider [publication] :: Dataset -> Publication [publisher] :: Dataset -> Publisher [publishingPrinciples] :: Dataset -> PublishingPrinciples [recordedAt] :: Dataset -> RecordedAt [releasedEvent] :: Dataset -> ReleasedEvent [review] :: Dataset -> Review [schemaVersion] :: Dataset -> SchemaVersion [sourceOrganization] :: Dataset -> SourceOrganization [text] :: Dataset -> Text [thumbnailUrl] :: Dataset -> ThumbnailUrl [timeRequired] :: Dataset -> TimeRequired [translator] :: Dataset -> Translator [typicalAgeRange] :: Dataset -> TypicalAgeRange [version] :: Dataset -> Version [video] :: Dataset -> Video [workExample] :: Dataset -> WorkExample [additionalType] :: Dataset -> AdditionalType [alternateName] :: Dataset -> AlternateName [description] :: Dataset -> Description [image] :: Dataset -> Image [mainEntityOfPage] :: Dataset -> MainEntityOfPage [name] :: Dataset -> Name [potentialAction] :: Dataset -> PotentialAction [sameAs] :: Dataset -> SameAs [url] :: Dataset -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Dataset.Dataset instance GHC.Read.Read Text.HTML5.MetaData.Schema.Dataset.Dataset instance GHC.Show.Show Text.HTML5.MetaData.Schema.Dataset.Dataset instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Dataset.Dataset module Text.HTML5.MetaData.Schema.DeliveryEvent -- | An event involving the delivery of an item. -- -- data DeliveryEvent DeliveryEvent :: AccessCode -> AvailableFrom -> AvailableThrough -> HasDeliveryMethod -> AggregateRating -> Attendee -> DoorTime -> Duration -> EndDate -> EventStatus -> InLanguage -> Location -> Offers -> Organizer -> Performer -> PreviousStartDate -> RecordedIn -> Review -> StartDate -> SubEvent -> SuperEvent -> TypicalAgeRange -> WorkFeatured -> WorkPerformed -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DeliveryEvent [accessCode] :: DeliveryEvent -> AccessCode [availableFrom] :: DeliveryEvent -> AvailableFrom [availableThrough] :: DeliveryEvent -> AvailableThrough [hasDeliveryMethod] :: DeliveryEvent -> HasDeliveryMethod [aggregateRating] :: DeliveryEvent -> AggregateRating [attendee] :: DeliveryEvent -> Attendee [doorTime] :: DeliveryEvent -> DoorTime [duration] :: DeliveryEvent -> Duration [endDate] :: DeliveryEvent -> EndDate [eventStatus] :: DeliveryEvent -> EventStatus [inLanguage] :: DeliveryEvent -> InLanguage [location] :: DeliveryEvent -> Location [offers] :: DeliveryEvent -> Offers [organizer] :: DeliveryEvent -> Organizer [performer] :: DeliveryEvent -> Performer [previousStartDate] :: DeliveryEvent -> PreviousStartDate [recordedIn] :: DeliveryEvent -> RecordedIn [review] :: DeliveryEvent -> Review [startDate] :: DeliveryEvent -> StartDate [subEvent] :: DeliveryEvent -> SubEvent [superEvent] :: DeliveryEvent -> SuperEvent [typicalAgeRange] :: DeliveryEvent -> TypicalAgeRange [workFeatured] :: DeliveryEvent -> WorkFeatured [workPerformed] :: DeliveryEvent -> WorkPerformed [additionalType] :: DeliveryEvent -> AdditionalType [alternateName] :: DeliveryEvent -> AlternateName [description] :: DeliveryEvent -> Description [image] :: DeliveryEvent -> Image [mainEntityOfPage] :: DeliveryEvent -> MainEntityOfPage [name] :: DeliveryEvent -> Name [potentialAction] :: DeliveryEvent -> PotentialAction [sameAs] :: DeliveryEvent -> SameAs [url] :: DeliveryEvent -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DeliveryEvent.DeliveryEvent instance GHC.Read.Read Text.HTML5.MetaData.Schema.DeliveryEvent.DeliveryEvent instance GHC.Show.Show Text.HTML5.MetaData.Schema.DeliveryEvent.DeliveryEvent instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DeliveryEvent.DeliveryEvent module Text.HTML5.MetaData.Schema.Drug -- | A chemical or biologic substance, used as a medical therapy, that has -- a physiological effect on an organism. -- -- data Drug Drug :: ActiveIngredient -> AdministrationRoute -> AlcoholWarning -> AvailableStrength -> BreastfeedingWarning -> ClinicalPharmacology -> Cost -> DosageForm -> DoseSchedule -> DrugClass -> FoodWarning -> InteractingDrug -> IsAvailableGenerically -> IsProprietary -> LabelDetails -> LegalStatus -> Manufacturer -> MechanismOfAction -> NonProprietaryName -> Overdosage -> PregnancyCategory -> PregnancyWarning -> PrescribingInfo -> PrescriptionStatus -> RelatedDrug -> Warning -> AdverseOutcome -> Contraindication -> DuplicateTherapy -> Indication -> SeriousAdverseOutcome -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Drug [activeIngredient] :: Drug -> ActiveIngredient [administrationRoute] :: Drug -> AdministrationRoute [alcoholWarning] :: Drug -> AlcoholWarning [availableStrength] :: Drug -> AvailableStrength [breastfeedingWarning] :: Drug -> BreastfeedingWarning [clinicalPharmacology] :: Drug -> ClinicalPharmacology [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 [adverseOutcome] :: Drug -> AdverseOutcome [contraindication] :: Drug -> Contraindication [duplicateTherapy] :: Drug -> DuplicateTherapy [indication] :: Drug -> Indication [seriousAdverseOutcome] :: Drug -> SeriousAdverseOutcome [code] :: Drug -> Code [guideline] :: Drug -> Guideline [medicineSystem] :: Drug -> MedicineSystem [recognizingAuthority] :: Drug -> RecognizingAuthority [relevantSpecialty] :: Drug -> RelevantSpecialty [study] :: Drug -> Study [additionalType] :: Drug -> AdditionalType [alternateName] :: Drug -> AlternateName [description] :: Drug -> Description [image] :: Drug -> Image [mainEntityOfPage] :: Drug -> MainEntityOfPage [name] :: Drug -> Name [potentialAction] :: Drug -> PotentialAction [sameAs] :: Drug -> SameAs [url] :: Drug -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Drug.Drug instance GHC.Read.Read Text.HTML5.MetaData.Schema.Drug.Drug instance GHC.Show.Show Text.HTML5.MetaData.Schema.Drug.Drug instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Drug.Drug module Text.HTML5.MetaData.Schema.DrugClass -- | A class of medical drugs, e.g., statins. Classes can represent general -- pharmacological class, common mechanisms of action, common -- physiological effects, etc. -- -- data DrugClass DrugClass :: Drug -> AdverseOutcome -> Contraindication -> DuplicateTherapy -> Indication -> SeriousAdverseOutcome -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DrugClass [drug] :: DrugClass -> Drug [adverseOutcome] :: DrugClass -> AdverseOutcome [contraindication] :: DrugClass -> Contraindication [duplicateTherapy] :: DrugClass -> DuplicateTherapy [indication] :: DrugClass -> Indication [seriousAdverseOutcome] :: DrugClass -> SeriousAdverseOutcome [code] :: DrugClass -> Code [guideline] :: DrugClass -> Guideline [medicineSystem] :: DrugClass -> MedicineSystem [recognizingAuthority] :: DrugClass -> RecognizingAuthority [relevantSpecialty] :: DrugClass -> RelevantSpecialty [study] :: DrugClass -> Study [additionalType] :: DrugClass -> AdditionalType [alternateName] :: DrugClass -> AlternateName [description] :: DrugClass -> Description [image] :: DrugClass -> Image [mainEntityOfPage] :: DrugClass -> MainEntityOfPage [name] :: DrugClass -> Name [potentialAction] :: DrugClass -> PotentialAction [sameAs] :: DrugClass -> SameAs [url] :: DrugClass -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DrugClass.DrugClass instance GHC.Read.Read Text.HTML5.MetaData.Schema.DrugClass.DrugClass instance GHC.Show.Show Text.HTML5.MetaData.Schema.DrugClass.DrugClass instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DrugClass.DrugClass module Text.HTML5.MetaData.Schema.FoodEvent -- | Event type: Food event. -- -- data FoodEvent FoodEvent :: AggregateRating -> Attendee -> DoorTime -> Duration -> EndDate -> EventStatus -> InLanguage -> Location -> Offers -> Organizer -> Performer -> PreviousStartDate -> RecordedIn -> Review -> StartDate -> SubEvent -> SuperEvent -> TypicalAgeRange -> WorkFeatured -> WorkPerformed -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> FoodEvent [aggregateRating] :: FoodEvent -> AggregateRating [attendee] :: FoodEvent -> Attendee [doorTime] :: FoodEvent -> DoorTime [duration] :: FoodEvent -> Duration [endDate] :: FoodEvent -> EndDate [eventStatus] :: FoodEvent -> EventStatus [inLanguage] :: FoodEvent -> InLanguage [location] :: FoodEvent -> Location [offers] :: FoodEvent -> Offers [organizer] :: FoodEvent -> Organizer [performer] :: FoodEvent -> Performer [previousStartDate] :: FoodEvent -> PreviousStartDate [recordedIn] :: FoodEvent -> RecordedIn [review] :: FoodEvent -> Review [startDate] :: FoodEvent -> StartDate [subEvent] :: FoodEvent -> SubEvent [superEvent] :: FoodEvent -> SuperEvent [typicalAgeRange] :: FoodEvent -> TypicalAgeRange [workFeatured] :: FoodEvent -> WorkFeatured [workPerformed] :: FoodEvent -> WorkPerformed [additionalType] :: FoodEvent -> AdditionalType [alternateName] :: FoodEvent -> AlternateName [description] :: FoodEvent -> Description [image] :: FoodEvent -> Image [mainEntityOfPage] :: FoodEvent -> MainEntityOfPage [name] :: FoodEvent -> Name [potentialAction] :: FoodEvent -> PotentialAction [sameAs] :: FoodEvent -> SameAs [url] :: FoodEvent -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.FoodEvent.FoodEvent instance GHC.Read.Read Text.HTML5.MetaData.Schema.FoodEvent.FoodEvent instance GHC.Show.Show Text.HTML5.MetaData.Schema.FoodEvent.FoodEvent instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.FoodEvent.FoodEvent module Text.HTML5.MetaData.Schema.Map -- | A map. -- -- data Map Map :: MapType -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Map [mapType] :: Map -> MapType [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 [character] :: Map -> Character [citation] :: Map -> Citation [comment] :: Map -> Comment [commentCount] :: Map -> CommentCount [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 [exampleOfWork] :: Map -> ExampleOfWork [fileFormat] :: Map -> FileFormat [genre] :: Map -> Genre [hasPart] :: Map -> HasPart [headline] :: Map -> Headline [inLanguage] :: Map -> InLanguage [interactionStatistic] :: Map -> InteractionStatistic [interactivityType] :: Map -> InteractivityType [isBasedOnUrl] :: Map -> IsBasedOnUrl [isFamilyFriendly] :: Map -> IsFamilyFriendly [isPartOf] :: Map -> IsPartOf [keywords] :: Map -> Keywords [learningResourceType] :: Map -> LearningResourceType [license] :: Map -> License [locationCreated] :: Map -> LocationCreated [mainEntity] :: Map -> MainEntity [mentions] :: Map -> Mentions [offers] :: Map -> Offers [position] :: Map -> Position [producer] :: Map -> Producer [provider] :: Map -> Provider [publication] :: Map -> Publication [publisher] :: Map -> Publisher [publishingPrinciples] :: Map -> PublishingPrinciples [recordedAt] :: Map -> RecordedAt [releasedEvent] :: Map -> ReleasedEvent [review] :: Map -> Review [schemaVersion] :: Map -> SchemaVersion [sourceOrganization] :: Map -> SourceOrganization [text] :: Map -> Text [thumbnailUrl] :: Map -> ThumbnailUrl [timeRequired] :: Map -> TimeRequired [translator] :: Map -> Translator [typicalAgeRange] :: Map -> TypicalAgeRange [version] :: Map -> Version [video] :: Map -> Video [workExample] :: Map -> WorkExample [additionalType] :: Map -> AdditionalType [alternateName] :: Map -> AlternateName [description] :: Map -> Description [image] :: Map -> Image [mainEntityOfPage] :: Map -> MainEntityOfPage [name] :: Map -> Name [potentialAction] :: Map -> PotentialAction [sameAs] :: Map -> SameAs [url] :: Map -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Map.Map instance GHC.Read.Read Text.HTML5.MetaData.Schema.Map.Map instance GHC.Show.Show Text.HTML5.MetaData.Schema.Map.Map instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Map.Map module Text.HTML5.MetaData.Schema.MedicalCause -- | The causative agent(s) that are responsible for the pathophysiologic -- process that eventually results in a medical condition, symptom or -- sign. In this schema, unless otherwise specified this is meant to be -- the proximate cause of the medical condition, symptom or sign. The -- proximate cause is defined as the causative agent that most directly -- results in the medical condition, symptom or sign. For example, the -- HIV virus could be considered a cause of AIDS. Or in a diagnostic -- context, if a patient fell and sustained a hip fracture and two days -- later sustained a pulmonary embolism which eventuated in a cardiac -- arrest, the cause of the cardiac arrest (the proximate cause) would be -- the pulmonary embolism and not the fall. Medical causes can include -- cardiovascular, chemical, dermatologic, endocrine, environmental, -- gastroenterologic, genetic, hematologic, gynecologic, iatrogenic, -- infectious, musculoskeletal, neurologic, nutritional, obstetric, -- oncologic, otolaryngologic, pharmacologic, psychiatric, pulmonary, -- renal, rheumatologic, toxic, traumatic, or urologic causes; medical -- conditions can be causes as well. -- -- data MedicalCause MedicalCause :: CauseOf -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalCause [causeOf] :: MedicalCause -> CauseOf [code] :: MedicalCause -> Code [guideline] :: MedicalCause -> Guideline [medicineSystem] :: MedicalCause -> MedicineSystem [recognizingAuthority] :: MedicalCause -> RecognizingAuthority [relevantSpecialty] :: MedicalCause -> RelevantSpecialty [study] :: MedicalCause -> Study [additionalType] :: MedicalCause -> AdditionalType [alternateName] :: MedicalCause -> AlternateName [description] :: MedicalCause -> Description [image] :: MedicalCause -> Image [mainEntityOfPage] :: MedicalCause -> MainEntityOfPage [name] :: MedicalCause -> Name [potentialAction] :: MedicalCause -> PotentialAction [sameAs] :: MedicalCause -> SameAs [url] :: MedicalCause -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalCause.MedicalCause instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalCause.MedicalCause instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalCause.MedicalCause instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalCause.MedicalCause module Text.HTML5.MetaData.Schema.MedicalContraindication -- | A condition or factor that serves as a reason to withhold a certain -- medical therapy. Contraindications can be absolute (there are no -- reasonable circumstances for undertaking a course of action) or -- relative (the patient is at higher risk of complications, but that -- these risks may be outweighed by other considerations or mitigated by -- other measures). -- -- data MedicalContraindication MedicalContraindication :: Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalContraindication [code] :: MedicalContraindication -> Code [guideline] :: MedicalContraindication -> Guideline [medicineSystem] :: MedicalContraindication -> MedicineSystem [recognizingAuthority] :: MedicalContraindication -> RecognizingAuthority [relevantSpecialty] :: MedicalContraindication -> RelevantSpecialty [study] :: MedicalContraindication -> Study [additionalType] :: MedicalContraindication -> AdditionalType [alternateName] :: MedicalContraindication -> AlternateName [description] :: MedicalContraindication -> Description [image] :: MedicalContraindication -> Image [mainEntityOfPage] :: MedicalContraindication -> MainEntityOfPage [name] :: MedicalContraindication -> Name [potentialAction] :: MedicalContraindication -> PotentialAction [sameAs] :: MedicalContraindication -> SameAs [url] :: MedicalContraindication -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalContraindication.MedicalContraindication instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalContraindication.MedicalContraindication instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalContraindication.MedicalContraindication instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalContraindication.MedicalContraindication module Text.HTML5.MetaData.Schema.MedicalDevice -- | Any object used in a medical capacity, such as to diagnose or treat a -- patient. -- -- data MedicalDevice MedicalDevice :: AdverseOutcome -> Contraindication -> Indication -> PostOp -> PreOp -> Procedure -> Purpose -> SeriousAdverseOutcome -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalDevice [adverseOutcome] :: MedicalDevice -> AdverseOutcome [contraindication] :: MedicalDevice -> Contraindication [indication] :: MedicalDevice -> Indication [postOp] :: MedicalDevice -> PostOp [preOp] :: MedicalDevice -> PreOp [procedure] :: MedicalDevice -> Procedure [purpose] :: MedicalDevice -> Purpose [seriousAdverseOutcome] :: MedicalDevice -> SeriousAdverseOutcome [code] :: MedicalDevice -> Code [guideline] :: MedicalDevice -> Guideline [medicineSystem] :: MedicalDevice -> MedicineSystem [recognizingAuthority] :: MedicalDevice -> RecognizingAuthority [relevantSpecialty] :: MedicalDevice -> RelevantSpecialty [study] :: MedicalDevice -> Study [additionalType] :: MedicalDevice -> AdditionalType [alternateName] :: MedicalDevice -> AlternateName [description] :: MedicalDevice -> Description [image] :: MedicalDevice -> Image [mainEntityOfPage] :: MedicalDevice -> MainEntityOfPage [name] :: MedicalDevice -> Name [potentialAction] :: MedicalDevice -> PotentialAction [sameAs] :: MedicalDevice -> SameAs [url] :: MedicalDevice -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalDevice.MedicalDevice instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalDevice.MedicalDevice instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalDevice.MedicalDevice instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalDevice.MedicalDevice module Text.HTML5.MetaData.Schema.MedicalRiskFactor -- | A risk factor is anything that increases a person's likelihood of -- developing or contracting a disease, medical condition, or -- complication. -- -- data MedicalRiskFactor MedicalRiskFactor :: IncreasesRiskOf -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalRiskFactor [increasesRiskOf] :: MedicalRiskFactor -> IncreasesRiskOf [code] :: MedicalRiskFactor -> Code [guideline] :: MedicalRiskFactor -> Guideline [medicineSystem] :: MedicalRiskFactor -> MedicineSystem [recognizingAuthority] :: MedicalRiskFactor -> RecognizingAuthority [relevantSpecialty] :: MedicalRiskFactor -> RelevantSpecialty [study] :: MedicalRiskFactor -> Study [additionalType] :: MedicalRiskFactor -> AdditionalType [alternateName] :: MedicalRiskFactor -> AlternateName [description] :: MedicalRiskFactor -> Description [image] :: MedicalRiskFactor -> Image [mainEntityOfPage] :: MedicalRiskFactor -> MainEntityOfPage [name] :: MedicalRiskFactor -> Name [potentialAction] :: MedicalRiskFactor -> PotentialAction [sameAs] :: MedicalRiskFactor -> SameAs [url] :: MedicalRiskFactor -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalRiskFactor.MedicalRiskFactor instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalRiskFactor.MedicalRiskFactor instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalRiskFactor.MedicalRiskFactor instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalRiskFactor.MedicalRiskFactor module Text.HTML5.MetaData.Schema.MedicalSign -- | Any physical manifestation of a person's medical condition -- discoverable by objective diagnostic tests or physical examination. -- -- data MedicalSign MedicalSign :: IdentifyingExam -> IdentifyingTest -> Cause -> PossibleTreatment -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalSign [identifyingExam] :: MedicalSign -> IdentifyingExam [identifyingTest] :: MedicalSign -> IdentifyingTest [cause] :: MedicalSign -> Cause [possibleTreatment] :: MedicalSign -> PossibleTreatment [code] :: MedicalSign -> Code [guideline] :: MedicalSign -> Guideline [medicineSystem] :: MedicalSign -> MedicineSystem [recognizingAuthority] :: MedicalSign -> RecognizingAuthority [relevantSpecialty] :: MedicalSign -> RelevantSpecialty [study] :: MedicalSign -> Study [additionalType] :: MedicalSign -> AdditionalType [alternateName] :: MedicalSign -> AlternateName [description] :: MedicalSign -> Description [image] :: MedicalSign -> Image [mainEntityOfPage] :: MedicalSign -> MainEntityOfPage [name] :: MedicalSign -> Name [potentialAction] :: MedicalSign -> PotentialAction [sameAs] :: MedicalSign -> SameAs [url] :: MedicalSign -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalSign.MedicalSign instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalSign.MedicalSign instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalSign.MedicalSign instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalSign.MedicalSign module Text.HTML5.MetaData.Schema.Movie -- | A movie. -- -- data Movie Movie :: Actor -> CountryOfOrigin -> Director -> Duration -> MusicBy -> ProductionCompany -> SubtitleLanguage -> Trailer -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Movie [actor] :: Movie -> Actor [countryOfOrigin] :: Movie -> CountryOfOrigin [director] :: Movie -> Director [duration] :: Movie -> Duration [musicBy] :: Movie -> MusicBy [productionCompany] :: Movie -> ProductionCompany [subtitleLanguage] :: Movie -> SubtitleLanguage [trailer] :: Movie -> Trailer [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 [character] :: Movie -> Character [citation] :: Movie -> Citation [comment] :: Movie -> Comment [commentCount] :: Movie -> CommentCount [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 [exampleOfWork] :: Movie -> ExampleOfWork [fileFormat] :: Movie -> FileFormat [genre] :: Movie -> Genre [hasPart] :: Movie -> HasPart [headline] :: Movie -> Headline [inLanguage] :: Movie -> InLanguage [interactionStatistic] :: Movie -> InteractionStatistic [interactivityType] :: Movie -> InteractivityType [isBasedOnUrl] :: Movie -> IsBasedOnUrl [isFamilyFriendly] :: Movie -> IsFamilyFriendly [isPartOf] :: Movie -> IsPartOf [keywords] :: Movie -> Keywords [learningResourceType] :: Movie -> LearningResourceType [license] :: Movie -> License [locationCreated] :: Movie -> LocationCreated [mainEntity] :: Movie -> MainEntity [mentions] :: Movie -> Mentions [offers] :: Movie -> Offers [position] :: Movie -> Position [producer] :: Movie -> Producer [provider] :: Movie -> Provider [publication] :: Movie -> Publication [publisher] :: Movie -> Publisher [publishingPrinciples] :: Movie -> PublishingPrinciples [recordedAt] :: Movie -> RecordedAt [releasedEvent] :: Movie -> ReleasedEvent [review] :: Movie -> Review [schemaVersion] :: Movie -> SchemaVersion [sourceOrganization] :: Movie -> SourceOrganization [text] :: Movie -> Text [thumbnailUrl] :: Movie -> ThumbnailUrl [timeRequired] :: Movie -> TimeRequired [translator] :: Movie -> Translator [typicalAgeRange] :: Movie -> TypicalAgeRange [version] :: Movie -> Version [video] :: Movie -> Video [workExample] :: Movie -> WorkExample [additionalType] :: Movie -> AdditionalType [alternateName] :: Movie -> AlternateName [description] :: Movie -> Description [image] :: Movie -> Image [mainEntityOfPage] :: Movie -> MainEntityOfPage [name] :: Movie -> Name [potentialAction] :: Movie -> PotentialAction [sameAs] :: Movie -> SameAs [url] :: Movie -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Movie.Movie instance GHC.Read.Read Text.HTML5.MetaData.Schema.Movie.Movie instance GHC.Show.Show Text.HTML5.MetaData.Schema.Movie.Movie instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Movie.Movie module Text.HTML5.MetaData.Schema.Muscle -- | A muscle is an anatomical structure consisting of a contractile form -- of tissue that animals use to effect movement. -- -- data Muscle Muscle :: Antagonist -> BloodSupply -> Insertion -> MuscleAction -> Nerve -> Origin -> AssociatedPathophysiology -> BodyLocation -> ConnectedTo -> Diagram -> Function -> PartOfSystem -> RelatedCondition -> RelatedTherapy -> SubStructure -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Muscle [antagonist] :: Muscle -> Antagonist [bloodSupply] :: Muscle -> BloodSupply [insertion] :: Muscle -> Insertion [muscleAction] :: Muscle -> MuscleAction [nerve] :: Muscle -> Nerve [origin] :: Muscle -> Origin [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 [code] :: Muscle -> Code [guideline] :: Muscle -> Guideline [medicineSystem] :: Muscle -> MedicineSystem [recognizingAuthority] :: Muscle -> RecognizingAuthority [relevantSpecialty] :: Muscle -> RelevantSpecialty [study] :: Muscle -> Study [additionalType] :: Muscle -> AdditionalType [alternateName] :: Muscle -> AlternateName [description] :: Muscle -> Description [image] :: Muscle -> Image [mainEntityOfPage] :: Muscle -> MainEntityOfPage [name] :: Muscle -> Name [potentialAction] :: Muscle -> PotentialAction [sameAs] :: Muscle -> SameAs [url] :: Muscle -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Muscle.Muscle instance GHC.Read.Read Text.HTML5.MetaData.Schema.Muscle.Muscle instance GHC.Show.Show Text.HTML5.MetaData.Schema.Muscle.Muscle instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Muscle.Muscle module Text.HTML5.MetaData.Schema.MusicAlbum -- | A collection of music tracks. -- -- data MusicAlbum MusicAlbum :: AlbumProductionType -> AlbumRelease -> AlbumReleaseType -> ByArtist -> NumTracks -> Track -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MusicAlbum [albumProductionType] :: MusicAlbum -> AlbumProductionType [albumRelease] :: MusicAlbum -> AlbumRelease [albumReleaseType] :: MusicAlbum -> AlbumReleaseType [byArtist] :: MusicAlbum -> ByArtist [numTracks] :: MusicAlbum -> NumTracks [track] :: MusicAlbum -> Track [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 [character] :: MusicAlbum -> Character [citation] :: MusicAlbum -> Citation [comment] :: MusicAlbum -> Comment [commentCount] :: MusicAlbum -> CommentCount [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 [exampleOfWork] :: MusicAlbum -> ExampleOfWork [fileFormat] :: MusicAlbum -> FileFormat [genre] :: MusicAlbum -> Genre [hasPart] :: MusicAlbum -> HasPart [headline] :: MusicAlbum -> Headline [inLanguage] :: MusicAlbum -> InLanguage [interactionStatistic] :: MusicAlbum -> InteractionStatistic [interactivityType] :: MusicAlbum -> InteractivityType [isBasedOnUrl] :: MusicAlbum -> IsBasedOnUrl [isFamilyFriendly] :: MusicAlbum -> IsFamilyFriendly [isPartOf] :: MusicAlbum -> IsPartOf [keywords] :: MusicAlbum -> Keywords [learningResourceType] :: MusicAlbum -> LearningResourceType [license] :: MusicAlbum -> License [locationCreated] :: MusicAlbum -> LocationCreated [mainEntity] :: MusicAlbum -> MainEntity [mentions] :: MusicAlbum -> Mentions [offers] :: MusicAlbum -> Offers [position] :: MusicAlbum -> Position [producer] :: MusicAlbum -> Producer [provider] :: MusicAlbum -> Provider [publication] :: MusicAlbum -> Publication [publisher] :: MusicAlbum -> Publisher [publishingPrinciples] :: MusicAlbum -> PublishingPrinciples [recordedAt] :: MusicAlbum -> RecordedAt [releasedEvent] :: MusicAlbum -> ReleasedEvent [review] :: MusicAlbum -> Review [schemaVersion] :: MusicAlbum -> SchemaVersion [sourceOrganization] :: MusicAlbum -> SourceOrganization [text] :: MusicAlbum -> Text [thumbnailUrl] :: MusicAlbum -> ThumbnailUrl [timeRequired] :: MusicAlbum -> TimeRequired [translator] :: MusicAlbum -> Translator [typicalAgeRange] :: MusicAlbum -> TypicalAgeRange [version] :: MusicAlbum -> Version [video] :: MusicAlbum -> Video [workExample] :: MusicAlbum -> WorkExample [additionalType] :: MusicAlbum -> AdditionalType [alternateName] :: MusicAlbum -> AlternateName [description] :: MusicAlbum -> Description [image] :: MusicAlbum -> Image [mainEntityOfPage] :: MusicAlbum -> MainEntityOfPage [name] :: MusicAlbum -> Name [potentialAction] :: MusicAlbum -> PotentialAction [sameAs] :: MusicAlbum -> SameAs [url] :: MusicAlbum -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MusicAlbum.MusicAlbum instance GHC.Read.Read Text.HTML5.MetaData.Schema.MusicAlbum.MusicAlbum instance GHC.Show.Show Text.HTML5.MetaData.Schema.MusicAlbum.MusicAlbum instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MusicAlbum.MusicAlbum module Text.HTML5.MetaData.Schema.MusicComposition -- | A musical composition. -- -- data MusicComposition MusicComposition :: Composer -> FirstPerformance -> IncludedComposition -> IswcCode -> Lyricist -> Lyrics -> MusicArrangement -> MusicCompositionForm -> MusicalKey -> RecordedAs -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MusicComposition [composer] :: MusicComposition -> Composer [firstPerformance] :: MusicComposition -> FirstPerformance [includedComposition] :: MusicComposition -> IncludedComposition [iswcCode] :: MusicComposition -> IswcCode [lyricist] :: MusicComposition -> Lyricist [lyrics] :: MusicComposition -> Lyrics [musicArrangement] :: MusicComposition -> MusicArrangement [musicCompositionForm] :: MusicComposition -> MusicCompositionForm [musicalKey] :: MusicComposition -> MusicalKey [recordedAs] :: MusicComposition -> RecordedAs [about] :: MusicComposition -> About [accessibilityAPI] :: MusicComposition -> AccessibilityAPI [accessibilityControl] :: MusicComposition -> AccessibilityControl [accessibilityFeature] :: MusicComposition -> AccessibilityFeature [accessibilityHazard] :: MusicComposition -> AccessibilityHazard [accountablePerson] :: MusicComposition -> AccountablePerson [aggregateRating] :: MusicComposition -> AggregateRating [alternativeHeadline] :: MusicComposition -> AlternativeHeadline [associatedMedia] :: MusicComposition -> AssociatedMedia [audience] :: MusicComposition -> Audience [audio] :: MusicComposition -> Audio [author] :: MusicComposition -> Author [award] :: MusicComposition -> Award [character] :: MusicComposition -> Character [citation] :: MusicComposition -> Citation [comment] :: MusicComposition -> Comment [commentCount] :: MusicComposition -> CommentCount [contentLocation] :: MusicComposition -> ContentLocation [contentRating] :: MusicComposition -> ContentRating [contributor] :: MusicComposition -> Contributor [copyrightHolder] :: MusicComposition -> CopyrightHolder [copyrightYear] :: MusicComposition -> CopyrightYear [creator] :: MusicComposition -> Creator [dateCreated] :: MusicComposition -> DateCreated [dateModified] :: MusicComposition -> DateModified [datePublished] :: MusicComposition -> DatePublished [discussionUrl] :: MusicComposition -> DiscussionUrl [editor] :: MusicComposition -> Editor [educationalAlignment] :: MusicComposition -> EducationalAlignment [educationalUse] :: MusicComposition -> EducationalUse [encoding] :: MusicComposition -> Encoding [exampleOfWork] :: MusicComposition -> ExampleOfWork [fileFormat] :: MusicComposition -> FileFormat [genre] :: MusicComposition -> Genre [hasPart] :: MusicComposition -> HasPart [headline] :: MusicComposition -> Headline [inLanguage] :: MusicComposition -> InLanguage [interactionStatistic] :: MusicComposition -> InteractionStatistic [interactivityType] :: MusicComposition -> InteractivityType [isBasedOnUrl] :: MusicComposition -> IsBasedOnUrl [isFamilyFriendly] :: MusicComposition -> IsFamilyFriendly [isPartOf] :: MusicComposition -> IsPartOf [keywords] :: MusicComposition -> Keywords [learningResourceType] :: MusicComposition -> LearningResourceType [license] :: MusicComposition -> License [locationCreated] :: MusicComposition -> LocationCreated [mainEntity] :: MusicComposition -> MainEntity [mentions] :: MusicComposition -> Mentions [offers] :: MusicComposition -> Offers [position] :: MusicComposition -> Position [producer] :: MusicComposition -> Producer [provider] :: MusicComposition -> Provider [publication] :: MusicComposition -> Publication [publisher] :: MusicComposition -> Publisher [publishingPrinciples] :: MusicComposition -> PublishingPrinciples [recordedAt] :: MusicComposition -> RecordedAt [releasedEvent] :: MusicComposition -> ReleasedEvent [review] :: MusicComposition -> Review [schemaVersion] :: MusicComposition -> SchemaVersion [sourceOrganization] :: MusicComposition -> SourceOrganization [text] :: MusicComposition -> Text [thumbnailUrl] :: MusicComposition -> ThumbnailUrl [timeRequired] :: MusicComposition -> TimeRequired [translator] :: MusicComposition -> Translator [typicalAgeRange] :: MusicComposition -> TypicalAgeRange [version] :: MusicComposition -> Version [video] :: MusicComposition -> Video [workExample] :: MusicComposition -> WorkExample [additionalType] :: MusicComposition -> AdditionalType [alternateName] :: MusicComposition -> AlternateName [description] :: MusicComposition -> Description [image] :: MusicComposition -> Image [mainEntityOfPage] :: MusicComposition -> MainEntityOfPage [name] :: MusicComposition -> Name [potentialAction] :: MusicComposition -> PotentialAction [sameAs] :: MusicComposition -> SameAs [url] :: MusicComposition -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MusicComposition.MusicComposition instance GHC.Read.Read Text.HTML5.MetaData.Schema.MusicComposition.MusicComposition instance GHC.Show.Show Text.HTML5.MetaData.Schema.MusicComposition.MusicComposition instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MusicComposition.MusicComposition module Text.HTML5.MetaData.Schema.MusicPlaylist -- | A collection of music tracks in playlist form. -- -- data MusicPlaylist MusicPlaylist :: NumTracks -> Track -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MusicPlaylist [numTracks] :: MusicPlaylist -> NumTracks [track] :: MusicPlaylist -> Track [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 [character] :: MusicPlaylist -> Character [citation] :: MusicPlaylist -> Citation [comment] :: MusicPlaylist -> Comment [commentCount] :: MusicPlaylist -> CommentCount [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 [exampleOfWork] :: MusicPlaylist -> ExampleOfWork [fileFormat] :: MusicPlaylist -> FileFormat [genre] :: MusicPlaylist -> Genre [hasPart] :: MusicPlaylist -> HasPart [headline] :: MusicPlaylist -> Headline [inLanguage] :: MusicPlaylist -> InLanguage [interactionStatistic] :: MusicPlaylist -> InteractionStatistic [interactivityType] :: MusicPlaylist -> InteractivityType [isBasedOnUrl] :: MusicPlaylist -> IsBasedOnUrl [isFamilyFriendly] :: MusicPlaylist -> IsFamilyFriendly [isPartOf] :: MusicPlaylist -> IsPartOf [keywords] :: MusicPlaylist -> Keywords [learningResourceType] :: MusicPlaylist -> LearningResourceType [license] :: MusicPlaylist -> License [locationCreated] :: MusicPlaylist -> LocationCreated [mainEntity] :: MusicPlaylist -> MainEntity [mentions] :: MusicPlaylist -> Mentions [offers] :: MusicPlaylist -> Offers [position] :: MusicPlaylist -> Position [producer] :: MusicPlaylist -> Producer [provider] :: MusicPlaylist -> Provider [publication] :: MusicPlaylist -> Publication [publisher] :: MusicPlaylist -> Publisher [publishingPrinciples] :: MusicPlaylist -> PublishingPrinciples [recordedAt] :: MusicPlaylist -> RecordedAt [releasedEvent] :: MusicPlaylist -> ReleasedEvent [review] :: MusicPlaylist -> Review [schemaVersion] :: MusicPlaylist -> SchemaVersion [sourceOrganization] :: MusicPlaylist -> SourceOrganization [text] :: MusicPlaylist -> Text [thumbnailUrl] :: MusicPlaylist -> ThumbnailUrl [timeRequired] :: MusicPlaylist -> TimeRequired [translator] :: MusicPlaylist -> Translator [typicalAgeRange] :: MusicPlaylist -> TypicalAgeRange [version] :: MusicPlaylist -> Version [video] :: MusicPlaylist -> Video [workExample] :: MusicPlaylist -> WorkExample [additionalType] :: MusicPlaylist -> AdditionalType [alternateName] :: MusicPlaylist -> AlternateName [description] :: MusicPlaylist -> Description [image] :: MusicPlaylist -> Image [mainEntityOfPage] :: MusicPlaylist -> MainEntityOfPage [name] :: MusicPlaylist -> Name [potentialAction] :: MusicPlaylist -> PotentialAction [sameAs] :: MusicPlaylist -> SameAs [url] :: MusicPlaylist -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MusicPlaylist.MusicPlaylist instance GHC.Read.Read Text.HTML5.MetaData.Schema.MusicPlaylist.MusicPlaylist instance GHC.Show.Show Text.HTML5.MetaData.Schema.MusicPlaylist.MusicPlaylist instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MusicPlaylist.MusicPlaylist module Text.HTML5.MetaData.Schema.MusicRecording -- | A music recording (track), usually a single song. -- -- data MusicRecording MusicRecording :: ByArtist -> Duration -> InAlbum -> InPlaylist -> IsrcCode -> RecordingOf -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MusicRecording [byArtist] :: MusicRecording -> ByArtist [duration] :: MusicRecording -> Duration [inAlbum] :: MusicRecording -> InAlbum [inPlaylist] :: MusicRecording -> InPlaylist [isrcCode] :: MusicRecording -> IsrcCode [recordingOf] :: MusicRecording -> RecordingOf [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 [character] :: MusicRecording -> Character [citation] :: MusicRecording -> Citation [comment] :: MusicRecording -> Comment [commentCount] :: MusicRecording -> CommentCount [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 [exampleOfWork] :: MusicRecording -> ExampleOfWork [fileFormat] :: MusicRecording -> FileFormat [genre] :: MusicRecording -> Genre [hasPart] :: MusicRecording -> HasPart [headline] :: MusicRecording -> Headline [inLanguage] :: MusicRecording -> InLanguage [interactionStatistic] :: MusicRecording -> InteractionStatistic [interactivityType] :: MusicRecording -> InteractivityType [isBasedOnUrl] :: MusicRecording -> IsBasedOnUrl [isFamilyFriendly] :: MusicRecording -> IsFamilyFriendly [isPartOf] :: MusicRecording -> IsPartOf [keywords] :: MusicRecording -> Keywords [learningResourceType] :: MusicRecording -> LearningResourceType [license] :: MusicRecording -> License [locationCreated] :: MusicRecording -> LocationCreated [mainEntity] :: MusicRecording -> MainEntity [mentions] :: MusicRecording -> Mentions [offers] :: MusicRecording -> Offers [position] :: MusicRecording -> Position [producer] :: MusicRecording -> Producer [provider] :: MusicRecording -> Provider [publication] :: MusicRecording -> Publication [publisher] :: MusicRecording -> Publisher [publishingPrinciples] :: MusicRecording -> PublishingPrinciples [recordedAt] :: MusicRecording -> RecordedAt [releasedEvent] :: MusicRecording -> ReleasedEvent [review] :: MusicRecording -> Review [schemaVersion] :: MusicRecording -> SchemaVersion [sourceOrganization] :: MusicRecording -> SourceOrganization [text] :: MusicRecording -> Text [thumbnailUrl] :: MusicRecording -> ThumbnailUrl [timeRequired] :: MusicRecording -> TimeRequired [translator] :: MusicRecording -> Translator [typicalAgeRange] :: MusicRecording -> TypicalAgeRange [version] :: MusicRecording -> Version [video] :: MusicRecording -> Video [workExample] :: MusicRecording -> WorkExample [additionalType] :: MusicRecording -> AdditionalType [alternateName] :: MusicRecording -> AlternateName [description] :: MusicRecording -> Description [image] :: MusicRecording -> Image [mainEntityOfPage] :: MusicRecording -> MainEntityOfPage [name] :: MusicRecording -> Name [potentialAction] :: MusicRecording -> PotentialAction [sameAs] :: MusicRecording -> SameAs [url] :: MusicRecording -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MusicRecording.MusicRecording instance GHC.Read.Read Text.HTML5.MetaData.Schema.MusicRecording.MusicRecording instance GHC.Show.Show Text.HTML5.MetaData.Schema.MusicRecording.MusicRecording instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MusicRecording.MusicRecording module Text.HTML5.MetaData.Schema.MusicRelease -- | A MusicRelease is a specific release of a music album. -- -- data MusicRelease MusicRelease :: CatalogNumber -> CreditedTo -> Duration -> MusicReleaseFormat -> RecordLabel -> ReleaseOf -> NumTracks -> Track -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MusicRelease [catalogNumber] :: MusicRelease -> CatalogNumber [creditedTo] :: MusicRelease -> CreditedTo [duration] :: MusicRelease -> Duration [musicReleaseFormat] :: MusicRelease -> MusicReleaseFormat [recordLabel] :: MusicRelease -> RecordLabel [releaseOf] :: MusicRelease -> ReleaseOf [numTracks] :: MusicRelease -> NumTracks [track] :: MusicRelease -> Track [about] :: MusicRelease -> About [accessibilityAPI] :: MusicRelease -> AccessibilityAPI [accessibilityControl] :: MusicRelease -> AccessibilityControl [accessibilityFeature] :: MusicRelease -> AccessibilityFeature [accessibilityHazard] :: MusicRelease -> AccessibilityHazard [accountablePerson] :: MusicRelease -> AccountablePerson [aggregateRating] :: MusicRelease -> AggregateRating [alternativeHeadline] :: MusicRelease -> AlternativeHeadline [associatedMedia] :: MusicRelease -> AssociatedMedia [audience] :: MusicRelease -> Audience [audio] :: MusicRelease -> Audio [author] :: MusicRelease -> Author [award] :: MusicRelease -> Award [character] :: MusicRelease -> Character [citation] :: MusicRelease -> Citation [comment] :: MusicRelease -> Comment [commentCount] :: MusicRelease -> CommentCount [contentLocation] :: MusicRelease -> ContentLocation [contentRating] :: MusicRelease -> ContentRating [contributor] :: MusicRelease -> Contributor [copyrightHolder] :: MusicRelease -> CopyrightHolder [copyrightYear] :: MusicRelease -> CopyrightYear [creator] :: MusicRelease -> Creator [dateCreated] :: MusicRelease -> DateCreated [dateModified] :: MusicRelease -> DateModified [datePublished] :: MusicRelease -> DatePublished [discussionUrl] :: MusicRelease -> DiscussionUrl [editor] :: MusicRelease -> Editor [educationalAlignment] :: MusicRelease -> EducationalAlignment [educationalUse] :: MusicRelease -> EducationalUse [encoding] :: MusicRelease -> Encoding [exampleOfWork] :: MusicRelease -> ExampleOfWork [fileFormat] :: MusicRelease -> FileFormat [genre] :: MusicRelease -> Genre [hasPart] :: MusicRelease -> HasPart [headline] :: MusicRelease -> Headline [inLanguage] :: MusicRelease -> InLanguage [interactionStatistic] :: MusicRelease -> InteractionStatistic [interactivityType] :: MusicRelease -> InteractivityType [isBasedOnUrl] :: MusicRelease -> IsBasedOnUrl [isFamilyFriendly] :: MusicRelease -> IsFamilyFriendly [isPartOf] :: MusicRelease -> IsPartOf [keywords] :: MusicRelease -> Keywords [learningResourceType] :: MusicRelease -> LearningResourceType [license] :: MusicRelease -> License [locationCreated] :: MusicRelease -> LocationCreated [mainEntity] :: MusicRelease -> MainEntity [mentions] :: MusicRelease -> Mentions [offers] :: MusicRelease -> Offers [position] :: MusicRelease -> Position [producer] :: MusicRelease -> Producer [provider] :: MusicRelease -> Provider [publication] :: MusicRelease -> Publication [publisher] :: MusicRelease -> Publisher [publishingPrinciples] :: MusicRelease -> PublishingPrinciples [recordedAt] :: MusicRelease -> RecordedAt [releasedEvent] :: MusicRelease -> ReleasedEvent [review] :: MusicRelease -> Review [schemaVersion] :: MusicRelease -> SchemaVersion [sourceOrganization] :: MusicRelease -> SourceOrganization [text] :: MusicRelease -> Text [thumbnailUrl] :: MusicRelease -> ThumbnailUrl [timeRequired] :: MusicRelease -> TimeRequired [translator] :: MusicRelease -> Translator [typicalAgeRange] :: MusicRelease -> TypicalAgeRange [version] :: MusicRelease -> Version [video] :: MusicRelease -> Video [workExample] :: MusicRelease -> WorkExample [additionalType] :: MusicRelease -> AdditionalType [alternateName] :: MusicRelease -> AlternateName [description] :: MusicRelease -> Description [image] :: MusicRelease -> Image [mainEntityOfPage] :: MusicRelease -> MainEntityOfPage [name] :: MusicRelease -> Name [potentialAction] :: MusicRelease -> PotentialAction [sameAs] :: MusicRelease -> SameAs [url] :: MusicRelease -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MusicRelease.MusicRelease instance GHC.Read.Read Text.HTML5.MetaData.Schema.MusicRelease.MusicRelease instance GHC.Show.Show Text.HTML5.MetaData.Schema.MusicRelease.MusicRelease instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MusicRelease.MusicRelease module Text.HTML5.MetaData.Schema.Nerve -- | A common pathway for the electrochemical nerve impulses that are -- transmitted along each of the axons. -- -- data Nerve Nerve :: Branch -> NerveMotor -> SensoryUnit -> SourcedFrom -> AssociatedPathophysiology -> BodyLocation -> ConnectedTo -> Diagram -> Function -> PartOfSystem -> RelatedCondition -> RelatedTherapy -> SubStructure -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Nerve [branch] :: Nerve -> Branch [nerveMotor] :: Nerve -> NerveMotor [sensoryUnit] :: Nerve -> SensoryUnit [sourcedFrom] :: Nerve -> SourcedFrom [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 [code] :: Nerve -> Code [guideline] :: Nerve -> Guideline [medicineSystem] :: Nerve -> MedicineSystem [recognizingAuthority] :: Nerve -> RecognizingAuthority [relevantSpecialty] :: Nerve -> RelevantSpecialty [study] :: Nerve -> Study [additionalType] :: Nerve -> AdditionalType [alternateName] :: Nerve -> AlternateName [description] :: Nerve -> Description [image] :: Nerve -> Image [mainEntityOfPage] :: Nerve -> MainEntityOfPage [name] :: Nerve -> Name [potentialAction] :: Nerve -> PotentialAction [sameAs] :: Nerve -> SameAs [url] :: Nerve -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Nerve.Nerve instance GHC.Read.Read Text.HTML5.MetaData.Schema.Nerve.Nerve instance GHC.Show.Show Text.HTML5.MetaData.Schema.Nerve.Nerve instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Nerve.Nerve module Text.HTML5.MetaData.Schema.Person -- | A person (alive, dead, undead, or fictional). -- -- data Person Person :: AdditionalName -> Address -> Affiliation -> AlumniOf -> Award -> BirthDate -> BirthPlace -> Brand -> Children -> Colleague -> ContactPoint -> DeathDate -> DeathPlace -> Duns -> Email -> FamilyName -> FaxNumber -> Follows -> Gender -> GivenName -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> Height -> HomeLocation -> HonorificPrefix -> HonorificSuffix -> IsicV4 -> JobTitle -> Knows -> MakesOffer -> MemberOf -> Naics -> Nationality -> NetWorth -> Owns -> Parent -> PerformerIn -> RelatedTo -> Seeks -> Sibling -> Spouse -> TaxID -> Telephone -> VatID -> Weight -> WorkLocation -> WorksFor -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Person [additionalName] :: Person -> AdditionalName [address] :: Person -> Address [affiliation] :: Person -> Affiliation [alumniOf] :: Person -> AlumniOf [award] :: Person -> Award [birthDate] :: Person -> BirthDate [birthPlace] :: Person -> BirthPlace [brand] :: Person -> Brand [children] :: Person -> Children [colleague] :: Person -> Colleague [contactPoint] :: Person -> ContactPoint [deathDate] :: Person -> DeathDate [deathPlace] :: Person -> DeathPlace [duns] :: Person -> Duns [email] :: Person -> Email [familyName] :: Person -> FamilyName [faxNumber] :: Person -> FaxNumber [follows] :: Person -> Follows [gender] :: Person -> Gender [givenName] :: Person -> GivenName [globalLocationNumber] :: Person -> GlobalLocationNumber [hasOfferCatalog] :: Person -> HasOfferCatalog [hasPOS] :: Person -> HasPOS [height] :: Person -> Height [homeLocation] :: Person -> HomeLocation [honorificPrefix] :: Person -> HonorificPrefix [honorificSuffix] :: Person -> HonorificSuffix [isicV4] :: Person -> IsicV4 [jobTitle] :: Person -> JobTitle [knows] :: Person -> Knows [makesOffer] :: Person -> MakesOffer [memberOf] :: Person -> MemberOf [naics] :: Person -> Naics [nationality] :: Person -> Nationality [netWorth] :: Person -> NetWorth [owns] :: Person -> Owns [parent] :: Person -> Parent [performerIn] :: Person -> PerformerIn [relatedTo] :: Person -> RelatedTo [seeks] :: Person -> Seeks [sibling] :: Person -> Sibling [spouse] :: Person -> Spouse [taxID] :: Person -> TaxID [telephone] :: Person -> Telephone [vatID] :: Person -> VatID [weight] :: Person -> Weight [workLocation] :: Person -> WorkLocation [worksFor] :: Person -> WorksFor [additionalType] :: Person -> AdditionalType [alternateName] :: Person -> AlternateName [description] :: Person -> Description [image] :: Person -> Image [mainEntityOfPage] :: Person -> MainEntityOfPage [name] :: Person -> Name [potentialAction] :: Person -> PotentialAction [sameAs] :: Person -> SameAs [url] :: Person -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Person.Person instance GHC.Read.Read Text.HTML5.MetaData.Schema.Person.Person instance GHC.Show.Show Text.HTML5.MetaData.Schema.Person.Person instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Person.Person module Text.HTML5.MetaData.Schema.Photograph -- | A photograph. -- -- data Photograph Photograph :: About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Photograph [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 [character] :: Photograph -> Character [citation] :: Photograph -> Citation [comment] :: Photograph -> Comment [commentCount] :: Photograph -> CommentCount [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 [exampleOfWork] :: Photograph -> ExampleOfWork [fileFormat] :: Photograph -> FileFormat [genre] :: Photograph -> Genre [hasPart] :: Photograph -> HasPart [headline] :: Photograph -> Headline [inLanguage] :: Photograph -> InLanguage [interactionStatistic] :: Photograph -> InteractionStatistic [interactivityType] :: Photograph -> InteractivityType [isBasedOnUrl] :: Photograph -> IsBasedOnUrl [isFamilyFriendly] :: Photograph -> IsFamilyFriendly [isPartOf] :: Photograph -> IsPartOf [keywords] :: Photograph -> Keywords [learningResourceType] :: Photograph -> LearningResourceType [license] :: Photograph -> License [locationCreated] :: Photograph -> LocationCreated [mainEntity] :: Photograph -> MainEntity [mentions] :: Photograph -> Mentions [offers] :: Photograph -> Offers [position] :: Photograph -> Position [producer] :: Photograph -> Producer [provider] :: Photograph -> Provider [publication] :: Photograph -> Publication [publisher] :: Photograph -> Publisher [publishingPrinciples] :: Photograph -> PublishingPrinciples [recordedAt] :: Photograph -> RecordedAt [releasedEvent] :: Photograph -> ReleasedEvent [review] :: Photograph -> Review [schemaVersion] :: Photograph -> SchemaVersion [sourceOrganization] :: Photograph -> SourceOrganization [text] :: Photograph -> Text [thumbnailUrl] :: Photograph -> ThumbnailUrl [timeRequired] :: Photograph -> TimeRequired [translator] :: Photograph -> Translator [typicalAgeRange] :: Photograph -> TypicalAgeRange [version] :: Photograph -> Version [video] :: Photograph -> Video [workExample] :: Photograph -> WorkExample [additionalType] :: Photograph -> AdditionalType [alternateName] :: Photograph -> AlternateName [description] :: Photograph -> Description [image] :: Photograph -> Image [mainEntityOfPage] :: Photograph -> MainEntityOfPage [name] :: Photograph -> Name [potentialAction] :: Photograph -> PotentialAction [sameAs] :: Photograph -> SameAs [url] :: Photograph -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Photograph.Photograph instance GHC.Read.Read Text.HTML5.MetaData.Schema.Photograph.Photograph instance GHC.Show.Show Text.HTML5.MetaData.Schema.Photograph.Photograph instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Photograph.Photograph module Text.HTML5.MetaData.Schema.ProductModel -- | A datasheet or vendor specification of a product (in the sense of a -- prototypical description). -- -- data ProductModel ProductModel :: IsVariantOf -> PredecessorOf -> SuccessorOf -> AdditionalProperty -> AggregateRating -> Audience -> Award -> Brand -> Category -> Color -> Depth -> Gtin12 -> Gtin13 -> Gtin14 -> Gtin8 -> Height -> IsAccessoryOrSparePartFor -> IsConsumableFor -> IsRelatedTo -> IsSimilarTo -> ItemCondition -> Logo -> Manufacturer -> Model -> Mpn -> Offers -> ProductID -> ProductionDate -> PurchaseDate -> ReleaseDate -> Review -> Sku -> Weight -> Width -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ProductModel [isVariantOf] :: ProductModel -> IsVariantOf [predecessorOf] :: ProductModel -> PredecessorOf [successorOf] :: ProductModel -> SuccessorOf [additionalProperty] :: ProductModel -> AdditionalProperty [aggregateRating] :: ProductModel -> AggregateRating [audience] :: ProductModel -> Audience [award] :: ProductModel -> Award [brand] :: ProductModel -> Brand [category] :: ProductModel -> Category [color] :: ProductModel -> Color [depth] :: ProductModel -> Depth [gtin12] :: ProductModel -> Gtin12 [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 [productionDate] :: ProductModel -> ProductionDate [purchaseDate] :: ProductModel -> PurchaseDate [releaseDate] :: ProductModel -> ReleaseDate [review] :: ProductModel -> Review [sku] :: ProductModel -> Sku [weight] :: ProductModel -> Weight [width] :: ProductModel -> Width [additionalType] :: ProductModel -> AdditionalType [alternateName] :: ProductModel -> AlternateName [description] :: ProductModel -> Description [image] :: ProductModel -> Image [mainEntityOfPage] :: ProductModel -> MainEntityOfPage [name] :: ProductModel -> Name [potentialAction] :: ProductModel -> PotentialAction [sameAs] :: ProductModel -> SameAs [url] :: ProductModel -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ProductModel.ProductModel instance GHC.Read.Read Text.HTML5.MetaData.Schema.ProductModel.ProductModel instance GHC.Show.Show Text.HTML5.MetaData.Schema.ProductModel.ProductModel instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ProductModel.ProductModel module Text.HTML5.MetaData.Schema.Question -- | A specific question - e.g. from a user seeking answers online, or -- collected in a Frequently Asked Questions (FAQ) document. -- -- data Question Question :: AcceptedAnswer -> AnswerCount -> DownvoteCount -> SuggestedAnswer -> UpvoteCount -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Question [acceptedAnswer] :: Question -> AcceptedAnswer [answerCount] :: Question -> AnswerCount [downvoteCount] :: Question -> DownvoteCount [suggestedAnswer] :: Question -> SuggestedAnswer [upvoteCount] :: Question -> UpvoteCount [about] :: Question -> About [accessibilityAPI] :: Question -> AccessibilityAPI [accessibilityControl] :: Question -> AccessibilityControl [accessibilityFeature] :: Question -> AccessibilityFeature [accessibilityHazard] :: Question -> AccessibilityHazard [accountablePerson] :: Question -> AccountablePerson [aggregateRating] :: Question -> AggregateRating [alternativeHeadline] :: Question -> AlternativeHeadline [associatedMedia] :: Question -> AssociatedMedia [audience] :: Question -> Audience [audio] :: Question -> Audio [author] :: Question -> Author [award] :: Question -> Award [character] :: Question -> Character [citation] :: Question -> Citation [comment] :: Question -> Comment [commentCount] :: Question -> CommentCount [contentLocation] :: Question -> ContentLocation [contentRating] :: Question -> ContentRating [contributor] :: Question -> Contributor [copyrightHolder] :: Question -> CopyrightHolder [copyrightYear] :: Question -> CopyrightYear [creator] :: Question -> Creator [dateCreated] :: Question -> DateCreated [dateModified] :: Question -> DateModified [datePublished] :: Question -> DatePublished [discussionUrl] :: Question -> DiscussionUrl [editor] :: Question -> Editor [educationalAlignment] :: Question -> EducationalAlignment [educationalUse] :: Question -> EducationalUse [encoding] :: Question -> Encoding [exampleOfWork] :: Question -> ExampleOfWork [fileFormat] :: Question -> FileFormat [genre] :: Question -> Genre [hasPart] :: Question -> HasPart [headline] :: Question -> Headline [inLanguage] :: Question -> InLanguage [interactionStatistic] :: Question -> InteractionStatistic [interactivityType] :: Question -> InteractivityType [isBasedOnUrl] :: Question -> IsBasedOnUrl [isFamilyFriendly] :: Question -> IsFamilyFriendly [isPartOf] :: Question -> IsPartOf [keywords] :: Question -> Keywords [learningResourceType] :: Question -> LearningResourceType [license] :: Question -> License [locationCreated] :: Question -> LocationCreated [mainEntity] :: Question -> MainEntity [mentions] :: Question -> Mentions [offers] :: Question -> Offers [position] :: Question -> Position [producer] :: Question -> Producer [provider] :: Question -> Provider [publication] :: Question -> Publication [publisher] :: Question -> Publisher [publishingPrinciples] :: Question -> PublishingPrinciples [recordedAt] :: Question -> RecordedAt [releasedEvent] :: Question -> ReleasedEvent [review] :: Question -> Review [schemaVersion] :: Question -> SchemaVersion [sourceOrganization] :: Question -> SourceOrganization [text] :: Question -> Text [thumbnailUrl] :: Question -> ThumbnailUrl [timeRequired] :: Question -> TimeRequired [translator] :: Question -> Translator [typicalAgeRange] :: Question -> TypicalAgeRange [version] :: Question -> Version [video] :: Question -> Video [workExample] :: Question -> WorkExample [additionalType] :: Question -> AdditionalType [alternateName] :: Question -> AlternateName [description] :: Question -> Description [image] :: Question -> Image [mainEntityOfPage] :: Question -> MainEntityOfPage [name] :: Question -> Name [potentialAction] :: Question -> PotentialAction [sameAs] :: Question -> SameAs [url] :: Question -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Question.Question instance GHC.Read.Read Text.HTML5.MetaData.Schema.Question.Question instance GHC.Show.Show Text.HTML5.MetaData.Schema.Question.Question instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Question.Question module Text.HTML5.MetaData.Schema.Recipe -- | A recipe. -- -- data Recipe Recipe :: CookTime -> CookingMethod -> Nutrition -> PrepTime -> RecipeCategory -> RecipeCuisine -> RecipeIngredient -> RecipeInstructions -> RecipeYield -> TotalTime -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Recipe [cookTime] :: Recipe -> CookTime [cookingMethod] :: Recipe -> CookingMethod [nutrition] :: Recipe -> Nutrition [prepTime] :: Recipe -> PrepTime [recipeCategory] :: Recipe -> RecipeCategory [recipeCuisine] :: Recipe -> RecipeCuisine [recipeIngredient] :: Recipe -> RecipeIngredient [recipeInstructions] :: Recipe -> RecipeInstructions [recipeYield] :: Recipe -> RecipeYield [totalTime] :: Recipe -> TotalTime [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 [character] :: Recipe -> Character [citation] :: Recipe -> Citation [comment] :: Recipe -> Comment [commentCount] :: Recipe -> CommentCount [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 [exampleOfWork] :: Recipe -> ExampleOfWork [fileFormat] :: Recipe -> FileFormat [genre] :: Recipe -> Genre [hasPart] :: Recipe -> HasPart [headline] :: Recipe -> Headline [inLanguage] :: Recipe -> InLanguage [interactionStatistic] :: Recipe -> InteractionStatistic [interactivityType] :: Recipe -> InteractivityType [isBasedOnUrl] :: Recipe -> IsBasedOnUrl [isFamilyFriendly] :: Recipe -> IsFamilyFriendly [isPartOf] :: Recipe -> IsPartOf [keywords] :: Recipe -> Keywords [learningResourceType] :: Recipe -> LearningResourceType [license] :: Recipe -> License [locationCreated] :: Recipe -> LocationCreated [mainEntity] :: Recipe -> MainEntity [mentions] :: Recipe -> Mentions [offers] :: Recipe -> Offers [position] :: Recipe -> Position [producer] :: Recipe -> Producer [provider] :: Recipe -> Provider [publication] :: Recipe -> Publication [publisher] :: Recipe -> Publisher [publishingPrinciples] :: Recipe -> PublishingPrinciples [recordedAt] :: Recipe -> RecordedAt [releasedEvent] :: Recipe -> ReleasedEvent [review] :: Recipe -> Review [schemaVersion] :: Recipe -> SchemaVersion [sourceOrganization] :: Recipe -> SourceOrganization [text] :: Recipe -> Text [thumbnailUrl] :: Recipe -> ThumbnailUrl [timeRequired] :: Recipe -> TimeRequired [translator] :: Recipe -> Translator [typicalAgeRange] :: Recipe -> TypicalAgeRange [version] :: Recipe -> Version [video] :: Recipe -> Video [workExample] :: Recipe -> WorkExample [additionalType] :: Recipe -> AdditionalType [alternateName] :: Recipe -> AlternateName [description] :: Recipe -> Description [image] :: Recipe -> Image [mainEntityOfPage] :: Recipe -> MainEntityOfPage [name] :: Recipe -> Name [potentialAction] :: Recipe -> PotentialAction [sameAs] :: Recipe -> SameAs [url] :: Recipe -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Recipe.Recipe instance GHC.Read.Read Text.HTML5.MetaData.Schema.Recipe.Recipe instance GHC.Show.Show Text.HTML5.MetaData.Schema.Recipe.Recipe instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Recipe.Recipe module Text.HTML5.MetaData.Schema.Review -- | A review of an item - for example, of a restaurant, movie, or store. -- -- data Review Review :: ItemReviewed -> ReviewBody -> ReviewRating -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Review [itemReviewed] :: Review -> ItemReviewed [reviewBody] :: Review -> ReviewBody [reviewRating] :: Review -> ReviewRating [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 [character] :: Review -> Character [citation] :: Review -> Citation [comment] :: Review -> Comment [commentCount] :: Review -> CommentCount [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 [exampleOfWork] :: Review -> ExampleOfWork [fileFormat] :: Review -> FileFormat [genre] :: Review -> Genre [hasPart] :: Review -> HasPart [headline] :: Review -> Headline [inLanguage] :: Review -> InLanguage [interactionStatistic] :: Review -> InteractionStatistic [interactivityType] :: Review -> InteractivityType [isBasedOnUrl] :: Review -> IsBasedOnUrl [isFamilyFriendly] :: Review -> IsFamilyFriendly [isPartOf] :: Review -> IsPartOf [keywords] :: Review -> Keywords [learningResourceType] :: Review -> LearningResourceType [license] :: Review -> License [locationCreated] :: Review -> LocationCreated [mainEntity] :: Review -> MainEntity [mentions] :: Review -> Mentions [offers] :: Review -> Offers [position] :: Review -> Position [producer] :: Review -> Producer [provider] :: Review -> Provider [publication] :: Review -> Publication [publisher] :: Review -> Publisher [publishingPrinciples] :: Review -> PublishingPrinciples [recordedAt] :: Review -> RecordedAt [releasedEvent] :: Review -> ReleasedEvent [review] :: Review -> Review [schemaVersion] :: Review -> SchemaVersion [sourceOrganization] :: Review -> SourceOrganization [text] :: Review -> Text [thumbnailUrl] :: Review -> ThumbnailUrl [timeRequired] :: Review -> TimeRequired [translator] :: Review -> Translator [typicalAgeRange] :: Review -> TypicalAgeRange [version] :: Review -> Version [video] :: Review -> Video [workExample] :: Review -> WorkExample [additionalType] :: Review -> AdditionalType [alternateName] :: Review -> AlternateName [description] :: Review -> Description [image] :: Review -> Image [mainEntityOfPage] :: Review -> MainEntityOfPage [name] :: Review -> Name [potentialAction] :: Review -> PotentialAction [sameAs] :: Review -> SameAs [url] :: Review -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Review.Review instance GHC.Read.Read Text.HTML5.MetaData.Schema.Review.Review instance GHC.Show.Show Text.HTML5.MetaData.Schema.Review.Review instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Review.Review module Text.HTML5.MetaData.Schema.SportsEvent -- | Event type: Sports event. -- -- data SportsEvent SportsEvent :: AwayTeam -> Competitor -> HomeTeam -> AggregateRating -> Attendee -> DoorTime -> Duration -> EndDate -> EventStatus -> InLanguage -> Location -> Offers -> Organizer -> Performer -> PreviousStartDate -> RecordedIn -> Review -> StartDate -> SubEvent -> SuperEvent -> TypicalAgeRange -> WorkFeatured -> WorkPerformed -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> SportsEvent [awayTeam] :: SportsEvent -> AwayTeam [competitor] :: SportsEvent -> Competitor [homeTeam] :: SportsEvent -> HomeTeam [aggregateRating] :: SportsEvent -> AggregateRating [attendee] :: SportsEvent -> Attendee [doorTime] :: SportsEvent -> DoorTime [duration] :: SportsEvent -> Duration [endDate] :: SportsEvent -> EndDate [eventStatus] :: SportsEvent -> EventStatus [inLanguage] :: SportsEvent -> InLanguage [location] :: SportsEvent -> Location [offers] :: SportsEvent -> Offers [organizer] :: SportsEvent -> Organizer [performer] :: SportsEvent -> Performer [previousStartDate] :: SportsEvent -> PreviousStartDate [recordedIn] :: SportsEvent -> RecordedIn [review] :: SportsEvent -> Review [startDate] :: SportsEvent -> StartDate [subEvent] :: SportsEvent -> SubEvent [superEvent] :: SportsEvent -> SuperEvent [typicalAgeRange] :: SportsEvent -> TypicalAgeRange [workFeatured] :: SportsEvent -> WorkFeatured [workPerformed] :: SportsEvent -> WorkPerformed [additionalType] :: SportsEvent -> AdditionalType [alternateName] :: SportsEvent -> AlternateName [description] :: SportsEvent -> Description [image] :: SportsEvent -> Image [mainEntityOfPage] :: SportsEvent -> MainEntityOfPage [name] :: SportsEvent -> Name [potentialAction] :: SportsEvent -> PotentialAction [sameAs] :: SportsEvent -> SameAs [url] :: SportsEvent -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.SportsEvent.SportsEvent instance GHC.Read.Read Text.HTML5.MetaData.Schema.SportsEvent.SportsEvent instance GHC.Show.Show Text.HTML5.MetaData.Schema.SportsEvent.SportsEvent instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.SportsEvent.SportsEvent module Text.HTML5.MetaData.Schema.SuperficialAnatomy -- | Anatomical features that can be observed by sight (without -- dissection), including the form and proportions of the human body as -- well as surface landmarks that correspond to deeper subcutaneous -- structures. Superficial anatomy plays an important role in sports -- medicine, phlebotomy, and other medical specialties as underlying -- anatomical structures can be identified through surface palpation. For -- example, during back surgery, superficial anatomy can be used to -- palpate and count vertebrae to find the site of incision. Or in -- phlebotomy, superficial anatomy can be used to locate an underlying -- vein; for example, the median cubital vein can be located by palpating -- the borders of the cubital fossa (such as the epicondyles of the -- humerus) and then looking for the superficial signs of the vein, such -- as size, prominence, ability to refill after depression, and feel of -- surrounding tissue support. As another example, in a subluxation -- (dislocation) of the glenohumeral joint, the bony structure becomes -- pronounced with the deltoid muscle failing to cover the glenohumeral -- joint allowing the edges of the scapula to be superficially visible. -- Here, the superficial anatomy is the visible edges of the scapula, -- implying the underlying dislocation of the joint (the related -- anatomical structure). -- -- data SuperficialAnatomy SuperficialAnatomy :: AssociatedPathophysiology -> RelatedAnatomy -> RelatedCondition -> RelatedTherapy -> Significance -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> SuperficialAnatomy [associatedPathophysiology] :: SuperficialAnatomy -> AssociatedPathophysiology [relatedAnatomy] :: SuperficialAnatomy -> RelatedAnatomy [relatedCondition] :: SuperficialAnatomy -> RelatedCondition [relatedTherapy] :: SuperficialAnatomy -> RelatedTherapy [significance] :: SuperficialAnatomy -> Significance [code] :: SuperficialAnatomy -> Code [guideline] :: SuperficialAnatomy -> Guideline [medicineSystem] :: SuperficialAnatomy -> MedicineSystem [recognizingAuthority] :: SuperficialAnatomy -> RecognizingAuthority [relevantSpecialty] :: SuperficialAnatomy -> RelevantSpecialty [study] :: SuperficialAnatomy -> Study [additionalType] :: SuperficialAnatomy -> AdditionalType [alternateName] :: SuperficialAnatomy -> AlternateName [description] :: SuperficialAnatomy -> Description [image] :: SuperficialAnatomy -> Image [mainEntityOfPage] :: SuperficialAnatomy -> MainEntityOfPage [name] :: SuperficialAnatomy -> Name [potentialAction] :: SuperficialAnatomy -> PotentialAction [sameAs] :: SuperficialAnatomy -> SameAs [url] :: SuperficialAnatomy -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.SuperficialAnatomy.SuperficialAnatomy instance GHC.Read.Read Text.HTML5.MetaData.Schema.SuperficialAnatomy.SuperficialAnatomy instance GHC.Show.Show Text.HTML5.MetaData.Schema.SuperficialAnatomy.SuperficialAnatomy instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.SuperficialAnatomy.SuperficialAnatomy module Text.HTML5.MetaData.Schema.VideoObject -- | A video file. -- -- data VideoObject VideoObject :: Actor -> Caption -> Director -> MusicBy -> Thumbnail -> Transcript -> VideoFrameSize -> VideoQuality -> AssociatedArticle -> Bitrate -> ContentSize -> ContentUrl -> Duration -> EmbedUrl -> EncodesCreativeWork -> EncodingFormat -> Expires -> Height -> PlayerType -> ProductionCompany -> RegionsAllowed -> RequiresSubscription -> UploadDate -> Width -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> VideoObject [actor] :: VideoObject -> Actor [caption] :: VideoObject -> Caption [director] :: VideoObject -> Director [musicBy] :: VideoObject -> MusicBy [thumbnail] :: VideoObject -> Thumbnail [transcript] :: VideoObject -> Transcript [videoFrameSize] :: VideoObject -> VideoFrameSize [videoQuality] :: VideoObject -> VideoQuality [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 [regionsAllowed] :: VideoObject -> RegionsAllowed [requiresSubscription] :: VideoObject -> RequiresSubscription [uploadDate] :: VideoObject -> UploadDate [width] :: VideoObject -> Width [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 [character] :: VideoObject -> Character [citation] :: VideoObject -> Citation [comment] :: VideoObject -> Comment [commentCount] :: VideoObject -> CommentCount [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 [exampleOfWork] :: VideoObject -> ExampleOfWork [fileFormat] :: VideoObject -> FileFormat [genre] :: VideoObject -> Genre [hasPart] :: VideoObject -> HasPart [headline] :: VideoObject -> Headline [inLanguage] :: VideoObject -> InLanguage [interactionStatistic] :: VideoObject -> InteractionStatistic [interactivityType] :: VideoObject -> InteractivityType [isBasedOnUrl] :: VideoObject -> IsBasedOnUrl [isFamilyFriendly] :: VideoObject -> IsFamilyFriendly [isPartOf] :: VideoObject -> IsPartOf [keywords] :: VideoObject -> Keywords [learningResourceType] :: VideoObject -> LearningResourceType [license] :: VideoObject -> License [locationCreated] :: VideoObject -> LocationCreated [mainEntity] :: VideoObject -> MainEntity [mentions] :: VideoObject -> Mentions [offers] :: VideoObject -> Offers [position] :: VideoObject -> Position [producer] :: VideoObject -> Producer [provider] :: VideoObject -> Provider [publication] :: VideoObject -> Publication [publisher] :: VideoObject -> Publisher [publishingPrinciples] :: VideoObject -> PublishingPrinciples [recordedAt] :: VideoObject -> RecordedAt [releasedEvent] :: VideoObject -> ReleasedEvent [review] :: VideoObject -> Review [schemaVersion] :: VideoObject -> SchemaVersion [sourceOrganization] :: VideoObject -> SourceOrganization [text] :: VideoObject -> Text [thumbnailUrl] :: VideoObject -> ThumbnailUrl [timeRequired] :: VideoObject -> TimeRequired [translator] :: VideoObject -> Translator [typicalAgeRange] :: VideoObject -> TypicalAgeRange [version] :: VideoObject -> Version [video] :: VideoObject -> Video [workExample] :: VideoObject -> WorkExample [additionalType] :: VideoObject -> AdditionalType [alternateName] :: VideoObject -> AlternateName [description] :: VideoObject -> Description [image] :: VideoObject -> Image [mainEntityOfPage] :: VideoObject -> MainEntityOfPage [name] :: VideoObject -> Name [potentialAction] :: VideoObject -> PotentialAction [sameAs] :: VideoObject -> SameAs [url] :: VideoObject -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.VideoObject.VideoObject instance GHC.Read.Read Text.HTML5.MetaData.Schema.VideoObject.VideoObject instance GHC.Show.Show Text.HTML5.MetaData.Schema.VideoObject.VideoObject instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.VideoObject.VideoObject module Text.HTML5.MetaData.Schema.WebSite -- | A WebSite is a set of related web pages and other items typically -- served from a single web domain and accessible via URLs. -- -- data WebSite WebSite :: About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> WebSite [about] :: WebSite -> About [accessibilityAPI] :: WebSite -> AccessibilityAPI [accessibilityControl] :: WebSite -> AccessibilityControl [accessibilityFeature] :: WebSite -> AccessibilityFeature [accessibilityHazard] :: WebSite -> AccessibilityHazard [accountablePerson] :: WebSite -> AccountablePerson [aggregateRating] :: WebSite -> AggregateRating [alternativeHeadline] :: WebSite -> AlternativeHeadline [associatedMedia] :: WebSite -> AssociatedMedia [audience] :: WebSite -> Audience [audio] :: WebSite -> Audio [author] :: WebSite -> Author [award] :: WebSite -> Award [character] :: WebSite -> Character [citation] :: WebSite -> Citation [comment] :: WebSite -> Comment [commentCount] :: WebSite -> CommentCount [contentLocation] :: WebSite -> ContentLocation [contentRating] :: WebSite -> ContentRating [contributor] :: WebSite -> Contributor [copyrightHolder] :: WebSite -> CopyrightHolder [copyrightYear] :: WebSite -> CopyrightYear [creator] :: WebSite -> Creator [dateCreated] :: WebSite -> DateCreated [dateModified] :: WebSite -> DateModified [datePublished] :: WebSite -> DatePublished [discussionUrl] :: WebSite -> DiscussionUrl [editor] :: WebSite -> Editor [educationalAlignment] :: WebSite -> EducationalAlignment [educationalUse] :: WebSite -> EducationalUse [encoding] :: WebSite -> Encoding [exampleOfWork] :: WebSite -> ExampleOfWork [fileFormat] :: WebSite -> FileFormat [genre] :: WebSite -> Genre [hasPart] :: WebSite -> HasPart [headline] :: WebSite -> Headline [inLanguage] :: WebSite -> InLanguage [interactionStatistic] :: WebSite -> InteractionStatistic [interactivityType] :: WebSite -> InteractivityType [isBasedOnUrl] :: WebSite -> IsBasedOnUrl [isFamilyFriendly] :: WebSite -> IsFamilyFriendly [isPartOf] :: WebSite -> IsPartOf [keywords] :: WebSite -> Keywords [learningResourceType] :: WebSite -> LearningResourceType [license] :: WebSite -> License [locationCreated] :: WebSite -> LocationCreated [mainEntity] :: WebSite -> MainEntity [mentions] :: WebSite -> Mentions [offers] :: WebSite -> Offers [position] :: WebSite -> Position [producer] :: WebSite -> Producer [provider] :: WebSite -> Provider [publication] :: WebSite -> Publication [publisher] :: WebSite -> Publisher [publishingPrinciples] :: WebSite -> PublishingPrinciples [recordedAt] :: WebSite -> RecordedAt [releasedEvent] :: WebSite -> ReleasedEvent [review] :: WebSite -> Review [schemaVersion] :: WebSite -> SchemaVersion [sourceOrganization] :: WebSite -> SourceOrganization [text] :: WebSite -> Text [thumbnailUrl] :: WebSite -> ThumbnailUrl [timeRequired] :: WebSite -> TimeRequired [translator] :: WebSite -> Translator [typicalAgeRange] :: WebSite -> TypicalAgeRange [version] :: WebSite -> Version [video] :: WebSite -> Video [workExample] :: WebSite -> WorkExample [additionalType] :: WebSite -> AdditionalType [alternateName] :: WebSite -> AlternateName [description] :: WebSite -> Description [image] :: WebSite -> Image [mainEntityOfPage] :: WebSite -> MainEntityOfPage [name] :: WebSite -> Name [potentialAction] :: WebSite -> PotentialAction [sameAs] :: WebSite -> SameAs [url] :: WebSite -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.WebSite.WebSite instance GHC.Read.Read Text.HTML5.MetaData.Schema.WebSite.WebSite instance GHC.Show.Show Text.HTML5.MetaData.Schema.WebSite.WebSite instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.WebSite.WebSite module Text.HTML5.MetaData.Schema.NewsArticle -- | A news article. -- -- data NewsArticle NewsArticle :: Dateline -> PrintColumn -> PrintEdition -> PrintPage -> PrintSection -> ArticleBody -> ArticleSection -> PageEnd -> PageStart -> Pagination -> WordCount -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> NewsArticle [dateline] :: NewsArticle -> Dateline [printColumn] :: NewsArticle -> PrintColumn [printEdition] :: NewsArticle -> PrintEdition [printPage] :: NewsArticle -> PrintPage [printSection] :: NewsArticle -> PrintSection [articleBody] :: NewsArticle -> ArticleBody [articleSection] :: NewsArticle -> ArticleSection [pageEnd] :: NewsArticle -> PageEnd [pageStart] :: NewsArticle -> PageStart [pagination] :: NewsArticle -> Pagination [wordCount] :: NewsArticle -> WordCount [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 [character] :: NewsArticle -> Character [citation] :: NewsArticle -> Citation [comment] :: NewsArticle -> Comment [commentCount] :: NewsArticle -> CommentCount [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 [exampleOfWork] :: NewsArticle -> ExampleOfWork [fileFormat] :: NewsArticle -> FileFormat [genre] :: NewsArticle -> Genre [hasPart] :: NewsArticle -> HasPart [headline] :: NewsArticle -> Headline [inLanguage] :: NewsArticle -> InLanguage [interactionStatistic] :: NewsArticle -> InteractionStatistic [interactivityType] :: NewsArticle -> InteractivityType [isBasedOnUrl] :: NewsArticle -> IsBasedOnUrl [isFamilyFriendly] :: NewsArticle -> IsFamilyFriendly [isPartOf] :: NewsArticle -> IsPartOf [keywords] :: NewsArticle -> Keywords [learningResourceType] :: NewsArticle -> LearningResourceType [license] :: NewsArticle -> License [locationCreated] :: NewsArticle -> LocationCreated [mainEntity] :: NewsArticle -> MainEntity [mentions] :: NewsArticle -> Mentions [offers] :: NewsArticle -> Offers [position] :: NewsArticle -> Position [producer] :: NewsArticle -> Producer [provider] :: NewsArticle -> Provider [publication] :: NewsArticle -> Publication [publisher] :: NewsArticle -> Publisher [publishingPrinciples] :: NewsArticle -> PublishingPrinciples [recordedAt] :: NewsArticle -> RecordedAt [releasedEvent] :: NewsArticle -> ReleasedEvent [review] :: NewsArticle -> Review [schemaVersion] :: NewsArticle -> SchemaVersion [sourceOrganization] :: NewsArticle -> SourceOrganization [text] :: NewsArticle -> Text [thumbnailUrl] :: NewsArticle -> ThumbnailUrl [timeRequired] :: NewsArticle -> TimeRequired [translator] :: NewsArticle -> Translator [typicalAgeRange] :: NewsArticle -> TypicalAgeRange [version] :: NewsArticle -> Version [video] :: NewsArticle -> Video [workExample] :: NewsArticle -> WorkExample [additionalType] :: NewsArticle -> AdditionalType [alternateName] :: NewsArticle -> AlternateName [description] :: NewsArticle -> Description [image] :: NewsArticle -> Image [mainEntityOfPage] :: NewsArticle -> MainEntityOfPage [name] :: NewsArticle -> Name [potentialAction] :: NewsArticle -> PotentialAction [sameAs] :: NewsArticle -> SameAs [url] :: NewsArticle -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.NewsArticle.NewsArticle instance GHC.Read.Read Text.HTML5.MetaData.Schema.NewsArticle.NewsArticle instance GHC.Show.Show Text.HTML5.MetaData.Schema.NewsArticle.NewsArticle instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.NewsArticle.NewsArticle module Text.HTML5.MetaData.Schema.APIReference -- | Reference documentation for application programming interfaces (APIs). -- -- data APIReference APIReference :: AssemblyVersion -> ExecutableLibraryName -> ProgrammingModel -> TargetPlatform -> Dependencies -> ProficiencyLevel -> ArticleBody -> ArticleSection -> PageEnd -> PageStart -> Pagination -> WordCount -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> APIReference [assemblyVersion] :: APIReference -> AssemblyVersion [executableLibraryName] :: APIReference -> ExecutableLibraryName [programmingModel] :: APIReference -> ProgrammingModel [targetPlatform] :: APIReference -> TargetPlatform [dependencies] :: APIReference -> Dependencies [proficiencyLevel] :: APIReference -> ProficiencyLevel [articleBody] :: APIReference -> ArticleBody [articleSection] :: APIReference -> ArticleSection [pageEnd] :: APIReference -> PageEnd [pageStart] :: APIReference -> PageStart [pagination] :: APIReference -> Pagination [wordCount] :: APIReference -> WordCount [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 [character] :: APIReference -> Character [citation] :: APIReference -> Citation [comment] :: APIReference -> Comment [commentCount] :: APIReference -> CommentCount [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 [exampleOfWork] :: APIReference -> ExampleOfWork [fileFormat] :: APIReference -> FileFormat [genre] :: APIReference -> Genre [hasPart] :: APIReference -> HasPart [headline] :: APIReference -> Headline [inLanguage] :: APIReference -> InLanguage [interactionStatistic] :: APIReference -> InteractionStatistic [interactivityType] :: APIReference -> InteractivityType [isBasedOnUrl] :: APIReference -> IsBasedOnUrl [isFamilyFriendly] :: APIReference -> IsFamilyFriendly [isPartOf] :: APIReference -> IsPartOf [keywords] :: APIReference -> Keywords [learningResourceType] :: APIReference -> LearningResourceType [license] :: APIReference -> License [locationCreated] :: APIReference -> LocationCreated [mainEntity] :: APIReference -> MainEntity [mentions] :: APIReference -> Mentions [offers] :: APIReference -> Offers [position] :: APIReference -> Position [producer] :: APIReference -> Producer [provider] :: APIReference -> Provider [publication] :: APIReference -> Publication [publisher] :: APIReference -> Publisher [publishingPrinciples] :: APIReference -> PublishingPrinciples [recordedAt] :: APIReference -> RecordedAt [releasedEvent] :: APIReference -> ReleasedEvent [review] :: APIReference -> Review [schemaVersion] :: APIReference -> SchemaVersion [sourceOrganization] :: APIReference -> SourceOrganization [text] :: APIReference -> Text [thumbnailUrl] :: APIReference -> ThumbnailUrl [timeRequired] :: APIReference -> TimeRequired [translator] :: APIReference -> Translator [typicalAgeRange] :: APIReference -> TypicalAgeRange [version] :: APIReference -> Version [video] :: APIReference -> Video [workExample] :: APIReference -> WorkExample [additionalType] :: APIReference -> AdditionalType [alternateName] :: APIReference -> AlternateName [description] :: APIReference -> Description [image] :: APIReference -> Image [mainEntityOfPage] :: APIReference -> MainEntityOfPage [name] :: APIReference -> Name [potentialAction] :: APIReference -> PotentialAction [sameAs] :: APIReference -> SameAs [url] :: APIReference -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.APIReference.APIReference instance GHC.Read.Read Text.HTML5.MetaData.Schema.APIReference.APIReference instance GHC.Show.Show Text.HTML5.MetaData.Schema.APIReference.APIReference instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.APIReference.APIReference module Text.HTML5.MetaData.Schema.TechArticle -- | A technical article - Example: How-to (task) topics, step-by-step, -- procedural troubleshooting, specifications, etc. -- -- data TechArticle TechArticle :: Dependencies -> ProficiencyLevel -> ArticleBody -> ArticleSection -> PageEnd -> PageStart -> Pagination -> WordCount -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> TechArticle [dependencies] :: TechArticle -> Dependencies [proficiencyLevel] :: TechArticle -> ProficiencyLevel [articleBody] :: TechArticle -> ArticleBody [articleSection] :: TechArticle -> ArticleSection [pageEnd] :: TechArticle -> PageEnd [pageStart] :: TechArticle -> PageStart [pagination] :: TechArticle -> Pagination [wordCount] :: TechArticle -> WordCount [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 [character] :: TechArticle -> Character [citation] :: TechArticle -> Citation [comment] :: TechArticle -> Comment [commentCount] :: TechArticle -> CommentCount [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 [exampleOfWork] :: TechArticle -> ExampleOfWork [fileFormat] :: TechArticle -> FileFormat [genre] :: TechArticle -> Genre [hasPart] :: TechArticle -> HasPart [headline] :: TechArticle -> Headline [inLanguage] :: TechArticle -> InLanguage [interactionStatistic] :: TechArticle -> InteractionStatistic [interactivityType] :: TechArticle -> InteractivityType [isBasedOnUrl] :: TechArticle -> IsBasedOnUrl [isFamilyFriendly] :: TechArticle -> IsFamilyFriendly [isPartOf] :: TechArticle -> IsPartOf [keywords] :: TechArticle -> Keywords [learningResourceType] :: TechArticle -> LearningResourceType [license] :: TechArticle -> License [locationCreated] :: TechArticle -> LocationCreated [mainEntity] :: TechArticle -> MainEntity [mentions] :: TechArticle -> Mentions [offers] :: TechArticle -> Offers [position] :: TechArticle -> Position [producer] :: TechArticle -> Producer [provider] :: TechArticle -> Provider [publication] :: TechArticle -> Publication [publisher] :: TechArticle -> Publisher [publishingPrinciples] :: TechArticle -> PublishingPrinciples [recordedAt] :: TechArticle -> RecordedAt [releasedEvent] :: TechArticle -> ReleasedEvent [review] :: TechArticle -> Review [schemaVersion] :: TechArticle -> SchemaVersion [sourceOrganization] :: TechArticle -> SourceOrganization [text] :: TechArticle -> Text [thumbnailUrl] :: TechArticle -> ThumbnailUrl [timeRequired] :: TechArticle -> TimeRequired [translator] :: TechArticle -> Translator [typicalAgeRange] :: TechArticle -> TypicalAgeRange [version] :: TechArticle -> Version [video] :: TechArticle -> Video [workExample] :: TechArticle -> WorkExample [additionalType] :: TechArticle -> AdditionalType [alternateName] :: TechArticle -> AlternateName [description] :: TechArticle -> Description [image] :: TechArticle -> Image [mainEntityOfPage] :: TechArticle -> MainEntityOfPage [name] :: TechArticle -> Name [potentialAction] :: TechArticle -> PotentialAction [sameAs] :: TechArticle -> SameAs [url] :: TechArticle -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.TechArticle.TechArticle instance GHC.Read.Read Text.HTML5.MetaData.Schema.TechArticle.TechArticle instance GHC.Show.Show Text.HTML5.MetaData.Schema.TechArticle.TechArticle instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.TechArticle.TechArticle module Text.HTML5.MetaData.Schema.AboutPage -- | Web page type: About page. -- -- data AboutPage AboutPage :: Breadcrumb -> LastReviewed -> MainContentOfPage -> PrimaryImageOfPage -> RelatedLink -> ReviewedBy -> SignificantLink -> Specialty -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> AboutPage [breadcrumb] :: AboutPage -> Breadcrumb [lastReviewed] :: AboutPage -> LastReviewed [mainContentOfPage] :: AboutPage -> MainContentOfPage [primaryImageOfPage] :: AboutPage -> PrimaryImageOfPage [relatedLink] :: AboutPage -> RelatedLink [reviewedBy] :: AboutPage -> ReviewedBy [significantLink] :: AboutPage -> SignificantLink [specialty] :: AboutPage -> Specialty [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 [character] :: AboutPage -> Character [citation] :: AboutPage -> Citation [comment] :: AboutPage -> Comment [commentCount] :: AboutPage -> CommentCount [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 [exampleOfWork] :: AboutPage -> ExampleOfWork [fileFormat] :: AboutPage -> FileFormat [genre] :: AboutPage -> Genre [hasPart] :: AboutPage -> HasPart [headline] :: AboutPage -> Headline [inLanguage] :: AboutPage -> InLanguage [interactionStatistic] :: AboutPage -> InteractionStatistic [interactivityType] :: AboutPage -> InteractivityType [isBasedOnUrl] :: AboutPage -> IsBasedOnUrl [isFamilyFriendly] :: AboutPage -> IsFamilyFriendly [isPartOf] :: AboutPage -> IsPartOf [keywords] :: AboutPage -> Keywords [learningResourceType] :: AboutPage -> LearningResourceType [license] :: AboutPage -> License [locationCreated] :: AboutPage -> LocationCreated [mainEntity] :: AboutPage -> MainEntity [mentions] :: AboutPage -> Mentions [offers] :: AboutPage -> Offers [position] :: AboutPage -> Position [producer] :: AboutPage -> Producer [provider] :: AboutPage -> Provider [publication] :: AboutPage -> Publication [publisher] :: AboutPage -> Publisher [publishingPrinciples] :: AboutPage -> PublishingPrinciples [recordedAt] :: AboutPage -> RecordedAt [releasedEvent] :: AboutPage -> ReleasedEvent [review] :: AboutPage -> Review [schemaVersion] :: AboutPage -> SchemaVersion [sourceOrganization] :: AboutPage -> SourceOrganization [text] :: AboutPage -> Text [thumbnailUrl] :: AboutPage -> ThumbnailUrl [timeRequired] :: AboutPage -> TimeRequired [translator] :: AboutPage -> Translator [typicalAgeRange] :: AboutPage -> TypicalAgeRange [version] :: AboutPage -> Version [video] :: AboutPage -> Video [workExample] :: AboutPage -> WorkExample [additionalType] :: AboutPage -> AdditionalType [alternateName] :: AboutPage -> AlternateName [description] :: AboutPage -> Description [image] :: AboutPage -> Image [mainEntityOfPage] :: AboutPage -> MainEntityOfPage [name] :: AboutPage -> Name [potentialAction] :: AboutPage -> PotentialAction [sameAs] :: AboutPage -> SameAs [url] :: AboutPage -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.AboutPage.AboutPage instance GHC.Read.Read Text.HTML5.MetaData.Schema.AboutPage.AboutPage instance GHC.Show.Show Text.HTML5.MetaData.Schema.AboutPage.AboutPage instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.AboutPage.AboutPage module Text.HTML5.MetaData.Schema.AcceptAction -- | The act of committing to/adopting an object.Related -- actions:RejectAction: The antonym of AcceptAction. -- -- data AcceptAction AcceptAction :: Purpose -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> AcceptAction [purpose] :: AcceptAction -> Purpose [actionStatus] :: AcceptAction -> ActionStatus [agent] :: AcceptAction -> Agent [endTime] :: AcceptAction -> EndTime [error] :: AcceptAction -> Error [instrument] :: AcceptAction -> Instrument [location] :: AcceptAction -> Location [object] :: AcceptAction -> Object [participant] :: AcceptAction -> Participant [result] :: AcceptAction -> Result [startTime] :: AcceptAction -> StartTime [target] :: AcceptAction -> Target [additionalType] :: AcceptAction -> AdditionalType [alternateName] :: AcceptAction -> AlternateName [description] :: AcceptAction -> Description [image] :: AcceptAction -> Image [mainEntityOfPage] :: AcceptAction -> MainEntityOfPage [name] :: AcceptAction -> Name [potentialAction] :: AcceptAction -> PotentialAction [sameAs] :: AcceptAction -> SameAs [url] :: AcceptAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.AcceptAction.AcceptAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.AcceptAction.AcceptAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.AcceptAction.AcceptAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.AcceptAction.AcceptAction module Text.HTML5.MetaData.Schema.RealEstateAgent -- | A real-estate agent. -- -- data RealEstateAgent RealEstateAgent :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> RealEstateAgent [branchCode] :: RealEstateAgent -> BranchCode [currenciesAccepted] :: RealEstateAgent -> CurrenciesAccepted [openingHours] :: RealEstateAgent -> OpeningHours [paymentAccepted] :: RealEstateAgent -> PaymentAccepted [priceRange] :: RealEstateAgent -> PriceRange [address] :: RealEstateAgent -> Address [aggregateRating] :: RealEstateAgent -> AggregateRating [alumni] :: RealEstateAgent -> Alumni [areaServed] :: RealEstateAgent -> AreaServed [award] :: RealEstateAgent -> Award [brand] :: RealEstateAgent -> Brand [contactPoint] :: RealEstateAgent -> ContactPoint [department] :: RealEstateAgent -> Department [dissolutionDate] :: RealEstateAgent -> DissolutionDate [duns] :: RealEstateAgent -> Duns [email] :: RealEstateAgent -> Email [employee] :: RealEstateAgent -> Employee [event] :: RealEstateAgent -> Event [faxNumber] :: RealEstateAgent -> FaxNumber [founder] :: RealEstateAgent -> Founder [foundingDate] :: RealEstateAgent -> FoundingDate [foundingLocation] :: RealEstateAgent -> FoundingLocation [globalLocationNumber] :: RealEstateAgent -> GlobalLocationNumber [hasOfferCatalog] :: RealEstateAgent -> HasOfferCatalog [hasPOS] :: RealEstateAgent -> HasPOS [isicV4] :: RealEstateAgent -> IsicV4 [legalName] :: RealEstateAgent -> LegalName [location] :: RealEstateAgent -> Location [logo] :: RealEstateAgent -> Logo [makesOffer] :: RealEstateAgent -> MakesOffer [member] :: RealEstateAgent -> Member [memberOf] :: RealEstateAgent -> MemberOf [naics] :: RealEstateAgent -> Naics [numberOfEmployees] :: RealEstateAgent -> NumberOfEmployees [owns] :: RealEstateAgent -> Owns [parentOrganization] :: RealEstateAgent -> ParentOrganization [review] :: RealEstateAgent -> Review [seeks] :: RealEstateAgent -> Seeks [subOrganization] :: RealEstateAgent -> SubOrganization [taxID] :: RealEstateAgent -> TaxID [telephone] :: RealEstateAgent -> Telephone [vatID] :: RealEstateAgent -> VatID [additionalProperty] :: RealEstateAgent -> AdditionalProperty [containedInPlace] :: RealEstateAgent -> ContainedInPlace [containsPlace] :: RealEstateAgent -> ContainsPlace [geo] :: RealEstateAgent -> Geo [hasMap] :: RealEstateAgent -> HasMap [openingHoursSpecification] :: RealEstateAgent -> OpeningHoursSpecification [photo] :: RealEstateAgent -> Photo [additionalType] :: RealEstateAgent -> AdditionalType [alternateName] :: RealEstateAgent -> AlternateName [description] :: RealEstateAgent -> Description [image] :: RealEstateAgent -> Image [mainEntityOfPage] :: RealEstateAgent -> MainEntityOfPage [name] :: RealEstateAgent -> Name [potentialAction] :: RealEstateAgent -> PotentialAction [sameAs] :: RealEstateAgent -> SameAs [url] :: RealEstateAgent -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.RealEstateAgent.RealEstateAgent instance GHC.Read.Read Text.HTML5.MetaData.Schema.RealEstateAgent.RealEstateAgent instance GHC.Show.Show Text.HTML5.MetaData.Schema.RealEstateAgent.RealEstateAgent instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.RealEstateAgent.RealEstateAgent module Text.HTML5.MetaData.Schema.AccountingService -- | Accountancy business. As a LocalBusiness it can be described as a -- provider of one or more Service(s). -- -- data AccountingService AccountingService :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> AccountingService [branchCode] :: AccountingService -> BranchCode [currenciesAccepted] :: AccountingService -> CurrenciesAccepted [openingHours] :: AccountingService -> OpeningHours [paymentAccepted] :: AccountingService -> PaymentAccepted [priceRange] :: AccountingService -> PriceRange [address] :: AccountingService -> Address [aggregateRating] :: AccountingService -> AggregateRating [alumni] :: AccountingService -> Alumni [areaServed] :: AccountingService -> AreaServed [award] :: AccountingService -> Award [brand] :: AccountingService -> Brand [contactPoint] :: AccountingService -> ContactPoint [department] :: AccountingService -> Department [dissolutionDate] :: AccountingService -> DissolutionDate [duns] :: AccountingService -> Duns [email] :: AccountingService -> Email [employee] :: AccountingService -> Employee [event] :: AccountingService -> Event [faxNumber] :: AccountingService -> FaxNumber [founder] :: AccountingService -> Founder [foundingDate] :: AccountingService -> FoundingDate [foundingLocation] :: AccountingService -> FoundingLocation [globalLocationNumber] :: AccountingService -> GlobalLocationNumber [hasOfferCatalog] :: AccountingService -> HasOfferCatalog [hasPOS] :: AccountingService -> HasPOS [isicV4] :: AccountingService -> IsicV4 [legalName] :: AccountingService -> LegalName [location] :: AccountingService -> Location [logo] :: AccountingService -> Logo [makesOffer] :: AccountingService -> MakesOffer [member] :: AccountingService -> Member [memberOf] :: AccountingService -> MemberOf [naics] :: AccountingService -> Naics [numberOfEmployees] :: AccountingService -> NumberOfEmployees [owns] :: AccountingService -> Owns [parentOrganization] :: AccountingService -> ParentOrganization [review] :: AccountingService -> Review [seeks] :: AccountingService -> Seeks [subOrganization] :: AccountingService -> SubOrganization [taxID] :: AccountingService -> TaxID [telephone] :: AccountingService -> Telephone [vatID] :: AccountingService -> VatID [additionalProperty] :: AccountingService -> AdditionalProperty [containedInPlace] :: AccountingService -> ContainedInPlace [containsPlace] :: AccountingService -> ContainsPlace [geo] :: AccountingService -> Geo [hasMap] :: AccountingService -> HasMap [openingHoursSpecification] :: AccountingService -> OpeningHoursSpecification [photo] :: AccountingService -> Photo [additionalType] :: AccountingService -> AdditionalType [alternateName] :: AccountingService -> AlternateName [description] :: AccountingService -> Description [image] :: AccountingService -> Image [mainEntityOfPage] :: AccountingService -> MainEntityOfPage [name] :: AccountingService -> Name [potentialAction] :: AccountingService -> PotentialAction [sameAs] :: AccountingService -> SameAs [url] :: AccountingService -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.AccountingService.AccountingService instance GHC.Read.Read Text.HTML5.MetaData.Schema.AccountingService.AccountingService instance GHC.Show.Show Text.HTML5.MetaData.Schema.AccountingService.AccountingService instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.AccountingService.AccountingService module Text.HTML5.MetaData.Schema.LoseAction -- | The act of being defeated in a competitive activity. -- -- data LoseAction LoseAction :: Winner -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> LoseAction [winner] :: LoseAction -> Winner [actionStatus] :: LoseAction -> ActionStatus [agent] :: LoseAction -> Agent [endTime] :: LoseAction -> EndTime [error] :: LoseAction -> Error [instrument] :: LoseAction -> Instrument [location] :: LoseAction -> Location [object] :: LoseAction -> Object [participant] :: LoseAction -> Participant [result] :: LoseAction -> Result [startTime] :: LoseAction -> StartTime [target] :: LoseAction -> Target [additionalType] :: LoseAction -> AdditionalType [alternateName] :: LoseAction -> AlternateName [description] :: LoseAction -> Description [image] :: LoseAction -> Image [mainEntityOfPage] :: LoseAction -> MainEntityOfPage [name] :: LoseAction -> Name [potentialAction] :: LoseAction -> PotentialAction [sameAs] :: LoseAction -> SameAs [url] :: LoseAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.LoseAction.LoseAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.LoseAction.LoseAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.LoseAction.LoseAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.LoseAction.LoseAction module Text.HTML5.MetaData.Schema.TieAction -- | The act of reaching a draw in a competitive activity. -- -- data TieAction TieAction :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> TieAction [actionStatus] :: TieAction -> ActionStatus [agent] :: TieAction -> Agent [endTime] :: TieAction -> EndTime [error] :: TieAction -> Error [instrument] :: TieAction -> Instrument [location] :: TieAction -> Location [object] :: TieAction -> Object [participant] :: TieAction -> Participant [result] :: TieAction -> Result [startTime] :: TieAction -> StartTime [target] :: TieAction -> Target [additionalType] :: TieAction -> AdditionalType [alternateName] :: TieAction -> AlternateName [description] :: TieAction -> Description [image] :: TieAction -> Image [mainEntityOfPage] :: TieAction -> MainEntityOfPage [name] :: TieAction -> Name [potentialAction] :: TieAction -> PotentialAction [sameAs] :: TieAction -> SameAs [url] :: TieAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.TieAction.TieAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.TieAction.TieAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.TieAction.TieAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.TieAction.TieAction module Text.HTML5.MetaData.Schema.AchieveAction -- | The act of accomplishing something via previous efforts. It is an -- instantaneous action rather than an ongoing process. -- -- data AchieveAction AchieveAction :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> AchieveAction [actionStatus] :: AchieveAction -> ActionStatus [agent] :: AchieveAction -> Agent [endTime] :: AchieveAction -> EndTime [error] :: AchieveAction -> Error [instrument] :: AchieveAction -> Instrument [location] :: AchieveAction -> Location [object] :: AchieveAction -> Object [participant] :: AchieveAction -> Participant [result] :: AchieveAction -> Result [startTime] :: AchieveAction -> StartTime [target] :: AchieveAction -> Target [additionalType] :: AchieveAction -> AdditionalType [alternateName] :: AchieveAction -> AlternateName [description] :: AchieveAction -> Description [image] :: AchieveAction -> Image [mainEntityOfPage] :: AchieveAction -> MainEntityOfPage [name] :: AchieveAction -> Name [potentialAction] :: AchieveAction -> PotentialAction [sameAs] :: AchieveAction -> SameAs [url] :: AchieveAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.AchieveAction.AchieveAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.AchieveAction.AchieveAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.AchieveAction.AchieveAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.AchieveAction.AchieveAction module Text.HTML5.MetaData.Schema.WinAction -- | The act of achieving victory in a competitive activity. -- -- data WinAction WinAction :: Loser -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> WinAction [loser] :: WinAction -> Loser [actionStatus] :: WinAction -> ActionStatus [agent] :: WinAction -> Agent [endTime] :: WinAction -> EndTime [error] :: WinAction -> Error [instrument] :: WinAction -> Instrument [location] :: WinAction -> Location [object] :: WinAction -> Object [participant] :: WinAction -> Participant [result] :: WinAction -> Result [startTime] :: WinAction -> StartTime [target] :: WinAction -> Target [additionalType] :: WinAction -> AdditionalType [alternateName] :: WinAction -> AlternateName [description] :: WinAction -> Description [image] :: WinAction -> Image [mainEntityOfPage] :: WinAction -> MainEntityOfPage [name] :: WinAction -> Name [potentialAction] :: WinAction -> PotentialAction [sameAs] :: WinAction -> SameAs [url] :: WinAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.WinAction.WinAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.WinAction.WinAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.WinAction.WinAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.WinAction.WinAction module Text.HTML5.MetaData.Schema.SearchAction -- | The act of searching for an object.Related actions:FindAction: -- SearchAction generally leads to a FindAction, but not necessarily. -- -- data SearchAction SearchAction :: Query -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> SearchAction [query] :: SearchAction -> Query [actionStatus] :: SearchAction -> ActionStatus [agent] :: SearchAction -> Agent [endTime] :: SearchAction -> EndTime [error] :: SearchAction -> Error [instrument] :: SearchAction -> Instrument [location] :: SearchAction -> Location [object] :: SearchAction -> Object [participant] :: SearchAction -> Participant [result] :: SearchAction -> Result [startTime] :: SearchAction -> StartTime [target] :: SearchAction -> Target [additionalType] :: SearchAction -> AdditionalType [alternateName] :: SearchAction -> AlternateName [description] :: SearchAction -> Description [image] :: SearchAction -> Image [mainEntityOfPage] :: SearchAction -> MainEntityOfPage [name] :: SearchAction -> Name [potentialAction] :: SearchAction -> PotentialAction [sameAs] :: SearchAction -> SameAs [url] :: SearchAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.SearchAction.SearchAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.SearchAction.SearchAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.SearchAction.SearchAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.SearchAction.SearchAction module Text.HTML5.MetaData.Schema.Action -- | An action performed by a direct agent and indirect participants upon a -- direct object. Optionally happens at a location with the help of an -- inanimate instrument. The execution of the action may produce a -- result. Specific action sub-type documentation specifies the exact -- expectation of each argument/role. See also blog post and Actions -- overview document. -- -- data Action Action :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Action [actionStatus] :: Action -> ActionStatus [agent] :: Action -> Agent [endTime] :: Action -> EndTime [error] :: Action -> Error [instrument] :: Action -> Instrument [location] :: Action -> Location [object] :: Action -> Object [participant] :: Action -> Participant [result] :: Action -> Result [startTime] :: Action -> StartTime [target] :: Action -> Target [additionalType] :: Action -> AdditionalType [alternateName] :: Action -> AlternateName [description] :: Action -> Description [image] :: Action -> Image [mainEntityOfPage] :: Action -> MainEntityOfPage [name] :: Action -> Name [potentialAction] :: Action -> PotentialAction [sameAs] :: Action -> SameAs [url] :: Action -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Action.Action instance GHC.Read.Read Text.HTML5.MetaData.Schema.Action.Action instance GHC.Show.Show Text.HTML5.MetaData.Schema.Action.Action instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Action.Action module Text.HTML5.MetaData.Schema.ActionStatusType -- | The status of an Action. -- -- data ActionStatusType ActionStatusType :: SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ActionStatusType [supersededBy] :: ActionStatusType -> SupersededBy [additionalType] :: ActionStatusType -> AdditionalType [alternateName] :: ActionStatusType -> AlternateName [description] :: ActionStatusType -> Description [image] :: ActionStatusType -> Image [mainEntityOfPage] :: ActionStatusType -> MainEntityOfPage [name] :: ActionStatusType -> Name [potentialAction] :: ActionStatusType -> PotentialAction [sameAs] :: ActionStatusType -> SameAs [url] :: ActionStatusType -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ActionStatusType.ActionStatusType instance GHC.Read.Read Text.HTML5.MetaData.Schema.ActionStatusType.ActionStatusType instance GHC.Show.Show Text.HTML5.MetaData.Schema.ActionStatusType.ActionStatusType instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ActionStatusType.ActionStatusType module Text.HTML5.MetaData.Schema.AggregateRating -- | The average rating based on multiple ratings or reviews. -- -- data AggregateRating AggregateRating :: ItemReviewed -> RatingCount -> ReviewCount -> BestRating -> RatingValue -> WorstRating -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> AggregateRating [itemReviewed] :: AggregateRating -> ItemReviewed [ratingCount] :: AggregateRating -> RatingCount [reviewCount] :: AggregateRating -> ReviewCount [bestRating] :: AggregateRating -> BestRating [ratingValue] :: AggregateRating -> RatingValue [worstRating] :: AggregateRating -> WorstRating [additionalType] :: AggregateRating -> AdditionalType [alternateName] :: AggregateRating -> AlternateName [description] :: AggregateRating -> Description [image] :: AggregateRating -> Image [mainEntityOfPage] :: AggregateRating -> MainEntityOfPage [name] :: AggregateRating -> Name [potentialAction] :: AggregateRating -> PotentialAction [sameAs] :: AggregateRating -> SameAs [url] :: AggregateRating -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.AggregateRating.AggregateRating instance GHC.Read.Read Text.HTML5.MetaData.Schema.AggregateRating.AggregateRating instance GHC.Show.Show Text.HTML5.MetaData.Schema.AggregateRating.AggregateRating instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.AggregateRating.AggregateRating module Text.HTML5.MetaData.Schema.AlignmentObject -- | An intangible item that describes an alignment between a learning -- resource and a node in an educational framework. -- -- data AlignmentObject AlignmentObject :: AlignmentType -> EducationalFramework -> TargetDescription -> TargetName -> TargetUrl -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> AlignmentObject [alignmentType] :: AlignmentObject -> AlignmentType [educationalFramework] :: AlignmentObject -> EducationalFramework [targetDescription] :: AlignmentObject -> TargetDescription [targetName] :: AlignmentObject -> TargetName [targetUrl] :: AlignmentObject -> TargetUrl [additionalType] :: AlignmentObject -> AdditionalType [alternateName] :: AlignmentObject -> AlternateName [description] :: AlignmentObject -> Description [image] :: AlignmentObject -> Image [mainEntityOfPage] :: AlignmentObject -> MainEntityOfPage [name] :: AlignmentObject -> Name [potentialAction] :: AlignmentObject -> PotentialAction [sameAs] :: AlignmentObject -> SameAs [url] :: AlignmentObject -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.AlignmentObject.AlignmentObject instance GHC.Read.Read Text.HTML5.MetaData.Schema.AlignmentObject.AlignmentObject instance GHC.Show.Show Text.HTML5.MetaData.Schema.AlignmentObject.AlignmentObject instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.AlignmentObject.AlignmentObject module Text.HTML5.MetaData.Schema.BoardingPolicyType -- | A type of boarding policy used by an airline. -- -- data BoardingPolicyType BoardingPolicyType :: SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> BoardingPolicyType [supersededBy] :: BoardingPolicyType -> SupersededBy [additionalType] :: BoardingPolicyType -> AdditionalType [alternateName] :: BoardingPolicyType -> AlternateName [description] :: BoardingPolicyType -> Description [image] :: BoardingPolicyType -> Image [mainEntityOfPage] :: BoardingPolicyType -> MainEntityOfPage [name] :: BoardingPolicyType -> Name [potentialAction] :: BoardingPolicyType -> PotentialAction [sameAs] :: BoardingPolicyType -> SameAs [url] :: BoardingPolicyType -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.BoardingPolicyType.BoardingPolicyType instance GHC.Read.Read Text.HTML5.MetaData.Schema.BoardingPolicyType.BoardingPolicyType instance GHC.Show.Show Text.HTML5.MetaData.Schema.BoardingPolicyType.BoardingPolicyType instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.BoardingPolicyType.BoardingPolicyType module Text.HTML5.MetaData.Schema.BookFormatType -- | The publication format of the book. -- -- data BookFormatType BookFormatType :: SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> BookFormatType [supersededBy] :: BookFormatType -> SupersededBy [additionalType] :: BookFormatType -> AdditionalType [alternateName] :: BookFormatType -> AlternateName [description] :: BookFormatType -> Description [image] :: BookFormatType -> Image [mainEntityOfPage] :: BookFormatType -> MainEntityOfPage [name] :: BookFormatType -> Name [potentialAction] :: BookFormatType -> PotentialAction [sameAs] :: BookFormatType -> SameAs [url] :: BookFormatType -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.BookFormatType.BookFormatType instance GHC.Read.Read Text.HTML5.MetaData.Schema.BookFormatType.BookFormatType instance GHC.Show.Show Text.HTML5.MetaData.Schema.BookFormatType.BookFormatType instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.BookFormatType.BookFormatType module Text.HTML5.MetaData.Schema.Brand -- | A brand is a name used by an organization or business person for -- labeling a product, product group, or similar. -- -- data Brand Brand :: AggregateRating -> Logo -> Review -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Brand [aggregateRating] :: Brand -> AggregateRating [logo] :: Brand -> Logo [review] :: Brand -> Review [additionalType] :: Brand -> AdditionalType [alternateName] :: Brand -> AlternateName [description] :: Brand -> Description [image] :: Brand -> Image [mainEntityOfPage] :: Brand -> MainEntityOfPage [name] :: Brand -> Name [potentialAction] :: Brand -> PotentialAction [sameAs] :: Brand -> SameAs [url] :: Brand -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Brand.Brand instance GHC.Read.Read Text.HTML5.MetaData.Schema.Brand.Brand instance GHC.Show.Show Text.HTML5.MetaData.Schema.Brand.Brand instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Brand.Brand module Text.HTML5.MetaData.Schema.BreadcrumbList -- | A BreadcrumbList is an ItemList consisting of a chain of linked Web -- pages, typically described using at least their URL and their name, -- and typically ending with the current page. The position -- property is used to reconstruct the order of the items in a -- BreadcrumbList. The convention is that a breadcrumb list has an -- itemListOrder of ItemListOrderAscending (lower values listed first), -- and that the first items in this list correspond to the "top" or -- beginning of the breadcrumb trail, e.g. with a site or section -- homepage. The specific values of position are not assigned -- meaning for a BreadcrumbList, but they should be integers, e.g. -- beginning with '1' for the first item in the list. -- -- data BreadcrumbList BreadcrumbList :: ItemListElement -> ItemListOrder -> NumberOfItems -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> BreadcrumbList [itemListElement] :: BreadcrumbList -> ItemListElement [itemListOrder] :: BreadcrumbList -> ItemListOrder [numberOfItems] :: BreadcrumbList -> NumberOfItems [additionalType] :: BreadcrumbList -> AdditionalType [alternateName] :: BreadcrumbList -> AlternateName [description] :: BreadcrumbList -> Description [image] :: BreadcrumbList -> Image [mainEntityOfPage] :: BreadcrumbList -> MainEntityOfPage [name] :: BreadcrumbList -> Name [potentialAction] :: BreadcrumbList -> PotentialAction [sameAs] :: BreadcrumbList -> SameAs [url] :: BreadcrumbList -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.BreadcrumbList.BreadcrumbList instance GHC.Read.Read Text.HTML5.MetaData.Schema.BreadcrumbList.BreadcrumbList instance GHC.Show.Show Text.HTML5.MetaData.Schema.BreadcrumbList.BreadcrumbList instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.BreadcrumbList.BreadcrumbList module Text.HTML5.MetaData.Schema.BroadcastService -- | A delivery service through which content is provided via broadcast -- over the air or online. -- -- data BroadcastService BroadcastService :: BroadcastAffiliateOf -> BroadcastDisplayName -> BroadcastTimezone -> Broadcaster -> ParentService -> VideoFormat -> AggregateRating -> AreaServed -> AvailableChannel -> Award -> Category -> HasOfferCatalog -> HoursAvailable -> Offers -> Provider -> ProviderMobility -> Review -> ServiceOutput -> ServiceType -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> BroadcastService [broadcastAffiliateOf] :: BroadcastService -> BroadcastAffiliateOf [broadcastDisplayName] :: BroadcastService -> BroadcastDisplayName [broadcastTimezone] :: BroadcastService -> BroadcastTimezone [broadcaster] :: BroadcastService -> Broadcaster [parentService] :: BroadcastService -> ParentService [videoFormat] :: BroadcastService -> VideoFormat [aggregateRating] :: BroadcastService -> AggregateRating [areaServed] :: BroadcastService -> AreaServed [availableChannel] :: BroadcastService -> AvailableChannel [award] :: BroadcastService -> Award [category] :: BroadcastService -> Category [hasOfferCatalog] :: BroadcastService -> HasOfferCatalog [hoursAvailable] :: BroadcastService -> HoursAvailable [offers] :: BroadcastService -> Offers [provider] :: BroadcastService -> Provider [providerMobility] :: BroadcastService -> ProviderMobility [review] :: BroadcastService -> Review [serviceOutput] :: BroadcastService -> ServiceOutput [serviceType] :: BroadcastService -> ServiceType [additionalType] :: BroadcastService -> AdditionalType [alternateName] :: BroadcastService -> AlternateName [description] :: BroadcastService -> Description [image] :: BroadcastService -> Image [mainEntityOfPage] :: BroadcastService -> MainEntityOfPage [name] :: BroadcastService -> Name [potentialAction] :: BroadcastService -> PotentialAction [sameAs] :: BroadcastService -> SameAs [url] :: BroadcastService -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.BroadcastService.BroadcastService instance GHC.Read.Read Text.HTML5.MetaData.Schema.BroadcastService.BroadcastService instance GHC.Show.Show Text.HTML5.MetaData.Schema.BroadcastService.BroadcastService instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.BroadcastService.BroadcastService module Text.HTML5.MetaData.Schema.BusinessEntityType -- | A business entity type is a conceptual entity representing the legal -- form, the size, the main line of business, the position in the value -- chain, or any combination thereof, of an organization or business -- person. Commonly used values: -- http://purl.org/goodrelations/v1#Business -- http://purl.org/goodrelations/v1#Enduser -- http://purl.org/goodrelations/v1#PublicInstitution -- http://purl.org/goodrelations/v1#Reseller -- -- data BusinessEntityType BusinessEntityType :: SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> BusinessEntityType [supersededBy] :: BusinessEntityType -> SupersededBy [additionalType] :: BusinessEntityType -> AdditionalType [alternateName] :: BusinessEntityType -> AlternateName [description] :: BusinessEntityType -> Description [image] :: BusinessEntityType -> Image [mainEntityOfPage] :: BusinessEntityType -> MainEntityOfPage [name] :: BusinessEntityType -> Name [potentialAction] :: BusinessEntityType -> PotentialAction [sameAs] :: BusinessEntityType -> SameAs [url] :: BusinessEntityType -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.BusinessEntityType.BusinessEntityType instance GHC.Read.Read Text.HTML5.MetaData.Schema.BusinessEntityType.BusinessEntityType instance GHC.Show.Show Text.HTML5.MetaData.Schema.BusinessEntityType.BusinessEntityType instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.BusinessEntityType.BusinessEntityType module Text.HTML5.MetaData.Schema.BusinessFunction -- | The business function specifies the type of activity or access (i.e., -- the bundle of rights) offered by the organization or business person -- through the offer. Typical are sell, rental or lease, maintenance or -- repair, manufacture produce, recycle dispose, engineering -- construction, or installation. Proprietary specifications of access -- rights are also instances of this class. Commonly used values: -- http:purl.orggoodrelationsv1#ConstructionInstallation -- http:purl.orggoodrelationsv1#Dispose -- http:purl.orggoodrelationsv1#LeaseOut -- http:purl.orggoodrelationsv1#Maintain -- http:purl.orggoodrelationsv1#ProvideService -- http:purl.orggoodrelationsv1#Repair -- http:purl.orggoodrelationsv1#Sell -- http:purl.orggoodrelations/v1#Buy -- -- data BusinessFunction BusinessFunction :: SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> BusinessFunction [supersededBy] :: BusinessFunction -> SupersededBy [additionalType] :: BusinessFunction -> AdditionalType [alternateName] :: BusinessFunction -> AlternateName [description] :: BusinessFunction -> Description [image] :: BusinessFunction -> Image [mainEntityOfPage] :: BusinessFunction -> MainEntityOfPage [name] :: BusinessFunction -> Name [potentialAction] :: BusinessFunction -> PotentialAction [sameAs] :: BusinessFunction -> SameAs [url] :: BusinessFunction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.BusinessFunction.BusinessFunction instance GHC.Read.Read Text.HTML5.MetaData.Schema.BusinessFunction.BusinessFunction instance GHC.Show.Show Text.HTML5.MetaData.Schema.BusinessFunction.BusinessFunction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.BusinessFunction.BusinessFunction module Text.HTML5.MetaData.Schema.CableOrSatelliteService -- | A service which provides access to media programming like TV or radio. -- Access may be via cable or satellite. -- -- data CableOrSatelliteService CableOrSatelliteService :: AggregateRating -> AreaServed -> AvailableChannel -> Award -> Category -> HasOfferCatalog -> HoursAvailable -> Offers -> Provider -> ProviderMobility -> Review -> ServiceOutput -> ServiceType -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> CableOrSatelliteService [aggregateRating] :: CableOrSatelliteService -> AggregateRating [areaServed] :: CableOrSatelliteService -> AreaServed [availableChannel] :: CableOrSatelliteService -> AvailableChannel [award] :: CableOrSatelliteService -> Award [category] :: CableOrSatelliteService -> Category [hasOfferCatalog] :: CableOrSatelliteService -> HasOfferCatalog [hoursAvailable] :: CableOrSatelliteService -> HoursAvailable [offers] :: CableOrSatelliteService -> Offers [provider] :: CableOrSatelliteService -> Provider [providerMobility] :: CableOrSatelliteService -> ProviderMobility [review] :: CableOrSatelliteService -> Review [serviceOutput] :: CableOrSatelliteService -> ServiceOutput [serviceType] :: CableOrSatelliteService -> ServiceType [additionalType] :: CableOrSatelliteService -> AdditionalType [alternateName] :: CableOrSatelliteService -> AlternateName [description] :: CableOrSatelliteService -> Description [image] :: CableOrSatelliteService -> Image [mainEntityOfPage] :: CableOrSatelliteService -> MainEntityOfPage [name] :: CableOrSatelliteService -> Name [potentialAction] :: CableOrSatelliteService -> PotentialAction [sameAs] :: CableOrSatelliteService -> SameAs [url] :: CableOrSatelliteService -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.CableOrSatelliteService.CableOrSatelliteService instance GHC.Read.Read Text.HTML5.MetaData.Schema.CableOrSatelliteService.CableOrSatelliteService instance GHC.Show.Show Text.HTML5.MetaData.Schema.CableOrSatelliteService.CableOrSatelliteService instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.CableOrSatelliteService.CableOrSatelliteService module Text.HTML5.MetaData.Schema.Class -- | A class, also often called a Type; equivalent to rdfs:Class. -- -- data Class Class :: SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Class [supersededBy] :: Class -> SupersededBy [additionalType] :: Class -> AdditionalType [alternateName] :: Class -> AlternateName [description] :: Class -> Description [image] :: Class -> Image [mainEntityOfPage] :: Class -> MainEntityOfPage [name] :: Class -> Name [potentialAction] :: Class -> PotentialAction [sameAs] :: Class -> SameAs [url] :: Class -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Class.Class instance GHC.Read.Read Text.HTML5.MetaData.Schema.Class.Class instance GHC.Show.Show Text.HTML5.MetaData.Schema.Class.Class instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Class.Class module Text.HTML5.MetaData.Schema.ContactPoint -- | A contact point—for example, a Customer Complaints department. -- -- data ContactPoint ContactPoint :: AreaServed -> AvailableLanguage -> ContactOption -> ContactType -> Email -> FaxNumber -> HoursAvailable -> ProductSupported -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ContactPoint [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 [additionalType] :: ContactPoint -> AdditionalType [alternateName] :: ContactPoint -> AlternateName [description] :: ContactPoint -> Description [image] :: ContactPoint -> Image [mainEntityOfPage] :: ContactPoint -> MainEntityOfPage [name] :: ContactPoint -> Name [potentialAction] :: ContactPoint -> PotentialAction [sameAs] :: ContactPoint -> SameAs [url] :: ContactPoint -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ContactPoint.ContactPoint instance GHC.Read.Read Text.HTML5.MetaData.Schema.ContactPoint.ContactPoint instance GHC.Show.Show Text.HTML5.MetaData.Schema.ContactPoint.ContactPoint instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ContactPoint.ContactPoint module Text.HTML5.MetaData.Schema.ContactPointOption -- | Enumerated options related to a ContactPoint. -- -- data ContactPointOption ContactPointOption :: SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ContactPointOption [supersededBy] :: ContactPointOption -> SupersededBy [additionalType] :: ContactPointOption -> AdditionalType [alternateName] :: ContactPointOption -> AlternateName [description] :: ContactPointOption -> Description [image] :: ContactPointOption -> Image [mainEntityOfPage] :: ContactPointOption -> MainEntityOfPage [name] :: ContactPointOption -> Name [potentialAction] :: ContactPointOption -> PotentialAction [sameAs] :: ContactPointOption -> SameAs [url] :: ContactPointOption -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ContactPointOption.ContactPointOption instance GHC.Read.Read Text.HTML5.MetaData.Schema.ContactPointOption.ContactPointOption instance GHC.Show.Show Text.HTML5.MetaData.Schema.ContactPointOption.ContactPointOption instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ContactPointOption.ContactPointOption module Text.HTML5.MetaData.Schema.DataFeedItem -- | A single item within a larger data feed. -- -- data DataFeedItem DataFeedItem :: DateCreated -> DateDeleted -> DateModified -> Item -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DataFeedItem [dateCreated] :: DataFeedItem -> DateCreated [dateDeleted] :: DataFeedItem -> DateDeleted [dateModified] :: DataFeedItem -> DateModified [item] :: DataFeedItem -> Item [additionalType] :: DataFeedItem -> AdditionalType [alternateName] :: DataFeedItem -> AlternateName [description] :: DataFeedItem -> Description [image] :: DataFeedItem -> Image [mainEntityOfPage] :: DataFeedItem -> MainEntityOfPage [name] :: DataFeedItem -> Name [potentialAction] :: DataFeedItem -> PotentialAction [sameAs] :: DataFeedItem -> SameAs [url] :: DataFeedItem -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DataFeedItem.DataFeedItem instance GHC.Read.Read Text.HTML5.MetaData.Schema.DataFeedItem.DataFeedItem instance GHC.Show.Show Text.HTML5.MetaData.Schema.DataFeedItem.DataFeedItem instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DataFeedItem.DataFeedItem module Text.HTML5.MetaData.Schema.DayOfWeek -- | The day of the week, e.g. used to specify to which day the opening -- hours of an OpeningHoursSpecification refer. Commonly used values: -- http://purl.org/goodrelations/v1#Monday -- http://purl.org/goodrelations/v1#Tuesday -- http://purl.org/goodrelations/v1#Wednesday -- http://purl.org/goodrelations/v1#Thursday -- http://purl.org/goodrelations/v1#Friday -- http://purl.org/goodrelations/v1#Saturday -- http://purl.org/goodrelations/v1#Sunday -- http://purl.org/goodrelations/v1#PublicHolidays -- -- data DayOfWeek DayOfWeek :: SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DayOfWeek [supersededBy] :: DayOfWeek -> SupersededBy [additionalType] :: DayOfWeek -> AdditionalType [alternateName] :: DayOfWeek -> AlternateName [description] :: DayOfWeek -> Description [image] :: DayOfWeek -> Image [mainEntityOfPage] :: DayOfWeek -> MainEntityOfPage [name] :: DayOfWeek -> Name [potentialAction] :: DayOfWeek -> PotentialAction [sameAs] :: DayOfWeek -> SameAs [url] :: DayOfWeek -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DayOfWeek.DayOfWeek instance GHC.Read.Read Text.HTML5.MetaData.Schema.DayOfWeek.DayOfWeek instance GHC.Show.Show Text.HTML5.MetaData.Schema.DayOfWeek.DayOfWeek instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DayOfWeek.DayOfWeek module Text.HTML5.MetaData.Schema.Demand -- | A demand entity represents the public, not necessarily binding, not -- necessarily exclusive, announcement by an organization or person to -- seek a certain type of goods or services. For describing demand using -- this type, the very same properties used for Offer apply. -- -- data Demand Demand :: AcceptedPaymentMethod -> AdvanceBookingRequirement -> AreaServed -> Availability -> AvailabilityEnds -> AvailabilityStarts -> AvailableAtOrFrom -> AvailableDeliveryMethod -> BusinessFunction -> DeliveryLeadTime -> EligibleCustomerType -> EligibleDuration -> EligibleQuantity -> EligibleRegion -> EligibleTransactionVolume -> Gtin12 -> Gtin13 -> Gtin14 -> Gtin8 -> IncludesObject -> IneligibleRegion -> InventoryLevel -> ItemCondition -> ItemOffered -> Mpn -> PriceSpecification -> Seller -> SerialNumber -> Sku -> ValidFrom -> ValidThrough -> Warranty -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Demand [acceptedPaymentMethod] :: Demand -> AcceptedPaymentMethod [advanceBookingRequirement] :: Demand -> AdvanceBookingRequirement [areaServed] :: Demand -> AreaServed [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 [gtin12] :: Demand -> Gtin12 [gtin13] :: Demand -> Gtin13 [gtin14] :: Demand -> Gtin14 [gtin8] :: Demand -> Gtin8 [includesObject] :: Demand -> IncludesObject [ineligibleRegion] :: Demand -> IneligibleRegion [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 [additionalType] :: Demand -> AdditionalType [alternateName] :: Demand -> AlternateName [description] :: Demand -> Description [image] :: Demand -> Image [mainEntityOfPage] :: Demand -> MainEntityOfPage [name] :: Demand -> Name [potentialAction] :: Demand -> PotentialAction [sameAs] :: Demand -> SameAs [url] :: Demand -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Demand.Demand instance GHC.Read.Read Text.HTML5.MetaData.Schema.Demand.Demand instance GHC.Show.Show Text.HTML5.MetaData.Schema.Demand.Demand instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Demand.Demand module Text.HTML5.MetaData.Schema.DriveWheelConfigurationValue -- | A value indicating which roadwheels will receive torque. -- -- data DriveWheelConfigurationValue DriveWheelConfigurationValue :: AdditionalProperty -> Equal -> Greater -> GreaterOrEqual -> Lesser -> LesserOrEqual -> NonEqual -> ValueReference -> SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DriveWheelConfigurationValue [additionalProperty] :: DriveWheelConfigurationValue -> AdditionalProperty [equal] :: DriveWheelConfigurationValue -> Equal [greater] :: DriveWheelConfigurationValue -> Greater [greaterOrEqual] :: DriveWheelConfigurationValue -> GreaterOrEqual [lesser] :: DriveWheelConfigurationValue -> Lesser [lesserOrEqual] :: DriveWheelConfigurationValue -> LesserOrEqual [nonEqual] :: DriveWheelConfigurationValue -> NonEqual [valueReference] :: DriveWheelConfigurationValue -> ValueReference [supersededBy] :: DriveWheelConfigurationValue -> SupersededBy [additionalType] :: DriveWheelConfigurationValue -> AdditionalType [alternateName] :: DriveWheelConfigurationValue -> AlternateName [description] :: DriveWheelConfigurationValue -> Description [image] :: DriveWheelConfigurationValue -> Image [mainEntityOfPage] :: DriveWheelConfigurationValue -> MainEntityOfPage [name] :: DriveWheelConfigurationValue -> Name [potentialAction] :: DriveWheelConfigurationValue -> PotentialAction [sameAs] :: DriveWheelConfigurationValue -> SameAs [url] :: DriveWheelConfigurationValue -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DriveWheelConfigurationValue.DriveWheelConfigurationValue instance GHC.Read.Read Text.HTML5.MetaData.Schema.DriveWheelConfigurationValue.DriveWheelConfigurationValue instance GHC.Show.Show Text.HTML5.MetaData.Schema.DriveWheelConfigurationValue.DriveWheelConfigurationValue instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DriveWheelConfigurationValue.DriveWheelConfigurationValue module Text.HTML5.MetaData.Schema.EngineSpecification -- | Information about the engine of the vehicle. A vehicle can have -- multiple engines represented by multiple engine specification -- entities. -- -- data EngineSpecification EngineSpecification :: FuelType -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> EngineSpecification [fuelType] :: EngineSpecification -> FuelType [additionalType] :: EngineSpecification -> AdditionalType [alternateName] :: EngineSpecification -> AlternateName [description] :: EngineSpecification -> Description [image] :: EngineSpecification -> Image [mainEntityOfPage] :: EngineSpecification -> MainEntityOfPage [name] :: EngineSpecification -> Name [potentialAction] :: EngineSpecification -> PotentialAction [sameAs] :: EngineSpecification -> SameAs [url] :: EngineSpecification -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.EngineSpecification.EngineSpecification instance GHC.Read.Read Text.HTML5.MetaData.Schema.EngineSpecification.EngineSpecification instance GHC.Show.Show Text.HTML5.MetaData.Schema.EngineSpecification.EngineSpecification instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.EngineSpecification.EngineSpecification module Text.HTML5.MetaData.Schema.EntryPoint -- | An entry point, within some Web-based protocol. -- -- data EntryPoint EntryPoint :: ActionApplication -> ActionPlatform -> ContentType -> EncodingType -> HttpMethod -> UrlTemplate -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> EntryPoint [actionApplication] :: EntryPoint -> ActionApplication [actionPlatform] :: EntryPoint -> ActionPlatform [contentType] :: EntryPoint -> ContentType [encodingType] :: EntryPoint -> EncodingType [httpMethod] :: EntryPoint -> HttpMethod [urlTemplate] :: EntryPoint -> UrlTemplate [additionalType] :: EntryPoint -> AdditionalType [alternateName] :: EntryPoint -> AlternateName [description] :: EntryPoint -> Description [image] :: EntryPoint -> Image [mainEntityOfPage] :: EntryPoint -> MainEntityOfPage [name] :: EntryPoint -> Name [potentialAction] :: EntryPoint -> PotentialAction [sameAs] :: EntryPoint -> SameAs [url] :: EntryPoint -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.EntryPoint.EntryPoint instance GHC.Read.Read Text.HTML5.MetaData.Schema.EntryPoint.EntryPoint instance GHC.Show.Show Text.HTML5.MetaData.Schema.EntryPoint.EntryPoint instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.EntryPoint.EntryPoint module Text.HTML5.MetaData.Schema.EventStatusType -- | EventStatusType is an enumeration type whose instances represent -- several states that an Event may be in. -- -- data EventStatusType EventStatusType :: SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> EventStatusType [supersededBy] :: EventStatusType -> SupersededBy [additionalType] :: EventStatusType -> AdditionalType [alternateName] :: EventStatusType -> AlternateName [description] :: EventStatusType -> Description [image] :: EventStatusType -> Image [mainEntityOfPage] :: EventStatusType -> MainEntityOfPage [name] :: EventStatusType -> Name [potentialAction] :: EventStatusType -> PotentialAction [sameAs] :: EventStatusType -> SameAs [url] :: EventStatusType -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.EventStatusType.EventStatusType instance GHC.Read.Read Text.HTML5.MetaData.Schema.EventStatusType.EventStatusType instance GHC.Show.Show Text.HTML5.MetaData.Schema.EventStatusType.EventStatusType instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.EventStatusType.EventStatusType module Text.HTML5.MetaData.Schema.GamePlayMode -- | Indicates whether this game is multi-player, co-op or single-player. -- -- data GamePlayMode GamePlayMode :: SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> GamePlayMode [supersededBy] :: GamePlayMode -> SupersededBy [additionalType] :: GamePlayMode -> AdditionalType [alternateName] :: GamePlayMode -> AlternateName [description] :: GamePlayMode -> Description [image] :: GamePlayMode -> Image [mainEntityOfPage] :: GamePlayMode -> MainEntityOfPage [name] :: GamePlayMode -> Name [potentialAction] :: GamePlayMode -> PotentialAction [sameAs] :: GamePlayMode -> SameAs [url] :: GamePlayMode -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.GamePlayMode.GamePlayMode instance GHC.Read.Read Text.HTML5.MetaData.Schema.GamePlayMode.GamePlayMode instance GHC.Show.Show Text.HTML5.MetaData.Schema.GamePlayMode.GamePlayMode instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.GamePlayMode.GamePlayMode module Text.HTML5.MetaData.Schema.GameServer -- | Server that provides game interaction in a multiplayer game. -- -- data GameServer GameServer :: Game -> PlayersOnline -> ServerStatus -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> GameServer [game] :: GameServer -> Game [playersOnline] :: GameServer -> PlayersOnline [serverStatus] :: GameServer -> ServerStatus [additionalType] :: GameServer -> AdditionalType [alternateName] :: GameServer -> AlternateName [description] :: GameServer -> Description [image] :: GameServer -> Image [mainEntityOfPage] :: GameServer -> MainEntityOfPage [name] :: GameServer -> Name [potentialAction] :: GameServer -> PotentialAction [sameAs] :: GameServer -> SameAs [url] :: GameServer -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.GameServer.GameServer instance GHC.Read.Read Text.HTML5.MetaData.Schema.GameServer.GameServer instance GHC.Show.Show Text.HTML5.MetaData.Schema.GameServer.GameServer instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.GameServer.GameServer module Text.HTML5.MetaData.Schema.GameServerStatus -- | Status of a game server. -- -- data GameServerStatus GameServerStatus :: SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> GameServerStatus [supersededBy] :: GameServerStatus -> SupersededBy [additionalType] :: GameServerStatus -> AdditionalType [alternateName] :: GameServerStatus -> AlternateName [description] :: GameServerStatus -> Description [image] :: GameServerStatus -> Image [mainEntityOfPage] :: GameServerStatus -> MainEntityOfPage [name] :: GameServerStatus -> Name [potentialAction] :: GameServerStatus -> PotentialAction [sameAs] :: GameServerStatus -> SameAs [url] :: GameServerStatus -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.GameServerStatus.GameServerStatus instance GHC.Read.Read Text.HTML5.MetaData.Schema.GameServerStatus.GameServerStatus instance GHC.Show.Show Text.HTML5.MetaData.Schema.GameServerStatus.GameServerStatus instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.GameServerStatus.GameServerStatus module Text.HTML5.MetaData.Schema.GeoCoordinates -- | The geographic coordinates of a place or event. -- -- data GeoCoordinates GeoCoordinates :: Address -> AddressCountry -> Elevation -> Latitude -> Longitude -> PostalCode -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> GeoCoordinates [address] :: GeoCoordinates -> Address [addressCountry] :: GeoCoordinates -> AddressCountry [elevation] :: GeoCoordinates -> Elevation [latitude] :: GeoCoordinates -> Latitude [longitude] :: GeoCoordinates -> Longitude [postalCode] :: GeoCoordinates -> PostalCode [additionalType] :: GeoCoordinates -> AdditionalType [alternateName] :: GeoCoordinates -> AlternateName [description] :: GeoCoordinates -> Description [image] :: GeoCoordinates -> Image [mainEntityOfPage] :: GeoCoordinates -> MainEntityOfPage [name] :: GeoCoordinates -> Name [potentialAction] :: GeoCoordinates -> PotentialAction [sameAs] :: GeoCoordinates -> SameAs [url] :: GeoCoordinates -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.GeoCoordinates.GeoCoordinates instance GHC.Read.Read Text.HTML5.MetaData.Schema.GeoCoordinates.GeoCoordinates instance GHC.Show.Show Text.HTML5.MetaData.Schema.GeoCoordinates.GeoCoordinates instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.GeoCoordinates.GeoCoordinates module Text.HTML5.MetaData.Schema.InteractionCounter -- | A summary of how users have interacted with this CreativeWork. In most -- cases, authors will use a subtype to specify the specific type of -- interaction. -- -- data InteractionCounter InteractionCounter :: InteractionService -> InteractionType -> UserInteractionCount -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> InteractionCounter [interactionService] :: InteractionCounter -> InteractionService [interactionType] :: InteractionCounter -> InteractionType [userInteractionCount] :: InteractionCounter -> UserInteractionCount [additionalType] :: InteractionCounter -> AdditionalType [alternateName] :: InteractionCounter -> AlternateName [description] :: InteractionCounter -> Description [image] :: InteractionCounter -> Image [mainEntityOfPage] :: InteractionCounter -> MainEntityOfPage [name] :: InteractionCounter -> Name [potentialAction] :: InteractionCounter -> PotentialAction [sameAs] :: InteractionCounter -> SameAs [url] :: InteractionCounter -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.InteractionCounter.InteractionCounter instance GHC.Read.Read Text.HTML5.MetaData.Schema.InteractionCounter.InteractionCounter instance GHC.Show.Show Text.HTML5.MetaData.Schema.InteractionCounter.InteractionCounter instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.InteractionCounter.InteractionCounter module Text.HTML5.MetaData.Schema.Invoice -- | A statement of the money due for goods or services; a bill. -- -- data Invoice Invoice :: AccountId -> BillingPeriod -> Broker -> Category -> ConfirmationNumber -> Customer -> MinimumPaymentDue -> PaymentDueDate -> PaymentMethod -> PaymentMethodId -> PaymentStatus -> Provider -> ReferencesOrder -> ScheduledPaymentDate -> TotalPaymentDue -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Invoice [accountId] :: Invoice -> AccountId [billingPeriod] :: Invoice -> BillingPeriod [broker] :: Invoice -> Broker [category] :: Invoice -> Category [confirmationNumber] :: Invoice -> ConfirmationNumber [customer] :: Invoice -> Customer [minimumPaymentDue] :: Invoice -> MinimumPaymentDue [paymentDueDate] :: Invoice -> PaymentDueDate [paymentMethod] :: Invoice -> PaymentMethod [paymentMethodId] :: Invoice -> PaymentMethodId [paymentStatus] :: Invoice -> PaymentStatus [provider] :: Invoice -> Provider [referencesOrder] :: Invoice -> ReferencesOrder [scheduledPaymentDate] :: Invoice -> ScheduledPaymentDate [totalPaymentDue] :: Invoice -> TotalPaymentDue [additionalType] :: Invoice -> AdditionalType [alternateName] :: Invoice -> AlternateName [description] :: Invoice -> Description [image] :: Invoice -> Image [mainEntityOfPage] :: Invoice -> MainEntityOfPage [name] :: Invoice -> Name [potentialAction] :: Invoice -> PotentialAction [sameAs] :: Invoice -> SameAs [url] :: Invoice -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Invoice.Invoice instance GHC.Read.Read Text.HTML5.MetaData.Schema.Invoice.Invoice instance GHC.Show.Show Text.HTML5.MetaData.Schema.Invoice.Invoice instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Invoice.Invoice module Text.HTML5.MetaData.Schema.ItemAvailability -- | A list of possible product availability options. -- -- data ItemAvailability ItemAvailability :: SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ItemAvailability [supersededBy] :: ItemAvailability -> SupersededBy [additionalType] :: ItemAvailability -> AdditionalType [alternateName] :: ItemAvailability -> AlternateName [description] :: ItemAvailability -> Description [image] :: ItemAvailability -> Image [mainEntityOfPage] :: ItemAvailability -> MainEntityOfPage [name] :: ItemAvailability -> Name [potentialAction] :: ItemAvailability -> PotentialAction [sameAs] :: ItemAvailability -> SameAs [url] :: ItemAvailability -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ItemAvailability.ItemAvailability instance GHC.Read.Read Text.HTML5.MetaData.Schema.ItemAvailability.ItemAvailability instance GHC.Show.Show Text.HTML5.MetaData.Schema.ItemAvailability.ItemAvailability instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ItemAvailability.ItemAvailability module Text.HTML5.MetaData.Schema.ItemList -- | A list of items of any sort—for example, Top 10 Movies About -- Weathermen, or Top 100 Party Songs. Not to be confused with HTML -- lists, which are often used only for formatting. -- -- data ItemList ItemList :: ItemListElement -> ItemListOrder -> NumberOfItems -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ItemList [itemListElement] :: ItemList -> ItemListElement [itemListOrder] :: ItemList -> ItemListOrder [numberOfItems] :: ItemList -> NumberOfItems [additionalType] :: ItemList -> AdditionalType [alternateName] :: ItemList -> AlternateName [description] :: ItemList -> Description [image] :: ItemList -> Image [mainEntityOfPage] :: ItemList -> MainEntityOfPage [name] :: ItemList -> Name [potentialAction] :: ItemList -> PotentialAction [sameAs] :: ItemList -> SameAs [url] :: ItemList -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ItemList.ItemList instance GHC.Read.Read Text.HTML5.MetaData.Schema.ItemList.ItemList instance GHC.Show.Show Text.HTML5.MetaData.Schema.ItemList.ItemList instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ItemList.ItemList module Text.HTML5.MetaData.Schema.ItemListOrderType -- | Enumerated for values for itemListOrder for indicating how an ordered -- ItemList is organized. -- -- data ItemListOrderType ItemListOrderType :: SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ItemListOrderType [supersededBy] :: ItemListOrderType -> SupersededBy [additionalType] :: ItemListOrderType -> AdditionalType [alternateName] :: ItemListOrderType -> AlternateName [description] :: ItemListOrderType -> Description [image] :: ItemListOrderType -> Image [mainEntityOfPage] :: ItemListOrderType -> MainEntityOfPage [name] :: ItemListOrderType -> Name [potentialAction] :: ItemListOrderType -> PotentialAction [sameAs] :: ItemListOrderType -> SameAs [url] :: ItemListOrderType -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ItemListOrderType.ItemListOrderType instance GHC.Read.Read Text.HTML5.MetaData.Schema.ItemListOrderType.ItemListOrderType instance GHC.Show.Show Text.HTML5.MetaData.Schema.ItemListOrderType.ItemListOrderType instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ItemListOrderType.ItemListOrderType module Text.HTML5.MetaData.Schema.Language -- | Natural languages such as Spanish, Tamil, Hindi, English, etc. and -- programming languages such as Scheme and Lisp. -- -- data Language Language :: AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Language [additionalType] :: Language -> AdditionalType [alternateName] :: Language -> AlternateName [description] :: Language -> Description [image] :: Language -> Image [mainEntityOfPage] :: Language -> MainEntityOfPage [name] :: Language -> Name [potentialAction] :: Language -> PotentialAction [sameAs] :: Language -> SameAs [url] :: Language -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Language.Language instance GHC.Read.Read Text.HTML5.MetaData.Schema.Language.Language instance GHC.Show.Show Text.HTML5.MetaData.Schema.Language.Language instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Language.Language module Text.HTML5.MetaData.Schema.ListItem -- | An list item, e.g. a step in a checklist or how-to description. -- -- data ListItem ListItem :: Item -> NextItem -> Position -> PreviousItem -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ListItem [item] :: ListItem -> Item [nextItem] :: ListItem -> NextItem [position] :: ListItem -> Position [previousItem] :: ListItem -> PreviousItem [additionalType] :: ListItem -> AdditionalType [alternateName] :: ListItem -> AlternateName [description] :: ListItem -> Description [image] :: ListItem -> Image [mainEntityOfPage] :: ListItem -> MainEntityOfPage [name] :: ListItem -> Name [potentialAction] :: ListItem -> PotentialAction [sameAs] :: ListItem -> SameAs [url] :: ListItem -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ListItem.ListItem instance GHC.Read.Read Text.HTML5.MetaData.Schema.ListItem.ListItem instance GHC.Show.Show Text.HTML5.MetaData.Schema.ListItem.ListItem instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ListItem.ListItem module Text.HTML5.MetaData.Schema.MapCategoryType -- | An enumeration of several kinds of Map. -- -- data MapCategoryType MapCategoryType :: SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MapCategoryType [supersededBy] :: MapCategoryType -> SupersededBy [additionalType] :: MapCategoryType -> AdditionalType [alternateName] :: MapCategoryType -> AlternateName [description] :: MapCategoryType -> Description [image] :: MapCategoryType -> Image [mainEntityOfPage] :: MapCategoryType -> MainEntityOfPage [name] :: MapCategoryType -> Name [potentialAction] :: MapCategoryType -> PotentialAction [sameAs] :: MapCategoryType -> SameAs [url] :: MapCategoryType -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MapCategoryType.MapCategoryType instance GHC.Read.Read Text.HTML5.MetaData.Schema.MapCategoryType.MapCategoryType instance GHC.Show.Show Text.HTML5.MetaData.Schema.MapCategoryType.MapCategoryType instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MapCategoryType.MapCategoryType module Text.HTML5.MetaData.Schema.MusicAlbumProductionType -- | Classification of the album by it's type of content: soundtrack, live -- album, studio album, etc. -- -- data MusicAlbumProductionType MusicAlbumProductionType :: SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MusicAlbumProductionType [supersededBy] :: MusicAlbumProductionType -> SupersededBy [additionalType] :: MusicAlbumProductionType -> AdditionalType [alternateName] :: MusicAlbumProductionType -> AlternateName [description] :: MusicAlbumProductionType -> Description [image] :: MusicAlbumProductionType -> Image [mainEntityOfPage] :: MusicAlbumProductionType -> MainEntityOfPage [name] :: MusicAlbumProductionType -> Name [potentialAction] :: MusicAlbumProductionType -> PotentialAction [sameAs] :: MusicAlbumProductionType -> SameAs [url] :: MusicAlbumProductionType -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MusicAlbumProductionType.MusicAlbumProductionType instance GHC.Read.Read Text.HTML5.MetaData.Schema.MusicAlbumProductionType.MusicAlbumProductionType instance GHC.Show.Show Text.HTML5.MetaData.Schema.MusicAlbumProductionType.MusicAlbumProductionType instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MusicAlbumProductionType.MusicAlbumProductionType module Text.HTML5.MetaData.Schema.MusicAlbumReleaseType -- | The kind of release which this album is: single, EP or album. -- -- data MusicAlbumReleaseType MusicAlbumReleaseType :: SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MusicAlbumReleaseType [supersededBy] :: MusicAlbumReleaseType -> SupersededBy [additionalType] :: MusicAlbumReleaseType -> AdditionalType [alternateName] :: MusicAlbumReleaseType -> AlternateName [description] :: MusicAlbumReleaseType -> Description [image] :: MusicAlbumReleaseType -> Image [mainEntityOfPage] :: MusicAlbumReleaseType -> MainEntityOfPage [name] :: MusicAlbumReleaseType -> Name [potentialAction] :: MusicAlbumReleaseType -> PotentialAction [sameAs] :: MusicAlbumReleaseType -> SameAs [url] :: MusicAlbumReleaseType -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MusicAlbumReleaseType.MusicAlbumReleaseType instance GHC.Read.Read Text.HTML5.MetaData.Schema.MusicAlbumReleaseType.MusicAlbumReleaseType instance GHC.Show.Show Text.HTML5.MetaData.Schema.MusicAlbumReleaseType.MusicAlbumReleaseType instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MusicAlbumReleaseType.MusicAlbumReleaseType module Text.HTML5.MetaData.Schema.MusicReleaseFormatType -- | Format of this release (the type of recording media used, ie. compact -- disc, digital media, LP, etc.). -- -- data MusicReleaseFormatType MusicReleaseFormatType :: SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MusicReleaseFormatType [supersededBy] :: MusicReleaseFormatType -> SupersededBy [additionalType] :: MusicReleaseFormatType -> AdditionalType [alternateName] :: MusicReleaseFormatType -> AlternateName [description] :: MusicReleaseFormatType -> Description [image] :: MusicReleaseFormatType -> Image [mainEntityOfPage] :: MusicReleaseFormatType -> MainEntityOfPage [name] :: MusicReleaseFormatType -> Name [potentialAction] :: MusicReleaseFormatType -> PotentialAction [sameAs] :: MusicReleaseFormatType -> SameAs [url] :: MusicReleaseFormatType -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MusicReleaseFormatType.MusicReleaseFormatType instance GHC.Read.Read Text.HTML5.MetaData.Schema.MusicReleaseFormatType.MusicReleaseFormatType instance GHC.Show.Show Text.HTML5.MetaData.Schema.MusicReleaseFormatType.MusicReleaseFormatType instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MusicReleaseFormatType.MusicReleaseFormatType module Text.HTML5.MetaData.Schema.NutritionInformation -- | Nutritional information about the recipe. -- -- data NutritionInformation NutritionInformation :: Calories -> CarbohydrateContent -> CholesterolContent -> FatContent -> FiberContent -> ProteinContent -> SaturatedFatContent -> ServingSize -> SodiumContent -> SugarContent -> TransFatContent -> UnsaturatedFatContent -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> NutritionInformation [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 [additionalType] :: NutritionInformation -> AdditionalType [alternateName] :: NutritionInformation -> AlternateName [description] :: NutritionInformation -> Description [image] :: NutritionInformation -> Image [mainEntityOfPage] :: NutritionInformation -> MainEntityOfPage [name] :: NutritionInformation -> Name [potentialAction] :: NutritionInformation -> PotentialAction [sameAs] :: NutritionInformation -> SameAs [url] :: NutritionInformation -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.NutritionInformation.NutritionInformation instance GHC.Read.Read Text.HTML5.MetaData.Schema.NutritionInformation.NutritionInformation instance GHC.Show.Show Text.HTML5.MetaData.Schema.NutritionInformation.NutritionInformation instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.NutritionInformation.NutritionInformation module Text.HTML5.MetaData.Schema.OfferCatalog -- | An OfferCatalog is an ItemList that contains related Offers and/or -- further OfferCatalogs that are offeredBy the same provider. -- -- data OfferCatalog OfferCatalog :: ItemListElement -> ItemListOrder -> NumberOfItems -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> OfferCatalog [itemListElement] :: OfferCatalog -> ItemListElement [itemListOrder] :: OfferCatalog -> ItemListOrder [numberOfItems] :: OfferCatalog -> NumberOfItems [additionalType] :: OfferCatalog -> AdditionalType [alternateName] :: OfferCatalog -> AlternateName [description] :: OfferCatalog -> Description [image] :: OfferCatalog -> Image [mainEntityOfPage] :: OfferCatalog -> MainEntityOfPage [name] :: OfferCatalog -> Name [potentialAction] :: OfferCatalog -> PotentialAction [sameAs] :: OfferCatalog -> SameAs [url] :: OfferCatalog -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.OfferCatalog.OfferCatalog instance GHC.Read.Read Text.HTML5.MetaData.Schema.OfferCatalog.OfferCatalog instance GHC.Show.Show Text.HTML5.MetaData.Schema.OfferCatalog.OfferCatalog instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.OfferCatalog.OfferCatalog module Text.HTML5.MetaData.Schema.OfferItemCondition -- | A list of possible conditions for the item. -- -- data OfferItemCondition OfferItemCondition :: SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> OfferItemCondition [supersededBy] :: OfferItemCondition -> SupersededBy [additionalType] :: OfferItemCondition -> AdditionalType [alternateName] :: OfferItemCondition -> AlternateName [description] :: OfferItemCondition -> Description [image] :: OfferItemCondition -> Image [mainEntityOfPage] :: OfferItemCondition -> MainEntityOfPage [name] :: OfferItemCondition -> Name [potentialAction] :: OfferItemCondition -> PotentialAction [sameAs] :: OfferItemCondition -> SameAs [url] :: OfferItemCondition -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.OfferItemCondition.OfferItemCondition instance GHC.Read.Read Text.HTML5.MetaData.Schema.OfferItemCondition.OfferItemCondition instance GHC.Show.Show Text.HTML5.MetaData.Schema.OfferItemCondition.OfferItemCondition instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.OfferItemCondition.OfferItemCondition module Text.HTML5.MetaData.Schema.OpeningHoursSpecification -- | A structured value providing information about the opening hours of a -- place or a certain service inside a place. -- -- data OpeningHoursSpecification OpeningHoursSpecification :: Closes -> DayOfWeek -> Opens -> ValidFrom -> ValidThrough -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> OpeningHoursSpecification [closes] :: OpeningHoursSpecification -> Closes [dayOfWeek] :: OpeningHoursSpecification -> DayOfWeek [opens] :: OpeningHoursSpecification -> Opens [validFrom] :: OpeningHoursSpecification -> ValidFrom [validThrough] :: OpeningHoursSpecification -> ValidThrough [additionalType] :: OpeningHoursSpecification -> AdditionalType [alternateName] :: OpeningHoursSpecification -> AlternateName [description] :: OpeningHoursSpecification -> Description [image] :: OpeningHoursSpecification -> Image [mainEntityOfPage] :: OpeningHoursSpecification -> MainEntityOfPage [name] :: OpeningHoursSpecification -> Name [potentialAction] :: OpeningHoursSpecification -> PotentialAction [sameAs] :: OpeningHoursSpecification -> SameAs [url] :: OpeningHoursSpecification -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.OpeningHoursSpecification.OpeningHoursSpecification instance GHC.Read.Read Text.HTML5.MetaData.Schema.OpeningHoursSpecification.OpeningHoursSpecification instance GHC.Show.Show Text.HTML5.MetaData.Schema.OpeningHoursSpecification.OpeningHoursSpecification instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.OpeningHoursSpecification.OpeningHoursSpecification module Text.HTML5.MetaData.Schema.Order -- | An order is a confirmation of a transaction (a receipt), which can -- contain multiple line items, each represented by an Offer that has -- been accepted by the customer. -- -- data Order Order :: AcceptedOffer -> BillingAddress -> Broker -> ConfirmationNumber -> Customer -> Discount -> DiscountCode -> DiscountCurrency -> IsGift -> OrderDate -> OrderDelivery -> OrderNumber -> OrderStatus -> OrderedItem -> PartOfInvoice -> PaymentDueDate -> PaymentMethod -> PaymentMethodId -> PaymentUrl -> Seller -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Order [acceptedOffer] :: Order -> AcceptedOffer [billingAddress] :: Order -> BillingAddress [broker] :: Order -> Broker [confirmationNumber] :: Order -> ConfirmationNumber [customer] :: Order -> Customer [discount] :: Order -> Discount [discountCode] :: Order -> DiscountCode [discountCurrency] :: Order -> DiscountCurrency [isGift] :: Order -> IsGift [orderDate] :: Order -> OrderDate [orderDelivery] :: Order -> OrderDelivery [orderNumber] :: Order -> OrderNumber [orderStatus] :: Order -> OrderStatus [orderedItem] :: Order -> OrderedItem [partOfInvoice] :: Order -> PartOfInvoice [paymentDueDate] :: Order -> PaymentDueDate [paymentMethod] :: Order -> PaymentMethod [paymentMethodId] :: Order -> PaymentMethodId [paymentUrl] :: Order -> PaymentUrl [seller] :: Order -> Seller [additionalType] :: Order -> AdditionalType [alternateName] :: Order -> AlternateName [description] :: Order -> Description [image] :: Order -> Image [mainEntityOfPage] :: Order -> MainEntityOfPage [name] :: Order -> Name [potentialAction] :: Order -> PotentialAction [sameAs] :: Order -> SameAs [url] :: Order -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Order.Order instance GHC.Read.Read Text.HTML5.MetaData.Schema.Order.Order instance GHC.Show.Show Text.HTML5.MetaData.Schema.Order.Order instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Order.Order module Text.HTML5.MetaData.Schema.OrderItem -- | An order item is a line of an order. It includes the quantity and -- shipping details of a bought offer. -- -- data OrderItem OrderItem :: OrderDelivery -> OrderItemNumber -> OrderItemStatus -> OrderQuantity -> OrderedItem -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> OrderItem [orderDelivery] :: OrderItem -> OrderDelivery [orderItemNumber] :: OrderItem -> OrderItemNumber [orderItemStatus] :: OrderItem -> OrderItemStatus [orderQuantity] :: OrderItem -> OrderQuantity [orderedItem] :: OrderItem -> OrderedItem [additionalType] :: OrderItem -> AdditionalType [alternateName] :: OrderItem -> AlternateName [description] :: OrderItem -> Description [image] :: OrderItem -> Image [mainEntityOfPage] :: OrderItem -> MainEntityOfPage [name] :: OrderItem -> Name [potentialAction] :: OrderItem -> PotentialAction [sameAs] :: OrderItem -> SameAs [url] :: OrderItem -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.OrderItem.OrderItem instance GHC.Read.Read Text.HTML5.MetaData.Schema.OrderItem.OrderItem instance GHC.Show.Show Text.HTML5.MetaData.Schema.OrderItem.OrderItem instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.OrderItem.OrderItem module Text.HTML5.MetaData.Schema.OrderStatus -- | Enumerated status values for Order. -- -- data OrderStatus OrderStatus :: SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> OrderStatus [supersededBy] :: OrderStatus -> SupersededBy [additionalType] :: OrderStatus -> AdditionalType [alternateName] :: OrderStatus -> AlternateName [description] :: OrderStatus -> Description [image] :: OrderStatus -> Image [mainEntityOfPage] :: OrderStatus -> MainEntityOfPage [name] :: OrderStatus -> Name [potentialAction] :: OrderStatus -> PotentialAction [sameAs] :: OrderStatus -> SameAs [url] :: OrderStatus -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.OrderStatus.OrderStatus instance GHC.Read.Read Text.HTML5.MetaData.Schema.OrderStatus.OrderStatus instance GHC.Show.Show Text.HTML5.MetaData.Schema.OrderStatus.OrderStatus instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.OrderStatus.OrderStatus module Text.HTML5.MetaData.Schema.OwnershipInfo -- | A structured value providing information about when a certain -- organization or person owned a certain product. -- -- data OwnershipInfo OwnershipInfo :: AcquiredFrom -> OwnedFrom -> OwnedThrough -> TypeOfGood -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> OwnershipInfo [acquiredFrom] :: OwnershipInfo -> AcquiredFrom [ownedFrom] :: OwnershipInfo -> OwnedFrom [ownedThrough] :: OwnershipInfo -> OwnedThrough [typeOfGood] :: OwnershipInfo -> TypeOfGood [additionalType] :: OwnershipInfo -> AdditionalType [alternateName] :: OwnershipInfo -> AlternateName [description] :: OwnershipInfo -> Description [image] :: OwnershipInfo -> Image [mainEntityOfPage] :: OwnershipInfo -> MainEntityOfPage [name] :: OwnershipInfo -> Name [potentialAction] :: OwnershipInfo -> PotentialAction [sameAs] :: OwnershipInfo -> SameAs [url] :: OwnershipInfo -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.OwnershipInfo.OwnershipInfo instance GHC.Read.Read Text.HTML5.MetaData.Schema.OwnershipInfo.OwnershipInfo instance GHC.Show.Show Text.HTML5.MetaData.Schema.OwnershipInfo.OwnershipInfo instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.OwnershipInfo.OwnershipInfo module Text.HTML5.MetaData.Schema.ParcelDelivery -- | The delivery of a parcel either via the postal service or a commercial -- service. -- -- data ParcelDelivery ParcelDelivery :: DeliveryAddress -> DeliveryStatus -> ExpectedArrivalFrom -> ExpectedArrivalUntil -> HasDeliveryMethod -> ItemShipped -> OriginAddress -> PartOfOrder -> Provider -> TrackingNumber -> TrackingUrl -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ParcelDelivery [deliveryAddress] :: ParcelDelivery -> DeliveryAddress [deliveryStatus] :: ParcelDelivery -> DeliveryStatus [expectedArrivalFrom] :: ParcelDelivery -> ExpectedArrivalFrom [expectedArrivalUntil] :: ParcelDelivery -> ExpectedArrivalUntil [hasDeliveryMethod] :: ParcelDelivery -> HasDeliveryMethod [itemShipped] :: ParcelDelivery -> ItemShipped [originAddress] :: ParcelDelivery -> OriginAddress [partOfOrder] :: ParcelDelivery -> PartOfOrder [provider] :: ParcelDelivery -> Provider [trackingNumber] :: ParcelDelivery -> TrackingNumber [trackingUrl] :: ParcelDelivery -> TrackingUrl [additionalType] :: ParcelDelivery -> AdditionalType [alternateName] :: ParcelDelivery -> AlternateName [description] :: ParcelDelivery -> Description [image] :: ParcelDelivery -> Image [mainEntityOfPage] :: ParcelDelivery -> MainEntityOfPage [name] :: ParcelDelivery -> Name [potentialAction] :: ParcelDelivery -> PotentialAction [sameAs] :: ParcelDelivery -> SameAs [url] :: ParcelDelivery -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ParcelDelivery.ParcelDelivery instance GHC.Read.Read Text.HTML5.MetaData.Schema.ParcelDelivery.ParcelDelivery instance GHC.Show.Show Text.HTML5.MetaData.Schema.ParcelDelivery.ParcelDelivery instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ParcelDelivery.ParcelDelivery module Text.HTML5.MetaData.Schema.PaymentStatusType -- | A specific payment status. For example, PaymentDue, PaymentComplete, -- etc. -- -- data PaymentStatusType PaymentStatusType :: SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PaymentStatusType [supersededBy] :: PaymentStatusType -> SupersededBy [additionalType] :: PaymentStatusType -> AdditionalType [alternateName] :: PaymentStatusType -> AlternateName [description] :: PaymentStatusType -> Description [image] :: PaymentStatusType -> Image [mainEntityOfPage] :: PaymentStatusType -> MainEntityOfPage [name] :: PaymentStatusType -> Name [potentialAction] :: PaymentStatusType -> PotentialAction [sameAs] :: PaymentStatusType -> SameAs [url] :: PaymentStatusType -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PaymentStatusType.PaymentStatusType instance GHC.Read.Read Text.HTML5.MetaData.Schema.PaymentStatusType.PaymentStatusType instance GHC.Show.Show Text.HTML5.MetaData.Schema.PaymentStatusType.PaymentStatusType instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PaymentStatusType.PaymentStatusType module Text.HTML5.MetaData.Schema.PostalAddress -- | The mailing address. -- -- data PostalAddress PostalAddress :: AddressCountry -> AddressLocality -> AddressRegion -> PostOfficeBoxNumber -> PostalCode -> StreetAddress -> AreaServed -> AvailableLanguage -> ContactOption -> ContactType -> Email -> FaxNumber -> HoursAvailable -> ProductSupported -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PostalAddress [addressCountry] :: PostalAddress -> AddressCountry [addressLocality] :: PostalAddress -> AddressLocality [addressRegion] :: PostalAddress -> AddressRegion [postOfficeBoxNumber] :: PostalAddress -> PostOfficeBoxNumber [postalCode] :: PostalAddress -> PostalCode [streetAddress] :: PostalAddress -> StreetAddress [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 [additionalType] :: PostalAddress -> AdditionalType [alternateName] :: PostalAddress -> AlternateName [description] :: PostalAddress -> Description [image] :: PostalAddress -> Image [mainEntityOfPage] :: PostalAddress -> MainEntityOfPage [name] :: PostalAddress -> Name [potentialAction] :: PostalAddress -> PotentialAction [sameAs] :: PostalAddress -> SameAs [url] :: PostalAddress -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PostalAddress.PostalAddress instance GHC.Read.Read Text.HTML5.MetaData.Schema.PostalAddress.PostalAddress instance GHC.Show.Show Text.HTML5.MetaData.Schema.PostalAddress.PostalAddress instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PostalAddress.PostalAddress module Text.HTML5.MetaData.Schema.ProgramMembership -- | Used to describe membership in a loyalty programs (e.g. -- "StarAliance"), traveler clubs (e.g. "AAA"), purchase clubs ("Safeway -- Club"), etc. -- -- data ProgramMembership ProgramMembership :: HostingOrganization -> Member -> MembershipNumber -> ProgramName -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ProgramMembership [hostingOrganization] :: ProgramMembership -> HostingOrganization [member] :: ProgramMembership -> Member [membershipNumber] :: ProgramMembership -> MembershipNumber [programName] :: ProgramMembership -> ProgramName [additionalType] :: ProgramMembership -> AdditionalType [alternateName] :: ProgramMembership -> AlternateName [description] :: ProgramMembership -> Description [image] :: ProgramMembership -> Image [mainEntityOfPage] :: ProgramMembership -> MainEntityOfPage [name] :: ProgramMembership -> Name [potentialAction] :: ProgramMembership -> PotentialAction [sameAs] :: ProgramMembership -> SameAs [url] :: ProgramMembership -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ProgramMembership.ProgramMembership instance GHC.Read.Read Text.HTML5.MetaData.Schema.ProgramMembership.ProgramMembership instance GHC.Show.Show Text.HTML5.MetaData.Schema.ProgramMembership.ProgramMembership instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ProgramMembership.ProgramMembership module Text.HTML5.MetaData.Schema.Property -- | A property, used to indicate attributes and relationships of some -- Thing; equivalent to rdf:Property. -- -- data Property Property :: DomainIncludes -> InverseOf -> RangeIncludes -> SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Property [domainIncludes] :: Property -> DomainIncludes [inverseOf] :: Property -> InverseOf [rangeIncludes] :: Property -> RangeIncludes [supersededBy] :: Property -> SupersededBy [additionalType] :: Property -> AdditionalType [alternateName] :: Property -> AlternateName [description] :: Property -> Description [image] :: Property -> Image [mainEntityOfPage] :: Property -> MainEntityOfPage [name] :: Property -> Name [potentialAction] :: Property -> PotentialAction [sameAs] :: Property -> SameAs [url] :: Property -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Property.Property instance GHC.Read.Read Text.HTML5.MetaData.Schema.Property.Property instance GHC.Show.Show Text.HTML5.MetaData.Schema.Property.Property instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Property.Property module Text.HTML5.MetaData.Schema.PropertyValue -- | A property-value pair, e.g. representing a feature of a product or -- place. Use the name property for the name of the property. If -- there is an additional human-readable version of the value, put that -- into the description property. Always use specific schema.org -- properties when a) they exist and b) you can populate them. Using -- PropertyValue as a substitute will typically not trigger the same -- effect as using the original, specific property. -- -- data PropertyValue PropertyValue :: MaxValue -> MinValue -> PropertyID -> UnitCode -> UnitText -> Value -> ValueReference -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PropertyValue [maxValue] :: PropertyValue -> MaxValue [minValue] :: PropertyValue -> MinValue [propertyID] :: PropertyValue -> PropertyID [unitCode] :: PropertyValue -> UnitCode [unitText] :: PropertyValue -> UnitText [value] :: PropertyValue -> Value [valueReference] :: PropertyValue -> ValueReference [additionalType] :: PropertyValue -> AdditionalType [alternateName] :: PropertyValue -> AlternateName [description] :: PropertyValue -> Description [image] :: PropertyValue -> Image [mainEntityOfPage] :: PropertyValue -> MainEntityOfPage [name] :: PropertyValue -> Name [potentialAction] :: PropertyValue -> PotentialAction [sameAs] :: PropertyValue -> SameAs [url] :: PropertyValue -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PropertyValue.PropertyValue instance GHC.Read.Read Text.HTML5.MetaData.Schema.PropertyValue.PropertyValue instance GHC.Show.Show Text.HTML5.MetaData.Schema.PropertyValue.PropertyValue instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PropertyValue.PropertyValue module Text.HTML5.MetaData.Schema.QuantitativeValue -- | A point value or interval for product characteristics and other -- purposes. -- -- data QuantitativeValue QuantitativeValue :: AdditionalProperty -> MaxValue -> MinValue -> UnitCode -> UnitText -> Value -> ValueReference -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> QuantitativeValue [additionalProperty] :: QuantitativeValue -> AdditionalProperty [maxValue] :: QuantitativeValue -> MaxValue [minValue] :: QuantitativeValue -> MinValue [unitCode] :: QuantitativeValue -> UnitCode [unitText] :: QuantitativeValue -> UnitText [value] :: QuantitativeValue -> Value [valueReference] :: QuantitativeValue -> ValueReference [additionalType] :: QuantitativeValue -> AdditionalType [alternateName] :: QuantitativeValue -> AlternateName [description] :: QuantitativeValue -> Description [image] :: QuantitativeValue -> Image [mainEntityOfPage] :: QuantitativeValue -> MainEntityOfPage [name] :: QuantitativeValue -> Name [potentialAction] :: QuantitativeValue -> PotentialAction [sameAs] :: QuantitativeValue -> SameAs [url] :: QuantitativeValue -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.QuantitativeValue.QuantitativeValue instance GHC.Read.Read Text.HTML5.MetaData.Schema.QuantitativeValue.QuantitativeValue instance GHC.Show.Show Text.HTML5.MetaData.Schema.QuantitativeValue.QuantitativeValue instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.QuantitativeValue.QuantitativeValue module Text.HTML5.MetaData.Schema.Rating -- | A rating is an evaluation on a numeric scale, such as 1 to 5 stars. -- -- data Rating Rating :: BestRating -> RatingValue -> WorstRating -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Rating [bestRating] :: Rating -> BestRating [ratingValue] :: Rating -> RatingValue [worstRating] :: Rating -> WorstRating [additionalType] :: Rating -> AdditionalType [alternateName] :: Rating -> AlternateName [description] :: Rating -> Description [image] :: Rating -> Image [mainEntityOfPage] :: Rating -> MainEntityOfPage [name] :: Rating -> Name [potentialAction] :: Rating -> PotentialAction [sameAs] :: Rating -> SameAs [url] :: Rating -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Rating.Rating instance GHC.Read.Read Text.HTML5.MetaData.Schema.Rating.Rating instance GHC.Show.Show Text.HTML5.MetaData.Schema.Rating.Rating instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Rating.Rating module Text.HTML5.MetaData.Schema.ReservationStatusType -- | Enumerated status values for Reservation. -- -- data ReservationStatusType ReservationStatusType :: SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ReservationStatusType [supersededBy] :: ReservationStatusType -> SupersededBy [additionalType] :: ReservationStatusType -> AdditionalType [alternateName] :: ReservationStatusType -> AlternateName [description] :: ReservationStatusType -> Description [image] :: ReservationStatusType -> Image [mainEntityOfPage] :: ReservationStatusType -> MainEntityOfPage [name] :: ReservationStatusType -> Name [potentialAction] :: ReservationStatusType -> PotentialAction [sameAs] :: ReservationStatusType -> SameAs [url] :: ReservationStatusType -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ReservationStatusType.ReservationStatusType instance GHC.Read.Read Text.HTML5.MetaData.Schema.ReservationStatusType.ReservationStatusType instance GHC.Show.Show Text.HTML5.MetaData.Schema.ReservationStatusType.ReservationStatusType instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ReservationStatusType.ReservationStatusType module Text.HTML5.MetaData.Schema.RsvpResponseType -- | RsvpResponseType is an enumeration type whose instances represent -- responding to an RSVP request. -- -- data RsvpResponseType RsvpResponseType :: SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> RsvpResponseType [supersededBy] :: RsvpResponseType -> SupersededBy [additionalType] :: RsvpResponseType -> AdditionalType [alternateName] :: RsvpResponseType -> AlternateName [description] :: RsvpResponseType -> Description [image] :: RsvpResponseType -> Image [mainEntityOfPage] :: RsvpResponseType -> MainEntityOfPage [name] :: RsvpResponseType -> Name [potentialAction] :: RsvpResponseType -> PotentialAction [sameAs] :: RsvpResponseType -> SameAs [url] :: RsvpResponseType -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.RsvpResponseType.RsvpResponseType instance GHC.Read.Read Text.HTML5.MetaData.Schema.RsvpResponseType.RsvpResponseType instance GHC.Show.Show Text.HTML5.MetaData.Schema.RsvpResponseType.RsvpResponseType instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.RsvpResponseType.RsvpResponseType module Text.HTML5.MetaData.Schema.Seat -- | Used to describe a seat, such as a reserved seat in an event -- reservation. -- -- data Seat Seat :: SeatNumber -> SeatRow -> SeatSection -> SeatingType -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Seat [seatNumber] :: Seat -> SeatNumber [seatRow] :: Seat -> SeatRow [seatSection] :: Seat -> SeatSection [seatingType] :: Seat -> SeatingType [additionalType] :: Seat -> AdditionalType [alternateName] :: Seat -> AlternateName [description] :: Seat -> Description [image] :: Seat -> Image [mainEntityOfPage] :: Seat -> MainEntityOfPage [name] :: Seat -> Name [potentialAction] :: Seat -> PotentialAction [sameAs] :: Seat -> SameAs [url] :: Seat -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Seat.Seat instance GHC.Read.Read Text.HTML5.MetaData.Schema.Seat.Seat instance GHC.Show.Show Text.HTML5.MetaData.Schema.Seat.Seat instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Seat.Seat module Text.HTML5.MetaData.Schema.ServiceChannel -- | A means for accessing a service, e.g. a government office location, -- web site, or phone number. -- -- data ServiceChannel ServiceChannel :: AvailableLanguage -> ProcessingTime -> ProvidesService -> ServiceLocation -> ServicePhone -> ServicePostalAddress -> ServiceSmsNumber -> ServiceUrl -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ServiceChannel [availableLanguage] :: ServiceChannel -> AvailableLanguage [processingTime] :: ServiceChannel -> ProcessingTime [providesService] :: ServiceChannel -> ProvidesService [serviceLocation] :: ServiceChannel -> ServiceLocation [servicePhone] :: ServiceChannel -> ServicePhone [servicePostalAddress] :: ServiceChannel -> ServicePostalAddress [serviceSmsNumber] :: ServiceChannel -> ServiceSmsNumber [serviceUrl] :: ServiceChannel -> ServiceUrl [additionalType] :: ServiceChannel -> AdditionalType [alternateName] :: ServiceChannel -> AlternateName [description] :: ServiceChannel -> Description [image] :: ServiceChannel -> Image [mainEntityOfPage] :: ServiceChannel -> MainEntityOfPage [name] :: ServiceChannel -> Name [potentialAction] :: ServiceChannel -> PotentialAction [sameAs] :: ServiceChannel -> SameAs [url] :: ServiceChannel -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ServiceChannel.ServiceChannel instance GHC.Read.Read Text.HTML5.MetaData.Schema.ServiceChannel.ServiceChannel instance GHC.Show.Show Text.HTML5.MetaData.Schema.ServiceChannel.ServiceChannel instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ServiceChannel.ServiceChannel module Text.HTML5.MetaData.Schema.Specialty -- | Any branch of a field in which people typically develop specific -- expertise, usually after significant study, time, and effort. -- -- data Specialty Specialty :: SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Specialty [supersededBy] :: Specialty -> SupersededBy [additionalType] :: Specialty -> AdditionalType [alternateName] :: Specialty -> AlternateName [description] :: Specialty -> Description [image] :: Specialty -> Image [mainEntityOfPage] :: Specialty -> MainEntityOfPage [name] :: Specialty -> Name [potentialAction] :: Specialty -> PotentialAction [sameAs] :: Specialty -> SameAs [url] :: Specialty -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Specialty.Specialty instance GHC.Read.Read Text.HTML5.MetaData.Schema.Specialty.Specialty instance GHC.Show.Show Text.HTML5.MetaData.Schema.Specialty.Specialty instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Specialty.Specialty module Text.HTML5.MetaData.Schema.SteeringPositionValue -- | A value indicating a steering position. -- -- data SteeringPositionValue SteeringPositionValue :: AdditionalProperty -> Equal -> Greater -> GreaterOrEqual -> Lesser -> LesserOrEqual -> NonEqual -> ValueReference -> SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> SteeringPositionValue [additionalProperty] :: SteeringPositionValue -> AdditionalProperty [equal] :: SteeringPositionValue -> Equal [greater] :: SteeringPositionValue -> Greater [greaterOrEqual] :: SteeringPositionValue -> GreaterOrEqual [lesser] :: SteeringPositionValue -> Lesser [lesserOrEqual] :: SteeringPositionValue -> LesserOrEqual [nonEqual] :: SteeringPositionValue -> NonEqual [valueReference] :: SteeringPositionValue -> ValueReference [supersededBy] :: SteeringPositionValue -> SupersededBy [additionalType] :: SteeringPositionValue -> AdditionalType [alternateName] :: SteeringPositionValue -> AlternateName [description] :: SteeringPositionValue -> Description [image] :: SteeringPositionValue -> Image [mainEntityOfPage] :: SteeringPositionValue -> MainEntityOfPage [name] :: SteeringPositionValue -> Name [potentialAction] :: SteeringPositionValue -> PotentialAction [sameAs] :: SteeringPositionValue -> SameAs [url] :: SteeringPositionValue -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.SteeringPositionValue.SteeringPositionValue instance GHC.Read.Read Text.HTML5.MetaData.Schema.SteeringPositionValue.SteeringPositionValue instance GHC.Show.Show Text.HTML5.MetaData.Schema.SteeringPositionValue.SteeringPositionValue instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.SteeringPositionValue.SteeringPositionValue module Text.HTML5.MetaData.Schema.Thing -- | The most generic type of item. -- -- data Thing Thing :: AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Thing [additionalType] :: Thing -> AdditionalType [alternateName] :: Thing -> AlternateName [description] :: Thing -> Description [image] :: Thing -> Image [mainEntityOfPage] :: Thing -> MainEntityOfPage [name] :: Thing -> Name [potentialAction] :: Thing -> PotentialAction [sameAs] :: Thing -> SameAs [url] :: Thing -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Thing.Thing instance GHC.Read.Read Text.HTML5.MetaData.Schema.Thing.Thing instance GHC.Show.Show Text.HTML5.MetaData.Schema.Thing.Thing instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Thing.Thing module Text.HTML5.MetaData.Schema.Ticket -- | Used to describe a ticket to an event, a flight, a bus ride, etc. -- -- data Ticket Ticket :: DateIssued -> IssuedBy -> PriceCurrency -> TicketNumber -> TicketToken -> TicketedSeat -> TotalPrice -> UnderName -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Ticket [dateIssued] :: Ticket -> DateIssued [issuedBy] :: Ticket -> IssuedBy [priceCurrency] :: Ticket -> PriceCurrency [ticketNumber] :: Ticket -> TicketNumber [ticketToken] :: Ticket -> TicketToken [ticketedSeat] :: Ticket -> TicketedSeat [totalPrice] :: Ticket -> TotalPrice [underName] :: Ticket -> UnderName [additionalType] :: Ticket -> AdditionalType [alternateName] :: Ticket -> AlternateName [description] :: Ticket -> Description [image] :: Ticket -> Image [mainEntityOfPage] :: Ticket -> MainEntityOfPage [name] :: Ticket -> Name [potentialAction] :: Ticket -> PotentialAction [sameAs] :: Ticket -> SameAs [url] :: Ticket -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Ticket.Ticket instance GHC.Read.Read Text.HTML5.MetaData.Schema.Ticket.Ticket instance GHC.Show.Show Text.HTML5.MetaData.Schema.Ticket.Ticket instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Ticket.Ticket module Text.HTML5.MetaData.Schema.TypeAndQuantityNode -- | A structured value indicating the quantity, unit of measurement, and -- business function of goods included in a bundle offer. -- -- data TypeAndQuantityNode TypeAndQuantityNode :: AmountOfThisGood -> BusinessFunction -> TypeOfGood -> UnitCode -> UnitText -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> TypeAndQuantityNode [amountOfThisGood] :: TypeAndQuantityNode -> AmountOfThisGood [businessFunction] :: TypeAndQuantityNode -> BusinessFunction [typeOfGood] :: TypeAndQuantityNode -> TypeOfGood [unitCode] :: TypeAndQuantityNode -> UnitCode [unitText] :: TypeAndQuantityNode -> UnitText [additionalType] :: TypeAndQuantityNode -> AdditionalType [alternateName] :: TypeAndQuantityNode -> AlternateName [description] :: TypeAndQuantityNode -> Description [image] :: TypeAndQuantityNode -> Image [mainEntityOfPage] :: TypeAndQuantityNode -> MainEntityOfPage [name] :: TypeAndQuantityNode -> Name [potentialAction] :: TypeAndQuantityNode -> PotentialAction [sameAs] :: TypeAndQuantityNode -> SameAs [url] :: TypeAndQuantityNode -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.TypeAndQuantityNode.TypeAndQuantityNode instance GHC.Read.Read Text.HTML5.MetaData.Schema.TypeAndQuantityNode.TypeAndQuantityNode instance GHC.Show.Show Text.HTML5.MetaData.Schema.TypeAndQuantityNode.TypeAndQuantityNode instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.TypeAndQuantityNode.TypeAndQuantityNode module Text.HTML5.MetaData.Schema.WarrantyPromise -- | A structured value representing the duration and scope of services -- that will be provided to a customer free of charge in case of a defect -- or malfunction of a product. -- -- data WarrantyPromise WarrantyPromise :: DurationOfWarranty -> WarrantyScope -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> WarrantyPromise [durationOfWarranty] :: WarrantyPromise -> DurationOfWarranty [warrantyScope] :: WarrantyPromise -> WarrantyScope [additionalType] :: WarrantyPromise -> AdditionalType [alternateName] :: WarrantyPromise -> AlternateName [description] :: WarrantyPromise -> Description [image] :: WarrantyPromise -> Image [mainEntityOfPage] :: WarrantyPromise -> MainEntityOfPage [name] :: WarrantyPromise -> Name [potentialAction] :: WarrantyPromise -> PotentialAction [sameAs] :: WarrantyPromise -> SameAs [url] :: WarrantyPromise -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.WarrantyPromise.WarrantyPromise instance GHC.Read.Read Text.HTML5.MetaData.Schema.WarrantyPromise.WarrantyPromise instance GHC.Show.Show Text.HTML5.MetaData.Schema.WarrantyPromise.WarrantyPromise instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.WarrantyPromise.WarrantyPromise module Text.HTML5.MetaData.Schema.WarrantyScope -- | A range of of services that will be provided to a customer free of -- charge in case of a defect or malfunction of a product. Commonly used -- values: http://purl.org/goodrelations/v1#Labor-BringIn -- http://purl.org/goodrelations/v1#PartsAndLabor-BringIn -- http://purl.org/goodrelations/v1#PartsAndLabor-PickUp -- -- data WarrantyScope WarrantyScope :: SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> WarrantyScope [supersededBy] :: WarrantyScope -> SupersededBy [additionalType] :: WarrantyScope -> AdditionalType [alternateName] :: WarrantyScope -> AlternateName [description] :: WarrantyScope -> Description [image] :: WarrantyScope -> Image [mainEntityOfPage] :: WarrantyScope -> MainEntityOfPage [name] :: WarrantyScope -> Name [potentialAction] :: WarrantyScope -> PotentialAction [sameAs] :: WarrantyScope -> SameAs [url] :: WarrantyScope -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.WarrantyScope.WarrantyScope instance GHC.Read.Read Text.HTML5.MetaData.Schema.WarrantyScope.WarrantyScope instance GHC.Show.Show Text.HTML5.MetaData.Schema.WarrantyScope.WarrantyScope instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.WarrantyScope.WarrantyScope module Text.HTML5.MetaData.Schema.ActivateAction -- | The act of starting or activating a device or application (e.g. -- starting a timer or turning on a flashlight). -- -- data ActivateAction ActivateAction :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ActivateAction [actionStatus] :: ActivateAction -> ActionStatus [agent] :: ActivateAction -> Agent [endTime] :: ActivateAction -> EndTime [error] :: ActivateAction -> Error [instrument] :: ActivateAction -> Instrument [location] :: ActivateAction -> Location [object] :: ActivateAction -> Object [participant] :: ActivateAction -> Participant [result] :: ActivateAction -> Result [startTime] :: ActivateAction -> StartTime [target] :: ActivateAction -> Target [additionalType] :: ActivateAction -> AdditionalType [alternateName] :: ActivateAction -> AlternateName [description] :: ActivateAction -> Description [image] :: ActivateAction -> Image [mainEntityOfPage] :: ActivateAction -> MainEntityOfPage [name] :: ActivateAction -> Name [potentialAction] :: ActivateAction -> PotentialAction [sameAs] :: ActivateAction -> SameAs [url] :: ActivateAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ActivateAction.ActivateAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.ActivateAction.ActivateAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.ActivateAction.ActivateAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ActivateAction.ActivateAction module Text.HTML5.MetaData.Schema.AddAction -- | The act of editing by adding an object to a collection. -- -- data AddAction AddAction :: TargetCollection -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> AddAction [targetCollection] :: AddAction -> TargetCollection [actionStatus] :: AddAction -> ActionStatus [agent] :: AddAction -> Agent [endTime] :: AddAction -> EndTime [error] :: AddAction -> Error [instrument] :: AddAction -> Instrument [location] :: AddAction -> Location [object] :: AddAction -> Object [participant] :: AddAction -> Participant [result] :: AddAction -> Result [startTime] :: AddAction -> StartTime [target] :: AddAction -> Target [additionalType] :: AddAction -> AdditionalType [alternateName] :: AddAction -> AlternateName [description] :: AddAction -> Description [image] :: AddAction -> Image [mainEntityOfPage] :: AddAction -> MainEntityOfPage [name] :: AddAction -> Name [potentialAction] :: AddAction -> PotentialAction [sameAs] :: AddAction -> SameAs [url] :: AddAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.AddAction.AddAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.AddAction.AddAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.AddAction.AddAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.AddAction.AddAction module Text.HTML5.MetaData.Schema.City -- | A city or town. -- -- data City City :: AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> City [additionalProperty] :: City -> AdditionalProperty [address] :: City -> Address [aggregateRating] :: City -> AggregateRating [branchCode] :: City -> BranchCode [containedInPlace] :: City -> ContainedInPlace [containsPlace] :: City -> ContainsPlace [event] :: City -> Event [faxNumber] :: City -> FaxNumber [geo] :: City -> Geo [globalLocationNumber] :: City -> GlobalLocationNumber [hasMap] :: City -> HasMap [isicV4] :: City -> IsicV4 [logo] :: City -> Logo [openingHoursSpecification] :: City -> OpeningHoursSpecification [photo] :: City -> Photo [review] :: City -> Review [telephone] :: City -> Telephone [additionalType] :: City -> AdditionalType [alternateName] :: City -> AlternateName [description] :: City -> Description [image] :: City -> Image [mainEntityOfPage] :: City -> MainEntityOfPage [name] :: City -> Name [potentialAction] :: City -> PotentialAction [sameAs] :: City -> SameAs [url] :: City -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.City.City instance GHC.Read.Read Text.HTML5.MetaData.Schema.City.City instance GHC.Show.Show Text.HTML5.MetaData.Schema.City.City instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.City.City module Text.HTML5.MetaData.Schema.AdministrativeArea -- | A geographical region, typically under the jurisdiction of a -- particular government. -- -- data AdministrativeArea AdministrativeArea :: AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> AdministrativeArea [additionalProperty] :: AdministrativeArea -> AdditionalProperty [address] :: AdministrativeArea -> Address [aggregateRating] :: AdministrativeArea -> AggregateRating [branchCode] :: AdministrativeArea -> BranchCode [containedInPlace] :: AdministrativeArea -> ContainedInPlace [containsPlace] :: AdministrativeArea -> ContainsPlace [event] :: AdministrativeArea -> Event [faxNumber] :: AdministrativeArea -> FaxNumber [geo] :: AdministrativeArea -> Geo [globalLocationNumber] :: AdministrativeArea -> GlobalLocationNumber [hasMap] :: AdministrativeArea -> HasMap [isicV4] :: AdministrativeArea -> IsicV4 [logo] :: AdministrativeArea -> Logo [openingHoursSpecification] :: AdministrativeArea -> OpeningHoursSpecification [photo] :: AdministrativeArea -> Photo [review] :: AdministrativeArea -> Review [telephone] :: AdministrativeArea -> Telephone [additionalType] :: AdministrativeArea -> AdditionalType [alternateName] :: AdministrativeArea -> AlternateName [description] :: AdministrativeArea -> Description [image] :: AdministrativeArea -> Image [mainEntityOfPage] :: AdministrativeArea -> MainEntityOfPage [name] :: AdministrativeArea -> Name [potentialAction] :: AdministrativeArea -> PotentialAction [sameAs] :: AdministrativeArea -> SameAs [url] :: AdministrativeArea -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.AdministrativeArea.AdministrativeArea instance GHC.Read.Read Text.HTML5.MetaData.Schema.AdministrativeArea.AdministrativeArea instance GHC.Show.Show Text.HTML5.MetaData.Schema.AdministrativeArea.AdministrativeArea instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.AdministrativeArea.AdministrativeArea module Text.HTML5.MetaData.Schema.State -- | A state or province of a country. -- -- data State State :: AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> State [additionalProperty] :: State -> AdditionalProperty [address] :: State -> Address [aggregateRating] :: State -> AggregateRating [branchCode] :: State -> BranchCode [containedInPlace] :: State -> ContainedInPlace [containsPlace] :: State -> ContainsPlace [event] :: State -> Event [faxNumber] :: State -> FaxNumber [geo] :: State -> Geo [globalLocationNumber] :: State -> GlobalLocationNumber [hasMap] :: State -> HasMap [isicV4] :: State -> IsicV4 [logo] :: State -> Logo [openingHoursSpecification] :: State -> OpeningHoursSpecification [photo] :: State -> Photo [review] :: State -> Review [telephone] :: State -> Telephone [additionalType] :: State -> AdditionalType [alternateName] :: State -> AlternateName [description] :: State -> Description [image] :: State -> Image [mainEntityOfPage] :: State -> MainEntityOfPage [name] :: State -> Name [potentialAction] :: State -> PotentialAction [sameAs] :: State -> SameAs [url] :: State -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.State.State instance GHC.Read.Read Text.HTML5.MetaData.Schema.State.State instance GHC.Show.Show Text.HTML5.MetaData.Schema.State.State instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.State.State module Text.HTML5.MetaData.Schema.AdultEntertainment -- | An adult entertainment establishment. -- -- data AdultEntertainment AdultEntertainment :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AdditionalProperty -> Address -> AggregateRating -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Founder -> FoundingDate -> FoundingLocation -> HasOfferCatalog -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Seeks -> SubOrganization -> TaxID -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> AdultEntertainment [branchCode] :: AdultEntertainment -> BranchCode [currenciesAccepted] :: AdultEntertainment -> CurrenciesAccepted [openingHours] :: AdultEntertainment -> OpeningHours [paymentAccepted] :: AdultEntertainment -> PaymentAccepted [priceRange] :: AdultEntertainment -> PriceRange [additionalProperty] :: AdultEntertainment -> AdditionalProperty [address] :: AdultEntertainment -> Address [aggregateRating] :: AdultEntertainment -> AggregateRating [containedInPlace] :: AdultEntertainment -> ContainedInPlace [containsPlace] :: AdultEntertainment -> ContainsPlace [event] :: AdultEntertainment -> Event [faxNumber] :: AdultEntertainment -> FaxNumber [geo] :: AdultEntertainment -> Geo [globalLocationNumber] :: AdultEntertainment -> GlobalLocationNumber [hasMap] :: AdultEntertainment -> HasMap [isicV4] :: AdultEntertainment -> IsicV4 [logo] :: AdultEntertainment -> Logo [openingHoursSpecification] :: AdultEntertainment -> OpeningHoursSpecification [photo] :: AdultEntertainment -> Photo [review] :: AdultEntertainment -> Review [telephone] :: AdultEntertainment -> Telephone [alumni] :: AdultEntertainment -> Alumni [areaServed] :: AdultEntertainment -> AreaServed [award] :: AdultEntertainment -> Award [brand] :: AdultEntertainment -> Brand [contactPoint] :: AdultEntertainment -> ContactPoint [department] :: AdultEntertainment -> Department [dissolutionDate] :: AdultEntertainment -> DissolutionDate [duns] :: AdultEntertainment -> Duns [email] :: AdultEntertainment -> Email [employee] :: AdultEntertainment -> Employee [founder] :: AdultEntertainment -> Founder [foundingDate] :: AdultEntertainment -> FoundingDate [foundingLocation] :: AdultEntertainment -> FoundingLocation [hasOfferCatalog] :: AdultEntertainment -> HasOfferCatalog [hasPOS] :: AdultEntertainment -> HasPOS [legalName] :: AdultEntertainment -> LegalName [location] :: AdultEntertainment -> Location [makesOffer] :: AdultEntertainment -> MakesOffer [member] :: AdultEntertainment -> Member [memberOf] :: AdultEntertainment -> MemberOf [naics] :: AdultEntertainment -> Naics [numberOfEmployees] :: AdultEntertainment -> NumberOfEmployees [owns] :: AdultEntertainment -> Owns [parentOrganization] :: AdultEntertainment -> ParentOrganization [seeks] :: AdultEntertainment -> Seeks [subOrganization] :: AdultEntertainment -> SubOrganization [taxID] :: AdultEntertainment -> TaxID [vatID] :: AdultEntertainment -> VatID [additionalType] :: AdultEntertainment -> AdditionalType [alternateName] :: AdultEntertainment -> AlternateName [description] :: AdultEntertainment -> Description [image] :: AdultEntertainment -> Image [mainEntityOfPage] :: AdultEntertainment -> MainEntityOfPage [name] :: AdultEntertainment -> Name [potentialAction] :: AdultEntertainment -> PotentialAction [sameAs] :: AdultEntertainment -> SameAs [url] :: AdultEntertainment -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.AdultEntertainment.AdultEntertainment instance GHC.Read.Read Text.HTML5.MetaData.Schema.AdultEntertainment.AdultEntertainment instance GHC.Show.Show Text.HTML5.MetaData.Schema.AdultEntertainment.AdultEntertainment instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.AdultEntertainment.AdultEntertainment module Text.HTML5.MetaData.Schema.Offer -- | 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. For GTIN-related fields, see Check -- Digit calculator and validation guide from GS1. -- -- data Offer Offer :: AcceptedPaymentMethod -> AddOn -> AdvanceBookingRequirement -> AggregateRating -> AreaServed -> Availability -> AvailabilityEnds -> AvailabilityStarts -> AvailableAtOrFrom -> AvailableDeliveryMethod -> BusinessFunction -> Category -> DeliveryLeadTime -> EligibleCustomerType -> EligibleDuration -> EligibleQuantity -> EligibleRegion -> EligibleTransactionVolume -> Gtin12 -> Gtin13 -> Gtin14 -> Gtin8 -> IncludesObject -> IneligibleRegion -> InventoryLevel -> ItemCondition -> ItemOffered -> Mpn -> OfferedBy -> Price -> PriceCurrency -> PriceSpecification -> PriceValidUntil -> Review -> Seller -> SerialNumber -> Sku -> ValidFrom -> ValidThrough -> Warranty -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Offer [acceptedPaymentMethod] :: Offer -> AcceptedPaymentMethod [addOn] :: Offer -> AddOn [advanceBookingRequirement] :: Offer -> AdvanceBookingRequirement [aggregateRating] :: Offer -> AggregateRating [areaServed] :: Offer -> AreaServed [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 [gtin12] :: Offer -> Gtin12 [gtin13] :: Offer -> Gtin13 [gtin14] :: Offer -> Gtin14 [gtin8] :: Offer -> Gtin8 [includesObject] :: Offer -> IncludesObject [ineligibleRegion] :: Offer -> IneligibleRegion [inventoryLevel] :: Offer -> InventoryLevel [itemCondition] :: Offer -> ItemCondition [itemOffered] :: Offer -> ItemOffered [mpn] :: Offer -> Mpn [offeredBy] :: Offer -> OfferedBy [price] :: Offer -> Price [priceCurrency] :: Offer -> PriceCurrency [priceSpecification] :: Offer -> PriceSpecification [priceValidUntil] :: Offer -> PriceValidUntil [review] :: Offer -> Review [seller] :: Offer -> Seller [serialNumber] :: Offer -> SerialNumber [sku] :: Offer -> Sku [validFrom] :: Offer -> ValidFrom [validThrough] :: Offer -> ValidThrough [warranty] :: Offer -> Warranty [additionalType] :: Offer -> AdditionalType [alternateName] :: Offer -> AlternateName [description] :: Offer -> Description [image] :: Offer -> Image [mainEntityOfPage] :: Offer -> MainEntityOfPage [name] :: Offer -> Name [potentialAction] :: Offer -> PotentialAction [sameAs] :: Offer -> SameAs [url] :: Offer -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Offer.Offer instance GHC.Read.Read Text.HTML5.MetaData.Schema.Offer.Offer instance GHC.Show.Show Text.HTML5.MetaData.Schema.Offer.Offer instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Offer.Offer module Text.HTML5.MetaData.Schema.AggregateOffer -- | When a single product is associated with multiple offers (for example, -- the same pair of shoes is offered by different merchants), then -- AggregateOffer can be used. -- -- data AggregateOffer AggregateOffer :: HighPrice -> LowPrice -> OfferCount -> Offers -> AcceptedPaymentMethod -> AddOn -> AdvanceBookingRequirement -> AggregateRating -> AreaServed -> Availability -> AvailabilityEnds -> AvailabilityStarts -> AvailableAtOrFrom -> AvailableDeliveryMethod -> BusinessFunction -> Category -> DeliveryLeadTime -> EligibleCustomerType -> EligibleDuration -> EligibleQuantity -> EligibleRegion -> EligibleTransactionVolume -> Gtin12 -> Gtin13 -> Gtin14 -> Gtin8 -> IncludesObject -> IneligibleRegion -> InventoryLevel -> ItemCondition -> ItemOffered -> Mpn -> OfferedBy -> Price -> PriceCurrency -> PriceSpecification -> PriceValidUntil -> Review -> Seller -> SerialNumber -> Sku -> ValidFrom -> ValidThrough -> Warranty -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> AggregateOffer [highPrice] :: AggregateOffer -> HighPrice [lowPrice] :: AggregateOffer -> LowPrice [offerCount] :: AggregateOffer -> OfferCount [offers] :: AggregateOffer -> Offers [acceptedPaymentMethod] :: AggregateOffer -> AcceptedPaymentMethod [addOn] :: AggregateOffer -> AddOn [advanceBookingRequirement] :: AggregateOffer -> AdvanceBookingRequirement [aggregateRating] :: AggregateOffer -> AggregateRating [areaServed] :: AggregateOffer -> AreaServed [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 [gtin12] :: AggregateOffer -> Gtin12 [gtin13] :: AggregateOffer -> Gtin13 [gtin14] :: AggregateOffer -> Gtin14 [gtin8] :: AggregateOffer -> Gtin8 [includesObject] :: AggregateOffer -> IncludesObject [ineligibleRegion] :: AggregateOffer -> IneligibleRegion [inventoryLevel] :: AggregateOffer -> InventoryLevel [itemCondition] :: AggregateOffer -> ItemCondition [itemOffered] :: AggregateOffer -> ItemOffered [mpn] :: AggregateOffer -> Mpn [offeredBy] :: AggregateOffer -> OfferedBy [price] :: AggregateOffer -> Price [priceCurrency] :: AggregateOffer -> PriceCurrency [priceSpecification] :: AggregateOffer -> PriceSpecification [priceValidUntil] :: AggregateOffer -> PriceValidUntil [review] :: AggregateOffer -> Review [seller] :: AggregateOffer -> Seller [serialNumber] :: AggregateOffer -> SerialNumber [sku] :: AggregateOffer -> Sku [validFrom] :: AggregateOffer -> ValidFrom [validThrough] :: AggregateOffer -> ValidThrough [warranty] :: AggregateOffer -> Warranty [additionalType] :: AggregateOffer -> AdditionalType [alternateName] :: AggregateOffer -> AlternateName [description] :: AggregateOffer -> Description [image] :: AggregateOffer -> Image [mainEntityOfPage] :: AggregateOffer -> MainEntityOfPage [name] :: AggregateOffer -> Name [potentialAction] :: AggregateOffer -> PotentialAction [sameAs] :: AggregateOffer -> SameAs [url] :: AggregateOffer -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.AggregateOffer.AggregateOffer instance GHC.Read.Read Text.HTML5.MetaData.Schema.AggregateOffer.AggregateOffer instance GHC.Show.Show Text.HTML5.MetaData.Schema.AggregateOffer.AggregateOffer instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.AggregateOffer.AggregateOffer module Text.HTML5.MetaData.Schema.AgreeAction -- | The act of expressing a consistency of opinion with the object. An -- agent agrees to/about an object (a proposition, topic or theme) with -- participants. -- -- data AgreeAction AgreeAction :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> AgreeAction [actionStatus] :: AgreeAction -> ActionStatus [agent] :: AgreeAction -> Agent [endTime] :: AgreeAction -> EndTime [error] :: AgreeAction -> Error [instrument] :: AgreeAction -> Instrument [location] :: AgreeAction -> Location [object] :: AgreeAction -> Object [participant] :: AgreeAction -> Participant [result] :: AgreeAction -> Result [startTime] :: AgreeAction -> StartTime [target] :: AgreeAction -> Target [additionalType] :: AgreeAction -> AdditionalType [alternateName] :: AgreeAction -> AlternateName [description] :: AgreeAction -> Description [image] :: AgreeAction -> Image [mainEntityOfPage] :: AgreeAction -> MainEntityOfPage [name] :: AgreeAction -> Name [potentialAction] :: AgreeAction -> PotentialAction [sameAs] :: AgreeAction -> SameAs [url] :: AgreeAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.AgreeAction.AgreeAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.AgreeAction.AgreeAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.AgreeAction.AgreeAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.AgreeAction.AgreeAction module Text.HTML5.MetaData.Schema.Airline -- | An organization that provides flights for passengers. -- -- data Airline Airline :: BoardingPolicy -> IataCode -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Airline [boardingPolicy] :: Airline -> BoardingPolicy [iataCode] :: Airline -> IataCode [address] :: Airline -> Address [aggregateRating] :: Airline -> AggregateRating [alumni] :: Airline -> Alumni [areaServed] :: Airline -> AreaServed [award] :: Airline -> Award [brand] :: Airline -> Brand [contactPoint] :: Airline -> ContactPoint [department] :: Airline -> Department [dissolutionDate] :: Airline -> DissolutionDate [duns] :: Airline -> Duns [email] :: Airline -> Email [employee] :: Airline -> Employee [event] :: Airline -> Event [faxNumber] :: Airline -> FaxNumber [founder] :: Airline -> Founder [foundingDate] :: Airline -> FoundingDate [foundingLocation] :: Airline -> FoundingLocation [globalLocationNumber] :: Airline -> GlobalLocationNumber [hasOfferCatalog] :: Airline -> HasOfferCatalog [hasPOS] :: Airline -> HasPOS [isicV4] :: Airline -> IsicV4 [legalName] :: Airline -> LegalName [location] :: Airline -> Location [logo] :: Airline -> Logo [makesOffer] :: Airline -> MakesOffer [member] :: Airline -> Member [memberOf] :: Airline -> MemberOf [naics] :: Airline -> Naics [numberOfEmployees] :: Airline -> NumberOfEmployees [owns] :: Airline -> Owns [parentOrganization] :: Airline -> ParentOrganization [review] :: Airline -> Review [seeks] :: Airline -> Seeks [subOrganization] :: Airline -> SubOrganization [taxID] :: Airline -> TaxID [telephone] :: Airline -> Telephone [vatID] :: Airline -> VatID [additionalType] :: Airline -> AdditionalType [alternateName] :: Airline -> AlternateName [description] :: Airline -> Description [image] :: Airline -> Image [mainEntityOfPage] :: Airline -> MainEntityOfPage [name] :: Airline -> Name [potentialAction] :: Airline -> PotentialAction [sameAs] :: Airline -> SameAs [url] :: Airline -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Airline.Airline instance GHC.Read.Read Text.HTML5.MetaData.Schema.Airline.Airline instance GHC.Show.Show Text.HTML5.MetaData.Schema.Airline.Airline instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Airline.Airline module Text.HTML5.MetaData.Schema.Airport -- | An airport. -- -- data Airport Airport :: IataCode -> IcaoCode -> OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Airport [iataCode] :: Airport -> IataCode [icaoCode] :: Airport -> IcaoCode [openingHours] :: Airport -> OpeningHours [additionalProperty] :: Airport -> AdditionalProperty [address] :: Airport -> Address [aggregateRating] :: Airport -> AggregateRating [branchCode] :: Airport -> BranchCode [containedInPlace] :: Airport -> ContainedInPlace [containsPlace] :: Airport -> ContainsPlace [event] :: Airport -> Event [faxNumber] :: Airport -> FaxNumber [geo] :: Airport -> Geo [globalLocationNumber] :: Airport -> GlobalLocationNumber [hasMap] :: Airport -> HasMap [isicV4] :: Airport -> IsicV4 [logo] :: Airport -> Logo [openingHoursSpecification] :: Airport -> OpeningHoursSpecification [photo] :: Airport -> Photo [review] :: Airport -> Review [telephone] :: Airport -> Telephone [additionalType] :: Airport -> AdditionalType [alternateName] :: Airport -> AlternateName [description] :: Airport -> Description [image] :: Airport -> Image [mainEntityOfPage] :: Airport -> MainEntityOfPage [name] :: Airport -> Name [potentialAction] :: Airport -> PotentialAction [sameAs] :: Airport -> SameAs [url] :: Airport -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Airport.Airport instance GHC.Read.Read Text.HTML5.MetaData.Schema.Airport.Airport instance GHC.Show.Show Text.HTML5.MetaData.Schema.Airport.Airport instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Airport.Airport module Text.HTML5.MetaData.Schema.BusStation -- | A bus station. -- -- data BusStation BusStation :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> BusStation [openingHours] :: BusStation -> OpeningHours [additionalProperty] :: BusStation -> AdditionalProperty [address] :: BusStation -> Address [aggregateRating] :: BusStation -> AggregateRating [branchCode] :: BusStation -> BranchCode [containedInPlace] :: BusStation -> ContainedInPlace [containsPlace] :: BusStation -> ContainsPlace [event] :: BusStation -> Event [faxNumber] :: BusStation -> FaxNumber [geo] :: BusStation -> Geo [globalLocationNumber] :: BusStation -> GlobalLocationNumber [hasMap] :: BusStation -> HasMap [isicV4] :: BusStation -> IsicV4 [logo] :: BusStation -> Logo [openingHoursSpecification] :: BusStation -> OpeningHoursSpecification [photo] :: BusStation -> Photo [review] :: BusStation -> Review [telephone] :: BusStation -> Telephone [additionalType] :: BusStation -> AdditionalType [alternateName] :: BusStation -> AlternateName [description] :: BusStation -> Description [image] :: BusStation -> Image [mainEntityOfPage] :: BusStation -> MainEntityOfPage [name] :: BusStation -> Name [potentialAction] :: BusStation -> PotentialAction [sameAs] :: BusStation -> SameAs [url] :: BusStation -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.BusStation.BusStation instance GHC.Read.Read Text.HTML5.MetaData.Schema.BusStation.BusStation instance GHC.Show.Show Text.HTML5.MetaData.Schema.BusStation.BusStation instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.BusStation.BusStation module Text.HTML5.MetaData.Schema.BusStop -- | A bus stop. -- -- data BusStop BusStop :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> BusStop [openingHours] :: BusStop -> OpeningHours [additionalProperty] :: BusStop -> AdditionalProperty [address] :: BusStop -> Address [aggregateRating] :: BusStop -> AggregateRating [branchCode] :: BusStop -> BranchCode [containedInPlace] :: BusStop -> ContainedInPlace [containsPlace] :: BusStop -> ContainsPlace [event] :: BusStop -> Event [faxNumber] :: BusStop -> FaxNumber [geo] :: BusStop -> Geo [globalLocationNumber] :: BusStop -> GlobalLocationNumber [hasMap] :: BusStop -> HasMap [isicV4] :: BusStop -> IsicV4 [logo] :: BusStop -> Logo [openingHoursSpecification] :: BusStop -> OpeningHoursSpecification [photo] :: BusStop -> Photo [review] :: BusStop -> Review [telephone] :: BusStop -> Telephone [additionalType] :: BusStop -> AdditionalType [alternateName] :: BusStop -> AlternateName [description] :: BusStop -> Description [image] :: BusStop -> Image [mainEntityOfPage] :: BusStop -> MainEntityOfPage [name] :: BusStop -> Name [potentialAction] :: BusStop -> PotentialAction [sameAs] :: BusStop -> SameAs [url] :: BusStop -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.BusStop.BusStop instance GHC.Read.Read Text.HTML5.MetaData.Schema.BusStop.BusStop instance GHC.Show.Show Text.HTML5.MetaData.Schema.BusStop.BusStop instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.BusStop.BusStop module Text.HTML5.MetaData.Schema.TrainStation -- | A train station. -- -- data TrainStation TrainStation :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> TrainStation [openingHours] :: TrainStation -> OpeningHours [additionalProperty] :: TrainStation -> AdditionalProperty [address] :: TrainStation -> Address [aggregateRating] :: TrainStation -> AggregateRating [branchCode] :: TrainStation -> BranchCode [containedInPlace] :: TrainStation -> ContainedInPlace [containsPlace] :: TrainStation -> ContainsPlace [event] :: TrainStation -> Event [faxNumber] :: TrainStation -> FaxNumber [geo] :: TrainStation -> Geo [globalLocationNumber] :: TrainStation -> GlobalLocationNumber [hasMap] :: TrainStation -> HasMap [isicV4] :: TrainStation -> IsicV4 [logo] :: TrainStation -> Logo [openingHoursSpecification] :: TrainStation -> OpeningHoursSpecification [photo] :: TrainStation -> Photo [review] :: TrainStation -> Review [telephone] :: TrainStation -> Telephone [additionalType] :: TrainStation -> AdditionalType [alternateName] :: TrainStation -> AlternateName [description] :: TrainStation -> Description [image] :: TrainStation -> Image [mainEntityOfPage] :: TrainStation -> MainEntityOfPage [name] :: TrainStation -> Name [potentialAction] :: TrainStation -> PotentialAction [sameAs] :: TrainStation -> SameAs [url] :: TrainStation -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.TrainStation.TrainStation instance GHC.Read.Read Text.HTML5.MetaData.Schema.TrainStation.TrainStation instance GHC.Show.Show Text.HTML5.MetaData.Schema.TrainStation.TrainStation instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.TrainStation.TrainStation module Text.HTML5.MetaData.Schema.AssignAction -- | The act of allocating an actioneventtask to some destination -- (someone or something). -- -- data AssignAction AssignAction :: Purpose -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> AssignAction [purpose] :: AssignAction -> Purpose [actionStatus] :: AssignAction -> ActionStatus [agent] :: AssignAction -> Agent [endTime] :: AssignAction -> EndTime [error] :: AssignAction -> Error [instrument] :: AssignAction -> Instrument [location] :: AssignAction -> Location [object] :: AssignAction -> Object [participant] :: AssignAction -> Participant [result] :: AssignAction -> Result [startTime] :: AssignAction -> StartTime [target] :: AssignAction -> Target [additionalType] :: AssignAction -> AdditionalType [alternateName] :: AssignAction -> AlternateName [description] :: AssignAction -> Description [image] :: AssignAction -> Image [mainEntityOfPage] :: AssignAction -> MainEntityOfPage [name] :: AssignAction -> Name [potentialAction] :: AssignAction -> PotentialAction [sameAs] :: AssignAction -> SameAs [url] :: AssignAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.AssignAction.AssignAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.AssignAction.AssignAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.AssignAction.AssignAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.AssignAction.AssignAction module Text.HTML5.MetaData.Schema.AuthorizeAction -- | The act of granting permission to an object. -- -- data AuthorizeAction AuthorizeAction :: Recipient -> Purpose -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> AuthorizeAction [recipient] :: AuthorizeAction -> Recipient [purpose] :: AuthorizeAction -> Purpose [actionStatus] :: AuthorizeAction -> ActionStatus [agent] :: AuthorizeAction -> Agent [endTime] :: AuthorizeAction -> EndTime [error] :: AuthorizeAction -> Error [instrument] :: AuthorizeAction -> Instrument [location] :: AuthorizeAction -> Location [object] :: AuthorizeAction -> Object [participant] :: AuthorizeAction -> Participant [result] :: AuthorizeAction -> Result [startTime] :: AuthorizeAction -> StartTime [target] :: AuthorizeAction -> Target [additionalType] :: AuthorizeAction -> AdditionalType [alternateName] :: AuthorizeAction -> AlternateName [description] :: AuthorizeAction -> Description [image] :: AuthorizeAction -> Image [mainEntityOfPage] :: AuthorizeAction -> MainEntityOfPage [name] :: AuthorizeAction -> Name [potentialAction] :: AuthorizeAction -> PotentialAction [sameAs] :: AuthorizeAction -> SameAs [url] :: AuthorizeAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.AuthorizeAction.AuthorizeAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.AuthorizeAction.AuthorizeAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.AuthorizeAction.AuthorizeAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.AuthorizeAction.AuthorizeAction module Text.HTML5.MetaData.Schema.AllocateAction -- | The act of organizing tasksobjectsevents by associating -- resources to it. -- -- data AllocateAction AllocateAction :: Purpose -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> AllocateAction [purpose] :: AllocateAction -> Purpose [actionStatus] :: AllocateAction -> ActionStatus [agent] :: AllocateAction -> Agent [endTime] :: AllocateAction -> EndTime [error] :: AllocateAction -> Error [instrument] :: AllocateAction -> Instrument [location] :: AllocateAction -> Location [object] :: AllocateAction -> Object [participant] :: AllocateAction -> Participant [result] :: AllocateAction -> Result [startTime] :: AllocateAction -> StartTime [target] :: AllocateAction -> Target [additionalType] :: AllocateAction -> AdditionalType [alternateName] :: AllocateAction -> AlternateName [description] :: AllocateAction -> Description [image] :: AllocateAction -> Image [mainEntityOfPage] :: AllocateAction -> MainEntityOfPage [name] :: AllocateAction -> Name [potentialAction] :: AllocateAction -> PotentialAction [sameAs] :: AllocateAction -> SameAs [url] :: AllocateAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.AllocateAction.AllocateAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.AllocateAction.AllocateAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.AllocateAction.AllocateAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.AllocateAction.AllocateAction module Text.HTML5.MetaData.Schema.RejectAction -- | The act of rejecting to/adopting an object.Related -- actions:AcceptAction: The antonym of RejectAction. -- -- data RejectAction RejectAction :: Purpose -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> RejectAction [purpose] :: RejectAction -> Purpose [actionStatus] :: RejectAction -> ActionStatus [agent] :: RejectAction -> Agent [endTime] :: RejectAction -> EndTime [error] :: RejectAction -> Error [instrument] :: RejectAction -> Instrument [location] :: RejectAction -> Location [object] :: RejectAction -> Object [participant] :: RejectAction -> Participant [result] :: RejectAction -> Result [startTime] :: RejectAction -> StartTime [target] :: RejectAction -> Target [additionalType] :: RejectAction -> AdditionalType [alternateName] :: RejectAction -> AlternateName [description] :: RejectAction -> Description [image] :: RejectAction -> Image [mainEntityOfPage] :: RejectAction -> MainEntityOfPage [name] :: RejectAction -> Name [potentialAction] :: RejectAction -> PotentialAction [sameAs] :: RejectAction -> SameAs [url] :: RejectAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.RejectAction.RejectAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.RejectAction.RejectAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.RejectAction.RejectAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.RejectAction.RejectAction module Text.HTML5.MetaData.Schema.AmusementPark -- | An amusement park. -- -- data AmusementPark AmusementPark :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AdditionalProperty -> Address -> AggregateRating -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Founder -> FoundingDate -> FoundingLocation -> HasOfferCatalog -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Seeks -> SubOrganization -> TaxID -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> AmusementPark [branchCode] :: AmusementPark -> BranchCode [currenciesAccepted] :: AmusementPark -> CurrenciesAccepted [openingHours] :: AmusementPark -> OpeningHours [paymentAccepted] :: AmusementPark -> PaymentAccepted [priceRange] :: AmusementPark -> PriceRange [additionalProperty] :: AmusementPark -> AdditionalProperty [address] :: AmusementPark -> Address [aggregateRating] :: AmusementPark -> AggregateRating [containedInPlace] :: AmusementPark -> ContainedInPlace [containsPlace] :: AmusementPark -> ContainsPlace [event] :: AmusementPark -> Event [faxNumber] :: AmusementPark -> FaxNumber [geo] :: AmusementPark -> Geo [globalLocationNumber] :: AmusementPark -> GlobalLocationNumber [hasMap] :: AmusementPark -> HasMap [isicV4] :: AmusementPark -> IsicV4 [logo] :: AmusementPark -> Logo [openingHoursSpecification] :: AmusementPark -> OpeningHoursSpecification [photo] :: AmusementPark -> Photo [review] :: AmusementPark -> Review [telephone] :: AmusementPark -> Telephone [alumni] :: AmusementPark -> Alumni [areaServed] :: AmusementPark -> AreaServed [award] :: AmusementPark -> Award [brand] :: AmusementPark -> Brand [contactPoint] :: AmusementPark -> ContactPoint [department] :: AmusementPark -> Department [dissolutionDate] :: AmusementPark -> DissolutionDate [duns] :: AmusementPark -> Duns [email] :: AmusementPark -> Email [employee] :: AmusementPark -> Employee [founder] :: AmusementPark -> Founder [foundingDate] :: AmusementPark -> FoundingDate [foundingLocation] :: AmusementPark -> FoundingLocation [hasOfferCatalog] :: AmusementPark -> HasOfferCatalog [hasPOS] :: AmusementPark -> HasPOS [legalName] :: AmusementPark -> LegalName [location] :: AmusementPark -> Location [makesOffer] :: AmusementPark -> MakesOffer [member] :: AmusementPark -> Member [memberOf] :: AmusementPark -> MemberOf [naics] :: AmusementPark -> Naics [numberOfEmployees] :: AmusementPark -> NumberOfEmployees [owns] :: AmusementPark -> Owns [parentOrganization] :: AmusementPark -> ParentOrganization [seeks] :: AmusementPark -> Seeks [subOrganization] :: AmusementPark -> SubOrganization [taxID] :: AmusementPark -> TaxID [vatID] :: AmusementPark -> VatID [additionalType] :: AmusementPark -> AdditionalType [alternateName] :: AmusementPark -> AlternateName [description] :: AmusementPark -> Description [image] :: AmusementPark -> Image [mainEntityOfPage] :: AmusementPark -> MainEntityOfPage [name] :: AmusementPark -> Name [potentialAction] :: AmusementPark -> PotentialAction [sameAs] :: AmusementPark -> SameAs [url] :: AmusementPark -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.AmusementPark.AmusementPark instance GHC.Read.Read Text.HTML5.MetaData.Schema.AmusementPark.AmusementPark instance GHC.Show.Show Text.HTML5.MetaData.Schema.AmusementPark.AmusementPark instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.AmusementPark.AmusementPark module Text.HTML5.MetaData.Schema.Bone -- | Rigid connective tissue that comprises up the skeletal structure of -- the human body. -- -- data Bone Bone :: AssociatedPathophysiology -> BodyLocation -> ConnectedTo -> Diagram -> Function -> PartOfSystem -> RelatedCondition -> RelatedTherapy -> SubStructure -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Bone [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 [code] :: Bone -> Code [guideline] :: Bone -> Guideline [medicineSystem] :: Bone -> MedicineSystem [recognizingAuthority] :: Bone -> RecognizingAuthority [relevantSpecialty] :: Bone -> RelevantSpecialty [study] :: Bone -> Study [additionalType] :: Bone -> AdditionalType [alternateName] :: Bone -> AlternateName [description] :: Bone -> Description [image] :: Bone -> Image [mainEntityOfPage] :: Bone -> MainEntityOfPage [name] :: Bone -> Name [potentialAction] :: Bone -> PotentialAction [sameAs] :: Bone -> SameAs [url] :: Bone -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Bone.Bone instance GHC.Read.Read Text.HTML5.MetaData.Schema.Bone.Bone instance GHC.Show.Show Text.HTML5.MetaData.Schema.Bone.Bone instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Bone.Bone module Text.HTML5.MetaData.Schema.Joint -- | The anatomical location at which two or more bones make contact. -- -- data Joint Joint :: BiomechnicalClass -> FunctionalClass -> StructuralClass -> AssociatedPathophysiology -> BodyLocation -> ConnectedTo -> Diagram -> Function -> PartOfSystem -> RelatedCondition -> RelatedTherapy -> SubStructure -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Joint [biomechnicalClass] :: Joint -> BiomechnicalClass [functionalClass] :: Joint -> FunctionalClass [structuralClass] :: Joint -> StructuralClass [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 [code] :: Joint -> Code [guideline] :: Joint -> Guideline [medicineSystem] :: Joint -> MedicineSystem [recognizingAuthority] :: Joint -> RecognizingAuthority [relevantSpecialty] :: Joint -> RelevantSpecialty [study] :: Joint -> Study [additionalType] :: Joint -> AdditionalType [alternateName] :: Joint -> AlternateName [description] :: Joint -> Description [image] :: Joint -> Image [mainEntityOfPage] :: Joint -> MainEntityOfPage [name] :: Joint -> Name [potentialAction] :: Joint -> PotentialAction [sameAs] :: Joint -> SameAs [url] :: Joint -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Joint.Joint instance GHC.Read.Read Text.HTML5.MetaData.Schema.Joint.Joint instance GHC.Show.Show Text.HTML5.MetaData.Schema.Joint.Joint instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Joint.Joint module Text.HTML5.MetaData.Schema.AnatomicalStructure -- | Any part of the human body, typically a component of an anatomical -- system. Organs, tissues, and cells are all anatomical structures. -- -- data AnatomicalStructure AnatomicalStructure :: AssociatedPathophysiology -> BodyLocation -> ConnectedTo -> Diagram -> Function -> PartOfSystem -> RelatedCondition -> RelatedTherapy -> SubStructure -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> AnatomicalStructure [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 [code] :: AnatomicalStructure -> Code [guideline] :: AnatomicalStructure -> Guideline [medicineSystem] :: AnatomicalStructure -> MedicineSystem [recognizingAuthority] :: AnatomicalStructure -> RecognizingAuthority [relevantSpecialty] :: AnatomicalStructure -> RelevantSpecialty [study] :: AnatomicalStructure -> Study [additionalType] :: AnatomicalStructure -> AdditionalType [alternateName] :: AnatomicalStructure -> AlternateName [description] :: AnatomicalStructure -> Description [image] :: AnatomicalStructure -> Image [mainEntityOfPage] :: AnatomicalStructure -> MainEntityOfPage [name] :: AnatomicalStructure -> Name [potentialAction] :: AnatomicalStructure -> PotentialAction [sameAs] :: AnatomicalStructure -> SameAs [url] :: AnatomicalStructure -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.AnatomicalStructure.AnatomicalStructure instance GHC.Read.Read Text.HTML5.MetaData.Schema.AnatomicalStructure.AnatomicalStructure instance GHC.Show.Show Text.HTML5.MetaData.Schema.AnatomicalStructure.AnatomicalStructure instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.AnatomicalStructure.AnatomicalStructure module Text.HTML5.MetaData.Schema.Ligament -- | A short band of tough, flexible, fibrous connective tissue that -- functions to connect multiple bones, cartilages, and structurally -- support joints. -- -- data Ligament Ligament :: AssociatedPathophysiology -> BodyLocation -> ConnectedTo -> Diagram -> Function -> PartOfSystem -> RelatedCondition -> RelatedTherapy -> SubStructure -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Ligament [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 [code] :: Ligament -> Code [guideline] :: Ligament -> Guideline [medicineSystem] :: Ligament -> MedicineSystem [recognizingAuthority] :: Ligament -> RecognizingAuthority [relevantSpecialty] :: Ligament -> RelevantSpecialty [study] :: Ligament -> Study [additionalType] :: Ligament -> AdditionalType [alternateName] :: Ligament -> AlternateName [description] :: Ligament -> Description [image] :: Ligament -> Image [mainEntityOfPage] :: Ligament -> MainEntityOfPage [name] :: Ligament -> Name [potentialAction] :: Ligament -> PotentialAction [sameAs] :: Ligament -> SameAs [url] :: Ligament -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Ligament.Ligament instance GHC.Read.Read Text.HTML5.MetaData.Schema.Ligament.Ligament instance GHC.Show.Show Text.HTML5.MetaData.Schema.Ligament.Ligament instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Ligament.Ligament module Text.HTML5.MetaData.Schema.AnimalShelter -- | Animal shelter. -- -- data AnimalShelter AnimalShelter :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> AnimalShelter [branchCode] :: AnimalShelter -> BranchCode [currenciesAccepted] :: AnimalShelter -> CurrenciesAccepted [openingHours] :: AnimalShelter -> OpeningHours [paymentAccepted] :: AnimalShelter -> PaymentAccepted [priceRange] :: AnimalShelter -> PriceRange [address] :: AnimalShelter -> Address [aggregateRating] :: AnimalShelter -> AggregateRating [alumni] :: AnimalShelter -> Alumni [areaServed] :: AnimalShelter -> AreaServed [award] :: AnimalShelter -> Award [brand] :: AnimalShelter -> Brand [contactPoint] :: AnimalShelter -> ContactPoint [department] :: AnimalShelter -> Department [dissolutionDate] :: AnimalShelter -> DissolutionDate [duns] :: AnimalShelter -> Duns [email] :: AnimalShelter -> Email [employee] :: AnimalShelter -> Employee [event] :: AnimalShelter -> Event [faxNumber] :: AnimalShelter -> FaxNumber [founder] :: AnimalShelter -> Founder [foundingDate] :: AnimalShelter -> FoundingDate [foundingLocation] :: AnimalShelter -> FoundingLocation [globalLocationNumber] :: AnimalShelter -> GlobalLocationNumber [hasOfferCatalog] :: AnimalShelter -> HasOfferCatalog [hasPOS] :: AnimalShelter -> HasPOS [isicV4] :: AnimalShelter -> IsicV4 [legalName] :: AnimalShelter -> LegalName [location] :: AnimalShelter -> Location [logo] :: AnimalShelter -> Logo [makesOffer] :: AnimalShelter -> MakesOffer [member] :: AnimalShelter -> Member [memberOf] :: AnimalShelter -> MemberOf [naics] :: AnimalShelter -> Naics [numberOfEmployees] :: AnimalShelter -> NumberOfEmployees [owns] :: AnimalShelter -> Owns [parentOrganization] :: AnimalShelter -> ParentOrganization [review] :: AnimalShelter -> Review [seeks] :: AnimalShelter -> Seeks [subOrganization] :: AnimalShelter -> SubOrganization [taxID] :: AnimalShelter -> TaxID [telephone] :: AnimalShelter -> Telephone [vatID] :: AnimalShelter -> VatID [additionalProperty] :: AnimalShelter -> AdditionalProperty [containedInPlace] :: AnimalShelter -> ContainedInPlace [containsPlace] :: AnimalShelter -> ContainsPlace [geo] :: AnimalShelter -> Geo [hasMap] :: AnimalShelter -> HasMap [openingHoursSpecification] :: AnimalShelter -> OpeningHoursSpecification [photo] :: AnimalShelter -> Photo [additionalType] :: AnimalShelter -> AdditionalType [alternateName] :: AnimalShelter -> AlternateName [description] :: AnimalShelter -> Description [image] :: AnimalShelter -> Image [mainEntityOfPage] :: AnimalShelter -> MainEntityOfPage [name] :: AnimalShelter -> Name [potentialAction] :: AnimalShelter -> PotentialAction [sameAs] :: AnimalShelter -> SameAs [url] :: AnimalShelter -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.AnimalShelter.AnimalShelter instance GHC.Read.Read Text.HTML5.MetaData.Schema.AnimalShelter.AnimalShelter instance GHC.Show.Show Text.HTML5.MetaData.Schema.AnimalShelter.AnimalShelter instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.AnimalShelter.AnimalShelter module Text.HTML5.MetaData.Schema.ApartmentComplex -- | Residence type: Apartment complex. -- -- data ApartmentComplex ApartmentComplex :: AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ApartmentComplex [additionalProperty] :: ApartmentComplex -> AdditionalProperty [address] :: ApartmentComplex -> Address [aggregateRating] :: ApartmentComplex -> AggregateRating [branchCode] :: ApartmentComplex -> BranchCode [containedInPlace] :: ApartmentComplex -> ContainedInPlace [containsPlace] :: ApartmentComplex -> ContainsPlace [event] :: ApartmentComplex -> Event [faxNumber] :: ApartmentComplex -> FaxNumber [geo] :: ApartmentComplex -> Geo [globalLocationNumber] :: ApartmentComplex -> GlobalLocationNumber [hasMap] :: ApartmentComplex -> HasMap [isicV4] :: ApartmentComplex -> IsicV4 [logo] :: ApartmentComplex -> Logo [openingHoursSpecification] :: ApartmentComplex -> OpeningHoursSpecification [photo] :: ApartmentComplex -> Photo [review] :: ApartmentComplex -> Review [telephone] :: ApartmentComplex -> Telephone [additionalType] :: ApartmentComplex -> AdditionalType [alternateName] :: ApartmentComplex -> AlternateName [description] :: ApartmentComplex -> Description [image] :: ApartmentComplex -> Image [mainEntityOfPage] :: ApartmentComplex -> MainEntityOfPage [name] :: ApartmentComplex -> Name [potentialAction] :: ApartmentComplex -> PotentialAction [sameAs] :: ApartmentComplex -> SameAs [url] :: ApartmentComplex -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ApartmentComplex.ApartmentComplex instance GHC.Read.Read Text.HTML5.MetaData.Schema.ApartmentComplex.ApartmentComplex instance GHC.Show.Show Text.HTML5.MetaData.Schema.ApartmentComplex.ApartmentComplex instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ApartmentComplex.ApartmentComplex module Text.HTML5.MetaData.Schema.AppendAction -- | The act of inserting at the end if an ordered collection. -- -- data AppendAction AppendAction :: ToLocation -> TargetCollection -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> AppendAction [toLocation] :: AppendAction -> ToLocation [targetCollection] :: AppendAction -> TargetCollection [actionStatus] :: AppendAction -> ActionStatus [agent] :: AppendAction -> Agent [endTime] :: AppendAction -> EndTime [error] :: AppendAction -> Error [instrument] :: AppendAction -> Instrument [location] :: AppendAction -> Location [object] :: AppendAction -> Object [participant] :: AppendAction -> Participant [result] :: AppendAction -> Result [startTime] :: AppendAction -> StartTime [target] :: AppendAction -> Target [additionalType] :: AppendAction -> AdditionalType [alternateName] :: AppendAction -> AlternateName [description] :: AppendAction -> Description [image] :: AppendAction -> Image [mainEntityOfPage] :: AppendAction -> MainEntityOfPage [name] :: AppendAction -> Name [potentialAction] :: AppendAction -> PotentialAction [sameAs] :: AppendAction -> SameAs [url] :: AppendAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.AppendAction.AppendAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.AppendAction.AppendAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.AppendAction.AppendAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.AppendAction.AppendAction module Text.HTML5.MetaData.Schema.ApplyAction -- | The act of registering to an organization/service without the -- guarantee to receive it. Related actions:RegisterAction: Unlike -- RegisterAction, ApplyAction has no guarantees that the application -- will be accepted. -- -- data ApplyAction ApplyAction :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ApplyAction [actionStatus] :: ApplyAction -> ActionStatus [agent] :: ApplyAction -> Agent [endTime] :: ApplyAction -> EndTime [error] :: ApplyAction -> Error [instrument] :: ApplyAction -> Instrument [location] :: ApplyAction -> Location [object] :: ApplyAction -> Object [participant] :: ApplyAction -> Participant [result] :: ApplyAction -> Result [startTime] :: ApplyAction -> StartTime [target] :: ApplyAction -> Target [additionalType] :: ApplyAction -> AdditionalType [alternateName] :: ApplyAction -> AlternateName [description] :: ApplyAction -> Description [image] :: ApplyAction -> Image [mainEntityOfPage] :: ApplyAction -> MainEntityOfPage [name] :: ApplyAction -> Name [potentialAction] :: ApplyAction -> PotentialAction [sameAs] :: ApplyAction -> SameAs [url] :: ApplyAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ApplyAction.ApplyAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.ApplyAction.ApplyAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.ApplyAction.ApplyAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ApplyAction.ApplyAction module Text.HTML5.MetaData.Schema.ApprovedIndication -- | An indication for a medical therapy that has been formally specified -- or approved by a regulatory body that regulates use of the therapy; -- for example, the US FDA approves indications for most drugs in the US. -- -- data ApprovedIndication ApprovedIndication :: Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ApprovedIndication [code] :: ApprovedIndication -> Code [guideline] :: ApprovedIndication -> Guideline [medicineSystem] :: ApprovedIndication -> MedicineSystem [recognizingAuthority] :: ApprovedIndication -> RecognizingAuthority [relevantSpecialty] :: ApprovedIndication -> RelevantSpecialty [study] :: ApprovedIndication -> Study [additionalType] :: ApprovedIndication -> AdditionalType [alternateName] :: ApprovedIndication -> AlternateName [description] :: ApprovedIndication -> Description [image] :: ApprovedIndication -> Image [mainEntityOfPage] :: ApprovedIndication -> MainEntityOfPage [name] :: ApprovedIndication -> Name [potentialAction] :: ApprovedIndication -> PotentialAction [sameAs] :: ApprovedIndication -> SameAs [url] :: ApprovedIndication -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ApprovedIndication.ApprovedIndication instance GHC.Read.Read Text.HTML5.MetaData.Schema.ApprovedIndication.ApprovedIndication instance GHC.Show.Show Text.HTML5.MetaData.Schema.ApprovedIndication.ApprovedIndication instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ApprovedIndication.ApprovedIndication module Text.HTML5.MetaData.Schema.Aquarium -- | Aquarium. -- -- data Aquarium Aquarium :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Aquarium [openingHours] :: Aquarium -> OpeningHours [additionalProperty] :: Aquarium -> AdditionalProperty [address] :: Aquarium -> Address [aggregateRating] :: Aquarium -> AggregateRating [branchCode] :: Aquarium -> BranchCode [containedInPlace] :: Aquarium -> ContainedInPlace [containsPlace] :: Aquarium -> ContainsPlace [event] :: Aquarium -> Event [faxNumber] :: Aquarium -> FaxNumber [geo] :: Aquarium -> Geo [globalLocationNumber] :: Aquarium -> GlobalLocationNumber [hasMap] :: Aquarium -> HasMap [isicV4] :: Aquarium -> IsicV4 [logo] :: Aquarium -> Logo [openingHoursSpecification] :: Aquarium -> OpeningHoursSpecification [photo] :: Aquarium -> Photo [review] :: Aquarium -> Review [telephone] :: Aquarium -> Telephone [additionalType] :: Aquarium -> AdditionalType [alternateName] :: Aquarium -> AlternateName [description] :: Aquarium -> Description [image] :: Aquarium -> Image [mainEntityOfPage] :: Aquarium -> MainEntityOfPage [name] :: Aquarium -> Name [potentialAction] :: Aquarium -> PotentialAction [sameAs] :: Aquarium -> SameAs [url] :: Aquarium -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Aquarium.Aquarium instance GHC.Read.Read Text.HTML5.MetaData.Schema.Aquarium.Aquarium instance GHC.Show.Show Text.HTML5.MetaData.Schema.Aquarium.Aquarium instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Aquarium.Aquarium module Text.HTML5.MetaData.Schema.ArriveAction -- | The act of arriving at a place. An agent arrives at a destination from -- an fromLocation, optionally with participants. -- -- data ArriveAction ArriveAction :: FromLocation -> ToLocation -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ArriveAction [fromLocation] :: ArriveAction -> FromLocation [toLocation] :: ArriveAction -> ToLocation [actionStatus] :: ArriveAction -> ActionStatus [agent] :: ArriveAction -> Agent [endTime] :: ArriveAction -> EndTime [error] :: ArriveAction -> Error [instrument] :: ArriveAction -> Instrument [location] :: ArriveAction -> Location [object] :: ArriveAction -> Object [participant] :: ArriveAction -> Participant [result] :: ArriveAction -> Result [startTime] :: ArriveAction -> StartTime [target] :: ArriveAction -> Target [additionalType] :: ArriveAction -> AdditionalType [alternateName] :: ArriveAction -> AlternateName [description] :: ArriveAction -> Description [image] :: ArriveAction -> Image [mainEntityOfPage] :: ArriveAction -> MainEntityOfPage [name] :: ArriveAction -> Name [potentialAction] :: ArriveAction -> PotentialAction [sameAs] :: ArriveAction -> SameAs [url] :: ArriveAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ArriveAction.ArriveAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.ArriveAction.ArriveAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.ArriveAction.ArriveAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ArriveAction.ArriveAction module Text.HTML5.MetaData.Schema.ArtGallery -- | An art gallery. -- -- data ArtGallery ArtGallery :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ArtGallery [branchCode] :: ArtGallery -> BranchCode [currenciesAccepted] :: ArtGallery -> CurrenciesAccepted [openingHours] :: ArtGallery -> OpeningHours [paymentAccepted] :: ArtGallery -> PaymentAccepted [priceRange] :: ArtGallery -> PriceRange [address] :: ArtGallery -> Address [aggregateRating] :: ArtGallery -> AggregateRating [alumni] :: ArtGallery -> Alumni [areaServed] :: ArtGallery -> AreaServed [award] :: ArtGallery -> Award [brand] :: ArtGallery -> Brand [contactPoint] :: ArtGallery -> ContactPoint [department] :: ArtGallery -> Department [dissolutionDate] :: ArtGallery -> DissolutionDate [duns] :: ArtGallery -> Duns [email] :: ArtGallery -> Email [employee] :: ArtGallery -> Employee [event] :: ArtGallery -> Event [faxNumber] :: ArtGallery -> FaxNumber [founder] :: ArtGallery -> Founder [foundingDate] :: ArtGallery -> FoundingDate [foundingLocation] :: ArtGallery -> FoundingLocation [globalLocationNumber] :: ArtGallery -> GlobalLocationNumber [hasOfferCatalog] :: ArtGallery -> HasOfferCatalog [hasPOS] :: ArtGallery -> HasPOS [isicV4] :: ArtGallery -> IsicV4 [legalName] :: ArtGallery -> LegalName [location] :: ArtGallery -> Location [logo] :: ArtGallery -> Logo [makesOffer] :: ArtGallery -> MakesOffer [member] :: ArtGallery -> Member [memberOf] :: ArtGallery -> MemberOf [naics] :: ArtGallery -> Naics [numberOfEmployees] :: ArtGallery -> NumberOfEmployees [owns] :: ArtGallery -> Owns [parentOrganization] :: ArtGallery -> ParentOrganization [review] :: ArtGallery -> Review [seeks] :: ArtGallery -> Seeks [subOrganization] :: ArtGallery -> SubOrganization [taxID] :: ArtGallery -> TaxID [telephone] :: ArtGallery -> Telephone [vatID] :: ArtGallery -> VatID [additionalProperty] :: ArtGallery -> AdditionalProperty [containedInPlace] :: ArtGallery -> ContainedInPlace [containsPlace] :: ArtGallery -> ContainsPlace [geo] :: ArtGallery -> Geo [hasMap] :: ArtGallery -> HasMap [openingHoursSpecification] :: ArtGallery -> OpeningHoursSpecification [photo] :: ArtGallery -> Photo [additionalType] :: ArtGallery -> AdditionalType [alternateName] :: ArtGallery -> AlternateName [description] :: ArtGallery -> Description [image] :: ArtGallery -> Image [mainEntityOfPage] :: ArtGallery -> MainEntityOfPage [name] :: ArtGallery -> Name [potentialAction] :: ArtGallery -> PotentialAction [sameAs] :: ArtGallery -> SameAs [url] :: ArtGallery -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ArtGallery.ArtGallery instance GHC.Read.Read Text.HTML5.MetaData.Schema.ArtGallery.ArtGallery instance GHC.Show.Show Text.HTML5.MetaData.Schema.ArtGallery.ArtGallery instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ArtGallery.ArtGallery module Text.HTML5.MetaData.Schema.Artery -- | A type of blood vessel that specifically carries blood away from the -- heart. -- -- data Artery Artery :: ArterialBranch -> Source -> SupplyTo -> AssociatedPathophysiology -> BodyLocation -> ConnectedTo -> Diagram -> Function -> PartOfSystem -> RelatedCondition -> RelatedTherapy -> SubStructure -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Artery [arterialBranch] :: Artery -> ArterialBranch [source] :: Artery -> Source [supplyTo] :: Artery -> SupplyTo [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 [code] :: Artery -> Code [guideline] :: Artery -> Guideline [medicineSystem] :: Artery -> MedicineSystem [recognizingAuthority] :: Artery -> RecognizingAuthority [relevantSpecialty] :: Artery -> RelevantSpecialty [study] :: Artery -> Study [additionalType] :: Artery -> AdditionalType [alternateName] :: Artery -> AlternateName [description] :: Artery -> Description [image] :: Artery -> Image [mainEntityOfPage] :: Artery -> MainEntityOfPage [name] :: Artery -> Name [potentialAction] :: Artery -> PotentialAction [sameAs] :: Artery -> SameAs [url] :: Artery -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Artery.Artery instance GHC.Read.Read Text.HTML5.MetaData.Schema.Artery.Artery instance GHC.Show.Show Text.HTML5.MetaData.Schema.Artery.Artery instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Artery.Artery module Text.HTML5.MetaData.Schema.Report -- | A Report generated by governmental or non-governmental organization. -- -- data Report Report :: ReportNumber -> ArticleBody -> ArticleSection -> PageEnd -> PageStart -> Pagination -> WordCount -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Report [reportNumber] :: Report -> ReportNumber [articleBody] :: Report -> ArticleBody [articleSection] :: Report -> ArticleSection [pageEnd] :: Report -> PageEnd [pageStart] :: Report -> PageStart [pagination] :: Report -> Pagination [wordCount] :: Report -> WordCount [about] :: Report -> About [accessibilityAPI] :: Report -> AccessibilityAPI [accessibilityControl] :: Report -> AccessibilityControl [accessibilityFeature] :: Report -> AccessibilityFeature [accessibilityHazard] :: Report -> AccessibilityHazard [accountablePerson] :: Report -> AccountablePerson [aggregateRating] :: Report -> AggregateRating [alternativeHeadline] :: Report -> AlternativeHeadline [associatedMedia] :: Report -> AssociatedMedia [audience] :: Report -> Audience [audio] :: Report -> Audio [author] :: Report -> Author [award] :: Report -> Award [character] :: Report -> Character [citation] :: Report -> Citation [comment] :: Report -> Comment [commentCount] :: Report -> CommentCount [contentLocation] :: Report -> ContentLocation [contentRating] :: Report -> ContentRating [contributor] :: Report -> Contributor [copyrightHolder] :: Report -> CopyrightHolder [copyrightYear] :: Report -> CopyrightYear [creator] :: Report -> Creator [dateCreated] :: Report -> DateCreated [dateModified] :: Report -> DateModified [datePublished] :: Report -> DatePublished [discussionUrl] :: Report -> DiscussionUrl [editor] :: Report -> Editor [educationalAlignment] :: Report -> EducationalAlignment [educationalUse] :: Report -> EducationalUse [encoding] :: Report -> Encoding [exampleOfWork] :: Report -> ExampleOfWork [fileFormat] :: Report -> FileFormat [genre] :: Report -> Genre [hasPart] :: Report -> HasPart [headline] :: Report -> Headline [inLanguage] :: Report -> InLanguage [interactionStatistic] :: Report -> InteractionStatistic [interactivityType] :: Report -> InteractivityType [isBasedOnUrl] :: Report -> IsBasedOnUrl [isFamilyFriendly] :: Report -> IsFamilyFriendly [isPartOf] :: Report -> IsPartOf [keywords] :: Report -> Keywords [learningResourceType] :: Report -> LearningResourceType [license] :: Report -> License [locationCreated] :: Report -> LocationCreated [mainEntity] :: Report -> MainEntity [mentions] :: Report -> Mentions [offers] :: Report -> Offers [position] :: Report -> Position [producer] :: Report -> Producer [provider] :: Report -> Provider [publication] :: Report -> Publication [publisher] :: Report -> Publisher [publishingPrinciples] :: Report -> PublishingPrinciples [recordedAt] :: Report -> RecordedAt [releasedEvent] :: Report -> ReleasedEvent [review] :: Report -> Review [schemaVersion] :: Report -> SchemaVersion [sourceOrganization] :: Report -> SourceOrganization [text] :: Report -> Text [thumbnailUrl] :: Report -> ThumbnailUrl [timeRequired] :: Report -> TimeRequired [translator] :: Report -> Translator [typicalAgeRange] :: Report -> TypicalAgeRange [version] :: Report -> Version [video] :: Report -> Video [workExample] :: Report -> WorkExample [additionalType] :: Report -> AdditionalType [alternateName] :: Report -> AlternateName [description] :: Report -> Description [image] :: Report -> Image [mainEntityOfPage] :: Report -> MainEntityOfPage [name] :: Report -> Name [potentialAction] :: Report -> PotentialAction [sameAs] :: Report -> SameAs [url] :: Report -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Report.Report instance GHC.Read.Read Text.HTML5.MetaData.Schema.Report.Report instance GHC.Show.Show Text.HTML5.MetaData.Schema.Report.Report instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Report.Report module Text.HTML5.MetaData.Schema.Article -- | An article, such as a news article or piece of investigative report. -- Newspapers and magazines have articles of many different types and -- this is intended to cover them all. See also blog post. -- -- data Article Article :: ArticleBody -> ArticleSection -> PageEnd -> PageStart -> Pagination -> WordCount -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Article [articleBody] :: Article -> ArticleBody [articleSection] :: Article -> ArticleSection [pageEnd] :: Article -> PageEnd [pageStart] :: Article -> PageStart [pagination] :: Article -> Pagination [wordCount] :: Article -> WordCount [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 [character] :: Article -> Character [citation] :: Article -> Citation [comment] :: Article -> Comment [commentCount] :: Article -> CommentCount [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 [exampleOfWork] :: Article -> ExampleOfWork [fileFormat] :: Article -> FileFormat [genre] :: Article -> Genre [hasPart] :: Article -> HasPart [headline] :: Article -> Headline [inLanguage] :: Article -> InLanguage [interactionStatistic] :: Article -> InteractionStatistic [interactivityType] :: Article -> InteractivityType [isBasedOnUrl] :: Article -> IsBasedOnUrl [isFamilyFriendly] :: Article -> IsFamilyFriendly [isPartOf] :: Article -> IsPartOf [keywords] :: Article -> Keywords [learningResourceType] :: Article -> LearningResourceType [license] :: Article -> License [locationCreated] :: Article -> LocationCreated [mainEntity] :: Article -> MainEntity [mentions] :: Article -> Mentions [offers] :: Article -> Offers [position] :: Article -> Position [producer] :: Article -> Producer [provider] :: Article -> Provider [publication] :: Article -> Publication [publisher] :: Article -> Publisher [publishingPrinciples] :: Article -> PublishingPrinciples [recordedAt] :: Article -> RecordedAt [releasedEvent] :: Article -> ReleasedEvent [review] :: Article -> Review [schemaVersion] :: Article -> SchemaVersion [sourceOrganization] :: Article -> SourceOrganization [text] :: Article -> Text [thumbnailUrl] :: Article -> ThumbnailUrl [timeRequired] :: Article -> TimeRequired [translator] :: Article -> Translator [typicalAgeRange] :: Article -> TypicalAgeRange [version] :: Article -> Version [video] :: Article -> Video [workExample] :: Article -> WorkExample [additionalType] :: Article -> AdditionalType [alternateName] :: Article -> AlternateName [description] :: Article -> Description [image] :: Article -> Image [mainEntityOfPage] :: Article -> MainEntityOfPage [name] :: Article -> Name [potentialAction] :: Article -> PotentialAction [sameAs] :: Article -> SameAs [url] :: Article -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Article.Article instance GHC.Read.Read Text.HTML5.MetaData.Schema.Article.Article instance GHC.Show.Show Text.HTML5.MetaData.Schema.Article.Article instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Article.Article module Text.HTML5.MetaData.Schema.AskAction -- | The act of posing a question / favor to someone.Related -- actions:ReplyAction: Appears generally as a response to AskAction. -- -- data AskAction AskAction :: Question -> About -> InLanguage -> Recipient -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> AskAction [question] :: AskAction -> Question [about] :: AskAction -> About [inLanguage] :: AskAction -> InLanguage [recipient] :: AskAction -> Recipient [actionStatus] :: AskAction -> ActionStatus [agent] :: AskAction -> Agent [endTime] :: AskAction -> EndTime [error] :: AskAction -> Error [instrument] :: AskAction -> Instrument [location] :: AskAction -> Location [object] :: AskAction -> Object [participant] :: AskAction -> Participant [result] :: AskAction -> Result [startTime] :: AskAction -> StartTime [target] :: AskAction -> Target [additionalType] :: AskAction -> AdditionalType [alternateName] :: AskAction -> AlternateName [description] :: AskAction -> Description [image] :: AskAction -> Image [mainEntityOfPage] :: AskAction -> MainEntityOfPage [name] :: AskAction -> Name [potentialAction] :: AskAction -> PotentialAction [sameAs] :: AskAction -> SameAs [url] :: AskAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.AskAction.AskAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.AskAction.AskAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.AskAction.AskAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.AskAction.AskAction module Text.HTML5.MetaData.Schema.IgnoreAction -- | The act of intentionally disregarding the object. An agent ignores an -- object. -- -- data IgnoreAction IgnoreAction :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> IgnoreAction [actionStatus] :: IgnoreAction -> ActionStatus [agent] :: IgnoreAction -> Agent [endTime] :: IgnoreAction -> EndTime [error] :: IgnoreAction -> Error [instrument] :: IgnoreAction -> Instrument [location] :: IgnoreAction -> Location [object] :: IgnoreAction -> Object [participant] :: IgnoreAction -> Participant [result] :: IgnoreAction -> Result [startTime] :: IgnoreAction -> StartTime [target] :: IgnoreAction -> Target [additionalType] :: IgnoreAction -> AdditionalType [alternateName] :: IgnoreAction -> AlternateName [description] :: IgnoreAction -> Description [image] :: IgnoreAction -> Image [mainEntityOfPage] :: IgnoreAction -> MainEntityOfPage [name] :: IgnoreAction -> Name [potentialAction] :: IgnoreAction -> PotentialAction [sameAs] :: IgnoreAction -> SameAs [url] :: IgnoreAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.IgnoreAction.IgnoreAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.IgnoreAction.IgnoreAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.IgnoreAction.IgnoreAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.IgnoreAction.IgnoreAction module Text.HTML5.MetaData.Schema.AssessAction -- | The act of forming one's opinion, reaction or sentiment. -- -- data AssessAction AssessAction :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> AssessAction [actionStatus] :: AssessAction -> ActionStatus [agent] :: AssessAction -> Agent [endTime] :: AssessAction -> EndTime [error] :: AssessAction -> Error [instrument] :: AssessAction -> Instrument [location] :: AssessAction -> Location [object] :: AssessAction -> Object [participant] :: AssessAction -> Participant [result] :: AssessAction -> Result [startTime] :: AssessAction -> StartTime [target] :: AssessAction -> Target [additionalType] :: AssessAction -> AdditionalType [alternateName] :: AssessAction -> AlternateName [description] :: AssessAction -> Description [image] :: AssessAction -> Image [mainEntityOfPage] :: AssessAction -> MainEntityOfPage [name] :: AssessAction -> Name [potentialAction] :: AssessAction -> PotentialAction [sameAs] :: AssessAction -> SameAs [url] :: AssessAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.AssessAction.AssessAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.AssessAction.AssessAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.AssessAction.AssessAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.AssessAction.AssessAction module Text.HTML5.MetaData.Schema.ReviewAction -- | The act of producing a balanced opinion about the object for an -- audience. An agent reviews an object with participants resulting in a -- review. -- -- data ReviewAction ReviewAction :: ResultReview -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ReviewAction [resultReview] :: ReviewAction -> ResultReview [actionStatus] :: ReviewAction -> ActionStatus [agent] :: ReviewAction -> Agent [endTime] :: ReviewAction -> EndTime [error] :: ReviewAction -> Error [instrument] :: ReviewAction -> Instrument [location] :: ReviewAction -> Location [object] :: ReviewAction -> Object [participant] :: ReviewAction -> Participant [result] :: ReviewAction -> Result [startTime] :: ReviewAction -> StartTime [target] :: ReviewAction -> Target [additionalType] :: ReviewAction -> AdditionalType [alternateName] :: ReviewAction -> AlternateName [description] :: ReviewAction -> Description [image] :: ReviewAction -> Image [mainEntityOfPage] :: ReviewAction -> MainEntityOfPage [name] :: ReviewAction -> Name [potentialAction] :: ReviewAction -> PotentialAction [sameAs] :: ReviewAction -> SameAs [url] :: ReviewAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ReviewAction.ReviewAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.ReviewAction.ReviewAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.ReviewAction.ReviewAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ReviewAction.ReviewAction module Text.HTML5.MetaData.Schema.Attorney -- | Professional service: Attorney. This type is deprecated - LegalService -- is more inclusive and less ambiguous. -- -- data Attorney Attorney :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Attorney [branchCode] :: Attorney -> BranchCode [currenciesAccepted] :: Attorney -> CurrenciesAccepted [openingHours] :: Attorney -> OpeningHours [paymentAccepted] :: Attorney -> PaymentAccepted [priceRange] :: Attorney -> PriceRange [address] :: Attorney -> Address [aggregateRating] :: Attorney -> AggregateRating [alumni] :: Attorney -> Alumni [areaServed] :: Attorney -> AreaServed [award] :: Attorney -> Award [brand] :: Attorney -> Brand [contactPoint] :: Attorney -> ContactPoint [department] :: Attorney -> Department [dissolutionDate] :: Attorney -> DissolutionDate [duns] :: Attorney -> Duns [email] :: Attorney -> Email [employee] :: Attorney -> Employee [event] :: Attorney -> Event [faxNumber] :: Attorney -> FaxNumber [founder] :: Attorney -> Founder [foundingDate] :: Attorney -> FoundingDate [foundingLocation] :: Attorney -> FoundingLocation [globalLocationNumber] :: Attorney -> GlobalLocationNumber [hasOfferCatalog] :: Attorney -> HasOfferCatalog [hasPOS] :: Attorney -> HasPOS [isicV4] :: Attorney -> IsicV4 [legalName] :: Attorney -> LegalName [location] :: Attorney -> Location [logo] :: Attorney -> Logo [makesOffer] :: Attorney -> MakesOffer [member] :: Attorney -> Member [memberOf] :: Attorney -> MemberOf [naics] :: Attorney -> Naics [numberOfEmployees] :: Attorney -> NumberOfEmployees [owns] :: Attorney -> Owns [parentOrganization] :: Attorney -> ParentOrganization [review] :: Attorney -> Review [seeks] :: Attorney -> Seeks [subOrganization] :: Attorney -> SubOrganization [taxID] :: Attorney -> TaxID [telephone] :: Attorney -> Telephone [vatID] :: Attorney -> VatID [additionalProperty] :: Attorney -> AdditionalProperty [containedInPlace] :: Attorney -> ContainedInPlace [containsPlace] :: Attorney -> ContainsPlace [geo] :: Attorney -> Geo [hasMap] :: Attorney -> HasMap [openingHoursSpecification] :: Attorney -> OpeningHoursSpecification [photo] :: Attorney -> Photo [additionalType] :: Attorney -> AdditionalType [alternateName] :: Attorney -> AlternateName [description] :: Attorney -> Description [image] :: Attorney -> Image [mainEntityOfPage] :: Attorney -> MainEntityOfPage [name] :: Attorney -> Name [potentialAction] :: Attorney -> PotentialAction [sameAs] :: Attorney -> SameAs [url] :: Attorney -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Attorney.Attorney instance GHC.Read.Read Text.HTML5.MetaData.Schema.Attorney.Attorney instance GHC.Show.Show Text.HTML5.MetaData.Schema.Attorney.Attorney instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Attorney.Attorney module Text.HTML5.MetaData.Schema.BusinessAudience -- | A set of characteristics belonging to businesses, e.g. who compose an -- item's target audience. -- -- data BusinessAudience BusinessAudience :: NumberOfEmployees -> YearlyRevenue -> YearsInOperation -> AudienceType -> GeographicArea -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> BusinessAudience [numberOfEmployees] :: BusinessAudience -> NumberOfEmployees [yearlyRevenue] :: BusinessAudience -> YearlyRevenue [yearsInOperation] :: BusinessAudience -> YearsInOperation [audienceType] :: BusinessAudience -> AudienceType [geographicArea] :: BusinessAudience -> GeographicArea [additionalType] :: BusinessAudience -> AdditionalType [alternateName] :: BusinessAudience -> AlternateName [description] :: BusinessAudience -> Description [image] :: BusinessAudience -> Image [mainEntityOfPage] :: BusinessAudience -> MainEntityOfPage [name] :: BusinessAudience -> Name [potentialAction] :: BusinessAudience -> PotentialAction [sameAs] :: BusinessAudience -> SameAs [url] :: BusinessAudience -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.BusinessAudience.BusinessAudience instance GHC.Read.Read Text.HTML5.MetaData.Schema.BusinessAudience.BusinessAudience instance GHC.Show.Show Text.HTML5.MetaData.Schema.BusinessAudience.BusinessAudience instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.BusinessAudience.BusinessAudience module Text.HTML5.MetaData.Schema.EducationalAudience -- | An EducationalAudience. -- -- data EducationalAudience EducationalAudience :: EducationalRole -> AudienceType -> GeographicArea -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> EducationalAudience [educationalRole] :: EducationalAudience -> EducationalRole [audienceType] :: EducationalAudience -> AudienceType [geographicArea] :: EducationalAudience -> GeographicArea [additionalType] :: EducationalAudience -> AdditionalType [alternateName] :: EducationalAudience -> AlternateName [description] :: EducationalAudience -> Description [image] :: EducationalAudience -> Image [mainEntityOfPage] :: EducationalAudience -> MainEntityOfPage [name] :: EducationalAudience -> Name [potentialAction] :: EducationalAudience -> PotentialAction [sameAs] :: EducationalAudience -> SameAs [url] :: EducationalAudience -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.EducationalAudience.EducationalAudience instance GHC.Read.Read Text.HTML5.MetaData.Schema.EducationalAudience.EducationalAudience instance GHC.Show.Show Text.HTML5.MetaData.Schema.EducationalAudience.EducationalAudience instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.EducationalAudience.EducationalAudience module Text.HTML5.MetaData.Schema.Audience -- | Intended audience for an item, i.e. the group for whom the item was -- created. -- -- data Audience Audience :: AudienceType -> GeographicArea -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Audience [audienceType] :: Audience -> AudienceType [geographicArea] :: Audience -> GeographicArea [additionalType] :: Audience -> AdditionalType [alternateName] :: Audience -> AlternateName [description] :: Audience -> Description [image] :: Audience -> Image [mainEntityOfPage] :: Audience -> MainEntityOfPage [name] :: Audience -> Name [potentialAction] :: Audience -> PotentialAction [sameAs] :: Audience -> SameAs [url] :: Audience -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Audience.Audience instance GHC.Read.Read Text.HTML5.MetaData.Schema.Audience.Audience instance GHC.Show.Show Text.HTML5.MetaData.Schema.Audience.Audience instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Audience.Audience module Text.HTML5.MetaData.Schema.AutoBodyShop -- | Auto body shop. -- -- data AutoBodyShop AutoBodyShop :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> AutoBodyShop [branchCode] :: AutoBodyShop -> BranchCode [currenciesAccepted] :: AutoBodyShop -> CurrenciesAccepted [openingHours] :: AutoBodyShop -> OpeningHours [paymentAccepted] :: AutoBodyShop -> PaymentAccepted [priceRange] :: AutoBodyShop -> PriceRange [address] :: AutoBodyShop -> Address [aggregateRating] :: AutoBodyShop -> AggregateRating [alumni] :: AutoBodyShop -> Alumni [areaServed] :: AutoBodyShop -> AreaServed [award] :: AutoBodyShop -> Award [brand] :: AutoBodyShop -> Brand [contactPoint] :: AutoBodyShop -> ContactPoint [department] :: AutoBodyShop -> Department [dissolutionDate] :: AutoBodyShop -> DissolutionDate [duns] :: AutoBodyShop -> Duns [email] :: AutoBodyShop -> Email [employee] :: AutoBodyShop -> Employee [event] :: AutoBodyShop -> Event [faxNumber] :: AutoBodyShop -> FaxNumber [founder] :: AutoBodyShop -> Founder [foundingDate] :: AutoBodyShop -> FoundingDate [foundingLocation] :: AutoBodyShop -> FoundingLocation [globalLocationNumber] :: AutoBodyShop -> GlobalLocationNumber [hasOfferCatalog] :: AutoBodyShop -> HasOfferCatalog [hasPOS] :: AutoBodyShop -> HasPOS [isicV4] :: AutoBodyShop -> IsicV4 [legalName] :: AutoBodyShop -> LegalName [location] :: AutoBodyShop -> Location [logo] :: AutoBodyShop -> Logo [makesOffer] :: AutoBodyShop -> MakesOffer [member] :: AutoBodyShop -> Member [memberOf] :: AutoBodyShop -> MemberOf [naics] :: AutoBodyShop -> Naics [numberOfEmployees] :: AutoBodyShop -> NumberOfEmployees [owns] :: AutoBodyShop -> Owns [parentOrganization] :: AutoBodyShop -> ParentOrganization [review] :: AutoBodyShop -> Review [seeks] :: AutoBodyShop -> Seeks [subOrganization] :: AutoBodyShop -> SubOrganization [taxID] :: AutoBodyShop -> TaxID [telephone] :: AutoBodyShop -> Telephone [vatID] :: AutoBodyShop -> VatID [additionalProperty] :: AutoBodyShop -> AdditionalProperty [containedInPlace] :: AutoBodyShop -> ContainedInPlace [containsPlace] :: AutoBodyShop -> ContainsPlace [geo] :: AutoBodyShop -> Geo [hasMap] :: AutoBodyShop -> HasMap [openingHoursSpecification] :: AutoBodyShop -> OpeningHoursSpecification [photo] :: AutoBodyShop -> Photo [additionalType] :: AutoBodyShop -> AdditionalType [alternateName] :: AutoBodyShop -> AlternateName [description] :: AutoBodyShop -> Description [image] :: AutoBodyShop -> Image [mainEntityOfPage] :: AutoBodyShop -> MainEntityOfPage [name] :: AutoBodyShop -> Name [potentialAction] :: AutoBodyShop -> PotentialAction [sameAs] :: AutoBodyShop -> SameAs [url] :: AutoBodyShop -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.AutoBodyShop.AutoBodyShop instance GHC.Read.Read Text.HTML5.MetaData.Schema.AutoBodyShop.AutoBodyShop instance GHC.Show.Show Text.HTML5.MetaData.Schema.AutoBodyShop.AutoBodyShop instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.AutoBodyShop.AutoBodyShop module Text.HTML5.MetaData.Schema.AutoDealer -- | An car dealership. -- -- data AutoDealer AutoDealer :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> AutoDealer [branchCode] :: AutoDealer -> BranchCode [currenciesAccepted] :: AutoDealer -> CurrenciesAccepted [openingHours] :: AutoDealer -> OpeningHours [paymentAccepted] :: AutoDealer -> PaymentAccepted [priceRange] :: AutoDealer -> PriceRange [address] :: AutoDealer -> Address [aggregateRating] :: AutoDealer -> AggregateRating [alumni] :: AutoDealer -> Alumni [areaServed] :: AutoDealer -> AreaServed [award] :: AutoDealer -> Award [brand] :: AutoDealer -> Brand [contactPoint] :: AutoDealer -> ContactPoint [department] :: AutoDealer -> Department [dissolutionDate] :: AutoDealer -> DissolutionDate [duns] :: AutoDealer -> Duns [email] :: AutoDealer -> Email [employee] :: AutoDealer -> Employee [event] :: AutoDealer -> Event [faxNumber] :: AutoDealer -> FaxNumber [founder] :: AutoDealer -> Founder [foundingDate] :: AutoDealer -> FoundingDate [foundingLocation] :: AutoDealer -> FoundingLocation [globalLocationNumber] :: AutoDealer -> GlobalLocationNumber [hasOfferCatalog] :: AutoDealer -> HasOfferCatalog [hasPOS] :: AutoDealer -> HasPOS [isicV4] :: AutoDealer -> IsicV4 [legalName] :: AutoDealer -> LegalName [location] :: AutoDealer -> Location [logo] :: AutoDealer -> Logo [makesOffer] :: AutoDealer -> MakesOffer [member] :: AutoDealer -> Member [memberOf] :: AutoDealer -> MemberOf [naics] :: AutoDealer -> Naics [numberOfEmployees] :: AutoDealer -> NumberOfEmployees [owns] :: AutoDealer -> Owns [parentOrganization] :: AutoDealer -> ParentOrganization [review] :: AutoDealer -> Review [seeks] :: AutoDealer -> Seeks [subOrganization] :: AutoDealer -> SubOrganization [taxID] :: AutoDealer -> TaxID [telephone] :: AutoDealer -> Telephone [vatID] :: AutoDealer -> VatID [additionalProperty] :: AutoDealer -> AdditionalProperty [containedInPlace] :: AutoDealer -> ContainedInPlace [containsPlace] :: AutoDealer -> ContainsPlace [geo] :: AutoDealer -> Geo [hasMap] :: AutoDealer -> HasMap [openingHoursSpecification] :: AutoDealer -> OpeningHoursSpecification [photo] :: AutoDealer -> Photo [additionalType] :: AutoDealer -> AdditionalType [alternateName] :: AutoDealer -> AlternateName [description] :: AutoDealer -> Description [image] :: AutoDealer -> Image [mainEntityOfPage] :: AutoDealer -> MainEntityOfPage [name] :: AutoDealer -> Name [potentialAction] :: AutoDealer -> PotentialAction [sameAs] :: AutoDealer -> SameAs [url] :: AutoDealer -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.AutoDealer.AutoDealer instance GHC.Read.Read Text.HTML5.MetaData.Schema.AutoDealer.AutoDealer instance GHC.Show.Show Text.HTML5.MetaData.Schema.AutoDealer.AutoDealer instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.AutoDealer.AutoDealer module Text.HTML5.MetaData.Schema.AutoPartsStore -- | An auto parts store. -- -- data AutoPartsStore AutoPartsStore :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> AutoPartsStore [branchCode] :: AutoPartsStore -> BranchCode [currenciesAccepted] :: AutoPartsStore -> CurrenciesAccepted [openingHours] :: AutoPartsStore -> OpeningHours [paymentAccepted] :: AutoPartsStore -> PaymentAccepted [priceRange] :: AutoPartsStore -> PriceRange [address] :: AutoPartsStore -> Address [aggregateRating] :: AutoPartsStore -> AggregateRating [alumni] :: AutoPartsStore -> Alumni [areaServed] :: AutoPartsStore -> AreaServed [award] :: AutoPartsStore -> Award [brand] :: AutoPartsStore -> Brand [contactPoint] :: AutoPartsStore -> ContactPoint [department] :: AutoPartsStore -> Department [dissolutionDate] :: AutoPartsStore -> DissolutionDate [duns] :: AutoPartsStore -> Duns [email] :: AutoPartsStore -> Email [employee] :: AutoPartsStore -> Employee [event] :: AutoPartsStore -> Event [faxNumber] :: AutoPartsStore -> FaxNumber [founder] :: AutoPartsStore -> Founder [foundingDate] :: AutoPartsStore -> FoundingDate [foundingLocation] :: AutoPartsStore -> FoundingLocation [globalLocationNumber] :: AutoPartsStore -> GlobalLocationNumber [hasOfferCatalog] :: AutoPartsStore -> HasOfferCatalog [hasPOS] :: AutoPartsStore -> HasPOS [isicV4] :: AutoPartsStore -> IsicV4 [legalName] :: AutoPartsStore -> LegalName [location] :: AutoPartsStore -> Location [logo] :: AutoPartsStore -> Logo [makesOffer] :: AutoPartsStore -> MakesOffer [member] :: AutoPartsStore -> Member [memberOf] :: AutoPartsStore -> MemberOf [naics] :: AutoPartsStore -> Naics [numberOfEmployees] :: AutoPartsStore -> NumberOfEmployees [owns] :: AutoPartsStore -> Owns [parentOrganization] :: AutoPartsStore -> ParentOrganization [review] :: AutoPartsStore -> Review [seeks] :: AutoPartsStore -> Seeks [subOrganization] :: AutoPartsStore -> SubOrganization [taxID] :: AutoPartsStore -> TaxID [telephone] :: AutoPartsStore -> Telephone [vatID] :: AutoPartsStore -> VatID [additionalProperty] :: AutoPartsStore -> AdditionalProperty [containedInPlace] :: AutoPartsStore -> ContainedInPlace [containsPlace] :: AutoPartsStore -> ContainsPlace [geo] :: AutoPartsStore -> Geo [hasMap] :: AutoPartsStore -> HasMap [openingHoursSpecification] :: AutoPartsStore -> OpeningHoursSpecification [photo] :: AutoPartsStore -> Photo [additionalType] :: AutoPartsStore -> AdditionalType [alternateName] :: AutoPartsStore -> AlternateName [description] :: AutoPartsStore -> Description [image] :: AutoPartsStore -> Image [mainEntityOfPage] :: AutoPartsStore -> MainEntityOfPage [name] :: AutoPartsStore -> Name [potentialAction] :: AutoPartsStore -> PotentialAction [sameAs] :: AutoPartsStore -> SameAs [url] :: AutoPartsStore -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.AutoPartsStore.AutoPartsStore instance GHC.Read.Read Text.HTML5.MetaData.Schema.AutoPartsStore.AutoPartsStore instance GHC.Show.Show Text.HTML5.MetaData.Schema.AutoPartsStore.AutoPartsStore instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.AutoPartsStore.AutoPartsStore module Text.HTML5.MetaData.Schema.AutoRental -- | A car rental business. -- -- data AutoRental AutoRental :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> AutoRental [branchCode] :: AutoRental -> BranchCode [currenciesAccepted] :: AutoRental -> CurrenciesAccepted [openingHours] :: AutoRental -> OpeningHours [paymentAccepted] :: AutoRental -> PaymentAccepted [priceRange] :: AutoRental -> PriceRange [address] :: AutoRental -> Address [aggregateRating] :: AutoRental -> AggregateRating [alumni] :: AutoRental -> Alumni [areaServed] :: AutoRental -> AreaServed [award] :: AutoRental -> Award [brand] :: AutoRental -> Brand [contactPoint] :: AutoRental -> ContactPoint [department] :: AutoRental -> Department [dissolutionDate] :: AutoRental -> DissolutionDate [duns] :: AutoRental -> Duns [email] :: AutoRental -> Email [employee] :: AutoRental -> Employee [event] :: AutoRental -> Event [faxNumber] :: AutoRental -> FaxNumber [founder] :: AutoRental -> Founder [foundingDate] :: AutoRental -> FoundingDate [foundingLocation] :: AutoRental -> FoundingLocation [globalLocationNumber] :: AutoRental -> GlobalLocationNumber [hasOfferCatalog] :: AutoRental -> HasOfferCatalog [hasPOS] :: AutoRental -> HasPOS [isicV4] :: AutoRental -> IsicV4 [legalName] :: AutoRental -> LegalName [location] :: AutoRental -> Location [logo] :: AutoRental -> Logo [makesOffer] :: AutoRental -> MakesOffer [member] :: AutoRental -> Member [memberOf] :: AutoRental -> MemberOf [naics] :: AutoRental -> Naics [numberOfEmployees] :: AutoRental -> NumberOfEmployees [owns] :: AutoRental -> Owns [parentOrganization] :: AutoRental -> ParentOrganization [review] :: AutoRental -> Review [seeks] :: AutoRental -> Seeks [subOrganization] :: AutoRental -> SubOrganization [taxID] :: AutoRental -> TaxID [telephone] :: AutoRental -> Telephone [vatID] :: AutoRental -> VatID [additionalProperty] :: AutoRental -> AdditionalProperty [containedInPlace] :: AutoRental -> ContainedInPlace [containsPlace] :: AutoRental -> ContainsPlace [geo] :: AutoRental -> Geo [hasMap] :: AutoRental -> HasMap [openingHoursSpecification] :: AutoRental -> OpeningHoursSpecification [photo] :: AutoRental -> Photo [additionalType] :: AutoRental -> AdditionalType [alternateName] :: AutoRental -> AlternateName [description] :: AutoRental -> Description [image] :: AutoRental -> Image [mainEntityOfPage] :: AutoRental -> MainEntityOfPage [name] :: AutoRental -> Name [potentialAction] :: AutoRental -> PotentialAction [sameAs] :: AutoRental -> SameAs [url] :: AutoRental -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.AutoRental.AutoRental instance GHC.Read.Read Text.HTML5.MetaData.Schema.AutoRental.AutoRental instance GHC.Show.Show Text.HTML5.MetaData.Schema.AutoRental.AutoRental instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.AutoRental.AutoRental module Text.HTML5.MetaData.Schema.AutoRepair -- | Car repair business. -- -- data AutoRepair AutoRepair :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AdditionalProperty -> Address -> AggregateRating -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Founder -> FoundingDate -> FoundingLocation -> HasOfferCatalog -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Seeks -> SubOrganization -> TaxID -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> AutoRepair [branchCode] :: AutoRepair -> BranchCode [currenciesAccepted] :: AutoRepair -> CurrenciesAccepted [openingHours] :: AutoRepair -> OpeningHours [paymentAccepted] :: AutoRepair -> PaymentAccepted [priceRange] :: AutoRepair -> PriceRange [additionalProperty] :: AutoRepair -> AdditionalProperty [address] :: AutoRepair -> Address [aggregateRating] :: AutoRepair -> AggregateRating [containedInPlace] :: AutoRepair -> ContainedInPlace [containsPlace] :: AutoRepair -> ContainsPlace [event] :: AutoRepair -> Event [faxNumber] :: AutoRepair -> FaxNumber [geo] :: AutoRepair -> Geo [globalLocationNumber] :: AutoRepair -> GlobalLocationNumber [hasMap] :: AutoRepair -> HasMap [isicV4] :: AutoRepair -> IsicV4 [logo] :: AutoRepair -> Logo [openingHoursSpecification] :: AutoRepair -> OpeningHoursSpecification [photo] :: AutoRepair -> Photo [review] :: AutoRepair -> Review [telephone] :: AutoRepair -> Telephone [alumni] :: AutoRepair -> Alumni [areaServed] :: AutoRepair -> AreaServed [award] :: AutoRepair -> Award [brand] :: AutoRepair -> Brand [contactPoint] :: AutoRepair -> ContactPoint [department] :: AutoRepair -> Department [dissolutionDate] :: AutoRepair -> DissolutionDate [duns] :: AutoRepair -> Duns [email] :: AutoRepair -> Email [employee] :: AutoRepair -> Employee [founder] :: AutoRepair -> Founder [foundingDate] :: AutoRepair -> FoundingDate [foundingLocation] :: AutoRepair -> FoundingLocation [hasOfferCatalog] :: AutoRepair -> HasOfferCatalog [hasPOS] :: AutoRepair -> HasPOS [legalName] :: AutoRepair -> LegalName [location] :: AutoRepair -> Location [makesOffer] :: AutoRepair -> MakesOffer [member] :: AutoRepair -> Member [memberOf] :: AutoRepair -> MemberOf [naics] :: AutoRepair -> Naics [numberOfEmployees] :: AutoRepair -> NumberOfEmployees [owns] :: AutoRepair -> Owns [parentOrganization] :: AutoRepair -> ParentOrganization [seeks] :: AutoRepair -> Seeks [subOrganization] :: AutoRepair -> SubOrganization [taxID] :: AutoRepair -> TaxID [vatID] :: AutoRepair -> VatID [additionalType] :: AutoRepair -> AdditionalType [alternateName] :: AutoRepair -> AlternateName [description] :: AutoRepair -> Description [image] :: AutoRepair -> Image [mainEntityOfPage] :: AutoRepair -> MainEntityOfPage [name] :: AutoRepair -> Name [potentialAction] :: AutoRepair -> PotentialAction [sameAs] :: AutoRepair -> SameAs [url] :: AutoRepair -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.AutoRepair.AutoRepair instance GHC.Read.Read Text.HTML5.MetaData.Schema.AutoRepair.AutoRepair instance GHC.Show.Show Text.HTML5.MetaData.Schema.AutoRepair.AutoRepair instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.AutoRepair.AutoRepair module Text.HTML5.MetaData.Schema.AutoWash -- | A car wash business. -- -- data AutoWash AutoWash :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AdditionalProperty -> Address -> AggregateRating -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Founder -> FoundingDate -> FoundingLocation -> HasOfferCatalog -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Seeks -> SubOrganization -> TaxID -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> AutoWash [branchCode] :: AutoWash -> BranchCode [currenciesAccepted] :: AutoWash -> CurrenciesAccepted [openingHours] :: AutoWash -> OpeningHours [paymentAccepted] :: AutoWash -> PaymentAccepted [priceRange] :: AutoWash -> PriceRange [additionalProperty] :: AutoWash -> AdditionalProperty [address] :: AutoWash -> Address [aggregateRating] :: AutoWash -> AggregateRating [containedInPlace] :: AutoWash -> ContainedInPlace [containsPlace] :: AutoWash -> ContainsPlace [event] :: AutoWash -> Event [faxNumber] :: AutoWash -> FaxNumber [geo] :: AutoWash -> Geo [globalLocationNumber] :: AutoWash -> GlobalLocationNumber [hasMap] :: AutoWash -> HasMap [isicV4] :: AutoWash -> IsicV4 [logo] :: AutoWash -> Logo [openingHoursSpecification] :: AutoWash -> OpeningHoursSpecification [photo] :: AutoWash -> Photo [review] :: AutoWash -> Review [telephone] :: AutoWash -> Telephone [alumni] :: AutoWash -> Alumni [areaServed] :: AutoWash -> AreaServed [award] :: AutoWash -> Award [brand] :: AutoWash -> Brand [contactPoint] :: AutoWash -> ContactPoint [department] :: AutoWash -> Department [dissolutionDate] :: AutoWash -> DissolutionDate [duns] :: AutoWash -> Duns [email] :: AutoWash -> Email [employee] :: AutoWash -> Employee [founder] :: AutoWash -> Founder [foundingDate] :: AutoWash -> FoundingDate [foundingLocation] :: AutoWash -> FoundingLocation [hasOfferCatalog] :: AutoWash -> HasOfferCatalog [hasPOS] :: AutoWash -> HasPOS [legalName] :: AutoWash -> LegalName [location] :: AutoWash -> Location [makesOffer] :: AutoWash -> MakesOffer [member] :: AutoWash -> Member [memberOf] :: AutoWash -> MemberOf [naics] :: AutoWash -> Naics [numberOfEmployees] :: AutoWash -> NumberOfEmployees [owns] :: AutoWash -> Owns [parentOrganization] :: AutoWash -> ParentOrganization [seeks] :: AutoWash -> Seeks [subOrganization] :: AutoWash -> SubOrganization [taxID] :: AutoWash -> TaxID [vatID] :: AutoWash -> VatID [additionalType] :: AutoWash -> AdditionalType [alternateName] :: AutoWash -> AlternateName [description] :: AutoWash -> Description [image] :: AutoWash -> Image [mainEntityOfPage] :: AutoWash -> MainEntityOfPage [name] :: AutoWash -> Name [potentialAction] :: AutoWash -> PotentialAction [sameAs] :: AutoWash -> SameAs [url] :: AutoWash -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.AutoWash.AutoWash instance GHC.Read.Read Text.HTML5.MetaData.Schema.AutoWash.AutoWash instance GHC.Show.Show Text.HTML5.MetaData.Schema.AutoWash.AutoWash instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.AutoWash.AutoWash module Text.HTML5.MetaData.Schema.AutomatedTeller -- | ATM/cash machine. -- -- data AutomatedTeller AutomatedTeller :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> AutomatedTeller [branchCode] :: AutomatedTeller -> BranchCode [currenciesAccepted] :: AutomatedTeller -> CurrenciesAccepted [openingHours] :: AutomatedTeller -> OpeningHours [paymentAccepted] :: AutomatedTeller -> PaymentAccepted [priceRange] :: AutomatedTeller -> PriceRange [address] :: AutomatedTeller -> Address [aggregateRating] :: AutomatedTeller -> AggregateRating [alumni] :: AutomatedTeller -> Alumni [areaServed] :: AutomatedTeller -> AreaServed [award] :: AutomatedTeller -> Award [brand] :: AutomatedTeller -> Brand [contactPoint] :: AutomatedTeller -> ContactPoint [department] :: AutomatedTeller -> Department [dissolutionDate] :: AutomatedTeller -> DissolutionDate [duns] :: AutomatedTeller -> Duns [email] :: AutomatedTeller -> Email [employee] :: AutomatedTeller -> Employee [event] :: AutomatedTeller -> Event [faxNumber] :: AutomatedTeller -> FaxNumber [founder] :: AutomatedTeller -> Founder [foundingDate] :: AutomatedTeller -> FoundingDate [foundingLocation] :: AutomatedTeller -> FoundingLocation [globalLocationNumber] :: AutomatedTeller -> GlobalLocationNumber [hasOfferCatalog] :: AutomatedTeller -> HasOfferCatalog [hasPOS] :: AutomatedTeller -> HasPOS [isicV4] :: AutomatedTeller -> IsicV4 [legalName] :: AutomatedTeller -> LegalName [location] :: AutomatedTeller -> Location [logo] :: AutomatedTeller -> Logo [makesOffer] :: AutomatedTeller -> MakesOffer [member] :: AutomatedTeller -> Member [memberOf] :: AutomatedTeller -> MemberOf [naics] :: AutomatedTeller -> Naics [numberOfEmployees] :: AutomatedTeller -> NumberOfEmployees [owns] :: AutomatedTeller -> Owns [parentOrganization] :: AutomatedTeller -> ParentOrganization [review] :: AutomatedTeller -> Review [seeks] :: AutomatedTeller -> Seeks [subOrganization] :: AutomatedTeller -> SubOrganization [taxID] :: AutomatedTeller -> TaxID [telephone] :: AutomatedTeller -> Telephone [vatID] :: AutomatedTeller -> VatID [additionalProperty] :: AutomatedTeller -> AdditionalProperty [containedInPlace] :: AutomatedTeller -> ContainedInPlace [containsPlace] :: AutomatedTeller -> ContainsPlace [geo] :: AutomatedTeller -> Geo [hasMap] :: AutomatedTeller -> HasMap [openingHoursSpecification] :: AutomatedTeller -> OpeningHoursSpecification [photo] :: AutomatedTeller -> Photo [additionalType] :: AutomatedTeller -> AdditionalType [alternateName] :: AutomatedTeller -> AlternateName [description] :: AutomatedTeller -> Description [image] :: AutomatedTeller -> Image [mainEntityOfPage] :: AutomatedTeller -> MainEntityOfPage [name] :: AutomatedTeller -> Name [potentialAction] :: AutomatedTeller -> PotentialAction [sameAs] :: AutomatedTeller -> SameAs [url] :: AutomatedTeller -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.AutomatedTeller.AutomatedTeller instance GHC.Read.Read Text.HTML5.MetaData.Schema.AutomatedTeller.AutomatedTeller instance GHC.Show.Show Text.HTML5.MetaData.Schema.AutomatedTeller.AutomatedTeller instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.AutomatedTeller.AutomatedTeller module Text.HTML5.MetaData.Schema.GasStation -- | A gas station. -- -- data GasStation GasStation :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> GasStation [branchCode] :: GasStation -> BranchCode [currenciesAccepted] :: GasStation -> CurrenciesAccepted [openingHours] :: GasStation -> OpeningHours [paymentAccepted] :: GasStation -> PaymentAccepted [priceRange] :: GasStation -> PriceRange [address] :: GasStation -> Address [aggregateRating] :: GasStation -> AggregateRating [alumni] :: GasStation -> Alumni [areaServed] :: GasStation -> AreaServed [award] :: GasStation -> Award [brand] :: GasStation -> Brand [contactPoint] :: GasStation -> ContactPoint [department] :: GasStation -> Department [dissolutionDate] :: GasStation -> DissolutionDate [duns] :: GasStation -> Duns [email] :: GasStation -> Email [employee] :: GasStation -> Employee [event] :: GasStation -> Event [faxNumber] :: GasStation -> FaxNumber [founder] :: GasStation -> Founder [foundingDate] :: GasStation -> FoundingDate [foundingLocation] :: GasStation -> FoundingLocation [globalLocationNumber] :: GasStation -> GlobalLocationNumber [hasOfferCatalog] :: GasStation -> HasOfferCatalog [hasPOS] :: GasStation -> HasPOS [isicV4] :: GasStation -> IsicV4 [legalName] :: GasStation -> LegalName [location] :: GasStation -> Location [logo] :: GasStation -> Logo [makesOffer] :: GasStation -> MakesOffer [member] :: GasStation -> Member [memberOf] :: GasStation -> MemberOf [naics] :: GasStation -> Naics [numberOfEmployees] :: GasStation -> NumberOfEmployees [owns] :: GasStation -> Owns [parentOrganization] :: GasStation -> ParentOrganization [review] :: GasStation -> Review [seeks] :: GasStation -> Seeks [subOrganization] :: GasStation -> SubOrganization [taxID] :: GasStation -> TaxID [telephone] :: GasStation -> Telephone [vatID] :: GasStation -> VatID [additionalProperty] :: GasStation -> AdditionalProperty [containedInPlace] :: GasStation -> ContainedInPlace [containsPlace] :: GasStation -> ContainsPlace [geo] :: GasStation -> Geo [hasMap] :: GasStation -> HasMap [openingHoursSpecification] :: GasStation -> OpeningHoursSpecification [photo] :: GasStation -> Photo [additionalType] :: GasStation -> AdditionalType [alternateName] :: GasStation -> AlternateName [description] :: GasStation -> Description [image] :: GasStation -> Image [mainEntityOfPage] :: GasStation -> MainEntityOfPage [name] :: GasStation -> Name [potentialAction] :: GasStation -> PotentialAction [sameAs] :: GasStation -> SameAs [url] :: GasStation -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.GasStation.GasStation instance GHC.Read.Read Text.HTML5.MetaData.Schema.GasStation.GasStation instance GHC.Show.Show Text.HTML5.MetaData.Schema.GasStation.GasStation instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.GasStation.GasStation module Text.HTML5.MetaData.Schema.MotorcycleDealer -- | A motorcycle dealer. -- -- data MotorcycleDealer MotorcycleDealer :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MotorcycleDealer [branchCode] :: MotorcycleDealer -> BranchCode [currenciesAccepted] :: MotorcycleDealer -> CurrenciesAccepted [openingHours] :: MotorcycleDealer -> OpeningHours [paymentAccepted] :: MotorcycleDealer -> PaymentAccepted [priceRange] :: MotorcycleDealer -> PriceRange [address] :: MotorcycleDealer -> Address [aggregateRating] :: MotorcycleDealer -> AggregateRating [alumni] :: MotorcycleDealer -> Alumni [areaServed] :: MotorcycleDealer -> AreaServed [award] :: MotorcycleDealer -> Award [brand] :: MotorcycleDealer -> Brand [contactPoint] :: MotorcycleDealer -> ContactPoint [department] :: MotorcycleDealer -> Department [dissolutionDate] :: MotorcycleDealer -> DissolutionDate [duns] :: MotorcycleDealer -> Duns [email] :: MotorcycleDealer -> Email [employee] :: MotorcycleDealer -> Employee [event] :: MotorcycleDealer -> Event [faxNumber] :: MotorcycleDealer -> FaxNumber [founder] :: MotorcycleDealer -> Founder [foundingDate] :: MotorcycleDealer -> FoundingDate [foundingLocation] :: MotorcycleDealer -> FoundingLocation [globalLocationNumber] :: MotorcycleDealer -> GlobalLocationNumber [hasOfferCatalog] :: MotorcycleDealer -> HasOfferCatalog [hasPOS] :: MotorcycleDealer -> HasPOS [isicV4] :: MotorcycleDealer -> IsicV4 [legalName] :: MotorcycleDealer -> LegalName [location] :: MotorcycleDealer -> Location [logo] :: MotorcycleDealer -> Logo [makesOffer] :: MotorcycleDealer -> MakesOffer [member] :: MotorcycleDealer -> Member [memberOf] :: MotorcycleDealer -> MemberOf [naics] :: MotorcycleDealer -> Naics [numberOfEmployees] :: MotorcycleDealer -> NumberOfEmployees [owns] :: MotorcycleDealer -> Owns [parentOrganization] :: MotorcycleDealer -> ParentOrganization [review] :: MotorcycleDealer -> Review [seeks] :: MotorcycleDealer -> Seeks [subOrganization] :: MotorcycleDealer -> SubOrganization [taxID] :: MotorcycleDealer -> TaxID [telephone] :: MotorcycleDealer -> Telephone [vatID] :: MotorcycleDealer -> VatID [additionalProperty] :: MotorcycleDealer -> AdditionalProperty [containedInPlace] :: MotorcycleDealer -> ContainedInPlace [containsPlace] :: MotorcycleDealer -> ContainsPlace [geo] :: MotorcycleDealer -> Geo [hasMap] :: MotorcycleDealer -> HasMap [openingHoursSpecification] :: MotorcycleDealer -> OpeningHoursSpecification [photo] :: MotorcycleDealer -> Photo [additionalType] :: MotorcycleDealer -> AdditionalType [alternateName] :: MotorcycleDealer -> AlternateName [description] :: MotorcycleDealer -> Description [image] :: MotorcycleDealer -> Image [mainEntityOfPage] :: MotorcycleDealer -> MainEntityOfPage [name] :: MotorcycleDealer -> Name [potentialAction] :: MotorcycleDealer -> PotentialAction [sameAs] :: MotorcycleDealer -> SameAs [url] :: MotorcycleDealer -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MotorcycleDealer.MotorcycleDealer instance GHC.Read.Read Text.HTML5.MetaData.Schema.MotorcycleDealer.MotorcycleDealer instance GHC.Show.Show Text.HTML5.MetaData.Schema.MotorcycleDealer.MotorcycleDealer instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MotorcycleDealer.MotorcycleDealer module Text.HTML5.MetaData.Schema.AutomotiveBusiness -- | Car repair, sales, or parts. -- -- data AutomotiveBusiness AutomotiveBusiness :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> AutomotiveBusiness [branchCode] :: AutomotiveBusiness -> BranchCode [currenciesAccepted] :: AutomotiveBusiness -> CurrenciesAccepted [openingHours] :: AutomotiveBusiness -> OpeningHours [paymentAccepted] :: AutomotiveBusiness -> PaymentAccepted [priceRange] :: AutomotiveBusiness -> PriceRange [address] :: AutomotiveBusiness -> Address [aggregateRating] :: AutomotiveBusiness -> AggregateRating [alumni] :: AutomotiveBusiness -> Alumni [areaServed] :: AutomotiveBusiness -> AreaServed [award] :: AutomotiveBusiness -> Award [brand] :: AutomotiveBusiness -> Brand [contactPoint] :: AutomotiveBusiness -> ContactPoint [department] :: AutomotiveBusiness -> Department [dissolutionDate] :: AutomotiveBusiness -> DissolutionDate [duns] :: AutomotiveBusiness -> Duns [email] :: AutomotiveBusiness -> Email [employee] :: AutomotiveBusiness -> Employee [event] :: AutomotiveBusiness -> Event [faxNumber] :: AutomotiveBusiness -> FaxNumber [founder] :: AutomotiveBusiness -> Founder [foundingDate] :: AutomotiveBusiness -> FoundingDate [foundingLocation] :: AutomotiveBusiness -> FoundingLocation [globalLocationNumber] :: AutomotiveBusiness -> GlobalLocationNumber [hasOfferCatalog] :: AutomotiveBusiness -> HasOfferCatalog [hasPOS] :: AutomotiveBusiness -> HasPOS [isicV4] :: AutomotiveBusiness -> IsicV4 [legalName] :: AutomotiveBusiness -> LegalName [location] :: AutomotiveBusiness -> Location [logo] :: AutomotiveBusiness -> Logo [makesOffer] :: AutomotiveBusiness -> MakesOffer [member] :: AutomotiveBusiness -> Member [memberOf] :: AutomotiveBusiness -> MemberOf [naics] :: AutomotiveBusiness -> Naics [numberOfEmployees] :: AutomotiveBusiness -> NumberOfEmployees [owns] :: AutomotiveBusiness -> Owns [parentOrganization] :: AutomotiveBusiness -> ParentOrganization [review] :: AutomotiveBusiness -> Review [seeks] :: AutomotiveBusiness -> Seeks [subOrganization] :: AutomotiveBusiness -> SubOrganization [taxID] :: AutomotiveBusiness -> TaxID [telephone] :: AutomotiveBusiness -> Telephone [vatID] :: AutomotiveBusiness -> VatID [additionalProperty] :: AutomotiveBusiness -> AdditionalProperty [containedInPlace] :: AutomotiveBusiness -> ContainedInPlace [containsPlace] :: AutomotiveBusiness -> ContainsPlace [geo] :: AutomotiveBusiness -> Geo [hasMap] :: AutomotiveBusiness -> HasMap [openingHoursSpecification] :: AutomotiveBusiness -> OpeningHoursSpecification [photo] :: AutomotiveBusiness -> Photo [additionalType] :: AutomotiveBusiness -> AdditionalType [alternateName] :: AutomotiveBusiness -> AlternateName [description] :: AutomotiveBusiness -> Description [image] :: AutomotiveBusiness -> Image [mainEntityOfPage] :: AutomotiveBusiness -> MainEntityOfPage [name] :: AutomotiveBusiness -> Name [potentialAction] :: AutomotiveBusiness -> PotentialAction [sameAs] :: AutomotiveBusiness -> SameAs [url] :: AutomotiveBusiness -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.AutomotiveBusiness.AutomotiveBusiness instance GHC.Read.Read Text.HTML5.MetaData.Schema.AutomotiveBusiness.AutomotiveBusiness instance GHC.Show.Show Text.HTML5.MetaData.Schema.AutomotiveBusiness.AutomotiveBusiness instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.AutomotiveBusiness.AutomotiveBusiness module Text.HTML5.MetaData.Schema.MotorcycleRepair -- | A motorcycle repair shop. -- -- data MotorcycleRepair MotorcycleRepair :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MotorcycleRepair [branchCode] :: MotorcycleRepair -> BranchCode [currenciesAccepted] :: MotorcycleRepair -> CurrenciesAccepted [openingHours] :: MotorcycleRepair -> OpeningHours [paymentAccepted] :: MotorcycleRepair -> PaymentAccepted [priceRange] :: MotorcycleRepair -> PriceRange [address] :: MotorcycleRepair -> Address [aggregateRating] :: MotorcycleRepair -> AggregateRating [alumni] :: MotorcycleRepair -> Alumni [areaServed] :: MotorcycleRepair -> AreaServed [award] :: MotorcycleRepair -> Award [brand] :: MotorcycleRepair -> Brand [contactPoint] :: MotorcycleRepair -> ContactPoint [department] :: MotorcycleRepair -> Department [dissolutionDate] :: MotorcycleRepair -> DissolutionDate [duns] :: MotorcycleRepair -> Duns [email] :: MotorcycleRepair -> Email [employee] :: MotorcycleRepair -> Employee [event] :: MotorcycleRepair -> Event [faxNumber] :: MotorcycleRepair -> FaxNumber [founder] :: MotorcycleRepair -> Founder [foundingDate] :: MotorcycleRepair -> FoundingDate [foundingLocation] :: MotorcycleRepair -> FoundingLocation [globalLocationNumber] :: MotorcycleRepair -> GlobalLocationNumber [hasOfferCatalog] :: MotorcycleRepair -> HasOfferCatalog [hasPOS] :: MotorcycleRepair -> HasPOS [isicV4] :: MotorcycleRepair -> IsicV4 [legalName] :: MotorcycleRepair -> LegalName [location] :: MotorcycleRepair -> Location [logo] :: MotorcycleRepair -> Logo [makesOffer] :: MotorcycleRepair -> MakesOffer [member] :: MotorcycleRepair -> Member [memberOf] :: MotorcycleRepair -> MemberOf [naics] :: MotorcycleRepair -> Naics [numberOfEmployees] :: MotorcycleRepair -> NumberOfEmployees [owns] :: MotorcycleRepair -> Owns [parentOrganization] :: MotorcycleRepair -> ParentOrganization [review] :: MotorcycleRepair -> Review [seeks] :: MotorcycleRepair -> Seeks [subOrganization] :: MotorcycleRepair -> SubOrganization [taxID] :: MotorcycleRepair -> TaxID [telephone] :: MotorcycleRepair -> Telephone [vatID] :: MotorcycleRepair -> VatID [additionalProperty] :: MotorcycleRepair -> AdditionalProperty [containedInPlace] :: MotorcycleRepair -> ContainedInPlace [containsPlace] :: MotorcycleRepair -> ContainsPlace [geo] :: MotorcycleRepair -> Geo [hasMap] :: MotorcycleRepair -> HasMap [openingHoursSpecification] :: MotorcycleRepair -> OpeningHoursSpecification [photo] :: MotorcycleRepair -> Photo [additionalType] :: MotorcycleRepair -> AdditionalType [alternateName] :: MotorcycleRepair -> AlternateName [description] :: MotorcycleRepair -> Description [image] :: MotorcycleRepair -> Image [mainEntityOfPage] :: MotorcycleRepair -> MainEntityOfPage [name] :: MotorcycleRepair -> Name [potentialAction] :: MotorcycleRepair -> PotentialAction [sameAs] :: MotorcycleRepair -> SameAs [url] :: MotorcycleRepair -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MotorcycleRepair.MotorcycleRepair instance GHC.Read.Read Text.HTML5.MetaData.Schema.MotorcycleRepair.MotorcycleRepair instance GHC.Show.Show Text.HTML5.MetaData.Schema.MotorcycleRepair.MotorcycleRepair instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MotorcycleRepair.MotorcycleRepair module Text.HTML5.MetaData.Schema.Bakery -- | A bakery. -- -- data Bakery Bakery :: AcceptsReservations -> Menu -> ServesCuisine -> BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Bakery [acceptsReservations] :: Bakery -> AcceptsReservations [menu] :: Bakery -> Menu [servesCuisine] :: Bakery -> ServesCuisine [branchCode] :: Bakery -> BranchCode [currenciesAccepted] :: Bakery -> CurrenciesAccepted [openingHours] :: Bakery -> OpeningHours [paymentAccepted] :: Bakery -> PaymentAccepted [priceRange] :: Bakery -> PriceRange [address] :: Bakery -> Address [aggregateRating] :: Bakery -> AggregateRating [alumni] :: Bakery -> Alumni [areaServed] :: Bakery -> AreaServed [award] :: Bakery -> Award [brand] :: Bakery -> Brand [contactPoint] :: Bakery -> ContactPoint [department] :: Bakery -> Department [dissolutionDate] :: Bakery -> DissolutionDate [duns] :: Bakery -> Duns [email] :: Bakery -> Email [employee] :: Bakery -> Employee [event] :: Bakery -> Event [faxNumber] :: Bakery -> FaxNumber [founder] :: Bakery -> Founder [foundingDate] :: Bakery -> FoundingDate [foundingLocation] :: Bakery -> FoundingLocation [globalLocationNumber] :: Bakery -> GlobalLocationNumber [hasOfferCatalog] :: Bakery -> HasOfferCatalog [hasPOS] :: Bakery -> HasPOS [isicV4] :: Bakery -> IsicV4 [legalName] :: Bakery -> LegalName [location] :: Bakery -> Location [logo] :: Bakery -> Logo [makesOffer] :: Bakery -> MakesOffer [member] :: Bakery -> Member [memberOf] :: Bakery -> MemberOf [naics] :: Bakery -> Naics [numberOfEmployees] :: Bakery -> NumberOfEmployees [owns] :: Bakery -> Owns [parentOrganization] :: Bakery -> ParentOrganization [review] :: Bakery -> Review [seeks] :: Bakery -> Seeks [subOrganization] :: Bakery -> SubOrganization [taxID] :: Bakery -> TaxID [telephone] :: Bakery -> Telephone [vatID] :: Bakery -> VatID [additionalProperty] :: Bakery -> AdditionalProperty [containedInPlace] :: Bakery -> ContainedInPlace [containsPlace] :: Bakery -> ContainsPlace [geo] :: Bakery -> Geo [hasMap] :: Bakery -> HasMap [openingHoursSpecification] :: Bakery -> OpeningHoursSpecification [photo] :: Bakery -> Photo [additionalType] :: Bakery -> AdditionalType [alternateName] :: Bakery -> AlternateName [description] :: Bakery -> Description [image] :: Bakery -> Image [mainEntityOfPage] :: Bakery -> MainEntityOfPage [name] :: Bakery -> Name [potentialAction] :: Bakery -> PotentialAction [sameAs] :: Bakery -> SameAs [url] :: Bakery -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Bakery.Bakery instance GHC.Read.Read Text.HTML5.MetaData.Schema.Bakery.Bakery instance GHC.Show.Show Text.HTML5.MetaData.Schema.Bakery.Bakery instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Bakery.Bakery module Text.HTML5.MetaData.Schema.BankOrCreditUnion -- | Bank or credit union. -- -- data BankOrCreditUnion BankOrCreditUnion :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> BankOrCreditUnion [branchCode] :: BankOrCreditUnion -> BranchCode [currenciesAccepted] :: BankOrCreditUnion -> CurrenciesAccepted [openingHours] :: BankOrCreditUnion -> OpeningHours [paymentAccepted] :: BankOrCreditUnion -> PaymentAccepted [priceRange] :: BankOrCreditUnion -> PriceRange [address] :: BankOrCreditUnion -> Address [aggregateRating] :: BankOrCreditUnion -> AggregateRating [alumni] :: BankOrCreditUnion -> Alumni [areaServed] :: BankOrCreditUnion -> AreaServed [award] :: BankOrCreditUnion -> Award [brand] :: BankOrCreditUnion -> Brand [contactPoint] :: BankOrCreditUnion -> ContactPoint [department] :: BankOrCreditUnion -> Department [dissolutionDate] :: BankOrCreditUnion -> DissolutionDate [duns] :: BankOrCreditUnion -> Duns [email] :: BankOrCreditUnion -> Email [employee] :: BankOrCreditUnion -> Employee [event] :: BankOrCreditUnion -> Event [faxNumber] :: BankOrCreditUnion -> FaxNumber [founder] :: BankOrCreditUnion -> Founder [foundingDate] :: BankOrCreditUnion -> FoundingDate [foundingLocation] :: BankOrCreditUnion -> FoundingLocation [globalLocationNumber] :: BankOrCreditUnion -> GlobalLocationNumber [hasOfferCatalog] :: BankOrCreditUnion -> HasOfferCatalog [hasPOS] :: BankOrCreditUnion -> HasPOS [isicV4] :: BankOrCreditUnion -> IsicV4 [legalName] :: BankOrCreditUnion -> LegalName [location] :: BankOrCreditUnion -> Location [logo] :: BankOrCreditUnion -> Logo [makesOffer] :: BankOrCreditUnion -> MakesOffer [member] :: BankOrCreditUnion -> Member [memberOf] :: BankOrCreditUnion -> MemberOf [naics] :: BankOrCreditUnion -> Naics [numberOfEmployees] :: BankOrCreditUnion -> NumberOfEmployees [owns] :: BankOrCreditUnion -> Owns [parentOrganization] :: BankOrCreditUnion -> ParentOrganization [review] :: BankOrCreditUnion -> Review [seeks] :: BankOrCreditUnion -> Seeks [subOrganization] :: BankOrCreditUnion -> SubOrganization [taxID] :: BankOrCreditUnion -> TaxID [telephone] :: BankOrCreditUnion -> Telephone [vatID] :: BankOrCreditUnion -> VatID [additionalProperty] :: BankOrCreditUnion -> AdditionalProperty [containedInPlace] :: BankOrCreditUnion -> ContainedInPlace [containsPlace] :: BankOrCreditUnion -> ContainsPlace [geo] :: BankOrCreditUnion -> Geo [hasMap] :: BankOrCreditUnion -> HasMap [openingHoursSpecification] :: BankOrCreditUnion -> OpeningHoursSpecification [photo] :: BankOrCreditUnion -> Photo [additionalType] :: BankOrCreditUnion -> AdditionalType [alternateName] :: BankOrCreditUnion -> AlternateName [description] :: BankOrCreditUnion -> Description [image] :: BankOrCreditUnion -> Image [mainEntityOfPage] :: BankOrCreditUnion -> MainEntityOfPage [name] :: BankOrCreditUnion -> Name [potentialAction] :: BankOrCreditUnion -> PotentialAction [sameAs] :: BankOrCreditUnion -> SameAs [url] :: BankOrCreditUnion -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.BankOrCreditUnion.BankOrCreditUnion instance GHC.Read.Read Text.HTML5.MetaData.Schema.BankOrCreditUnion.BankOrCreditUnion instance GHC.Show.Show Text.HTML5.MetaData.Schema.BankOrCreditUnion.BankOrCreditUnion instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.BankOrCreditUnion.BankOrCreditUnion module Text.HTML5.MetaData.Schema.BarOrPub -- | A bar or pub. -- -- data BarOrPub BarOrPub :: AcceptsReservations -> Menu -> ServesCuisine -> BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AdditionalProperty -> Address -> AggregateRating -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Founder -> FoundingDate -> FoundingLocation -> HasOfferCatalog -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Seeks -> SubOrganization -> TaxID -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> BarOrPub [acceptsReservations] :: BarOrPub -> AcceptsReservations [menu] :: BarOrPub -> Menu [servesCuisine] :: BarOrPub -> ServesCuisine [branchCode] :: BarOrPub -> BranchCode [currenciesAccepted] :: BarOrPub -> CurrenciesAccepted [openingHours] :: BarOrPub -> OpeningHours [paymentAccepted] :: BarOrPub -> PaymentAccepted [priceRange] :: BarOrPub -> PriceRange [additionalProperty] :: BarOrPub -> AdditionalProperty [address] :: BarOrPub -> Address [aggregateRating] :: BarOrPub -> AggregateRating [containedInPlace] :: BarOrPub -> ContainedInPlace [containsPlace] :: BarOrPub -> ContainsPlace [event] :: BarOrPub -> Event [faxNumber] :: BarOrPub -> FaxNumber [geo] :: BarOrPub -> Geo [globalLocationNumber] :: BarOrPub -> GlobalLocationNumber [hasMap] :: BarOrPub -> HasMap [isicV4] :: BarOrPub -> IsicV4 [logo] :: BarOrPub -> Logo [openingHoursSpecification] :: BarOrPub -> OpeningHoursSpecification [photo] :: BarOrPub -> Photo [review] :: BarOrPub -> Review [telephone] :: BarOrPub -> Telephone [alumni] :: BarOrPub -> Alumni [areaServed] :: BarOrPub -> AreaServed [award] :: BarOrPub -> Award [brand] :: BarOrPub -> Brand [contactPoint] :: BarOrPub -> ContactPoint [department] :: BarOrPub -> Department [dissolutionDate] :: BarOrPub -> DissolutionDate [duns] :: BarOrPub -> Duns [email] :: BarOrPub -> Email [employee] :: BarOrPub -> Employee [founder] :: BarOrPub -> Founder [foundingDate] :: BarOrPub -> FoundingDate [foundingLocation] :: BarOrPub -> FoundingLocation [hasOfferCatalog] :: BarOrPub -> HasOfferCatalog [hasPOS] :: BarOrPub -> HasPOS [legalName] :: BarOrPub -> LegalName [location] :: BarOrPub -> Location [makesOffer] :: BarOrPub -> MakesOffer [member] :: BarOrPub -> Member [memberOf] :: BarOrPub -> MemberOf [naics] :: BarOrPub -> Naics [numberOfEmployees] :: BarOrPub -> NumberOfEmployees [owns] :: BarOrPub -> Owns [parentOrganization] :: BarOrPub -> ParentOrganization [seeks] :: BarOrPub -> Seeks [subOrganization] :: BarOrPub -> SubOrganization [taxID] :: BarOrPub -> TaxID [vatID] :: BarOrPub -> VatID [additionalType] :: BarOrPub -> AdditionalType [alternateName] :: BarOrPub -> AlternateName [description] :: BarOrPub -> Description [image] :: BarOrPub -> Image [mainEntityOfPage] :: BarOrPub -> MainEntityOfPage [name] :: BarOrPub -> Name [potentialAction] :: BarOrPub -> PotentialAction [sameAs] :: BarOrPub -> SameAs [url] :: BarOrPub -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.BarOrPub.BarOrPub instance GHC.Read.Read Text.HTML5.MetaData.Schema.BarOrPub.BarOrPub instance GHC.Show.Show Text.HTML5.MetaData.Schema.BarOrPub.BarOrPub instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.BarOrPub.BarOrPub module Text.HTML5.MetaData.Schema.ImageObject -- | An image file. -- -- data ImageObject ImageObject :: Caption -> ExifData -> RepresentativeOfPage -> Thumbnail -> AssociatedArticle -> Bitrate -> ContentSize -> ContentUrl -> Duration -> EmbedUrl -> EncodesCreativeWork -> EncodingFormat -> Expires -> Height -> PlayerType -> ProductionCompany -> RegionsAllowed -> RequiresSubscription -> UploadDate -> Width -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ImageObject [caption] :: ImageObject -> Caption [exifData] :: ImageObject -> ExifData [representativeOfPage] :: ImageObject -> RepresentativeOfPage [thumbnail] :: ImageObject -> Thumbnail [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 [regionsAllowed] :: ImageObject -> RegionsAllowed [requiresSubscription] :: ImageObject -> RequiresSubscription [uploadDate] :: ImageObject -> UploadDate [width] :: ImageObject -> Width [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 [character] :: ImageObject -> Character [citation] :: ImageObject -> Citation [comment] :: ImageObject -> Comment [commentCount] :: ImageObject -> CommentCount [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 [exampleOfWork] :: ImageObject -> ExampleOfWork [fileFormat] :: ImageObject -> FileFormat [genre] :: ImageObject -> Genre [hasPart] :: ImageObject -> HasPart [headline] :: ImageObject -> Headline [inLanguage] :: ImageObject -> InLanguage [interactionStatistic] :: ImageObject -> InteractionStatistic [interactivityType] :: ImageObject -> InteractivityType [isBasedOnUrl] :: ImageObject -> IsBasedOnUrl [isFamilyFriendly] :: ImageObject -> IsFamilyFriendly [isPartOf] :: ImageObject -> IsPartOf [keywords] :: ImageObject -> Keywords [learningResourceType] :: ImageObject -> LearningResourceType [license] :: ImageObject -> License [locationCreated] :: ImageObject -> LocationCreated [mainEntity] :: ImageObject -> MainEntity [mentions] :: ImageObject -> Mentions [offers] :: ImageObject -> Offers [position] :: ImageObject -> Position [producer] :: ImageObject -> Producer [provider] :: ImageObject -> Provider [publication] :: ImageObject -> Publication [publisher] :: ImageObject -> Publisher [publishingPrinciples] :: ImageObject -> PublishingPrinciples [recordedAt] :: ImageObject -> RecordedAt [releasedEvent] :: ImageObject -> ReleasedEvent [review] :: ImageObject -> Review [schemaVersion] :: ImageObject -> SchemaVersion [sourceOrganization] :: ImageObject -> SourceOrganization [text] :: ImageObject -> Text [thumbnailUrl] :: ImageObject -> ThumbnailUrl [timeRequired] :: ImageObject -> TimeRequired [translator] :: ImageObject -> Translator [typicalAgeRange] :: ImageObject -> TypicalAgeRange [version] :: ImageObject -> Version [video] :: ImageObject -> Video [workExample] :: ImageObject -> WorkExample [additionalType] :: ImageObject -> AdditionalType [alternateName] :: ImageObject -> AlternateName [description] :: ImageObject -> Description [image] :: ImageObject -> Image [mainEntityOfPage] :: ImageObject -> MainEntityOfPage [name] :: ImageObject -> Name [potentialAction] :: ImageObject -> PotentialAction [sameAs] :: ImageObject -> SameAs [url] :: ImageObject -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ImageObject.ImageObject instance GHC.Read.Read Text.HTML5.MetaData.Schema.ImageObject.ImageObject instance GHC.Show.Show Text.HTML5.MetaData.Schema.ImageObject.ImageObject instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ImageObject.ImageObject module Text.HTML5.MetaData.Schema.Barcode -- | An image of a visual machine-readable code such as a barcode or QR -- code. -- -- data Barcode Barcode :: Caption -> ExifData -> RepresentativeOfPage -> Thumbnail -> AssociatedArticle -> Bitrate -> ContentSize -> ContentUrl -> Duration -> EmbedUrl -> EncodesCreativeWork -> EncodingFormat -> Expires -> Height -> PlayerType -> ProductionCompany -> RegionsAllowed -> RequiresSubscription -> UploadDate -> Width -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Barcode [caption] :: Barcode -> Caption [exifData] :: Barcode -> ExifData [representativeOfPage] :: Barcode -> RepresentativeOfPage [thumbnail] :: Barcode -> Thumbnail [associatedArticle] :: Barcode -> AssociatedArticle [bitrate] :: Barcode -> Bitrate [contentSize] :: Barcode -> ContentSize [contentUrl] :: Barcode -> ContentUrl [duration] :: Barcode -> Duration [embedUrl] :: Barcode -> EmbedUrl [encodesCreativeWork] :: Barcode -> EncodesCreativeWork [encodingFormat] :: Barcode -> EncodingFormat [expires] :: Barcode -> Expires [height] :: Barcode -> Height [playerType] :: Barcode -> PlayerType [productionCompany] :: Barcode -> ProductionCompany [regionsAllowed] :: Barcode -> RegionsAllowed [requiresSubscription] :: Barcode -> RequiresSubscription [uploadDate] :: Barcode -> UploadDate [width] :: Barcode -> Width [about] :: Barcode -> About [accessibilityAPI] :: Barcode -> AccessibilityAPI [accessibilityControl] :: Barcode -> AccessibilityControl [accessibilityFeature] :: Barcode -> AccessibilityFeature [accessibilityHazard] :: Barcode -> AccessibilityHazard [accountablePerson] :: Barcode -> AccountablePerson [aggregateRating] :: Barcode -> AggregateRating [alternativeHeadline] :: Barcode -> AlternativeHeadline [associatedMedia] :: Barcode -> AssociatedMedia [audience] :: Barcode -> Audience [audio] :: Barcode -> Audio [author] :: Barcode -> Author [award] :: Barcode -> Award [character] :: Barcode -> Character [citation] :: Barcode -> Citation [comment] :: Barcode -> Comment [commentCount] :: Barcode -> CommentCount [contentLocation] :: Barcode -> ContentLocation [contentRating] :: Barcode -> ContentRating [contributor] :: Barcode -> Contributor [copyrightHolder] :: Barcode -> CopyrightHolder [copyrightYear] :: Barcode -> CopyrightYear [creator] :: Barcode -> Creator [dateCreated] :: Barcode -> DateCreated [dateModified] :: Barcode -> DateModified [datePublished] :: Barcode -> DatePublished [discussionUrl] :: Barcode -> DiscussionUrl [editor] :: Barcode -> Editor [educationalAlignment] :: Barcode -> EducationalAlignment [educationalUse] :: Barcode -> EducationalUse [encoding] :: Barcode -> Encoding [exampleOfWork] :: Barcode -> ExampleOfWork [fileFormat] :: Barcode -> FileFormat [genre] :: Barcode -> Genre [hasPart] :: Barcode -> HasPart [headline] :: Barcode -> Headline [inLanguage] :: Barcode -> InLanguage [interactionStatistic] :: Barcode -> InteractionStatistic [interactivityType] :: Barcode -> InteractivityType [isBasedOnUrl] :: Barcode -> IsBasedOnUrl [isFamilyFriendly] :: Barcode -> IsFamilyFriendly [isPartOf] :: Barcode -> IsPartOf [keywords] :: Barcode -> Keywords [learningResourceType] :: Barcode -> LearningResourceType [license] :: Barcode -> License [locationCreated] :: Barcode -> LocationCreated [mainEntity] :: Barcode -> MainEntity [mentions] :: Barcode -> Mentions [offers] :: Barcode -> Offers [position] :: Barcode -> Position [producer] :: Barcode -> Producer [provider] :: Barcode -> Provider [publication] :: Barcode -> Publication [publisher] :: Barcode -> Publisher [publishingPrinciples] :: Barcode -> PublishingPrinciples [recordedAt] :: Barcode -> RecordedAt [releasedEvent] :: Barcode -> ReleasedEvent [review] :: Barcode -> Review [schemaVersion] :: Barcode -> SchemaVersion [sourceOrganization] :: Barcode -> SourceOrganization [text] :: Barcode -> Text [thumbnailUrl] :: Barcode -> ThumbnailUrl [timeRequired] :: Barcode -> TimeRequired [translator] :: Barcode -> Translator [typicalAgeRange] :: Barcode -> TypicalAgeRange [version] :: Barcode -> Version [video] :: Barcode -> Video [workExample] :: Barcode -> WorkExample [additionalType] :: Barcode -> AdditionalType [alternateName] :: Barcode -> AlternateName [description] :: Barcode -> Description [image] :: Barcode -> Image [mainEntityOfPage] :: Barcode -> MainEntityOfPage [name] :: Barcode -> Name [potentialAction] :: Barcode -> PotentialAction [sameAs] :: Barcode -> SameAs [url] :: Barcode -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Barcode.Barcode instance GHC.Read.Read Text.HTML5.MetaData.Schema.Barcode.Barcode instance GHC.Show.Show Text.HTML5.MetaData.Schema.Barcode.Barcode instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Barcode.Barcode module Text.HTML5.MetaData.Schema.Beach -- | Beach. -- -- data Beach Beach :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Beach [openingHours] :: Beach -> OpeningHours [additionalProperty] :: Beach -> AdditionalProperty [address] :: Beach -> Address [aggregateRating] :: Beach -> AggregateRating [branchCode] :: Beach -> BranchCode [containedInPlace] :: Beach -> ContainedInPlace [containsPlace] :: Beach -> ContainsPlace [event] :: Beach -> Event [faxNumber] :: Beach -> FaxNumber [geo] :: Beach -> Geo [globalLocationNumber] :: Beach -> GlobalLocationNumber [hasMap] :: Beach -> HasMap [isicV4] :: Beach -> IsicV4 [logo] :: Beach -> Logo [openingHoursSpecification] :: Beach -> OpeningHoursSpecification [photo] :: Beach -> Photo [review] :: Beach -> Review [telephone] :: Beach -> Telephone [additionalType] :: Beach -> AdditionalType [alternateName] :: Beach -> AlternateName [description] :: Beach -> Description [image] :: Beach -> Image [mainEntityOfPage] :: Beach -> MainEntityOfPage [name] :: Beach -> Name [potentialAction] :: Beach -> PotentialAction [sameAs] :: Beach -> SameAs [url] :: Beach -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Beach.Beach instance GHC.Read.Read Text.HTML5.MetaData.Schema.Beach.Beach instance GHC.Show.Show Text.HTML5.MetaData.Schema.Beach.Beach instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Beach.Beach module Text.HTML5.MetaData.Schema.BeautySalon -- | Beauty salon. -- -- data BeautySalon BeautySalon :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> BeautySalon [branchCode] :: BeautySalon -> BranchCode [currenciesAccepted] :: BeautySalon -> CurrenciesAccepted [openingHours] :: BeautySalon -> OpeningHours [paymentAccepted] :: BeautySalon -> PaymentAccepted [priceRange] :: BeautySalon -> PriceRange [address] :: BeautySalon -> Address [aggregateRating] :: BeautySalon -> AggregateRating [alumni] :: BeautySalon -> Alumni [areaServed] :: BeautySalon -> AreaServed [award] :: BeautySalon -> Award [brand] :: BeautySalon -> Brand [contactPoint] :: BeautySalon -> ContactPoint [department] :: BeautySalon -> Department [dissolutionDate] :: BeautySalon -> DissolutionDate [duns] :: BeautySalon -> Duns [email] :: BeautySalon -> Email [employee] :: BeautySalon -> Employee [event] :: BeautySalon -> Event [faxNumber] :: BeautySalon -> FaxNumber [founder] :: BeautySalon -> Founder [foundingDate] :: BeautySalon -> FoundingDate [foundingLocation] :: BeautySalon -> FoundingLocation [globalLocationNumber] :: BeautySalon -> GlobalLocationNumber [hasOfferCatalog] :: BeautySalon -> HasOfferCatalog [hasPOS] :: BeautySalon -> HasPOS [isicV4] :: BeautySalon -> IsicV4 [legalName] :: BeautySalon -> LegalName [location] :: BeautySalon -> Location [logo] :: BeautySalon -> Logo [makesOffer] :: BeautySalon -> MakesOffer [member] :: BeautySalon -> Member [memberOf] :: BeautySalon -> MemberOf [naics] :: BeautySalon -> Naics [numberOfEmployees] :: BeautySalon -> NumberOfEmployees [owns] :: BeautySalon -> Owns [parentOrganization] :: BeautySalon -> ParentOrganization [review] :: BeautySalon -> Review [seeks] :: BeautySalon -> Seeks [subOrganization] :: BeautySalon -> SubOrganization [taxID] :: BeautySalon -> TaxID [telephone] :: BeautySalon -> Telephone [vatID] :: BeautySalon -> VatID [additionalProperty] :: BeautySalon -> AdditionalProperty [containedInPlace] :: BeautySalon -> ContainedInPlace [containsPlace] :: BeautySalon -> ContainsPlace [geo] :: BeautySalon -> Geo [hasMap] :: BeautySalon -> HasMap [openingHoursSpecification] :: BeautySalon -> OpeningHoursSpecification [photo] :: BeautySalon -> Photo [additionalType] :: BeautySalon -> AdditionalType [alternateName] :: BeautySalon -> AlternateName [description] :: BeautySalon -> Description [image] :: BeautySalon -> Image [mainEntityOfPage] :: BeautySalon -> MainEntityOfPage [name] :: BeautySalon -> Name [potentialAction] :: BeautySalon -> PotentialAction [sameAs] :: BeautySalon -> SameAs [url] :: BeautySalon -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.BeautySalon.BeautySalon instance GHC.Read.Read Text.HTML5.MetaData.Schema.BeautySalon.BeautySalon instance GHC.Show.Show Text.HTML5.MetaData.Schema.BeautySalon.BeautySalon instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.BeautySalon.BeautySalon module Text.HTML5.MetaData.Schema.BedAndBreakfast -- | Bed and breakfast. -- -- data BedAndBreakfast BedAndBreakfast :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> BedAndBreakfast [branchCode] :: BedAndBreakfast -> BranchCode [currenciesAccepted] :: BedAndBreakfast -> CurrenciesAccepted [openingHours] :: BedAndBreakfast -> OpeningHours [paymentAccepted] :: BedAndBreakfast -> PaymentAccepted [priceRange] :: BedAndBreakfast -> PriceRange [address] :: BedAndBreakfast -> Address [aggregateRating] :: BedAndBreakfast -> AggregateRating [alumni] :: BedAndBreakfast -> Alumni [areaServed] :: BedAndBreakfast -> AreaServed [award] :: BedAndBreakfast -> Award [brand] :: BedAndBreakfast -> Brand [contactPoint] :: BedAndBreakfast -> ContactPoint [department] :: BedAndBreakfast -> Department [dissolutionDate] :: BedAndBreakfast -> DissolutionDate [duns] :: BedAndBreakfast -> Duns [email] :: BedAndBreakfast -> Email [employee] :: BedAndBreakfast -> Employee [event] :: BedAndBreakfast -> Event [faxNumber] :: BedAndBreakfast -> FaxNumber [founder] :: BedAndBreakfast -> Founder [foundingDate] :: BedAndBreakfast -> FoundingDate [foundingLocation] :: BedAndBreakfast -> FoundingLocation [globalLocationNumber] :: BedAndBreakfast -> GlobalLocationNumber [hasOfferCatalog] :: BedAndBreakfast -> HasOfferCatalog [hasPOS] :: BedAndBreakfast -> HasPOS [isicV4] :: BedAndBreakfast -> IsicV4 [legalName] :: BedAndBreakfast -> LegalName [location] :: BedAndBreakfast -> Location [logo] :: BedAndBreakfast -> Logo [makesOffer] :: BedAndBreakfast -> MakesOffer [member] :: BedAndBreakfast -> Member [memberOf] :: BedAndBreakfast -> MemberOf [naics] :: BedAndBreakfast -> Naics [numberOfEmployees] :: BedAndBreakfast -> NumberOfEmployees [owns] :: BedAndBreakfast -> Owns [parentOrganization] :: BedAndBreakfast -> ParentOrganization [review] :: BedAndBreakfast -> Review [seeks] :: BedAndBreakfast -> Seeks [subOrganization] :: BedAndBreakfast -> SubOrganization [taxID] :: BedAndBreakfast -> TaxID [telephone] :: BedAndBreakfast -> Telephone [vatID] :: BedAndBreakfast -> VatID [additionalProperty] :: BedAndBreakfast -> AdditionalProperty [containedInPlace] :: BedAndBreakfast -> ContainedInPlace [containsPlace] :: BedAndBreakfast -> ContainsPlace [geo] :: BedAndBreakfast -> Geo [hasMap] :: BedAndBreakfast -> HasMap [openingHoursSpecification] :: BedAndBreakfast -> OpeningHoursSpecification [photo] :: BedAndBreakfast -> Photo [additionalType] :: BedAndBreakfast -> AdditionalType [alternateName] :: BedAndBreakfast -> AlternateName [description] :: BedAndBreakfast -> Description [image] :: BedAndBreakfast -> Image [mainEntityOfPage] :: BedAndBreakfast -> MainEntityOfPage [name] :: BedAndBreakfast -> Name [potentialAction] :: BedAndBreakfast -> PotentialAction [sameAs] :: BedAndBreakfast -> SameAs [url] :: BedAndBreakfast -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.BedAndBreakfast.BedAndBreakfast instance GHC.Read.Read Text.HTML5.MetaData.Schema.BedAndBreakfast.BedAndBreakfast instance GHC.Show.Show Text.HTML5.MetaData.Schema.BedAndBreakfast.BedAndBreakfast instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.BedAndBreakfast.BedAndBreakfast module Text.HTML5.MetaData.Schema.BefriendAction -- | The act of forming a personal connection with someone (object) -- mutuallybidirectionallysymmetrically.Related -- actions:FollowAction: Unlike FollowAction, BefriendAction implies that -- the connection is reciprocal. -- -- data BefriendAction BefriendAction :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> BefriendAction [actionStatus] :: BefriendAction -> ActionStatus [agent] :: BefriendAction -> Agent [endTime] :: BefriendAction -> EndTime [error] :: BefriendAction -> Error [instrument] :: BefriendAction -> Instrument [location] :: BefriendAction -> Location [object] :: BefriendAction -> Object [participant] :: BefriendAction -> Participant [result] :: BefriendAction -> Result [startTime] :: BefriendAction -> StartTime [target] :: BefriendAction -> Target [additionalType] :: BefriendAction -> AdditionalType [alternateName] :: BefriendAction -> AlternateName [description] :: BefriendAction -> Description [image] :: BefriendAction -> Image [mainEntityOfPage] :: BefriendAction -> MainEntityOfPage [name] :: BefriendAction -> Name [potentialAction] :: BefriendAction -> PotentialAction [sameAs] :: BefriendAction -> SameAs [url] :: BefriendAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.BefriendAction.BefriendAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.BefriendAction.BefriendAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.BefriendAction.BefriendAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.BefriendAction.BefriendAction module Text.HTML5.MetaData.Schema.BikeStore -- | A bike store. -- -- data BikeStore BikeStore :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> BikeStore [branchCode] :: BikeStore -> BranchCode [currenciesAccepted] :: BikeStore -> CurrenciesAccepted [openingHours] :: BikeStore -> OpeningHours [paymentAccepted] :: BikeStore -> PaymentAccepted [priceRange] :: BikeStore -> PriceRange [address] :: BikeStore -> Address [aggregateRating] :: BikeStore -> AggregateRating [alumni] :: BikeStore -> Alumni [areaServed] :: BikeStore -> AreaServed [award] :: BikeStore -> Award [brand] :: BikeStore -> Brand [contactPoint] :: BikeStore -> ContactPoint [department] :: BikeStore -> Department [dissolutionDate] :: BikeStore -> DissolutionDate [duns] :: BikeStore -> Duns [email] :: BikeStore -> Email [employee] :: BikeStore -> Employee [event] :: BikeStore -> Event [faxNumber] :: BikeStore -> FaxNumber [founder] :: BikeStore -> Founder [foundingDate] :: BikeStore -> FoundingDate [foundingLocation] :: BikeStore -> FoundingLocation [globalLocationNumber] :: BikeStore -> GlobalLocationNumber [hasOfferCatalog] :: BikeStore -> HasOfferCatalog [hasPOS] :: BikeStore -> HasPOS [isicV4] :: BikeStore -> IsicV4 [legalName] :: BikeStore -> LegalName [location] :: BikeStore -> Location [logo] :: BikeStore -> Logo [makesOffer] :: BikeStore -> MakesOffer [member] :: BikeStore -> Member [memberOf] :: BikeStore -> MemberOf [naics] :: BikeStore -> Naics [numberOfEmployees] :: BikeStore -> NumberOfEmployees [owns] :: BikeStore -> Owns [parentOrganization] :: BikeStore -> ParentOrganization [review] :: BikeStore -> Review [seeks] :: BikeStore -> Seeks [subOrganization] :: BikeStore -> SubOrganization [taxID] :: BikeStore -> TaxID [telephone] :: BikeStore -> Telephone [vatID] :: BikeStore -> VatID [additionalProperty] :: BikeStore -> AdditionalProperty [containedInPlace] :: BikeStore -> ContainedInPlace [containsPlace] :: BikeStore -> ContainsPlace [geo] :: BikeStore -> Geo [hasMap] :: BikeStore -> HasMap [openingHoursSpecification] :: BikeStore -> OpeningHoursSpecification [photo] :: BikeStore -> Photo [additionalType] :: BikeStore -> AdditionalType [alternateName] :: BikeStore -> AlternateName [description] :: BikeStore -> Description [image] :: BikeStore -> Image [mainEntityOfPage] :: BikeStore -> MainEntityOfPage [name] :: BikeStore -> Name [potentialAction] :: BikeStore -> PotentialAction [sameAs] :: BikeStore -> SameAs [url] :: BikeStore -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.BikeStore.BikeStore instance GHC.Read.Read Text.HTML5.MetaData.Schema.BikeStore.BikeStore instance GHC.Show.Show Text.HTML5.MetaData.Schema.BikeStore.BikeStore instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.BikeStore.BikeStore module Text.HTML5.MetaData.Schema.Blog -- | A blog. -- -- data Blog Blog :: BlogPost -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Blog [blogPost] :: Blog -> BlogPost [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 [character] :: Blog -> Character [citation] :: Blog -> Citation [comment] :: Blog -> Comment [commentCount] :: Blog -> CommentCount [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 [exampleOfWork] :: Blog -> ExampleOfWork [fileFormat] :: Blog -> FileFormat [genre] :: Blog -> Genre [hasPart] :: Blog -> HasPart [headline] :: Blog -> Headline [inLanguage] :: Blog -> InLanguage [interactionStatistic] :: Blog -> InteractionStatistic [interactivityType] :: Blog -> InteractivityType [isBasedOnUrl] :: Blog -> IsBasedOnUrl [isFamilyFriendly] :: Blog -> IsFamilyFriendly [isPartOf] :: Blog -> IsPartOf [keywords] :: Blog -> Keywords [learningResourceType] :: Blog -> LearningResourceType [license] :: Blog -> License [locationCreated] :: Blog -> LocationCreated [mainEntity] :: Blog -> MainEntity [mentions] :: Blog -> Mentions [offers] :: Blog -> Offers [position] :: Blog -> Position [producer] :: Blog -> Producer [provider] :: Blog -> Provider [publication] :: Blog -> Publication [publisher] :: Blog -> Publisher [publishingPrinciples] :: Blog -> PublishingPrinciples [recordedAt] :: Blog -> RecordedAt [releasedEvent] :: Blog -> ReleasedEvent [review] :: Blog -> Review [schemaVersion] :: Blog -> SchemaVersion [sourceOrganization] :: Blog -> SourceOrganization [text] :: Blog -> Text [thumbnailUrl] :: Blog -> ThumbnailUrl [timeRequired] :: Blog -> TimeRequired [translator] :: Blog -> Translator [typicalAgeRange] :: Blog -> TypicalAgeRange [version] :: Blog -> Version [video] :: Blog -> Video [workExample] :: Blog -> WorkExample [additionalType] :: Blog -> AdditionalType [alternateName] :: Blog -> AlternateName [description] :: Blog -> Description [image] :: Blog -> Image [mainEntityOfPage] :: Blog -> MainEntityOfPage [name] :: Blog -> Name [potentialAction] :: Blog -> PotentialAction [sameAs] :: Blog -> SameAs [url] :: Blog -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Blog.Blog instance GHC.Read.Read Text.HTML5.MetaData.Schema.Blog.Blog instance GHC.Show.Show Text.HTML5.MetaData.Schema.Blog.Blog instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Blog.Blog module Text.HTML5.MetaData.Schema.BlogPosting -- | A blog post. -- -- data BlogPosting BlogPosting :: SharedContent -> ArticleBody -> ArticleSection -> PageEnd -> PageStart -> Pagination -> WordCount -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> BlogPosting [sharedContent] :: BlogPosting -> SharedContent [articleBody] :: BlogPosting -> ArticleBody [articleSection] :: BlogPosting -> ArticleSection [pageEnd] :: BlogPosting -> PageEnd [pageStart] :: BlogPosting -> PageStart [pagination] :: BlogPosting -> Pagination [wordCount] :: BlogPosting -> WordCount [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 [character] :: BlogPosting -> Character [citation] :: BlogPosting -> Citation [comment] :: BlogPosting -> Comment [commentCount] :: BlogPosting -> CommentCount [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 [exampleOfWork] :: BlogPosting -> ExampleOfWork [fileFormat] :: BlogPosting -> FileFormat [genre] :: BlogPosting -> Genre [hasPart] :: BlogPosting -> HasPart [headline] :: BlogPosting -> Headline [inLanguage] :: BlogPosting -> InLanguage [interactionStatistic] :: BlogPosting -> InteractionStatistic [interactivityType] :: BlogPosting -> InteractivityType [isBasedOnUrl] :: BlogPosting -> IsBasedOnUrl [isFamilyFriendly] :: BlogPosting -> IsFamilyFriendly [isPartOf] :: BlogPosting -> IsPartOf [keywords] :: BlogPosting -> Keywords [learningResourceType] :: BlogPosting -> LearningResourceType [license] :: BlogPosting -> License [locationCreated] :: BlogPosting -> LocationCreated [mainEntity] :: BlogPosting -> MainEntity [mentions] :: BlogPosting -> Mentions [offers] :: BlogPosting -> Offers [position] :: BlogPosting -> Position [producer] :: BlogPosting -> Producer [provider] :: BlogPosting -> Provider [publication] :: BlogPosting -> Publication [publisher] :: BlogPosting -> Publisher [publishingPrinciples] :: BlogPosting -> PublishingPrinciples [recordedAt] :: BlogPosting -> RecordedAt [releasedEvent] :: BlogPosting -> ReleasedEvent [review] :: BlogPosting -> Review [schemaVersion] :: BlogPosting -> SchemaVersion [sourceOrganization] :: BlogPosting -> SourceOrganization [text] :: BlogPosting -> Text [thumbnailUrl] :: BlogPosting -> ThumbnailUrl [timeRequired] :: BlogPosting -> TimeRequired [translator] :: BlogPosting -> Translator [typicalAgeRange] :: BlogPosting -> TypicalAgeRange [version] :: BlogPosting -> Version [video] :: BlogPosting -> Video [workExample] :: BlogPosting -> WorkExample [additionalType] :: BlogPosting -> AdditionalType [alternateName] :: BlogPosting -> AlternateName [description] :: BlogPosting -> Description [image] :: BlogPosting -> Image [mainEntityOfPage] :: BlogPosting -> MainEntityOfPage [name] :: BlogPosting -> Name [potentialAction] :: BlogPosting -> PotentialAction [sameAs] :: BlogPosting -> SameAs [url] :: BlogPosting -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.BlogPosting.BlogPosting instance GHC.Read.Read Text.HTML5.MetaData.Schema.BlogPosting.BlogPosting instance GHC.Show.Show Text.HTML5.MetaData.Schema.BlogPosting.BlogPosting instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.BlogPosting.BlogPosting module Text.HTML5.MetaData.Schema.LiveBlogPosting -- | A blog post intended to provide a rolling textual coverage of an -- ongoing event through continuous updates. -- -- data LiveBlogPosting LiveBlogPosting :: CoverageEndTime -> CoverageStartTime -> LiveBlogUpdate -> SharedContent -> ArticleBody -> ArticleSection -> PageEnd -> PageStart -> Pagination -> WordCount -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> LiveBlogPosting [coverageEndTime] :: LiveBlogPosting -> CoverageEndTime [coverageStartTime] :: LiveBlogPosting -> CoverageStartTime [liveBlogUpdate] :: LiveBlogPosting -> LiveBlogUpdate [sharedContent] :: LiveBlogPosting -> SharedContent [articleBody] :: LiveBlogPosting -> ArticleBody [articleSection] :: LiveBlogPosting -> ArticleSection [pageEnd] :: LiveBlogPosting -> PageEnd [pageStart] :: LiveBlogPosting -> PageStart [pagination] :: LiveBlogPosting -> Pagination [wordCount] :: LiveBlogPosting -> WordCount [about] :: LiveBlogPosting -> About [accessibilityAPI] :: LiveBlogPosting -> AccessibilityAPI [accessibilityControl] :: LiveBlogPosting -> AccessibilityControl [accessibilityFeature] :: LiveBlogPosting -> AccessibilityFeature [accessibilityHazard] :: LiveBlogPosting -> AccessibilityHazard [accountablePerson] :: LiveBlogPosting -> AccountablePerson [aggregateRating] :: LiveBlogPosting -> AggregateRating [alternativeHeadline] :: LiveBlogPosting -> AlternativeHeadline [associatedMedia] :: LiveBlogPosting -> AssociatedMedia [audience] :: LiveBlogPosting -> Audience [audio] :: LiveBlogPosting -> Audio [author] :: LiveBlogPosting -> Author [award] :: LiveBlogPosting -> Award [character] :: LiveBlogPosting -> Character [citation] :: LiveBlogPosting -> Citation [comment] :: LiveBlogPosting -> Comment [commentCount] :: LiveBlogPosting -> CommentCount [contentLocation] :: LiveBlogPosting -> ContentLocation [contentRating] :: LiveBlogPosting -> ContentRating [contributor] :: LiveBlogPosting -> Contributor [copyrightHolder] :: LiveBlogPosting -> CopyrightHolder [copyrightYear] :: LiveBlogPosting -> CopyrightYear [creator] :: LiveBlogPosting -> Creator [dateCreated] :: LiveBlogPosting -> DateCreated [dateModified] :: LiveBlogPosting -> DateModified [datePublished] :: LiveBlogPosting -> DatePublished [discussionUrl] :: LiveBlogPosting -> DiscussionUrl [editor] :: LiveBlogPosting -> Editor [educationalAlignment] :: LiveBlogPosting -> EducationalAlignment [educationalUse] :: LiveBlogPosting -> EducationalUse [encoding] :: LiveBlogPosting -> Encoding [exampleOfWork] :: LiveBlogPosting -> ExampleOfWork [fileFormat] :: LiveBlogPosting -> FileFormat [genre] :: LiveBlogPosting -> Genre [hasPart] :: LiveBlogPosting -> HasPart [headline] :: LiveBlogPosting -> Headline [inLanguage] :: LiveBlogPosting -> InLanguage [interactionStatistic] :: LiveBlogPosting -> InteractionStatistic [interactivityType] :: LiveBlogPosting -> InteractivityType [isBasedOnUrl] :: LiveBlogPosting -> IsBasedOnUrl [isFamilyFriendly] :: LiveBlogPosting -> IsFamilyFriendly [isPartOf] :: LiveBlogPosting -> IsPartOf [keywords] :: LiveBlogPosting -> Keywords [learningResourceType] :: LiveBlogPosting -> LearningResourceType [license] :: LiveBlogPosting -> License [locationCreated] :: LiveBlogPosting -> LocationCreated [mainEntity] :: LiveBlogPosting -> MainEntity [mentions] :: LiveBlogPosting -> Mentions [offers] :: LiveBlogPosting -> Offers [position] :: LiveBlogPosting -> Position [producer] :: LiveBlogPosting -> Producer [provider] :: LiveBlogPosting -> Provider [publication] :: LiveBlogPosting -> Publication [publisher] :: LiveBlogPosting -> Publisher [publishingPrinciples] :: LiveBlogPosting -> PublishingPrinciples [recordedAt] :: LiveBlogPosting -> RecordedAt [releasedEvent] :: LiveBlogPosting -> ReleasedEvent [review] :: LiveBlogPosting -> Review [schemaVersion] :: LiveBlogPosting -> SchemaVersion [sourceOrganization] :: LiveBlogPosting -> SourceOrganization [text] :: LiveBlogPosting -> Text [thumbnailUrl] :: LiveBlogPosting -> ThumbnailUrl [timeRequired] :: LiveBlogPosting -> TimeRequired [translator] :: LiveBlogPosting -> Translator [typicalAgeRange] :: LiveBlogPosting -> TypicalAgeRange [version] :: LiveBlogPosting -> Version [video] :: LiveBlogPosting -> Video [workExample] :: LiveBlogPosting -> WorkExample [additionalType] :: LiveBlogPosting -> AdditionalType [alternateName] :: LiveBlogPosting -> AlternateName [description] :: LiveBlogPosting -> Description [image] :: LiveBlogPosting -> Image [mainEntityOfPage] :: LiveBlogPosting -> MainEntityOfPage [name] :: LiveBlogPosting -> Name [potentialAction] :: LiveBlogPosting -> PotentialAction [sameAs] :: LiveBlogPosting -> SameAs [url] :: LiveBlogPosting -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.LiveBlogPosting.LiveBlogPosting instance GHC.Read.Read Text.HTML5.MetaData.Schema.LiveBlogPosting.LiveBlogPosting instance GHC.Show.Show Text.HTML5.MetaData.Schema.LiveBlogPosting.LiveBlogPosting instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.LiveBlogPosting.LiveBlogPosting module Text.HTML5.MetaData.Schema.BloodTest -- | A medical test performed on a sample of a patient's blood. -- -- data BloodTest BloodTest :: AffectedBy -> NormalRange -> SignDetected -> UsedToDiagnose -> UsesDevice -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> BloodTest [affectedBy] :: BloodTest -> AffectedBy [normalRange] :: BloodTest -> NormalRange [signDetected] :: BloodTest -> SignDetected [usedToDiagnose] :: BloodTest -> UsedToDiagnose [usesDevice] :: BloodTest -> UsesDevice [code] :: BloodTest -> Code [guideline] :: BloodTest -> Guideline [medicineSystem] :: BloodTest -> MedicineSystem [recognizingAuthority] :: BloodTest -> RecognizingAuthority [relevantSpecialty] :: BloodTest -> RelevantSpecialty [study] :: BloodTest -> Study [additionalType] :: BloodTest -> AdditionalType [alternateName] :: BloodTest -> AlternateName [description] :: BloodTest -> Description [image] :: BloodTest -> Image [mainEntityOfPage] :: BloodTest -> MainEntityOfPage [name] :: BloodTest -> Name [potentialAction] :: BloodTest -> PotentialAction [sameAs] :: BloodTest -> SameAs [url] :: BloodTest -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.BloodTest.BloodTest instance GHC.Read.Read Text.HTML5.MetaData.Schema.BloodTest.BloodTest instance GHC.Show.Show Text.HTML5.MetaData.Schema.BloodTest.BloodTest instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.BloodTest.BloodTest module Text.HTML5.MetaData.Schema.Canal -- | A canal, like the Panama Canal. -- -- data Canal Canal :: AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Canal [additionalProperty] :: Canal -> AdditionalProperty [address] :: Canal -> Address [aggregateRating] :: Canal -> AggregateRating [branchCode] :: Canal -> BranchCode [containedInPlace] :: Canal -> ContainedInPlace [containsPlace] :: Canal -> ContainsPlace [event] :: Canal -> Event [faxNumber] :: Canal -> FaxNumber [geo] :: Canal -> Geo [globalLocationNumber] :: Canal -> GlobalLocationNumber [hasMap] :: Canal -> HasMap [isicV4] :: Canal -> IsicV4 [logo] :: Canal -> Logo [openingHoursSpecification] :: Canal -> OpeningHoursSpecification [photo] :: Canal -> Photo [review] :: Canal -> Review [telephone] :: Canal -> Telephone [additionalType] :: Canal -> AdditionalType [alternateName] :: Canal -> AlternateName [description] :: Canal -> Description [image] :: Canal -> Image [mainEntityOfPage] :: Canal -> MainEntityOfPage [name] :: Canal -> Name [potentialAction] :: Canal -> PotentialAction [sameAs] :: Canal -> SameAs [url] :: Canal -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Canal.Canal instance GHC.Read.Read Text.HTML5.MetaData.Schema.Canal.Canal instance GHC.Show.Show Text.HTML5.MetaData.Schema.Canal.Canal instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Canal.Canal module Text.HTML5.MetaData.Schema.LakeBodyOfWater -- | A lake (for example, Lake Pontrachain). -- -- data LakeBodyOfWater LakeBodyOfWater :: AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> LakeBodyOfWater [additionalProperty] :: LakeBodyOfWater -> AdditionalProperty [address] :: LakeBodyOfWater -> Address [aggregateRating] :: LakeBodyOfWater -> AggregateRating [branchCode] :: LakeBodyOfWater -> BranchCode [containedInPlace] :: LakeBodyOfWater -> ContainedInPlace [containsPlace] :: LakeBodyOfWater -> ContainsPlace [event] :: LakeBodyOfWater -> Event [faxNumber] :: LakeBodyOfWater -> FaxNumber [geo] :: LakeBodyOfWater -> Geo [globalLocationNumber] :: LakeBodyOfWater -> GlobalLocationNumber [hasMap] :: LakeBodyOfWater -> HasMap [isicV4] :: LakeBodyOfWater -> IsicV4 [logo] :: LakeBodyOfWater -> Logo [openingHoursSpecification] :: LakeBodyOfWater -> OpeningHoursSpecification [photo] :: LakeBodyOfWater -> Photo [review] :: LakeBodyOfWater -> Review [telephone] :: LakeBodyOfWater -> Telephone [additionalType] :: LakeBodyOfWater -> AdditionalType [alternateName] :: LakeBodyOfWater -> AlternateName [description] :: LakeBodyOfWater -> Description [image] :: LakeBodyOfWater -> Image [mainEntityOfPage] :: LakeBodyOfWater -> MainEntityOfPage [name] :: LakeBodyOfWater -> Name [potentialAction] :: LakeBodyOfWater -> PotentialAction [sameAs] :: LakeBodyOfWater -> SameAs [url] :: LakeBodyOfWater -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.LakeBodyOfWater.LakeBodyOfWater instance GHC.Read.Read Text.HTML5.MetaData.Schema.LakeBodyOfWater.LakeBodyOfWater instance GHC.Show.Show Text.HTML5.MetaData.Schema.LakeBodyOfWater.LakeBodyOfWater instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.LakeBodyOfWater.LakeBodyOfWater module Text.HTML5.MetaData.Schema.OceanBodyOfWater -- | An ocean (for example, the Pacific). -- -- data OceanBodyOfWater OceanBodyOfWater :: AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> OceanBodyOfWater [additionalProperty] :: OceanBodyOfWater -> AdditionalProperty [address] :: OceanBodyOfWater -> Address [aggregateRating] :: OceanBodyOfWater -> AggregateRating [branchCode] :: OceanBodyOfWater -> BranchCode [containedInPlace] :: OceanBodyOfWater -> ContainedInPlace [containsPlace] :: OceanBodyOfWater -> ContainsPlace [event] :: OceanBodyOfWater -> Event [faxNumber] :: OceanBodyOfWater -> FaxNumber [geo] :: OceanBodyOfWater -> Geo [globalLocationNumber] :: OceanBodyOfWater -> GlobalLocationNumber [hasMap] :: OceanBodyOfWater -> HasMap [isicV4] :: OceanBodyOfWater -> IsicV4 [logo] :: OceanBodyOfWater -> Logo [openingHoursSpecification] :: OceanBodyOfWater -> OpeningHoursSpecification [photo] :: OceanBodyOfWater -> Photo [review] :: OceanBodyOfWater -> Review [telephone] :: OceanBodyOfWater -> Telephone [additionalType] :: OceanBodyOfWater -> AdditionalType [alternateName] :: OceanBodyOfWater -> AlternateName [description] :: OceanBodyOfWater -> Description [image] :: OceanBodyOfWater -> Image [mainEntityOfPage] :: OceanBodyOfWater -> MainEntityOfPage [name] :: OceanBodyOfWater -> Name [potentialAction] :: OceanBodyOfWater -> PotentialAction [sameAs] :: OceanBodyOfWater -> SameAs [url] :: OceanBodyOfWater -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.OceanBodyOfWater.OceanBodyOfWater instance GHC.Read.Read Text.HTML5.MetaData.Schema.OceanBodyOfWater.OceanBodyOfWater instance GHC.Show.Show Text.HTML5.MetaData.Schema.OceanBodyOfWater.OceanBodyOfWater instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.OceanBodyOfWater.OceanBodyOfWater module Text.HTML5.MetaData.Schema.Pond -- | A pond. -- -- data Pond Pond :: AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Pond [additionalProperty] :: Pond -> AdditionalProperty [address] :: Pond -> Address [aggregateRating] :: Pond -> AggregateRating [branchCode] :: Pond -> BranchCode [containedInPlace] :: Pond -> ContainedInPlace [containsPlace] :: Pond -> ContainsPlace [event] :: Pond -> Event [faxNumber] :: Pond -> FaxNumber [geo] :: Pond -> Geo [globalLocationNumber] :: Pond -> GlobalLocationNumber [hasMap] :: Pond -> HasMap [isicV4] :: Pond -> IsicV4 [logo] :: Pond -> Logo [openingHoursSpecification] :: Pond -> OpeningHoursSpecification [photo] :: Pond -> Photo [review] :: Pond -> Review [telephone] :: Pond -> Telephone [additionalType] :: Pond -> AdditionalType [alternateName] :: Pond -> AlternateName [description] :: Pond -> Description [image] :: Pond -> Image [mainEntityOfPage] :: Pond -> MainEntityOfPage [name] :: Pond -> Name [potentialAction] :: Pond -> PotentialAction [sameAs] :: Pond -> SameAs [url] :: Pond -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Pond.Pond instance GHC.Read.Read Text.HTML5.MetaData.Schema.Pond.Pond instance GHC.Show.Show Text.HTML5.MetaData.Schema.Pond.Pond instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Pond.Pond module Text.HTML5.MetaData.Schema.Reservoir -- | A reservoir of water, typically an artificially created lake, like the -- Lake Kariba reservoir. -- -- data Reservoir Reservoir :: AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Reservoir [additionalProperty] :: Reservoir -> AdditionalProperty [address] :: Reservoir -> Address [aggregateRating] :: Reservoir -> AggregateRating [branchCode] :: Reservoir -> BranchCode [containedInPlace] :: Reservoir -> ContainedInPlace [containsPlace] :: Reservoir -> ContainsPlace [event] :: Reservoir -> Event [faxNumber] :: Reservoir -> FaxNumber [geo] :: Reservoir -> Geo [globalLocationNumber] :: Reservoir -> GlobalLocationNumber [hasMap] :: Reservoir -> HasMap [isicV4] :: Reservoir -> IsicV4 [logo] :: Reservoir -> Logo [openingHoursSpecification] :: Reservoir -> OpeningHoursSpecification [photo] :: Reservoir -> Photo [review] :: Reservoir -> Review [telephone] :: Reservoir -> Telephone [additionalType] :: Reservoir -> AdditionalType [alternateName] :: Reservoir -> AlternateName [description] :: Reservoir -> Description [image] :: Reservoir -> Image [mainEntityOfPage] :: Reservoir -> MainEntityOfPage [name] :: Reservoir -> Name [potentialAction] :: Reservoir -> PotentialAction [sameAs] :: Reservoir -> SameAs [url] :: Reservoir -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Reservoir.Reservoir instance GHC.Read.Read Text.HTML5.MetaData.Schema.Reservoir.Reservoir instance GHC.Show.Show Text.HTML5.MetaData.Schema.Reservoir.Reservoir instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Reservoir.Reservoir module Text.HTML5.MetaData.Schema.RiverBodyOfWater -- | A river (for example, the broad majestic Shannon). -- -- data RiverBodyOfWater RiverBodyOfWater :: AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> RiverBodyOfWater [additionalProperty] :: RiverBodyOfWater -> AdditionalProperty [address] :: RiverBodyOfWater -> Address [aggregateRating] :: RiverBodyOfWater -> AggregateRating [branchCode] :: RiverBodyOfWater -> BranchCode [containedInPlace] :: RiverBodyOfWater -> ContainedInPlace [containsPlace] :: RiverBodyOfWater -> ContainsPlace [event] :: RiverBodyOfWater -> Event [faxNumber] :: RiverBodyOfWater -> FaxNumber [geo] :: RiverBodyOfWater -> Geo [globalLocationNumber] :: RiverBodyOfWater -> GlobalLocationNumber [hasMap] :: RiverBodyOfWater -> HasMap [isicV4] :: RiverBodyOfWater -> IsicV4 [logo] :: RiverBodyOfWater -> Logo [openingHoursSpecification] :: RiverBodyOfWater -> OpeningHoursSpecification [photo] :: RiverBodyOfWater -> Photo [review] :: RiverBodyOfWater -> Review [telephone] :: RiverBodyOfWater -> Telephone [additionalType] :: RiverBodyOfWater -> AdditionalType [alternateName] :: RiverBodyOfWater -> AlternateName [description] :: RiverBodyOfWater -> Description [image] :: RiverBodyOfWater -> Image [mainEntityOfPage] :: RiverBodyOfWater -> MainEntityOfPage [name] :: RiverBodyOfWater -> Name [potentialAction] :: RiverBodyOfWater -> PotentialAction [sameAs] :: RiverBodyOfWater -> SameAs [url] :: RiverBodyOfWater -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.RiverBodyOfWater.RiverBodyOfWater instance GHC.Read.Read Text.HTML5.MetaData.Schema.RiverBodyOfWater.RiverBodyOfWater instance GHC.Show.Show Text.HTML5.MetaData.Schema.RiverBodyOfWater.RiverBodyOfWater instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.RiverBodyOfWater.RiverBodyOfWater module Text.HTML5.MetaData.Schema.SeaBodyOfWater -- | A sea (for example, the Caspian sea). -- -- data SeaBodyOfWater SeaBodyOfWater :: AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> SeaBodyOfWater [additionalProperty] :: SeaBodyOfWater -> AdditionalProperty [address] :: SeaBodyOfWater -> Address [aggregateRating] :: SeaBodyOfWater -> AggregateRating [branchCode] :: SeaBodyOfWater -> BranchCode [containedInPlace] :: SeaBodyOfWater -> ContainedInPlace [containsPlace] :: SeaBodyOfWater -> ContainsPlace [event] :: SeaBodyOfWater -> Event [faxNumber] :: SeaBodyOfWater -> FaxNumber [geo] :: SeaBodyOfWater -> Geo [globalLocationNumber] :: SeaBodyOfWater -> GlobalLocationNumber [hasMap] :: SeaBodyOfWater -> HasMap [isicV4] :: SeaBodyOfWater -> IsicV4 [logo] :: SeaBodyOfWater -> Logo [openingHoursSpecification] :: SeaBodyOfWater -> OpeningHoursSpecification [photo] :: SeaBodyOfWater -> Photo [review] :: SeaBodyOfWater -> Review [telephone] :: SeaBodyOfWater -> Telephone [additionalType] :: SeaBodyOfWater -> AdditionalType [alternateName] :: SeaBodyOfWater -> AlternateName [description] :: SeaBodyOfWater -> Description [image] :: SeaBodyOfWater -> Image [mainEntityOfPage] :: SeaBodyOfWater -> MainEntityOfPage [name] :: SeaBodyOfWater -> Name [potentialAction] :: SeaBodyOfWater -> PotentialAction [sameAs] :: SeaBodyOfWater -> SameAs [url] :: SeaBodyOfWater -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.SeaBodyOfWater.SeaBodyOfWater instance GHC.Read.Read Text.HTML5.MetaData.Schema.SeaBodyOfWater.SeaBodyOfWater instance GHC.Show.Show Text.HTML5.MetaData.Schema.SeaBodyOfWater.SeaBodyOfWater instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.SeaBodyOfWater.SeaBodyOfWater module Text.HTML5.MetaData.Schema.BodyOfWater -- | A body of water, such as a sea, ocean, or lake. -- -- data BodyOfWater BodyOfWater :: AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> BodyOfWater [additionalProperty] :: BodyOfWater -> AdditionalProperty [address] :: BodyOfWater -> Address [aggregateRating] :: BodyOfWater -> AggregateRating [branchCode] :: BodyOfWater -> BranchCode [containedInPlace] :: BodyOfWater -> ContainedInPlace [containsPlace] :: BodyOfWater -> ContainsPlace [event] :: BodyOfWater -> Event [faxNumber] :: BodyOfWater -> FaxNumber [geo] :: BodyOfWater -> Geo [globalLocationNumber] :: BodyOfWater -> GlobalLocationNumber [hasMap] :: BodyOfWater -> HasMap [isicV4] :: BodyOfWater -> IsicV4 [logo] :: BodyOfWater -> Logo [openingHoursSpecification] :: BodyOfWater -> OpeningHoursSpecification [photo] :: BodyOfWater -> Photo [review] :: BodyOfWater -> Review [telephone] :: BodyOfWater -> Telephone [additionalType] :: BodyOfWater -> AdditionalType [alternateName] :: BodyOfWater -> AlternateName [description] :: BodyOfWater -> Description [image] :: BodyOfWater -> Image [mainEntityOfPage] :: BodyOfWater -> MainEntityOfPage [name] :: BodyOfWater -> Name [potentialAction] :: BodyOfWater -> PotentialAction [sameAs] :: BodyOfWater -> SameAs [url] :: BodyOfWater -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.BodyOfWater.BodyOfWater instance GHC.Read.Read Text.HTML5.MetaData.Schema.BodyOfWater.BodyOfWater instance GHC.Show.Show Text.HTML5.MetaData.Schema.BodyOfWater.BodyOfWater instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.BodyOfWater.BodyOfWater module Text.HTML5.MetaData.Schema.Waterfall -- | A waterfall, like Niagara. -- -- data Waterfall Waterfall :: AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Waterfall [additionalProperty] :: Waterfall -> AdditionalProperty [address] :: Waterfall -> Address [aggregateRating] :: Waterfall -> AggregateRating [branchCode] :: Waterfall -> BranchCode [containedInPlace] :: Waterfall -> ContainedInPlace [containsPlace] :: Waterfall -> ContainsPlace [event] :: Waterfall -> Event [faxNumber] :: Waterfall -> FaxNumber [geo] :: Waterfall -> Geo [globalLocationNumber] :: Waterfall -> GlobalLocationNumber [hasMap] :: Waterfall -> HasMap [isicV4] :: Waterfall -> IsicV4 [logo] :: Waterfall -> Logo [openingHoursSpecification] :: Waterfall -> OpeningHoursSpecification [photo] :: Waterfall -> Photo [review] :: Waterfall -> Review [telephone] :: Waterfall -> Telephone [additionalType] :: Waterfall -> AdditionalType [alternateName] :: Waterfall -> AlternateName [description] :: Waterfall -> Description [image] :: Waterfall -> Image [mainEntityOfPage] :: Waterfall -> MainEntityOfPage [name] :: Waterfall -> Name [potentialAction] :: Waterfall -> PotentialAction [sameAs] :: Waterfall -> SameAs [url] :: Waterfall -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Waterfall.Waterfall instance GHC.Read.Read Text.HTML5.MetaData.Schema.Waterfall.Waterfall instance GHC.Show.Show Text.HTML5.MetaData.Schema.Waterfall.Waterfall instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Waterfall.Waterfall module Text.HTML5.MetaData.Schema.Book -- | A book. -- -- data Book Book :: BookEdition -> BookFormat -> Illustrator -> Isbn -> NumberOfPages -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Book [bookEdition] :: Book -> BookEdition [bookFormat] :: Book -> BookFormat [illustrator] :: Book -> Illustrator [isbn] :: Book -> Isbn [numberOfPages] :: Book -> NumberOfPages [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 [character] :: Book -> Character [citation] :: Book -> Citation [comment] :: Book -> Comment [commentCount] :: Book -> CommentCount [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 [exampleOfWork] :: Book -> ExampleOfWork [fileFormat] :: Book -> FileFormat [genre] :: Book -> Genre [hasPart] :: Book -> HasPart [headline] :: Book -> Headline [inLanguage] :: Book -> InLanguage [interactionStatistic] :: Book -> InteractionStatistic [interactivityType] :: Book -> InteractivityType [isBasedOnUrl] :: Book -> IsBasedOnUrl [isFamilyFriendly] :: Book -> IsFamilyFriendly [isPartOf] :: Book -> IsPartOf [keywords] :: Book -> Keywords [learningResourceType] :: Book -> LearningResourceType [license] :: Book -> License [locationCreated] :: Book -> LocationCreated [mainEntity] :: Book -> MainEntity [mentions] :: Book -> Mentions [offers] :: Book -> Offers [position] :: Book -> Position [producer] :: Book -> Producer [provider] :: Book -> Provider [publication] :: Book -> Publication [publisher] :: Book -> Publisher [publishingPrinciples] :: Book -> PublishingPrinciples [recordedAt] :: Book -> RecordedAt [releasedEvent] :: Book -> ReleasedEvent [review] :: Book -> Review [schemaVersion] :: Book -> SchemaVersion [sourceOrganization] :: Book -> SourceOrganization [text] :: Book -> Text [thumbnailUrl] :: Book -> ThumbnailUrl [timeRequired] :: Book -> TimeRequired [translator] :: Book -> Translator [typicalAgeRange] :: Book -> TypicalAgeRange [version] :: Book -> Version [video] :: Book -> Video [workExample] :: Book -> WorkExample [additionalType] :: Book -> AdditionalType [alternateName] :: Book -> AlternateName [description] :: Book -> Description [image] :: Book -> Image [mainEntityOfPage] :: Book -> MainEntityOfPage [name] :: Book -> Name [potentialAction] :: Book -> PotentialAction [sameAs] :: Book -> SameAs [url] :: Book -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Book.Book instance GHC.Read.Read Text.HTML5.MetaData.Schema.Book.Book instance GHC.Show.Show Text.HTML5.MetaData.Schema.Book.Book instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Book.Book module Text.HTML5.MetaData.Schema.BookSeries -- | A series of books. Included books can be indicated with the hasPart -- property. -- -- data BookSeries BookSeries :: EndDate -> StartDate -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> BookSeries [endDate] :: BookSeries -> EndDate [startDate] :: BookSeries -> StartDate [about] :: BookSeries -> About [accessibilityAPI] :: BookSeries -> AccessibilityAPI [accessibilityControl] :: BookSeries -> AccessibilityControl [accessibilityFeature] :: BookSeries -> AccessibilityFeature [accessibilityHazard] :: BookSeries -> AccessibilityHazard [accountablePerson] :: BookSeries -> AccountablePerson [aggregateRating] :: BookSeries -> AggregateRating [alternativeHeadline] :: BookSeries -> AlternativeHeadline [associatedMedia] :: BookSeries -> AssociatedMedia [audience] :: BookSeries -> Audience [audio] :: BookSeries -> Audio [author] :: BookSeries -> Author [award] :: BookSeries -> Award [character] :: BookSeries -> Character [citation] :: BookSeries -> Citation [comment] :: BookSeries -> Comment [commentCount] :: BookSeries -> CommentCount [contentLocation] :: BookSeries -> ContentLocation [contentRating] :: BookSeries -> ContentRating [contributor] :: BookSeries -> Contributor [copyrightHolder] :: BookSeries -> CopyrightHolder [copyrightYear] :: BookSeries -> CopyrightYear [creator] :: BookSeries -> Creator [dateCreated] :: BookSeries -> DateCreated [dateModified] :: BookSeries -> DateModified [datePublished] :: BookSeries -> DatePublished [discussionUrl] :: BookSeries -> DiscussionUrl [editor] :: BookSeries -> Editor [educationalAlignment] :: BookSeries -> EducationalAlignment [educationalUse] :: BookSeries -> EducationalUse [encoding] :: BookSeries -> Encoding [exampleOfWork] :: BookSeries -> ExampleOfWork [fileFormat] :: BookSeries -> FileFormat [genre] :: BookSeries -> Genre [hasPart] :: BookSeries -> HasPart [headline] :: BookSeries -> Headline [inLanguage] :: BookSeries -> InLanguage [interactionStatistic] :: BookSeries -> InteractionStatistic [interactivityType] :: BookSeries -> InteractivityType [isBasedOnUrl] :: BookSeries -> IsBasedOnUrl [isFamilyFriendly] :: BookSeries -> IsFamilyFriendly [isPartOf] :: BookSeries -> IsPartOf [keywords] :: BookSeries -> Keywords [learningResourceType] :: BookSeries -> LearningResourceType [license] :: BookSeries -> License [locationCreated] :: BookSeries -> LocationCreated [mainEntity] :: BookSeries -> MainEntity [mentions] :: BookSeries -> Mentions [offers] :: BookSeries -> Offers [position] :: BookSeries -> Position [producer] :: BookSeries -> Producer [provider] :: BookSeries -> Provider [publication] :: BookSeries -> Publication [publisher] :: BookSeries -> Publisher [publishingPrinciples] :: BookSeries -> PublishingPrinciples [recordedAt] :: BookSeries -> RecordedAt [releasedEvent] :: BookSeries -> ReleasedEvent [review] :: BookSeries -> Review [schemaVersion] :: BookSeries -> SchemaVersion [sourceOrganization] :: BookSeries -> SourceOrganization [text] :: BookSeries -> Text [thumbnailUrl] :: BookSeries -> ThumbnailUrl [timeRequired] :: BookSeries -> TimeRequired [translator] :: BookSeries -> Translator [typicalAgeRange] :: BookSeries -> TypicalAgeRange [version] :: BookSeries -> Version [video] :: BookSeries -> Video [workExample] :: BookSeries -> WorkExample [additionalType] :: BookSeries -> AdditionalType [alternateName] :: BookSeries -> AlternateName [description] :: BookSeries -> Description [image] :: BookSeries -> Image [mainEntityOfPage] :: BookSeries -> MainEntityOfPage [name] :: BookSeries -> Name [potentialAction] :: BookSeries -> PotentialAction [sameAs] :: BookSeries -> SameAs [url] :: BookSeries -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.BookSeries.BookSeries instance GHC.Read.Read Text.HTML5.MetaData.Schema.BookSeries.BookSeries instance GHC.Show.Show Text.HTML5.MetaData.Schema.BookSeries.BookSeries instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.BookSeries.BookSeries module Text.HTML5.MetaData.Schema.BookStore -- | A bookstore. -- -- data BookStore BookStore :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AdditionalProperty -> Address -> AggregateRating -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Founder -> FoundingDate -> FoundingLocation -> HasOfferCatalog -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Seeks -> SubOrganization -> TaxID -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> BookStore [branchCode] :: BookStore -> BranchCode [currenciesAccepted] :: BookStore -> CurrenciesAccepted [openingHours] :: BookStore -> OpeningHours [paymentAccepted] :: BookStore -> PaymentAccepted [priceRange] :: BookStore -> PriceRange [additionalProperty] :: BookStore -> AdditionalProperty [address] :: BookStore -> Address [aggregateRating] :: BookStore -> AggregateRating [containedInPlace] :: BookStore -> ContainedInPlace [containsPlace] :: BookStore -> ContainsPlace [event] :: BookStore -> Event [faxNumber] :: BookStore -> FaxNumber [geo] :: BookStore -> Geo [globalLocationNumber] :: BookStore -> GlobalLocationNumber [hasMap] :: BookStore -> HasMap [isicV4] :: BookStore -> IsicV4 [logo] :: BookStore -> Logo [openingHoursSpecification] :: BookStore -> OpeningHoursSpecification [photo] :: BookStore -> Photo [review] :: BookStore -> Review [telephone] :: BookStore -> Telephone [alumni] :: BookStore -> Alumni [areaServed] :: BookStore -> AreaServed [award] :: BookStore -> Award [brand] :: BookStore -> Brand [contactPoint] :: BookStore -> ContactPoint [department] :: BookStore -> Department [dissolutionDate] :: BookStore -> DissolutionDate [duns] :: BookStore -> Duns [email] :: BookStore -> Email [employee] :: BookStore -> Employee [founder] :: BookStore -> Founder [foundingDate] :: BookStore -> FoundingDate [foundingLocation] :: BookStore -> FoundingLocation [hasOfferCatalog] :: BookStore -> HasOfferCatalog [hasPOS] :: BookStore -> HasPOS [legalName] :: BookStore -> LegalName [location] :: BookStore -> Location [makesOffer] :: BookStore -> MakesOffer [member] :: BookStore -> Member [memberOf] :: BookStore -> MemberOf [naics] :: BookStore -> Naics [numberOfEmployees] :: BookStore -> NumberOfEmployees [owns] :: BookStore -> Owns [parentOrganization] :: BookStore -> ParentOrganization [seeks] :: BookStore -> Seeks [subOrganization] :: BookStore -> SubOrganization [taxID] :: BookStore -> TaxID [vatID] :: BookStore -> VatID [additionalType] :: BookStore -> AdditionalType [alternateName] :: BookStore -> AlternateName [description] :: BookStore -> Description [image] :: BookStore -> Image [mainEntityOfPage] :: BookStore -> MainEntityOfPage [name] :: BookStore -> Name [potentialAction] :: BookStore -> PotentialAction [sameAs] :: BookStore -> SameAs [url] :: BookStore -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.BookStore.BookStore instance GHC.Read.Read Text.HTML5.MetaData.Schema.BookStore.BookStore instance GHC.Show.Show Text.HTML5.MetaData.Schema.BookStore.BookStore instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.BookStore.BookStore module Text.HTML5.MetaData.Schema.BookmarkAction -- | An agent bookmarksflagslabelstagsmarks an object. -- -- data BookmarkAction BookmarkAction :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> BookmarkAction [actionStatus] :: BookmarkAction -> ActionStatus [agent] :: BookmarkAction -> Agent [endTime] :: BookmarkAction -> EndTime [error] :: BookmarkAction -> Error [instrument] :: BookmarkAction -> Instrument [location] :: BookmarkAction -> Location [object] :: BookmarkAction -> Object [participant] :: BookmarkAction -> Participant [result] :: BookmarkAction -> Result [startTime] :: BookmarkAction -> StartTime [target] :: BookmarkAction -> Target [additionalType] :: BookmarkAction -> AdditionalType [alternateName] :: BookmarkAction -> AlternateName [description] :: BookmarkAction -> Description [image] :: BookmarkAction -> Image [mainEntityOfPage] :: BookmarkAction -> MainEntityOfPage [name] :: BookmarkAction -> Name [potentialAction] :: BookmarkAction -> PotentialAction [sameAs] :: BookmarkAction -> SameAs [url] :: BookmarkAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.BookmarkAction.BookmarkAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.BookmarkAction.BookmarkAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.BookmarkAction.BookmarkAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.BookmarkAction.BookmarkAction module Text.HTML5.MetaData.Schema.BorrowAction -- | The act of obtaining an object under an agreement to return it at a -- later date. Reciprocal of LendAction.Related actions:LendAction: -- Reciprocal of BorrowAction. -- -- data BorrowAction BorrowAction :: Lender -> FromLocation -> ToLocation -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> BorrowAction [lender] :: BorrowAction -> Lender [fromLocation] :: BorrowAction -> FromLocation [toLocation] :: BorrowAction -> ToLocation [actionStatus] :: BorrowAction -> ActionStatus [agent] :: BorrowAction -> Agent [endTime] :: BorrowAction -> EndTime [error] :: BorrowAction -> Error [instrument] :: BorrowAction -> Instrument [location] :: BorrowAction -> Location [object] :: BorrowAction -> Object [participant] :: BorrowAction -> Participant [result] :: BorrowAction -> Result [startTime] :: BorrowAction -> StartTime [target] :: BorrowAction -> Target [additionalType] :: BorrowAction -> AdditionalType [alternateName] :: BorrowAction -> AlternateName [description] :: BorrowAction -> Description [image] :: BorrowAction -> Image [mainEntityOfPage] :: BorrowAction -> MainEntityOfPage [name] :: BorrowAction -> Name [potentialAction] :: BorrowAction -> PotentialAction [sameAs] :: BorrowAction -> SameAs [url] :: BorrowAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.BorrowAction.BorrowAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.BorrowAction.BorrowAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.BorrowAction.BorrowAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.BorrowAction.BorrowAction module Text.HTML5.MetaData.Schema.BowlingAlley -- | A bowling alley. -- -- data BowlingAlley BowlingAlley :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AdditionalProperty -> Address -> AggregateRating -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Founder -> FoundingDate -> FoundingLocation -> HasOfferCatalog -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Seeks -> SubOrganization -> TaxID -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> BowlingAlley [branchCode] :: BowlingAlley -> BranchCode [currenciesAccepted] :: BowlingAlley -> CurrenciesAccepted [openingHours] :: BowlingAlley -> OpeningHours [paymentAccepted] :: BowlingAlley -> PaymentAccepted [priceRange] :: BowlingAlley -> PriceRange [additionalProperty] :: BowlingAlley -> AdditionalProperty [address] :: BowlingAlley -> Address [aggregateRating] :: BowlingAlley -> AggregateRating [containedInPlace] :: BowlingAlley -> ContainedInPlace [containsPlace] :: BowlingAlley -> ContainsPlace [event] :: BowlingAlley -> Event [faxNumber] :: BowlingAlley -> FaxNumber [geo] :: BowlingAlley -> Geo [globalLocationNumber] :: BowlingAlley -> GlobalLocationNumber [hasMap] :: BowlingAlley -> HasMap [isicV4] :: BowlingAlley -> IsicV4 [logo] :: BowlingAlley -> Logo [openingHoursSpecification] :: BowlingAlley -> OpeningHoursSpecification [photo] :: BowlingAlley -> Photo [review] :: BowlingAlley -> Review [telephone] :: BowlingAlley -> Telephone [alumni] :: BowlingAlley -> Alumni [areaServed] :: BowlingAlley -> AreaServed [award] :: BowlingAlley -> Award [brand] :: BowlingAlley -> Brand [contactPoint] :: BowlingAlley -> ContactPoint [department] :: BowlingAlley -> Department [dissolutionDate] :: BowlingAlley -> DissolutionDate [duns] :: BowlingAlley -> Duns [email] :: BowlingAlley -> Email [employee] :: BowlingAlley -> Employee [founder] :: BowlingAlley -> Founder [foundingDate] :: BowlingAlley -> FoundingDate [foundingLocation] :: BowlingAlley -> FoundingLocation [hasOfferCatalog] :: BowlingAlley -> HasOfferCatalog [hasPOS] :: BowlingAlley -> HasPOS [legalName] :: BowlingAlley -> LegalName [location] :: BowlingAlley -> Location [makesOffer] :: BowlingAlley -> MakesOffer [member] :: BowlingAlley -> Member [memberOf] :: BowlingAlley -> MemberOf [naics] :: BowlingAlley -> Naics [numberOfEmployees] :: BowlingAlley -> NumberOfEmployees [owns] :: BowlingAlley -> Owns [parentOrganization] :: BowlingAlley -> ParentOrganization [seeks] :: BowlingAlley -> Seeks [subOrganization] :: BowlingAlley -> SubOrganization [taxID] :: BowlingAlley -> TaxID [vatID] :: BowlingAlley -> VatID [additionalType] :: BowlingAlley -> AdditionalType [alternateName] :: BowlingAlley -> AlternateName [description] :: BowlingAlley -> Description [image] :: BowlingAlley -> Image [mainEntityOfPage] :: BowlingAlley -> MainEntityOfPage [name] :: BowlingAlley -> Name [potentialAction] :: BowlingAlley -> PotentialAction [sameAs] :: BowlingAlley -> SameAs [url] :: BowlingAlley -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.BowlingAlley.BowlingAlley instance GHC.Read.Read Text.HTML5.MetaData.Schema.BowlingAlley.BowlingAlley instance GHC.Show.Show Text.HTML5.MetaData.Schema.BowlingAlley.BowlingAlley instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.BowlingAlley.BowlingAlley module Text.HTML5.MetaData.Schema.Brewery -- | Brewery. -- -- data Brewery Brewery :: AcceptsReservations -> Menu -> ServesCuisine -> BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AdditionalProperty -> Address -> AggregateRating -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Founder -> FoundingDate -> FoundingLocation -> HasOfferCatalog -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Seeks -> SubOrganization -> TaxID -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Brewery [acceptsReservations] :: Brewery -> AcceptsReservations [menu] :: Brewery -> Menu [servesCuisine] :: Brewery -> ServesCuisine [branchCode] :: Brewery -> BranchCode [currenciesAccepted] :: Brewery -> CurrenciesAccepted [openingHours] :: Brewery -> OpeningHours [paymentAccepted] :: Brewery -> PaymentAccepted [priceRange] :: Brewery -> PriceRange [additionalProperty] :: Brewery -> AdditionalProperty [address] :: Brewery -> Address [aggregateRating] :: Brewery -> AggregateRating [containedInPlace] :: Brewery -> ContainedInPlace [containsPlace] :: Brewery -> ContainsPlace [event] :: Brewery -> Event [faxNumber] :: Brewery -> FaxNumber [geo] :: Brewery -> Geo [globalLocationNumber] :: Brewery -> GlobalLocationNumber [hasMap] :: Brewery -> HasMap [isicV4] :: Brewery -> IsicV4 [logo] :: Brewery -> Logo [openingHoursSpecification] :: Brewery -> OpeningHoursSpecification [photo] :: Brewery -> Photo [review] :: Brewery -> Review [telephone] :: Brewery -> Telephone [alumni] :: Brewery -> Alumni [areaServed] :: Brewery -> AreaServed [award] :: Brewery -> Award [brand] :: Brewery -> Brand [contactPoint] :: Brewery -> ContactPoint [department] :: Brewery -> Department [dissolutionDate] :: Brewery -> DissolutionDate [duns] :: Brewery -> Duns [email] :: Brewery -> Email [employee] :: Brewery -> Employee [founder] :: Brewery -> Founder [foundingDate] :: Brewery -> FoundingDate [foundingLocation] :: Brewery -> FoundingLocation [hasOfferCatalog] :: Brewery -> HasOfferCatalog [hasPOS] :: Brewery -> HasPOS [legalName] :: Brewery -> LegalName [location] :: Brewery -> Location [makesOffer] :: Brewery -> MakesOffer [member] :: Brewery -> Member [memberOf] :: Brewery -> MemberOf [naics] :: Brewery -> Naics [numberOfEmployees] :: Brewery -> NumberOfEmployees [owns] :: Brewery -> Owns [parentOrganization] :: Brewery -> ParentOrganization [seeks] :: Brewery -> Seeks [subOrganization] :: Brewery -> SubOrganization [taxID] :: Brewery -> TaxID [vatID] :: Brewery -> VatID [additionalType] :: Brewery -> AdditionalType [alternateName] :: Brewery -> AlternateName [description] :: Brewery -> Description [image] :: Brewery -> Image [mainEntityOfPage] :: Brewery -> MainEntityOfPage [name] :: Brewery -> Name [potentialAction] :: Brewery -> PotentialAction [sameAs] :: Brewery -> SameAs [url] :: Brewery -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Brewery.Brewery instance GHC.Read.Read Text.HTML5.MetaData.Schema.Brewery.Brewery instance GHC.Show.Show Text.HTML5.MetaData.Schema.Brewery.Brewery instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Brewery.Brewery module Text.HTML5.MetaData.Schema.Bridge -- | A bridge. -- -- data Bridge Bridge :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Bridge [openingHours] :: Bridge -> OpeningHours [additionalProperty] :: Bridge -> AdditionalProperty [address] :: Bridge -> Address [aggregateRating] :: Bridge -> AggregateRating [branchCode] :: Bridge -> BranchCode [containedInPlace] :: Bridge -> ContainedInPlace [containsPlace] :: Bridge -> ContainsPlace [event] :: Bridge -> Event [faxNumber] :: Bridge -> FaxNumber [geo] :: Bridge -> Geo [globalLocationNumber] :: Bridge -> GlobalLocationNumber [hasMap] :: Bridge -> HasMap [isicV4] :: Bridge -> IsicV4 [logo] :: Bridge -> Logo [openingHoursSpecification] :: Bridge -> OpeningHoursSpecification [photo] :: Bridge -> Photo [review] :: Bridge -> Review [telephone] :: Bridge -> Telephone [additionalType] :: Bridge -> AdditionalType [alternateName] :: Bridge -> AlternateName [description] :: Bridge -> Description [image] :: Bridge -> Image [mainEntityOfPage] :: Bridge -> MainEntityOfPage [name] :: Bridge -> Name [potentialAction] :: Bridge -> PotentialAction [sameAs] :: Bridge -> SameAs [url] :: Bridge -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Bridge.Bridge instance GHC.Read.Read Text.HTML5.MetaData.Schema.Bridge.Bridge instance GHC.Show.Show Text.HTML5.MetaData.Schema.Bridge.Bridge instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Bridge.Bridge module Text.HTML5.MetaData.Schema.RadioChannel -- | A unique instance of a radio BroadcastService on a -- CableOrSatelliteService lineup. -- -- data RadioChannel RadioChannel :: BroadcastChannelId -> BroadcastServiceTier -> InBroadcastLineup -> ProvidesBroadcastService -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> RadioChannel [broadcastChannelId] :: RadioChannel -> BroadcastChannelId [broadcastServiceTier] :: RadioChannel -> BroadcastServiceTier [inBroadcastLineup] :: RadioChannel -> InBroadcastLineup [providesBroadcastService] :: RadioChannel -> ProvidesBroadcastService [additionalType] :: RadioChannel -> AdditionalType [alternateName] :: RadioChannel -> AlternateName [description] :: RadioChannel -> Description [image] :: RadioChannel -> Image [mainEntityOfPage] :: RadioChannel -> MainEntityOfPage [name] :: RadioChannel -> Name [potentialAction] :: RadioChannel -> PotentialAction [sameAs] :: RadioChannel -> SameAs [url] :: RadioChannel -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.RadioChannel.RadioChannel instance GHC.Read.Read Text.HTML5.MetaData.Schema.RadioChannel.RadioChannel instance GHC.Show.Show Text.HTML5.MetaData.Schema.RadioChannel.RadioChannel instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.RadioChannel.RadioChannel module Text.HTML5.MetaData.Schema.BroadcastChannel -- | A unique instance of a BroadcastService on a CableOrSatelliteService -- lineup. -- -- data BroadcastChannel BroadcastChannel :: BroadcastChannelId -> BroadcastServiceTier -> InBroadcastLineup -> ProvidesBroadcastService -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> BroadcastChannel [broadcastChannelId] :: BroadcastChannel -> BroadcastChannelId [broadcastServiceTier] :: BroadcastChannel -> BroadcastServiceTier [inBroadcastLineup] :: BroadcastChannel -> InBroadcastLineup [providesBroadcastService] :: BroadcastChannel -> ProvidesBroadcastService [additionalType] :: BroadcastChannel -> AdditionalType [alternateName] :: BroadcastChannel -> AlternateName [description] :: BroadcastChannel -> Description [image] :: BroadcastChannel -> Image [mainEntityOfPage] :: BroadcastChannel -> MainEntityOfPage [name] :: BroadcastChannel -> Name [potentialAction] :: BroadcastChannel -> PotentialAction [sameAs] :: BroadcastChannel -> SameAs [url] :: BroadcastChannel -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.BroadcastChannel.BroadcastChannel instance GHC.Read.Read Text.HTML5.MetaData.Schema.BroadcastChannel.BroadcastChannel instance GHC.Show.Show Text.HTML5.MetaData.Schema.BroadcastChannel.BroadcastChannel instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.BroadcastChannel.BroadcastChannel module Text.HTML5.MetaData.Schema.TelevisionChannel -- | A unique instance of a television BroadcastService on a -- CableOrSatelliteService lineup. -- -- data TelevisionChannel TelevisionChannel :: BroadcastChannelId -> BroadcastServiceTier -> InBroadcastLineup -> ProvidesBroadcastService -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> TelevisionChannel [broadcastChannelId] :: TelevisionChannel -> BroadcastChannelId [broadcastServiceTier] :: TelevisionChannel -> BroadcastServiceTier [inBroadcastLineup] :: TelevisionChannel -> InBroadcastLineup [providesBroadcastService] :: TelevisionChannel -> ProvidesBroadcastService [additionalType] :: TelevisionChannel -> AdditionalType [alternateName] :: TelevisionChannel -> AlternateName [description] :: TelevisionChannel -> Description [image] :: TelevisionChannel -> Image [mainEntityOfPage] :: TelevisionChannel -> MainEntityOfPage [name] :: TelevisionChannel -> Name [potentialAction] :: TelevisionChannel -> PotentialAction [sameAs] :: TelevisionChannel -> SameAs [url] :: TelevisionChannel -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.TelevisionChannel.TelevisionChannel instance GHC.Read.Read Text.HTML5.MetaData.Schema.TelevisionChannel.TelevisionChannel instance GHC.Show.Show Text.HTML5.MetaData.Schema.TelevisionChannel.TelevisionChannel instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.TelevisionChannel.TelevisionChannel module Text.HTML5.MetaData.Schema.BroadcastEvent -- | An over the air or online broadcast event. -- -- data BroadcastEvent BroadcastEvent :: BroadcastOfEvent -> IsLiveBroadcast -> VideoFormat -> IsAccessibleForFree -> PublishedOn -> AggregateRating -> Attendee -> DoorTime -> Duration -> EndDate -> EventStatus -> InLanguage -> Location -> Offers -> Organizer -> Performer -> PreviousStartDate -> RecordedIn -> Review -> StartDate -> SubEvent -> SuperEvent -> TypicalAgeRange -> WorkFeatured -> WorkPerformed -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> BroadcastEvent [broadcastOfEvent] :: BroadcastEvent -> BroadcastOfEvent [isLiveBroadcast] :: BroadcastEvent -> IsLiveBroadcast [videoFormat] :: BroadcastEvent -> VideoFormat [isAccessibleForFree] :: BroadcastEvent -> IsAccessibleForFree [publishedOn] :: BroadcastEvent -> PublishedOn [aggregateRating] :: BroadcastEvent -> AggregateRating [attendee] :: BroadcastEvent -> Attendee [doorTime] :: BroadcastEvent -> DoorTime [duration] :: BroadcastEvent -> Duration [endDate] :: BroadcastEvent -> EndDate [eventStatus] :: BroadcastEvent -> EventStatus [inLanguage] :: BroadcastEvent -> InLanguage [location] :: BroadcastEvent -> Location [offers] :: BroadcastEvent -> Offers [organizer] :: BroadcastEvent -> Organizer [performer] :: BroadcastEvent -> Performer [previousStartDate] :: BroadcastEvent -> PreviousStartDate [recordedIn] :: BroadcastEvent -> RecordedIn [review] :: BroadcastEvent -> Review [startDate] :: BroadcastEvent -> StartDate [subEvent] :: BroadcastEvent -> SubEvent [superEvent] :: BroadcastEvent -> SuperEvent [typicalAgeRange] :: BroadcastEvent -> TypicalAgeRange [workFeatured] :: BroadcastEvent -> WorkFeatured [workPerformed] :: BroadcastEvent -> WorkPerformed [additionalType] :: BroadcastEvent -> AdditionalType [alternateName] :: BroadcastEvent -> AlternateName [description] :: BroadcastEvent -> Description [image] :: BroadcastEvent -> Image [mainEntityOfPage] :: BroadcastEvent -> MainEntityOfPage [name] :: BroadcastEvent -> Name [potentialAction] :: BroadcastEvent -> PotentialAction [sameAs] :: BroadcastEvent -> SameAs [url] :: BroadcastEvent -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.BroadcastEvent.BroadcastEvent instance GHC.Read.Read Text.HTML5.MetaData.Schema.BroadcastEvent.BroadcastEvent instance GHC.Show.Show Text.HTML5.MetaData.Schema.BroadcastEvent.BroadcastEvent instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.BroadcastEvent.BroadcastEvent module Text.HTML5.MetaData.Schema.BuddhistTemple -- | A Buddhist temple. -- -- data BuddhistTemple BuddhistTemple :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> BuddhistTemple [openingHours] :: BuddhistTemple -> OpeningHours [additionalProperty] :: BuddhistTemple -> AdditionalProperty [address] :: BuddhistTemple -> Address [aggregateRating] :: BuddhistTemple -> AggregateRating [branchCode] :: BuddhistTemple -> BranchCode [containedInPlace] :: BuddhistTemple -> ContainedInPlace [containsPlace] :: BuddhistTemple -> ContainsPlace [event] :: BuddhistTemple -> Event [faxNumber] :: BuddhistTemple -> FaxNumber [geo] :: BuddhistTemple -> Geo [globalLocationNumber] :: BuddhistTemple -> GlobalLocationNumber [hasMap] :: BuddhistTemple -> HasMap [isicV4] :: BuddhistTemple -> IsicV4 [logo] :: BuddhistTemple -> Logo [openingHoursSpecification] :: BuddhistTemple -> OpeningHoursSpecification [photo] :: BuddhistTemple -> Photo [review] :: BuddhistTemple -> Review [telephone] :: BuddhistTemple -> Telephone [additionalType] :: BuddhistTemple -> AdditionalType [alternateName] :: BuddhistTemple -> AlternateName [description] :: BuddhistTemple -> Description [image] :: BuddhistTemple -> Image [mainEntityOfPage] :: BuddhistTemple -> MainEntityOfPage [name] :: BuddhistTemple -> Name [potentialAction] :: BuddhistTemple -> PotentialAction [sameAs] :: BuddhistTemple -> SameAs [url] :: BuddhistTemple -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.BuddhistTemple.BuddhistTemple instance GHC.Read.Read Text.HTML5.MetaData.Schema.BuddhistTemple.BuddhistTemple instance GHC.Show.Show Text.HTML5.MetaData.Schema.BuddhistTemple.BuddhistTemple instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.BuddhistTemple.BuddhistTemple module Text.HTML5.MetaData.Schema.BusReservation -- | A reservation for bus travel. -- -- data BusReservation BusReservation :: BookingTime -> Broker -> ModifiedTime -> PriceCurrency -> ProgramMembershipUsed -> Provider -> ReservationFor -> ReservationId -> ReservationStatus -> ReservedTicket -> TotalPrice -> UnderName -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> BusReservation [bookingTime] :: BusReservation -> BookingTime [broker] :: BusReservation -> Broker [modifiedTime] :: BusReservation -> ModifiedTime [priceCurrency] :: BusReservation -> PriceCurrency [programMembershipUsed] :: BusReservation -> ProgramMembershipUsed [provider] :: BusReservation -> Provider [reservationFor] :: BusReservation -> ReservationFor [reservationId] :: BusReservation -> ReservationId [reservationStatus] :: BusReservation -> ReservationStatus [reservedTicket] :: BusReservation -> ReservedTicket [totalPrice] :: BusReservation -> TotalPrice [underName] :: BusReservation -> UnderName [additionalType] :: BusReservation -> AdditionalType [alternateName] :: BusReservation -> AlternateName [description] :: BusReservation -> Description [image] :: BusReservation -> Image [mainEntityOfPage] :: BusReservation -> MainEntityOfPage [name] :: BusReservation -> Name [potentialAction] :: BusReservation -> PotentialAction [sameAs] :: BusReservation -> SameAs [url] :: BusReservation -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.BusReservation.BusReservation instance GHC.Read.Read Text.HTML5.MetaData.Schema.BusReservation.BusReservation instance GHC.Show.Show Text.HTML5.MetaData.Schema.BusReservation.BusReservation instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.BusReservation.BusReservation module Text.HTML5.MetaData.Schema.BusTrip -- | A trip on a commercial bus line. -- -- data BusTrip BusTrip :: ArrivalBusStop -> ArrivalTime -> BusName -> BusNumber -> DepartureBusStop -> DepartureTime -> Provider -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> BusTrip [arrivalBusStop] :: BusTrip -> ArrivalBusStop [arrivalTime] :: BusTrip -> ArrivalTime [busName] :: BusTrip -> BusName [busNumber] :: BusTrip -> BusNumber [departureBusStop] :: BusTrip -> DepartureBusStop [departureTime] :: BusTrip -> DepartureTime [provider] :: BusTrip -> Provider [additionalType] :: BusTrip -> AdditionalType [alternateName] :: BusTrip -> AlternateName [description] :: BusTrip -> Description [image] :: BusTrip -> Image [mainEntityOfPage] :: BusTrip -> MainEntityOfPage [name] :: BusTrip -> Name [potentialAction] :: BusTrip -> PotentialAction [sameAs] :: BusTrip -> SameAs [url] :: BusTrip -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.BusTrip.BusTrip instance GHC.Read.Read Text.HTML5.MetaData.Schema.BusTrip.BusTrip instance GHC.Show.Show Text.HTML5.MetaData.Schema.BusTrip.BusTrip instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.BusTrip.BusTrip module Text.HTML5.MetaData.Schema.BusinessEvent -- | Event type: Business event. -- -- data BusinessEvent BusinessEvent :: AggregateRating -> Attendee -> DoorTime -> Duration -> EndDate -> EventStatus -> InLanguage -> Location -> Offers -> Organizer -> Performer -> PreviousStartDate -> RecordedIn -> Review -> StartDate -> SubEvent -> SuperEvent -> TypicalAgeRange -> WorkFeatured -> WorkPerformed -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> BusinessEvent [aggregateRating] :: BusinessEvent -> AggregateRating [attendee] :: BusinessEvent -> Attendee [doorTime] :: BusinessEvent -> DoorTime [duration] :: BusinessEvent -> Duration [endDate] :: BusinessEvent -> EndDate [eventStatus] :: BusinessEvent -> EventStatus [inLanguage] :: BusinessEvent -> InLanguage [location] :: BusinessEvent -> Location [offers] :: BusinessEvent -> Offers [organizer] :: BusinessEvent -> Organizer [performer] :: BusinessEvent -> Performer [previousStartDate] :: BusinessEvent -> PreviousStartDate [recordedIn] :: BusinessEvent -> RecordedIn [review] :: BusinessEvent -> Review [startDate] :: BusinessEvent -> StartDate [subEvent] :: BusinessEvent -> SubEvent [superEvent] :: BusinessEvent -> SuperEvent [typicalAgeRange] :: BusinessEvent -> TypicalAgeRange [workFeatured] :: BusinessEvent -> WorkFeatured [workPerformed] :: BusinessEvent -> WorkPerformed [additionalType] :: BusinessEvent -> AdditionalType [alternateName] :: BusinessEvent -> AlternateName [description] :: BusinessEvent -> Description [image] :: BusinessEvent -> Image [mainEntityOfPage] :: BusinessEvent -> MainEntityOfPage [name] :: BusinessEvent -> Name [potentialAction] :: BusinessEvent -> PotentialAction [sameAs] :: BusinessEvent -> SameAs [url] :: BusinessEvent -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.BusinessEvent.BusinessEvent instance GHC.Read.Read Text.HTML5.MetaData.Schema.BusinessEvent.BusinessEvent instance GHC.Show.Show Text.HTML5.MetaData.Schema.BusinessEvent.BusinessEvent instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.BusinessEvent.BusinessEvent module Text.HTML5.MetaData.Schema.BuyAction -- | The act of giving money to a seller in exchange for goods or services -- rendered. An agent buys an object, product, or service from a seller -- for a price. Reciprocal of SellAction. -- -- data BuyAction BuyAction :: Seller -> Price -> PriceSpecification -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> BuyAction [seller] :: BuyAction -> Seller [price] :: BuyAction -> Price [priceSpecification] :: BuyAction -> PriceSpecification [actionStatus] :: BuyAction -> ActionStatus [agent] :: BuyAction -> Agent [endTime] :: BuyAction -> EndTime [error] :: BuyAction -> Error [instrument] :: BuyAction -> Instrument [location] :: BuyAction -> Location [object] :: BuyAction -> Object [participant] :: BuyAction -> Participant [result] :: BuyAction -> Result [startTime] :: BuyAction -> StartTime [target] :: BuyAction -> Target [additionalType] :: BuyAction -> AdditionalType [alternateName] :: BuyAction -> AlternateName [description] :: BuyAction -> Description [image] :: BuyAction -> Image [mainEntityOfPage] :: BuyAction -> MainEntityOfPage [name] :: BuyAction -> Name [potentialAction] :: BuyAction -> PotentialAction [sameAs] :: BuyAction -> SameAs [url] :: BuyAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.BuyAction.BuyAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.BuyAction.BuyAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.BuyAction.BuyAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.BuyAction.BuyAction module Text.HTML5.MetaData.Schema.CafeOrCoffeeShop -- | A cafe or coffee shop. -- -- data CafeOrCoffeeShop CafeOrCoffeeShop :: AcceptsReservations -> Menu -> ServesCuisine -> BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> CafeOrCoffeeShop [acceptsReservations] :: CafeOrCoffeeShop -> AcceptsReservations [menu] :: CafeOrCoffeeShop -> Menu [servesCuisine] :: CafeOrCoffeeShop -> ServesCuisine [branchCode] :: CafeOrCoffeeShop -> BranchCode [currenciesAccepted] :: CafeOrCoffeeShop -> CurrenciesAccepted [openingHours] :: CafeOrCoffeeShop -> OpeningHours [paymentAccepted] :: CafeOrCoffeeShop -> PaymentAccepted [priceRange] :: CafeOrCoffeeShop -> PriceRange [address] :: CafeOrCoffeeShop -> Address [aggregateRating] :: CafeOrCoffeeShop -> AggregateRating [alumni] :: CafeOrCoffeeShop -> Alumni [areaServed] :: CafeOrCoffeeShop -> AreaServed [award] :: CafeOrCoffeeShop -> Award [brand] :: CafeOrCoffeeShop -> Brand [contactPoint] :: CafeOrCoffeeShop -> ContactPoint [department] :: CafeOrCoffeeShop -> Department [dissolutionDate] :: CafeOrCoffeeShop -> DissolutionDate [duns] :: CafeOrCoffeeShop -> Duns [email] :: CafeOrCoffeeShop -> Email [employee] :: CafeOrCoffeeShop -> Employee [event] :: CafeOrCoffeeShop -> Event [faxNumber] :: CafeOrCoffeeShop -> FaxNumber [founder] :: CafeOrCoffeeShop -> Founder [foundingDate] :: CafeOrCoffeeShop -> FoundingDate [foundingLocation] :: CafeOrCoffeeShop -> FoundingLocation [globalLocationNumber] :: CafeOrCoffeeShop -> GlobalLocationNumber [hasOfferCatalog] :: CafeOrCoffeeShop -> HasOfferCatalog [hasPOS] :: CafeOrCoffeeShop -> HasPOS [isicV4] :: CafeOrCoffeeShop -> IsicV4 [legalName] :: CafeOrCoffeeShop -> LegalName [location] :: CafeOrCoffeeShop -> Location [logo] :: CafeOrCoffeeShop -> Logo [makesOffer] :: CafeOrCoffeeShop -> MakesOffer [member] :: CafeOrCoffeeShop -> Member [memberOf] :: CafeOrCoffeeShop -> MemberOf [naics] :: CafeOrCoffeeShop -> Naics [numberOfEmployees] :: CafeOrCoffeeShop -> NumberOfEmployees [owns] :: CafeOrCoffeeShop -> Owns [parentOrganization] :: CafeOrCoffeeShop -> ParentOrganization [review] :: CafeOrCoffeeShop -> Review [seeks] :: CafeOrCoffeeShop -> Seeks [subOrganization] :: CafeOrCoffeeShop -> SubOrganization [taxID] :: CafeOrCoffeeShop -> TaxID [telephone] :: CafeOrCoffeeShop -> Telephone [vatID] :: CafeOrCoffeeShop -> VatID [additionalProperty] :: CafeOrCoffeeShop -> AdditionalProperty [containedInPlace] :: CafeOrCoffeeShop -> ContainedInPlace [containsPlace] :: CafeOrCoffeeShop -> ContainsPlace [geo] :: CafeOrCoffeeShop -> Geo [hasMap] :: CafeOrCoffeeShop -> HasMap [openingHoursSpecification] :: CafeOrCoffeeShop -> OpeningHoursSpecification [photo] :: CafeOrCoffeeShop -> Photo [additionalType] :: CafeOrCoffeeShop -> AdditionalType [alternateName] :: CafeOrCoffeeShop -> AlternateName [description] :: CafeOrCoffeeShop -> Description [image] :: CafeOrCoffeeShop -> Image [mainEntityOfPage] :: CafeOrCoffeeShop -> MainEntityOfPage [name] :: CafeOrCoffeeShop -> Name [potentialAction] :: CafeOrCoffeeShop -> PotentialAction [sameAs] :: CafeOrCoffeeShop -> SameAs [url] :: CafeOrCoffeeShop -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.CafeOrCoffeeShop.CafeOrCoffeeShop instance GHC.Read.Read Text.HTML5.MetaData.Schema.CafeOrCoffeeShop.CafeOrCoffeeShop instance GHC.Show.Show Text.HTML5.MetaData.Schema.CafeOrCoffeeShop.CafeOrCoffeeShop instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.CafeOrCoffeeShop.CafeOrCoffeeShop module Text.HTML5.MetaData.Schema.Campground -- | A campground. -- -- data Campground Campground :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Campground [openingHours] :: Campground -> OpeningHours [additionalProperty] :: Campground -> AdditionalProperty [address] :: Campground -> Address [aggregateRating] :: Campground -> AggregateRating [branchCode] :: Campground -> BranchCode [containedInPlace] :: Campground -> ContainedInPlace [containsPlace] :: Campground -> ContainsPlace [event] :: Campground -> Event [faxNumber] :: Campground -> FaxNumber [geo] :: Campground -> Geo [globalLocationNumber] :: Campground -> GlobalLocationNumber [hasMap] :: Campground -> HasMap [isicV4] :: Campground -> IsicV4 [logo] :: Campground -> Logo [openingHoursSpecification] :: Campground -> OpeningHoursSpecification [photo] :: Campground -> Photo [review] :: Campground -> Review [telephone] :: Campground -> Telephone [additionalType] :: Campground -> AdditionalType [alternateName] :: Campground -> AlternateName [description] :: Campground -> Description [image] :: Campground -> Image [mainEntityOfPage] :: Campground -> MainEntityOfPage [name] :: Campground -> Name [potentialAction] :: Campground -> PotentialAction [sameAs] :: Campground -> SameAs [url] :: Campground -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Campground.Campground instance GHC.Read.Read Text.HTML5.MetaData.Schema.Campground.Campground instance GHC.Show.Show Text.HTML5.MetaData.Schema.Campground.Campground instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Campground.Campground module Text.HTML5.MetaData.Schema.OrganizeAction -- | The act of manipulatingadministeringsupervising/controlling one -- or more objects. -- -- data OrganizeAction OrganizeAction :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> OrganizeAction [actionStatus] :: OrganizeAction -> ActionStatus [agent] :: OrganizeAction -> Agent [endTime] :: OrganizeAction -> EndTime [error] :: OrganizeAction -> Error [instrument] :: OrganizeAction -> Instrument [location] :: OrganizeAction -> Location [object] :: OrganizeAction -> Object [participant] :: OrganizeAction -> Participant [result] :: OrganizeAction -> Result [startTime] :: OrganizeAction -> StartTime [target] :: OrganizeAction -> Target [additionalType] :: OrganizeAction -> AdditionalType [alternateName] :: OrganizeAction -> AlternateName [description] :: OrganizeAction -> Description [image] :: OrganizeAction -> Image [mainEntityOfPage] :: OrganizeAction -> MainEntityOfPage [name] :: OrganizeAction -> Name [potentialAction] :: OrganizeAction -> PotentialAction [sameAs] :: OrganizeAction -> SameAs [url] :: OrganizeAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.OrganizeAction.OrganizeAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.OrganizeAction.OrganizeAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.OrganizeAction.OrganizeAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.OrganizeAction.OrganizeAction module Text.HTML5.MetaData.Schema.CancelAction -- | The act of asserting that a future event/action is no longer going to -- happen.Related actions:ConfirmAction: The antonym of CancelAction. -- -- data CancelAction CancelAction :: ScheduledTime -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> CancelAction [scheduledTime] :: CancelAction -> ScheduledTime [actionStatus] :: CancelAction -> ActionStatus [agent] :: CancelAction -> Agent [endTime] :: CancelAction -> EndTime [error] :: CancelAction -> Error [instrument] :: CancelAction -> Instrument [location] :: CancelAction -> Location [object] :: CancelAction -> Object [participant] :: CancelAction -> Participant [result] :: CancelAction -> Result [startTime] :: CancelAction -> StartTime [target] :: CancelAction -> Target [additionalType] :: CancelAction -> AdditionalType [alternateName] :: CancelAction -> AlternateName [description] :: CancelAction -> Description [image] :: CancelAction -> Image [mainEntityOfPage] :: CancelAction -> MainEntityOfPage [name] :: CancelAction -> Name [potentialAction] :: CancelAction -> PotentialAction [sameAs] :: CancelAction -> SameAs [url] :: CancelAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.CancelAction.CancelAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.CancelAction.CancelAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.CancelAction.CancelAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.CancelAction.CancelAction module Text.HTML5.MetaData.Schema.Vehicle -- | A vehicle is a device that is designed or used to transport people or -- cargo over land, water, air, or through space. -- -- data Vehicle Vehicle :: CargoVolume -> DateVehicleFirstRegistered -> DriveWheelConfiguration -> FuelConsumption -> FuelEfficiency -> FuelType -> KnownVehicleDamages -> MileageFromOdometer -> NumberOfAirbags -> NumberOfAxles -> NumberOfDoors -> NumberOfForwardGears -> NumberOfPreviousOwners -> ProductionDate -> PurchaseDate -> SteeringPosition -> VehicleConfiguration -> VehicleEngine -> VehicleIdentificationNumber -> VehicleInteriorColor -> VehicleInteriorType -> VehicleModelDate -> VehicleSeatingCapacity -> VehicleTransmission -> AdditionalProperty -> AggregateRating -> Audience -> Award -> Brand -> Category -> Color -> Depth -> Gtin12 -> Gtin13 -> Gtin14 -> Gtin8 -> Height -> IsAccessoryOrSparePartFor -> IsConsumableFor -> IsRelatedTo -> IsSimilarTo -> ItemCondition -> Logo -> Manufacturer -> Model -> Mpn -> Offers -> ProductID -> ReleaseDate -> Review -> Sku -> Weight -> Width -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Vehicle [cargoVolume] :: Vehicle -> CargoVolume [dateVehicleFirstRegistered] :: Vehicle -> DateVehicleFirstRegistered [driveWheelConfiguration] :: Vehicle -> DriveWheelConfiguration [fuelConsumption] :: Vehicle -> FuelConsumption [fuelEfficiency] :: Vehicle -> FuelEfficiency [fuelType] :: Vehicle -> FuelType [knownVehicleDamages] :: Vehicle -> KnownVehicleDamages [mileageFromOdometer] :: Vehicle -> MileageFromOdometer [numberOfAirbags] :: Vehicle -> NumberOfAirbags [numberOfAxles] :: Vehicle -> NumberOfAxles [numberOfDoors] :: Vehicle -> NumberOfDoors [numberOfForwardGears] :: Vehicle -> NumberOfForwardGears [numberOfPreviousOwners] :: Vehicle -> NumberOfPreviousOwners [productionDate] :: Vehicle -> ProductionDate [purchaseDate] :: Vehicle -> PurchaseDate [steeringPosition] :: Vehicle -> SteeringPosition [vehicleConfiguration] :: Vehicle -> VehicleConfiguration [vehicleEngine] :: Vehicle -> VehicleEngine [vehicleIdentificationNumber] :: Vehicle -> VehicleIdentificationNumber [vehicleInteriorColor] :: Vehicle -> VehicleInteriorColor [vehicleInteriorType] :: Vehicle -> VehicleInteriorType [vehicleModelDate] :: Vehicle -> VehicleModelDate [vehicleSeatingCapacity] :: Vehicle -> VehicleSeatingCapacity [vehicleTransmission] :: Vehicle -> VehicleTransmission [additionalProperty] :: Vehicle -> AdditionalProperty [aggregateRating] :: Vehicle -> AggregateRating [audience] :: Vehicle -> Audience [award] :: Vehicle -> Award [brand] :: Vehicle -> Brand [category] :: Vehicle -> Category [color] :: Vehicle -> Color [depth] :: Vehicle -> Depth [gtin12] :: Vehicle -> Gtin12 [gtin13] :: Vehicle -> Gtin13 [gtin14] :: Vehicle -> Gtin14 [gtin8] :: Vehicle -> Gtin8 [height] :: Vehicle -> Height [isAccessoryOrSparePartFor] :: Vehicle -> IsAccessoryOrSparePartFor [isConsumableFor] :: Vehicle -> IsConsumableFor [isRelatedTo] :: Vehicle -> IsRelatedTo [isSimilarTo] :: Vehicle -> IsSimilarTo [itemCondition] :: Vehicle -> ItemCondition [logo] :: Vehicle -> Logo [manufacturer] :: Vehicle -> Manufacturer [model] :: Vehicle -> Model [mpn] :: Vehicle -> Mpn [offers] :: Vehicle -> Offers [productID] :: Vehicle -> ProductID [releaseDate] :: Vehicle -> ReleaseDate [review] :: Vehicle -> Review [sku] :: Vehicle -> Sku [weight] :: Vehicle -> Weight [width] :: Vehicle -> Width [additionalType] :: Vehicle -> AdditionalType [alternateName] :: Vehicle -> AlternateName [description] :: Vehicle -> Description [image] :: Vehicle -> Image [mainEntityOfPage] :: Vehicle -> MainEntityOfPage [name] :: Vehicle -> Name [potentialAction] :: Vehicle -> PotentialAction [sameAs] :: Vehicle -> SameAs [url] :: Vehicle -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Vehicle.Vehicle instance GHC.Read.Read Text.HTML5.MetaData.Schema.Vehicle.Vehicle instance GHC.Show.Show Text.HTML5.MetaData.Schema.Vehicle.Vehicle instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Vehicle.Vehicle module Text.HTML5.MetaData.Schema.Car -- | A car is a wheeled, self-powered motor vehicle used for -- transportation. -- -- data Car Car :: CargoVolume -> DateVehicleFirstRegistered -> DriveWheelConfiguration -> FuelConsumption -> FuelEfficiency -> FuelType -> KnownVehicleDamages -> MileageFromOdometer -> NumberOfAirbags -> NumberOfAxles -> NumberOfDoors -> NumberOfForwardGears -> NumberOfPreviousOwners -> ProductionDate -> PurchaseDate -> SteeringPosition -> VehicleConfiguration -> VehicleEngine -> VehicleIdentificationNumber -> VehicleInteriorColor -> VehicleInteriorType -> VehicleModelDate -> VehicleSeatingCapacity -> VehicleTransmission -> AdditionalProperty -> AggregateRating -> Audience -> Award -> Brand -> Category -> Color -> Depth -> Gtin12 -> Gtin13 -> Gtin14 -> Gtin8 -> Height -> IsAccessoryOrSparePartFor -> IsConsumableFor -> IsRelatedTo -> IsSimilarTo -> ItemCondition -> Logo -> Manufacturer -> Model -> Mpn -> Offers -> ProductID -> ReleaseDate -> Review -> Sku -> Weight -> Width -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Car [cargoVolume] :: Car -> CargoVolume [dateVehicleFirstRegistered] :: Car -> DateVehicleFirstRegistered [driveWheelConfiguration] :: Car -> DriveWheelConfiguration [fuelConsumption] :: Car -> FuelConsumption [fuelEfficiency] :: Car -> FuelEfficiency [fuelType] :: Car -> FuelType [knownVehicleDamages] :: Car -> KnownVehicleDamages [mileageFromOdometer] :: Car -> MileageFromOdometer [numberOfAirbags] :: Car -> NumberOfAirbags [numberOfAxles] :: Car -> NumberOfAxles [numberOfDoors] :: Car -> NumberOfDoors [numberOfForwardGears] :: Car -> NumberOfForwardGears [numberOfPreviousOwners] :: Car -> NumberOfPreviousOwners [productionDate] :: Car -> ProductionDate [purchaseDate] :: Car -> PurchaseDate [steeringPosition] :: Car -> SteeringPosition [vehicleConfiguration] :: Car -> VehicleConfiguration [vehicleEngine] :: Car -> VehicleEngine [vehicleIdentificationNumber] :: Car -> VehicleIdentificationNumber [vehicleInteriorColor] :: Car -> VehicleInteriorColor [vehicleInteriorType] :: Car -> VehicleInteriorType [vehicleModelDate] :: Car -> VehicleModelDate [vehicleSeatingCapacity] :: Car -> VehicleSeatingCapacity [vehicleTransmission] :: Car -> VehicleTransmission [additionalProperty] :: Car -> AdditionalProperty [aggregateRating] :: Car -> AggregateRating [audience] :: Car -> Audience [award] :: Car -> Award [brand] :: Car -> Brand [category] :: Car -> Category [color] :: Car -> Color [depth] :: Car -> Depth [gtin12] :: Car -> Gtin12 [gtin13] :: Car -> Gtin13 [gtin14] :: Car -> Gtin14 [gtin8] :: Car -> Gtin8 [height] :: Car -> Height [isAccessoryOrSparePartFor] :: Car -> IsAccessoryOrSparePartFor [isConsumableFor] :: Car -> IsConsumableFor [isRelatedTo] :: Car -> IsRelatedTo [isSimilarTo] :: Car -> IsSimilarTo [itemCondition] :: Car -> ItemCondition [logo] :: Car -> Logo [manufacturer] :: Car -> Manufacturer [model] :: Car -> Model [mpn] :: Car -> Mpn [offers] :: Car -> Offers [productID] :: Car -> ProductID [releaseDate] :: Car -> ReleaseDate [review] :: Car -> Review [sku] :: Car -> Sku [weight] :: Car -> Weight [width] :: Car -> Width [additionalType] :: Car -> AdditionalType [alternateName] :: Car -> AlternateName [description] :: Car -> Description [image] :: Car -> Image [mainEntityOfPage] :: Car -> MainEntityOfPage [name] :: Car -> Name [potentialAction] :: Car -> PotentialAction [sameAs] :: Car -> SameAs [url] :: Car -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Car.Car instance GHC.Read.Read Text.HTML5.MetaData.Schema.Car.Car instance GHC.Show.Show Text.HTML5.MetaData.Schema.Car.Car instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Car.Car module Text.HTML5.MetaData.Schema.QualitativeValue -- | A predefined value for a product characteristic, e.g. the power cord -- plug type "US" or the garment sizes "S", "M", "L", and "XL". -- -- data QualitativeValue QualitativeValue :: AdditionalProperty -> Equal -> Greater -> GreaterOrEqual -> Lesser -> LesserOrEqual -> NonEqual -> ValueReference -> SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> QualitativeValue [additionalProperty] :: QualitativeValue -> AdditionalProperty [equal] :: QualitativeValue -> Equal [greater] :: QualitativeValue -> Greater [greaterOrEqual] :: QualitativeValue -> GreaterOrEqual [lesser] :: QualitativeValue -> Lesser [lesserOrEqual] :: QualitativeValue -> LesserOrEqual [nonEqual] :: QualitativeValue -> NonEqual [valueReference] :: QualitativeValue -> ValueReference [supersededBy] :: QualitativeValue -> SupersededBy [additionalType] :: QualitativeValue -> AdditionalType [alternateName] :: QualitativeValue -> AlternateName [description] :: QualitativeValue -> Description [image] :: QualitativeValue -> Image [mainEntityOfPage] :: QualitativeValue -> MainEntityOfPage [name] :: QualitativeValue -> Name [potentialAction] :: QualitativeValue -> PotentialAction [sameAs] :: QualitativeValue -> SameAs [url] :: QualitativeValue -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.QualitativeValue.QualitativeValue instance GHC.Read.Read Text.HTML5.MetaData.Schema.QualitativeValue.QualitativeValue instance GHC.Show.Show Text.HTML5.MetaData.Schema.QualitativeValue.QualitativeValue instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.QualitativeValue.QualitativeValue module Text.HTML5.MetaData.Schema.CarUsageType -- | A value indicating a special usage of a car, e.g. commercial rental, -- driving school, or as a taxi. -- -- data CarUsageType CarUsageType :: AdditionalProperty -> Equal -> Greater -> GreaterOrEqual -> Lesser -> LesserOrEqual -> NonEqual -> ValueReference -> SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> CarUsageType [additionalProperty] :: CarUsageType -> AdditionalProperty [equal] :: CarUsageType -> Equal [greater] :: CarUsageType -> Greater [greaterOrEqual] :: CarUsageType -> GreaterOrEqual [lesser] :: CarUsageType -> Lesser [lesserOrEqual] :: CarUsageType -> LesserOrEqual [nonEqual] :: CarUsageType -> NonEqual [valueReference] :: CarUsageType -> ValueReference [supersededBy] :: CarUsageType -> SupersededBy [additionalType] :: CarUsageType -> AdditionalType [alternateName] :: CarUsageType -> AlternateName [description] :: CarUsageType -> Description [image] :: CarUsageType -> Image [mainEntityOfPage] :: CarUsageType -> MainEntityOfPage [name] :: CarUsageType -> Name [potentialAction] :: CarUsageType -> PotentialAction [sameAs] :: CarUsageType -> SameAs [url] :: CarUsageType -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.CarUsageType.CarUsageType instance GHC.Read.Read Text.HTML5.MetaData.Schema.CarUsageType.CarUsageType instance GHC.Show.Show Text.HTML5.MetaData.Schema.CarUsageType.CarUsageType instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.CarUsageType.CarUsageType module Text.HTML5.MetaData.Schema.Casino -- | A casino. -- -- data Casino Casino :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Casino [branchCode] :: Casino -> BranchCode [currenciesAccepted] :: Casino -> CurrenciesAccepted [openingHours] :: Casino -> OpeningHours [paymentAccepted] :: Casino -> PaymentAccepted [priceRange] :: Casino -> PriceRange [address] :: Casino -> Address [aggregateRating] :: Casino -> AggregateRating [alumni] :: Casino -> Alumni [areaServed] :: Casino -> AreaServed [award] :: Casino -> Award [brand] :: Casino -> Brand [contactPoint] :: Casino -> ContactPoint [department] :: Casino -> Department [dissolutionDate] :: Casino -> DissolutionDate [duns] :: Casino -> Duns [email] :: Casino -> Email [employee] :: Casino -> Employee [event] :: Casino -> Event [faxNumber] :: Casino -> FaxNumber [founder] :: Casino -> Founder [foundingDate] :: Casino -> FoundingDate [foundingLocation] :: Casino -> FoundingLocation [globalLocationNumber] :: Casino -> GlobalLocationNumber [hasOfferCatalog] :: Casino -> HasOfferCatalog [hasPOS] :: Casino -> HasPOS [isicV4] :: Casino -> IsicV4 [legalName] :: Casino -> LegalName [location] :: Casino -> Location [logo] :: Casino -> Logo [makesOffer] :: Casino -> MakesOffer [member] :: Casino -> Member [memberOf] :: Casino -> MemberOf [naics] :: Casino -> Naics [numberOfEmployees] :: Casino -> NumberOfEmployees [owns] :: Casino -> Owns [parentOrganization] :: Casino -> ParentOrganization [review] :: Casino -> Review [seeks] :: Casino -> Seeks [subOrganization] :: Casino -> SubOrganization [taxID] :: Casino -> TaxID [telephone] :: Casino -> Telephone [vatID] :: Casino -> VatID [additionalProperty] :: Casino -> AdditionalProperty [containedInPlace] :: Casino -> ContainedInPlace [containsPlace] :: Casino -> ContainsPlace [geo] :: Casino -> Geo [hasMap] :: Casino -> HasMap [openingHoursSpecification] :: Casino -> OpeningHoursSpecification [photo] :: Casino -> Photo [additionalType] :: Casino -> AdditionalType [alternateName] :: Casino -> AlternateName [description] :: Casino -> Description [image] :: Casino -> Image [mainEntityOfPage] :: Casino -> MainEntityOfPage [name] :: Casino -> Name [potentialAction] :: Casino -> PotentialAction [sameAs] :: Casino -> SameAs [url] :: Casino -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Casino.Casino instance GHC.Read.Read Text.HTML5.MetaData.Schema.Casino.Casino instance GHC.Show.Show Text.HTML5.MetaData.Schema.Casino.Casino instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Casino.Casino module Text.HTML5.MetaData.Schema.CatholicChurch -- | A Catholic church. -- -- data CatholicChurch CatholicChurch :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> CatholicChurch [openingHours] :: CatholicChurch -> OpeningHours [additionalProperty] :: CatholicChurch -> AdditionalProperty [address] :: CatholicChurch -> Address [aggregateRating] :: CatholicChurch -> AggregateRating [branchCode] :: CatholicChurch -> BranchCode [containedInPlace] :: CatholicChurch -> ContainedInPlace [containsPlace] :: CatholicChurch -> ContainsPlace [event] :: CatholicChurch -> Event [faxNumber] :: CatholicChurch -> FaxNumber [geo] :: CatholicChurch -> Geo [globalLocationNumber] :: CatholicChurch -> GlobalLocationNumber [hasMap] :: CatholicChurch -> HasMap [isicV4] :: CatholicChurch -> IsicV4 [logo] :: CatholicChurch -> Logo [openingHoursSpecification] :: CatholicChurch -> OpeningHoursSpecification [photo] :: CatholicChurch -> Photo [review] :: CatholicChurch -> Review [telephone] :: CatholicChurch -> Telephone [additionalType] :: CatholicChurch -> AdditionalType [alternateName] :: CatholicChurch -> AlternateName [description] :: CatholicChurch -> Description [image] :: CatholicChurch -> Image [mainEntityOfPage] :: CatholicChurch -> MainEntityOfPage [name] :: CatholicChurch -> Name [potentialAction] :: CatholicChurch -> PotentialAction [sameAs] :: CatholicChurch -> SameAs [url] :: CatholicChurch -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.CatholicChurch.CatholicChurch instance GHC.Read.Read Text.HTML5.MetaData.Schema.CatholicChurch.CatholicChurch instance GHC.Show.Show Text.HTML5.MetaData.Schema.CatholicChurch.CatholicChurch instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.CatholicChurch.CatholicChurch module Text.HTML5.MetaData.Schema.Cemetery -- | A graveyard. -- -- data Cemetery Cemetery :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Cemetery [openingHours] :: Cemetery -> OpeningHours [additionalProperty] :: Cemetery -> AdditionalProperty [address] :: Cemetery -> Address [aggregateRating] :: Cemetery -> AggregateRating [branchCode] :: Cemetery -> BranchCode [containedInPlace] :: Cemetery -> ContainedInPlace [containsPlace] :: Cemetery -> ContainsPlace [event] :: Cemetery -> Event [faxNumber] :: Cemetery -> FaxNumber [geo] :: Cemetery -> Geo [globalLocationNumber] :: Cemetery -> GlobalLocationNumber [hasMap] :: Cemetery -> HasMap [isicV4] :: Cemetery -> IsicV4 [logo] :: Cemetery -> Logo [openingHoursSpecification] :: Cemetery -> OpeningHoursSpecification [photo] :: Cemetery -> Photo [review] :: Cemetery -> Review [telephone] :: Cemetery -> Telephone [additionalType] :: Cemetery -> AdditionalType [alternateName] :: Cemetery -> AlternateName [description] :: Cemetery -> Description [image] :: Cemetery -> Image [mainEntityOfPage] :: Cemetery -> MainEntityOfPage [name] :: Cemetery -> Name [potentialAction] :: Cemetery -> PotentialAction [sameAs] :: Cemetery -> SameAs [url] :: Cemetery -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Cemetery.Cemetery instance GHC.Read.Read Text.HTML5.MetaData.Schema.Cemetery.Cemetery instance GHC.Show.Show Text.HTML5.MetaData.Schema.Cemetery.Cemetery instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Cemetery.Cemetery module Text.HTML5.MetaData.Schema.CheckAction -- | An agent inspectsdeterminesinvestigatesinquire or examine an -- object's accuracyquality/condition or state. -- -- data CheckAction CheckAction :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> CheckAction [actionStatus] :: CheckAction -> ActionStatus [agent] :: CheckAction -> Agent [endTime] :: CheckAction -> EndTime [error] :: CheckAction -> Error [instrument] :: CheckAction -> Instrument [location] :: CheckAction -> Location [object] :: CheckAction -> Object [participant] :: CheckAction -> Participant [result] :: CheckAction -> Result [startTime] :: CheckAction -> StartTime [target] :: CheckAction -> Target [additionalType] :: CheckAction -> AdditionalType [alternateName] :: CheckAction -> AlternateName [description] :: CheckAction -> Description [image] :: CheckAction -> Image [mainEntityOfPage] :: CheckAction -> MainEntityOfPage [name] :: CheckAction -> Name [potentialAction] :: CheckAction -> PotentialAction [sameAs] :: CheckAction -> SameAs [url] :: CheckAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.CheckAction.CheckAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.CheckAction.CheckAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.CheckAction.CheckAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.CheckAction.CheckAction module Text.HTML5.MetaData.Schema.CheckInAction -- | The act of an agent communicating (service provider, social media, -- etc) their arrival by registeringconfirming for a previously -- reserved service (e.g. flight check in) or at a place (e.g. hotel), -- possibly resulting in a result (boarding pass, etc).Related -- actions:CheckOutAction: The antonym of CheckInAction.ArriveAction: -- Unlike ArriveAction, CheckInAction implies that the agent is -- informingconfirming the start of a previously reserved -- service.ConfirmAction: Unlike ConfirmAction, CheckInAction implies -- that the agent is informingconfirming the *start* of a previously -- reserved service rather than its validityexistence. -- -- data CheckInAction CheckInAction :: About -> InLanguage -> Recipient -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> CheckInAction [about] :: CheckInAction -> About [inLanguage] :: CheckInAction -> InLanguage [recipient] :: CheckInAction -> Recipient [actionStatus] :: CheckInAction -> ActionStatus [agent] :: CheckInAction -> Agent [endTime] :: CheckInAction -> EndTime [error] :: CheckInAction -> Error [instrument] :: CheckInAction -> Instrument [location] :: CheckInAction -> Location [object] :: CheckInAction -> Object [participant] :: CheckInAction -> Participant [result] :: CheckInAction -> Result [startTime] :: CheckInAction -> StartTime [target] :: CheckInAction -> Target [additionalType] :: CheckInAction -> AdditionalType [alternateName] :: CheckInAction -> AlternateName [description] :: CheckInAction -> Description [image] :: CheckInAction -> Image [mainEntityOfPage] :: CheckInAction -> MainEntityOfPage [name] :: CheckInAction -> Name [potentialAction] :: CheckInAction -> PotentialAction [sameAs] :: CheckInAction -> SameAs [url] :: CheckInAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.CheckInAction.CheckInAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.CheckInAction.CheckInAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.CheckInAction.CheckInAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.CheckInAction.CheckInAction module Text.HTML5.MetaData.Schema.CheckOutAction -- | The act of an agent communicating (service provider, social media, -- etc) their departure of a previously reserved service (e.g. flight -- check in) or place (e.g. hotel).Related actions:CheckInAction: The -- antonym of CheckOutAction.DepartAction: Unlike DepartAction, -- CheckOutAction implies that the agent is informingconfirming the -- end of a previously reserved service.CancelAction: Unlike -- CancelAction, CheckOutAction implies that the agent is -- informingconfirming the end of a previously reserved service. -- -- data CheckOutAction CheckOutAction :: About -> InLanguage -> Recipient -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> CheckOutAction [about] :: CheckOutAction -> About [inLanguage] :: CheckOutAction -> InLanguage [recipient] :: CheckOutAction -> Recipient [actionStatus] :: CheckOutAction -> ActionStatus [agent] :: CheckOutAction -> Agent [endTime] :: CheckOutAction -> EndTime [error] :: CheckOutAction -> Error [instrument] :: CheckOutAction -> Instrument [location] :: CheckOutAction -> Location [object] :: CheckOutAction -> Object [participant] :: CheckOutAction -> Participant [result] :: CheckOutAction -> Result [startTime] :: CheckOutAction -> StartTime [target] :: CheckOutAction -> Target [additionalType] :: CheckOutAction -> AdditionalType [alternateName] :: CheckOutAction -> AlternateName [description] :: CheckOutAction -> Description [image] :: CheckOutAction -> Image [mainEntityOfPage] :: CheckOutAction -> MainEntityOfPage [name] :: CheckOutAction -> Name [potentialAction] :: CheckOutAction -> PotentialAction [sameAs] :: CheckOutAction -> SameAs [url] :: CheckOutAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.CheckOutAction.CheckOutAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.CheckOutAction.CheckOutAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.CheckOutAction.CheckOutAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.CheckOutAction.CheckOutAction module Text.HTML5.MetaData.Schema.CheckoutPage -- | Web page type: Checkout page. -- -- data CheckoutPage CheckoutPage :: Breadcrumb -> LastReviewed -> MainContentOfPage -> PrimaryImageOfPage -> RelatedLink -> ReviewedBy -> SignificantLink -> Specialty -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> CheckoutPage [breadcrumb] :: CheckoutPage -> Breadcrumb [lastReviewed] :: CheckoutPage -> LastReviewed [mainContentOfPage] :: CheckoutPage -> MainContentOfPage [primaryImageOfPage] :: CheckoutPage -> PrimaryImageOfPage [relatedLink] :: CheckoutPage -> RelatedLink [reviewedBy] :: CheckoutPage -> ReviewedBy [significantLink] :: CheckoutPage -> SignificantLink [specialty] :: CheckoutPage -> Specialty [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 [character] :: CheckoutPage -> Character [citation] :: CheckoutPage -> Citation [comment] :: CheckoutPage -> Comment [commentCount] :: CheckoutPage -> CommentCount [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 [exampleOfWork] :: CheckoutPage -> ExampleOfWork [fileFormat] :: CheckoutPage -> FileFormat [genre] :: CheckoutPage -> Genre [hasPart] :: CheckoutPage -> HasPart [headline] :: CheckoutPage -> Headline [inLanguage] :: CheckoutPage -> InLanguage [interactionStatistic] :: CheckoutPage -> InteractionStatistic [interactivityType] :: CheckoutPage -> InteractivityType [isBasedOnUrl] :: CheckoutPage -> IsBasedOnUrl [isFamilyFriendly] :: CheckoutPage -> IsFamilyFriendly [isPartOf] :: CheckoutPage -> IsPartOf [keywords] :: CheckoutPage -> Keywords [learningResourceType] :: CheckoutPage -> LearningResourceType [license] :: CheckoutPage -> License [locationCreated] :: CheckoutPage -> LocationCreated [mainEntity] :: CheckoutPage -> MainEntity [mentions] :: CheckoutPage -> Mentions [offers] :: CheckoutPage -> Offers [position] :: CheckoutPage -> Position [producer] :: CheckoutPage -> Producer [provider] :: CheckoutPage -> Provider [publication] :: CheckoutPage -> Publication [publisher] :: CheckoutPage -> Publisher [publishingPrinciples] :: CheckoutPage -> PublishingPrinciples [recordedAt] :: CheckoutPage -> RecordedAt [releasedEvent] :: CheckoutPage -> ReleasedEvent [review] :: CheckoutPage -> Review [schemaVersion] :: CheckoutPage -> SchemaVersion [sourceOrganization] :: CheckoutPage -> SourceOrganization [text] :: CheckoutPage -> Text [thumbnailUrl] :: CheckoutPage -> ThumbnailUrl [timeRequired] :: CheckoutPage -> TimeRequired [translator] :: CheckoutPage -> Translator [typicalAgeRange] :: CheckoutPage -> TypicalAgeRange [version] :: CheckoutPage -> Version [video] :: CheckoutPage -> Video [workExample] :: CheckoutPage -> WorkExample [additionalType] :: CheckoutPage -> AdditionalType [alternateName] :: CheckoutPage -> AlternateName [description] :: CheckoutPage -> Description [image] :: CheckoutPage -> Image [mainEntityOfPage] :: CheckoutPage -> MainEntityOfPage [name] :: CheckoutPage -> Name [potentialAction] :: CheckoutPage -> PotentialAction [sameAs] :: CheckoutPage -> SameAs [url] :: CheckoutPage -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.CheckoutPage.CheckoutPage instance GHC.Read.Read Text.HTML5.MetaData.Schema.CheckoutPage.CheckoutPage instance GHC.Show.Show Text.HTML5.MetaData.Schema.CheckoutPage.CheckoutPage instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.CheckoutPage.CheckoutPage module Text.HTML5.MetaData.Schema.ChildCare -- | A Childcare center. -- -- data ChildCare ChildCare :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AdditionalProperty -> Address -> AggregateRating -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Founder -> FoundingDate -> FoundingLocation -> HasOfferCatalog -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Seeks -> SubOrganization -> TaxID -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ChildCare [branchCode] :: ChildCare -> BranchCode [currenciesAccepted] :: ChildCare -> CurrenciesAccepted [openingHours] :: ChildCare -> OpeningHours [paymentAccepted] :: ChildCare -> PaymentAccepted [priceRange] :: ChildCare -> PriceRange [additionalProperty] :: ChildCare -> AdditionalProperty [address] :: ChildCare -> Address [aggregateRating] :: ChildCare -> AggregateRating [containedInPlace] :: ChildCare -> ContainedInPlace [containsPlace] :: ChildCare -> ContainsPlace [event] :: ChildCare -> Event [faxNumber] :: ChildCare -> FaxNumber [geo] :: ChildCare -> Geo [globalLocationNumber] :: ChildCare -> GlobalLocationNumber [hasMap] :: ChildCare -> HasMap [isicV4] :: ChildCare -> IsicV4 [logo] :: ChildCare -> Logo [openingHoursSpecification] :: ChildCare -> OpeningHoursSpecification [photo] :: ChildCare -> Photo [review] :: ChildCare -> Review [telephone] :: ChildCare -> Telephone [alumni] :: ChildCare -> Alumni [areaServed] :: ChildCare -> AreaServed [award] :: ChildCare -> Award [brand] :: ChildCare -> Brand [contactPoint] :: ChildCare -> ContactPoint [department] :: ChildCare -> Department [dissolutionDate] :: ChildCare -> DissolutionDate [duns] :: ChildCare -> Duns [email] :: ChildCare -> Email [employee] :: ChildCare -> Employee [founder] :: ChildCare -> Founder [foundingDate] :: ChildCare -> FoundingDate [foundingLocation] :: ChildCare -> FoundingLocation [hasOfferCatalog] :: ChildCare -> HasOfferCatalog [hasPOS] :: ChildCare -> HasPOS [legalName] :: ChildCare -> LegalName [location] :: ChildCare -> Location [makesOffer] :: ChildCare -> MakesOffer [member] :: ChildCare -> Member [memberOf] :: ChildCare -> MemberOf [naics] :: ChildCare -> Naics [numberOfEmployees] :: ChildCare -> NumberOfEmployees [owns] :: ChildCare -> Owns [parentOrganization] :: ChildCare -> ParentOrganization [seeks] :: ChildCare -> Seeks [subOrganization] :: ChildCare -> SubOrganization [taxID] :: ChildCare -> TaxID [vatID] :: ChildCare -> VatID [additionalType] :: ChildCare -> AdditionalType [alternateName] :: ChildCare -> AlternateName [description] :: ChildCare -> Description [image] :: ChildCare -> Image [mainEntityOfPage] :: ChildCare -> MainEntityOfPage [name] :: ChildCare -> Name [potentialAction] :: ChildCare -> PotentialAction [sameAs] :: ChildCare -> SameAs [url] :: ChildCare -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ChildCare.ChildCare instance GHC.Read.Read Text.HTML5.MetaData.Schema.ChildCare.ChildCare instance GHC.Show.Show Text.HTML5.MetaData.Schema.ChildCare.ChildCare instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ChildCare.ChildCare module Text.HTML5.MetaData.Schema.ChildrensEvent -- | Event type: Children's event. -- -- data ChildrensEvent ChildrensEvent :: AggregateRating -> Attendee -> DoorTime -> Duration -> EndDate -> EventStatus -> InLanguage -> Location -> Offers -> Organizer -> Performer -> PreviousStartDate -> RecordedIn -> Review -> StartDate -> SubEvent -> SuperEvent -> TypicalAgeRange -> WorkFeatured -> WorkPerformed -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ChildrensEvent [aggregateRating] :: ChildrensEvent -> AggregateRating [attendee] :: ChildrensEvent -> Attendee [doorTime] :: ChildrensEvent -> DoorTime [duration] :: ChildrensEvent -> Duration [endDate] :: ChildrensEvent -> EndDate [eventStatus] :: ChildrensEvent -> EventStatus [inLanguage] :: ChildrensEvent -> InLanguage [location] :: ChildrensEvent -> Location [offers] :: ChildrensEvent -> Offers [organizer] :: ChildrensEvent -> Organizer [performer] :: ChildrensEvent -> Performer [previousStartDate] :: ChildrensEvent -> PreviousStartDate [recordedIn] :: ChildrensEvent -> RecordedIn [review] :: ChildrensEvent -> Review [startDate] :: ChildrensEvent -> StartDate [subEvent] :: ChildrensEvent -> SubEvent [superEvent] :: ChildrensEvent -> SuperEvent [typicalAgeRange] :: ChildrensEvent -> TypicalAgeRange [workFeatured] :: ChildrensEvent -> WorkFeatured [workPerformed] :: ChildrensEvent -> WorkPerformed [additionalType] :: ChildrensEvent -> AdditionalType [alternateName] :: ChildrensEvent -> AlternateName [description] :: ChildrensEvent -> Description [image] :: ChildrensEvent -> Image [mainEntityOfPage] :: ChildrensEvent -> MainEntityOfPage [name] :: ChildrensEvent -> Name [potentialAction] :: ChildrensEvent -> PotentialAction [sameAs] :: ChildrensEvent -> SameAs [url] :: ChildrensEvent -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ChildrensEvent.ChildrensEvent instance GHC.Read.Read Text.HTML5.MetaData.Schema.ChildrensEvent.ChildrensEvent instance GHC.Show.Show Text.HTML5.MetaData.Schema.ChildrensEvent.ChildrensEvent instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ChildrensEvent.ChildrensEvent module Text.HTML5.MetaData.Schema.ChooseAction -- | The act of expressing a preference from a set of options or a large or -- unbounded set of choices/options. -- -- data ChooseAction ChooseAction :: ActionOption -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ChooseAction [actionOption] :: ChooseAction -> ActionOption [actionStatus] :: ChooseAction -> ActionStatus [agent] :: ChooseAction -> Agent [endTime] :: ChooseAction -> EndTime [error] :: ChooseAction -> Error [instrument] :: ChooseAction -> Instrument [location] :: ChooseAction -> Location [object] :: ChooseAction -> Object [participant] :: ChooseAction -> Participant [result] :: ChooseAction -> Result [startTime] :: ChooseAction -> StartTime [target] :: ChooseAction -> Target [additionalType] :: ChooseAction -> AdditionalType [alternateName] :: ChooseAction -> AlternateName [description] :: ChooseAction -> Description [image] :: ChooseAction -> Image [mainEntityOfPage] :: ChooseAction -> MainEntityOfPage [name] :: ChooseAction -> Name [potentialAction] :: ChooseAction -> PotentialAction [sameAs] :: ChooseAction -> SameAs [url] :: ChooseAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ChooseAction.ChooseAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.ChooseAction.ChooseAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.ChooseAction.ChooseAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ChooseAction.ChooseAction module Text.HTML5.MetaData.Schema.VoteAction -- | The act of expressing a preference from a fixedfinitestructured -- set of choices/options. -- -- data VoteAction VoteAction :: Candidate -> ActionOption -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> VoteAction [candidate] :: VoteAction -> Candidate [actionOption] :: VoteAction -> ActionOption [actionStatus] :: VoteAction -> ActionStatus [agent] :: VoteAction -> Agent [endTime] :: VoteAction -> EndTime [error] :: VoteAction -> Error [instrument] :: VoteAction -> Instrument [location] :: VoteAction -> Location [object] :: VoteAction -> Object [participant] :: VoteAction -> Participant [result] :: VoteAction -> Result [startTime] :: VoteAction -> StartTime [target] :: VoteAction -> Target [additionalType] :: VoteAction -> AdditionalType [alternateName] :: VoteAction -> AlternateName [description] :: VoteAction -> Description [image] :: VoteAction -> Image [mainEntityOfPage] :: VoteAction -> MainEntityOfPage [name] :: VoteAction -> Name [potentialAction] :: VoteAction -> PotentialAction [sameAs] :: VoteAction -> SameAs [url] :: VoteAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.VoteAction.VoteAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.VoteAction.VoteAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.VoteAction.VoteAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.VoteAction.VoteAction module Text.HTML5.MetaData.Schema.Church -- | A church. -- -- data Church Church :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Church [openingHours] :: Church -> OpeningHours [additionalProperty] :: Church -> AdditionalProperty [address] :: Church -> Address [aggregateRating] :: Church -> AggregateRating [branchCode] :: Church -> BranchCode [containedInPlace] :: Church -> ContainedInPlace [containsPlace] :: Church -> ContainsPlace [event] :: Church -> Event [faxNumber] :: Church -> FaxNumber [geo] :: Church -> Geo [globalLocationNumber] :: Church -> GlobalLocationNumber [hasMap] :: Church -> HasMap [isicV4] :: Church -> IsicV4 [logo] :: Church -> Logo [openingHoursSpecification] :: Church -> OpeningHoursSpecification [photo] :: Church -> Photo [review] :: Church -> Review [telephone] :: Church -> Telephone [additionalType] :: Church -> AdditionalType [alternateName] :: Church -> AlternateName [description] :: Church -> Description [image] :: Church -> Image [mainEntityOfPage] :: Church -> MainEntityOfPage [name] :: Church -> Name [potentialAction] :: Church -> PotentialAction [sameAs] :: Church -> SameAs [url] :: Church -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Church.Church instance GHC.Read.Read Text.HTML5.MetaData.Schema.Church.Church instance GHC.Show.Show Text.HTML5.MetaData.Schema.Church.Church instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Church.Church module Text.HTML5.MetaData.Schema.CityHall -- | A city hall. -- -- data CityHall CityHall :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> CityHall [openingHours] :: CityHall -> OpeningHours [additionalProperty] :: CityHall -> AdditionalProperty [address] :: CityHall -> Address [aggregateRating] :: CityHall -> AggregateRating [branchCode] :: CityHall -> BranchCode [containedInPlace] :: CityHall -> ContainedInPlace [containsPlace] :: CityHall -> ContainsPlace [event] :: CityHall -> Event [faxNumber] :: CityHall -> FaxNumber [geo] :: CityHall -> Geo [globalLocationNumber] :: CityHall -> GlobalLocationNumber [hasMap] :: CityHall -> HasMap [isicV4] :: CityHall -> IsicV4 [logo] :: CityHall -> Logo [openingHoursSpecification] :: CityHall -> OpeningHoursSpecification [photo] :: CityHall -> Photo [review] :: CityHall -> Review [telephone] :: CityHall -> Telephone [additionalType] :: CityHall -> AdditionalType [alternateName] :: CityHall -> AlternateName [description] :: CityHall -> Description [image] :: CityHall -> Image [mainEntityOfPage] :: CityHall -> MainEntityOfPage [name] :: CityHall -> Name [potentialAction] :: CityHall -> PotentialAction [sameAs] :: CityHall -> SameAs [url] :: CityHall -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.CityHall.CityHall instance GHC.Read.Read Text.HTML5.MetaData.Schema.CityHall.CityHall instance GHC.Show.Show Text.HTML5.MetaData.Schema.CityHall.CityHall instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.CityHall.CityHall module Text.HTML5.MetaData.Schema.Crematorium -- | A crematorium. -- -- data Crematorium Crematorium :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Crematorium [openingHours] :: Crematorium -> OpeningHours [additionalProperty] :: Crematorium -> AdditionalProperty [address] :: Crematorium -> Address [aggregateRating] :: Crematorium -> AggregateRating [branchCode] :: Crematorium -> BranchCode [containedInPlace] :: Crematorium -> ContainedInPlace [containsPlace] :: Crematorium -> ContainsPlace [event] :: Crematorium -> Event [faxNumber] :: Crematorium -> FaxNumber [geo] :: Crematorium -> Geo [globalLocationNumber] :: Crematorium -> GlobalLocationNumber [hasMap] :: Crematorium -> HasMap [isicV4] :: Crematorium -> IsicV4 [logo] :: Crematorium -> Logo [openingHoursSpecification] :: Crematorium -> OpeningHoursSpecification [photo] :: Crematorium -> Photo [review] :: Crematorium -> Review [telephone] :: Crematorium -> Telephone [additionalType] :: Crematorium -> AdditionalType [alternateName] :: Crematorium -> AlternateName [description] :: Crematorium -> Description [image] :: Crematorium -> Image [mainEntityOfPage] :: Crematorium -> MainEntityOfPage [name] :: Crematorium -> Name [potentialAction] :: Crematorium -> PotentialAction [sameAs] :: Crematorium -> SameAs [url] :: Crematorium -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Crematorium.Crematorium instance GHC.Read.Read Text.HTML5.MetaData.Schema.Crematorium.Crematorium instance GHC.Show.Show Text.HTML5.MetaData.Schema.Crematorium.Crematorium instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Crematorium.Crematorium module Text.HTML5.MetaData.Schema.EventVenue -- | An event venue. -- -- data EventVenue EventVenue :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> EventVenue [openingHours] :: EventVenue -> OpeningHours [additionalProperty] :: EventVenue -> AdditionalProperty [address] :: EventVenue -> Address [aggregateRating] :: EventVenue -> AggregateRating [branchCode] :: EventVenue -> BranchCode [containedInPlace] :: EventVenue -> ContainedInPlace [containsPlace] :: EventVenue -> ContainsPlace [event] :: EventVenue -> Event [faxNumber] :: EventVenue -> FaxNumber [geo] :: EventVenue -> Geo [globalLocationNumber] :: EventVenue -> GlobalLocationNumber [hasMap] :: EventVenue -> HasMap [isicV4] :: EventVenue -> IsicV4 [logo] :: EventVenue -> Logo [openingHoursSpecification] :: EventVenue -> OpeningHoursSpecification [photo] :: EventVenue -> Photo [review] :: EventVenue -> Review [telephone] :: EventVenue -> Telephone [additionalType] :: EventVenue -> AdditionalType [alternateName] :: EventVenue -> AlternateName [description] :: EventVenue -> Description [image] :: EventVenue -> Image [mainEntityOfPage] :: EventVenue -> MainEntityOfPage [name] :: EventVenue -> Name [potentialAction] :: EventVenue -> PotentialAction [sameAs] :: EventVenue -> SameAs [url] :: EventVenue -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.EventVenue.EventVenue instance GHC.Read.Read Text.HTML5.MetaData.Schema.EventVenue.EventVenue instance GHC.Show.Show Text.HTML5.MetaData.Schema.EventVenue.EventVenue instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.EventVenue.EventVenue module Text.HTML5.MetaData.Schema.MovieTheater -- | A movie theater. -- -- data MovieTheater MovieTheater :: ScreenCount -> OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> CurrenciesAccepted -> PaymentAccepted -> PriceRange -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Founder -> FoundingDate -> FoundingLocation -> HasOfferCatalog -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Seeks -> SubOrganization -> TaxID -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MovieTheater [screenCount] :: MovieTheater -> ScreenCount [openingHours] :: MovieTheater -> OpeningHours [additionalProperty] :: MovieTheater -> AdditionalProperty [address] :: MovieTheater -> Address [aggregateRating] :: MovieTheater -> AggregateRating [branchCode] :: MovieTheater -> BranchCode [containedInPlace] :: MovieTheater -> ContainedInPlace [containsPlace] :: MovieTheater -> ContainsPlace [event] :: MovieTheater -> Event [faxNumber] :: MovieTheater -> FaxNumber [geo] :: MovieTheater -> Geo [globalLocationNumber] :: MovieTheater -> GlobalLocationNumber [hasMap] :: MovieTheater -> HasMap [isicV4] :: MovieTheater -> IsicV4 [logo] :: MovieTheater -> Logo [openingHoursSpecification] :: MovieTheater -> OpeningHoursSpecification [photo] :: MovieTheater -> Photo [review] :: MovieTheater -> Review [telephone] :: MovieTheater -> Telephone [currenciesAccepted] :: MovieTheater -> CurrenciesAccepted [paymentAccepted] :: MovieTheater -> PaymentAccepted [priceRange] :: MovieTheater -> PriceRange [alumni] :: MovieTheater -> Alumni [areaServed] :: MovieTheater -> AreaServed [award] :: MovieTheater -> Award [brand] :: MovieTheater -> Brand [contactPoint] :: MovieTheater -> ContactPoint [department] :: MovieTheater -> Department [dissolutionDate] :: MovieTheater -> DissolutionDate [duns] :: MovieTheater -> Duns [email] :: MovieTheater -> Email [employee] :: MovieTheater -> Employee [founder] :: MovieTheater -> Founder [foundingDate] :: MovieTheater -> FoundingDate [foundingLocation] :: MovieTheater -> FoundingLocation [hasOfferCatalog] :: MovieTheater -> HasOfferCatalog [hasPOS] :: MovieTheater -> HasPOS [legalName] :: MovieTheater -> LegalName [location] :: MovieTheater -> Location [makesOffer] :: MovieTheater -> MakesOffer [member] :: MovieTheater -> Member [memberOf] :: MovieTheater -> MemberOf [naics] :: MovieTheater -> Naics [numberOfEmployees] :: MovieTheater -> NumberOfEmployees [owns] :: MovieTheater -> Owns [parentOrganization] :: MovieTheater -> ParentOrganization [seeks] :: MovieTheater -> Seeks [subOrganization] :: MovieTheater -> SubOrganization [taxID] :: MovieTheater -> TaxID [vatID] :: MovieTheater -> VatID [additionalType] :: MovieTheater -> AdditionalType [alternateName] :: MovieTheater -> AlternateName [description] :: MovieTheater -> Description [image] :: MovieTheater -> Image [mainEntityOfPage] :: MovieTheater -> MainEntityOfPage [name] :: MovieTheater -> Name [potentialAction] :: MovieTheater -> PotentialAction [sameAs] :: MovieTheater -> SameAs [url] :: MovieTheater -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MovieTheater.MovieTheater instance GHC.Read.Read Text.HTML5.MetaData.Schema.MovieTheater.MovieTheater instance GHC.Show.Show Text.HTML5.MetaData.Schema.MovieTheater.MovieTheater instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MovieTheater.MovieTheater module Text.HTML5.MetaData.Schema.Museum -- | A museum. -- -- data Museum Museum :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Museum [openingHours] :: Museum -> OpeningHours [additionalProperty] :: Museum -> AdditionalProperty [address] :: Museum -> Address [aggregateRating] :: Museum -> AggregateRating [branchCode] :: Museum -> BranchCode [containedInPlace] :: Museum -> ContainedInPlace [containsPlace] :: Museum -> ContainsPlace [event] :: Museum -> Event [faxNumber] :: Museum -> FaxNumber [geo] :: Museum -> Geo [globalLocationNumber] :: Museum -> GlobalLocationNumber [hasMap] :: Museum -> HasMap [isicV4] :: Museum -> IsicV4 [logo] :: Museum -> Logo [openingHoursSpecification] :: Museum -> OpeningHoursSpecification [photo] :: Museum -> Photo [review] :: Museum -> Review [telephone] :: Museum -> Telephone [additionalType] :: Museum -> AdditionalType [alternateName] :: Museum -> AlternateName [description] :: Museum -> Description [image] :: Museum -> Image [mainEntityOfPage] :: Museum -> MainEntityOfPage [name] :: Museum -> Name [potentialAction] :: Museum -> PotentialAction [sameAs] :: Museum -> SameAs [url] :: Museum -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Museum.Museum instance GHC.Read.Read Text.HTML5.MetaData.Schema.Museum.Museum instance GHC.Show.Show Text.HTML5.MetaData.Schema.Museum.Museum instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Museum.Museum module Text.HTML5.MetaData.Schema.MusicVenue -- | A music venue. -- -- data MusicVenue MusicVenue :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MusicVenue [openingHours] :: MusicVenue -> OpeningHours [additionalProperty] :: MusicVenue -> AdditionalProperty [address] :: MusicVenue -> Address [aggregateRating] :: MusicVenue -> AggregateRating [branchCode] :: MusicVenue -> BranchCode [containedInPlace] :: MusicVenue -> ContainedInPlace [containsPlace] :: MusicVenue -> ContainsPlace [event] :: MusicVenue -> Event [faxNumber] :: MusicVenue -> FaxNumber [geo] :: MusicVenue -> Geo [globalLocationNumber] :: MusicVenue -> GlobalLocationNumber [hasMap] :: MusicVenue -> HasMap [isicV4] :: MusicVenue -> IsicV4 [logo] :: MusicVenue -> Logo [openingHoursSpecification] :: MusicVenue -> OpeningHoursSpecification [photo] :: MusicVenue -> Photo [review] :: MusicVenue -> Review [telephone] :: MusicVenue -> Telephone [additionalType] :: MusicVenue -> AdditionalType [alternateName] :: MusicVenue -> AlternateName [description] :: MusicVenue -> Description [image] :: MusicVenue -> Image [mainEntityOfPage] :: MusicVenue -> MainEntityOfPage [name] :: MusicVenue -> Name [potentialAction] :: MusicVenue -> PotentialAction [sameAs] :: MusicVenue -> SameAs [url] :: MusicVenue -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MusicVenue.MusicVenue instance GHC.Read.Read Text.HTML5.MetaData.Schema.MusicVenue.MusicVenue instance GHC.Show.Show Text.HTML5.MetaData.Schema.MusicVenue.MusicVenue instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MusicVenue.MusicVenue module Text.HTML5.MetaData.Schema.Park -- | A park. -- -- data Park Park :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Park [openingHours] :: Park -> OpeningHours [additionalProperty] :: Park -> AdditionalProperty [address] :: Park -> Address [aggregateRating] :: Park -> AggregateRating [branchCode] :: Park -> BranchCode [containedInPlace] :: Park -> ContainedInPlace [containsPlace] :: Park -> ContainsPlace [event] :: Park -> Event [faxNumber] :: Park -> FaxNumber [geo] :: Park -> Geo [globalLocationNumber] :: Park -> GlobalLocationNumber [hasMap] :: Park -> HasMap [isicV4] :: Park -> IsicV4 [logo] :: Park -> Logo [openingHoursSpecification] :: Park -> OpeningHoursSpecification [photo] :: Park -> Photo [review] :: Park -> Review [telephone] :: Park -> Telephone [additionalType] :: Park -> AdditionalType [alternateName] :: Park -> AlternateName [description] :: Park -> Description [image] :: Park -> Image [mainEntityOfPage] :: Park -> MainEntityOfPage [name] :: Park -> Name [potentialAction] :: Park -> PotentialAction [sameAs] :: Park -> SameAs [url] :: Park -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Park.Park instance GHC.Read.Read Text.HTML5.MetaData.Schema.Park.Park instance GHC.Show.Show Text.HTML5.MetaData.Schema.Park.Park instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Park.Park module Text.HTML5.MetaData.Schema.ParkingFacility -- | A parking lot or other parking facility. -- -- data ParkingFacility ParkingFacility :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ParkingFacility [openingHours] :: ParkingFacility -> OpeningHours [additionalProperty] :: ParkingFacility -> AdditionalProperty [address] :: ParkingFacility -> Address [aggregateRating] :: ParkingFacility -> AggregateRating [branchCode] :: ParkingFacility -> BranchCode [containedInPlace] :: ParkingFacility -> ContainedInPlace [containsPlace] :: ParkingFacility -> ContainsPlace [event] :: ParkingFacility -> Event [faxNumber] :: ParkingFacility -> FaxNumber [geo] :: ParkingFacility -> Geo [globalLocationNumber] :: ParkingFacility -> GlobalLocationNumber [hasMap] :: ParkingFacility -> HasMap [isicV4] :: ParkingFacility -> IsicV4 [logo] :: ParkingFacility -> Logo [openingHoursSpecification] :: ParkingFacility -> OpeningHoursSpecification [photo] :: ParkingFacility -> Photo [review] :: ParkingFacility -> Review [telephone] :: ParkingFacility -> Telephone [additionalType] :: ParkingFacility -> AdditionalType [alternateName] :: ParkingFacility -> AlternateName [description] :: ParkingFacility -> Description [image] :: ParkingFacility -> Image [mainEntityOfPage] :: ParkingFacility -> MainEntityOfPage [name] :: ParkingFacility -> Name [potentialAction] :: ParkingFacility -> PotentialAction [sameAs] :: ParkingFacility -> SameAs [url] :: ParkingFacility -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ParkingFacility.ParkingFacility instance GHC.Read.Read Text.HTML5.MetaData.Schema.ParkingFacility.ParkingFacility instance GHC.Show.Show Text.HTML5.MetaData.Schema.ParkingFacility.ParkingFacility instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ParkingFacility.ParkingFacility module Text.HTML5.MetaData.Schema.PerformingArtsTheater -- | A theater or other performing art center. -- -- data PerformingArtsTheater PerformingArtsTheater :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PerformingArtsTheater [openingHours] :: PerformingArtsTheater -> OpeningHours [additionalProperty] :: PerformingArtsTheater -> AdditionalProperty [address] :: PerformingArtsTheater -> Address [aggregateRating] :: PerformingArtsTheater -> AggregateRating [branchCode] :: PerformingArtsTheater -> BranchCode [containedInPlace] :: PerformingArtsTheater -> ContainedInPlace [containsPlace] :: PerformingArtsTheater -> ContainsPlace [event] :: PerformingArtsTheater -> Event [faxNumber] :: PerformingArtsTheater -> FaxNumber [geo] :: PerformingArtsTheater -> Geo [globalLocationNumber] :: PerformingArtsTheater -> GlobalLocationNumber [hasMap] :: PerformingArtsTheater -> HasMap [isicV4] :: PerformingArtsTheater -> IsicV4 [logo] :: PerformingArtsTheater -> Logo [openingHoursSpecification] :: PerformingArtsTheater -> OpeningHoursSpecification [photo] :: PerformingArtsTheater -> Photo [review] :: PerformingArtsTheater -> Review [telephone] :: PerformingArtsTheater -> Telephone [additionalType] :: PerformingArtsTheater -> AdditionalType [alternateName] :: PerformingArtsTheater -> AlternateName [description] :: PerformingArtsTheater -> Description [image] :: PerformingArtsTheater -> Image [mainEntityOfPage] :: PerformingArtsTheater -> MainEntityOfPage [name] :: PerformingArtsTheater -> Name [potentialAction] :: PerformingArtsTheater -> PotentialAction [sameAs] :: PerformingArtsTheater -> SameAs [url] :: PerformingArtsTheater -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PerformingArtsTheater.PerformingArtsTheater instance GHC.Read.Read Text.HTML5.MetaData.Schema.PerformingArtsTheater.PerformingArtsTheater instance GHC.Show.Show Text.HTML5.MetaData.Schema.PerformingArtsTheater.PerformingArtsTheater instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PerformingArtsTheater.PerformingArtsTheater module Text.HTML5.MetaData.Schema.Playground -- | A playground. -- -- data Playground Playground :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Playground [openingHours] :: Playground -> OpeningHours [additionalProperty] :: Playground -> AdditionalProperty [address] :: Playground -> Address [aggregateRating] :: Playground -> AggregateRating [branchCode] :: Playground -> BranchCode [containedInPlace] :: Playground -> ContainedInPlace [containsPlace] :: Playground -> ContainsPlace [event] :: Playground -> Event [faxNumber] :: Playground -> FaxNumber [geo] :: Playground -> Geo [globalLocationNumber] :: Playground -> GlobalLocationNumber [hasMap] :: Playground -> HasMap [isicV4] :: Playground -> IsicV4 [logo] :: Playground -> Logo [openingHoursSpecification] :: Playground -> OpeningHoursSpecification [photo] :: Playground -> Photo [review] :: Playground -> Review [telephone] :: Playground -> Telephone [additionalType] :: Playground -> AdditionalType [alternateName] :: Playground -> AlternateName [description] :: Playground -> Description [image] :: Playground -> Image [mainEntityOfPage] :: Playground -> MainEntityOfPage [name] :: Playground -> Name [potentialAction] :: Playground -> PotentialAction [sameAs] :: Playground -> SameAs [url] :: Playground -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Playground.Playground instance GHC.Read.Read Text.HTML5.MetaData.Schema.Playground.Playground instance GHC.Show.Show Text.HTML5.MetaData.Schema.Playground.Playground instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Playground.Playground module Text.HTML5.MetaData.Schema.RVPark -- | A place offering space for "Recreational Vehicles", Caravans, mobile -- homes and the like. -- -- data RVPark RVPark :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> RVPark [openingHours] :: RVPark -> OpeningHours [additionalProperty] :: RVPark -> AdditionalProperty [address] :: RVPark -> Address [aggregateRating] :: RVPark -> AggregateRating [branchCode] :: RVPark -> BranchCode [containedInPlace] :: RVPark -> ContainedInPlace [containsPlace] :: RVPark -> ContainsPlace [event] :: RVPark -> Event [faxNumber] :: RVPark -> FaxNumber [geo] :: RVPark -> Geo [globalLocationNumber] :: RVPark -> GlobalLocationNumber [hasMap] :: RVPark -> HasMap [isicV4] :: RVPark -> IsicV4 [logo] :: RVPark -> Logo [openingHoursSpecification] :: RVPark -> OpeningHoursSpecification [photo] :: RVPark -> Photo [review] :: RVPark -> Review [telephone] :: RVPark -> Telephone [additionalType] :: RVPark -> AdditionalType [alternateName] :: RVPark -> AlternateName [description] :: RVPark -> Description [image] :: RVPark -> Image [mainEntityOfPage] :: RVPark -> MainEntityOfPage [name] :: RVPark -> Name [potentialAction] :: RVPark -> PotentialAction [sameAs] :: RVPark -> SameAs [url] :: RVPark -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.RVPark.RVPark instance GHC.Read.Read Text.HTML5.MetaData.Schema.RVPark.RVPark instance GHC.Show.Show Text.HTML5.MetaData.Schema.RVPark.RVPark instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.RVPark.RVPark module Text.HTML5.MetaData.Schema.StadiumOrArena -- | A stadium. -- -- data StadiumOrArena StadiumOrArena :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> CurrenciesAccepted -> PaymentAccepted -> PriceRange -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Founder -> FoundingDate -> FoundingLocation -> HasOfferCatalog -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Seeks -> SubOrganization -> TaxID -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> StadiumOrArena [openingHours] :: StadiumOrArena -> OpeningHours [additionalProperty] :: StadiumOrArena -> AdditionalProperty [address] :: StadiumOrArena -> Address [aggregateRating] :: StadiumOrArena -> AggregateRating [branchCode] :: StadiumOrArena -> BranchCode [containedInPlace] :: StadiumOrArena -> ContainedInPlace [containsPlace] :: StadiumOrArena -> ContainsPlace [event] :: StadiumOrArena -> Event [faxNumber] :: StadiumOrArena -> FaxNumber [geo] :: StadiumOrArena -> Geo [globalLocationNumber] :: StadiumOrArena -> GlobalLocationNumber [hasMap] :: StadiumOrArena -> HasMap [isicV4] :: StadiumOrArena -> IsicV4 [logo] :: StadiumOrArena -> Logo [openingHoursSpecification] :: StadiumOrArena -> OpeningHoursSpecification [photo] :: StadiumOrArena -> Photo [review] :: StadiumOrArena -> Review [telephone] :: StadiumOrArena -> Telephone [currenciesAccepted] :: StadiumOrArena -> CurrenciesAccepted [paymentAccepted] :: StadiumOrArena -> PaymentAccepted [priceRange] :: StadiumOrArena -> PriceRange [alumni] :: StadiumOrArena -> Alumni [areaServed] :: StadiumOrArena -> AreaServed [award] :: StadiumOrArena -> Award [brand] :: StadiumOrArena -> Brand [contactPoint] :: StadiumOrArena -> ContactPoint [department] :: StadiumOrArena -> Department [dissolutionDate] :: StadiumOrArena -> DissolutionDate [duns] :: StadiumOrArena -> Duns [email] :: StadiumOrArena -> Email [employee] :: StadiumOrArena -> Employee [founder] :: StadiumOrArena -> Founder [foundingDate] :: StadiumOrArena -> FoundingDate [foundingLocation] :: StadiumOrArena -> FoundingLocation [hasOfferCatalog] :: StadiumOrArena -> HasOfferCatalog [hasPOS] :: StadiumOrArena -> HasPOS [legalName] :: StadiumOrArena -> LegalName [location] :: StadiumOrArena -> Location [makesOffer] :: StadiumOrArena -> MakesOffer [member] :: StadiumOrArena -> Member [memberOf] :: StadiumOrArena -> MemberOf [naics] :: StadiumOrArena -> Naics [numberOfEmployees] :: StadiumOrArena -> NumberOfEmployees [owns] :: StadiumOrArena -> Owns [parentOrganization] :: StadiumOrArena -> ParentOrganization [seeks] :: StadiumOrArena -> Seeks [subOrganization] :: StadiumOrArena -> SubOrganization [taxID] :: StadiumOrArena -> TaxID [vatID] :: StadiumOrArena -> VatID [additionalType] :: StadiumOrArena -> AdditionalType [alternateName] :: StadiumOrArena -> AlternateName [description] :: StadiumOrArena -> Description [image] :: StadiumOrArena -> Image [mainEntityOfPage] :: StadiumOrArena -> MainEntityOfPage [name] :: StadiumOrArena -> Name [potentialAction] :: StadiumOrArena -> PotentialAction [sameAs] :: StadiumOrArena -> SameAs [url] :: StadiumOrArena -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.StadiumOrArena.StadiumOrArena instance GHC.Read.Read Text.HTML5.MetaData.Schema.StadiumOrArena.StadiumOrArena instance GHC.Show.Show Text.HTML5.MetaData.Schema.StadiumOrArena.StadiumOrArena instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.StadiumOrArena.StadiumOrArena module Text.HTML5.MetaData.Schema.SubwayStation -- | A subway station. -- -- data SubwayStation SubwayStation :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> SubwayStation [openingHours] :: SubwayStation -> OpeningHours [additionalProperty] :: SubwayStation -> AdditionalProperty [address] :: SubwayStation -> Address [aggregateRating] :: SubwayStation -> AggregateRating [branchCode] :: SubwayStation -> BranchCode [containedInPlace] :: SubwayStation -> ContainedInPlace [containsPlace] :: SubwayStation -> ContainsPlace [event] :: SubwayStation -> Event [faxNumber] :: SubwayStation -> FaxNumber [geo] :: SubwayStation -> Geo [globalLocationNumber] :: SubwayStation -> GlobalLocationNumber [hasMap] :: SubwayStation -> HasMap [isicV4] :: SubwayStation -> IsicV4 [logo] :: SubwayStation -> Logo [openingHoursSpecification] :: SubwayStation -> OpeningHoursSpecification [photo] :: SubwayStation -> Photo [review] :: SubwayStation -> Review [telephone] :: SubwayStation -> Telephone [additionalType] :: SubwayStation -> AdditionalType [alternateName] :: SubwayStation -> AlternateName [description] :: SubwayStation -> Description [image] :: SubwayStation -> Image [mainEntityOfPage] :: SubwayStation -> MainEntityOfPage [name] :: SubwayStation -> Name [potentialAction] :: SubwayStation -> PotentialAction [sameAs] :: SubwayStation -> SameAs [url] :: SubwayStation -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.SubwayStation.SubwayStation instance GHC.Read.Read Text.HTML5.MetaData.Schema.SubwayStation.SubwayStation instance GHC.Show.Show Text.HTML5.MetaData.Schema.SubwayStation.SubwayStation instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.SubwayStation.SubwayStation module Text.HTML5.MetaData.Schema.TaxiStand -- | A taxi stand. -- -- data TaxiStand TaxiStand :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> TaxiStand [openingHours] :: TaxiStand -> OpeningHours [additionalProperty] :: TaxiStand -> AdditionalProperty [address] :: TaxiStand -> Address [aggregateRating] :: TaxiStand -> AggregateRating [branchCode] :: TaxiStand -> BranchCode [containedInPlace] :: TaxiStand -> ContainedInPlace [containsPlace] :: TaxiStand -> ContainsPlace [event] :: TaxiStand -> Event [faxNumber] :: TaxiStand -> FaxNumber [geo] :: TaxiStand -> Geo [globalLocationNumber] :: TaxiStand -> GlobalLocationNumber [hasMap] :: TaxiStand -> HasMap [isicV4] :: TaxiStand -> IsicV4 [logo] :: TaxiStand -> Logo [openingHoursSpecification] :: TaxiStand -> OpeningHoursSpecification [photo] :: TaxiStand -> Photo [review] :: TaxiStand -> Review [telephone] :: TaxiStand -> Telephone [additionalType] :: TaxiStand -> AdditionalType [alternateName] :: TaxiStand -> AlternateName [description] :: TaxiStand -> Description [image] :: TaxiStand -> Image [mainEntityOfPage] :: TaxiStand -> MainEntityOfPage [name] :: TaxiStand -> Name [potentialAction] :: TaxiStand -> PotentialAction [sameAs] :: TaxiStand -> SameAs [url] :: TaxiStand -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.TaxiStand.TaxiStand instance GHC.Read.Read Text.HTML5.MetaData.Schema.TaxiStand.TaxiStand instance GHC.Show.Show Text.HTML5.MetaData.Schema.TaxiStand.TaxiStand instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.TaxiStand.TaxiStand module Text.HTML5.MetaData.Schema.CivicStructure -- | A public structure, such as a town hall or concert hall. -- -- data CivicStructure CivicStructure :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> CivicStructure [openingHours] :: CivicStructure -> OpeningHours [additionalProperty] :: CivicStructure -> AdditionalProperty [address] :: CivicStructure -> Address [aggregateRating] :: CivicStructure -> AggregateRating [branchCode] :: CivicStructure -> BranchCode [containedInPlace] :: CivicStructure -> ContainedInPlace [containsPlace] :: CivicStructure -> ContainsPlace [event] :: CivicStructure -> Event [faxNumber] :: CivicStructure -> FaxNumber [geo] :: CivicStructure -> Geo [globalLocationNumber] :: CivicStructure -> GlobalLocationNumber [hasMap] :: CivicStructure -> HasMap [isicV4] :: CivicStructure -> IsicV4 [logo] :: CivicStructure -> Logo [openingHoursSpecification] :: CivicStructure -> OpeningHoursSpecification [photo] :: CivicStructure -> Photo [review] :: CivicStructure -> Review [telephone] :: CivicStructure -> Telephone [additionalType] :: CivicStructure -> AdditionalType [alternateName] :: CivicStructure -> AlternateName [description] :: CivicStructure -> Description [image] :: CivicStructure -> Image [mainEntityOfPage] :: CivicStructure -> MainEntityOfPage [name] :: CivicStructure -> Name [potentialAction] :: CivicStructure -> PotentialAction [sameAs] :: CivicStructure -> SameAs [url] :: CivicStructure -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.CivicStructure.CivicStructure instance GHC.Read.Read Text.HTML5.MetaData.Schema.CivicStructure.CivicStructure instance GHC.Show.Show Text.HTML5.MetaData.Schema.CivicStructure.CivicStructure instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.CivicStructure.CivicStructure module Text.HTML5.MetaData.Schema.Zoo -- | A zoo. -- -- data Zoo Zoo :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Zoo [openingHours] :: Zoo -> OpeningHours [additionalProperty] :: Zoo -> AdditionalProperty [address] :: Zoo -> Address [aggregateRating] :: Zoo -> AggregateRating [branchCode] :: Zoo -> BranchCode [containedInPlace] :: Zoo -> ContainedInPlace [containsPlace] :: Zoo -> ContainsPlace [event] :: Zoo -> Event [faxNumber] :: Zoo -> FaxNumber [geo] :: Zoo -> Geo [globalLocationNumber] :: Zoo -> GlobalLocationNumber [hasMap] :: Zoo -> HasMap [isicV4] :: Zoo -> IsicV4 [logo] :: Zoo -> Logo [openingHoursSpecification] :: Zoo -> OpeningHoursSpecification [photo] :: Zoo -> Photo [review] :: Zoo -> Review [telephone] :: Zoo -> Telephone [additionalType] :: Zoo -> AdditionalType [alternateName] :: Zoo -> AlternateName [description] :: Zoo -> Description [image] :: Zoo -> Image [mainEntityOfPage] :: Zoo -> MainEntityOfPage [name] :: Zoo -> Name [potentialAction] :: Zoo -> PotentialAction [sameAs] :: Zoo -> SameAs [url] :: Zoo -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Zoo.Zoo instance GHC.Read.Read Text.HTML5.MetaData.Schema.Zoo.Zoo instance GHC.Show.Show Text.HTML5.MetaData.Schema.Zoo.Zoo instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Zoo.Zoo module Text.HTML5.MetaData.Schema.MovieClip -- | A short segment/part of a movie. -- -- data MovieClip MovieClip :: Actor -> ClipNumber -> Director -> MusicBy -> PartOfEpisode -> PartOfSeason -> PartOfSeries -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MovieClip [actor] :: MovieClip -> Actor [clipNumber] :: MovieClip -> ClipNumber [director] :: MovieClip -> Director [musicBy] :: MovieClip -> MusicBy [partOfEpisode] :: MovieClip -> PartOfEpisode [partOfSeason] :: MovieClip -> PartOfSeason [partOfSeries] :: MovieClip -> PartOfSeries [about] :: MovieClip -> About [accessibilityAPI] :: MovieClip -> AccessibilityAPI [accessibilityControl] :: MovieClip -> AccessibilityControl [accessibilityFeature] :: MovieClip -> AccessibilityFeature [accessibilityHazard] :: MovieClip -> AccessibilityHazard [accountablePerson] :: MovieClip -> AccountablePerson [aggregateRating] :: MovieClip -> AggregateRating [alternativeHeadline] :: MovieClip -> AlternativeHeadline [associatedMedia] :: MovieClip -> AssociatedMedia [audience] :: MovieClip -> Audience [audio] :: MovieClip -> Audio [author] :: MovieClip -> Author [award] :: MovieClip -> Award [character] :: MovieClip -> Character [citation] :: MovieClip -> Citation [comment] :: MovieClip -> Comment [commentCount] :: MovieClip -> CommentCount [contentLocation] :: MovieClip -> ContentLocation [contentRating] :: MovieClip -> ContentRating [contributor] :: MovieClip -> Contributor [copyrightHolder] :: MovieClip -> CopyrightHolder [copyrightYear] :: MovieClip -> CopyrightYear [creator] :: MovieClip -> Creator [dateCreated] :: MovieClip -> DateCreated [dateModified] :: MovieClip -> DateModified [datePublished] :: MovieClip -> DatePublished [discussionUrl] :: MovieClip -> DiscussionUrl [editor] :: MovieClip -> Editor [educationalAlignment] :: MovieClip -> EducationalAlignment [educationalUse] :: MovieClip -> EducationalUse [encoding] :: MovieClip -> Encoding [exampleOfWork] :: MovieClip -> ExampleOfWork [fileFormat] :: MovieClip -> FileFormat [genre] :: MovieClip -> Genre [hasPart] :: MovieClip -> HasPart [headline] :: MovieClip -> Headline [inLanguage] :: MovieClip -> InLanguage [interactionStatistic] :: MovieClip -> InteractionStatistic [interactivityType] :: MovieClip -> InteractivityType [isBasedOnUrl] :: MovieClip -> IsBasedOnUrl [isFamilyFriendly] :: MovieClip -> IsFamilyFriendly [isPartOf] :: MovieClip -> IsPartOf [keywords] :: MovieClip -> Keywords [learningResourceType] :: MovieClip -> LearningResourceType [license] :: MovieClip -> License [locationCreated] :: MovieClip -> LocationCreated [mainEntity] :: MovieClip -> MainEntity [mentions] :: MovieClip -> Mentions [offers] :: MovieClip -> Offers [position] :: MovieClip -> Position [producer] :: MovieClip -> Producer [provider] :: MovieClip -> Provider [publication] :: MovieClip -> Publication [publisher] :: MovieClip -> Publisher [publishingPrinciples] :: MovieClip -> PublishingPrinciples [recordedAt] :: MovieClip -> RecordedAt [releasedEvent] :: MovieClip -> ReleasedEvent [review] :: MovieClip -> Review [schemaVersion] :: MovieClip -> SchemaVersion [sourceOrganization] :: MovieClip -> SourceOrganization [text] :: MovieClip -> Text [thumbnailUrl] :: MovieClip -> ThumbnailUrl [timeRequired] :: MovieClip -> TimeRequired [translator] :: MovieClip -> Translator [typicalAgeRange] :: MovieClip -> TypicalAgeRange [version] :: MovieClip -> Version [video] :: MovieClip -> Video [workExample] :: MovieClip -> WorkExample [additionalType] :: MovieClip -> AdditionalType [alternateName] :: MovieClip -> AlternateName [description] :: MovieClip -> Description [image] :: MovieClip -> Image [mainEntityOfPage] :: MovieClip -> MainEntityOfPage [name] :: MovieClip -> Name [potentialAction] :: MovieClip -> PotentialAction [sameAs] :: MovieClip -> SameAs [url] :: MovieClip -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MovieClip.MovieClip instance GHC.Read.Read Text.HTML5.MetaData.Schema.MovieClip.MovieClip instance GHC.Show.Show Text.HTML5.MetaData.Schema.MovieClip.MovieClip instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MovieClip.MovieClip module Text.HTML5.MetaData.Schema.RadioClip -- | A short radio program or a segment/part of a radio program. -- -- data RadioClip RadioClip :: Actor -> ClipNumber -> Director -> MusicBy -> PartOfEpisode -> PartOfSeason -> PartOfSeries -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> RadioClip [actor] :: RadioClip -> Actor [clipNumber] :: RadioClip -> ClipNumber [director] :: RadioClip -> Director [musicBy] :: RadioClip -> MusicBy [partOfEpisode] :: RadioClip -> PartOfEpisode [partOfSeason] :: RadioClip -> PartOfSeason [partOfSeries] :: RadioClip -> PartOfSeries [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 [character] :: RadioClip -> Character [citation] :: RadioClip -> Citation [comment] :: RadioClip -> Comment [commentCount] :: RadioClip -> CommentCount [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 [exampleOfWork] :: RadioClip -> ExampleOfWork [fileFormat] :: RadioClip -> FileFormat [genre] :: RadioClip -> Genre [hasPart] :: RadioClip -> HasPart [headline] :: RadioClip -> Headline [inLanguage] :: RadioClip -> InLanguage [interactionStatistic] :: RadioClip -> InteractionStatistic [interactivityType] :: RadioClip -> InteractivityType [isBasedOnUrl] :: RadioClip -> IsBasedOnUrl [isFamilyFriendly] :: RadioClip -> IsFamilyFriendly [isPartOf] :: RadioClip -> IsPartOf [keywords] :: RadioClip -> Keywords [learningResourceType] :: RadioClip -> LearningResourceType [license] :: RadioClip -> License [locationCreated] :: RadioClip -> LocationCreated [mainEntity] :: RadioClip -> MainEntity [mentions] :: RadioClip -> Mentions [offers] :: RadioClip -> Offers [position] :: RadioClip -> Position [producer] :: RadioClip -> Producer [provider] :: RadioClip -> Provider [publication] :: RadioClip -> Publication [publisher] :: RadioClip -> Publisher [publishingPrinciples] :: RadioClip -> PublishingPrinciples [recordedAt] :: RadioClip -> RecordedAt [releasedEvent] :: RadioClip -> ReleasedEvent [review] :: RadioClip -> Review [schemaVersion] :: RadioClip -> SchemaVersion [sourceOrganization] :: RadioClip -> SourceOrganization [text] :: RadioClip -> Text [thumbnailUrl] :: RadioClip -> ThumbnailUrl [timeRequired] :: RadioClip -> TimeRequired [translator] :: RadioClip -> Translator [typicalAgeRange] :: RadioClip -> TypicalAgeRange [version] :: RadioClip -> Version [video] :: RadioClip -> Video [workExample] :: RadioClip -> WorkExample [additionalType] :: RadioClip -> AdditionalType [alternateName] :: RadioClip -> AlternateName [description] :: RadioClip -> Description [image] :: RadioClip -> Image [mainEntityOfPage] :: RadioClip -> MainEntityOfPage [name] :: RadioClip -> Name [potentialAction] :: RadioClip -> PotentialAction [sameAs] :: RadioClip -> SameAs [url] :: RadioClip -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.RadioClip.RadioClip instance GHC.Read.Read Text.HTML5.MetaData.Schema.RadioClip.RadioClip instance GHC.Show.Show Text.HTML5.MetaData.Schema.RadioClip.RadioClip instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.RadioClip.RadioClip module Text.HTML5.MetaData.Schema.TVClip -- | A short TV program or a segment/part of a TV program. -- -- data TVClip TVClip :: Actor -> ClipNumber -> Director -> MusicBy -> PartOfEpisode -> PartOfSeason -> PartOfSeries -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> TVClip [actor] :: TVClip -> Actor [clipNumber] :: TVClip -> ClipNumber [director] :: TVClip -> Director [musicBy] :: TVClip -> MusicBy [partOfEpisode] :: TVClip -> PartOfEpisode [partOfSeason] :: TVClip -> PartOfSeason [partOfSeries] :: TVClip -> PartOfSeries [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 [character] :: TVClip -> Character [citation] :: TVClip -> Citation [comment] :: TVClip -> Comment [commentCount] :: TVClip -> CommentCount [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 [exampleOfWork] :: TVClip -> ExampleOfWork [fileFormat] :: TVClip -> FileFormat [genre] :: TVClip -> Genre [hasPart] :: TVClip -> HasPart [headline] :: TVClip -> Headline [inLanguage] :: TVClip -> InLanguage [interactionStatistic] :: TVClip -> InteractionStatistic [interactivityType] :: TVClip -> InteractivityType [isBasedOnUrl] :: TVClip -> IsBasedOnUrl [isFamilyFriendly] :: TVClip -> IsFamilyFriendly [isPartOf] :: TVClip -> IsPartOf [keywords] :: TVClip -> Keywords [learningResourceType] :: TVClip -> LearningResourceType [license] :: TVClip -> License [locationCreated] :: TVClip -> LocationCreated [mainEntity] :: TVClip -> MainEntity [mentions] :: TVClip -> Mentions [offers] :: TVClip -> Offers [position] :: TVClip -> Position [producer] :: TVClip -> Producer [provider] :: TVClip -> Provider [publication] :: TVClip -> Publication [publisher] :: TVClip -> Publisher [publishingPrinciples] :: TVClip -> PublishingPrinciples [recordedAt] :: TVClip -> RecordedAt [releasedEvent] :: TVClip -> ReleasedEvent [review] :: TVClip -> Review [schemaVersion] :: TVClip -> SchemaVersion [sourceOrganization] :: TVClip -> SourceOrganization [text] :: TVClip -> Text [thumbnailUrl] :: TVClip -> ThumbnailUrl [timeRequired] :: TVClip -> TimeRequired [translator] :: TVClip -> Translator [typicalAgeRange] :: TVClip -> TypicalAgeRange [version] :: TVClip -> Version [video] :: TVClip -> Video [workExample] :: TVClip -> WorkExample [additionalType] :: TVClip -> AdditionalType [alternateName] :: TVClip -> AlternateName [description] :: TVClip -> Description [image] :: TVClip -> Image [mainEntityOfPage] :: TVClip -> MainEntityOfPage [name] :: TVClip -> Name [potentialAction] :: TVClip -> PotentialAction [sameAs] :: TVClip -> SameAs [url] :: TVClip -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.TVClip.TVClip instance GHC.Read.Read Text.HTML5.MetaData.Schema.TVClip.TVClip instance GHC.Show.Show Text.HTML5.MetaData.Schema.TVClip.TVClip instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.TVClip.TVClip module Text.HTML5.MetaData.Schema.Clip -- | A short TV or radio program or a segment/part of a program. -- -- data Clip Clip :: Actor -> ClipNumber -> Director -> MusicBy -> PartOfEpisode -> PartOfSeason -> PartOfSeries -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Clip [actor] :: Clip -> Actor [clipNumber] :: Clip -> ClipNumber [director] :: Clip -> Director [musicBy] :: Clip -> MusicBy [partOfEpisode] :: Clip -> PartOfEpisode [partOfSeason] :: Clip -> PartOfSeason [partOfSeries] :: Clip -> PartOfSeries [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 [character] :: Clip -> Character [citation] :: Clip -> Citation [comment] :: Clip -> Comment [commentCount] :: Clip -> CommentCount [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 [exampleOfWork] :: Clip -> ExampleOfWork [fileFormat] :: Clip -> FileFormat [genre] :: Clip -> Genre [hasPart] :: Clip -> HasPart [headline] :: Clip -> Headline [inLanguage] :: Clip -> InLanguage [interactionStatistic] :: Clip -> InteractionStatistic [interactivityType] :: Clip -> InteractivityType [isBasedOnUrl] :: Clip -> IsBasedOnUrl [isFamilyFriendly] :: Clip -> IsFamilyFriendly [isPartOf] :: Clip -> IsPartOf [keywords] :: Clip -> Keywords [learningResourceType] :: Clip -> LearningResourceType [license] :: Clip -> License [locationCreated] :: Clip -> LocationCreated [mainEntity] :: Clip -> MainEntity [mentions] :: Clip -> Mentions [offers] :: Clip -> Offers [position] :: Clip -> Position [producer] :: Clip -> Producer [provider] :: Clip -> Provider [publication] :: Clip -> Publication [publisher] :: Clip -> Publisher [publishingPrinciples] :: Clip -> PublishingPrinciples [recordedAt] :: Clip -> RecordedAt [releasedEvent] :: Clip -> ReleasedEvent [review] :: Clip -> Review [schemaVersion] :: Clip -> SchemaVersion [sourceOrganization] :: Clip -> SourceOrganization [text] :: Clip -> Text [thumbnailUrl] :: Clip -> ThumbnailUrl [timeRequired] :: Clip -> TimeRequired [translator] :: Clip -> Translator [typicalAgeRange] :: Clip -> TypicalAgeRange [version] :: Clip -> Version [video] :: Clip -> Video [workExample] :: Clip -> WorkExample [additionalType] :: Clip -> AdditionalType [alternateName] :: Clip -> AlternateName [description] :: Clip -> Description [image] :: Clip -> Image [mainEntityOfPage] :: Clip -> MainEntityOfPage [name] :: Clip -> Name [potentialAction] :: Clip -> PotentialAction [sameAs] :: Clip -> SameAs [url] :: Clip -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Clip.Clip instance GHC.Read.Read Text.HTML5.MetaData.Schema.Clip.Clip instance GHC.Show.Show Text.HTML5.MetaData.Schema.Clip.Clip instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Clip.Clip module Text.HTML5.MetaData.Schema.VideoGameClip -- | A short segment/part of a video game. -- -- data VideoGameClip VideoGameClip :: Actor -> ClipNumber -> Director -> MusicBy -> PartOfEpisode -> PartOfSeason -> PartOfSeries -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> VideoGameClip [actor] :: VideoGameClip -> Actor [clipNumber] :: VideoGameClip -> ClipNumber [director] :: VideoGameClip -> Director [musicBy] :: VideoGameClip -> MusicBy [partOfEpisode] :: VideoGameClip -> PartOfEpisode [partOfSeason] :: VideoGameClip -> PartOfSeason [partOfSeries] :: VideoGameClip -> PartOfSeries [about] :: VideoGameClip -> About [accessibilityAPI] :: VideoGameClip -> AccessibilityAPI [accessibilityControl] :: VideoGameClip -> AccessibilityControl [accessibilityFeature] :: VideoGameClip -> AccessibilityFeature [accessibilityHazard] :: VideoGameClip -> AccessibilityHazard [accountablePerson] :: VideoGameClip -> AccountablePerson [aggregateRating] :: VideoGameClip -> AggregateRating [alternativeHeadline] :: VideoGameClip -> AlternativeHeadline [associatedMedia] :: VideoGameClip -> AssociatedMedia [audience] :: VideoGameClip -> Audience [audio] :: VideoGameClip -> Audio [author] :: VideoGameClip -> Author [award] :: VideoGameClip -> Award [character] :: VideoGameClip -> Character [citation] :: VideoGameClip -> Citation [comment] :: VideoGameClip -> Comment [commentCount] :: VideoGameClip -> CommentCount [contentLocation] :: VideoGameClip -> ContentLocation [contentRating] :: VideoGameClip -> ContentRating [contributor] :: VideoGameClip -> Contributor [copyrightHolder] :: VideoGameClip -> CopyrightHolder [copyrightYear] :: VideoGameClip -> CopyrightYear [creator] :: VideoGameClip -> Creator [dateCreated] :: VideoGameClip -> DateCreated [dateModified] :: VideoGameClip -> DateModified [datePublished] :: VideoGameClip -> DatePublished [discussionUrl] :: VideoGameClip -> DiscussionUrl [editor] :: VideoGameClip -> Editor [educationalAlignment] :: VideoGameClip -> EducationalAlignment [educationalUse] :: VideoGameClip -> EducationalUse [encoding] :: VideoGameClip -> Encoding [exampleOfWork] :: VideoGameClip -> ExampleOfWork [fileFormat] :: VideoGameClip -> FileFormat [genre] :: VideoGameClip -> Genre [hasPart] :: VideoGameClip -> HasPart [headline] :: VideoGameClip -> Headline [inLanguage] :: VideoGameClip -> InLanguage [interactionStatistic] :: VideoGameClip -> InteractionStatistic [interactivityType] :: VideoGameClip -> InteractivityType [isBasedOnUrl] :: VideoGameClip -> IsBasedOnUrl [isFamilyFriendly] :: VideoGameClip -> IsFamilyFriendly [isPartOf] :: VideoGameClip -> IsPartOf [keywords] :: VideoGameClip -> Keywords [learningResourceType] :: VideoGameClip -> LearningResourceType [license] :: VideoGameClip -> License [locationCreated] :: VideoGameClip -> LocationCreated [mainEntity] :: VideoGameClip -> MainEntity [mentions] :: VideoGameClip -> Mentions [offers] :: VideoGameClip -> Offers [position] :: VideoGameClip -> Position [producer] :: VideoGameClip -> Producer [provider] :: VideoGameClip -> Provider [publication] :: VideoGameClip -> Publication [publisher] :: VideoGameClip -> Publisher [publishingPrinciples] :: VideoGameClip -> PublishingPrinciples [recordedAt] :: VideoGameClip -> RecordedAt [releasedEvent] :: VideoGameClip -> ReleasedEvent [review] :: VideoGameClip -> Review [schemaVersion] :: VideoGameClip -> SchemaVersion [sourceOrganization] :: VideoGameClip -> SourceOrganization [text] :: VideoGameClip -> Text [thumbnailUrl] :: VideoGameClip -> ThumbnailUrl [timeRequired] :: VideoGameClip -> TimeRequired [translator] :: VideoGameClip -> Translator [typicalAgeRange] :: VideoGameClip -> TypicalAgeRange [version] :: VideoGameClip -> Version [video] :: VideoGameClip -> Video [workExample] :: VideoGameClip -> WorkExample [additionalType] :: VideoGameClip -> AdditionalType [alternateName] :: VideoGameClip -> AlternateName [description] :: VideoGameClip -> Description [image] :: VideoGameClip -> Image [mainEntityOfPage] :: VideoGameClip -> MainEntityOfPage [name] :: VideoGameClip -> Name [potentialAction] :: VideoGameClip -> PotentialAction [sameAs] :: VideoGameClip -> SameAs [url] :: VideoGameClip -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.VideoGameClip.VideoGameClip instance GHC.Read.Read Text.HTML5.MetaData.Schema.VideoGameClip.VideoGameClip instance GHC.Show.Show Text.HTML5.MetaData.Schema.VideoGameClip.VideoGameClip instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.VideoGameClip.VideoGameClip module Text.HTML5.MetaData.Schema.ClothingStore -- | A clothing store. -- -- data ClothingStore ClothingStore :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AdditionalProperty -> Address -> AggregateRating -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Founder -> FoundingDate -> FoundingLocation -> HasOfferCatalog -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Seeks -> SubOrganization -> TaxID -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ClothingStore [branchCode] :: ClothingStore -> BranchCode [currenciesAccepted] :: ClothingStore -> CurrenciesAccepted [openingHours] :: ClothingStore -> OpeningHours [paymentAccepted] :: ClothingStore -> PaymentAccepted [priceRange] :: ClothingStore -> PriceRange [additionalProperty] :: ClothingStore -> AdditionalProperty [address] :: ClothingStore -> Address [aggregateRating] :: ClothingStore -> AggregateRating [containedInPlace] :: ClothingStore -> ContainedInPlace [containsPlace] :: ClothingStore -> ContainsPlace [event] :: ClothingStore -> Event [faxNumber] :: ClothingStore -> FaxNumber [geo] :: ClothingStore -> Geo [globalLocationNumber] :: ClothingStore -> GlobalLocationNumber [hasMap] :: ClothingStore -> HasMap [isicV4] :: ClothingStore -> IsicV4 [logo] :: ClothingStore -> Logo [openingHoursSpecification] :: ClothingStore -> OpeningHoursSpecification [photo] :: ClothingStore -> Photo [review] :: ClothingStore -> Review [telephone] :: ClothingStore -> Telephone [alumni] :: ClothingStore -> Alumni [areaServed] :: ClothingStore -> AreaServed [award] :: ClothingStore -> Award [brand] :: ClothingStore -> Brand [contactPoint] :: ClothingStore -> ContactPoint [department] :: ClothingStore -> Department [dissolutionDate] :: ClothingStore -> DissolutionDate [duns] :: ClothingStore -> Duns [email] :: ClothingStore -> Email [employee] :: ClothingStore -> Employee [founder] :: ClothingStore -> Founder [foundingDate] :: ClothingStore -> FoundingDate [foundingLocation] :: ClothingStore -> FoundingLocation [hasOfferCatalog] :: ClothingStore -> HasOfferCatalog [hasPOS] :: ClothingStore -> HasPOS [legalName] :: ClothingStore -> LegalName [location] :: ClothingStore -> Location [makesOffer] :: ClothingStore -> MakesOffer [member] :: ClothingStore -> Member [memberOf] :: ClothingStore -> MemberOf [naics] :: ClothingStore -> Naics [numberOfEmployees] :: ClothingStore -> NumberOfEmployees [owns] :: ClothingStore -> Owns [parentOrganization] :: ClothingStore -> ParentOrganization [seeks] :: ClothingStore -> Seeks [subOrganization] :: ClothingStore -> SubOrganization [taxID] :: ClothingStore -> TaxID [vatID] :: ClothingStore -> VatID [additionalType] :: ClothingStore -> AdditionalType [alternateName] :: ClothingStore -> AlternateName [description] :: ClothingStore -> Description [image] :: ClothingStore -> Image [mainEntityOfPage] :: ClothingStore -> MainEntityOfPage [name] :: ClothingStore -> Name [potentialAction] :: ClothingStore -> PotentialAction [sameAs] :: ClothingStore -> SameAs [url] :: ClothingStore -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ClothingStore.ClothingStore instance GHC.Read.Read Text.HTML5.MetaData.Schema.ClothingStore.ClothingStore instance GHC.Show.Show Text.HTML5.MetaData.Schema.ClothingStore.ClothingStore instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ClothingStore.ClothingStore module Text.HTML5.MetaData.Schema.Code -- | Computer programming source code. Example: Full (compile ready) -- solutions, code snippet samples, scripts, templates. -- -- data Code Code :: About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Code [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 [character] :: Code -> Character [citation] :: Code -> Citation [comment] :: Code -> Comment [commentCount] :: Code -> CommentCount [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 [exampleOfWork] :: Code -> ExampleOfWork [fileFormat] :: Code -> FileFormat [genre] :: Code -> Genre [hasPart] :: Code -> HasPart [headline] :: Code -> Headline [inLanguage] :: Code -> InLanguage [interactionStatistic] :: Code -> InteractionStatistic [interactivityType] :: Code -> InteractivityType [isBasedOnUrl] :: Code -> IsBasedOnUrl [isFamilyFriendly] :: Code -> IsFamilyFriendly [isPartOf] :: Code -> IsPartOf [keywords] :: Code -> Keywords [learningResourceType] :: Code -> LearningResourceType [license] :: Code -> License [locationCreated] :: Code -> LocationCreated [mainEntity] :: Code -> MainEntity [mentions] :: Code -> Mentions [offers] :: Code -> Offers [position] :: Code -> Position [producer] :: Code -> Producer [provider] :: Code -> Provider [publication] :: Code -> Publication [publisher] :: Code -> Publisher [publishingPrinciples] :: Code -> PublishingPrinciples [recordedAt] :: Code -> RecordedAt [releasedEvent] :: Code -> ReleasedEvent [review] :: Code -> Review [schemaVersion] :: Code -> SchemaVersion [sourceOrganization] :: Code -> SourceOrganization [text] :: Code -> Text [thumbnailUrl] :: Code -> ThumbnailUrl [timeRequired] :: Code -> TimeRequired [translator] :: Code -> Translator [typicalAgeRange] :: Code -> TypicalAgeRange [version] :: Code -> Version [video] :: Code -> Video [workExample] :: Code -> WorkExample [additionalType] :: Code -> AdditionalType [alternateName] :: Code -> AlternateName [description] :: Code -> Description [image] :: Code -> Image [mainEntityOfPage] :: Code -> MainEntityOfPage [name] :: Code -> Name [potentialAction] :: Code -> PotentialAction [sameAs] :: Code -> SameAs [url] :: Code -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Code.Code instance GHC.Read.Read Text.HTML5.MetaData.Schema.Code.Code instance GHC.Show.Show Text.HTML5.MetaData.Schema.Code.Code instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Code.Code module Text.HTML5.MetaData.Schema.ImageGallery -- | Web page type: Image gallery page. -- -- data ImageGallery ImageGallery :: Breadcrumb -> LastReviewed -> MainContentOfPage -> PrimaryImageOfPage -> RelatedLink -> ReviewedBy -> SignificantLink -> Specialty -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ImageGallery [breadcrumb] :: ImageGallery -> Breadcrumb [lastReviewed] :: ImageGallery -> LastReviewed [mainContentOfPage] :: ImageGallery -> MainContentOfPage [primaryImageOfPage] :: ImageGallery -> PrimaryImageOfPage [relatedLink] :: ImageGallery -> RelatedLink [reviewedBy] :: ImageGallery -> ReviewedBy [significantLink] :: ImageGallery -> SignificantLink [specialty] :: ImageGallery -> Specialty [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 [character] :: ImageGallery -> Character [citation] :: ImageGallery -> Citation [comment] :: ImageGallery -> Comment [commentCount] :: ImageGallery -> CommentCount [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 [exampleOfWork] :: ImageGallery -> ExampleOfWork [fileFormat] :: ImageGallery -> FileFormat [genre] :: ImageGallery -> Genre [hasPart] :: ImageGallery -> HasPart [headline] :: ImageGallery -> Headline [inLanguage] :: ImageGallery -> InLanguage [interactionStatistic] :: ImageGallery -> InteractionStatistic [interactivityType] :: ImageGallery -> InteractivityType [isBasedOnUrl] :: ImageGallery -> IsBasedOnUrl [isFamilyFriendly] :: ImageGallery -> IsFamilyFriendly [isPartOf] :: ImageGallery -> IsPartOf [keywords] :: ImageGallery -> Keywords [learningResourceType] :: ImageGallery -> LearningResourceType [license] :: ImageGallery -> License [locationCreated] :: ImageGallery -> LocationCreated [mainEntity] :: ImageGallery -> MainEntity [mentions] :: ImageGallery -> Mentions [offers] :: ImageGallery -> Offers [position] :: ImageGallery -> Position [producer] :: ImageGallery -> Producer [provider] :: ImageGallery -> Provider [publication] :: ImageGallery -> Publication [publisher] :: ImageGallery -> Publisher [publishingPrinciples] :: ImageGallery -> PublishingPrinciples [recordedAt] :: ImageGallery -> RecordedAt [releasedEvent] :: ImageGallery -> ReleasedEvent [review] :: ImageGallery -> Review [schemaVersion] :: ImageGallery -> SchemaVersion [sourceOrganization] :: ImageGallery -> SourceOrganization [text] :: ImageGallery -> Text [thumbnailUrl] :: ImageGallery -> ThumbnailUrl [timeRequired] :: ImageGallery -> TimeRequired [translator] :: ImageGallery -> Translator [typicalAgeRange] :: ImageGallery -> TypicalAgeRange [version] :: ImageGallery -> Version [video] :: ImageGallery -> Video [workExample] :: ImageGallery -> WorkExample [additionalType] :: ImageGallery -> AdditionalType [alternateName] :: ImageGallery -> AlternateName [description] :: ImageGallery -> Description [image] :: ImageGallery -> Image [mainEntityOfPage] :: ImageGallery -> MainEntityOfPage [name] :: ImageGallery -> Name [potentialAction] :: ImageGallery -> PotentialAction [sameAs] :: ImageGallery -> SameAs [url] :: ImageGallery -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ImageGallery.ImageGallery instance GHC.Read.Read Text.HTML5.MetaData.Schema.ImageGallery.ImageGallery instance GHC.Show.Show Text.HTML5.MetaData.Schema.ImageGallery.ImageGallery instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ImageGallery.ImageGallery module Text.HTML5.MetaData.Schema.CollectionPage -- | Web page type: Collection page. -- -- data CollectionPage CollectionPage :: Breadcrumb -> LastReviewed -> MainContentOfPage -> PrimaryImageOfPage -> RelatedLink -> ReviewedBy -> SignificantLink -> Specialty -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> CollectionPage [breadcrumb] :: CollectionPage -> Breadcrumb [lastReviewed] :: CollectionPage -> LastReviewed [mainContentOfPage] :: CollectionPage -> MainContentOfPage [primaryImageOfPage] :: CollectionPage -> PrimaryImageOfPage [relatedLink] :: CollectionPage -> RelatedLink [reviewedBy] :: CollectionPage -> ReviewedBy [significantLink] :: CollectionPage -> SignificantLink [specialty] :: CollectionPage -> Specialty [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 [character] :: CollectionPage -> Character [citation] :: CollectionPage -> Citation [comment] :: CollectionPage -> Comment [commentCount] :: CollectionPage -> CommentCount [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 [exampleOfWork] :: CollectionPage -> ExampleOfWork [fileFormat] :: CollectionPage -> FileFormat [genre] :: CollectionPage -> Genre [hasPart] :: CollectionPage -> HasPart [headline] :: CollectionPage -> Headline [inLanguage] :: CollectionPage -> InLanguage [interactionStatistic] :: CollectionPage -> InteractionStatistic [interactivityType] :: CollectionPage -> InteractivityType [isBasedOnUrl] :: CollectionPage -> IsBasedOnUrl [isFamilyFriendly] :: CollectionPage -> IsFamilyFriendly [isPartOf] :: CollectionPage -> IsPartOf [keywords] :: CollectionPage -> Keywords [learningResourceType] :: CollectionPage -> LearningResourceType [license] :: CollectionPage -> License [locationCreated] :: CollectionPage -> LocationCreated [mainEntity] :: CollectionPage -> MainEntity [mentions] :: CollectionPage -> Mentions [offers] :: CollectionPage -> Offers [position] :: CollectionPage -> Position [producer] :: CollectionPage -> Producer [provider] :: CollectionPage -> Provider [publication] :: CollectionPage -> Publication [publisher] :: CollectionPage -> Publisher [publishingPrinciples] :: CollectionPage -> PublishingPrinciples [recordedAt] :: CollectionPage -> RecordedAt [releasedEvent] :: CollectionPage -> ReleasedEvent [review] :: CollectionPage -> Review [schemaVersion] :: CollectionPage -> SchemaVersion [sourceOrganization] :: CollectionPage -> SourceOrganization [text] :: CollectionPage -> Text [thumbnailUrl] :: CollectionPage -> ThumbnailUrl [timeRequired] :: CollectionPage -> TimeRequired [translator] :: CollectionPage -> Translator [typicalAgeRange] :: CollectionPage -> TypicalAgeRange [version] :: CollectionPage -> Version [video] :: CollectionPage -> Video [workExample] :: CollectionPage -> WorkExample [additionalType] :: CollectionPage -> AdditionalType [alternateName] :: CollectionPage -> AlternateName [description] :: CollectionPage -> Description [image] :: CollectionPage -> Image [mainEntityOfPage] :: CollectionPage -> MainEntityOfPage [name] :: CollectionPage -> Name [potentialAction] :: CollectionPage -> PotentialAction [sameAs] :: CollectionPage -> SameAs [url] :: CollectionPage -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.CollectionPage.CollectionPage instance GHC.Read.Read Text.HTML5.MetaData.Schema.CollectionPage.CollectionPage instance GHC.Show.Show Text.HTML5.MetaData.Schema.CollectionPage.CollectionPage instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.CollectionPage.CollectionPage module Text.HTML5.MetaData.Schema.VideoGallery -- | Web page type: Video gallery page. -- -- data VideoGallery VideoGallery :: Breadcrumb -> LastReviewed -> MainContentOfPage -> PrimaryImageOfPage -> RelatedLink -> ReviewedBy -> SignificantLink -> Specialty -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> VideoGallery [breadcrumb] :: VideoGallery -> Breadcrumb [lastReviewed] :: VideoGallery -> LastReviewed [mainContentOfPage] :: VideoGallery -> MainContentOfPage [primaryImageOfPage] :: VideoGallery -> PrimaryImageOfPage [relatedLink] :: VideoGallery -> RelatedLink [reviewedBy] :: VideoGallery -> ReviewedBy [significantLink] :: VideoGallery -> SignificantLink [specialty] :: VideoGallery -> Specialty [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 [character] :: VideoGallery -> Character [citation] :: VideoGallery -> Citation [comment] :: VideoGallery -> Comment [commentCount] :: VideoGallery -> CommentCount [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 [exampleOfWork] :: VideoGallery -> ExampleOfWork [fileFormat] :: VideoGallery -> FileFormat [genre] :: VideoGallery -> Genre [hasPart] :: VideoGallery -> HasPart [headline] :: VideoGallery -> Headline [inLanguage] :: VideoGallery -> InLanguage [interactionStatistic] :: VideoGallery -> InteractionStatistic [interactivityType] :: VideoGallery -> InteractivityType [isBasedOnUrl] :: VideoGallery -> IsBasedOnUrl [isFamilyFriendly] :: VideoGallery -> IsFamilyFriendly [isPartOf] :: VideoGallery -> IsPartOf [keywords] :: VideoGallery -> Keywords [learningResourceType] :: VideoGallery -> LearningResourceType [license] :: VideoGallery -> License [locationCreated] :: VideoGallery -> LocationCreated [mainEntity] :: VideoGallery -> MainEntity [mentions] :: VideoGallery -> Mentions [offers] :: VideoGallery -> Offers [position] :: VideoGallery -> Position [producer] :: VideoGallery -> Producer [provider] :: VideoGallery -> Provider [publication] :: VideoGallery -> Publication [publisher] :: VideoGallery -> Publisher [publishingPrinciples] :: VideoGallery -> PublishingPrinciples [recordedAt] :: VideoGallery -> RecordedAt [releasedEvent] :: VideoGallery -> ReleasedEvent [review] :: VideoGallery -> Review [schemaVersion] :: VideoGallery -> SchemaVersion [sourceOrganization] :: VideoGallery -> SourceOrganization [text] :: VideoGallery -> Text [thumbnailUrl] :: VideoGallery -> ThumbnailUrl [timeRequired] :: VideoGallery -> TimeRequired [translator] :: VideoGallery -> Translator [typicalAgeRange] :: VideoGallery -> TypicalAgeRange [version] :: VideoGallery -> Version [video] :: VideoGallery -> Video [workExample] :: VideoGallery -> WorkExample [additionalType] :: VideoGallery -> AdditionalType [alternateName] :: VideoGallery -> AlternateName [description] :: VideoGallery -> Description [image] :: VideoGallery -> Image [mainEntityOfPage] :: VideoGallery -> MainEntityOfPage [name] :: VideoGallery -> Name [potentialAction] :: VideoGallery -> PotentialAction [sameAs] :: VideoGallery -> SameAs [url] :: VideoGallery -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.VideoGallery.VideoGallery instance GHC.Read.Read Text.HTML5.MetaData.Schema.VideoGallery.VideoGallery instance GHC.Show.Show Text.HTML5.MetaData.Schema.VideoGallery.VideoGallery instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.VideoGallery.VideoGallery module Text.HTML5.MetaData.Schema.CollegeOrUniversity -- | A college, university, or other third-level educational institution. -- -- data CollegeOrUniversity CollegeOrUniversity :: Alumni -> Address -> AggregateRating -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> CollegeOrUniversity [alumni] :: CollegeOrUniversity -> Alumni [address] :: CollegeOrUniversity -> Address [aggregateRating] :: CollegeOrUniversity -> AggregateRating [areaServed] :: CollegeOrUniversity -> AreaServed [award] :: CollegeOrUniversity -> Award [brand] :: CollegeOrUniversity -> Brand [contactPoint] :: CollegeOrUniversity -> ContactPoint [department] :: CollegeOrUniversity -> Department [dissolutionDate] :: CollegeOrUniversity -> DissolutionDate [duns] :: CollegeOrUniversity -> Duns [email] :: CollegeOrUniversity -> Email [employee] :: CollegeOrUniversity -> Employee [event] :: CollegeOrUniversity -> Event [faxNumber] :: CollegeOrUniversity -> FaxNumber [founder] :: CollegeOrUniversity -> Founder [foundingDate] :: CollegeOrUniversity -> FoundingDate [foundingLocation] :: CollegeOrUniversity -> FoundingLocation [globalLocationNumber] :: CollegeOrUniversity -> GlobalLocationNumber [hasOfferCatalog] :: CollegeOrUniversity -> HasOfferCatalog [hasPOS] :: CollegeOrUniversity -> HasPOS [isicV4] :: CollegeOrUniversity -> IsicV4 [legalName] :: CollegeOrUniversity -> LegalName [location] :: CollegeOrUniversity -> Location [logo] :: CollegeOrUniversity -> Logo [makesOffer] :: CollegeOrUniversity -> MakesOffer [member] :: CollegeOrUniversity -> Member [memberOf] :: CollegeOrUniversity -> MemberOf [naics] :: CollegeOrUniversity -> Naics [numberOfEmployees] :: CollegeOrUniversity -> NumberOfEmployees [owns] :: CollegeOrUniversity -> Owns [parentOrganization] :: CollegeOrUniversity -> ParentOrganization [review] :: CollegeOrUniversity -> Review [seeks] :: CollegeOrUniversity -> Seeks [subOrganization] :: CollegeOrUniversity -> SubOrganization [taxID] :: CollegeOrUniversity -> TaxID [telephone] :: CollegeOrUniversity -> Telephone [vatID] :: CollegeOrUniversity -> VatID [additionalType] :: CollegeOrUniversity -> AdditionalType [alternateName] :: CollegeOrUniversity -> AlternateName [description] :: CollegeOrUniversity -> Description [image] :: CollegeOrUniversity -> Image [mainEntityOfPage] :: CollegeOrUniversity -> MainEntityOfPage [name] :: CollegeOrUniversity -> Name [potentialAction] :: CollegeOrUniversity -> PotentialAction [sameAs] :: CollegeOrUniversity -> SameAs [url] :: CollegeOrUniversity -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.CollegeOrUniversity.CollegeOrUniversity instance GHC.Read.Read Text.HTML5.MetaData.Schema.CollegeOrUniversity.CollegeOrUniversity instance GHC.Show.Show Text.HTML5.MetaData.Schema.CollegeOrUniversity.CollegeOrUniversity instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.CollegeOrUniversity.CollegeOrUniversity module Text.HTML5.MetaData.Schema.ComedyClub -- | A comedy club. -- -- data ComedyClub ComedyClub :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ComedyClub [branchCode] :: ComedyClub -> BranchCode [currenciesAccepted] :: ComedyClub -> CurrenciesAccepted [openingHours] :: ComedyClub -> OpeningHours [paymentAccepted] :: ComedyClub -> PaymentAccepted [priceRange] :: ComedyClub -> PriceRange [address] :: ComedyClub -> Address [aggregateRating] :: ComedyClub -> AggregateRating [alumni] :: ComedyClub -> Alumni [areaServed] :: ComedyClub -> AreaServed [award] :: ComedyClub -> Award [brand] :: ComedyClub -> Brand [contactPoint] :: ComedyClub -> ContactPoint [department] :: ComedyClub -> Department [dissolutionDate] :: ComedyClub -> DissolutionDate [duns] :: ComedyClub -> Duns [email] :: ComedyClub -> Email [employee] :: ComedyClub -> Employee [event] :: ComedyClub -> Event [faxNumber] :: ComedyClub -> FaxNumber [founder] :: ComedyClub -> Founder [foundingDate] :: ComedyClub -> FoundingDate [foundingLocation] :: ComedyClub -> FoundingLocation [globalLocationNumber] :: ComedyClub -> GlobalLocationNumber [hasOfferCatalog] :: ComedyClub -> HasOfferCatalog [hasPOS] :: ComedyClub -> HasPOS [isicV4] :: ComedyClub -> IsicV4 [legalName] :: ComedyClub -> LegalName [location] :: ComedyClub -> Location [logo] :: ComedyClub -> Logo [makesOffer] :: ComedyClub -> MakesOffer [member] :: ComedyClub -> Member [memberOf] :: ComedyClub -> MemberOf [naics] :: ComedyClub -> Naics [numberOfEmployees] :: ComedyClub -> NumberOfEmployees [owns] :: ComedyClub -> Owns [parentOrganization] :: ComedyClub -> ParentOrganization [review] :: ComedyClub -> Review [seeks] :: ComedyClub -> Seeks [subOrganization] :: ComedyClub -> SubOrganization [taxID] :: ComedyClub -> TaxID [telephone] :: ComedyClub -> Telephone [vatID] :: ComedyClub -> VatID [additionalProperty] :: ComedyClub -> AdditionalProperty [containedInPlace] :: ComedyClub -> ContainedInPlace [containsPlace] :: ComedyClub -> ContainsPlace [geo] :: ComedyClub -> Geo [hasMap] :: ComedyClub -> HasMap [openingHoursSpecification] :: ComedyClub -> OpeningHoursSpecification [photo] :: ComedyClub -> Photo [additionalType] :: ComedyClub -> AdditionalType [alternateName] :: ComedyClub -> AlternateName [description] :: ComedyClub -> Description [image] :: ComedyClub -> Image [mainEntityOfPage] :: ComedyClub -> MainEntityOfPage [name] :: ComedyClub -> Name [potentialAction] :: ComedyClub -> PotentialAction [sameAs] :: ComedyClub -> SameAs [url] :: ComedyClub -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ComedyClub.ComedyClub instance GHC.Read.Read Text.HTML5.MetaData.Schema.ComedyClub.ComedyClub instance GHC.Show.Show Text.HTML5.MetaData.Schema.ComedyClub.ComedyClub instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ComedyClub.ComedyClub module Text.HTML5.MetaData.Schema.ComedyEvent -- | Event type: Comedy event. -- -- data ComedyEvent ComedyEvent :: AggregateRating -> Attendee -> DoorTime -> Duration -> EndDate -> EventStatus -> InLanguage -> Location -> Offers -> Organizer -> Performer -> PreviousStartDate -> RecordedIn -> Review -> StartDate -> SubEvent -> SuperEvent -> TypicalAgeRange -> WorkFeatured -> WorkPerformed -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ComedyEvent [aggregateRating] :: ComedyEvent -> AggregateRating [attendee] :: ComedyEvent -> Attendee [doorTime] :: ComedyEvent -> DoorTime [duration] :: ComedyEvent -> Duration [endDate] :: ComedyEvent -> EndDate [eventStatus] :: ComedyEvent -> EventStatus [inLanguage] :: ComedyEvent -> InLanguage [location] :: ComedyEvent -> Location [offers] :: ComedyEvent -> Offers [organizer] :: ComedyEvent -> Organizer [performer] :: ComedyEvent -> Performer [previousStartDate] :: ComedyEvent -> PreviousStartDate [recordedIn] :: ComedyEvent -> RecordedIn [review] :: ComedyEvent -> Review [startDate] :: ComedyEvent -> StartDate [subEvent] :: ComedyEvent -> SubEvent [superEvent] :: ComedyEvent -> SuperEvent [typicalAgeRange] :: ComedyEvent -> TypicalAgeRange [workFeatured] :: ComedyEvent -> WorkFeatured [workPerformed] :: ComedyEvent -> WorkPerformed [additionalType] :: ComedyEvent -> AdditionalType [alternateName] :: ComedyEvent -> AlternateName [description] :: ComedyEvent -> Description [image] :: ComedyEvent -> Image [mainEntityOfPage] :: ComedyEvent -> MainEntityOfPage [name] :: ComedyEvent -> Name [potentialAction] :: ComedyEvent -> PotentialAction [sameAs] :: ComedyEvent -> SameAs [url] :: ComedyEvent -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ComedyEvent.ComedyEvent instance GHC.Read.Read Text.HTML5.MetaData.Schema.ComedyEvent.ComedyEvent instance GHC.Show.Show Text.HTML5.MetaData.Schema.ComedyEvent.ComedyEvent instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ComedyEvent.ComedyEvent module Text.HTML5.MetaData.Schema.CommentAction -- | The act of generating a comment about a subject. -- -- data CommentAction CommentAction :: ResultComment -> About -> InLanguage -> Recipient -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> CommentAction [resultComment] :: CommentAction -> ResultComment [about] :: CommentAction -> About [inLanguage] :: CommentAction -> InLanguage [recipient] :: CommentAction -> Recipient [actionStatus] :: CommentAction -> ActionStatus [agent] :: CommentAction -> Agent [endTime] :: CommentAction -> EndTime [error] :: CommentAction -> Error [instrument] :: CommentAction -> Instrument [location] :: CommentAction -> Location [object] :: CommentAction -> Object [participant] :: CommentAction -> Participant [result] :: CommentAction -> Result [startTime] :: CommentAction -> StartTime [target] :: CommentAction -> Target [additionalType] :: CommentAction -> AdditionalType [alternateName] :: CommentAction -> AlternateName [description] :: CommentAction -> Description [image] :: CommentAction -> Image [mainEntityOfPage] :: CommentAction -> MainEntityOfPage [name] :: CommentAction -> Name [potentialAction] :: CommentAction -> PotentialAction [sameAs] :: CommentAction -> SameAs [url] :: CommentAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.CommentAction.CommentAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.CommentAction.CommentAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.CommentAction.CommentAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.CommentAction.CommentAction module Text.HTML5.MetaData.Schema.InviteAction -- | The act of asking someone to attend an event. Reciprocal of -- RsvpAction. -- -- data InviteAction InviteAction :: Event -> About -> InLanguage -> Recipient -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> InviteAction [event] :: InviteAction -> Event [about] :: InviteAction -> About [inLanguage] :: InviteAction -> InLanguage [recipient] :: InviteAction -> Recipient [actionStatus] :: InviteAction -> ActionStatus [agent] :: InviteAction -> Agent [endTime] :: InviteAction -> EndTime [error] :: InviteAction -> Error [instrument] :: InviteAction -> Instrument [location] :: InviteAction -> Location [object] :: InviteAction -> Object [participant] :: InviteAction -> Participant [result] :: InviteAction -> Result [startTime] :: InviteAction -> StartTime [target] :: InviteAction -> Target [additionalType] :: InviteAction -> AdditionalType [alternateName] :: InviteAction -> AlternateName [description] :: InviteAction -> Description [image] :: InviteAction -> Image [mainEntityOfPage] :: InviteAction -> MainEntityOfPage [name] :: InviteAction -> Name [potentialAction] :: InviteAction -> PotentialAction [sameAs] :: InviteAction -> SameAs [url] :: InviteAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.InviteAction.InviteAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.InviteAction.InviteAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.InviteAction.InviteAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.InviteAction.InviteAction module Text.HTML5.MetaData.Schema.ReplyAction -- | The act of responding to a questionmessage askedsent by the -- object. Related to AskAction.Related actions:AskAction: Appears -- generally as an origin of a ReplyAction. -- -- data ReplyAction ReplyAction :: ResultComment -> About -> InLanguage -> Recipient -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ReplyAction [resultComment] :: ReplyAction -> ResultComment [about] :: ReplyAction -> About [inLanguage] :: ReplyAction -> InLanguage [recipient] :: ReplyAction -> Recipient [actionStatus] :: ReplyAction -> ActionStatus [agent] :: ReplyAction -> Agent [endTime] :: ReplyAction -> EndTime [error] :: ReplyAction -> Error [instrument] :: ReplyAction -> Instrument [location] :: ReplyAction -> Location [object] :: ReplyAction -> Object [participant] :: ReplyAction -> Participant [result] :: ReplyAction -> Result [startTime] :: ReplyAction -> StartTime [target] :: ReplyAction -> Target [additionalType] :: ReplyAction -> AdditionalType [alternateName] :: ReplyAction -> AlternateName [description] :: ReplyAction -> Description [image] :: ReplyAction -> Image [mainEntityOfPage] :: ReplyAction -> MainEntityOfPage [name] :: ReplyAction -> Name [potentialAction] :: ReplyAction -> PotentialAction [sameAs] :: ReplyAction -> SameAs [url] :: ReplyAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ReplyAction.ReplyAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.ReplyAction.ReplyAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.ReplyAction.ReplyAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ReplyAction.ReplyAction module Text.HTML5.MetaData.Schema.CommunicateAction -- | The act of conveying information to another person via a communication -- medium (instrument) such as speech, email, or telephone conversation. -- -- data CommunicateAction CommunicateAction :: About -> InLanguage -> Recipient -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> CommunicateAction [about] :: CommunicateAction -> About [inLanguage] :: CommunicateAction -> InLanguage [recipient] :: CommunicateAction -> Recipient [actionStatus] :: CommunicateAction -> ActionStatus [agent] :: CommunicateAction -> Agent [endTime] :: CommunicateAction -> EndTime [error] :: CommunicateAction -> Error [instrument] :: CommunicateAction -> Instrument [location] :: CommunicateAction -> Location [object] :: CommunicateAction -> Object [participant] :: CommunicateAction -> Participant [result] :: CommunicateAction -> Result [startTime] :: CommunicateAction -> StartTime [target] :: CommunicateAction -> Target [additionalType] :: CommunicateAction -> AdditionalType [alternateName] :: CommunicateAction -> AlternateName [description] :: CommunicateAction -> Description [image] :: CommunicateAction -> Image [mainEntityOfPage] :: CommunicateAction -> MainEntityOfPage [name] :: CommunicateAction -> Name [potentialAction] :: CommunicateAction -> PotentialAction [sameAs] :: CommunicateAction -> SameAs [url] :: CommunicateAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.CommunicateAction.CommunicateAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.CommunicateAction.CommunicateAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.CommunicateAction.CommunicateAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.CommunicateAction.CommunicateAction module Text.HTML5.MetaData.Schema.ShareAction -- | The act of distributing content to people for their amusement or -- edification. -- -- data ShareAction ShareAction :: About -> InLanguage -> Recipient -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ShareAction [about] :: ShareAction -> About [inLanguage] :: ShareAction -> InLanguage [recipient] :: ShareAction -> Recipient [actionStatus] :: ShareAction -> ActionStatus [agent] :: ShareAction -> Agent [endTime] :: ShareAction -> EndTime [error] :: ShareAction -> Error [instrument] :: ShareAction -> Instrument [location] :: ShareAction -> Location [object] :: ShareAction -> Object [participant] :: ShareAction -> Participant [result] :: ShareAction -> Result [startTime] :: ShareAction -> StartTime [target] :: ShareAction -> Target [additionalType] :: ShareAction -> AdditionalType [alternateName] :: ShareAction -> AlternateName [description] :: ShareAction -> Description [image] :: ShareAction -> Image [mainEntityOfPage] :: ShareAction -> MainEntityOfPage [name] :: ShareAction -> Name [potentialAction] :: ShareAction -> PotentialAction [sameAs] :: ShareAction -> SameAs [url] :: ShareAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ShareAction.ShareAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.ShareAction.ShareAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.ShareAction.ShareAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ShareAction.ShareAction module Text.HTML5.MetaData.Schema.ComputerStore -- | A computer store. -- -- data ComputerStore ComputerStore :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ComputerStore [branchCode] :: ComputerStore -> BranchCode [currenciesAccepted] :: ComputerStore -> CurrenciesAccepted [openingHours] :: ComputerStore -> OpeningHours [paymentAccepted] :: ComputerStore -> PaymentAccepted [priceRange] :: ComputerStore -> PriceRange [address] :: ComputerStore -> Address [aggregateRating] :: ComputerStore -> AggregateRating [alumni] :: ComputerStore -> Alumni [areaServed] :: ComputerStore -> AreaServed [award] :: ComputerStore -> Award [brand] :: ComputerStore -> Brand [contactPoint] :: ComputerStore -> ContactPoint [department] :: ComputerStore -> Department [dissolutionDate] :: ComputerStore -> DissolutionDate [duns] :: ComputerStore -> Duns [email] :: ComputerStore -> Email [employee] :: ComputerStore -> Employee [event] :: ComputerStore -> Event [faxNumber] :: ComputerStore -> FaxNumber [founder] :: ComputerStore -> Founder [foundingDate] :: ComputerStore -> FoundingDate [foundingLocation] :: ComputerStore -> FoundingLocation [globalLocationNumber] :: ComputerStore -> GlobalLocationNumber [hasOfferCatalog] :: ComputerStore -> HasOfferCatalog [hasPOS] :: ComputerStore -> HasPOS [isicV4] :: ComputerStore -> IsicV4 [legalName] :: ComputerStore -> LegalName [location] :: ComputerStore -> Location [logo] :: ComputerStore -> Logo [makesOffer] :: ComputerStore -> MakesOffer [member] :: ComputerStore -> Member [memberOf] :: ComputerStore -> MemberOf [naics] :: ComputerStore -> Naics [numberOfEmployees] :: ComputerStore -> NumberOfEmployees [owns] :: ComputerStore -> Owns [parentOrganization] :: ComputerStore -> ParentOrganization [review] :: ComputerStore -> Review [seeks] :: ComputerStore -> Seeks [subOrganization] :: ComputerStore -> SubOrganization [taxID] :: ComputerStore -> TaxID [telephone] :: ComputerStore -> Telephone [vatID] :: ComputerStore -> VatID [additionalProperty] :: ComputerStore -> AdditionalProperty [containedInPlace] :: ComputerStore -> ContainedInPlace [containsPlace] :: ComputerStore -> ContainsPlace [geo] :: ComputerStore -> Geo [hasMap] :: ComputerStore -> HasMap [openingHoursSpecification] :: ComputerStore -> OpeningHoursSpecification [photo] :: ComputerStore -> Photo [additionalType] :: ComputerStore -> AdditionalType [alternateName] :: ComputerStore -> AlternateName [description] :: ComputerStore -> Description [image] :: ComputerStore -> Image [mainEntityOfPage] :: ComputerStore -> MainEntityOfPage [name] :: ComputerStore -> Name [potentialAction] :: ComputerStore -> PotentialAction [sameAs] :: ComputerStore -> SameAs [url] :: ComputerStore -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ComputerStore.ComputerStore instance GHC.Read.Read Text.HTML5.MetaData.Schema.ComputerStore.ComputerStore instance GHC.Show.Show Text.HTML5.MetaData.Schema.ComputerStore.ComputerStore instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ComputerStore.ComputerStore module Text.HTML5.MetaData.Schema.ConfirmAction -- | The act of notifying someone that a future event/action is going to -- happen as expected.Related actions:CancelAction: The antonym of -- ConfirmAction. -- -- data ConfirmAction ConfirmAction :: Event -> About -> InLanguage -> Recipient -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ConfirmAction [event] :: ConfirmAction -> Event [about] :: ConfirmAction -> About [inLanguage] :: ConfirmAction -> InLanguage [recipient] :: ConfirmAction -> Recipient [actionStatus] :: ConfirmAction -> ActionStatus [agent] :: ConfirmAction -> Agent [endTime] :: ConfirmAction -> EndTime [error] :: ConfirmAction -> Error [instrument] :: ConfirmAction -> Instrument [location] :: ConfirmAction -> Location [object] :: ConfirmAction -> Object [participant] :: ConfirmAction -> Participant [result] :: ConfirmAction -> Result [startTime] :: ConfirmAction -> StartTime [target] :: ConfirmAction -> Target [additionalType] :: ConfirmAction -> AdditionalType [alternateName] :: ConfirmAction -> AlternateName [description] :: ConfirmAction -> Description [image] :: ConfirmAction -> Image [mainEntityOfPage] :: ConfirmAction -> MainEntityOfPage [name] :: ConfirmAction -> Name [potentialAction] :: ConfirmAction -> PotentialAction [sameAs] :: ConfirmAction -> SameAs [url] :: ConfirmAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ConfirmAction.ConfirmAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.ConfirmAction.ConfirmAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.ConfirmAction.ConfirmAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ConfirmAction.ConfirmAction module Text.HTML5.MetaData.Schema.DrinkAction -- | The act of swallowing liquids. -- -- data DrinkAction DrinkAction :: ExpectsAcceptanceOf -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DrinkAction [expectsAcceptanceOf] :: DrinkAction -> ExpectsAcceptanceOf [actionStatus] :: DrinkAction -> ActionStatus [agent] :: DrinkAction -> Agent [endTime] :: DrinkAction -> EndTime [error] :: DrinkAction -> Error [instrument] :: DrinkAction -> Instrument [location] :: DrinkAction -> Location [object] :: DrinkAction -> Object [participant] :: DrinkAction -> Participant [result] :: DrinkAction -> Result [startTime] :: DrinkAction -> StartTime [target] :: DrinkAction -> Target [additionalType] :: DrinkAction -> AdditionalType [alternateName] :: DrinkAction -> AlternateName [description] :: DrinkAction -> Description [image] :: DrinkAction -> Image [mainEntityOfPage] :: DrinkAction -> MainEntityOfPage [name] :: DrinkAction -> Name [potentialAction] :: DrinkAction -> PotentialAction [sameAs] :: DrinkAction -> SameAs [url] :: DrinkAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DrinkAction.DrinkAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.DrinkAction.DrinkAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.DrinkAction.DrinkAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DrinkAction.DrinkAction module Text.HTML5.MetaData.Schema.EatAction -- | The act of swallowing solid objects. -- -- data EatAction EatAction :: ExpectsAcceptanceOf -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> EatAction [expectsAcceptanceOf] :: EatAction -> ExpectsAcceptanceOf [actionStatus] :: EatAction -> ActionStatus [agent] :: EatAction -> Agent [endTime] :: EatAction -> EndTime [error] :: EatAction -> Error [instrument] :: EatAction -> Instrument [location] :: EatAction -> Location [object] :: EatAction -> Object [participant] :: EatAction -> Participant [result] :: EatAction -> Result [startTime] :: EatAction -> StartTime [target] :: EatAction -> Target [additionalType] :: EatAction -> AdditionalType [alternateName] :: EatAction -> AlternateName [description] :: EatAction -> Description [image] :: EatAction -> Image [mainEntityOfPage] :: EatAction -> MainEntityOfPage [name] :: EatAction -> Name [potentialAction] :: EatAction -> PotentialAction [sameAs] :: EatAction -> SameAs [url] :: EatAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.EatAction.EatAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.EatAction.EatAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.EatAction.EatAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.EatAction.EatAction module Text.HTML5.MetaData.Schema.InstallAction -- | The act of installing an application. -- -- data InstallAction InstallAction :: ExpectsAcceptanceOf -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> InstallAction [expectsAcceptanceOf] :: InstallAction -> ExpectsAcceptanceOf [actionStatus] :: InstallAction -> ActionStatus [agent] :: InstallAction -> Agent [endTime] :: InstallAction -> EndTime [error] :: InstallAction -> Error [instrument] :: InstallAction -> Instrument [location] :: InstallAction -> Location [object] :: InstallAction -> Object [participant] :: InstallAction -> Participant [result] :: InstallAction -> Result [startTime] :: InstallAction -> StartTime [target] :: InstallAction -> Target [additionalType] :: InstallAction -> AdditionalType [alternateName] :: InstallAction -> AlternateName [description] :: InstallAction -> Description [image] :: InstallAction -> Image [mainEntityOfPage] :: InstallAction -> MainEntityOfPage [name] :: InstallAction -> Name [potentialAction] :: InstallAction -> PotentialAction [sameAs] :: InstallAction -> SameAs [url] :: InstallAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.InstallAction.InstallAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.InstallAction.InstallAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.InstallAction.InstallAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.InstallAction.InstallAction module Text.HTML5.MetaData.Schema.ListenAction -- | The act of consuming audio content. -- -- data ListenAction ListenAction :: ExpectsAcceptanceOf -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ListenAction [expectsAcceptanceOf] :: ListenAction -> ExpectsAcceptanceOf [actionStatus] :: ListenAction -> ActionStatus [agent] :: ListenAction -> Agent [endTime] :: ListenAction -> EndTime [error] :: ListenAction -> Error [instrument] :: ListenAction -> Instrument [location] :: ListenAction -> Location [object] :: ListenAction -> Object [participant] :: ListenAction -> Participant [result] :: ListenAction -> Result [startTime] :: ListenAction -> StartTime [target] :: ListenAction -> Target [additionalType] :: ListenAction -> AdditionalType [alternateName] :: ListenAction -> AlternateName [description] :: ListenAction -> Description [image] :: ListenAction -> Image [mainEntityOfPage] :: ListenAction -> MainEntityOfPage [name] :: ListenAction -> Name [potentialAction] :: ListenAction -> PotentialAction [sameAs] :: ListenAction -> SameAs [url] :: ListenAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ListenAction.ListenAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.ListenAction.ListenAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.ListenAction.ListenAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ListenAction.ListenAction module Text.HTML5.MetaData.Schema.ReadAction -- | The act of consuming written content. -- -- data ReadAction ReadAction :: ExpectsAcceptanceOf -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ReadAction [expectsAcceptanceOf] :: ReadAction -> ExpectsAcceptanceOf [actionStatus] :: ReadAction -> ActionStatus [agent] :: ReadAction -> Agent [endTime] :: ReadAction -> EndTime [error] :: ReadAction -> Error [instrument] :: ReadAction -> Instrument [location] :: ReadAction -> Location [object] :: ReadAction -> Object [participant] :: ReadAction -> Participant [result] :: ReadAction -> Result [startTime] :: ReadAction -> StartTime [target] :: ReadAction -> Target [additionalType] :: ReadAction -> AdditionalType [alternateName] :: ReadAction -> AlternateName [description] :: ReadAction -> Description [image] :: ReadAction -> Image [mainEntityOfPage] :: ReadAction -> MainEntityOfPage [name] :: ReadAction -> Name [potentialAction] :: ReadAction -> PotentialAction [sameAs] :: ReadAction -> SameAs [url] :: ReadAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ReadAction.ReadAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.ReadAction.ReadAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.ReadAction.ReadAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ReadAction.ReadAction module Text.HTML5.MetaData.Schema.ViewAction -- | The act of consuming static visual content. -- -- data ViewAction ViewAction :: ExpectsAcceptanceOf -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ViewAction [expectsAcceptanceOf] :: ViewAction -> ExpectsAcceptanceOf [actionStatus] :: ViewAction -> ActionStatus [agent] :: ViewAction -> Agent [endTime] :: ViewAction -> EndTime [error] :: ViewAction -> Error [instrument] :: ViewAction -> Instrument [location] :: ViewAction -> Location [object] :: ViewAction -> Object [participant] :: ViewAction -> Participant [result] :: ViewAction -> Result [startTime] :: ViewAction -> StartTime [target] :: ViewAction -> Target [additionalType] :: ViewAction -> AdditionalType [alternateName] :: ViewAction -> AlternateName [description] :: ViewAction -> Description [image] :: ViewAction -> Image [mainEntityOfPage] :: ViewAction -> MainEntityOfPage [name] :: ViewAction -> Name [potentialAction] :: ViewAction -> PotentialAction [sameAs] :: ViewAction -> SameAs [url] :: ViewAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ViewAction.ViewAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.ViewAction.ViewAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.ViewAction.ViewAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ViewAction.ViewAction module Text.HTML5.MetaData.Schema.ConsumeAction -- | The act of ingesting informationresourcesfood. -- -- data ConsumeAction ConsumeAction :: ExpectsAcceptanceOf -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ConsumeAction [expectsAcceptanceOf] :: ConsumeAction -> ExpectsAcceptanceOf [actionStatus] :: ConsumeAction -> ActionStatus [agent] :: ConsumeAction -> Agent [endTime] :: ConsumeAction -> EndTime [error] :: ConsumeAction -> Error [instrument] :: ConsumeAction -> Instrument [location] :: ConsumeAction -> Location [object] :: ConsumeAction -> Object [participant] :: ConsumeAction -> Participant [result] :: ConsumeAction -> Result [startTime] :: ConsumeAction -> StartTime [target] :: ConsumeAction -> Target [additionalType] :: ConsumeAction -> AdditionalType [alternateName] :: ConsumeAction -> AlternateName [description] :: ConsumeAction -> Description [image] :: ConsumeAction -> Image [mainEntityOfPage] :: ConsumeAction -> MainEntityOfPage [name] :: ConsumeAction -> Name [potentialAction] :: ConsumeAction -> PotentialAction [sameAs] :: ConsumeAction -> SameAs [url] :: ConsumeAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ConsumeAction.ConsumeAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.ConsumeAction.ConsumeAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.ConsumeAction.ConsumeAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ConsumeAction.ConsumeAction module Text.HTML5.MetaData.Schema.WatchAction -- | The act of consuming dynamic/moving visual content. -- -- data WatchAction WatchAction :: ExpectsAcceptanceOf -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> WatchAction [expectsAcceptanceOf] :: WatchAction -> ExpectsAcceptanceOf [actionStatus] :: WatchAction -> ActionStatus [agent] :: WatchAction -> Agent [endTime] :: WatchAction -> EndTime [error] :: WatchAction -> Error [instrument] :: WatchAction -> Instrument [location] :: WatchAction -> Location [object] :: WatchAction -> Object [participant] :: WatchAction -> Participant [result] :: WatchAction -> Result [startTime] :: WatchAction -> StartTime [target] :: WatchAction -> Target [additionalType] :: WatchAction -> AdditionalType [alternateName] :: WatchAction -> AlternateName [description] :: WatchAction -> Description [image] :: WatchAction -> Image [mainEntityOfPage] :: WatchAction -> MainEntityOfPage [name] :: WatchAction -> Name [potentialAction] :: WatchAction -> PotentialAction [sameAs] :: WatchAction -> SameAs [url] :: WatchAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.WatchAction.WatchAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.WatchAction.WatchAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.WatchAction.WatchAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.WatchAction.WatchAction module Text.HTML5.MetaData.Schema.ContactPage -- | Web page type: Contact page. -- -- data ContactPage ContactPage :: Breadcrumb -> LastReviewed -> MainContentOfPage -> PrimaryImageOfPage -> RelatedLink -> ReviewedBy -> SignificantLink -> Specialty -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ContactPage [breadcrumb] :: ContactPage -> Breadcrumb [lastReviewed] :: ContactPage -> LastReviewed [mainContentOfPage] :: ContactPage -> MainContentOfPage [primaryImageOfPage] :: ContactPage -> PrimaryImageOfPage [relatedLink] :: ContactPage -> RelatedLink [reviewedBy] :: ContactPage -> ReviewedBy [significantLink] :: ContactPage -> SignificantLink [specialty] :: ContactPage -> Specialty [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 [character] :: ContactPage -> Character [citation] :: ContactPage -> Citation [comment] :: ContactPage -> Comment [commentCount] :: ContactPage -> CommentCount [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 [exampleOfWork] :: ContactPage -> ExampleOfWork [fileFormat] :: ContactPage -> FileFormat [genre] :: ContactPage -> Genre [hasPart] :: ContactPage -> HasPart [headline] :: ContactPage -> Headline [inLanguage] :: ContactPage -> InLanguage [interactionStatistic] :: ContactPage -> InteractionStatistic [interactivityType] :: ContactPage -> InteractivityType [isBasedOnUrl] :: ContactPage -> IsBasedOnUrl [isFamilyFriendly] :: ContactPage -> IsFamilyFriendly [isPartOf] :: ContactPage -> IsPartOf [keywords] :: ContactPage -> Keywords [learningResourceType] :: ContactPage -> LearningResourceType [license] :: ContactPage -> License [locationCreated] :: ContactPage -> LocationCreated [mainEntity] :: ContactPage -> MainEntity [mentions] :: ContactPage -> Mentions [offers] :: ContactPage -> Offers [position] :: ContactPage -> Position [producer] :: ContactPage -> Producer [provider] :: ContactPage -> Provider [publication] :: ContactPage -> Publication [publisher] :: ContactPage -> Publisher [publishingPrinciples] :: ContactPage -> PublishingPrinciples [recordedAt] :: ContactPage -> RecordedAt [releasedEvent] :: ContactPage -> ReleasedEvent [review] :: ContactPage -> Review [schemaVersion] :: ContactPage -> SchemaVersion [sourceOrganization] :: ContactPage -> SourceOrganization [text] :: ContactPage -> Text [thumbnailUrl] :: ContactPage -> ThumbnailUrl [timeRequired] :: ContactPage -> TimeRequired [translator] :: ContactPage -> Translator [typicalAgeRange] :: ContactPage -> TypicalAgeRange [version] :: ContactPage -> Version [video] :: ContactPage -> Video [workExample] :: ContactPage -> WorkExample [additionalType] :: ContactPage -> AdditionalType [alternateName] :: ContactPage -> AlternateName [description] :: ContactPage -> Description [image] :: ContactPage -> Image [mainEntityOfPage] :: ContactPage -> MainEntityOfPage [name] :: ContactPage -> Name [potentialAction] :: ContactPage -> PotentialAction [sameAs] :: ContactPage -> SameAs [url] :: ContactPage -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ContactPage.ContactPage instance GHC.Read.Read Text.HTML5.MetaData.Schema.ContactPage.ContactPage instance GHC.Show.Show Text.HTML5.MetaData.Schema.ContactPage.ContactPage instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ContactPage.ContactPage module Text.HTML5.MetaData.Schema.Continent -- | One of the continents (for example, Europe or Africa). -- -- data Continent Continent :: AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Continent [additionalProperty] :: Continent -> AdditionalProperty [address] :: Continent -> Address [aggregateRating] :: Continent -> AggregateRating [branchCode] :: Continent -> BranchCode [containedInPlace] :: Continent -> ContainedInPlace [containsPlace] :: Continent -> ContainsPlace [event] :: Continent -> Event [faxNumber] :: Continent -> FaxNumber [geo] :: Continent -> Geo [globalLocationNumber] :: Continent -> GlobalLocationNumber [hasMap] :: Continent -> HasMap [isicV4] :: Continent -> IsicV4 [logo] :: Continent -> Logo [openingHoursSpecification] :: Continent -> OpeningHoursSpecification [photo] :: Continent -> Photo [review] :: Continent -> Review [telephone] :: Continent -> Telephone [additionalType] :: Continent -> AdditionalType [alternateName] :: Continent -> AlternateName [description] :: Continent -> Description [image] :: Continent -> Image [mainEntityOfPage] :: Continent -> MainEntityOfPage [name] :: Continent -> Name [potentialAction] :: Continent -> PotentialAction [sameAs] :: Continent -> SameAs [url] :: Continent -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Continent.Continent instance GHC.Read.Read Text.HTML5.MetaData.Schema.Continent.Continent instance GHC.Show.Show Text.HTML5.MetaData.Schema.Continent.Continent instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Continent.Continent module Text.HTML5.MetaData.Schema.DeactivateAction -- | The act of stopping or deactivating a device or application (e.g. -- stopping a timer or turning off a flashlight). -- -- data DeactivateAction DeactivateAction :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DeactivateAction [actionStatus] :: DeactivateAction -> ActionStatus [agent] :: DeactivateAction -> Agent [endTime] :: DeactivateAction -> EndTime [error] :: DeactivateAction -> Error [instrument] :: DeactivateAction -> Instrument [location] :: DeactivateAction -> Location [object] :: DeactivateAction -> Object [participant] :: DeactivateAction -> Participant [result] :: DeactivateAction -> Result [startTime] :: DeactivateAction -> StartTime [target] :: DeactivateAction -> Target [additionalType] :: DeactivateAction -> AdditionalType [alternateName] :: DeactivateAction -> AlternateName [description] :: DeactivateAction -> Description [image] :: DeactivateAction -> Image [mainEntityOfPage] :: DeactivateAction -> MainEntityOfPage [name] :: DeactivateAction -> Name [potentialAction] :: DeactivateAction -> PotentialAction [sameAs] :: DeactivateAction -> SameAs [url] :: DeactivateAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DeactivateAction.DeactivateAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.DeactivateAction.DeactivateAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.DeactivateAction.DeactivateAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DeactivateAction.DeactivateAction module Text.HTML5.MetaData.Schema.ResumeAction -- | The act of resuming a device or application which was formerly paused -- (e.g. resume music playback or resume a timer). -- -- data ResumeAction ResumeAction :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ResumeAction [actionStatus] :: ResumeAction -> ActionStatus [agent] :: ResumeAction -> Agent [endTime] :: ResumeAction -> EndTime [error] :: ResumeAction -> Error [instrument] :: ResumeAction -> Instrument [location] :: ResumeAction -> Location [object] :: ResumeAction -> Object [participant] :: ResumeAction -> Participant [result] :: ResumeAction -> Result [startTime] :: ResumeAction -> StartTime [target] :: ResumeAction -> Target [additionalType] :: ResumeAction -> AdditionalType [alternateName] :: ResumeAction -> AlternateName [description] :: ResumeAction -> Description [image] :: ResumeAction -> Image [mainEntityOfPage] :: ResumeAction -> MainEntityOfPage [name] :: ResumeAction -> Name [potentialAction] :: ResumeAction -> PotentialAction [sameAs] :: ResumeAction -> SameAs [url] :: ResumeAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ResumeAction.ResumeAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.ResumeAction.ResumeAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.ResumeAction.ResumeAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ResumeAction.ResumeAction module Text.HTML5.MetaData.Schema.ControlAction -- | An agent controls a device or application. -- -- data ControlAction ControlAction :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ControlAction [actionStatus] :: ControlAction -> ActionStatus [agent] :: ControlAction -> Agent [endTime] :: ControlAction -> EndTime [error] :: ControlAction -> Error [instrument] :: ControlAction -> Instrument [location] :: ControlAction -> Location [object] :: ControlAction -> Object [participant] :: ControlAction -> Participant [result] :: ControlAction -> Result [startTime] :: ControlAction -> StartTime [target] :: ControlAction -> Target [additionalType] :: ControlAction -> AdditionalType [alternateName] :: ControlAction -> AlternateName [description] :: ControlAction -> Description [image] :: ControlAction -> Image [mainEntityOfPage] :: ControlAction -> MainEntityOfPage [name] :: ControlAction -> Name [potentialAction] :: ControlAction -> PotentialAction [sameAs] :: ControlAction -> SameAs [url] :: ControlAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ControlAction.ControlAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.ControlAction.ControlAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.ControlAction.ControlAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ControlAction.ControlAction module Text.HTML5.MetaData.Schema.SuspendAction -- | The act of momentarily pausing a device or application (e.g. pause -- music playback or pause a timer). -- -- data SuspendAction SuspendAction :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> SuspendAction [actionStatus] :: SuspendAction -> ActionStatus [agent] :: SuspendAction -> Agent [endTime] :: SuspendAction -> EndTime [error] :: SuspendAction -> Error [instrument] :: SuspendAction -> Instrument [location] :: SuspendAction -> Location [object] :: SuspendAction -> Object [participant] :: SuspendAction -> Participant [result] :: SuspendAction -> Result [startTime] :: SuspendAction -> StartTime [target] :: SuspendAction -> Target [additionalType] :: SuspendAction -> AdditionalType [alternateName] :: SuspendAction -> AlternateName [description] :: SuspendAction -> Description [image] :: SuspendAction -> Image [mainEntityOfPage] :: SuspendAction -> MainEntityOfPage [name] :: SuspendAction -> Name [potentialAction] :: SuspendAction -> PotentialAction [sameAs] :: SuspendAction -> SameAs [url] :: SuspendAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.SuspendAction.SuspendAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.SuspendAction.SuspendAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.SuspendAction.SuspendAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.SuspendAction.SuspendAction module Text.HTML5.MetaData.Schema.ConvenienceStore -- | A convenience store. -- -- data ConvenienceStore ConvenienceStore :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ConvenienceStore [branchCode] :: ConvenienceStore -> BranchCode [currenciesAccepted] :: ConvenienceStore -> CurrenciesAccepted [openingHours] :: ConvenienceStore -> OpeningHours [paymentAccepted] :: ConvenienceStore -> PaymentAccepted [priceRange] :: ConvenienceStore -> PriceRange [address] :: ConvenienceStore -> Address [aggregateRating] :: ConvenienceStore -> AggregateRating [alumni] :: ConvenienceStore -> Alumni [areaServed] :: ConvenienceStore -> AreaServed [award] :: ConvenienceStore -> Award [brand] :: ConvenienceStore -> Brand [contactPoint] :: ConvenienceStore -> ContactPoint [department] :: ConvenienceStore -> Department [dissolutionDate] :: ConvenienceStore -> DissolutionDate [duns] :: ConvenienceStore -> Duns [email] :: ConvenienceStore -> Email [employee] :: ConvenienceStore -> Employee [event] :: ConvenienceStore -> Event [faxNumber] :: ConvenienceStore -> FaxNumber [founder] :: ConvenienceStore -> Founder [foundingDate] :: ConvenienceStore -> FoundingDate [foundingLocation] :: ConvenienceStore -> FoundingLocation [globalLocationNumber] :: ConvenienceStore -> GlobalLocationNumber [hasOfferCatalog] :: ConvenienceStore -> HasOfferCatalog [hasPOS] :: ConvenienceStore -> HasPOS [isicV4] :: ConvenienceStore -> IsicV4 [legalName] :: ConvenienceStore -> LegalName [location] :: ConvenienceStore -> Location [logo] :: ConvenienceStore -> Logo [makesOffer] :: ConvenienceStore -> MakesOffer [member] :: ConvenienceStore -> Member [memberOf] :: ConvenienceStore -> MemberOf [naics] :: ConvenienceStore -> Naics [numberOfEmployees] :: ConvenienceStore -> NumberOfEmployees [owns] :: ConvenienceStore -> Owns [parentOrganization] :: ConvenienceStore -> ParentOrganization [review] :: ConvenienceStore -> Review [seeks] :: ConvenienceStore -> Seeks [subOrganization] :: ConvenienceStore -> SubOrganization [taxID] :: ConvenienceStore -> TaxID [telephone] :: ConvenienceStore -> Telephone [vatID] :: ConvenienceStore -> VatID [additionalProperty] :: ConvenienceStore -> AdditionalProperty [containedInPlace] :: ConvenienceStore -> ContainedInPlace [containsPlace] :: ConvenienceStore -> ContainsPlace [geo] :: ConvenienceStore -> Geo [hasMap] :: ConvenienceStore -> HasMap [openingHoursSpecification] :: ConvenienceStore -> OpeningHoursSpecification [photo] :: ConvenienceStore -> Photo [additionalType] :: ConvenienceStore -> AdditionalType [alternateName] :: ConvenienceStore -> AlternateName [description] :: ConvenienceStore -> Description [image] :: ConvenienceStore -> Image [mainEntityOfPage] :: ConvenienceStore -> MainEntityOfPage [name] :: ConvenienceStore -> Name [potentialAction] :: ConvenienceStore -> PotentialAction [sameAs] :: ConvenienceStore -> SameAs [url] :: ConvenienceStore -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ConvenienceStore.ConvenienceStore instance GHC.Read.Read Text.HTML5.MetaData.Schema.ConvenienceStore.ConvenienceStore instance GHC.Show.Show Text.HTML5.MetaData.Schema.ConvenienceStore.ConvenienceStore instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ConvenienceStore.ConvenienceStore module Text.HTML5.MetaData.Schema.CookAction -- | The act of producing/preparing food. -- -- data CookAction CookAction :: FoodEstablishment -> FoodEvent -> Recipe -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> CookAction [foodEstablishment] :: CookAction -> FoodEstablishment [foodEvent] :: CookAction -> FoodEvent [recipe] :: CookAction -> Recipe [actionStatus] :: CookAction -> ActionStatus [agent] :: CookAction -> Agent [endTime] :: CookAction -> EndTime [error] :: CookAction -> Error [instrument] :: CookAction -> Instrument [location] :: CookAction -> Location [object] :: CookAction -> Object [participant] :: CookAction -> Participant [result] :: CookAction -> Result [startTime] :: CookAction -> StartTime [target] :: CookAction -> Target [additionalType] :: CookAction -> AdditionalType [alternateName] :: CookAction -> AlternateName [description] :: CookAction -> Description [image] :: CookAction -> Image [mainEntityOfPage] :: CookAction -> MainEntityOfPage [name] :: CookAction -> Name [potentialAction] :: CookAction -> PotentialAction [sameAs] :: CookAction -> SameAs [url] :: CookAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.CookAction.CookAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.CookAction.CookAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.CookAction.CookAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.CookAction.CookAction module Text.HTML5.MetaData.Schema.Corporation -- | Organization: A business corporation. -- -- data Corporation Corporation :: TickerSymbol -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Corporation [tickerSymbol] :: Corporation -> TickerSymbol [address] :: Corporation -> Address [aggregateRating] :: Corporation -> AggregateRating [alumni] :: Corporation -> Alumni [areaServed] :: Corporation -> AreaServed [award] :: Corporation -> Award [brand] :: Corporation -> Brand [contactPoint] :: Corporation -> ContactPoint [department] :: Corporation -> Department [dissolutionDate] :: Corporation -> DissolutionDate [duns] :: Corporation -> Duns [email] :: Corporation -> Email [employee] :: Corporation -> Employee [event] :: Corporation -> Event [faxNumber] :: Corporation -> FaxNumber [founder] :: Corporation -> Founder [foundingDate] :: Corporation -> FoundingDate [foundingLocation] :: Corporation -> FoundingLocation [globalLocationNumber] :: Corporation -> GlobalLocationNumber [hasOfferCatalog] :: Corporation -> HasOfferCatalog [hasPOS] :: Corporation -> HasPOS [isicV4] :: Corporation -> IsicV4 [legalName] :: Corporation -> LegalName [location] :: Corporation -> Location [logo] :: Corporation -> Logo [makesOffer] :: Corporation -> MakesOffer [member] :: Corporation -> Member [memberOf] :: Corporation -> MemberOf [naics] :: Corporation -> Naics [numberOfEmployees] :: Corporation -> NumberOfEmployees [owns] :: Corporation -> Owns [parentOrganization] :: Corporation -> ParentOrganization [review] :: Corporation -> Review [seeks] :: Corporation -> Seeks [subOrganization] :: Corporation -> SubOrganization [taxID] :: Corporation -> TaxID [telephone] :: Corporation -> Telephone [vatID] :: Corporation -> VatID [additionalType] :: Corporation -> AdditionalType [alternateName] :: Corporation -> AlternateName [description] :: Corporation -> Description [image] :: Corporation -> Image [mainEntityOfPage] :: Corporation -> MainEntityOfPage [name] :: Corporation -> Name [potentialAction] :: Corporation -> PotentialAction [sameAs] :: Corporation -> SameAs [url] :: Corporation -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Corporation.Corporation instance GHC.Read.Read Text.HTML5.MetaData.Schema.Corporation.Corporation instance GHC.Show.Show Text.HTML5.MetaData.Schema.Corporation.Corporation instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Corporation.Corporation module Text.HTML5.MetaData.Schema.Courthouse -- | A courthouse. -- -- data Courthouse Courthouse :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Courthouse [openingHours] :: Courthouse -> OpeningHours [additionalProperty] :: Courthouse -> AdditionalProperty [address] :: Courthouse -> Address [aggregateRating] :: Courthouse -> AggregateRating [branchCode] :: Courthouse -> BranchCode [containedInPlace] :: Courthouse -> ContainedInPlace [containsPlace] :: Courthouse -> ContainsPlace [event] :: Courthouse -> Event [faxNumber] :: Courthouse -> FaxNumber [geo] :: Courthouse -> Geo [globalLocationNumber] :: Courthouse -> GlobalLocationNumber [hasMap] :: Courthouse -> HasMap [isicV4] :: Courthouse -> IsicV4 [logo] :: Courthouse -> Logo [openingHoursSpecification] :: Courthouse -> OpeningHoursSpecification [photo] :: Courthouse -> Photo [review] :: Courthouse -> Review [telephone] :: Courthouse -> Telephone [additionalType] :: Courthouse -> AdditionalType [alternateName] :: Courthouse -> AlternateName [description] :: Courthouse -> Description [image] :: Courthouse -> Image [mainEntityOfPage] :: Courthouse -> MainEntityOfPage [name] :: Courthouse -> Name [potentialAction] :: Courthouse -> PotentialAction [sameAs] :: Courthouse -> SameAs [url] :: Courthouse -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Courthouse.Courthouse instance GHC.Read.Read Text.HTML5.MetaData.Schema.Courthouse.Courthouse instance GHC.Show.Show Text.HTML5.MetaData.Schema.Courthouse.Courthouse instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Courthouse.Courthouse module Text.HTML5.MetaData.Schema.DrawAction -- | The act of producing a visualgraphical representation of an object, -- typically with a penpencil and paper as instruments. -- -- data DrawAction DrawAction :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DrawAction [actionStatus] :: DrawAction -> ActionStatus [agent] :: DrawAction -> Agent [endTime] :: DrawAction -> EndTime [error] :: DrawAction -> Error [instrument] :: DrawAction -> Instrument [location] :: DrawAction -> Location [object] :: DrawAction -> Object [participant] :: DrawAction -> Participant [result] :: DrawAction -> Result [startTime] :: DrawAction -> StartTime [target] :: DrawAction -> Target [additionalType] :: DrawAction -> AdditionalType [alternateName] :: DrawAction -> AlternateName [description] :: DrawAction -> Description [image] :: DrawAction -> Image [mainEntityOfPage] :: DrawAction -> MainEntityOfPage [name] :: DrawAction -> Name [potentialAction] :: DrawAction -> PotentialAction [sameAs] :: DrawAction -> SameAs [url] :: DrawAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DrawAction.DrawAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.DrawAction.DrawAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.DrawAction.DrawAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DrawAction.DrawAction module Text.HTML5.MetaData.Schema.FilmAction -- | The act of capturing sound and moving images on film, video, or -- digitally. -- -- data FilmAction FilmAction :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> FilmAction [actionStatus] :: FilmAction -> ActionStatus [agent] :: FilmAction -> Agent [endTime] :: FilmAction -> EndTime [error] :: FilmAction -> Error [instrument] :: FilmAction -> Instrument [location] :: FilmAction -> Location [object] :: FilmAction -> Object [participant] :: FilmAction -> Participant [result] :: FilmAction -> Result [startTime] :: FilmAction -> StartTime [target] :: FilmAction -> Target [additionalType] :: FilmAction -> AdditionalType [alternateName] :: FilmAction -> AlternateName [description] :: FilmAction -> Description [image] :: FilmAction -> Image [mainEntityOfPage] :: FilmAction -> MainEntityOfPage [name] :: FilmAction -> Name [potentialAction] :: FilmAction -> PotentialAction [sameAs] :: FilmAction -> SameAs [url] :: FilmAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.FilmAction.FilmAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.FilmAction.FilmAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.FilmAction.FilmAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.FilmAction.FilmAction module Text.HTML5.MetaData.Schema.PaintAction -- | The act of producing a painting, typically with paint and canvas as -- instruments. -- -- data PaintAction PaintAction :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PaintAction [actionStatus] :: PaintAction -> ActionStatus [agent] :: PaintAction -> Agent [endTime] :: PaintAction -> EndTime [error] :: PaintAction -> Error [instrument] :: PaintAction -> Instrument [location] :: PaintAction -> Location [object] :: PaintAction -> Object [participant] :: PaintAction -> Participant [result] :: PaintAction -> Result [startTime] :: PaintAction -> StartTime [target] :: PaintAction -> Target [additionalType] :: PaintAction -> AdditionalType [alternateName] :: PaintAction -> AlternateName [description] :: PaintAction -> Description [image] :: PaintAction -> Image [mainEntityOfPage] :: PaintAction -> MainEntityOfPage [name] :: PaintAction -> Name [potentialAction] :: PaintAction -> PotentialAction [sameAs] :: PaintAction -> SameAs [url] :: PaintAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PaintAction.PaintAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.PaintAction.PaintAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.PaintAction.PaintAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PaintAction.PaintAction module Text.HTML5.MetaData.Schema.PhotographAction -- | The act of capturing still images of objects using a camera. -- -- data PhotographAction PhotographAction :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PhotographAction [actionStatus] :: PhotographAction -> ActionStatus [agent] :: PhotographAction -> Agent [endTime] :: PhotographAction -> EndTime [error] :: PhotographAction -> Error [instrument] :: PhotographAction -> Instrument [location] :: PhotographAction -> Location [object] :: PhotographAction -> Object [participant] :: PhotographAction -> Participant [result] :: PhotographAction -> Result [startTime] :: PhotographAction -> StartTime [target] :: PhotographAction -> Target [additionalType] :: PhotographAction -> AdditionalType [alternateName] :: PhotographAction -> AlternateName [description] :: PhotographAction -> Description [image] :: PhotographAction -> Image [mainEntityOfPage] :: PhotographAction -> MainEntityOfPage [name] :: PhotographAction -> Name [potentialAction] :: PhotographAction -> PotentialAction [sameAs] :: PhotographAction -> SameAs [url] :: PhotographAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PhotographAction.PhotographAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.PhotographAction.PhotographAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.PhotographAction.PhotographAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PhotographAction.PhotographAction module Text.HTML5.MetaData.Schema.CreateAction -- | The act of deliberately creatingproducinggenerating/building a -- result out of the agent. -- -- data CreateAction CreateAction :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> CreateAction [actionStatus] :: CreateAction -> ActionStatus [agent] :: CreateAction -> Agent [endTime] :: CreateAction -> EndTime [error] :: CreateAction -> Error [instrument] :: CreateAction -> Instrument [location] :: CreateAction -> Location [object] :: CreateAction -> Object [participant] :: CreateAction -> Participant [result] :: CreateAction -> Result [startTime] :: CreateAction -> StartTime [target] :: CreateAction -> Target [additionalType] :: CreateAction -> AdditionalType [alternateName] :: CreateAction -> AlternateName [description] :: CreateAction -> Description [image] :: CreateAction -> Image [mainEntityOfPage] :: CreateAction -> MainEntityOfPage [name] :: CreateAction -> Name [potentialAction] :: CreateAction -> PotentialAction [sameAs] :: CreateAction -> SameAs [url] :: CreateAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.CreateAction.CreateAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.CreateAction.CreateAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.CreateAction.CreateAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.CreateAction.CreateAction module Text.HTML5.MetaData.Schema.WriteAction -- | The act of authoring written creative content. -- -- data WriteAction WriteAction :: InLanguage -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> WriteAction [inLanguage] :: WriteAction -> InLanguage [actionStatus] :: WriteAction -> ActionStatus [agent] :: WriteAction -> Agent [endTime] :: WriteAction -> EndTime [error] :: WriteAction -> Error [instrument] :: WriteAction -> Instrument [location] :: WriteAction -> Location [object] :: WriteAction -> Object [participant] :: WriteAction -> Participant [result] :: WriteAction -> Result [startTime] :: WriteAction -> StartTime [target] :: WriteAction -> Target [additionalType] :: WriteAction -> AdditionalType [alternateName] :: WriteAction -> AlternateName [description] :: WriteAction -> Description [image] :: WriteAction -> Image [mainEntityOfPage] :: WriteAction -> MainEntityOfPage [name] :: WriteAction -> Name [potentialAction] :: WriteAction -> PotentialAction [sameAs] :: WriteAction -> SameAs [url] :: WriteAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.WriteAction.WriteAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.WriteAction.WriteAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.WriteAction.WriteAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.WriteAction.WriteAction module Text.HTML5.MetaData.Schema.EmailMessage -- | An email message. -- -- data EmailMessage EmailMessage :: About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> EmailMessage [about] :: EmailMessage -> About [accessibilityAPI] :: EmailMessage -> AccessibilityAPI [accessibilityControl] :: EmailMessage -> AccessibilityControl [accessibilityFeature] :: EmailMessage -> AccessibilityFeature [accessibilityHazard] :: EmailMessage -> AccessibilityHazard [accountablePerson] :: EmailMessage -> AccountablePerson [aggregateRating] :: EmailMessage -> AggregateRating [alternativeHeadline] :: EmailMessage -> AlternativeHeadline [associatedMedia] :: EmailMessage -> AssociatedMedia [audience] :: EmailMessage -> Audience [audio] :: EmailMessage -> Audio [author] :: EmailMessage -> Author [award] :: EmailMessage -> Award [character] :: EmailMessage -> Character [citation] :: EmailMessage -> Citation [comment] :: EmailMessage -> Comment [commentCount] :: EmailMessage -> CommentCount [contentLocation] :: EmailMessage -> ContentLocation [contentRating] :: EmailMessage -> ContentRating [contributor] :: EmailMessage -> Contributor [copyrightHolder] :: EmailMessage -> CopyrightHolder [copyrightYear] :: EmailMessage -> CopyrightYear [creator] :: EmailMessage -> Creator [dateCreated] :: EmailMessage -> DateCreated [dateModified] :: EmailMessage -> DateModified [datePublished] :: EmailMessage -> DatePublished [discussionUrl] :: EmailMessage -> DiscussionUrl [editor] :: EmailMessage -> Editor [educationalAlignment] :: EmailMessage -> EducationalAlignment [educationalUse] :: EmailMessage -> EducationalUse [encoding] :: EmailMessage -> Encoding [exampleOfWork] :: EmailMessage -> ExampleOfWork [fileFormat] :: EmailMessage -> FileFormat [genre] :: EmailMessage -> Genre [hasPart] :: EmailMessage -> HasPart [headline] :: EmailMessage -> Headline [inLanguage] :: EmailMessage -> InLanguage [interactionStatistic] :: EmailMessage -> InteractionStatistic [interactivityType] :: EmailMessage -> InteractivityType [isBasedOnUrl] :: EmailMessage -> IsBasedOnUrl [isFamilyFriendly] :: EmailMessage -> IsFamilyFriendly [isPartOf] :: EmailMessage -> IsPartOf [keywords] :: EmailMessage -> Keywords [learningResourceType] :: EmailMessage -> LearningResourceType [license] :: EmailMessage -> License [locationCreated] :: EmailMessage -> LocationCreated [mainEntity] :: EmailMessage -> MainEntity [mentions] :: EmailMessage -> Mentions [offers] :: EmailMessage -> Offers [position] :: EmailMessage -> Position [producer] :: EmailMessage -> Producer [provider] :: EmailMessage -> Provider [publication] :: EmailMessage -> Publication [publisher] :: EmailMessage -> Publisher [publishingPrinciples] :: EmailMessage -> PublishingPrinciples [recordedAt] :: EmailMessage -> RecordedAt [releasedEvent] :: EmailMessage -> ReleasedEvent [review] :: EmailMessage -> Review [schemaVersion] :: EmailMessage -> SchemaVersion [sourceOrganization] :: EmailMessage -> SourceOrganization [text] :: EmailMessage -> Text [thumbnailUrl] :: EmailMessage -> ThumbnailUrl [timeRequired] :: EmailMessage -> TimeRequired [translator] :: EmailMessage -> Translator [typicalAgeRange] :: EmailMessage -> TypicalAgeRange [version] :: EmailMessage -> Version [video] :: EmailMessage -> Video [workExample] :: EmailMessage -> WorkExample [additionalType] :: EmailMessage -> AdditionalType [alternateName] :: EmailMessage -> AlternateName [description] :: EmailMessage -> Description [image] :: EmailMessage -> Image [mainEntityOfPage] :: EmailMessage -> MainEntityOfPage [name] :: EmailMessage -> Name [potentialAction] :: EmailMessage -> PotentialAction [sameAs] :: EmailMessage -> SameAs [url] :: EmailMessage -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.EmailMessage.EmailMessage instance GHC.Read.Read Text.HTML5.MetaData.Schema.EmailMessage.EmailMessage instance GHC.Show.Show Text.HTML5.MetaData.Schema.EmailMessage.EmailMessage instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.EmailMessage.EmailMessage module Text.HTML5.MetaData.Schema.VideoGame -- | A video game is an electronic game that involves human interaction -- with a user interface to generate visual feedback on a video device. -- -- data VideoGame VideoGame :: Actor -> CheatCode -> Director -> GamePlatform -> GameServer -> GameTip -> MusicBy -> PlayMode -> Trailer -> ApplicationCategory -> ApplicationSubCategory -> ApplicationSuite -> AvailableOnDevice -> CountriesNotSupported -> CountriesSupported -> DownloadUrl -> FeatureList -> FileSize -> InstallUrl -> MemoryRequirements -> OperatingSystem -> Permissions -> ProcessorRequirements -> ReleaseNotes -> Screenshot -> SoftwareAddOn -> SoftwareHelp -> SoftwareRequirements -> SoftwareVersion -> StorageRequirements -> SupportingData -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> CharacterAttribute -> GameItem -> GameLocation -> NumberOfPlayers -> Quest -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> VideoGame [actor] :: VideoGame -> Actor [cheatCode] :: VideoGame -> CheatCode [director] :: VideoGame -> Director [gamePlatform] :: VideoGame -> GamePlatform [gameServer] :: VideoGame -> GameServer [gameTip] :: VideoGame -> GameTip [musicBy] :: VideoGame -> MusicBy [playMode] :: VideoGame -> PlayMode [trailer] :: VideoGame -> Trailer [applicationCategory] :: VideoGame -> ApplicationCategory [applicationSubCategory] :: VideoGame -> ApplicationSubCategory [applicationSuite] :: VideoGame -> ApplicationSuite [availableOnDevice] :: VideoGame -> AvailableOnDevice [countriesNotSupported] :: VideoGame -> CountriesNotSupported [countriesSupported] :: VideoGame -> CountriesSupported [downloadUrl] :: VideoGame -> DownloadUrl [featureList] :: VideoGame -> FeatureList [fileSize] :: VideoGame -> FileSize [installUrl] :: VideoGame -> InstallUrl [memoryRequirements] :: VideoGame -> MemoryRequirements [operatingSystem] :: VideoGame -> OperatingSystem [permissions] :: VideoGame -> Permissions [processorRequirements] :: VideoGame -> ProcessorRequirements [releaseNotes] :: VideoGame -> ReleaseNotes [screenshot] :: VideoGame -> Screenshot [softwareAddOn] :: VideoGame -> SoftwareAddOn [softwareHelp] :: VideoGame -> SoftwareHelp [softwareRequirements] :: VideoGame -> SoftwareRequirements [softwareVersion] :: VideoGame -> SoftwareVersion [storageRequirements] :: VideoGame -> StorageRequirements [supportingData] :: VideoGame -> SupportingData [about] :: VideoGame -> About [accessibilityAPI] :: VideoGame -> AccessibilityAPI [accessibilityControl] :: VideoGame -> AccessibilityControl [accessibilityFeature] :: VideoGame -> AccessibilityFeature [accessibilityHazard] :: VideoGame -> AccessibilityHazard [accountablePerson] :: VideoGame -> AccountablePerson [aggregateRating] :: VideoGame -> AggregateRating [alternativeHeadline] :: VideoGame -> AlternativeHeadline [associatedMedia] :: VideoGame -> AssociatedMedia [audience] :: VideoGame -> Audience [audio] :: VideoGame -> Audio [author] :: VideoGame -> Author [award] :: VideoGame -> Award [character] :: VideoGame -> Character [citation] :: VideoGame -> Citation [comment] :: VideoGame -> Comment [commentCount] :: VideoGame -> CommentCount [contentLocation] :: VideoGame -> ContentLocation [contentRating] :: VideoGame -> ContentRating [contributor] :: VideoGame -> Contributor [copyrightHolder] :: VideoGame -> CopyrightHolder [copyrightYear] :: VideoGame -> CopyrightYear [creator] :: VideoGame -> Creator [dateCreated] :: VideoGame -> DateCreated [dateModified] :: VideoGame -> DateModified [datePublished] :: VideoGame -> DatePublished [discussionUrl] :: VideoGame -> DiscussionUrl [editor] :: VideoGame -> Editor [educationalAlignment] :: VideoGame -> EducationalAlignment [educationalUse] :: VideoGame -> EducationalUse [encoding] :: VideoGame -> Encoding [exampleOfWork] :: VideoGame -> ExampleOfWork [fileFormat] :: VideoGame -> FileFormat [genre] :: VideoGame -> Genre [hasPart] :: VideoGame -> HasPart [headline] :: VideoGame -> Headline [inLanguage] :: VideoGame -> InLanguage [interactionStatistic] :: VideoGame -> InteractionStatistic [interactivityType] :: VideoGame -> InteractivityType [isBasedOnUrl] :: VideoGame -> IsBasedOnUrl [isFamilyFriendly] :: VideoGame -> IsFamilyFriendly [isPartOf] :: VideoGame -> IsPartOf [keywords] :: VideoGame -> Keywords [learningResourceType] :: VideoGame -> LearningResourceType [license] :: VideoGame -> License [locationCreated] :: VideoGame -> LocationCreated [mainEntity] :: VideoGame -> MainEntity [mentions] :: VideoGame -> Mentions [offers] :: VideoGame -> Offers [position] :: VideoGame -> Position [producer] :: VideoGame -> Producer [provider] :: VideoGame -> Provider [publication] :: VideoGame -> Publication [publisher] :: VideoGame -> Publisher [publishingPrinciples] :: VideoGame -> PublishingPrinciples [recordedAt] :: VideoGame -> RecordedAt [releasedEvent] :: VideoGame -> ReleasedEvent [review] :: VideoGame -> Review [schemaVersion] :: VideoGame -> SchemaVersion [sourceOrganization] :: VideoGame -> SourceOrganization [text] :: VideoGame -> Text [thumbnailUrl] :: VideoGame -> ThumbnailUrl [timeRequired] :: VideoGame -> TimeRequired [translator] :: VideoGame -> Translator [typicalAgeRange] :: VideoGame -> TypicalAgeRange [version] :: VideoGame -> Version [video] :: VideoGame -> Video [workExample] :: VideoGame -> WorkExample [characterAttribute] :: VideoGame -> CharacterAttribute [gameItem] :: VideoGame -> GameItem [gameLocation] :: VideoGame -> GameLocation [numberOfPlayers] :: VideoGame -> NumberOfPlayers [quest] :: VideoGame -> Quest [additionalType] :: VideoGame -> AdditionalType [alternateName] :: VideoGame -> AlternateName [description] :: VideoGame -> Description [image] :: VideoGame -> Image [mainEntityOfPage] :: VideoGame -> MainEntityOfPage [name] :: VideoGame -> Name [potentialAction] :: VideoGame -> PotentialAction [sameAs] :: VideoGame -> SameAs [url] :: VideoGame -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.VideoGame.VideoGame instance GHC.Read.Read Text.HTML5.MetaData.Schema.VideoGame.VideoGame instance GHC.Show.Show Text.HTML5.MetaData.Schema.VideoGame.VideoGame instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.VideoGame.VideoGame module Text.HTML5.MetaData.Schema.Game -- | The Game type represents things which are games. These are typically -- rule-governed recreational activities, e.g. role-playing games in -- which players assume the role of characters in a fictional setting. -- See also open issues list. -- -- data Game Game :: CharacterAttribute -> GameItem -> GameLocation -> NumberOfPlayers -> Quest -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Game [characterAttribute] :: Game -> CharacterAttribute [gameItem] :: Game -> GameItem [gameLocation] :: Game -> GameLocation [numberOfPlayers] :: Game -> NumberOfPlayers [quest] :: Game -> Quest [about] :: Game -> About [accessibilityAPI] :: Game -> AccessibilityAPI [accessibilityControl] :: Game -> AccessibilityControl [accessibilityFeature] :: Game -> AccessibilityFeature [accessibilityHazard] :: Game -> AccessibilityHazard [accountablePerson] :: Game -> AccountablePerson [aggregateRating] :: Game -> AggregateRating [alternativeHeadline] :: Game -> AlternativeHeadline [associatedMedia] :: Game -> AssociatedMedia [audience] :: Game -> Audience [audio] :: Game -> Audio [author] :: Game -> Author [award] :: Game -> Award [character] :: Game -> Character [citation] :: Game -> Citation [comment] :: Game -> Comment [commentCount] :: Game -> CommentCount [contentLocation] :: Game -> ContentLocation [contentRating] :: Game -> ContentRating [contributor] :: Game -> Contributor [copyrightHolder] :: Game -> CopyrightHolder [copyrightYear] :: Game -> CopyrightYear [creator] :: Game -> Creator [dateCreated] :: Game -> DateCreated [dateModified] :: Game -> DateModified [datePublished] :: Game -> DatePublished [discussionUrl] :: Game -> DiscussionUrl [editor] :: Game -> Editor [educationalAlignment] :: Game -> EducationalAlignment [educationalUse] :: Game -> EducationalUse [encoding] :: Game -> Encoding [exampleOfWork] :: Game -> ExampleOfWork [fileFormat] :: Game -> FileFormat [genre] :: Game -> Genre [hasPart] :: Game -> HasPart [headline] :: Game -> Headline [inLanguage] :: Game -> InLanguage [interactionStatistic] :: Game -> InteractionStatistic [interactivityType] :: Game -> InteractivityType [isBasedOnUrl] :: Game -> IsBasedOnUrl [isFamilyFriendly] :: Game -> IsFamilyFriendly [isPartOf] :: Game -> IsPartOf [keywords] :: Game -> Keywords [learningResourceType] :: Game -> LearningResourceType [license] :: Game -> License [locationCreated] :: Game -> LocationCreated [mainEntity] :: Game -> MainEntity [mentions] :: Game -> Mentions [offers] :: Game -> Offers [position] :: Game -> Position [producer] :: Game -> Producer [provider] :: Game -> Provider [publication] :: Game -> Publication [publisher] :: Game -> Publisher [publishingPrinciples] :: Game -> PublishingPrinciples [recordedAt] :: Game -> RecordedAt [releasedEvent] :: Game -> ReleasedEvent [review] :: Game -> Review [schemaVersion] :: Game -> SchemaVersion [sourceOrganization] :: Game -> SourceOrganization [text] :: Game -> Text [thumbnailUrl] :: Game -> ThumbnailUrl [timeRequired] :: Game -> TimeRequired [translator] :: Game -> Translator [typicalAgeRange] :: Game -> TypicalAgeRange [version] :: Game -> Version [video] :: Game -> Video [workExample] :: Game -> WorkExample [additionalType] :: Game -> AdditionalType [alternateName] :: Game -> AlternateName [description] :: Game -> Description [image] :: Game -> Image [mainEntityOfPage] :: Game -> MainEntityOfPage [name] :: Game -> Name [potentialAction] :: Game -> PotentialAction [sameAs] :: Game -> SameAs [url] :: Game -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Game.Game instance GHC.Read.Read Text.HTML5.MetaData.Schema.Game.Game instance GHC.Show.Show Text.HTML5.MetaData.Schema.Game.Game instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Game.Game module Text.HTML5.MetaData.Schema.Painting -- | A painting. -- -- data Painting Painting :: About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Painting [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 [character] :: Painting -> Character [citation] :: Painting -> Citation [comment] :: Painting -> Comment [commentCount] :: Painting -> CommentCount [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 [exampleOfWork] :: Painting -> ExampleOfWork [fileFormat] :: Painting -> FileFormat [genre] :: Painting -> Genre [hasPart] :: Painting -> HasPart [headline] :: Painting -> Headline [inLanguage] :: Painting -> InLanguage [interactionStatistic] :: Painting -> InteractionStatistic [interactivityType] :: Painting -> InteractivityType [isBasedOnUrl] :: Painting -> IsBasedOnUrl [isFamilyFriendly] :: Painting -> IsFamilyFriendly [isPartOf] :: Painting -> IsPartOf [keywords] :: Painting -> Keywords [learningResourceType] :: Painting -> LearningResourceType [license] :: Painting -> License [locationCreated] :: Painting -> LocationCreated [mainEntity] :: Painting -> MainEntity [mentions] :: Painting -> Mentions [offers] :: Painting -> Offers [position] :: Painting -> Position [producer] :: Painting -> Producer [provider] :: Painting -> Provider [publication] :: Painting -> Publication [publisher] :: Painting -> Publisher [publishingPrinciples] :: Painting -> PublishingPrinciples [recordedAt] :: Painting -> RecordedAt [releasedEvent] :: Painting -> ReleasedEvent [review] :: Painting -> Review [schemaVersion] :: Painting -> SchemaVersion [sourceOrganization] :: Painting -> SourceOrganization [text] :: Painting -> Text [thumbnailUrl] :: Painting -> ThumbnailUrl [timeRequired] :: Painting -> TimeRequired [translator] :: Painting -> Translator [typicalAgeRange] :: Painting -> TypicalAgeRange [version] :: Painting -> Version [video] :: Painting -> Video [workExample] :: Painting -> WorkExample [additionalType] :: Painting -> AdditionalType [alternateName] :: Painting -> AlternateName [description] :: Painting -> Description [image] :: Painting -> Image [mainEntityOfPage] :: Painting -> MainEntityOfPage [name] :: Painting -> Name [potentialAction] :: Painting -> PotentialAction [sameAs] :: Painting -> SameAs [url] :: Painting -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Painting.Painting instance GHC.Read.Read Text.HTML5.MetaData.Schema.Painting.Painting instance GHC.Show.Show Text.HTML5.MetaData.Schema.Painting.Painting instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Painting.Painting module Text.HTML5.MetaData.Schema.PublicationIssue -- | A part of a successively published publication such as a periodical or -- publication volume, often numbered, usually containing a grouping of -- works such as articles. See also blog post. -- -- data PublicationIssue PublicationIssue :: IssueNumber -> PageEnd -> PageStart -> Pagination -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PublicationIssue [issueNumber] :: PublicationIssue -> IssueNumber [pageEnd] :: PublicationIssue -> PageEnd [pageStart] :: PublicationIssue -> PageStart [pagination] :: PublicationIssue -> Pagination [about] :: PublicationIssue -> About [accessibilityAPI] :: PublicationIssue -> AccessibilityAPI [accessibilityControl] :: PublicationIssue -> AccessibilityControl [accessibilityFeature] :: PublicationIssue -> AccessibilityFeature [accessibilityHazard] :: PublicationIssue -> AccessibilityHazard [accountablePerson] :: PublicationIssue -> AccountablePerson [aggregateRating] :: PublicationIssue -> AggregateRating [alternativeHeadline] :: PublicationIssue -> AlternativeHeadline [associatedMedia] :: PublicationIssue -> AssociatedMedia [audience] :: PublicationIssue -> Audience [audio] :: PublicationIssue -> Audio [author] :: PublicationIssue -> Author [award] :: PublicationIssue -> Award [character] :: PublicationIssue -> Character [citation] :: PublicationIssue -> Citation [comment] :: PublicationIssue -> Comment [commentCount] :: PublicationIssue -> CommentCount [contentLocation] :: PublicationIssue -> ContentLocation [contentRating] :: PublicationIssue -> ContentRating [contributor] :: PublicationIssue -> Contributor [copyrightHolder] :: PublicationIssue -> CopyrightHolder [copyrightYear] :: PublicationIssue -> CopyrightYear [creator] :: PublicationIssue -> Creator [dateCreated] :: PublicationIssue -> DateCreated [dateModified] :: PublicationIssue -> DateModified [datePublished] :: PublicationIssue -> DatePublished [discussionUrl] :: PublicationIssue -> DiscussionUrl [editor] :: PublicationIssue -> Editor [educationalAlignment] :: PublicationIssue -> EducationalAlignment [educationalUse] :: PublicationIssue -> EducationalUse [encoding] :: PublicationIssue -> Encoding [exampleOfWork] :: PublicationIssue -> ExampleOfWork [fileFormat] :: PublicationIssue -> FileFormat [genre] :: PublicationIssue -> Genre [hasPart] :: PublicationIssue -> HasPart [headline] :: PublicationIssue -> Headline [inLanguage] :: PublicationIssue -> InLanguage [interactionStatistic] :: PublicationIssue -> InteractionStatistic [interactivityType] :: PublicationIssue -> InteractivityType [isBasedOnUrl] :: PublicationIssue -> IsBasedOnUrl [isFamilyFriendly] :: PublicationIssue -> IsFamilyFriendly [isPartOf] :: PublicationIssue -> IsPartOf [keywords] :: PublicationIssue -> Keywords [learningResourceType] :: PublicationIssue -> LearningResourceType [license] :: PublicationIssue -> License [locationCreated] :: PublicationIssue -> LocationCreated [mainEntity] :: PublicationIssue -> MainEntity [mentions] :: PublicationIssue -> Mentions [offers] :: PublicationIssue -> Offers [position] :: PublicationIssue -> Position [producer] :: PublicationIssue -> Producer [provider] :: PublicationIssue -> Provider [publication] :: PublicationIssue -> Publication [publisher] :: PublicationIssue -> Publisher [publishingPrinciples] :: PublicationIssue -> PublishingPrinciples [recordedAt] :: PublicationIssue -> RecordedAt [releasedEvent] :: PublicationIssue -> ReleasedEvent [review] :: PublicationIssue -> Review [schemaVersion] :: PublicationIssue -> SchemaVersion [sourceOrganization] :: PublicationIssue -> SourceOrganization [text] :: PublicationIssue -> Text [thumbnailUrl] :: PublicationIssue -> ThumbnailUrl [timeRequired] :: PublicationIssue -> TimeRequired [translator] :: PublicationIssue -> Translator [typicalAgeRange] :: PublicationIssue -> TypicalAgeRange [version] :: PublicationIssue -> Version [video] :: PublicationIssue -> Video [workExample] :: PublicationIssue -> WorkExample [additionalType] :: PublicationIssue -> AdditionalType [alternateName] :: PublicationIssue -> AlternateName [description] :: PublicationIssue -> Description [image] :: PublicationIssue -> Image [mainEntityOfPage] :: PublicationIssue -> MainEntityOfPage [name] :: PublicationIssue -> Name [potentialAction] :: PublicationIssue -> PotentialAction [sameAs] :: PublicationIssue -> SameAs [url] :: PublicationIssue -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PublicationIssue.PublicationIssue instance GHC.Read.Read Text.HTML5.MetaData.Schema.PublicationIssue.PublicationIssue instance GHC.Show.Show Text.HTML5.MetaData.Schema.PublicationIssue.PublicationIssue instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PublicationIssue.PublicationIssue module Text.HTML5.MetaData.Schema.PublicationVolume -- | A part of a successively published publication such as a periodical or -- multi-volume work, often numbered. It may represent a time span, such -- as a year. See also blog post. -- -- data PublicationVolume PublicationVolume :: PageEnd -> PageStart -> Pagination -> VolumeNumber -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PublicationVolume [pageEnd] :: PublicationVolume -> PageEnd [pageStart] :: PublicationVolume -> PageStart [pagination] :: PublicationVolume -> Pagination [volumeNumber] :: PublicationVolume -> VolumeNumber [about] :: PublicationVolume -> About [accessibilityAPI] :: PublicationVolume -> AccessibilityAPI [accessibilityControl] :: PublicationVolume -> AccessibilityControl [accessibilityFeature] :: PublicationVolume -> AccessibilityFeature [accessibilityHazard] :: PublicationVolume -> AccessibilityHazard [accountablePerson] :: PublicationVolume -> AccountablePerson [aggregateRating] :: PublicationVolume -> AggregateRating [alternativeHeadline] :: PublicationVolume -> AlternativeHeadline [associatedMedia] :: PublicationVolume -> AssociatedMedia [audience] :: PublicationVolume -> Audience [audio] :: PublicationVolume -> Audio [author] :: PublicationVolume -> Author [award] :: PublicationVolume -> Award [character] :: PublicationVolume -> Character [citation] :: PublicationVolume -> Citation [comment] :: PublicationVolume -> Comment [commentCount] :: PublicationVolume -> CommentCount [contentLocation] :: PublicationVolume -> ContentLocation [contentRating] :: PublicationVolume -> ContentRating [contributor] :: PublicationVolume -> Contributor [copyrightHolder] :: PublicationVolume -> CopyrightHolder [copyrightYear] :: PublicationVolume -> CopyrightYear [creator] :: PublicationVolume -> Creator [dateCreated] :: PublicationVolume -> DateCreated [dateModified] :: PublicationVolume -> DateModified [datePublished] :: PublicationVolume -> DatePublished [discussionUrl] :: PublicationVolume -> DiscussionUrl [editor] :: PublicationVolume -> Editor [educationalAlignment] :: PublicationVolume -> EducationalAlignment [educationalUse] :: PublicationVolume -> EducationalUse [encoding] :: PublicationVolume -> Encoding [exampleOfWork] :: PublicationVolume -> ExampleOfWork [fileFormat] :: PublicationVolume -> FileFormat [genre] :: PublicationVolume -> Genre [hasPart] :: PublicationVolume -> HasPart [headline] :: PublicationVolume -> Headline [inLanguage] :: PublicationVolume -> InLanguage [interactionStatistic] :: PublicationVolume -> InteractionStatistic [interactivityType] :: PublicationVolume -> InteractivityType [isBasedOnUrl] :: PublicationVolume -> IsBasedOnUrl [isFamilyFriendly] :: PublicationVolume -> IsFamilyFriendly [isPartOf] :: PublicationVolume -> IsPartOf [keywords] :: PublicationVolume -> Keywords [learningResourceType] :: PublicationVolume -> LearningResourceType [license] :: PublicationVolume -> License [locationCreated] :: PublicationVolume -> LocationCreated [mainEntity] :: PublicationVolume -> MainEntity [mentions] :: PublicationVolume -> Mentions [offers] :: PublicationVolume -> Offers [position] :: PublicationVolume -> Position [producer] :: PublicationVolume -> Producer [provider] :: PublicationVolume -> Provider [publication] :: PublicationVolume -> Publication [publisher] :: PublicationVolume -> Publisher [publishingPrinciples] :: PublicationVolume -> PublishingPrinciples [recordedAt] :: PublicationVolume -> RecordedAt [releasedEvent] :: PublicationVolume -> ReleasedEvent [review] :: PublicationVolume -> Review [schemaVersion] :: PublicationVolume -> SchemaVersion [sourceOrganization] :: PublicationVolume -> SourceOrganization [text] :: PublicationVolume -> Text [thumbnailUrl] :: PublicationVolume -> ThumbnailUrl [timeRequired] :: PublicationVolume -> TimeRequired [translator] :: PublicationVolume -> Translator [typicalAgeRange] :: PublicationVolume -> TypicalAgeRange [version] :: PublicationVolume -> Version [video] :: PublicationVolume -> Video [workExample] :: PublicationVolume -> WorkExample [additionalType] :: PublicationVolume -> AdditionalType [alternateName] :: PublicationVolume -> AlternateName [description] :: PublicationVolume -> Description [image] :: PublicationVolume -> Image [mainEntityOfPage] :: PublicationVolume -> MainEntityOfPage [name] :: PublicationVolume -> Name [potentialAction] :: PublicationVolume -> PotentialAction [sameAs] :: PublicationVolume -> SameAs [url] :: PublicationVolume -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PublicationVolume.PublicationVolume instance GHC.Read.Read Text.HTML5.MetaData.Schema.PublicationVolume.PublicationVolume instance GHC.Show.Show Text.HTML5.MetaData.Schema.PublicationVolume.PublicationVolume instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PublicationVolume.PublicationVolume module Text.HTML5.MetaData.Schema.Sculpture -- | A piece of sculpture. -- -- data Sculpture Sculpture :: About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Sculpture [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 [character] :: Sculpture -> Character [citation] :: Sculpture -> Citation [comment] :: Sculpture -> Comment [commentCount] :: Sculpture -> CommentCount [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 [exampleOfWork] :: Sculpture -> ExampleOfWork [fileFormat] :: Sculpture -> FileFormat [genre] :: Sculpture -> Genre [hasPart] :: Sculpture -> HasPart [headline] :: Sculpture -> Headline [inLanguage] :: Sculpture -> InLanguage [interactionStatistic] :: Sculpture -> InteractionStatistic [interactivityType] :: Sculpture -> InteractivityType [isBasedOnUrl] :: Sculpture -> IsBasedOnUrl [isFamilyFriendly] :: Sculpture -> IsFamilyFriendly [isPartOf] :: Sculpture -> IsPartOf [keywords] :: Sculpture -> Keywords [learningResourceType] :: Sculpture -> LearningResourceType [license] :: Sculpture -> License [locationCreated] :: Sculpture -> LocationCreated [mainEntity] :: Sculpture -> MainEntity [mentions] :: Sculpture -> Mentions [offers] :: Sculpture -> Offers [position] :: Sculpture -> Position [producer] :: Sculpture -> Producer [provider] :: Sculpture -> Provider [publication] :: Sculpture -> Publication [publisher] :: Sculpture -> Publisher [publishingPrinciples] :: Sculpture -> PublishingPrinciples [recordedAt] :: Sculpture -> RecordedAt [releasedEvent] :: Sculpture -> ReleasedEvent [review] :: Sculpture -> Review [schemaVersion] :: Sculpture -> SchemaVersion [sourceOrganization] :: Sculpture -> SourceOrganization [text] :: Sculpture -> Text [thumbnailUrl] :: Sculpture -> ThumbnailUrl [timeRequired] :: Sculpture -> TimeRequired [translator] :: Sculpture -> Translator [typicalAgeRange] :: Sculpture -> TypicalAgeRange [version] :: Sculpture -> Version [video] :: Sculpture -> Video [workExample] :: Sculpture -> WorkExample [additionalType] :: Sculpture -> AdditionalType [alternateName] :: Sculpture -> AlternateName [description] :: Sculpture -> Description [image] :: Sculpture -> Image [mainEntityOfPage] :: Sculpture -> MainEntityOfPage [name] :: Sculpture -> Name [potentialAction] :: Sculpture -> PotentialAction [sameAs] :: Sculpture -> SameAs [url] :: Sculpture -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Sculpture.Sculpture instance GHC.Read.Read Text.HTML5.MetaData.Schema.Sculpture.Sculpture instance GHC.Show.Show Text.HTML5.MetaData.Schema.Sculpture.Sculpture instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Sculpture.Sculpture module Text.HTML5.MetaData.Schema.Season -- | A media season e.g. tv, radio, video game etc. -- -- data Season Season :: About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Season [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 [character] :: Season -> Character [citation] :: Season -> Citation [comment] :: Season -> Comment [commentCount] :: Season -> CommentCount [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 [exampleOfWork] :: Season -> ExampleOfWork [fileFormat] :: Season -> FileFormat [genre] :: Season -> Genre [hasPart] :: Season -> HasPart [headline] :: Season -> Headline [inLanguage] :: Season -> InLanguage [interactionStatistic] :: Season -> InteractionStatistic [interactivityType] :: Season -> InteractivityType [isBasedOnUrl] :: Season -> IsBasedOnUrl [isFamilyFriendly] :: Season -> IsFamilyFriendly [isPartOf] :: Season -> IsPartOf [keywords] :: Season -> Keywords [learningResourceType] :: Season -> LearningResourceType [license] :: Season -> License [locationCreated] :: Season -> LocationCreated [mainEntity] :: Season -> MainEntity [mentions] :: Season -> Mentions [offers] :: Season -> Offers [position] :: Season -> Position [producer] :: Season -> Producer [provider] :: Season -> Provider [publication] :: Season -> Publication [publisher] :: Season -> Publisher [publishingPrinciples] :: Season -> PublishingPrinciples [recordedAt] :: Season -> RecordedAt [releasedEvent] :: Season -> ReleasedEvent [review] :: Season -> Review [schemaVersion] :: Season -> SchemaVersion [sourceOrganization] :: Season -> SourceOrganization [text] :: Season -> Text [thumbnailUrl] :: Season -> ThumbnailUrl [timeRequired] :: Season -> TimeRequired [translator] :: Season -> Translator [typicalAgeRange] :: Season -> TypicalAgeRange [version] :: Season -> Version [video] :: Season -> Video [workExample] :: Season -> WorkExample [additionalType] :: Season -> AdditionalType [alternateName] :: Season -> AlternateName [description] :: Season -> Description [image] :: Season -> Image [mainEntityOfPage] :: Season -> MainEntityOfPage [name] :: Season -> Name [potentialAction] :: Season -> PotentialAction [sameAs] :: Season -> SameAs [url] :: Season -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Season.Season instance GHC.Read.Read Text.HTML5.MetaData.Schema.Season.Season instance GHC.Show.Show Text.HTML5.MetaData.Schema.Season.Season instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Season.Season module Text.HTML5.MetaData.Schema.Series -- | A Series in schema.org is a group of related items, typically but not -- necessarily of the same kind. -- -- data Series Series :: About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Series [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 [character] :: Series -> Character [citation] :: Series -> Citation [comment] :: Series -> Comment [commentCount] :: Series -> CommentCount [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 [exampleOfWork] :: Series -> ExampleOfWork [fileFormat] :: Series -> FileFormat [genre] :: Series -> Genre [hasPart] :: Series -> HasPart [headline] :: Series -> Headline [inLanguage] :: Series -> InLanguage [interactionStatistic] :: Series -> InteractionStatistic [interactivityType] :: Series -> InteractivityType [isBasedOnUrl] :: Series -> IsBasedOnUrl [isFamilyFriendly] :: Series -> IsFamilyFriendly [isPartOf] :: Series -> IsPartOf [keywords] :: Series -> Keywords [learningResourceType] :: Series -> LearningResourceType [license] :: Series -> License [locationCreated] :: Series -> LocationCreated [mainEntity] :: Series -> MainEntity [mentions] :: Series -> Mentions [offers] :: Series -> Offers [position] :: Series -> Position [producer] :: Series -> Producer [provider] :: Series -> Provider [publication] :: Series -> Publication [publisher] :: Series -> Publisher [publishingPrinciples] :: Series -> PublishingPrinciples [recordedAt] :: Series -> RecordedAt [releasedEvent] :: Series -> ReleasedEvent [review] :: Series -> Review [schemaVersion] :: Series -> SchemaVersion [sourceOrganization] :: Series -> SourceOrganization [text] :: Series -> Text [thumbnailUrl] :: Series -> ThumbnailUrl [timeRequired] :: Series -> TimeRequired [translator] :: Series -> Translator [typicalAgeRange] :: Series -> TypicalAgeRange [version] :: Series -> Version [video] :: Series -> Video [workExample] :: Series -> WorkExample [additionalType] :: Series -> AdditionalType [alternateName] :: Series -> AlternateName [description] :: Series -> Description [image] :: Series -> Image [mainEntityOfPage] :: Series -> MainEntityOfPage [name] :: Series -> Name [potentialAction] :: Series -> PotentialAction [sameAs] :: Series -> SameAs [url] :: Series -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Series.Series instance GHC.Read.Read Text.HTML5.MetaData.Schema.Series.Series instance GHC.Show.Show Text.HTML5.MetaData.Schema.Series.Series instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Series.Series module Text.HTML5.MetaData.Schema.SoftwareSourceCode -- | Computer programming source code. Example: Full (compile ready) -- solutions, code snippet samples, scripts, templates. -- -- data SoftwareSourceCode SoftwareSourceCode :: CodeRepository -> CodeSampleType -> ProgrammingLanguage -> RuntimePlatform -> TargetProduct -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> SoftwareSourceCode [codeRepository] :: SoftwareSourceCode -> CodeRepository [codeSampleType] :: SoftwareSourceCode -> CodeSampleType [programmingLanguage] :: SoftwareSourceCode -> ProgrammingLanguage [runtimePlatform] :: SoftwareSourceCode -> RuntimePlatform [targetProduct] :: SoftwareSourceCode -> TargetProduct [about] :: SoftwareSourceCode -> About [accessibilityAPI] :: SoftwareSourceCode -> AccessibilityAPI [accessibilityControl] :: SoftwareSourceCode -> AccessibilityControl [accessibilityFeature] :: SoftwareSourceCode -> AccessibilityFeature [accessibilityHazard] :: SoftwareSourceCode -> AccessibilityHazard [accountablePerson] :: SoftwareSourceCode -> AccountablePerson [aggregateRating] :: SoftwareSourceCode -> AggregateRating [alternativeHeadline] :: SoftwareSourceCode -> AlternativeHeadline [associatedMedia] :: SoftwareSourceCode -> AssociatedMedia [audience] :: SoftwareSourceCode -> Audience [audio] :: SoftwareSourceCode -> Audio [author] :: SoftwareSourceCode -> Author [award] :: SoftwareSourceCode -> Award [character] :: SoftwareSourceCode -> Character [citation] :: SoftwareSourceCode -> Citation [comment] :: SoftwareSourceCode -> Comment [commentCount] :: SoftwareSourceCode -> CommentCount [contentLocation] :: SoftwareSourceCode -> ContentLocation [contentRating] :: SoftwareSourceCode -> ContentRating [contributor] :: SoftwareSourceCode -> Contributor [copyrightHolder] :: SoftwareSourceCode -> CopyrightHolder [copyrightYear] :: SoftwareSourceCode -> CopyrightYear [creator] :: SoftwareSourceCode -> Creator [dateCreated] :: SoftwareSourceCode -> DateCreated [dateModified] :: SoftwareSourceCode -> DateModified [datePublished] :: SoftwareSourceCode -> DatePublished [discussionUrl] :: SoftwareSourceCode -> DiscussionUrl [editor] :: SoftwareSourceCode -> Editor [educationalAlignment] :: SoftwareSourceCode -> EducationalAlignment [educationalUse] :: SoftwareSourceCode -> EducationalUse [encoding] :: SoftwareSourceCode -> Encoding [exampleOfWork] :: SoftwareSourceCode -> ExampleOfWork [fileFormat] :: SoftwareSourceCode -> FileFormat [genre] :: SoftwareSourceCode -> Genre [hasPart] :: SoftwareSourceCode -> HasPart [headline] :: SoftwareSourceCode -> Headline [inLanguage] :: SoftwareSourceCode -> InLanguage [interactionStatistic] :: SoftwareSourceCode -> InteractionStatistic [interactivityType] :: SoftwareSourceCode -> InteractivityType [isBasedOnUrl] :: SoftwareSourceCode -> IsBasedOnUrl [isFamilyFriendly] :: SoftwareSourceCode -> IsFamilyFriendly [isPartOf] :: SoftwareSourceCode -> IsPartOf [keywords] :: SoftwareSourceCode -> Keywords [learningResourceType] :: SoftwareSourceCode -> LearningResourceType [license] :: SoftwareSourceCode -> License [locationCreated] :: SoftwareSourceCode -> LocationCreated [mainEntity] :: SoftwareSourceCode -> MainEntity [mentions] :: SoftwareSourceCode -> Mentions [offers] :: SoftwareSourceCode -> Offers [position] :: SoftwareSourceCode -> Position [producer] :: SoftwareSourceCode -> Producer [provider] :: SoftwareSourceCode -> Provider [publication] :: SoftwareSourceCode -> Publication [publisher] :: SoftwareSourceCode -> Publisher [publishingPrinciples] :: SoftwareSourceCode -> PublishingPrinciples [recordedAt] :: SoftwareSourceCode -> RecordedAt [releasedEvent] :: SoftwareSourceCode -> ReleasedEvent [review] :: SoftwareSourceCode -> Review [schemaVersion] :: SoftwareSourceCode -> SchemaVersion [sourceOrganization] :: SoftwareSourceCode -> SourceOrganization [text] :: SoftwareSourceCode -> Text [thumbnailUrl] :: SoftwareSourceCode -> ThumbnailUrl [timeRequired] :: SoftwareSourceCode -> TimeRequired [translator] :: SoftwareSourceCode -> Translator [typicalAgeRange] :: SoftwareSourceCode -> TypicalAgeRange [version] :: SoftwareSourceCode -> Version [video] :: SoftwareSourceCode -> Video [workExample] :: SoftwareSourceCode -> WorkExample [additionalType] :: SoftwareSourceCode -> AdditionalType [alternateName] :: SoftwareSourceCode -> AlternateName [description] :: SoftwareSourceCode -> Description [image] :: SoftwareSourceCode -> Image [mainEntityOfPage] :: SoftwareSourceCode -> MainEntityOfPage [name] :: SoftwareSourceCode -> Name [potentialAction] :: SoftwareSourceCode -> PotentialAction [sameAs] :: SoftwareSourceCode -> SameAs [url] :: SoftwareSourceCode -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.SoftwareSourceCode.SoftwareSourceCode instance GHC.Read.Read Text.HTML5.MetaData.Schema.SoftwareSourceCode.SoftwareSourceCode instance GHC.Show.Show Text.HTML5.MetaData.Schema.SoftwareSourceCode.SoftwareSourceCode instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.SoftwareSourceCode.SoftwareSourceCode module Text.HTML5.MetaData.Schema.TVSeason -- | Season dedicated to TV broadcast and associated online delivery. -- -- data TVSeason TVSeason :: CountryOfOrigin -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> Actor -> Director -> EndDate -> Episode -> NumberOfEpisodes -> PartOfSeries -> ProductionCompany -> SeasonNumber -> StartDate -> Trailer -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> TVSeason [countryOfOrigin] :: TVSeason -> CountryOfOrigin [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 [character] :: TVSeason -> Character [citation] :: TVSeason -> Citation [comment] :: TVSeason -> Comment [commentCount] :: TVSeason -> CommentCount [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 [exampleOfWork] :: TVSeason -> ExampleOfWork [fileFormat] :: TVSeason -> FileFormat [genre] :: TVSeason -> Genre [hasPart] :: TVSeason -> HasPart [headline] :: TVSeason -> Headline [inLanguage] :: TVSeason -> InLanguage [interactionStatistic] :: TVSeason -> InteractionStatistic [interactivityType] :: TVSeason -> InteractivityType [isBasedOnUrl] :: TVSeason -> IsBasedOnUrl [isFamilyFriendly] :: TVSeason -> IsFamilyFriendly [isPartOf] :: TVSeason -> IsPartOf [keywords] :: TVSeason -> Keywords [learningResourceType] :: TVSeason -> LearningResourceType [license] :: TVSeason -> License [locationCreated] :: TVSeason -> LocationCreated [mainEntity] :: TVSeason -> MainEntity [mentions] :: TVSeason -> Mentions [offers] :: TVSeason -> Offers [position] :: TVSeason -> Position [producer] :: TVSeason -> Producer [provider] :: TVSeason -> Provider [publication] :: TVSeason -> Publication [publisher] :: TVSeason -> Publisher [publishingPrinciples] :: TVSeason -> PublishingPrinciples [recordedAt] :: TVSeason -> RecordedAt [releasedEvent] :: TVSeason -> ReleasedEvent [review] :: TVSeason -> Review [schemaVersion] :: TVSeason -> SchemaVersion [sourceOrganization] :: TVSeason -> SourceOrganization [text] :: TVSeason -> Text [thumbnailUrl] :: TVSeason -> ThumbnailUrl [timeRequired] :: TVSeason -> TimeRequired [translator] :: TVSeason -> Translator [typicalAgeRange] :: TVSeason -> TypicalAgeRange [version] :: TVSeason -> Version [video] :: TVSeason -> Video [workExample] :: TVSeason -> WorkExample [actor] :: TVSeason -> Actor [director] :: TVSeason -> Director [endDate] :: TVSeason -> EndDate [episode] :: TVSeason -> Episode [numberOfEpisodes] :: TVSeason -> NumberOfEpisodes [partOfSeries] :: TVSeason -> PartOfSeries [productionCompany] :: TVSeason -> ProductionCompany [seasonNumber] :: TVSeason -> SeasonNumber [startDate] :: TVSeason -> StartDate [trailer] :: TVSeason -> Trailer [additionalType] :: TVSeason -> AdditionalType [alternateName] :: TVSeason -> AlternateName [description] :: TVSeason -> Description [image] :: TVSeason -> Image [mainEntityOfPage] :: TVSeason -> MainEntityOfPage [name] :: TVSeason -> Name [potentialAction] :: TVSeason -> PotentialAction [sameAs] :: TVSeason -> SameAs [url] :: TVSeason -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.TVSeason.TVSeason instance GHC.Read.Read Text.HTML5.MetaData.Schema.TVSeason.TVSeason instance GHC.Show.Show Text.HTML5.MetaData.Schema.TVSeason.TVSeason instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.TVSeason.TVSeason module Text.HTML5.MetaData.Schema.TVSeries -- | CreativeWorkSeries dedicated to TV broadcast and associated online -- delivery. -- -- data TVSeries TVSeries :: Actor -> ContainsSeason -> CountryOfOrigin -> Director -> Episode -> MusicBy -> NumberOfEpisodes -> NumberOfSeasons -> ProductionCompany -> Trailer -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> EndDate -> StartDate -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> TVSeries [actor] :: TVSeries -> Actor [containsSeason] :: TVSeries -> ContainsSeason [countryOfOrigin] :: TVSeries -> CountryOfOrigin [director] :: TVSeries -> Director [episode] :: TVSeries -> Episode [musicBy] :: TVSeries -> MusicBy [numberOfEpisodes] :: TVSeries -> NumberOfEpisodes [numberOfSeasons] :: TVSeries -> NumberOfSeasons [productionCompany] :: TVSeries -> ProductionCompany [trailer] :: TVSeries -> Trailer [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 [character] :: TVSeries -> Character [citation] :: TVSeries -> Citation [comment] :: TVSeries -> Comment [commentCount] :: TVSeries -> CommentCount [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 [exampleOfWork] :: TVSeries -> ExampleOfWork [fileFormat] :: TVSeries -> FileFormat [genre] :: TVSeries -> Genre [hasPart] :: TVSeries -> HasPart [headline] :: TVSeries -> Headline [inLanguage] :: TVSeries -> InLanguage [interactionStatistic] :: TVSeries -> InteractionStatistic [interactivityType] :: TVSeries -> InteractivityType [isBasedOnUrl] :: TVSeries -> IsBasedOnUrl [isFamilyFriendly] :: TVSeries -> IsFamilyFriendly [isPartOf] :: TVSeries -> IsPartOf [keywords] :: TVSeries -> Keywords [learningResourceType] :: TVSeries -> LearningResourceType [license] :: TVSeries -> License [locationCreated] :: TVSeries -> LocationCreated [mainEntity] :: TVSeries -> MainEntity [mentions] :: TVSeries -> Mentions [offers] :: TVSeries -> Offers [position] :: TVSeries -> Position [producer] :: TVSeries -> Producer [provider] :: TVSeries -> Provider [publication] :: TVSeries -> Publication [publisher] :: TVSeries -> Publisher [publishingPrinciples] :: TVSeries -> PublishingPrinciples [recordedAt] :: TVSeries -> RecordedAt [releasedEvent] :: TVSeries -> ReleasedEvent [review] :: TVSeries -> Review [schemaVersion] :: TVSeries -> SchemaVersion [sourceOrganization] :: TVSeries -> SourceOrganization [text] :: TVSeries -> Text [thumbnailUrl] :: TVSeries -> ThumbnailUrl [timeRequired] :: TVSeries -> TimeRequired [translator] :: TVSeries -> Translator [typicalAgeRange] :: TVSeries -> TypicalAgeRange [version] :: TVSeries -> Version [video] :: TVSeries -> Video [workExample] :: TVSeries -> WorkExample [endDate] :: TVSeries -> EndDate [startDate] :: TVSeries -> StartDate [additionalType] :: TVSeries -> AdditionalType [alternateName] :: TVSeries -> AlternateName [description] :: TVSeries -> Description [image] :: TVSeries -> Image [mainEntityOfPage] :: TVSeries -> MainEntityOfPage [name] :: TVSeries -> Name [potentialAction] :: TVSeries -> PotentialAction [sameAs] :: TVSeries -> SameAs [url] :: TVSeries -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.TVSeries.TVSeries instance GHC.Read.Read Text.HTML5.MetaData.Schema.TVSeries.TVSeries instance GHC.Show.Show Text.HTML5.MetaData.Schema.TVSeries.TVSeries instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.TVSeries.TVSeries module Text.HTML5.MetaData.Schema.CreativeWork -- | The most generic kind of creative work, including books, movies, -- photographs, software programs, etc. -- -- data CreativeWork CreativeWork :: About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> CreativeWork [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 [character] :: CreativeWork -> Character [citation] :: CreativeWork -> Citation [comment] :: CreativeWork -> Comment [commentCount] :: CreativeWork -> CommentCount [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 [exampleOfWork] :: CreativeWork -> ExampleOfWork [fileFormat] :: CreativeWork -> FileFormat [genre] :: CreativeWork -> Genre [hasPart] :: CreativeWork -> HasPart [headline] :: CreativeWork -> Headline [inLanguage] :: CreativeWork -> InLanguage [interactionStatistic] :: CreativeWork -> InteractionStatistic [interactivityType] :: CreativeWork -> InteractivityType [isBasedOnUrl] :: CreativeWork -> IsBasedOnUrl [isFamilyFriendly] :: CreativeWork -> IsFamilyFriendly [isPartOf] :: CreativeWork -> IsPartOf [keywords] :: CreativeWork -> Keywords [learningResourceType] :: CreativeWork -> LearningResourceType [license] :: CreativeWork -> License [locationCreated] :: CreativeWork -> LocationCreated [mainEntity] :: CreativeWork -> MainEntity [mentions] :: CreativeWork -> Mentions [offers] :: CreativeWork -> Offers [position] :: CreativeWork -> Position [producer] :: CreativeWork -> Producer [provider] :: CreativeWork -> Provider [publication] :: CreativeWork -> Publication [publisher] :: CreativeWork -> Publisher [publishingPrinciples] :: CreativeWork -> PublishingPrinciples [recordedAt] :: CreativeWork -> RecordedAt [releasedEvent] :: CreativeWork -> ReleasedEvent [review] :: CreativeWork -> Review [schemaVersion] :: CreativeWork -> SchemaVersion [sourceOrganization] :: CreativeWork -> SourceOrganization [text] :: CreativeWork -> Text [thumbnailUrl] :: CreativeWork -> ThumbnailUrl [timeRequired] :: CreativeWork -> TimeRequired [translator] :: CreativeWork -> Translator [typicalAgeRange] :: CreativeWork -> TypicalAgeRange [version] :: CreativeWork -> Version [video] :: CreativeWork -> Video [workExample] :: CreativeWork -> WorkExample [additionalType] :: CreativeWork -> AdditionalType [alternateName] :: CreativeWork -> AlternateName [description] :: CreativeWork -> Description [image] :: CreativeWork -> Image [mainEntityOfPage] :: CreativeWork -> MainEntityOfPage [name] :: CreativeWork -> Name [potentialAction] :: CreativeWork -> PotentialAction [sameAs] :: CreativeWork -> SameAs [url] :: CreativeWork -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.CreativeWork.CreativeWork instance GHC.Read.Read Text.HTML5.MetaData.Schema.CreativeWork.CreativeWork instance GHC.Show.Show Text.HTML5.MetaData.Schema.CreativeWork.CreativeWork instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.CreativeWork.CreativeWork module Text.HTML5.MetaData.Schema.VisualArtwork -- | A work of art that is primarily visual in character. -- -- data VisualArtwork VisualArtwork :: ArtEdition -> ArtMedium -> Artform -> ArtworkSurface -> Depth -> Height -> Width -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> VisualArtwork [artEdition] :: VisualArtwork -> ArtEdition [artMedium] :: VisualArtwork -> ArtMedium [artform] :: VisualArtwork -> Artform [artworkSurface] :: VisualArtwork -> ArtworkSurface [depth] :: VisualArtwork -> Depth [height] :: VisualArtwork -> Height [width] :: VisualArtwork -> Width [about] :: VisualArtwork -> About [accessibilityAPI] :: VisualArtwork -> AccessibilityAPI [accessibilityControl] :: VisualArtwork -> AccessibilityControl [accessibilityFeature] :: VisualArtwork -> AccessibilityFeature [accessibilityHazard] :: VisualArtwork -> AccessibilityHazard [accountablePerson] :: VisualArtwork -> AccountablePerson [aggregateRating] :: VisualArtwork -> AggregateRating [alternativeHeadline] :: VisualArtwork -> AlternativeHeadline [associatedMedia] :: VisualArtwork -> AssociatedMedia [audience] :: VisualArtwork -> Audience [audio] :: VisualArtwork -> Audio [author] :: VisualArtwork -> Author [award] :: VisualArtwork -> Award [character] :: VisualArtwork -> Character [citation] :: VisualArtwork -> Citation [comment] :: VisualArtwork -> Comment [commentCount] :: VisualArtwork -> CommentCount [contentLocation] :: VisualArtwork -> ContentLocation [contentRating] :: VisualArtwork -> ContentRating [contributor] :: VisualArtwork -> Contributor [copyrightHolder] :: VisualArtwork -> CopyrightHolder [copyrightYear] :: VisualArtwork -> CopyrightYear [creator] :: VisualArtwork -> Creator [dateCreated] :: VisualArtwork -> DateCreated [dateModified] :: VisualArtwork -> DateModified [datePublished] :: VisualArtwork -> DatePublished [discussionUrl] :: VisualArtwork -> DiscussionUrl [editor] :: VisualArtwork -> Editor [educationalAlignment] :: VisualArtwork -> EducationalAlignment [educationalUse] :: VisualArtwork -> EducationalUse [encoding] :: VisualArtwork -> Encoding [exampleOfWork] :: VisualArtwork -> ExampleOfWork [fileFormat] :: VisualArtwork -> FileFormat [genre] :: VisualArtwork -> Genre [hasPart] :: VisualArtwork -> HasPart [headline] :: VisualArtwork -> Headline [inLanguage] :: VisualArtwork -> InLanguage [interactionStatistic] :: VisualArtwork -> InteractionStatistic [interactivityType] :: VisualArtwork -> InteractivityType [isBasedOnUrl] :: VisualArtwork -> IsBasedOnUrl [isFamilyFriendly] :: VisualArtwork -> IsFamilyFriendly [isPartOf] :: VisualArtwork -> IsPartOf [keywords] :: VisualArtwork -> Keywords [learningResourceType] :: VisualArtwork -> LearningResourceType [license] :: VisualArtwork -> License [locationCreated] :: VisualArtwork -> LocationCreated [mainEntity] :: VisualArtwork -> MainEntity [mentions] :: VisualArtwork -> Mentions [offers] :: VisualArtwork -> Offers [position] :: VisualArtwork -> Position [producer] :: VisualArtwork -> Producer [provider] :: VisualArtwork -> Provider [publication] :: VisualArtwork -> Publication [publisher] :: VisualArtwork -> Publisher [publishingPrinciples] :: VisualArtwork -> PublishingPrinciples [recordedAt] :: VisualArtwork -> RecordedAt [releasedEvent] :: VisualArtwork -> ReleasedEvent [review] :: VisualArtwork -> Review [schemaVersion] :: VisualArtwork -> SchemaVersion [sourceOrganization] :: VisualArtwork -> SourceOrganization [text] :: VisualArtwork -> Text [thumbnailUrl] :: VisualArtwork -> ThumbnailUrl [timeRequired] :: VisualArtwork -> TimeRequired [translator] :: VisualArtwork -> Translator [typicalAgeRange] :: VisualArtwork -> TypicalAgeRange [version] :: VisualArtwork -> Version [video] :: VisualArtwork -> Video [workExample] :: VisualArtwork -> WorkExample [additionalType] :: VisualArtwork -> AdditionalType [alternateName] :: VisualArtwork -> AlternateName [description] :: VisualArtwork -> Description [image] :: VisualArtwork -> Image [mainEntityOfPage] :: VisualArtwork -> MainEntityOfPage [name] :: VisualArtwork -> Name [potentialAction] :: VisualArtwork -> PotentialAction [sameAs] :: VisualArtwork -> SameAs [url] :: VisualArtwork -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.VisualArtwork.VisualArtwork instance GHC.Read.Read Text.HTML5.MetaData.Schema.VisualArtwork.VisualArtwork instance GHC.Show.Show Text.HTML5.MetaData.Schema.VisualArtwork.VisualArtwork instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.VisualArtwork.VisualArtwork module Text.HTML5.MetaData.Schema.CreativeWorkSeason -- | A media season e.g. tv, radio, video game etc. -- -- data CreativeWorkSeason CreativeWorkSeason :: Actor -> Director -> EndDate -> Episode -> NumberOfEpisodes -> PartOfSeries -> ProductionCompany -> SeasonNumber -> StartDate -> Trailer -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> CreativeWorkSeason [actor] :: CreativeWorkSeason -> Actor [director] :: CreativeWorkSeason -> Director [endDate] :: CreativeWorkSeason -> EndDate [episode] :: CreativeWorkSeason -> Episode [numberOfEpisodes] :: CreativeWorkSeason -> NumberOfEpisodes [partOfSeries] :: CreativeWorkSeason -> PartOfSeries [productionCompany] :: CreativeWorkSeason -> ProductionCompany [seasonNumber] :: CreativeWorkSeason -> SeasonNumber [startDate] :: CreativeWorkSeason -> StartDate [trailer] :: CreativeWorkSeason -> Trailer [about] :: CreativeWorkSeason -> About [accessibilityAPI] :: CreativeWorkSeason -> AccessibilityAPI [accessibilityControl] :: CreativeWorkSeason -> AccessibilityControl [accessibilityFeature] :: CreativeWorkSeason -> AccessibilityFeature [accessibilityHazard] :: CreativeWorkSeason -> AccessibilityHazard [accountablePerson] :: CreativeWorkSeason -> AccountablePerson [aggregateRating] :: CreativeWorkSeason -> AggregateRating [alternativeHeadline] :: CreativeWorkSeason -> AlternativeHeadline [associatedMedia] :: CreativeWorkSeason -> AssociatedMedia [audience] :: CreativeWorkSeason -> Audience [audio] :: CreativeWorkSeason -> Audio [author] :: CreativeWorkSeason -> Author [award] :: CreativeWorkSeason -> Award [character] :: CreativeWorkSeason -> Character [citation] :: CreativeWorkSeason -> Citation [comment] :: CreativeWorkSeason -> Comment [commentCount] :: CreativeWorkSeason -> CommentCount [contentLocation] :: CreativeWorkSeason -> ContentLocation [contentRating] :: CreativeWorkSeason -> ContentRating [contributor] :: CreativeWorkSeason -> Contributor [copyrightHolder] :: CreativeWorkSeason -> CopyrightHolder [copyrightYear] :: CreativeWorkSeason -> CopyrightYear [creator] :: CreativeWorkSeason -> Creator [dateCreated] :: CreativeWorkSeason -> DateCreated [dateModified] :: CreativeWorkSeason -> DateModified [datePublished] :: CreativeWorkSeason -> DatePublished [discussionUrl] :: CreativeWorkSeason -> DiscussionUrl [editor] :: CreativeWorkSeason -> Editor [educationalAlignment] :: CreativeWorkSeason -> EducationalAlignment [educationalUse] :: CreativeWorkSeason -> EducationalUse [encoding] :: CreativeWorkSeason -> Encoding [exampleOfWork] :: CreativeWorkSeason -> ExampleOfWork [fileFormat] :: CreativeWorkSeason -> FileFormat [genre] :: CreativeWorkSeason -> Genre [hasPart] :: CreativeWorkSeason -> HasPart [headline] :: CreativeWorkSeason -> Headline [inLanguage] :: CreativeWorkSeason -> InLanguage [interactionStatistic] :: CreativeWorkSeason -> InteractionStatistic [interactivityType] :: CreativeWorkSeason -> InteractivityType [isBasedOnUrl] :: CreativeWorkSeason -> IsBasedOnUrl [isFamilyFriendly] :: CreativeWorkSeason -> IsFamilyFriendly [isPartOf] :: CreativeWorkSeason -> IsPartOf [keywords] :: CreativeWorkSeason -> Keywords [learningResourceType] :: CreativeWorkSeason -> LearningResourceType [license] :: CreativeWorkSeason -> License [locationCreated] :: CreativeWorkSeason -> LocationCreated [mainEntity] :: CreativeWorkSeason -> MainEntity [mentions] :: CreativeWorkSeason -> Mentions [offers] :: CreativeWorkSeason -> Offers [position] :: CreativeWorkSeason -> Position [producer] :: CreativeWorkSeason -> Producer [provider] :: CreativeWorkSeason -> Provider [publication] :: CreativeWorkSeason -> Publication [publisher] :: CreativeWorkSeason -> Publisher [publishingPrinciples] :: CreativeWorkSeason -> PublishingPrinciples [recordedAt] :: CreativeWorkSeason -> RecordedAt [releasedEvent] :: CreativeWorkSeason -> ReleasedEvent [review] :: CreativeWorkSeason -> Review [schemaVersion] :: CreativeWorkSeason -> SchemaVersion [sourceOrganization] :: CreativeWorkSeason -> SourceOrganization [text] :: CreativeWorkSeason -> Text [thumbnailUrl] :: CreativeWorkSeason -> ThumbnailUrl [timeRequired] :: CreativeWorkSeason -> TimeRequired [translator] :: CreativeWorkSeason -> Translator [typicalAgeRange] :: CreativeWorkSeason -> TypicalAgeRange [version] :: CreativeWorkSeason -> Version [video] :: CreativeWorkSeason -> Video [workExample] :: CreativeWorkSeason -> WorkExample [additionalType] :: CreativeWorkSeason -> AdditionalType [alternateName] :: CreativeWorkSeason -> AlternateName [description] :: CreativeWorkSeason -> Description [image] :: CreativeWorkSeason -> Image [mainEntityOfPage] :: CreativeWorkSeason -> MainEntityOfPage [name] :: CreativeWorkSeason -> Name [potentialAction] :: CreativeWorkSeason -> PotentialAction [sameAs] :: CreativeWorkSeason -> SameAs [url] :: CreativeWorkSeason -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.CreativeWorkSeason.CreativeWorkSeason instance GHC.Read.Read Text.HTML5.MetaData.Schema.CreativeWorkSeason.CreativeWorkSeason instance GHC.Show.Show Text.HTML5.MetaData.Schema.CreativeWorkSeason.CreativeWorkSeason instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.CreativeWorkSeason.CreativeWorkSeason module Text.HTML5.MetaData.Schema.RadioSeason -- | Season dedicated to radio broadcast and associated online delivery. -- -- data RadioSeason RadioSeason :: Actor -> Director -> EndDate -> Episode -> NumberOfEpisodes -> PartOfSeries -> ProductionCompany -> SeasonNumber -> StartDate -> Trailer -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> RadioSeason [actor] :: RadioSeason -> Actor [director] :: RadioSeason -> Director [endDate] :: RadioSeason -> EndDate [episode] :: RadioSeason -> Episode [numberOfEpisodes] :: RadioSeason -> NumberOfEpisodes [partOfSeries] :: RadioSeason -> PartOfSeries [productionCompany] :: RadioSeason -> ProductionCompany [seasonNumber] :: RadioSeason -> SeasonNumber [startDate] :: RadioSeason -> StartDate [trailer] :: RadioSeason -> Trailer [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 [character] :: RadioSeason -> Character [citation] :: RadioSeason -> Citation [comment] :: RadioSeason -> Comment [commentCount] :: RadioSeason -> CommentCount [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 [exampleOfWork] :: RadioSeason -> ExampleOfWork [fileFormat] :: RadioSeason -> FileFormat [genre] :: RadioSeason -> Genre [hasPart] :: RadioSeason -> HasPart [headline] :: RadioSeason -> Headline [inLanguage] :: RadioSeason -> InLanguage [interactionStatistic] :: RadioSeason -> InteractionStatistic [interactivityType] :: RadioSeason -> InteractivityType [isBasedOnUrl] :: RadioSeason -> IsBasedOnUrl [isFamilyFriendly] :: RadioSeason -> IsFamilyFriendly [isPartOf] :: RadioSeason -> IsPartOf [keywords] :: RadioSeason -> Keywords [learningResourceType] :: RadioSeason -> LearningResourceType [license] :: RadioSeason -> License [locationCreated] :: RadioSeason -> LocationCreated [mainEntity] :: RadioSeason -> MainEntity [mentions] :: RadioSeason -> Mentions [offers] :: RadioSeason -> Offers [position] :: RadioSeason -> Position [producer] :: RadioSeason -> Producer [provider] :: RadioSeason -> Provider [publication] :: RadioSeason -> Publication [publisher] :: RadioSeason -> Publisher [publishingPrinciples] :: RadioSeason -> PublishingPrinciples [recordedAt] :: RadioSeason -> RecordedAt [releasedEvent] :: RadioSeason -> ReleasedEvent [review] :: RadioSeason -> Review [schemaVersion] :: RadioSeason -> SchemaVersion [sourceOrganization] :: RadioSeason -> SourceOrganization [text] :: RadioSeason -> Text [thumbnailUrl] :: RadioSeason -> ThumbnailUrl [timeRequired] :: RadioSeason -> TimeRequired [translator] :: RadioSeason -> Translator [typicalAgeRange] :: RadioSeason -> TypicalAgeRange [version] :: RadioSeason -> Version [video] :: RadioSeason -> Video [workExample] :: RadioSeason -> WorkExample [additionalType] :: RadioSeason -> AdditionalType [alternateName] :: RadioSeason -> AlternateName [description] :: RadioSeason -> Description [image] :: RadioSeason -> Image [mainEntityOfPage] :: RadioSeason -> MainEntityOfPage [name] :: RadioSeason -> Name [potentialAction] :: RadioSeason -> PotentialAction [sameAs] :: RadioSeason -> SameAs [url] :: RadioSeason -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.RadioSeason.RadioSeason instance GHC.Read.Read Text.HTML5.MetaData.Schema.RadioSeason.RadioSeason instance GHC.Show.Show Text.HTML5.MetaData.Schema.RadioSeason.RadioSeason instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.RadioSeason.RadioSeason module Text.HTML5.MetaData.Schema.MovieSeries -- | A series of movies. Included movies can be indicated with the hasPart -- property. -- -- data MovieSeries MovieSeries :: Actor -> Director -> MusicBy -> ProductionCompany -> Trailer -> EndDate -> StartDate -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MovieSeries [actor] :: MovieSeries -> Actor [director] :: MovieSeries -> Director [musicBy] :: MovieSeries -> MusicBy [productionCompany] :: MovieSeries -> ProductionCompany [trailer] :: MovieSeries -> Trailer [endDate] :: MovieSeries -> EndDate [startDate] :: MovieSeries -> StartDate [about] :: MovieSeries -> About [accessibilityAPI] :: MovieSeries -> AccessibilityAPI [accessibilityControl] :: MovieSeries -> AccessibilityControl [accessibilityFeature] :: MovieSeries -> AccessibilityFeature [accessibilityHazard] :: MovieSeries -> AccessibilityHazard [accountablePerson] :: MovieSeries -> AccountablePerson [aggregateRating] :: MovieSeries -> AggregateRating [alternativeHeadline] :: MovieSeries -> AlternativeHeadline [associatedMedia] :: MovieSeries -> AssociatedMedia [audience] :: MovieSeries -> Audience [audio] :: MovieSeries -> Audio [author] :: MovieSeries -> Author [award] :: MovieSeries -> Award [character] :: MovieSeries -> Character [citation] :: MovieSeries -> Citation [comment] :: MovieSeries -> Comment [commentCount] :: MovieSeries -> CommentCount [contentLocation] :: MovieSeries -> ContentLocation [contentRating] :: MovieSeries -> ContentRating [contributor] :: MovieSeries -> Contributor [copyrightHolder] :: MovieSeries -> CopyrightHolder [copyrightYear] :: MovieSeries -> CopyrightYear [creator] :: MovieSeries -> Creator [dateCreated] :: MovieSeries -> DateCreated [dateModified] :: MovieSeries -> DateModified [datePublished] :: MovieSeries -> DatePublished [discussionUrl] :: MovieSeries -> DiscussionUrl [editor] :: MovieSeries -> Editor [educationalAlignment] :: MovieSeries -> EducationalAlignment [educationalUse] :: MovieSeries -> EducationalUse [encoding] :: MovieSeries -> Encoding [exampleOfWork] :: MovieSeries -> ExampleOfWork [fileFormat] :: MovieSeries -> FileFormat [genre] :: MovieSeries -> Genre [hasPart] :: MovieSeries -> HasPart [headline] :: MovieSeries -> Headline [inLanguage] :: MovieSeries -> InLanguage [interactionStatistic] :: MovieSeries -> InteractionStatistic [interactivityType] :: MovieSeries -> InteractivityType [isBasedOnUrl] :: MovieSeries -> IsBasedOnUrl [isFamilyFriendly] :: MovieSeries -> IsFamilyFriendly [isPartOf] :: MovieSeries -> IsPartOf [keywords] :: MovieSeries -> Keywords [learningResourceType] :: MovieSeries -> LearningResourceType [license] :: MovieSeries -> License [locationCreated] :: MovieSeries -> LocationCreated [mainEntity] :: MovieSeries -> MainEntity [mentions] :: MovieSeries -> Mentions [offers] :: MovieSeries -> Offers [position] :: MovieSeries -> Position [producer] :: MovieSeries -> Producer [provider] :: MovieSeries -> Provider [publication] :: MovieSeries -> Publication [publisher] :: MovieSeries -> Publisher [publishingPrinciples] :: MovieSeries -> PublishingPrinciples [recordedAt] :: MovieSeries -> RecordedAt [releasedEvent] :: MovieSeries -> ReleasedEvent [review] :: MovieSeries -> Review [schemaVersion] :: MovieSeries -> SchemaVersion [sourceOrganization] :: MovieSeries -> SourceOrganization [text] :: MovieSeries -> Text [thumbnailUrl] :: MovieSeries -> ThumbnailUrl [timeRequired] :: MovieSeries -> TimeRequired [translator] :: MovieSeries -> Translator [typicalAgeRange] :: MovieSeries -> TypicalAgeRange [version] :: MovieSeries -> Version [video] :: MovieSeries -> Video [workExample] :: MovieSeries -> WorkExample [additionalType] :: MovieSeries -> AdditionalType [alternateName] :: MovieSeries -> AlternateName [description] :: MovieSeries -> Description [image] :: MovieSeries -> Image [mainEntityOfPage] :: MovieSeries -> MainEntityOfPage [name] :: MovieSeries -> Name [potentialAction] :: MovieSeries -> PotentialAction [sameAs] :: MovieSeries -> SameAs [url] :: MovieSeries -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MovieSeries.MovieSeries instance GHC.Read.Read Text.HTML5.MetaData.Schema.MovieSeries.MovieSeries instance GHC.Show.Show Text.HTML5.MetaData.Schema.MovieSeries.MovieSeries instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MovieSeries.MovieSeries module Text.HTML5.MetaData.Schema.Periodical -- | A publication in any medium issued in successive parts bearing -- numerical or chronological designations and intended, such as a -- magazine, scholarly journal, or newspaper to continue indefinitely. -- See also blog post. -- -- data Periodical Periodical :: Issn -> EndDate -> StartDate -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Periodical [issn] :: Periodical -> Issn [endDate] :: Periodical -> EndDate [startDate] :: Periodical -> StartDate [about] :: Periodical -> About [accessibilityAPI] :: Periodical -> AccessibilityAPI [accessibilityControl] :: Periodical -> AccessibilityControl [accessibilityFeature] :: Periodical -> AccessibilityFeature [accessibilityHazard] :: Periodical -> AccessibilityHazard [accountablePerson] :: Periodical -> AccountablePerson [aggregateRating] :: Periodical -> AggregateRating [alternativeHeadline] :: Periodical -> AlternativeHeadline [associatedMedia] :: Periodical -> AssociatedMedia [audience] :: Periodical -> Audience [audio] :: Periodical -> Audio [author] :: Periodical -> Author [award] :: Periodical -> Award [character] :: Periodical -> Character [citation] :: Periodical -> Citation [comment] :: Periodical -> Comment [commentCount] :: Periodical -> CommentCount [contentLocation] :: Periodical -> ContentLocation [contentRating] :: Periodical -> ContentRating [contributor] :: Periodical -> Contributor [copyrightHolder] :: Periodical -> CopyrightHolder [copyrightYear] :: Periodical -> CopyrightYear [creator] :: Periodical -> Creator [dateCreated] :: Periodical -> DateCreated [dateModified] :: Periodical -> DateModified [datePublished] :: Periodical -> DatePublished [discussionUrl] :: Periodical -> DiscussionUrl [editor] :: Periodical -> Editor [educationalAlignment] :: Periodical -> EducationalAlignment [educationalUse] :: Periodical -> EducationalUse [encoding] :: Periodical -> Encoding [exampleOfWork] :: Periodical -> ExampleOfWork [fileFormat] :: Periodical -> FileFormat [genre] :: Periodical -> Genre [hasPart] :: Periodical -> HasPart [headline] :: Periodical -> Headline [inLanguage] :: Periodical -> InLanguage [interactionStatistic] :: Periodical -> InteractionStatistic [interactivityType] :: Periodical -> InteractivityType [isBasedOnUrl] :: Periodical -> IsBasedOnUrl [isFamilyFriendly] :: Periodical -> IsFamilyFriendly [isPartOf] :: Periodical -> IsPartOf [keywords] :: Periodical -> Keywords [learningResourceType] :: Periodical -> LearningResourceType [license] :: Periodical -> License [locationCreated] :: Periodical -> LocationCreated [mainEntity] :: Periodical -> MainEntity [mentions] :: Periodical -> Mentions [offers] :: Periodical -> Offers [position] :: Periodical -> Position [producer] :: Periodical -> Producer [provider] :: Periodical -> Provider [publication] :: Periodical -> Publication [publisher] :: Periodical -> Publisher [publishingPrinciples] :: Periodical -> PublishingPrinciples [recordedAt] :: Periodical -> RecordedAt [releasedEvent] :: Periodical -> ReleasedEvent [review] :: Periodical -> Review [schemaVersion] :: Periodical -> SchemaVersion [sourceOrganization] :: Periodical -> SourceOrganization [text] :: Periodical -> Text [thumbnailUrl] :: Periodical -> ThumbnailUrl [timeRequired] :: Periodical -> TimeRequired [translator] :: Periodical -> Translator [typicalAgeRange] :: Periodical -> TypicalAgeRange [version] :: Periodical -> Version [video] :: Periodical -> Video [workExample] :: Periodical -> WorkExample [additionalType] :: Periodical -> AdditionalType [alternateName] :: Periodical -> AlternateName [description] :: Periodical -> Description [image] :: Periodical -> Image [mainEntityOfPage] :: Periodical -> MainEntityOfPage [name] :: Periodical -> Name [potentialAction] :: Periodical -> PotentialAction [sameAs] :: Periodical -> SameAs [url] :: Periodical -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Periodical.Periodical instance GHC.Read.Read Text.HTML5.MetaData.Schema.Periodical.Periodical instance GHC.Show.Show Text.HTML5.MetaData.Schema.Periodical.Periodical instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Periodical.Periodical module Text.HTML5.MetaData.Schema.RadioSeries -- | CreativeWorkSeries dedicated to radio broadcast and associated online -- delivery. -- -- data RadioSeries RadioSeries :: Actor -> ContainsSeason -> Director -> Episode -> MusicBy -> NumberOfEpisodes -> NumberOfSeasons -> ProductionCompany -> Trailer -> EndDate -> StartDate -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> RadioSeries [actor] :: RadioSeries -> Actor [containsSeason] :: RadioSeries -> ContainsSeason [director] :: RadioSeries -> Director [episode] :: RadioSeries -> Episode [musicBy] :: RadioSeries -> MusicBy [numberOfEpisodes] :: RadioSeries -> NumberOfEpisodes [numberOfSeasons] :: RadioSeries -> NumberOfSeasons [productionCompany] :: RadioSeries -> ProductionCompany [trailer] :: RadioSeries -> Trailer [endDate] :: RadioSeries -> EndDate [startDate] :: RadioSeries -> StartDate [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 [character] :: RadioSeries -> Character [citation] :: RadioSeries -> Citation [comment] :: RadioSeries -> Comment [commentCount] :: RadioSeries -> CommentCount [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 [exampleOfWork] :: RadioSeries -> ExampleOfWork [fileFormat] :: RadioSeries -> FileFormat [genre] :: RadioSeries -> Genre [hasPart] :: RadioSeries -> HasPart [headline] :: RadioSeries -> Headline [inLanguage] :: RadioSeries -> InLanguage [interactionStatistic] :: RadioSeries -> InteractionStatistic [interactivityType] :: RadioSeries -> InteractivityType [isBasedOnUrl] :: RadioSeries -> IsBasedOnUrl [isFamilyFriendly] :: RadioSeries -> IsFamilyFriendly [isPartOf] :: RadioSeries -> IsPartOf [keywords] :: RadioSeries -> Keywords [learningResourceType] :: RadioSeries -> LearningResourceType [license] :: RadioSeries -> License [locationCreated] :: RadioSeries -> LocationCreated [mainEntity] :: RadioSeries -> MainEntity [mentions] :: RadioSeries -> Mentions [offers] :: RadioSeries -> Offers [position] :: RadioSeries -> Position [producer] :: RadioSeries -> Producer [provider] :: RadioSeries -> Provider [publication] :: RadioSeries -> Publication [publisher] :: RadioSeries -> Publisher [publishingPrinciples] :: RadioSeries -> PublishingPrinciples [recordedAt] :: RadioSeries -> RecordedAt [releasedEvent] :: RadioSeries -> ReleasedEvent [review] :: RadioSeries -> Review [schemaVersion] :: RadioSeries -> SchemaVersion [sourceOrganization] :: RadioSeries -> SourceOrganization [text] :: RadioSeries -> Text [thumbnailUrl] :: RadioSeries -> ThumbnailUrl [timeRequired] :: RadioSeries -> TimeRequired [translator] :: RadioSeries -> Translator [typicalAgeRange] :: RadioSeries -> TypicalAgeRange [version] :: RadioSeries -> Version [video] :: RadioSeries -> Video [workExample] :: RadioSeries -> WorkExample [additionalType] :: RadioSeries -> AdditionalType [alternateName] :: RadioSeries -> AlternateName [description] :: RadioSeries -> Description [image] :: RadioSeries -> Image [mainEntityOfPage] :: RadioSeries -> MainEntityOfPage [name] :: RadioSeries -> Name [potentialAction] :: RadioSeries -> PotentialAction [sameAs] :: RadioSeries -> SameAs [url] :: RadioSeries -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.RadioSeries.RadioSeries instance GHC.Read.Read Text.HTML5.MetaData.Schema.RadioSeries.RadioSeries instance GHC.Show.Show Text.HTML5.MetaData.Schema.RadioSeries.RadioSeries instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.RadioSeries.RadioSeries module Text.HTML5.MetaData.Schema.CreativeWorkSeries -- | A CreativeWorkSeries in schema.org is a group of related items, -- typically but not necessarily of the same kind. CreativeWorkSeries are -- usually organized into some order, often chronological. Unlike -- ItemList which is a general purpose data structure for lists of -- things, the emphasis with CreativeWorkSeries is on published materials -- (written e.g. books and periodicals, or media such as tv, radio and -- games). Specific subtypes are available for describing TVSeries, -- RadioSeries, MovieSeries, BookSeries, Periodical and VideoGameSeries. -- In each case, the hasPart / isPartOf properties can be used to relate -- the CreativeWorkSeries to its parts. The general CreativeWorkSeries -- type serves largely just to organize these more specific and practical -- subtypes. It is common for properties applicable to an item from the -- series to be usefully applied to the containing group. Schema.org -- attempts to anticipate some of these cases, but publishers should be -- free to apply properties of the series parts to the series as a whole -- wherever they seem appropriate. -- -- data CreativeWorkSeries CreativeWorkSeries :: EndDate -> StartDate -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> CreativeWorkSeries [endDate] :: CreativeWorkSeries -> EndDate [startDate] :: CreativeWorkSeries -> StartDate [about] :: CreativeWorkSeries -> About [accessibilityAPI] :: CreativeWorkSeries -> AccessibilityAPI [accessibilityControl] :: CreativeWorkSeries -> AccessibilityControl [accessibilityFeature] :: CreativeWorkSeries -> AccessibilityFeature [accessibilityHazard] :: CreativeWorkSeries -> AccessibilityHazard [accountablePerson] :: CreativeWorkSeries -> AccountablePerson [aggregateRating] :: CreativeWorkSeries -> AggregateRating [alternativeHeadline] :: CreativeWorkSeries -> AlternativeHeadline [associatedMedia] :: CreativeWorkSeries -> AssociatedMedia [audience] :: CreativeWorkSeries -> Audience [audio] :: CreativeWorkSeries -> Audio [author] :: CreativeWorkSeries -> Author [award] :: CreativeWorkSeries -> Award [character] :: CreativeWorkSeries -> Character [citation] :: CreativeWorkSeries -> Citation [comment] :: CreativeWorkSeries -> Comment [commentCount] :: CreativeWorkSeries -> CommentCount [contentLocation] :: CreativeWorkSeries -> ContentLocation [contentRating] :: CreativeWorkSeries -> ContentRating [contributor] :: CreativeWorkSeries -> Contributor [copyrightHolder] :: CreativeWorkSeries -> CopyrightHolder [copyrightYear] :: CreativeWorkSeries -> CopyrightYear [creator] :: CreativeWorkSeries -> Creator [dateCreated] :: CreativeWorkSeries -> DateCreated [dateModified] :: CreativeWorkSeries -> DateModified [datePublished] :: CreativeWorkSeries -> DatePublished [discussionUrl] :: CreativeWorkSeries -> DiscussionUrl [editor] :: CreativeWorkSeries -> Editor [educationalAlignment] :: CreativeWorkSeries -> EducationalAlignment [educationalUse] :: CreativeWorkSeries -> EducationalUse [encoding] :: CreativeWorkSeries -> Encoding [exampleOfWork] :: CreativeWorkSeries -> ExampleOfWork [fileFormat] :: CreativeWorkSeries -> FileFormat [genre] :: CreativeWorkSeries -> Genre [hasPart] :: CreativeWorkSeries -> HasPart [headline] :: CreativeWorkSeries -> Headline [inLanguage] :: CreativeWorkSeries -> InLanguage [interactionStatistic] :: CreativeWorkSeries -> InteractionStatistic [interactivityType] :: CreativeWorkSeries -> InteractivityType [isBasedOnUrl] :: CreativeWorkSeries -> IsBasedOnUrl [isFamilyFriendly] :: CreativeWorkSeries -> IsFamilyFriendly [isPartOf] :: CreativeWorkSeries -> IsPartOf [keywords] :: CreativeWorkSeries -> Keywords [learningResourceType] :: CreativeWorkSeries -> LearningResourceType [license] :: CreativeWorkSeries -> License [locationCreated] :: CreativeWorkSeries -> LocationCreated [mainEntity] :: CreativeWorkSeries -> MainEntity [mentions] :: CreativeWorkSeries -> Mentions [offers] :: CreativeWorkSeries -> Offers [position] :: CreativeWorkSeries -> Position [producer] :: CreativeWorkSeries -> Producer [provider] :: CreativeWorkSeries -> Provider [publication] :: CreativeWorkSeries -> Publication [publisher] :: CreativeWorkSeries -> Publisher [publishingPrinciples] :: CreativeWorkSeries -> PublishingPrinciples [recordedAt] :: CreativeWorkSeries -> RecordedAt [releasedEvent] :: CreativeWorkSeries -> ReleasedEvent [review] :: CreativeWorkSeries -> Review [schemaVersion] :: CreativeWorkSeries -> SchemaVersion [sourceOrganization] :: CreativeWorkSeries -> SourceOrganization [text] :: CreativeWorkSeries -> Text [thumbnailUrl] :: CreativeWorkSeries -> ThumbnailUrl [timeRequired] :: CreativeWorkSeries -> TimeRequired [translator] :: CreativeWorkSeries -> Translator [typicalAgeRange] :: CreativeWorkSeries -> TypicalAgeRange [version] :: CreativeWorkSeries -> Version [video] :: CreativeWorkSeries -> Video [workExample] :: CreativeWorkSeries -> WorkExample [additionalType] :: CreativeWorkSeries -> AdditionalType [alternateName] :: CreativeWorkSeries -> AlternateName [description] :: CreativeWorkSeries -> Description [image] :: CreativeWorkSeries -> Image [mainEntityOfPage] :: CreativeWorkSeries -> MainEntityOfPage [name] :: CreativeWorkSeries -> Name [potentialAction] :: CreativeWorkSeries -> PotentialAction [sameAs] :: CreativeWorkSeries -> SameAs [url] :: CreativeWorkSeries -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.CreativeWorkSeries.CreativeWorkSeries instance GHC.Read.Read Text.HTML5.MetaData.Schema.CreativeWorkSeries.CreativeWorkSeries instance GHC.Show.Show Text.HTML5.MetaData.Schema.CreativeWorkSeries.CreativeWorkSeries instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.CreativeWorkSeries.CreativeWorkSeries module Text.HTML5.MetaData.Schema.VideoGameSeries -- | A video game series. -- -- data VideoGameSeries VideoGameSeries :: Actor -> CharacterAttribute -> CheatCode -> ContainsSeason -> Director -> Episode -> GameItem -> GameLocation -> GamePlatform -> MusicBy -> NumberOfEpisodes -> NumberOfPlayers -> NumberOfSeasons -> PlayMode -> ProductionCompany -> Quest -> Trailer -> EndDate -> StartDate -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> VideoGameSeries [actor] :: VideoGameSeries -> Actor [characterAttribute] :: VideoGameSeries -> CharacterAttribute [cheatCode] :: VideoGameSeries -> CheatCode [containsSeason] :: VideoGameSeries -> ContainsSeason [director] :: VideoGameSeries -> Director [episode] :: VideoGameSeries -> Episode [gameItem] :: VideoGameSeries -> GameItem [gameLocation] :: VideoGameSeries -> GameLocation [gamePlatform] :: VideoGameSeries -> GamePlatform [musicBy] :: VideoGameSeries -> MusicBy [numberOfEpisodes] :: VideoGameSeries -> NumberOfEpisodes [numberOfPlayers] :: VideoGameSeries -> NumberOfPlayers [numberOfSeasons] :: VideoGameSeries -> NumberOfSeasons [playMode] :: VideoGameSeries -> PlayMode [productionCompany] :: VideoGameSeries -> ProductionCompany [quest] :: VideoGameSeries -> Quest [trailer] :: VideoGameSeries -> Trailer [endDate] :: VideoGameSeries -> EndDate [startDate] :: VideoGameSeries -> StartDate [about] :: VideoGameSeries -> About [accessibilityAPI] :: VideoGameSeries -> AccessibilityAPI [accessibilityControl] :: VideoGameSeries -> AccessibilityControl [accessibilityFeature] :: VideoGameSeries -> AccessibilityFeature [accessibilityHazard] :: VideoGameSeries -> AccessibilityHazard [accountablePerson] :: VideoGameSeries -> AccountablePerson [aggregateRating] :: VideoGameSeries -> AggregateRating [alternativeHeadline] :: VideoGameSeries -> AlternativeHeadline [associatedMedia] :: VideoGameSeries -> AssociatedMedia [audience] :: VideoGameSeries -> Audience [audio] :: VideoGameSeries -> Audio [author] :: VideoGameSeries -> Author [award] :: VideoGameSeries -> Award [character] :: VideoGameSeries -> Character [citation] :: VideoGameSeries -> Citation [comment] :: VideoGameSeries -> Comment [commentCount] :: VideoGameSeries -> CommentCount [contentLocation] :: VideoGameSeries -> ContentLocation [contentRating] :: VideoGameSeries -> ContentRating [contributor] :: VideoGameSeries -> Contributor [copyrightHolder] :: VideoGameSeries -> CopyrightHolder [copyrightYear] :: VideoGameSeries -> CopyrightYear [creator] :: VideoGameSeries -> Creator [dateCreated] :: VideoGameSeries -> DateCreated [dateModified] :: VideoGameSeries -> DateModified [datePublished] :: VideoGameSeries -> DatePublished [discussionUrl] :: VideoGameSeries -> DiscussionUrl [editor] :: VideoGameSeries -> Editor [educationalAlignment] :: VideoGameSeries -> EducationalAlignment [educationalUse] :: VideoGameSeries -> EducationalUse [encoding] :: VideoGameSeries -> Encoding [exampleOfWork] :: VideoGameSeries -> ExampleOfWork [fileFormat] :: VideoGameSeries -> FileFormat [genre] :: VideoGameSeries -> Genre [hasPart] :: VideoGameSeries -> HasPart [headline] :: VideoGameSeries -> Headline [inLanguage] :: VideoGameSeries -> InLanguage [interactionStatistic] :: VideoGameSeries -> InteractionStatistic [interactivityType] :: VideoGameSeries -> InteractivityType [isBasedOnUrl] :: VideoGameSeries -> IsBasedOnUrl [isFamilyFriendly] :: VideoGameSeries -> IsFamilyFriendly [isPartOf] :: VideoGameSeries -> IsPartOf [keywords] :: VideoGameSeries -> Keywords [learningResourceType] :: VideoGameSeries -> LearningResourceType [license] :: VideoGameSeries -> License [locationCreated] :: VideoGameSeries -> LocationCreated [mainEntity] :: VideoGameSeries -> MainEntity [mentions] :: VideoGameSeries -> Mentions [offers] :: VideoGameSeries -> Offers [position] :: VideoGameSeries -> Position [producer] :: VideoGameSeries -> Producer [provider] :: VideoGameSeries -> Provider [publication] :: VideoGameSeries -> Publication [publisher] :: VideoGameSeries -> Publisher [publishingPrinciples] :: VideoGameSeries -> PublishingPrinciples [recordedAt] :: VideoGameSeries -> RecordedAt [releasedEvent] :: VideoGameSeries -> ReleasedEvent [review] :: VideoGameSeries -> Review [schemaVersion] :: VideoGameSeries -> SchemaVersion [sourceOrganization] :: VideoGameSeries -> SourceOrganization [text] :: VideoGameSeries -> Text [thumbnailUrl] :: VideoGameSeries -> ThumbnailUrl [timeRequired] :: VideoGameSeries -> TimeRequired [translator] :: VideoGameSeries -> Translator [typicalAgeRange] :: VideoGameSeries -> TypicalAgeRange [version] :: VideoGameSeries -> Version [video] :: VideoGameSeries -> Video [workExample] :: VideoGameSeries -> WorkExample [additionalType] :: VideoGameSeries -> AdditionalType [alternateName] :: VideoGameSeries -> AlternateName [description] :: VideoGameSeries -> Description [image] :: VideoGameSeries -> Image [mainEntityOfPage] :: VideoGameSeries -> MainEntityOfPage [name] :: VideoGameSeries -> Name [potentialAction] :: VideoGameSeries -> PotentialAction [sameAs] :: VideoGameSeries -> SameAs [url] :: VideoGameSeries -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.VideoGameSeries.VideoGameSeries instance GHC.Read.Read Text.HTML5.MetaData.Schema.VideoGameSeries.VideoGameSeries instance GHC.Show.Show Text.HTML5.MetaData.Schema.VideoGameSeries.VideoGameSeries instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.VideoGameSeries.VideoGameSeries module Text.HTML5.MetaData.Schema.PaymentMethod -- | A payment method is a standardized procedure for transferring the -- monetary amount for a purchase. Payment methods are characterized by -- the legal and technical structures used, and by the organization or -- group carrying out the transaction. Commonly used values: -- http://purl.org/goodrelations/v1#ByBankTransferInAdvance -- http://purl.org/goodrelations/v1#ByInvoice -- http://purl.org/goodrelations/v1#Cash -- http://purl.org/goodrelations/v1#CheckInAdvance -- http://purl.org/goodrelations/v1#COD -- http://purl.org/goodrelations/v1#DirectDebit -- http://purl.org/goodrelations/v1#GoogleCheckout -- http://purl.org/goodrelations/v1#PayPal -- http://purl.org/goodrelations/v1#PaySwarm -- -- data PaymentMethod PaymentMethod :: SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PaymentMethod [supersededBy] :: PaymentMethod -> SupersededBy [additionalType] :: PaymentMethod -> AdditionalType [alternateName] :: PaymentMethod -> AlternateName [description] :: PaymentMethod -> Description [image] :: PaymentMethod -> Image [mainEntityOfPage] :: PaymentMethod -> MainEntityOfPage [name] :: PaymentMethod -> Name [potentialAction] :: PaymentMethod -> PotentialAction [sameAs] :: PaymentMethod -> SameAs [url] :: PaymentMethod -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PaymentMethod.PaymentMethod instance GHC.Read.Read Text.HTML5.MetaData.Schema.PaymentMethod.PaymentMethod instance GHC.Show.Show Text.HTML5.MetaData.Schema.PaymentMethod.PaymentMethod instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PaymentMethod.PaymentMethod module Text.HTML5.MetaData.Schema.CreditCard -- | A credit or debit card type as a standardized procedure for -- transferring the monetary amount for a purchase. Commonly used values: -- http://purl.org/goodrelations/v1#AmericanExpress -- http://purl.org/goodrelations/v1#DinersClub -- http://purl.org/goodrelations/v1#Discover -- http://purl.org/goodrelations/v1#JCB -- http://purl.org/goodrelations/v1#MasterCard -- http://purl.org/goodrelations/v1#VISA -- -- data CreditCard CreditCard :: SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> CreditCard [supersededBy] :: CreditCard -> SupersededBy [additionalType] :: CreditCard -> AdditionalType [alternateName] :: CreditCard -> AlternateName [description] :: CreditCard -> Description [image] :: CreditCard -> Image [mainEntityOfPage] :: CreditCard -> MainEntityOfPage [name] :: CreditCard -> Name [potentialAction] :: CreditCard -> PotentialAction [sameAs] :: CreditCard -> SameAs [url] :: CreditCard -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.CreditCard.CreditCard instance GHC.Read.Read Text.HTML5.MetaData.Schema.CreditCard.CreditCard instance GHC.Show.Show Text.HTML5.MetaData.Schema.CreditCard.CreditCard instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.CreditCard.CreditCard module Text.HTML5.MetaData.Schema.DDxElement -- | An alternative, closely-related condition typically considered later -- in the differential diagnosis process along with the signs that are -- used to distinguish it. -- -- data DDxElement DDxElement :: Diagnosis -> DistinguishingSign -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DDxElement [diagnosis] :: DDxElement -> Diagnosis [distinguishingSign] :: DDxElement -> DistinguishingSign [code] :: DDxElement -> Code [guideline] :: DDxElement -> Guideline [medicineSystem] :: DDxElement -> MedicineSystem [recognizingAuthority] :: DDxElement -> RecognizingAuthority [relevantSpecialty] :: DDxElement -> RelevantSpecialty [study] :: DDxElement -> Study [additionalType] :: DDxElement -> AdditionalType [alternateName] :: DDxElement -> AlternateName [description] :: DDxElement -> Description [image] :: DDxElement -> Image [mainEntityOfPage] :: DDxElement -> MainEntityOfPage [name] :: DDxElement -> Name [potentialAction] :: DDxElement -> PotentialAction [sameAs] :: DDxElement -> SameAs [url] :: DDxElement -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DDxElement.DDxElement instance GHC.Read.Read Text.HTML5.MetaData.Schema.DDxElement.DDxElement instance GHC.Show.Show Text.HTML5.MetaData.Schema.DDxElement.DDxElement instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DDxElement.DDxElement module Text.HTML5.MetaData.Schema.DrugCost -- | The cost per unit of a medical drug. Note that this type is not meant -- to represent the price in an offer of a drug for sale; see the Offer -- type for that. This type will typically be used to tag wholesale or -- average retail cost of a drug, or maximum reimbursable cost. Costs of -- medical drugs vary widely depending on how and where they are paid -- for, so while this type captures some of the variables, costs should -- be used with caution by consumers of this schema's markup. -- -- data DrugCost DrugCost :: ApplicableLocation -> CostCategory -> CostCurrency -> CostOrigin -> CostPerUnit -> DrugUnit -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DrugCost [applicableLocation] :: DrugCost -> ApplicableLocation [costCategory] :: DrugCost -> CostCategory [costCurrency] :: DrugCost -> CostCurrency [costOrigin] :: DrugCost -> CostOrigin [costPerUnit] :: DrugCost -> CostPerUnit [drugUnit] :: DrugCost -> DrugUnit [code] :: DrugCost -> Code [guideline] :: DrugCost -> Guideline [medicineSystem] :: DrugCost -> MedicineSystem [recognizingAuthority] :: DrugCost -> RecognizingAuthority [relevantSpecialty] :: DrugCost -> RelevantSpecialty [study] :: DrugCost -> Study [additionalType] :: DrugCost -> AdditionalType [alternateName] :: DrugCost -> AlternateName [description] :: DrugCost -> Description [image] :: DrugCost -> Image [mainEntityOfPage] :: DrugCost -> MainEntityOfPage [name] :: DrugCost -> Name [potentialAction] :: DrugCost -> PotentialAction [sameAs] :: DrugCost -> SameAs [url] :: DrugCost -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DrugCost.DrugCost instance GHC.Read.Read Text.HTML5.MetaData.Schema.DrugCost.DrugCost instance GHC.Show.Show Text.HTML5.MetaData.Schema.DrugCost.DrugCost instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DrugCost.DrugCost module Text.HTML5.MetaData.Schema.DrugLegalStatus -- | The legal availability status of a medical drug. -- -- data DrugLegalStatus DrugLegalStatus :: ApplicableLocation -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DrugLegalStatus [applicableLocation] :: DrugLegalStatus -> ApplicableLocation [code] :: DrugLegalStatus -> Code [guideline] :: DrugLegalStatus -> Guideline [medicineSystem] :: DrugLegalStatus -> MedicineSystem [recognizingAuthority] :: DrugLegalStatus -> RecognizingAuthority [relevantSpecialty] :: DrugLegalStatus -> RelevantSpecialty [study] :: DrugLegalStatus -> Study [additionalType] :: DrugLegalStatus -> AdditionalType [alternateName] :: DrugLegalStatus -> AlternateName [description] :: DrugLegalStatus -> Description [image] :: DrugLegalStatus -> Image [mainEntityOfPage] :: DrugLegalStatus -> MainEntityOfPage [name] :: DrugLegalStatus -> Name [potentialAction] :: DrugLegalStatus -> PotentialAction [sameAs] :: DrugLegalStatus -> SameAs [url] :: DrugLegalStatus -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DrugLegalStatus.DrugLegalStatus instance GHC.Read.Read Text.HTML5.MetaData.Schema.DrugLegalStatus.DrugLegalStatus instance GHC.Show.Show Text.HTML5.MetaData.Schema.DrugLegalStatus.DrugLegalStatus instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DrugLegalStatus.DrugLegalStatus module Text.HTML5.MetaData.Schema.DrugStrength -- | A specific strength in which a medical drug is available in a specific -- country. -- -- data DrugStrength DrugStrength :: ActiveIngredient -> AvailableIn -> StrengthUnit -> StrengthValue -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DrugStrength [activeIngredient] :: DrugStrength -> ActiveIngredient [availableIn] :: DrugStrength -> AvailableIn [strengthUnit] :: DrugStrength -> StrengthUnit [strengthValue] :: DrugStrength -> StrengthValue [code] :: DrugStrength -> Code [guideline] :: DrugStrength -> Guideline [medicineSystem] :: DrugStrength -> MedicineSystem [recognizingAuthority] :: DrugStrength -> RecognizingAuthority [relevantSpecialty] :: DrugStrength -> RelevantSpecialty [study] :: DrugStrength -> Study [additionalType] :: DrugStrength -> AdditionalType [alternateName] :: DrugStrength -> AlternateName [description] :: DrugStrength -> Description [image] :: DrugStrength -> Image [mainEntityOfPage] :: DrugStrength -> MainEntityOfPage [name] :: DrugStrength -> Name [potentialAction] :: DrugStrength -> PotentialAction [sameAs] :: DrugStrength -> SameAs [url] :: DrugStrength -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DrugStrength.DrugStrength instance GHC.Read.Read Text.HTML5.MetaData.Schema.DrugStrength.DrugStrength instance GHC.Show.Show Text.HTML5.MetaData.Schema.DrugStrength.DrugStrength instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DrugStrength.DrugStrength module Text.HTML5.MetaData.Schema.MaximumDoseSchedule -- | The maximum dosing schedule considered safe for a drug or supplement -- as recommended by an authority or by the drug/supplement's -- manufacturer. Capture the recommending authority in the -- recognizingAuthority property of MedicalEntity. -- -- data MaximumDoseSchedule MaximumDoseSchedule :: DoseUnit -> DoseValue -> Frequency -> TargetPopulation -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MaximumDoseSchedule [doseUnit] :: MaximumDoseSchedule -> DoseUnit [doseValue] :: MaximumDoseSchedule -> DoseValue [frequency] :: MaximumDoseSchedule -> Frequency [targetPopulation] :: MaximumDoseSchedule -> TargetPopulation [code] :: MaximumDoseSchedule -> Code [guideline] :: MaximumDoseSchedule -> Guideline [medicineSystem] :: MaximumDoseSchedule -> MedicineSystem [recognizingAuthority] :: MaximumDoseSchedule -> RecognizingAuthority [relevantSpecialty] :: MaximumDoseSchedule -> RelevantSpecialty [study] :: MaximumDoseSchedule -> Study [additionalType] :: MaximumDoseSchedule -> AdditionalType [alternateName] :: MaximumDoseSchedule -> AlternateName [description] :: MaximumDoseSchedule -> Description [image] :: MaximumDoseSchedule -> Image [mainEntityOfPage] :: MaximumDoseSchedule -> MainEntityOfPage [name] :: MaximumDoseSchedule -> Name [potentialAction] :: MaximumDoseSchedule -> PotentialAction [sameAs] :: MaximumDoseSchedule -> SameAs [url] :: MaximumDoseSchedule -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MaximumDoseSchedule.MaximumDoseSchedule instance GHC.Read.Read Text.HTML5.MetaData.Schema.MaximumDoseSchedule.MaximumDoseSchedule instance GHC.Show.Show Text.HTML5.MetaData.Schema.MaximumDoseSchedule.MaximumDoseSchedule instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MaximumDoseSchedule.MaximumDoseSchedule module Text.HTML5.MetaData.Schema.MedicalCode -- | A code for a medical entity. -- -- data MedicalCode MedicalCode :: CodeValue -> CodingSystem -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalCode [codeValue] :: MedicalCode -> CodeValue [codingSystem] :: MedicalCode -> CodingSystem [code] :: MedicalCode -> Code [guideline] :: MedicalCode -> Guideline [medicineSystem] :: MedicalCode -> MedicineSystem [recognizingAuthority] :: MedicalCode -> RecognizingAuthority [relevantSpecialty] :: MedicalCode -> RelevantSpecialty [study] :: MedicalCode -> Study [additionalType] :: MedicalCode -> AdditionalType [alternateName] :: MedicalCode -> AlternateName [description] :: MedicalCode -> Description [image] :: MedicalCode -> Image [mainEntityOfPage] :: MedicalCode -> MainEntityOfPage [name] :: MedicalCode -> Name [potentialAction] :: MedicalCode -> PotentialAction [sameAs] :: MedicalCode -> SameAs [url] :: MedicalCode -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalCode.MedicalCode instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalCode.MedicalCode instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalCode.MedicalCode instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalCode.MedicalCode module Text.HTML5.MetaData.Schema.MedicalConditionStage -- | A stage of a medical condition, such as 'Stage IIIa'. -- -- data MedicalConditionStage MedicalConditionStage :: StageAsNumber -> SubStageSuffix -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalConditionStage [stageAsNumber] :: MedicalConditionStage -> StageAsNumber [subStageSuffix] :: MedicalConditionStage -> SubStageSuffix [code] :: MedicalConditionStage -> Code [guideline] :: MedicalConditionStage -> Guideline [medicineSystem] :: MedicalConditionStage -> MedicineSystem [recognizingAuthority] :: MedicalConditionStage -> RecognizingAuthority [relevantSpecialty] :: MedicalConditionStage -> RelevantSpecialty [study] :: MedicalConditionStage -> Study [additionalType] :: MedicalConditionStage -> AdditionalType [alternateName] :: MedicalConditionStage -> AlternateName [description] :: MedicalConditionStage -> Description [image] :: MedicalConditionStage -> Image [mainEntityOfPage] :: MedicalConditionStage -> MainEntityOfPage [name] :: MedicalConditionStage -> Name [potentialAction] :: MedicalConditionStage -> PotentialAction [sameAs] :: MedicalConditionStage -> SameAs [url] :: MedicalConditionStage -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalConditionStage.MedicalConditionStage instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalConditionStage.MedicalConditionStage instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalConditionStage.MedicalConditionStage instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalConditionStage.MedicalConditionStage module Text.HTML5.MetaData.Schema.RecommendedDoseSchedule -- | A recommended dosing schedule for a drug or supplement as prescribed -- or recommended by an authority or by the drug/supplement's -- manufacturer. Capture the recommending authority in the -- recognizingAuthority property of MedicalEntity. -- -- data RecommendedDoseSchedule RecommendedDoseSchedule :: DoseUnit -> DoseValue -> Frequency -> TargetPopulation -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> RecommendedDoseSchedule [doseUnit] :: RecommendedDoseSchedule -> DoseUnit [doseValue] :: RecommendedDoseSchedule -> DoseValue [frequency] :: RecommendedDoseSchedule -> Frequency [targetPopulation] :: RecommendedDoseSchedule -> TargetPopulation [code] :: RecommendedDoseSchedule -> Code [guideline] :: RecommendedDoseSchedule -> Guideline [medicineSystem] :: RecommendedDoseSchedule -> MedicineSystem [recognizingAuthority] :: RecommendedDoseSchedule -> RecognizingAuthority [relevantSpecialty] :: RecommendedDoseSchedule -> RelevantSpecialty [study] :: RecommendedDoseSchedule -> Study [additionalType] :: RecommendedDoseSchedule -> AdditionalType [alternateName] :: RecommendedDoseSchedule -> AlternateName [description] :: RecommendedDoseSchedule -> Description [image] :: RecommendedDoseSchedule -> Image [mainEntityOfPage] :: RecommendedDoseSchedule -> MainEntityOfPage [name] :: RecommendedDoseSchedule -> Name [potentialAction] :: RecommendedDoseSchedule -> PotentialAction [sameAs] :: RecommendedDoseSchedule -> SameAs [url] :: RecommendedDoseSchedule -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.RecommendedDoseSchedule.RecommendedDoseSchedule instance GHC.Read.Read Text.HTML5.MetaData.Schema.RecommendedDoseSchedule.RecommendedDoseSchedule instance GHC.Show.Show Text.HTML5.MetaData.Schema.RecommendedDoseSchedule.RecommendedDoseSchedule instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.RecommendedDoseSchedule.RecommendedDoseSchedule module Text.HTML5.MetaData.Schema.DanceEvent -- | Event type: A social dance. -- -- data DanceEvent DanceEvent :: AggregateRating -> Attendee -> DoorTime -> Duration -> EndDate -> EventStatus -> InLanguage -> Location -> Offers -> Organizer -> Performer -> PreviousStartDate -> RecordedIn -> Review -> StartDate -> SubEvent -> SuperEvent -> TypicalAgeRange -> WorkFeatured -> WorkPerformed -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DanceEvent [aggregateRating] :: DanceEvent -> AggregateRating [attendee] :: DanceEvent -> Attendee [doorTime] :: DanceEvent -> DoorTime [duration] :: DanceEvent -> Duration [endDate] :: DanceEvent -> EndDate [eventStatus] :: DanceEvent -> EventStatus [inLanguage] :: DanceEvent -> InLanguage [location] :: DanceEvent -> Location [offers] :: DanceEvent -> Offers [organizer] :: DanceEvent -> Organizer [performer] :: DanceEvent -> Performer [previousStartDate] :: DanceEvent -> PreviousStartDate [recordedIn] :: DanceEvent -> RecordedIn [review] :: DanceEvent -> Review [startDate] :: DanceEvent -> StartDate [subEvent] :: DanceEvent -> SubEvent [superEvent] :: DanceEvent -> SuperEvent [typicalAgeRange] :: DanceEvent -> TypicalAgeRange [workFeatured] :: DanceEvent -> WorkFeatured [workPerformed] :: DanceEvent -> WorkPerformed [additionalType] :: DanceEvent -> AdditionalType [alternateName] :: DanceEvent -> AlternateName [description] :: DanceEvent -> Description [image] :: DanceEvent -> Image [mainEntityOfPage] :: DanceEvent -> MainEntityOfPage [name] :: DanceEvent -> Name [potentialAction] :: DanceEvent -> PotentialAction [sameAs] :: DanceEvent -> SameAs [url] :: DanceEvent -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DanceEvent.DanceEvent instance GHC.Read.Read Text.HTML5.MetaData.Schema.DanceEvent.DanceEvent instance GHC.Show.Show Text.HTML5.MetaData.Schema.DanceEvent.DanceEvent instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DanceEvent.DanceEvent module Text.HTML5.MetaData.Schema.MusicGroup -- | A musical group, such as a band, an orchestra, or a choir. Can also be -- a solo musician. -- -- data MusicGroup MusicGroup :: Album -> Genre -> Track -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MusicGroup [album] :: MusicGroup -> Album [genre] :: MusicGroup -> Genre [track] :: MusicGroup -> Track [address] :: MusicGroup -> Address [aggregateRating] :: MusicGroup -> AggregateRating [alumni] :: MusicGroup -> Alumni [areaServed] :: MusicGroup -> AreaServed [award] :: MusicGroup -> Award [brand] :: MusicGroup -> Brand [contactPoint] :: MusicGroup -> ContactPoint [department] :: MusicGroup -> Department [dissolutionDate] :: MusicGroup -> DissolutionDate [duns] :: MusicGroup -> Duns [email] :: MusicGroup -> Email [employee] :: MusicGroup -> Employee [event] :: MusicGroup -> Event [faxNumber] :: MusicGroup -> FaxNumber [founder] :: MusicGroup -> Founder [foundingDate] :: MusicGroup -> FoundingDate [foundingLocation] :: MusicGroup -> FoundingLocation [globalLocationNumber] :: MusicGroup -> GlobalLocationNumber [hasOfferCatalog] :: MusicGroup -> HasOfferCatalog [hasPOS] :: MusicGroup -> HasPOS [isicV4] :: MusicGroup -> IsicV4 [legalName] :: MusicGroup -> LegalName [location] :: MusicGroup -> Location [logo] :: MusicGroup -> Logo [makesOffer] :: MusicGroup -> MakesOffer [member] :: MusicGroup -> Member [memberOf] :: MusicGroup -> MemberOf [naics] :: MusicGroup -> Naics [numberOfEmployees] :: MusicGroup -> NumberOfEmployees [owns] :: MusicGroup -> Owns [parentOrganization] :: MusicGroup -> ParentOrganization [review] :: MusicGroup -> Review [seeks] :: MusicGroup -> Seeks [subOrganization] :: MusicGroup -> SubOrganization [taxID] :: MusicGroup -> TaxID [telephone] :: MusicGroup -> Telephone [vatID] :: MusicGroup -> VatID [additionalType] :: MusicGroup -> AdditionalType [alternateName] :: MusicGroup -> AlternateName [description] :: MusicGroup -> Description [image] :: MusicGroup -> Image [mainEntityOfPage] :: MusicGroup -> MainEntityOfPage [name] :: MusicGroup -> Name [potentialAction] :: MusicGroup -> PotentialAction [sameAs] :: MusicGroup -> SameAs [url] :: MusicGroup -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MusicGroup.MusicGroup instance GHC.Read.Read Text.HTML5.MetaData.Schema.MusicGroup.MusicGroup instance GHC.Show.Show Text.HTML5.MetaData.Schema.MusicGroup.MusicGroup instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MusicGroup.MusicGroup module Text.HTML5.MetaData.Schema.DanceGroup -- | A dance group—for example, the Alvin Ailey Dance Theater or -- Riverdance. -- -- data DanceGroup DanceGroup :: Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DanceGroup [address] :: DanceGroup -> Address [aggregateRating] :: DanceGroup -> AggregateRating [alumni] :: DanceGroup -> Alumni [areaServed] :: DanceGroup -> AreaServed [award] :: DanceGroup -> Award [brand] :: DanceGroup -> Brand [contactPoint] :: DanceGroup -> ContactPoint [department] :: DanceGroup -> Department [dissolutionDate] :: DanceGroup -> DissolutionDate [duns] :: DanceGroup -> Duns [email] :: DanceGroup -> Email [employee] :: DanceGroup -> Employee [event] :: DanceGroup -> Event [faxNumber] :: DanceGroup -> FaxNumber [founder] :: DanceGroup -> Founder [foundingDate] :: DanceGroup -> FoundingDate [foundingLocation] :: DanceGroup -> FoundingLocation [globalLocationNumber] :: DanceGroup -> GlobalLocationNumber [hasOfferCatalog] :: DanceGroup -> HasOfferCatalog [hasPOS] :: DanceGroup -> HasPOS [isicV4] :: DanceGroup -> IsicV4 [legalName] :: DanceGroup -> LegalName [location] :: DanceGroup -> Location [logo] :: DanceGroup -> Logo [makesOffer] :: DanceGroup -> MakesOffer [member] :: DanceGroup -> Member [memberOf] :: DanceGroup -> MemberOf [naics] :: DanceGroup -> Naics [numberOfEmployees] :: DanceGroup -> NumberOfEmployees [owns] :: DanceGroup -> Owns [parentOrganization] :: DanceGroup -> ParentOrganization [review] :: DanceGroup -> Review [seeks] :: DanceGroup -> Seeks [subOrganization] :: DanceGroup -> SubOrganization [taxID] :: DanceGroup -> TaxID [telephone] :: DanceGroup -> Telephone [vatID] :: DanceGroup -> VatID [additionalType] :: DanceGroup -> AdditionalType [alternateName] :: DanceGroup -> AlternateName [description] :: DanceGroup -> Description [image] :: DanceGroup -> Image [mainEntityOfPage] :: DanceGroup -> MainEntityOfPage [name] :: DanceGroup -> Name [potentialAction] :: DanceGroup -> PotentialAction [sameAs] :: DanceGroup -> SameAs [url] :: DanceGroup -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DanceGroup.DanceGroup instance GHC.Read.Read Text.HTML5.MetaData.Schema.DanceGroup.DanceGroup instance GHC.Show.Show Text.HTML5.MetaData.Schema.DanceGroup.DanceGroup instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DanceGroup.DanceGroup module Text.HTML5.MetaData.Schema.StructuredValue -- | Structured values are used when the value of a property has a more -- complex structure than simply being a textual value or a reference to -- another thing. -- -- data StructuredValue StructuredValue :: AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> StructuredValue [additionalType] :: StructuredValue -> AdditionalType [alternateName] :: StructuredValue -> AlternateName [description] :: StructuredValue -> Description [image] :: StructuredValue -> Image [mainEntityOfPage] :: StructuredValue -> MainEntityOfPage [name] :: StructuredValue -> Name [potentialAction] :: StructuredValue -> PotentialAction [sameAs] :: StructuredValue -> SameAs [url] :: StructuredValue -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.StructuredValue.StructuredValue instance GHC.Read.Read Text.HTML5.MetaData.Schema.StructuredValue.StructuredValue instance GHC.Show.Show Text.HTML5.MetaData.Schema.StructuredValue.StructuredValue instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.StructuredValue.StructuredValue module Text.HTML5.MetaData.Schema.DatedMoneySpecification -- | A DatedMoneySpecification represents monetary values with optional -- start and end dates. For example, this could represent an employee's -- salary over a specific period of time. -- -- data DatedMoneySpecification DatedMoneySpecification :: Amount -> Currency -> EndDate -> StartDate -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DatedMoneySpecification [amount] :: DatedMoneySpecification -> Amount [currency] :: DatedMoneySpecification -> Currency [endDate] :: DatedMoneySpecification -> EndDate [startDate] :: DatedMoneySpecification -> StartDate [additionalType] :: DatedMoneySpecification -> AdditionalType [alternateName] :: DatedMoneySpecification -> AlternateName [description] :: DatedMoneySpecification -> Description [image] :: DatedMoneySpecification -> Image [mainEntityOfPage] :: DatedMoneySpecification -> MainEntityOfPage [name] :: DatedMoneySpecification -> Name [potentialAction] :: DatedMoneySpecification -> PotentialAction [sameAs] :: DatedMoneySpecification -> SameAs [url] :: DatedMoneySpecification -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DatedMoneySpecification.DatedMoneySpecification instance GHC.Read.Read Text.HTML5.MetaData.Schema.DatedMoneySpecification.DatedMoneySpecification instance GHC.Show.Show Text.HTML5.MetaData.Schema.DatedMoneySpecification.DatedMoneySpecification instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DatedMoneySpecification.DatedMoneySpecification module Text.HTML5.MetaData.Schema.DaySpa -- | A day spa. -- -- data DaySpa DaySpa :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AdditionalProperty -> Address -> AggregateRating -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Founder -> FoundingDate -> FoundingLocation -> HasOfferCatalog -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Seeks -> SubOrganization -> TaxID -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DaySpa [branchCode] :: DaySpa -> BranchCode [currenciesAccepted] :: DaySpa -> CurrenciesAccepted [openingHours] :: DaySpa -> OpeningHours [paymentAccepted] :: DaySpa -> PaymentAccepted [priceRange] :: DaySpa -> PriceRange [additionalProperty] :: DaySpa -> AdditionalProperty [address] :: DaySpa -> Address [aggregateRating] :: DaySpa -> AggregateRating [containedInPlace] :: DaySpa -> ContainedInPlace [containsPlace] :: DaySpa -> ContainsPlace [event] :: DaySpa -> Event [faxNumber] :: DaySpa -> FaxNumber [geo] :: DaySpa -> Geo [globalLocationNumber] :: DaySpa -> GlobalLocationNumber [hasMap] :: DaySpa -> HasMap [isicV4] :: DaySpa -> IsicV4 [logo] :: DaySpa -> Logo [openingHoursSpecification] :: DaySpa -> OpeningHoursSpecification [photo] :: DaySpa -> Photo [review] :: DaySpa -> Review [telephone] :: DaySpa -> Telephone [alumni] :: DaySpa -> Alumni [areaServed] :: DaySpa -> AreaServed [award] :: DaySpa -> Award [brand] :: DaySpa -> Brand [contactPoint] :: DaySpa -> ContactPoint [department] :: DaySpa -> Department [dissolutionDate] :: DaySpa -> DissolutionDate [duns] :: DaySpa -> Duns [email] :: DaySpa -> Email [employee] :: DaySpa -> Employee [founder] :: DaySpa -> Founder [foundingDate] :: DaySpa -> FoundingDate [foundingLocation] :: DaySpa -> FoundingLocation [hasOfferCatalog] :: DaySpa -> HasOfferCatalog [hasPOS] :: DaySpa -> HasPOS [legalName] :: DaySpa -> LegalName [location] :: DaySpa -> Location [makesOffer] :: DaySpa -> MakesOffer [member] :: DaySpa -> Member [memberOf] :: DaySpa -> MemberOf [naics] :: DaySpa -> Naics [numberOfEmployees] :: DaySpa -> NumberOfEmployees [owns] :: DaySpa -> Owns [parentOrganization] :: DaySpa -> ParentOrganization [seeks] :: DaySpa -> Seeks [subOrganization] :: DaySpa -> SubOrganization [taxID] :: DaySpa -> TaxID [vatID] :: DaySpa -> VatID [additionalType] :: DaySpa -> AdditionalType [alternateName] :: DaySpa -> AlternateName [description] :: DaySpa -> Description [image] :: DaySpa -> Image [mainEntityOfPage] :: DaySpa -> MainEntityOfPage [name] :: DaySpa -> Name [potentialAction] :: DaySpa -> PotentialAction [sameAs] :: DaySpa -> SameAs [url] :: DaySpa -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DaySpa.DaySpa instance GHC.Read.Read Text.HTML5.MetaData.Schema.DaySpa.DaySpa instance GHC.Show.Show Text.HTML5.MetaData.Schema.DaySpa.DaySpa instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DaySpa.DaySpa module Text.HTML5.MetaData.Schema.DefenceEstablishment -- | A defence establishment, such as an army or navy base. -- -- data DefenceEstablishment DefenceEstablishment :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DefenceEstablishment [openingHours] :: DefenceEstablishment -> OpeningHours [additionalProperty] :: DefenceEstablishment -> AdditionalProperty [address] :: DefenceEstablishment -> Address [aggregateRating] :: DefenceEstablishment -> AggregateRating [branchCode] :: DefenceEstablishment -> BranchCode [containedInPlace] :: DefenceEstablishment -> ContainedInPlace [containsPlace] :: DefenceEstablishment -> ContainsPlace [event] :: DefenceEstablishment -> Event [faxNumber] :: DefenceEstablishment -> FaxNumber [geo] :: DefenceEstablishment -> Geo [globalLocationNumber] :: DefenceEstablishment -> GlobalLocationNumber [hasMap] :: DefenceEstablishment -> HasMap [isicV4] :: DefenceEstablishment -> IsicV4 [logo] :: DefenceEstablishment -> Logo [openingHoursSpecification] :: DefenceEstablishment -> OpeningHoursSpecification [photo] :: DefenceEstablishment -> Photo [review] :: DefenceEstablishment -> Review [telephone] :: DefenceEstablishment -> Telephone [additionalType] :: DefenceEstablishment -> AdditionalType [alternateName] :: DefenceEstablishment -> AlternateName [description] :: DefenceEstablishment -> Description [image] :: DefenceEstablishment -> Image [mainEntityOfPage] :: DefenceEstablishment -> MainEntityOfPage [name] :: DefenceEstablishment -> Name [potentialAction] :: DefenceEstablishment -> PotentialAction [sameAs] :: DefenceEstablishment -> SameAs [url] :: DefenceEstablishment -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DefenceEstablishment.DefenceEstablishment instance GHC.Read.Read Text.HTML5.MetaData.Schema.DefenceEstablishment.DefenceEstablishment instance GHC.Show.Show Text.HTML5.MetaData.Schema.DefenceEstablishment.DefenceEstablishment instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DefenceEstablishment.DefenceEstablishment module Text.HTML5.MetaData.Schema.DeleteAction -- | The act of editing a recipient by removing one of its objects. -- -- data DeleteAction DeleteAction :: TargetCollection -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DeleteAction [targetCollection] :: DeleteAction -> TargetCollection [actionStatus] :: DeleteAction -> ActionStatus [agent] :: DeleteAction -> Agent [endTime] :: DeleteAction -> EndTime [error] :: DeleteAction -> Error [instrument] :: DeleteAction -> Instrument [location] :: DeleteAction -> Location [object] :: DeleteAction -> Object [participant] :: DeleteAction -> Participant [result] :: DeleteAction -> Result [startTime] :: DeleteAction -> StartTime [target] :: DeleteAction -> Target [additionalType] :: DeleteAction -> AdditionalType [alternateName] :: DeleteAction -> AlternateName [description] :: DeleteAction -> Description [image] :: DeleteAction -> Image [mainEntityOfPage] :: DeleteAction -> MainEntityOfPage [name] :: DeleteAction -> Name [potentialAction] :: DeleteAction -> PotentialAction [sameAs] :: DeleteAction -> SameAs [url] :: DeleteAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DeleteAction.DeleteAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.DeleteAction.DeleteAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.DeleteAction.DeleteAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DeleteAction.DeleteAction module Text.HTML5.MetaData.Schema.DeliveryChargeSpecification -- | The price for the delivery of an offer using a particular delivery -- method. -- -- data DeliveryChargeSpecification DeliveryChargeSpecification :: AppliesToDeliveryMethod -> AreaServed -> EligibleRegion -> IneligibleRegion -> EligibleQuantity -> EligibleTransactionVolume -> MaxPrice -> MinPrice -> Price -> PriceCurrency -> ValidFrom -> ValidThrough -> ValueAddedTaxIncluded -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DeliveryChargeSpecification [appliesToDeliveryMethod] :: DeliveryChargeSpecification -> AppliesToDeliveryMethod [areaServed] :: DeliveryChargeSpecification -> AreaServed [eligibleRegion] :: DeliveryChargeSpecification -> EligibleRegion [ineligibleRegion] :: DeliveryChargeSpecification -> IneligibleRegion [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 [additionalType] :: DeliveryChargeSpecification -> AdditionalType [alternateName] :: DeliveryChargeSpecification -> AlternateName [description] :: DeliveryChargeSpecification -> Description [image] :: DeliveryChargeSpecification -> Image [mainEntityOfPage] :: DeliveryChargeSpecification -> MainEntityOfPage [name] :: DeliveryChargeSpecification -> Name [potentialAction] :: DeliveryChargeSpecification -> PotentialAction [sameAs] :: DeliveryChargeSpecification -> SameAs [url] :: DeliveryChargeSpecification -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DeliveryChargeSpecification.DeliveryChargeSpecification instance GHC.Read.Read Text.HTML5.MetaData.Schema.DeliveryChargeSpecification.DeliveryChargeSpecification instance GHC.Show.Show Text.HTML5.MetaData.Schema.DeliveryChargeSpecification.DeliveryChargeSpecification instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DeliveryChargeSpecification.DeliveryChargeSpecification module Text.HTML5.MetaData.Schema.LockerDelivery -- | A DeliveryMethod in which an item is made available via locker. -- -- data LockerDelivery LockerDelivery :: SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> LockerDelivery [supersededBy] :: LockerDelivery -> SupersededBy [additionalType] :: LockerDelivery -> AdditionalType [alternateName] :: LockerDelivery -> AlternateName [description] :: LockerDelivery -> Description [image] :: LockerDelivery -> Image [mainEntityOfPage] :: LockerDelivery -> MainEntityOfPage [name] :: LockerDelivery -> Name [potentialAction] :: LockerDelivery -> PotentialAction [sameAs] :: LockerDelivery -> SameAs [url] :: LockerDelivery -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.LockerDelivery.LockerDelivery instance GHC.Read.Read Text.HTML5.MetaData.Schema.LockerDelivery.LockerDelivery instance GHC.Show.Show Text.HTML5.MetaData.Schema.LockerDelivery.LockerDelivery instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.LockerDelivery.LockerDelivery module Text.HTML5.MetaData.Schema.DeliveryMethod -- | A delivery method is a standardized procedure for transferring the -- product or service to the destination of fulfillment chosen by the -- customer. Delivery methods are characterized by the means of -- transportation used, and by the organization or group that is the -- contracting party for the sending organization or person. Commonly -- used values: -- http://purl.org/goodrelations/v1#DeliveryModeDirectDownload -- http://purl.org/goodrelations/v1#DeliveryModeFreight -- http://purl.org/goodrelations/v1#DeliveryModeMail -- http://purl.org/goodrelations/v1#DeliveryModeOwnFleet -- http://purl.org/goodrelations/v1#DeliveryModePickUp -- http://purl.org/goodrelations/v1#DHL -- http://purl.org/goodrelations/v1#FederalExpress -- http://purl.org/goodrelations/v1#UPS -- -- data DeliveryMethod DeliveryMethod :: SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DeliveryMethod [supersededBy] :: DeliveryMethod -> SupersededBy [additionalType] :: DeliveryMethod -> AdditionalType [alternateName] :: DeliveryMethod -> AlternateName [description] :: DeliveryMethod -> Description [image] :: DeliveryMethod -> Image [mainEntityOfPage] :: DeliveryMethod -> MainEntityOfPage [name] :: DeliveryMethod -> Name [potentialAction] :: DeliveryMethod -> PotentialAction [sameAs] :: DeliveryMethod -> SameAs [url] :: DeliveryMethod -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DeliveryMethod.DeliveryMethod instance GHC.Read.Read Text.HTML5.MetaData.Schema.DeliveryMethod.DeliveryMethod instance GHC.Show.Show Text.HTML5.MetaData.Schema.DeliveryMethod.DeliveryMethod instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DeliveryMethod.DeliveryMethod module Text.HTML5.MetaData.Schema.ParcelService -- | A private parcel service as the delivery mode available for a certain -- offer. Commonly used values: -- http://purl.org/goodrelations/v1#DHL -- http://purl.org/goodrelations/v1#FederalExpress -- http://purl.org/goodrelations/v1#UPS -- -- data ParcelService ParcelService :: SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ParcelService [supersededBy] :: ParcelService -> SupersededBy [additionalType] :: ParcelService -> AdditionalType [alternateName] :: ParcelService -> AlternateName [description] :: ParcelService -> Description [image] :: ParcelService -> Image [mainEntityOfPage] :: ParcelService -> MainEntityOfPage [name] :: ParcelService -> Name [potentialAction] :: ParcelService -> PotentialAction [sameAs] :: ParcelService -> SameAs [url] :: ParcelService -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ParcelService.ParcelService instance GHC.Read.Read Text.HTML5.MetaData.Schema.ParcelService.ParcelService instance GHC.Show.Show Text.HTML5.MetaData.Schema.ParcelService.ParcelService instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ParcelService.ParcelService module Text.HTML5.MetaData.Schema.Dentist -- | A dentist. -- -- data Dentist Dentist :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Dentist [branchCode] :: Dentist -> BranchCode [currenciesAccepted] :: Dentist -> CurrenciesAccepted [openingHours] :: Dentist -> OpeningHours [paymentAccepted] :: Dentist -> PaymentAccepted [priceRange] :: Dentist -> PriceRange [address] :: Dentist -> Address [aggregateRating] :: Dentist -> AggregateRating [alumni] :: Dentist -> Alumni [areaServed] :: Dentist -> AreaServed [award] :: Dentist -> Award [brand] :: Dentist -> Brand [contactPoint] :: Dentist -> ContactPoint [department] :: Dentist -> Department [dissolutionDate] :: Dentist -> DissolutionDate [duns] :: Dentist -> Duns [email] :: Dentist -> Email [employee] :: Dentist -> Employee [event] :: Dentist -> Event [faxNumber] :: Dentist -> FaxNumber [founder] :: Dentist -> Founder [foundingDate] :: Dentist -> FoundingDate [foundingLocation] :: Dentist -> FoundingLocation [globalLocationNumber] :: Dentist -> GlobalLocationNumber [hasOfferCatalog] :: Dentist -> HasOfferCatalog [hasPOS] :: Dentist -> HasPOS [isicV4] :: Dentist -> IsicV4 [legalName] :: Dentist -> LegalName [location] :: Dentist -> Location [logo] :: Dentist -> Logo [makesOffer] :: Dentist -> MakesOffer [member] :: Dentist -> Member [memberOf] :: Dentist -> MemberOf [naics] :: Dentist -> Naics [numberOfEmployees] :: Dentist -> NumberOfEmployees [owns] :: Dentist -> Owns [parentOrganization] :: Dentist -> ParentOrganization [review] :: Dentist -> Review [seeks] :: Dentist -> Seeks [subOrganization] :: Dentist -> SubOrganization [taxID] :: Dentist -> TaxID [telephone] :: Dentist -> Telephone [vatID] :: Dentist -> VatID [additionalProperty] :: Dentist -> AdditionalProperty [containedInPlace] :: Dentist -> ContainedInPlace [containsPlace] :: Dentist -> ContainsPlace [geo] :: Dentist -> Geo [hasMap] :: Dentist -> HasMap [openingHoursSpecification] :: Dentist -> OpeningHoursSpecification [photo] :: Dentist -> Photo [additionalType] :: Dentist -> AdditionalType [alternateName] :: Dentist -> AlternateName [description] :: Dentist -> Description [image] :: Dentist -> Image [mainEntityOfPage] :: Dentist -> MainEntityOfPage [name] :: Dentist -> Name [potentialAction] :: Dentist -> PotentialAction [sameAs] :: Dentist -> SameAs [url] :: Dentist -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Dentist.Dentist instance GHC.Read.Read Text.HTML5.MetaData.Schema.Dentist.Dentist instance GHC.Show.Show Text.HTML5.MetaData.Schema.Dentist.Dentist instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Dentist.Dentist module Text.HTML5.MetaData.Schema.DepartAction -- | The act of departing from a place. An agent departs from an -- fromLocation for a destination, optionally with participants. -- -- data DepartAction DepartAction :: FromLocation -> ToLocation -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DepartAction [fromLocation] :: DepartAction -> FromLocation [toLocation] :: DepartAction -> ToLocation [actionStatus] :: DepartAction -> ActionStatus [agent] :: DepartAction -> Agent [endTime] :: DepartAction -> EndTime [error] :: DepartAction -> Error [instrument] :: DepartAction -> Instrument [location] :: DepartAction -> Location [object] :: DepartAction -> Object [participant] :: DepartAction -> Participant [result] :: DepartAction -> Result [startTime] :: DepartAction -> StartTime [target] :: DepartAction -> Target [additionalType] :: DepartAction -> AdditionalType [alternateName] :: DepartAction -> AlternateName [description] :: DepartAction -> Description [image] :: DepartAction -> Image [mainEntityOfPage] :: DepartAction -> MainEntityOfPage [name] :: DepartAction -> Name [potentialAction] :: DepartAction -> PotentialAction [sameAs] :: DepartAction -> SameAs [url] :: DepartAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DepartAction.DepartAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.DepartAction.DepartAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.DepartAction.DepartAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DepartAction.DepartAction module Text.HTML5.MetaData.Schema.DepartmentStore -- | A department store. -- -- data DepartmentStore DepartmentStore :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DepartmentStore [branchCode] :: DepartmentStore -> BranchCode [currenciesAccepted] :: DepartmentStore -> CurrenciesAccepted [openingHours] :: DepartmentStore -> OpeningHours [paymentAccepted] :: DepartmentStore -> PaymentAccepted [priceRange] :: DepartmentStore -> PriceRange [address] :: DepartmentStore -> Address [aggregateRating] :: DepartmentStore -> AggregateRating [alumni] :: DepartmentStore -> Alumni [areaServed] :: DepartmentStore -> AreaServed [award] :: DepartmentStore -> Award [brand] :: DepartmentStore -> Brand [contactPoint] :: DepartmentStore -> ContactPoint [department] :: DepartmentStore -> Department [dissolutionDate] :: DepartmentStore -> DissolutionDate [duns] :: DepartmentStore -> Duns [email] :: DepartmentStore -> Email [employee] :: DepartmentStore -> Employee [event] :: DepartmentStore -> Event [faxNumber] :: DepartmentStore -> FaxNumber [founder] :: DepartmentStore -> Founder [foundingDate] :: DepartmentStore -> FoundingDate [foundingLocation] :: DepartmentStore -> FoundingLocation [globalLocationNumber] :: DepartmentStore -> GlobalLocationNumber [hasOfferCatalog] :: DepartmentStore -> HasOfferCatalog [hasPOS] :: DepartmentStore -> HasPOS [isicV4] :: DepartmentStore -> IsicV4 [legalName] :: DepartmentStore -> LegalName [location] :: DepartmentStore -> Location [logo] :: DepartmentStore -> Logo [makesOffer] :: DepartmentStore -> MakesOffer [member] :: DepartmentStore -> Member [memberOf] :: DepartmentStore -> MemberOf [naics] :: DepartmentStore -> Naics [numberOfEmployees] :: DepartmentStore -> NumberOfEmployees [owns] :: DepartmentStore -> Owns [parentOrganization] :: DepartmentStore -> ParentOrganization [review] :: DepartmentStore -> Review [seeks] :: DepartmentStore -> Seeks [subOrganization] :: DepartmentStore -> SubOrganization [taxID] :: DepartmentStore -> TaxID [telephone] :: DepartmentStore -> Telephone [vatID] :: DepartmentStore -> VatID [additionalProperty] :: DepartmentStore -> AdditionalProperty [containedInPlace] :: DepartmentStore -> ContainedInPlace [containsPlace] :: DepartmentStore -> ContainsPlace [geo] :: DepartmentStore -> Geo [hasMap] :: DepartmentStore -> HasMap [openingHoursSpecification] :: DepartmentStore -> OpeningHoursSpecification [photo] :: DepartmentStore -> Photo [additionalType] :: DepartmentStore -> AdditionalType [alternateName] :: DepartmentStore -> AlternateName [description] :: DepartmentStore -> Description [image] :: DepartmentStore -> Image [mainEntityOfPage] :: DepartmentStore -> MainEntityOfPage [name] :: DepartmentStore -> Name [potentialAction] :: DepartmentStore -> PotentialAction [sameAs] :: DepartmentStore -> SameAs [url] :: DepartmentStore -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DepartmentStore.DepartmentStore instance GHC.Read.Read Text.HTML5.MetaData.Schema.DepartmentStore.DepartmentStore instance GHC.Show.Show Text.HTML5.MetaData.Schema.DepartmentStore.DepartmentStore instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DepartmentStore.DepartmentStore module Text.HTML5.MetaData.Schema.DiagnosticLab -- | A medical laboratory that offers on-site or off-site diagnostic -- services. -- -- data DiagnosticLab DiagnosticLab :: AvailableTest -> BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DiagnosticLab [availableTest] :: DiagnosticLab -> AvailableTest [branchCode] :: DiagnosticLab -> BranchCode [currenciesAccepted] :: DiagnosticLab -> CurrenciesAccepted [openingHours] :: DiagnosticLab -> OpeningHours [paymentAccepted] :: DiagnosticLab -> PaymentAccepted [priceRange] :: DiagnosticLab -> PriceRange [address] :: DiagnosticLab -> Address [aggregateRating] :: DiagnosticLab -> AggregateRating [alumni] :: DiagnosticLab -> Alumni [areaServed] :: DiagnosticLab -> AreaServed [award] :: DiagnosticLab -> Award [brand] :: DiagnosticLab -> Brand [contactPoint] :: DiagnosticLab -> ContactPoint [department] :: DiagnosticLab -> Department [dissolutionDate] :: DiagnosticLab -> DissolutionDate [duns] :: DiagnosticLab -> Duns [email] :: DiagnosticLab -> Email [employee] :: DiagnosticLab -> Employee [event] :: DiagnosticLab -> Event [faxNumber] :: DiagnosticLab -> FaxNumber [founder] :: DiagnosticLab -> Founder [foundingDate] :: DiagnosticLab -> FoundingDate [foundingLocation] :: DiagnosticLab -> FoundingLocation [globalLocationNumber] :: DiagnosticLab -> GlobalLocationNumber [hasOfferCatalog] :: DiagnosticLab -> HasOfferCatalog [hasPOS] :: DiagnosticLab -> HasPOS [isicV4] :: DiagnosticLab -> IsicV4 [legalName] :: DiagnosticLab -> LegalName [location] :: DiagnosticLab -> Location [logo] :: DiagnosticLab -> Logo [makesOffer] :: DiagnosticLab -> MakesOffer [member] :: DiagnosticLab -> Member [memberOf] :: DiagnosticLab -> MemberOf [naics] :: DiagnosticLab -> Naics [numberOfEmployees] :: DiagnosticLab -> NumberOfEmployees [owns] :: DiagnosticLab -> Owns [parentOrganization] :: DiagnosticLab -> ParentOrganization [review] :: DiagnosticLab -> Review [seeks] :: DiagnosticLab -> Seeks [subOrganization] :: DiagnosticLab -> SubOrganization [taxID] :: DiagnosticLab -> TaxID [telephone] :: DiagnosticLab -> Telephone [vatID] :: DiagnosticLab -> VatID [additionalProperty] :: DiagnosticLab -> AdditionalProperty [containedInPlace] :: DiagnosticLab -> ContainedInPlace [containsPlace] :: DiagnosticLab -> ContainsPlace [geo] :: DiagnosticLab -> Geo [hasMap] :: DiagnosticLab -> HasMap [openingHoursSpecification] :: DiagnosticLab -> OpeningHoursSpecification [photo] :: DiagnosticLab -> Photo [additionalType] :: DiagnosticLab -> AdditionalType [alternateName] :: DiagnosticLab -> AlternateName [description] :: DiagnosticLab -> Description [image] :: DiagnosticLab -> Image [mainEntityOfPage] :: DiagnosticLab -> MainEntityOfPage [name] :: DiagnosticLab -> Name [potentialAction] :: DiagnosticLab -> PotentialAction [sameAs] :: DiagnosticLab -> SameAs [url] :: DiagnosticLab -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DiagnosticLab.DiagnosticLab instance GHC.Read.Read Text.HTML5.MetaData.Schema.DiagnosticLab.DiagnosticLab instance GHC.Show.Show Text.HTML5.MetaData.Schema.DiagnosticLab.DiagnosticLab instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DiagnosticLab.DiagnosticLab module Text.HTML5.MetaData.Schema.DiagnosticProcedure -- | A medical procedure intended primarily for diagnostic, as opposed to -- therapeutic, purposes. -- -- data DiagnosticProcedure DiagnosticProcedure :: Followup -> HowPerformed -> Preparation -> ProcedureType -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AffectedBy -> NormalRange -> SignDetected -> UsedToDiagnose -> UsesDevice -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DiagnosticProcedure [followup] :: DiagnosticProcedure -> Followup [howPerformed] :: DiagnosticProcedure -> HowPerformed [preparation] :: DiagnosticProcedure -> Preparation [procedureType] :: DiagnosticProcedure -> ProcedureType [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 [additionalType] :: DiagnosticProcedure -> AdditionalType [alternateName] :: DiagnosticProcedure -> AlternateName [description] :: DiagnosticProcedure -> Description [image] :: DiagnosticProcedure -> Image [mainEntityOfPage] :: DiagnosticProcedure -> MainEntityOfPage [name] :: DiagnosticProcedure -> Name [potentialAction] :: DiagnosticProcedure -> PotentialAction [sameAs] :: DiagnosticProcedure -> SameAs [url] :: DiagnosticProcedure -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DiagnosticProcedure.DiagnosticProcedure instance GHC.Read.Read Text.HTML5.MetaData.Schema.DiagnosticProcedure.DiagnosticProcedure instance GHC.Show.Show Text.HTML5.MetaData.Schema.DiagnosticProcedure.DiagnosticProcedure instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DiagnosticProcedure.DiagnosticProcedure module Text.HTML5.MetaData.Schema.Diet -- | A strategy of regulating the intake of food to achieve or maintain a -- specific health-related goal. -- -- data Diet Diet :: DietFeatures -> Endorsers -> ExpertConsiderations -> Overview -> PhysiologicalBenefits -> ProprietaryName -> Risks -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdverseOutcome -> Contraindication -> DuplicateTherapy -> Indication -> SeriousAdverseOutcome -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Diet [dietFeatures] :: Diet -> DietFeatures [endorsers] :: Diet -> Endorsers [expertConsiderations] :: Diet -> ExpertConsiderations [overview] :: Diet -> Overview [physiologicalBenefits] :: Diet -> PhysiologicalBenefits [proprietaryName] :: Diet -> ProprietaryName [risks] :: Diet -> Risks [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 [character] :: Diet -> Character [citation] :: Diet -> Citation [comment] :: Diet -> Comment [commentCount] :: Diet -> CommentCount [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 [exampleOfWork] :: Diet -> ExampleOfWork [fileFormat] :: Diet -> FileFormat [genre] :: Diet -> Genre [hasPart] :: Diet -> HasPart [headline] :: Diet -> Headline [inLanguage] :: Diet -> InLanguage [interactionStatistic] :: Diet -> InteractionStatistic [interactivityType] :: Diet -> InteractivityType [isBasedOnUrl] :: Diet -> IsBasedOnUrl [isFamilyFriendly] :: Diet -> IsFamilyFriendly [isPartOf] :: Diet -> IsPartOf [keywords] :: Diet -> Keywords [learningResourceType] :: Diet -> LearningResourceType [license] :: Diet -> License [locationCreated] :: Diet -> LocationCreated [mainEntity] :: Diet -> MainEntity [mentions] :: Diet -> Mentions [offers] :: Diet -> Offers [position] :: Diet -> Position [producer] :: Diet -> Producer [provider] :: Diet -> Provider [publication] :: Diet -> Publication [publisher] :: Diet -> Publisher [publishingPrinciples] :: Diet -> PublishingPrinciples [recordedAt] :: Diet -> RecordedAt [releasedEvent] :: Diet -> ReleasedEvent [review] :: Diet -> Review [schemaVersion] :: Diet -> SchemaVersion [sourceOrganization] :: Diet -> SourceOrganization [text] :: Diet -> Text [thumbnailUrl] :: Diet -> ThumbnailUrl [timeRequired] :: Diet -> TimeRequired [translator] :: Diet -> Translator [typicalAgeRange] :: Diet -> TypicalAgeRange [version] :: Diet -> Version [video] :: Diet -> Video [workExample] :: Diet -> WorkExample [adverseOutcome] :: Diet -> AdverseOutcome [contraindication] :: Diet -> Contraindication [duplicateTherapy] :: Diet -> DuplicateTherapy [indication] :: Diet -> Indication [seriousAdverseOutcome] :: Diet -> SeriousAdverseOutcome [code] :: Diet -> Code [guideline] :: Diet -> Guideline [medicineSystem] :: Diet -> MedicineSystem [recognizingAuthority] :: Diet -> RecognizingAuthority [relevantSpecialty] :: Diet -> RelevantSpecialty [study] :: Diet -> Study [additionalType] :: Diet -> AdditionalType [alternateName] :: Diet -> AlternateName [description] :: Diet -> Description [image] :: Diet -> Image [mainEntityOfPage] :: Diet -> MainEntityOfPage [name] :: Diet -> Name [potentialAction] :: Diet -> PotentialAction [sameAs] :: Diet -> SameAs [url] :: Diet -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Diet.Diet instance GHC.Read.Read Text.HTML5.MetaData.Schema.Diet.Diet instance GHC.Show.Show Text.HTML5.MetaData.Schema.Diet.Diet instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Diet.Diet module Text.HTML5.MetaData.Schema.DietarySupplement -- | A product taken by mouth that contains a dietary ingredient intended -- to supplement the diet. Dietary ingredients may include vitamins, -- minerals, herbs or other botanicals, amino acids, and substances such -- as enzymes, organ tissues, glandulars and metabolites. -- -- data DietarySupplement DietarySupplement :: ActiveIngredient -> Background -> DosageForm -> IsProprietary -> LegalStatus -> Manufacturer -> MaximumIntake -> MechanismOfAction -> NonProprietaryName -> RecommendedIntake -> SafetyConsideration -> TargetPopulation -> AdverseOutcome -> Contraindication -> DuplicateTherapy -> Indication -> SeriousAdverseOutcome -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DietarySupplement [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 [adverseOutcome] :: DietarySupplement -> AdverseOutcome [contraindication] :: DietarySupplement -> Contraindication [duplicateTherapy] :: DietarySupplement -> DuplicateTherapy [indication] :: DietarySupplement -> Indication [seriousAdverseOutcome] :: DietarySupplement -> SeriousAdverseOutcome [code] :: DietarySupplement -> Code [guideline] :: DietarySupplement -> Guideline [medicineSystem] :: DietarySupplement -> MedicineSystem [recognizingAuthority] :: DietarySupplement -> RecognizingAuthority [relevantSpecialty] :: DietarySupplement -> RelevantSpecialty [study] :: DietarySupplement -> Study [additionalType] :: DietarySupplement -> AdditionalType [alternateName] :: DietarySupplement -> AlternateName [description] :: DietarySupplement -> Description [image] :: DietarySupplement -> Image [mainEntityOfPage] :: DietarySupplement -> MainEntityOfPage [name] :: DietarySupplement -> Name [potentialAction] :: DietarySupplement -> PotentialAction [sameAs] :: DietarySupplement -> SameAs [url] :: DietarySupplement -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DietarySupplement.DietarySupplement instance GHC.Read.Read Text.HTML5.MetaData.Schema.DietarySupplement.DietarySupplement instance GHC.Show.Show Text.HTML5.MetaData.Schema.DietarySupplement.DietarySupplement instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DietarySupplement.DietarySupplement module Text.HTML5.MetaData.Schema.DisagreeAction -- | The act of expressing a difference of opinion with the object. An -- agent disagrees to/about an object (a proposition, topic or theme) -- with participants. -- -- data DisagreeAction DisagreeAction :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DisagreeAction [actionStatus] :: DisagreeAction -> ActionStatus [agent] :: DisagreeAction -> Agent [endTime] :: DisagreeAction -> EndTime [error] :: DisagreeAction -> Error [instrument] :: DisagreeAction -> Instrument [location] :: DisagreeAction -> Location [object] :: DisagreeAction -> Object [participant] :: DisagreeAction -> Participant [result] :: DisagreeAction -> Result [startTime] :: DisagreeAction -> StartTime [target] :: DisagreeAction -> Target [additionalType] :: DisagreeAction -> AdditionalType [alternateName] :: DisagreeAction -> AlternateName [description] :: DisagreeAction -> Description [image] :: DisagreeAction -> Image [mainEntityOfPage] :: DisagreeAction -> MainEntityOfPage [name] :: DisagreeAction -> Name [potentialAction] :: DisagreeAction -> PotentialAction [sameAs] :: DisagreeAction -> SameAs [url] :: DisagreeAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DisagreeAction.DisagreeAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.DisagreeAction.DisagreeAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.DisagreeAction.DisagreeAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DisagreeAction.DisagreeAction module Text.HTML5.MetaData.Schema.DiscoverAction -- | The act of discovering/finding an object. -- -- data DiscoverAction DiscoverAction :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DiscoverAction [actionStatus] :: DiscoverAction -> ActionStatus [agent] :: DiscoverAction -> Agent [endTime] :: DiscoverAction -> EndTime [error] :: DiscoverAction -> Error [instrument] :: DiscoverAction -> Instrument [location] :: DiscoverAction -> Location [object] :: DiscoverAction -> Object [participant] :: DiscoverAction -> Participant [result] :: DiscoverAction -> Result [startTime] :: DiscoverAction -> StartTime [target] :: DiscoverAction -> Target [additionalType] :: DiscoverAction -> AdditionalType [alternateName] :: DiscoverAction -> AlternateName [description] :: DiscoverAction -> Description [image] :: DiscoverAction -> Image [mainEntityOfPage] :: DiscoverAction -> MainEntityOfPage [name] :: DiscoverAction -> Name [potentialAction] :: DiscoverAction -> PotentialAction [sameAs] :: DiscoverAction -> SameAs [url] :: DiscoverAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DiscoverAction.DiscoverAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.DiscoverAction.DiscoverAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.DiscoverAction.DiscoverAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DiscoverAction.DiscoverAction module Text.HTML5.MetaData.Schema.SocialMediaPosting -- | A post to a social media platform, including blog posts, tweets, -- Facebook posts, etc. -- -- data SocialMediaPosting SocialMediaPosting :: SharedContent -> ArticleBody -> ArticleSection -> PageEnd -> PageStart -> Pagination -> WordCount -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> SocialMediaPosting [sharedContent] :: SocialMediaPosting -> SharedContent [articleBody] :: SocialMediaPosting -> ArticleBody [articleSection] :: SocialMediaPosting -> ArticleSection [pageEnd] :: SocialMediaPosting -> PageEnd [pageStart] :: SocialMediaPosting -> PageStart [pagination] :: SocialMediaPosting -> Pagination [wordCount] :: SocialMediaPosting -> WordCount [about] :: SocialMediaPosting -> About [accessibilityAPI] :: SocialMediaPosting -> AccessibilityAPI [accessibilityControl] :: SocialMediaPosting -> AccessibilityControl [accessibilityFeature] :: SocialMediaPosting -> AccessibilityFeature [accessibilityHazard] :: SocialMediaPosting -> AccessibilityHazard [accountablePerson] :: SocialMediaPosting -> AccountablePerson [aggregateRating] :: SocialMediaPosting -> AggregateRating [alternativeHeadline] :: SocialMediaPosting -> AlternativeHeadline [associatedMedia] :: SocialMediaPosting -> AssociatedMedia [audience] :: SocialMediaPosting -> Audience [audio] :: SocialMediaPosting -> Audio [author] :: SocialMediaPosting -> Author [award] :: SocialMediaPosting -> Award [character] :: SocialMediaPosting -> Character [citation] :: SocialMediaPosting -> Citation [comment] :: SocialMediaPosting -> Comment [commentCount] :: SocialMediaPosting -> CommentCount [contentLocation] :: SocialMediaPosting -> ContentLocation [contentRating] :: SocialMediaPosting -> ContentRating [contributor] :: SocialMediaPosting -> Contributor [copyrightHolder] :: SocialMediaPosting -> CopyrightHolder [copyrightYear] :: SocialMediaPosting -> CopyrightYear [creator] :: SocialMediaPosting -> Creator [dateCreated] :: SocialMediaPosting -> DateCreated [dateModified] :: SocialMediaPosting -> DateModified [datePublished] :: SocialMediaPosting -> DatePublished [discussionUrl] :: SocialMediaPosting -> DiscussionUrl [editor] :: SocialMediaPosting -> Editor [educationalAlignment] :: SocialMediaPosting -> EducationalAlignment [educationalUse] :: SocialMediaPosting -> EducationalUse [encoding] :: SocialMediaPosting -> Encoding [exampleOfWork] :: SocialMediaPosting -> ExampleOfWork [fileFormat] :: SocialMediaPosting -> FileFormat [genre] :: SocialMediaPosting -> Genre [hasPart] :: SocialMediaPosting -> HasPart [headline] :: SocialMediaPosting -> Headline [inLanguage] :: SocialMediaPosting -> InLanguage [interactionStatistic] :: SocialMediaPosting -> InteractionStatistic [interactivityType] :: SocialMediaPosting -> InteractivityType [isBasedOnUrl] :: SocialMediaPosting -> IsBasedOnUrl [isFamilyFriendly] :: SocialMediaPosting -> IsFamilyFriendly [isPartOf] :: SocialMediaPosting -> IsPartOf [keywords] :: SocialMediaPosting -> Keywords [learningResourceType] :: SocialMediaPosting -> LearningResourceType [license] :: SocialMediaPosting -> License [locationCreated] :: SocialMediaPosting -> LocationCreated [mainEntity] :: SocialMediaPosting -> MainEntity [mentions] :: SocialMediaPosting -> Mentions [offers] :: SocialMediaPosting -> Offers [position] :: SocialMediaPosting -> Position [producer] :: SocialMediaPosting -> Producer [provider] :: SocialMediaPosting -> Provider [publication] :: SocialMediaPosting -> Publication [publisher] :: SocialMediaPosting -> Publisher [publishingPrinciples] :: SocialMediaPosting -> PublishingPrinciples [recordedAt] :: SocialMediaPosting -> RecordedAt [releasedEvent] :: SocialMediaPosting -> ReleasedEvent [review] :: SocialMediaPosting -> Review [schemaVersion] :: SocialMediaPosting -> SchemaVersion [sourceOrganization] :: SocialMediaPosting -> SourceOrganization [text] :: SocialMediaPosting -> Text [thumbnailUrl] :: SocialMediaPosting -> ThumbnailUrl [timeRequired] :: SocialMediaPosting -> TimeRequired [translator] :: SocialMediaPosting -> Translator [typicalAgeRange] :: SocialMediaPosting -> TypicalAgeRange [version] :: SocialMediaPosting -> Version [video] :: SocialMediaPosting -> Video [workExample] :: SocialMediaPosting -> WorkExample [additionalType] :: SocialMediaPosting -> AdditionalType [alternateName] :: SocialMediaPosting -> AlternateName [description] :: SocialMediaPosting -> Description [image] :: SocialMediaPosting -> Image [mainEntityOfPage] :: SocialMediaPosting -> MainEntityOfPage [name] :: SocialMediaPosting -> Name [potentialAction] :: SocialMediaPosting -> PotentialAction [sameAs] :: SocialMediaPosting -> SameAs [url] :: SocialMediaPosting -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.SocialMediaPosting.SocialMediaPosting instance GHC.Read.Read Text.HTML5.MetaData.Schema.SocialMediaPosting.SocialMediaPosting instance GHC.Show.Show Text.HTML5.MetaData.Schema.SocialMediaPosting.SocialMediaPosting instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.SocialMediaPosting.SocialMediaPosting module Text.HTML5.MetaData.Schema.DiscussionForumPosting -- | A posting to a discussion forum. -- -- data DiscussionForumPosting DiscussionForumPosting :: SharedContent -> ArticleBody -> ArticleSection -> PageEnd -> PageStart -> Pagination -> WordCount -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DiscussionForumPosting [sharedContent] :: DiscussionForumPosting -> SharedContent [articleBody] :: DiscussionForumPosting -> ArticleBody [articleSection] :: DiscussionForumPosting -> ArticleSection [pageEnd] :: DiscussionForumPosting -> PageEnd [pageStart] :: DiscussionForumPosting -> PageStart [pagination] :: DiscussionForumPosting -> Pagination [wordCount] :: DiscussionForumPosting -> WordCount [about] :: DiscussionForumPosting -> About [accessibilityAPI] :: DiscussionForumPosting -> AccessibilityAPI [accessibilityControl] :: DiscussionForumPosting -> AccessibilityControl [accessibilityFeature] :: DiscussionForumPosting -> AccessibilityFeature [accessibilityHazard] :: DiscussionForumPosting -> AccessibilityHazard [accountablePerson] :: DiscussionForumPosting -> AccountablePerson [aggregateRating] :: DiscussionForumPosting -> AggregateRating [alternativeHeadline] :: DiscussionForumPosting -> AlternativeHeadline [associatedMedia] :: DiscussionForumPosting -> AssociatedMedia [audience] :: DiscussionForumPosting -> Audience [audio] :: DiscussionForumPosting -> Audio [author] :: DiscussionForumPosting -> Author [award] :: DiscussionForumPosting -> Award [character] :: DiscussionForumPosting -> Character [citation] :: DiscussionForumPosting -> Citation [comment] :: DiscussionForumPosting -> Comment [commentCount] :: DiscussionForumPosting -> CommentCount [contentLocation] :: DiscussionForumPosting -> ContentLocation [contentRating] :: DiscussionForumPosting -> ContentRating [contributor] :: DiscussionForumPosting -> Contributor [copyrightHolder] :: DiscussionForumPosting -> CopyrightHolder [copyrightYear] :: DiscussionForumPosting -> CopyrightYear [creator] :: DiscussionForumPosting -> Creator [dateCreated] :: DiscussionForumPosting -> DateCreated [dateModified] :: DiscussionForumPosting -> DateModified [datePublished] :: DiscussionForumPosting -> DatePublished [discussionUrl] :: DiscussionForumPosting -> DiscussionUrl [editor] :: DiscussionForumPosting -> Editor [educationalAlignment] :: DiscussionForumPosting -> EducationalAlignment [educationalUse] :: DiscussionForumPosting -> EducationalUse [encoding] :: DiscussionForumPosting -> Encoding [exampleOfWork] :: DiscussionForumPosting -> ExampleOfWork [fileFormat] :: DiscussionForumPosting -> FileFormat [genre] :: DiscussionForumPosting -> Genre [hasPart] :: DiscussionForumPosting -> HasPart [headline] :: DiscussionForumPosting -> Headline [inLanguage] :: DiscussionForumPosting -> InLanguage [interactionStatistic] :: DiscussionForumPosting -> InteractionStatistic [interactivityType] :: DiscussionForumPosting -> InteractivityType [isBasedOnUrl] :: DiscussionForumPosting -> IsBasedOnUrl [isFamilyFriendly] :: DiscussionForumPosting -> IsFamilyFriendly [isPartOf] :: DiscussionForumPosting -> IsPartOf [keywords] :: DiscussionForumPosting -> Keywords [learningResourceType] :: DiscussionForumPosting -> LearningResourceType [license] :: DiscussionForumPosting -> License [locationCreated] :: DiscussionForumPosting -> LocationCreated [mainEntity] :: DiscussionForumPosting -> MainEntity [mentions] :: DiscussionForumPosting -> Mentions [offers] :: DiscussionForumPosting -> Offers [position] :: DiscussionForumPosting -> Position [producer] :: DiscussionForumPosting -> Producer [provider] :: DiscussionForumPosting -> Provider [publication] :: DiscussionForumPosting -> Publication [publisher] :: DiscussionForumPosting -> Publisher [publishingPrinciples] :: DiscussionForumPosting -> PublishingPrinciples [recordedAt] :: DiscussionForumPosting -> RecordedAt [releasedEvent] :: DiscussionForumPosting -> ReleasedEvent [review] :: DiscussionForumPosting -> Review [schemaVersion] :: DiscussionForumPosting -> SchemaVersion [sourceOrganization] :: DiscussionForumPosting -> SourceOrganization [text] :: DiscussionForumPosting -> Text [thumbnailUrl] :: DiscussionForumPosting -> ThumbnailUrl [timeRequired] :: DiscussionForumPosting -> TimeRequired [translator] :: DiscussionForumPosting -> Translator [typicalAgeRange] :: DiscussionForumPosting -> TypicalAgeRange [version] :: DiscussionForumPosting -> Version [video] :: DiscussionForumPosting -> Video [workExample] :: DiscussionForumPosting -> WorkExample [additionalType] :: DiscussionForumPosting -> AdditionalType [alternateName] :: DiscussionForumPosting -> AlternateName [description] :: DiscussionForumPosting -> Description [image] :: DiscussionForumPosting -> Image [mainEntityOfPage] :: DiscussionForumPosting -> MainEntityOfPage [name] :: DiscussionForumPosting -> Name [potentialAction] :: DiscussionForumPosting -> PotentialAction [sameAs] :: DiscussionForumPosting -> SameAs [url] :: DiscussionForumPosting -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DiscussionForumPosting.DiscussionForumPosting instance GHC.Read.Read Text.HTML5.MetaData.Schema.DiscussionForumPosting.DiscussionForumPosting instance GHC.Show.Show Text.HTML5.MetaData.Schema.DiscussionForumPosting.DiscussionForumPosting instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DiscussionForumPosting.DiscussionForumPosting module Text.HTML5.MetaData.Schema.DislikeAction -- | The act of expressing a negative sentiment about the object. An agent -- dislikes an object (a proposition, topic or theme) with participants. -- -- data DislikeAction DislikeAction :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DislikeAction [actionStatus] :: DislikeAction -> ActionStatus [agent] :: DislikeAction -> Agent [endTime] :: DislikeAction -> EndTime [error] :: DislikeAction -> Error [instrument] :: DislikeAction -> Instrument [location] :: DislikeAction -> Location [object] :: DislikeAction -> Object [participant] :: DislikeAction -> Participant [result] :: DislikeAction -> Result [startTime] :: DislikeAction -> StartTime [target] :: DislikeAction -> Target [additionalType] :: DislikeAction -> AdditionalType [alternateName] :: DislikeAction -> AlternateName [description] :: DislikeAction -> Description [image] :: DislikeAction -> Image [mainEntityOfPage] :: DislikeAction -> MainEntityOfPage [name] :: DislikeAction -> Name [potentialAction] :: DislikeAction -> PotentialAction [sameAs] :: DislikeAction -> SameAs [url] :: DislikeAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DislikeAction.DislikeAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.DislikeAction.DislikeAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.DislikeAction.DislikeAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DislikeAction.DislikeAction module Text.HTML5.MetaData.Schema.Distance -- | Properties that take Distances as values are of the form -- 'Number unit of measure'. E.g., '7 ft'. -- -- data Distance Distance :: AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Distance [additionalType] :: Distance -> AdditionalType [alternateName] :: Distance -> AlternateName [description] :: Distance -> Description [image] :: Distance -> Image [mainEntityOfPage] :: Distance -> MainEntityOfPage [name] :: Distance -> Name [potentialAction] :: Distance -> PotentialAction [sameAs] :: Distance -> SameAs [url] :: Distance -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Distance.Distance instance GHC.Read.Read Text.HTML5.MetaData.Schema.Distance.Distance instance GHC.Show.Show Text.HTML5.MetaData.Schema.Distance.Distance instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Distance.Distance module Text.HTML5.MetaData.Schema.Duration -- | Quantity: Duration (use ISO 8601 duration format). -- -- data Duration Duration :: AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Duration [additionalType] :: Duration -> AdditionalType [alternateName] :: Duration -> AlternateName [description] :: Duration -> Description [image] :: Duration -> Image [mainEntityOfPage] :: Duration -> MainEntityOfPage [name] :: Duration -> Name [potentialAction] :: Duration -> PotentialAction [sameAs] :: Duration -> SameAs [url] :: Duration -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Duration.Duration instance GHC.Read.Read Text.HTML5.MetaData.Schema.Duration.Duration instance GHC.Show.Show Text.HTML5.MetaData.Schema.Duration.Duration instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Duration.Duration module Text.HTML5.MetaData.Schema.Energy -- | Properties that take Energy as values are of the form 'Number -- unit of measure'. -- -- data Energy Energy :: AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Energy [additionalType] :: Energy -> AdditionalType [alternateName] :: Energy -> AlternateName [description] :: Energy -> Description [image] :: Energy -> Image [mainEntityOfPage] :: Energy -> MainEntityOfPage [name] :: Energy -> Name [potentialAction] :: Energy -> PotentialAction [sameAs] :: Energy -> SameAs [url] :: Energy -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Energy.Energy instance GHC.Read.Read Text.HTML5.MetaData.Schema.Energy.Energy instance GHC.Show.Show Text.HTML5.MetaData.Schema.Energy.Energy instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Energy.Energy module Text.HTML5.MetaData.Schema.Mass -- | Properties that take Mass as values are of the form 'Number -- unit of measure'. E.g., '7 kg'. -- -- data Mass Mass :: AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Mass [additionalType] :: Mass -> AdditionalType [alternateName] :: Mass -> AlternateName [description] :: Mass -> Description [image] :: Mass -> Image [mainEntityOfPage] :: Mass -> MainEntityOfPage [name] :: Mass -> Name [potentialAction] :: Mass -> PotentialAction [sameAs] :: Mass -> SameAs [url] :: Mass -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Mass.Mass instance GHC.Read.Read Text.HTML5.MetaData.Schema.Mass.Mass instance GHC.Show.Show Text.HTML5.MetaData.Schema.Mass.Mass instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Mass.Mass module Text.HTML5.MetaData.Schema.Quantity -- | Quantities such as distance, time, mass, weight, etc. Particular -- instances of say Mass are entities like '3 Kg' or '4 milligrams'. -- -- data Quantity Quantity :: AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Quantity [additionalType] :: Quantity -> AdditionalType [alternateName] :: Quantity -> AlternateName [description] :: Quantity -> Description [image] :: Quantity -> Image [mainEntityOfPage] :: Quantity -> MainEntityOfPage [name] :: Quantity -> Name [potentialAction] :: Quantity -> PotentialAction [sameAs] :: Quantity -> SameAs [url] :: Quantity -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Quantity.Quantity instance GHC.Read.Read Text.HTML5.MetaData.Schema.Quantity.Quantity instance GHC.Show.Show Text.HTML5.MetaData.Schema.Quantity.Quantity instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Quantity.Quantity module Text.HTML5.MetaData.Schema.DonateAction -- | The act of providing goods, services, or money without compensation, -- often for philanthropic reasons. -- -- data DonateAction DonateAction :: Recipient -> Price -> PriceSpecification -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DonateAction [recipient] :: DonateAction -> Recipient [price] :: DonateAction -> Price [priceSpecification] :: DonateAction -> PriceSpecification [actionStatus] :: DonateAction -> ActionStatus [agent] :: DonateAction -> Agent [endTime] :: DonateAction -> EndTime [error] :: DonateAction -> Error [instrument] :: DonateAction -> Instrument [location] :: DonateAction -> Location [object] :: DonateAction -> Object [participant] :: DonateAction -> Participant [result] :: DonateAction -> Result [startTime] :: DonateAction -> StartTime [target] :: DonateAction -> Target [additionalType] :: DonateAction -> AdditionalType [alternateName] :: DonateAction -> AlternateName [description] :: DonateAction -> Description [image] :: DonateAction -> Image [mainEntityOfPage] :: DonateAction -> MainEntityOfPage [name] :: DonateAction -> Name [potentialAction] :: DonateAction -> PotentialAction [sameAs] :: DonateAction -> SameAs [url] :: DonateAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DonateAction.DonateAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.DonateAction.DonateAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.DonateAction.DonateAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DonateAction.DonateAction module Text.HTML5.MetaData.Schema.DoseSchedule -- | A specific dosing schedule for a drug or supplement. -- -- data DoseSchedule DoseSchedule :: DoseUnit -> DoseValue -> Frequency -> TargetPopulation -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DoseSchedule [doseUnit] :: DoseSchedule -> DoseUnit [doseValue] :: DoseSchedule -> DoseValue [frequency] :: DoseSchedule -> Frequency [targetPopulation] :: DoseSchedule -> TargetPopulation [code] :: DoseSchedule -> Code [guideline] :: DoseSchedule -> Guideline [medicineSystem] :: DoseSchedule -> MedicineSystem [recognizingAuthority] :: DoseSchedule -> RecognizingAuthority [relevantSpecialty] :: DoseSchedule -> RelevantSpecialty [study] :: DoseSchedule -> Study [additionalType] :: DoseSchedule -> AdditionalType [alternateName] :: DoseSchedule -> AlternateName [description] :: DoseSchedule -> Description [image] :: DoseSchedule -> Image [mainEntityOfPage] :: DoseSchedule -> MainEntityOfPage [name] :: DoseSchedule -> Name [potentialAction] :: DoseSchedule -> PotentialAction [sameAs] :: DoseSchedule -> SameAs [url] :: DoseSchedule -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DoseSchedule.DoseSchedule instance GHC.Read.Read Text.HTML5.MetaData.Schema.DoseSchedule.DoseSchedule instance GHC.Show.Show Text.HTML5.MetaData.Schema.DoseSchedule.DoseSchedule instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DoseSchedule.DoseSchedule module Text.HTML5.MetaData.Schema.ReportedDoseSchedule -- | A patient-reported or observed dosing schedule for a drug or -- supplement. -- -- data ReportedDoseSchedule ReportedDoseSchedule :: DoseUnit -> DoseValue -> Frequency -> TargetPopulation -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ReportedDoseSchedule [doseUnit] :: ReportedDoseSchedule -> DoseUnit [doseValue] :: ReportedDoseSchedule -> DoseValue [frequency] :: ReportedDoseSchedule -> Frequency [targetPopulation] :: ReportedDoseSchedule -> TargetPopulation [code] :: ReportedDoseSchedule -> Code [guideline] :: ReportedDoseSchedule -> Guideline [medicineSystem] :: ReportedDoseSchedule -> MedicineSystem [recognizingAuthority] :: ReportedDoseSchedule -> RecognizingAuthority [relevantSpecialty] :: ReportedDoseSchedule -> RelevantSpecialty [study] :: ReportedDoseSchedule -> Study [additionalType] :: ReportedDoseSchedule -> AdditionalType [alternateName] :: ReportedDoseSchedule -> AlternateName [description] :: ReportedDoseSchedule -> Description [image] :: ReportedDoseSchedule -> Image [mainEntityOfPage] :: ReportedDoseSchedule -> MainEntityOfPage [name] :: ReportedDoseSchedule -> Name [potentialAction] :: ReportedDoseSchedule -> PotentialAction [sameAs] :: ReportedDoseSchedule -> SameAs [url] :: ReportedDoseSchedule -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ReportedDoseSchedule.ReportedDoseSchedule instance GHC.Read.Read Text.HTML5.MetaData.Schema.ReportedDoseSchedule.ReportedDoseSchedule instance GHC.Show.Show Text.HTML5.MetaData.Schema.ReportedDoseSchedule.ReportedDoseSchedule instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ReportedDoseSchedule.ReportedDoseSchedule module Text.HTML5.MetaData.Schema.DownloadAction -- | The act of downloading an object. -- -- data DownloadAction DownloadAction :: FromLocation -> ToLocation -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DownloadAction [fromLocation] :: DownloadAction -> FromLocation [toLocation] :: DownloadAction -> ToLocation [actionStatus] :: DownloadAction -> ActionStatus [agent] :: DownloadAction -> Agent [endTime] :: DownloadAction -> EndTime [error] :: DownloadAction -> Error [instrument] :: DownloadAction -> Instrument [location] :: DownloadAction -> Location [object] :: DownloadAction -> Object [participant] :: DownloadAction -> Participant [result] :: DownloadAction -> Result [startTime] :: DownloadAction -> StartTime [target] :: DownloadAction -> Target [additionalType] :: DownloadAction -> AdditionalType [alternateName] :: DownloadAction -> AlternateName [description] :: DownloadAction -> Description [image] :: DownloadAction -> Image [mainEntityOfPage] :: DownloadAction -> MainEntityOfPage [name] :: DownloadAction -> Name [potentialAction] :: DownloadAction -> PotentialAction [sameAs] :: DownloadAction -> SameAs [url] :: DownloadAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DownloadAction.DownloadAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.DownloadAction.DownloadAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.DownloadAction.DownloadAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DownloadAction.DownloadAction module Text.HTML5.MetaData.Schema.DrugCostCategory -- | Enumerated categories of medical drug costs. -- -- data DrugCostCategory DrugCostCategory :: SupersededBy -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DrugCostCategory [supersededBy] :: DrugCostCategory -> SupersededBy [code] :: DrugCostCategory -> Code [guideline] :: DrugCostCategory -> Guideline [medicineSystem] :: DrugCostCategory -> MedicineSystem [recognizingAuthority] :: DrugCostCategory -> RecognizingAuthority [relevantSpecialty] :: DrugCostCategory -> RelevantSpecialty [study] :: DrugCostCategory -> Study [additionalType] :: DrugCostCategory -> AdditionalType [alternateName] :: DrugCostCategory -> AlternateName [description] :: DrugCostCategory -> Description [image] :: DrugCostCategory -> Image [mainEntityOfPage] :: DrugCostCategory -> MainEntityOfPage [name] :: DrugCostCategory -> Name [potentialAction] :: DrugCostCategory -> PotentialAction [sameAs] :: DrugCostCategory -> SameAs [url] :: DrugCostCategory -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DrugCostCategory.DrugCostCategory instance GHC.Read.Read Text.HTML5.MetaData.Schema.DrugCostCategory.DrugCostCategory instance GHC.Show.Show Text.HTML5.MetaData.Schema.DrugCostCategory.DrugCostCategory instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DrugCostCategory.DrugCostCategory module Text.HTML5.MetaData.Schema.DrugPregnancyCategory -- | Categories that represent an assessment of the risk of fetal injury -- due to a drug or pharmaceutical used as directed by the mother during -- pregnancy. -- -- data DrugPregnancyCategory DrugPregnancyCategory :: SupersededBy -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DrugPregnancyCategory [supersededBy] :: DrugPregnancyCategory -> SupersededBy [code] :: DrugPregnancyCategory -> Code [guideline] :: DrugPregnancyCategory -> Guideline [medicineSystem] :: DrugPregnancyCategory -> MedicineSystem [recognizingAuthority] :: DrugPregnancyCategory -> RecognizingAuthority [relevantSpecialty] :: DrugPregnancyCategory -> RelevantSpecialty [study] :: DrugPregnancyCategory -> Study [additionalType] :: DrugPregnancyCategory -> AdditionalType [alternateName] :: DrugPregnancyCategory -> AlternateName [description] :: DrugPregnancyCategory -> Description [image] :: DrugPregnancyCategory -> Image [mainEntityOfPage] :: DrugPregnancyCategory -> MainEntityOfPage [name] :: DrugPregnancyCategory -> Name [potentialAction] :: DrugPregnancyCategory -> PotentialAction [sameAs] :: DrugPregnancyCategory -> SameAs [url] :: DrugPregnancyCategory -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DrugPregnancyCategory.DrugPregnancyCategory instance GHC.Read.Read Text.HTML5.MetaData.Schema.DrugPregnancyCategory.DrugPregnancyCategory instance GHC.Show.Show Text.HTML5.MetaData.Schema.DrugPregnancyCategory.DrugPregnancyCategory instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DrugPregnancyCategory.DrugPregnancyCategory module Text.HTML5.MetaData.Schema.DrugPrescriptionStatus -- | Indicates whether this drug is available by prescription or -- over-the-counter. -- -- data DrugPrescriptionStatus DrugPrescriptionStatus :: SupersededBy -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DrugPrescriptionStatus [supersededBy] :: DrugPrescriptionStatus -> SupersededBy [code] :: DrugPrescriptionStatus -> Code [guideline] :: DrugPrescriptionStatus -> Guideline [medicineSystem] :: DrugPrescriptionStatus -> MedicineSystem [recognizingAuthority] :: DrugPrescriptionStatus -> RecognizingAuthority [relevantSpecialty] :: DrugPrescriptionStatus -> RelevantSpecialty [study] :: DrugPrescriptionStatus -> Study [additionalType] :: DrugPrescriptionStatus -> AdditionalType [alternateName] :: DrugPrescriptionStatus -> AlternateName [description] :: DrugPrescriptionStatus -> Description [image] :: DrugPrescriptionStatus -> Image [mainEntityOfPage] :: DrugPrescriptionStatus -> MainEntityOfPage [name] :: DrugPrescriptionStatus -> Name [potentialAction] :: DrugPrescriptionStatus -> PotentialAction [sameAs] :: DrugPrescriptionStatus -> SameAs [url] :: DrugPrescriptionStatus -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DrugPrescriptionStatus.DrugPrescriptionStatus instance GHC.Read.Read Text.HTML5.MetaData.Schema.DrugPrescriptionStatus.DrugPrescriptionStatus instance GHC.Show.Show Text.HTML5.MetaData.Schema.DrugPrescriptionStatus.DrugPrescriptionStatus instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DrugPrescriptionStatus.DrugPrescriptionStatus module Text.HTML5.MetaData.Schema.Enumeration -- | Lists or enumerations—for example, a list of cuisines or music genres, -- etc. -- -- data Enumeration Enumeration :: SupersededBy -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Enumeration [supersededBy] :: Enumeration -> SupersededBy [additionalType] :: Enumeration -> AdditionalType [alternateName] :: Enumeration -> AlternateName [description] :: Enumeration -> Description [image] :: Enumeration -> Image [mainEntityOfPage] :: Enumeration -> MainEntityOfPage [name] :: Enumeration -> Name [potentialAction] :: Enumeration -> PotentialAction [sameAs] :: Enumeration -> SameAs [url] :: Enumeration -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Enumeration.Enumeration instance GHC.Read.Read Text.HTML5.MetaData.Schema.Enumeration.Enumeration instance GHC.Show.Show Text.HTML5.MetaData.Schema.Enumeration.Enumeration instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Enumeration.Enumeration module Text.HTML5.MetaData.Schema.InfectiousAgentClass -- | Classes of agents or pathogens that transmit infectious diseases. -- Enumerated type. -- -- data InfectiousAgentClass InfectiousAgentClass :: SupersededBy -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> InfectiousAgentClass [supersededBy] :: InfectiousAgentClass -> SupersededBy [code] :: InfectiousAgentClass -> Code [guideline] :: InfectiousAgentClass -> Guideline [medicineSystem] :: InfectiousAgentClass -> MedicineSystem [recognizingAuthority] :: InfectiousAgentClass -> RecognizingAuthority [relevantSpecialty] :: InfectiousAgentClass -> RelevantSpecialty [study] :: InfectiousAgentClass -> Study [additionalType] :: InfectiousAgentClass -> AdditionalType [alternateName] :: InfectiousAgentClass -> AlternateName [description] :: InfectiousAgentClass -> Description [image] :: InfectiousAgentClass -> Image [mainEntityOfPage] :: InfectiousAgentClass -> MainEntityOfPage [name] :: InfectiousAgentClass -> Name [potentialAction] :: InfectiousAgentClass -> PotentialAction [sameAs] :: InfectiousAgentClass -> SameAs [url] :: InfectiousAgentClass -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.InfectiousAgentClass.InfectiousAgentClass instance GHC.Read.Read Text.HTML5.MetaData.Schema.InfectiousAgentClass.InfectiousAgentClass instance GHC.Show.Show Text.HTML5.MetaData.Schema.InfectiousAgentClass.InfectiousAgentClass instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.InfectiousAgentClass.InfectiousAgentClass module Text.HTML5.MetaData.Schema.MedicalDevicePurpose -- | Categories of medical devices, organized by the purpose or intended -- use of the device. -- -- data MedicalDevicePurpose MedicalDevicePurpose :: SupersededBy -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalDevicePurpose [supersededBy] :: MedicalDevicePurpose -> SupersededBy [code] :: MedicalDevicePurpose -> Code [guideline] :: MedicalDevicePurpose -> Guideline [medicineSystem] :: MedicalDevicePurpose -> MedicineSystem [recognizingAuthority] :: MedicalDevicePurpose -> RecognizingAuthority [relevantSpecialty] :: MedicalDevicePurpose -> RelevantSpecialty [study] :: MedicalDevicePurpose -> Study [additionalType] :: MedicalDevicePurpose -> AdditionalType [alternateName] :: MedicalDevicePurpose -> AlternateName [description] :: MedicalDevicePurpose -> Description [image] :: MedicalDevicePurpose -> Image [mainEntityOfPage] :: MedicalDevicePurpose -> MainEntityOfPage [name] :: MedicalDevicePurpose -> Name [potentialAction] :: MedicalDevicePurpose -> PotentialAction [sameAs] :: MedicalDevicePurpose -> SameAs [url] :: MedicalDevicePurpose -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalDevicePurpose.MedicalDevicePurpose instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalDevicePurpose.MedicalDevicePurpose instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalDevicePurpose.MedicalDevicePurpose instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalDevicePurpose.MedicalDevicePurpose module Text.HTML5.MetaData.Schema.MedicalEvidenceLevel -- | Level of evidence for a medical guideline. Enumerated type. -- -- data MedicalEvidenceLevel MedicalEvidenceLevel :: SupersededBy -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalEvidenceLevel [supersededBy] :: MedicalEvidenceLevel -> SupersededBy [code] :: MedicalEvidenceLevel -> Code [guideline] :: MedicalEvidenceLevel -> Guideline [medicineSystem] :: MedicalEvidenceLevel -> MedicineSystem [recognizingAuthority] :: MedicalEvidenceLevel -> RecognizingAuthority [relevantSpecialty] :: MedicalEvidenceLevel -> RelevantSpecialty [study] :: MedicalEvidenceLevel -> Study [additionalType] :: MedicalEvidenceLevel -> AdditionalType [alternateName] :: MedicalEvidenceLevel -> AlternateName [description] :: MedicalEvidenceLevel -> Description [image] :: MedicalEvidenceLevel -> Image [mainEntityOfPage] :: MedicalEvidenceLevel -> MainEntityOfPage [name] :: MedicalEvidenceLevel -> Name [potentialAction] :: MedicalEvidenceLevel -> PotentialAction [sameAs] :: MedicalEvidenceLevel -> SameAs [url] :: MedicalEvidenceLevel -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalEvidenceLevel.MedicalEvidenceLevel instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalEvidenceLevel.MedicalEvidenceLevel instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalEvidenceLevel.MedicalEvidenceLevel instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalEvidenceLevel.MedicalEvidenceLevel module Text.HTML5.MetaData.Schema.MedicalImagingTechnique -- | Any medical imaging modality typically used for diagnostic purposes. -- Enumerated type. -- -- data MedicalImagingTechnique MedicalImagingTechnique :: SupersededBy -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalImagingTechnique [supersededBy] :: MedicalImagingTechnique -> SupersededBy [code] :: MedicalImagingTechnique -> Code [guideline] :: MedicalImagingTechnique -> Guideline [medicineSystem] :: MedicalImagingTechnique -> MedicineSystem [recognizingAuthority] :: MedicalImagingTechnique -> RecognizingAuthority [relevantSpecialty] :: MedicalImagingTechnique -> RelevantSpecialty [study] :: MedicalImagingTechnique -> Study [additionalType] :: MedicalImagingTechnique -> AdditionalType [alternateName] :: MedicalImagingTechnique -> AlternateName [description] :: MedicalImagingTechnique -> Description [image] :: MedicalImagingTechnique -> Image [mainEntityOfPage] :: MedicalImagingTechnique -> MainEntityOfPage [name] :: MedicalImagingTechnique -> Name [potentialAction] :: MedicalImagingTechnique -> PotentialAction [sameAs] :: MedicalImagingTechnique -> SameAs [url] :: MedicalImagingTechnique -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalImagingTechnique.MedicalImagingTechnique instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalImagingTechnique.MedicalImagingTechnique instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalImagingTechnique.MedicalImagingTechnique instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalImagingTechnique.MedicalImagingTechnique module Text.HTML5.MetaData.Schema.MedicalObservationalStudyDesign -- | Design models for observational medical studies. Enumerated type. -- -- data MedicalObservationalStudyDesign MedicalObservationalStudyDesign :: SupersededBy -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalObservationalStudyDesign [supersededBy] :: MedicalObservationalStudyDesign -> SupersededBy [code] :: MedicalObservationalStudyDesign -> Code [guideline] :: MedicalObservationalStudyDesign -> Guideline [medicineSystem] :: MedicalObservationalStudyDesign -> MedicineSystem [recognizingAuthority] :: MedicalObservationalStudyDesign -> RecognizingAuthority [relevantSpecialty] :: MedicalObservationalStudyDesign -> RelevantSpecialty [study] :: MedicalObservationalStudyDesign -> Study [additionalType] :: MedicalObservationalStudyDesign -> AdditionalType [alternateName] :: MedicalObservationalStudyDesign -> AlternateName [description] :: MedicalObservationalStudyDesign -> Description [image] :: MedicalObservationalStudyDesign -> Image [mainEntityOfPage] :: MedicalObservationalStudyDesign -> MainEntityOfPage [name] :: MedicalObservationalStudyDesign -> Name [potentialAction] :: MedicalObservationalStudyDesign -> PotentialAction [sameAs] :: MedicalObservationalStudyDesign -> SameAs [url] :: MedicalObservationalStudyDesign -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalObservationalStudyDesign.MedicalObservationalStudyDesign instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalObservationalStudyDesign.MedicalObservationalStudyDesign instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalObservationalStudyDesign.MedicalObservationalStudyDesign instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalObservationalStudyDesign.MedicalObservationalStudyDesign module Text.HTML5.MetaData.Schema.MedicalProcedureType -- | An enumeration that describes different types of medical procedures. -- -- data MedicalProcedureType MedicalProcedureType :: SupersededBy -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalProcedureType [supersededBy] :: MedicalProcedureType -> SupersededBy [code] :: MedicalProcedureType -> Code [guideline] :: MedicalProcedureType -> Guideline [medicineSystem] :: MedicalProcedureType -> MedicineSystem [recognizingAuthority] :: MedicalProcedureType -> RecognizingAuthority [relevantSpecialty] :: MedicalProcedureType -> RelevantSpecialty [study] :: MedicalProcedureType -> Study [additionalType] :: MedicalProcedureType -> AdditionalType [alternateName] :: MedicalProcedureType -> AlternateName [description] :: MedicalProcedureType -> Description [image] :: MedicalProcedureType -> Image [mainEntityOfPage] :: MedicalProcedureType -> MainEntityOfPage [name] :: MedicalProcedureType -> Name [potentialAction] :: MedicalProcedureType -> PotentialAction [sameAs] :: MedicalProcedureType -> SameAs [url] :: MedicalProcedureType -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalProcedureType.MedicalProcedureType instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalProcedureType.MedicalProcedureType instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalProcedureType.MedicalProcedureType instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalProcedureType.MedicalProcedureType module Text.HTML5.MetaData.Schema.MedicalSpecialty -- | Any specific branch of medical science or practice. Medical -- specialities include clinical specialties that pertain to particular -- organ systems and their respective disease states, as well as allied -- health specialties. Enumerated type. -- -- data MedicalSpecialty MedicalSpecialty :: SupersededBy -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalSpecialty [supersededBy] :: MedicalSpecialty -> SupersededBy [code] :: MedicalSpecialty -> Code [guideline] :: MedicalSpecialty -> Guideline [medicineSystem] :: MedicalSpecialty -> MedicineSystem [recognizingAuthority] :: MedicalSpecialty -> RecognizingAuthority [relevantSpecialty] :: MedicalSpecialty -> RelevantSpecialty [study] :: MedicalSpecialty -> Study [additionalType] :: MedicalSpecialty -> AdditionalType [alternateName] :: MedicalSpecialty -> AlternateName [description] :: MedicalSpecialty -> Description [image] :: MedicalSpecialty -> Image [mainEntityOfPage] :: MedicalSpecialty -> MainEntityOfPage [name] :: MedicalSpecialty -> Name [potentialAction] :: MedicalSpecialty -> PotentialAction [sameAs] :: MedicalSpecialty -> SameAs [url] :: MedicalSpecialty -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalSpecialty.MedicalSpecialty instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalSpecialty.MedicalSpecialty instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalSpecialty.MedicalSpecialty instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalSpecialty.MedicalSpecialty module Text.HTML5.MetaData.Schema.MedicalStudyStatus -- | The status of a medical study. Enumerated type. -- -- data MedicalStudyStatus MedicalStudyStatus :: SupersededBy -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalStudyStatus [supersededBy] :: MedicalStudyStatus -> SupersededBy [code] :: MedicalStudyStatus -> Code [guideline] :: MedicalStudyStatus -> Guideline [medicineSystem] :: MedicalStudyStatus -> MedicineSystem [recognizingAuthority] :: MedicalStudyStatus -> RecognizingAuthority [relevantSpecialty] :: MedicalStudyStatus -> RelevantSpecialty [study] :: MedicalStudyStatus -> Study [additionalType] :: MedicalStudyStatus -> AdditionalType [alternateName] :: MedicalStudyStatus -> AlternateName [description] :: MedicalStudyStatus -> Description [image] :: MedicalStudyStatus -> Image [mainEntityOfPage] :: MedicalStudyStatus -> MainEntityOfPage [name] :: MedicalStudyStatus -> Name [potentialAction] :: MedicalStudyStatus -> PotentialAction [sameAs] :: MedicalStudyStatus -> SameAs [url] :: MedicalStudyStatus -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalStudyStatus.MedicalStudyStatus instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalStudyStatus.MedicalStudyStatus instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalStudyStatus.MedicalStudyStatus instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalStudyStatus.MedicalStudyStatus module Text.HTML5.MetaData.Schema.MedicalTrialDesign -- | Design models for medical trials. Enumerated type. -- -- data MedicalTrialDesign MedicalTrialDesign :: SupersededBy -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalTrialDesign [supersededBy] :: MedicalTrialDesign -> SupersededBy [code] :: MedicalTrialDesign -> Code [guideline] :: MedicalTrialDesign -> Guideline [medicineSystem] :: MedicalTrialDesign -> MedicineSystem [recognizingAuthority] :: MedicalTrialDesign -> RecognizingAuthority [relevantSpecialty] :: MedicalTrialDesign -> RelevantSpecialty [study] :: MedicalTrialDesign -> Study [additionalType] :: MedicalTrialDesign -> AdditionalType [alternateName] :: MedicalTrialDesign -> AlternateName [description] :: MedicalTrialDesign -> Description [image] :: MedicalTrialDesign -> Image [mainEntityOfPage] :: MedicalTrialDesign -> MainEntityOfPage [name] :: MedicalTrialDesign -> Name [potentialAction] :: MedicalTrialDesign -> PotentialAction [sameAs] :: MedicalTrialDesign -> SameAs [url] :: MedicalTrialDesign -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalTrialDesign.MedicalTrialDesign instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalTrialDesign.MedicalTrialDesign instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalTrialDesign.MedicalTrialDesign instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalTrialDesign.MedicalTrialDesign module Text.HTML5.MetaData.Schema.MedicineSystem -- | Systems of medical practice. -- -- data MedicineSystem MedicineSystem :: SupersededBy -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicineSystem [supersededBy] :: MedicineSystem -> SupersededBy [code] :: MedicineSystem -> Code [guideline] :: MedicineSystem -> Guideline [medicineSystem] :: MedicineSystem -> MedicineSystem [recognizingAuthority] :: MedicineSystem -> RecognizingAuthority [relevantSpecialty] :: MedicineSystem -> RelevantSpecialty [study] :: MedicineSystem -> Study [additionalType] :: MedicineSystem -> AdditionalType [alternateName] :: MedicineSystem -> AlternateName [description] :: MedicineSystem -> Description [image] :: MedicineSystem -> Image [mainEntityOfPage] :: MedicineSystem -> MainEntityOfPage [name] :: MedicineSystem -> Name [potentialAction] :: MedicineSystem -> PotentialAction [sameAs] :: MedicineSystem -> SameAs [url] :: MedicineSystem -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicineSystem.MedicineSystem instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicineSystem.MedicineSystem instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicineSystem.MedicineSystem instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicineSystem.MedicineSystem module Text.HTML5.MetaData.Schema.PhysicalActivityCategory -- | Categories of physical activity, organized by physiologic -- classification. -- -- data PhysicalActivityCategory PhysicalActivityCategory :: SupersededBy -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PhysicalActivityCategory [supersededBy] :: PhysicalActivityCategory -> SupersededBy [code] :: PhysicalActivityCategory -> Code [guideline] :: PhysicalActivityCategory -> Guideline [medicineSystem] :: PhysicalActivityCategory -> MedicineSystem [recognizingAuthority] :: PhysicalActivityCategory -> RecognizingAuthority [relevantSpecialty] :: PhysicalActivityCategory -> RelevantSpecialty [study] :: PhysicalActivityCategory -> Study [additionalType] :: PhysicalActivityCategory -> AdditionalType [alternateName] :: PhysicalActivityCategory -> AlternateName [description] :: PhysicalActivityCategory -> Description [image] :: PhysicalActivityCategory -> Image [mainEntityOfPage] :: PhysicalActivityCategory -> MainEntityOfPage [name] :: PhysicalActivityCategory -> Name [potentialAction] :: PhysicalActivityCategory -> PotentialAction [sameAs] :: PhysicalActivityCategory -> SameAs [url] :: PhysicalActivityCategory -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PhysicalActivityCategory.PhysicalActivityCategory instance GHC.Read.Read Text.HTML5.MetaData.Schema.PhysicalActivityCategory.PhysicalActivityCategory instance GHC.Show.Show Text.HTML5.MetaData.Schema.PhysicalActivityCategory.PhysicalActivityCategory instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PhysicalActivityCategory.PhysicalActivityCategory module Text.HTML5.MetaData.Schema.PhysicalExam -- | A type of physical examination of a patient performed by a physician. -- Enumerated type. -- -- data PhysicalExam PhysicalExam :: SupersededBy -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PhysicalExam [supersededBy] :: PhysicalExam -> SupersededBy [code] :: PhysicalExam -> Code [guideline] :: PhysicalExam -> Guideline [medicineSystem] :: PhysicalExam -> MedicineSystem [recognizingAuthority] :: PhysicalExam -> RecognizingAuthority [relevantSpecialty] :: PhysicalExam -> RelevantSpecialty [study] :: PhysicalExam -> Study [additionalType] :: PhysicalExam -> AdditionalType [alternateName] :: PhysicalExam -> AlternateName [description] :: PhysicalExam -> Description [image] :: PhysicalExam -> Image [mainEntityOfPage] :: PhysicalExam -> MainEntityOfPage [name] :: PhysicalExam -> Name [potentialAction] :: PhysicalExam -> PotentialAction [sameAs] :: PhysicalExam -> SameAs [url] :: PhysicalExam -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PhysicalExam.PhysicalExam instance GHC.Read.Read Text.HTML5.MetaData.Schema.PhysicalExam.PhysicalExam instance GHC.Show.Show Text.HTML5.MetaData.Schema.PhysicalExam.PhysicalExam instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PhysicalExam.PhysicalExam module Text.HTML5.MetaData.Schema.MedicalAudience -- | Target audiences for medical web pages. Enumerated type. -- -- data MedicalAudience MedicalAudience :: AudienceType -> GeographicArea -> SupersededBy -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> HealthCondition -> RequiredGender -> RequiredMaxAge -> RequiredMinAge -> SuggestedGender -> SuggestedMaxAge -> SuggestedMinAge -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalAudience [audienceType] :: MedicalAudience -> AudienceType [geographicArea] :: MedicalAudience -> GeographicArea [supersededBy] :: MedicalAudience -> SupersededBy [code] :: MedicalAudience -> Code [guideline] :: MedicalAudience -> Guideline [medicineSystem] :: MedicalAudience -> MedicineSystem [recognizingAuthority] :: MedicalAudience -> RecognizingAuthority [relevantSpecialty] :: MedicalAudience -> RelevantSpecialty [study] :: MedicalAudience -> Study [healthCondition] :: MedicalAudience -> HealthCondition [requiredGender] :: MedicalAudience -> RequiredGender [requiredMaxAge] :: MedicalAudience -> RequiredMaxAge [requiredMinAge] :: MedicalAudience -> RequiredMinAge [suggestedGender] :: MedicalAudience -> SuggestedGender [suggestedMaxAge] :: MedicalAudience -> SuggestedMaxAge [suggestedMinAge] :: MedicalAudience -> SuggestedMinAge [additionalType] :: MedicalAudience -> AdditionalType [alternateName] :: MedicalAudience -> AlternateName [description] :: MedicalAudience -> Description [image] :: MedicalAudience -> Image [mainEntityOfPage] :: MedicalAudience -> MainEntityOfPage [name] :: MedicalAudience -> Name [potentialAction] :: MedicalAudience -> PotentialAction [sameAs] :: MedicalAudience -> SameAs [url] :: MedicalAudience -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalAudience.MedicalAudience instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalAudience.MedicalAudience instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalAudience.MedicalAudience instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalAudience.MedicalAudience module Text.HTML5.MetaData.Schema.MedicalIntangible -- | A utility class that serves as the umbrella for a number of -- intangible things in the medical space. -- -- data MedicalIntangible MedicalIntangible :: Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalIntangible [code] :: MedicalIntangible -> Code [guideline] :: MedicalIntangible -> Guideline [medicineSystem] :: MedicalIntangible -> MedicineSystem [recognizingAuthority] :: MedicalIntangible -> RecognizingAuthority [relevantSpecialty] :: MedicalIntangible -> RelevantSpecialty [study] :: MedicalIntangible -> Study [additionalType] :: MedicalIntangible -> AdditionalType [alternateName] :: MedicalIntangible -> AlternateName [description] :: MedicalIntangible -> Description [image] :: MedicalIntangible -> Image [mainEntityOfPage] :: MedicalIntangible -> MainEntityOfPage [name] :: MedicalIntangible -> Name [potentialAction] :: MedicalIntangible -> PotentialAction [sameAs] :: MedicalIntangible -> SameAs [url] :: MedicalIntangible -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalIntangible.MedicalIntangible instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalIntangible.MedicalIntangible instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalIntangible.MedicalIntangible instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalIntangible.MedicalIntangible module Text.HTML5.MetaData.Schema.MedicalEnumeration -- | Enumerations related to health and the practice of medicine. -- -- data MedicalEnumeration MedicalEnumeration :: SupersededBy -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalEnumeration [supersededBy] :: MedicalEnumeration -> SupersededBy [code] :: MedicalEnumeration -> Code [guideline] :: MedicalEnumeration -> Guideline [medicineSystem] :: MedicalEnumeration -> MedicineSystem [recognizingAuthority] :: MedicalEnumeration -> RecognizingAuthority [relevantSpecialty] :: MedicalEnumeration -> RelevantSpecialty [study] :: MedicalEnumeration -> Study [additionalType] :: MedicalEnumeration -> AdditionalType [alternateName] :: MedicalEnumeration -> AlternateName [description] :: MedicalEnumeration -> Description [image] :: MedicalEnumeration -> Image [mainEntityOfPage] :: MedicalEnumeration -> MainEntityOfPage [name] :: MedicalEnumeration -> Name [potentialAction] :: MedicalEnumeration -> PotentialAction [sameAs] :: MedicalEnumeration -> SameAs [url] :: MedicalEnumeration -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalEnumeration.MedicalEnumeration instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalEnumeration.MedicalEnumeration instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalEnumeration.MedicalEnumeration instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalEnumeration.MedicalEnumeration module Text.HTML5.MetaData.Schema.DryCleaningOrLaundry -- | A dry-cleaning business. -- -- data DryCleaningOrLaundry DryCleaningOrLaundry :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> DryCleaningOrLaundry [branchCode] :: DryCleaningOrLaundry -> BranchCode [currenciesAccepted] :: DryCleaningOrLaundry -> CurrenciesAccepted [openingHours] :: DryCleaningOrLaundry -> OpeningHours [paymentAccepted] :: DryCleaningOrLaundry -> PaymentAccepted [priceRange] :: DryCleaningOrLaundry -> PriceRange [address] :: DryCleaningOrLaundry -> Address [aggregateRating] :: DryCleaningOrLaundry -> AggregateRating [alumni] :: DryCleaningOrLaundry -> Alumni [areaServed] :: DryCleaningOrLaundry -> AreaServed [award] :: DryCleaningOrLaundry -> Award [brand] :: DryCleaningOrLaundry -> Brand [contactPoint] :: DryCleaningOrLaundry -> ContactPoint [department] :: DryCleaningOrLaundry -> Department [dissolutionDate] :: DryCleaningOrLaundry -> DissolutionDate [duns] :: DryCleaningOrLaundry -> Duns [email] :: DryCleaningOrLaundry -> Email [employee] :: DryCleaningOrLaundry -> Employee [event] :: DryCleaningOrLaundry -> Event [faxNumber] :: DryCleaningOrLaundry -> FaxNumber [founder] :: DryCleaningOrLaundry -> Founder [foundingDate] :: DryCleaningOrLaundry -> FoundingDate [foundingLocation] :: DryCleaningOrLaundry -> FoundingLocation [globalLocationNumber] :: DryCleaningOrLaundry -> GlobalLocationNumber [hasOfferCatalog] :: DryCleaningOrLaundry -> HasOfferCatalog [hasPOS] :: DryCleaningOrLaundry -> HasPOS [isicV4] :: DryCleaningOrLaundry -> IsicV4 [legalName] :: DryCleaningOrLaundry -> LegalName [location] :: DryCleaningOrLaundry -> Location [logo] :: DryCleaningOrLaundry -> Logo [makesOffer] :: DryCleaningOrLaundry -> MakesOffer [member] :: DryCleaningOrLaundry -> Member [memberOf] :: DryCleaningOrLaundry -> MemberOf [naics] :: DryCleaningOrLaundry -> Naics [numberOfEmployees] :: DryCleaningOrLaundry -> NumberOfEmployees [owns] :: DryCleaningOrLaundry -> Owns [parentOrganization] :: DryCleaningOrLaundry -> ParentOrganization [review] :: DryCleaningOrLaundry -> Review [seeks] :: DryCleaningOrLaundry -> Seeks [subOrganization] :: DryCleaningOrLaundry -> SubOrganization [taxID] :: DryCleaningOrLaundry -> TaxID [telephone] :: DryCleaningOrLaundry -> Telephone [vatID] :: DryCleaningOrLaundry -> VatID [additionalProperty] :: DryCleaningOrLaundry -> AdditionalProperty [containedInPlace] :: DryCleaningOrLaundry -> ContainedInPlace [containsPlace] :: DryCleaningOrLaundry -> ContainsPlace [geo] :: DryCleaningOrLaundry -> Geo [hasMap] :: DryCleaningOrLaundry -> HasMap [openingHoursSpecification] :: DryCleaningOrLaundry -> OpeningHoursSpecification [photo] :: DryCleaningOrLaundry -> Photo [additionalType] :: DryCleaningOrLaundry -> AdditionalType [alternateName] :: DryCleaningOrLaundry -> AlternateName [description] :: DryCleaningOrLaundry -> Description [image] :: DryCleaningOrLaundry -> Image [mainEntityOfPage] :: DryCleaningOrLaundry -> MainEntityOfPage [name] :: DryCleaningOrLaundry -> Name [potentialAction] :: DryCleaningOrLaundry -> PotentialAction [sameAs] :: DryCleaningOrLaundry -> SameAs [url] :: DryCleaningOrLaundry -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.DryCleaningOrLaundry.DryCleaningOrLaundry instance GHC.Read.Read Text.HTML5.MetaData.Schema.DryCleaningOrLaundry.DryCleaningOrLaundry instance GHC.Show.Show Text.HTML5.MetaData.Schema.DryCleaningOrLaundry.DryCleaningOrLaundry instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.DryCleaningOrLaundry.DryCleaningOrLaundry module Text.HTML5.MetaData.Schema.EducationEvent -- | Event type: Education event. -- -- data EducationEvent EducationEvent :: AggregateRating -> Attendee -> DoorTime -> Duration -> EndDate -> EventStatus -> InLanguage -> Location -> Offers -> Organizer -> Performer -> PreviousStartDate -> RecordedIn -> Review -> StartDate -> SubEvent -> SuperEvent -> TypicalAgeRange -> WorkFeatured -> WorkPerformed -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> EducationEvent [aggregateRating] :: EducationEvent -> AggregateRating [attendee] :: EducationEvent -> Attendee [doorTime] :: EducationEvent -> DoorTime [duration] :: EducationEvent -> Duration [endDate] :: EducationEvent -> EndDate [eventStatus] :: EducationEvent -> EventStatus [inLanguage] :: EducationEvent -> InLanguage [location] :: EducationEvent -> Location [offers] :: EducationEvent -> Offers [organizer] :: EducationEvent -> Organizer [performer] :: EducationEvent -> Performer [previousStartDate] :: EducationEvent -> PreviousStartDate [recordedIn] :: EducationEvent -> RecordedIn [review] :: EducationEvent -> Review [startDate] :: EducationEvent -> StartDate [subEvent] :: EducationEvent -> SubEvent [superEvent] :: EducationEvent -> SuperEvent [typicalAgeRange] :: EducationEvent -> TypicalAgeRange [workFeatured] :: EducationEvent -> WorkFeatured [workPerformed] :: EducationEvent -> WorkPerformed [additionalType] :: EducationEvent -> AdditionalType [alternateName] :: EducationEvent -> AlternateName [description] :: EducationEvent -> Description [image] :: EducationEvent -> Image [mainEntityOfPage] :: EducationEvent -> MainEntityOfPage [name] :: EducationEvent -> Name [potentialAction] :: EducationEvent -> PotentialAction [sameAs] :: EducationEvent -> SameAs [url] :: EducationEvent -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.EducationEvent.EducationEvent instance GHC.Read.Read Text.HTML5.MetaData.Schema.EducationEvent.EducationEvent instance GHC.Show.Show Text.HTML5.MetaData.Schema.EducationEvent.EducationEvent instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.EducationEvent.EducationEvent module Text.HTML5.MetaData.Schema.ElementarySchool -- | An elementary school. -- -- data ElementarySchool ElementarySchool :: Alumni -> Address -> AggregateRating -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ElementarySchool [alumni] :: ElementarySchool -> Alumni [address] :: ElementarySchool -> Address [aggregateRating] :: ElementarySchool -> AggregateRating [areaServed] :: ElementarySchool -> AreaServed [award] :: ElementarySchool -> Award [brand] :: ElementarySchool -> Brand [contactPoint] :: ElementarySchool -> ContactPoint [department] :: ElementarySchool -> Department [dissolutionDate] :: ElementarySchool -> DissolutionDate [duns] :: ElementarySchool -> Duns [email] :: ElementarySchool -> Email [employee] :: ElementarySchool -> Employee [event] :: ElementarySchool -> Event [faxNumber] :: ElementarySchool -> FaxNumber [founder] :: ElementarySchool -> Founder [foundingDate] :: ElementarySchool -> FoundingDate [foundingLocation] :: ElementarySchool -> FoundingLocation [globalLocationNumber] :: ElementarySchool -> GlobalLocationNumber [hasOfferCatalog] :: ElementarySchool -> HasOfferCatalog [hasPOS] :: ElementarySchool -> HasPOS [isicV4] :: ElementarySchool -> IsicV4 [legalName] :: ElementarySchool -> LegalName [location] :: ElementarySchool -> Location [logo] :: ElementarySchool -> Logo [makesOffer] :: ElementarySchool -> MakesOffer [member] :: ElementarySchool -> Member [memberOf] :: ElementarySchool -> MemberOf [naics] :: ElementarySchool -> Naics [numberOfEmployees] :: ElementarySchool -> NumberOfEmployees [owns] :: ElementarySchool -> Owns [parentOrganization] :: ElementarySchool -> ParentOrganization [review] :: ElementarySchool -> Review [seeks] :: ElementarySchool -> Seeks [subOrganization] :: ElementarySchool -> SubOrganization [taxID] :: ElementarySchool -> TaxID [telephone] :: ElementarySchool -> Telephone [vatID] :: ElementarySchool -> VatID [additionalType] :: ElementarySchool -> AdditionalType [alternateName] :: ElementarySchool -> AlternateName [description] :: ElementarySchool -> Description [image] :: ElementarySchool -> Image [mainEntityOfPage] :: ElementarySchool -> MainEntityOfPage [name] :: ElementarySchool -> Name [potentialAction] :: ElementarySchool -> PotentialAction [sameAs] :: ElementarySchool -> SameAs [url] :: ElementarySchool -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ElementarySchool.ElementarySchool instance GHC.Read.Read Text.HTML5.MetaData.Schema.ElementarySchool.ElementarySchool instance GHC.Show.Show Text.HTML5.MetaData.Schema.ElementarySchool.ElementarySchool instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ElementarySchool.ElementarySchool module Text.HTML5.MetaData.Schema.HighSchool -- | A high school. -- -- data HighSchool HighSchool :: Alumni -> Address -> AggregateRating -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> HighSchool [alumni] :: HighSchool -> Alumni [address] :: HighSchool -> Address [aggregateRating] :: HighSchool -> AggregateRating [areaServed] :: HighSchool -> AreaServed [award] :: HighSchool -> Award [brand] :: HighSchool -> Brand [contactPoint] :: HighSchool -> ContactPoint [department] :: HighSchool -> Department [dissolutionDate] :: HighSchool -> DissolutionDate [duns] :: HighSchool -> Duns [email] :: HighSchool -> Email [employee] :: HighSchool -> Employee [event] :: HighSchool -> Event [faxNumber] :: HighSchool -> FaxNumber [founder] :: HighSchool -> Founder [foundingDate] :: HighSchool -> FoundingDate [foundingLocation] :: HighSchool -> FoundingLocation [globalLocationNumber] :: HighSchool -> GlobalLocationNumber [hasOfferCatalog] :: HighSchool -> HasOfferCatalog [hasPOS] :: HighSchool -> HasPOS [isicV4] :: HighSchool -> IsicV4 [legalName] :: HighSchool -> LegalName [location] :: HighSchool -> Location [logo] :: HighSchool -> Logo [makesOffer] :: HighSchool -> MakesOffer [member] :: HighSchool -> Member [memberOf] :: HighSchool -> MemberOf [naics] :: HighSchool -> Naics [numberOfEmployees] :: HighSchool -> NumberOfEmployees [owns] :: HighSchool -> Owns [parentOrganization] :: HighSchool -> ParentOrganization [review] :: HighSchool -> Review [seeks] :: HighSchool -> Seeks [subOrganization] :: HighSchool -> SubOrganization [taxID] :: HighSchool -> TaxID [telephone] :: HighSchool -> Telephone [vatID] :: HighSchool -> VatID [additionalType] :: HighSchool -> AdditionalType [alternateName] :: HighSchool -> AlternateName [description] :: HighSchool -> Description [image] :: HighSchool -> Image [mainEntityOfPage] :: HighSchool -> MainEntityOfPage [name] :: HighSchool -> Name [potentialAction] :: HighSchool -> PotentialAction [sameAs] :: HighSchool -> SameAs [url] :: HighSchool -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.HighSchool.HighSchool instance GHC.Read.Read Text.HTML5.MetaData.Schema.HighSchool.HighSchool instance GHC.Show.Show Text.HTML5.MetaData.Schema.HighSchool.HighSchool instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.HighSchool.HighSchool module Text.HTML5.MetaData.Schema.MiddleSchool -- | A middle school (typically for children aged around 11-14, although -- this varies somewhat). -- -- data MiddleSchool MiddleSchool :: Alumni -> Address -> AggregateRating -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MiddleSchool [alumni] :: MiddleSchool -> Alumni [address] :: MiddleSchool -> Address [aggregateRating] :: MiddleSchool -> AggregateRating [areaServed] :: MiddleSchool -> AreaServed [award] :: MiddleSchool -> Award [brand] :: MiddleSchool -> Brand [contactPoint] :: MiddleSchool -> ContactPoint [department] :: MiddleSchool -> Department [dissolutionDate] :: MiddleSchool -> DissolutionDate [duns] :: MiddleSchool -> Duns [email] :: MiddleSchool -> Email [employee] :: MiddleSchool -> Employee [event] :: MiddleSchool -> Event [faxNumber] :: MiddleSchool -> FaxNumber [founder] :: MiddleSchool -> Founder [foundingDate] :: MiddleSchool -> FoundingDate [foundingLocation] :: MiddleSchool -> FoundingLocation [globalLocationNumber] :: MiddleSchool -> GlobalLocationNumber [hasOfferCatalog] :: MiddleSchool -> HasOfferCatalog [hasPOS] :: MiddleSchool -> HasPOS [isicV4] :: MiddleSchool -> IsicV4 [legalName] :: MiddleSchool -> LegalName [location] :: MiddleSchool -> Location [logo] :: MiddleSchool -> Logo [makesOffer] :: MiddleSchool -> MakesOffer [member] :: MiddleSchool -> Member [memberOf] :: MiddleSchool -> MemberOf [naics] :: MiddleSchool -> Naics [numberOfEmployees] :: MiddleSchool -> NumberOfEmployees [owns] :: MiddleSchool -> Owns [parentOrganization] :: MiddleSchool -> ParentOrganization [review] :: MiddleSchool -> Review [seeks] :: MiddleSchool -> Seeks [subOrganization] :: MiddleSchool -> SubOrganization [taxID] :: MiddleSchool -> TaxID [telephone] :: MiddleSchool -> Telephone [vatID] :: MiddleSchool -> VatID [additionalType] :: MiddleSchool -> AdditionalType [alternateName] :: MiddleSchool -> AlternateName [description] :: MiddleSchool -> Description [image] :: MiddleSchool -> Image [mainEntityOfPage] :: MiddleSchool -> MainEntityOfPage [name] :: MiddleSchool -> Name [potentialAction] :: MiddleSchool -> PotentialAction [sameAs] :: MiddleSchool -> SameAs [url] :: MiddleSchool -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MiddleSchool.MiddleSchool instance GHC.Read.Read Text.HTML5.MetaData.Schema.MiddleSchool.MiddleSchool instance GHC.Show.Show Text.HTML5.MetaData.Schema.MiddleSchool.MiddleSchool instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MiddleSchool.MiddleSchool module Text.HTML5.MetaData.Schema.Preschool -- | A preschool. -- -- data Preschool Preschool :: Alumni -> Address -> AggregateRating -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Preschool [alumni] :: Preschool -> Alumni [address] :: Preschool -> Address [aggregateRating] :: Preschool -> AggregateRating [areaServed] :: Preschool -> AreaServed [award] :: Preschool -> Award [brand] :: Preschool -> Brand [contactPoint] :: Preschool -> ContactPoint [department] :: Preschool -> Department [dissolutionDate] :: Preschool -> DissolutionDate [duns] :: Preschool -> Duns [email] :: Preschool -> Email [employee] :: Preschool -> Employee [event] :: Preschool -> Event [faxNumber] :: Preschool -> FaxNumber [founder] :: Preschool -> Founder [foundingDate] :: Preschool -> FoundingDate [foundingLocation] :: Preschool -> FoundingLocation [globalLocationNumber] :: Preschool -> GlobalLocationNumber [hasOfferCatalog] :: Preschool -> HasOfferCatalog [hasPOS] :: Preschool -> HasPOS [isicV4] :: Preschool -> IsicV4 [legalName] :: Preschool -> LegalName [location] :: Preschool -> Location [logo] :: Preschool -> Logo [makesOffer] :: Preschool -> MakesOffer [member] :: Preschool -> Member [memberOf] :: Preschool -> MemberOf [naics] :: Preschool -> Naics [numberOfEmployees] :: Preschool -> NumberOfEmployees [owns] :: Preschool -> Owns [parentOrganization] :: Preschool -> ParentOrganization [review] :: Preschool -> Review [seeks] :: Preschool -> Seeks [subOrganization] :: Preschool -> SubOrganization [taxID] :: Preschool -> TaxID [telephone] :: Preschool -> Telephone [vatID] :: Preschool -> VatID [additionalType] :: Preschool -> AdditionalType [alternateName] :: Preschool -> AlternateName [description] :: Preschool -> Description [image] :: Preschool -> Image [mainEntityOfPage] :: Preschool -> MainEntityOfPage [name] :: Preschool -> Name [potentialAction] :: Preschool -> PotentialAction [sameAs] :: Preschool -> SameAs [url] :: Preschool -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Preschool.Preschool instance GHC.Read.Read Text.HTML5.MetaData.Schema.Preschool.Preschool instance GHC.Show.Show Text.HTML5.MetaData.Schema.Preschool.Preschool instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Preschool.Preschool module Text.HTML5.MetaData.Schema.EducationalOrganization -- | An educational organization. -- -- data EducationalOrganization EducationalOrganization :: Alumni -> Address -> AggregateRating -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> EducationalOrganization [alumni] :: EducationalOrganization -> Alumni [address] :: EducationalOrganization -> Address [aggregateRating] :: EducationalOrganization -> AggregateRating [areaServed] :: EducationalOrganization -> AreaServed [award] :: EducationalOrganization -> Award [brand] :: EducationalOrganization -> Brand [contactPoint] :: EducationalOrganization -> ContactPoint [department] :: EducationalOrganization -> Department [dissolutionDate] :: EducationalOrganization -> DissolutionDate [duns] :: EducationalOrganization -> Duns [email] :: EducationalOrganization -> Email [employee] :: EducationalOrganization -> Employee [event] :: EducationalOrganization -> Event [faxNumber] :: EducationalOrganization -> FaxNumber [founder] :: EducationalOrganization -> Founder [foundingDate] :: EducationalOrganization -> FoundingDate [foundingLocation] :: EducationalOrganization -> FoundingLocation [globalLocationNumber] :: EducationalOrganization -> GlobalLocationNumber [hasOfferCatalog] :: EducationalOrganization -> HasOfferCatalog [hasPOS] :: EducationalOrganization -> HasPOS [isicV4] :: EducationalOrganization -> IsicV4 [legalName] :: EducationalOrganization -> LegalName [location] :: EducationalOrganization -> Location [logo] :: EducationalOrganization -> Logo [makesOffer] :: EducationalOrganization -> MakesOffer [member] :: EducationalOrganization -> Member [memberOf] :: EducationalOrganization -> MemberOf [naics] :: EducationalOrganization -> Naics [numberOfEmployees] :: EducationalOrganization -> NumberOfEmployees [owns] :: EducationalOrganization -> Owns [parentOrganization] :: EducationalOrganization -> ParentOrganization [review] :: EducationalOrganization -> Review [seeks] :: EducationalOrganization -> Seeks [subOrganization] :: EducationalOrganization -> SubOrganization [taxID] :: EducationalOrganization -> TaxID [telephone] :: EducationalOrganization -> Telephone [vatID] :: EducationalOrganization -> VatID [additionalType] :: EducationalOrganization -> AdditionalType [alternateName] :: EducationalOrganization -> AlternateName [description] :: EducationalOrganization -> Description [image] :: EducationalOrganization -> Image [mainEntityOfPage] :: EducationalOrganization -> MainEntityOfPage [name] :: EducationalOrganization -> Name [potentialAction] :: EducationalOrganization -> PotentialAction [sameAs] :: EducationalOrganization -> SameAs [url] :: EducationalOrganization -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.EducationalOrganization.EducationalOrganization instance GHC.Read.Read Text.HTML5.MetaData.Schema.EducationalOrganization.EducationalOrganization instance GHC.Show.Show Text.HTML5.MetaData.Schema.EducationalOrganization.EducationalOrganization instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.EducationalOrganization.EducationalOrganization module Text.HTML5.MetaData.Schema.School -- | A school. -- -- data School School :: Alumni -> Address -> AggregateRating -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> School [alumni] :: School -> Alumni [address] :: School -> Address [aggregateRating] :: School -> AggregateRating [areaServed] :: School -> AreaServed [award] :: School -> Award [brand] :: School -> Brand [contactPoint] :: School -> ContactPoint [department] :: School -> Department [dissolutionDate] :: School -> DissolutionDate [duns] :: School -> Duns [email] :: School -> Email [employee] :: School -> Employee [event] :: School -> Event [faxNumber] :: School -> FaxNumber [founder] :: School -> Founder [foundingDate] :: School -> FoundingDate [foundingLocation] :: School -> FoundingLocation [globalLocationNumber] :: School -> GlobalLocationNumber [hasOfferCatalog] :: School -> HasOfferCatalog [hasPOS] :: School -> HasPOS [isicV4] :: School -> IsicV4 [legalName] :: School -> LegalName [location] :: School -> Location [logo] :: School -> Logo [makesOffer] :: School -> MakesOffer [member] :: School -> Member [memberOf] :: School -> MemberOf [naics] :: School -> Naics [numberOfEmployees] :: School -> NumberOfEmployees [owns] :: School -> Owns [parentOrganization] :: School -> ParentOrganization [review] :: School -> Review [seeks] :: School -> Seeks [subOrganization] :: School -> SubOrganization [taxID] :: School -> TaxID [telephone] :: School -> Telephone [vatID] :: School -> VatID [additionalType] :: School -> AdditionalType [alternateName] :: School -> AlternateName [description] :: School -> Description [image] :: School -> Image [mainEntityOfPage] :: School -> MainEntityOfPage [name] :: School -> Name [potentialAction] :: School -> PotentialAction [sameAs] :: School -> SameAs [url] :: School -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.School.School instance GHC.Read.Read Text.HTML5.MetaData.Schema.School.School instance GHC.Show.Show Text.HTML5.MetaData.Schema.School.School instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.School.School module Text.HTML5.MetaData.Schema.Electrician -- | An electrician. -- -- data Electrician Electrician :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AdditionalProperty -> Address -> AggregateRating -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Founder -> FoundingDate -> FoundingLocation -> HasOfferCatalog -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Seeks -> SubOrganization -> TaxID -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Electrician [branchCode] :: Electrician -> BranchCode [currenciesAccepted] :: Electrician -> CurrenciesAccepted [openingHours] :: Electrician -> OpeningHours [paymentAccepted] :: Electrician -> PaymentAccepted [priceRange] :: Electrician -> PriceRange [additionalProperty] :: Electrician -> AdditionalProperty [address] :: Electrician -> Address [aggregateRating] :: Electrician -> AggregateRating [containedInPlace] :: Electrician -> ContainedInPlace [containsPlace] :: Electrician -> ContainsPlace [event] :: Electrician -> Event [faxNumber] :: Electrician -> FaxNumber [geo] :: Electrician -> Geo [globalLocationNumber] :: Electrician -> GlobalLocationNumber [hasMap] :: Electrician -> HasMap [isicV4] :: Electrician -> IsicV4 [logo] :: Electrician -> Logo [openingHoursSpecification] :: Electrician -> OpeningHoursSpecification [photo] :: Electrician -> Photo [review] :: Electrician -> Review [telephone] :: Electrician -> Telephone [alumni] :: Electrician -> Alumni [areaServed] :: Electrician -> AreaServed [award] :: Electrician -> Award [brand] :: Electrician -> Brand [contactPoint] :: Electrician -> ContactPoint [department] :: Electrician -> Department [dissolutionDate] :: Electrician -> DissolutionDate [duns] :: Electrician -> Duns [email] :: Electrician -> Email [employee] :: Electrician -> Employee [founder] :: Electrician -> Founder [foundingDate] :: Electrician -> FoundingDate [foundingLocation] :: Electrician -> FoundingLocation [hasOfferCatalog] :: Electrician -> HasOfferCatalog [hasPOS] :: Electrician -> HasPOS [legalName] :: Electrician -> LegalName [location] :: Electrician -> Location [makesOffer] :: Electrician -> MakesOffer [member] :: Electrician -> Member [memberOf] :: Electrician -> MemberOf [naics] :: Electrician -> Naics [numberOfEmployees] :: Electrician -> NumberOfEmployees [owns] :: Electrician -> Owns [parentOrganization] :: Electrician -> ParentOrganization [seeks] :: Electrician -> Seeks [subOrganization] :: Electrician -> SubOrganization [taxID] :: Electrician -> TaxID [vatID] :: Electrician -> VatID [additionalType] :: Electrician -> AdditionalType [alternateName] :: Electrician -> AlternateName [description] :: Electrician -> Description [image] :: Electrician -> Image [mainEntityOfPage] :: Electrician -> MainEntityOfPage [name] :: Electrician -> Name [potentialAction] :: Electrician -> PotentialAction [sameAs] :: Electrician -> SameAs [url] :: Electrician -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Electrician.Electrician instance GHC.Read.Read Text.HTML5.MetaData.Schema.Electrician.Electrician instance GHC.Show.Show Text.HTML5.MetaData.Schema.Electrician.Electrician instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Electrician.Electrician module Text.HTML5.MetaData.Schema.ElectronicsStore -- | An electronics store. -- -- data ElectronicsStore ElectronicsStore :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ElectronicsStore [branchCode] :: ElectronicsStore -> BranchCode [currenciesAccepted] :: ElectronicsStore -> CurrenciesAccepted [openingHours] :: ElectronicsStore -> OpeningHours [paymentAccepted] :: ElectronicsStore -> PaymentAccepted [priceRange] :: ElectronicsStore -> PriceRange [address] :: ElectronicsStore -> Address [aggregateRating] :: ElectronicsStore -> AggregateRating [alumni] :: ElectronicsStore -> Alumni [areaServed] :: ElectronicsStore -> AreaServed [award] :: ElectronicsStore -> Award [brand] :: ElectronicsStore -> Brand [contactPoint] :: ElectronicsStore -> ContactPoint [department] :: ElectronicsStore -> Department [dissolutionDate] :: ElectronicsStore -> DissolutionDate [duns] :: ElectronicsStore -> Duns [email] :: ElectronicsStore -> Email [employee] :: ElectronicsStore -> Employee [event] :: ElectronicsStore -> Event [faxNumber] :: ElectronicsStore -> FaxNumber [founder] :: ElectronicsStore -> Founder [foundingDate] :: ElectronicsStore -> FoundingDate [foundingLocation] :: ElectronicsStore -> FoundingLocation [globalLocationNumber] :: ElectronicsStore -> GlobalLocationNumber [hasOfferCatalog] :: ElectronicsStore -> HasOfferCatalog [hasPOS] :: ElectronicsStore -> HasPOS [isicV4] :: ElectronicsStore -> IsicV4 [legalName] :: ElectronicsStore -> LegalName [location] :: ElectronicsStore -> Location [logo] :: ElectronicsStore -> Logo [makesOffer] :: ElectronicsStore -> MakesOffer [member] :: ElectronicsStore -> Member [memberOf] :: ElectronicsStore -> MemberOf [naics] :: ElectronicsStore -> Naics [numberOfEmployees] :: ElectronicsStore -> NumberOfEmployees [owns] :: ElectronicsStore -> Owns [parentOrganization] :: ElectronicsStore -> ParentOrganization [review] :: ElectronicsStore -> Review [seeks] :: ElectronicsStore -> Seeks [subOrganization] :: ElectronicsStore -> SubOrganization [taxID] :: ElectronicsStore -> TaxID [telephone] :: ElectronicsStore -> Telephone [vatID] :: ElectronicsStore -> VatID [additionalProperty] :: ElectronicsStore -> AdditionalProperty [containedInPlace] :: ElectronicsStore -> ContainedInPlace [containsPlace] :: ElectronicsStore -> ContainsPlace [geo] :: ElectronicsStore -> Geo [hasMap] :: ElectronicsStore -> HasMap [openingHoursSpecification] :: ElectronicsStore -> OpeningHoursSpecification [photo] :: ElectronicsStore -> Photo [additionalType] :: ElectronicsStore -> AdditionalType [alternateName] :: ElectronicsStore -> AlternateName [description] :: ElectronicsStore -> Description [image] :: ElectronicsStore -> Image [mainEntityOfPage] :: ElectronicsStore -> MainEntityOfPage [name] :: ElectronicsStore -> Name [potentialAction] :: ElectronicsStore -> PotentialAction [sameAs] :: ElectronicsStore -> SameAs [url] :: ElectronicsStore -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ElectronicsStore.ElectronicsStore instance GHC.Read.Read Text.HTML5.MetaData.Schema.ElectronicsStore.ElectronicsStore instance GHC.Show.Show Text.HTML5.MetaData.Schema.ElectronicsStore.ElectronicsStore instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ElectronicsStore.ElectronicsStore module Text.HTML5.MetaData.Schema.Embassy -- | An embassy. -- -- data Embassy Embassy :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Embassy [openingHours] :: Embassy -> OpeningHours [additionalProperty] :: Embassy -> AdditionalProperty [address] :: Embassy -> Address [aggregateRating] :: Embassy -> AggregateRating [branchCode] :: Embassy -> BranchCode [containedInPlace] :: Embassy -> ContainedInPlace [containsPlace] :: Embassy -> ContainsPlace [event] :: Embassy -> Event [faxNumber] :: Embassy -> FaxNumber [geo] :: Embassy -> Geo [globalLocationNumber] :: Embassy -> GlobalLocationNumber [hasMap] :: Embassy -> HasMap [isicV4] :: Embassy -> IsicV4 [logo] :: Embassy -> Logo [openingHoursSpecification] :: Embassy -> OpeningHoursSpecification [photo] :: Embassy -> Photo [review] :: Embassy -> Review [telephone] :: Embassy -> Telephone [additionalType] :: Embassy -> AdditionalType [alternateName] :: Embassy -> AlternateName [description] :: Embassy -> Description [image] :: Embassy -> Image [mainEntityOfPage] :: Embassy -> MainEntityOfPage [name] :: Embassy -> Name [potentialAction] :: Embassy -> PotentialAction [sameAs] :: Embassy -> SameAs [url] :: Embassy -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Embassy.Embassy instance GHC.Read.Read Text.HTML5.MetaData.Schema.Embassy.Embassy instance GHC.Show.Show Text.HTML5.MetaData.Schema.Embassy.Embassy instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Embassy.Embassy module Text.HTML5.MetaData.Schema.Hospital -- | A hospital. -- -- data Hospital Hospital :: AvailableService -> MedicalSpecialty -> BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Hospital [availableService] :: Hospital -> AvailableService [medicalSpecialty] :: Hospital -> MedicalSpecialty [branchCode] :: Hospital -> BranchCode [currenciesAccepted] :: Hospital -> CurrenciesAccepted [openingHours] :: Hospital -> OpeningHours [paymentAccepted] :: Hospital -> PaymentAccepted [priceRange] :: Hospital -> PriceRange [address] :: Hospital -> Address [aggregateRating] :: Hospital -> AggregateRating [alumni] :: Hospital -> Alumni [areaServed] :: Hospital -> AreaServed [award] :: Hospital -> Award [brand] :: Hospital -> Brand [contactPoint] :: Hospital -> ContactPoint [department] :: Hospital -> Department [dissolutionDate] :: Hospital -> DissolutionDate [duns] :: Hospital -> Duns [email] :: Hospital -> Email [employee] :: Hospital -> Employee [event] :: Hospital -> Event [faxNumber] :: Hospital -> FaxNumber [founder] :: Hospital -> Founder [foundingDate] :: Hospital -> FoundingDate [foundingLocation] :: Hospital -> FoundingLocation [globalLocationNumber] :: Hospital -> GlobalLocationNumber [hasOfferCatalog] :: Hospital -> HasOfferCatalog [hasPOS] :: Hospital -> HasPOS [isicV4] :: Hospital -> IsicV4 [legalName] :: Hospital -> LegalName [location] :: Hospital -> Location [logo] :: Hospital -> Logo [makesOffer] :: Hospital -> MakesOffer [member] :: Hospital -> Member [memberOf] :: Hospital -> MemberOf [naics] :: Hospital -> Naics [numberOfEmployees] :: Hospital -> NumberOfEmployees [owns] :: Hospital -> Owns [parentOrganization] :: Hospital -> ParentOrganization [review] :: Hospital -> Review [seeks] :: Hospital -> Seeks [subOrganization] :: Hospital -> SubOrganization [taxID] :: Hospital -> TaxID [telephone] :: Hospital -> Telephone [vatID] :: Hospital -> VatID [additionalProperty] :: Hospital -> AdditionalProperty [containedInPlace] :: Hospital -> ContainedInPlace [containsPlace] :: Hospital -> ContainsPlace [geo] :: Hospital -> Geo [hasMap] :: Hospital -> HasMap [openingHoursSpecification] :: Hospital -> OpeningHoursSpecification [photo] :: Hospital -> Photo [additionalType] :: Hospital -> AdditionalType [alternateName] :: Hospital -> AlternateName [description] :: Hospital -> Description [image] :: Hospital -> Image [mainEntityOfPage] :: Hospital -> MainEntityOfPage [name] :: Hospital -> Name [potentialAction] :: Hospital -> PotentialAction [sameAs] :: Hospital -> SameAs [url] :: Hospital -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Hospital.Hospital instance GHC.Read.Read Text.HTML5.MetaData.Schema.Hospital.Hospital instance GHC.Show.Show Text.HTML5.MetaData.Schema.Hospital.Hospital instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Hospital.Hospital module Text.HTML5.MetaData.Schema.FireStation -- | A fire station. With firemen. -- -- data FireStation FireStation :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> FireStation [branchCode] :: FireStation -> BranchCode [currenciesAccepted] :: FireStation -> CurrenciesAccepted [openingHours] :: FireStation -> OpeningHours [paymentAccepted] :: FireStation -> PaymentAccepted [priceRange] :: FireStation -> PriceRange [address] :: FireStation -> Address [aggregateRating] :: FireStation -> AggregateRating [alumni] :: FireStation -> Alumni [areaServed] :: FireStation -> AreaServed [award] :: FireStation -> Award [brand] :: FireStation -> Brand [contactPoint] :: FireStation -> ContactPoint [department] :: FireStation -> Department [dissolutionDate] :: FireStation -> DissolutionDate [duns] :: FireStation -> Duns [email] :: FireStation -> Email [employee] :: FireStation -> Employee [event] :: FireStation -> Event [faxNumber] :: FireStation -> FaxNumber [founder] :: FireStation -> Founder [foundingDate] :: FireStation -> FoundingDate [foundingLocation] :: FireStation -> FoundingLocation [globalLocationNumber] :: FireStation -> GlobalLocationNumber [hasOfferCatalog] :: FireStation -> HasOfferCatalog [hasPOS] :: FireStation -> HasPOS [isicV4] :: FireStation -> IsicV4 [legalName] :: FireStation -> LegalName [location] :: FireStation -> Location [logo] :: FireStation -> Logo [makesOffer] :: FireStation -> MakesOffer [member] :: FireStation -> Member [memberOf] :: FireStation -> MemberOf [naics] :: FireStation -> Naics [numberOfEmployees] :: FireStation -> NumberOfEmployees [owns] :: FireStation -> Owns [parentOrganization] :: FireStation -> ParentOrganization [review] :: FireStation -> Review [seeks] :: FireStation -> Seeks [subOrganization] :: FireStation -> SubOrganization [taxID] :: FireStation -> TaxID [telephone] :: FireStation -> Telephone [vatID] :: FireStation -> VatID [additionalProperty] :: FireStation -> AdditionalProperty [containedInPlace] :: FireStation -> ContainedInPlace [containsPlace] :: FireStation -> ContainsPlace [geo] :: FireStation -> Geo [hasMap] :: FireStation -> HasMap [openingHoursSpecification] :: FireStation -> OpeningHoursSpecification [photo] :: FireStation -> Photo [additionalType] :: FireStation -> AdditionalType [alternateName] :: FireStation -> AlternateName [description] :: FireStation -> Description [image] :: FireStation -> Image [mainEntityOfPage] :: FireStation -> MainEntityOfPage [name] :: FireStation -> Name [potentialAction] :: FireStation -> PotentialAction [sameAs] :: FireStation -> SameAs [url] :: FireStation -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.FireStation.FireStation instance GHC.Read.Read Text.HTML5.MetaData.Schema.FireStation.FireStation instance GHC.Show.Show Text.HTML5.MetaData.Schema.FireStation.FireStation instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.FireStation.FireStation module Text.HTML5.MetaData.Schema.PoliceStation -- | A police station. -- -- data PoliceStation PoliceStation :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PoliceStation [branchCode] :: PoliceStation -> BranchCode [currenciesAccepted] :: PoliceStation -> CurrenciesAccepted [openingHours] :: PoliceStation -> OpeningHours [paymentAccepted] :: PoliceStation -> PaymentAccepted [priceRange] :: PoliceStation -> PriceRange [address] :: PoliceStation -> Address [aggregateRating] :: PoliceStation -> AggregateRating [alumni] :: PoliceStation -> Alumni [areaServed] :: PoliceStation -> AreaServed [award] :: PoliceStation -> Award [brand] :: PoliceStation -> Brand [contactPoint] :: PoliceStation -> ContactPoint [department] :: PoliceStation -> Department [dissolutionDate] :: PoliceStation -> DissolutionDate [duns] :: PoliceStation -> Duns [email] :: PoliceStation -> Email [employee] :: PoliceStation -> Employee [event] :: PoliceStation -> Event [faxNumber] :: PoliceStation -> FaxNumber [founder] :: PoliceStation -> Founder [foundingDate] :: PoliceStation -> FoundingDate [foundingLocation] :: PoliceStation -> FoundingLocation [globalLocationNumber] :: PoliceStation -> GlobalLocationNumber [hasOfferCatalog] :: PoliceStation -> HasOfferCatalog [hasPOS] :: PoliceStation -> HasPOS [isicV4] :: PoliceStation -> IsicV4 [legalName] :: PoliceStation -> LegalName [location] :: PoliceStation -> Location [logo] :: PoliceStation -> Logo [makesOffer] :: PoliceStation -> MakesOffer [member] :: PoliceStation -> Member [memberOf] :: PoliceStation -> MemberOf [naics] :: PoliceStation -> Naics [numberOfEmployees] :: PoliceStation -> NumberOfEmployees [owns] :: PoliceStation -> Owns [parentOrganization] :: PoliceStation -> ParentOrganization [review] :: PoliceStation -> Review [seeks] :: PoliceStation -> Seeks [subOrganization] :: PoliceStation -> SubOrganization [taxID] :: PoliceStation -> TaxID [telephone] :: PoliceStation -> Telephone [vatID] :: PoliceStation -> VatID [additionalProperty] :: PoliceStation -> AdditionalProperty [containedInPlace] :: PoliceStation -> ContainedInPlace [containsPlace] :: PoliceStation -> ContainsPlace [geo] :: PoliceStation -> Geo [hasMap] :: PoliceStation -> HasMap [openingHoursSpecification] :: PoliceStation -> OpeningHoursSpecification [photo] :: PoliceStation -> Photo [additionalType] :: PoliceStation -> AdditionalType [alternateName] :: PoliceStation -> AlternateName [description] :: PoliceStation -> Description [image] :: PoliceStation -> Image [mainEntityOfPage] :: PoliceStation -> MainEntityOfPage [name] :: PoliceStation -> Name [potentialAction] :: PoliceStation -> PotentialAction [sameAs] :: PoliceStation -> SameAs [url] :: PoliceStation -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PoliceStation.PoliceStation instance GHC.Read.Read Text.HTML5.MetaData.Schema.PoliceStation.PoliceStation instance GHC.Show.Show Text.HTML5.MetaData.Schema.PoliceStation.PoliceStation instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PoliceStation.PoliceStation module Text.HTML5.MetaData.Schema.EmergencyService -- | An emergency service, such as a fire station or ER. -- -- data EmergencyService EmergencyService :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> EmergencyService [branchCode] :: EmergencyService -> BranchCode [currenciesAccepted] :: EmergencyService -> CurrenciesAccepted [openingHours] :: EmergencyService -> OpeningHours [paymentAccepted] :: EmergencyService -> PaymentAccepted [priceRange] :: EmergencyService -> PriceRange [address] :: EmergencyService -> Address [aggregateRating] :: EmergencyService -> AggregateRating [alumni] :: EmergencyService -> Alumni [areaServed] :: EmergencyService -> AreaServed [award] :: EmergencyService -> Award [brand] :: EmergencyService -> Brand [contactPoint] :: EmergencyService -> ContactPoint [department] :: EmergencyService -> Department [dissolutionDate] :: EmergencyService -> DissolutionDate [duns] :: EmergencyService -> Duns [email] :: EmergencyService -> Email [employee] :: EmergencyService -> Employee [event] :: EmergencyService -> Event [faxNumber] :: EmergencyService -> FaxNumber [founder] :: EmergencyService -> Founder [foundingDate] :: EmergencyService -> FoundingDate [foundingLocation] :: EmergencyService -> FoundingLocation [globalLocationNumber] :: EmergencyService -> GlobalLocationNumber [hasOfferCatalog] :: EmergencyService -> HasOfferCatalog [hasPOS] :: EmergencyService -> HasPOS [isicV4] :: EmergencyService -> IsicV4 [legalName] :: EmergencyService -> LegalName [location] :: EmergencyService -> Location [logo] :: EmergencyService -> Logo [makesOffer] :: EmergencyService -> MakesOffer [member] :: EmergencyService -> Member [memberOf] :: EmergencyService -> MemberOf [naics] :: EmergencyService -> Naics [numberOfEmployees] :: EmergencyService -> NumberOfEmployees [owns] :: EmergencyService -> Owns [parentOrganization] :: EmergencyService -> ParentOrganization [review] :: EmergencyService -> Review [seeks] :: EmergencyService -> Seeks [subOrganization] :: EmergencyService -> SubOrganization [taxID] :: EmergencyService -> TaxID [telephone] :: EmergencyService -> Telephone [vatID] :: EmergencyService -> VatID [additionalProperty] :: EmergencyService -> AdditionalProperty [containedInPlace] :: EmergencyService -> ContainedInPlace [containsPlace] :: EmergencyService -> ContainsPlace [geo] :: EmergencyService -> Geo [hasMap] :: EmergencyService -> HasMap [openingHoursSpecification] :: EmergencyService -> OpeningHoursSpecification [photo] :: EmergencyService -> Photo [additionalType] :: EmergencyService -> AdditionalType [alternateName] :: EmergencyService -> AlternateName [description] :: EmergencyService -> Description [image] :: EmergencyService -> Image [mainEntityOfPage] :: EmergencyService -> MainEntityOfPage [name] :: EmergencyService -> Name [potentialAction] :: EmergencyService -> PotentialAction [sameAs] :: EmergencyService -> SameAs [url] :: EmergencyService -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.EmergencyService.EmergencyService instance GHC.Read.Read Text.HTML5.MetaData.Schema.EmergencyService.EmergencyService instance GHC.Show.Show Text.HTML5.MetaData.Schema.EmergencyService.EmergencyService instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.EmergencyService.EmergencyService module Text.HTML5.MetaData.Schema.EmployeeRole -- | A subclass of OrganizationRole used to describe employee -- relationships. -- -- data EmployeeRole EmployeeRole :: BaseSalary -> SalaryCurrency -> NumberedPosition -> EndDate -> RoleName -> StartDate -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> EmployeeRole [baseSalary] :: EmployeeRole -> BaseSalary [salaryCurrency] :: EmployeeRole -> SalaryCurrency [numberedPosition] :: EmployeeRole -> NumberedPosition [endDate] :: EmployeeRole -> EndDate [roleName] :: EmployeeRole -> RoleName [startDate] :: EmployeeRole -> StartDate [additionalType] :: EmployeeRole -> AdditionalType [alternateName] :: EmployeeRole -> AlternateName [description] :: EmployeeRole -> Description [image] :: EmployeeRole -> Image [mainEntityOfPage] :: EmployeeRole -> MainEntityOfPage [name] :: EmployeeRole -> Name [potentialAction] :: EmployeeRole -> PotentialAction [sameAs] :: EmployeeRole -> SameAs [url] :: EmployeeRole -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.EmployeeRole.EmployeeRole instance GHC.Read.Read Text.HTML5.MetaData.Schema.EmployeeRole.EmployeeRole instance GHC.Show.Show Text.HTML5.MetaData.Schema.EmployeeRole.EmployeeRole instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.EmployeeRole.EmployeeRole module Text.HTML5.MetaData.Schema.OrganizationRole -- | A subclass of Role used to describe roles within organizations. -- -- data OrganizationRole OrganizationRole :: NumberedPosition -> EndDate -> RoleName -> StartDate -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> OrganizationRole [numberedPosition] :: OrganizationRole -> NumberedPosition [endDate] :: OrganizationRole -> EndDate [roleName] :: OrganizationRole -> RoleName [startDate] :: OrganizationRole -> StartDate [additionalType] :: OrganizationRole -> AdditionalType [alternateName] :: OrganizationRole -> AlternateName [description] :: OrganizationRole -> Description [image] :: OrganizationRole -> Image [mainEntityOfPage] :: OrganizationRole -> MainEntityOfPage [name] :: OrganizationRole -> Name [potentialAction] :: OrganizationRole -> PotentialAction [sameAs] :: OrganizationRole -> SameAs [url] :: OrganizationRole -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.OrganizationRole.OrganizationRole instance GHC.Read.Read Text.HTML5.MetaData.Schema.OrganizationRole.OrganizationRole instance GHC.Show.Show Text.HTML5.MetaData.Schema.OrganizationRole.OrganizationRole instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.OrganizationRole.OrganizationRole module Text.HTML5.MetaData.Schema.EmploymentAgency -- | An employment agency. -- -- data EmploymentAgency EmploymentAgency :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> EmploymentAgency [branchCode] :: EmploymentAgency -> BranchCode [currenciesAccepted] :: EmploymentAgency -> CurrenciesAccepted [openingHours] :: EmploymentAgency -> OpeningHours [paymentAccepted] :: EmploymentAgency -> PaymentAccepted [priceRange] :: EmploymentAgency -> PriceRange [address] :: EmploymentAgency -> Address [aggregateRating] :: EmploymentAgency -> AggregateRating [alumni] :: EmploymentAgency -> Alumni [areaServed] :: EmploymentAgency -> AreaServed [award] :: EmploymentAgency -> Award [brand] :: EmploymentAgency -> Brand [contactPoint] :: EmploymentAgency -> ContactPoint [department] :: EmploymentAgency -> Department [dissolutionDate] :: EmploymentAgency -> DissolutionDate [duns] :: EmploymentAgency -> Duns [email] :: EmploymentAgency -> Email [employee] :: EmploymentAgency -> Employee [event] :: EmploymentAgency -> Event [faxNumber] :: EmploymentAgency -> FaxNumber [founder] :: EmploymentAgency -> Founder [foundingDate] :: EmploymentAgency -> FoundingDate [foundingLocation] :: EmploymentAgency -> FoundingLocation [globalLocationNumber] :: EmploymentAgency -> GlobalLocationNumber [hasOfferCatalog] :: EmploymentAgency -> HasOfferCatalog [hasPOS] :: EmploymentAgency -> HasPOS [isicV4] :: EmploymentAgency -> IsicV4 [legalName] :: EmploymentAgency -> LegalName [location] :: EmploymentAgency -> Location [logo] :: EmploymentAgency -> Logo [makesOffer] :: EmploymentAgency -> MakesOffer [member] :: EmploymentAgency -> Member [memberOf] :: EmploymentAgency -> MemberOf [naics] :: EmploymentAgency -> Naics [numberOfEmployees] :: EmploymentAgency -> NumberOfEmployees [owns] :: EmploymentAgency -> Owns [parentOrganization] :: EmploymentAgency -> ParentOrganization [review] :: EmploymentAgency -> Review [seeks] :: EmploymentAgency -> Seeks [subOrganization] :: EmploymentAgency -> SubOrganization [taxID] :: EmploymentAgency -> TaxID [telephone] :: EmploymentAgency -> Telephone [vatID] :: EmploymentAgency -> VatID [additionalProperty] :: EmploymentAgency -> AdditionalProperty [containedInPlace] :: EmploymentAgency -> ContainedInPlace [containsPlace] :: EmploymentAgency -> ContainsPlace [geo] :: EmploymentAgency -> Geo [hasMap] :: EmploymentAgency -> HasMap [openingHoursSpecification] :: EmploymentAgency -> OpeningHoursSpecification [photo] :: EmploymentAgency -> Photo [additionalType] :: EmploymentAgency -> AdditionalType [alternateName] :: EmploymentAgency -> AlternateName [description] :: EmploymentAgency -> Description [image] :: EmploymentAgency -> Image [mainEntityOfPage] :: EmploymentAgency -> MainEntityOfPage [name] :: EmploymentAgency -> Name [potentialAction] :: EmploymentAgency -> PotentialAction [sameAs] :: EmploymentAgency -> SameAs [url] :: EmploymentAgency -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.EmploymentAgency.EmploymentAgency instance GHC.Read.Read Text.HTML5.MetaData.Schema.EmploymentAgency.EmploymentAgency instance GHC.Show.Show Text.HTML5.MetaData.Schema.EmploymentAgency.EmploymentAgency instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.EmploymentAgency.EmploymentAgency module Text.HTML5.MetaData.Schema.EndorseAction -- | An agent approvescertifieslikessupportssanction an -- object. -- -- data EndorseAction EndorseAction :: Endorsee -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> EndorseAction [endorsee] :: EndorseAction -> Endorsee [actionStatus] :: EndorseAction -> ActionStatus [agent] :: EndorseAction -> Agent [endTime] :: EndorseAction -> EndTime [error] :: EndorseAction -> Error [instrument] :: EndorseAction -> Instrument [location] :: EndorseAction -> Location [object] :: EndorseAction -> Object [participant] :: EndorseAction -> Participant [result] :: EndorseAction -> Result [startTime] :: EndorseAction -> StartTime [target] :: EndorseAction -> Target [additionalType] :: EndorseAction -> AdditionalType [alternateName] :: EndorseAction -> AlternateName [description] :: EndorseAction -> Description [image] :: EndorseAction -> Image [mainEntityOfPage] :: EndorseAction -> MainEntityOfPage [name] :: EndorseAction -> Name [potentialAction] :: EndorseAction -> PotentialAction [sameAs] :: EndorseAction -> SameAs [url] :: EndorseAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.EndorseAction.EndorseAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.EndorseAction.EndorseAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.EndorseAction.EndorseAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.EndorseAction.EndorseAction module Text.HTML5.MetaData.Schema.EntertainmentBusiness -- | A business providing entertainment. -- -- data EntertainmentBusiness EntertainmentBusiness :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> EntertainmentBusiness [branchCode] :: EntertainmentBusiness -> BranchCode [currenciesAccepted] :: EntertainmentBusiness -> CurrenciesAccepted [openingHours] :: EntertainmentBusiness -> OpeningHours [paymentAccepted] :: EntertainmentBusiness -> PaymentAccepted [priceRange] :: EntertainmentBusiness -> PriceRange [address] :: EntertainmentBusiness -> Address [aggregateRating] :: EntertainmentBusiness -> AggregateRating [alumni] :: EntertainmentBusiness -> Alumni [areaServed] :: EntertainmentBusiness -> AreaServed [award] :: EntertainmentBusiness -> Award [brand] :: EntertainmentBusiness -> Brand [contactPoint] :: EntertainmentBusiness -> ContactPoint [department] :: EntertainmentBusiness -> Department [dissolutionDate] :: EntertainmentBusiness -> DissolutionDate [duns] :: EntertainmentBusiness -> Duns [email] :: EntertainmentBusiness -> Email [employee] :: EntertainmentBusiness -> Employee [event] :: EntertainmentBusiness -> Event [faxNumber] :: EntertainmentBusiness -> FaxNumber [founder] :: EntertainmentBusiness -> Founder [foundingDate] :: EntertainmentBusiness -> FoundingDate [foundingLocation] :: EntertainmentBusiness -> FoundingLocation [globalLocationNumber] :: EntertainmentBusiness -> GlobalLocationNumber [hasOfferCatalog] :: EntertainmentBusiness -> HasOfferCatalog [hasPOS] :: EntertainmentBusiness -> HasPOS [isicV4] :: EntertainmentBusiness -> IsicV4 [legalName] :: EntertainmentBusiness -> LegalName [location] :: EntertainmentBusiness -> Location [logo] :: EntertainmentBusiness -> Logo [makesOffer] :: EntertainmentBusiness -> MakesOffer [member] :: EntertainmentBusiness -> Member [memberOf] :: EntertainmentBusiness -> MemberOf [naics] :: EntertainmentBusiness -> Naics [numberOfEmployees] :: EntertainmentBusiness -> NumberOfEmployees [owns] :: EntertainmentBusiness -> Owns [parentOrganization] :: EntertainmentBusiness -> ParentOrganization [review] :: EntertainmentBusiness -> Review [seeks] :: EntertainmentBusiness -> Seeks [subOrganization] :: EntertainmentBusiness -> SubOrganization [taxID] :: EntertainmentBusiness -> TaxID [telephone] :: EntertainmentBusiness -> Telephone [vatID] :: EntertainmentBusiness -> VatID [additionalProperty] :: EntertainmentBusiness -> AdditionalProperty [containedInPlace] :: EntertainmentBusiness -> ContainedInPlace [containsPlace] :: EntertainmentBusiness -> ContainsPlace [geo] :: EntertainmentBusiness -> Geo [hasMap] :: EntertainmentBusiness -> HasMap [openingHoursSpecification] :: EntertainmentBusiness -> OpeningHoursSpecification [photo] :: EntertainmentBusiness -> Photo [additionalType] :: EntertainmentBusiness -> AdditionalType [alternateName] :: EntertainmentBusiness -> AlternateName [description] :: EntertainmentBusiness -> Description [image] :: EntertainmentBusiness -> Image [mainEntityOfPage] :: EntertainmentBusiness -> MainEntityOfPage [name] :: EntertainmentBusiness -> Name [potentialAction] :: EntertainmentBusiness -> PotentialAction [sameAs] :: EntertainmentBusiness -> SameAs [url] :: EntertainmentBusiness -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.EntertainmentBusiness.EntertainmentBusiness instance GHC.Read.Read Text.HTML5.MetaData.Schema.EntertainmentBusiness.EntertainmentBusiness instance GHC.Show.Show Text.HTML5.MetaData.Schema.EntertainmentBusiness.EntertainmentBusiness instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.EntertainmentBusiness.EntertainmentBusiness module Text.HTML5.MetaData.Schema.NightClub -- | A nightclub or discotheque. -- -- data NightClub NightClub :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AdditionalProperty -> Address -> AggregateRating -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Founder -> FoundingDate -> FoundingLocation -> HasOfferCatalog -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Seeks -> SubOrganization -> TaxID -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> NightClub [branchCode] :: NightClub -> BranchCode [currenciesAccepted] :: NightClub -> CurrenciesAccepted [openingHours] :: NightClub -> OpeningHours [paymentAccepted] :: NightClub -> PaymentAccepted [priceRange] :: NightClub -> PriceRange [additionalProperty] :: NightClub -> AdditionalProperty [address] :: NightClub -> Address [aggregateRating] :: NightClub -> AggregateRating [containedInPlace] :: NightClub -> ContainedInPlace [containsPlace] :: NightClub -> ContainsPlace [event] :: NightClub -> Event [faxNumber] :: NightClub -> FaxNumber [geo] :: NightClub -> Geo [globalLocationNumber] :: NightClub -> GlobalLocationNumber [hasMap] :: NightClub -> HasMap [isicV4] :: NightClub -> IsicV4 [logo] :: NightClub -> Logo [openingHoursSpecification] :: NightClub -> OpeningHoursSpecification [photo] :: NightClub -> Photo [review] :: NightClub -> Review [telephone] :: NightClub -> Telephone [alumni] :: NightClub -> Alumni [areaServed] :: NightClub -> AreaServed [award] :: NightClub -> Award [brand] :: NightClub -> Brand [contactPoint] :: NightClub -> ContactPoint [department] :: NightClub -> Department [dissolutionDate] :: NightClub -> DissolutionDate [duns] :: NightClub -> Duns [email] :: NightClub -> Email [employee] :: NightClub -> Employee [founder] :: NightClub -> Founder [foundingDate] :: NightClub -> FoundingDate [foundingLocation] :: NightClub -> FoundingLocation [hasOfferCatalog] :: NightClub -> HasOfferCatalog [hasPOS] :: NightClub -> HasPOS [legalName] :: NightClub -> LegalName [location] :: NightClub -> Location [makesOffer] :: NightClub -> MakesOffer [member] :: NightClub -> Member [memberOf] :: NightClub -> MemberOf [naics] :: NightClub -> Naics [numberOfEmployees] :: NightClub -> NumberOfEmployees [owns] :: NightClub -> Owns [parentOrganization] :: NightClub -> ParentOrganization [seeks] :: NightClub -> Seeks [subOrganization] :: NightClub -> SubOrganization [taxID] :: NightClub -> TaxID [vatID] :: NightClub -> VatID [additionalType] :: NightClub -> AdditionalType [alternateName] :: NightClub -> AlternateName [description] :: NightClub -> Description [image] :: NightClub -> Image [mainEntityOfPage] :: NightClub -> MainEntityOfPage [name] :: NightClub -> Name [potentialAction] :: NightClub -> PotentialAction [sameAs] :: NightClub -> SameAs [url] :: NightClub -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.NightClub.NightClub instance GHC.Read.Read Text.HTML5.MetaData.Schema.NightClub.NightClub instance GHC.Show.Show Text.HTML5.MetaData.Schema.NightClub.NightClub instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.NightClub.NightClub module Text.HTML5.MetaData.Schema.RadioEpisode -- | A radio episode which can be part of a series or season. -- -- data RadioEpisode RadioEpisode :: Actor -> Director -> EpisodeNumber -> MusicBy -> PartOfSeason -> PartOfSeries -> ProductionCompany -> Trailer -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> RadioEpisode [actor] :: RadioEpisode -> Actor [director] :: RadioEpisode -> Director [episodeNumber] :: RadioEpisode -> EpisodeNumber [musicBy] :: RadioEpisode -> MusicBy [partOfSeason] :: RadioEpisode -> PartOfSeason [partOfSeries] :: RadioEpisode -> PartOfSeries [productionCompany] :: RadioEpisode -> ProductionCompany [trailer] :: RadioEpisode -> Trailer [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 [character] :: RadioEpisode -> Character [citation] :: RadioEpisode -> Citation [comment] :: RadioEpisode -> Comment [commentCount] :: RadioEpisode -> CommentCount [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 [exampleOfWork] :: RadioEpisode -> ExampleOfWork [fileFormat] :: RadioEpisode -> FileFormat [genre] :: RadioEpisode -> Genre [hasPart] :: RadioEpisode -> HasPart [headline] :: RadioEpisode -> Headline [inLanguage] :: RadioEpisode -> InLanguage [interactionStatistic] :: RadioEpisode -> InteractionStatistic [interactivityType] :: RadioEpisode -> InteractivityType [isBasedOnUrl] :: RadioEpisode -> IsBasedOnUrl [isFamilyFriendly] :: RadioEpisode -> IsFamilyFriendly [isPartOf] :: RadioEpisode -> IsPartOf [keywords] :: RadioEpisode -> Keywords [learningResourceType] :: RadioEpisode -> LearningResourceType [license] :: RadioEpisode -> License [locationCreated] :: RadioEpisode -> LocationCreated [mainEntity] :: RadioEpisode -> MainEntity [mentions] :: RadioEpisode -> Mentions [offers] :: RadioEpisode -> Offers [position] :: RadioEpisode -> Position [producer] :: RadioEpisode -> Producer [provider] :: RadioEpisode -> Provider [publication] :: RadioEpisode -> Publication [publisher] :: RadioEpisode -> Publisher [publishingPrinciples] :: RadioEpisode -> PublishingPrinciples [recordedAt] :: RadioEpisode -> RecordedAt [releasedEvent] :: RadioEpisode -> ReleasedEvent [review] :: RadioEpisode -> Review [schemaVersion] :: RadioEpisode -> SchemaVersion [sourceOrganization] :: RadioEpisode -> SourceOrganization [text] :: RadioEpisode -> Text [thumbnailUrl] :: RadioEpisode -> ThumbnailUrl [timeRequired] :: RadioEpisode -> TimeRequired [translator] :: RadioEpisode -> Translator [typicalAgeRange] :: RadioEpisode -> TypicalAgeRange [version] :: RadioEpisode -> Version [video] :: RadioEpisode -> Video [workExample] :: RadioEpisode -> WorkExample [additionalType] :: RadioEpisode -> AdditionalType [alternateName] :: RadioEpisode -> AlternateName [description] :: RadioEpisode -> Description [image] :: RadioEpisode -> Image [mainEntityOfPage] :: RadioEpisode -> MainEntityOfPage [name] :: RadioEpisode -> Name [potentialAction] :: RadioEpisode -> PotentialAction [sameAs] :: RadioEpisode -> SameAs [url] :: RadioEpisode -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.RadioEpisode.RadioEpisode instance GHC.Read.Read Text.HTML5.MetaData.Schema.RadioEpisode.RadioEpisode instance GHC.Show.Show Text.HTML5.MetaData.Schema.RadioEpisode.RadioEpisode instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.RadioEpisode.RadioEpisode module Text.HTML5.MetaData.Schema.Episode -- | A media episode (e.g. TV, radio, video game) which can be part of a -- series or season. -- -- data Episode Episode :: Actor -> Director -> EpisodeNumber -> MusicBy -> PartOfSeason -> PartOfSeries -> ProductionCompany -> Trailer -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Episode [actor] :: Episode -> Actor [director] :: Episode -> Director [episodeNumber] :: Episode -> EpisodeNumber [musicBy] :: Episode -> MusicBy [partOfSeason] :: Episode -> PartOfSeason [partOfSeries] :: Episode -> PartOfSeries [productionCompany] :: Episode -> ProductionCompany [trailer] :: Episode -> Trailer [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 [character] :: Episode -> Character [citation] :: Episode -> Citation [comment] :: Episode -> Comment [commentCount] :: Episode -> CommentCount [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 [exampleOfWork] :: Episode -> ExampleOfWork [fileFormat] :: Episode -> FileFormat [genre] :: Episode -> Genre [hasPart] :: Episode -> HasPart [headline] :: Episode -> Headline [inLanguage] :: Episode -> InLanguage [interactionStatistic] :: Episode -> InteractionStatistic [interactivityType] :: Episode -> InteractivityType [isBasedOnUrl] :: Episode -> IsBasedOnUrl [isFamilyFriendly] :: Episode -> IsFamilyFriendly [isPartOf] :: Episode -> IsPartOf [keywords] :: Episode -> Keywords [learningResourceType] :: Episode -> LearningResourceType [license] :: Episode -> License [locationCreated] :: Episode -> LocationCreated [mainEntity] :: Episode -> MainEntity [mentions] :: Episode -> Mentions [offers] :: Episode -> Offers [position] :: Episode -> Position [producer] :: Episode -> Producer [provider] :: Episode -> Provider [publication] :: Episode -> Publication [publisher] :: Episode -> Publisher [publishingPrinciples] :: Episode -> PublishingPrinciples [recordedAt] :: Episode -> RecordedAt [releasedEvent] :: Episode -> ReleasedEvent [review] :: Episode -> Review [schemaVersion] :: Episode -> SchemaVersion [sourceOrganization] :: Episode -> SourceOrganization [text] :: Episode -> Text [thumbnailUrl] :: Episode -> ThumbnailUrl [timeRequired] :: Episode -> TimeRequired [translator] :: Episode -> Translator [typicalAgeRange] :: Episode -> TypicalAgeRange [version] :: Episode -> Version [video] :: Episode -> Video [workExample] :: Episode -> WorkExample [additionalType] :: Episode -> AdditionalType [alternateName] :: Episode -> AlternateName [description] :: Episode -> Description [image] :: Episode -> Image [mainEntityOfPage] :: Episode -> MainEntityOfPage [name] :: Episode -> Name [potentialAction] :: Episode -> PotentialAction [sameAs] :: Episode -> SameAs [url] :: Episode -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Episode.Episode instance GHC.Read.Read Text.HTML5.MetaData.Schema.Episode.Episode instance GHC.Show.Show Text.HTML5.MetaData.Schema.Episode.Episode instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Episode.Episode module Text.HTML5.MetaData.Schema.TVEpisode -- | A TV episode which can be part of a series or season. -- -- data TVEpisode TVEpisode :: CountryOfOrigin -> SubtitleLanguage -> Actor -> Director -> EpisodeNumber -> MusicBy -> PartOfSeason -> PartOfSeries -> ProductionCompany -> Trailer -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> TVEpisode [countryOfOrigin] :: TVEpisode -> CountryOfOrigin [subtitleLanguage] :: TVEpisode -> SubtitleLanguage [actor] :: TVEpisode -> Actor [director] :: TVEpisode -> Director [episodeNumber] :: TVEpisode -> EpisodeNumber [musicBy] :: TVEpisode -> MusicBy [partOfSeason] :: TVEpisode -> PartOfSeason [partOfSeries] :: TVEpisode -> PartOfSeries [productionCompany] :: TVEpisode -> ProductionCompany [trailer] :: TVEpisode -> Trailer [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 [character] :: TVEpisode -> Character [citation] :: TVEpisode -> Citation [comment] :: TVEpisode -> Comment [commentCount] :: TVEpisode -> CommentCount [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 [exampleOfWork] :: TVEpisode -> ExampleOfWork [fileFormat] :: TVEpisode -> FileFormat [genre] :: TVEpisode -> Genre [hasPart] :: TVEpisode -> HasPart [headline] :: TVEpisode -> Headline [inLanguage] :: TVEpisode -> InLanguage [interactionStatistic] :: TVEpisode -> InteractionStatistic [interactivityType] :: TVEpisode -> InteractivityType [isBasedOnUrl] :: TVEpisode -> IsBasedOnUrl [isFamilyFriendly] :: TVEpisode -> IsFamilyFriendly [isPartOf] :: TVEpisode -> IsPartOf [keywords] :: TVEpisode -> Keywords [learningResourceType] :: TVEpisode -> LearningResourceType [license] :: TVEpisode -> License [locationCreated] :: TVEpisode -> LocationCreated [mainEntity] :: TVEpisode -> MainEntity [mentions] :: TVEpisode -> Mentions [offers] :: TVEpisode -> Offers [position] :: TVEpisode -> Position [producer] :: TVEpisode -> Producer [provider] :: TVEpisode -> Provider [publication] :: TVEpisode -> Publication [publisher] :: TVEpisode -> Publisher [publishingPrinciples] :: TVEpisode -> PublishingPrinciples [recordedAt] :: TVEpisode -> RecordedAt [releasedEvent] :: TVEpisode -> ReleasedEvent [review] :: TVEpisode -> Review [schemaVersion] :: TVEpisode -> SchemaVersion [sourceOrganization] :: TVEpisode -> SourceOrganization [text] :: TVEpisode -> Text [thumbnailUrl] :: TVEpisode -> ThumbnailUrl [timeRequired] :: TVEpisode -> TimeRequired [translator] :: TVEpisode -> Translator [typicalAgeRange] :: TVEpisode -> TypicalAgeRange [version] :: TVEpisode -> Version [video] :: TVEpisode -> Video [workExample] :: TVEpisode -> WorkExample [additionalType] :: TVEpisode -> AdditionalType [alternateName] :: TVEpisode -> AlternateName [description] :: TVEpisode -> Description [image] :: TVEpisode -> Image [mainEntityOfPage] :: TVEpisode -> MainEntityOfPage [name] :: TVEpisode -> Name [potentialAction] :: TVEpisode -> PotentialAction [sameAs] :: TVEpisode -> SameAs [url] :: TVEpisode -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.TVEpisode.TVEpisode instance GHC.Read.Read Text.HTML5.MetaData.Schema.TVEpisode.TVEpisode instance GHC.Show.Show Text.HTML5.MetaData.Schema.TVEpisode.TVEpisode instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.TVEpisode.TVEpisode module Text.HTML5.MetaData.Schema.ExhibitionEvent -- | Event type: Exhibition event, e.g. at a museum, library, archive, -- tradeshow, ... -- -- data ExhibitionEvent ExhibitionEvent :: AggregateRating -> Attendee -> DoorTime -> Duration -> EndDate -> EventStatus -> InLanguage -> Location -> Offers -> Organizer -> Performer -> PreviousStartDate -> RecordedIn -> Review -> StartDate -> SubEvent -> SuperEvent -> TypicalAgeRange -> WorkFeatured -> WorkPerformed -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ExhibitionEvent [aggregateRating] :: ExhibitionEvent -> AggregateRating [attendee] :: ExhibitionEvent -> Attendee [doorTime] :: ExhibitionEvent -> DoorTime [duration] :: ExhibitionEvent -> Duration [endDate] :: ExhibitionEvent -> EndDate [eventStatus] :: ExhibitionEvent -> EventStatus [inLanguage] :: ExhibitionEvent -> InLanguage [location] :: ExhibitionEvent -> Location [offers] :: ExhibitionEvent -> Offers [organizer] :: ExhibitionEvent -> Organizer [performer] :: ExhibitionEvent -> Performer [previousStartDate] :: ExhibitionEvent -> PreviousStartDate [recordedIn] :: ExhibitionEvent -> RecordedIn [review] :: ExhibitionEvent -> Review [startDate] :: ExhibitionEvent -> StartDate [subEvent] :: ExhibitionEvent -> SubEvent [superEvent] :: ExhibitionEvent -> SuperEvent [typicalAgeRange] :: ExhibitionEvent -> TypicalAgeRange [workFeatured] :: ExhibitionEvent -> WorkFeatured [workPerformed] :: ExhibitionEvent -> WorkPerformed [additionalType] :: ExhibitionEvent -> AdditionalType [alternateName] :: ExhibitionEvent -> AlternateName [description] :: ExhibitionEvent -> Description [image] :: ExhibitionEvent -> Image [mainEntityOfPage] :: ExhibitionEvent -> MainEntityOfPage [name] :: ExhibitionEvent -> Name [potentialAction] :: ExhibitionEvent -> PotentialAction [sameAs] :: ExhibitionEvent -> SameAs [url] :: ExhibitionEvent -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ExhibitionEvent.ExhibitionEvent instance GHC.Read.Read Text.HTML5.MetaData.Schema.ExhibitionEvent.ExhibitionEvent instance GHC.Show.Show Text.HTML5.MetaData.Schema.ExhibitionEvent.ExhibitionEvent instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ExhibitionEvent.ExhibitionEvent module Text.HTML5.MetaData.Schema.Festival -- | Event type: Festival. -- -- data Festival Festival :: AggregateRating -> Attendee -> DoorTime -> Duration -> EndDate -> EventStatus -> InLanguage -> Location -> Offers -> Organizer -> Performer -> PreviousStartDate -> RecordedIn -> Review -> StartDate -> SubEvent -> SuperEvent -> TypicalAgeRange -> WorkFeatured -> WorkPerformed -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Festival [aggregateRating] :: Festival -> AggregateRating [attendee] :: Festival -> Attendee [doorTime] :: Festival -> DoorTime [duration] :: Festival -> Duration [endDate] :: Festival -> EndDate [eventStatus] :: Festival -> EventStatus [inLanguage] :: Festival -> InLanguage [location] :: Festival -> Location [offers] :: Festival -> Offers [organizer] :: Festival -> Organizer [performer] :: Festival -> Performer [previousStartDate] :: Festival -> PreviousStartDate [recordedIn] :: Festival -> RecordedIn [review] :: Festival -> Review [startDate] :: Festival -> StartDate [subEvent] :: Festival -> SubEvent [superEvent] :: Festival -> SuperEvent [typicalAgeRange] :: Festival -> TypicalAgeRange [workFeatured] :: Festival -> WorkFeatured [workPerformed] :: Festival -> WorkPerformed [additionalType] :: Festival -> AdditionalType [alternateName] :: Festival -> AlternateName [description] :: Festival -> Description [image] :: Festival -> Image [mainEntityOfPage] :: Festival -> MainEntityOfPage [name] :: Festival -> Name [potentialAction] :: Festival -> PotentialAction [sameAs] :: Festival -> SameAs [url] :: Festival -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Festival.Festival instance GHC.Read.Read Text.HTML5.MetaData.Schema.Festival.Festival instance GHC.Show.Show Text.HTML5.MetaData.Schema.Festival.Festival instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Festival.Festival module Text.HTML5.MetaData.Schema.LiteraryEvent -- | Event type: Literary event. -- -- data LiteraryEvent LiteraryEvent :: AggregateRating -> Attendee -> DoorTime -> Duration -> EndDate -> EventStatus -> InLanguage -> Location -> Offers -> Organizer -> Performer -> PreviousStartDate -> RecordedIn -> Review -> StartDate -> SubEvent -> SuperEvent -> TypicalAgeRange -> WorkFeatured -> WorkPerformed -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> LiteraryEvent [aggregateRating] :: LiteraryEvent -> AggregateRating [attendee] :: LiteraryEvent -> Attendee [doorTime] :: LiteraryEvent -> DoorTime [duration] :: LiteraryEvent -> Duration [endDate] :: LiteraryEvent -> EndDate [eventStatus] :: LiteraryEvent -> EventStatus [inLanguage] :: LiteraryEvent -> InLanguage [location] :: LiteraryEvent -> Location [offers] :: LiteraryEvent -> Offers [organizer] :: LiteraryEvent -> Organizer [performer] :: LiteraryEvent -> Performer [previousStartDate] :: LiteraryEvent -> PreviousStartDate [recordedIn] :: LiteraryEvent -> RecordedIn [review] :: LiteraryEvent -> Review [startDate] :: LiteraryEvent -> StartDate [subEvent] :: LiteraryEvent -> SubEvent [superEvent] :: LiteraryEvent -> SuperEvent [typicalAgeRange] :: LiteraryEvent -> TypicalAgeRange [workFeatured] :: LiteraryEvent -> WorkFeatured [workPerformed] :: LiteraryEvent -> WorkPerformed [additionalType] :: LiteraryEvent -> AdditionalType [alternateName] :: LiteraryEvent -> AlternateName [description] :: LiteraryEvent -> Description [image] :: LiteraryEvent -> Image [mainEntityOfPage] :: LiteraryEvent -> MainEntityOfPage [name] :: LiteraryEvent -> Name [potentialAction] :: LiteraryEvent -> PotentialAction [sameAs] :: LiteraryEvent -> SameAs [url] :: LiteraryEvent -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.LiteraryEvent.LiteraryEvent instance GHC.Read.Read Text.HTML5.MetaData.Schema.LiteraryEvent.LiteraryEvent instance GHC.Show.Show Text.HTML5.MetaData.Schema.LiteraryEvent.LiteraryEvent instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.LiteraryEvent.LiteraryEvent module Text.HTML5.MetaData.Schema.MusicEvent -- | Event type: Music event. -- -- data MusicEvent MusicEvent :: AggregateRating -> Attendee -> DoorTime -> Duration -> EndDate -> EventStatus -> InLanguage -> Location -> Offers -> Organizer -> Performer -> PreviousStartDate -> RecordedIn -> Review -> StartDate -> SubEvent -> SuperEvent -> TypicalAgeRange -> WorkFeatured -> WorkPerformed -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MusicEvent [aggregateRating] :: MusicEvent -> AggregateRating [attendee] :: MusicEvent -> Attendee [doorTime] :: MusicEvent -> DoorTime [duration] :: MusicEvent -> Duration [endDate] :: MusicEvent -> EndDate [eventStatus] :: MusicEvent -> EventStatus [inLanguage] :: MusicEvent -> InLanguage [location] :: MusicEvent -> Location [offers] :: MusicEvent -> Offers [organizer] :: MusicEvent -> Organizer [performer] :: MusicEvent -> Performer [previousStartDate] :: MusicEvent -> PreviousStartDate [recordedIn] :: MusicEvent -> RecordedIn [review] :: MusicEvent -> Review [startDate] :: MusicEvent -> StartDate [subEvent] :: MusicEvent -> SubEvent [superEvent] :: MusicEvent -> SuperEvent [typicalAgeRange] :: MusicEvent -> TypicalAgeRange [workFeatured] :: MusicEvent -> WorkFeatured [workPerformed] :: MusicEvent -> WorkPerformed [additionalType] :: MusicEvent -> AdditionalType [alternateName] :: MusicEvent -> AlternateName [description] :: MusicEvent -> Description [image] :: MusicEvent -> Image [mainEntityOfPage] :: MusicEvent -> MainEntityOfPage [name] :: MusicEvent -> Name [potentialAction] :: MusicEvent -> PotentialAction [sameAs] :: MusicEvent -> SameAs [url] :: MusicEvent -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MusicEvent.MusicEvent instance GHC.Read.Read Text.HTML5.MetaData.Schema.MusicEvent.MusicEvent instance GHC.Show.Show Text.HTML5.MetaData.Schema.MusicEvent.MusicEvent instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MusicEvent.MusicEvent module Text.HTML5.MetaData.Schema.SaleEvent -- | Event type: Sales event. -- -- data SaleEvent SaleEvent :: AggregateRating -> Attendee -> DoorTime -> Duration -> EndDate -> EventStatus -> InLanguage -> Location -> Offers -> Organizer -> Performer -> PreviousStartDate -> RecordedIn -> Review -> StartDate -> SubEvent -> SuperEvent -> TypicalAgeRange -> WorkFeatured -> WorkPerformed -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> SaleEvent [aggregateRating] :: SaleEvent -> AggregateRating [attendee] :: SaleEvent -> Attendee [doorTime] :: SaleEvent -> DoorTime [duration] :: SaleEvent -> Duration [endDate] :: SaleEvent -> EndDate [eventStatus] :: SaleEvent -> EventStatus [inLanguage] :: SaleEvent -> InLanguage [location] :: SaleEvent -> Location [offers] :: SaleEvent -> Offers [organizer] :: SaleEvent -> Organizer [performer] :: SaleEvent -> Performer [previousStartDate] :: SaleEvent -> PreviousStartDate [recordedIn] :: SaleEvent -> RecordedIn [review] :: SaleEvent -> Review [startDate] :: SaleEvent -> StartDate [subEvent] :: SaleEvent -> SubEvent [superEvent] :: SaleEvent -> SuperEvent [typicalAgeRange] :: SaleEvent -> TypicalAgeRange [workFeatured] :: SaleEvent -> WorkFeatured [workPerformed] :: SaleEvent -> WorkPerformed [additionalType] :: SaleEvent -> AdditionalType [alternateName] :: SaleEvent -> AlternateName [description] :: SaleEvent -> Description [image] :: SaleEvent -> Image [mainEntityOfPage] :: SaleEvent -> MainEntityOfPage [name] :: SaleEvent -> Name [potentialAction] :: SaleEvent -> PotentialAction [sameAs] :: SaleEvent -> SameAs [url] :: SaleEvent -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.SaleEvent.SaleEvent instance GHC.Read.Read Text.HTML5.MetaData.Schema.SaleEvent.SaleEvent instance GHC.Show.Show Text.HTML5.MetaData.Schema.SaleEvent.SaleEvent instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.SaleEvent.SaleEvent module Text.HTML5.MetaData.Schema.ScreeningEvent -- | A screening of a movie or other video. -- -- data ScreeningEvent ScreeningEvent :: SubtitleLanguage -> VideoFormat -> WorkPresented -> AggregateRating -> Attendee -> DoorTime -> Duration -> EndDate -> EventStatus -> InLanguage -> Location -> Offers -> Organizer -> Performer -> PreviousStartDate -> RecordedIn -> Review -> StartDate -> SubEvent -> SuperEvent -> TypicalAgeRange -> WorkFeatured -> WorkPerformed -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ScreeningEvent [subtitleLanguage] :: ScreeningEvent -> SubtitleLanguage [videoFormat] :: ScreeningEvent -> VideoFormat [workPresented] :: ScreeningEvent -> WorkPresented [aggregateRating] :: ScreeningEvent -> AggregateRating [attendee] :: ScreeningEvent -> Attendee [doorTime] :: ScreeningEvent -> DoorTime [duration] :: ScreeningEvent -> Duration [endDate] :: ScreeningEvent -> EndDate [eventStatus] :: ScreeningEvent -> EventStatus [inLanguage] :: ScreeningEvent -> InLanguage [location] :: ScreeningEvent -> Location [offers] :: ScreeningEvent -> Offers [organizer] :: ScreeningEvent -> Organizer [performer] :: ScreeningEvent -> Performer [previousStartDate] :: ScreeningEvent -> PreviousStartDate [recordedIn] :: ScreeningEvent -> RecordedIn [review] :: ScreeningEvent -> Review [startDate] :: ScreeningEvent -> StartDate [subEvent] :: ScreeningEvent -> SubEvent [superEvent] :: ScreeningEvent -> SuperEvent [typicalAgeRange] :: ScreeningEvent -> TypicalAgeRange [workFeatured] :: ScreeningEvent -> WorkFeatured [workPerformed] :: ScreeningEvent -> WorkPerformed [additionalType] :: ScreeningEvent -> AdditionalType [alternateName] :: ScreeningEvent -> AlternateName [description] :: ScreeningEvent -> Description [image] :: ScreeningEvent -> Image [mainEntityOfPage] :: ScreeningEvent -> MainEntityOfPage [name] :: ScreeningEvent -> Name [potentialAction] :: ScreeningEvent -> PotentialAction [sameAs] :: ScreeningEvent -> SameAs [url] :: ScreeningEvent -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ScreeningEvent.ScreeningEvent instance GHC.Read.Read Text.HTML5.MetaData.Schema.ScreeningEvent.ScreeningEvent instance GHC.Show.Show Text.HTML5.MetaData.Schema.ScreeningEvent.ScreeningEvent instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ScreeningEvent.ScreeningEvent module Text.HTML5.MetaData.Schema.SocialEvent -- | Event type: Social event. -- -- data SocialEvent SocialEvent :: AggregateRating -> Attendee -> DoorTime -> Duration -> EndDate -> EventStatus -> InLanguage -> Location -> Offers -> Organizer -> Performer -> PreviousStartDate -> RecordedIn -> Review -> StartDate -> SubEvent -> SuperEvent -> TypicalAgeRange -> WorkFeatured -> WorkPerformed -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> SocialEvent [aggregateRating] :: SocialEvent -> AggregateRating [attendee] :: SocialEvent -> Attendee [doorTime] :: SocialEvent -> DoorTime [duration] :: SocialEvent -> Duration [endDate] :: SocialEvent -> EndDate [eventStatus] :: SocialEvent -> EventStatus [inLanguage] :: SocialEvent -> InLanguage [location] :: SocialEvent -> Location [offers] :: SocialEvent -> Offers [organizer] :: SocialEvent -> Organizer [performer] :: SocialEvent -> Performer [previousStartDate] :: SocialEvent -> PreviousStartDate [recordedIn] :: SocialEvent -> RecordedIn [review] :: SocialEvent -> Review [startDate] :: SocialEvent -> StartDate [subEvent] :: SocialEvent -> SubEvent [superEvent] :: SocialEvent -> SuperEvent [typicalAgeRange] :: SocialEvent -> TypicalAgeRange [workFeatured] :: SocialEvent -> WorkFeatured [workPerformed] :: SocialEvent -> WorkPerformed [additionalType] :: SocialEvent -> AdditionalType [alternateName] :: SocialEvent -> AlternateName [description] :: SocialEvent -> Description [image] :: SocialEvent -> Image [mainEntityOfPage] :: SocialEvent -> MainEntityOfPage [name] :: SocialEvent -> Name [potentialAction] :: SocialEvent -> PotentialAction [sameAs] :: SocialEvent -> SameAs [url] :: SocialEvent -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.SocialEvent.SocialEvent instance GHC.Read.Read Text.HTML5.MetaData.Schema.SocialEvent.SocialEvent instance GHC.Show.Show Text.HTML5.MetaData.Schema.SocialEvent.SocialEvent instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.SocialEvent.SocialEvent module Text.HTML5.MetaData.Schema.TheaterEvent -- | Event type: Theater performance. -- -- data TheaterEvent TheaterEvent :: AggregateRating -> Attendee -> DoorTime -> Duration -> EndDate -> EventStatus -> InLanguage -> Location -> Offers -> Organizer -> Performer -> PreviousStartDate -> RecordedIn -> Review -> StartDate -> SubEvent -> SuperEvent -> TypicalAgeRange -> WorkFeatured -> WorkPerformed -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> TheaterEvent [aggregateRating] :: TheaterEvent -> AggregateRating [attendee] :: TheaterEvent -> Attendee [doorTime] :: TheaterEvent -> DoorTime [duration] :: TheaterEvent -> Duration [endDate] :: TheaterEvent -> EndDate [eventStatus] :: TheaterEvent -> EventStatus [inLanguage] :: TheaterEvent -> InLanguage [location] :: TheaterEvent -> Location [offers] :: TheaterEvent -> Offers [organizer] :: TheaterEvent -> Organizer [performer] :: TheaterEvent -> Performer [previousStartDate] :: TheaterEvent -> PreviousStartDate [recordedIn] :: TheaterEvent -> RecordedIn [review] :: TheaterEvent -> Review [startDate] :: TheaterEvent -> StartDate [subEvent] :: TheaterEvent -> SubEvent [superEvent] :: TheaterEvent -> SuperEvent [typicalAgeRange] :: TheaterEvent -> TypicalAgeRange [workFeatured] :: TheaterEvent -> WorkFeatured [workPerformed] :: TheaterEvent -> WorkPerformed [additionalType] :: TheaterEvent -> AdditionalType [alternateName] :: TheaterEvent -> AlternateName [description] :: TheaterEvent -> Description [image] :: TheaterEvent -> Image [mainEntityOfPage] :: TheaterEvent -> MainEntityOfPage [name] :: TheaterEvent -> Name [potentialAction] :: TheaterEvent -> PotentialAction [sameAs] :: TheaterEvent -> SameAs [url] :: TheaterEvent -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.TheaterEvent.TheaterEvent instance GHC.Read.Read Text.HTML5.MetaData.Schema.TheaterEvent.TheaterEvent instance GHC.Show.Show Text.HTML5.MetaData.Schema.TheaterEvent.TheaterEvent instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.TheaterEvent.TheaterEvent module Text.HTML5.MetaData.Schema.Event -- | An event happening at a certain time and location, such as a concert, -- lecture, or festival. Ticketing information may be added via the -- offers property. Repeated events may be structured as separate -- Event objects. -- -- data Event Event :: AggregateRating -> Attendee -> DoorTime -> Duration -> EndDate -> EventStatus -> InLanguage -> Location -> Offers -> Organizer -> Performer -> PreviousStartDate -> RecordedIn -> Review -> StartDate -> SubEvent -> SuperEvent -> TypicalAgeRange -> WorkFeatured -> WorkPerformed -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Event [aggregateRating] :: Event -> AggregateRating [attendee] :: Event -> Attendee [doorTime] :: Event -> DoorTime [duration] :: Event -> Duration [endDate] :: Event -> EndDate [eventStatus] :: Event -> EventStatus [inLanguage] :: Event -> InLanguage [location] :: Event -> Location [offers] :: Event -> Offers [organizer] :: Event -> Organizer [performer] :: Event -> Performer [previousStartDate] :: Event -> PreviousStartDate [recordedIn] :: Event -> RecordedIn [review] :: Event -> Review [startDate] :: Event -> StartDate [subEvent] :: Event -> SubEvent [superEvent] :: Event -> SuperEvent [typicalAgeRange] :: Event -> TypicalAgeRange [workFeatured] :: Event -> WorkFeatured [workPerformed] :: Event -> WorkPerformed [additionalType] :: Event -> AdditionalType [alternateName] :: Event -> AlternateName [description] :: Event -> Description [image] :: Event -> Image [mainEntityOfPage] :: Event -> MainEntityOfPage [name] :: Event -> Name [potentialAction] :: Event -> PotentialAction [sameAs] :: Event -> SameAs [url] :: Event -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Event.Event instance GHC.Read.Read Text.HTML5.MetaData.Schema.Event.Event instance GHC.Show.Show Text.HTML5.MetaData.Schema.Event.Event instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Event.Event module Text.HTML5.MetaData.Schema.VisualArtsEvent -- | Event type: Visual arts event. -- -- data VisualArtsEvent VisualArtsEvent :: AggregateRating -> Attendee -> DoorTime -> Duration -> EndDate -> EventStatus -> InLanguage -> Location -> Offers -> Organizer -> Performer -> PreviousStartDate -> RecordedIn -> Review -> StartDate -> SubEvent -> SuperEvent -> TypicalAgeRange -> WorkFeatured -> WorkPerformed -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> VisualArtsEvent [aggregateRating] :: VisualArtsEvent -> AggregateRating [attendee] :: VisualArtsEvent -> Attendee [doorTime] :: VisualArtsEvent -> DoorTime [duration] :: VisualArtsEvent -> Duration [endDate] :: VisualArtsEvent -> EndDate [eventStatus] :: VisualArtsEvent -> EventStatus [inLanguage] :: VisualArtsEvent -> InLanguage [location] :: VisualArtsEvent -> Location [offers] :: VisualArtsEvent -> Offers [organizer] :: VisualArtsEvent -> Organizer [performer] :: VisualArtsEvent -> Performer [previousStartDate] :: VisualArtsEvent -> PreviousStartDate [recordedIn] :: VisualArtsEvent -> RecordedIn [review] :: VisualArtsEvent -> Review [startDate] :: VisualArtsEvent -> StartDate [subEvent] :: VisualArtsEvent -> SubEvent [superEvent] :: VisualArtsEvent -> SuperEvent [typicalAgeRange] :: VisualArtsEvent -> TypicalAgeRange [workFeatured] :: VisualArtsEvent -> WorkFeatured [workPerformed] :: VisualArtsEvent -> WorkPerformed [additionalType] :: VisualArtsEvent -> AdditionalType [alternateName] :: VisualArtsEvent -> AlternateName [description] :: VisualArtsEvent -> Description [image] :: VisualArtsEvent -> Image [mainEntityOfPage] :: VisualArtsEvent -> MainEntityOfPage [name] :: VisualArtsEvent -> Name [potentialAction] :: VisualArtsEvent -> PotentialAction [sameAs] :: VisualArtsEvent -> SameAs [url] :: VisualArtsEvent -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.VisualArtsEvent.VisualArtsEvent instance GHC.Read.Read Text.HTML5.MetaData.Schema.VisualArtsEvent.VisualArtsEvent instance GHC.Show.Show Text.HTML5.MetaData.Schema.VisualArtsEvent.VisualArtsEvent instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.VisualArtsEvent.VisualArtsEvent module Text.HTML5.MetaData.Schema.EventReservation -- | A reservation for an event like a concert, sporting event, or lecture. -- -- data EventReservation EventReservation :: BookingTime -> Broker -> ModifiedTime -> PriceCurrency -> ProgramMembershipUsed -> Provider -> ReservationFor -> ReservationId -> ReservationStatus -> ReservedTicket -> TotalPrice -> UnderName -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> EventReservation [bookingTime] :: EventReservation -> BookingTime [broker] :: EventReservation -> Broker [modifiedTime] :: EventReservation -> ModifiedTime [priceCurrency] :: EventReservation -> PriceCurrency [programMembershipUsed] :: EventReservation -> ProgramMembershipUsed [provider] :: EventReservation -> Provider [reservationFor] :: EventReservation -> ReservationFor [reservationId] :: EventReservation -> ReservationId [reservationStatus] :: EventReservation -> ReservationStatus [reservedTicket] :: EventReservation -> ReservedTicket [totalPrice] :: EventReservation -> TotalPrice [underName] :: EventReservation -> UnderName [additionalType] :: EventReservation -> AdditionalType [alternateName] :: EventReservation -> AlternateName [description] :: EventReservation -> Description [image] :: EventReservation -> Image [mainEntityOfPage] :: EventReservation -> MainEntityOfPage [name] :: EventReservation -> Name [potentialAction] :: EventReservation -> PotentialAction [sameAs] :: EventReservation -> SameAs [url] :: EventReservation -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.EventReservation.EventReservation instance GHC.Read.Read Text.HTML5.MetaData.Schema.EventReservation.EventReservation instance GHC.Show.Show Text.HTML5.MetaData.Schema.EventReservation.EventReservation instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.EventReservation.EventReservation module Text.HTML5.MetaData.Schema.ExerciseAction -- | The act of participating in exertive activity for the purposes of -- improving health and fitness. -- -- data ExerciseAction ExerciseAction :: Distance -> ExerciseCourse -> ExercisePlan -> ExerciseRelatedDiet -> ExerciseType -> FromLocation -> Opponent -> SportsActivityLocation -> SportsEvent -> SportsTeam -> ToLocation -> Audience -> Event -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ExerciseAction [distance] :: ExerciseAction -> Distance [exerciseCourse] :: ExerciseAction -> ExerciseCourse [exercisePlan] :: ExerciseAction -> ExercisePlan [exerciseRelatedDiet] :: ExerciseAction -> ExerciseRelatedDiet [exerciseType] :: ExerciseAction -> ExerciseType [fromLocation] :: ExerciseAction -> FromLocation [opponent] :: ExerciseAction -> Opponent [sportsActivityLocation] :: ExerciseAction -> SportsActivityLocation [sportsEvent] :: ExerciseAction -> SportsEvent [sportsTeam] :: ExerciseAction -> SportsTeam [toLocation] :: ExerciseAction -> ToLocation [audience] :: ExerciseAction -> Audience [event] :: ExerciseAction -> Event [actionStatus] :: ExerciseAction -> ActionStatus [agent] :: ExerciseAction -> Agent [endTime] :: ExerciseAction -> EndTime [error] :: ExerciseAction -> Error [instrument] :: ExerciseAction -> Instrument [location] :: ExerciseAction -> Location [object] :: ExerciseAction -> Object [participant] :: ExerciseAction -> Participant [result] :: ExerciseAction -> Result [startTime] :: ExerciseAction -> StartTime [target] :: ExerciseAction -> Target [additionalType] :: ExerciseAction -> AdditionalType [alternateName] :: ExerciseAction -> AlternateName [description] :: ExerciseAction -> Description [image] :: ExerciseAction -> Image [mainEntityOfPage] :: ExerciseAction -> MainEntityOfPage [name] :: ExerciseAction -> Name [potentialAction] :: ExerciseAction -> PotentialAction [sameAs] :: ExerciseAction -> SameAs [url] :: ExerciseAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ExerciseAction.ExerciseAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.ExerciseAction.ExerciseAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.ExerciseAction.ExerciseAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ExerciseAction.ExerciseAction module Text.HTML5.MetaData.Schema.ExerciseGym -- | A gym. -- -- data ExerciseGym ExerciseGym :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ExerciseGym [branchCode] :: ExerciseGym -> BranchCode [currenciesAccepted] :: ExerciseGym -> CurrenciesAccepted [openingHours] :: ExerciseGym -> OpeningHours [paymentAccepted] :: ExerciseGym -> PaymentAccepted [priceRange] :: ExerciseGym -> PriceRange [address] :: ExerciseGym -> Address [aggregateRating] :: ExerciseGym -> AggregateRating [alumni] :: ExerciseGym -> Alumni [areaServed] :: ExerciseGym -> AreaServed [award] :: ExerciseGym -> Award [brand] :: ExerciseGym -> Brand [contactPoint] :: ExerciseGym -> ContactPoint [department] :: ExerciseGym -> Department [dissolutionDate] :: ExerciseGym -> DissolutionDate [duns] :: ExerciseGym -> Duns [email] :: ExerciseGym -> Email [employee] :: ExerciseGym -> Employee [event] :: ExerciseGym -> Event [faxNumber] :: ExerciseGym -> FaxNumber [founder] :: ExerciseGym -> Founder [foundingDate] :: ExerciseGym -> FoundingDate [foundingLocation] :: ExerciseGym -> FoundingLocation [globalLocationNumber] :: ExerciseGym -> GlobalLocationNumber [hasOfferCatalog] :: ExerciseGym -> HasOfferCatalog [hasPOS] :: ExerciseGym -> HasPOS [isicV4] :: ExerciseGym -> IsicV4 [legalName] :: ExerciseGym -> LegalName [location] :: ExerciseGym -> Location [logo] :: ExerciseGym -> Logo [makesOffer] :: ExerciseGym -> MakesOffer [member] :: ExerciseGym -> Member [memberOf] :: ExerciseGym -> MemberOf [naics] :: ExerciseGym -> Naics [numberOfEmployees] :: ExerciseGym -> NumberOfEmployees [owns] :: ExerciseGym -> Owns [parentOrganization] :: ExerciseGym -> ParentOrganization [review] :: ExerciseGym -> Review [seeks] :: ExerciseGym -> Seeks [subOrganization] :: ExerciseGym -> SubOrganization [taxID] :: ExerciseGym -> TaxID [telephone] :: ExerciseGym -> Telephone [vatID] :: ExerciseGym -> VatID [additionalProperty] :: ExerciseGym -> AdditionalProperty [containedInPlace] :: ExerciseGym -> ContainedInPlace [containsPlace] :: ExerciseGym -> ContainsPlace [geo] :: ExerciseGym -> Geo [hasMap] :: ExerciseGym -> HasMap [openingHoursSpecification] :: ExerciseGym -> OpeningHoursSpecification [photo] :: ExerciseGym -> Photo [additionalType] :: ExerciseGym -> AdditionalType [alternateName] :: ExerciseGym -> AlternateName [description] :: ExerciseGym -> Description [image] :: ExerciseGym -> Image [mainEntityOfPage] :: ExerciseGym -> MainEntityOfPage [name] :: ExerciseGym -> Name [potentialAction] :: ExerciseGym -> PotentialAction [sameAs] :: ExerciseGym -> SameAs [url] :: ExerciseGym -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ExerciseGym.ExerciseGym instance GHC.Read.Read Text.HTML5.MetaData.Schema.ExerciseGym.ExerciseGym instance GHC.Show.Show Text.HTML5.MetaData.Schema.ExerciseGym.ExerciseGym instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ExerciseGym.ExerciseGym module Text.HTML5.MetaData.Schema.ExercisePlan -- | Fitness-related activity designed for a specific health-related -- purpose, including defined exercise routines as well as activity -- prescribed by a clinician. -- -- data ExercisePlan ExercisePlan :: ActivityDuration -> ActivityFrequency -> AdditionalVariable -> ExerciseType -> Intensity -> Repetitions -> RestPeriods -> Workload -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AssociatedAnatomy -> Category -> Epidemiology -> Pathophysiology -> AdverseOutcome -> Contraindication -> DuplicateTherapy -> Indication -> SeriousAdverseOutcome -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ExercisePlan [activityDuration] :: ExercisePlan -> ActivityDuration [activityFrequency] :: ExercisePlan -> ActivityFrequency [additionalVariable] :: ExercisePlan -> AdditionalVariable [exerciseType] :: ExercisePlan -> ExerciseType [intensity] :: ExercisePlan -> Intensity [repetitions] :: ExercisePlan -> Repetitions [restPeriods] :: ExercisePlan -> RestPeriods [workload] :: ExercisePlan -> Workload [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 [character] :: ExercisePlan -> Character [citation] :: ExercisePlan -> Citation [comment] :: ExercisePlan -> Comment [commentCount] :: ExercisePlan -> CommentCount [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 [exampleOfWork] :: ExercisePlan -> ExampleOfWork [fileFormat] :: ExercisePlan -> FileFormat [genre] :: ExercisePlan -> Genre [hasPart] :: ExercisePlan -> HasPart [headline] :: ExercisePlan -> Headline [inLanguage] :: ExercisePlan -> InLanguage [interactionStatistic] :: ExercisePlan -> InteractionStatistic [interactivityType] :: ExercisePlan -> InteractivityType [isBasedOnUrl] :: ExercisePlan -> IsBasedOnUrl [isFamilyFriendly] :: ExercisePlan -> IsFamilyFriendly [isPartOf] :: ExercisePlan -> IsPartOf [keywords] :: ExercisePlan -> Keywords [learningResourceType] :: ExercisePlan -> LearningResourceType [license] :: ExercisePlan -> License [locationCreated] :: ExercisePlan -> LocationCreated [mainEntity] :: ExercisePlan -> MainEntity [mentions] :: ExercisePlan -> Mentions [offers] :: ExercisePlan -> Offers [position] :: ExercisePlan -> Position [producer] :: ExercisePlan -> Producer [provider] :: ExercisePlan -> Provider [publication] :: ExercisePlan -> Publication [publisher] :: ExercisePlan -> Publisher [publishingPrinciples] :: ExercisePlan -> PublishingPrinciples [recordedAt] :: ExercisePlan -> RecordedAt [releasedEvent] :: ExercisePlan -> ReleasedEvent [review] :: ExercisePlan -> Review [schemaVersion] :: ExercisePlan -> SchemaVersion [sourceOrganization] :: ExercisePlan -> SourceOrganization [text] :: ExercisePlan -> Text [thumbnailUrl] :: ExercisePlan -> ThumbnailUrl [timeRequired] :: ExercisePlan -> TimeRequired [translator] :: ExercisePlan -> Translator [typicalAgeRange] :: ExercisePlan -> TypicalAgeRange [version] :: ExercisePlan -> Version [video] :: ExercisePlan -> Video [workExample] :: ExercisePlan -> WorkExample [associatedAnatomy] :: ExercisePlan -> AssociatedAnatomy [category] :: ExercisePlan -> Category [epidemiology] :: ExercisePlan -> Epidemiology [pathophysiology] :: ExercisePlan -> Pathophysiology [adverseOutcome] :: ExercisePlan -> AdverseOutcome [contraindication] :: ExercisePlan -> Contraindication [duplicateTherapy] :: ExercisePlan -> DuplicateTherapy [indication] :: ExercisePlan -> Indication [seriousAdverseOutcome] :: ExercisePlan -> SeriousAdverseOutcome [code] :: ExercisePlan -> Code [guideline] :: ExercisePlan -> Guideline [medicineSystem] :: ExercisePlan -> MedicineSystem [recognizingAuthority] :: ExercisePlan -> RecognizingAuthority [relevantSpecialty] :: ExercisePlan -> RelevantSpecialty [study] :: ExercisePlan -> Study [additionalType] :: ExercisePlan -> AdditionalType [alternateName] :: ExercisePlan -> AlternateName [description] :: ExercisePlan -> Description [image] :: ExercisePlan -> Image [mainEntityOfPage] :: ExercisePlan -> MainEntityOfPage [name] :: ExercisePlan -> Name [potentialAction] :: ExercisePlan -> PotentialAction [sameAs] :: ExercisePlan -> SameAs [url] :: ExercisePlan -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ExercisePlan.ExercisePlan instance GHC.Read.Read Text.HTML5.MetaData.Schema.ExercisePlan.ExercisePlan instance GHC.Show.Show Text.HTML5.MetaData.Schema.ExercisePlan.ExercisePlan instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ExercisePlan.ExercisePlan module Text.HTML5.MetaData.Schema.LifestyleModification -- | A process of care involving exercise, changes to diet, fitness -- routines, and other lifestyle changes aimed at improving a health -- condition. -- -- data LifestyleModification LifestyleModification :: AdverseOutcome -> Contraindication -> DuplicateTherapy -> Indication -> SeriousAdverseOutcome -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> LifestyleModification [adverseOutcome] :: LifestyleModification -> AdverseOutcome [contraindication] :: LifestyleModification -> Contraindication [duplicateTherapy] :: LifestyleModification -> DuplicateTherapy [indication] :: LifestyleModification -> Indication [seriousAdverseOutcome] :: LifestyleModification -> SeriousAdverseOutcome [code] :: LifestyleModification -> Code [guideline] :: LifestyleModification -> Guideline [medicineSystem] :: LifestyleModification -> MedicineSystem [recognizingAuthority] :: LifestyleModification -> RecognizingAuthority [relevantSpecialty] :: LifestyleModification -> RelevantSpecialty [study] :: LifestyleModification -> Study [additionalType] :: LifestyleModification -> AdditionalType [alternateName] :: LifestyleModification -> AlternateName [description] :: LifestyleModification -> Description [image] :: LifestyleModification -> Image [mainEntityOfPage] :: LifestyleModification -> MainEntityOfPage [name] :: LifestyleModification -> Name [potentialAction] :: LifestyleModification -> PotentialAction [sameAs] :: LifestyleModification -> SameAs [url] :: LifestyleModification -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.LifestyleModification.LifestyleModification instance GHC.Read.Read Text.HTML5.MetaData.Schema.LifestyleModification.LifestyleModification instance GHC.Show.Show Text.HTML5.MetaData.Schema.LifestyleModification.LifestyleModification instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.LifestyleModification.LifestyleModification module Text.HTML5.MetaData.Schema.PhysicalActivity -- | Any bodily activity that enhances or maintains physical fitness and -- overall health and wellness. Includes activity that is part of daily -- living and routine, structured exercise, and exercise prescribed as -- part of a medical treatment or recovery plan. -- -- data PhysicalActivity PhysicalActivity :: AssociatedAnatomy -> Category -> Epidemiology -> Pathophysiology -> AdverseOutcome -> Contraindication -> DuplicateTherapy -> Indication -> SeriousAdverseOutcome -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PhysicalActivity [associatedAnatomy] :: PhysicalActivity -> AssociatedAnatomy [category] :: PhysicalActivity -> Category [epidemiology] :: PhysicalActivity -> Epidemiology [pathophysiology] :: PhysicalActivity -> Pathophysiology [adverseOutcome] :: PhysicalActivity -> AdverseOutcome [contraindication] :: PhysicalActivity -> Contraindication [duplicateTherapy] :: PhysicalActivity -> DuplicateTherapy [indication] :: PhysicalActivity -> Indication [seriousAdverseOutcome] :: PhysicalActivity -> SeriousAdverseOutcome [code] :: PhysicalActivity -> Code [guideline] :: PhysicalActivity -> Guideline [medicineSystem] :: PhysicalActivity -> MedicineSystem [recognizingAuthority] :: PhysicalActivity -> RecognizingAuthority [relevantSpecialty] :: PhysicalActivity -> RelevantSpecialty [study] :: PhysicalActivity -> Study [additionalType] :: PhysicalActivity -> AdditionalType [alternateName] :: PhysicalActivity -> AlternateName [description] :: PhysicalActivity -> Description [image] :: PhysicalActivity -> Image [mainEntityOfPage] :: PhysicalActivity -> MainEntityOfPage [name] :: PhysicalActivity -> Name [potentialAction] :: PhysicalActivity -> PotentialAction [sameAs] :: PhysicalActivity -> SameAs [url] :: PhysicalActivity -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PhysicalActivity.PhysicalActivity instance GHC.Read.Read Text.HTML5.MetaData.Schema.PhysicalActivity.PhysicalActivity instance GHC.Show.Show Text.HTML5.MetaData.Schema.PhysicalActivity.PhysicalActivity instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PhysicalActivity.PhysicalActivity module Text.HTML5.MetaData.Schema.FastFoodRestaurant -- | A fast-food restaurant. -- -- data FastFoodRestaurant FastFoodRestaurant :: AcceptsReservations -> Menu -> ServesCuisine -> BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> FastFoodRestaurant [acceptsReservations] :: FastFoodRestaurant -> AcceptsReservations [menu] :: FastFoodRestaurant -> Menu [servesCuisine] :: FastFoodRestaurant -> ServesCuisine [branchCode] :: FastFoodRestaurant -> BranchCode [currenciesAccepted] :: FastFoodRestaurant -> CurrenciesAccepted [openingHours] :: FastFoodRestaurant -> OpeningHours [paymentAccepted] :: FastFoodRestaurant -> PaymentAccepted [priceRange] :: FastFoodRestaurant -> PriceRange [address] :: FastFoodRestaurant -> Address [aggregateRating] :: FastFoodRestaurant -> AggregateRating [alumni] :: FastFoodRestaurant -> Alumni [areaServed] :: FastFoodRestaurant -> AreaServed [award] :: FastFoodRestaurant -> Award [brand] :: FastFoodRestaurant -> Brand [contactPoint] :: FastFoodRestaurant -> ContactPoint [department] :: FastFoodRestaurant -> Department [dissolutionDate] :: FastFoodRestaurant -> DissolutionDate [duns] :: FastFoodRestaurant -> Duns [email] :: FastFoodRestaurant -> Email [employee] :: FastFoodRestaurant -> Employee [event] :: FastFoodRestaurant -> Event [faxNumber] :: FastFoodRestaurant -> FaxNumber [founder] :: FastFoodRestaurant -> Founder [foundingDate] :: FastFoodRestaurant -> FoundingDate [foundingLocation] :: FastFoodRestaurant -> FoundingLocation [globalLocationNumber] :: FastFoodRestaurant -> GlobalLocationNumber [hasOfferCatalog] :: FastFoodRestaurant -> HasOfferCatalog [hasPOS] :: FastFoodRestaurant -> HasPOS [isicV4] :: FastFoodRestaurant -> IsicV4 [legalName] :: FastFoodRestaurant -> LegalName [location] :: FastFoodRestaurant -> Location [logo] :: FastFoodRestaurant -> Logo [makesOffer] :: FastFoodRestaurant -> MakesOffer [member] :: FastFoodRestaurant -> Member [memberOf] :: FastFoodRestaurant -> MemberOf [naics] :: FastFoodRestaurant -> Naics [numberOfEmployees] :: FastFoodRestaurant -> NumberOfEmployees [owns] :: FastFoodRestaurant -> Owns [parentOrganization] :: FastFoodRestaurant -> ParentOrganization [review] :: FastFoodRestaurant -> Review [seeks] :: FastFoodRestaurant -> Seeks [subOrganization] :: FastFoodRestaurant -> SubOrganization [taxID] :: FastFoodRestaurant -> TaxID [telephone] :: FastFoodRestaurant -> Telephone [vatID] :: FastFoodRestaurant -> VatID [additionalProperty] :: FastFoodRestaurant -> AdditionalProperty [containedInPlace] :: FastFoodRestaurant -> ContainedInPlace [containsPlace] :: FastFoodRestaurant -> ContainsPlace [geo] :: FastFoodRestaurant -> Geo [hasMap] :: FastFoodRestaurant -> HasMap [openingHoursSpecification] :: FastFoodRestaurant -> OpeningHoursSpecification [photo] :: FastFoodRestaurant -> Photo [additionalType] :: FastFoodRestaurant -> AdditionalType [alternateName] :: FastFoodRestaurant -> AlternateName [description] :: FastFoodRestaurant -> Description [image] :: FastFoodRestaurant -> Image [mainEntityOfPage] :: FastFoodRestaurant -> MainEntityOfPage [name] :: FastFoodRestaurant -> Name [potentialAction] :: FastFoodRestaurant -> PotentialAction [sameAs] :: FastFoodRestaurant -> SameAs [url] :: FastFoodRestaurant -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.FastFoodRestaurant.FastFoodRestaurant instance GHC.Read.Read Text.HTML5.MetaData.Schema.FastFoodRestaurant.FastFoodRestaurant instance GHC.Show.Show Text.HTML5.MetaData.Schema.FastFoodRestaurant.FastFoodRestaurant instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.FastFoodRestaurant.FastFoodRestaurant module Text.HTML5.MetaData.Schema.FinancialService -- | Financial services business. -- -- data FinancialService FinancialService :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> FinancialService [branchCode] :: FinancialService -> BranchCode [currenciesAccepted] :: FinancialService -> CurrenciesAccepted [openingHours] :: FinancialService -> OpeningHours [paymentAccepted] :: FinancialService -> PaymentAccepted [priceRange] :: FinancialService -> PriceRange [address] :: FinancialService -> Address [aggregateRating] :: FinancialService -> AggregateRating [alumni] :: FinancialService -> Alumni [areaServed] :: FinancialService -> AreaServed [award] :: FinancialService -> Award [brand] :: FinancialService -> Brand [contactPoint] :: FinancialService -> ContactPoint [department] :: FinancialService -> Department [dissolutionDate] :: FinancialService -> DissolutionDate [duns] :: FinancialService -> Duns [email] :: FinancialService -> Email [employee] :: FinancialService -> Employee [event] :: FinancialService -> Event [faxNumber] :: FinancialService -> FaxNumber [founder] :: FinancialService -> Founder [foundingDate] :: FinancialService -> FoundingDate [foundingLocation] :: FinancialService -> FoundingLocation [globalLocationNumber] :: FinancialService -> GlobalLocationNumber [hasOfferCatalog] :: FinancialService -> HasOfferCatalog [hasPOS] :: FinancialService -> HasPOS [isicV4] :: FinancialService -> IsicV4 [legalName] :: FinancialService -> LegalName [location] :: FinancialService -> Location [logo] :: FinancialService -> Logo [makesOffer] :: FinancialService -> MakesOffer [member] :: FinancialService -> Member [memberOf] :: FinancialService -> MemberOf [naics] :: FinancialService -> Naics [numberOfEmployees] :: FinancialService -> NumberOfEmployees [owns] :: FinancialService -> Owns [parentOrganization] :: FinancialService -> ParentOrganization [review] :: FinancialService -> Review [seeks] :: FinancialService -> Seeks [subOrganization] :: FinancialService -> SubOrganization [taxID] :: FinancialService -> TaxID [telephone] :: FinancialService -> Telephone [vatID] :: FinancialService -> VatID [additionalProperty] :: FinancialService -> AdditionalProperty [containedInPlace] :: FinancialService -> ContainedInPlace [containsPlace] :: FinancialService -> ContainsPlace [geo] :: FinancialService -> Geo [hasMap] :: FinancialService -> HasMap [openingHoursSpecification] :: FinancialService -> OpeningHoursSpecification [photo] :: FinancialService -> Photo [additionalType] :: FinancialService -> AdditionalType [alternateName] :: FinancialService -> AlternateName [description] :: FinancialService -> Description [image] :: FinancialService -> Image [mainEntityOfPage] :: FinancialService -> MainEntityOfPage [name] :: FinancialService -> Name [potentialAction] :: FinancialService -> PotentialAction [sameAs] :: FinancialService -> SameAs [url] :: FinancialService -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.FinancialService.FinancialService instance GHC.Read.Read Text.HTML5.MetaData.Schema.FinancialService.FinancialService instance GHC.Show.Show Text.HTML5.MetaData.Schema.FinancialService.FinancialService instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.FinancialService.FinancialService module Text.HTML5.MetaData.Schema.InsuranceAgency -- | An Insurance agency. -- -- data InsuranceAgency InsuranceAgency :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> InsuranceAgency [branchCode] :: InsuranceAgency -> BranchCode [currenciesAccepted] :: InsuranceAgency -> CurrenciesAccepted [openingHours] :: InsuranceAgency -> OpeningHours [paymentAccepted] :: InsuranceAgency -> PaymentAccepted [priceRange] :: InsuranceAgency -> PriceRange [address] :: InsuranceAgency -> Address [aggregateRating] :: InsuranceAgency -> AggregateRating [alumni] :: InsuranceAgency -> Alumni [areaServed] :: InsuranceAgency -> AreaServed [award] :: InsuranceAgency -> Award [brand] :: InsuranceAgency -> Brand [contactPoint] :: InsuranceAgency -> ContactPoint [department] :: InsuranceAgency -> Department [dissolutionDate] :: InsuranceAgency -> DissolutionDate [duns] :: InsuranceAgency -> Duns [email] :: InsuranceAgency -> Email [employee] :: InsuranceAgency -> Employee [event] :: InsuranceAgency -> Event [faxNumber] :: InsuranceAgency -> FaxNumber [founder] :: InsuranceAgency -> Founder [foundingDate] :: InsuranceAgency -> FoundingDate [foundingLocation] :: InsuranceAgency -> FoundingLocation [globalLocationNumber] :: InsuranceAgency -> GlobalLocationNumber [hasOfferCatalog] :: InsuranceAgency -> HasOfferCatalog [hasPOS] :: InsuranceAgency -> HasPOS [isicV4] :: InsuranceAgency -> IsicV4 [legalName] :: InsuranceAgency -> LegalName [location] :: InsuranceAgency -> Location [logo] :: InsuranceAgency -> Logo [makesOffer] :: InsuranceAgency -> MakesOffer [member] :: InsuranceAgency -> Member [memberOf] :: InsuranceAgency -> MemberOf [naics] :: InsuranceAgency -> Naics [numberOfEmployees] :: InsuranceAgency -> NumberOfEmployees [owns] :: InsuranceAgency -> Owns [parentOrganization] :: InsuranceAgency -> ParentOrganization [review] :: InsuranceAgency -> Review [seeks] :: InsuranceAgency -> Seeks [subOrganization] :: InsuranceAgency -> SubOrganization [taxID] :: InsuranceAgency -> TaxID [telephone] :: InsuranceAgency -> Telephone [vatID] :: InsuranceAgency -> VatID [additionalProperty] :: InsuranceAgency -> AdditionalProperty [containedInPlace] :: InsuranceAgency -> ContainedInPlace [containsPlace] :: InsuranceAgency -> ContainsPlace [geo] :: InsuranceAgency -> Geo [hasMap] :: InsuranceAgency -> HasMap [openingHoursSpecification] :: InsuranceAgency -> OpeningHoursSpecification [photo] :: InsuranceAgency -> Photo [additionalType] :: InsuranceAgency -> AdditionalType [alternateName] :: InsuranceAgency -> AlternateName [description] :: InsuranceAgency -> Description [image] :: InsuranceAgency -> Image [mainEntityOfPage] :: InsuranceAgency -> MainEntityOfPage [name] :: InsuranceAgency -> Name [potentialAction] :: InsuranceAgency -> PotentialAction [sameAs] :: InsuranceAgency -> SameAs [url] :: InsuranceAgency -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.InsuranceAgency.InsuranceAgency instance GHC.Read.Read Text.HTML5.MetaData.Schema.InsuranceAgency.InsuranceAgency instance GHC.Show.Show Text.HTML5.MetaData.Schema.InsuranceAgency.InsuranceAgency instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.InsuranceAgency.InsuranceAgency module Text.HTML5.MetaData.Schema.FindAction -- | The act of finding an object.Related actions:SearchAction: FindAction -- is generally lead by a SearchAction, but not necessarily. -- -- data FindAction FindAction :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> FindAction [actionStatus] :: FindAction -> ActionStatus [agent] :: FindAction -> Agent [endTime] :: FindAction -> EndTime [error] :: FindAction -> Error [instrument] :: FindAction -> Instrument [location] :: FindAction -> Location [object] :: FindAction -> Object [participant] :: FindAction -> Participant [result] :: FindAction -> Result [startTime] :: FindAction -> StartTime [target] :: FindAction -> Target [additionalType] :: FindAction -> AdditionalType [alternateName] :: FindAction -> AlternateName [description] :: FindAction -> Description [image] :: FindAction -> Image [mainEntityOfPage] :: FindAction -> MainEntityOfPage [name] :: FindAction -> Name [potentialAction] :: FindAction -> PotentialAction [sameAs] :: FindAction -> SameAs [url] :: FindAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.FindAction.FindAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.FindAction.FindAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.FindAction.FindAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.FindAction.FindAction module Text.HTML5.MetaData.Schema.TrackAction -- | An agent tracks an object for updates.Related actions:FollowAction: -- Unlike FollowAction, TrackAction refers to the interest on the -- location of innanimates objects.SubscribeAction: Unlike -- SubscribeAction, TrackAction refers to the interest on the location of -- innanimate objects. -- -- data TrackAction TrackAction :: DeliveryMethod -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> TrackAction [deliveryMethod] :: TrackAction -> DeliveryMethod [actionStatus] :: TrackAction -> ActionStatus [agent] :: TrackAction -> Agent [endTime] :: TrackAction -> EndTime [error] :: TrackAction -> Error [instrument] :: TrackAction -> Instrument [location] :: TrackAction -> Location [object] :: TrackAction -> Object [participant] :: TrackAction -> Participant [result] :: TrackAction -> Result [startTime] :: TrackAction -> StartTime [target] :: TrackAction -> Target [additionalType] :: TrackAction -> AdditionalType [alternateName] :: TrackAction -> AlternateName [description] :: TrackAction -> Description [image] :: TrackAction -> Image [mainEntityOfPage] :: TrackAction -> MainEntityOfPage [name] :: TrackAction -> Name [potentialAction] :: TrackAction -> PotentialAction [sameAs] :: TrackAction -> SameAs [url] :: TrackAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.TrackAction.TrackAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.TrackAction.TrackAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.TrackAction.TrackAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.TrackAction.TrackAction module Text.HTML5.MetaData.Schema.Flight -- | An airline flight. -- -- data Flight Flight :: Aircraft -> ArrivalAirport -> ArrivalGate -> ArrivalTerminal -> ArrivalTime -> BoardingPolicy -> DepartureAirport -> DepartureGate -> DepartureTerminal -> DepartureTime -> EstimatedFlightDuration -> FlightDistance -> FlightNumber -> MealService -> Provider -> Seller -> WebCheckinTime -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Flight [aircraft] :: Flight -> Aircraft [arrivalAirport] :: Flight -> ArrivalAirport [arrivalGate] :: Flight -> ArrivalGate [arrivalTerminal] :: Flight -> ArrivalTerminal [arrivalTime] :: Flight -> ArrivalTime [boardingPolicy] :: Flight -> BoardingPolicy [departureAirport] :: Flight -> DepartureAirport [departureGate] :: Flight -> DepartureGate [departureTerminal] :: Flight -> DepartureTerminal [departureTime] :: Flight -> DepartureTime [estimatedFlightDuration] :: Flight -> EstimatedFlightDuration [flightDistance] :: Flight -> FlightDistance [flightNumber] :: Flight -> FlightNumber [mealService] :: Flight -> MealService [provider] :: Flight -> Provider [seller] :: Flight -> Seller [webCheckinTime] :: Flight -> WebCheckinTime [additionalType] :: Flight -> AdditionalType [alternateName] :: Flight -> AlternateName [description] :: Flight -> Description [image] :: Flight -> Image [mainEntityOfPage] :: Flight -> MainEntityOfPage [name] :: Flight -> Name [potentialAction] :: Flight -> PotentialAction [sameAs] :: Flight -> SameAs [url] :: Flight -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Flight.Flight instance GHC.Read.Read Text.HTML5.MetaData.Schema.Flight.Flight instance GHC.Show.Show Text.HTML5.MetaData.Schema.Flight.Flight instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Flight.Flight module Text.HTML5.MetaData.Schema.FlightReservation -- | A reservation for air travel. -- -- data FlightReservation FlightReservation :: BoardingGroup -> PassengerPriorityStatus -> PassengerSequenceNumber -> SecurityScreening -> BookingTime -> Broker -> ModifiedTime -> PriceCurrency -> ProgramMembershipUsed -> Provider -> ReservationFor -> ReservationId -> ReservationStatus -> ReservedTicket -> TotalPrice -> UnderName -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> FlightReservation [boardingGroup] :: FlightReservation -> BoardingGroup [passengerPriorityStatus] :: FlightReservation -> PassengerPriorityStatus [passengerSequenceNumber] :: FlightReservation -> PassengerSequenceNumber [securityScreening] :: FlightReservation -> SecurityScreening [bookingTime] :: FlightReservation -> BookingTime [broker] :: FlightReservation -> Broker [modifiedTime] :: FlightReservation -> ModifiedTime [priceCurrency] :: FlightReservation -> PriceCurrency [programMembershipUsed] :: FlightReservation -> ProgramMembershipUsed [provider] :: FlightReservation -> Provider [reservationFor] :: FlightReservation -> ReservationFor [reservationId] :: FlightReservation -> ReservationId [reservationStatus] :: FlightReservation -> ReservationStatus [reservedTicket] :: FlightReservation -> ReservedTicket [totalPrice] :: FlightReservation -> TotalPrice [underName] :: FlightReservation -> UnderName [additionalType] :: FlightReservation -> AdditionalType [alternateName] :: FlightReservation -> AlternateName [description] :: FlightReservation -> Description [image] :: FlightReservation -> Image [mainEntityOfPage] :: FlightReservation -> MainEntityOfPage [name] :: FlightReservation -> Name [potentialAction] :: FlightReservation -> PotentialAction [sameAs] :: FlightReservation -> SameAs [url] :: FlightReservation -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.FlightReservation.FlightReservation instance GHC.Read.Read Text.HTML5.MetaData.Schema.FlightReservation.FlightReservation instance GHC.Show.Show Text.HTML5.MetaData.Schema.FlightReservation.FlightReservation instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.FlightReservation.FlightReservation module Text.HTML5.MetaData.Schema.Florist -- | A florist. -- -- data Florist Florist :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Florist [branchCode] :: Florist -> BranchCode [currenciesAccepted] :: Florist -> CurrenciesAccepted [openingHours] :: Florist -> OpeningHours [paymentAccepted] :: Florist -> PaymentAccepted [priceRange] :: Florist -> PriceRange [address] :: Florist -> Address [aggregateRating] :: Florist -> AggregateRating [alumni] :: Florist -> Alumni [areaServed] :: Florist -> AreaServed [award] :: Florist -> Award [brand] :: Florist -> Brand [contactPoint] :: Florist -> ContactPoint [department] :: Florist -> Department [dissolutionDate] :: Florist -> DissolutionDate [duns] :: Florist -> Duns [email] :: Florist -> Email [employee] :: Florist -> Employee [event] :: Florist -> Event [faxNumber] :: Florist -> FaxNumber [founder] :: Florist -> Founder [foundingDate] :: Florist -> FoundingDate [foundingLocation] :: Florist -> FoundingLocation [globalLocationNumber] :: Florist -> GlobalLocationNumber [hasOfferCatalog] :: Florist -> HasOfferCatalog [hasPOS] :: Florist -> HasPOS [isicV4] :: Florist -> IsicV4 [legalName] :: Florist -> LegalName [location] :: Florist -> Location [logo] :: Florist -> Logo [makesOffer] :: Florist -> MakesOffer [member] :: Florist -> Member [memberOf] :: Florist -> MemberOf [naics] :: Florist -> Naics [numberOfEmployees] :: Florist -> NumberOfEmployees [owns] :: Florist -> Owns [parentOrganization] :: Florist -> ParentOrganization [review] :: Florist -> Review [seeks] :: Florist -> Seeks [subOrganization] :: Florist -> SubOrganization [taxID] :: Florist -> TaxID [telephone] :: Florist -> Telephone [vatID] :: Florist -> VatID [additionalProperty] :: Florist -> AdditionalProperty [containedInPlace] :: Florist -> ContainedInPlace [containsPlace] :: Florist -> ContainsPlace [geo] :: Florist -> Geo [hasMap] :: Florist -> HasMap [openingHoursSpecification] :: Florist -> OpeningHoursSpecification [photo] :: Florist -> Photo [additionalType] :: Florist -> AdditionalType [alternateName] :: Florist -> AlternateName [description] :: Florist -> Description [image] :: Florist -> Image [mainEntityOfPage] :: Florist -> MainEntityOfPage [name] :: Florist -> Name [potentialAction] :: Florist -> PotentialAction [sameAs] :: Florist -> SameAs [url] :: Florist -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Florist.Florist instance GHC.Read.Read Text.HTML5.MetaData.Schema.Florist.Florist instance GHC.Show.Show Text.HTML5.MetaData.Schema.Florist.Florist instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Florist.Florist module Text.HTML5.MetaData.Schema.FollowAction -- | The act of forming a personal connection with someonesomething -- (object) unidirectionallyasymmetrically to get updates polled -- from.Related actions:BefriendAction: Unlike BefriendAction, -- FollowAction implies that the connection is *not* necessarily -- reciprocal.SubscribeAction: Unlike SubscribeAction, FollowAction -- implies that the follower acts as an active agent constantly/actively -- polling for updates.RegisterAction: Unlike RegisterAction, -- FollowAction implies that the agent is interested in continuing -- receiving updates from the object.JoinAction: Unlike JoinAction, -- FollowAction implies that the agent is interested in getting updates -- from the object.TrackAction: Unlike TrackAction, FollowAction refers -- to the polling of updates of all aspects of animate objects rather -- than the location of inanimate objects (e.g. you track a package, but -- you don't follow it). -- -- data FollowAction FollowAction :: Followee -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> FollowAction [followee] :: FollowAction -> Followee [actionStatus] :: FollowAction -> ActionStatus [agent] :: FollowAction -> Agent [endTime] :: FollowAction -> EndTime [error] :: FollowAction -> Error [instrument] :: FollowAction -> Instrument [location] :: FollowAction -> Location [object] :: FollowAction -> Object [participant] :: FollowAction -> Participant [result] :: FollowAction -> Result [startTime] :: FollowAction -> StartTime [target] :: FollowAction -> Target [additionalType] :: FollowAction -> AdditionalType [alternateName] :: FollowAction -> AlternateName [description] :: FollowAction -> Description [image] :: FollowAction -> Image [mainEntityOfPage] :: FollowAction -> MainEntityOfPage [name] :: FollowAction -> Name [potentialAction] :: FollowAction -> PotentialAction [sameAs] :: FollowAction -> SameAs [url] :: FollowAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.FollowAction.FollowAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.FollowAction.FollowAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.FollowAction.FollowAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.FollowAction.FollowAction module Text.HTML5.MetaData.Schema.IceCreamShop -- | An ice cream shop. -- -- data IceCreamShop IceCreamShop :: AcceptsReservations -> Menu -> ServesCuisine -> BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> IceCreamShop [acceptsReservations] :: IceCreamShop -> AcceptsReservations [menu] :: IceCreamShop -> Menu [servesCuisine] :: IceCreamShop -> ServesCuisine [branchCode] :: IceCreamShop -> BranchCode [currenciesAccepted] :: IceCreamShop -> CurrenciesAccepted [openingHours] :: IceCreamShop -> OpeningHours [paymentAccepted] :: IceCreamShop -> PaymentAccepted [priceRange] :: IceCreamShop -> PriceRange [address] :: IceCreamShop -> Address [aggregateRating] :: IceCreamShop -> AggregateRating [alumni] :: IceCreamShop -> Alumni [areaServed] :: IceCreamShop -> AreaServed [award] :: IceCreamShop -> Award [brand] :: IceCreamShop -> Brand [contactPoint] :: IceCreamShop -> ContactPoint [department] :: IceCreamShop -> Department [dissolutionDate] :: IceCreamShop -> DissolutionDate [duns] :: IceCreamShop -> Duns [email] :: IceCreamShop -> Email [employee] :: IceCreamShop -> Employee [event] :: IceCreamShop -> Event [faxNumber] :: IceCreamShop -> FaxNumber [founder] :: IceCreamShop -> Founder [foundingDate] :: IceCreamShop -> FoundingDate [foundingLocation] :: IceCreamShop -> FoundingLocation [globalLocationNumber] :: IceCreamShop -> GlobalLocationNumber [hasOfferCatalog] :: IceCreamShop -> HasOfferCatalog [hasPOS] :: IceCreamShop -> HasPOS [isicV4] :: IceCreamShop -> IsicV4 [legalName] :: IceCreamShop -> LegalName [location] :: IceCreamShop -> Location [logo] :: IceCreamShop -> Logo [makesOffer] :: IceCreamShop -> MakesOffer [member] :: IceCreamShop -> Member [memberOf] :: IceCreamShop -> MemberOf [naics] :: IceCreamShop -> Naics [numberOfEmployees] :: IceCreamShop -> NumberOfEmployees [owns] :: IceCreamShop -> Owns [parentOrganization] :: IceCreamShop -> ParentOrganization [review] :: IceCreamShop -> Review [seeks] :: IceCreamShop -> Seeks [subOrganization] :: IceCreamShop -> SubOrganization [taxID] :: IceCreamShop -> TaxID [telephone] :: IceCreamShop -> Telephone [vatID] :: IceCreamShop -> VatID [additionalProperty] :: IceCreamShop -> AdditionalProperty [containedInPlace] :: IceCreamShop -> ContainedInPlace [containsPlace] :: IceCreamShop -> ContainsPlace [geo] :: IceCreamShop -> Geo [hasMap] :: IceCreamShop -> HasMap [openingHoursSpecification] :: IceCreamShop -> OpeningHoursSpecification [photo] :: IceCreamShop -> Photo [additionalType] :: IceCreamShop -> AdditionalType [alternateName] :: IceCreamShop -> AlternateName [description] :: IceCreamShop -> Description [image] :: IceCreamShop -> Image [mainEntityOfPage] :: IceCreamShop -> MainEntityOfPage [name] :: IceCreamShop -> Name [potentialAction] :: IceCreamShop -> PotentialAction [sameAs] :: IceCreamShop -> SameAs [url] :: IceCreamShop -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.IceCreamShop.IceCreamShop instance GHC.Read.Read Text.HTML5.MetaData.Schema.IceCreamShop.IceCreamShop instance GHC.Show.Show Text.HTML5.MetaData.Schema.IceCreamShop.IceCreamShop instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.IceCreamShop.IceCreamShop module Text.HTML5.MetaData.Schema.Restaurant -- | A restaurant. -- -- data Restaurant Restaurant :: AcceptsReservations -> Menu -> ServesCuisine -> BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Restaurant [acceptsReservations] :: Restaurant -> AcceptsReservations [menu] :: Restaurant -> Menu [servesCuisine] :: Restaurant -> ServesCuisine [branchCode] :: Restaurant -> BranchCode [currenciesAccepted] :: Restaurant -> CurrenciesAccepted [openingHours] :: Restaurant -> OpeningHours [paymentAccepted] :: Restaurant -> PaymentAccepted [priceRange] :: Restaurant -> PriceRange [address] :: Restaurant -> Address [aggregateRating] :: Restaurant -> AggregateRating [alumni] :: Restaurant -> Alumni [areaServed] :: Restaurant -> AreaServed [award] :: Restaurant -> Award [brand] :: Restaurant -> Brand [contactPoint] :: Restaurant -> ContactPoint [department] :: Restaurant -> Department [dissolutionDate] :: Restaurant -> DissolutionDate [duns] :: Restaurant -> Duns [email] :: Restaurant -> Email [employee] :: Restaurant -> Employee [event] :: Restaurant -> Event [faxNumber] :: Restaurant -> FaxNumber [founder] :: Restaurant -> Founder [foundingDate] :: Restaurant -> FoundingDate [foundingLocation] :: Restaurant -> FoundingLocation [globalLocationNumber] :: Restaurant -> GlobalLocationNumber [hasOfferCatalog] :: Restaurant -> HasOfferCatalog [hasPOS] :: Restaurant -> HasPOS [isicV4] :: Restaurant -> IsicV4 [legalName] :: Restaurant -> LegalName [location] :: Restaurant -> Location [logo] :: Restaurant -> Logo [makesOffer] :: Restaurant -> MakesOffer [member] :: Restaurant -> Member [memberOf] :: Restaurant -> MemberOf [naics] :: Restaurant -> Naics [numberOfEmployees] :: Restaurant -> NumberOfEmployees [owns] :: Restaurant -> Owns [parentOrganization] :: Restaurant -> ParentOrganization [review] :: Restaurant -> Review [seeks] :: Restaurant -> Seeks [subOrganization] :: Restaurant -> SubOrganization [taxID] :: Restaurant -> TaxID [telephone] :: Restaurant -> Telephone [vatID] :: Restaurant -> VatID [additionalProperty] :: Restaurant -> AdditionalProperty [containedInPlace] :: Restaurant -> ContainedInPlace [containsPlace] :: Restaurant -> ContainsPlace [geo] :: Restaurant -> Geo [hasMap] :: Restaurant -> HasMap [openingHoursSpecification] :: Restaurant -> OpeningHoursSpecification [photo] :: Restaurant -> Photo [additionalType] :: Restaurant -> AdditionalType [alternateName] :: Restaurant -> AlternateName [description] :: Restaurant -> Description [image] :: Restaurant -> Image [mainEntityOfPage] :: Restaurant -> MainEntityOfPage [name] :: Restaurant -> Name [potentialAction] :: Restaurant -> PotentialAction [sameAs] :: Restaurant -> SameAs [url] :: Restaurant -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Restaurant.Restaurant instance GHC.Read.Read Text.HTML5.MetaData.Schema.Restaurant.Restaurant instance GHC.Show.Show Text.HTML5.MetaData.Schema.Restaurant.Restaurant instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Restaurant.Restaurant module Text.HTML5.MetaData.Schema.FoodEstablishment -- | A food-related business. -- -- data FoodEstablishment FoodEstablishment :: AcceptsReservations -> Menu -> ServesCuisine -> BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> FoodEstablishment [acceptsReservations] :: FoodEstablishment -> AcceptsReservations [menu] :: FoodEstablishment -> Menu [servesCuisine] :: FoodEstablishment -> ServesCuisine [branchCode] :: FoodEstablishment -> BranchCode [currenciesAccepted] :: FoodEstablishment -> CurrenciesAccepted [openingHours] :: FoodEstablishment -> OpeningHours [paymentAccepted] :: FoodEstablishment -> PaymentAccepted [priceRange] :: FoodEstablishment -> PriceRange [address] :: FoodEstablishment -> Address [aggregateRating] :: FoodEstablishment -> AggregateRating [alumni] :: FoodEstablishment -> Alumni [areaServed] :: FoodEstablishment -> AreaServed [award] :: FoodEstablishment -> Award [brand] :: FoodEstablishment -> Brand [contactPoint] :: FoodEstablishment -> ContactPoint [department] :: FoodEstablishment -> Department [dissolutionDate] :: FoodEstablishment -> DissolutionDate [duns] :: FoodEstablishment -> Duns [email] :: FoodEstablishment -> Email [employee] :: FoodEstablishment -> Employee [event] :: FoodEstablishment -> Event [faxNumber] :: FoodEstablishment -> FaxNumber [founder] :: FoodEstablishment -> Founder [foundingDate] :: FoodEstablishment -> FoundingDate [foundingLocation] :: FoodEstablishment -> FoundingLocation [globalLocationNumber] :: FoodEstablishment -> GlobalLocationNumber [hasOfferCatalog] :: FoodEstablishment -> HasOfferCatalog [hasPOS] :: FoodEstablishment -> HasPOS [isicV4] :: FoodEstablishment -> IsicV4 [legalName] :: FoodEstablishment -> LegalName [location] :: FoodEstablishment -> Location [logo] :: FoodEstablishment -> Logo [makesOffer] :: FoodEstablishment -> MakesOffer [member] :: FoodEstablishment -> Member [memberOf] :: FoodEstablishment -> MemberOf [naics] :: FoodEstablishment -> Naics [numberOfEmployees] :: FoodEstablishment -> NumberOfEmployees [owns] :: FoodEstablishment -> Owns [parentOrganization] :: FoodEstablishment -> ParentOrganization [review] :: FoodEstablishment -> Review [seeks] :: FoodEstablishment -> Seeks [subOrganization] :: FoodEstablishment -> SubOrganization [taxID] :: FoodEstablishment -> TaxID [telephone] :: FoodEstablishment -> Telephone [vatID] :: FoodEstablishment -> VatID [additionalProperty] :: FoodEstablishment -> AdditionalProperty [containedInPlace] :: FoodEstablishment -> ContainedInPlace [containsPlace] :: FoodEstablishment -> ContainsPlace [geo] :: FoodEstablishment -> Geo [hasMap] :: FoodEstablishment -> HasMap [openingHoursSpecification] :: FoodEstablishment -> OpeningHoursSpecification [photo] :: FoodEstablishment -> Photo [additionalType] :: FoodEstablishment -> AdditionalType [alternateName] :: FoodEstablishment -> AlternateName [description] :: FoodEstablishment -> Description [image] :: FoodEstablishment -> Image [mainEntityOfPage] :: FoodEstablishment -> MainEntityOfPage [name] :: FoodEstablishment -> Name [potentialAction] :: FoodEstablishment -> PotentialAction [sameAs] :: FoodEstablishment -> SameAs [url] :: FoodEstablishment -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.FoodEstablishment.FoodEstablishment instance GHC.Read.Read Text.HTML5.MetaData.Schema.FoodEstablishment.FoodEstablishment instance GHC.Show.Show Text.HTML5.MetaData.Schema.FoodEstablishment.FoodEstablishment instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.FoodEstablishment.FoodEstablishment module Text.HTML5.MetaData.Schema.Winery -- | A winery. -- -- data Winery Winery :: AcceptsReservations -> Menu -> ServesCuisine -> BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Winery [acceptsReservations] :: Winery -> AcceptsReservations [menu] :: Winery -> Menu [servesCuisine] :: Winery -> ServesCuisine [branchCode] :: Winery -> BranchCode [currenciesAccepted] :: Winery -> CurrenciesAccepted [openingHours] :: Winery -> OpeningHours [paymentAccepted] :: Winery -> PaymentAccepted [priceRange] :: Winery -> PriceRange [address] :: Winery -> Address [aggregateRating] :: Winery -> AggregateRating [alumni] :: Winery -> Alumni [areaServed] :: Winery -> AreaServed [award] :: Winery -> Award [brand] :: Winery -> Brand [contactPoint] :: Winery -> ContactPoint [department] :: Winery -> Department [dissolutionDate] :: Winery -> DissolutionDate [duns] :: Winery -> Duns [email] :: Winery -> Email [employee] :: Winery -> Employee [event] :: Winery -> Event [faxNumber] :: Winery -> FaxNumber [founder] :: Winery -> Founder [foundingDate] :: Winery -> FoundingDate [foundingLocation] :: Winery -> FoundingLocation [globalLocationNumber] :: Winery -> GlobalLocationNumber [hasOfferCatalog] :: Winery -> HasOfferCatalog [hasPOS] :: Winery -> HasPOS [isicV4] :: Winery -> IsicV4 [legalName] :: Winery -> LegalName [location] :: Winery -> Location [logo] :: Winery -> Logo [makesOffer] :: Winery -> MakesOffer [member] :: Winery -> Member [memberOf] :: Winery -> MemberOf [naics] :: Winery -> Naics [numberOfEmployees] :: Winery -> NumberOfEmployees [owns] :: Winery -> Owns [parentOrganization] :: Winery -> ParentOrganization [review] :: Winery -> Review [seeks] :: Winery -> Seeks [subOrganization] :: Winery -> SubOrganization [taxID] :: Winery -> TaxID [telephone] :: Winery -> Telephone [vatID] :: Winery -> VatID [additionalProperty] :: Winery -> AdditionalProperty [containedInPlace] :: Winery -> ContainedInPlace [containsPlace] :: Winery -> ContainsPlace [geo] :: Winery -> Geo [hasMap] :: Winery -> HasMap [openingHoursSpecification] :: Winery -> OpeningHoursSpecification [photo] :: Winery -> Photo [additionalType] :: Winery -> AdditionalType [alternateName] :: Winery -> AlternateName [description] :: Winery -> Description [image] :: Winery -> Image [mainEntityOfPage] :: Winery -> MainEntityOfPage [name] :: Winery -> Name [potentialAction] :: Winery -> PotentialAction [sameAs] :: Winery -> SameAs [url] :: Winery -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Winery.Winery instance GHC.Read.Read Text.HTML5.MetaData.Schema.Winery.Winery instance GHC.Show.Show Text.HTML5.MetaData.Schema.Winery.Winery instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Winery.Winery module Text.HTML5.MetaData.Schema.FoodEstablishmentReservation -- | A reservation to dine at a food-related business. -- -- data FoodEstablishmentReservation FoodEstablishmentReservation :: EndTime -> PartySize -> StartTime -> BookingTime -> Broker -> ModifiedTime -> PriceCurrency -> ProgramMembershipUsed -> Provider -> ReservationFor -> ReservationId -> ReservationStatus -> ReservedTicket -> TotalPrice -> UnderName -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> FoodEstablishmentReservation [endTime] :: FoodEstablishmentReservation -> EndTime [partySize] :: FoodEstablishmentReservation -> PartySize [startTime] :: FoodEstablishmentReservation -> StartTime [bookingTime] :: FoodEstablishmentReservation -> BookingTime [broker] :: FoodEstablishmentReservation -> Broker [modifiedTime] :: FoodEstablishmentReservation -> ModifiedTime [priceCurrency] :: FoodEstablishmentReservation -> PriceCurrency [programMembershipUsed] :: FoodEstablishmentReservation -> ProgramMembershipUsed [provider] :: FoodEstablishmentReservation -> Provider [reservationFor] :: FoodEstablishmentReservation -> ReservationFor [reservationId] :: FoodEstablishmentReservation -> ReservationId [reservationStatus] :: FoodEstablishmentReservation -> ReservationStatus [reservedTicket] :: FoodEstablishmentReservation -> ReservedTicket [totalPrice] :: FoodEstablishmentReservation -> TotalPrice [underName] :: FoodEstablishmentReservation -> UnderName [additionalType] :: FoodEstablishmentReservation -> AdditionalType [alternateName] :: FoodEstablishmentReservation -> AlternateName [description] :: FoodEstablishmentReservation -> Description [image] :: FoodEstablishmentReservation -> Image [mainEntityOfPage] :: FoodEstablishmentReservation -> MainEntityOfPage [name] :: FoodEstablishmentReservation -> Name [potentialAction] :: FoodEstablishmentReservation -> PotentialAction [sameAs] :: FoodEstablishmentReservation -> SameAs [url] :: FoodEstablishmentReservation -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.FoodEstablishmentReservation.FoodEstablishmentReservation instance GHC.Read.Read Text.HTML5.MetaData.Schema.FoodEstablishmentReservation.FoodEstablishmentReservation instance GHC.Show.Show Text.HTML5.MetaData.Schema.FoodEstablishmentReservation.FoodEstablishmentReservation instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.FoodEstablishmentReservation.FoodEstablishmentReservation module Text.HTML5.MetaData.Schema.FurnitureStore -- | A furniture store. -- -- data FurnitureStore FurnitureStore :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> FurnitureStore [branchCode] :: FurnitureStore -> BranchCode [currenciesAccepted] :: FurnitureStore -> CurrenciesAccepted [openingHours] :: FurnitureStore -> OpeningHours [paymentAccepted] :: FurnitureStore -> PaymentAccepted [priceRange] :: FurnitureStore -> PriceRange [address] :: FurnitureStore -> Address [aggregateRating] :: FurnitureStore -> AggregateRating [alumni] :: FurnitureStore -> Alumni [areaServed] :: FurnitureStore -> AreaServed [award] :: FurnitureStore -> Award [brand] :: FurnitureStore -> Brand [contactPoint] :: FurnitureStore -> ContactPoint [department] :: FurnitureStore -> Department [dissolutionDate] :: FurnitureStore -> DissolutionDate [duns] :: FurnitureStore -> Duns [email] :: FurnitureStore -> Email [employee] :: FurnitureStore -> Employee [event] :: FurnitureStore -> Event [faxNumber] :: FurnitureStore -> FaxNumber [founder] :: FurnitureStore -> Founder [foundingDate] :: FurnitureStore -> FoundingDate [foundingLocation] :: FurnitureStore -> FoundingLocation [globalLocationNumber] :: FurnitureStore -> GlobalLocationNumber [hasOfferCatalog] :: FurnitureStore -> HasOfferCatalog [hasPOS] :: FurnitureStore -> HasPOS [isicV4] :: FurnitureStore -> IsicV4 [legalName] :: FurnitureStore -> LegalName [location] :: FurnitureStore -> Location [logo] :: FurnitureStore -> Logo [makesOffer] :: FurnitureStore -> MakesOffer [member] :: FurnitureStore -> Member [memberOf] :: FurnitureStore -> MemberOf [naics] :: FurnitureStore -> Naics [numberOfEmployees] :: FurnitureStore -> NumberOfEmployees [owns] :: FurnitureStore -> Owns [parentOrganization] :: FurnitureStore -> ParentOrganization [review] :: FurnitureStore -> Review [seeks] :: FurnitureStore -> Seeks [subOrganization] :: FurnitureStore -> SubOrganization [taxID] :: FurnitureStore -> TaxID [telephone] :: FurnitureStore -> Telephone [vatID] :: FurnitureStore -> VatID [additionalProperty] :: FurnitureStore -> AdditionalProperty [containedInPlace] :: FurnitureStore -> ContainedInPlace [containsPlace] :: FurnitureStore -> ContainsPlace [geo] :: FurnitureStore -> Geo [hasMap] :: FurnitureStore -> HasMap [openingHoursSpecification] :: FurnitureStore -> OpeningHoursSpecification [photo] :: FurnitureStore -> Photo [additionalType] :: FurnitureStore -> AdditionalType [alternateName] :: FurnitureStore -> AlternateName [description] :: FurnitureStore -> Description [image] :: FurnitureStore -> Image [mainEntityOfPage] :: FurnitureStore -> MainEntityOfPage [name] :: FurnitureStore -> Name [potentialAction] :: FurnitureStore -> PotentialAction [sameAs] :: FurnitureStore -> SameAs [url] :: FurnitureStore -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.FurnitureStore.FurnitureStore instance GHC.Read.Read Text.HTML5.MetaData.Schema.FurnitureStore.FurnitureStore instance GHC.Show.Show Text.HTML5.MetaData.Schema.FurnitureStore.FurnitureStore instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.FurnitureStore.FurnitureStore module Text.HTML5.MetaData.Schema.GardenStore -- | A garden store. -- -- data GardenStore GardenStore :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AdditionalProperty -> Address -> AggregateRating -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Founder -> FoundingDate -> FoundingLocation -> HasOfferCatalog -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Seeks -> SubOrganization -> TaxID -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> GardenStore [branchCode] :: GardenStore -> BranchCode [currenciesAccepted] :: GardenStore -> CurrenciesAccepted [openingHours] :: GardenStore -> OpeningHours [paymentAccepted] :: GardenStore -> PaymentAccepted [priceRange] :: GardenStore -> PriceRange [additionalProperty] :: GardenStore -> AdditionalProperty [address] :: GardenStore -> Address [aggregateRating] :: GardenStore -> AggregateRating [containedInPlace] :: GardenStore -> ContainedInPlace [containsPlace] :: GardenStore -> ContainsPlace [event] :: GardenStore -> Event [faxNumber] :: GardenStore -> FaxNumber [geo] :: GardenStore -> Geo [globalLocationNumber] :: GardenStore -> GlobalLocationNumber [hasMap] :: GardenStore -> HasMap [isicV4] :: GardenStore -> IsicV4 [logo] :: GardenStore -> Logo [openingHoursSpecification] :: GardenStore -> OpeningHoursSpecification [photo] :: GardenStore -> Photo [review] :: GardenStore -> Review [telephone] :: GardenStore -> Telephone [alumni] :: GardenStore -> Alumni [areaServed] :: GardenStore -> AreaServed [award] :: GardenStore -> Award [brand] :: GardenStore -> Brand [contactPoint] :: GardenStore -> ContactPoint [department] :: GardenStore -> Department [dissolutionDate] :: GardenStore -> DissolutionDate [duns] :: GardenStore -> Duns [email] :: GardenStore -> Email [employee] :: GardenStore -> Employee [founder] :: GardenStore -> Founder [foundingDate] :: GardenStore -> FoundingDate [foundingLocation] :: GardenStore -> FoundingLocation [hasOfferCatalog] :: GardenStore -> HasOfferCatalog [hasPOS] :: GardenStore -> HasPOS [legalName] :: GardenStore -> LegalName [location] :: GardenStore -> Location [makesOffer] :: GardenStore -> MakesOffer [member] :: GardenStore -> Member [memberOf] :: GardenStore -> MemberOf [naics] :: GardenStore -> Naics [numberOfEmployees] :: GardenStore -> NumberOfEmployees [owns] :: GardenStore -> Owns [parentOrganization] :: GardenStore -> ParentOrganization [seeks] :: GardenStore -> Seeks [subOrganization] :: GardenStore -> SubOrganization [taxID] :: GardenStore -> TaxID [vatID] :: GardenStore -> VatID [additionalType] :: GardenStore -> AdditionalType [alternateName] :: GardenStore -> AlternateName [description] :: GardenStore -> Description [image] :: GardenStore -> Image [mainEntityOfPage] :: GardenStore -> MainEntityOfPage [name] :: GardenStore -> Name [potentialAction] :: GardenStore -> PotentialAction [sameAs] :: GardenStore -> SameAs [url] :: GardenStore -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.GardenStore.GardenStore instance GHC.Read.Read Text.HTML5.MetaData.Schema.GardenStore.GardenStore instance GHC.Show.Show Text.HTML5.MetaData.Schema.GardenStore.GardenStore instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.GardenStore.GardenStore module Text.HTML5.MetaData.Schema.GatedResidenceCommunity -- | Residence type: Gated community. -- -- data GatedResidenceCommunity GatedResidenceCommunity :: AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> GatedResidenceCommunity [additionalProperty] :: GatedResidenceCommunity -> AdditionalProperty [address] :: GatedResidenceCommunity -> Address [aggregateRating] :: GatedResidenceCommunity -> AggregateRating [branchCode] :: GatedResidenceCommunity -> BranchCode [containedInPlace] :: GatedResidenceCommunity -> ContainedInPlace [containsPlace] :: GatedResidenceCommunity -> ContainsPlace [event] :: GatedResidenceCommunity -> Event [faxNumber] :: GatedResidenceCommunity -> FaxNumber [geo] :: GatedResidenceCommunity -> Geo [globalLocationNumber] :: GatedResidenceCommunity -> GlobalLocationNumber [hasMap] :: GatedResidenceCommunity -> HasMap [isicV4] :: GatedResidenceCommunity -> IsicV4 [logo] :: GatedResidenceCommunity -> Logo [openingHoursSpecification] :: GatedResidenceCommunity -> OpeningHoursSpecification [photo] :: GatedResidenceCommunity -> Photo [review] :: GatedResidenceCommunity -> Review [telephone] :: GatedResidenceCommunity -> Telephone [additionalType] :: GatedResidenceCommunity -> AdditionalType [alternateName] :: GatedResidenceCommunity -> AlternateName [description] :: GatedResidenceCommunity -> Description [image] :: GatedResidenceCommunity -> Image [mainEntityOfPage] :: GatedResidenceCommunity -> MainEntityOfPage [name] :: GatedResidenceCommunity -> Name [potentialAction] :: GatedResidenceCommunity -> PotentialAction [sameAs] :: GatedResidenceCommunity -> SameAs [url] :: GatedResidenceCommunity -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.GatedResidenceCommunity.GatedResidenceCommunity instance GHC.Read.Read Text.HTML5.MetaData.Schema.GatedResidenceCommunity.GatedResidenceCommunity instance GHC.Show.Show Text.HTML5.MetaData.Schema.GatedResidenceCommunity.GatedResidenceCommunity instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.GatedResidenceCommunity.GatedResidenceCommunity module Text.HTML5.MetaData.Schema.GeneralContractor -- | A general contractor. -- -- data GeneralContractor GeneralContractor :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> GeneralContractor [branchCode] :: GeneralContractor -> BranchCode [currenciesAccepted] :: GeneralContractor -> CurrenciesAccepted [openingHours] :: GeneralContractor -> OpeningHours [paymentAccepted] :: GeneralContractor -> PaymentAccepted [priceRange] :: GeneralContractor -> PriceRange [address] :: GeneralContractor -> Address [aggregateRating] :: GeneralContractor -> AggregateRating [alumni] :: GeneralContractor -> Alumni [areaServed] :: GeneralContractor -> AreaServed [award] :: GeneralContractor -> Award [brand] :: GeneralContractor -> Brand [contactPoint] :: GeneralContractor -> ContactPoint [department] :: GeneralContractor -> Department [dissolutionDate] :: GeneralContractor -> DissolutionDate [duns] :: GeneralContractor -> Duns [email] :: GeneralContractor -> Email [employee] :: GeneralContractor -> Employee [event] :: GeneralContractor -> Event [faxNumber] :: GeneralContractor -> FaxNumber [founder] :: GeneralContractor -> Founder [foundingDate] :: GeneralContractor -> FoundingDate [foundingLocation] :: GeneralContractor -> FoundingLocation [globalLocationNumber] :: GeneralContractor -> GlobalLocationNumber [hasOfferCatalog] :: GeneralContractor -> HasOfferCatalog [hasPOS] :: GeneralContractor -> HasPOS [isicV4] :: GeneralContractor -> IsicV4 [legalName] :: GeneralContractor -> LegalName [location] :: GeneralContractor -> Location [logo] :: GeneralContractor -> Logo [makesOffer] :: GeneralContractor -> MakesOffer [member] :: GeneralContractor -> Member [memberOf] :: GeneralContractor -> MemberOf [naics] :: GeneralContractor -> Naics [numberOfEmployees] :: GeneralContractor -> NumberOfEmployees [owns] :: GeneralContractor -> Owns [parentOrganization] :: GeneralContractor -> ParentOrganization [review] :: GeneralContractor -> Review [seeks] :: GeneralContractor -> Seeks [subOrganization] :: GeneralContractor -> SubOrganization [taxID] :: GeneralContractor -> TaxID [telephone] :: GeneralContractor -> Telephone [vatID] :: GeneralContractor -> VatID [additionalProperty] :: GeneralContractor -> AdditionalProperty [containedInPlace] :: GeneralContractor -> ContainedInPlace [containsPlace] :: GeneralContractor -> ContainsPlace [geo] :: GeneralContractor -> Geo [hasMap] :: GeneralContractor -> HasMap [openingHoursSpecification] :: GeneralContractor -> OpeningHoursSpecification [photo] :: GeneralContractor -> Photo [additionalType] :: GeneralContractor -> AdditionalType [alternateName] :: GeneralContractor -> AlternateName [description] :: GeneralContractor -> Description [image] :: GeneralContractor -> Image [mainEntityOfPage] :: GeneralContractor -> MainEntityOfPage [name] :: GeneralContractor -> Name [potentialAction] :: GeneralContractor -> PotentialAction [sameAs] :: GeneralContractor -> SameAs [url] :: GeneralContractor -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.GeneralContractor.GeneralContractor instance GHC.Read.Read Text.HTML5.MetaData.Schema.GeneralContractor.GeneralContractor instance GHC.Show.Show Text.HTML5.MetaData.Schema.GeneralContractor.GeneralContractor instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.GeneralContractor.GeneralContractor module Text.HTML5.MetaData.Schema.GeoShape -- | The geographic shape of a place. A GeoShape can be described using -- several properties whose values are based on latitude/longitude pairs. -- Either whitespace or commas can be used to separate latitude and -- longitude; whitespace should be used when writing a list of several -- such points. -- -- data GeoShape GeoShape :: Address -> AddressCountry -> Box -> Circle -> Elevation -> Line -> Polygon -> PostalCode -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> GeoShape [address] :: GeoShape -> Address [addressCountry] :: GeoShape -> AddressCountry [box] :: GeoShape -> Box [circle] :: GeoShape -> Circle [elevation] :: GeoShape -> Elevation [line] :: GeoShape -> Line [polygon] :: GeoShape -> Polygon [postalCode] :: GeoShape -> PostalCode [additionalType] :: GeoShape -> AdditionalType [alternateName] :: GeoShape -> AlternateName [description] :: GeoShape -> Description [image] :: GeoShape -> Image [mainEntityOfPage] :: GeoShape -> MainEntityOfPage [name] :: GeoShape -> Name [potentialAction] :: GeoShape -> PotentialAction [sameAs] :: GeoShape -> SameAs [url] :: GeoShape -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.GeoShape.GeoShape instance GHC.Read.Read Text.HTML5.MetaData.Schema.GeoShape.GeoShape instance GHC.Show.Show Text.HTML5.MetaData.Schema.GeoShape.GeoShape instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.GeoShape.GeoShape module Text.HTML5.MetaData.Schema.GeoCircle -- | A GeoCircle is a GeoShape representing a circular geographic area. As -- it is a GeoShape it provides the simple textual property -- circle, but also allows the combination of postalCode alongside -- geoRadius. The center of the circle can be indicated via the -- geoMidpoint property, or more approximately using -- address, postalCode. -- -- data GeoCircle GeoCircle :: GeoMidpoint -> GeoRadius -> Address -> AddressCountry -> Box -> Circle -> Elevation -> Line -> Polygon -> PostalCode -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> GeoCircle [geoMidpoint] :: GeoCircle -> GeoMidpoint [geoRadius] :: GeoCircle -> GeoRadius [address] :: GeoCircle -> Address [addressCountry] :: GeoCircle -> AddressCountry [box] :: GeoCircle -> Box [circle] :: GeoCircle -> Circle [elevation] :: GeoCircle -> Elevation [line] :: GeoCircle -> Line [polygon] :: GeoCircle -> Polygon [postalCode] :: GeoCircle -> PostalCode [additionalType] :: GeoCircle -> AdditionalType [alternateName] :: GeoCircle -> AlternateName [description] :: GeoCircle -> Description [image] :: GeoCircle -> Image [mainEntityOfPage] :: GeoCircle -> MainEntityOfPage [name] :: GeoCircle -> Name [potentialAction] :: GeoCircle -> PotentialAction [sameAs] :: GeoCircle -> SameAs [url] :: GeoCircle -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.GeoCircle.GeoCircle instance GHC.Read.Read Text.HTML5.MetaData.Schema.GeoCircle.GeoCircle instance GHC.Show.Show Text.HTML5.MetaData.Schema.GeoCircle.GeoCircle instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.GeoCircle.GeoCircle module Text.HTML5.MetaData.Schema.GiveAction -- | The act of transferring ownership of an object to a destination. -- Reciprocal of TakeAction.Related actions:TakeAction: Reciprocal of -- GiveAction.SendAction: Unlike SendAction, GiveAction implies that -- ownership is being transferred (e.g. I may send my laptop to you, but -- that doesn't mean I'm giving it to you). -- -- data GiveAction GiveAction :: Recipient -> FromLocation -> ToLocation -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> GiveAction [recipient] :: GiveAction -> Recipient [fromLocation] :: GiveAction -> FromLocation [toLocation] :: GiveAction -> ToLocation [actionStatus] :: GiveAction -> ActionStatus [agent] :: GiveAction -> Agent [endTime] :: GiveAction -> EndTime [error] :: GiveAction -> Error [instrument] :: GiveAction -> Instrument [location] :: GiveAction -> Location [object] :: GiveAction -> Object [participant] :: GiveAction -> Participant [result] :: GiveAction -> Result [startTime] :: GiveAction -> StartTime [target] :: GiveAction -> Target [additionalType] :: GiveAction -> AdditionalType [alternateName] :: GiveAction -> AlternateName [description] :: GiveAction -> Description [image] :: GiveAction -> Image [mainEntityOfPage] :: GiveAction -> MainEntityOfPage [name] :: GiveAction -> Name [potentialAction] :: GiveAction -> PotentialAction [sameAs] :: GiveAction -> SameAs [url] :: GiveAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.GiveAction.GiveAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.GiveAction.GiveAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.GiveAction.GiveAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.GiveAction.GiveAction module Text.HTML5.MetaData.Schema.GolfCourse -- | A golf course. -- -- data GolfCourse GolfCourse :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> GolfCourse [branchCode] :: GolfCourse -> BranchCode [currenciesAccepted] :: GolfCourse -> CurrenciesAccepted [openingHours] :: GolfCourse -> OpeningHours [paymentAccepted] :: GolfCourse -> PaymentAccepted [priceRange] :: GolfCourse -> PriceRange [address] :: GolfCourse -> Address [aggregateRating] :: GolfCourse -> AggregateRating [alumni] :: GolfCourse -> Alumni [areaServed] :: GolfCourse -> AreaServed [award] :: GolfCourse -> Award [brand] :: GolfCourse -> Brand [contactPoint] :: GolfCourse -> ContactPoint [department] :: GolfCourse -> Department [dissolutionDate] :: GolfCourse -> DissolutionDate [duns] :: GolfCourse -> Duns [email] :: GolfCourse -> Email [employee] :: GolfCourse -> Employee [event] :: GolfCourse -> Event [faxNumber] :: GolfCourse -> FaxNumber [founder] :: GolfCourse -> Founder [foundingDate] :: GolfCourse -> FoundingDate [foundingLocation] :: GolfCourse -> FoundingLocation [globalLocationNumber] :: GolfCourse -> GlobalLocationNumber [hasOfferCatalog] :: GolfCourse -> HasOfferCatalog [hasPOS] :: GolfCourse -> HasPOS [isicV4] :: GolfCourse -> IsicV4 [legalName] :: GolfCourse -> LegalName [location] :: GolfCourse -> Location [logo] :: GolfCourse -> Logo [makesOffer] :: GolfCourse -> MakesOffer [member] :: GolfCourse -> Member [memberOf] :: GolfCourse -> MemberOf [naics] :: GolfCourse -> Naics [numberOfEmployees] :: GolfCourse -> NumberOfEmployees [owns] :: GolfCourse -> Owns [parentOrganization] :: GolfCourse -> ParentOrganization [review] :: GolfCourse -> Review [seeks] :: GolfCourse -> Seeks [subOrganization] :: GolfCourse -> SubOrganization [taxID] :: GolfCourse -> TaxID [telephone] :: GolfCourse -> Telephone [vatID] :: GolfCourse -> VatID [additionalProperty] :: GolfCourse -> AdditionalProperty [containedInPlace] :: GolfCourse -> ContainedInPlace [containsPlace] :: GolfCourse -> ContainsPlace [geo] :: GolfCourse -> Geo [hasMap] :: GolfCourse -> HasMap [openingHoursSpecification] :: GolfCourse -> OpeningHoursSpecification [photo] :: GolfCourse -> Photo [additionalType] :: GolfCourse -> AdditionalType [alternateName] :: GolfCourse -> AlternateName [description] :: GolfCourse -> Description [image] :: GolfCourse -> Image [mainEntityOfPage] :: GolfCourse -> MainEntityOfPage [name] :: GolfCourse -> Name [potentialAction] :: GolfCourse -> PotentialAction [sameAs] :: GolfCourse -> SameAs [url] :: GolfCourse -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.GolfCourse.GolfCourse instance GHC.Read.Read Text.HTML5.MetaData.Schema.GolfCourse.GolfCourse instance GHC.Show.Show Text.HTML5.MetaData.Schema.GolfCourse.GolfCourse instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.GolfCourse.GolfCourse module Text.HTML5.MetaData.Schema.GovernmentBuilding -- | A government building. -- -- data GovernmentBuilding GovernmentBuilding :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> GovernmentBuilding [openingHours] :: GovernmentBuilding -> OpeningHours [additionalProperty] :: GovernmentBuilding -> AdditionalProperty [address] :: GovernmentBuilding -> Address [aggregateRating] :: GovernmentBuilding -> AggregateRating [branchCode] :: GovernmentBuilding -> BranchCode [containedInPlace] :: GovernmentBuilding -> ContainedInPlace [containsPlace] :: GovernmentBuilding -> ContainsPlace [event] :: GovernmentBuilding -> Event [faxNumber] :: GovernmentBuilding -> FaxNumber [geo] :: GovernmentBuilding -> Geo [globalLocationNumber] :: GovernmentBuilding -> GlobalLocationNumber [hasMap] :: GovernmentBuilding -> HasMap [isicV4] :: GovernmentBuilding -> IsicV4 [logo] :: GovernmentBuilding -> Logo [openingHoursSpecification] :: GovernmentBuilding -> OpeningHoursSpecification [photo] :: GovernmentBuilding -> Photo [review] :: GovernmentBuilding -> Review [telephone] :: GovernmentBuilding -> Telephone [additionalType] :: GovernmentBuilding -> AdditionalType [alternateName] :: GovernmentBuilding -> AlternateName [description] :: GovernmentBuilding -> Description [image] :: GovernmentBuilding -> Image [mainEntityOfPage] :: GovernmentBuilding -> MainEntityOfPage [name] :: GovernmentBuilding -> Name [potentialAction] :: GovernmentBuilding -> PotentialAction [sameAs] :: GovernmentBuilding -> SameAs [url] :: GovernmentBuilding -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.GovernmentBuilding.GovernmentBuilding instance GHC.Read.Read Text.HTML5.MetaData.Schema.GovernmentBuilding.GovernmentBuilding instance GHC.Show.Show Text.HTML5.MetaData.Schema.GovernmentBuilding.GovernmentBuilding instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.GovernmentBuilding.GovernmentBuilding module Text.HTML5.MetaData.Schema.LegislativeBuilding -- | A legislative building—for example, the state capitol. -- -- data LegislativeBuilding LegislativeBuilding :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> LegislativeBuilding [openingHours] :: LegislativeBuilding -> OpeningHours [additionalProperty] :: LegislativeBuilding -> AdditionalProperty [address] :: LegislativeBuilding -> Address [aggregateRating] :: LegislativeBuilding -> AggregateRating [branchCode] :: LegislativeBuilding -> BranchCode [containedInPlace] :: LegislativeBuilding -> ContainedInPlace [containsPlace] :: LegislativeBuilding -> ContainsPlace [event] :: LegislativeBuilding -> Event [faxNumber] :: LegislativeBuilding -> FaxNumber [geo] :: LegislativeBuilding -> Geo [globalLocationNumber] :: LegislativeBuilding -> GlobalLocationNumber [hasMap] :: LegislativeBuilding -> HasMap [isicV4] :: LegislativeBuilding -> IsicV4 [logo] :: LegislativeBuilding -> Logo [openingHoursSpecification] :: LegislativeBuilding -> OpeningHoursSpecification [photo] :: LegislativeBuilding -> Photo [review] :: LegislativeBuilding -> Review [telephone] :: LegislativeBuilding -> Telephone [additionalType] :: LegislativeBuilding -> AdditionalType [alternateName] :: LegislativeBuilding -> AlternateName [description] :: LegislativeBuilding -> Description [image] :: LegislativeBuilding -> Image [mainEntityOfPage] :: LegislativeBuilding -> MainEntityOfPage [name] :: LegislativeBuilding -> Name [potentialAction] :: LegislativeBuilding -> PotentialAction [sameAs] :: LegislativeBuilding -> SameAs [url] :: LegislativeBuilding -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.LegislativeBuilding.LegislativeBuilding instance GHC.Read.Read Text.HTML5.MetaData.Schema.LegislativeBuilding.LegislativeBuilding instance GHC.Show.Show Text.HTML5.MetaData.Schema.LegislativeBuilding.LegislativeBuilding instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.LegislativeBuilding.LegislativeBuilding module Text.HTML5.MetaData.Schema.GovernmentOffice -- | A government office—for example, an IRS or DMV office. -- -- data GovernmentOffice GovernmentOffice :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> GovernmentOffice [branchCode] :: GovernmentOffice -> BranchCode [currenciesAccepted] :: GovernmentOffice -> CurrenciesAccepted [openingHours] :: GovernmentOffice -> OpeningHours [paymentAccepted] :: GovernmentOffice -> PaymentAccepted [priceRange] :: GovernmentOffice -> PriceRange [address] :: GovernmentOffice -> Address [aggregateRating] :: GovernmentOffice -> AggregateRating [alumni] :: GovernmentOffice -> Alumni [areaServed] :: GovernmentOffice -> AreaServed [award] :: GovernmentOffice -> Award [brand] :: GovernmentOffice -> Brand [contactPoint] :: GovernmentOffice -> ContactPoint [department] :: GovernmentOffice -> Department [dissolutionDate] :: GovernmentOffice -> DissolutionDate [duns] :: GovernmentOffice -> Duns [email] :: GovernmentOffice -> Email [employee] :: GovernmentOffice -> Employee [event] :: GovernmentOffice -> Event [faxNumber] :: GovernmentOffice -> FaxNumber [founder] :: GovernmentOffice -> Founder [foundingDate] :: GovernmentOffice -> FoundingDate [foundingLocation] :: GovernmentOffice -> FoundingLocation [globalLocationNumber] :: GovernmentOffice -> GlobalLocationNumber [hasOfferCatalog] :: GovernmentOffice -> HasOfferCatalog [hasPOS] :: GovernmentOffice -> HasPOS [isicV4] :: GovernmentOffice -> IsicV4 [legalName] :: GovernmentOffice -> LegalName [location] :: GovernmentOffice -> Location [logo] :: GovernmentOffice -> Logo [makesOffer] :: GovernmentOffice -> MakesOffer [member] :: GovernmentOffice -> Member [memberOf] :: GovernmentOffice -> MemberOf [naics] :: GovernmentOffice -> Naics [numberOfEmployees] :: GovernmentOffice -> NumberOfEmployees [owns] :: GovernmentOffice -> Owns [parentOrganization] :: GovernmentOffice -> ParentOrganization [review] :: GovernmentOffice -> Review [seeks] :: GovernmentOffice -> Seeks [subOrganization] :: GovernmentOffice -> SubOrganization [taxID] :: GovernmentOffice -> TaxID [telephone] :: GovernmentOffice -> Telephone [vatID] :: GovernmentOffice -> VatID [additionalProperty] :: GovernmentOffice -> AdditionalProperty [containedInPlace] :: GovernmentOffice -> ContainedInPlace [containsPlace] :: GovernmentOffice -> ContainsPlace [geo] :: GovernmentOffice -> Geo [hasMap] :: GovernmentOffice -> HasMap [openingHoursSpecification] :: GovernmentOffice -> OpeningHoursSpecification [photo] :: GovernmentOffice -> Photo [additionalType] :: GovernmentOffice -> AdditionalType [alternateName] :: GovernmentOffice -> AlternateName [description] :: GovernmentOffice -> Description [image] :: GovernmentOffice -> Image [mainEntityOfPage] :: GovernmentOffice -> MainEntityOfPage [name] :: GovernmentOffice -> Name [potentialAction] :: GovernmentOffice -> PotentialAction [sameAs] :: GovernmentOffice -> SameAs [url] :: GovernmentOffice -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.GovernmentOffice.GovernmentOffice instance GHC.Read.Read Text.HTML5.MetaData.Schema.GovernmentOffice.GovernmentOffice instance GHC.Show.Show Text.HTML5.MetaData.Schema.GovernmentOffice.GovernmentOffice instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.GovernmentOffice.GovernmentOffice module Text.HTML5.MetaData.Schema.PostOffice -- | A post office. -- -- data PostOffice PostOffice :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AdditionalProperty -> Address -> AggregateRating -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Founder -> FoundingDate -> FoundingLocation -> HasOfferCatalog -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Seeks -> SubOrganization -> TaxID -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PostOffice [branchCode] :: PostOffice -> BranchCode [currenciesAccepted] :: PostOffice -> CurrenciesAccepted [openingHours] :: PostOffice -> OpeningHours [paymentAccepted] :: PostOffice -> PaymentAccepted [priceRange] :: PostOffice -> PriceRange [additionalProperty] :: PostOffice -> AdditionalProperty [address] :: PostOffice -> Address [aggregateRating] :: PostOffice -> AggregateRating [containedInPlace] :: PostOffice -> ContainedInPlace [containsPlace] :: PostOffice -> ContainsPlace [event] :: PostOffice -> Event [faxNumber] :: PostOffice -> FaxNumber [geo] :: PostOffice -> Geo [globalLocationNumber] :: PostOffice -> GlobalLocationNumber [hasMap] :: PostOffice -> HasMap [isicV4] :: PostOffice -> IsicV4 [logo] :: PostOffice -> Logo [openingHoursSpecification] :: PostOffice -> OpeningHoursSpecification [photo] :: PostOffice -> Photo [review] :: PostOffice -> Review [telephone] :: PostOffice -> Telephone [alumni] :: PostOffice -> Alumni [areaServed] :: PostOffice -> AreaServed [award] :: PostOffice -> Award [brand] :: PostOffice -> Brand [contactPoint] :: PostOffice -> ContactPoint [department] :: PostOffice -> Department [dissolutionDate] :: PostOffice -> DissolutionDate [duns] :: PostOffice -> Duns [email] :: PostOffice -> Email [employee] :: PostOffice -> Employee [founder] :: PostOffice -> Founder [foundingDate] :: PostOffice -> FoundingDate [foundingLocation] :: PostOffice -> FoundingLocation [hasOfferCatalog] :: PostOffice -> HasOfferCatalog [hasPOS] :: PostOffice -> HasPOS [legalName] :: PostOffice -> LegalName [location] :: PostOffice -> Location [makesOffer] :: PostOffice -> MakesOffer [member] :: PostOffice -> Member [memberOf] :: PostOffice -> MemberOf [naics] :: PostOffice -> Naics [numberOfEmployees] :: PostOffice -> NumberOfEmployees [owns] :: PostOffice -> Owns [parentOrganization] :: PostOffice -> ParentOrganization [seeks] :: PostOffice -> Seeks [subOrganization] :: PostOffice -> SubOrganization [taxID] :: PostOffice -> TaxID [vatID] :: PostOffice -> VatID [additionalType] :: PostOffice -> AdditionalType [alternateName] :: PostOffice -> AlternateName [description] :: PostOffice -> Description [image] :: PostOffice -> Image [mainEntityOfPage] :: PostOffice -> MainEntityOfPage [name] :: PostOffice -> Name [potentialAction] :: PostOffice -> PotentialAction [sameAs] :: PostOffice -> SameAs [url] :: PostOffice -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PostOffice.PostOffice instance GHC.Read.Read Text.HTML5.MetaData.Schema.PostOffice.PostOffice instance GHC.Show.Show Text.HTML5.MetaData.Schema.PostOffice.PostOffice instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PostOffice.PostOffice module Text.HTML5.MetaData.Schema.GovernmentOrganization -- | A governmental organization or agency. -- -- data GovernmentOrganization GovernmentOrganization :: Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> GovernmentOrganization [address] :: GovernmentOrganization -> Address [aggregateRating] :: GovernmentOrganization -> AggregateRating [alumni] :: GovernmentOrganization -> Alumni [areaServed] :: GovernmentOrganization -> AreaServed [award] :: GovernmentOrganization -> Award [brand] :: GovernmentOrganization -> Brand [contactPoint] :: GovernmentOrganization -> ContactPoint [department] :: GovernmentOrganization -> Department [dissolutionDate] :: GovernmentOrganization -> DissolutionDate [duns] :: GovernmentOrganization -> Duns [email] :: GovernmentOrganization -> Email [employee] :: GovernmentOrganization -> Employee [event] :: GovernmentOrganization -> Event [faxNumber] :: GovernmentOrganization -> FaxNumber [founder] :: GovernmentOrganization -> Founder [foundingDate] :: GovernmentOrganization -> FoundingDate [foundingLocation] :: GovernmentOrganization -> FoundingLocation [globalLocationNumber] :: GovernmentOrganization -> GlobalLocationNumber [hasOfferCatalog] :: GovernmentOrganization -> HasOfferCatalog [hasPOS] :: GovernmentOrganization -> HasPOS [isicV4] :: GovernmentOrganization -> IsicV4 [legalName] :: GovernmentOrganization -> LegalName [location] :: GovernmentOrganization -> Location [logo] :: GovernmentOrganization -> Logo [makesOffer] :: GovernmentOrganization -> MakesOffer [member] :: GovernmentOrganization -> Member [memberOf] :: GovernmentOrganization -> MemberOf [naics] :: GovernmentOrganization -> Naics [numberOfEmployees] :: GovernmentOrganization -> NumberOfEmployees [owns] :: GovernmentOrganization -> Owns [parentOrganization] :: GovernmentOrganization -> ParentOrganization [review] :: GovernmentOrganization -> Review [seeks] :: GovernmentOrganization -> Seeks [subOrganization] :: GovernmentOrganization -> SubOrganization [taxID] :: GovernmentOrganization -> TaxID [telephone] :: GovernmentOrganization -> Telephone [vatID] :: GovernmentOrganization -> VatID [additionalType] :: GovernmentOrganization -> AdditionalType [alternateName] :: GovernmentOrganization -> AlternateName [description] :: GovernmentOrganization -> Description [image] :: GovernmentOrganization -> Image [mainEntityOfPage] :: GovernmentOrganization -> MainEntityOfPage [name] :: GovernmentOrganization -> Name [potentialAction] :: GovernmentOrganization -> PotentialAction [sameAs] :: GovernmentOrganization -> SameAs [url] :: GovernmentOrganization -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.GovernmentOrganization.GovernmentOrganization instance GHC.Read.Read Text.HTML5.MetaData.Schema.GovernmentOrganization.GovernmentOrganization instance GHC.Show.Show Text.HTML5.MetaData.Schema.GovernmentOrganization.GovernmentOrganization instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.GovernmentOrganization.GovernmentOrganization module Text.HTML5.MetaData.Schema.GovernmentPermit -- | A permit issued by a government agency. -- -- data GovernmentPermit GovernmentPermit :: IssuedBy -> IssuedThrough -> PermitAudience -> ValidFor -> ValidFrom -> ValidIn -> ValidUntil -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> GovernmentPermit [issuedBy] :: GovernmentPermit -> IssuedBy [issuedThrough] :: GovernmentPermit -> IssuedThrough [permitAudience] :: GovernmentPermit -> PermitAudience [validFor] :: GovernmentPermit -> ValidFor [validFrom] :: GovernmentPermit -> ValidFrom [validIn] :: GovernmentPermit -> ValidIn [validUntil] :: GovernmentPermit -> ValidUntil [additionalType] :: GovernmentPermit -> AdditionalType [alternateName] :: GovernmentPermit -> AlternateName [description] :: GovernmentPermit -> Description [image] :: GovernmentPermit -> Image [mainEntityOfPage] :: GovernmentPermit -> MainEntityOfPage [name] :: GovernmentPermit -> Name [potentialAction] :: GovernmentPermit -> PotentialAction [sameAs] :: GovernmentPermit -> SameAs [url] :: GovernmentPermit -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.GovernmentPermit.GovernmentPermit instance GHC.Read.Read Text.HTML5.MetaData.Schema.GovernmentPermit.GovernmentPermit instance GHC.Show.Show Text.HTML5.MetaData.Schema.GovernmentPermit.GovernmentPermit instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.GovernmentPermit.GovernmentPermit module Text.HTML5.MetaData.Schema.Permit -- | A permit issued by an organization, e.g. a parking pass. -- -- data Permit Permit :: IssuedBy -> IssuedThrough -> PermitAudience -> ValidFor -> ValidFrom -> ValidIn -> ValidUntil -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Permit [issuedBy] :: Permit -> IssuedBy [issuedThrough] :: Permit -> IssuedThrough [permitAudience] :: Permit -> PermitAudience [validFor] :: Permit -> ValidFor [validFrom] :: Permit -> ValidFrom [validIn] :: Permit -> ValidIn [validUntil] :: Permit -> ValidUntil [additionalType] :: Permit -> AdditionalType [alternateName] :: Permit -> AlternateName [description] :: Permit -> Description [image] :: Permit -> Image [mainEntityOfPage] :: Permit -> MainEntityOfPage [name] :: Permit -> Name [potentialAction] :: Permit -> PotentialAction [sameAs] :: Permit -> SameAs [url] :: Permit -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Permit.Permit instance GHC.Read.Read Text.HTML5.MetaData.Schema.Permit.Permit instance GHC.Show.Show Text.HTML5.MetaData.Schema.Permit.Permit instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Permit.Permit module Text.HTML5.MetaData.Schema.GovernmentService -- | A service provided by a government organization, e.g. food stamps, -- veterans benefits, etc. -- -- data GovernmentService GovernmentService :: ServiceOperator -> AggregateRating -> AreaServed -> AvailableChannel -> Award -> Category -> HasOfferCatalog -> HoursAvailable -> Offers -> Provider -> ProviderMobility -> Review -> ServiceOutput -> ServiceType -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> GovernmentService [serviceOperator] :: GovernmentService -> ServiceOperator [aggregateRating] :: GovernmentService -> AggregateRating [areaServed] :: GovernmentService -> AreaServed [availableChannel] :: GovernmentService -> AvailableChannel [award] :: GovernmentService -> Award [category] :: GovernmentService -> Category [hasOfferCatalog] :: GovernmentService -> HasOfferCatalog [hoursAvailable] :: GovernmentService -> HoursAvailable [offers] :: GovernmentService -> Offers [provider] :: GovernmentService -> Provider [providerMobility] :: GovernmentService -> ProviderMobility [review] :: GovernmentService -> Review [serviceOutput] :: GovernmentService -> ServiceOutput [serviceType] :: GovernmentService -> ServiceType [additionalType] :: GovernmentService -> AdditionalType [alternateName] :: GovernmentService -> AlternateName [description] :: GovernmentService -> Description [image] :: GovernmentService -> Image [mainEntityOfPage] :: GovernmentService -> MainEntityOfPage [name] :: GovernmentService -> Name [potentialAction] :: GovernmentService -> PotentialAction [sameAs] :: GovernmentService -> SameAs [url] :: GovernmentService -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.GovernmentService.GovernmentService instance GHC.Read.Read Text.HTML5.MetaData.Schema.GovernmentService.GovernmentService instance GHC.Show.Show Text.HTML5.MetaData.Schema.GovernmentService.GovernmentService instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.GovernmentService.GovernmentService module Text.HTML5.MetaData.Schema.GroceryStore -- | A grocery store. -- -- data GroceryStore GroceryStore :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> GroceryStore [branchCode] :: GroceryStore -> BranchCode [currenciesAccepted] :: GroceryStore -> CurrenciesAccepted [openingHours] :: GroceryStore -> OpeningHours [paymentAccepted] :: GroceryStore -> PaymentAccepted [priceRange] :: GroceryStore -> PriceRange [address] :: GroceryStore -> Address [aggregateRating] :: GroceryStore -> AggregateRating [alumni] :: GroceryStore -> Alumni [areaServed] :: GroceryStore -> AreaServed [award] :: GroceryStore -> Award [brand] :: GroceryStore -> Brand [contactPoint] :: GroceryStore -> ContactPoint [department] :: GroceryStore -> Department [dissolutionDate] :: GroceryStore -> DissolutionDate [duns] :: GroceryStore -> Duns [email] :: GroceryStore -> Email [employee] :: GroceryStore -> Employee [event] :: GroceryStore -> Event [faxNumber] :: GroceryStore -> FaxNumber [founder] :: GroceryStore -> Founder [foundingDate] :: GroceryStore -> FoundingDate [foundingLocation] :: GroceryStore -> FoundingLocation [globalLocationNumber] :: GroceryStore -> GlobalLocationNumber [hasOfferCatalog] :: GroceryStore -> HasOfferCatalog [hasPOS] :: GroceryStore -> HasPOS [isicV4] :: GroceryStore -> IsicV4 [legalName] :: GroceryStore -> LegalName [location] :: GroceryStore -> Location [logo] :: GroceryStore -> Logo [makesOffer] :: GroceryStore -> MakesOffer [member] :: GroceryStore -> Member [memberOf] :: GroceryStore -> MemberOf [naics] :: GroceryStore -> Naics [numberOfEmployees] :: GroceryStore -> NumberOfEmployees [owns] :: GroceryStore -> Owns [parentOrganization] :: GroceryStore -> ParentOrganization [review] :: GroceryStore -> Review [seeks] :: GroceryStore -> Seeks [subOrganization] :: GroceryStore -> SubOrganization [taxID] :: GroceryStore -> TaxID [telephone] :: GroceryStore -> Telephone [vatID] :: GroceryStore -> VatID [additionalProperty] :: GroceryStore -> AdditionalProperty [containedInPlace] :: GroceryStore -> ContainedInPlace [containsPlace] :: GroceryStore -> ContainsPlace [geo] :: GroceryStore -> Geo [hasMap] :: GroceryStore -> HasMap [openingHoursSpecification] :: GroceryStore -> OpeningHoursSpecification [photo] :: GroceryStore -> Photo [additionalType] :: GroceryStore -> AdditionalType [alternateName] :: GroceryStore -> AlternateName [description] :: GroceryStore -> Description [image] :: GroceryStore -> Image [mainEntityOfPage] :: GroceryStore -> MainEntityOfPage [name] :: GroceryStore -> Name [potentialAction] :: GroceryStore -> PotentialAction [sameAs] :: GroceryStore -> SameAs [url] :: GroceryStore -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.GroceryStore.GroceryStore instance GHC.Read.Read Text.HTML5.MetaData.Schema.GroceryStore.GroceryStore instance GHC.Show.Show Text.HTML5.MetaData.Schema.GroceryStore.GroceryStore instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.GroceryStore.GroceryStore module Text.HTML5.MetaData.Schema.HVACBusiness -- | A business that provide Heating, Ventilation and Air Conditioning -- services. -- -- data HVACBusiness HVACBusiness :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AdditionalProperty -> Address -> AggregateRating -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Founder -> FoundingDate -> FoundingLocation -> HasOfferCatalog -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Seeks -> SubOrganization -> TaxID -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> HVACBusiness [branchCode] :: HVACBusiness -> BranchCode [currenciesAccepted] :: HVACBusiness -> CurrenciesAccepted [openingHours] :: HVACBusiness -> OpeningHours [paymentAccepted] :: HVACBusiness -> PaymentAccepted [priceRange] :: HVACBusiness -> PriceRange [additionalProperty] :: HVACBusiness -> AdditionalProperty [address] :: HVACBusiness -> Address [aggregateRating] :: HVACBusiness -> AggregateRating [containedInPlace] :: HVACBusiness -> ContainedInPlace [containsPlace] :: HVACBusiness -> ContainsPlace [event] :: HVACBusiness -> Event [faxNumber] :: HVACBusiness -> FaxNumber [geo] :: HVACBusiness -> Geo [globalLocationNumber] :: HVACBusiness -> GlobalLocationNumber [hasMap] :: HVACBusiness -> HasMap [isicV4] :: HVACBusiness -> IsicV4 [logo] :: HVACBusiness -> Logo [openingHoursSpecification] :: HVACBusiness -> OpeningHoursSpecification [photo] :: HVACBusiness -> Photo [review] :: HVACBusiness -> Review [telephone] :: HVACBusiness -> Telephone [alumni] :: HVACBusiness -> Alumni [areaServed] :: HVACBusiness -> AreaServed [award] :: HVACBusiness -> Award [brand] :: HVACBusiness -> Brand [contactPoint] :: HVACBusiness -> ContactPoint [department] :: HVACBusiness -> Department [dissolutionDate] :: HVACBusiness -> DissolutionDate [duns] :: HVACBusiness -> Duns [email] :: HVACBusiness -> Email [employee] :: HVACBusiness -> Employee [founder] :: HVACBusiness -> Founder [foundingDate] :: HVACBusiness -> FoundingDate [foundingLocation] :: HVACBusiness -> FoundingLocation [hasOfferCatalog] :: HVACBusiness -> HasOfferCatalog [hasPOS] :: HVACBusiness -> HasPOS [legalName] :: HVACBusiness -> LegalName [location] :: HVACBusiness -> Location [makesOffer] :: HVACBusiness -> MakesOffer [member] :: HVACBusiness -> Member [memberOf] :: HVACBusiness -> MemberOf [naics] :: HVACBusiness -> Naics [numberOfEmployees] :: HVACBusiness -> NumberOfEmployees [owns] :: HVACBusiness -> Owns [parentOrganization] :: HVACBusiness -> ParentOrganization [seeks] :: HVACBusiness -> Seeks [subOrganization] :: HVACBusiness -> SubOrganization [taxID] :: HVACBusiness -> TaxID [vatID] :: HVACBusiness -> VatID [additionalType] :: HVACBusiness -> AdditionalType [alternateName] :: HVACBusiness -> AlternateName [description] :: HVACBusiness -> Description [image] :: HVACBusiness -> Image [mainEntityOfPage] :: HVACBusiness -> MainEntityOfPage [name] :: HVACBusiness -> Name [potentialAction] :: HVACBusiness -> PotentialAction [sameAs] :: HVACBusiness -> SameAs [url] :: HVACBusiness -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.HVACBusiness.HVACBusiness instance GHC.Read.Read Text.HTML5.MetaData.Schema.HVACBusiness.HVACBusiness instance GHC.Show.Show Text.HTML5.MetaData.Schema.HVACBusiness.HVACBusiness instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.HVACBusiness.HVACBusiness module Text.HTML5.MetaData.Schema.HairSalon -- | A hair salon. -- -- data HairSalon HairSalon :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AdditionalProperty -> Address -> AggregateRating -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Founder -> FoundingDate -> FoundingLocation -> HasOfferCatalog -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Seeks -> SubOrganization -> TaxID -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> HairSalon [branchCode] :: HairSalon -> BranchCode [currenciesAccepted] :: HairSalon -> CurrenciesAccepted [openingHours] :: HairSalon -> OpeningHours [paymentAccepted] :: HairSalon -> PaymentAccepted [priceRange] :: HairSalon -> PriceRange [additionalProperty] :: HairSalon -> AdditionalProperty [address] :: HairSalon -> Address [aggregateRating] :: HairSalon -> AggregateRating [containedInPlace] :: HairSalon -> ContainedInPlace [containsPlace] :: HairSalon -> ContainsPlace [event] :: HairSalon -> Event [faxNumber] :: HairSalon -> FaxNumber [geo] :: HairSalon -> Geo [globalLocationNumber] :: HairSalon -> GlobalLocationNumber [hasMap] :: HairSalon -> HasMap [isicV4] :: HairSalon -> IsicV4 [logo] :: HairSalon -> Logo [openingHoursSpecification] :: HairSalon -> OpeningHoursSpecification [photo] :: HairSalon -> Photo [review] :: HairSalon -> Review [telephone] :: HairSalon -> Telephone [alumni] :: HairSalon -> Alumni [areaServed] :: HairSalon -> AreaServed [award] :: HairSalon -> Award [brand] :: HairSalon -> Brand [contactPoint] :: HairSalon -> ContactPoint [department] :: HairSalon -> Department [dissolutionDate] :: HairSalon -> DissolutionDate [duns] :: HairSalon -> Duns [email] :: HairSalon -> Email [employee] :: HairSalon -> Employee [founder] :: HairSalon -> Founder [foundingDate] :: HairSalon -> FoundingDate [foundingLocation] :: HairSalon -> FoundingLocation [hasOfferCatalog] :: HairSalon -> HasOfferCatalog [hasPOS] :: HairSalon -> HasPOS [legalName] :: HairSalon -> LegalName [location] :: HairSalon -> Location [makesOffer] :: HairSalon -> MakesOffer [member] :: HairSalon -> Member [memberOf] :: HairSalon -> MemberOf [naics] :: HairSalon -> Naics [numberOfEmployees] :: HairSalon -> NumberOfEmployees [owns] :: HairSalon -> Owns [parentOrganization] :: HairSalon -> ParentOrganization [seeks] :: HairSalon -> Seeks [subOrganization] :: HairSalon -> SubOrganization [taxID] :: HairSalon -> TaxID [vatID] :: HairSalon -> VatID [additionalType] :: HairSalon -> AdditionalType [alternateName] :: HairSalon -> AlternateName [description] :: HairSalon -> Description [image] :: HairSalon -> Image [mainEntityOfPage] :: HairSalon -> MainEntityOfPage [name] :: HairSalon -> Name [potentialAction] :: HairSalon -> PotentialAction [sameAs] :: HairSalon -> SameAs [url] :: HairSalon -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.HairSalon.HairSalon instance GHC.Read.Read Text.HTML5.MetaData.Schema.HairSalon.HairSalon instance GHC.Show.Show Text.HTML5.MetaData.Schema.HairSalon.HairSalon instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.HairSalon.HairSalon module Text.HTML5.MetaData.Schema.HardwareStore -- | A hardware store. -- -- data HardwareStore HardwareStore :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AdditionalProperty -> Address -> AggregateRating -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Founder -> FoundingDate -> FoundingLocation -> HasOfferCatalog -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Seeks -> SubOrganization -> TaxID -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> HardwareStore [branchCode] :: HardwareStore -> BranchCode [currenciesAccepted] :: HardwareStore -> CurrenciesAccepted [openingHours] :: HardwareStore -> OpeningHours [paymentAccepted] :: HardwareStore -> PaymentAccepted [priceRange] :: HardwareStore -> PriceRange [additionalProperty] :: HardwareStore -> AdditionalProperty [address] :: HardwareStore -> Address [aggregateRating] :: HardwareStore -> AggregateRating [containedInPlace] :: HardwareStore -> ContainedInPlace [containsPlace] :: HardwareStore -> ContainsPlace [event] :: HardwareStore -> Event [faxNumber] :: HardwareStore -> FaxNumber [geo] :: HardwareStore -> Geo [globalLocationNumber] :: HardwareStore -> GlobalLocationNumber [hasMap] :: HardwareStore -> HasMap [isicV4] :: HardwareStore -> IsicV4 [logo] :: HardwareStore -> Logo [openingHoursSpecification] :: HardwareStore -> OpeningHoursSpecification [photo] :: HardwareStore -> Photo [review] :: HardwareStore -> Review [telephone] :: HardwareStore -> Telephone [alumni] :: HardwareStore -> Alumni [areaServed] :: HardwareStore -> AreaServed [award] :: HardwareStore -> Award [brand] :: HardwareStore -> Brand [contactPoint] :: HardwareStore -> ContactPoint [department] :: HardwareStore -> Department [dissolutionDate] :: HardwareStore -> DissolutionDate [duns] :: HardwareStore -> Duns [email] :: HardwareStore -> Email [employee] :: HardwareStore -> Employee [founder] :: HardwareStore -> Founder [foundingDate] :: HardwareStore -> FoundingDate [foundingLocation] :: HardwareStore -> FoundingLocation [hasOfferCatalog] :: HardwareStore -> HasOfferCatalog [hasPOS] :: HardwareStore -> HasPOS [legalName] :: HardwareStore -> LegalName [location] :: HardwareStore -> Location [makesOffer] :: HardwareStore -> MakesOffer [member] :: HardwareStore -> Member [memberOf] :: HardwareStore -> MemberOf [naics] :: HardwareStore -> Naics [numberOfEmployees] :: HardwareStore -> NumberOfEmployees [owns] :: HardwareStore -> Owns [parentOrganization] :: HardwareStore -> ParentOrganization [seeks] :: HardwareStore -> Seeks [subOrganization] :: HardwareStore -> SubOrganization [taxID] :: HardwareStore -> TaxID [vatID] :: HardwareStore -> VatID [additionalType] :: HardwareStore -> AdditionalType [alternateName] :: HardwareStore -> AlternateName [description] :: HardwareStore -> Description [image] :: HardwareStore -> Image [mainEntityOfPage] :: HardwareStore -> MainEntityOfPage [name] :: HardwareStore -> Name [potentialAction] :: HardwareStore -> PotentialAction [sameAs] :: HardwareStore -> SameAs [url] :: HardwareStore -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.HardwareStore.HardwareStore instance GHC.Read.Read Text.HTML5.MetaData.Schema.HardwareStore.HardwareStore instance GHC.Show.Show Text.HTML5.MetaData.Schema.HardwareStore.HardwareStore instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.HardwareStore.HardwareStore module Text.HTML5.MetaData.Schema.HealthClub -- | A health club. -- -- data HealthClub HealthClub :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> HealthClub [branchCode] :: HealthClub -> BranchCode [currenciesAccepted] :: HealthClub -> CurrenciesAccepted [openingHours] :: HealthClub -> OpeningHours [paymentAccepted] :: HealthClub -> PaymentAccepted [priceRange] :: HealthClub -> PriceRange [address] :: HealthClub -> Address [aggregateRating] :: HealthClub -> AggregateRating [alumni] :: HealthClub -> Alumni [areaServed] :: HealthClub -> AreaServed [award] :: HealthClub -> Award [brand] :: HealthClub -> Brand [contactPoint] :: HealthClub -> ContactPoint [department] :: HealthClub -> Department [dissolutionDate] :: HealthClub -> DissolutionDate [duns] :: HealthClub -> Duns [email] :: HealthClub -> Email [employee] :: HealthClub -> Employee [event] :: HealthClub -> Event [faxNumber] :: HealthClub -> FaxNumber [founder] :: HealthClub -> Founder [foundingDate] :: HealthClub -> FoundingDate [foundingLocation] :: HealthClub -> FoundingLocation [globalLocationNumber] :: HealthClub -> GlobalLocationNumber [hasOfferCatalog] :: HealthClub -> HasOfferCatalog [hasPOS] :: HealthClub -> HasPOS [isicV4] :: HealthClub -> IsicV4 [legalName] :: HealthClub -> LegalName [location] :: HealthClub -> Location [logo] :: HealthClub -> Logo [makesOffer] :: HealthClub -> MakesOffer [member] :: HealthClub -> Member [memberOf] :: HealthClub -> MemberOf [naics] :: HealthClub -> Naics [numberOfEmployees] :: HealthClub -> NumberOfEmployees [owns] :: HealthClub -> Owns [parentOrganization] :: HealthClub -> ParentOrganization [review] :: HealthClub -> Review [seeks] :: HealthClub -> Seeks [subOrganization] :: HealthClub -> SubOrganization [taxID] :: HealthClub -> TaxID [telephone] :: HealthClub -> Telephone [vatID] :: HealthClub -> VatID [additionalProperty] :: HealthClub -> AdditionalProperty [containedInPlace] :: HealthClub -> ContainedInPlace [containsPlace] :: HealthClub -> ContainsPlace [geo] :: HealthClub -> Geo [hasMap] :: HealthClub -> HasMap [openingHoursSpecification] :: HealthClub -> OpeningHoursSpecification [photo] :: HealthClub -> Photo [additionalType] :: HealthClub -> AdditionalType [alternateName] :: HealthClub -> AlternateName [description] :: HealthClub -> Description [image] :: HealthClub -> Image [mainEntityOfPage] :: HealthClub -> MainEntityOfPage [name] :: HealthClub -> Name [potentialAction] :: HealthClub -> PotentialAction [sameAs] :: HealthClub -> SameAs [url] :: HealthClub -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.HealthClub.HealthClub instance GHC.Read.Read Text.HTML5.MetaData.Schema.HealthClub.HealthClub instance GHC.Show.Show Text.HTML5.MetaData.Schema.HealthClub.HealthClub instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.HealthClub.HealthClub module Text.HTML5.MetaData.Schema.NailSalon -- | A nail salon. -- -- data NailSalon NailSalon :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> NailSalon [branchCode] :: NailSalon -> BranchCode [currenciesAccepted] :: NailSalon -> CurrenciesAccepted [openingHours] :: NailSalon -> OpeningHours [paymentAccepted] :: NailSalon -> PaymentAccepted [priceRange] :: NailSalon -> PriceRange [address] :: NailSalon -> Address [aggregateRating] :: NailSalon -> AggregateRating [alumni] :: NailSalon -> Alumni [areaServed] :: NailSalon -> AreaServed [award] :: NailSalon -> Award [brand] :: NailSalon -> Brand [contactPoint] :: NailSalon -> ContactPoint [department] :: NailSalon -> Department [dissolutionDate] :: NailSalon -> DissolutionDate [duns] :: NailSalon -> Duns [email] :: NailSalon -> Email [employee] :: NailSalon -> Employee [event] :: NailSalon -> Event [faxNumber] :: NailSalon -> FaxNumber [founder] :: NailSalon -> Founder [foundingDate] :: NailSalon -> FoundingDate [foundingLocation] :: NailSalon -> FoundingLocation [globalLocationNumber] :: NailSalon -> GlobalLocationNumber [hasOfferCatalog] :: NailSalon -> HasOfferCatalog [hasPOS] :: NailSalon -> HasPOS [isicV4] :: NailSalon -> IsicV4 [legalName] :: NailSalon -> LegalName [location] :: NailSalon -> Location [logo] :: NailSalon -> Logo [makesOffer] :: NailSalon -> MakesOffer [member] :: NailSalon -> Member [memberOf] :: NailSalon -> MemberOf [naics] :: NailSalon -> Naics [numberOfEmployees] :: NailSalon -> NumberOfEmployees [owns] :: NailSalon -> Owns [parentOrganization] :: NailSalon -> ParentOrganization [review] :: NailSalon -> Review [seeks] :: NailSalon -> Seeks [subOrganization] :: NailSalon -> SubOrganization [taxID] :: NailSalon -> TaxID [telephone] :: NailSalon -> Telephone [vatID] :: NailSalon -> VatID [additionalProperty] :: NailSalon -> AdditionalProperty [containedInPlace] :: NailSalon -> ContainedInPlace [containsPlace] :: NailSalon -> ContainsPlace [geo] :: NailSalon -> Geo [hasMap] :: NailSalon -> HasMap [openingHoursSpecification] :: NailSalon -> OpeningHoursSpecification [photo] :: NailSalon -> Photo [additionalType] :: NailSalon -> AdditionalType [alternateName] :: NailSalon -> AlternateName [description] :: NailSalon -> Description [image] :: NailSalon -> Image [mainEntityOfPage] :: NailSalon -> MainEntityOfPage [name] :: NailSalon -> Name [potentialAction] :: NailSalon -> PotentialAction [sameAs] :: NailSalon -> SameAs [url] :: NailSalon -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.NailSalon.NailSalon instance GHC.Read.Read Text.HTML5.MetaData.Schema.NailSalon.NailSalon instance GHC.Show.Show Text.HTML5.MetaData.Schema.NailSalon.NailSalon instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.NailSalon.NailSalon module Text.HTML5.MetaData.Schema.HealthAndBeautyBusiness -- | Health and beauty. -- -- data HealthAndBeautyBusiness HealthAndBeautyBusiness :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> HealthAndBeautyBusiness [branchCode] :: HealthAndBeautyBusiness -> BranchCode [currenciesAccepted] :: HealthAndBeautyBusiness -> CurrenciesAccepted [openingHours] :: HealthAndBeautyBusiness -> OpeningHours [paymentAccepted] :: HealthAndBeautyBusiness -> PaymentAccepted [priceRange] :: HealthAndBeautyBusiness -> PriceRange [address] :: HealthAndBeautyBusiness -> Address [aggregateRating] :: HealthAndBeautyBusiness -> AggregateRating [alumni] :: HealthAndBeautyBusiness -> Alumni [areaServed] :: HealthAndBeautyBusiness -> AreaServed [award] :: HealthAndBeautyBusiness -> Award [brand] :: HealthAndBeautyBusiness -> Brand [contactPoint] :: HealthAndBeautyBusiness -> ContactPoint [department] :: HealthAndBeautyBusiness -> Department [dissolutionDate] :: HealthAndBeautyBusiness -> DissolutionDate [duns] :: HealthAndBeautyBusiness -> Duns [email] :: HealthAndBeautyBusiness -> Email [employee] :: HealthAndBeautyBusiness -> Employee [event] :: HealthAndBeautyBusiness -> Event [faxNumber] :: HealthAndBeautyBusiness -> FaxNumber [founder] :: HealthAndBeautyBusiness -> Founder [foundingDate] :: HealthAndBeautyBusiness -> FoundingDate [foundingLocation] :: HealthAndBeautyBusiness -> FoundingLocation [globalLocationNumber] :: HealthAndBeautyBusiness -> GlobalLocationNumber [hasOfferCatalog] :: HealthAndBeautyBusiness -> HasOfferCatalog [hasPOS] :: HealthAndBeautyBusiness -> HasPOS [isicV4] :: HealthAndBeautyBusiness -> IsicV4 [legalName] :: HealthAndBeautyBusiness -> LegalName [location] :: HealthAndBeautyBusiness -> Location [logo] :: HealthAndBeautyBusiness -> Logo [makesOffer] :: HealthAndBeautyBusiness -> MakesOffer [member] :: HealthAndBeautyBusiness -> Member [memberOf] :: HealthAndBeautyBusiness -> MemberOf [naics] :: HealthAndBeautyBusiness -> Naics [numberOfEmployees] :: HealthAndBeautyBusiness -> NumberOfEmployees [owns] :: HealthAndBeautyBusiness -> Owns [parentOrganization] :: HealthAndBeautyBusiness -> ParentOrganization [review] :: HealthAndBeautyBusiness -> Review [seeks] :: HealthAndBeautyBusiness -> Seeks [subOrganization] :: HealthAndBeautyBusiness -> SubOrganization [taxID] :: HealthAndBeautyBusiness -> TaxID [telephone] :: HealthAndBeautyBusiness -> Telephone [vatID] :: HealthAndBeautyBusiness -> VatID [additionalProperty] :: HealthAndBeautyBusiness -> AdditionalProperty [containedInPlace] :: HealthAndBeautyBusiness -> ContainedInPlace [containsPlace] :: HealthAndBeautyBusiness -> ContainsPlace [geo] :: HealthAndBeautyBusiness -> Geo [hasMap] :: HealthAndBeautyBusiness -> HasMap [openingHoursSpecification] :: HealthAndBeautyBusiness -> OpeningHoursSpecification [photo] :: HealthAndBeautyBusiness -> Photo [additionalType] :: HealthAndBeautyBusiness -> AdditionalType [alternateName] :: HealthAndBeautyBusiness -> AlternateName [description] :: HealthAndBeautyBusiness -> Description [image] :: HealthAndBeautyBusiness -> Image [mainEntityOfPage] :: HealthAndBeautyBusiness -> MainEntityOfPage [name] :: HealthAndBeautyBusiness -> Name [potentialAction] :: HealthAndBeautyBusiness -> PotentialAction [sameAs] :: HealthAndBeautyBusiness -> SameAs [url] :: HealthAndBeautyBusiness -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.HealthAndBeautyBusiness.HealthAndBeautyBusiness instance GHC.Read.Read Text.HTML5.MetaData.Schema.HealthAndBeautyBusiness.HealthAndBeautyBusiness instance GHC.Show.Show Text.HTML5.MetaData.Schema.HealthAndBeautyBusiness.HealthAndBeautyBusiness instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.HealthAndBeautyBusiness.HealthAndBeautyBusiness module Text.HTML5.MetaData.Schema.TattooParlor -- | A tattoo parlor. -- -- data TattooParlor TattooParlor :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AdditionalProperty -> Address -> AggregateRating -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Founder -> FoundingDate -> FoundingLocation -> HasOfferCatalog -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Seeks -> SubOrganization -> TaxID -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> TattooParlor [branchCode] :: TattooParlor -> BranchCode [currenciesAccepted] :: TattooParlor -> CurrenciesAccepted [openingHours] :: TattooParlor -> OpeningHours [paymentAccepted] :: TattooParlor -> PaymentAccepted [priceRange] :: TattooParlor -> PriceRange [additionalProperty] :: TattooParlor -> AdditionalProperty [address] :: TattooParlor -> Address [aggregateRating] :: TattooParlor -> AggregateRating [containedInPlace] :: TattooParlor -> ContainedInPlace [containsPlace] :: TattooParlor -> ContainsPlace [event] :: TattooParlor -> Event [faxNumber] :: TattooParlor -> FaxNumber [geo] :: TattooParlor -> Geo [globalLocationNumber] :: TattooParlor -> GlobalLocationNumber [hasMap] :: TattooParlor -> HasMap [isicV4] :: TattooParlor -> IsicV4 [logo] :: TattooParlor -> Logo [openingHoursSpecification] :: TattooParlor -> OpeningHoursSpecification [photo] :: TattooParlor -> Photo [review] :: TattooParlor -> Review [telephone] :: TattooParlor -> Telephone [alumni] :: TattooParlor -> Alumni [areaServed] :: TattooParlor -> AreaServed [award] :: TattooParlor -> Award [brand] :: TattooParlor -> Brand [contactPoint] :: TattooParlor -> ContactPoint [department] :: TattooParlor -> Department [dissolutionDate] :: TattooParlor -> DissolutionDate [duns] :: TattooParlor -> Duns [email] :: TattooParlor -> Email [employee] :: TattooParlor -> Employee [founder] :: TattooParlor -> Founder [foundingDate] :: TattooParlor -> FoundingDate [foundingLocation] :: TattooParlor -> FoundingLocation [hasOfferCatalog] :: TattooParlor -> HasOfferCatalog [hasPOS] :: TattooParlor -> HasPOS [legalName] :: TattooParlor -> LegalName [location] :: TattooParlor -> Location [makesOffer] :: TattooParlor -> MakesOffer [member] :: TattooParlor -> Member [memberOf] :: TattooParlor -> MemberOf [naics] :: TattooParlor -> Naics [numberOfEmployees] :: TattooParlor -> NumberOfEmployees [owns] :: TattooParlor -> Owns [parentOrganization] :: TattooParlor -> ParentOrganization [seeks] :: TattooParlor -> Seeks [subOrganization] :: TattooParlor -> SubOrganization [taxID] :: TattooParlor -> TaxID [vatID] :: TattooParlor -> VatID [additionalType] :: TattooParlor -> AdditionalType [alternateName] :: TattooParlor -> AlternateName [description] :: TattooParlor -> Description [image] :: TattooParlor -> Image [mainEntityOfPage] :: TattooParlor -> MainEntityOfPage [name] :: TattooParlor -> Name [potentialAction] :: TattooParlor -> PotentialAction [sameAs] :: TattooParlor -> SameAs [url] :: TattooParlor -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.TattooParlor.TattooParlor instance GHC.Read.Read Text.HTML5.MetaData.Schema.TattooParlor.TattooParlor instance GHC.Show.Show Text.HTML5.MetaData.Schema.TattooParlor.TattooParlor instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.TattooParlor.TattooParlor module Text.HTML5.MetaData.Schema.HinduTemple -- | A Hindu temple. -- -- data HinduTemple HinduTemple :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> HinduTemple [openingHours] :: HinduTemple -> OpeningHours [additionalProperty] :: HinduTemple -> AdditionalProperty [address] :: HinduTemple -> Address [aggregateRating] :: HinduTemple -> AggregateRating [branchCode] :: HinduTemple -> BranchCode [containedInPlace] :: HinduTemple -> ContainedInPlace [containsPlace] :: HinduTemple -> ContainsPlace [event] :: HinduTemple -> Event [faxNumber] :: HinduTemple -> FaxNumber [geo] :: HinduTemple -> Geo [globalLocationNumber] :: HinduTemple -> GlobalLocationNumber [hasMap] :: HinduTemple -> HasMap [isicV4] :: HinduTemple -> IsicV4 [logo] :: HinduTemple -> Logo [openingHoursSpecification] :: HinduTemple -> OpeningHoursSpecification [photo] :: HinduTemple -> Photo [review] :: HinduTemple -> Review [telephone] :: HinduTemple -> Telephone [additionalType] :: HinduTemple -> AdditionalType [alternateName] :: HinduTemple -> AlternateName [description] :: HinduTemple -> Description [image] :: HinduTemple -> Image [mainEntityOfPage] :: HinduTemple -> MainEntityOfPage [name] :: HinduTemple -> Name [potentialAction] :: HinduTemple -> PotentialAction [sameAs] :: HinduTemple -> SameAs [url] :: HinduTemple -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.HinduTemple.HinduTemple instance GHC.Read.Read Text.HTML5.MetaData.Schema.HinduTemple.HinduTemple instance GHC.Show.Show Text.HTML5.MetaData.Schema.HinduTemple.HinduTemple instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.HinduTemple.HinduTemple module Text.HTML5.MetaData.Schema.HobbyShop -- | A store that sells materials useful or necessary for various hobbies. -- -- data HobbyShop HobbyShop :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> HobbyShop [branchCode] :: HobbyShop -> BranchCode [currenciesAccepted] :: HobbyShop -> CurrenciesAccepted [openingHours] :: HobbyShop -> OpeningHours [paymentAccepted] :: HobbyShop -> PaymentAccepted [priceRange] :: HobbyShop -> PriceRange [address] :: HobbyShop -> Address [aggregateRating] :: HobbyShop -> AggregateRating [alumni] :: HobbyShop -> Alumni [areaServed] :: HobbyShop -> AreaServed [award] :: HobbyShop -> Award [brand] :: HobbyShop -> Brand [contactPoint] :: HobbyShop -> ContactPoint [department] :: HobbyShop -> Department [dissolutionDate] :: HobbyShop -> DissolutionDate [duns] :: HobbyShop -> Duns [email] :: HobbyShop -> Email [employee] :: HobbyShop -> Employee [event] :: HobbyShop -> Event [faxNumber] :: HobbyShop -> FaxNumber [founder] :: HobbyShop -> Founder [foundingDate] :: HobbyShop -> FoundingDate [foundingLocation] :: HobbyShop -> FoundingLocation [globalLocationNumber] :: HobbyShop -> GlobalLocationNumber [hasOfferCatalog] :: HobbyShop -> HasOfferCatalog [hasPOS] :: HobbyShop -> HasPOS [isicV4] :: HobbyShop -> IsicV4 [legalName] :: HobbyShop -> LegalName [location] :: HobbyShop -> Location [logo] :: HobbyShop -> Logo [makesOffer] :: HobbyShop -> MakesOffer [member] :: HobbyShop -> Member [memberOf] :: HobbyShop -> MemberOf [naics] :: HobbyShop -> Naics [numberOfEmployees] :: HobbyShop -> NumberOfEmployees [owns] :: HobbyShop -> Owns [parentOrganization] :: HobbyShop -> ParentOrganization [review] :: HobbyShop -> Review [seeks] :: HobbyShop -> Seeks [subOrganization] :: HobbyShop -> SubOrganization [taxID] :: HobbyShop -> TaxID [telephone] :: HobbyShop -> Telephone [vatID] :: HobbyShop -> VatID [additionalProperty] :: HobbyShop -> AdditionalProperty [containedInPlace] :: HobbyShop -> ContainedInPlace [containsPlace] :: HobbyShop -> ContainsPlace [geo] :: HobbyShop -> Geo [hasMap] :: HobbyShop -> HasMap [openingHoursSpecification] :: HobbyShop -> OpeningHoursSpecification [photo] :: HobbyShop -> Photo [additionalType] :: HobbyShop -> AdditionalType [alternateName] :: HobbyShop -> AlternateName [description] :: HobbyShop -> Description [image] :: HobbyShop -> Image [mainEntityOfPage] :: HobbyShop -> MainEntityOfPage [name] :: HobbyShop -> Name [potentialAction] :: HobbyShop -> PotentialAction [sameAs] :: HobbyShop -> SameAs [url] :: HobbyShop -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.HobbyShop.HobbyShop instance GHC.Read.Read Text.HTML5.MetaData.Schema.HobbyShop.HobbyShop instance GHC.Show.Show Text.HTML5.MetaData.Schema.HobbyShop.HobbyShop instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.HobbyShop.HobbyShop module Text.HTML5.MetaData.Schema.HousePainter -- | A house painting service. -- -- data HousePainter HousePainter :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> HousePainter [branchCode] :: HousePainter -> BranchCode [currenciesAccepted] :: HousePainter -> CurrenciesAccepted [openingHours] :: HousePainter -> OpeningHours [paymentAccepted] :: HousePainter -> PaymentAccepted [priceRange] :: HousePainter -> PriceRange [address] :: HousePainter -> Address [aggregateRating] :: HousePainter -> AggregateRating [alumni] :: HousePainter -> Alumni [areaServed] :: HousePainter -> AreaServed [award] :: HousePainter -> Award [brand] :: HousePainter -> Brand [contactPoint] :: HousePainter -> ContactPoint [department] :: HousePainter -> Department [dissolutionDate] :: HousePainter -> DissolutionDate [duns] :: HousePainter -> Duns [email] :: HousePainter -> Email [employee] :: HousePainter -> Employee [event] :: HousePainter -> Event [faxNumber] :: HousePainter -> FaxNumber [founder] :: HousePainter -> Founder [foundingDate] :: HousePainter -> FoundingDate [foundingLocation] :: HousePainter -> FoundingLocation [globalLocationNumber] :: HousePainter -> GlobalLocationNumber [hasOfferCatalog] :: HousePainter -> HasOfferCatalog [hasPOS] :: HousePainter -> HasPOS [isicV4] :: HousePainter -> IsicV4 [legalName] :: HousePainter -> LegalName [location] :: HousePainter -> Location [logo] :: HousePainter -> Logo [makesOffer] :: HousePainter -> MakesOffer [member] :: HousePainter -> Member [memberOf] :: HousePainter -> MemberOf [naics] :: HousePainter -> Naics [numberOfEmployees] :: HousePainter -> NumberOfEmployees [owns] :: HousePainter -> Owns [parentOrganization] :: HousePainter -> ParentOrganization [review] :: HousePainter -> Review [seeks] :: HousePainter -> Seeks [subOrganization] :: HousePainter -> SubOrganization [taxID] :: HousePainter -> TaxID [telephone] :: HousePainter -> Telephone [vatID] :: HousePainter -> VatID [additionalProperty] :: HousePainter -> AdditionalProperty [containedInPlace] :: HousePainter -> ContainedInPlace [containsPlace] :: HousePainter -> ContainsPlace [geo] :: HousePainter -> Geo [hasMap] :: HousePainter -> HasMap [openingHoursSpecification] :: HousePainter -> OpeningHoursSpecification [photo] :: HousePainter -> Photo [additionalType] :: HousePainter -> AdditionalType [alternateName] :: HousePainter -> AlternateName [description] :: HousePainter -> Description [image] :: HousePainter -> Image [mainEntityOfPage] :: HousePainter -> MainEntityOfPage [name] :: HousePainter -> Name [potentialAction] :: HousePainter -> PotentialAction [sameAs] :: HousePainter -> SameAs [url] :: HousePainter -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.HousePainter.HousePainter instance GHC.Read.Read Text.HTML5.MetaData.Schema.HousePainter.HousePainter instance GHC.Show.Show Text.HTML5.MetaData.Schema.HousePainter.HousePainter instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.HousePainter.HousePainter module Text.HTML5.MetaData.Schema.Locksmith -- | A locksmith. -- -- data Locksmith Locksmith :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Locksmith [branchCode] :: Locksmith -> BranchCode [currenciesAccepted] :: Locksmith -> CurrenciesAccepted [openingHours] :: Locksmith -> OpeningHours [paymentAccepted] :: Locksmith -> PaymentAccepted [priceRange] :: Locksmith -> PriceRange [address] :: Locksmith -> Address [aggregateRating] :: Locksmith -> AggregateRating [alumni] :: Locksmith -> Alumni [areaServed] :: Locksmith -> AreaServed [award] :: Locksmith -> Award [brand] :: Locksmith -> Brand [contactPoint] :: Locksmith -> ContactPoint [department] :: Locksmith -> Department [dissolutionDate] :: Locksmith -> DissolutionDate [duns] :: Locksmith -> Duns [email] :: Locksmith -> Email [employee] :: Locksmith -> Employee [event] :: Locksmith -> Event [faxNumber] :: Locksmith -> FaxNumber [founder] :: Locksmith -> Founder [foundingDate] :: Locksmith -> FoundingDate [foundingLocation] :: Locksmith -> FoundingLocation [globalLocationNumber] :: Locksmith -> GlobalLocationNumber [hasOfferCatalog] :: Locksmith -> HasOfferCatalog [hasPOS] :: Locksmith -> HasPOS [isicV4] :: Locksmith -> IsicV4 [legalName] :: Locksmith -> LegalName [location] :: Locksmith -> Location [logo] :: Locksmith -> Logo [makesOffer] :: Locksmith -> MakesOffer [member] :: Locksmith -> Member [memberOf] :: Locksmith -> MemberOf [naics] :: Locksmith -> Naics [numberOfEmployees] :: Locksmith -> NumberOfEmployees [owns] :: Locksmith -> Owns [parentOrganization] :: Locksmith -> ParentOrganization [review] :: Locksmith -> Review [seeks] :: Locksmith -> Seeks [subOrganization] :: Locksmith -> SubOrganization [taxID] :: Locksmith -> TaxID [telephone] :: Locksmith -> Telephone [vatID] :: Locksmith -> VatID [additionalProperty] :: Locksmith -> AdditionalProperty [containedInPlace] :: Locksmith -> ContainedInPlace [containsPlace] :: Locksmith -> ContainsPlace [geo] :: Locksmith -> Geo [hasMap] :: Locksmith -> HasMap [openingHoursSpecification] :: Locksmith -> OpeningHoursSpecification [photo] :: Locksmith -> Photo [additionalType] :: Locksmith -> AdditionalType [alternateName] :: Locksmith -> AlternateName [description] :: Locksmith -> Description [image] :: Locksmith -> Image [mainEntityOfPage] :: Locksmith -> MainEntityOfPage [name] :: Locksmith -> Name [potentialAction] :: Locksmith -> PotentialAction [sameAs] :: Locksmith -> SameAs [url] :: Locksmith -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Locksmith.Locksmith instance GHC.Read.Read Text.HTML5.MetaData.Schema.Locksmith.Locksmith instance GHC.Show.Show Text.HTML5.MetaData.Schema.Locksmith.Locksmith instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Locksmith.Locksmith module Text.HTML5.MetaData.Schema.MovingCompany -- | A moving company. -- -- data MovingCompany MovingCompany :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MovingCompany [branchCode] :: MovingCompany -> BranchCode [currenciesAccepted] :: MovingCompany -> CurrenciesAccepted [openingHours] :: MovingCompany -> OpeningHours [paymentAccepted] :: MovingCompany -> PaymentAccepted [priceRange] :: MovingCompany -> PriceRange [address] :: MovingCompany -> Address [aggregateRating] :: MovingCompany -> AggregateRating [alumni] :: MovingCompany -> Alumni [areaServed] :: MovingCompany -> AreaServed [award] :: MovingCompany -> Award [brand] :: MovingCompany -> Brand [contactPoint] :: MovingCompany -> ContactPoint [department] :: MovingCompany -> Department [dissolutionDate] :: MovingCompany -> DissolutionDate [duns] :: MovingCompany -> Duns [email] :: MovingCompany -> Email [employee] :: MovingCompany -> Employee [event] :: MovingCompany -> Event [faxNumber] :: MovingCompany -> FaxNumber [founder] :: MovingCompany -> Founder [foundingDate] :: MovingCompany -> FoundingDate [foundingLocation] :: MovingCompany -> FoundingLocation [globalLocationNumber] :: MovingCompany -> GlobalLocationNumber [hasOfferCatalog] :: MovingCompany -> HasOfferCatalog [hasPOS] :: MovingCompany -> HasPOS [isicV4] :: MovingCompany -> IsicV4 [legalName] :: MovingCompany -> LegalName [location] :: MovingCompany -> Location [logo] :: MovingCompany -> Logo [makesOffer] :: MovingCompany -> MakesOffer [member] :: MovingCompany -> Member [memberOf] :: MovingCompany -> MemberOf [naics] :: MovingCompany -> Naics [numberOfEmployees] :: MovingCompany -> NumberOfEmployees [owns] :: MovingCompany -> Owns [parentOrganization] :: MovingCompany -> ParentOrganization [review] :: MovingCompany -> Review [seeks] :: MovingCompany -> Seeks [subOrganization] :: MovingCompany -> SubOrganization [taxID] :: MovingCompany -> TaxID [telephone] :: MovingCompany -> Telephone [vatID] :: MovingCompany -> VatID [additionalProperty] :: MovingCompany -> AdditionalProperty [containedInPlace] :: MovingCompany -> ContainedInPlace [containsPlace] :: MovingCompany -> ContainsPlace [geo] :: MovingCompany -> Geo [hasMap] :: MovingCompany -> HasMap [openingHoursSpecification] :: MovingCompany -> OpeningHoursSpecification [photo] :: MovingCompany -> Photo [additionalType] :: MovingCompany -> AdditionalType [alternateName] :: MovingCompany -> AlternateName [description] :: MovingCompany -> Description [image] :: MovingCompany -> Image [mainEntityOfPage] :: MovingCompany -> MainEntityOfPage [name] :: MovingCompany -> Name [potentialAction] :: MovingCompany -> PotentialAction [sameAs] :: MovingCompany -> SameAs [url] :: MovingCompany -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MovingCompany.MovingCompany instance GHC.Read.Read Text.HTML5.MetaData.Schema.MovingCompany.MovingCompany instance GHC.Show.Show Text.HTML5.MetaData.Schema.MovingCompany.MovingCompany instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MovingCompany.MovingCompany module Text.HTML5.MetaData.Schema.Plumber -- | A plumbing service. -- -- data Plumber Plumber :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Plumber [branchCode] :: Plumber -> BranchCode [currenciesAccepted] :: Plumber -> CurrenciesAccepted [openingHours] :: Plumber -> OpeningHours [paymentAccepted] :: Plumber -> PaymentAccepted [priceRange] :: Plumber -> PriceRange [address] :: Plumber -> Address [aggregateRating] :: Plumber -> AggregateRating [alumni] :: Plumber -> Alumni [areaServed] :: Plumber -> AreaServed [award] :: Plumber -> Award [brand] :: Plumber -> Brand [contactPoint] :: Plumber -> ContactPoint [department] :: Plumber -> Department [dissolutionDate] :: Plumber -> DissolutionDate [duns] :: Plumber -> Duns [email] :: Plumber -> Email [employee] :: Plumber -> Employee [event] :: Plumber -> Event [faxNumber] :: Plumber -> FaxNumber [founder] :: Plumber -> Founder [foundingDate] :: Plumber -> FoundingDate [foundingLocation] :: Plumber -> FoundingLocation [globalLocationNumber] :: Plumber -> GlobalLocationNumber [hasOfferCatalog] :: Plumber -> HasOfferCatalog [hasPOS] :: Plumber -> HasPOS [isicV4] :: Plumber -> IsicV4 [legalName] :: Plumber -> LegalName [location] :: Plumber -> Location [logo] :: Plumber -> Logo [makesOffer] :: Plumber -> MakesOffer [member] :: Plumber -> Member [memberOf] :: Plumber -> MemberOf [naics] :: Plumber -> Naics [numberOfEmployees] :: Plumber -> NumberOfEmployees [owns] :: Plumber -> Owns [parentOrganization] :: Plumber -> ParentOrganization [review] :: Plumber -> Review [seeks] :: Plumber -> Seeks [subOrganization] :: Plumber -> SubOrganization [taxID] :: Plumber -> TaxID [telephone] :: Plumber -> Telephone [vatID] :: Plumber -> VatID [additionalProperty] :: Plumber -> AdditionalProperty [containedInPlace] :: Plumber -> ContainedInPlace [containsPlace] :: Plumber -> ContainsPlace [geo] :: Plumber -> Geo [hasMap] :: Plumber -> HasMap [openingHoursSpecification] :: Plumber -> OpeningHoursSpecification [photo] :: Plumber -> Photo [additionalType] :: Plumber -> AdditionalType [alternateName] :: Plumber -> AlternateName [description] :: Plumber -> Description [image] :: Plumber -> Image [mainEntityOfPage] :: Plumber -> MainEntityOfPage [name] :: Plumber -> Name [potentialAction] :: Plumber -> PotentialAction [sameAs] :: Plumber -> SameAs [url] :: Plumber -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Plumber.Plumber instance GHC.Read.Read Text.HTML5.MetaData.Schema.Plumber.Plumber instance GHC.Show.Show Text.HTML5.MetaData.Schema.Plumber.Plumber instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Plumber.Plumber module Text.HTML5.MetaData.Schema.HomeAndConstructionBusiness -- | A construction business. A HomeAndConstructionBusiness is a -- LocalBusiness that provides services around homes and buildings. As a -- LocalBusiness it can be described as a provider of one or more -- Service(s). -- -- data HomeAndConstructionBusiness HomeAndConstructionBusiness :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> HomeAndConstructionBusiness [branchCode] :: HomeAndConstructionBusiness -> BranchCode [currenciesAccepted] :: HomeAndConstructionBusiness -> CurrenciesAccepted [openingHours] :: HomeAndConstructionBusiness -> OpeningHours [paymentAccepted] :: HomeAndConstructionBusiness -> PaymentAccepted [priceRange] :: HomeAndConstructionBusiness -> PriceRange [address] :: HomeAndConstructionBusiness -> Address [aggregateRating] :: HomeAndConstructionBusiness -> AggregateRating [alumni] :: HomeAndConstructionBusiness -> Alumni [areaServed] :: HomeAndConstructionBusiness -> AreaServed [award] :: HomeAndConstructionBusiness -> Award [brand] :: HomeAndConstructionBusiness -> Brand [contactPoint] :: HomeAndConstructionBusiness -> ContactPoint [department] :: HomeAndConstructionBusiness -> Department [dissolutionDate] :: HomeAndConstructionBusiness -> DissolutionDate [duns] :: HomeAndConstructionBusiness -> Duns [email] :: HomeAndConstructionBusiness -> Email [employee] :: HomeAndConstructionBusiness -> Employee [event] :: HomeAndConstructionBusiness -> Event [faxNumber] :: HomeAndConstructionBusiness -> FaxNumber [founder] :: HomeAndConstructionBusiness -> Founder [foundingDate] :: HomeAndConstructionBusiness -> FoundingDate [foundingLocation] :: HomeAndConstructionBusiness -> FoundingLocation [globalLocationNumber] :: HomeAndConstructionBusiness -> GlobalLocationNumber [hasOfferCatalog] :: HomeAndConstructionBusiness -> HasOfferCatalog [hasPOS] :: HomeAndConstructionBusiness -> HasPOS [isicV4] :: HomeAndConstructionBusiness -> IsicV4 [legalName] :: HomeAndConstructionBusiness -> LegalName [location] :: HomeAndConstructionBusiness -> Location [logo] :: HomeAndConstructionBusiness -> Logo [makesOffer] :: HomeAndConstructionBusiness -> MakesOffer [member] :: HomeAndConstructionBusiness -> Member [memberOf] :: HomeAndConstructionBusiness -> MemberOf [naics] :: HomeAndConstructionBusiness -> Naics [numberOfEmployees] :: HomeAndConstructionBusiness -> NumberOfEmployees [owns] :: HomeAndConstructionBusiness -> Owns [parentOrganization] :: HomeAndConstructionBusiness -> ParentOrganization [review] :: HomeAndConstructionBusiness -> Review [seeks] :: HomeAndConstructionBusiness -> Seeks [subOrganization] :: HomeAndConstructionBusiness -> SubOrganization [taxID] :: HomeAndConstructionBusiness -> TaxID [telephone] :: HomeAndConstructionBusiness -> Telephone [vatID] :: HomeAndConstructionBusiness -> VatID [additionalProperty] :: HomeAndConstructionBusiness -> AdditionalProperty [containedInPlace] :: HomeAndConstructionBusiness -> ContainedInPlace [containsPlace] :: HomeAndConstructionBusiness -> ContainsPlace [geo] :: HomeAndConstructionBusiness -> Geo [hasMap] :: HomeAndConstructionBusiness -> HasMap [openingHoursSpecification] :: HomeAndConstructionBusiness -> OpeningHoursSpecification [photo] :: HomeAndConstructionBusiness -> Photo [additionalType] :: HomeAndConstructionBusiness -> AdditionalType [alternateName] :: HomeAndConstructionBusiness -> AlternateName [description] :: HomeAndConstructionBusiness -> Description [image] :: HomeAndConstructionBusiness -> Image [mainEntityOfPage] :: HomeAndConstructionBusiness -> MainEntityOfPage [name] :: HomeAndConstructionBusiness -> Name [potentialAction] :: HomeAndConstructionBusiness -> PotentialAction [sameAs] :: HomeAndConstructionBusiness -> SameAs [url] :: HomeAndConstructionBusiness -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.HomeAndConstructionBusiness.HomeAndConstructionBusiness instance GHC.Read.Read Text.HTML5.MetaData.Schema.HomeAndConstructionBusiness.HomeAndConstructionBusiness instance GHC.Show.Show Text.HTML5.MetaData.Schema.HomeAndConstructionBusiness.HomeAndConstructionBusiness instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.HomeAndConstructionBusiness.HomeAndConstructionBusiness module Text.HTML5.MetaData.Schema.RoofingContractor -- | A roofing contractor. -- -- data RoofingContractor RoofingContractor :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AdditionalProperty -> Address -> AggregateRating -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Founder -> FoundingDate -> FoundingLocation -> HasOfferCatalog -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Seeks -> SubOrganization -> TaxID -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> RoofingContractor [branchCode] :: RoofingContractor -> BranchCode [currenciesAccepted] :: RoofingContractor -> CurrenciesAccepted [openingHours] :: RoofingContractor -> OpeningHours [paymentAccepted] :: RoofingContractor -> PaymentAccepted [priceRange] :: RoofingContractor -> PriceRange [additionalProperty] :: RoofingContractor -> AdditionalProperty [address] :: RoofingContractor -> Address [aggregateRating] :: RoofingContractor -> AggregateRating [containedInPlace] :: RoofingContractor -> ContainedInPlace [containsPlace] :: RoofingContractor -> ContainsPlace [event] :: RoofingContractor -> Event [faxNumber] :: RoofingContractor -> FaxNumber [geo] :: RoofingContractor -> Geo [globalLocationNumber] :: RoofingContractor -> GlobalLocationNumber [hasMap] :: RoofingContractor -> HasMap [isicV4] :: RoofingContractor -> IsicV4 [logo] :: RoofingContractor -> Logo [openingHoursSpecification] :: RoofingContractor -> OpeningHoursSpecification [photo] :: RoofingContractor -> Photo [review] :: RoofingContractor -> Review [telephone] :: RoofingContractor -> Telephone [alumni] :: RoofingContractor -> Alumni [areaServed] :: RoofingContractor -> AreaServed [award] :: RoofingContractor -> Award [brand] :: RoofingContractor -> Brand [contactPoint] :: RoofingContractor -> ContactPoint [department] :: RoofingContractor -> Department [dissolutionDate] :: RoofingContractor -> DissolutionDate [duns] :: RoofingContractor -> Duns [email] :: RoofingContractor -> Email [employee] :: RoofingContractor -> Employee [founder] :: RoofingContractor -> Founder [foundingDate] :: RoofingContractor -> FoundingDate [foundingLocation] :: RoofingContractor -> FoundingLocation [hasOfferCatalog] :: RoofingContractor -> HasOfferCatalog [hasPOS] :: RoofingContractor -> HasPOS [legalName] :: RoofingContractor -> LegalName [location] :: RoofingContractor -> Location [makesOffer] :: RoofingContractor -> MakesOffer [member] :: RoofingContractor -> Member [memberOf] :: RoofingContractor -> MemberOf [naics] :: RoofingContractor -> Naics [numberOfEmployees] :: RoofingContractor -> NumberOfEmployees [owns] :: RoofingContractor -> Owns [parentOrganization] :: RoofingContractor -> ParentOrganization [seeks] :: RoofingContractor -> Seeks [subOrganization] :: RoofingContractor -> SubOrganization [taxID] :: RoofingContractor -> TaxID [vatID] :: RoofingContractor -> VatID [additionalType] :: RoofingContractor -> AdditionalType [alternateName] :: RoofingContractor -> AlternateName [description] :: RoofingContractor -> Description [image] :: RoofingContractor -> Image [mainEntityOfPage] :: RoofingContractor -> MainEntityOfPage [name] :: RoofingContractor -> Name [potentialAction] :: RoofingContractor -> PotentialAction [sameAs] :: RoofingContractor -> SameAs [url] :: RoofingContractor -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.RoofingContractor.RoofingContractor instance GHC.Read.Read Text.HTML5.MetaData.Schema.RoofingContractor.RoofingContractor instance GHC.Show.Show Text.HTML5.MetaData.Schema.RoofingContractor.RoofingContractor instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.RoofingContractor.RoofingContractor module Text.HTML5.MetaData.Schema.HomeGoodsStore -- | A home goods store. -- -- data HomeGoodsStore HomeGoodsStore :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> HomeGoodsStore [branchCode] :: HomeGoodsStore -> BranchCode [currenciesAccepted] :: HomeGoodsStore -> CurrenciesAccepted [openingHours] :: HomeGoodsStore -> OpeningHours [paymentAccepted] :: HomeGoodsStore -> PaymentAccepted [priceRange] :: HomeGoodsStore -> PriceRange [address] :: HomeGoodsStore -> Address [aggregateRating] :: HomeGoodsStore -> AggregateRating [alumni] :: HomeGoodsStore -> Alumni [areaServed] :: HomeGoodsStore -> AreaServed [award] :: HomeGoodsStore -> Award [brand] :: HomeGoodsStore -> Brand [contactPoint] :: HomeGoodsStore -> ContactPoint [department] :: HomeGoodsStore -> Department [dissolutionDate] :: HomeGoodsStore -> DissolutionDate [duns] :: HomeGoodsStore -> Duns [email] :: HomeGoodsStore -> Email [employee] :: HomeGoodsStore -> Employee [event] :: HomeGoodsStore -> Event [faxNumber] :: HomeGoodsStore -> FaxNumber [founder] :: HomeGoodsStore -> Founder [foundingDate] :: HomeGoodsStore -> FoundingDate [foundingLocation] :: HomeGoodsStore -> FoundingLocation [globalLocationNumber] :: HomeGoodsStore -> GlobalLocationNumber [hasOfferCatalog] :: HomeGoodsStore -> HasOfferCatalog [hasPOS] :: HomeGoodsStore -> HasPOS [isicV4] :: HomeGoodsStore -> IsicV4 [legalName] :: HomeGoodsStore -> LegalName [location] :: HomeGoodsStore -> Location [logo] :: HomeGoodsStore -> Logo [makesOffer] :: HomeGoodsStore -> MakesOffer [member] :: HomeGoodsStore -> Member [memberOf] :: HomeGoodsStore -> MemberOf [naics] :: HomeGoodsStore -> Naics [numberOfEmployees] :: HomeGoodsStore -> NumberOfEmployees [owns] :: HomeGoodsStore -> Owns [parentOrganization] :: HomeGoodsStore -> ParentOrganization [review] :: HomeGoodsStore -> Review [seeks] :: HomeGoodsStore -> Seeks [subOrganization] :: HomeGoodsStore -> SubOrganization [taxID] :: HomeGoodsStore -> TaxID [telephone] :: HomeGoodsStore -> Telephone [vatID] :: HomeGoodsStore -> VatID [additionalProperty] :: HomeGoodsStore -> AdditionalProperty [containedInPlace] :: HomeGoodsStore -> ContainedInPlace [containsPlace] :: HomeGoodsStore -> ContainsPlace [geo] :: HomeGoodsStore -> Geo [hasMap] :: HomeGoodsStore -> HasMap [openingHoursSpecification] :: HomeGoodsStore -> OpeningHoursSpecification [photo] :: HomeGoodsStore -> Photo [additionalType] :: HomeGoodsStore -> AdditionalType [alternateName] :: HomeGoodsStore -> AlternateName [description] :: HomeGoodsStore -> Description [image] :: HomeGoodsStore -> Image [mainEntityOfPage] :: HomeGoodsStore -> MainEntityOfPage [name] :: HomeGoodsStore -> Name [potentialAction] :: HomeGoodsStore -> PotentialAction [sameAs] :: HomeGoodsStore -> SameAs [url] :: HomeGoodsStore -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.HomeGoodsStore.HomeGoodsStore instance GHC.Read.Read Text.HTML5.MetaData.Schema.HomeGoodsStore.HomeGoodsStore instance GHC.Show.Show Text.HTML5.MetaData.Schema.HomeGoodsStore.HomeGoodsStore instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.HomeGoodsStore.HomeGoodsStore module Text.HTML5.MetaData.Schema.Hostel -- | A hostel - cheap accommodation, often in shared dormitories. -- -- data Hostel Hostel :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Hostel [branchCode] :: Hostel -> BranchCode [currenciesAccepted] :: Hostel -> CurrenciesAccepted [openingHours] :: Hostel -> OpeningHours [paymentAccepted] :: Hostel -> PaymentAccepted [priceRange] :: Hostel -> PriceRange [address] :: Hostel -> Address [aggregateRating] :: Hostel -> AggregateRating [alumni] :: Hostel -> Alumni [areaServed] :: Hostel -> AreaServed [award] :: Hostel -> Award [brand] :: Hostel -> Brand [contactPoint] :: Hostel -> ContactPoint [department] :: Hostel -> Department [dissolutionDate] :: Hostel -> DissolutionDate [duns] :: Hostel -> Duns [email] :: Hostel -> Email [employee] :: Hostel -> Employee [event] :: Hostel -> Event [faxNumber] :: Hostel -> FaxNumber [founder] :: Hostel -> Founder [foundingDate] :: Hostel -> FoundingDate [foundingLocation] :: Hostel -> FoundingLocation [globalLocationNumber] :: Hostel -> GlobalLocationNumber [hasOfferCatalog] :: Hostel -> HasOfferCatalog [hasPOS] :: Hostel -> HasPOS [isicV4] :: Hostel -> IsicV4 [legalName] :: Hostel -> LegalName [location] :: Hostel -> Location [logo] :: Hostel -> Logo [makesOffer] :: Hostel -> MakesOffer [member] :: Hostel -> Member [memberOf] :: Hostel -> MemberOf [naics] :: Hostel -> Naics [numberOfEmployees] :: Hostel -> NumberOfEmployees [owns] :: Hostel -> Owns [parentOrganization] :: Hostel -> ParentOrganization [review] :: Hostel -> Review [seeks] :: Hostel -> Seeks [subOrganization] :: Hostel -> SubOrganization [taxID] :: Hostel -> TaxID [telephone] :: Hostel -> Telephone [vatID] :: Hostel -> VatID [additionalProperty] :: Hostel -> AdditionalProperty [containedInPlace] :: Hostel -> ContainedInPlace [containsPlace] :: Hostel -> ContainsPlace [geo] :: Hostel -> Geo [hasMap] :: Hostel -> HasMap [openingHoursSpecification] :: Hostel -> OpeningHoursSpecification [photo] :: Hostel -> Photo [additionalType] :: Hostel -> AdditionalType [alternateName] :: Hostel -> AlternateName [description] :: Hostel -> Description [image] :: Hostel -> Image [mainEntityOfPage] :: Hostel -> MainEntityOfPage [name] :: Hostel -> Name [potentialAction] :: Hostel -> PotentialAction [sameAs] :: Hostel -> SameAs [url] :: Hostel -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Hostel.Hostel instance GHC.Read.Read Text.HTML5.MetaData.Schema.Hostel.Hostel instance GHC.Show.Show Text.HTML5.MetaData.Schema.Hostel.Hostel instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Hostel.Hostel module Text.HTML5.MetaData.Schema.Hotel -- | A hotel. -- -- data Hotel Hotel :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Hotel [branchCode] :: Hotel -> BranchCode [currenciesAccepted] :: Hotel -> CurrenciesAccepted [openingHours] :: Hotel -> OpeningHours [paymentAccepted] :: Hotel -> PaymentAccepted [priceRange] :: Hotel -> PriceRange [address] :: Hotel -> Address [aggregateRating] :: Hotel -> AggregateRating [alumni] :: Hotel -> Alumni [areaServed] :: Hotel -> AreaServed [award] :: Hotel -> Award [brand] :: Hotel -> Brand [contactPoint] :: Hotel -> ContactPoint [department] :: Hotel -> Department [dissolutionDate] :: Hotel -> DissolutionDate [duns] :: Hotel -> Duns [email] :: Hotel -> Email [employee] :: Hotel -> Employee [event] :: Hotel -> Event [faxNumber] :: Hotel -> FaxNumber [founder] :: Hotel -> Founder [foundingDate] :: Hotel -> FoundingDate [foundingLocation] :: Hotel -> FoundingLocation [globalLocationNumber] :: Hotel -> GlobalLocationNumber [hasOfferCatalog] :: Hotel -> HasOfferCatalog [hasPOS] :: Hotel -> HasPOS [isicV4] :: Hotel -> IsicV4 [legalName] :: Hotel -> LegalName [location] :: Hotel -> Location [logo] :: Hotel -> Logo [makesOffer] :: Hotel -> MakesOffer [member] :: Hotel -> Member [memberOf] :: Hotel -> MemberOf [naics] :: Hotel -> Naics [numberOfEmployees] :: Hotel -> NumberOfEmployees [owns] :: Hotel -> Owns [parentOrganization] :: Hotel -> ParentOrganization [review] :: Hotel -> Review [seeks] :: Hotel -> Seeks [subOrganization] :: Hotel -> SubOrganization [taxID] :: Hotel -> TaxID [telephone] :: Hotel -> Telephone [vatID] :: Hotel -> VatID [additionalProperty] :: Hotel -> AdditionalProperty [containedInPlace] :: Hotel -> ContainedInPlace [containsPlace] :: Hotel -> ContainsPlace [geo] :: Hotel -> Geo [hasMap] :: Hotel -> HasMap [openingHoursSpecification] :: Hotel -> OpeningHoursSpecification [photo] :: Hotel -> Photo [additionalType] :: Hotel -> AdditionalType [alternateName] :: Hotel -> AlternateName [description] :: Hotel -> Description [image] :: Hotel -> Image [mainEntityOfPage] :: Hotel -> MainEntityOfPage [name] :: Hotel -> Name [potentialAction] :: Hotel -> PotentialAction [sameAs] :: Hotel -> SameAs [url] :: Hotel -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Hotel.Hotel instance GHC.Read.Read Text.HTML5.MetaData.Schema.Hotel.Hotel instance GHC.Show.Show Text.HTML5.MetaData.Schema.Hotel.Hotel instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Hotel.Hotel module Text.HTML5.MetaData.Schema.ImagingTest -- | Any medical imaging modality typically used for diagnostic purposes. -- -- data ImagingTest ImagingTest :: ImagingTechnique -> AffectedBy -> NormalRange -> SignDetected -> UsedToDiagnose -> UsesDevice -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ImagingTest [imagingTechnique] :: ImagingTest -> ImagingTechnique [affectedBy] :: ImagingTest -> AffectedBy [normalRange] :: ImagingTest -> NormalRange [signDetected] :: ImagingTest -> SignDetected [usedToDiagnose] :: ImagingTest -> UsedToDiagnose [usesDevice] :: ImagingTest -> UsesDevice [code] :: ImagingTest -> Code [guideline] :: ImagingTest -> Guideline [medicineSystem] :: ImagingTest -> MedicineSystem [recognizingAuthority] :: ImagingTest -> RecognizingAuthority [relevantSpecialty] :: ImagingTest -> RelevantSpecialty [study] :: ImagingTest -> Study [additionalType] :: ImagingTest -> AdditionalType [alternateName] :: ImagingTest -> AlternateName [description] :: ImagingTest -> Description [image] :: ImagingTest -> Image [mainEntityOfPage] :: ImagingTest -> MainEntityOfPage [name] :: ImagingTest -> Name [potentialAction] :: ImagingTest -> PotentialAction [sameAs] :: ImagingTest -> SameAs [url] :: ImagingTest -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ImagingTest.ImagingTest instance GHC.Read.Read Text.HTML5.MetaData.Schema.ImagingTest.ImagingTest instance GHC.Show.Show Text.HTML5.MetaData.Schema.ImagingTest.ImagingTest instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ImagingTest.ImagingTest module Text.HTML5.MetaData.Schema.IndividualProduct -- | A single, identifiable product instance (e.g. a laptop with a -- particular serial number). -- -- data IndividualProduct IndividualProduct :: SerialNumber -> AdditionalProperty -> AggregateRating -> Audience -> Award -> Brand -> Category -> Color -> Depth -> Gtin12 -> Gtin13 -> Gtin14 -> Gtin8 -> Height -> IsAccessoryOrSparePartFor -> IsConsumableFor -> IsRelatedTo -> IsSimilarTo -> ItemCondition -> Logo -> Manufacturer -> Model -> Mpn -> Offers -> ProductID -> ProductionDate -> PurchaseDate -> ReleaseDate -> Review -> Sku -> Weight -> Width -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> IndividualProduct [serialNumber] :: IndividualProduct -> SerialNumber [additionalProperty] :: IndividualProduct -> AdditionalProperty [aggregateRating] :: IndividualProduct -> AggregateRating [audience] :: IndividualProduct -> Audience [award] :: IndividualProduct -> Award [brand] :: IndividualProduct -> Brand [category] :: IndividualProduct -> Category [color] :: IndividualProduct -> Color [depth] :: IndividualProduct -> Depth [gtin12] :: IndividualProduct -> Gtin12 [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 [productionDate] :: IndividualProduct -> ProductionDate [purchaseDate] :: IndividualProduct -> PurchaseDate [releaseDate] :: IndividualProduct -> ReleaseDate [review] :: IndividualProduct -> Review [sku] :: IndividualProduct -> Sku [weight] :: IndividualProduct -> Weight [width] :: IndividualProduct -> Width [additionalType] :: IndividualProduct -> AdditionalType [alternateName] :: IndividualProduct -> AlternateName [description] :: IndividualProduct -> Description [image] :: IndividualProduct -> Image [mainEntityOfPage] :: IndividualProduct -> MainEntityOfPage [name] :: IndividualProduct -> Name [potentialAction] :: IndividualProduct -> PotentialAction [sameAs] :: IndividualProduct -> SameAs [url] :: IndividualProduct -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.IndividualProduct.IndividualProduct instance GHC.Read.Read Text.HTML5.MetaData.Schema.IndividualProduct.IndividualProduct instance GHC.Show.Show Text.HTML5.MetaData.Schema.IndividualProduct.IndividualProduct instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.IndividualProduct.IndividualProduct module Text.HTML5.MetaData.Schema.MedicalCondition -- | Any condition of the human body that affects the normal functioning of -- a person, whether physically or mentally. Includes diseases, injuries, -- disabilities, disorders, syndromes, etc. -- -- data MedicalCondition MedicalCondition :: AssociatedAnatomy -> Cause -> DifferentialDiagnosis -> Epidemiology -> ExpectedPrognosis -> NaturalProgression -> Pathophysiology -> PossibleComplication -> PossibleTreatment -> PrimaryPrevention -> RiskFactor -> SecondaryPrevention -> SignOrSymptom -> Stage -> Subtype -> TypicalTest -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalCondition [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 [code] :: MedicalCondition -> Code [guideline] :: MedicalCondition -> Guideline [medicineSystem] :: MedicalCondition -> MedicineSystem [recognizingAuthority] :: MedicalCondition -> RecognizingAuthority [relevantSpecialty] :: MedicalCondition -> RelevantSpecialty [study] :: MedicalCondition -> Study [additionalType] :: MedicalCondition -> AdditionalType [alternateName] :: MedicalCondition -> AlternateName [description] :: MedicalCondition -> Description [image] :: MedicalCondition -> Image [mainEntityOfPage] :: MedicalCondition -> MainEntityOfPage [name] :: MedicalCondition -> Name [potentialAction] :: MedicalCondition -> PotentialAction [sameAs] :: MedicalCondition -> SameAs [url] :: MedicalCondition -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalCondition.MedicalCondition instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalCondition.MedicalCondition instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalCondition.MedicalCondition instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalCondition.MedicalCondition module Text.HTML5.MetaData.Schema.InfectiousDisease -- | An infectious disease is a clinically evident human disease resulting -- from the presence of pathogenic microbial agents, like pathogenic -- viruses, pathogenic bacteria, fungi, protozoa, multicellular -- parasites, and prions. To be considered an infectious disease, such -- pathogens are known to be able to cause this disease. -- -- data InfectiousDisease InfectiousDisease :: InfectiousAgent -> InfectiousAgentClass -> TransmissionMethod -> AssociatedAnatomy -> Cause -> DifferentialDiagnosis -> Epidemiology -> ExpectedPrognosis -> NaturalProgression -> Pathophysiology -> PossibleComplication -> PossibleTreatment -> PrimaryPrevention -> RiskFactor -> SecondaryPrevention -> SignOrSymptom -> Stage -> Subtype -> TypicalTest -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> InfectiousDisease [infectiousAgent] :: InfectiousDisease -> InfectiousAgent [infectiousAgentClass] :: InfectiousDisease -> InfectiousAgentClass [transmissionMethod] :: InfectiousDisease -> TransmissionMethod [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 [code] :: InfectiousDisease -> Code [guideline] :: InfectiousDisease -> Guideline [medicineSystem] :: InfectiousDisease -> MedicineSystem [recognizingAuthority] :: InfectiousDisease -> RecognizingAuthority [relevantSpecialty] :: InfectiousDisease -> RelevantSpecialty [study] :: InfectiousDisease -> Study [additionalType] :: InfectiousDisease -> AdditionalType [alternateName] :: InfectiousDisease -> AlternateName [description] :: InfectiousDisease -> Description [image] :: InfectiousDisease -> Image [mainEntityOfPage] :: InfectiousDisease -> MainEntityOfPage [name] :: InfectiousDisease -> Name [potentialAction] :: InfectiousDisease -> PotentialAction [sameAs] :: InfectiousDisease -> SameAs [url] :: InfectiousDisease -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.InfectiousDisease.InfectiousDisease instance GHC.Read.Read Text.HTML5.MetaData.Schema.InfectiousDisease.InfectiousDisease instance GHC.Show.Show Text.HTML5.MetaData.Schema.InfectiousDisease.InfectiousDisease instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.InfectiousDisease.InfectiousDisease module Text.HTML5.MetaData.Schema.InformAction -- | The act of notifying someone of information pertinent to them, with no -- expectation of a response. -- -- data InformAction InformAction :: Event -> About -> InLanguage -> Recipient -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> InformAction [event] :: InformAction -> Event [about] :: InformAction -> About [inLanguage] :: InformAction -> InLanguage [recipient] :: InformAction -> Recipient [actionStatus] :: InformAction -> ActionStatus [agent] :: InformAction -> Agent [endTime] :: InformAction -> EndTime [error] :: InformAction -> Error [instrument] :: InformAction -> Instrument [location] :: InformAction -> Location [object] :: InformAction -> Object [participant] :: InformAction -> Participant [result] :: InformAction -> Result [startTime] :: InformAction -> StartTime [target] :: InformAction -> Target [additionalType] :: InformAction -> AdditionalType [alternateName] :: InformAction -> AlternateName [description] :: InformAction -> Description [image] :: InformAction -> Image [mainEntityOfPage] :: InformAction -> MainEntityOfPage [name] :: InformAction -> Name [potentialAction] :: InformAction -> PotentialAction [sameAs] :: InformAction -> SameAs [url] :: InformAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.InformAction.InformAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.InformAction.InformAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.InformAction.InformAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.InformAction.InformAction module Text.HTML5.MetaData.Schema.RsvpAction -- | The act of notifying an event organizer as to whether you expect to -- attend the event. -- -- data RsvpAction RsvpAction :: AdditionalNumberOfGuests -> Comment -> RsvpResponse -> Event -> About -> InLanguage -> Recipient -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> RsvpAction [additionalNumberOfGuests] :: RsvpAction -> AdditionalNumberOfGuests [comment] :: RsvpAction -> Comment [rsvpResponse] :: RsvpAction -> RsvpResponse [event] :: RsvpAction -> Event [about] :: RsvpAction -> About [inLanguage] :: RsvpAction -> InLanguage [recipient] :: RsvpAction -> Recipient [actionStatus] :: RsvpAction -> ActionStatus [agent] :: RsvpAction -> Agent [endTime] :: RsvpAction -> EndTime [error] :: RsvpAction -> Error [instrument] :: RsvpAction -> Instrument [location] :: RsvpAction -> Location [object] :: RsvpAction -> Object [participant] :: RsvpAction -> Participant [result] :: RsvpAction -> Result [startTime] :: RsvpAction -> StartTime [target] :: RsvpAction -> Target [additionalType] :: RsvpAction -> AdditionalType [alternateName] :: RsvpAction -> AlternateName [description] :: RsvpAction -> Description [image] :: RsvpAction -> Image [mainEntityOfPage] :: RsvpAction -> MainEntityOfPage [name] :: RsvpAction -> Name [potentialAction] :: RsvpAction -> PotentialAction [sameAs] :: RsvpAction -> SameAs [url] :: RsvpAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.RsvpAction.RsvpAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.RsvpAction.RsvpAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.RsvpAction.RsvpAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.RsvpAction.RsvpAction module Text.HTML5.MetaData.Schema.InsertAction -- | The act of adding at a specific location in an ordered collection. -- -- data InsertAction InsertAction :: ToLocation -> TargetCollection -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> InsertAction [toLocation] :: InsertAction -> ToLocation [targetCollection] :: InsertAction -> TargetCollection [actionStatus] :: InsertAction -> ActionStatus [agent] :: InsertAction -> Agent [endTime] :: InsertAction -> EndTime [error] :: InsertAction -> Error [instrument] :: InsertAction -> Instrument [location] :: InsertAction -> Location [object] :: InsertAction -> Object [participant] :: InsertAction -> Participant [result] :: InsertAction -> Result [startTime] :: InsertAction -> StartTime [target] :: InsertAction -> Target [additionalType] :: InsertAction -> AdditionalType [alternateName] :: InsertAction -> AlternateName [description] :: InsertAction -> Description [image] :: InsertAction -> Image [mainEntityOfPage] :: InsertAction -> MainEntityOfPage [name] :: InsertAction -> Name [potentialAction] :: InsertAction -> PotentialAction [sameAs] :: InsertAction -> SameAs [url] :: InsertAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.InsertAction.InsertAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.InsertAction.InsertAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.InsertAction.InsertAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.InsertAction.InsertAction module Text.HTML5.MetaData.Schema.PrependAction -- | The act of inserting at the beginning if an ordered collection. -- -- data PrependAction PrependAction :: ToLocation -> TargetCollection -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PrependAction [toLocation] :: PrependAction -> ToLocation [targetCollection] :: PrependAction -> TargetCollection [actionStatus] :: PrependAction -> ActionStatus [agent] :: PrependAction -> Agent [endTime] :: PrependAction -> EndTime [error] :: PrependAction -> Error [instrument] :: PrependAction -> Instrument [location] :: PrependAction -> Location [object] :: PrependAction -> Object [participant] :: PrependAction -> Participant [result] :: PrependAction -> Result [startTime] :: PrependAction -> StartTime [target] :: PrependAction -> Target [additionalType] :: PrependAction -> AdditionalType [alternateName] :: PrependAction -> AlternateName [description] :: PrependAction -> Description [image] :: PrependAction -> Image [mainEntityOfPage] :: PrependAction -> MainEntityOfPage [name] :: PrependAction -> Name [potentialAction] :: PrependAction -> PotentialAction [sameAs] :: PrependAction -> SameAs [url] :: PrependAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PrependAction.PrependAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.PrependAction.PrependAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.PrependAction.PrependAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PrependAction.PrependAction module Text.HTML5.MetaData.Schema.JobPosting -- | A listing that describes a job opening in a certain organization. -- -- data JobPosting JobPosting :: BaseSalary -> DatePosted -> EducationRequirements -> EmploymentType -> ExperienceRequirements -> HiringOrganization -> IncentiveCompensation -> Industry -> JobBenefits -> JobLocation -> OccupationalCategory -> Qualifications -> Responsibilities -> SalaryCurrency -> Skills -> SpecialCommitments -> Title -> WorkHours -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> JobPosting [baseSalary] :: JobPosting -> BaseSalary [datePosted] :: JobPosting -> DatePosted [educationRequirements] :: JobPosting -> EducationRequirements [employmentType] :: JobPosting -> EmploymentType [experienceRequirements] :: JobPosting -> ExperienceRequirements [hiringOrganization] :: JobPosting -> HiringOrganization [incentiveCompensation] :: JobPosting -> IncentiveCompensation [industry] :: JobPosting -> Industry [jobBenefits] :: JobPosting -> JobBenefits [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 [additionalType] :: JobPosting -> AdditionalType [alternateName] :: JobPosting -> AlternateName [description] :: JobPosting -> Description [image] :: JobPosting -> Image [mainEntityOfPage] :: JobPosting -> MainEntityOfPage [name] :: JobPosting -> Name [potentialAction] :: JobPosting -> PotentialAction [sameAs] :: JobPosting -> SameAs [url] :: JobPosting -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.JobPosting.JobPosting instance GHC.Read.Read Text.HTML5.MetaData.Schema.JobPosting.JobPosting instance GHC.Show.Show Text.HTML5.MetaData.Schema.JobPosting.JobPosting instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.JobPosting.JobPosting module Text.HTML5.MetaData.Schema.PropertyValueSpecification -- | A Property value specification. -- -- data PropertyValueSpecification PropertyValueSpecification :: DefaultValue -> MaxValue -> MinValue -> MultipleValues -> ReadonlyValue -> StepValue -> ValueMaxLength -> ValueMinLength -> ValueName -> ValuePattern -> ValueRequired -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PropertyValueSpecification [defaultValue] :: PropertyValueSpecification -> DefaultValue [maxValue] :: PropertyValueSpecification -> MaxValue [minValue] :: PropertyValueSpecification -> MinValue [multipleValues] :: PropertyValueSpecification -> MultipleValues [readonlyValue] :: PropertyValueSpecification -> ReadonlyValue [stepValue] :: PropertyValueSpecification -> StepValue [valueMaxLength] :: PropertyValueSpecification -> ValueMaxLength [valueMinLength] :: PropertyValueSpecification -> ValueMinLength [valueName] :: PropertyValueSpecification -> ValueName [valuePattern] :: PropertyValueSpecification -> ValuePattern [valueRequired] :: PropertyValueSpecification -> ValueRequired [additionalType] :: PropertyValueSpecification -> AdditionalType [alternateName] :: PropertyValueSpecification -> AlternateName [description] :: PropertyValueSpecification -> Description [image] :: PropertyValueSpecification -> Image [mainEntityOfPage] :: PropertyValueSpecification -> MainEntityOfPage [name] :: PropertyValueSpecification -> Name [potentialAction] :: PropertyValueSpecification -> PotentialAction [sameAs] :: PropertyValueSpecification -> SameAs [url] :: PropertyValueSpecification -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PropertyValueSpecification.PropertyValueSpecification instance GHC.Read.Read Text.HTML5.MetaData.Schema.PropertyValueSpecification.PropertyValueSpecification instance GHC.Show.Show Text.HTML5.MetaData.Schema.PropertyValueSpecification.PropertyValueSpecification instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PropertyValueSpecification.PropertyValueSpecification module Text.HTML5.MetaData.Schema.Intangible -- | A utility class that serves as the umbrella for a number of -- intangible things such as quantities, structured values, etc. -- -- data Intangible Intangible :: AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Intangible [additionalType] :: Intangible -> AdditionalType [alternateName] :: Intangible -> AlternateName [description] :: Intangible -> Description [image] :: Intangible -> Image [mainEntityOfPage] :: Intangible -> MainEntityOfPage [name] :: Intangible -> Name [potentialAction] :: Intangible -> PotentialAction [sameAs] :: Intangible -> SameAs [url] :: Intangible -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Intangible.Intangible instance GHC.Read.Read Text.HTML5.MetaData.Schema.Intangible.Intangible instance GHC.Show.Show Text.HTML5.MetaData.Schema.Intangible.Intangible instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Intangible.Intangible module Text.HTML5.MetaData.Schema.TrainTrip -- | A trip on a commercial train line. -- -- data TrainTrip TrainTrip :: ArrivalPlatform -> ArrivalStation -> ArrivalTime -> DeparturePlatform -> DepartureStation -> DepartureTime -> Provider -> TrainName -> TrainNumber -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> TrainTrip [arrivalPlatform] :: TrainTrip -> ArrivalPlatform [arrivalStation] :: TrainTrip -> ArrivalStation [arrivalTime] :: TrainTrip -> ArrivalTime [departurePlatform] :: TrainTrip -> DeparturePlatform [departureStation] :: TrainTrip -> DepartureStation [departureTime] :: TrainTrip -> DepartureTime [provider] :: TrainTrip -> Provider [trainName] :: TrainTrip -> TrainName [trainNumber] :: TrainTrip -> TrainNumber [additionalType] :: TrainTrip -> AdditionalType [alternateName] :: TrainTrip -> AlternateName [description] :: TrainTrip -> Description [image] :: TrainTrip -> Image [mainEntityOfPage] :: TrainTrip -> MainEntityOfPage [name] :: TrainTrip -> Name [potentialAction] :: TrainTrip -> PotentialAction [sameAs] :: TrainTrip -> SameAs [url] :: TrainTrip -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.TrainTrip.TrainTrip instance GHC.Read.Read Text.HTML5.MetaData.Schema.TrainTrip.TrainTrip instance GHC.Show.Show Text.HTML5.MetaData.Schema.TrainTrip.TrainTrip instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.TrainTrip.TrainTrip module Text.HTML5.MetaData.Schema.JoinAction -- | An agent joins an eventgroup with participantsfriends at a -- location.Related actions:RegisterAction: Unlike RegisterAction, -- JoinAction refers to joining a group/team of people.SubscribeAction: -- Unlike SubscribeAction, JoinAction does not imply that you'll be -- receiving updates.FollowAction: Unlike FollowAction, JoinAction does -- not imply that you'll be polling for updates. -- -- data JoinAction JoinAction :: Event -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> JoinAction [event] :: JoinAction -> Event [actionStatus] :: JoinAction -> ActionStatus [agent] :: JoinAction -> Agent [endTime] :: JoinAction -> EndTime [error] :: JoinAction -> Error [instrument] :: JoinAction -> Instrument [location] :: JoinAction -> Location [object] :: JoinAction -> Object [participant] :: JoinAction -> Participant [result] :: JoinAction -> Result [startTime] :: JoinAction -> StartTime [target] :: JoinAction -> Target [additionalType] :: JoinAction -> AdditionalType [alternateName] :: JoinAction -> AlternateName [description] :: JoinAction -> Description [image] :: JoinAction -> Image [mainEntityOfPage] :: JoinAction -> MainEntityOfPage [name] :: JoinAction -> Name [potentialAction] :: JoinAction -> PotentialAction [sameAs] :: JoinAction -> SameAs [url] :: JoinAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.JoinAction.JoinAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.JoinAction.JoinAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.JoinAction.JoinAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.JoinAction.JoinAction module Text.HTML5.MetaData.Schema.LeaveAction -- | An agent leaves an event group with participantsfriends at a -- location.Related actions:JoinAction: The antonym of -- LeaveAction.UnRegisterAction: Unlike UnRegisterAction, LeaveAction -- implies leaving a group/team of people rather than a service. -- -- data LeaveAction LeaveAction :: Event -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> LeaveAction [event] :: LeaveAction -> Event [actionStatus] :: LeaveAction -> ActionStatus [agent] :: LeaveAction -> Agent [endTime] :: LeaveAction -> EndTime [error] :: LeaveAction -> Error [instrument] :: LeaveAction -> Instrument [location] :: LeaveAction -> Location [object] :: LeaveAction -> Object [participant] :: LeaveAction -> Participant [result] :: LeaveAction -> Result [startTime] :: LeaveAction -> StartTime [target] :: LeaveAction -> Target [additionalType] :: LeaveAction -> AdditionalType [alternateName] :: LeaveAction -> AlternateName [description] :: LeaveAction -> Description [image] :: LeaveAction -> Image [mainEntityOfPage] :: LeaveAction -> MainEntityOfPage [name] :: LeaveAction -> Name [potentialAction] :: LeaveAction -> PotentialAction [sameAs] :: LeaveAction -> SameAs [url] :: LeaveAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.LeaveAction.LeaveAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.LeaveAction.LeaveAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.LeaveAction.LeaveAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.LeaveAction.LeaveAction module Text.HTML5.MetaData.Schema.MarryAction -- | The act of marrying a person. -- -- data MarryAction MarryAction :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MarryAction [actionStatus] :: MarryAction -> ActionStatus [agent] :: MarryAction -> Agent [endTime] :: MarryAction -> EndTime [error] :: MarryAction -> Error [instrument] :: MarryAction -> Instrument [location] :: MarryAction -> Location [object] :: MarryAction -> Object [participant] :: MarryAction -> Participant [result] :: MarryAction -> Result [startTime] :: MarryAction -> StartTime [target] :: MarryAction -> Target [additionalType] :: MarryAction -> AdditionalType [alternateName] :: MarryAction -> AlternateName [description] :: MarryAction -> Description [image] :: MarryAction -> Image [mainEntityOfPage] :: MarryAction -> MainEntityOfPage [name] :: MarryAction -> Name [potentialAction] :: MarryAction -> PotentialAction [sameAs] :: MarryAction -> SameAs [url] :: MarryAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MarryAction.MarryAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.MarryAction.MarryAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.MarryAction.MarryAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MarryAction.MarryAction module Text.HTML5.MetaData.Schema.RegisterAction -- | The act of registering to be a user of a service, product or web -- page.Related actions:JoinAction: Unlike JoinAction, RegisterAction -- implies you are registering to be a user of a service, *not* a -- group/team of people.FollowAction: Unlike FollowAction, RegisterAction -- doesn't imply that the agent is expecting to poll for updates from the -- object.SubscribeAction: Unlike SubscribeAction, RegisterAction doesn't -- imply that the agent is expecting updates from the object. -- -- data RegisterAction RegisterAction :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> RegisterAction [actionStatus] :: RegisterAction -> ActionStatus [agent] :: RegisterAction -> Agent [endTime] :: RegisterAction -> EndTime [error] :: RegisterAction -> Error [instrument] :: RegisterAction -> Instrument [location] :: RegisterAction -> Location [object] :: RegisterAction -> Object [participant] :: RegisterAction -> Participant [result] :: RegisterAction -> Result [startTime] :: RegisterAction -> StartTime [target] :: RegisterAction -> Target [additionalType] :: RegisterAction -> AdditionalType [alternateName] :: RegisterAction -> AlternateName [description] :: RegisterAction -> Description [image] :: RegisterAction -> Image [mainEntityOfPage] :: RegisterAction -> MainEntityOfPage [name] :: RegisterAction -> Name [potentialAction] :: RegisterAction -> PotentialAction [sameAs] :: RegisterAction -> SameAs [url] :: RegisterAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.RegisterAction.RegisterAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.RegisterAction.RegisterAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.RegisterAction.RegisterAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.RegisterAction.RegisterAction module Text.HTML5.MetaData.Schema.SubscribeAction -- | The act of forming a personal connection with someonesomething -- (object) unidirectionallyasymmetrically to get updates pushed -- to.Related actions:FollowAction: Unlike FollowAction, SubscribeAction -- implies that the subscriber acts as a passive agent being -- constantly/actively pushed for updates.RegisterAction: Unlike -- RegisterAction, SubscribeAction implies that the agent is interested -- in continuing receiving updates from the object.JoinAction: Unlike -- JoinAction, SubscribeAction implies that the agent is interested in -- continuing receiving updates from the object. -- -- data SubscribeAction SubscribeAction :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> SubscribeAction [actionStatus] :: SubscribeAction -> ActionStatus [agent] :: SubscribeAction -> Agent [endTime] :: SubscribeAction -> EndTime [error] :: SubscribeAction -> Error [instrument] :: SubscribeAction -> Instrument [location] :: SubscribeAction -> Location [object] :: SubscribeAction -> Object [participant] :: SubscribeAction -> Participant [result] :: SubscribeAction -> Result [startTime] :: SubscribeAction -> StartTime [target] :: SubscribeAction -> Target [additionalType] :: SubscribeAction -> AdditionalType [alternateName] :: SubscribeAction -> AlternateName [description] :: SubscribeAction -> Description [image] :: SubscribeAction -> Image [mainEntityOfPage] :: SubscribeAction -> MainEntityOfPage [name] :: SubscribeAction -> Name [potentialAction] :: SubscribeAction -> PotentialAction [sameAs] :: SubscribeAction -> SameAs [url] :: SubscribeAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.SubscribeAction.SubscribeAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.SubscribeAction.SubscribeAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.SubscribeAction.SubscribeAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.SubscribeAction.SubscribeAction module Text.HTML5.MetaData.Schema.InteractAction -- | The act of interacting with another person or organization. -- -- data InteractAction InteractAction :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> InteractAction [actionStatus] :: InteractAction -> ActionStatus [agent] :: InteractAction -> Agent [endTime] :: InteractAction -> EndTime [error] :: InteractAction -> Error [instrument] :: InteractAction -> Instrument [location] :: InteractAction -> Location [object] :: InteractAction -> Object [participant] :: InteractAction -> Participant [result] :: InteractAction -> Result [startTime] :: InteractAction -> StartTime [target] :: InteractAction -> Target [additionalType] :: InteractAction -> AdditionalType [alternateName] :: InteractAction -> AlternateName [description] :: InteractAction -> Description [image] :: InteractAction -> Image [mainEntityOfPage] :: InteractAction -> MainEntityOfPage [name] :: InteractAction -> Name [potentialAction] :: InteractAction -> PotentialAction [sameAs] :: InteractAction -> SameAs [url] :: InteractAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.InteractAction.InteractAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.InteractAction.InteractAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.InteractAction.InteractAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.InteractAction.InteractAction module Text.HTML5.MetaData.Schema.UnRegisterAction -- | The act of un-registering from a service.Related -- actions:RegisterAction: antonym of UnRegisterAction.Leave: Unlike -- LeaveAction, UnRegisterAction implies that you are unregistering from -- a service you werer previously registered, rather than leaving a -- team/group of people. -- -- data UnRegisterAction UnRegisterAction :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> UnRegisterAction [actionStatus] :: UnRegisterAction -> ActionStatus [agent] :: UnRegisterAction -> Agent [endTime] :: UnRegisterAction -> EndTime [error] :: UnRegisterAction -> Error [instrument] :: UnRegisterAction -> Instrument [location] :: UnRegisterAction -> Location [object] :: UnRegisterAction -> Object [participant] :: UnRegisterAction -> Participant [result] :: UnRegisterAction -> Result [startTime] :: UnRegisterAction -> StartTime [target] :: UnRegisterAction -> Target [additionalType] :: UnRegisterAction -> AdditionalType [alternateName] :: UnRegisterAction -> AlternateName [description] :: UnRegisterAction -> Description [image] :: UnRegisterAction -> Image [mainEntityOfPage] :: UnRegisterAction -> MainEntityOfPage [name] :: UnRegisterAction -> Name [potentialAction] :: UnRegisterAction -> PotentialAction [sameAs] :: UnRegisterAction -> SameAs [url] :: UnRegisterAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.UnRegisterAction.UnRegisterAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.UnRegisterAction.UnRegisterAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.UnRegisterAction.UnRegisterAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.UnRegisterAction.UnRegisterAction module Text.HTML5.MetaData.Schema.InternetCafe -- | An internet cafe. -- -- data InternetCafe InternetCafe :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> InternetCafe [branchCode] :: InternetCafe -> BranchCode [currenciesAccepted] :: InternetCafe -> CurrenciesAccepted [openingHours] :: InternetCafe -> OpeningHours [paymentAccepted] :: InternetCafe -> PaymentAccepted [priceRange] :: InternetCafe -> PriceRange [address] :: InternetCafe -> Address [aggregateRating] :: InternetCafe -> AggregateRating [alumni] :: InternetCafe -> Alumni [areaServed] :: InternetCafe -> AreaServed [award] :: InternetCafe -> Award [brand] :: InternetCafe -> Brand [contactPoint] :: InternetCafe -> ContactPoint [department] :: InternetCafe -> Department [dissolutionDate] :: InternetCafe -> DissolutionDate [duns] :: InternetCafe -> Duns [email] :: InternetCafe -> Email [employee] :: InternetCafe -> Employee [event] :: InternetCafe -> Event [faxNumber] :: InternetCafe -> FaxNumber [founder] :: InternetCafe -> Founder [foundingDate] :: InternetCafe -> FoundingDate [foundingLocation] :: InternetCafe -> FoundingLocation [globalLocationNumber] :: InternetCafe -> GlobalLocationNumber [hasOfferCatalog] :: InternetCafe -> HasOfferCatalog [hasPOS] :: InternetCafe -> HasPOS [isicV4] :: InternetCafe -> IsicV4 [legalName] :: InternetCafe -> LegalName [location] :: InternetCafe -> Location [logo] :: InternetCafe -> Logo [makesOffer] :: InternetCafe -> MakesOffer [member] :: InternetCafe -> Member [memberOf] :: InternetCafe -> MemberOf [naics] :: InternetCafe -> Naics [numberOfEmployees] :: InternetCafe -> NumberOfEmployees [owns] :: InternetCafe -> Owns [parentOrganization] :: InternetCafe -> ParentOrganization [review] :: InternetCafe -> Review [seeks] :: InternetCafe -> Seeks [subOrganization] :: InternetCafe -> SubOrganization [taxID] :: InternetCafe -> TaxID [telephone] :: InternetCafe -> Telephone [vatID] :: InternetCafe -> VatID [additionalProperty] :: InternetCafe -> AdditionalProperty [containedInPlace] :: InternetCafe -> ContainedInPlace [containsPlace] :: InternetCafe -> ContainsPlace [geo] :: InternetCafe -> Geo [hasMap] :: InternetCafe -> HasMap [openingHoursSpecification] :: InternetCafe -> OpeningHoursSpecification [photo] :: InternetCafe -> Photo [additionalType] :: InternetCafe -> AdditionalType [alternateName] :: InternetCafe -> AlternateName [description] :: InternetCafe -> Description [image] :: InternetCafe -> Image [mainEntityOfPage] :: InternetCafe -> MainEntityOfPage [name] :: InternetCafe -> Name [potentialAction] :: InternetCafe -> PotentialAction [sameAs] :: InternetCafe -> SameAs [url] :: InternetCafe -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.InternetCafe.InternetCafe instance GHC.Read.Read Text.HTML5.MetaData.Schema.InternetCafe.InternetCafe instance GHC.Show.Show Text.HTML5.MetaData.Schema.InternetCafe.InternetCafe instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.InternetCafe.InternetCafe module Text.HTML5.MetaData.Schema.ItemPage -- | A page devoted to a single item, such as a particular product or -- hotel. -- -- data ItemPage ItemPage :: Breadcrumb -> LastReviewed -> MainContentOfPage -> PrimaryImageOfPage -> RelatedLink -> ReviewedBy -> SignificantLink -> Specialty -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ItemPage [breadcrumb] :: ItemPage -> Breadcrumb [lastReviewed] :: ItemPage -> LastReviewed [mainContentOfPage] :: ItemPage -> MainContentOfPage [primaryImageOfPage] :: ItemPage -> PrimaryImageOfPage [relatedLink] :: ItemPage -> RelatedLink [reviewedBy] :: ItemPage -> ReviewedBy [significantLink] :: ItemPage -> SignificantLink [specialty] :: ItemPage -> Specialty [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 [character] :: ItemPage -> Character [citation] :: ItemPage -> Citation [comment] :: ItemPage -> Comment [commentCount] :: ItemPage -> CommentCount [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 [exampleOfWork] :: ItemPage -> ExampleOfWork [fileFormat] :: ItemPage -> FileFormat [genre] :: ItemPage -> Genre [hasPart] :: ItemPage -> HasPart [headline] :: ItemPage -> Headline [inLanguage] :: ItemPage -> InLanguage [interactionStatistic] :: ItemPage -> InteractionStatistic [interactivityType] :: ItemPage -> InteractivityType [isBasedOnUrl] :: ItemPage -> IsBasedOnUrl [isFamilyFriendly] :: ItemPage -> IsFamilyFriendly [isPartOf] :: ItemPage -> IsPartOf [keywords] :: ItemPage -> Keywords [learningResourceType] :: ItemPage -> LearningResourceType [license] :: ItemPage -> License [locationCreated] :: ItemPage -> LocationCreated [mainEntity] :: ItemPage -> MainEntity [mentions] :: ItemPage -> Mentions [offers] :: ItemPage -> Offers [position] :: ItemPage -> Position [producer] :: ItemPage -> Producer [provider] :: ItemPage -> Provider [publication] :: ItemPage -> Publication [publisher] :: ItemPage -> Publisher [publishingPrinciples] :: ItemPage -> PublishingPrinciples [recordedAt] :: ItemPage -> RecordedAt [releasedEvent] :: ItemPage -> ReleasedEvent [review] :: ItemPage -> Review [schemaVersion] :: ItemPage -> SchemaVersion [sourceOrganization] :: ItemPage -> SourceOrganization [text] :: ItemPage -> Text [thumbnailUrl] :: ItemPage -> ThumbnailUrl [timeRequired] :: ItemPage -> TimeRequired [translator] :: ItemPage -> Translator [typicalAgeRange] :: ItemPage -> TypicalAgeRange [version] :: ItemPage -> Version [video] :: ItemPage -> Video [workExample] :: ItemPage -> WorkExample [additionalType] :: ItemPage -> AdditionalType [alternateName] :: ItemPage -> AlternateName [description] :: ItemPage -> Description [image] :: ItemPage -> Image [mainEntityOfPage] :: ItemPage -> MainEntityOfPage [name] :: ItemPage -> Name [potentialAction] :: ItemPage -> PotentialAction [sameAs] :: ItemPage -> SameAs [url] :: ItemPage -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ItemPage.ItemPage instance GHC.Read.Read Text.HTML5.MetaData.Schema.ItemPage.ItemPage instance GHC.Show.Show Text.HTML5.MetaData.Schema.ItemPage.ItemPage instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ItemPage.ItemPage module Text.HTML5.MetaData.Schema.JewelryStore -- | A jewelry store. -- -- data JewelryStore JewelryStore :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> JewelryStore [branchCode] :: JewelryStore -> BranchCode [currenciesAccepted] :: JewelryStore -> CurrenciesAccepted [openingHours] :: JewelryStore -> OpeningHours [paymentAccepted] :: JewelryStore -> PaymentAccepted [priceRange] :: JewelryStore -> PriceRange [address] :: JewelryStore -> Address [aggregateRating] :: JewelryStore -> AggregateRating [alumni] :: JewelryStore -> Alumni [areaServed] :: JewelryStore -> AreaServed [award] :: JewelryStore -> Award [brand] :: JewelryStore -> Brand [contactPoint] :: JewelryStore -> ContactPoint [department] :: JewelryStore -> Department [dissolutionDate] :: JewelryStore -> DissolutionDate [duns] :: JewelryStore -> Duns [email] :: JewelryStore -> Email [employee] :: JewelryStore -> Employee [event] :: JewelryStore -> Event [faxNumber] :: JewelryStore -> FaxNumber [founder] :: JewelryStore -> Founder [foundingDate] :: JewelryStore -> FoundingDate [foundingLocation] :: JewelryStore -> FoundingLocation [globalLocationNumber] :: JewelryStore -> GlobalLocationNumber [hasOfferCatalog] :: JewelryStore -> HasOfferCatalog [hasPOS] :: JewelryStore -> HasPOS [isicV4] :: JewelryStore -> IsicV4 [legalName] :: JewelryStore -> LegalName [location] :: JewelryStore -> Location [logo] :: JewelryStore -> Logo [makesOffer] :: JewelryStore -> MakesOffer [member] :: JewelryStore -> Member [memberOf] :: JewelryStore -> MemberOf [naics] :: JewelryStore -> Naics [numberOfEmployees] :: JewelryStore -> NumberOfEmployees [owns] :: JewelryStore -> Owns [parentOrganization] :: JewelryStore -> ParentOrganization [review] :: JewelryStore -> Review [seeks] :: JewelryStore -> Seeks [subOrganization] :: JewelryStore -> SubOrganization [taxID] :: JewelryStore -> TaxID [telephone] :: JewelryStore -> Telephone [vatID] :: JewelryStore -> VatID [additionalProperty] :: JewelryStore -> AdditionalProperty [containedInPlace] :: JewelryStore -> ContainedInPlace [containsPlace] :: JewelryStore -> ContainsPlace [geo] :: JewelryStore -> Geo [hasMap] :: JewelryStore -> HasMap [openingHoursSpecification] :: JewelryStore -> OpeningHoursSpecification [photo] :: JewelryStore -> Photo [additionalType] :: JewelryStore -> AdditionalType [alternateName] :: JewelryStore -> AlternateName [description] :: JewelryStore -> Description [image] :: JewelryStore -> Image [mainEntityOfPage] :: JewelryStore -> MainEntityOfPage [name] :: JewelryStore -> Name [potentialAction] :: JewelryStore -> PotentialAction [sameAs] :: JewelryStore -> SameAs [url] :: JewelryStore -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.JewelryStore.JewelryStore instance GHC.Read.Read Text.HTML5.MetaData.Schema.JewelryStore.JewelryStore instance GHC.Show.Show Text.HTML5.MetaData.Schema.JewelryStore.JewelryStore instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.JewelryStore.JewelryStore module Text.HTML5.MetaData.Schema.Mountain -- | A mountain, like Mount Whitney or Mount Everest. -- -- data Mountain Mountain :: AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Mountain [additionalProperty] :: Mountain -> AdditionalProperty [address] :: Mountain -> Address [aggregateRating] :: Mountain -> AggregateRating [branchCode] :: Mountain -> BranchCode [containedInPlace] :: Mountain -> ContainedInPlace [containsPlace] :: Mountain -> ContainsPlace [event] :: Mountain -> Event [faxNumber] :: Mountain -> FaxNumber [geo] :: Mountain -> Geo [globalLocationNumber] :: Mountain -> GlobalLocationNumber [hasMap] :: Mountain -> HasMap [isicV4] :: Mountain -> IsicV4 [logo] :: Mountain -> Logo [openingHoursSpecification] :: Mountain -> OpeningHoursSpecification [photo] :: Mountain -> Photo [review] :: Mountain -> Review [telephone] :: Mountain -> Telephone [additionalType] :: Mountain -> AdditionalType [alternateName] :: Mountain -> AlternateName [description] :: Mountain -> Description [image] :: Mountain -> Image [mainEntityOfPage] :: Mountain -> MainEntityOfPage [name] :: Mountain -> Name [potentialAction] :: Mountain -> PotentialAction [sameAs] :: Mountain -> SameAs [url] :: Mountain -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Mountain.Mountain instance GHC.Read.Read Text.HTML5.MetaData.Schema.Mountain.Mountain instance GHC.Show.Show Text.HTML5.MetaData.Schema.Mountain.Mountain instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Mountain.Mountain module Text.HTML5.MetaData.Schema.Landform -- | A landform or physical feature. Landform elements include mountains, -- plains, lakes, rivers, seascape and oceanic waterbody interface -- features such as bays, peninsulas, seas and so forth, including -- sub-aqueous terrain features such as submersed mountain ranges, -- volcanoes, and the great ocean basins. -- -- data Landform Landform :: AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Landform [additionalProperty] :: Landform -> AdditionalProperty [address] :: Landform -> Address [aggregateRating] :: Landform -> AggregateRating [branchCode] :: Landform -> BranchCode [containedInPlace] :: Landform -> ContainedInPlace [containsPlace] :: Landform -> ContainsPlace [event] :: Landform -> Event [faxNumber] :: Landform -> FaxNumber [geo] :: Landform -> Geo [globalLocationNumber] :: Landform -> GlobalLocationNumber [hasMap] :: Landform -> HasMap [isicV4] :: Landform -> IsicV4 [logo] :: Landform -> Logo [openingHoursSpecification] :: Landform -> OpeningHoursSpecification [photo] :: Landform -> Photo [review] :: Landform -> Review [telephone] :: Landform -> Telephone [additionalType] :: Landform -> AdditionalType [alternateName] :: Landform -> AlternateName [description] :: Landform -> Description [image] :: Landform -> Image [mainEntityOfPage] :: Landform -> MainEntityOfPage [name] :: Landform -> Name [potentialAction] :: Landform -> PotentialAction [sameAs] :: Landform -> SameAs [url] :: Landform -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Landform.Landform instance GHC.Read.Read Text.HTML5.MetaData.Schema.Landform.Landform instance GHC.Show.Show Text.HTML5.MetaData.Schema.Landform.Landform instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Landform.Landform module Text.HTML5.MetaData.Schema.Volcano -- | A volcano, like Fuji san. -- -- data Volcano Volcano :: AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Volcano [additionalProperty] :: Volcano -> AdditionalProperty [address] :: Volcano -> Address [aggregateRating] :: Volcano -> AggregateRating [branchCode] :: Volcano -> BranchCode [containedInPlace] :: Volcano -> ContainedInPlace [containsPlace] :: Volcano -> ContainsPlace [event] :: Volcano -> Event [faxNumber] :: Volcano -> FaxNumber [geo] :: Volcano -> Geo [globalLocationNumber] :: Volcano -> GlobalLocationNumber [hasMap] :: Volcano -> HasMap [isicV4] :: Volcano -> IsicV4 [logo] :: Volcano -> Logo [openingHoursSpecification] :: Volcano -> OpeningHoursSpecification [photo] :: Volcano -> Photo [review] :: Volcano -> Review [telephone] :: Volcano -> Telephone [additionalType] :: Volcano -> AdditionalType [alternateName] :: Volcano -> AlternateName [description] :: Volcano -> Description [image] :: Volcano -> Image [mainEntityOfPage] :: Volcano -> MainEntityOfPage [name] :: Volcano -> Name [potentialAction] :: Volcano -> PotentialAction [sameAs] :: Volcano -> SameAs [url] :: Volcano -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Volcano.Volcano instance GHC.Read.Read Text.HTML5.MetaData.Schema.Volcano.Volcano instance GHC.Show.Show Text.HTML5.MetaData.Schema.Volcano.Volcano instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Volcano.Volcano module Text.HTML5.MetaData.Schema.LandmarksOrHistoricalBuildings -- | An historical landmark or building. -- -- data LandmarksOrHistoricalBuildings LandmarksOrHistoricalBuildings :: AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> LandmarksOrHistoricalBuildings [additionalProperty] :: LandmarksOrHistoricalBuildings -> AdditionalProperty [address] :: LandmarksOrHistoricalBuildings -> Address [aggregateRating] :: LandmarksOrHistoricalBuildings -> AggregateRating [branchCode] :: LandmarksOrHistoricalBuildings -> BranchCode [containedInPlace] :: LandmarksOrHistoricalBuildings -> ContainedInPlace [containsPlace] :: LandmarksOrHistoricalBuildings -> ContainsPlace [event] :: LandmarksOrHistoricalBuildings -> Event [faxNumber] :: LandmarksOrHistoricalBuildings -> FaxNumber [geo] :: LandmarksOrHistoricalBuildings -> Geo [globalLocationNumber] :: LandmarksOrHistoricalBuildings -> GlobalLocationNumber [hasMap] :: LandmarksOrHistoricalBuildings -> HasMap [isicV4] :: LandmarksOrHistoricalBuildings -> IsicV4 [logo] :: LandmarksOrHistoricalBuildings -> Logo [openingHoursSpecification] :: LandmarksOrHistoricalBuildings -> OpeningHoursSpecification [photo] :: LandmarksOrHistoricalBuildings -> Photo [review] :: LandmarksOrHistoricalBuildings -> Review [telephone] :: LandmarksOrHistoricalBuildings -> Telephone [additionalType] :: LandmarksOrHistoricalBuildings -> AdditionalType [alternateName] :: LandmarksOrHistoricalBuildings -> AlternateName [description] :: LandmarksOrHistoricalBuildings -> Description [image] :: LandmarksOrHistoricalBuildings -> Image [mainEntityOfPage] :: LandmarksOrHistoricalBuildings -> MainEntityOfPage [name] :: LandmarksOrHistoricalBuildings -> Name [potentialAction] :: LandmarksOrHistoricalBuildings -> PotentialAction [sameAs] :: LandmarksOrHistoricalBuildings -> SameAs [url] :: LandmarksOrHistoricalBuildings -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.LandmarksOrHistoricalBuildings.LandmarksOrHistoricalBuildings instance GHC.Read.Read Text.HTML5.MetaData.Schema.LandmarksOrHistoricalBuildings.LandmarksOrHistoricalBuildings instance GHC.Show.Show Text.HTML5.MetaData.Schema.LandmarksOrHistoricalBuildings.LandmarksOrHistoricalBuildings instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.LandmarksOrHistoricalBuildings.LandmarksOrHistoricalBuildings module Text.HTML5.MetaData.Schema.LegalService -- | A LegalService is a business that provides legally-oriented services, -- advice and representation, e.g. law firms. As a LocalBusiness it can -- be described as a provider of one or more Service(s). -- -- data LegalService LegalService :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> LegalService [branchCode] :: LegalService -> BranchCode [currenciesAccepted] :: LegalService -> CurrenciesAccepted [openingHours] :: LegalService -> OpeningHours [paymentAccepted] :: LegalService -> PaymentAccepted [priceRange] :: LegalService -> PriceRange [address] :: LegalService -> Address [aggregateRating] :: LegalService -> AggregateRating [alumni] :: LegalService -> Alumni [areaServed] :: LegalService -> AreaServed [award] :: LegalService -> Award [brand] :: LegalService -> Brand [contactPoint] :: LegalService -> ContactPoint [department] :: LegalService -> Department [dissolutionDate] :: LegalService -> DissolutionDate [duns] :: LegalService -> Duns [email] :: LegalService -> Email [employee] :: LegalService -> Employee [event] :: LegalService -> Event [faxNumber] :: LegalService -> FaxNumber [founder] :: LegalService -> Founder [foundingDate] :: LegalService -> FoundingDate [foundingLocation] :: LegalService -> FoundingLocation [globalLocationNumber] :: LegalService -> GlobalLocationNumber [hasOfferCatalog] :: LegalService -> HasOfferCatalog [hasPOS] :: LegalService -> HasPOS [isicV4] :: LegalService -> IsicV4 [legalName] :: LegalService -> LegalName [location] :: LegalService -> Location [logo] :: LegalService -> Logo [makesOffer] :: LegalService -> MakesOffer [member] :: LegalService -> Member [memberOf] :: LegalService -> MemberOf [naics] :: LegalService -> Naics [numberOfEmployees] :: LegalService -> NumberOfEmployees [owns] :: LegalService -> Owns [parentOrganization] :: LegalService -> ParentOrganization [review] :: LegalService -> Review [seeks] :: LegalService -> Seeks [subOrganization] :: LegalService -> SubOrganization [taxID] :: LegalService -> TaxID [telephone] :: LegalService -> Telephone [vatID] :: LegalService -> VatID [additionalProperty] :: LegalService -> AdditionalProperty [containedInPlace] :: LegalService -> ContainedInPlace [containsPlace] :: LegalService -> ContainsPlace [geo] :: LegalService -> Geo [hasMap] :: LegalService -> HasMap [openingHoursSpecification] :: LegalService -> OpeningHoursSpecification [photo] :: LegalService -> Photo [additionalType] :: LegalService -> AdditionalType [alternateName] :: LegalService -> AlternateName [description] :: LegalService -> Description [image] :: LegalService -> Image [mainEntityOfPage] :: LegalService -> MainEntityOfPage [name] :: LegalService -> Name [potentialAction] :: LegalService -> PotentialAction [sameAs] :: LegalService -> SameAs [url] :: LegalService -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.LegalService.LegalService instance GHC.Read.Read Text.HTML5.MetaData.Schema.LegalService.LegalService instance GHC.Show.Show Text.HTML5.MetaData.Schema.LegalService.LegalService instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.LegalService.LegalService module Text.HTML5.MetaData.Schema.Notary -- | A notary. -- -- data Notary Notary :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Notary [branchCode] :: Notary -> BranchCode [currenciesAccepted] :: Notary -> CurrenciesAccepted [openingHours] :: Notary -> OpeningHours [paymentAccepted] :: Notary -> PaymentAccepted [priceRange] :: Notary -> PriceRange [address] :: Notary -> Address [aggregateRating] :: Notary -> AggregateRating [alumni] :: Notary -> Alumni [areaServed] :: Notary -> AreaServed [award] :: Notary -> Award [brand] :: Notary -> Brand [contactPoint] :: Notary -> ContactPoint [department] :: Notary -> Department [dissolutionDate] :: Notary -> DissolutionDate [duns] :: Notary -> Duns [email] :: Notary -> Email [employee] :: Notary -> Employee [event] :: Notary -> Event [faxNumber] :: Notary -> FaxNumber [founder] :: Notary -> Founder [foundingDate] :: Notary -> FoundingDate [foundingLocation] :: Notary -> FoundingLocation [globalLocationNumber] :: Notary -> GlobalLocationNumber [hasOfferCatalog] :: Notary -> HasOfferCatalog [hasPOS] :: Notary -> HasPOS [isicV4] :: Notary -> IsicV4 [legalName] :: Notary -> LegalName [location] :: Notary -> Location [logo] :: Notary -> Logo [makesOffer] :: Notary -> MakesOffer [member] :: Notary -> Member [memberOf] :: Notary -> MemberOf [naics] :: Notary -> Naics [numberOfEmployees] :: Notary -> NumberOfEmployees [owns] :: Notary -> Owns [parentOrganization] :: Notary -> ParentOrganization [review] :: Notary -> Review [seeks] :: Notary -> Seeks [subOrganization] :: Notary -> SubOrganization [taxID] :: Notary -> TaxID [telephone] :: Notary -> Telephone [vatID] :: Notary -> VatID [additionalProperty] :: Notary -> AdditionalProperty [containedInPlace] :: Notary -> ContainedInPlace [containsPlace] :: Notary -> ContainsPlace [geo] :: Notary -> Geo [hasMap] :: Notary -> HasMap [openingHoursSpecification] :: Notary -> OpeningHoursSpecification [photo] :: Notary -> Photo [additionalType] :: Notary -> AdditionalType [alternateName] :: Notary -> AlternateName [description] :: Notary -> Description [image] :: Notary -> Image [mainEntityOfPage] :: Notary -> MainEntityOfPage [name] :: Notary -> Name [potentialAction] :: Notary -> PotentialAction [sameAs] :: Notary -> SameAs [url] :: Notary -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Notary.Notary instance GHC.Read.Read Text.HTML5.MetaData.Schema.Notary.Notary instance GHC.Show.Show Text.HTML5.MetaData.Schema.Notary.Notary instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Notary.Notary module Text.HTML5.MetaData.Schema.LendAction -- | The act of providing an object under an agreement that it will be -- returned at a later date. Reciprocal of BorrowAction.Related -- actions:BorrowAction: Reciprocal of LendAction. -- -- data LendAction LendAction :: Borrower -> FromLocation -> ToLocation -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> LendAction [borrower] :: LendAction -> Borrower [fromLocation] :: LendAction -> FromLocation [toLocation] :: LendAction -> ToLocation [actionStatus] :: LendAction -> ActionStatus [agent] :: LendAction -> Agent [endTime] :: LendAction -> EndTime [error] :: LendAction -> Error [instrument] :: LendAction -> Instrument [location] :: LendAction -> Location [object] :: LendAction -> Object [participant] :: LendAction -> Participant [result] :: LendAction -> Result [startTime] :: LendAction -> StartTime [target] :: LendAction -> Target [additionalType] :: LendAction -> AdditionalType [alternateName] :: LendAction -> AlternateName [description] :: LendAction -> Description [image] :: LendAction -> Image [mainEntityOfPage] :: LendAction -> MainEntityOfPage [name] :: LendAction -> Name [potentialAction] :: LendAction -> PotentialAction [sameAs] :: LendAction -> SameAs [url] :: LendAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.LendAction.LendAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.LendAction.LendAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.LendAction.LendAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.LendAction.LendAction module Text.HTML5.MetaData.Schema.Library -- | A library. -- -- data Library Library :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Library [branchCode] :: Library -> BranchCode [currenciesAccepted] :: Library -> CurrenciesAccepted [openingHours] :: Library -> OpeningHours [paymentAccepted] :: Library -> PaymentAccepted [priceRange] :: Library -> PriceRange [address] :: Library -> Address [aggregateRating] :: Library -> AggregateRating [alumni] :: Library -> Alumni [areaServed] :: Library -> AreaServed [award] :: Library -> Award [brand] :: Library -> Brand [contactPoint] :: Library -> ContactPoint [department] :: Library -> Department [dissolutionDate] :: Library -> DissolutionDate [duns] :: Library -> Duns [email] :: Library -> Email [employee] :: Library -> Employee [event] :: Library -> Event [faxNumber] :: Library -> FaxNumber [founder] :: Library -> Founder [foundingDate] :: Library -> FoundingDate [foundingLocation] :: Library -> FoundingLocation [globalLocationNumber] :: Library -> GlobalLocationNumber [hasOfferCatalog] :: Library -> HasOfferCatalog [hasPOS] :: Library -> HasPOS [isicV4] :: Library -> IsicV4 [legalName] :: Library -> LegalName [location] :: Library -> Location [logo] :: Library -> Logo [makesOffer] :: Library -> MakesOffer [member] :: Library -> Member [memberOf] :: Library -> MemberOf [naics] :: Library -> Naics [numberOfEmployees] :: Library -> NumberOfEmployees [owns] :: Library -> Owns [parentOrganization] :: Library -> ParentOrganization [review] :: Library -> Review [seeks] :: Library -> Seeks [subOrganization] :: Library -> SubOrganization [taxID] :: Library -> TaxID [telephone] :: Library -> Telephone [vatID] :: Library -> VatID [additionalProperty] :: Library -> AdditionalProperty [containedInPlace] :: Library -> ContainedInPlace [containsPlace] :: Library -> ContainsPlace [geo] :: Library -> Geo [hasMap] :: Library -> HasMap [openingHoursSpecification] :: Library -> OpeningHoursSpecification [photo] :: Library -> Photo [additionalType] :: Library -> AdditionalType [alternateName] :: Library -> AlternateName [description] :: Library -> Description [image] :: Library -> Image [mainEntityOfPage] :: Library -> MainEntityOfPage [name] :: Library -> Name [potentialAction] :: Library -> PotentialAction [sameAs] :: Library -> SameAs [url] :: Library -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Library.Library instance GHC.Read.Read Text.HTML5.MetaData.Schema.Library.Library instance GHC.Show.Show Text.HTML5.MetaData.Schema.Library.Library instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Library.Library module Text.HTML5.MetaData.Schema.LikeAction -- | The act of expressing a positive sentiment about the object. An agent -- likes an object (a proposition, topic or theme) with participants. -- -- data LikeAction LikeAction :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> LikeAction [actionStatus] :: LikeAction -> ActionStatus [agent] :: LikeAction -> Agent [endTime] :: LikeAction -> EndTime [error] :: LikeAction -> Error [instrument] :: LikeAction -> Instrument [location] :: LikeAction -> Location [object] :: LikeAction -> Object [participant] :: LikeAction -> Participant [result] :: LikeAction -> Result [startTime] :: LikeAction -> StartTime [target] :: LikeAction -> Target [additionalType] :: LikeAction -> AdditionalType [alternateName] :: LikeAction -> AlternateName [description] :: LikeAction -> Description [image] :: LikeAction -> Image [mainEntityOfPage] :: LikeAction -> MainEntityOfPage [name] :: LikeAction -> Name [potentialAction] :: LikeAction -> PotentialAction [sameAs] :: LikeAction -> SameAs [url] :: LikeAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.LikeAction.LikeAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.LikeAction.LikeAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.LikeAction.LikeAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.LikeAction.LikeAction module Text.HTML5.MetaData.Schema.LiquorStore -- | A shop that sells alcoholic drinks such as wine, beer, whisky and -- other spirits. -- -- data LiquorStore LiquorStore :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> LiquorStore [branchCode] :: LiquorStore -> BranchCode [currenciesAccepted] :: LiquorStore -> CurrenciesAccepted [openingHours] :: LiquorStore -> OpeningHours [paymentAccepted] :: LiquorStore -> PaymentAccepted [priceRange] :: LiquorStore -> PriceRange [address] :: LiquorStore -> Address [aggregateRating] :: LiquorStore -> AggregateRating [alumni] :: LiquorStore -> Alumni [areaServed] :: LiquorStore -> AreaServed [award] :: LiquorStore -> Award [brand] :: LiquorStore -> Brand [contactPoint] :: LiquorStore -> ContactPoint [department] :: LiquorStore -> Department [dissolutionDate] :: LiquorStore -> DissolutionDate [duns] :: LiquorStore -> Duns [email] :: LiquorStore -> Email [employee] :: LiquorStore -> Employee [event] :: LiquorStore -> Event [faxNumber] :: LiquorStore -> FaxNumber [founder] :: LiquorStore -> Founder [foundingDate] :: LiquorStore -> FoundingDate [foundingLocation] :: LiquorStore -> FoundingLocation [globalLocationNumber] :: LiquorStore -> GlobalLocationNumber [hasOfferCatalog] :: LiquorStore -> HasOfferCatalog [hasPOS] :: LiquorStore -> HasPOS [isicV4] :: LiquorStore -> IsicV4 [legalName] :: LiquorStore -> LegalName [location] :: LiquorStore -> Location [logo] :: LiquorStore -> Logo [makesOffer] :: LiquorStore -> MakesOffer [member] :: LiquorStore -> Member [memberOf] :: LiquorStore -> MemberOf [naics] :: LiquorStore -> Naics [numberOfEmployees] :: LiquorStore -> NumberOfEmployees [owns] :: LiquorStore -> Owns [parentOrganization] :: LiquorStore -> ParentOrganization [review] :: LiquorStore -> Review [seeks] :: LiquorStore -> Seeks [subOrganization] :: LiquorStore -> SubOrganization [taxID] :: LiquorStore -> TaxID [telephone] :: LiquorStore -> Telephone [vatID] :: LiquorStore -> VatID [additionalProperty] :: LiquorStore -> AdditionalProperty [containedInPlace] :: LiquorStore -> ContainedInPlace [containsPlace] :: LiquorStore -> ContainsPlace [geo] :: LiquorStore -> Geo [hasMap] :: LiquorStore -> HasMap [openingHoursSpecification] :: LiquorStore -> OpeningHoursSpecification [photo] :: LiquorStore -> Photo [additionalType] :: LiquorStore -> AdditionalType [alternateName] :: LiquorStore -> AlternateName [description] :: LiquorStore -> Description [image] :: LiquorStore -> Image [mainEntityOfPage] :: LiquorStore -> MainEntityOfPage [name] :: LiquorStore -> Name [potentialAction] :: LiquorStore -> PotentialAction [sameAs] :: LiquorStore -> SameAs [url] :: LiquorStore -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.LiquorStore.LiquorStore instance GHC.Read.Read Text.HTML5.MetaData.Schema.LiquorStore.LiquorStore instance GHC.Show.Show Text.HTML5.MetaData.Schema.LiquorStore.LiquorStore instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.LiquorStore.LiquorStore module Text.HTML5.MetaData.Schema.ProfessionalService -- | Original definition: "provider of professional services." The general -- ProfessionalService type for local businesses was deprecated due to -- confusion with Service. For reference, the types that it included -- were: Dentist, AccountingService, Attorney, Notary, as well as types -- for several kinds of HomeAndConstructionBusiness: Electrician, -- GeneralContractor, HousePainter, Locksmith, Plumber, -- RoofingContractor. LegalService was introduced as a more inclusive -- supertype of Attorney. -- -- data ProfessionalService ProfessionalService :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ProfessionalService [branchCode] :: ProfessionalService -> BranchCode [currenciesAccepted] :: ProfessionalService -> CurrenciesAccepted [openingHours] :: ProfessionalService -> OpeningHours [paymentAccepted] :: ProfessionalService -> PaymentAccepted [priceRange] :: ProfessionalService -> PriceRange [address] :: ProfessionalService -> Address [aggregateRating] :: ProfessionalService -> AggregateRating [alumni] :: ProfessionalService -> Alumni [areaServed] :: ProfessionalService -> AreaServed [award] :: ProfessionalService -> Award [brand] :: ProfessionalService -> Brand [contactPoint] :: ProfessionalService -> ContactPoint [department] :: ProfessionalService -> Department [dissolutionDate] :: ProfessionalService -> DissolutionDate [duns] :: ProfessionalService -> Duns [email] :: ProfessionalService -> Email [employee] :: ProfessionalService -> Employee [event] :: ProfessionalService -> Event [faxNumber] :: ProfessionalService -> FaxNumber [founder] :: ProfessionalService -> Founder [foundingDate] :: ProfessionalService -> FoundingDate [foundingLocation] :: ProfessionalService -> FoundingLocation [globalLocationNumber] :: ProfessionalService -> GlobalLocationNumber [hasOfferCatalog] :: ProfessionalService -> HasOfferCatalog [hasPOS] :: ProfessionalService -> HasPOS [isicV4] :: ProfessionalService -> IsicV4 [legalName] :: ProfessionalService -> LegalName [location] :: ProfessionalService -> Location [logo] :: ProfessionalService -> Logo [makesOffer] :: ProfessionalService -> MakesOffer [member] :: ProfessionalService -> Member [memberOf] :: ProfessionalService -> MemberOf [naics] :: ProfessionalService -> Naics [numberOfEmployees] :: ProfessionalService -> NumberOfEmployees [owns] :: ProfessionalService -> Owns [parentOrganization] :: ProfessionalService -> ParentOrganization [review] :: ProfessionalService -> Review [seeks] :: ProfessionalService -> Seeks [subOrganization] :: ProfessionalService -> SubOrganization [taxID] :: ProfessionalService -> TaxID [telephone] :: ProfessionalService -> Telephone [vatID] :: ProfessionalService -> VatID [additionalProperty] :: ProfessionalService -> AdditionalProperty [containedInPlace] :: ProfessionalService -> ContainedInPlace [containsPlace] :: ProfessionalService -> ContainsPlace [geo] :: ProfessionalService -> Geo [hasMap] :: ProfessionalService -> HasMap [openingHoursSpecification] :: ProfessionalService -> OpeningHoursSpecification [photo] :: ProfessionalService -> Photo [additionalType] :: ProfessionalService -> AdditionalType [alternateName] :: ProfessionalService -> AlternateName [description] :: ProfessionalService -> Description [image] :: ProfessionalService -> Image [mainEntityOfPage] :: ProfessionalService -> MainEntityOfPage [name] :: ProfessionalService -> Name [potentialAction] :: ProfessionalService -> PotentialAction [sameAs] :: ProfessionalService -> SameAs [url] :: ProfessionalService -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ProfessionalService.ProfessionalService instance GHC.Read.Read Text.HTML5.MetaData.Schema.ProfessionalService.ProfessionalService instance GHC.Show.Show Text.HTML5.MetaData.Schema.ProfessionalService.ProfessionalService instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ProfessionalService.ProfessionalService module Text.HTML5.MetaData.Schema.RadioStation -- | A radio station. -- -- data RadioStation RadioStation :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> RadioStation [branchCode] :: RadioStation -> BranchCode [currenciesAccepted] :: RadioStation -> CurrenciesAccepted [openingHours] :: RadioStation -> OpeningHours [paymentAccepted] :: RadioStation -> PaymentAccepted [priceRange] :: RadioStation -> PriceRange [address] :: RadioStation -> Address [aggregateRating] :: RadioStation -> AggregateRating [alumni] :: RadioStation -> Alumni [areaServed] :: RadioStation -> AreaServed [award] :: RadioStation -> Award [brand] :: RadioStation -> Brand [contactPoint] :: RadioStation -> ContactPoint [department] :: RadioStation -> Department [dissolutionDate] :: RadioStation -> DissolutionDate [duns] :: RadioStation -> Duns [email] :: RadioStation -> Email [employee] :: RadioStation -> Employee [event] :: RadioStation -> Event [faxNumber] :: RadioStation -> FaxNumber [founder] :: RadioStation -> Founder [foundingDate] :: RadioStation -> FoundingDate [foundingLocation] :: RadioStation -> FoundingLocation [globalLocationNumber] :: RadioStation -> GlobalLocationNumber [hasOfferCatalog] :: RadioStation -> HasOfferCatalog [hasPOS] :: RadioStation -> HasPOS [isicV4] :: RadioStation -> IsicV4 [legalName] :: RadioStation -> LegalName [location] :: RadioStation -> Location [logo] :: RadioStation -> Logo [makesOffer] :: RadioStation -> MakesOffer [member] :: RadioStation -> Member [memberOf] :: RadioStation -> MemberOf [naics] :: RadioStation -> Naics [numberOfEmployees] :: RadioStation -> NumberOfEmployees [owns] :: RadioStation -> Owns [parentOrganization] :: RadioStation -> ParentOrganization [review] :: RadioStation -> Review [seeks] :: RadioStation -> Seeks [subOrganization] :: RadioStation -> SubOrganization [taxID] :: RadioStation -> TaxID [telephone] :: RadioStation -> Telephone [vatID] :: RadioStation -> VatID [additionalProperty] :: RadioStation -> AdditionalProperty [containedInPlace] :: RadioStation -> ContainedInPlace [containsPlace] :: RadioStation -> ContainsPlace [geo] :: RadioStation -> Geo [hasMap] :: RadioStation -> HasMap [openingHoursSpecification] :: RadioStation -> OpeningHoursSpecification [photo] :: RadioStation -> Photo [additionalType] :: RadioStation -> AdditionalType [alternateName] :: RadioStation -> AlternateName [description] :: RadioStation -> Description [image] :: RadioStation -> Image [mainEntityOfPage] :: RadioStation -> MainEntityOfPage [name] :: RadioStation -> Name [potentialAction] :: RadioStation -> PotentialAction [sameAs] :: RadioStation -> SameAs [url] :: RadioStation -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.RadioStation.RadioStation instance GHC.Read.Read Text.HTML5.MetaData.Schema.RadioStation.RadioStation instance GHC.Show.Show Text.HTML5.MetaData.Schema.RadioStation.RadioStation instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.RadioStation.RadioStation module Text.HTML5.MetaData.Schema.RecyclingCenter -- | A recycling center. -- -- data RecyclingCenter RecyclingCenter :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AdditionalProperty -> Address -> AggregateRating -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Founder -> FoundingDate -> FoundingLocation -> HasOfferCatalog -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Seeks -> SubOrganization -> TaxID -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> RecyclingCenter [branchCode] :: RecyclingCenter -> BranchCode [currenciesAccepted] :: RecyclingCenter -> CurrenciesAccepted [openingHours] :: RecyclingCenter -> OpeningHours [paymentAccepted] :: RecyclingCenter -> PaymentAccepted [priceRange] :: RecyclingCenter -> PriceRange [additionalProperty] :: RecyclingCenter -> AdditionalProperty [address] :: RecyclingCenter -> Address [aggregateRating] :: RecyclingCenter -> AggregateRating [containedInPlace] :: RecyclingCenter -> ContainedInPlace [containsPlace] :: RecyclingCenter -> ContainsPlace [event] :: RecyclingCenter -> Event [faxNumber] :: RecyclingCenter -> FaxNumber [geo] :: RecyclingCenter -> Geo [globalLocationNumber] :: RecyclingCenter -> GlobalLocationNumber [hasMap] :: RecyclingCenter -> HasMap [isicV4] :: RecyclingCenter -> IsicV4 [logo] :: RecyclingCenter -> Logo [openingHoursSpecification] :: RecyclingCenter -> OpeningHoursSpecification [photo] :: RecyclingCenter -> Photo [review] :: RecyclingCenter -> Review [telephone] :: RecyclingCenter -> Telephone [alumni] :: RecyclingCenter -> Alumni [areaServed] :: RecyclingCenter -> AreaServed [award] :: RecyclingCenter -> Award [brand] :: RecyclingCenter -> Brand [contactPoint] :: RecyclingCenter -> ContactPoint [department] :: RecyclingCenter -> Department [dissolutionDate] :: RecyclingCenter -> DissolutionDate [duns] :: RecyclingCenter -> Duns [email] :: RecyclingCenter -> Email [employee] :: RecyclingCenter -> Employee [founder] :: RecyclingCenter -> Founder [foundingDate] :: RecyclingCenter -> FoundingDate [foundingLocation] :: RecyclingCenter -> FoundingLocation [hasOfferCatalog] :: RecyclingCenter -> HasOfferCatalog [hasPOS] :: RecyclingCenter -> HasPOS [legalName] :: RecyclingCenter -> LegalName [location] :: RecyclingCenter -> Location [makesOffer] :: RecyclingCenter -> MakesOffer [member] :: RecyclingCenter -> Member [memberOf] :: RecyclingCenter -> MemberOf [naics] :: RecyclingCenter -> Naics [numberOfEmployees] :: RecyclingCenter -> NumberOfEmployees [owns] :: RecyclingCenter -> Owns [parentOrganization] :: RecyclingCenter -> ParentOrganization [seeks] :: RecyclingCenter -> Seeks [subOrganization] :: RecyclingCenter -> SubOrganization [taxID] :: RecyclingCenter -> TaxID [vatID] :: RecyclingCenter -> VatID [additionalType] :: RecyclingCenter -> AdditionalType [alternateName] :: RecyclingCenter -> AlternateName [description] :: RecyclingCenter -> Description [image] :: RecyclingCenter -> Image [mainEntityOfPage] :: RecyclingCenter -> MainEntityOfPage [name] :: RecyclingCenter -> Name [potentialAction] :: RecyclingCenter -> PotentialAction [sameAs] :: RecyclingCenter -> SameAs [url] :: RecyclingCenter -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.RecyclingCenter.RecyclingCenter instance GHC.Read.Read Text.HTML5.MetaData.Schema.RecyclingCenter.RecyclingCenter instance GHC.Show.Show Text.HTML5.MetaData.Schema.RecyclingCenter.RecyclingCenter instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.RecyclingCenter.RecyclingCenter module Text.HTML5.MetaData.Schema.SelfStorage -- | A self-storage facility. -- -- data SelfStorage SelfStorage :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AdditionalProperty -> Address -> AggregateRating -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Founder -> FoundingDate -> FoundingLocation -> HasOfferCatalog -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Seeks -> SubOrganization -> TaxID -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> SelfStorage [branchCode] :: SelfStorage -> BranchCode [currenciesAccepted] :: SelfStorage -> CurrenciesAccepted [openingHours] :: SelfStorage -> OpeningHours [paymentAccepted] :: SelfStorage -> PaymentAccepted [priceRange] :: SelfStorage -> PriceRange [additionalProperty] :: SelfStorage -> AdditionalProperty [address] :: SelfStorage -> Address [aggregateRating] :: SelfStorage -> AggregateRating [containedInPlace] :: SelfStorage -> ContainedInPlace [containsPlace] :: SelfStorage -> ContainsPlace [event] :: SelfStorage -> Event [faxNumber] :: SelfStorage -> FaxNumber [geo] :: SelfStorage -> Geo [globalLocationNumber] :: SelfStorage -> GlobalLocationNumber [hasMap] :: SelfStorage -> HasMap [isicV4] :: SelfStorage -> IsicV4 [logo] :: SelfStorage -> Logo [openingHoursSpecification] :: SelfStorage -> OpeningHoursSpecification [photo] :: SelfStorage -> Photo [review] :: SelfStorage -> Review [telephone] :: SelfStorage -> Telephone [alumni] :: SelfStorage -> Alumni [areaServed] :: SelfStorage -> AreaServed [award] :: SelfStorage -> Award [brand] :: SelfStorage -> Brand [contactPoint] :: SelfStorage -> ContactPoint [department] :: SelfStorage -> Department [dissolutionDate] :: SelfStorage -> DissolutionDate [duns] :: SelfStorage -> Duns [email] :: SelfStorage -> Email [employee] :: SelfStorage -> Employee [founder] :: SelfStorage -> Founder [foundingDate] :: SelfStorage -> FoundingDate [foundingLocation] :: SelfStorage -> FoundingLocation [hasOfferCatalog] :: SelfStorage -> HasOfferCatalog [hasPOS] :: SelfStorage -> HasPOS [legalName] :: SelfStorage -> LegalName [location] :: SelfStorage -> Location [makesOffer] :: SelfStorage -> MakesOffer [member] :: SelfStorage -> Member [memberOf] :: SelfStorage -> MemberOf [naics] :: SelfStorage -> Naics [numberOfEmployees] :: SelfStorage -> NumberOfEmployees [owns] :: SelfStorage -> Owns [parentOrganization] :: SelfStorage -> ParentOrganization [seeks] :: SelfStorage -> Seeks [subOrganization] :: SelfStorage -> SubOrganization [taxID] :: SelfStorage -> TaxID [vatID] :: SelfStorage -> VatID [additionalType] :: SelfStorage -> AdditionalType [alternateName] :: SelfStorage -> AlternateName [description] :: SelfStorage -> Description [image] :: SelfStorage -> Image [mainEntityOfPage] :: SelfStorage -> MainEntityOfPage [name] :: SelfStorage -> Name [potentialAction] :: SelfStorage -> PotentialAction [sameAs] :: SelfStorage -> SameAs [url] :: SelfStorage -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.SelfStorage.SelfStorage instance GHC.Read.Read Text.HTML5.MetaData.Schema.SelfStorage.SelfStorage instance GHC.Show.Show Text.HTML5.MetaData.Schema.SelfStorage.SelfStorage instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.SelfStorage.SelfStorage module Text.HTML5.MetaData.Schema.ShoppingCenter -- | A shopping center or mall. -- -- data ShoppingCenter ShoppingCenter :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ShoppingCenter [branchCode] :: ShoppingCenter -> BranchCode [currenciesAccepted] :: ShoppingCenter -> CurrenciesAccepted [openingHours] :: ShoppingCenter -> OpeningHours [paymentAccepted] :: ShoppingCenter -> PaymentAccepted [priceRange] :: ShoppingCenter -> PriceRange [address] :: ShoppingCenter -> Address [aggregateRating] :: ShoppingCenter -> AggregateRating [alumni] :: ShoppingCenter -> Alumni [areaServed] :: ShoppingCenter -> AreaServed [award] :: ShoppingCenter -> Award [brand] :: ShoppingCenter -> Brand [contactPoint] :: ShoppingCenter -> ContactPoint [department] :: ShoppingCenter -> Department [dissolutionDate] :: ShoppingCenter -> DissolutionDate [duns] :: ShoppingCenter -> Duns [email] :: ShoppingCenter -> Email [employee] :: ShoppingCenter -> Employee [event] :: ShoppingCenter -> Event [faxNumber] :: ShoppingCenter -> FaxNumber [founder] :: ShoppingCenter -> Founder [foundingDate] :: ShoppingCenter -> FoundingDate [foundingLocation] :: ShoppingCenter -> FoundingLocation [globalLocationNumber] :: ShoppingCenter -> GlobalLocationNumber [hasOfferCatalog] :: ShoppingCenter -> HasOfferCatalog [hasPOS] :: ShoppingCenter -> HasPOS [isicV4] :: ShoppingCenter -> IsicV4 [legalName] :: ShoppingCenter -> LegalName [location] :: ShoppingCenter -> Location [logo] :: ShoppingCenter -> Logo [makesOffer] :: ShoppingCenter -> MakesOffer [member] :: ShoppingCenter -> Member [memberOf] :: ShoppingCenter -> MemberOf [naics] :: ShoppingCenter -> Naics [numberOfEmployees] :: ShoppingCenter -> NumberOfEmployees [owns] :: ShoppingCenter -> Owns [parentOrganization] :: ShoppingCenter -> ParentOrganization [review] :: ShoppingCenter -> Review [seeks] :: ShoppingCenter -> Seeks [subOrganization] :: ShoppingCenter -> SubOrganization [taxID] :: ShoppingCenter -> TaxID [telephone] :: ShoppingCenter -> Telephone [vatID] :: ShoppingCenter -> VatID [additionalProperty] :: ShoppingCenter -> AdditionalProperty [containedInPlace] :: ShoppingCenter -> ContainedInPlace [containsPlace] :: ShoppingCenter -> ContainsPlace [geo] :: ShoppingCenter -> Geo [hasMap] :: ShoppingCenter -> HasMap [openingHoursSpecification] :: ShoppingCenter -> OpeningHoursSpecification [photo] :: ShoppingCenter -> Photo [additionalType] :: ShoppingCenter -> AdditionalType [alternateName] :: ShoppingCenter -> AlternateName [description] :: ShoppingCenter -> Description [image] :: ShoppingCenter -> Image [mainEntityOfPage] :: ShoppingCenter -> MainEntityOfPage [name] :: ShoppingCenter -> Name [potentialAction] :: ShoppingCenter -> PotentialAction [sameAs] :: ShoppingCenter -> SameAs [url] :: ShoppingCenter -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ShoppingCenter.ShoppingCenter instance GHC.Read.Read Text.HTML5.MetaData.Schema.ShoppingCenter.ShoppingCenter instance GHC.Show.Show Text.HTML5.MetaData.Schema.ShoppingCenter.ShoppingCenter instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ShoppingCenter.ShoppingCenter module Text.HTML5.MetaData.Schema.TelevisionStation -- | A television station. -- -- data TelevisionStation TelevisionStation :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> TelevisionStation [branchCode] :: TelevisionStation -> BranchCode [currenciesAccepted] :: TelevisionStation -> CurrenciesAccepted [openingHours] :: TelevisionStation -> OpeningHours [paymentAccepted] :: TelevisionStation -> PaymentAccepted [priceRange] :: TelevisionStation -> PriceRange [address] :: TelevisionStation -> Address [aggregateRating] :: TelevisionStation -> AggregateRating [alumni] :: TelevisionStation -> Alumni [areaServed] :: TelevisionStation -> AreaServed [award] :: TelevisionStation -> Award [brand] :: TelevisionStation -> Brand [contactPoint] :: TelevisionStation -> ContactPoint [department] :: TelevisionStation -> Department [dissolutionDate] :: TelevisionStation -> DissolutionDate [duns] :: TelevisionStation -> Duns [email] :: TelevisionStation -> Email [employee] :: TelevisionStation -> Employee [event] :: TelevisionStation -> Event [faxNumber] :: TelevisionStation -> FaxNumber [founder] :: TelevisionStation -> Founder [foundingDate] :: TelevisionStation -> FoundingDate [foundingLocation] :: TelevisionStation -> FoundingLocation [globalLocationNumber] :: TelevisionStation -> GlobalLocationNumber [hasOfferCatalog] :: TelevisionStation -> HasOfferCatalog [hasPOS] :: TelevisionStation -> HasPOS [isicV4] :: TelevisionStation -> IsicV4 [legalName] :: TelevisionStation -> LegalName [location] :: TelevisionStation -> Location [logo] :: TelevisionStation -> Logo [makesOffer] :: TelevisionStation -> MakesOffer [member] :: TelevisionStation -> Member [memberOf] :: TelevisionStation -> MemberOf [naics] :: TelevisionStation -> Naics [numberOfEmployees] :: TelevisionStation -> NumberOfEmployees [owns] :: TelevisionStation -> Owns [parentOrganization] :: TelevisionStation -> ParentOrganization [review] :: TelevisionStation -> Review [seeks] :: TelevisionStation -> Seeks [subOrganization] :: TelevisionStation -> SubOrganization [taxID] :: TelevisionStation -> TaxID [telephone] :: TelevisionStation -> Telephone [vatID] :: TelevisionStation -> VatID [additionalProperty] :: TelevisionStation -> AdditionalProperty [containedInPlace] :: TelevisionStation -> ContainedInPlace [containsPlace] :: TelevisionStation -> ContainsPlace [geo] :: TelevisionStation -> Geo [hasMap] :: TelevisionStation -> HasMap [openingHoursSpecification] :: TelevisionStation -> OpeningHoursSpecification [photo] :: TelevisionStation -> Photo [additionalType] :: TelevisionStation -> AdditionalType [alternateName] :: TelevisionStation -> AlternateName [description] :: TelevisionStation -> Description [image] :: TelevisionStation -> Image [mainEntityOfPage] :: TelevisionStation -> MainEntityOfPage [name] :: TelevisionStation -> Name [potentialAction] :: TelevisionStation -> PotentialAction [sameAs] :: TelevisionStation -> SameAs [url] :: TelevisionStation -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.TelevisionStation.TelevisionStation instance GHC.Read.Read Text.HTML5.MetaData.Schema.TelevisionStation.TelevisionStation instance GHC.Show.Show Text.HTML5.MetaData.Schema.TelevisionStation.TelevisionStation instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.TelevisionStation.TelevisionStation module Text.HTML5.MetaData.Schema.TouristInformationCenter -- | A tourist information center. -- -- data TouristInformationCenter TouristInformationCenter :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AdditionalProperty -> Address -> AggregateRating -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Founder -> FoundingDate -> FoundingLocation -> HasOfferCatalog -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Seeks -> SubOrganization -> TaxID -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> TouristInformationCenter [branchCode] :: TouristInformationCenter -> BranchCode [currenciesAccepted] :: TouristInformationCenter -> CurrenciesAccepted [openingHours] :: TouristInformationCenter -> OpeningHours [paymentAccepted] :: TouristInformationCenter -> PaymentAccepted [priceRange] :: TouristInformationCenter -> PriceRange [additionalProperty] :: TouristInformationCenter -> AdditionalProperty [address] :: TouristInformationCenter -> Address [aggregateRating] :: TouristInformationCenter -> AggregateRating [containedInPlace] :: TouristInformationCenter -> ContainedInPlace [containsPlace] :: TouristInformationCenter -> ContainsPlace [event] :: TouristInformationCenter -> Event [faxNumber] :: TouristInformationCenter -> FaxNumber [geo] :: TouristInformationCenter -> Geo [globalLocationNumber] :: TouristInformationCenter -> GlobalLocationNumber [hasMap] :: TouristInformationCenter -> HasMap [isicV4] :: TouristInformationCenter -> IsicV4 [logo] :: TouristInformationCenter -> Logo [openingHoursSpecification] :: TouristInformationCenter -> OpeningHoursSpecification [photo] :: TouristInformationCenter -> Photo [review] :: TouristInformationCenter -> Review [telephone] :: TouristInformationCenter -> Telephone [alumni] :: TouristInformationCenter -> Alumni [areaServed] :: TouristInformationCenter -> AreaServed [award] :: TouristInformationCenter -> Award [brand] :: TouristInformationCenter -> Brand [contactPoint] :: TouristInformationCenter -> ContactPoint [department] :: TouristInformationCenter -> Department [dissolutionDate] :: TouristInformationCenter -> DissolutionDate [duns] :: TouristInformationCenter -> Duns [email] :: TouristInformationCenter -> Email [employee] :: TouristInformationCenter -> Employee [founder] :: TouristInformationCenter -> Founder [foundingDate] :: TouristInformationCenter -> FoundingDate [foundingLocation] :: TouristInformationCenter -> FoundingLocation [hasOfferCatalog] :: TouristInformationCenter -> HasOfferCatalog [hasPOS] :: TouristInformationCenter -> HasPOS [legalName] :: TouristInformationCenter -> LegalName [location] :: TouristInformationCenter -> Location [makesOffer] :: TouristInformationCenter -> MakesOffer [member] :: TouristInformationCenter -> Member [memberOf] :: TouristInformationCenter -> MemberOf [naics] :: TouristInformationCenter -> Naics [numberOfEmployees] :: TouristInformationCenter -> NumberOfEmployees [owns] :: TouristInformationCenter -> Owns [parentOrganization] :: TouristInformationCenter -> ParentOrganization [seeks] :: TouristInformationCenter -> Seeks [subOrganization] :: TouristInformationCenter -> SubOrganization [taxID] :: TouristInformationCenter -> TaxID [vatID] :: TouristInformationCenter -> VatID [additionalType] :: TouristInformationCenter -> AdditionalType [alternateName] :: TouristInformationCenter -> AlternateName [description] :: TouristInformationCenter -> Description [image] :: TouristInformationCenter -> Image [mainEntityOfPage] :: TouristInformationCenter -> MainEntityOfPage [name] :: TouristInformationCenter -> Name [potentialAction] :: TouristInformationCenter -> PotentialAction [sameAs] :: TouristInformationCenter -> SameAs [url] :: TouristInformationCenter -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.TouristInformationCenter.TouristInformationCenter instance GHC.Read.Read Text.HTML5.MetaData.Schema.TouristInformationCenter.TouristInformationCenter instance GHC.Show.Show Text.HTML5.MetaData.Schema.TouristInformationCenter.TouristInformationCenter instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.TouristInformationCenter.TouristInformationCenter module Text.HTML5.MetaData.Schema.LocalBusiness -- | A particular physical business or branch of an organization. Examples -- of LocalBusiness include a restaurant, a particular branch of a -- restaurant chain, a branch of a bank, a medical practice, a club, a -- bowling alley, etc. -- -- data LocalBusiness LocalBusiness :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> LocalBusiness [branchCode] :: LocalBusiness -> BranchCode [currenciesAccepted] :: LocalBusiness -> CurrenciesAccepted [openingHours] :: LocalBusiness -> OpeningHours [paymentAccepted] :: LocalBusiness -> PaymentAccepted [priceRange] :: LocalBusiness -> PriceRange [address] :: LocalBusiness -> Address [aggregateRating] :: LocalBusiness -> AggregateRating [alumni] :: LocalBusiness -> Alumni [areaServed] :: LocalBusiness -> AreaServed [award] :: LocalBusiness -> Award [brand] :: LocalBusiness -> Brand [contactPoint] :: LocalBusiness -> ContactPoint [department] :: LocalBusiness -> Department [dissolutionDate] :: LocalBusiness -> DissolutionDate [duns] :: LocalBusiness -> Duns [email] :: LocalBusiness -> Email [employee] :: LocalBusiness -> Employee [event] :: LocalBusiness -> Event [faxNumber] :: LocalBusiness -> FaxNumber [founder] :: LocalBusiness -> Founder [foundingDate] :: LocalBusiness -> FoundingDate [foundingLocation] :: LocalBusiness -> FoundingLocation [globalLocationNumber] :: LocalBusiness -> GlobalLocationNumber [hasOfferCatalog] :: LocalBusiness -> HasOfferCatalog [hasPOS] :: LocalBusiness -> HasPOS [isicV4] :: LocalBusiness -> IsicV4 [legalName] :: LocalBusiness -> LegalName [location] :: LocalBusiness -> Location [logo] :: LocalBusiness -> Logo [makesOffer] :: LocalBusiness -> MakesOffer [member] :: LocalBusiness -> Member [memberOf] :: LocalBusiness -> MemberOf [naics] :: LocalBusiness -> Naics [numberOfEmployees] :: LocalBusiness -> NumberOfEmployees [owns] :: LocalBusiness -> Owns [parentOrganization] :: LocalBusiness -> ParentOrganization [review] :: LocalBusiness -> Review [seeks] :: LocalBusiness -> Seeks [subOrganization] :: LocalBusiness -> SubOrganization [taxID] :: LocalBusiness -> TaxID [telephone] :: LocalBusiness -> Telephone [vatID] :: LocalBusiness -> VatID [additionalProperty] :: LocalBusiness -> AdditionalProperty [containedInPlace] :: LocalBusiness -> ContainedInPlace [containsPlace] :: LocalBusiness -> ContainsPlace [geo] :: LocalBusiness -> Geo [hasMap] :: LocalBusiness -> HasMap [openingHoursSpecification] :: LocalBusiness -> OpeningHoursSpecification [photo] :: LocalBusiness -> Photo [additionalType] :: LocalBusiness -> AdditionalType [alternateName] :: LocalBusiness -> AlternateName [description] :: LocalBusiness -> Description [image] :: LocalBusiness -> Image [mainEntityOfPage] :: LocalBusiness -> MainEntityOfPage [name] :: LocalBusiness -> Name [potentialAction] :: LocalBusiness -> PotentialAction [sameAs] :: LocalBusiness -> SameAs [url] :: LocalBusiness -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.LocalBusiness.LocalBusiness instance GHC.Read.Read Text.HTML5.MetaData.Schema.LocalBusiness.LocalBusiness instance GHC.Show.Show Text.HTML5.MetaData.Schema.LocalBusiness.LocalBusiness instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.LocalBusiness.LocalBusiness module Text.HTML5.MetaData.Schema.TravelAgency -- | A travel agency. -- -- data TravelAgency TravelAgency :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> TravelAgency [branchCode] :: TravelAgency -> BranchCode [currenciesAccepted] :: TravelAgency -> CurrenciesAccepted [openingHours] :: TravelAgency -> OpeningHours [paymentAccepted] :: TravelAgency -> PaymentAccepted [priceRange] :: TravelAgency -> PriceRange [address] :: TravelAgency -> Address [aggregateRating] :: TravelAgency -> AggregateRating [alumni] :: TravelAgency -> Alumni [areaServed] :: TravelAgency -> AreaServed [award] :: TravelAgency -> Award [brand] :: TravelAgency -> Brand [contactPoint] :: TravelAgency -> ContactPoint [department] :: TravelAgency -> Department [dissolutionDate] :: TravelAgency -> DissolutionDate [duns] :: TravelAgency -> Duns [email] :: TravelAgency -> Email [employee] :: TravelAgency -> Employee [event] :: TravelAgency -> Event [faxNumber] :: TravelAgency -> FaxNumber [founder] :: TravelAgency -> Founder [foundingDate] :: TravelAgency -> FoundingDate [foundingLocation] :: TravelAgency -> FoundingLocation [globalLocationNumber] :: TravelAgency -> GlobalLocationNumber [hasOfferCatalog] :: TravelAgency -> HasOfferCatalog [hasPOS] :: TravelAgency -> HasPOS [isicV4] :: TravelAgency -> IsicV4 [legalName] :: TravelAgency -> LegalName [location] :: TravelAgency -> Location [logo] :: TravelAgency -> Logo [makesOffer] :: TravelAgency -> MakesOffer [member] :: TravelAgency -> Member [memberOf] :: TravelAgency -> MemberOf [naics] :: TravelAgency -> Naics [numberOfEmployees] :: TravelAgency -> NumberOfEmployees [owns] :: TravelAgency -> Owns [parentOrganization] :: TravelAgency -> ParentOrganization [review] :: TravelAgency -> Review [seeks] :: TravelAgency -> Seeks [subOrganization] :: TravelAgency -> SubOrganization [taxID] :: TravelAgency -> TaxID [telephone] :: TravelAgency -> Telephone [vatID] :: TravelAgency -> VatID [additionalProperty] :: TravelAgency -> AdditionalProperty [containedInPlace] :: TravelAgency -> ContainedInPlace [containsPlace] :: TravelAgency -> ContainsPlace [geo] :: TravelAgency -> Geo [hasMap] :: TravelAgency -> HasMap [openingHoursSpecification] :: TravelAgency -> OpeningHoursSpecification [photo] :: TravelAgency -> Photo [additionalType] :: TravelAgency -> AdditionalType [alternateName] :: TravelAgency -> AlternateName [description] :: TravelAgency -> Description [image] :: TravelAgency -> Image [mainEntityOfPage] :: TravelAgency -> MainEntityOfPage [name] :: TravelAgency -> Name [potentialAction] :: TravelAgency -> PotentialAction [sameAs] :: TravelAgency -> SameAs [url] :: TravelAgency -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.TravelAgency.TravelAgency instance GHC.Read.Read Text.HTML5.MetaData.Schema.TravelAgency.TravelAgency instance GHC.Show.Show Text.HTML5.MetaData.Schema.TravelAgency.TravelAgency instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.TravelAgency.TravelAgency module Text.HTML5.MetaData.Schema.LodgingBusiness -- | A lodging business, such as a motel, hotel, or inn. -- -- data LodgingBusiness LodgingBusiness :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> LodgingBusiness [branchCode] :: LodgingBusiness -> BranchCode [currenciesAccepted] :: LodgingBusiness -> CurrenciesAccepted [openingHours] :: LodgingBusiness -> OpeningHours [paymentAccepted] :: LodgingBusiness -> PaymentAccepted [priceRange] :: LodgingBusiness -> PriceRange [address] :: LodgingBusiness -> Address [aggregateRating] :: LodgingBusiness -> AggregateRating [alumni] :: LodgingBusiness -> Alumni [areaServed] :: LodgingBusiness -> AreaServed [award] :: LodgingBusiness -> Award [brand] :: LodgingBusiness -> Brand [contactPoint] :: LodgingBusiness -> ContactPoint [department] :: LodgingBusiness -> Department [dissolutionDate] :: LodgingBusiness -> DissolutionDate [duns] :: LodgingBusiness -> Duns [email] :: LodgingBusiness -> Email [employee] :: LodgingBusiness -> Employee [event] :: LodgingBusiness -> Event [faxNumber] :: LodgingBusiness -> FaxNumber [founder] :: LodgingBusiness -> Founder [foundingDate] :: LodgingBusiness -> FoundingDate [foundingLocation] :: LodgingBusiness -> FoundingLocation [globalLocationNumber] :: LodgingBusiness -> GlobalLocationNumber [hasOfferCatalog] :: LodgingBusiness -> HasOfferCatalog [hasPOS] :: LodgingBusiness -> HasPOS [isicV4] :: LodgingBusiness -> IsicV4 [legalName] :: LodgingBusiness -> LegalName [location] :: LodgingBusiness -> Location [logo] :: LodgingBusiness -> Logo [makesOffer] :: LodgingBusiness -> MakesOffer [member] :: LodgingBusiness -> Member [memberOf] :: LodgingBusiness -> MemberOf [naics] :: LodgingBusiness -> Naics [numberOfEmployees] :: LodgingBusiness -> NumberOfEmployees [owns] :: LodgingBusiness -> Owns [parentOrganization] :: LodgingBusiness -> ParentOrganization [review] :: LodgingBusiness -> Review [seeks] :: LodgingBusiness -> Seeks [subOrganization] :: LodgingBusiness -> SubOrganization [taxID] :: LodgingBusiness -> TaxID [telephone] :: LodgingBusiness -> Telephone [vatID] :: LodgingBusiness -> VatID [additionalProperty] :: LodgingBusiness -> AdditionalProperty [containedInPlace] :: LodgingBusiness -> ContainedInPlace [containsPlace] :: LodgingBusiness -> ContainsPlace [geo] :: LodgingBusiness -> Geo [hasMap] :: LodgingBusiness -> HasMap [openingHoursSpecification] :: LodgingBusiness -> OpeningHoursSpecification [photo] :: LodgingBusiness -> Photo [additionalType] :: LodgingBusiness -> AdditionalType [alternateName] :: LodgingBusiness -> AlternateName [description] :: LodgingBusiness -> Description [image] :: LodgingBusiness -> Image [mainEntityOfPage] :: LodgingBusiness -> MainEntityOfPage [name] :: LodgingBusiness -> Name [potentialAction] :: LodgingBusiness -> PotentialAction [sameAs] :: LodgingBusiness -> SameAs [url] :: LodgingBusiness -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.LodgingBusiness.LodgingBusiness instance GHC.Read.Read Text.HTML5.MetaData.Schema.LodgingBusiness.LodgingBusiness instance GHC.Show.Show Text.HTML5.MetaData.Schema.LodgingBusiness.LodgingBusiness instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.LodgingBusiness.LodgingBusiness module Text.HTML5.MetaData.Schema.Motel -- | A motel. -- -- data Motel Motel :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Motel [branchCode] :: Motel -> BranchCode [currenciesAccepted] :: Motel -> CurrenciesAccepted [openingHours] :: Motel -> OpeningHours [paymentAccepted] :: Motel -> PaymentAccepted [priceRange] :: Motel -> PriceRange [address] :: Motel -> Address [aggregateRating] :: Motel -> AggregateRating [alumni] :: Motel -> Alumni [areaServed] :: Motel -> AreaServed [award] :: Motel -> Award [brand] :: Motel -> Brand [contactPoint] :: Motel -> ContactPoint [department] :: Motel -> Department [dissolutionDate] :: Motel -> DissolutionDate [duns] :: Motel -> Duns [email] :: Motel -> Email [employee] :: Motel -> Employee [event] :: Motel -> Event [faxNumber] :: Motel -> FaxNumber [founder] :: Motel -> Founder [foundingDate] :: Motel -> FoundingDate [foundingLocation] :: Motel -> FoundingLocation [globalLocationNumber] :: Motel -> GlobalLocationNumber [hasOfferCatalog] :: Motel -> HasOfferCatalog [hasPOS] :: Motel -> HasPOS [isicV4] :: Motel -> IsicV4 [legalName] :: Motel -> LegalName [location] :: Motel -> Location [logo] :: Motel -> Logo [makesOffer] :: Motel -> MakesOffer [member] :: Motel -> Member [memberOf] :: Motel -> MemberOf [naics] :: Motel -> Naics [numberOfEmployees] :: Motel -> NumberOfEmployees [owns] :: Motel -> Owns [parentOrganization] :: Motel -> ParentOrganization [review] :: Motel -> Review [seeks] :: Motel -> Seeks [subOrganization] :: Motel -> SubOrganization [taxID] :: Motel -> TaxID [telephone] :: Motel -> Telephone [vatID] :: Motel -> VatID [additionalProperty] :: Motel -> AdditionalProperty [containedInPlace] :: Motel -> ContainedInPlace [containsPlace] :: Motel -> ContainsPlace [geo] :: Motel -> Geo [hasMap] :: Motel -> HasMap [openingHoursSpecification] :: Motel -> OpeningHoursSpecification [photo] :: Motel -> Photo [additionalType] :: Motel -> AdditionalType [alternateName] :: Motel -> AlternateName [description] :: Motel -> Description [image] :: Motel -> Image [mainEntityOfPage] :: Motel -> MainEntityOfPage [name] :: Motel -> Name [potentialAction] :: Motel -> PotentialAction [sameAs] :: Motel -> SameAs [url] :: Motel -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Motel.Motel instance GHC.Read.Read Text.HTML5.MetaData.Schema.Motel.Motel instance GHC.Show.Show Text.HTML5.MetaData.Schema.Motel.Motel instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Motel.Motel module Text.HTML5.MetaData.Schema.LodgingReservation -- | A reservation for lodging at a hotel, motel, inn, etc. -- -- data LodgingReservation LodgingReservation :: CheckinTime -> CheckoutTime -> LodgingUnitDescription -> LodgingUnitType -> NumAdults -> NumChildren -> BookingTime -> Broker -> ModifiedTime -> PriceCurrency -> ProgramMembershipUsed -> Provider -> ReservationFor -> ReservationId -> ReservationStatus -> ReservedTicket -> TotalPrice -> UnderName -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> LodgingReservation [checkinTime] :: LodgingReservation -> CheckinTime [checkoutTime] :: LodgingReservation -> CheckoutTime [lodgingUnitDescription] :: LodgingReservation -> LodgingUnitDescription [lodgingUnitType] :: LodgingReservation -> LodgingUnitType [numAdults] :: LodgingReservation -> NumAdults [numChildren] :: LodgingReservation -> NumChildren [bookingTime] :: LodgingReservation -> BookingTime [broker] :: LodgingReservation -> Broker [modifiedTime] :: LodgingReservation -> ModifiedTime [priceCurrency] :: LodgingReservation -> PriceCurrency [programMembershipUsed] :: LodgingReservation -> ProgramMembershipUsed [provider] :: LodgingReservation -> Provider [reservationFor] :: LodgingReservation -> ReservationFor [reservationId] :: LodgingReservation -> ReservationId [reservationStatus] :: LodgingReservation -> ReservationStatus [reservedTicket] :: LodgingReservation -> ReservedTicket [totalPrice] :: LodgingReservation -> TotalPrice [underName] :: LodgingReservation -> UnderName [additionalType] :: LodgingReservation -> AdditionalType [alternateName] :: LodgingReservation -> AlternateName [description] :: LodgingReservation -> Description [image] :: LodgingReservation -> Image [mainEntityOfPage] :: LodgingReservation -> MainEntityOfPage [name] :: LodgingReservation -> Name [potentialAction] :: LodgingReservation -> PotentialAction [sameAs] :: LodgingReservation -> SameAs [url] :: LodgingReservation -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.LodgingReservation.LodgingReservation instance GHC.Read.Read Text.HTML5.MetaData.Schema.LodgingReservation.LodgingReservation instance GHC.Show.Show Text.HTML5.MetaData.Schema.LodgingReservation.LodgingReservation instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.LodgingReservation.LodgingReservation module Text.HTML5.MetaData.Schema.LymphaticVessel -- | A type of blood vessel that specifically carries lymph fluid -- unidirectionally toward the heart. -- -- data LymphaticVessel LymphaticVessel :: OriginatesFrom -> RegionDrained -> RunsTo -> AssociatedPathophysiology -> BodyLocation -> ConnectedTo -> Diagram -> Function -> PartOfSystem -> RelatedCondition -> RelatedTherapy -> SubStructure -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> LymphaticVessel [originatesFrom] :: LymphaticVessel -> OriginatesFrom [regionDrained] :: LymphaticVessel -> RegionDrained [runsTo] :: LymphaticVessel -> RunsTo [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 [code] :: LymphaticVessel -> Code [guideline] :: LymphaticVessel -> Guideline [medicineSystem] :: LymphaticVessel -> MedicineSystem [recognizingAuthority] :: LymphaticVessel -> RecognizingAuthority [relevantSpecialty] :: LymphaticVessel -> RelevantSpecialty [study] :: LymphaticVessel -> Study [additionalType] :: LymphaticVessel -> AdditionalType [alternateName] :: LymphaticVessel -> AlternateName [description] :: LymphaticVessel -> Description [image] :: LymphaticVessel -> Image [mainEntityOfPage] :: LymphaticVessel -> MainEntityOfPage [name] :: LymphaticVessel -> Name [potentialAction] :: LymphaticVessel -> PotentialAction [sameAs] :: LymphaticVessel -> SameAs [url] :: LymphaticVessel -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.LymphaticVessel.LymphaticVessel instance GHC.Read.Read Text.HTML5.MetaData.Schema.LymphaticVessel.LymphaticVessel instance GHC.Show.Show Text.HTML5.MetaData.Schema.LymphaticVessel.LymphaticVessel instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.LymphaticVessel.LymphaticVessel module Text.HTML5.MetaData.Schema.MediaObject -- | An image, video, or audio object embedded in a web page. Note that a -- creative work may have many media objects associated with it on the -- same web page. For example, a page about a single song -- (MusicRecording) may have a music video (VideoObject), and a high and -- low bandwidth audio stream (2 AudioObject's). -- -- data MediaObject MediaObject :: AssociatedArticle -> Bitrate -> ContentSize -> ContentUrl -> Duration -> EmbedUrl -> EncodesCreativeWork -> EncodingFormat -> Expires -> Height -> PlayerType -> ProductionCompany -> RegionsAllowed -> RequiresSubscription -> UploadDate -> Width -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MediaObject [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 [regionsAllowed] :: MediaObject -> RegionsAllowed [requiresSubscription] :: MediaObject -> RequiresSubscription [uploadDate] :: MediaObject -> UploadDate [width] :: MediaObject -> Width [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 [character] :: MediaObject -> Character [citation] :: MediaObject -> Citation [comment] :: MediaObject -> Comment [commentCount] :: MediaObject -> CommentCount [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 [exampleOfWork] :: MediaObject -> ExampleOfWork [fileFormat] :: MediaObject -> FileFormat [genre] :: MediaObject -> Genre [hasPart] :: MediaObject -> HasPart [headline] :: MediaObject -> Headline [inLanguage] :: MediaObject -> InLanguage [interactionStatistic] :: MediaObject -> InteractionStatistic [interactivityType] :: MediaObject -> InteractivityType [isBasedOnUrl] :: MediaObject -> IsBasedOnUrl [isFamilyFriendly] :: MediaObject -> IsFamilyFriendly [isPartOf] :: MediaObject -> IsPartOf [keywords] :: MediaObject -> Keywords [learningResourceType] :: MediaObject -> LearningResourceType [license] :: MediaObject -> License [locationCreated] :: MediaObject -> LocationCreated [mainEntity] :: MediaObject -> MainEntity [mentions] :: MediaObject -> Mentions [offers] :: MediaObject -> Offers [position] :: MediaObject -> Position [producer] :: MediaObject -> Producer [provider] :: MediaObject -> Provider [publication] :: MediaObject -> Publication [publisher] :: MediaObject -> Publisher [publishingPrinciples] :: MediaObject -> PublishingPrinciples [recordedAt] :: MediaObject -> RecordedAt [releasedEvent] :: MediaObject -> ReleasedEvent [review] :: MediaObject -> Review [schemaVersion] :: MediaObject -> SchemaVersion [sourceOrganization] :: MediaObject -> SourceOrganization [text] :: MediaObject -> Text [thumbnailUrl] :: MediaObject -> ThumbnailUrl [timeRequired] :: MediaObject -> TimeRequired [translator] :: MediaObject -> Translator [typicalAgeRange] :: MediaObject -> TypicalAgeRange [version] :: MediaObject -> Version [video] :: MediaObject -> Video [workExample] :: MediaObject -> WorkExample [additionalType] :: MediaObject -> AdditionalType [alternateName] :: MediaObject -> AlternateName [description] :: MediaObject -> Description [image] :: MediaObject -> Image [mainEntityOfPage] :: MediaObject -> MainEntityOfPage [name] :: MediaObject -> Name [potentialAction] :: MediaObject -> PotentialAction [sameAs] :: MediaObject -> SameAs [url] :: MediaObject -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MediaObject.MediaObject instance GHC.Read.Read Text.HTML5.MetaData.Schema.MediaObject.MediaObject instance GHC.Show.Show Text.HTML5.MetaData.Schema.MediaObject.MediaObject instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MediaObject.MediaObject module Text.HTML5.MetaData.Schema.MusicVideoObject -- | A music video file. -- -- data MusicVideoObject MusicVideoObject :: AssociatedArticle -> Bitrate -> ContentSize -> ContentUrl -> Duration -> EmbedUrl -> EncodesCreativeWork -> EncodingFormat -> Expires -> Height -> PlayerType -> ProductionCompany -> RegionsAllowed -> RequiresSubscription -> UploadDate -> Width -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MusicVideoObject [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 [regionsAllowed] :: MusicVideoObject -> RegionsAllowed [requiresSubscription] :: MusicVideoObject -> RequiresSubscription [uploadDate] :: MusicVideoObject -> UploadDate [width] :: MusicVideoObject -> Width [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 [character] :: MusicVideoObject -> Character [citation] :: MusicVideoObject -> Citation [comment] :: MusicVideoObject -> Comment [commentCount] :: MusicVideoObject -> CommentCount [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 [exampleOfWork] :: MusicVideoObject -> ExampleOfWork [fileFormat] :: MusicVideoObject -> FileFormat [genre] :: MusicVideoObject -> Genre [hasPart] :: MusicVideoObject -> HasPart [headline] :: MusicVideoObject -> Headline [inLanguage] :: MusicVideoObject -> InLanguage [interactionStatistic] :: MusicVideoObject -> InteractionStatistic [interactivityType] :: MusicVideoObject -> InteractivityType [isBasedOnUrl] :: MusicVideoObject -> IsBasedOnUrl [isFamilyFriendly] :: MusicVideoObject -> IsFamilyFriendly [isPartOf] :: MusicVideoObject -> IsPartOf [keywords] :: MusicVideoObject -> Keywords [learningResourceType] :: MusicVideoObject -> LearningResourceType [license] :: MusicVideoObject -> License [locationCreated] :: MusicVideoObject -> LocationCreated [mainEntity] :: MusicVideoObject -> MainEntity [mentions] :: MusicVideoObject -> Mentions [offers] :: MusicVideoObject -> Offers [position] :: MusicVideoObject -> Position [producer] :: MusicVideoObject -> Producer [provider] :: MusicVideoObject -> Provider [publication] :: MusicVideoObject -> Publication [publisher] :: MusicVideoObject -> Publisher [publishingPrinciples] :: MusicVideoObject -> PublishingPrinciples [recordedAt] :: MusicVideoObject -> RecordedAt [releasedEvent] :: MusicVideoObject -> ReleasedEvent [review] :: MusicVideoObject -> Review [schemaVersion] :: MusicVideoObject -> SchemaVersion [sourceOrganization] :: MusicVideoObject -> SourceOrganization [text] :: MusicVideoObject -> Text [thumbnailUrl] :: MusicVideoObject -> ThumbnailUrl [timeRequired] :: MusicVideoObject -> TimeRequired [translator] :: MusicVideoObject -> Translator [typicalAgeRange] :: MusicVideoObject -> TypicalAgeRange [version] :: MusicVideoObject -> Version [video] :: MusicVideoObject -> Video [workExample] :: MusicVideoObject -> WorkExample [additionalType] :: MusicVideoObject -> AdditionalType [alternateName] :: MusicVideoObject -> AlternateName [description] :: MusicVideoObject -> Description [image] :: MusicVideoObject -> Image [mainEntityOfPage] :: MusicVideoObject -> MainEntityOfPage [name] :: MusicVideoObject -> Name [potentialAction] :: MusicVideoObject -> PotentialAction [sameAs] :: MusicVideoObject -> SameAs [url] :: MusicVideoObject -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MusicVideoObject.MusicVideoObject instance GHC.Read.Read Text.HTML5.MetaData.Schema.MusicVideoObject.MusicVideoObject instance GHC.Show.Show Text.HTML5.MetaData.Schema.MusicVideoObject.MusicVideoObject instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MusicVideoObject.MusicVideoObject module Text.HTML5.MetaData.Schema.MedicalClinic -- | A medical clinic. -- -- data MedicalClinic MedicalClinic :: AvailableService -> MedicalSpecialty -> BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalClinic [availableService] :: MedicalClinic -> AvailableService [medicalSpecialty] :: MedicalClinic -> MedicalSpecialty [branchCode] :: MedicalClinic -> BranchCode [currenciesAccepted] :: MedicalClinic -> CurrenciesAccepted [openingHours] :: MedicalClinic -> OpeningHours [paymentAccepted] :: MedicalClinic -> PaymentAccepted [priceRange] :: MedicalClinic -> PriceRange [address] :: MedicalClinic -> Address [aggregateRating] :: MedicalClinic -> AggregateRating [alumni] :: MedicalClinic -> Alumni [areaServed] :: MedicalClinic -> AreaServed [award] :: MedicalClinic -> Award [brand] :: MedicalClinic -> Brand [contactPoint] :: MedicalClinic -> ContactPoint [department] :: MedicalClinic -> Department [dissolutionDate] :: MedicalClinic -> DissolutionDate [duns] :: MedicalClinic -> Duns [email] :: MedicalClinic -> Email [employee] :: MedicalClinic -> Employee [event] :: MedicalClinic -> Event [faxNumber] :: MedicalClinic -> FaxNumber [founder] :: MedicalClinic -> Founder [foundingDate] :: MedicalClinic -> FoundingDate [foundingLocation] :: MedicalClinic -> FoundingLocation [globalLocationNumber] :: MedicalClinic -> GlobalLocationNumber [hasOfferCatalog] :: MedicalClinic -> HasOfferCatalog [hasPOS] :: MedicalClinic -> HasPOS [isicV4] :: MedicalClinic -> IsicV4 [legalName] :: MedicalClinic -> LegalName [location] :: MedicalClinic -> Location [logo] :: MedicalClinic -> Logo [makesOffer] :: MedicalClinic -> MakesOffer [member] :: MedicalClinic -> Member [memberOf] :: MedicalClinic -> MemberOf [naics] :: MedicalClinic -> Naics [numberOfEmployees] :: MedicalClinic -> NumberOfEmployees [owns] :: MedicalClinic -> Owns [parentOrganization] :: MedicalClinic -> ParentOrganization [review] :: MedicalClinic -> Review [seeks] :: MedicalClinic -> Seeks [subOrganization] :: MedicalClinic -> SubOrganization [taxID] :: MedicalClinic -> TaxID [telephone] :: MedicalClinic -> Telephone [vatID] :: MedicalClinic -> VatID [additionalProperty] :: MedicalClinic -> AdditionalProperty [containedInPlace] :: MedicalClinic -> ContainedInPlace [containsPlace] :: MedicalClinic -> ContainsPlace [geo] :: MedicalClinic -> Geo [hasMap] :: MedicalClinic -> HasMap [openingHoursSpecification] :: MedicalClinic -> OpeningHoursSpecification [photo] :: MedicalClinic -> Photo [additionalType] :: MedicalClinic -> AdditionalType [alternateName] :: MedicalClinic -> AlternateName [description] :: MedicalClinic -> Description [image] :: MedicalClinic -> Image [mainEntityOfPage] :: MedicalClinic -> MainEntityOfPage [name] :: MedicalClinic -> Name [potentialAction] :: MedicalClinic -> PotentialAction [sameAs] :: MedicalClinic -> SameAs [url] :: MedicalClinic -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalClinic.MedicalClinic instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalClinic.MedicalClinic instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalClinic.MedicalClinic instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalClinic.MedicalClinic module Text.HTML5.MetaData.Schema.MedicalEntity -- | The most generic type of entity related to health and the practice of -- medicine. -- -- data MedicalEntity MedicalEntity :: Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalEntity [code] :: MedicalEntity -> Code [guideline] :: MedicalEntity -> Guideline [medicineSystem] :: MedicalEntity -> MedicineSystem [recognizingAuthority] :: MedicalEntity -> RecognizingAuthority [relevantSpecialty] :: MedicalEntity -> RelevantSpecialty [study] :: MedicalEntity -> Study [additionalType] :: MedicalEntity -> AdditionalType [alternateName] :: MedicalEntity -> AlternateName [description] :: MedicalEntity -> Description [image] :: MedicalEntity -> Image [mainEntityOfPage] :: MedicalEntity -> MainEntityOfPage [name] :: MedicalEntity -> Name [potentialAction] :: MedicalEntity -> PotentialAction [sameAs] :: MedicalEntity -> SameAs [url] :: MedicalEntity -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalEntity.MedicalEntity instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalEntity.MedicalEntity instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalEntity.MedicalEntity instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalEntity.MedicalEntity module Text.HTML5.MetaData.Schema.MedicalGuidelineContraindication -- | A guideline contraindication that designates a process as harmful and -- where quality of the data supporting the contraindication is sound. -- -- data MedicalGuidelineContraindication MedicalGuidelineContraindication :: EvidenceLevel -> EvidenceOrigin -> GuidelineDate -> GuidelineSubject -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalGuidelineContraindication [evidenceLevel] :: MedicalGuidelineContraindication -> EvidenceLevel [evidenceOrigin] :: MedicalGuidelineContraindication -> EvidenceOrigin [guidelineDate] :: MedicalGuidelineContraindication -> GuidelineDate [guidelineSubject] :: MedicalGuidelineContraindication -> GuidelineSubject [code] :: MedicalGuidelineContraindication -> Code [guideline] :: MedicalGuidelineContraindication -> Guideline [medicineSystem] :: MedicalGuidelineContraindication -> MedicineSystem [recognizingAuthority] :: MedicalGuidelineContraindication -> RecognizingAuthority [relevantSpecialty] :: MedicalGuidelineContraindication -> RelevantSpecialty [study] :: MedicalGuidelineContraindication -> Study [additionalType] :: MedicalGuidelineContraindication -> AdditionalType [alternateName] :: MedicalGuidelineContraindication -> AlternateName [description] :: MedicalGuidelineContraindication -> Description [image] :: MedicalGuidelineContraindication -> Image [mainEntityOfPage] :: MedicalGuidelineContraindication -> MainEntityOfPage [name] :: MedicalGuidelineContraindication -> Name [potentialAction] :: MedicalGuidelineContraindication -> PotentialAction [sameAs] :: MedicalGuidelineContraindication -> SameAs [url] :: MedicalGuidelineContraindication -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalGuidelineContraindication.MedicalGuidelineContraindication instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalGuidelineContraindication.MedicalGuidelineContraindication instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalGuidelineContraindication.MedicalGuidelineContraindication instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalGuidelineContraindication.MedicalGuidelineContraindication module Text.HTML5.MetaData.Schema.MedicalGuideline -- | Any recommendation made by a standard society (e.g. ACC/AHA) or -- consensus statement that denotes how to diagnose and treat a -- particular condition. Note: this type should be used to tag the actual -- guideline recommendation; if the guideline recommendation occurs in a -- larger scholarly article, use MedicalScholarlyArticle to tag the -- overall article, not this type. Note also: the organization making the -- recommendation should be captured in the recognizingAuthority base -- property of MedicalEntity. -- -- data MedicalGuideline MedicalGuideline :: EvidenceLevel -> EvidenceOrigin -> GuidelineDate -> GuidelineSubject -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalGuideline [evidenceLevel] :: MedicalGuideline -> EvidenceLevel [evidenceOrigin] :: MedicalGuideline -> EvidenceOrigin [guidelineDate] :: MedicalGuideline -> GuidelineDate [guidelineSubject] :: MedicalGuideline -> GuidelineSubject [code] :: MedicalGuideline -> Code [guideline] :: MedicalGuideline -> Guideline [medicineSystem] :: MedicalGuideline -> MedicineSystem [recognizingAuthority] :: MedicalGuideline -> RecognizingAuthority [relevantSpecialty] :: MedicalGuideline -> RelevantSpecialty [study] :: MedicalGuideline -> Study [additionalType] :: MedicalGuideline -> AdditionalType [alternateName] :: MedicalGuideline -> AlternateName [description] :: MedicalGuideline -> Description [image] :: MedicalGuideline -> Image [mainEntityOfPage] :: MedicalGuideline -> MainEntityOfPage [name] :: MedicalGuideline -> Name [potentialAction] :: MedicalGuideline -> PotentialAction [sameAs] :: MedicalGuideline -> SameAs [url] :: MedicalGuideline -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalGuideline.MedicalGuideline instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalGuideline.MedicalGuideline instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalGuideline.MedicalGuideline instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalGuideline.MedicalGuideline module Text.HTML5.MetaData.Schema.MedicalGuidelineRecommendation -- | A guideline recommendation that is regarded as efficacious and where -- quality of the data supporting the recommendation is sound. -- -- data MedicalGuidelineRecommendation MedicalGuidelineRecommendation :: RecommendationStrength -> EvidenceLevel -> EvidenceOrigin -> GuidelineDate -> GuidelineSubject -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalGuidelineRecommendation [recommendationStrength] :: MedicalGuidelineRecommendation -> RecommendationStrength [evidenceLevel] :: MedicalGuidelineRecommendation -> EvidenceLevel [evidenceOrigin] :: MedicalGuidelineRecommendation -> EvidenceOrigin [guidelineDate] :: MedicalGuidelineRecommendation -> GuidelineDate [guidelineSubject] :: MedicalGuidelineRecommendation -> GuidelineSubject [code] :: MedicalGuidelineRecommendation -> Code [guideline] :: MedicalGuidelineRecommendation -> Guideline [medicineSystem] :: MedicalGuidelineRecommendation -> MedicineSystem [recognizingAuthority] :: MedicalGuidelineRecommendation -> RecognizingAuthority [relevantSpecialty] :: MedicalGuidelineRecommendation -> RelevantSpecialty [study] :: MedicalGuidelineRecommendation -> Study [additionalType] :: MedicalGuidelineRecommendation -> AdditionalType [alternateName] :: MedicalGuidelineRecommendation -> AlternateName [description] :: MedicalGuidelineRecommendation -> Description [image] :: MedicalGuidelineRecommendation -> Image [mainEntityOfPage] :: MedicalGuidelineRecommendation -> MainEntityOfPage [name] :: MedicalGuidelineRecommendation -> Name [potentialAction] :: MedicalGuidelineRecommendation -> PotentialAction [sameAs] :: MedicalGuidelineRecommendation -> SameAs [url] :: MedicalGuidelineRecommendation -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalGuidelineRecommendation.MedicalGuidelineRecommendation instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalGuidelineRecommendation.MedicalGuidelineRecommendation instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalGuidelineRecommendation.MedicalGuidelineRecommendation instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalGuidelineRecommendation.MedicalGuidelineRecommendation module Text.HTML5.MetaData.Schema.PreventionIndication -- | An indication for preventing an underlying condition, symptom, etc. -- -- data PreventionIndication PreventionIndication :: Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PreventionIndication [code] :: PreventionIndication -> Code [guideline] :: PreventionIndication -> Guideline [medicineSystem] :: PreventionIndication -> MedicineSystem [recognizingAuthority] :: PreventionIndication -> RecognizingAuthority [relevantSpecialty] :: PreventionIndication -> RelevantSpecialty [study] :: PreventionIndication -> Study [additionalType] :: PreventionIndication -> AdditionalType [alternateName] :: PreventionIndication -> AlternateName [description] :: PreventionIndication -> Description [image] :: PreventionIndication -> Image [mainEntityOfPage] :: PreventionIndication -> MainEntityOfPage [name] :: PreventionIndication -> Name [potentialAction] :: PreventionIndication -> PotentialAction [sameAs] :: PreventionIndication -> SameAs [url] :: PreventionIndication -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PreventionIndication.PreventionIndication instance GHC.Read.Read Text.HTML5.MetaData.Schema.PreventionIndication.PreventionIndication instance GHC.Show.Show Text.HTML5.MetaData.Schema.PreventionIndication.PreventionIndication instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PreventionIndication.PreventionIndication module Text.HTML5.MetaData.Schema.MedicalIndication -- | A condition or factor that indicates use of a medical therapy, -- including signs, symptoms, risk factors, anatomical states, etc. -- -- data MedicalIndication MedicalIndication :: Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalIndication [code] :: MedicalIndication -> Code [guideline] :: MedicalIndication -> Guideline [medicineSystem] :: MedicalIndication -> MedicineSystem [recognizingAuthority] :: MedicalIndication -> RecognizingAuthority [relevantSpecialty] :: MedicalIndication -> RelevantSpecialty [study] :: MedicalIndication -> Study [additionalType] :: MedicalIndication -> AdditionalType [alternateName] :: MedicalIndication -> AlternateName [description] :: MedicalIndication -> Description [image] :: MedicalIndication -> Image [mainEntityOfPage] :: MedicalIndication -> MainEntityOfPage [name] :: MedicalIndication -> Name [potentialAction] :: MedicalIndication -> PotentialAction [sameAs] :: MedicalIndication -> SameAs [url] :: MedicalIndication -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalIndication.MedicalIndication instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalIndication.MedicalIndication instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalIndication.MedicalIndication instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalIndication.MedicalIndication module Text.HTML5.MetaData.Schema.TreatmentIndication -- | An indication for treating an underlying condition, symptom, etc. -- -- data TreatmentIndication TreatmentIndication :: Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> TreatmentIndication [code] :: TreatmentIndication -> Code [guideline] :: TreatmentIndication -> Guideline [medicineSystem] :: TreatmentIndication -> MedicineSystem [recognizingAuthority] :: TreatmentIndication -> RecognizingAuthority [relevantSpecialty] :: TreatmentIndication -> RelevantSpecialty [study] :: TreatmentIndication -> Study [additionalType] :: TreatmentIndication -> AdditionalType [alternateName] :: TreatmentIndication -> AlternateName [description] :: TreatmentIndication -> Description [image] :: TreatmentIndication -> Image [mainEntityOfPage] :: TreatmentIndication -> MainEntityOfPage [name] :: TreatmentIndication -> Name [potentialAction] :: TreatmentIndication -> PotentialAction [sameAs] :: TreatmentIndication -> SameAs [url] :: TreatmentIndication -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.TreatmentIndication.TreatmentIndication instance GHC.Read.Read Text.HTML5.MetaData.Schema.TreatmentIndication.TreatmentIndication instance GHC.Show.Show Text.HTML5.MetaData.Schema.TreatmentIndication.TreatmentIndication instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.TreatmentIndication.TreatmentIndication module Text.HTML5.MetaData.Schema.MedicalObservationalStudy -- | An observational study is a type of medical study that attempts to -- infer the possible effect of a treatment through observation of a -- cohort of subjects over a period of time. In an observational study, -- the assignment of subjects into treatment groups versus control groups -- is outside the control of the investigator. This is in contrast with -- controlled studies, such as the randomized controlled trials -- represented by MedicalTrial, where each subject is randomly assigned -- to a treatment group or a control group before the start of the -- treatment. -- -- data MedicalObservationalStudy MedicalObservationalStudy :: StudyDesign -> Outcome -> Population -> Sponsor -> Status -> StudyLocation -> StudySubject -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalObservationalStudy [studyDesign] :: MedicalObservationalStudy -> StudyDesign [outcome] :: MedicalObservationalStudy -> Outcome [population] :: MedicalObservationalStudy -> Population [sponsor] :: MedicalObservationalStudy -> Sponsor [status] :: MedicalObservationalStudy -> Status [studyLocation] :: MedicalObservationalStudy -> StudyLocation [studySubject] :: MedicalObservationalStudy -> StudySubject [code] :: MedicalObservationalStudy -> Code [guideline] :: MedicalObservationalStudy -> Guideline [medicineSystem] :: MedicalObservationalStudy -> MedicineSystem [recognizingAuthority] :: MedicalObservationalStudy -> RecognizingAuthority [relevantSpecialty] :: MedicalObservationalStudy -> RelevantSpecialty [study] :: MedicalObservationalStudy -> Study [additionalType] :: MedicalObservationalStudy -> AdditionalType [alternateName] :: MedicalObservationalStudy -> AlternateName [description] :: MedicalObservationalStudy -> Description [image] :: MedicalObservationalStudy -> Image [mainEntityOfPage] :: MedicalObservationalStudy -> MainEntityOfPage [name] :: MedicalObservationalStudy -> Name [potentialAction] :: MedicalObservationalStudy -> PotentialAction [sameAs] :: MedicalObservationalStudy -> SameAs [url] :: MedicalObservationalStudy -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalObservationalStudy.MedicalObservationalStudy instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalObservationalStudy.MedicalObservationalStudy instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalObservationalStudy.MedicalObservationalStudy instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalObservationalStudy.MedicalObservationalStudy module Text.HTML5.MetaData.Schema.Optician -- | A store that sells reading glasses and similar devices for improving -- vision. -- -- data Optician Optician :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Optician [branchCode] :: Optician -> BranchCode [currenciesAccepted] :: Optician -> CurrenciesAccepted [openingHours] :: Optician -> OpeningHours [paymentAccepted] :: Optician -> PaymentAccepted [priceRange] :: Optician -> PriceRange [address] :: Optician -> Address [aggregateRating] :: Optician -> AggregateRating [alumni] :: Optician -> Alumni [areaServed] :: Optician -> AreaServed [award] :: Optician -> Award [brand] :: Optician -> Brand [contactPoint] :: Optician -> ContactPoint [department] :: Optician -> Department [dissolutionDate] :: Optician -> DissolutionDate [duns] :: Optician -> Duns [email] :: Optician -> Email [employee] :: Optician -> Employee [event] :: Optician -> Event [faxNumber] :: Optician -> FaxNumber [founder] :: Optician -> Founder [foundingDate] :: Optician -> FoundingDate [foundingLocation] :: Optician -> FoundingLocation [globalLocationNumber] :: Optician -> GlobalLocationNumber [hasOfferCatalog] :: Optician -> HasOfferCatalog [hasPOS] :: Optician -> HasPOS [isicV4] :: Optician -> IsicV4 [legalName] :: Optician -> LegalName [location] :: Optician -> Location [logo] :: Optician -> Logo [makesOffer] :: Optician -> MakesOffer [member] :: Optician -> Member [memberOf] :: Optician -> MemberOf [naics] :: Optician -> Naics [numberOfEmployees] :: Optician -> NumberOfEmployees [owns] :: Optician -> Owns [parentOrganization] :: Optician -> ParentOrganization [review] :: Optician -> Review [seeks] :: Optician -> Seeks [subOrganization] :: Optician -> SubOrganization [taxID] :: Optician -> TaxID [telephone] :: Optician -> Telephone [vatID] :: Optician -> VatID [additionalProperty] :: Optician -> AdditionalProperty [containedInPlace] :: Optician -> ContainedInPlace [containsPlace] :: Optician -> ContainsPlace [geo] :: Optician -> Geo [hasMap] :: Optician -> HasMap [openingHoursSpecification] :: Optician -> OpeningHoursSpecification [photo] :: Optician -> Photo [additionalType] :: Optician -> AdditionalType [alternateName] :: Optician -> AlternateName [description] :: Optician -> Description [image] :: Optician -> Image [mainEntityOfPage] :: Optician -> MainEntityOfPage [name] :: Optician -> Name [potentialAction] :: Optician -> PotentialAction [sameAs] :: Optician -> SameAs [url] :: Optician -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Optician.Optician instance GHC.Read.Read Text.HTML5.MetaData.Schema.Optician.Optician instance GHC.Show.Show Text.HTML5.MetaData.Schema.Optician.Optician instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Optician.Optician module Text.HTML5.MetaData.Schema.Pharmacy -- | A pharmacy or drugstore. -- -- data Pharmacy Pharmacy :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Pharmacy [branchCode] :: Pharmacy -> BranchCode [currenciesAccepted] :: Pharmacy -> CurrenciesAccepted [openingHours] :: Pharmacy -> OpeningHours [paymentAccepted] :: Pharmacy -> PaymentAccepted [priceRange] :: Pharmacy -> PriceRange [address] :: Pharmacy -> Address [aggregateRating] :: Pharmacy -> AggregateRating [alumni] :: Pharmacy -> Alumni [areaServed] :: Pharmacy -> AreaServed [award] :: Pharmacy -> Award [brand] :: Pharmacy -> Brand [contactPoint] :: Pharmacy -> ContactPoint [department] :: Pharmacy -> Department [dissolutionDate] :: Pharmacy -> DissolutionDate [duns] :: Pharmacy -> Duns [email] :: Pharmacy -> Email [employee] :: Pharmacy -> Employee [event] :: Pharmacy -> Event [faxNumber] :: Pharmacy -> FaxNumber [founder] :: Pharmacy -> Founder [foundingDate] :: Pharmacy -> FoundingDate [foundingLocation] :: Pharmacy -> FoundingLocation [globalLocationNumber] :: Pharmacy -> GlobalLocationNumber [hasOfferCatalog] :: Pharmacy -> HasOfferCatalog [hasPOS] :: Pharmacy -> HasPOS [isicV4] :: Pharmacy -> IsicV4 [legalName] :: Pharmacy -> LegalName [location] :: Pharmacy -> Location [logo] :: Pharmacy -> Logo [makesOffer] :: Pharmacy -> MakesOffer [member] :: Pharmacy -> Member [memberOf] :: Pharmacy -> MemberOf [naics] :: Pharmacy -> Naics [numberOfEmployees] :: Pharmacy -> NumberOfEmployees [owns] :: Pharmacy -> Owns [parentOrganization] :: Pharmacy -> ParentOrganization [review] :: Pharmacy -> Review [seeks] :: Pharmacy -> Seeks [subOrganization] :: Pharmacy -> SubOrganization [taxID] :: Pharmacy -> TaxID [telephone] :: Pharmacy -> Telephone [vatID] :: Pharmacy -> VatID [additionalProperty] :: Pharmacy -> AdditionalProperty [containedInPlace] :: Pharmacy -> ContainedInPlace [containsPlace] :: Pharmacy -> ContainsPlace [geo] :: Pharmacy -> Geo [hasMap] :: Pharmacy -> HasMap [openingHoursSpecification] :: Pharmacy -> OpeningHoursSpecification [photo] :: Pharmacy -> Photo [additionalType] :: Pharmacy -> AdditionalType [alternateName] :: Pharmacy -> AlternateName [description] :: Pharmacy -> Description [image] :: Pharmacy -> Image [mainEntityOfPage] :: Pharmacy -> MainEntityOfPage [name] :: Pharmacy -> Name [potentialAction] :: Pharmacy -> PotentialAction [sameAs] :: Pharmacy -> SameAs [url] :: Pharmacy -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Pharmacy.Pharmacy instance GHC.Read.Read Text.HTML5.MetaData.Schema.Pharmacy.Pharmacy instance GHC.Show.Show Text.HTML5.MetaData.Schema.Pharmacy.Pharmacy instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Pharmacy.Pharmacy module Text.HTML5.MetaData.Schema.Physician -- | A doctor's office. -- -- data Physician Physician :: AvailableService -> HospitalAffiliation -> MedicalSpecialty -> BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Physician [availableService] :: Physician -> AvailableService [hospitalAffiliation] :: Physician -> HospitalAffiliation [medicalSpecialty] :: Physician -> MedicalSpecialty [branchCode] :: Physician -> BranchCode [currenciesAccepted] :: Physician -> CurrenciesAccepted [openingHours] :: Physician -> OpeningHours [paymentAccepted] :: Physician -> PaymentAccepted [priceRange] :: Physician -> PriceRange [address] :: Physician -> Address [aggregateRating] :: Physician -> AggregateRating [alumni] :: Physician -> Alumni [areaServed] :: Physician -> AreaServed [award] :: Physician -> Award [brand] :: Physician -> Brand [contactPoint] :: Physician -> ContactPoint [department] :: Physician -> Department [dissolutionDate] :: Physician -> DissolutionDate [duns] :: Physician -> Duns [email] :: Physician -> Email [employee] :: Physician -> Employee [event] :: Physician -> Event [faxNumber] :: Physician -> FaxNumber [founder] :: Physician -> Founder [foundingDate] :: Physician -> FoundingDate [foundingLocation] :: Physician -> FoundingLocation [globalLocationNumber] :: Physician -> GlobalLocationNumber [hasOfferCatalog] :: Physician -> HasOfferCatalog [hasPOS] :: Physician -> HasPOS [isicV4] :: Physician -> IsicV4 [legalName] :: Physician -> LegalName [location] :: Physician -> Location [logo] :: Physician -> Logo [makesOffer] :: Physician -> MakesOffer [member] :: Physician -> Member [memberOf] :: Physician -> MemberOf [naics] :: Physician -> Naics [numberOfEmployees] :: Physician -> NumberOfEmployees [owns] :: Physician -> Owns [parentOrganization] :: Physician -> ParentOrganization [review] :: Physician -> Review [seeks] :: Physician -> Seeks [subOrganization] :: Physician -> SubOrganization [taxID] :: Physician -> TaxID [telephone] :: Physician -> Telephone [vatID] :: Physician -> VatID [additionalProperty] :: Physician -> AdditionalProperty [containedInPlace] :: Physician -> ContainedInPlace [containsPlace] :: Physician -> ContainsPlace [geo] :: Physician -> Geo [hasMap] :: Physician -> HasMap [openingHoursSpecification] :: Physician -> OpeningHoursSpecification [photo] :: Physician -> Photo [additionalType] :: Physician -> AdditionalType [alternateName] :: Physician -> AlternateName [description] :: Physician -> Description [image] :: Physician -> Image [mainEntityOfPage] :: Physician -> MainEntityOfPage [name] :: Physician -> Name [potentialAction] :: Physician -> PotentialAction [sameAs] :: Physician -> SameAs [url] :: Physician -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Physician.Physician instance GHC.Read.Read Text.HTML5.MetaData.Schema.Physician.Physician instance GHC.Show.Show Text.HTML5.MetaData.Schema.Physician.Physician instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Physician.Physician module Text.HTML5.MetaData.Schema.MedicalOrganization -- | A medical organization, such as a doctor's office or clinic. -- -- data MedicalOrganization MedicalOrganization :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AdditionalProperty -> Address -> AggregateRating -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Founder -> FoundingDate -> FoundingLocation -> HasOfferCatalog -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Seeks -> SubOrganization -> TaxID -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalOrganization [branchCode] :: MedicalOrganization -> BranchCode [currenciesAccepted] :: MedicalOrganization -> CurrenciesAccepted [openingHours] :: MedicalOrganization -> OpeningHours [paymentAccepted] :: MedicalOrganization -> PaymentAccepted [priceRange] :: MedicalOrganization -> PriceRange [additionalProperty] :: MedicalOrganization -> AdditionalProperty [address] :: MedicalOrganization -> Address [aggregateRating] :: MedicalOrganization -> AggregateRating [containedInPlace] :: MedicalOrganization -> ContainedInPlace [containsPlace] :: MedicalOrganization -> ContainsPlace [event] :: MedicalOrganization -> Event [faxNumber] :: MedicalOrganization -> FaxNumber [geo] :: MedicalOrganization -> Geo [globalLocationNumber] :: MedicalOrganization -> GlobalLocationNumber [hasMap] :: MedicalOrganization -> HasMap [isicV4] :: MedicalOrganization -> IsicV4 [logo] :: MedicalOrganization -> Logo [openingHoursSpecification] :: MedicalOrganization -> OpeningHoursSpecification [photo] :: MedicalOrganization -> Photo [review] :: MedicalOrganization -> Review [telephone] :: MedicalOrganization -> Telephone [alumni] :: MedicalOrganization -> Alumni [areaServed] :: MedicalOrganization -> AreaServed [award] :: MedicalOrganization -> Award [brand] :: MedicalOrganization -> Brand [contactPoint] :: MedicalOrganization -> ContactPoint [department] :: MedicalOrganization -> Department [dissolutionDate] :: MedicalOrganization -> DissolutionDate [duns] :: MedicalOrganization -> Duns [email] :: MedicalOrganization -> Email [employee] :: MedicalOrganization -> Employee [founder] :: MedicalOrganization -> Founder [foundingDate] :: MedicalOrganization -> FoundingDate [foundingLocation] :: MedicalOrganization -> FoundingLocation [hasOfferCatalog] :: MedicalOrganization -> HasOfferCatalog [hasPOS] :: MedicalOrganization -> HasPOS [legalName] :: MedicalOrganization -> LegalName [location] :: MedicalOrganization -> Location [makesOffer] :: MedicalOrganization -> MakesOffer [member] :: MedicalOrganization -> Member [memberOf] :: MedicalOrganization -> MemberOf [naics] :: MedicalOrganization -> Naics [numberOfEmployees] :: MedicalOrganization -> NumberOfEmployees [owns] :: MedicalOrganization -> Owns [parentOrganization] :: MedicalOrganization -> ParentOrganization [seeks] :: MedicalOrganization -> Seeks [subOrganization] :: MedicalOrganization -> SubOrganization [taxID] :: MedicalOrganization -> TaxID [vatID] :: MedicalOrganization -> VatID [additionalType] :: MedicalOrganization -> AdditionalType [alternateName] :: MedicalOrganization -> AlternateName [description] :: MedicalOrganization -> Description [image] :: MedicalOrganization -> Image [mainEntityOfPage] :: MedicalOrganization -> MainEntityOfPage [name] :: MedicalOrganization -> Name [potentialAction] :: MedicalOrganization -> PotentialAction [sameAs] :: MedicalOrganization -> SameAs [url] :: MedicalOrganization -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalOrganization.MedicalOrganization instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalOrganization.MedicalOrganization instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalOrganization.MedicalOrganization instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalOrganization.MedicalOrganization module Text.HTML5.MetaData.Schema.VeterinaryCare -- | A vet's office. -- -- data VeterinaryCare VeterinaryCare :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> VeterinaryCare [branchCode] :: VeterinaryCare -> BranchCode [currenciesAccepted] :: VeterinaryCare -> CurrenciesAccepted [openingHours] :: VeterinaryCare -> OpeningHours [paymentAccepted] :: VeterinaryCare -> PaymentAccepted [priceRange] :: VeterinaryCare -> PriceRange [address] :: VeterinaryCare -> Address [aggregateRating] :: VeterinaryCare -> AggregateRating [alumni] :: VeterinaryCare -> Alumni [areaServed] :: VeterinaryCare -> AreaServed [award] :: VeterinaryCare -> Award [brand] :: VeterinaryCare -> Brand [contactPoint] :: VeterinaryCare -> ContactPoint [department] :: VeterinaryCare -> Department [dissolutionDate] :: VeterinaryCare -> DissolutionDate [duns] :: VeterinaryCare -> Duns [email] :: VeterinaryCare -> Email [employee] :: VeterinaryCare -> Employee [event] :: VeterinaryCare -> Event [faxNumber] :: VeterinaryCare -> FaxNumber [founder] :: VeterinaryCare -> Founder [foundingDate] :: VeterinaryCare -> FoundingDate [foundingLocation] :: VeterinaryCare -> FoundingLocation [globalLocationNumber] :: VeterinaryCare -> GlobalLocationNumber [hasOfferCatalog] :: VeterinaryCare -> HasOfferCatalog [hasPOS] :: VeterinaryCare -> HasPOS [isicV4] :: VeterinaryCare -> IsicV4 [legalName] :: VeterinaryCare -> LegalName [location] :: VeterinaryCare -> Location [logo] :: VeterinaryCare -> Logo [makesOffer] :: VeterinaryCare -> MakesOffer [member] :: VeterinaryCare -> Member [memberOf] :: VeterinaryCare -> MemberOf [naics] :: VeterinaryCare -> Naics [numberOfEmployees] :: VeterinaryCare -> NumberOfEmployees [owns] :: VeterinaryCare -> Owns [parentOrganization] :: VeterinaryCare -> ParentOrganization [review] :: VeterinaryCare -> Review [seeks] :: VeterinaryCare -> Seeks [subOrganization] :: VeterinaryCare -> SubOrganization [taxID] :: VeterinaryCare -> TaxID [telephone] :: VeterinaryCare -> Telephone [vatID] :: VeterinaryCare -> VatID [additionalProperty] :: VeterinaryCare -> AdditionalProperty [containedInPlace] :: VeterinaryCare -> ContainedInPlace [containsPlace] :: VeterinaryCare -> ContainsPlace [geo] :: VeterinaryCare -> Geo [hasMap] :: VeterinaryCare -> HasMap [openingHoursSpecification] :: VeterinaryCare -> OpeningHoursSpecification [photo] :: VeterinaryCare -> Photo [additionalType] :: VeterinaryCare -> AdditionalType [alternateName] :: VeterinaryCare -> AlternateName [description] :: VeterinaryCare -> Description [image] :: VeterinaryCare -> Image [mainEntityOfPage] :: VeterinaryCare -> MainEntityOfPage [name] :: VeterinaryCare -> Name [potentialAction] :: VeterinaryCare -> PotentialAction [sameAs] :: VeterinaryCare -> SameAs [url] :: VeterinaryCare -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.VeterinaryCare.VeterinaryCare instance GHC.Read.Read Text.HTML5.MetaData.Schema.VeterinaryCare.VeterinaryCare instance GHC.Show.Show Text.HTML5.MetaData.Schema.VeterinaryCare.VeterinaryCare instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.VeterinaryCare.VeterinaryCare module Text.HTML5.MetaData.Schema.PalliativeProcedure -- | A medical procedure intended primarily for palliative purposes, aimed -- at relieving the symptoms of an underlying health condition. -- -- data PalliativeProcedure PalliativeProcedure :: Followup -> HowPerformed -> Preparation -> ProcedureType -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdverseOutcome -> Contraindication -> DuplicateTherapy -> Indication -> SeriousAdverseOutcome -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PalliativeProcedure [followup] :: PalliativeProcedure -> Followup [howPerformed] :: PalliativeProcedure -> HowPerformed [preparation] :: PalliativeProcedure -> Preparation [procedureType] :: PalliativeProcedure -> ProcedureType [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 [additionalType] :: PalliativeProcedure -> AdditionalType [alternateName] :: PalliativeProcedure -> AlternateName [description] :: PalliativeProcedure -> Description [image] :: PalliativeProcedure -> Image [mainEntityOfPage] :: PalliativeProcedure -> MainEntityOfPage [name] :: PalliativeProcedure -> Name [potentialAction] :: PalliativeProcedure -> PotentialAction [sameAs] :: PalliativeProcedure -> SameAs [url] :: PalliativeProcedure -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PalliativeProcedure.PalliativeProcedure instance GHC.Read.Read Text.HTML5.MetaData.Schema.PalliativeProcedure.PalliativeProcedure instance GHC.Show.Show Text.HTML5.MetaData.Schema.PalliativeProcedure.PalliativeProcedure instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PalliativeProcedure.PalliativeProcedure module Text.HTML5.MetaData.Schema.MedicalProcedure -- | A process of care used in either a diagnostic, therapeutic, or -- palliative capacity that relies on invasive (surgical), non-invasive, -- or percutaneous techniques. -- -- data MedicalProcedure MedicalProcedure :: Followup -> HowPerformed -> Preparation -> ProcedureType -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalProcedure [followup] :: MedicalProcedure -> Followup [howPerformed] :: MedicalProcedure -> HowPerformed [preparation] :: MedicalProcedure -> Preparation [procedureType] :: MedicalProcedure -> ProcedureType [code] :: MedicalProcedure -> Code [guideline] :: MedicalProcedure -> Guideline [medicineSystem] :: MedicalProcedure -> MedicineSystem [recognizingAuthority] :: MedicalProcedure -> RecognizingAuthority [relevantSpecialty] :: MedicalProcedure -> RelevantSpecialty [study] :: MedicalProcedure -> Study [additionalType] :: MedicalProcedure -> AdditionalType [alternateName] :: MedicalProcedure -> AlternateName [description] :: MedicalProcedure -> Description [image] :: MedicalProcedure -> Image [mainEntityOfPage] :: MedicalProcedure -> MainEntityOfPage [name] :: MedicalProcedure -> Name [potentialAction] :: MedicalProcedure -> PotentialAction [sameAs] :: MedicalProcedure -> SameAs [url] :: MedicalProcedure -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalProcedure.MedicalProcedure instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalProcedure.MedicalProcedure instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalProcedure.MedicalProcedure instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalProcedure.MedicalProcedure module Text.HTML5.MetaData.Schema.TherapeuticProcedure -- | A medical procedure intended primarily for therapeutic purposes, aimed -- at improving a health condition. -- -- data TherapeuticProcedure TherapeuticProcedure :: AdverseOutcome -> Contraindication -> DuplicateTherapy -> Indication -> SeriousAdverseOutcome -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> Followup -> HowPerformed -> Preparation -> ProcedureType -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> TherapeuticProcedure [adverseOutcome] :: TherapeuticProcedure -> AdverseOutcome [contraindication] :: TherapeuticProcedure -> Contraindication [duplicateTherapy] :: TherapeuticProcedure -> DuplicateTherapy [indication] :: TherapeuticProcedure -> Indication [seriousAdverseOutcome] :: TherapeuticProcedure -> SeriousAdverseOutcome [code] :: TherapeuticProcedure -> Code [guideline] :: TherapeuticProcedure -> Guideline [medicineSystem] :: TherapeuticProcedure -> MedicineSystem [recognizingAuthority] :: TherapeuticProcedure -> RecognizingAuthority [relevantSpecialty] :: TherapeuticProcedure -> RelevantSpecialty [study] :: TherapeuticProcedure -> Study [followup] :: TherapeuticProcedure -> Followup [howPerformed] :: TherapeuticProcedure -> HowPerformed [preparation] :: TherapeuticProcedure -> Preparation [procedureType] :: TherapeuticProcedure -> ProcedureType [additionalType] :: TherapeuticProcedure -> AdditionalType [alternateName] :: TherapeuticProcedure -> AlternateName [description] :: TherapeuticProcedure -> Description [image] :: TherapeuticProcedure -> Image [mainEntityOfPage] :: TherapeuticProcedure -> MainEntityOfPage [name] :: TherapeuticProcedure -> Name [potentialAction] :: TherapeuticProcedure -> PotentialAction [sameAs] :: TherapeuticProcedure -> SameAs [url] :: TherapeuticProcedure -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.TherapeuticProcedure.TherapeuticProcedure instance GHC.Read.Read Text.HTML5.MetaData.Schema.TherapeuticProcedure.TherapeuticProcedure instance GHC.Show.Show Text.HTML5.MetaData.Schema.TherapeuticProcedure.TherapeuticProcedure instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.TherapeuticProcedure.TherapeuticProcedure module Text.HTML5.MetaData.Schema.MedicalRiskCalculator -- | A complex mathematical calculation requiring an online calculator, -- used to assess prognosis. Note: use the url property of Thing to -- record any URLs for online calculators. -- -- data MedicalRiskCalculator MedicalRiskCalculator :: EstimatesRiskOf -> IncludedRiskFactor -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalRiskCalculator [estimatesRiskOf] :: MedicalRiskCalculator -> EstimatesRiskOf [includedRiskFactor] :: MedicalRiskCalculator -> IncludedRiskFactor [code] :: MedicalRiskCalculator -> Code [guideline] :: MedicalRiskCalculator -> Guideline [medicineSystem] :: MedicalRiskCalculator -> MedicineSystem [recognizingAuthority] :: MedicalRiskCalculator -> RecognizingAuthority [relevantSpecialty] :: MedicalRiskCalculator -> RelevantSpecialty [study] :: MedicalRiskCalculator -> Study [additionalType] :: MedicalRiskCalculator -> AdditionalType [alternateName] :: MedicalRiskCalculator -> AlternateName [description] :: MedicalRiskCalculator -> Description [image] :: MedicalRiskCalculator -> Image [mainEntityOfPage] :: MedicalRiskCalculator -> MainEntityOfPage [name] :: MedicalRiskCalculator -> Name [potentialAction] :: MedicalRiskCalculator -> PotentialAction [sameAs] :: MedicalRiskCalculator -> SameAs [url] :: MedicalRiskCalculator -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalRiskCalculator.MedicalRiskCalculator instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalRiskCalculator.MedicalRiskCalculator instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalRiskCalculator.MedicalRiskCalculator instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalRiskCalculator.MedicalRiskCalculator module Text.HTML5.MetaData.Schema.MedicalRiskEstimator -- | Any rule set or interactive tool for estimating the risk of developing -- a complication or condition. -- -- data MedicalRiskEstimator MedicalRiskEstimator :: EstimatesRiskOf -> IncludedRiskFactor -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalRiskEstimator [estimatesRiskOf] :: MedicalRiskEstimator -> EstimatesRiskOf [includedRiskFactor] :: MedicalRiskEstimator -> IncludedRiskFactor [code] :: MedicalRiskEstimator -> Code [guideline] :: MedicalRiskEstimator -> Guideline [medicineSystem] :: MedicalRiskEstimator -> MedicineSystem [recognizingAuthority] :: MedicalRiskEstimator -> RecognizingAuthority [relevantSpecialty] :: MedicalRiskEstimator -> RelevantSpecialty [study] :: MedicalRiskEstimator -> Study [additionalType] :: MedicalRiskEstimator -> AdditionalType [alternateName] :: MedicalRiskEstimator -> AlternateName [description] :: MedicalRiskEstimator -> Description [image] :: MedicalRiskEstimator -> Image [mainEntityOfPage] :: MedicalRiskEstimator -> MainEntityOfPage [name] :: MedicalRiskEstimator -> Name [potentialAction] :: MedicalRiskEstimator -> PotentialAction [sameAs] :: MedicalRiskEstimator -> SameAs [url] :: MedicalRiskEstimator -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalRiskEstimator.MedicalRiskEstimator instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalRiskEstimator.MedicalRiskEstimator instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalRiskEstimator.MedicalRiskEstimator instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalRiskEstimator.MedicalRiskEstimator module Text.HTML5.MetaData.Schema.MedicalRiskScore -- | A simple system that adds up the number of risk factors to yield a -- score that is associated with prognosis, e.g. CHAD score, TIMI risk -- score. -- -- data MedicalRiskScore MedicalRiskScore :: Algorithm -> EstimatesRiskOf -> IncludedRiskFactor -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalRiskScore [algorithm] :: MedicalRiskScore -> Algorithm [estimatesRiskOf] :: MedicalRiskScore -> EstimatesRiskOf [includedRiskFactor] :: MedicalRiskScore -> IncludedRiskFactor [code] :: MedicalRiskScore -> Code [guideline] :: MedicalRiskScore -> Guideline [medicineSystem] :: MedicalRiskScore -> MedicineSystem [recognizingAuthority] :: MedicalRiskScore -> RecognizingAuthority [relevantSpecialty] :: MedicalRiskScore -> RelevantSpecialty [study] :: MedicalRiskScore -> Study [additionalType] :: MedicalRiskScore -> AdditionalType [alternateName] :: MedicalRiskScore -> AlternateName [description] :: MedicalRiskScore -> Description [image] :: MedicalRiskScore -> Image [mainEntityOfPage] :: MedicalRiskScore -> MainEntityOfPage [name] :: MedicalRiskScore -> Name [potentialAction] :: MedicalRiskScore -> PotentialAction [sameAs] :: MedicalRiskScore -> SameAs [url] :: MedicalRiskScore -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalRiskScore.MedicalRiskScore instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalRiskScore.MedicalRiskScore instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalRiskScore.MedicalRiskScore instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalRiskScore.MedicalRiskScore module Text.HTML5.MetaData.Schema.ScholarlyArticle -- | A scholarly article. -- -- data ScholarlyArticle ScholarlyArticle :: ArticleBody -> ArticleSection -> PageEnd -> PageStart -> Pagination -> WordCount -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ScholarlyArticle [articleBody] :: ScholarlyArticle -> ArticleBody [articleSection] :: ScholarlyArticle -> ArticleSection [pageEnd] :: ScholarlyArticle -> PageEnd [pageStart] :: ScholarlyArticle -> PageStart [pagination] :: ScholarlyArticle -> Pagination [wordCount] :: ScholarlyArticle -> WordCount [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 [character] :: ScholarlyArticle -> Character [citation] :: ScholarlyArticle -> Citation [comment] :: ScholarlyArticle -> Comment [commentCount] :: ScholarlyArticle -> CommentCount [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 [exampleOfWork] :: ScholarlyArticle -> ExampleOfWork [fileFormat] :: ScholarlyArticle -> FileFormat [genre] :: ScholarlyArticle -> Genre [hasPart] :: ScholarlyArticle -> HasPart [headline] :: ScholarlyArticle -> Headline [inLanguage] :: ScholarlyArticle -> InLanguage [interactionStatistic] :: ScholarlyArticle -> InteractionStatistic [interactivityType] :: ScholarlyArticle -> InteractivityType [isBasedOnUrl] :: ScholarlyArticle -> IsBasedOnUrl [isFamilyFriendly] :: ScholarlyArticle -> IsFamilyFriendly [isPartOf] :: ScholarlyArticle -> IsPartOf [keywords] :: ScholarlyArticle -> Keywords [learningResourceType] :: ScholarlyArticle -> LearningResourceType [license] :: ScholarlyArticle -> License [locationCreated] :: ScholarlyArticle -> LocationCreated [mainEntity] :: ScholarlyArticle -> MainEntity [mentions] :: ScholarlyArticle -> Mentions [offers] :: ScholarlyArticle -> Offers [position] :: ScholarlyArticle -> Position [producer] :: ScholarlyArticle -> Producer [provider] :: ScholarlyArticle -> Provider [publication] :: ScholarlyArticle -> Publication [publisher] :: ScholarlyArticle -> Publisher [publishingPrinciples] :: ScholarlyArticle -> PublishingPrinciples [recordedAt] :: ScholarlyArticle -> RecordedAt [releasedEvent] :: ScholarlyArticle -> ReleasedEvent [review] :: ScholarlyArticle -> Review [schemaVersion] :: ScholarlyArticle -> SchemaVersion [sourceOrganization] :: ScholarlyArticle -> SourceOrganization [text] :: ScholarlyArticle -> Text [thumbnailUrl] :: ScholarlyArticle -> ThumbnailUrl [timeRequired] :: ScholarlyArticle -> TimeRequired [translator] :: ScholarlyArticle -> Translator [typicalAgeRange] :: ScholarlyArticle -> TypicalAgeRange [version] :: ScholarlyArticle -> Version [video] :: ScholarlyArticle -> Video [workExample] :: ScholarlyArticle -> WorkExample [additionalType] :: ScholarlyArticle -> AdditionalType [alternateName] :: ScholarlyArticle -> AlternateName [description] :: ScholarlyArticle -> Description [image] :: ScholarlyArticle -> Image [mainEntityOfPage] :: ScholarlyArticle -> MainEntityOfPage [name] :: ScholarlyArticle -> Name [potentialAction] :: ScholarlyArticle -> PotentialAction [sameAs] :: ScholarlyArticle -> SameAs [url] :: ScholarlyArticle -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ScholarlyArticle.ScholarlyArticle instance GHC.Read.Read Text.HTML5.MetaData.Schema.ScholarlyArticle.ScholarlyArticle instance GHC.Show.Show Text.HTML5.MetaData.Schema.ScholarlyArticle.ScholarlyArticle instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ScholarlyArticle.ScholarlyArticle module Text.HTML5.MetaData.Schema.MedicalScholarlyArticle -- | A scholarly article in the medical domain. -- -- data MedicalScholarlyArticle MedicalScholarlyArticle :: PublicationType -> ArticleBody -> ArticleSection -> PageEnd -> PageStart -> Pagination -> WordCount -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalScholarlyArticle [publicationType] :: MedicalScholarlyArticle -> PublicationType [articleBody] :: MedicalScholarlyArticle -> ArticleBody [articleSection] :: MedicalScholarlyArticle -> ArticleSection [pageEnd] :: MedicalScholarlyArticle -> PageEnd [pageStart] :: MedicalScholarlyArticle -> PageStart [pagination] :: MedicalScholarlyArticle -> Pagination [wordCount] :: MedicalScholarlyArticle -> WordCount [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 [character] :: MedicalScholarlyArticle -> Character [citation] :: MedicalScholarlyArticle -> Citation [comment] :: MedicalScholarlyArticle -> Comment [commentCount] :: MedicalScholarlyArticle -> CommentCount [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 [exampleOfWork] :: MedicalScholarlyArticle -> ExampleOfWork [fileFormat] :: MedicalScholarlyArticle -> FileFormat [genre] :: MedicalScholarlyArticle -> Genre [hasPart] :: MedicalScholarlyArticle -> HasPart [headline] :: MedicalScholarlyArticle -> Headline [inLanguage] :: MedicalScholarlyArticle -> InLanguage [interactionStatistic] :: MedicalScholarlyArticle -> InteractionStatistic [interactivityType] :: MedicalScholarlyArticle -> InteractivityType [isBasedOnUrl] :: MedicalScholarlyArticle -> IsBasedOnUrl [isFamilyFriendly] :: MedicalScholarlyArticle -> IsFamilyFriendly [isPartOf] :: MedicalScholarlyArticle -> IsPartOf [keywords] :: MedicalScholarlyArticle -> Keywords [learningResourceType] :: MedicalScholarlyArticle -> LearningResourceType [license] :: MedicalScholarlyArticle -> License [locationCreated] :: MedicalScholarlyArticle -> LocationCreated [mainEntity] :: MedicalScholarlyArticle -> MainEntity [mentions] :: MedicalScholarlyArticle -> Mentions [offers] :: MedicalScholarlyArticle -> Offers [position] :: MedicalScholarlyArticle -> Position [producer] :: MedicalScholarlyArticle -> Producer [provider] :: MedicalScholarlyArticle -> Provider [publication] :: MedicalScholarlyArticle -> Publication [publisher] :: MedicalScholarlyArticle -> Publisher [publishingPrinciples] :: MedicalScholarlyArticle -> PublishingPrinciples [recordedAt] :: MedicalScholarlyArticle -> RecordedAt [releasedEvent] :: MedicalScholarlyArticle -> ReleasedEvent [review] :: MedicalScholarlyArticle -> Review [schemaVersion] :: MedicalScholarlyArticle -> SchemaVersion [sourceOrganization] :: MedicalScholarlyArticle -> SourceOrganization [text] :: MedicalScholarlyArticle -> Text [thumbnailUrl] :: MedicalScholarlyArticle -> ThumbnailUrl [timeRequired] :: MedicalScholarlyArticle -> TimeRequired [translator] :: MedicalScholarlyArticle -> Translator [typicalAgeRange] :: MedicalScholarlyArticle -> TypicalAgeRange [version] :: MedicalScholarlyArticle -> Version [video] :: MedicalScholarlyArticle -> Video [workExample] :: MedicalScholarlyArticle -> WorkExample [additionalType] :: MedicalScholarlyArticle -> AdditionalType [alternateName] :: MedicalScholarlyArticle -> AlternateName [description] :: MedicalScholarlyArticle -> Description [image] :: MedicalScholarlyArticle -> Image [mainEntityOfPage] :: MedicalScholarlyArticle -> MainEntityOfPage [name] :: MedicalScholarlyArticle -> Name [potentialAction] :: MedicalScholarlyArticle -> PotentialAction [sameAs] :: MedicalScholarlyArticle -> SameAs [url] :: MedicalScholarlyArticle -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalScholarlyArticle.MedicalScholarlyArticle instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalScholarlyArticle.MedicalScholarlyArticle instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalScholarlyArticle.MedicalScholarlyArticle instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalScholarlyArticle.MedicalScholarlyArticle module Text.HTML5.MetaData.Schema.MedicalSignOrSymptom -- | Any indication of the existence of a medical condition or disease. -- -- data MedicalSignOrSymptom MedicalSignOrSymptom :: Cause -> PossibleTreatment -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalSignOrSymptom [cause] :: MedicalSignOrSymptom -> Cause [possibleTreatment] :: MedicalSignOrSymptom -> PossibleTreatment [code] :: MedicalSignOrSymptom -> Code [guideline] :: MedicalSignOrSymptom -> Guideline [medicineSystem] :: MedicalSignOrSymptom -> MedicineSystem [recognizingAuthority] :: MedicalSignOrSymptom -> RecognizingAuthority [relevantSpecialty] :: MedicalSignOrSymptom -> RelevantSpecialty [study] :: MedicalSignOrSymptom -> Study [additionalType] :: MedicalSignOrSymptom -> AdditionalType [alternateName] :: MedicalSignOrSymptom -> AlternateName [description] :: MedicalSignOrSymptom -> Description [image] :: MedicalSignOrSymptom -> Image [mainEntityOfPage] :: MedicalSignOrSymptom -> MainEntityOfPage [name] :: MedicalSignOrSymptom -> Name [potentialAction] :: MedicalSignOrSymptom -> PotentialAction [sameAs] :: MedicalSignOrSymptom -> SameAs [url] :: MedicalSignOrSymptom -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalSignOrSymptom.MedicalSignOrSymptom instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalSignOrSymptom.MedicalSignOrSymptom instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalSignOrSymptom.MedicalSignOrSymptom instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalSignOrSymptom.MedicalSignOrSymptom module Text.HTML5.MetaData.Schema.MedicalSymptom -- | Any indication of the existence of a medical condition or disease that -- is apparent to the patient. -- -- data MedicalSymptom MedicalSymptom :: Cause -> PossibleTreatment -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalSymptom [cause] :: MedicalSymptom -> Cause [possibleTreatment] :: MedicalSymptom -> PossibleTreatment [code] :: MedicalSymptom -> Code [guideline] :: MedicalSymptom -> Guideline [medicineSystem] :: MedicalSymptom -> MedicineSystem [recognizingAuthority] :: MedicalSymptom -> RecognizingAuthority [relevantSpecialty] :: MedicalSymptom -> RelevantSpecialty [study] :: MedicalSymptom -> Study [additionalType] :: MedicalSymptom -> AdditionalType [alternateName] :: MedicalSymptom -> AlternateName [description] :: MedicalSymptom -> Description [image] :: MedicalSymptom -> Image [mainEntityOfPage] :: MedicalSymptom -> MainEntityOfPage [name] :: MedicalSymptom -> Name [potentialAction] :: MedicalSymptom -> PotentialAction [sameAs] :: MedicalSymptom -> SameAs [url] :: MedicalSymptom -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalSymptom.MedicalSymptom instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalSymptom.MedicalSymptom instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalSymptom.MedicalSymptom instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalSymptom.MedicalSymptom module Text.HTML5.MetaData.Schema.MedicalStudy -- | A medical study is an umbrella type covering all kinds of research -- studies relating to human medicine or health, including observational -- studies and interventional trials and registries, randomized, -- controlled or not. When the specific type of study is known, use one -- of the extensions of this type, such as MedicalTrial or -- MedicalObservationalStudy. Also, note that this type should be used to -- mark up data that describes the study itself; to tag an article that -- publishes the results of a study, use MedicalScholarlyArticle. Note: -- use the code property of MedicalEntity to store study IDs, e.g. -- clinicaltrials.gov ID. -- -- data MedicalStudy MedicalStudy :: Outcome -> Population -> Sponsor -> Status -> StudyLocation -> StudySubject -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalStudy [outcome] :: MedicalStudy -> Outcome [population] :: MedicalStudy -> Population [sponsor] :: MedicalStudy -> Sponsor [status] :: MedicalStudy -> Status [studyLocation] :: MedicalStudy -> StudyLocation [studySubject] :: MedicalStudy -> StudySubject [code] :: MedicalStudy -> Code [guideline] :: MedicalStudy -> Guideline [medicineSystem] :: MedicalStudy -> MedicineSystem [recognizingAuthority] :: MedicalStudy -> RecognizingAuthority [relevantSpecialty] :: MedicalStudy -> RelevantSpecialty [study] :: MedicalStudy -> Study [additionalType] :: MedicalStudy -> AdditionalType [alternateName] :: MedicalStudy -> AlternateName [description] :: MedicalStudy -> Description [image] :: MedicalStudy -> Image [mainEntityOfPage] :: MedicalStudy -> MainEntityOfPage [name] :: MedicalStudy -> Name [potentialAction] :: MedicalStudy -> PotentialAction [sameAs] :: MedicalStudy -> SameAs [url] :: MedicalStudy -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalStudy.MedicalStudy instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalStudy.MedicalStudy instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalStudy.MedicalStudy instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalStudy.MedicalStudy module Text.HTML5.MetaData.Schema.MedicalTrial -- | A medical trial is a type of medical study that uses scientific -- process used to compare the safety and efficacy of medical therapies -- or medical procedures. In general, medical trials are controlled and -- subjects are allocated at random to the different treatment and/or -- control groups. -- -- data MedicalTrial MedicalTrial :: Phase -> TrialDesign -> Outcome -> Population -> Sponsor -> Status -> StudyLocation -> StudySubject -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalTrial [phase] :: MedicalTrial -> Phase [trialDesign] :: MedicalTrial -> TrialDesign [outcome] :: MedicalTrial -> Outcome [population] :: MedicalTrial -> Population [sponsor] :: MedicalTrial -> Sponsor [status] :: MedicalTrial -> Status [studyLocation] :: MedicalTrial -> StudyLocation [studySubject] :: MedicalTrial -> StudySubject [code] :: MedicalTrial -> Code [guideline] :: MedicalTrial -> Guideline [medicineSystem] :: MedicalTrial -> MedicineSystem [recognizingAuthority] :: MedicalTrial -> RecognizingAuthority [relevantSpecialty] :: MedicalTrial -> RelevantSpecialty [study] :: MedicalTrial -> Study [additionalType] :: MedicalTrial -> AdditionalType [alternateName] :: MedicalTrial -> AlternateName [description] :: MedicalTrial -> Description [image] :: MedicalTrial -> Image [mainEntityOfPage] :: MedicalTrial -> MainEntityOfPage [name] :: MedicalTrial -> Name [potentialAction] :: MedicalTrial -> PotentialAction [sameAs] :: MedicalTrial -> SameAs [url] :: MedicalTrial -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalTrial.MedicalTrial instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalTrial.MedicalTrial instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalTrial.MedicalTrial instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalTrial.MedicalTrial module Text.HTML5.MetaData.Schema.MedicalTestPanel -- | Any collection of tests commonly ordered together. -- -- data MedicalTestPanel MedicalTestPanel :: SubTest -> AffectedBy -> NormalRange -> SignDetected -> UsedToDiagnose -> UsesDevice -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalTestPanel [subTest] :: MedicalTestPanel -> SubTest [affectedBy] :: MedicalTestPanel -> AffectedBy [normalRange] :: MedicalTestPanel -> NormalRange [signDetected] :: MedicalTestPanel -> SignDetected [usedToDiagnose] :: MedicalTestPanel -> UsedToDiagnose [usesDevice] :: MedicalTestPanel -> UsesDevice [code] :: MedicalTestPanel -> Code [guideline] :: MedicalTestPanel -> Guideline [medicineSystem] :: MedicalTestPanel -> MedicineSystem [recognizingAuthority] :: MedicalTestPanel -> RecognizingAuthority [relevantSpecialty] :: MedicalTestPanel -> RelevantSpecialty [study] :: MedicalTestPanel -> Study [additionalType] :: MedicalTestPanel -> AdditionalType [alternateName] :: MedicalTestPanel -> AlternateName [description] :: MedicalTestPanel -> Description [image] :: MedicalTestPanel -> Image [mainEntityOfPage] :: MedicalTestPanel -> MainEntityOfPage [name] :: MedicalTestPanel -> Name [potentialAction] :: MedicalTestPanel -> PotentialAction [sameAs] :: MedicalTestPanel -> SameAs [url] :: MedicalTestPanel -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalTestPanel.MedicalTestPanel instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalTestPanel.MedicalTestPanel instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalTestPanel.MedicalTestPanel instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalTestPanel.MedicalTestPanel module Text.HTML5.MetaData.Schema.MedicalTest -- | Any medical test, typically performed for diagnostic purposes. -- -- data MedicalTest MedicalTest :: AffectedBy -> NormalRange -> SignDetected -> UsedToDiagnose -> UsesDevice -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalTest [affectedBy] :: MedicalTest -> AffectedBy [normalRange] :: MedicalTest -> NormalRange [signDetected] :: MedicalTest -> SignDetected [usedToDiagnose] :: MedicalTest -> UsedToDiagnose [usesDevice] :: MedicalTest -> UsesDevice [code] :: MedicalTest -> Code [guideline] :: MedicalTest -> Guideline [medicineSystem] :: MedicalTest -> MedicineSystem [recognizingAuthority] :: MedicalTest -> RecognizingAuthority [relevantSpecialty] :: MedicalTest -> RelevantSpecialty [study] :: MedicalTest -> Study [additionalType] :: MedicalTest -> AdditionalType [alternateName] :: MedicalTest -> AlternateName [description] :: MedicalTest -> Description [image] :: MedicalTest -> Image [mainEntityOfPage] :: MedicalTest -> MainEntityOfPage [name] :: MedicalTest -> Name [potentialAction] :: MedicalTest -> PotentialAction [sameAs] :: MedicalTest -> SameAs [url] :: MedicalTest -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalTest.MedicalTest instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalTest.MedicalTest instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalTest.MedicalTest instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalTest.MedicalTest module Text.HTML5.MetaData.Schema.PathologyTest -- | A medical test performed by a laboratory that typically involves -- examination of a tissue sample by a pathologist. -- -- data PathologyTest PathologyTest :: TissueSample -> AffectedBy -> NormalRange -> SignDetected -> UsedToDiagnose -> UsesDevice -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PathologyTest [tissueSample] :: PathologyTest -> TissueSample [affectedBy] :: PathologyTest -> AffectedBy [normalRange] :: PathologyTest -> NormalRange [signDetected] :: PathologyTest -> SignDetected [usedToDiagnose] :: PathologyTest -> UsedToDiagnose [usesDevice] :: PathologyTest -> UsesDevice [code] :: PathologyTest -> Code [guideline] :: PathologyTest -> Guideline [medicineSystem] :: PathologyTest -> MedicineSystem [recognizingAuthority] :: PathologyTest -> RecognizingAuthority [relevantSpecialty] :: PathologyTest -> RelevantSpecialty [study] :: PathologyTest -> Study [additionalType] :: PathologyTest -> AdditionalType [alternateName] :: PathologyTest -> AlternateName [description] :: PathologyTest -> Description [image] :: PathologyTest -> Image [mainEntityOfPage] :: PathologyTest -> MainEntityOfPage [name] :: PathologyTest -> Name [potentialAction] :: PathologyTest -> PotentialAction [sameAs] :: PathologyTest -> SameAs [url] :: PathologyTest -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PathologyTest.PathologyTest instance GHC.Read.Read Text.HTML5.MetaData.Schema.PathologyTest.PathologyTest instance GHC.Show.Show Text.HTML5.MetaData.Schema.PathologyTest.PathologyTest instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PathologyTest.PathologyTest module Text.HTML5.MetaData.Schema.PhysicalTherapy -- | A process of progressive physical care and rehabilitation aimed at -- improving a health condition. -- -- data PhysicalTherapy PhysicalTherapy :: AdverseOutcome -> Contraindication -> DuplicateTherapy -> Indication -> SeriousAdverseOutcome -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PhysicalTherapy [adverseOutcome] :: PhysicalTherapy -> AdverseOutcome [contraindication] :: PhysicalTherapy -> Contraindication [duplicateTherapy] :: PhysicalTherapy -> DuplicateTherapy [indication] :: PhysicalTherapy -> Indication [seriousAdverseOutcome] :: PhysicalTherapy -> SeriousAdverseOutcome [code] :: PhysicalTherapy -> Code [guideline] :: PhysicalTherapy -> Guideline [medicineSystem] :: PhysicalTherapy -> MedicineSystem [recognizingAuthority] :: PhysicalTherapy -> RecognizingAuthority [relevantSpecialty] :: PhysicalTherapy -> RelevantSpecialty [study] :: PhysicalTherapy -> Study [additionalType] :: PhysicalTherapy -> AdditionalType [alternateName] :: PhysicalTherapy -> AlternateName [description] :: PhysicalTherapy -> Description [image] :: PhysicalTherapy -> Image [mainEntityOfPage] :: PhysicalTherapy -> MainEntityOfPage [name] :: PhysicalTherapy -> Name [potentialAction] :: PhysicalTherapy -> PotentialAction [sameAs] :: PhysicalTherapy -> SameAs [url] :: PhysicalTherapy -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PhysicalTherapy.PhysicalTherapy instance GHC.Read.Read Text.HTML5.MetaData.Schema.PhysicalTherapy.PhysicalTherapy instance GHC.Show.Show Text.HTML5.MetaData.Schema.PhysicalTherapy.PhysicalTherapy instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PhysicalTherapy.PhysicalTherapy module Text.HTML5.MetaData.Schema.PsychologicalTreatment -- | A process of care relying upon counseling, dialogue, communication, -- verbalization aimed at improving a mental health condition. -- -- data PsychologicalTreatment PsychologicalTreatment :: AdverseOutcome -> Contraindication -> DuplicateTherapy -> Indication -> SeriousAdverseOutcome -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PsychologicalTreatment [adverseOutcome] :: PsychologicalTreatment -> AdverseOutcome [contraindication] :: PsychologicalTreatment -> Contraindication [duplicateTherapy] :: PsychologicalTreatment -> DuplicateTherapy [indication] :: PsychologicalTreatment -> Indication [seriousAdverseOutcome] :: PsychologicalTreatment -> SeriousAdverseOutcome [code] :: PsychologicalTreatment -> Code [guideline] :: PsychologicalTreatment -> Guideline [medicineSystem] :: PsychologicalTreatment -> MedicineSystem [recognizingAuthority] :: PsychologicalTreatment -> RecognizingAuthority [relevantSpecialty] :: PsychologicalTreatment -> RelevantSpecialty [study] :: PsychologicalTreatment -> Study [additionalType] :: PsychologicalTreatment -> AdditionalType [alternateName] :: PsychologicalTreatment -> AlternateName [description] :: PsychologicalTreatment -> Description [image] :: PsychologicalTreatment -> Image [mainEntityOfPage] :: PsychologicalTreatment -> MainEntityOfPage [name] :: PsychologicalTreatment -> Name [potentialAction] :: PsychologicalTreatment -> PotentialAction [sameAs] :: PsychologicalTreatment -> SameAs [url] :: PsychologicalTreatment -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PsychologicalTreatment.PsychologicalTreatment instance GHC.Read.Read Text.HTML5.MetaData.Schema.PsychologicalTreatment.PsychologicalTreatment instance GHC.Show.Show Text.HTML5.MetaData.Schema.PsychologicalTreatment.PsychologicalTreatment instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PsychologicalTreatment.PsychologicalTreatment module Text.HTML5.MetaData.Schema.MedicalTherapy -- | Any medical intervention designed to prevent, treat, and cure human -- diseases and medical conditions, including both curative and -- palliative therapies. Medical therapies are typically processes of -- care relying upon pharmacotherapy, behavioral therapy, supportive -- therapy (with fluid or nutrition for example), or detoxification (e.g. -- hemodialysis) aimed at improving or preventing a health condition. -- -- data MedicalTherapy MedicalTherapy :: AdverseOutcome -> Contraindication -> DuplicateTherapy -> Indication -> SeriousAdverseOutcome -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalTherapy [adverseOutcome] :: MedicalTherapy -> AdverseOutcome [contraindication] :: MedicalTherapy -> Contraindication [duplicateTherapy] :: MedicalTherapy -> DuplicateTherapy [indication] :: MedicalTherapy -> Indication [seriousAdverseOutcome] :: MedicalTherapy -> SeriousAdverseOutcome [code] :: MedicalTherapy -> Code [guideline] :: MedicalTherapy -> Guideline [medicineSystem] :: MedicalTherapy -> MedicineSystem [recognizingAuthority] :: MedicalTherapy -> RecognizingAuthority [relevantSpecialty] :: MedicalTherapy -> RelevantSpecialty [study] :: MedicalTherapy -> Study [additionalType] :: MedicalTherapy -> AdditionalType [alternateName] :: MedicalTherapy -> AlternateName [description] :: MedicalTherapy -> Description [image] :: MedicalTherapy -> Image [mainEntityOfPage] :: MedicalTherapy -> MainEntityOfPage [name] :: MedicalTherapy -> Name [potentialAction] :: MedicalTherapy -> PotentialAction [sameAs] :: MedicalTherapy -> SameAs [url] :: MedicalTherapy -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalTherapy.MedicalTherapy instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalTherapy.MedicalTherapy instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalTherapy.MedicalTherapy instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalTherapy.MedicalTherapy module Text.HTML5.MetaData.Schema.RadiationTherapy -- | A process of care using radiation aimed at improving a health -- condition. -- -- data RadiationTherapy RadiationTherapy :: AdverseOutcome -> Contraindication -> DuplicateTherapy -> Indication -> SeriousAdverseOutcome -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> RadiationTherapy [adverseOutcome] :: RadiationTherapy -> AdverseOutcome [contraindication] :: RadiationTherapy -> Contraindication [duplicateTherapy] :: RadiationTherapy -> DuplicateTherapy [indication] :: RadiationTherapy -> Indication [seriousAdverseOutcome] :: RadiationTherapy -> SeriousAdverseOutcome [code] :: RadiationTherapy -> Code [guideline] :: RadiationTherapy -> Guideline [medicineSystem] :: RadiationTherapy -> MedicineSystem [recognizingAuthority] :: RadiationTherapy -> RecognizingAuthority [relevantSpecialty] :: RadiationTherapy -> RelevantSpecialty [study] :: RadiationTherapy -> Study [additionalType] :: RadiationTherapy -> AdditionalType [alternateName] :: RadiationTherapy -> AlternateName [description] :: RadiationTherapy -> Description [image] :: RadiationTherapy -> Image [mainEntityOfPage] :: RadiationTherapy -> MainEntityOfPage [name] :: RadiationTherapy -> Name [potentialAction] :: RadiationTherapy -> PotentialAction [sameAs] :: RadiationTherapy -> SameAs [url] :: RadiationTherapy -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.RadiationTherapy.RadiationTherapy instance GHC.Read.Read Text.HTML5.MetaData.Schema.RadiationTherapy.RadiationTherapy instance GHC.Show.Show Text.HTML5.MetaData.Schema.RadiationTherapy.RadiationTherapy instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.RadiationTherapy.RadiationTherapy module Text.HTML5.MetaData.Schema.MedicalWebPage -- | A web page that provides medical information. -- -- data MedicalWebPage MedicalWebPage :: Aspect -> Breadcrumb -> LastReviewed -> MainContentOfPage -> PrimaryImageOfPage -> RelatedLink -> ReviewedBy -> SignificantLink -> Specialty -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MedicalWebPage [aspect] :: MedicalWebPage -> Aspect [breadcrumb] :: MedicalWebPage -> Breadcrumb [lastReviewed] :: MedicalWebPage -> LastReviewed [mainContentOfPage] :: MedicalWebPage -> MainContentOfPage [primaryImageOfPage] :: MedicalWebPage -> PrimaryImageOfPage [relatedLink] :: MedicalWebPage -> RelatedLink [reviewedBy] :: MedicalWebPage -> ReviewedBy [significantLink] :: MedicalWebPage -> SignificantLink [specialty] :: MedicalWebPage -> Specialty [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 [character] :: MedicalWebPage -> Character [citation] :: MedicalWebPage -> Citation [comment] :: MedicalWebPage -> Comment [commentCount] :: MedicalWebPage -> CommentCount [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 [exampleOfWork] :: MedicalWebPage -> ExampleOfWork [fileFormat] :: MedicalWebPage -> FileFormat [genre] :: MedicalWebPage -> Genre [hasPart] :: MedicalWebPage -> HasPart [headline] :: MedicalWebPage -> Headline [inLanguage] :: MedicalWebPage -> InLanguage [interactionStatistic] :: MedicalWebPage -> InteractionStatistic [interactivityType] :: MedicalWebPage -> InteractivityType [isBasedOnUrl] :: MedicalWebPage -> IsBasedOnUrl [isFamilyFriendly] :: MedicalWebPage -> IsFamilyFriendly [isPartOf] :: MedicalWebPage -> IsPartOf [keywords] :: MedicalWebPage -> Keywords [learningResourceType] :: MedicalWebPage -> LearningResourceType [license] :: MedicalWebPage -> License [locationCreated] :: MedicalWebPage -> LocationCreated [mainEntity] :: MedicalWebPage -> MainEntity [mentions] :: MedicalWebPage -> Mentions [offers] :: MedicalWebPage -> Offers [position] :: MedicalWebPage -> Position [producer] :: MedicalWebPage -> Producer [provider] :: MedicalWebPage -> Provider [publication] :: MedicalWebPage -> Publication [publisher] :: MedicalWebPage -> Publisher [publishingPrinciples] :: MedicalWebPage -> PublishingPrinciples [recordedAt] :: MedicalWebPage -> RecordedAt [releasedEvent] :: MedicalWebPage -> ReleasedEvent [review] :: MedicalWebPage -> Review [schemaVersion] :: MedicalWebPage -> SchemaVersion [sourceOrganization] :: MedicalWebPage -> SourceOrganization [text] :: MedicalWebPage -> Text [thumbnailUrl] :: MedicalWebPage -> ThumbnailUrl [timeRequired] :: MedicalWebPage -> TimeRequired [translator] :: MedicalWebPage -> Translator [typicalAgeRange] :: MedicalWebPage -> TypicalAgeRange [version] :: MedicalWebPage -> Version [video] :: MedicalWebPage -> Video [workExample] :: MedicalWebPage -> WorkExample [additionalType] :: MedicalWebPage -> AdditionalType [alternateName] :: MedicalWebPage -> AlternateName [description] :: MedicalWebPage -> Description [image] :: MedicalWebPage -> Image [mainEntityOfPage] :: MedicalWebPage -> MainEntityOfPage [name] :: MedicalWebPage -> Name [potentialAction] :: MedicalWebPage -> PotentialAction [sameAs] :: MedicalWebPage -> SameAs [url] :: MedicalWebPage -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MedicalWebPage.MedicalWebPage instance GHC.Read.Read Text.HTML5.MetaData.Schema.MedicalWebPage.MedicalWebPage instance GHC.Show.Show Text.HTML5.MetaData.Schema.MedicalWebPage.MedicalWebPage instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MedicalWebPage.MedicalWebPage module Text.HTML5.MetaData.Schema.MensClothingStore -- | A men's clothing store. -- -- data MensClothingStore MensClothingStore :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MensClothingStore [branchCode] :: MensClothingStore -> BranchCode [currenciesAccepted] :: MensClothingStore -> CurrenciesAccepted [openingHours] :: MensClothingStore -> OpeningHours [paymentAccepted] :: MensClothingStore -> PaymentAccepted [priceRange] :: MensClothingStore -> PriceRange [address] :: MensClothingStore -> Address [aggregateRating] :: MensClothingStore -> AggregateRating [alumni] :: MensClothingStore -> Alumni [areaServed] :: MensClothingStore -> AreaServed [award] :: MensClothingStore -> Award [brand] :: MensClothingStore -> Brand [contactPoint] :: MensClothingStore -> ContactPoint [department] :: MensClothingStore -> Department [dissolutionDate] :: MensClothingStore -> DissolutionDate [duns] :: MensClothingStore -> Duns [email] :: MensClothingStore -> Email [employee] :: MensClothingStore -> Employee [event] :: MensClothingStore -> Event [faxNumber] :: MensClothingStore -> FaxNumber [founder] :: MensClothingStore -> Founder [foundingDate] :: MensClothingStore -> FoundingDate [foundingLocation] :: MensClothingStore -> FoundingLocation [globalLocationNumber] :: MensClothingStore -> GlobalLocationNumber [hasOfferCatalog] :: MensClothingStore -> HasOfferCatalog [hasPOS] :: MensClothingStore -> HasPOS [isicV4] :: MensClothingStore -> IsicV4 [legalName] :: MensClothingStore -> LegalName [location] :: MensClothingStore -> Location [logo] :: MensClothingStore -> Logo [makesOffer] :: MensClothingStore -> MakesOffer [member] :: MensClothingStore -> Member [memberOf] :: MensClothingStore -> MemberOf [naics] :: MensClothingStore -> Naics [numberOfEmployees] :: MensClothingStore -> NumberOfEmployees [owns] :: MensClothingStore -> Owns [parentOrganization] :: MensClothingStore -> ParentOrganization [review] :: MensClothingStore -> Review [seeks] :: MensClothingStore -> Seeks [subOrganization] :: MensClothingStore -> SubOrganization [taxID] :: MensClothingStore -> TaxID [telephone] :: MensClothingStore -> Telephone [vatID] :: MensClothingStore -> VatID [additionalProperty] :: MensClothingStore -> AdditionalProperty [containedInPlace] :: MensClothingStore -> ContainedInPlace [containsPlace] :: MensClothingStore -> ContainsPlace [geo] :: MensClothingStore -> Geo [hasMap] :: MensClothingStore -> HasMap [openingHoursSpecification] :: MensClothingStore -> OpeningHoursSpecification [photo] :: MensClothingStore -> Photo [additionalType] :: MensClothingStore -> AdditionalType [alternateName] :: MensClothingStore -> AlternateName [description] :: MensClothingStore -> Description [image] :: MensClothingStore -> Image [mainEntityOfPage] :: MensClothingStore -> MainEntityOfPage [name] :: MensClothingStore -> Name [potentialAction] :: MensClothingStore -> PotentialAction [sameAs] :: MensClothingStore -> SameAs [url] :: MensClothingStore -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MensClothingStore.MensClothingStore instance GHC.Read.Read Text.HTML5.MetaData.Schema.MensClothingStore.MensClothingStore instance GHC.Show.Show Text.HTML5.MetaData.Schema.MensClothingStore.MensClothingStore instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MensClothingStore.MensClothingStore module Text.HTML5.MetaData.Schema.MobileApplication -- | A software application designed specifically to work well on a mobile -- device such as a telephone. -- -- data MobileApplication MobileApplication :: CarrierRequirements -> ApplicationCategory -> ApplicationSubCategory -> ApplicationSuite -> AvailableOnDevice -> CountriesNotSupported -> CountriesSupported -> DownloadUrl -> FeatureList -> FileSize -> InstallUrl -> MemoryRequirements -> OperatingSystem -> Permissions -> ProcessorRequirements -> ReleaseNotes -> Screenshot -> SoftwareAddOn -> SoftwareHelp -> SoftwareRequirements -> SoftwareVersion -> StorageRequirements -> SupportingData -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MobileApplication [carrierRequirements] :: MobileApplication -> CarrierRequirements [applicationCategory] :: MobileApplication -> ApplicationCategory [applicationSubCategory] :: MobileApplication -> ApplicationSubCategory [applicationSuite] :: MobileApplication -> ApplicationSuite [availableOnDevice] :: MobileApplication -> AvailableOnDevice [countriesNotSupported] :: MobileApplication -> CountriesNotSupported [countriesSupported] :: MobileApplication -> CountriesSupported [downloadUrl] :: MobileApplication -> DownloadUrl [featureList] :: MobileApplication -> FeatureList [fileSize] :: MobileApplication -> FileSize [installUrl] :: MobileApplication -> InstallUrl [memoryRequirements] :: MobileApplication -> MemoryRequirements [operatingSystem] :: MobileApplication -> OperatingSystem [permissions] :: MobileApplication -> Permissions [processorRequirements] :: MobileApplication -> ProcessorRequirements [releaseNotes] :: MobileApplication -> ReleaseNotes [screenshot] :: MobileApplication -> Screenshot [softwareAddOn] :: MobileApplication -> SoftwareAddOn [softwareHelp] :: MobileApplication -> SoftwareHelp [softwareRequirements] :: MobileApplication -> SoftwareRequirements [softwareVersion] :: MobileApplication -> SoftwareVersion [storageRequirements] :: MobileApplication -> StorageRequirements [supportingData] :: MobileApplication -> SupportingData [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 [character] :: MobileApplication -> Character [citation] :: MobileApplication -> Citation [comment] :: MobileApplication -> Comment [commentCount] :: MobileApplication -> CommentCount [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 [exampleOfWork] :: MobileApplication -> ExampleOfWork [fileFormat] :: MobileApplication -> FileFormat [genre] :: MobileApplication -> Genre [hasPart] :: MobileApplication -> HasPart [headline] :: MobileApplication -> Headline [inLanguage] :: MobileApplication -> InLanguage [interactionStatistic] :: MobileApplication -> InteractionStatistic [interactivityType] :: MobileApplication -> InteractivityType [isBasedOnUrl] :: MobileApplication -> IsBasedOnUrl [isFamilyFriendly] :: MobileApplication -> IsFamilyFriendly [isPartOf] :: MobileApplication -> IsPartOf [keywords] :: MobileApplication -> Keywords [learningResourceType] :: MobileApplication -> LearningResourceType [license] :: MobileApplication -> License [locationCreated] :: MobileApplication -> LocationCreated [mainEntity] :: MobileApplication -> MainEntity [mentions] :: MobileApplication -> Mentions [offers] :: MobileApplication -> Offers [position] :: MobileApplication -> Position [producer] :: MobileApplication -> Producer [provider] :: MobileApplication -> Provider [publication] :: MobileApplication -> Publication [publisher] :: MobileApplication -> Publisher [publishingPrinciples] :: MobileApplication -> PublishingPrinciples [recordedAt] :: MobileApplication -> RecordedAt [releasedEvent] :: MobileApplication -> ReleasedEvent [review] :: MobileApplication -> Review [schemaVersion] :: MobileApplication -> SchemaVersion [sourceOrganization] :: MobileApplication -> SourceOrganization [text] :: MobileApplication -> Text [thumbnailUrl] :: MobileApplication -> ThumbnailUrl [timeRequired] :: MobileApplication -> TimeRequired [translator] :: MobileApplication -> Translator [typicalAgeRange] :: MobileApplication -> TypicalAgeRange [version] :: MobileApplication -> Version [video] :: MobileApplication -> Video [workExample] :: MobileApplication -> WorkExample [additionalType] :: MobileApplication -> AdditionalType [alternateName] :: MobileApplication -> AlternateName [description] :: MobileApplication -> Description [image] :: MobileApplication -> Image [mainEntityOfPage] :: MobileApplication -> MainEntityOfPage [name] :: MobileApplication -> Name [potentialAction] :: MobileApplication -> PotentialAction [sameAs] :: MobileApplication -> SameAs [url] :: MobileApplication -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MobileApplication.MobileApplication instance GHC.Read.Read Text.HTML5.MetaData.Schema.MobileApplication.MobileApplication instance GHC.Show.Show Text.HTML5.MetaData.Schema.MobileApplication.MobileApplication instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MobileApplication.MobileApplication module Text.HTML5.MetaData.Schema.MobilePhoneStore -- | A store that sells mobile phones and related accessories. -- -- data MobilePhoneStore MobilePhoneStore :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MobilePhoneStore [branchCode] :: MobilePhoneStore -> BranchCode [currenciesAccepted] :: MobilePhoneStore -> CurrenciesAccepted [openingHours] :: MobilePhoneStore -> OpeningHours [paymentAccepted] :: MobilePhoneStore -> PaymentAccepted [priceRange] :: MobilePhoneStore -> PriceRange [address] :: MobilePhoneStore -> Address [aggregateRating] :: MobilePhoneStore -> AggregateRating [alumni] :: MobilePhoneStore -> Alumni [areaServed] :: MobilePhoneStore -> AreaServed [award] :: MobilePhoneStore -> Award [brand] :: MobilePhoneStore -> Brand [contactPoint] :: MobilePhoneStore -> ContactPoint [department] :: MobilePhoneStore -> Department [dissolutionDate] :: MobilePhoneStore -> DissolutionDate [duns] :: MobilePhoneStore -> Duns [email] :: MobilePhoneStore -> Email [employee] :: MobilePhoneStore -> Employee [event] :: MobilePhoneStore -> Event [faxNumber] :: MobilePhoneStore -> FaxNumber [founder] :: MobilePhoneStore -> Founder [foundingDate] :: MobilePhoneStore -> FoundingDate [foundingLocation] :: MobilePhoneStore -> FoundingLocation [globalLocationNumber] :: MobilePhoneStore -> GlobalLocationNumber [hasOfferCatalog] :: MobilePhoneStore -> HasOfferCatalog [hasPOS] :: MobilePhoneStore -> HasPOS [isicV4] :: MobilePhoneStore -> IsicV4 [legalName] :: MobilePhoneStore -> LegalName [location] :: MobilePhoneStore -> Location [logo] :: MobilePhoneStore -> Logo [makesOffer] :: MobilePhoneStore -> MakesOffer [member] :: MobilePhoneStore -> Member [memberOf] :: MobilePhoneStore -> MemberOf [naics] :: MobilePhoneStore -> Naics [numberOfEmployees] :: MobilePhoneStore -> NumberOfEmployees [owns] :: MobilePhoneStore -> Owns [parentOrganization] :: MobilePhoneStore -> ParentOrganization [review] :: MobilePhoneStore -> Review [seeks] :: MobilePhoneStore -> Seeks [subOrganization] :: MobilePhoneStore -> SubOrganization [taxID] :: MobilePhoneStore -> TaxID [telephone] :: MobilePhoneStore -> Telephone [vatID] :: MobilePhoneStore -> VatID [additionalProperty] :: MobilePhoneStore -> AdditionalProperty [containedInPlace] :: MobilePhoneStore -> ContainedInPlace [containsPlace] :: MobilePhoneStore -> ContainsPlace [geo] :: MobilePhoneStore -> Geo [hasMap] :: MobilePhoneStore -> HasMap [openingHoursSpecification] :: MobilePhoneStore -> OpeningHoursSpecification [photo] :: MobilePhoneStore -> Photo [additionalType] :: MobilePhoneStore -> AdditionalType [alternateName] :: MobilePhoneStore -> AlternateName [description] :: MobilePhoneStore -> Description [image] :: MobilePhoneStore -> Image [mainEntityOfPage] :: MobilePhoneStore -> MainEntityOfPage [name] :: MobilePhoneStore -> Name [potentialAction] :: MobilePhoneStore -> PotentialAction [sameAs] :: MobilePhoneStore -> SameAs [url] :: MobilePhoneStore -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MobilePhoneStore.MobilePhoneStore instance GHC.Read.Read Text.HTML5.MetaData.Schema.MobilePhoneStore.MobilePhoneStore instance GHC.Show.Show Text.HTML5.MetaData.Schema.MobilePhoneStore.MobilePhoneStore instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MobilePhoneStore.MobilePhoneStore module Text.HTML5.MetaData.Schema.Mosque -- | A mosque. -- -- data Mosque Mosque :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Mosque [openingHours] :: Mosque -> OpeningHours [additionalProperty] :: Mosque -> AdditionalProperty [address] :: Mosque -> Address [aggregateRating] :: Mosque -> AggregateRating [branchCode] :: Mosque -> BranchCode [containedInPlace] :: Mosque -> ContainedInPlace [containsPlace] :: Mosque -> ContainsPlace [event] :: Mosque -> Event [faxNumber] :: Mosque -> FaxNumber [geo] :: Mosque -> Geo [globalLocationNumber] :: Mosque -> GlobalLocationNumber [hasMap] :: Mosque -> HasMap [isicV4] :: Mosque -> IsicV4 [logo] :: Mosque -> Logo [openingHoursSpecification] :: Mosque -> OpeningHoursSpecification [photo] :: Mosque -> Photo [review] :: Mosque -> Review [telephone] :: Mosque -> Telephone [additionalType] :: Mosque -> AdditionalType [alternateName] :: Mosque -> AlternateName [description] :: Mosque -> Description [image] :: Mosque -> Image [mainEntityOfPage] :: Mosque -> MainEntityOfPage [name] :: Mosque -> Name [potentialAction] :: Mosque -> PotentialAction [sameAs] :: Mosque -> SameAs [url] :: Mosque -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Mosque.Mosque instance GHC.Read.Read Text.HTML5.MetaData.Schema.Mosque.Mosque instance GHC.Show.Show Text.HTML5.MetaData.Schema.Mosque.Mosque instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Mosque.Mosque module Text.HTML5.MetaData.Schema.MoveAction -- | The act of an agent relocating to a place.Related -- actions:TransferAction: Unlike TransferAction, the subject of the move -- is a living Person or Organization rather than an inanimate object. -- -- data MoveAction MoveAction :: FromLocation -> ToLocation -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MoveAction [fromLocation] :: MoveAction -> FromLocation [toLocation] :: MoveAction -> ToLocation [actionStatus] :: MoveAction -> ActionStatus [agent] :: MoveAction -> Agent [endTime] :: MoveAction -> EndTime [error] :: MoveAction -> Error [instrument] :: MoveAction -> Instrument [location] :: MoveAction -> Location [object] :: MoveAction -> Object [participant] :: MoveAction -> Participant [result] :: MoveAction -> Result [startTime] :: MoveAction -> StartTime [target] :: MoveAction -> Target [additionalType] :: MoveAction -> AdditionalType [alternateName] :: MoveAction -> AlternateName [description] :: MoveAction -> Description [image] :: MoveAction -> Image [mainEntityOfPage] :: MoveAction -> MainEntityOfPage [name] :: MoveAction -> Name [potentialAction] :: MoveAction -> PotentialAction [sameAs] :: MoveAction -> SameAs [url] :: MoveAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MoveAction.MoveAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.MoveAction.MoveAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.MoveAction.MoveAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MoveAction.MoveAction module Text.HTML5.MetaData.Schema.TravelAction -- | The act of traveling from an fromLocation to a destination by a -- specified mode of transport, optionally with participants. -- -- data TravelAction TravelAction :: Distance -> FromLocation -> ToLocation -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> TravelAction [distance] :: TravelAction -> Distance [fromLocation] :: TravelAction -> FromLocation [toLocation] :: TravelAction -> ToLocation [actionStatus] :: TravelAction -> ActionStatus [agent] :: TravelAction -> Agent [endTime] :: TravelAction -> EndTime [error] :: TravelAction -> Error [instrument] :: TravelAction -> Instrument [location] :: TravelAction -> Location [object] :: TravelAction -> Object [participant] :: TravelAction -> Participant [result] :: TravelAction -> Result [startTime] :: TravelAction -> StartTime [target] :: TravelAction -> Target [additionalType] :: TravelAction -> AdditionalType [alternateName] :: TravelAction -> AlternateName [description] :: TravelAction -> Description [image] :: TravelAction -> Image [mainEntityOfPage] :: TravelAction -> MainEntityOfPage [name] :: TravelAction -> Name [potentialAction] :: TravelAction -> PotentialAction [sameAs] :: TravelAction -> SameAs [url] :: TravelAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.TravelAction.TravelAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.TravelAction.TravelAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.TravelAction.TravelAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.TravelAction.TravelAction module Text.HTML5.MetaData.Schema.MovieRentalStore -- | A movie rental store. -- -- data MovieRentalStore MovieRentalStore :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AdditionalProperty -> Address -> AggregateRating -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Founder -> FoundingDate -> FoundingLocation -> HasOfferCatalog -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Seeks -> SubOrganization -> TaxID -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MovieRentalStore [branchCode] :: MovieRentalStore -> BranchCode [currenciesAccepted] :: MovieRentalStore -> CurrenciesAccepted [openingHours] :: MovieRentalStore -> OpeningHours [paymentAccepted] :: MovieRentalStore -> PaymentAccepted [priceRange] :: MovieRentalStore -> PriceRange [additionalProperty] :: MovieRentalStore -> AdditionalProperty [address] :: MovieRentalStore -> Address [aggregateRating] :: MovieRentalStore -> AggregateRating [containedInPlace] :: MovieRentalStore -> ContainedInPlace [containsPlace] :: MovieRentalStore -> ContainsPlace [event] :: MovieRentalStore -> Event [faxNumber] :: MovieRentalStore -> FaxNumber [geo] :: MovieRentalStore -> Geo [globalLocationNumber] :: MovieRentalStore -> GlobalLocationNumber [hasMap] :: MovieRentalStore -> HasMap [isicV4] :: MovieRentalStore -> IsicV4 [logo] :: MovieRentalStore -> Logo [openingHoursSpecification] :: MovieRentalStore -> OpeningHoursSpecification [photo] :: MovieRentalStore -> Photo [review] :: MovieRentalStore -> Review [telephone] :: MovieRentalStore -> Telephone [alumni] :: MovieRentalStore -> Alumni [areaServed] :: MovieRentalStore -> AreaServed [award] :: MovieRentalStore -> Award [brand] :: MovieRentalStore -> Brand [contactPoint] :: MovieRentalStore -> ContactPoint [department] :: MovieRentalStore -> Department [dissolutionDate] :: MovieRentalStore -> DissolutionDate [duns] :: MovieRentalStore -> Duns [email] :: MovieRentalStore -> Email [employee] :: MovieRentalStore -> Employee [founder] :: MovieRentalStore -> Founder [foundingDate] :: MovieRentalStore -> FoundingDate [foundingLocation] :: MovieRentalStore -> FoundingLocation [hasOfferCatalog] :: MovieRentalStore -> HasOfferCatalog [hasPOS] :: MovieRentalStore -> HasPOS [legalName] :: MovieRentalStore -> LegalName [location] :: MovieRentalStore -> Location [makesOffer] :: MovieRentalStore -> MakesOffer [member] :: MovieRentalStore -> Member [memberOf] :: MovieRentalStore -> MemberOf [naics] :: MovieRentalStore -> Naics [numberOfEmployees] :: MovieRentalStore -> NumberOfEmployees [owns] :: MovieRentalStore -> Owns [parentOrganization] :: MovieRentalStore -> ParentOrganization [seeks] :: MovieRentalStore -> Seeks [subOrganization] :: MovieRentalStore -> SubOrganization [taxID] :: MovieRentalStore -> TaxID [vatID] :: MovieRentalStore -> VatID [additionalType] :: MovieRentalStore -> AdditionalType [alternateName] :: MovieRentalStore -> AlternateName [description] :: MovieRentalStore -> Description [image] :: MovieRentalStore -> Image [mainEntityOfPage] :: MovieRentalStore -> MainEntityOfPage [name] :: MovieRentalStore -> Name [potentialAction] :: MovieRentalStore -> PotentialAction [sameAs] :: MovieRentalStore -> SameAs [url] :: MovieRentalStore -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MovieRentalStore.MovieRentalStore instance GHC.Read.Read Text.HTML5.MetaData.Schema.MovieRentalStore.MovieRentalStore instance GHC.Show.Show Text.HTML5.MetaData.Schema.MovieRentalStore.MovieRentalStore instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MovieRentalStore.MovieRentalStore module Text.HTML5.MetaData.Schema.MusicStore -- | A music store. -- -- data MusicStore MusicStore :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AdditionalProperty -> Address -> AggregateRating -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Founder -> FoundingDate -> FoundingLocation -> HasOfferCatalog -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Seeks -> SubOrganization -> TaxID -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> MusicStore [branchCode] :: MusicStore -> BranchCode [currenciesAccepted] :: MusicStore -> CurrenciesAccepted [openingHours] :: MusicStore -> OpeningHours [paymentAccepted] :: MusicStore -> PaymentAccepted [priceRange] :: MusicStore -> PriceRange [additionalProperty] :: MusicStore -> AdditionalProperty [address] :: MusicStore -> Address [aggregateRating] :: MusicStore -> AggregateRating [containedInPlace] :: MusicStore -> ContainedInPlace [containsPlace] :: MusicStore -> ContainsPlace [event] :: MusicStore -> Event [faxNumber] :: MusicStore -> FaxNumber [geo] :: MusicStore -> Geo [globalLocationNumber] :: MusicStore -> GlobalLocationNumber [hasMap] :: MusicStore -> HasMap [isicV4] :: MusicStore -> IsicV4 [logo] :: MusicStore -> Logo [openingHoursSpecification] :: MusicStore -> OpeningHoursSpecification [photo] :: MusicStore -> Photo [review] :: MusicStore -> Review [telephone] :: MusicStore -> Telephone [alumni] :: MusicStore -> Alumni [areaServed] :: MusicStore -> AreaServed [award] :: MusicStore -> Award [brand] :: MusicStore -> Brand [contactPoint] :: MusicStore -> ContactPoint [department] :: MusicStore -> Department [dissolutionDate] :: MusicStore -> DissolutionDate [duns] :: MusicStore -> Duns [email] :: MusicStore -> Email [employee] :: MusicStore -> Employee [founder] :: MusicStore -> Founder [foundingDate] :: MusicStore -> FoundingDate [foundingLocation] :: MusicStore -> FoundingLocation [hasOfferCatalog] :: MusicStore -> HasOfferCatalog [hasPOS] :: MusicStore -> HasPOS [legalName] :: MusicStore -> LegalName [location] :: MusicStore -> Location [makesOffer] :: MusicStore -> MakesOffer [member] :: MusicStore -> Member [memberOf] :: MusicStore -> MemberOf [naics] :: MusicStore -> Naics [numberOfEmployees] :: MusicStore -> NumberOfEmployees [owns] :: MusicStore -> Owns [parentOrganization] :: MusicStore -> ParentOrganization [seeks] :: MusicStore -> Seeks [subOrganization] :: MusicStore -> SubOrganization [taxID] :: MusicStore -> TaxID [vatID] :: MusicStore -> VatID [additionalType] :: MusicStore -> AdditionalType [alternateName] :: MusicStore -> AlternateName [description] :: MusicStore -> Description [image] :: MusicStore -> Image [mainEntityOfPage] :: MusicStore -> MainEntityOfPage [name] :: MusicStore -> Name [potentialAction] :: MusicStore -> PotentialAction [sameAs] :: MusicStore -> SameAs [url] :: MusicStore -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.MusicStore.MusicStore instance GHC.Read.Read Text.HTML5.MetaData.Schema.MusicStore.MusicStore instance GHC.Show.Show Text.HTML5.MetaData.Schema.MusicStore.MusicStore instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.MusicStore.MusicStore module Text.HTML5.MetaData.Schema.NGO -- | Organization: Non-governmental Organization. -- -- data NGO NGO :: Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> NGO [address] :: NGO -> Address [aggregateRating] :: NGO -> AggregateRating [alumni] :: NGO -> Alumni [areaServed] :: NGO -> AreaServed [award] :: NGO -> Award [brand] :: NGO -> Brand [contactPoint] :: NGO -> ContactPoint [department] :: NGO -> Department [dissolutionDate] :: NGO -> DissolutionDate [duns] :: NGO -> Duns [email] :: NGO -> Email [employee] :: NGO -> Employee [event] :: NGO -> Event [faxNumber] :: NGO -> FaxNumber [founder] :: NGO -> Founder [foundingDate] :: NGO -> FoundingDate [foundingLocation] :: NGO -> FoundingLocation [globalLocationNumber] :: NGO -> GlobalLocationNumber [hasOfferCatalog] :: NGO -> HasOfferCatalog [hasPOS] :: NGO -> HasPOS [isicV4] :: NGO -> IsicV4 [legalName] :: NGO -> LegalName [location] :: NGO -> Location [logo] :: NGO -> Logo [makesOffer] :: NGO -> MakesOffer [member] :: NGO -> Member [memberOf] :: NGO -> MemberOf [naics] :: NGO -> Naics [numberOfEmployees] :: NGO -> NumberOfEmployees [owns] :: NGO -> Owns [parentOrganization] :: NGO -> ParentOrganization [review] :: NGO -> Review [seeks] :: NGO -> Seeks [subOrganization] :: NGO -> SubOrganization [taxID] :: NGO -> TaxID [telephone] :: NGO -> Telephone [vatID] :: NGO -> VatID [additionalType] :: NGO -> AdditionalType [alternateName] :: NGO -> AlternateName [description] :: NGO -> Description [image] :: NGO -> Image [mainEntityOfPage] :: NGO -> MainEntityOfPage [name] :: NGO -> Name [potentialAction] :: NGO -> PotentialAction [sameAs] :: NGO -> SameAs [url] :: NGO -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.NGO.NGO instance GHC.Read.Read Text.HTML5.MetaData.Schema.NGO.NGO instance GHC.Show.Show Text.HTML5.MetaData.Schema.NGO.NGO instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.NGO.NGO module Text.HTML5.MetaData.Schema.OfficeEquipmentStore -- | An office equipment store. -- -- data OfficeEquipmentStore OfficeEquipmentStore :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> OfficeEquipmentStore [branchCode] :: OfficeEquipmentStore -> BranchCode [currenciesAccepted] :: OfficeEquipmentStore -> CurrenciesAccepted [openingHours] :: OfficeEquipmentStore -> OpeningHours [paymentAccepted] :: OfficeEquipmentStore -> PaymentAccepted [priceRange] :: OfficeEquipmentStore -> PriceRange [address] :: OfficeEquipmentStore -> Address [aggregateRating] :: OfficeEquipmentStore -> AggregateRating [alumni] :: OfficeEquipmentStore -> Alumni [areaServed] :: OfficeEquipmentStore -> AreaServed [award] :: OfficeEquipmentStore -> Award [brand] :: OfficeEquipmentStore -> Brand [contactPoint] :: OfficeEquipmentStore -> ContactPoint [department] :: OfficeEquipmentStore -> Department [dissolutionDate] :: OfficeEquipmentStore -> DissolutionDate [duns] :: OfficeEquipmentStore -> Duns [email] :: OfficeEquipmentStore -> Email [employee] :: OfficeEquipmentStore -> Employee [event] :: OfficeEquipmentStore -> Event [faxNumber] :: OfficeEquipmentStore -> FaxNumber [founder] :: OfficeEquipmentStore -> Founder [foundingDate] :: OfficeEquipmentStore -> FoundingDate [foundingLocation] :: OfficeEquipmentStore -> FoundingLocation [globalLocationNumber] :: OfficeEquipmentStore -> GlobalLocationNumber [hasOfferCatalog] :: OfficeEquipmentStore -> HasOfferCatalog [hasPOS] :: OfficeEquipmentStore -> HasPOS [isicV4] :: OfficeEquipmentStore -> IsicV4 [legalName] :: OfficeEquipmentStore -> LegalName [location] :: OfficeEquipmentStore -> Location [logo] :: OfficeEquipmentStore -> Logo [makesOffer] :: OfficeEquipmentStore -> MakesOffer [member] :: OfficeEquipmentStore -> Member [memberOf] :: OfficeEquipmentStore -> MemberOf [naics] :: OfficeEquipmentStore -> Naics [numberOfEmployees] :: OfficeEquipmentStore -> NumberOfEmployees [owns] :: OfficeEquipmentStore -> Owns [parentOrganization] :: OfficeEquipmentStore -> ParentOrganization [review] :: OfficeEquipmentStore -> Review [seeks] :: OfficeEquipmentStore -> Seeks [subOrganization] :: OfficeEquipmentStore -> SubOrganization [taxID] :: OfficeEquipmentStore -> TaxID [telephone] :: OfficeEquipmentStore -> Telephone [vatID] :: OfficeEquipmentStore -> VatID [additionalProperty] :: OfficeEquipmentStore -> AdditionalProperty [containedInPlace] :: OfficeEquipmentStore -> ContainedInPlace [containsPlace] :: OfficeEquipmentStore -> ContainsPlace [geo] :: OfficeEquipmentStore -> Geo [hasMap] :: OfficeEquipmentStore -> HasMap [openingHoursSpecification] :: OfficeEquipmentStore -> OpeningHoursSpecification [photo] :: OfficeEquipmentStore -> Photo [additionalType] :: OfficeEquipmentStore -> AdditionalType [alternateName] :: OfficeEquipmentStore -> AlternateName [description] :: OfficeEquipmentStore -> Description [image] :: OfficeEquipmentStore -> Image [mainEntityOfPage] :: OfficeEquipmentStore -> MainEntityOfPage [name] :: OfficeEquipmentStore -> Name [potentialAction] :: OfficeEquipmentStore -> PotentialAction [sameAs] :: OfficeEquipmentStore -> SameAs [url] :: OfficeEquipmentStore -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.OfficeEquipmentStore.OfficeEquipmentStore instance GHC.Read.Read Text.HTML5.MetaData.Schema.OfficeEquipmentStore.OfficeEquipmentStore instance GHC.Show.Show Text.HTML5.MetaData.Schema.OfficeEquipmentStore.OfficeEquipmentStore instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.OfficeEquipmentStore.OfficeEquipmentStore module Text.HTML5.MetaData.Schema.PublicationEvent -- | A PublicationEvent corresponds indifferently to the event of -- publication for a CreativeWork of any type e.g. a broadcast event, an -- on-demand event, a book/journal publication via a variety of delivery -- media. -- -- data PublicationEvent PublicationEvent :: IsAccessibleForFree -> PublishedOn -> AggregateRating -> Attendee -> DoorTime -> Duration -> EndDate -> EventStatus -> InLanguage -> Location -> Offers -> Organizer -> Performer -> PreviousStartDate -> RecordedIn -> Review -> StartDate -> SubEvent -> SuperEvent -> TypicalAgeRange -> WorkFeatured -> WorkPerformed -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PublicationEvent [isAccessibleForFree] :: PublicationEvent -> IsAccessibleForFree [publishedOn] :: PublicationEvent -> PublishedOn [aggregateRating] :: PublicationEvent -> AggregateRating [attendee] :: PublicationEvent -> Attendee [doorTime] :: PublicationEvent -> DoorTime [duration] :: PublicationEvent -> Duration [endDate] :: PublicationEvent -> EndDate [eventStatus] :: PublicationEvent -> EventStatus [inLanguage] :: PublicationEvent -> InLanguage [location] :: PublicationEvent -> Location [offers] :: PublicationEvent -> Offers [organizer] :: PublicationEvent -> Organizer [performer] :: PublicationEvent -> Performer [previousStartDate] :: PublicationEvent -> PreviousStartDate [recordedIn] :: PublicationEvent -> RecordedIn [review] :: PublicationEvent -> Review [startDate] :: PublicationEvent -> StartDate [subEvent] :: PublicationEvent -> SubEvent [superEvent] :: PublicationEvent -> SuperEvent [typicalAgeRange] :: PublicationEvent -> TypicalAgeRange [workFeatured] :: PublicationEvent -> WorkFeatured [workPerformed] :: PublicationEvent -> WorkPerformed [additionalType] :: PublicationEvent -> AdditionalType [alternateName] :: PublicationEvent -> AlternateName [description] :: PublicationEvent -> Description [image] :: PublicationEvent -> Image [mainEntityOfPage] :: PublicationEvent -> MainEntityOfPage [name] :: PublicationEvent -> Name [potentialAction] :: PublicationEvent -> PotentialAction [sameAs] :: PublicationEvent -> SameAs [url] :: PublicationEvent -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PublicationEvent.PublicationEvent instance GHC.Read.Read Text.HTML5.MetaData.Schema.PublicationEvent.PublicationEvent instance GHC.Show.Show Text.HTML5.MetaData.Schema.PublicationEvent.PublicationEvent instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PublicationEvent.PublicationEvent module Text.HTML5.MetaData.Schema.OnDemandEvent -- | A publication event e.g. catch-up TV or radio podcast, during which a -- program is available on-demand. -- -- data OnDemandEvent OnDemandEvent :: IsAccessibleForFree -> PublishedOn -> AggregateRating -> Attendee -> DoorTime -> Duration -> EndDate -> EventStatus -> InLanguage -> Location -> Offers -> Organizer -> Performer -> PreviousStartDate -> RecordedIn -> Review -> StartDate -> SubEvent -> SuperEvent -> TypicalAgeRange -> WorkFeatured -> WorkPerformed -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> OnDemandEvent [isAccessibleForFree] :: OnDemandEvent -> IsAccessibleForFree [publishedOn] :: OnDemandEvent -> PublishedOn [aggregateRating] :: OnDemandEvent -> AggregateRating [attendee] :: OnDemandEvent -> Attendee [doorTime] :: OnDemandEvent -> DoorTime [duration] :: OnDemandEvent -> Duration [endDate] :: OnDemandEvent -> EndDate [eventStatus] :: OnDemandEvent -> EventStatus [inLanguage] :: OnDemandEvent -> InLanguage [location] :: OnDemandEvent -> Location [offers] :: OnDemandEvent -> Offers [organizer] :: OnDemandEvent -> Organizer [performer] :: OnDemandEvent -> Performer [previousStartDate] :: OnDemandEvent -> PreviousStartDate [recordedIn] :: OnDemandEvent -> RecordedIn [review] :: OnDemandEvent -> Review [startDate] :: OnDemandEvent -> StartDate [subEvent] :: OnDemandEvent -> SubEvent [superEvent] :: OnDemandEvent -> SuperEvent [typicalAgeRange] :: OnDemandEvent -> TypicalAgeRange [workFeatured] :: OnDemandEvent -> WorkFeatured [workPerformed] :: OnDemandEvent -> WorkPerformed [additionalType] :: OnDemandEvent -> AdditionalType [alternateName] :: OnDemandEvent -> AlternateName [description] :: OnDemandEvent -> Description [image] :: OnDemandEvent -> Image [mainEntityOfPage] :: OnDemandEvent -> MainEntityOfPage [name] :: OnDemandEvent -> Name [potentialAction] :: OnDemandEvent -> PotentialAction [sameAs] :: OnDemandEvent -> SameAs [url] :: OnDemandEvent -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.OnDemandEvent.OnDemandEvent instance GHC.Read.Read Text.HTML5.MetaData.Schema.OnDemandEvent.OnDemandEvent instance GHC.Show.Show Text.HTML5.MetaData.Schema.OnDemandEvent.OnDemandEvent instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.OnDemandEvent.OnDemandEvent module Text.HTML5.MetaData.Schema.OrderAction -- | An agent orders an objectproductservice to be delivered/sent. -- -- data OrderAction OrderAction :: DeliveryMethod -> Price -> PriceSpecification -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> OrderAction [deliveryMethod] :: OrderAction -> DeliveryMethod [price] :: OrderAction -> Price [priceSpecification] :: OrderAction -> PriceSpecification [actionStatus] :: OrderAction -> ActionStatus [agent] :: OrderAction -> Agent [endTime] :: OrderAction -> EndTime [error] :: OrderAction -> Error [instrument] :: OrderAction -> Instrument [location] :: OrderAction -> Location [object] :: OrderAction -> Object [participant] :: OrderAction -> Participant [result] :: OrderAction -> Result [startTime] :: OrderAction -> StartTime [target] :: OrderAction -> Target [additionalType] :: OrderAction -> AdditionalType [alternateName] :: OrderAction -> AlternateName [description] :: OrderAction -> Description [image] :: OrderAction -> Image [mainEntityOfPage] :: OrderAction -> MainEntityOfPage [name] :: OrderAction -> Name [potentialAction] :: OrderAction -> PotentialAction [sameAs] :: OrderAction -> SameAs [url] :: OrderAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.OrderAction.OrderAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.OrderAction.OrderAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.OrderAction.OrderAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.OrderAction.OrderAction module Text.HTML5.MetaData.Schema.Organization -- | An organization such as a school, NGO, corporation, club, etc. -- -- data Organization Organization :: Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Organization [address] :: Organization -> Address [aggregateRating] :: Organization -> AggregateRating [alumni] :: Organization -> Alumni [areaServed] :: Organization -> AreaServed [award] :: Organization -> Award [brand] :: Organization -> Brand [contactPoint] :: Organization -> ContactPoint [department] :: Organization -> Department [dissolutionDate] :: Organization -> DissolutionDate [duns] :: Organization -> Duns [email] :: Organization -> Email [employee] :: Organization -> Employee [event] :: Organization -> Event [faxNumber] :: Organization -> FaxNumber [founder] :: Organization -> Founder [foundingDate] :: Organization -> FoundingDate [foundingLocation] :: Organization -> FoundingLocation [globalLocationNumber] :: Organization -> GlobalLocationNumber [hasOfferCatalog] :: Organization -> HasOfferCatalog [hasPOS] :: Organization -> HasPOS [isicV4] :: Organization -> IsicV4 [legalName] :: Organization -> LegalName [location] :: Organization -> Location [logo] :: Organization -> Logo [makesOffer] :: Organization -> MakesOffer [member] :: Organization -> Member [memberOf] :: Organization -> MemberOf [naics] :: Organization -> Naics [numberOfEmployees] :: Organization -> NumberOfEmployees [owns] :: Organization -> Owns [parentOrganization] :: Organization -> ParentOrganization [review] :: Organization -> Review [seeks] :: Organization -> Seeks [subOrganization] :: Organization -> SubOrganization [taxID] :: Organization -> TaxID [telephone] :: Organization -> Telephone [vatID] :: Organization -> VatID [additionalType] :: Organization -> AdditionalType [alternateName] :: Organization -> AlternateName [description] :: Organization -> Description [image] :: Organization -> Image [mainEntityOfPage] :: Organization -> MainEntityOfPage [name] :: Organization -> Name [potentialAction] :: Organization -> PotentialAction [sameAs] :: Organization -> SameAs [url] :: Organization -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Organization.Organization instance GHC.Read.Read Text.HTML5.MetaData.Schema.Organization.Organization instance GHC.Show.Show Text.HTML5.MetaData.Schema.Organization.Organization instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Organization.Organization module Text.HTML5.MetaData.Schema.SportsTeam -- | Organization: Sports team. -- -- data SportsTeam SportsTeam :: Athlete -> Coach -> Sport -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> SportsTeam [athlete] :: SportsTeam -> Athlete [coach] :: SportsTeam -> Coach [sport] :: SportsTeam -> Sport [address] :: SportsTeam -> Address [aggregateRating] :: SportsTeam -> AggregateRating [alumni] :: SportsTeam -> Alumni [areaServed] :: SportsTeam -> AreaServed [award] :: SportsTeam -> Award [brand] :: SportsTeam -> Brand [contactPoint] :: SportsTeam -> ContactPoint [department] :: SportsTeam -> Department [dissolutionDate] :: SportsTeam -> DissolutionDate [duns] :: SportsTeam -> Duns [email] :: SportsTeam -> Email [employee] :: SportsTeam -> Employee [event] :: SportsTeam -> Event [faxNumber] :: SportsTeam -> FaxNumber [founder] :: SportsTeam -> Founder [foundingDate] :: SportsTeam -> FoundingDate [foundingLocation] :: SportsTeam -> FoundingLocation [globalLocationNumber] :: SportsTeam -> GlobalLocationNumber [hasOfferCatalog] :: SportsTeam -> HasOfferCatalog [hasPOS] :: SportsTeam -> HasPOS [isicV4] :: SportsTeam -> IsicV4 [legalName] :: SportsTeam -> LegalName [location] :: SportsTeam -> Location [logo] :: SportsTeam -> Logo [makesOffer] :: SportsTeam -> MakesOffer [member] :: SportsTeam -> Member [memberOf] :: SportsTeam -> MemberOf [naics] :: SportsTeam -> Naics [numberOfEmployees] :: SportsTeam -> NumberOfEmployees [owns] :: SportsTeam -> Owns [parentOrganization] :: SportsTeam -> ParentOrganization [review] :: SportsTeam -> Review [seeks] :: SportsTeam -> Seeks [subOrganization] :: SportsTeam -> SubOrganization [taxID] :: SportsTeam -> TaxID [telephone] :: SportsTeam -> Telephone [vatID] :: SportsTeam -> VatID [additionalType] :: SportsTeam -> AdditionalType [alternateName] :: SportsTeam -> AlternateName [description] :: SportsTeam -> Description [image] :: SportsTeam -> Image [mainEntityOfPage] :: SportsTeam -> MainEntityOfPage [name] :: SportsTeam -> Name [potentialAction] :: SportsTeam -> PotentialAction [sameAs] :: SportsTeam -> SameAs [url] :: SportsTeam -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.SportsTeam.SportsTeam instance GHC.Read.Read Text.HTML5.MetaData.Schema.SportsTeam.SportsTeam instance GHC.Show.Show Text.HTML5.MetaData.Schema.SportsTeam.SportsTeam instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.SportsTeam.SportsTeam module Text.HTML5.MetaData.Schema.SportsOrganization -- | Represents the collection of all sports organizations, including -- sports teams, governing bodies, and sports associations. -- -- data SportsOrganization SportsOrganization :: Sport -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> SportsOrganization [sport] :: SportsOrganization -> Sport [address] :: SportsOrganization -> Address [aggregateRating] :: SportsOrganization -> AggregateRating [alumni] :: SportsOrganization -> Alumni [areaServed] :: SportsOrganization -> AreaServed [award] :: SportsOrganization -> Award [brand] :: SportsOrganization -> Brand [contactPoint] :: SportsOrganization -> ContactPoint [department] :: SportsOrganization -> Department [dissolutionDate] :: SportsOrganization -> DissolutionDate [duns] :: SportsOrganization -> Duns [email] :: SportsOrganization -> Email [employee] :: SportsOrganization -> Employee [event] :: SportsOrganization -> Event [faxNumber] :: SportsOrganization -> FaxNumber [founder] :: SportsOrganization -> Founder [foundingDate] :: SportsOrganization -> FoundingDate [foundingLocation] :: SportsOrganization -> FoundingLocation [globalLocationNumber] :: SportsOrganization -> GlobalLocationNumber [hasOfferCatalog] :: SportsOrganization -> HasOfferCatalog [hasPOS] :: SportsOrganization -> HasPOS [isicV4] :: SportsOrganization -> IsicV4 [legalName] :: SportsOrganization -> LegalName [location] :: SportsOrganization -> Location [logo] :: SportsOrganization -> Logo [makesOffer] :: SportsOrganization -> MakesOffer [member] :: SportsOrganization -> Member [memberOf] :: SportsOrganization -> MemberOf [naics] :: SportsOrganization -> Naics [numberOfEmployees] :: SportsOrganization -> NumberOfEmployees [owns] :: SportsOrganization -> Owns [parentOrganization] :: SportsOrganization -> ParentOrganization [review] :: SportsOrganization -> Review [seeks] :: SportsOrganization -> Seeks [subOrganization] :: SportsOrganization -> SubOrganization [taxID] :: SportsOrganization -> TaxID [telephone] :: SportsOrganization -> Telephone [vatID] :: SportsOrganization -> VatID [additionalType] :: SportsOrganization -> AdditionalType [alternateName] :: SportsOrganization -> AlternateName [description] :: SportsOrganization -> Description [image] :: SportsOrganization -> Image [mainEntityOfPage] :: SportsOrganization -> MainEntityOfPage [name] :: SportsOrganization -> Name [potentialAction] :: SportsOrganization -> PotentialAction [sameAs] :: SportsOrganization -> SameAs [url] :: SportsOrganization -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.SportsOrganization.SportsOrganization instance GHC.Read.Read Text.HTML5.MetaData.Schema.SportsOrganization.SportsOrganization instance GHC.Show.Show Text.HTML5.MetaData.Schema.SportsOrganization.SportsOrganization instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.SportsOrganization.SportsOrganization module Text.HTML5.MetaData.Schema.OutletStore -- | An outlet store. -- -- data OutletStore OutletStore :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> OutletStore [branchCode] :: OutletStore -> BranchCode [currenciesAccepted] :: OutletStore -> CurrenciesAccepted [openingHours] :: OutletStore -> OpeningHours [paymentAccepted] :: OutletStore -> PaymentAccepted [priceRange] :: OutletStore -> PriceRange [address] :: OutletStore -> Address [aggregateRating] :: OutletStore -> AggregateRating [alumni] :: OutletStore -> Alumni [areaServed] :: OutletStore -> AreaServed [award] :: OutletStore -> Award [brand] :: OutletStore -> Brand [contactPoint] :: OutletStore -> ContactPoint [department] :: OutletStore -> Department [dissolutionDate] :: OutletStore -> DissolutionDate [duns] :: OutletStore -> Duns [email] :: OutletStore -> Email [employee] :: OutletStore -> Employee [event] :: OutletStore -> Event [faxNumber] :: OutletStore -> FaxNumber [founder] :: OutletStore -> Founder [foundingDate] :: OutletStore -> FoundingDate [foundingLocation] :: OutletStore -> FoundingLocation [globalLocationNumber] :: OutletStore -> GlobalLocationNumber [hasOfferCatalog] :: OutletStore -> HasOfferCatalog [hasPOS] :: OutletStore -> HasPOS [isicV4] :: OutletStore -> IsicV4 [legalName] :: OutletStore -> LegalName [location] :: OutletStore -> Location [logo] :: OutletStore -> Logo [makesOffer] :: OutletStore -> MakesOffer [member] :: OutletStore -> Member [memberOf] :: OutletStore -> MemberOf [naics] :: OutletStore -> Naics [numberOfEmployees] :: OutletStore -> NumberOfEmployees [owns] :: OutletStore -> Owns [parentOrganization] :: OutletStore -> ParentOrganization [review] :: OutletStore -> Review [seeks] :: OutletStore -> Seeks [subOrganization] :: OutletStore -> SubOrganization [taxID] :: OutletStore -> TaxID [telephone] :: OutletStore -> Telephone [vatID] :: OutletStore -> VatID [additionalProperty] :: OutletStore -> AdditionalProperty [containedInPlace] :: OutletStore -> ContainedInPlace [containsPlace] :: OutletStore -> ContainsPlace [geo] :: OutletStore -> Geo [hasMap] :: OutletStore -> HasMap [openingHoursSpecification] :: OutletStore -> OpeningHoursSpecification [photo] :: OutletStore -> Photo [additionalType] :: OutletStore -> AdditionalType [alternateName] :: OutletStore -> AlternateName [description] :: OutletStore -> Description [image] :: OutletStore -> Image [mainEntityOfPage] :: OutletStore -> MainEntityOfPage [name] :: OutletStore -> Name [potentialAction] :: OutletStore -> PotentialAction [sameAs] :: OutletStore -> SameAs [url] :: OutletStore -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.OutletStore.OutletStore instance GHC.Read.Read Text.HTML5.MetaData.Schema.OutletStore.OutletStore instance GHC.Show.Show Text.HTML5.MetaData.Schema.OutletStore.OutletStore instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.OutletStore.OutletStore module Text.HTML5.MetaData.Schema.PeopleAudience -- | A set of characteristics belonging to people, e.g. who compose an -- item's target audience. -- -- data PeopleAudience PeopleAudience :: HealthCondition -> RequiredGender -> RequiredMaxAge -> RequiredMinAge -> SuggestedGender -> SuggestedMaxAge -> SuggestedMinAge -> AudienceType -> GeographicArea -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PeopleAudience [healthCondition] :: PeopleAudience -> HealthCondition [requiredGender] :: PeopleAudience -> RequiredGender [requiredMaxAge] :: PeopleAudience -> RequiredMaxAge [requiredMinAge] :: PeopleAudience -> RequiredMinAge [suggestedGender] :: PeopleAudience -> SuggestedGender [suggestedMaxAge] :: PeopleAudience -> SuggestedMaxAge [suggestedMinAge] :: PeopleAudience -> SuggestedMinAge [audienceType] :: PeopleAudience -> AudienceType [geographicArea] :: PeopleAudience -> GeographicArea [additionalType] :: PeopleAudience -> AdditionalType [alternateName] :: PeopleAudience -> AlternateName [description] :: PeopleAudience -> Description [image] :: PeopleAudience -> Image [mainEntityOfPage] :: PeopleAudience -> MainEntityOfPage [name] :: PeopleAudience -> Name [potentialAction] :: PeopleAudience -> PotentialAction [sameAs] :: PeopleAudience -> SameAs [url] :: PeopleAudience -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PeopleAudience.PeopleAudience instance GHC.Read.Read Text.HTML5.MetaData.Schema.PeopleAudience.PeopleAudience instance GHC.Show.Show Text.HTML5.MetaData.Schema.PeopleAudience.PeopleAudience instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PeopleAudience.PeopleAudience module Text.HTML5.MetaData.Schema.ParentAudience -- | A set of characteristics describing parents, who can be interested in -- viewing some content. -- -- data ParentAudience ParentAudience :: ChildMaxAge -> ChildMinAge -> HealthCondition -> RequiredGender -> RequiredMaxAge -> RequiredMinAge -> SuggestedGender -> SuggestedMaxAge -> SuggestedMinAge -> AudienceType -> GeographicArea -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ParentAudience [childMaxAge] :: ParentAudience -> ChildMaxAge [childMinAge] :: ParentAudience -> ChildMinAge [healthCondition] :: ParentAudience -> HealthCondition [requiredGender] :: ParentAudience -> RequiredGender [requiredMaxAge] :: ParentAudience -> RequiredMaxAge [requiredMinAge] :: ParentAudience -> RequiredMinAge [suggestedGender] :: ParentAudience -> SuggestedGender [suggestedMaxAge] :: ParentAudience -> SuggestedMaxAge [suggestedMinAge] :: ParentAudience -> SuggestedMinAge [audienceType] :: ParentAudience -> AudienceType [geographicArea] :: ParentAudience -> GeographicArea [additionalType] :: ParentAudience -> AdditionalType [alternateName] :: ParentAudience -> AlternateName [description] :: ParentAudience -> Description [image] :: ParentAudience -> Image [mainEntityOfPage] :: ParentAudience -> MainEntityOfPage [name] :: ParentAudience -> Name [potentialAction] :: ParentAudience -> PotentialAction [sameAs] :: ParentAudience -> SameAs [url] :: ParentAudience -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ParentAudience.ParentAudience instance GHC.Read.Read Text.HTML5.MetaData.Schema.ParentAudience.ParentAudience instance GHC.Show.Show Text.HTML5.MetaData.Schema.ParentAudience.ParentAudience instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ParentAudience.ParentAudience module Text.HTML5.MetaData.Schema.PawnShop -- | A shop that will buy, or lend money against the security of, personal -- possessions. -- -- data PawnShop PawnShop :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PawnShop [branchCode] :: PawnShop -> BranchCode [currenciesAccepted] :: PawnShop -> CurrenciesAccepted [openingHours] :: PawnShop -> OpeningHours [paymentAccepted] :: PawnShop -> PaymentAccepted [priceRange] :: PawnShop -> PriceRange [address] :: PawnShop -> Address [aggregateRating] :: PawnShop -> AggregateRating [alumni] :: PawnShop -> Alumni [areaServed] :: PawnShop -> AreaServed [award] :: PawnShop -> Award [brand] :: PawnShop -> Brand [contactPoint] :: PawnShop -> ContactPoint [department] :: PawnShop -> Department [dissolutionDate] :: PawnShop -> DissolutionDate [duns] :: PawnShop -> Duns [email] :: PawnShop -> Email [employee] :: PawnShop -> Employee [event] :: PawnShop -> Event [faxNumber] :: PawnShop -> FaxNumber [founder] :: PawnShop -> Founder [foundingDate] :: PawnShop -> FoundingDate [foundingLocation] :: PawnShop -> FoundingLocation [globalLocationNumber] :: PawnShop -> GlobalLocationNumber [hasOfferCatalog] :: PawnShop -> HasOfferCatalog [hasPOS] :: PawnShop -> HasPOS [isicV4] :: PawnShop -> IsicV4 [legalName] :: PawnShop -> LegalName [location] :: PawnShop -> Location [logo] :: PawnShop -> Logo [makesOffer] :: PawnShop -> MakesOffer [member] :: PawnShop -> Member [memberOf] :: PawnShop -> MemberOf [naics] :: PawnShop -> Naics [numberOfEmployees] :: PawnShop -> NumberOfEmployees [owns] :: PawnShop -> Owns [parentOrganization] :: PawnShop -> ParentOrganization [review] :: PawnShop -> Review [seeks] :: PawnShop -> Seeks [subOrganization] :: PawnShop -> SubOrganization [taxID] :: PawnShop -> TaxID [telephone] :: PawnShop -> Telephone [vatID] :: PawnShop -> VatID [additionalProperty] :: PawnShop -> AdditionalProperty [containedInPlace] :: PawnShop -> ContainedInPlace [containsPlace] :: PawnShop -> ContainsPlace [geo] :: PawnShop -> Geo [hasMap] :: PawnShop -> HasMap [openingHoursSpecification] :: PawnShop -> OpeningHoursSpecification [photo] :: PawnShop -> Photo [additionalType] :: PawnShop -> AdditionalType [alternateName] :: PawnShop -> AlternateName [description] :: PawnShop -> Description [image] :: PawnShop -> Image [mainEntityOfPage] :: PawnShop -> MainEntityOfPage [name] :: PawnShop -> Name [potentialAction] :: PawnShop -> PotentialAction [sameAs] :: PawnShop -> SameAs [url] :: PawnShop -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PawnShop.PawnShop instance GHC.Read.Read Text.HTML5.MetaData.Schema.PawnShop.PawnShop instance GHC.Show.Show Text.HTML5.MetaData.Schema.PawnShop.PawnShop instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PawnShop.PawnShop module Text.HTML5.MetaData.Schema.PayAction -- | An agent pays a price to a participant. -- -- data PayAction PayAction :: Purpose -> Recipient -> Price -> PriceSpecification -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PayAction [purpose] :: PayAction -> Purpose [recipient] :: PayAction -> Recipient [price] :: PayAction -> Price [priceSpecification] :: PayAction -> PriceSpecification [actionStatus] :: PayAction -> ActionStatus [agent] :: PayAction -> Agent [endTime] :: PayAction -> EndTime [error] :: PayAction -> Error [instrument] :: PayAction -> Instrument [location] :: PayAction -> Location [object] :: PayAction -> Object [participant] :: PayAction -> Participant [result] :: PayAction -> Result [startTime] :: PayAction -> StartTime [target] :: PayAction -> Target [additionalType] :: PayAction -> AdditionalType [alternateName] :: PayAction -> AlternateName [description] :: PayAction -> Description [image] :: PayAction -> Image [mainEntityOfPage] :: PayAction -> MainEntityOfPage [name] :: PayAction -> Name [potentialAction] :: PayAction -> PotentialAction [sameAs] :: PayAction -> SameAs [url] :: PayAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PayAction.PayAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.PayAction.PayAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.PayAction.PayAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PayAction.PayAction module Text.HTML5.MetaData.Schema.PaymentChargeSpecification -- | The costs of settling the payment using a particular payment method. -- -- data PaymentChargeSpecification PaymentChargeSpecification :: AppliesToDeliveryMethod -> AppliesToPaymentMethod -> EligibleQuantity -> EligibleTransactionVolume -> MaxPrice -> MinPrice -> Price -> PriceCurrency -> ValidFrom -> ValidThrough -> ValueAddedTaxIncluded -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PaymentChargeSpecification [appliesToDeliveryMethod] :: PaymentChargeSpecification -> AppliesToDeliveryMethod [appliesToPaymentMethod] :: PaymentChargeSpecification -> AppliesToPaymentMethod [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 [additionalType] :: PaymentChargeSpecification -> AdditionalType [alternateName] :: PaymentChargeSpecification -> AlternateName [description] :: PaymentChargeSpecification -> Description [image] :: PaymentChargeSpecification -> Image [mainEntityOfPage] :: PaymentChargeSpecification -> MainEntityOfPage [name] :: PaymentChargeSpecification -> Name [potentialAction] :: PaymentChargeSpecification -> PotentialAction [sameAs] :: PaymentChargeSpecification -> SameAs [url] :: PaymentChargeSpecification -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PaymentChargeSpecification.PaymentChargeSpecification instance GHC.Read.Read Text.HTML5.MetaData.Schema.PaymentChargeSpecification.PaymentChargeSpecification instance GHC.Show.Show Text.HTML5.MetaData.Schema.PaymentChargeSpecification.PaymentChargeSpecification instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PaymentChargeSpecification.PaymentChargeSpecification module Text.HTML5.MetaData.Schema.PlayAction -- | The act of playingexercisingtrainingperforming for -- enjoyment, leisure, recreation, Competition or exercise.Related -- actions:ListenAction: Unlike ListenAction (which is under -- ConsumeAction), PlayAction refers to performing for an audience or at -- an event, rather than consuming music.WatchAction: Unlike WatchAction -- (which is under ConsumeAction), PlayAction refers to -- showingdisplaying for an audience or at an event, rather than -- consuming visual content. -- -- data PlayAction PlayAction :: Audience -> Event -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PlayAction [audience] :: PlayAction -> Audience [event] :: PlayAction -> Event [actionStatus] :: PlayAction -> ActionStatus [agent] :: PlayAction -> Agent [endTime] :: PlayAction -> EndTime [error] :: PlayAction -> Error [instrument] :: PlayAction -> Instrument [location] :: PlayAction -> Location [object] :: PlayAction -> Object [participant] :: PlayAction -> Participant [result] :: PlayAction -> Result [startTime] :: PlayAction -> StartTime [target] :: PlayAction -> Target [additionalType] :: PlayAction -> AdditionalType [alternateName] :: PlayAction -> AlternateName [description] :: PlayAction -> Description [image] :: PlayAction -> Image [mainEntityOfPage] :: PlayAction -> MainEntityOfPage [name] :: PlayAction -> Name [potentialAction] :: PlayAction -> PotentialAction [sameAs] :: PlayAction -> SameAs [url] :: PlayAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PlayAction.PlayAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.PlayAction.PlayAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.PlayAction.PlayAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PlayAction.PlayAction module Text.HTML5.MetaData.Schema.PerformAction -- | The act of participating in performance arts. -- -- data PerformAction PerformAction :: EntertainmentBusiness -> Audience -> Event -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PerformAction [entertainmentBusiness] :: PerformAction -> EntertainmentBusiness [audience] :: PerformAction -> Audience [event] :: PerformAction -> Event [actionStatus] :: PerformAction -> ActionStatus [agent] :: PerformAction -> Agent [endTime] :: PerformAction -> EndTime [error] :: PerformAction -> Error [instrument] :: PerformAction -> Instrument [location] :: PerformAction -> Location [object] :: PerformAction -> Object [participant] :: PerformAction -> Participant [result] :: PerformAction -> Result [startTime] :: PerformAction -> StartTime [target] :: PerformAction -> Target [additionalType] :: PerformAction -> AdditionalType [alternateName] :: PerformAction -> AlternateName [description] :: PerformAction -> Description [image] :: PerformAction -> Image [mainEntityOfPage] :: PerformAction -> MainEntityOfPage [name] :: PerformAction -> Name [potentialAction] :: PerformAction -> PotentialAction [sameAs] :: PerformAction -> SameAs [url] :: PerformAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PerformAction.PerformAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.PerformAction.PerformAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.PerformAction.PerformAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PerformAction.PerformAction module Text.HTML5.MetaData.Schema.Role -- | Represents additional information about a relationship or property. -- For example a Role can be used to say that a member role -- linking some SportsTeam to a player occurred during a particular time -- period. Or that a Person's actor role in a Movie was for some -- particular characterName. Such properties can be attached to a Role -- entity, which is then associated with the main entities using ordinary -- properties like member or actor. See also blog post. -- -- data Role Role :: EndDate -> RoleName -> StartDate -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Role [endDate] :: Role -> EndDate [roleName] :: Role -> RoleName [startDate] :: Role -> StartDate [additionalType] :: Role -> AdditionalType [alternateName] :: Role -> AlternateName [description] :: Role -> Description [image] :: Role -> Image [mainEntityOfPage] :: Role -> MainEntityOfPage [name] :: Role -> Name [potentialAction] :: Role -> PotentialAction [sameAs] :: Role -> SameAs [url] :: Role -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Role.Role instance GHC.Read.Read Text.HTML5.MetaData.Schema.Role.Role instance GHC.Show.Show Text.HTML5.MetaData.Schema.Role.Role instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Role.Role module Text.HTML5.MetaData.Schema.PerformanceRole -- | A PerformanceRole is a Role that some entity places with regard to a -- theatrical performance, e.g. in a Movie, TVSeries etc. -- -- data PerformanceRole PerformanceRole :: CharacterName -> EndDate -> RoleName -> StartDate -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PerformanceRole [characterName] :: PerformanceRole -> CharacterName [endDate] :: PerformanceRole -> EndDate [roleName] :: PerformanceRole -> RoleName [startDate] :: PerformanceRole -> StartDate [additionalType] :: PerformanceRole -> AdditionalType [alternateName] :: PerformanceRole -> AlternateName [description] :: PerformanceRole -> Description [image] :: PerformanceRole -> Image [mainEntityOfPage] :: PerformanceRole -> MainEntityOfPage [name] :: PerformanceRole -> Name [potentialAction] :: PerformanceRole -> PotentialAction [sameAs] :: PerformanceRole -> SameAs [url] :: PerformanceRole -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PerformanceRole.PerformanceRole instance GHC.Read.Read Text.HTML5.MetaData.Schema.PerformanceRole.PerformanceRole instance GHC.Show.Show Text.HTML5.MetaData.Schema.PerformanceRole.PerformanceRole instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PerformanceRole.PerformanceRole module Text.HTML5.MetaData.Schema.PerformingGroup -- | A performance group, such as a band, an orchestra, or a circus. -- -- data PerformingGroup PerformingGroup :: Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PerformingGroup [address] :: PerformingGroup -> Address [aggregateRating] :: PerformingGroup -> AggregateRating [alumni] :: PerformingGroup -> Alumni [areaServed] :: PerformingGroup -> AreaServed [award] :: PerformingGroup -> Award [brand] :: PerformingGroup -> Brand [contactPoint] :: PerformingGroup -> ContactPoint [department] :: PerformingGroup -> Department [dissolutionDate] :: PerformingGroup -> DissolutionDate [duns] :: PerformingGroup -> Duns [email] :: PerformingGroup -> Email [employee] :: PerformingGroup -> Employee [event] :: PerformingGroup -> Event [faxNumber] :: PerformingGroup -> FaxNumber [founder] :: PerformingGroup -> Founder [foundingDate] :: PerformingGroup -> FoundingDate [foundingLocation] :: PerformingGroup -> FoundingLocation [globalLocationNumber] :: PerformingGroup -> GlobalLocationNumber [hasOfferCatalog] :: PerformingGroup -> HasOfferCatalog [hasPOS] :: PerformingGroup -> HasPOS [isicV4] :: PerformingGroup -> IsicV4 [legalName] :: PerformingGroup -> LegalName [location] :: PerformingGroup -> Location [logo] :: PerformingGroup -> Logo [makesOffer] :: PerformingGroup -> MakesOffer [member] :: PerformingGroup -> Member [memberOf] :: PerformingGroup -> MemberOf [naics] :: PerformingGroup -> Naics [numberOfEmployees] :: PerformingGroup -> NumberOfEmployees [owns] :: PerformingGroup -> Owns [parentOrganization] :: PerformingGroup -> ParentOrganization [review] :: PerformingGroup -> Review [seeks] :: PerformingGroup -> Seeks [subOrganization] :: PerformingGroup -> SubOrganization [taxID] :: PerformingGroup -> TaxID [telephone] :: PerformingGroup -> Telephone [vatID] :: PerformingGroup -> VatID [additionalType] :: PerformingGroup -> AdditionalType [alternateName] :: PerformingGroup -> AlternateName [description] :: PerformingGroup -> Description [image] :: PerformingGroup -> Image [mainEntityOfPage] :: PerformingGroup -> MainEntityOfPage [name] :: PerformingGroup -> Name [potentialAction] :: PerformingGroup -> PotentialAction [sameAs] :: PerformingGroup -> SameAs [url] :: PerformingGroup -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PerformingGroup.PerformingGroup instance GHC.Read.Read Text.HTML5.MetaData.Schema.PerformingGroup.PerformingGroup instance GHC.Show.Show Text.HTML5.MetaData.Schema.PerformingGroup.PerformingGroup instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PerformingGroup.PerformingGroup module Text.HTML5.MetaData.Schema.TheaterGroup -- | A theater group or company, for example, the Royal Shakespeare Company -- or Druid Theatre. -- -- data TheaterGroup TheaterGroup :: Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> TheaterGroup [address] :: TheaterGroup -> Address [aggregateRating] :: TheaterGroup -> AggregateRating [alumni] :: TheaterGroup -> Alumni [areaServed] :: TheaterGroup -> AreaServed [award] :: TheaterGroup -> Award [brand] :: TheaterGroup -> Brand [contactPoint] :: TheaterGroup -> ContactPoint [department] :: TheaterGroup -> Department [dissolutionDate] :: TheaterGroup -> DissolutionDate [duns] :: TheaterGroup -> Duns [email] :: TheaterGroup -> Email [employee] :: TheaterGroup -> Employee [event] :: TheaterGroup -> Event [faxNumber] :: TheaterGroup -> FaxNumber [founder] :: TheaterGroup -> Founder [foundingDate] :: TheaterGroup -> FoundingDate [foundingLocation] :: TheaterGroup -> FoundingLocation [globalLocationNumber] :: TheaterGroup -> GlobalLocationNumber [hasOfferCatalog] :: TheaterGroup -> HasOfferCatalog [hasPOS] :: TheaterGroup -> HasPOS [isicV4] :: TheaterGroup -> IsicV4 [legalName] :: TheaterGroup -> LegalName [location] :: TheaterGroup -> Location [logo] :: TheaterGroup -> Logo [makesOffer] :: TheaterGroup -> MakesOffer [member] :: TheaterGroup -> Member [memberOf] :: TheaterGroup -> MemberOf [naics] :: TheaterGroup -> Naics [numberOfEmployees] :: TheaterGroup -> NumberOfEmployees [owns] :: TheaterGroup -> Owns [parentOrganization] :: TheaterGroup -> ParentOrganization [review] :: TheaterGroup -> Review [seeks] :: TheaterGroup -> Seeks [subOrganization] :: TheaterGroup -> SubOrganization [taxID] :: TheaterGroup -> TaxID [telephone] :: TheaterGroup -> Telephone [vatID] :: TheaterGroup -> VatID [additionalType] :: TheaterGroup -> AdditionalType [alternateName] :: TheaterGroup -> AlternateName [description] :: TheaterGroup -> Description [image] :: TheaterGroup -> Image [mainEntityOfPage] :: TheaterGroup -> MainEntityOfPage [name] :: TheaterGroup -> Name [potentialAction] :: TheaterGroup -> PotentialAction [sameAs] :: TheaterGroup -> SameAs [url] :: TheaterGroup -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.TheaterGroup.TheaterGroup instance GHC.Read.Read Text.HTML5.MetaData.Schema.TheaterGroup.TheaterGroup instance GHC.Show.Show Text.HTML5.MetaData.Schema.TheaterGroup.TheaterGroup instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.TheaterGroup.TheaterGroup module Text.HTML5.MetaData.Schema.PetStore -- | A pet store. -- -- data PetStore PetStore :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PetStore [branchCode] :: PetStore -> BranchCode [currenciesAccepted] :: PetStore -> CurrenciesAccepted [openingHours] :: PetStore -> OpeningHours [paymentAccepted] :: PetStore -> PaymentAccepted [priceRange] :: PetStore -> PriceRange [address] :: PetStore -> Address [aggregateRating] :: PetStore -> AggregateRating [alumni] :: PetStore -> Alumni [areaServed] :: PetStore -> AreaServed [award] :: PetStore -> Award [brand] :: PetStore -> Brand [contactPoint] :: PetStore -> ContactPoint [department] :: PetStore -> Department [dissolutionDate] :: PetStore -> DissolutionDate [duns] :: PetStore -> Duns [email] :: PetStore -> Email [employee] :: PetStore -> Employee [event] :: PetStore -> Event [faxNumber] :: PetStore -> FaxNumber [founder] :: PetStore -> Founder [foundingDate] :: PetStore -> FoundingDate [foundingLocation] :: PetStore -> FoundingLocation [globalLocationNumber] :: PetStore -> GlobalLocationNumber [hasOfferCatalog] :: PetStore -> HasOfferCatalog [hasPOS] :: PetStore -> HasPOS [isicV4] :: PetStore -> IsicV4 [legalName] :: PetStore -> LegalName [location] :: PetStore -> Location [logo] :: PetStore -> Logo [makesOffer] :: PetStore -> MakesOffer [member] :: PetStore -> Member [memberOf] :: PetStore -> MemberOf [naics] :: PetStore -> Naics [numberOfEmployees] :: PetStore -> NumberOfEmployees [owns] :: PetStore -> Owns [parentOrganization] :: PetStore -> ParentOrganization [review] :: PetStore -> Review [seeks] :: PetStore -> Seeks [subOrganization] :: PetStore -> SubOrganization [taxID] :: PetStore -> TaxID [telephone] :: PetStore -> Telephone [vatID] :: PetStore -> VatID [additionalProperty] :: PetStore -> AdditionalProperty [containedInPlace] :: PetStore -> ContainedInPlace [containsPlace] :: PetStore -> ContainsPlace [geo] :: PetStore -> Geo [hasMap] :: PetStore -> HasMap [openingHoursSpecification] :: PetStore -> OpeningHoursSpecification [photo] :: PetStore -> Photo [additionalType] :: PetStore -> AdditionalType [alternateName] :: PetStore -> AlternateName [description] :: PetStore -> Description [image] :: PetStore -> Image [mainEntityOfPage] :: PetStore -> MainEntityOfPage [name] :: PetStore -> Name [potentialAction] :: PetStore -> PotentialAction [sameAs] :: PetStore -> SameAs [url] :: PetStore -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PetStore.PetStore instance GHC.Read.Read Text.HTML5.MetaData.Schema.PetStore.PetStore instance GHC.Show.Show Text.HTML5.MetaData.Schema.PetStore.PetStore instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PetStore.PetStore module Text.HTML5.MetaData.Schema.Place -- | Entities that have a somewhat fixed, physical extension. -- -- data Place Place :: AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Place [additionalProperty] :: Place -> AdditionalProperty [address] :: Place -> Address [aggregateRating] :: Place -> AggregateRating [branchCode] :: Place -> BranchCode [containedInPlace] :: Place -> ContainedInPlace [containsPlace] :: Place -> ContainsPlace [event] :: Place -> Event [faxNumber] :: Place -> FaxNumber [geo] :: Place -> Geo [globalLocationNumber] :: Place -> GlobalLocationNumber [hasMap] :: Place -> HasMap [isicV4] :: Place -> IsicV4 [logo] :: Place -> Logo [openingHoursSpecification] :: Place -> OpeningHoursSpecification [photo] :: Place -> Photo [review] :: Place -> Review [telephone] :: Place -> Telephone [additionalType] :: Place -> AdditionalType [alternateName] :: Place -> AlternateName [description] :: Place -> Description [image] :: Place -> Image [mainEntityOfPage] :: Place -> MainEntityOfPage [name] :: Place -> Name [potentialAction] :: Place -> PotentialAction [sameAs] :: Place -> SameAs [url] :: Place -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Place.Place instance GHC.Read.Read Text.HTML5.MetaData.Schema.Place.Place instance GHC.Show.Show Text.HTML5.MetaData.Schema.Place.Place instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Place.Place module Text.HTML5.MetaData.Schema.TouristAttraction -- | A tourist attraction. -- -- data TouristAttraction TouristAttraction :: AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> TouristAttraction [additionalProperty] :: TouristAttraction -> AdditionalProperty [address] :: TouristAttraction -> Address [aggregateRating] :: TouristAttraction -> AggregateRating [branchCode] :: TouristAttraction -> BranchCode [containedInPlace] :: TouristAttraction -> ContainedInPlace [containsPlace] :: TouristAttraction -> ContainsPlace [event] :: TouristAttraction -> Event [faxNumber] :: TouristAttraction -> FaxNumber [geo] :: TouristAttraction -> Geo [globalLocationNumber] :: TouristAttraction -> GlobalLocationNumber [hasMap] :: TouristAttraction -> HasMap [isicV4] :: TouristAttraction -> IsicV4 [logo] :: TouristAttraction -> Logo [openingHoursSpecification] :: TouristAttraction -> OpeningHoursSpecification [photo] :: TouristAttraction -> Photo [review] :: TouristAttraction -> Review [telephone] :: TouristAttraction -> Telephone [additionalType] :: TouristAttraction -> AdditionalType [alternateName] :: TouristAttraction -> AlternateName [description] :: TouristAttraction -> Description [image] :: TouristAttraction -> Image [mainEntityOfPage] :: TouristAttraction -> MainEntityOfPage [name] :: TouristAttraction -> Name [potentialAction] :: TouristAttraction -> PotentialAction [sameAs] :: TouristAttraction -> SameAs [url] :: TouristAttraction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.TouristAttraction.TouristAttraction instance GHC.Read.Read Text.HTML5.MetaData.Schema.TouristAttraction.TouristAttraction instance GHC.Show.Show Text.HTML5.MetaData.Schema.TouristAttraction.TouristAttraction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.TouristAttraction.TouristAttraction module Text.HTML5.MetaData.Schema.PlaceOfWorship -- | Place of worship, such as a church, synagogue, or mosque. -- -- data PlaceOfWorship PlaceOfWorship :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PlaceOfWorship [openingHours] :: PlaceOfWorship -> OpeningHours [additionalProperty] :: PlaceOfWorship -> AdditionalProperty [address] :: PlaceOfWorship -> Address [aggregateRating] :: PlaceOfWorship -> AggregateRating [branchCode] :: PlaceOfWorship -> BranchCode [containedInPlace] :: PlaceOfWorship -> ContainedInPlace [containsPlace] :: PlaceOfWorship -> ContainsPlace [event] :: PlaceOfWorship -> Event [faxNumber] :: PlaceOfWorship -> FaxNumber [geo] :: PlaceOfWorship -> Geo [globalLocationNumber] :: PlaceOfWorship -> GlobalLocationNumber [hasMap] :: PlaceOfWorship -> HasMap [isicV4] :: PlaceOfWorship -> IsicV4 [logo] :: PlaceOfWorship -> Logo [openingHoursSpecification] :: PlaceOfWorship -> OpeningHoursSpecification [photo] :: PlaceOfWorship -> Photo [review] :: PlaceOfWorship -> Review [telephone] :: PlaceOfWorship -> Telephone [additionalType] :: PlaceOfWorship -> AdditionalType [alternateName] :: PlaceOfWorship -> AlternateName [description] :: PlaceOfWorship -> Description [image] :: PlaceOfWorship -> Image [mainEntityOfPage] :: PlaceOfWorship -> MainEntityOfPage [name] :: PlaceOfWorship -> Name [potentialAction] :: PlaceOfWorship -> PotentialAction [sameAs] :: PlaceOfWorship -> SameAs [url] :: PlaceOfWorship -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PlaceOfWorship.PlaceOfWorship instance GHC.Read.Read Text.HTML5.MetaData.Schema.PlaceOfWorship.PlaceOfWorship instance GHC.Show.Show Text.HTML5.MetaData.Schema.PlaceOfWorship.PlaceOfWorship instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PlaceOfWorship.PlaceOfWorship module Text.HTML5.MetaData.Schema.Synagogue -- | A synagogue. -- -- data Synagogue Synagogue :: OpeningHours -> AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Synagogue [openingHours] :: Synagogue -> OpeningHours [additionalProperty] :: Synagogue -> AdditionalProperty [address] :: Synagogue -> Address [aggregateRating] :: Synagogue -> AggregateRating [branchCode] :: Synagogue -> BranchCode [containedInPlace] :: Synagogue -> ContainedInPlace [containsPlace] :: Synagogue -> ContainsPlace [event] :: Synagogue -> Event [faxNumber] :: Synagogue -> FaxNumber [geo] :: Synagogue -> Geo [globalLocationNumber] :: Synagogue -> GlobalLocationNumber [hasMap] :: Synagogue -> HasMap [isicV4] :: Synagogue -> IsicV4 [logo] :: Synagogue -> Logo [openingHoursSpecification] :: Synagogue -> OpeningHoursSpecification [photo] :: Synagogue -> Photo [review] :: Synagogue -> Review [telephone] :: Synagogue -> Telephone [additionalType] :: Synagogue -> AdditionalType [alternateName] :: Synagogue -> AlternateName [description] :: Synagogue -> Description [image] :: Synagogue -> Image [mainEntityOfPage] :: Synagogue -> MainEntityOfPage [name] :: Synagogue -> Name [potentialAction] :: Synagogue -> PotentialAction [sameAs] :: Synagogue -> SameAs [url] :: Synagogue -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Synagogue.Synagogue instance GHC.Read.Read Text.HTML5.MetaData.Schema.Synagogue.Synagogue instance GHC.Show.Show Text.HTML5.MetaData.Schema.Synagogue.Synagogue instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Synagogue.Synagogue module Text.HTML5.MetaData.Schema.ReserveAction -- | Reserving a concrete object.Related actions:ScheduleAction: Unlike -- ScheduleAction, ReserveAction reserves concrete objects (e.g. a table, -- a hotel) towards a time slot / spatial allocation. -- -- data ReserveAction ReserveAction :: ScheduledTime -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ReserveAction [scheduledTime] :: ReserveAction -> ScheduledTime [actionStatus] :: ReserveAction -> ActionStatus [agent] :: ReserveAction -> Agent [endTime] :: ReserveAction -> EndTime [error] :: ReserveAction -> Error [instrument] :: ReserveAction -> Instrument [location] :: ReserveAction -> Location [object] :: ReserveAction -> Object [participant] :: ReserveAction -> Participant [result] :: ReserveAction -> Result [startTime] :: ReserveAction -> StartTime [target] :: ReserveAction -> Target [additionalType] :: ReserveAction -> AdditionalType [alternateName] :: ReserveAction -> AlternateName [description] :: ReserveAction -> Description [image] :: ReserveAction -> Image [mainEntityOfPage] :: ReserveAction -> MainEntityOfPage [name] :: ReserveAction -> Name [potentialAction] :: ReserveAction -> PotentialAction [sameAs] :: ReserveAction -> SameAs [url] :: ReserveAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ReserveAction.ReserveAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.ReserveAction.ReserveAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.ReserveAction.ReserveAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ReserveAction.ReserveAction module Text.HTML5.MetaData.Schema.PlanAction -- | The act of planning the execution of an -- eventtaskactionreservationplan to a future date. -- -- data PlanAction PlanAction :: ScheduledTime -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PlanAction [scheduledTime] :: PlanAction -> ScheduledTime [actionStatus] :: PlanAction -> ActionStatus [agent] :: PlanAction -> Agent [endTime] :: PlanAction -> EndTime [error] :: PlanAction -> Error [instrument] :: PlanAction -> Instrument [location] :: PlanAction -> Location [object] :: PlanAction -> Object [participant] :: PlanAction -> Participant [result] :: PlanAction -> Result [startTime] :: PlanAction -> StartTime [target] :: PlanAction -> Target [additionalType] :: PlanAction -> AdditionalType [alternateName] :: PlanAction -> AlternateName [description] :: PlanAction -> Description [image] :: PlanAction -> Image [mainEntityOfPage] :: PlanAction -> MainEntityOfPage [name] :: PlanAction -> Name [potentialAction] :: PlanAction -> PotentialAction [sameAs] :: PlanAction -> SameAs [url] :: PlanAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PlanAction.PlanAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.PlanAction.PlanAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.PlanAction.PlanAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PlanAction.PlanAction module Text.HTML5.MetaData.Schema.ScheduleAction -- | Scheduling future actions, events, or tasks.Related -- actions:ReserveAction: Unlike ReserveAction, ScheduleAction allocates -- future actions (e.g. an event, a task, etc) towards a time slot / -- spatial allocation. -- -- data ScheduleAction ScheduleAction :: ScheduledTime -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ScheduleAction [scheduledTime] :: ScheduleAction -> ScheduledTime [actionStatus] :: ScheduleAction -> ActionStatus [agent] :: ScheduleAction -> Agent [endTime] :: ScheduleAction -> EndTime [error] :: ScheduleAction -> Error [instrument] :: ScheduleAction -> Instrument [location] :: ScheduleAction -> Location [object] :: ScheduleAction -> Object [participant] :: ScheduleAction -> Participant [result] :: ScheduleAction -> Result [startTime] :: ScheduleAction -> StartTime [target] :: ScheduleAction -> Target [additionalType] :: ScheduleAction -> AdditionalType [alternateName] :: ScheduleAction -> AlternateName [description] :: ScheduleAction -> Description [image] :: ScheduleAction -> Image [mainEntityOfPage] :: ScheduleAction -> MainEntityOfPage [name] :: ScheduleAction -> Name [potentialAction] :: ScheduleAction -> PotentialAction [sameAs] :: ScheduleAction -> SameAs [url] :: ScheduleAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ScheduleAction.ScheduleAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.ScheduleAction.ScheduleAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.ScheduleAction.ScheduleAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ScheduleAction.ScheduleAction module Text.HTML5.MetaData.Schema.PriceSpecification -- | A structured value representing a monetary amount. Typically, only the -- subclasses of this type are used for markup. -- -- data PriceSpecification PriceSpecification :: EligibleQuantity -> EligibleTransactionVolume -> MaxPrice -> MinPrice -> Price -> PriceCurrency -> ValidFrom -> ValidThrough -> ValueAddedTaxIncluded -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PriceSpecification [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 [additionalType] :: PriceSpecification -> AdditionalType [alternateName] :: PriceSpecification -> AlternateName [description] :: PriceSpecification -> Description [image] :: PriceSpecification -> Image [mainEntityOfPage] :: PriceSpecification -> MainEntityOfPage [name] :: PriceSpecification -> Name [potentialAction] :: PriceSpecification -> PotentialAction [sameAs] :: PriceSpecification -> SameAs [url] :: PriceSpecification -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PriceSpecification.PriceSpecification instance GHC.Read.Read Text.HTML5.MetaData.Schema.PriceSpecification.PriceSpecification instance GHC.Show.Show Text.HTML5.MetaData.Schema.PriceSpecification.PriceSpecification instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PriceSpecification.PriceSpecification module Text.HTML5.MetaData.Schema.UnitPriceSpecification -- | The price asked for a given offer by the respective organization or -- person. -- -- data UnitPriceSpecification UnitPriceSpecification :: BillingIncrement -> PriceType -> UnitCode -> UnitText -> EligibleQuantity -> EligibleTransactionVolume -> MaxPrice -> MinPrice -> Price -> PriceCurrency -> ValidFrom -> ValidThrough -> ValueAddedTaxIncluded -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> UnitPriceSpecification [billingIncrement] :: UnitPriceSpecification -> BillingIncrement [priceType] :: UnitPriceSpecification -> PriceType [unitCode] :: UnitPriceSpecification -> UnitCode [unitText] :: UnitPriceSpecification -> UnitText [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 [additionalType] :: UnitPriceSpecification -> AdditionalType [alternateName] :: UnitPriceSpecification -> AlternateName [description] :: UnitPriceSpecification -> Description [image] :: UnitPriceSpecification -> Image [mainEntityOfPage] :: UnitPriceSpecification -> MainEntityOfPage [name] :: UnitPriceSpecification -> Name [potentialAction] :: UnitPriceSpecification -> PotentialAction [sameAs] :: UnitPriceSpecification -> SameAs [url] :: UnitPriceSpecification -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.UnitPriceSpecification.UnitPriceSpecification instance GHC.Read.Read Text.HTML5.MetaData.Schema.UnitPriceSpecification.UnitPriceSpecification instance GHC.Show.Show Text.HTML5.MetaData.Schema.UnitPriceSpecification.UnitPriceSpecification instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.UnitPriceSpecification.UnitPriceSpecification module Text.HTML5.MetaData.Schema.Product -- | Any offered product or service. For example: a pair of shoes; a -- concert ticket; the rental of a car; a haircut; or an episode of a TV -- show streamed online. -- -- data Product Product :: AdditionalProperty -> AggregateRating -> Audience -> Award -> Brand -> Category -> Color -> Depth -> Gtin12 -> Gtin13 -> Gtin14 -> Gtin8 -> Height -> IsAccessoryOrSparePartFor -> IsConsumableFor -> IsRelatedTo -> IsSimilarTo -> ItemCondition -> Logo -> Manufacturer -> Model -> Mpn -> Offers -> ProductID -> ProductionDate -> PurchaseDate -> ReleaseDate -> Review -> Sku -> Weight -> Width -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Product [additionalProperty] :: Product -> AdditionalProperty [aggregateRating] :: Product -> AggregateRating [audience] :: Product -> Audience [award] :: Product -> Award [brand] :: Product -> Brand [category] :: Product -> Category [color] :: Product -> Color [depth] :: Product -> Depth [gtin12] :: Product -> Gtin12 [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 [productionDate] :: Product -> ProductionDate [purchaseDate] :: Product -> PurchaseDate [releaseDate] :: Product -> ReleaseDate [review] :: Product -> Review [sku] :: Product -> Sku [weight] :: Product -> Weight [width] :: Product -> Width [additionalType] :: Product -> AdditionalType [alternateName] :: Product -> AlternateName [description] :: Product -> Description [image] :: Product -> Image [mainEntityOfPage] :: Product -> MainEntityOfPage [name] :: Product -> Name [potentialAction] :: Product -> PotentialAction [sameAs] :: Product -> SameAs [url] :: Product -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Product.Product instance GHC.Read.Read Text.HTML5.MetaData.Schema.Product.Product instance GHC.Show.Show Text.HTML5.MetaData.Schema.Product.Product instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Product.Product module Text.HTML5.MetaData.Schema.SomeProducts -- | A placeholder for multiple similar products of the same kind. -- -- data SomeProducts SomeProducts :: InventoryLevel -> AdditionalProperty -> AggregateRating -> Audience -> Award -> Brand -> Category -> Color -> Depth -> Gtin12 -> Gtin13 -> Gtin14 -> Gtin8 -> Height -> IsAccessoryOrSparePartFor -> IsConsumableFor -> IsRelatedTo -> IsSimilarTo -> ItemCondition -> Logo -> Manufacturer -> Model -> Mpn -> Offers -> ProductID -> ProductionDate -> PurchaseDate -> ReleaseDate -> Review -> Sku -> Weight -> Width -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> SomeProducts [inventoryLevel] :: SomeProducts -> InventoryLevel [additionalProperty] :: SomeProducts -> AdditionalProperty [aggregateRating] :: SomeProducts -> AggregateRating [audience] :: SomeProducts -> Audience [award] :: SomeProducts -> Award [brand] :: SomeProducts -> Brand [category] :: SomeProducts -> Category [color] :: SomeProducts -> Color [depth] :: SomeProducts -> Depth [gtin12] :: SomeProducts -> Gtin12 [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 [productionDate] :: SomeProducts -> ProductionDate [purchaseDate] :: SomeProducts -> PurchaseDate [releaseDate] :: SomeProducts -> ReleaseDate [review] :: SomeProducts -> Review [sku] :: SomeProducts -> Sku [weight] :: SomeProducts -> Weight [width] :: SomeProducts -> Width [additionalType] :: SomeProducts -> AdditionalType [alternateName] :: SomeProducts -> AlternateName [description] :: SomeProducts -> Description [image] :: SomeProducts -> Image [mainEntityOfPage] :: SomeProducts -> MainEntityOfPage [name] :: SomeProducts -> Name [potentialAction] :: SomeProducts -> PotentialAction [sameAs] :: SomeProducts -> SameAs [url] :: SomeProducts -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.SomeProducts.SomeProducts instance GHC.Read.Read Text.HTML5.MetaData.Schema.SomeProducts.SomeProducts instance GHC.Show.Show Text.HTML5.MetaData.Schema.SomeProducts.SomeProducts instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.SomeProducts.SomeProducts module Text.HTML5.MetaData.Schema.ProfilePage -- | Web page type: Profile page. -- -- data ProfilePage ProfilePage :: Breadcrumb -> LastReviewed -> MainContentOfPage -> PrimaryImageOfPage -> RelatedLink -> ReviewedBy -> SignificantLink -> Specialty -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ProfilePage [breadcrumb] :: ProfilePage -> Breadcrumb [lastReviewed] :: ProfilePage -> LastReviewed [mainContentOfPage] :: ProfilePage -> MainContentOfPage [primaryImageOfPage] :: ProfilePage -> PrimaryImageOfPage [relatedLink] :: ProfilePage -> RelatedLink [reviewedBy] :: ProfilePage -> ReviewedBy [significantLink] :: ProfilePage -> SignificantLink [specialty] :: ProfilePage -> Specialty [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 [character] :: ProfilePage -> Character [citation] :: ProfilePage -> Citation [comment] :: ProfilePage -> Comment [commentCount] :: ProfilePage -> CommentCount [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 [exampleOfWork] :: ProfilePage -> ExampleOfWork [fileFormat] :: ProfilePage -> FileFormat [genre] :: ProfilePage -> Genre [hasPart] :: ProfilePage -> HasPart [headline] :: ProfilePage -> Headline [inLanguage] :: ProfilePage -> InLanguage [interactionStatistic] :: ProfilePage -> InteractionStatistic [interactivityType] :: ProfilePage -> InteractivityType [isBasedOnUrl] :: ProfilePage -> IsBasedOnUrl [isFamilyFriendly] :: ProfilePage -> IsFamilyFriendly [isPartOf] :: ProfilePage -> IsPartOf [keywords] :: ProfilePage -> Keywords [learningResourceType] :: ProfilePage -> LearningResourceType [license] :: ProfilePage -> License [locationCreated] :: ProfilePage -> LocationCreated [mainEntity] :: ProfilePage -> MainEntity [mentions] :: ProfilePage -> Mentions [offers] :: ProfilePage -> Offers [position] :: ProfilePage -> Position [producer] :: ProfilePage -> Producer [provider] :: ProfilePage -> Provider [publication] :: ProfilePage -> Publication [publisher] :: ProfilePage -> Publisher [publishingPrinciples] :: ProfilePage -> PublishingPrinciples [recordedAt] :: ProfilePage -> RecordedAt [releasedEvent] :: ProfilePage -> ReleasedEvent [review] :: ProfilePage -> Review [schemaVersion] :: ProfilePage -> SchemaVersion [sourceOrganization] :: ProfilePage -> SourceOrganization [text] :: ProfilePage -> Text [thumbnailUrl] :: ProfilePage -> ThumbnailUrl [timeRequired] :: ProfilePage -> TimeRequired [translator] :: ProfilePage -> Translator [typicalAgeRange] :: ProfilePage -> TypicalAgeRange [version] :: ProfilePage -> Version [video] :: ProfilePage -> Video [workExample] :: ProfilePage -> WorkExample [additionalType] :: ProfilePage -> AdditionalType [alternateName] :: ProfilePage -> AlternateName [description] :: ProfilePage -> Description [image] :: ProfilePage -> Image [mainEntityOfPage] :: ProfilePage -> MainEntityOfPage [name] :: ProfilePage -> Name [potentialAction] :: ProfilePage -> PotentialAction [sameAs] :: ProfilePage -> SameAs [url] :: ProfilePage -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ProfilePage.ProfilePage instance GHC.Read.Read Text.HTML5.MetaData.Schema.ProfilePage.ProfilePage instance GHC.Show.Show Text.HTML5.MetaData.Schema.ProfilePage.ProfilePage instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ProfilePage.ProfilePage module Text.HTML5.MetaData.Schema.PublicSwimmingPool -- | A public swimming pool. -- -- data PublicSwimmingPool PublicSwimmingPool :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> PublicSwimmingPool [branchCode] :: PublicSwimmingPool -> BranchCode [currenciesAccepted] :: PublicSwimmingPool -> CurrenciesAccepted [openingHours] :: PublicSwimmingPool -> OpeningHours [paymentAccepted] :: PublicSwimmingPool -> PaymentAccepted [priceRange] :: PublicSwimmingPool -> PriceRange [address] :: PublicSwimmingPool -> Address [aggregateRating] :: PublicSwimmingPool -> AggregateRating [alumni] :: PublicSwimmingPool -> Alumni [areaServed] :: PublicSwimmingPool -> AreaServed [award] :: PublicSwimmingPool -> Award [brand] :: PublicSwimmingPool -> Brand [contactPoint] :: PublicSwimmingPool -> ContactPoint [department] :: PublicSwimmingPool -> Department [dissolutionDate] :: PublicSwimmingPool -> DissolutionDate [duns] :: PublicSwimmingPool -> Duns [email] :: PublicSwimmingPool -> Email [employee] :: PublicSwimmingPool -> Employee [event] :: PublicSwimmingPool -> Event [faxNumber] :: PublicSwimmingPool -> FaxNumber [founder] :: PublicSwimmingPool -> Founder [foundingDate] :: PublicSwimmingPool -> FoundingDate [foundingLocation] :: PublicSwimmingPool -> FoundingLocation [globalLocationNumber] :: PublicSwimmingPool -> GlobalLocationNumber [hasOfferCatalog] :: PublicSwimmingPool -> HasOfferCatalog [hasPOS] :: PublicSwimmingPool -> HasPOS [isicV4] :: PublicSwimmingPool -> IsicV4 [legalName] :: PublicSwimmingPool -> LegalName [location] :: PublicSwimmingPool -> Location [logo] :: PublicSwimmingPool -> Logo [makesOffer] :: PublicSwimmingPool -> MakesOffer [member] :: PublicSwimmingPool -> Member [memberOf] :: PublicSwimmingPool -> MemberOf [naics] :: PublicSwimmingPool -> Naics [numberOfEmployees] :: PublicSwimmingPool -> NumberOfEmployees [owns] :: PublicSwimmingPool -> Owns [parentOrganization] :: PublicSwimmingPool -> ParentOrganization [review] :: PublicSwimmingPool -> Review [seeks] :: PublicSwimmingPool -> Seeks [subOrganization] :: PublicSwimmingPool -> SubOrganization [taxID] :: PublicSwimmingPool -> TaxID [telephone] :: PublicSwimmingPool -> Telephone [vatID] :: PublicSwimmingPool -> VatID [additionalProperty] :: PublicSwimmingPool -> AdditionalProperty [containedInPlace] :: PublicSwimmingPool -> ContainedInPlace [containsPlace] :: PublicSwimmingPool -> ContainsPlace [geo] :: PublicSwimmingPool -> Geo [hasMap] :: PublicSwimmingPool -> HasMap [openingHoursSpecification] :: PublicSwimmingPool -> OpeningHoursSpecification [photo] :: PublicSwimmingPool -> Photo [additionalType] :: PublicSwimmingPool -> AdditionalType [alternateName] :: PublicSwimmingPool -> AlternateName [description] :: PublicSwimmingPool -> Description [image] :: PublicSwimmingPool -> Image [mainEntityOfPage] :: PublicSwimmingPool -> MainEntityOfPage [name] :: PublicSwimmingPool -> Name [potentialAction] :: PublicSwimmingPool -> PotentialAction [sameAs] :: PublicSwimmingPool -> SameAs [url] :: PublicSwimmingPool -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.PublicSwimmingPool.PublicSwimmingPool instance GHC.Read.Read Text.HTML5.MetaData.Schema.PublicSwimmingPool.PublicSwimmingPool instance GHC.Show.Show Text.HTML5.MetaData.Schema.PublicSwimmingPool.PublicSwimmingPool instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.PublicSwimmingPool.PublicSwimmingPool module Text.HTML5.MetaData.Schema.QAPage -- | A QAPage is a WebPage focussed on a specific Question and its -- Answer(s), e.g. in a question answering site or documenting Frequently -- Asked Questions (FAQs). -- -- data QAPage QAPage :: Breadcrumb -> LastReviewed -> MainContentOfPage -> PrimaryImageOfPage -> RelatedLink -> ReviewedBy -> SignificantLink -> Specialty -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> QAPage [breadcrumb] :: QAPage -> Breadcrumb [lastReviewed] :: QAPage -> LastReviewed [mainContentOfPage] :: QAPage -> MainContentOfPage [primaryImageOfPage] :: QAPage -> PrimaryImageOfPage [relatedLink] :: QAPage -> RelatedLink [reviewedBy] :: QAPage -> ReviewedBy [significantLink] :: QAPage -> SignificantLink [specialty] :: QAPage -> Specialty [about] :: QAPage -> About [accessibilityAPI] :: QAPage -> AccessibilityAPI [accessibilityControl] :: QAPage -> AccessibilityControl [accessibilityFeature] :: QAPage -> AccessibilityFeature [accessibilityHazard] :: QAPage -> AccessibilityHazard [accountablePerson] :: QAPage -> AccountablePerson [aggregateRating] :: QAPage -> AggregateRating [alternativeHeadline] :: QAPage -> AlternativeHeadline [associatedMedia] :: QAPage -> AssociatedMedia [audience] :: QAPage -> Audience [audio] :: QAPage -> Audio [author] :: QAPage -> Author [award] :: QAPage -> Award [character] :: QAPage -> Character [citation] :: QAPage -> Citation [comment] :: QAPage -> Comment [commentCount] :: QAPage -> CommentCount [contentLocation] :: QAPage -> ContentLocation [contentRating] :: QAPage -> ContentRating [contributor] :: QAPage -> Contributor [copyrightHolder] :: QAPage -> CopyrightHolder [copyrightYear] :: QAPage -> CopyrightYear [creator] :: QAPage -> Creator [dateCreated] :: QAPage -> DateCreated [dateModified] :: QAPage -> DateModified [datePublished] :: QAPage -> DatePublished [discussionUrl] :: QAPage -> DiscussionUrl [editor] :: QAPage -> Editor [educationalAlignment] :: QAPage -> EducationalAlignment [educationalUse] :: QAPage -> EducationalUse [encoding] :: QAPage -> Encoding [exampleOfWork] :: QAPage -> ExampleOfWork [fileFormat] :: QAPage -> FileFormat [genre] :: QAPage -> Genre [hasPart] :: QAPage -> HasPart [headline] :: QAPage -> Headline [inLanguage] :: QAPage -> InLanguage [interactionStatistic] :: QAPage -> InteractionStatistic [interactivityType] :: QAPage -> InteractivityType [isBasedOnUrl] :: QAPage -> IsBasedOnUrl [isFamilyFriendly] :: QAPage -> IsFamilyFriendly [isPartOf] :: QAPage -> IsPartOf [keywords] :: QAPage -> Keywords [learningResourceType] :: QAPage -> LearningResourceType [license] :: QAPage -> License [locationCreated] :: QAPage -> LocationCreated [mainEntity] :: QAPage -> MainEntity [mentions] :: QAPage -> Mentions [offers] :: QAPage -> Offers [position] :: QAPage -> Position [producer] :: QAPage -> Producer [provider] :: QAPage -> Provider [publication] :: QAPage -> Publication [publisher] :: QAPage -> Publisher [publishingPrinciples] :: QAPage -> PublishingPrinciples [recordedAt] :: QAPage -> RecordedAt [releasedEvent] :: QAPage -> ReleasedEvent [review] :: QAPage -> Review [schemaVersion] :: QAPage -> SchemaVersion [sourceOrganization] :: QAPage -> SourceOrganization [text] :: QAPage -> Text [thumbnailUrl] :: QAPage -> ThumbnailUrl [timeRequired] :: QAPage -> TimeRequired [translator] :: QAPage -> Translator [typicalAgeRange] :: QAPage -> TypicalAgeRange [version] :: QAPage -> Version [video] :: QAPage -> Video [workExample] :: QAPage -> WorkExample [additionalType] :: QAPage -> AdditionalType [alternateName] :: QAPage -> AlternateName [description] :: QAPage -> Description [image] :: QAPage -> Image [mainEntityOfPage] :: QAPage -> MainEntityOfPage [name] :: QAPage -> Name [potentialAction] :: QAPage -> PotentialAction [sameAs] :: QAPage -> SameAs [url] :: QAPage -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.QAPage.QAPage instance GHC.Read.Read Text.HTML5.MetaData.Schema.QAPage.QAPage instance GHC.Show.Show Text.HTML5.MetaData.Schema.QAPage.QAPage instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.QAPage.QAPage module Text.HTML5.MetaData.Schema.QuoteAction -- | An agent quotesestimatesappraises an -- objectproductservice with a price at a location/store. -- -- data QuoteAction QuoteAction :: Price -> PriceSpecification -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> QuoteAction [price] :: QuoteAction -> Price [priceSpecification] :: QuoteAction -> PriceSpecification [actionStatus] :: QuoteAction -> ActionStatus [agent] :: QuoteAction -> Agent [endTime] :: QuoteAction -> EndTime [error] :: QuoteAction -> Error [instrument] :: QuoteAction -> Instrument [location] :: QuoteAction -> Location [object] :: QuoteAction -> Object [participant] :: QuoteAction -> Participant [result] :: QuoteAction -> Result [startTime] :: QuoteAction -> StartTime [target] :: QuoteAction -> Target [additionalType] :: QuoteAction -> AdditionalType [alternateName] :: QuoteAction -> AlternateName [description] :: QuoteAction -> Description [image] :: QuoteAction -> Image [mainEntityOfPage] :: QuoteAction -> MainEntityOfPage [name] :: QuoteAction -> Name [potentialAction] :: QuoteAction -> PotentialAction [sameAs] :: QuoteAction -> SameAs [url] :: QuoteAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.QuoteAction.QuoteAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.QuoteAction.QuoteAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.QuoteAction.QuoteAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.QuoteAction.QuoteAction module Text.HTML5.MetaData.Schema.ReactAction -- | The act of responding instinctively and emotionally to an object, -- expressing a sentiment. -- -- data ReactAction ReactAction :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ReactAction [actionStatus] :: ReactAction -> ActionStatus [agent] :: ReactAction -> Agent [endTime] :: ReactAction -> EndTime [error] :: ReactAction -> Error [instrument] :: ReactAction -> Instrument [location] :: ReactAction -> Location [object] :: ReactAction -> Object [participant] :: ReactAction -> Participant [result] :: ReactAction -> Result [startTime] :: ReactAction -> StartTime [target] :: ReactAction -> Target [additionalType] :: ReactAction -> AdditionalType [alternateName] :: ReactAction -> AlternateName [description] :: ReactAction -> Description [image] :: ReactAction -> Image [mainEntityOfPage] :: ReactAction -> MainEntityOfPage [name] :: ReactAction -> Name [potentialAction] :: ReactAction -> PotentialAction [sameAs] :: ReactAction -> SameAs [url] :: ReactAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ReactAction.ReactAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.ReactAction.ReactAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.ReactAction.ReactAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ReactAction.ReactAction module Text.HTML5.MetaData.Schema.WantAction -- | The act of expressing a desire about the object. An agent wants an -- object. -- -- data WantAction WantAction :: ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> WantAction [actionStatus] :: WantAction -> ActionStatus [agent] :: WantAction -> Agent [endTime] :: WantAction -> EndTime [error] :: WantAction -> Error [instrument] :: WantAction -> Instrument [location] :: WantAction -> Location [object] :: WantAction -> Object [participant] :: WantAction -> Participant [result] :: WantAction -> Result [startTime] :: WantAction -> StartTime [target] :: WantAction -> Target [additionalType] :: WantAction -> AdditionalType [alternateName] :: WantAction -> AlternateName [description] :: WantAction -> Description [image] :: WantAction -> Image [mainEntityOfPage] :: WantAction -> MainEntityOfPage [name] :: WantAction -> Name [potentialAction] :: WantAction -> PotentialAction [sameAs] :: WantAction -> SameAs [url] :: WantAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.WantAction.WantAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.WantAction.WantAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.WantAction.WantAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.WantAction.WantAction module Text.HTML5.MetaData.Schema.ReceiveAction -- | The act of physically/electronically taking delivery of an object -- thathas been transferred from an origin to a destination. Reciprocal -- of SendAction.Related actions:SendAction: The reciprocal of -- ReceiveAction.TakeAction: Unlike TakeAction, ReceiveAction does not -- imply that the ownership has been transfered (e.g. I can receive a -- package, but it does not mean the package is now mine). -- -- data ReceiveAction ReceiveAction :: DeliveryMethod -> Sender -> FromLocation -> ToLocation -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ReceiveAction [deliveryMethod] :: ReceiveAction -> DeliveryMethod [sender] :: ReceiveAction -> Sender [fromLocation] :: ReceiveAction -> FromLocation [toLocation] :: ReceiveAction -> ToLocation [actionStatus] :: ReceiveAction -> ActionStatus [agent] :: ReceiveAction -> Agent [endTime] :: ReceiveAction -> EndTime [error] :: ReceiveAction -> Error [instrument] :: ReceiveAction -> Instrument [location] :: ReceiveAction -> Location [object] :: ReceiveAction -> Object [participant] :: ReceiveAction -> Participant [result] :: ReceiveAction -> Result [startTime] :: ReceiveAction -> StartTime [target] :: ReceiveAction -> Target [additionalType] :: ReceiveAction -> AdditionalType [alternateName] :: ReceiveAction -> AlternateName [description] :: ReceiveAction -> Description [image] :: ReceiveAction -> Image [mainEntityOfPage] :: ReceiveAction -> MainEntityOfPage [name] :: ReceiveAction -> Name [potentialAction] :: ReceiveAction -> PotentialAction [sameAs] :: ReceiveAction -> SameAs [url] :: ReceiveAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ReceiveAction.ReceiveAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.ReceiveAction.ReceiveAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.ReceiveAction.ReceiveAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ReceiveAction.ReceiveAction module Text.HTML5.MetaData.Schema.RentAction -- | The act of giving money in return for temporary use, but not -- ownership, of an object such as a vehicle or property. For example, an -- agent rents a property from a landlord in exchange for a periodic -- payment. -- -- data RentAction RentAction :: Landlord -> RealEstateAgent -> Price -> PriceSpecification -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> RentAction [landlord] :: RentAction -> Landlord [realEstateAgent] :: RentAction -> RealEstateAgent [price] :: RentAction -> Price [priceSpecification] :: RentAction -> PriceSpecification [actionStatus] :: RentAction -> ActionStatus [agent] :: RentAction -> Agent [endTime] :: RentAction -> EndTime [error] :: RentAction -> Error [instrument] :: RentAction -> Instrument [location] :: RentAction -> Location [object] :: RentAction -> Object [participant] :: RentAction -> Participant [result] :: RentAction -> Result [startTime] :: RentAction -> StartTime [target] :: RentAction -> Target [additionalType] :: RentAction -> AdditionalType [alternateName] :: RentAction -> AlternateName [description] :: RentAction -> Description [image] :: RentAction -> Image [mainEntityOfPage] :: RentAction -> MainEntityOfPage [name] :: RentAction -> Name [potentialAction] :: RentAction -> PotentialAction [sameAs] :: RentAction -> SameAs [url] :: RentAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.RentAction.RentAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.RentAction.RentAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.RentAction.RentAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.RentAction.RentAction module Text.HTML5.MetaData.Schema.RentalCarReservation -- | A reservation for a rental car. -- -- data RentalCarReservation RentalCarReservation :: DropoffLocation -> DropoffTime -> PickupLocation -> PickupTime -> BookingTime -> Broker -> ModifiedTime -> PriceCurrency -> ProgramMembershipUsed -> Provider -> ReservationFor -> ReservationId -> ReservationStatus -> ReservedTicket -> TotalPrice -> UnderName -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> RentalCarReservation [dropoffLocation] :: RentalCarReservation -> DropoffLocation [dropoffTime] :: RentalCarReservation -> DropoffTime [pickupLocation] :: RentalCarReservation -> PickupLocation [pickupTime] :: RentalCarReservation -> PickupTime [bookingTime] :: RentalCarReservation -> BookingTime [broker] :: RentalCarReservation -> Broker [modifiedTime] :: RentalCarReservation -> ModifiedTime [priceCurrency] :: RentalCarReservation -> PriceCurrency [programMembershipUsed] :: RentalCarReservation -> ProgramMembershipUsed [provider] :: RentalCarReservation -> Provider [reservationFor] :: RentalCarReservation -> ReservationFor [reservationId] :: RentalCarReservation -> ReservationId [reservationStatus] :: RentalCarReservation -> ReservationStatus [reservedTicket] :: RentalCarReservation -> ReservedTicket [totalPrice] :: RentalCarReservation -> TotalPrice [underName] :: RentalCarReservation -> UnderName [additionalType] :: RentalCarReservation -> AdditionalType [alternateName] :: RentalCarReservation -> AlternateName [description] :: RentalCarReservation -> Description [image] :: RentalCarReservation -> Image [mainEntityOfPage] :: RentalCarReservation -> MainEntityOfPage [name] :: RentalCarReservation -> Name [potentialAction] :: RentalCarReservation -> PotentialAction [sameAs] :: RentalCarReservation -> SameAs [url] :: RentalCarReservation -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.RentalCarReservation.RentalCarReservation instance GHC.Read.Read Text.HTML5.MetaData.Schema.RentalCarReservation.RentalCarReservation instance GHC.Show.Show Text.HTML5.MetaData.Schema.RentalCarReservation.RentalCarReservation instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.RentalCarReservation.RentalCarReservation module Text.HTML5.MetaData.Schema.UpdateAction -- | The act of managing by changing/editing the state of the object. -- -- data UpdateAction UpdateAction :: TargetCollection -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> UpdateAction [targetCollection] :: UpdateAction -> TargetCollection [actionStatus] :: UpdateAction -> ActionStatus [agent] :: UpdateAction -> Agent [endTime] :: UpdateAction -> EndTime [error] :: UpdateAction -> Error [instrument] :: UpdateAction -> Instrument [location] :: UpdateAction -> Location [object] :: UpdateAction -> Object [participant] :: UpdateAction -> Participant [result] :: UpdateAction -> Result [startTime] :: UpdateAction -> StartTime [target] :: UpdateAction -> Target [additionalType] :: UpdateAction -> AdditionalType [alternateName] :: UpdateAction -> AlternateName [description] :: UpdateAction -> Description [image] :: UpdateAction -> Image [mainEntityOfPage] :: UpdateAction -> MainEntityOfPage [name] :: UpdateAction -> Name [potentialAction] :: UpdateAction -> PotentialAction [sameAs] :: UpdateAction -> SameAs [url] :: UpdateAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.UpdateAction.UpdateAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.UpdateAction.UpdateAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.UpdateAction.UpdateAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.UpdateAction.UpdateAction module Text.HTML5.MetaData.Schema.ReplaceAction -- | The act of editing a recipient by replacing an old object with a new -- object. -- -- data ReplaceAction ReplaceAction :: Replacee -> Replacer -> TargetCollection -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ReplaceAction [replacee] :: ReplaceAction -> Replacee [replacer] :: ReplaceAction -> Replacer [targetCollection] :: ReplaceAction -> TargetCollection [actionStatus] :: ReplaceAction -> ActionStatus [agent] :: ReplaceAction -> Agent [endTime] :: ReplaceAction -> EndTime [error] :: ReplaceAction -> Error [instrument] :: ReplaceAction -> Instrument [location] :: ReplaceAction -> Location [object] :: ReplaceAction -> Object [participant] :: ReplaceAction -> Participant [result] :: ReplaceAction -> Result [startTime] :: ReplaceAction -> StartTime [target] :: ReplaceAction -> Target [additionalType] :: ReplaceAction -> AdditionalType [alternateName] :: ReplaceAction -> AlternateName [description] :: ReplaceAction -> Description [image] :: ReplaceAction -> Image [mainEntityOfPage] :: ReplaceAction -> MainEntityOfPage [name] :: ReplaceAction -> Name [potentialAction] :: ReplaceAction -> PotentialAction [sameAs] :: ReplaceAction -> SameAs [url] :: ReplaceAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ReplaceAction.ReplaceAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.ReplaceAction.ReplaceAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.ReplaceAction.ReplaceAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ReplaceAction.ReplaceAction module Text.HTML5.MetaData.Schema.ReservationPackage -- | A group of multiple reservations with common values for all -- sub-reservations. -- -- data ReservationPackage ReservationPackage :: SubReservation -> BookingTime -> Broker -> ModifiedTime -> PriceCurrency -> ProgramMembershipUsed -> Provider -> ReservationFor -> ReservationId -> ReservationStatus -> ReservedTicket -> TotalPrice -> UnderName -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ReservationPackage [subReservation] :: ReservationPackage -> SubReservation [bookingTime] :: ReservationPackage -> BookingTime [broker] :: ReservationPackage -> Broker [modifiedTime] :: ReservationPackage -> ModifiedTime [priceCurrency] :: ReservationPackage -> PriceCurrency [programMembershipUsed] :: ReservationPackage -> ProgramMembershipUsed [provider] :: ReservationPackage -> Provider [reservationFor] :: ReservationPackage -> ReservationFor [reservationId] :: ReservationPackage -> ReservationId [reservationStatus] :: ReservationPackage -> ReservationStatus [reservedTicket] :: ReservationPackage -> ReservedTicket [totalPrice] :: ReservationPackage -> TotalPrice [underName] :: ReservationPackage -> UnderName [additionalType] :: ReservationPackage -> AdditionalType [alternateName] :: ReservationPackage -> AlternateName [description] :: ReservationPackage -> Description [image] :: ReservationPackage -> Image [mainEntityOfPage] :: ReservationPackage -> MainEntityOfPage [name] :: ReservationPackage -> Name [potentialAction] :: ReservationPackage -> PotentialAction [sameAs] :: ReservationPackage -> SameAs [url] :: ReservationPackage -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ReservationPackage.ReservationPackage instance GHC.Read.Read Text.HTML5.MetaData.Schema.ReservationPackage.ReservationPackage instance GHC.Show.Show Text.HTML5.MetaData.Schema.ReservationPackage.ReservationPackage instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ReservationPackage.ReservationPackage module Text.HTML5.MetaData.Schema.TaxiReservation -- | A reservation for a taxi. -- -- data TaxiReservation TaxiReservation :: PartySize -> PickupLocation -> PickupTime -> BookingTime -> Broker -> ModifiedTime -> PriceCurrency -> ProgramMembershipUsed -> Provider -> ReservationFor -> ReservationId -> ReservationStatus -> ReservedTicket -> TotalPrice -> UnderName -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> TaxiReservation [partySize] :: TaxiReservation -> PartySize [pickupLocation] :: TaxiReservation -> PickupLocation [pickupTime] :: TaxiReservation -> PickupTime [bookingTime] :: TaxiReservation -> BookingTime [broker] :: TaxiReservation -> Broker [modifiedTime] :: TaxiReservation -> ModifiedTime [priceCurrency] :: TaxiReservation -> PriceCurrency [programMembershipUsed] :: TaxiReservation -> ProgramMembershipUsed [provider] :: TaxiReservation -> Provider [reservationFor] :: TaxiReservation -> ReservationFor [reservationId] :: TaxiReservation -> ReservationId [reservationStatus] :: TaxiReservation -> ReservationStatus [reservedTicket] :: TaxiReservation -> ReservedTicket [totalPrice] :: TaxiReservation -> TotalPrice [underName] :: TaxiReservation -> UnderName [additionalType] :: TaxiReservation -> AdditionalType [alternateName] :: TaxiReservation -> AlternateName [description] :: TaxiReservation -> Description [image] :: TaxiReservation -> Image [mainEntityOfPage] :: TaxiReservation -> MainEntityOfPage [name] :: TaxiReservation -> Name [potentialAction] :: TaxiReservation -> PotentialAction [sameAs] :: TaxiReservation -> SameAs [url] :: TaxiReservation -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.TaxiReservation.TaxiReservation instance GHC.Read.Read Text.HTML5.MetaData.Schema.TaxiReservation.TaxiReservation instance GHC.Show.Show Text.HTML5.MetaData.Schema.TaxiReservation.TaxiReservation instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.TaxiReservation.TaxiReservation module Text.HTML5.MetaData.Schema.Reservation -- | Describes a reservation for travel, dining or an event. Some -- reservations require tickets. -- -- data Reservation Reservation :: BookingTime -> Broker -> ModifiedTime -> PriceCurrency -> ProgramMembershipUsed -> Provider -> ReservationFor -> ReservationId -> ReservationStatus -> ReservedTicket -> TotalPrice -> UnderName -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Reservation [bookingTime] :: Reservation -> BookingTime [broker] :: Reservation -> Broker [modifiedTime] :: Reservation -> ModifiedTime [priceCurrency] :: Reservation -> PriceCurrency [programMembershipUsed] :: Reservation -> ProgramMembershipUsed [provider] :: Reservation -> Provider [reservationFor] :: Reservation -> ReservationFor [reservationId] :: Reservation -> ReservationId [reservationStatus] :: Reservation -> ReservationStatus [reservedTicket] :: Reservation -> ReservedTicket [totalPrice] :: Reservation -> TotalPrice [underName] :: Reservation -> UnderName [additionalType] :: Reservation -> AdditionalType [alternateName] :: Reservation -> AlternateName [description] :: Reservation -> Description [image] :: Reservation -> Image [mainEntityOfPage] :: Reservation -> MainEntityOfPage [name] :: Reservation -> Name [potentialAction] :: Reservation -> PotentialAction [sameAs] :: Reservation -> SameAs [url] :: Reservation -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Reservation.Reservation instance GHC.Read.Read Text.HTML5.MetaData.Schema.Reservation.Reservation instance GHC.Show.Show Text.HTML5.MetaData.Schema.Reservation.Reservation instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Reservation.Reservation module Text.HTML5.MetaData.Schema.TrainReservation -- | A reservation for train travel. -- -- data TrainReservation TrainReservation :: BookingTime -> Broker -> ModifiedTime -> PriceCurrency -> ProgramMembershipUsed -> Provider -> ReservationFor -> ReservationId -> ReservationStatus -> ReservedTicket -> TotalPrice -> UnderName -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> TrainReservation [bookingTime] :: TrainReservation -> BookingTime [broker] :: TrainReservation -> Broker [modifiedTime] :: TrainReservation -> ModifiedTime [priceCurrency] :: TrainReservation -> PriceCurrency [programMembershipUsed] :: TrainReservation -> ProgramMembershipUsed [provider] :: TrainReservation -> Provider [reservationFor] :: TrainReservation -> ReservationFor [reservationId] :: TrainReservation -> ReservationId [reservationStatus] :: TrainReservation -> ReservationStatus [reservedTicket] :: TrainReservation -> ReservedTicket [totalPrice] :: TrainReservation -> TotalPrice [underName] :: TrainReservation -> UnderName [additionalType] :: TrainReservation -> AdditionalType [alternateName] :: TrainReservation -> AlternateName [description] :: TrainReservation -> Description [image] :: TrainReservation -> Image [mainEntityOfPage] :: TrainReservation -> MainEntityOfPage [name] :: TrainReservation -> Name [potentialAction] :: TrainReservation -> PotentialAction [sameAs] :: TrainReservation -> SameAs [url] :: TrainReservation -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.TrainReservation.TrainReservation instance GHC.Read.Read Text.HTML5.MetaData.Schema.TrainReservation.TrainReservation instance GHC.Show.Show Text.HTML5.MetaData.Schema.TrainReservation.TrainReservation instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.TrainReservation.TrainReservation module Text.HTML5.MetaData.Schema.Residence -- | The place where a person lives. -- -- data Residence Residence :: AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Residence [additionalProperty] :: Residence -> AdditionalProperty [address] :: Residence -> Address [aggregateRating] :: Residence -> AggregateRating [branchCode] :: Residence -> BranchCode [containedInPlace] :: Residence -> ContainedInPlace [containsPlace] :: Residence -> ContainsPlace [event] :: Residence -> Event [faxNumber] :: Residence -> FaxNumber [geo] :: Residence -> Geo [globalLocationNumber] :: Residence -> GlobalLocationNumber [hasMap] :: Residence -> HasMap [isicV4] :: Residence -> IsicV4 [logo] :: Residence -> Logo [openingHoursSpecification] :: Residence -> OpeningHoursSpecification [photo] :: Residence -> Photo [review] :: Residence -> Review [telephone] :: Residence -> Telephone [additionalType] :: Residence -> AdditionalType [alternateName] :: Residence -> AlternateName [description] :: Residence -> Description [image] :: Residence -> Image [mainEntityOfPage] :: Residence -> MainEntityOfPage [name] :: Residence -> Name [potentialAction] :: Residence -> PotentialAction [sameAs] :: Residence -> SameAs [url] :: Residence -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Residence.Residence instance GHC.Read.Read Text.HTML5.MetaData.Schema.Residence.Residence instance GHC.Show.Show Text.HTML5.MetaData.Schema.Residence.Residence instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Residence.Residence module Text.HTML5.MetaData.Schema.SingleFamilyResidence -- | Residence type: Single-family home. -- -- data SingleFamilyResidence SingleFamilyResidence :: AdditionalProperty -> Address -> AggregateRating -> BranchCode -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> SingleFamilyResidence [additionalProperty] :: SingleFamilyResidence -> AdditionalProperty [address] :: SingleFamilyResidence -> Address [aggregateRating] :: SingleFamilyResidence -> AggregateRating [branchCode] :: SingleFamilyResidence -> BranchCode [containedInPlace] :: SingleFamilyResidence -> ContainedInPlace [containsPlace] :: SingleFamilyResidence -> ContainsPlace [event] :: SingleFamilyResidence -> Event [faxNumber] :: SingleFamilyResidence -> FaxNumber [geo] :: SingleFamilyResidence -> Geo [globalLocationNumber] :: SingleFamilyResidence -> GlobalLocationNumber [hasMap] :: SingleFamilyResidence -> HasMap [isicV4] :: SingleFamilyResidence -> IsicV4 [logo] :: SingleFamilyResidence -> Logo [openingHoursSpecification] :: SingleFamilyResidence -> OpeningHoursSpecification [photo] :: SingleFamilyResidence -> Photo [review] :: SingleFamilyResidence -> Review [telephone] :: SingleFamilyResidence -> Telephone [additionalType] :: SingleFamilyResidence -> AdditionalType [alternateName] :: SingleFamilyResidence -> AlternateName [description] :: SingleFamilyResidence -> Description [image] :: SingleFamilyResidence -> Image [mainEntityOfPage] :: SingleFamilyResidence -> MainEntityOfPage [name] :: SingleFamilyResidence -> Name [potentialAction] :: SingleFamilyResidence -> PotentialAction [sameAs] :: SingleFamilyResidence -> SameAs [url] :: SingleFamilyResidence -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.SingleFamilyResidence.SingleFamilyResidence instance GHC.Read.Read Text.HTML5.MetaData.Schema.SingleFamilyResidence.SingleFamilyResidence instance GHC.Show.Show Text.HTML5.MetaData.Schema.SingleFamilyResidence.SingleFamilyResidence instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.SingleFamilyResidence.SingleFamilyResidence module Text.HTML5.MetaData.Schema.ReturnAction -- | The act of returning to the origin that which was previously received -- (concrete objects) or taken (ownership). -- -- data ReturnAction ReturnAction :: Recipient -> FromLocation -> ToLocation -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ReturnAction [recipient] :: ReturnAction -> Recipient [fromLocation] :: ReturnAction -> FromLocation [toLocation] :: ReturnAction -> ToLocation [actionStatus] :: ReturnAction -> ActionStatus [agent] :: ReturnAction -> Agent [endTime] :: ReturnAction -> EndTime [error] :: ReturnAction -> Error [instrument] :: ReturnAction -> Instrument [location] :: ReturnAction -> Location [object] :: ReturnAction -> Object [participant] :: ReturnAction -> Participant [result] :: ReturnAction -> Result [startTime] :: ReturnAction -> StartTime [target] :: ReturnAction -> Target [additionalType] :: ReturnAction -> AdditionalType [alternateName] :: ReturnAction -> AlternateName [description] :: ReturnAction -> Description [image] :: ReturnAction -> Image [mainEntityOfPage] :: ReturnAction -> MainEntityOfPage [name] :: ReturnAction -> Name [potentialAction] :: ReturnAction -> PotentialAction [sameAs] :: ReturnAction -> SameAs [url] :: ReturnAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ReturnAction.ReturnAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.ReturnAction.ReturnAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.ReturnAction.ReturnAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ReturnAction.ReturnAction module Text.HTML5.MetaData.Schema.WebPage -- | A web page. Every web page is implicitly assumed to be declared to be -- of type WebPage, so the various properties about that webpage, such as -- breadcrumb may be used. We recommend explicit declaration if these -- properties are specified, but if they are found outside of an -- itemscope, they will be assumed to be about the page. -- -- data WebPage WebPage :: Breadcrumb -> LastReviewed -> MainContentOfPage -> PrimaryImageOfPage -> RelatedLink -> ReviewedBy -> SignificantLink -> Specialty -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> WebPage [breadcrumb] :: WebPage -> Breadcrumb [lastReviewed] :: WebPage -> LastReviewed [mainContentOfPage] :: WebPage -> MainContentOfPage [primaryImageOfPage] :: WebPage -> PrimaryImageOfPage [relatedLink] :: WebPage -> RelatedLink [reviewedBy] :: WebPage -> ReviewedBy [significantLink] :: WebPage -> SignificantLink [specialty] :: WebPage -> Specialty [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 [character] :: WebPage -> Character [citation] :: WebPage -> Citation [comment] :: WebPage -> Comment [commentCount] :: WebPage -> CommentCount [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 [exampleOfWork] :: WebPage -> ExampleOfWork [fileFormat] :: WebPage -> FileFormat [genre] :: WebPage -> Genre [hasPart] :: WebPage -> HasPart [headline] :: WebPage -> Headline [inLanguage] :: WebPage -> InLanguage [interactionStatistic] :: WebPage -> InteractionStatistic [interactivityType] :: WebPage -> InteractivityType [isBasedOnUrl] :: WebPage -> IsBasedOnUrl [isFamilyFriendly] :: WebPage -> IsFamilyFriendly [isPartOf] :: WebPage -> IsPartOf [keywords] :: WebPage -> Keywords [learningResourceType] :: WebPage -> LearningResourceType [license] :: WebPage -> License [locationCreated] :: WebPage -> LocationCreated [mainEntity] :: WebPage -> MainEntity [mentions] :: WebPage -> Mentions [offers] :: WebPage -> Offers [position] :: WebPage -> Position [producer] :: WebPage -> Producer [provider] :: WebPage -> Provider [publication] :: WebPage -> Publication [publisher] :: WebPage -> Publisher [publishingPrinciples] :: WebPage -> PublishingPrinciples [recordedAt] :: WebPage -> RecordedAt [releasedEvent] :: WebPage -> ReleasedEvent [review] :: WebPage -> Review [schemaVersion] :: WebPage -> SchemaVersion [sourceOrganization] :: WebPage -> SourceOrganization [text] :: WebPage -> Text [thumbnailUrl] :: WebPage -> ThumbnailUrl [timeRequired] :: WebPage -> TimeRequired [translator] :: WebPage -> Translator [typicalAgeRange] :: WebPage -> TypicalAgeRange [version] :: WebPage -> Version [video] :: WebPage -> Video [workExample] :: WebPage -> WorkExample [additionalType] :: WebPage -> AdditionalType [alternateName] :: WebPage -> AlternateName [description] :: WebPage -> Description [image] :: WebPage -> Image [mainEntityOfPage] :: WebPage -> MainEntityOfPage [name] :: WebPage -> Name [potentialAction] :: WebPage -> PotentialAction [sameAs] :: WebPage -> SameAs [url] :: WebPage -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.WebPage.WebPage instance GHC.Read.Read Text.HTML5.MetaData.Schema.WebPage.WebPage instance GHC.Show.Show Text.HTML5.MetaData.Schema.WebPage.WebPage instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.WebPage.WebPage module Text.HTML5.MetaData.Schema.SearchResultsPage -- | Web page type: Search results page. -- -- data SearchResultsPage SearchResultsPage :: Breadcrumb -> LastReviewed -> MainContentOfPage -> PrimaryImageOfPage -> RelatedLink -> ReviewedBy -> SignificantLink -> Specialty -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> SearchResultsPage [breadcrumb] :: SearchResultsPage -> Breadcrumb [lastReviewed] :: SearchResultsPage -> LastReviewed [mainContentOfPage] :: SearchResultsPage -> MainContentOfPage [primaryImageOfPage] :: SearchResultsPage -> PrimaryImageOfPage [relatedLink] :: SearchResultsPage -> RelatedLink [reviewedBy] :: SearchResultsPage -> ReviewedBy [significantLink] :: SearchResultsPage -> SignificantLink [specialty] :: SearchResultsPage -> Specialty [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 [character] :: SearchResultsPage -> Character [citation] :: SearchResultsPage -> Citation [comment] :: SearchResultsPage -> Comment [commentCount] :: SearchResultsPage -> CommentCount [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 [exampleOfWork] :: SearchResultsPage -> ExampleOfWork [fileFormat] :: SearchResultsPage -> FileFormat [genre] :: SearchResultsPage -> Genre [hasPart] :: SearchResultsPage -> HasPart [headline] :: SearchResultsPage -> Headline [inLanguage] :: SearchResultsPage -> InLanguage [interactionStatistic] :: SearchResultsPage -> InteractionStatistic [interactivityType] :: SearchResultsPage -> InteractivityType [isBasedOnUrl] :: SearchResultsPage -> IsBasedOnUrl [isFamilyFriendly] :: SearchResultsPage -> IsFamilyFriendly [isPartOf] :: SearchResultsPage -> IsPartOf [keywords] :: SearchResultsPage -> Keywords [learningResourceType] :: SearchResultsPage -> LearningResourceType [license] :: SearchResultsPage -> License [locationCreated] :: SearchResultsPage -> LocationCreated [mainEntity] :: SearchResultsPage -> MainEntity [mentions] :: SearchResultsPage -> Mentions [offers] :: SearchResultsPage -> Offers [position] :: SearchResultsPage -> Position [producer] :: SearchResultsPage -> Producer [provider] :: SearchResultsPage -> Provider [publication] :: SearchResultsPage -> Publication [publisher] :: SearchResultsPage -> Publisher [publishingPrinciples] :: SearchResultsPage -> PublishingPrinciples [recordedAt] :: SearchResultsPage -> RecordedAt [releasedEvent] :: SearchResultsPage -> ReleasedEvent [review] :: SearchResultsPage -> Review [schemaVersion] :: SearchResultsPage -> SchemaVersion [sourceOrganization] :: SearchResultsPage -> SourceOrganization [text] :: SearchResultsPage -> Text [thumbnailUrl] :: SearchResultsPage -> ThumbnailUrl [timeRequired] :: SearchResultsPage -> TimeRequired [translator] :: SearchResultsPage -> Translator [typicalAgeRange] :: SearchResultsPage -> TypicalAgeRange [version] :: SearchResultsPage -> Version [video] :: SearchResultsPage -> Video [workExample] :: SearchResultsPage -> WorkExample [additionalType] :: SearchResultsPage -> AdditionalType [alternateName] :: SearchResultsPage -> AlternateName [description] :: SearchResultsPage -> Description [image] :: SearchResultsPage -> Image [mainEntityOfPage] :: SearchResultsPage -> MainEntityOfPage [name] :: SearchResultsPage -> Name [potentialAction] :: SearchResultsPage -> PotentialAction [sameAs] :: SearchResultsPage -> SameAs [url] :: SearchResultsPage -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.SearchResultsPage.SearchResultsPage instance GHC.Read.Read Text.HTML5.MetaData.Schema.SearchResultsPage.SearchResultsPage instance GHC.Show.Show Text.HTML5.MetaData.Schema.SearchResultsPage.SearchResultsPage instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.SearchResultsPage.SearchResultsPage module Text.HTML5.MetaData.Schema.SellAction -- | The act of taking money from a buyer in exchange for goods or services -- rendered. An agent sells an object, product, or service to a buyer for -- a price. Reciprocal of BuyAction. -- -- data SellAction SellAction :: Buyer -> Price -> PriceSpecification -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> SellAction [buyer] :: SellAction -> Buyer [price] :: SellAction -> Price [priceSpecification] :: SellAction -> PriceSpecification [actionStatus] :: SellAction -> ActionStatus [agent] :: SellAction -> Agent [endTime] :: SellAction -> EndTime [error] :: SellAction -> Error [instrument] :: SellAction -> Instrument [location] :: SellAction -> Location [object] :: SellAction -> Object [participant] :: SellAction -> Participant [result] :: SellAction -> Result [startTime] :: SellAction -> StartTime [target] :: SellAction -> Target [additionalType] :: SellAction -> AdditionalType [alternateName] :: SellAction -> AlternateName [description] :: SellAction -> Description [image] :: SellAction -> Image [mainEntityOfPage] :: SellAction -> MainEntityOfPage [name] :: SellAction -> Name [potentialAction] :: SellAction -> PotentialAction [sameAs] :: SellAction -> SameAs [url] :: SellAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.SellAction.SellAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.SellAction.SellAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.SellAction.SellAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.SellAction.SellAction module Text.HTML5.MetaData.Schema.SendAction -- | The act of physically/electronically dispatching an object for -- transfer from an origin to a destination.Related -- actions:ReceiveAction: The reciprocal of SendAction.GiveAction: Unlike -- GiveAction, SendAction does not imply the transfer of ownership (e.g. -- I can send you my laptop, but I'm not necessarily giving it to you). -- -- data SendAction SendAction :: DeliveryMethod -> Recipient -> FromLocation -> ToLocation -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> SendAction [deliveryMethod] :: SendAction -> DeliveryMethod [recipient] :: SendAction -> Recipient [fromLocation] :: SendAction -> FromLocation [toLocation] :: SendAction -> ToLocation [actionStatus] :: SendAction -> ActionStatus [agent] :: SendAction -> Agent [endTime] :: SendAction -> EndTime [error] :: SendAction -> Error [instrument] :: SendAction -> Instrument [location] :: SendAction -> Location [object] :: SendAction -> Object [participant] :: SendAction -> Participant [result] :: SendAction -> Result [startTime] :: SendAction -> StartTime [target] :: SendAction -> Target [additionalType] :: SendAction -> AdditionalType [alternateName] :: SendAction -> AlternateName [description] :: SendAction -> Description [image] :: SendAction -> Image [mainEntityOfPage] :: SendAction -> MainEntityOfPage [name] :: SendAction -> Name [potentialAction] :: SendAction -> PotentialAction [sameAs] :: SendAction -> SameAs [url] :: SendAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.SendAction.SendAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.SendAction.SendAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.SendAction.SendAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.SendAction.SendAction module Text.HTML5.MetaData.Schema.Taxi -- | A taxi. -- -- data Taxi Taxi :: AggregateRating -> AreaServed -> AvailableChannel -> Award -> Category -> HasOfferCatalog -> HoursAvailable -> Offers -> Provider -> ProviderMobility -> Review -> ServiceOutput -> ServiceType -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Taxi [aggregateRating] :: Taxi -> AggregateRating [areaServed] :: Taxi -> AreaServed [availableChannel] :: Taxi -> AvailableChannel [award] :: Taxi -> Award [category] :: Taxi -> Category [hasOfferCatalog] :: Taxi -> HasOfferCatalog [hoursAvailable] :: Taxi -> HoursAvailable [offers] :: Taxi -> Offers [provider] :: Taxi -> Provider [providerMobility] :: Taxi -> ProviderMobility [review] :: Taxi -> Review [serviceOutput] :: Taxi -> ServiceOutput [serviceType] :: Taxi -> ServiceType [additionalType] :: Taxi -> AdditionalType [alternateName] :: Taxi -> AlternateName [description] :: Taxi -> Description [image] :: Taxi -> Image [mainEntityOfPage] :: Taxi -> MainEntityOfPage [name] :: Taxi -> Name [potentialAction] :: Taxi -> PotentialAction [sameAs] :: Taxi -> SameAs [url] :: Taxi -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Taxi.Taxi instance GHC.Read.Read Text.HTML5.MetaData.Schema.Taxi.Taxi instance GHC.Show.Show Text.HTML5.MetaData.Schema.Taxi.Taxi instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Taxi.Taxi module Text.HTML5.MetaData.Schema.Service -- | A service provided by an organization, e.g. delivery service, print -- services, etc. -- -- data Service Service :: AggregateRating -> AreaServed -> AvailableChannel -> Award -> Category -> HasOfferCatalog -> HoursAvailable -> Offers -> Provider -> ProviderMobility -> Review -> ServiceOutput -> ServiceType -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Service [aggregateRating] :: Service -> AggregateRating [areaServed] :: Service -> AreaServed [availableChannel] :: Service -> AvailableChannel [award] :: Service -> Award [category] :: Service -> Category [hasOfferCatalog] :: Service -> HasOfferCatalog [hoursAvailable] :: Service -> HoursAvailable [offers] :: Service -> Offers [provider] :: Service -> Provider [providerMobility] :: Service -> ProviderMobility [review] :: Service -> Review [serviceOutput] :: Service -> ServiceOutput [serviceType] :: Service -> ServiceType [additionalType] :: Service -> AdditionalType [alternateName] :: Service -> AlternateName [description] :: Service -> Description [image] :: Service -> Image [mainEntityOfPage] :: Service -> MainEntityOfPage [name] :: Service -> Name [potentialAction] :: Service -> PotentialAction [sameAs] :: Service -> SameAs [url] :: Service -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Service.Service instance GHC.Read.Read Text.HTML5.MetaData.Schema.Service.Service instance GHC.Show.Show Text.HTML5.MetaData.Schema.Service.Service instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Service.Service module Text.HTML5.MetaData.Schema.TaxiService -- | A service for a vehicle for hire with a driver for local travel. Fares -- are usually calculated based on distance traveled. -- -- data TaxiService TaxiService :: AggregateRating -> AreaServed -> AvailableChannel -> Award -> Category -> HasOfferCatalog -> HoursAvailable -> Offers -> Provider -> ProviderMobility -> Review -> ServiceOutput -> ServiceType -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> TaxiService [aggregateRating] :: TaxiService -> AggregateRating [areaServed] :: TaxiService -> AreaServed [availableChannel] :: TaxiService -> AvailableChannel [award] :: TaxiService -> Award [category] :: TaxiService -> Category [hasOfferCatalog] :: TaxiService -> HasOfferCatalog [hoursAvailable] :: TaxiService -> HoursAvailable [offers] :: TaxiService -> Offers [provider] :: TaxiService -> Provider [providerMobility] :: TaxiService -> ProviderMobility [review] :: TaxiService -> Review [serviceOutput] :: TaxiService -> ServiceOutput [serviceType] :: TaxiService -> ServiceType [additionalType] :: TaxiService -> AdditionalType [alternateName] :: TaxiService -> AlternateName [description] :: TaxiService -> Description [image] :: TaxiService -> Image [mainEntityOfPage] :: TaxiService -> MainEntityOfPage [name] :: TaxiService -> Name [potentialAction] :: TaxiService -> PotentialAction [sameAs] :: TaxiService -> SameAs [url] :: TaxiService -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.TaxiService.TaxiService instance GHC.Read.Read Text.HTML5.MetaData.Schema.TaxiService.TaxiService instance GHC.Show.Show Text.HTML5.MetaData.Schema.TaxiService.TaxiService instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.TaxiService.TaxiService module Text.HTML5.MetaData.Schema.ShoeStore -- | A shoe store. -- -- data ShoeStore ShoeStore :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ShoeStore [branchCode] :: ShoeStore -> BranchCode [currenciesAccepted] :: ShoeStore -> CurrenciesAccepted [openingHours] :: ShoeStore -> OpeningHours [paymentAccepted] :: ShoeStore -> PaymentAccepted [priceRange] :: ShoeStore -> PriceRange [address] :: ShoeStore -> Address [aggregateRating] :: ShoeStore -> AggregateRating [alumni] :: ShoeStore -> Alumni [areaServed] :: ShoeStore -> AreaServed [award] :: ShoeStore -> Award [brand] :: ShoeStore -> Brand [contactPoint] :: ShoeStore -> ContactPoint [department] :: ShoeStore -> Department [dissolutionDate] :: ShoeStore -> DissolutionDate [duns] :: ShoeStore -> Duns [email] :: ShoeStore -> Email [employee] :: ShoeStore -> Employee [event] :: ShoeStore -> Event [faxNumber] :: ShoeStore -> FaxNumber [founder] :: ShoeStore -> Founder [foundingDate] :: ShoeStore -> FoundingDate [foundingLocation] :: ShoeStore -> FoundingLocation [globalLocationNumber] :: ShoeStore -> GlobalLocationNumber [hasOfferCatalog] :: ShoeStore -> HasOfferCatalog [hasPOS] :: ShoeStore -> HasPOS [isicV4] :: ShoeStore -> IsicV4 [legalName] :: ShoeStore -> LegalName [location] :: ShoeStore -> Location [logo] :: ShoeStore -> Logo [makesOffer] :: ShoeStore -> MakesOffer [member] :: ShoeStore -> Member [memberOf] :: ShoeStore -> MemberOf [naics] :: ShoeStore -> Naics [numberOfEmployees] :: ShoeStore -> NumberOfEmployees [owns] :: ShoeStore -> Owns [parentOrganization] :: ShoeStore -> ParentOrganization [review] :: ShoeStore -> Review [seeks] :: ShoeStore -> Seeks [subOrganization] :: ShoeStore -> SubOrganization [taxID] :: ShoeStore -> TaxID [telephone] :: ShoeStore -> Telephone [vatID] :: ShoeStore -> VatID [additionalProperty] :: ShoeStore -> AdditionalProperty [containedInPlace] :: ShoeStore -> ContainedInPlace [containsPlace] :: ShoeStore -> ContainsPlace [geo] :: ShoeStore -> Geo [hasMap] :: ShoeStore -> HasMap [openingHoursSpecification] :: ShoeStore -> OpeningHoursSpecification [photo] :: ShoeStore -> Photo [additionalType] :: ShoeStore -> AdditionalType [alternateName] :: ShoeStore -> AlternateName [description] :: ShoeStore -> Description [image] :: ShoeStore -> Image [mainEntityOfPage] :: ShoeStore -> MainEntityOfPage [name] :: ShoeStore -> Name [potentialAction] :: ShoeStore -> PotentialAction [sameAs] :: ShoeStore -> SameAs [url] :: ShoeStore -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ShoeStore.ShoeStore instance GHC.Read.Read Text.HTML5.MetaData.Schema.ShoeStore.ShoeStore instance GHC.Show.Show Text.HTML5.MetaData.Schema.ShoeStore.ShoeStore instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ShoeStore.ShoeStore module Text.HTML5.MetaData.Schema.SiteNavigationElement -- | A navigation element of the page. -- -- data SiteNavigationElement SiteNavigationElement :: About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> SiteNavigationElement [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 [character] :: SiteNavigationElement -> Character [citation] :: SiteNavigationElement -> Citation [comment] :: SiteNavigationElement -> Comment [commentCount] :: SiteNavigationElement -> CommentCount [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 [exampleOfWork] :: SiteNavigationElement -> ExampleOfWork [fileFormat] :: SiteNavigationElement -> FileFormat [genre] :: SiteNavigationElement -> Genre [hasPart] :: SiteNavigationElement -> HasPart [headline] :: SiteNavigationElement -> Headline [inLanguage] :: SiteNavigationElement -> InLanguage [interactionStatistic] :: SiteNavigationElement -> InteractionStatistic [interactivityType] :: SiteNavigationElement -> InteractivityType [isBasedOnUrl] :: SiteNavigationElement -> IsBasedOnUrl [isFamilyFriendly] :: SiteNavigationElement -> IsFamilyFriendly [isPartOf] :: SiteNavigationElement -> IsPartOf [keywords] :: SiteNavigationElement -> Keywords [learningResourceType] :: SiteNavigationElement -> LearningResourceType [license] :: SiteNavigationElement -> License [locationCreated] :: SiteNavigationElement -> LocationCreated [mainEntity] :: SiteNavigationElement -> MainEntity [mentions] :: SiteNavigationElement -> Mentions [offers] :: SiteNavigationElement -> Offers [position] :: SiteNavigationElement -> Position [producer] :: SiteNavigationElement -> Producer [provider] :: SiteNavigationElement -> Provider [publication] :: SiteNavigationElement -> Publication [publisher] :: SiteNavigationElement -> Publisher [publishingPrinciples] :: SiteNavigationElement -> PublishingPrinciples [recordedAt] :: SiteNavigationElement -> RecordedAt [releasedEvent] :: SiteNavigationElement -> ReleasedEvent [review] :: SiteNavigationElement -> Review [schemaVersion] :: SiteNavigationElement -> SchemaVersion [sourceOrganization] :: SiteNavigationElement -> SourceOrganization [text] :: SiteNavigationElement -> Text [thumbnailUrl] :: SiteNavigationElement -> ThumbnailUrl [timeRequired] :: SiteNavigationElement -> TimeRequired [translator] :: SiteNavigationElement -> Translator [typicalAgeRange] :: SiteNavigationElement -> TypicalAgeRange [version] :: SiteNavigationElement -> Version [video] :: SiteNavigationElement -> Video [workExample] :: SiteNavigationElement -> WorkExample [additionalType] :: SiteNavigationElement -> AdditionalType [alternateName] :: SiteNavigationElement -> AlternateName [description] :: SiteNavigationElement -> Description [image] :: SiteNavigationElement -> Image [mainEntityOfPage] :: SiteNavigationElement -> MainEntityOfPage [name] :: SiteNavigationElement -> Name [potentialAction] :: SiteNavigationElement -> PotentialAction [sameAs] :: SiteNavigationElement -> SameAs [url] :: SiteNavigationElement -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.SiteNavigationElement.SiteNavigationElement instance GHC.Read.Read Text.HTML5.MetaData.Schema.SiteNavigationElement.SiteNavigationElement instance GHC.Show.Show Text.HTML5.MetaData.Schema.SiteNavigationElement.SiteNavigationElement instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.SiteNavigationElement.SiteNavigationElement module Text.HTML5.MetaData.Schema.SkiResort -- | A ski resort. -- -- data SkiResort SkiResort :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> SkiResort [branchCode] :: SkiResort -> BranchCode [currenciesAccepted] :: SkiResort -> CurrenciesAccepted [openingHours] :: SkiResort -> OpeningHours [paymentAccepted] :: SkiResort -> PaymentAccepted [priceRange] :: SkiResort -> PriceRange [address] :: SkiResort -> Address [aggregateRating] :: SkiResort -> AggregateRating [alumni] :: SkiResort -> Alumni [areaServed] :: SkiResort -> AreaServed [award] :: SkiResort -> Award [brand] :: SkiResort -> Brand [contactPoint] :: SkiResort -> ContactPoint [department] :: SkiResort -> Department [dissolutionDate] :: SkiResort -> DissolutionDate [duns] :: SkiResort -> Duns [email] :: SkiResort -> Email [employee] :: SkiResort -> Employee [event] :: SkiResort -> Event [faxNumber] :: SkiResort -> FaxNumber [founder] :: SkiResort -> Founder [foundingDate] :: SkiResort -> FoundingDate [foundingLocation] :: SkiResort -> FoundingLocation [globalLocationNumber] :: SkiResort -> GlobalLocationNumber [hasOfferCatalog] :: SkiResort -> HasOfferCatalog [hasPOS] :: SkiResort -> HasPOS [isicV4] :: SkiResort -> IsicV4 [legalName] :: SkiResort -> LegalName [location] :: SkiResort -> Location [logo] :: SkiResort -> Logo [makesOffer] :: SkiResort -> MakesOffer [member] :: SkiResort -> Member [memberOf] :: SkiResort -> MemberOf [naics] :: SkiResort -> Naics [numberOfEmployees] :: SkiResort -> NumberOfEmployees [owns] :: SkiResort -> Owns [parentOrganization] :: SkiResort -> ParentOrganization [review] :: SkiResort -> Review [seeks] :: SkiResort -> Seeks [subOrganization] :: SkiResort -> SubOrganization [taxID] :: SkiResort -> TaxID [telephone] :: SkiResort -> Telephone [vatID] :: SkiResort -> VatID [additionalProperty] :: SkiResort -> AdditionalProperty [containedInPlace] :: SkiResort -> ContainedInPlace [containsPlace] :: SkiResort -> ContainsPlace [geo] :: SkiResort -> Geo [hasMap] :: SkiResort -> HasMap [openingHoursSpecification] :: SkiResort -> OpeningHoursSpecification [photo] :: SkiResort -> Photo [additionalType] :: SkiResort -> AdditionalType [alternateName] :: SkiResort -> AlternateName [description] :: SkiResort -> Description [image] :: SkiResort -> Image [mainEntityOfPage] :: SkiResort -> MainEntityOfPage [name] :: SkiResort -> Name [potentialAction] :: SkiResort -> PotentialAction [sameAs] :: SkiResort -> SameAs [url] :: SkiResort -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.SkiResort.SkiResort instance GHC.Read.Read Text.HTML5.MetaData.Schema.SkiResort.SkiResort instance GHC.Show.Show Text.HTML5.MetaData.Schema.SkiResort.SkiResort instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.SkiResort.SkiResort module Text.HTML5.MetaData.Schema.SoftwareApplication -- | A software application. -- -- data SoftwareApplication SoftwareApplication :: ApplicationCategory -> ApplicationSubCategory -> ApplicationSuite -> AvailableOnDevice -> CountriesNotSupported -> CountriesSupported -> DownloadUrl -> FeatureList -> FileSize -> InstallUrl -> MemoryRequirements -> OperatingSystem -> Permissions -> ProcessorRequirements -> ReleaseNotes -> Screenshot -> SoftwareAddOn -> SoftwareHelp -> SoftwareRequirements -> SoftwareVersion -> StorageRequirements -> SupportingData -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> SoftwareApplication [applicationCategory] :: SoftwareApplication -> ApplicationCategory [applicationSubCategory] :: SoftwareApplication -> ApplicationSubCategory [applicationSuite] :: SoftwareApplication -> ApplicationSuite [availableOnDevice] :: SoftwareApplication -> AvailableOnDevice [countriesNotSupported] :: SoftwareApplication -> CountriesNotSupported [countriesSupported] :: SoftwareApplication -> CountriesSupported [downloadUrl] :: SoftwareApplication -> DownloadUrl [featureList] :: SoftwareApplication -> FeatureList [fileSize] :: SoftwareApplication -> FileSize [installUrl] :: SoftwareApplication -> InstallUrl [memoryRequirements] :: SoftwareApplication -> MemoryRequirements [operatingSystem] :: SoftwareApplication -> OperatingSystem [permissions] :: SoftwareApplication -> Permissions [processorRequirements] :: SoftwareApplication -> ProcessorRequirements [releaseNotes] :: SoftwareApplication -> ReleaseNotes [screenshot] :: SoftwareApplication -> Screenshot [softwareAddOn] :: SoftwareApplication -> SoftwareAddOn [softwareHelp] :: SoftwareApplication -> SoftwareHelp [softwareRequirements] :: SoftwareApplication -> SoftwareRequirements [softwareVersion] :: SoftwareApplication -> SoftwareVersion [storageRequirements] :: SoftwareApplication -> StorageRequirements [supportingData] :: SoftwareApplication -> SupportingData [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 [character] :: SoftwareApplication -> Character [citation] :: SoftwareApplication -> Citation [comment] :: SoftwareApplication -> Comment [commentCount] :: SoftwareApplication -> CommentCount [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 [exampleOfWork] :: SoftwareApplication -> ExampleOfWork [fileFormat] :: SoftwareApplication -> FileFormat [genre] :: SoftwareApplication -> Genre [hasPart] :: SoftwareApplication -> HasPart [headline] :: SoftwareApplication -> Headline [inLanguage] :: SoftwareApplication -> InLanguage [interactionStatistic] :: SoftwareApplication -> InteractionStatistic [interactivityType] :: SoftwareApplication -> InteractivityType [isBasedOnUrl] :: SoftwareApplication -> IsBasedOnUrl [isFamilyFriendly] :: SoftwareApplication -> IsFamilyFriendly [isPartOf] :: SoftwareApplication -> IsPartOf [keywords] :: SoftwareApplication -> Keywords [learningResourceType] :: SoftwareApplication -> LearningResourceType [license] :: SoftwareApplication -> License [locationCreated] :: SoftwareApplication -> LocationCreated [mainEntity] :: SoftwareApplication -> MainEntity [mentions] :: SoftwareApplication -> Mentions [offers] :: SoftwareApplication -> Offers [position] :: SoftwareApplication -> Position [producer] :: SoftwareApplication -> Producer [provider] :: SoftwareApplication -> Provider [publication] :: SoftwareApplication -> Publication [publisher] :: SoftwareApplication -> Publisher [publishingPrinciples] :: SoftwareApplication -> PublishingPrinciples [recordedAt] :: SoftwareApplication -> RecordedAt [releasedEvent] :: SoftwareApplication -> ReleasedEvent [review] :: SoftwareApplication -> Review [schemaVersion] :: SoftwareApplication -> SchemaVersion [sourceOrganization] :: SoftwareApplication -> SourceOrganization [text] :: SoftwareApplication -> Text [thumbnailUrl] :: SoftwareApplication -> ThumbnailUrl [timeRequired] :: SoftwareApplication -> TimeRequired [translator] :: SoftwareApplication -> Translator [typicalAgeRange] :: SoftwareApplication -> TypicalAgeRange [version] :: SoftwareApplication -> Version [video] :: SoftwareApplication -> Video [workExample] :: SoftwareApplication -> WorkExample [additionalType] :: SoftwareApplication -> AdditionalType [alternateName] :: SoftwareApplication -> AlternateName [description] :: SoftwareApplication -> Description [image] :: SoftwareApplication -> Image [mainEntityOfPage] :: SoftwareApplication -> MainEntityOfPage [name] :: SoftwareApplication -> Name [potentialAction] :: SoftwareApplication -> PotentialAction [sameAs] :: SoftwareApplication -> SameAs [url] :: SoftwareApplication -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.SoftwareApplication.SoftwareApplication instance GHC.Read.Read Text.HTML5.MetaData.Schema.SoftwareApplication.SoftwareApplication instance GHC.Show.Show Text.HTML5.MetaData.Schema.SoftwareApplication.SoftwareApplication instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.SoftwareApplication.SoftwareApplication module Text.HTML5.MetaData.Schema.WebApplication -- | Web applications. -- -- data WebApplication WebApplication :: BrowserRequirements -> ApplicationCategory -> ApplicationSubCategory -> ApplicationSuite -> AvailableOnDevice -> CountriesNotSupported -> CountriesSupported -> DownloadUrl -> FeatureList -> FileSize -> InstallUrl -> MemoryRequirements -> OperatingSystem -> Permissions -> ProcessorRequirements -> ReleaseNotes -> Screenshot -> SoftwareAddOn -> SoftwareHelp -> SoftwareRequirements -> SoftwareVersion -> StorageRequirements -> SupportingData -> About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> WebApplication [browserRequirements] :: WebApplication -> BrowserRequirements [applicationCategory] :: WebApplication -> ApplicationCategory [applicationSubCategory] :: WebApplication -> ApplicationSubCategory [applicationSuite] :: WebApplication -> ApplicationSuite [availableOnDevice] :: WebApplication -> AvailableOnDevice [countriesNotSupported] :: WebApplication -> CountriesNotSupported [countriesSupported] :: WebApplication -> CountriesSupported [downloadUrl] :: WebApplication -> DownloadUrl [featureList] :: WebApplication -> FeatureList [fileSize] :: WebApplication -> FileSize [installUrl] :: WebApplication -> InstallUrl [memoryRequirements] :: WebApplication -> MemoryRequirements [operatingSystem] :: WebApplication -> OperatingSystem [permissions] :: WebApplication -> Permissions [processorRequirements] :: WebApplication -> ProcessorRequirements [releaseNotes] :: WebApplication -> ReleaseNotes [screenshot] :: WebApplication -> Screenshot [softwareAddOn] :: WebApplication -> SoftwareAddOn [softwareHelp] :: WebApplication -> SoftwareHelp [softwareRequirements] :: WebApplication -> SoftwareRequirements [softwareVersion] :: WebApplication -> SoftwareVersion [storageRequirements] :: WebApplication -> StorageRequirements [supportingData] :: WebApplication -> SupportingData [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 [character] :: WebApplication -> Character [citation] :: WebApplication -> Citation [comment] :: WebApplication -> Comment [commentCount] :: WebApplication -> CommentCount [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 [exampleOfWork] :: WebApplication -> ExampleOfWork [fileFormat] :: WebApplication -> FileFormat [genre] :: WebApplication -> Genre [hasPart] :: WebApplication -> HasPart [headline] :: WebApplication -> Headline [inLanguage] :: WebApplication -> InLanguage [interactionStatistic] :: WebApplication -> InteractionStatistic [interactivityType] :: WebApplication -> InteractivityType [isBasedOnUrl] :: WebApplication -> IsBasedOnUrl [isFamilyFriendly] :: WebApplication -> IsFamilyFriendly [isPartOf] :: WebApplication -> IsPartOf [keywords] :: WebApplication -> Keywords [learningResourceType] :: WebApplication -> LearningResourceType [license] :: WebApplication -> License [locationCreated] :: WebApplication -> LocationCreated [mainEntity] :: WebApplication -> MainEntity [mentions] :: WebApplication -> Mentions [offers] :: WebApplication -> Offers [position] :: WebApplication -> Position [producer] :: WebApplication -> Producer [provider] :: WebApplication -> Provider [publication] :: WebApplication -> Publication [publisher] :: WebApplication -> Publisher [publishingPrinciples] :: WebApplication -> PublishingPrinciples [recordedAt] :: WebApplication -> RecordedAt [releasedEvent] :: WebApplication -> ReleasedEvent [review] :: WebApplication -> Review [schemaVersion] :: WebApplication -> SchemaVersion [sourceOrganization] :: WebApplication -> SourceOrganization [text] :: WebApplication -> Text [thumbnailUrl] :: WebApplication -> ThumbnailUrl [timeRequired] :: WebApplication -> TimeRequired [translator] :: WebApplication -> Translator [typicalAgeRange] :: WebApplication -> TypicalAgeRange [version] :: WebApplication -> Version [video] :: WebApplication -> Video [workExample] :: WebApplication -> WorkExample [additionalType] :: WebApplication -> AdditionalType [alternateName] :: WebApplication -> AlternateName [description] :: WebApplication -> Description [image] :: WebApplication -> Image [mainEntityOfPage] :: WebApplication -> MainEntityOfPage [name] :: WebApplication -> Name [potentialAction] :: WebApplication -> PotentialAction [sameAs] :: WebApplication -> SameAs [url] :: WebApplication -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.WebApplication.WebApplication instance GHC.Read.Read Text.HTML5.MetaData.Schema.WebApplication.WebApplication instance GHC.Show.Show Text.HTML5.MetaData.Schema.WebApplication.WebApplication instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.WebApplication.WebApplication module Text.HTML5.MetaData.Schema.SportingGoodsStore -- | A sporting goods store. -- -- data SportingGoodsStore SportingGoodsStore :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> SportingGoodsStore [branchCode] :: SportingGoodsStore -> BranchCode [currenciesAccepted] :: SportingGoodsStore -> CurrenciesAccepted [openingHours] :: SportingGoodsStore -> OpeningHours [paymentAccepted] :: SportingGoodsStore -> PaymentAccepted [priceRange] :: SportingGoodsStore -> PriceRange [address] :: SportingGoodsStore -> Address [aggregateRating] :: SportingGoodsStore -> AggregateRating [alumni] :: SportingGoodsStore -> Alumni [areaServed] :: SportingGoodsStore -> AreaServed [award] :: SportingGoodsStore -> Award [brand] :: SportingGoodsStore -> Brand [contactPoint] :: SportingGoodsStore -> ContactPoint [department] :: SportingGoodsStore -> Department [dissolutionDate] :: SportingGoodsStore -> DissolutionDate [duns] :: SportingGoodsStore -> Duns [email] :: SportingGoodsStore -> Email [employee] :: SportingGoodsStore -> Employee [event] :: SportingGoodsStore -> Event [faxNumber] :: SportingGoodsStore -> FaxNumber [founder] :: SportingGoodsStore -> Founder [foundingDate] :: SportingGoodsStore -> FoundingDate [foundingLocation] :: SportingGoodsStore -> FoundingLocation [globalLocationNumber] :: SportingGoodsStore -> GlobalLocationNumber [hasOfferCatalog] :: SportingGoodsStore -> HasOfferCatalog [hasPOS] :: SportingGoodsStore -> HasPOS [isicV4] :: SportingGoodsStore -> IsicV4 [legalName] :: SportingGoodsStore -> LegalName [location] :: SportingGoodsStore -> Location [logo] :: SportingGoodsStore -> Logo [makesOffer] :: SportingGoodsStore -> MakesOffer [member] :: SportingGoodsStore -> Member [memberOf] :: SportingGoodsStore -> MemberOf [naics] :: SportingGoodsStore -> Naics [numberOfEmployees] :: SportingGoodsStore -> NumberOfEmployees [owns] :: SportingGoodsStore -> Owns [parentOrganization] :: SportingGoodsStore -> ParentOrganization [review] :: SportingGoodsStore -> Review [seeks] :: SportingGoodsStore -> Seeks [subOrganization] :: SportingGoodsStore -> SubOrganization [taxID] :: SportingGoodsStore -> TaxID [telephone] :: SportingGoodsStore -> Telephone [vatID] :: SportingGoodsStore -> VatID [additionalProperty] :: SportingGoodsStore -> AdditionalProperty [containedInPlace] :: SportingGoodsStore -> ContainedInPlace [containsPlace] :: SportingGoodsStore -> ContainsPlace [geo] :: SportingGoodsStore -> Geo [hasMap] :: SportingGoodsStore -> HasMap [openingHoursSpecification] :: SportingGoodsStore -> OpeningHoursSpecification [photo] :: SportingGoodsStore -> Photo [additionalType] :: SportingGoodsStore -> AdditionalType [alternateName] :: SportingGoodsStore -> AlternateName [description] :: SportingGoodsStore -> Description [image] :: SportingGoodsStore -> Image [mainEntityOfPage] :: SportingGoodsStore -> MainEntityOfPage [name] :: SportingGoodsStore -> Name [potentialAction] :: SportingGoodsStore -> PotentialAction [sameAs] :: SportingGoodsStore -> SameAs [url] :: SportingGoodsStore -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.SportingGoodsStore.SportingGoodsStore instance GHC.Read.Read Text.HTML5.MetaData.Schema.SportingGoodsStore.SportingGoodsStore instance GHC.Show.Show Text.HTML5.MetaData.Schema.SportingGoodsStore.SportingGoodsStore instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.SportingGoodsStore.SportingGoodsStore module Text.HTML5.MetaData.Schema.SportsClub -- | A sports club. -- -- data SportsClub SportsClub :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> SportsClub [branchCode] :: SportsClub -> BranchCode [currenciesAccepted] :: SportsClub -> CurrenciesAccepted [openingHours] :: SportsClub -> OpeningHours [paymentAccepted] :: SportsClub -> PaymentAccepted [priceRange] :: SportsClub -> PriceRange [address] :: SportsClub -> Address [aggregateRating] :: SportsClub -> AggregateRating [alumni] :: SportsClub -> Alumni [areaServed] :: SportsClub -> AreaServed [award] :: SportsClub -> Award [brand] :: SportsClub -> Brand [contactPoint] :: SportsClub -> ContactPoint [department] :: SportsClub -> Department [dissolutionDate] :: SportsClub -> DissolutionDate [duns] :: SportsClub -> Duns [email] :: SportsClub -> Email [employee] :: SportsClub -> Employee [event] :: SportsClub -> Event [faxNumber] :: SportsClub -> FaxNumber [founder] :: SportsClub -> Founder [foundingDate] :: SportsClub -> FoundingDate [foundingLocation] :: SportsClub -> FoundingLocation [globalLocationNumber] :: SportsClub -> GlobalLocationNumber [hasOfferCatalog] :: SportsClub -> HasOfferCatalog [hasPOS] :: SportsClub -> HasPOS [isicV4] :: SportsClub -> IsicV4 [legalName] :: SportsClub -> LegalName [location] :: SportsClub -> Location [logo] :: SportsClub -> Logo [makesOffer] :: SportsClub -> MakesOffer [member] :: SportsClub -> Member [memberOf] :: SportsClub -> MemberOf [naics] :: SportsClub -> Naics [numberOfEmployees] :: SportsClub -> NumberOfEmployees [owns] :: SportsClub -> Owns [parentOrganization] :: SportsClub -> ParentOrganization [review] :: SportsClub -> Review [seeks] :: SportsClub -> Seeks [subOrganization] :: SportsClub -> SubOrganization [taxID] :: SportsClub -> TaxID [telephone] :: SportsClub -> Telephone [vatID] :: SportsClub -> VatID [additionalProperty] :: SportsClub -> AdditionalProperty [containedInPlace] :: SportsClub -> ContainedInPlace [containsPlace] :: SportsClub -> ContainsPlace [geo] :: SportsClub -> Geo [hasMap] :: SportsClub -> HasMap [openingHoursSpecification] :: SportsClub -> OpeningHoursSpecification [photo] :: SportsClub -> Photo [additionalType] :: SportsClub -> AdditionalType [alternateName] :: SportsClub -> AlternateName [description] :: SportsClub -> Description [image] :: SportsClub -> Image [mainEntityOfPage] :: SportsClub -> MainEntityOfPage [name] :: SportsClub -> Name [potentialAction] :: SportsClub -> PotentialAction [sameAs] :: SportsClub -> SameAs [url] :: SportsClub -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.SportsClub.SportsClub instance GHC.Read.Read Text.HTML5.MetaData.Schema.SportsClub.SportsClub instance GHC.Show.Show Text.HTML5.MetaData.Schema.SportsClub.SportsClub instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.SportsClub.SportsClub module Text.HTML5.MetaData.Schema.SportsActivityLocation -- | A sports location, such as a playing field. -- -- data SportsActivityLocation SportsActivityLocation :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> AdditionalProperty -> Address -> AggregateRating -> ContainedInPlace -> ContainsPlace -> Event -> FaxNumber -> Geo -> GlobalLocationNumber -> HasMap -> IsicV4 -> Logo -> OpeningHoursSpecification -> Photo -> Review -> Telephone -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Founder -> FoundingDate -> FoundingLocation -> HasOfferCatalog -> HasPOS -> LegalName -> Location -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Seeks -> SubOrganization -> TaxID -> VatID -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> SportsActivityLocation [branchCode] :: SportsActivityLocation -> BranchCode [currenciesAccepted] :: SportsActivityLocation -> CurrenciesAccepted [openingHours] :: SportsActivityLocation -> OpeningHours [paymentAccepted] :: SportsActivityLocation -> PaymentAccepted [priceRange] :: SportsActivityLocation -> PriceRange [additionalProperty] :: SportsActivityLocation -> AdditionalProperty [address] :: SportsActivityLocation -> Address [aggregateRating] :: SportsActivityLocation -> AggregateRating [containedInPlace] :: SportsActivityLocation -> ContainedInPlace [containsPlace] :: SportsActivityLocation -> ContainsPlace [event] :: SportsActivityLocation -> Event [faxNumber] :: SportsActivityLocation -> FaxNumber [geo] :: SportsActivityLocation -> Geo [globalLocationNumber] :: SportsActivityLocation -> GlobalLocationNumber [hasMap] :: SportsActivityLocation -> HasMap [isicV4] :: SportsActivityLocation -> IsicV4 [logo] :: SportsActivityLocation -> Logo [openingHoursSpecification] :: SportsActivityLocation -> OpeningHoursSpecification [photo] :: SportsActivityLocation -> Photo [review] :: SportsActivityLocation -> Review [telephone] :: SportsActivityLocation -> Telephone [alumni] :: SportsActivityLocation -> Alumni [areaServed] :: SportsActivityLocation -> AreaServed [award] :: SportsActivityLocation -> Award [brand] :: SportsActivityLocation -> Brand [contactPoint] :: SportsActivityLocation -> ContactPoint [department] :: SportsActivityLocation -> Department [dissolutionDate] :: SportsActivityLocation -> DissolutionDate [duns] :: SportsActivityLocation -> Duns [email] :: SportsActivityLocation -> Email [employee] :: SportsActivityLocation -> Employee [founder] :: SportsActivityLocation -> Founder [foundingDate] :: SportsActivityLocation -> FoundingDate [foundingLocation] :: SportsActivityLocation -> FoundingLocation [hasOfferCatalog] :: SportsActivityLocation -> HasOfferCatalog [hasPOS] :: SportsActivityLocation -> HasPOS [legalName] :: SportsActivityLocation -> LegalName [location] :: SportsActivityLocation -> Location [makesOffer] :: SportsActivityLocation -> MakesOffer [member] :: SportsActivityLocation -> Member [memberOf] :: SportsActivityLocation -> MemberOf [naics] :: SportsActivityLocation -> Naics [numberOfEmployees] :: SportsActivityLocation -> NumberOfEmployees [owns] :: SportsActivityLocation -> Owns [parentOrganization] :: SportsActivityLocation -> ParentOrganization [seeks] :: SportsActivityLocation -> Seeks [subOrganization] :: SportsActivityLocation -> SubOrganization [taxID] :: SportsActivityLocation -> TaxID [vatID] :: SportsActivityLocation -> VatID [additionalType] :: SportsActivityLocation -> AdditionalType [alternateName] :: SportsActivityLocation -> AlternateName [description] :: SportsActivityLocation -> Description [image] :: SportsActivityLocation -> Image [mainEntityOfPage] :: SportsActivityLocation -> MainEntityOfPage [name] :: SportsActivityLocation -> Name [potentialAction] :: SportsActivityLocation -> PotentialAction [sameAs] :: SportsActivityLocation -> SameAs [url] :: SportsActivityLocation -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.SportsActivityLocation.SportsActivityLocation instance GHC.Read.Read Text.HTML5.MetaData.Schema.SportsActivityLocation.SportsActivityLocation instance GHC.Show.Show Text.HTML5.MetaData.Schema.SportsActivityLocation.SportsActivityLocation instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.SportsActivityLocation.SportsActivityLocation module Text.HTML5.MetaData.Schema.TennisComplex -- | A tennis complex. -- -- data TennisComplex TennisComplex :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> TennisComplex [branchCode] :: TennisComplex -> BranchCode [currenciesAccepted] :: TennisComplex -> CurrenciesAccepted [openingHours] :: TennisComplex -> OpeningHours [paymentAccepted] :: TennisComplex -> PaymentAccepted [priceRange] :: TennisComplex -> PriceRange [address] :: TennisComplex -> Address [aggregateRating] :: TennisComplex -> AggregateRating [alumni] :: TennisComplex -> Alumni [areaServed] :: TennisComplex -> AreaServed [award] :: TennisComplex -> Award [brand] :: TennisComplex -> Brand [contactPoint] :: TennisComplex -> ContactPoint [department] :: TennisComplex -> Department [dissolutionDate] :: TennisComplex -> DissolutionDate [duns] :: TennisComplex -> Duns [email] :: TennisComplex -> Email [employee] :: TennisComplex -> Employee [event] :: TennisComplex -> Event [faxNumber] :: TennisComplex -> FaxNumber [founder] :: TennisComplex -> Founder [foundingDate] :: TennisComplex -> FoundingDate [foundingLocation] :: TennisComplex -> FoundingLocation [globalLocationNumber] :: TennisComplex -> GlobalLocationNumber [hasOfferCatalog] :: TennisComplex -> HasOfferCatalog [hasPOS] :: TennisComplex -> HasPOS [isicV4] :: TennisComplex -> IsicV4 [legalName] :: TennisComplex -> LegalName [location] :: TennisComplex -> Location [logo] :: TennisComplex -> Logo [makesOffer] :: TennisComplex -> MakesOffer [member] :: TennisComplex -> Member [memberOf] :: TennisComplex -> MemberOf [naics] :: TennisComplex -> Naics [numberOfEmployees] :: TennisComplex -> NumberOfEmployees [owns] :: TennisComplex -> Owns [parentOrganization] :: TennisComplex -> ParentOrganization [review] :: TennisComplex -> Review [seeks] :: TennisComplex -> Seeks [subOrganization] :: TennisComplex -> SubOrganization [taxID] :: TennisComplex -> TaxID [telephone] :: TennisComplex -> Telephone [vatID] :: TennisComplex -> VatID [additionalProperty] :: TennisComplex -> AdditionalProperty [containedInPlace] :: TennisComplex -> ContainedInPlace [containsPlace] :: TennisComplex -> ContainsPlace [geo] :: TennisComplex -> Geo [hasMap] :: TennisComplex -> HasMap [openingHoursSpecification] :: TennisComplex -> OpeningHoursSpecification [photo] :: TennisComplex -> Photo [additionalType] :: TennisComplex -> AdditionalType [alternateName] :: TennisComplex -> AlternateName [description] :: TennisComplex -> Description [image] :: TennisComplex -> Image [mainEntityOfPage] :: TennisComplex -> MainEntityOfPage [name] :: TennisComplex -> Name [potentialAction] :: TennisComplex -> PotentialAction [sameAs] :: TennisComplex -> SameAs [url] :: TennisComplex -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.TennisComplex.TennisComplex instance GHC.Read.Read Text.HTML5.MetaData.Schema.TennisComplex.TennisComplex instance GHC.Show.Show Text.HTML5.MetaData.Schema.TennisComplex.TennisComplex instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.TennisComplex.TennisComplex module Text.HTML5.MetaData.Schema.TireShop -- | A tire shop. -- -- data TireShop TireShop :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> TireShop [branchCode] :: TireShop -> BranchCode [currenciesAccepted] :: TireShop -> CurrenciesAccepted [openingHours] :: TireShop -> OpeningHours [paymentAccepted] :: TireShop -> PaymentAccepted [priceRange] :: TireShop -> PriceRange [address] :: TireShop -> Address [aggregateRating] :: TireShop -> AggregateRating [alumni] :: TireShop -> Alumni [areaServed] :: TireShop -> AreaServed [award] :: TireShop -> Award [brand] :: TireShop -> Brand [contactPoint] :: TireShop -> ContactPoint [department] :: TireShop -> Department [dissolutionDate] :: TireShop -> DissolutionDate [duns] :: TireShop -> Duns [email] :: TireShop -> Email [employee] :: TireShop -> Employee [event] :: TireShop -> Event [faxNumber] :: TireShop -> FaxNumber [founder] :: TireShop -> Founder [foundingDate] :: TireShop -> FoundingDate [foundingLocation] :: TireShop -> FoundingLocation [globalLocationNumber] :: TireShop -> GlobalLocationNumber [hasOfferCatalog] :: TireShop -> HasOfferCatalog [hasPOS] :: TireShop -> HasPOS [isicV4] :: TireShop -> IsicV4 [legalName] :: TireShop -> LegalName [location] :: TireShop -> Location [logo] :: TireShop -> Logo [makesOffer] :: TireShop -> MakesOffer [member] :: TireShop -> Member [memberOf] :: TireShop -> MemberOf [naics] :: TireShop -> Naics [numberOfEmployees] :: TireShop -> NumberOfEmployees [owns] :: TireShop -> Owns [parentOrganization] :: TireShop -> ParentOrganization [review] :: TireShop -> Review [seeks] :: TireShop -> Seeks [subOrganization] :: TireShop -> SubOrganization [taxID] :: TireShop -> TaxID [telephone] :: TireShop -> Telephone [vatID] :: TireShop -> VatID [additionalProperty] :: TireShop -> AdditionalProperty [containedInPlace] :: TireShop -> ContainedInPlace [containsPlace] :: TireShop -> ContainsPlace [geo] :: TireShop -> Geo [hasMap] :: TireShop -> HasMap [openingHoursSpecification] :: TireShop -> OpeningHoursSpecification [photo] :: TireShop -> Photo [additionalType] :: TireShop -> AdditionalType [alternateName] :: TireShop -> AlternateName [description] :: TireShop -> Description [image] :: TireShop -> Image [mainEntityOfPage] :: TireShop -> MainEntityOfPage [name] :: TireShop -> Name [potentialAction] :: TireShop -> PotentialAction [sameAs] :: TireShop -> SameAs [url] :: TireShop -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.TireShop.TireShop instance GHC.Read.Read Text.HTML5.MetaData.Schema.TireShop.TireShop instance GHC.Show.Show Text.HTML5.MetaData.Schema.TireShop.TireShop instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.TireShop.TireShop module Text.HTML5.MetaData.Schema.ToyStore -- | A toy store. -- -- data ToyStore ToyStore :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> ToyStore [branchCode] :: ToyStore -> BranchCode [currenciesAccepted] :: ToyStore -> CurrenciesAccepted [openingHours] :: ToyStore -> OpeningHours [paymentAccepted] :: ToyStore -> PaymentAccepted [priceRange] :: ToyStore -> PriceRange [address] :: ToyStore -> Address [aggregateRating] :: ToyStore -> AggregateRating [alumni] :: ToyStore -> Alumni [areaServed] :: ToyStore -> AreaServed [award] :: ToyStore -> Award [brand] :: ToyStore -> Brand [contactPoint] :: ToyStore -> ContactPoint [department] :: ToyStore -> Department [dissolutionDate] :: ToyStore -> DissolutionDate [duns] :: ToyStore -> Duns [email] :: ToyStore -> Email [employee] :: ToyStore -> Employee [event] :: ToyStore -> Event [faxNumber] :: ToyStore -> FaxNumber [founder] :: ToyStore -> Founder [foundingDate] :: ToyStore -> FoundingDate [foundingLocation] :: ToyStore -> FoundingLocation [globalLocationNumber] :: ToyStore -> GlobalLocationNumber [hasOfferCatalog] :: ToyStore -> HasOfferCatalog [hasPOS] :: ToyStore -> HasPOS [isicV4] :: ToyStore -> IsicV4 [legalName] :: ToyStore -> LegalName [location] :: ToyStore -> Location [logo] :: ToyStore -> Logo [makesOffer] :: ToyStore -> MakesOffer [member] :: ToyStore -> Member [memberOf] :: ToyStore -> MemberOf [naics] :: ToyStore -> Naics [numberOfEmployees] :: ToyStore -> NumberOfEmployees [owns] :: ToyStore -> Owns [parentOrganization] :: ToyStore -> ParentOrganization [review] :: ToyStore -> Review [seeks] :: ToyStore -> Seeks [subOrganization] :: ToyStore -> SubOrganization [taxID] :: ToyStore -> TaxID [telephone] :: ToyStore -> Telephone [vatID] :: ToyStore -> VatID [additionalProperty] :: ToyStore -> AdditionalProperty [containedInPlace] :: ToyStore -> ContainedInPlace [containsPlace] :: ToyStore -> ContainsPlace [geo] :: ToyStore -> Geo [hasMap] :: ToyStore -> HasMap [openingHoursSpecification] :: ToyStore -> OpeningHoursSpecification [photo] :: ToyStore -> Photo [additionalType] :: ToyStore -> AdditionalType [alternateName] :: ToyStore -> AlternateName [description] :: ToyStore -> Description [image] :: ToyStore -> Image [mainEntityOfPage] :: ToyStore -> MainEntityOfPage [name] :: ToyStore -> Name [potentialAction] :: ToyStore -> PotentialAction [sameAs] :: ToyStore -> SameAs [url] :: ToyStore -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.ToyStore.ToyStore instance GHC.Read.Read Text.HTML5.MetaData.Schema.ToyStore.ToyStore instance GHC.Show.Show Text.HTML5.MetaData.Schema.ToyStore.ToyStore instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.ToyStore.ToyStore module Text.HTML5.MetaData.Schema.Store -- | A retail good store. -- -- data Store Store :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Store [branchCode] :: Store -> BranchCode [currenciesAccepted] :: Store -> CurrenciesAccepted [openingHours] :: Store -> OpeningHours [paymentAccepted] :: Store -> PaymentAccepted [priceRange] :: Store -> PriceRange [address] :: Store -> Address [aggregateRating] :: Store -> AggregateRating [alumni] :: Store -> Alumni [areaServed] :: Store -> AreaServed [award] :: Store -> Award [brand] :: Store -> Brand [contactPoint] :: Store -> ContactPoint [department] :: Store -> Department [dissolutionDate] :: Store -> DissolutionDate [duns] :: Store -> Duns [email] :: Store -> Email [employee] :: Store -> Employee [event] :: Store -> Event [faxNumber] :: Store -> FaxNumber [founder] :: Store -> Founder [foundingDate] :: Store -> FoundingDate [foundingLocation] :: Store -> FoundingLocation [globalLocationNumber] :: Store -> GlobalLocationNumber [hasOfferCatalog] :: Store -> HasOfferCatalog [hasPOS] :: Store -> HasPOS [isicV4] :: Store -> IsicV4 [legalName] :: Store -> LegalName [location] :: Store -> Location [logo] :: Store -> Logo [makesOffer] :: Store -> MakesOffer [member] :: Store -> Member [memberOf] :: Store -> MemberOf [naics] :: Store -> Naics [numberOfEmployees] :: Store -> NumberOfEmployees [owns] :: Store -> Owns [parentOrganization] :: Store -> ParentOrganization [review] :: Store -> Review [seeks] :: Store -> Seeks [subOrganization] :: Store -> SubOrganization [taxID] :: Store -> TaxID [telephone] :: Store -> Telephone [vatID] :: Store -> VatID [additionalProperty] :: Store -> AdditionalProperty [containedInPlace] :: Store -> ContainedInPlace [containsPlace] :: Store -> ContainsPlace [geo] :: Store -> Geo [hasMap] :: Store -> HasMap [openingHoursSpecification] :: Store -> OpeningHoursSpecification [photo] :: Store -> Photo [additionalType] :: Store -> AdditionalType [alternateName] :: Store -> AlternateName [description] :: Store -> Description [image] :: Store -> Image [mainEntityOfPage] :: Store -> MainEntityOfPage [name] :: Store -> Name [potentialAction] :: Store -> PotentialAction [sameAs] :: Store -> SameAs [url] :: Store -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Store.Store instance GHC.Read.Read Text.HTML5.MetaData.Schema.Store.Store instance GHC.Show.Show Text.HTML5.MetaData.Schema.Store.Store instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Store.Store module Text.HTML5.MetaData.Schema.WholesaleStore -- | A wholesale store. -- -- data WholesaleStore WholesaleStore :: BranchCode -> CurrenciesAccepted -> OpeningHours -> PaymentAccepted -> PriceRange -> Address -> AggregateRating -> Alumni -> AreaServed -> Award -> Brand -> ContactPoint -> Department -> DissolutionDate -> Duns -> Email -> Employee -> Event -> FaxNumber -> Founder -> FoundingDate -> FoundingLocation -> GlobalLocationNumber -> HasOfferCatalog -> HasPOS -> IsicV4 -> LegalName -> Location -> Logo -> MakesOffer -> Member -> MemberOf -> Naics -> NumberOfEmployees -> Owns -> ParentOrganization -> Review -> Seeks -> SubOrganization -> TaxID -> Telephone -> VatID -> AdditionalProperty -> ContainedInPlace -> ContainsPlace -> Geo -> HasMap -> OpeningHoursSpecification -> Photo -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> WholesaleStore [branchCode] :: WholesaleStore -> BranchCode [currenciesAccepted] :: WholesaleStore -> CurrenciesAccepted [openingHours] :: WholesaleStore -> OpeningHours [paymentAccepted] :: WholesaleStore -> PaymentAccepted [priceRange] :: WholesaleStore -> PriceRange [address] :: WholesaleStore -> Address [aggregateRating] :: WholesaleStore -> AggregateRating [alumni] :: WholesaleStore -> Alumni [areaServed] :: WholesaleStore -> AreaServed [award] :: WholesaleStore -> Award [brand] :: WholesaleStore -> Brand [contactPoint] :: WholesaleStore -> ContactPoint [department] :: WholesaleStore -> Department [dissolutionDate] :: WholesaleStore -> DissolutionDate [duns] :: WholesaleStore -> Duns [email] :: WholesaleStore -> Email [employee] :: WholesaleStore -> Employee [event] :: WholesaleStore -> Event [faxNumber] :: WholesaleStore -> FaxNumber [founder] :: WholesaleStore -> Founder [foundingDate] :: WholesaleStore -> FoundingDate [foundingLocation] :: WholesaleStore -> FoundingLocation [globalLocationNumber] :: WholesaleStore -> GlobalLocationNumber [hasOfferCatalog] :: WholesaleStore -> HasOfferCatalog [hasPOS] :: WholesaleStore -> HasPOS [isicV4] :: WholesaleStore -> IsicV4 [legalName] :: WholesaleStore -> LegalName [location] :: WholesaleStore -> Location [logo] :: WholesaleStore -> Logo [makesOffer] :: WholesaleStore -> MakesOffer [member] :: WholesaleStore -> Member [memberOf] :: WholesaleStore -> MemberOf [naics] :: WholesaleStore -> Naics [numberOfEmployees] :: WholesaleStore -> NumberOfEmployees [owns] :: WholesaleStore -> Owns [parentOrganization] :: WholesaleStore -> ParentOrganization [review] :: WholesaleStore -> Review [seeks] :: WholesaleStore -> Seeks [subOrganization] :: WholesaleStore -> SubOrganization [taxID] :: WholesaleStore -> TaxID [telephone] :: WholesaleStore -> Telephone [vatID] :: WholesaleStore -> VatID [additionalProperty] :: WholesaleStore -> AdditionalProperty [containedInPlace] :: WholesaleStore -> ContainedInPlace [containsPlace] :: WholesaleStore -> ContainsPlace [geo] :: WholesaleStore -> Geo [hasMap] :: WholesaleStore -> HasMap [openingHoursSpecification] :: WholesaleStore -> OpeningHoursSpecification [photo] :: WholesaleStore -> Photo [additionalType] :: WholesaleStore -> AdditionalType [alternateName] :: WholesaleStore -> AlternateName [description] :: WholesaleStore -> Description [image] :: WholesaleStore -> Image [mainEntityOfPage] :: WholesaleStore -> MainEntityOfPage [name] :: WholesaleStore -> Name [potentialAction] :: WholesaleStore -> PotentialAction [sameAs] :: WholesaleStore -> SameAs [url] :: WholesaleStore -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.WholesaleStore.WholesaleStore instance GHC.Read.Read Text.HTML5.MetaData.Schema.WholesaleStore.WholesaleStore instance GHC.Show.Show Text.HTML5.MetaData.Schema.WholesaleStore.WholesaleStore instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.WholesaleStore.WholesaleStore module Text.HTML5.MetaData.Schema.Table -- | A table on a Web page. -- -- data Table Table :: About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Table [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 [character] :: Table -> Character [citation] :: Table -> Citation [comment] :: Table -> Comment [commentCount] :: Table -> CommentCount [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 [exampleOfWork] :: Table -> ExampleOfWork [fileFormat] :: Table -> FileFormat [genre] :: Table -> Genre [hasPart] :: Table -> HasPart [headline] :: Table -> Headline [inLanguage] :: Table -> InLanguage [interactionStatistic] :: Table -> InteractionStatistic [interactivityType] :: Table -> InteractivityType [isBasedOnUrl] :: Table -> IsBasedOnUrl [isFamilyFriendly] :: Table -> IsFamilyFriendly [isPartOf] :: Table -> IsPartOf [keywords] :: Table -> Keywords [learningResourceType] :: Table -> LearningResourceType [license] :: Table -> License [locationCreated] :: Table -> LocationCreated [mainEntity] :: Table -> MainEntity [mentions] :: Table -> Mentions [offers] :: Table -> Offers [position] :: Table -> Position [producer] :: Table -> Producer [provider] :: Table -> Provider [publication] :: Table -> Publication [publisher] :: Table -> Publisher [publishingPrinciples] :: Table -> PublishingPrinciples [recordedAt] :: Table -> RecordedAt [releasedEvent] :: Table -> ReleasedEvent [review] :: Table -> Review [schemaVersion] :: Table -> SchemaVersion [sourceOrganization] :: Table -> SourceOrganization [text] :: Table -> Text [thumbnailUrl] :: Table -> ThumbnailUrl [timeRequired] :: Table -> TimeRequired [translator] :: Table -> Translator [typicalAgeRange] :: Table -> TypicalAgeRange [version] :: Table -> Version [video] :: Table -> Video [workExample] :: Table -> WorkExample [additionalType] :: Table -> AdditionalType [alternateName] :: Table -> AlternateName [description] :: Table -> Description [image] :: Table -> Image [mainEntityOfPage] :: Table -> MainEntityOfPage [name] :: Table -> Name [potentialAction] :: Table -> PotentialAction [sameAs] :: Table -> SameAs [url] :: Table -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Table.Table instance GHC.Read.Read Text.HTML5.MetaData.Schema.Table.Table instance GHC.Show.Show Text.HTML5.MetaData.Schema.Table.Table instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Table.Table module Text.HTML5.MetaData.Schema.TransferAction -- | The act of transferring/moving (abstract or concrete) animate or -- inanimate objects from one place to another. -- -- data TransferAction TransferAction :: FromLocation -> ToLocation -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> TransferAction [fromLocation] :: TransferAction -> FromLocation [toLocation] :: TransferAction -> ToLocation [actionStatus] :: TransferAction -> ActionStatus [agent] :: TransferAction -> Agent [endTime] :: TransferAction -> EndTime [error] :: TransferAction -> Error [instrument] :: TransferAction -> Instrument [location] :: TransferAction -> Location [object] :: TransferAction -> Object [participant] :: TransferAction -> Participant [result] :: TransferAction -> Result [startTime] :: TransferAction -> StartTime [target] :: TransferAction -> Target [additionalType] :: TransferAction -> AdditionalType [alternateName] :: TransferAction -> AlternateName [description] :: TransferAction -> Description [image] :: TransferAction -> Image [mainEntityOfPage] :: TransferAction -> MainEntityOfPage [name] :: TransferAction -> Name [potentialAction] :: TransferAction -> PotentialAction [sameAs] :: TransferAction -> SameAs [url] :: TransferAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.TransferAction.TransferAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.TransferAction.TransferAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.TransferAction.TransferAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.TransferAction.TransferAction module Text.HTML5.MetaData.Schema.TakeAction -- | The act of gaining ownership of an object from an origin. Reciprocal -- of GiveAction.Related actions:GiveAction: The reciprocal of -- TakeAction.ReceiveAction: Unlike ReceiveAction, TakeAction implies -- that ownership has been transfered. -- -- data TakeAction TakeAction :: FromLocation -> ToLocation -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> TakeAction [fromLocation] :: TakeAction -> FromLocation [toLocation] :: TakeAction -> ToLocation [actionStatus] :: TakeAction -> ActionStatus [agent] :: TakeAction -> Agent [endTime] :: TakeAction -> EndTime [error] :: TakeAction -> Error [instrument] :: TakeAction -> Instrument [location] :: TakeAction -> Location [object] :: TakeAction -> Object [participant] :: TakeAction -> Participant [result] :: TakeAction -> Result [startTime] :: TakeAction -> StartTime [target] :: TakeAction -> Target [additionalType] :: TakeAction -> AdditionalType [alternateName] :: TakeAction -> AlternateName [description] :: TakeAction -> Description [image] :: TakeAction -> Image [mainEntityOfPage] :: TakeAction -> MainEntityOfPage [name] :: TakeAction -> Name [potentialAction] :: TakeAction -> PotentialAction [sameAs] :: TakeAction -> SameAs [url] :: TakeAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.TakeAction.TakeAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.TakeAction.TakeAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.TakeAction.TakeAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.TakeAction.TakeAction module Text.HTML5.MetaData.Schema.TradeAction -- | The act of participating in an exchange of goods and services for -- monetary compensation. An agent trades an object, product or service -- with a participant in exchange for a one time or periodic payment. -- -- data TradeAction TradeAction :: Price -> PriceSpecification -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> TradeAction [price] :: TradeAction -> Price [priceSpecification] :: TradeAction -> PriceSpecification [actionStatus] :: TradeAction -> ActionStatus [agent] :: TradeAction -> Agent [endTime] :: TradeAction -> EndTime [error] :: TradeAction -> Error [instrument] :: TradeAction -> Instrument [location] :: TradeAction -> Location [object] :: TradeAction -> Object [participant] :: TradeAction -> Participant [result] :: TradeAction -> Result [startTime] :: TradeAction -> StartTime [target] :: TradeAction -> Target [additionalType] :: TradeAction -> AdditionalType [alternateName] :: TradeAction -> AlternateName [description] :: TradeAction -> Description [image] :: TradeAction -> Image [mainEntityOfPage] :: TradeAction -> MainEntityOfPage [name] :: TradeAction -> Name [potentialAction] :: TradeAction -> PotentialAction [sameAs] :: TradeAction -> SameAs [url] :: TradeAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.TradeAction.TradeAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.TradeAction.TradeAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.TradeAction.TradeAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.TradeAction.TradeAction module Text.HTML5.MetaData.Schema.TipAction -- | The act of giving money voluntarily to a beneficiary in recognition of -- services rendered. -- -- data TipAction TipAction :: Recipient -> Price -> PriceSpecification -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> TipAction [recipient] :: TipAction -> Recipient [price] :: TipAction -> Price [priceSpecification] :: TipAction -> PriceSpecification [actionStatus] :: TipAction -> ActionStatus [agent] :: TipAction -> Agent [endTime] :: TipAction -> EndTime [error] :: TipAction -> Error [instrument] :: TipAction -> Instrument [location] :: TipAction -> Location [object] :: TipAction -> Object [participant] :: TipAction -> Participant [result] :: TipAction -> Result [startTime] :: TipAction -> StartTime [target] :: TipAction -> Target [additionalType] :: TipAction -> AdditionalType [alternateName] :: TipAction -> AlternateName [description] :: TipAction -> Description [image] :: TipAction -> Image [mainEntityOfPage] :: TipAction -> MainEntityOfPage [name] :: TipAction -> Name [potentialAction] :: TipAction -> PotentialAction [sameAs] :: TipAction -> SameAs [url] :: TipAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.TipAction.TipAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.TipAction.TipAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.TipAction.TipAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.TipAction.TipAction module Text.HTML5.MetaData.Schema.UseAction -- | The act of applying an object to its intended purpose. -- -- data UseAction UseAction :: ExpectsAcceptanceOf -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> UseAction [expectsAcceptanceOf] :: UseAction -> ExpectsAcceptanceOf [actionStatus] :: UseAction -> ActionStatus [agent] :: UseAction -> Agent [endTime] :: UseAction -> EndTime [error] :: UseAction -> Error [instrument] :: UseAction -> Instrument [location] :: UseAction -> Location [object] :: UseAction -> Object [participant] :: UseAction -> Participant [result] :: UseAction -> Result [startTime] :: UseAction -> StartTime [target] :: UseAction -> Target [additionalType] :: UseAction -> AdditionalType [alternateName] :: UseAction -> AlternateName [description] :: UseAction -> Description [image] :: UseAction -> Image [mainEntityOfPage] :: UseAction -> MainEntityOfPage [name] :: UseAction -> Name [potentialAction] :: UseAction -> PotentialAction [sameAs] :: UseAction -> SameAs [url] :: UseAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.UseAction.UseAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.UseAction.UseAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.UseAction.UseAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.UseAction.UseAction module Text.HTML5.MetaData.Schema.WearAction -- | The act of dressing oneself in clothing. -- -- data WearAction WearAction :: ExpectsAcceptanceOf -> ActionStatus -> Agent -> EndTime -> Error -> Instrument -> Location -> Object -> Participant -> Result -> StartTime -> Target -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> WearAction [expectsAcceptanceOf] :: WearAction -> ExpectsAcceptanceOf [actionStatus] :: WearAction -> ActionStatus [agent] :: WearAction -> Agent [endTime] :: WearAction -> EndTime [error] :: WearAction -> Error [instrument] :: WearAction -> Instrument [location] :: WearAction -> Location [object] :: WearAction -> Object [participant] :: WearAction -> Participant [result] :: WearAction -> Result [startTime] :: WearAction -> StartTime [target] :: WearAction -> Target [additionalType] :: WearAction -> AdditionalType [alternateName] :: WearAction -> AlternateName [description] :: WearAction -> Description [image] :: WearAction -> Image [mainEntityOfPage] :: WearAction -> MainEntityOfPage [name] :: WearAction -> Name [potentialAction] :: WearAction -> PotentialAction [sameAs] :: WearAction -> SameAs [url] :: WearAction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.WearAction.WearAction instance GHC.Read.Read Text.HTML5.MetaData.Schema.WearAction.WearAction instance GHC.Show.Show Text.HTML5.MetaData.Schema.WearAction.WearAction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.WearAction.WearAction module Text.HTML5.MetaData.Schema.UserBlocks -- | UserInteraction and its subtypes is an old way of talking about users -- interacting with pages. It is generally better to use Action-based -- vocabulary, alongside types such as Comment. -- -- data UserBlocks UserBlocks :: AggregateRating -> Attendee -> DoorTime -> Duration -> EndDate -> EventStatus -> InLanguage -> Location -> Offers -> Organizer -> Performer -> PreviousStartDate -> RecordedIn -> Review -> StartDate -> SubEvent -> SuperEvent -> TypicalAgeRange -> WorkFeatured -> WorkPerformed -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> UserBlocks [aggregateRating] :: UserBlocks -> AggregateRating [attendee] :: UserBlocks -> Attendee [doorTime] :: UserBlocks -> DoorTime [duration] :: UserBlocks -> Duration [endDate] :: UserBlocks -> EndDate [eventStatus] :: UserBlocks -> EventStatus [inLanguage] :: UserBlocks -> InLanguage [location] :: UserBlocks -> Location [offers] :: UserBlocks -> Offers [organizer] :: UserBlocks -> Organizer [performer] :: UserBlocks -> Performer [previousStartDate] :: UserBlocks -> PreviousStartDate [recordedIn] :: UserBlocks -> RecordedIn [review] :: UserBlocks -> Review [startDate] :: UserBlocks -> StartDate [subEvent] :: UserBlocks -> SubEvent [superEvent] :: UserBlocks -> SuperEvent [typicalAgeRange] :: UserBlocks -> TypicalAgeRange [workFeatured] :: UserBlocks -> WorkFeatured [workPerformed] :: UserBlocks -> WorkPerformed [additionalType] :: UserBlocks -> AdditionalType [alternateName] :: UserBlocks -> AlternateName [description] :: UserBlocks -> Description [image] :: UserBlocks -> Image [mainEntityOfPage] :: UserBlocks -> MainEntityOfPage [name] :: UserBlocks -> Name [potentialAction] :: UserBlocks -> PotentialAction [sameAs] :: UserBlocks -> SameAs [url] :: UserBlocks -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.UserBlocks.UserBlocks instance GHC.Read.Read Text.HTML5.MetaData.Schema.UserBlocks.UserBlocks instance GHC.Show.Show Text.HTML5.MetaData.Schema.UserBlocks.UserBlocks instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.UserBlocks.UserBlocks module Text.HTML5.MetaData.Schema.UserCheckins -- | UserInteraction and its subtypes is an old way of talking about users -- interacting with pages. It is generally better to use Action-based -- vocabulary, alongside types such as Comment. -- -- data UserCheckins UserCheckins :: AggregateRating -> Attendee -> DoorTime -> Duration -> EndDate -> EventStatus -> InLanguage -> Location -> Offers -> Organizer -> Performer -> PreviousStartDate -> RecordedIn -> Review -> StartDate -> SubEvent -> SuperEvent -> TypicalAgeRange -> WorkFeatured -> WorkPerformed -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> UserCheckins [aggregateRating] :: UserCheckins -> AggregateRating [attendee] :: UserCheckins -> Attendee [doorTime] :: UserCheckins -> DoorTime [duration] :: UserCheckins -> Duration [endDate] :: UserCheckins -> EndDate [eventStatus] :: UserCheckins -> EventStatus [inLanguage] :: UserCheckins -> InLanguage [location] :: UserCheckins -> Location [offers] :: UserCheckins -> Offers [organizer] :: UserCheckins -> Organizer [performer] :: UserCheckins -> Performer [previousStartDate] :: UserCheckins -> PreviousStartDate [recordedIn] :: UserCheckins -> RecordedIn [review] :: UserCheckins -> Review [startDate] :: UserCheckins -> StartDate [subEvent] :: UserCheckins -> SubEvent [superEvent] :: UserCheckins -> SuperEvent [typicalAgeRange] :: UserCheckins -> TypicalAgeRange [workFeatured] :: UserCheckins -> WorkFeatured [workPerformed] :: UserCheckins -> WorkPerformed [additionalType] :: UserCheckins -> AdditionalType [alternateName] :: UserCheckins -> AlternateName [description] :: UserCheckins -> Description [image] :: UserCheckins -> Image [mainEntityOfPage] :: UserCheckins -> MainEntityOfPage [name] :: UserCheckins -> Name [potentialAction] :: UserCheckins -> PotentialAction [sameAs] :: UserCheckins -> SameAs [url] :: UserCheckins -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.UserCheckins.UserCheckins instance GHC.Read.Read Text.HTML5.MetaData.Schema.UserCheckins.UserCheckins instance GHC.Show.Show Text.HTML5.MetaData.Schema.UserCheckins.UserCheckins instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.UserCheckins.UserCheckins module Text.HTML5.MetaData.Schema.UserComments -- | UserInteraction and its subtypes is an old way of talking about users -- interacting with pages. It is generally better to use Action-based -- vocabulary, alongside types such as Comment. -- -- data UserComments UserComments :: CommentText -> CommentTime -> Creator -> Discusses -> ReplyToUrl -> AggregateRating -> Attendee -> DoorTime -> Duration -> EndDate -> EventStatus -> InLanguage -> Location -> Offers -> Organizer -> Performer -> PreviousStartDate -> RecordedIn -> Review -> StartDate -> SubEvent -> SuperEvent -> TypicalAgeRange -> WorkFeatured -> WorkPerformed -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> UserComments [commentText] :: UserComments -> CommentText [commentTime] :: UserComments -> CommentTime [creator] :: UserComments -> Creator [discusses] :: UserComments -> Discusses [replyToUrl] :: UserComments -> ReplyToUrl [aggregateRating] :: UserComments -> AggregateRating [attendee] :: UserComments -> Attendee [doorTime] :: UserComments -> DoorTime [duration] :: UserComments -> Duration [endDate] :: UserComments -> EndDate [eventStatus] :: UserComments -> EventStatus [inLanguage] :: UserComments -> InLanguage [location] :: UserComments -> Location [offers] :: UserComments -> Offers [organizer] :: UserComments -> Organizer [performer] :: UserComments -> Performer [previousStartDate] :: UserComments -> PreviousStartDate [recordedIn] :: UserComments -> RecordedIn [review] :: UserComments -> Review [startDate] :: UserComments -> StartDate [subEvent] :: UserComments -> SubEvent [superEvent] :: UserComments -> SuperEvent [typicalAgeRange] :: UserComments -> TypicalAgeRange [workFeatured] :: UserComments -> WorkFeatured [workPerformed] :: UserComments -> WorkPerformed [additionalType] :: UserComments -> AdditionalType [alternateName] :: UserComments -> AlternateName [description] :: UserComments -> Description [image] :: UserComments -> Image [mainEntityOfPage] :: UserComments -> MainEntityOfPage [name] :: UserComments -> Name [potentialAction] :: UserComments -> PotentialAction [sameAs] :: UserComments -> SameAs [url] :: UserComments -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.UserComments.UserComments instance GHC.Read.Read Text.HTML5.MetaData.Schema.UserComments.UserComments instance GHC.Show.Show Text.HTML5.MetaData.Schema.UserComments.UserComments instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.UserComments.UserComments module Text.HTML5.MetaData.Schema.UserDownloads -- | UserInteraction and its subtypes is an old way of talking about users -- interacting with pages. It is generally better to use Action-based -- vocabulary, alongside types such as Comment. -- -- data UserDownloads UserDownloads :: AggregateRating -> Attendee -> DoorTime -> Duration -> EndDate -> EventStatus -> InLanguage -> Location -> Offers -> Organizer -> Performer -> PreviousStartDate -> RecordedIn -> Review -> StartDate -> SubEvent -> SuperEvent -> TypicalAgeRange -> WorkFeatured -> WorkPerformed -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> UserDownloads [aggregateRating] :: UserDownloads -> AggregateRating [attendee] :: UserDownloads -> Attendee [doorTime] :: UserDownloads -> DoorTime [duration] :: UserDownloads -> Duration [endDate] :: UserDownloads -> EndDate [eventStatus] :: UserDownloads -> EventStatus [inLanguage] :: UserDownloads -> InLanguage [location] :: UserDownloads -> Location [offers] :: UserDownloads -> Offers [organizer] :: UserDownloads -> Organizer [performer] :: UserDownloads -> Performer [previousStartDate] :: UserDownloads -> PreviousStartDate [recordedIn] :: UserDownloads -> RecordedIn [review] :: UserDownloads -> Review [startDate] :: UserDownloads -> StartDate [subEvent] :: UserDownloads -> SubEvent [superEvent] :: UserDownloads -> SuperEvent [typicalAgeRange] :: UserDownloads -> TypicalAgeRange [workFeatured] :: UserDownloads -> WorkFeatured [workPerformed] :: UserDownloads -> WorkPerformed [additionalType] :: UserDownloads -> AdditionalType [alternateName] :: UserDownloads -> AlternateName [description] :: UserDownloads -> Description [image] :: UserDownloads -> Image [mainEntityOfPage] :: UserDownloads -> MainEntityOfPage [name] :: UserDownloads -> Name [potentialAction] :: UserDownloads -> PotentialAction [sameAs] :: UserDownloads -> SameAs [url] :: UserDownloads -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.UserDownloads.UserDownloads instance GHC.Read.Read Text.HTML5.MetaData.Schema.UserDownloads.UserDownloads instance GHC.Show.Show Text.HTML5.MetaData.Schema.UserDownloads.UserDownloads instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.UserDownloads.UserDownloads module Text.HTML5.MetaData.Schema.UserLikes -- | UserInteraction and its subtypes is an old way of talking about users -- interacting with pages. It is generally better to use Action-based -- vocabulary, alongside types such as Comment. -- -- data UserLikes UserLikes :: AggregateRating -> Attendee -> DoorTime -> Duration -> EndDate -> EventStatus -> InLanguage -> Location -> Offers -> Organizer -> Performer -> PreviousStartDate -> RecordedIn -> Review -> StartDate -> SubEvent -> SuperEvent -> TypicalAgeRange -> WorkFeatured -> WorkPerformed -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> UserLikes [aggregateRating] :: UserLikes -> AggregateRating [attendee] :: UserLikes -> Attendee [doorTime] :: UserLikes -> DoorTime [duration] :: UserLikes -> Duration [endDate] :: UserLikes -> EndDate [eventStatus] :: UserLikes -> EventStatus [inLanguage] :: UserLikes -> InLanguage [location] :: UserLikes -> Location [offers] :: UserLikes -> Offers [organizer] :: UserLikes -> Organizer [performer] :: UserLikes -> Performer [previousStartDate] :: UserLikes -> PreviousStartDate [recordedIn] :: UserLikes -> RecordedIn [review] :: UserLikes -> Review [startDate] :: UserLikes -> StartDate [subEvent] :: UserLikes -> SubEvent [superEvent] :: UserLikes -> SuperEvent [typicalAgeRange] :: UserLikes -> TypicalAgeRange [workFeatured] :: UserLikes -> WorkFeatured [workPerformed] :: UserLikes -> WorkPerformed [additionalType] :: UserLikes -> AdditionalType [alternateName] :: UserLikes -> AlternateName [description] :: UserLikes -> Description [image] :: UserLikes -> Image [mainEntityOfPage] :: UserLikes -> MainEntityOfPage [name] :: UserLikes -> Name [potentialAction] :: UserLikes -> PotentialAction [sameAs] :: UserLikes -> SameAs [url] :: UserLikes -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.UserLikes.UserLikes instance GHC.Read.Read Text.HTML5.MetaData.Schema.UserLikes.UserLikes instance GHC.Show.Show Text.HTML5.MetaData.Schema.UserLikes.UserLikes instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.UserLikes.UserLikes module Text.HTML5.MetaData.Schema.UserPageVisits -- | UserInteraction and its subtypes is an old way of talking about users -- interacting with pages. It is generally better to use Action-based -- vocabulary, alongside types such as Comment. -- -- data UserPageVisits UserPageVisits :: AggregateRating -> Attendee -> DoorTime -> Duration -> EndDate -> EventStatus -> InLanguage -> Location -> Offers -> Organizer -> Performer -> PreviousStartDate -> RecordedIn -> Review -> StartDate -> SubEvent -> SuperEvent -> TypicalAgeRange -> WorkFeatured -> WorkPerformed -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> UserPageVisits [aggregateRating] :: UserPageVisits -> AggregateRating [attendee] :: UserPageVisits -> Attendee [doorTime] :: UserPageVisits -> DoorTime [duration] :: UserPageVisits -> Duration [endDate] :: UserPageVisits -> EndDate [eventStatus] :: UserPageVisits -> EventStatus [inLanguage] :: UserPageVisits -> InLanguage [location] :: UserPageVisits -> Location [offers] :: UserPageVisits -> Offers [organizer] :: UserPageVisits -> Organizer [performer] :: UserPageVisits -> Performer [previousStartDate] :: UserPageVisits -> PreviousStartDate [recordedIn] :: UserPageVisits -> RecordedIn [review] :: UserPageVisits -> Review [startDate] :: UserPageVisits -> StartDate [subEvent] :: UserPageVisits -> SubEvent [superEvent] :: UserPageVisits -> SuperEvent [typicalAgeRange] :: UserPageVisits -> TypicalAgeRange [workFeatured] :: UserPageVisits -> WorkFeatured [workPerformed] :: UserPageVisits -> WorkPerformed [additionalType] :: UserPageVisits -> AdditionalType [alternateName] :: UserPageVisits -> AlternateName [description] :: UserPageVisits -> Description [image] :: UserPageVisits -> Image [mainEntityOfPage] :: UserPageVisits -> MainEntityOfPage [name] :: UserPageVisits -> Name [potentialAction] :: UserPageVisits -> PotentialAction [sameAs] :: UserPageVisits -> SameAs [url] :: UserPageVisits -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.UserPageVisits.UserPageVisits instance GHC.Read.Read Text.HTML5.MetaData.Schema.UserPageVisits.UserPageVisits instance GHC.Show.Show Text.HTML5.MetaData.Schema.UserPageVisits.UserPageVisits instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.UserPageVisits.UserPageVisits module Text.HTML5.MetaData.Schema.UserPlays -- | UserInteraction and its subtypes is an old way of talking about users -- interacting with pages. It is generally better to use Action-based -- vocabulary, alongside types such as Comment. -- -- data UserPlays UserPlays :: AggregateRating -> Attendee -> DoorTime -> Duration -> EndDate -> EventStatus -> InLanguage -> Location -> Offers -> Organizer -> Performer -> PreviousStartDate -> RecordedIn -> Review -> StartDate -> SubEvent -> SuperEvent -> TypicalAgeRange -> WorkFeatured -> WorkPerformed -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> UserPlays [aggregateRating] :: UserPlays -> AggregateRating [attendee] :: UserPlays -> Attendee [doorTime] :: UserPlays -> DoorTime [duration] :: UserPlays -> Duration [endDate] :: UserPlays -> EndDate [eventStatus] :: UserPlays -> EventStatus [inLanguage] :: UserPlays -> InLanguage [location] :: UserPlays -> Location [offers] :: UserPlays -> Offers [organizer] :: UserPlays -> Organizer [performer] :: UserPlays -> Performer [previousStartDate] :: UserPlays -> PreviousStartDate [recordedIn] :: UserPlays -> RecordedIn [review] :: UserPlays -> Review [startDate] :: UserPlays -> StartDate [subEvent] :: UserPlays -> SubEvent [superEvent] :: UserPlays -> SuperEvent [typicalAgeRange] :: UserPlays -> TypicalAgeRange [workFeatured] :: UserPlays -> WorkFeatured [workPerformed] :: UserPlays -> WorkPerformed [additionalType] :: UserPlays -> AdditionalType [alternateName] :: UserPlays -> AlternateName [description] :: UserPlays -> Description [image] :: UserPlays -> Image [mainEntityOfPage] :: UserPlays -> MainEntityOfPage [name] :: UserPlays -> Name [potentialAction] :: UserPlays -> PotentialAction [sameAs] :: UserPlays -> SameAs [url] :: UserPlays -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.UserPlays.UserPlays instance GHC.Read.Read Text.HTML5.MetaData.Schema.UserPlays.UserPlays instance GHC.Show.Show Text.HTML5.MetaData.Schema.UserPlays.UserPlays instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.UserPlays.UserPlays module Text.HTML5.MetaData.Schema.UserPlusOnes -- | UserInteraction and its subtypes is an old way of talking about users -- interacting with pages. It is generally better to use Action-based -- vocabulary, alongside types such as Comment. -- -- data UserPlusOnes UserPlusOnes :: AggregateRating -> Attendee -> DoorTime -> Duration -> EndDate -> EventStatus -> InLanguage -> Location -> Offers -> Organizer -> Performer -> PreviousStartDate -> RecordedIn -> Review -> StartDate -> SubEvent -> SuperEvent -> TypicalAgeRange -> WorkFeatured -> WorkPerformed -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> UserPlusOnes [aggregateRating] :: UserPlusOnes -> AggregateRating [attendee] :: UserPlusOnes -> Attendee [doorTime] :: UserPlusOnes -> DoorTime [duration] :: UserPlusOnes -> Duration [endDate] :: UserPlusOnes -> EndDate [eventStatus] :: UserPlusOnes -> EventStatus [inLanguage] :: UserPlusOnes -> InLanguage [location] :: UserPlusOnes -> Location [offers] :: UserPlusOnes -> Offers [organizer] :: UserPlusOnes -> Organizer [performer] :: UserPlusOnes -> Performer [previousStartDate] :: UserPlusOnes -> PreviousStartDate [recordedIn] :: UserPlusOnes -> RecordedIn [review] :: UserPlusOnes -> Review [startDate] :: UserPlusOnes -> StartDate [subEvent] :: UserPlusOnes -> SubEvent [superEvent] :: UserPlusOnes -> SuperEvent [typicalAgeRange] :: UserPlusOnes -> TypicalAgeRange [workFeatured] :: UserPlusOnes -> WorkFeatured [workPerformed] :: UserPlusOnes -> WorkPerformed [additionalType] :: UserPlusOnes -> AdditionalType [alternateName] :: UserPlusOnes -> AlternateName [description] :: UserPlusOnes -> Description [image] :: UserPlusOnes -> Image [mainEntityOfPage] :: UserPlusOnes -> MainEntityOfPage [name] :: UserPlusOnes -> Name [potentialAction] :: UserPlusOnes -> PotentialAction [sameAs] :: UserPlusOnes -> SameAs [url] :: UserPlusOnes -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.UserPlusOnes.UserPlusOnes instance GHC.Read.Read Text.HTML5.MetaData.Schema.UserPlusOnes.UserPlusOnes instance GHC.Show.Show Text.HTML5.MetaData.Schema.UserPlusOnes.UserPlusOnes instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.UserPlusOnes.UserPlusOnes module Text.HTML5.MetaData.Schema.UserInteraction -- | UserInteraction and its subtypes is an old way of talking about users -- interacting with pages. It is generally better to use Action-based -- vocabulary, alongside types such as Comment. -- -- data UserInteraction UserInteraction :: AggregateRating -> Attendee -> DoorTime -> Duration -> EndDate -> EventStatus -> InLanguage -> Location -> Offers -> Organizer -> Performer -> PreviousStartDate -> RecordedIn -> Review -> StartDate -> SubEvent -> SuperEvent -> TypicalAgeRange -> WorkFeatured -> WorkPerformed -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> UserInteraction [aggregateRating] :: UserInteraction -> AggregateRating [attendee] :: UserInteraction -> Attendee [doorTime] :: UserInteraction -> DoorTime [duration] :: UserInteraction -> Duration [endDate] :: UserInteraction -> EndDate [eventStatus] :: UserInteraction -> EventStatus [inLanguage] :: UserInteraction -> InLanguage [location] :: UserInteraction -> Location [offers] :: UserInteraction -> Offers [organizer] :: UserInteraction -> Organizer [performer] :: UserInteraction -> Performer [previousStartDate] :: UserInteraction -> PreviousStartDate [recordedIn] :: UserInteraction -> RecordedIn [review] :: UserInteraction -> Review [startDate] :: UserInteraction -> StartDate [subEvent] :: UserInteraction -> SubEvent [superEvent] :: UserInteraction -> SuperEvent [typicalAgeRange] :: UserInteraction -> TypicalAgeRange [workFeatured] :: UserInteraction -> WorkFeatured [workPerformed] :: UserInteraction -> WorkPerformed [additionalType] :: UserInteraction -> AdditionalType [alternateName] :: UserInteraction -> AlternateName [description] :: UserInteraction -> Description [image] :: UserInteraction -> Image [mainEntityOfPage] :: UserInteraction -> MainEntityOfPage [name] :: UserInteraction -> Name [potentialAction] :: UserInteraction -> PotentialAction [sameAs] :: UserInteraction -> SameAs [url] :: UserInteraction -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.UserInteraction.UserInteraction instance GHC.Read.Read Text.HTML5.MetaData.Schema.UserInteraction.UserInteraction instance GHC.Show.Show Text.HTML5.MetaData.Schema.UserInteraction.UserInteraction instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.UserInteraction.UserInteraction module Text.HTML5.MetaData.Schema.UserTweets -- | UserInteraction and its subtypes is an old way of talking about users -- interacting with pages. It is generally better to use Action-based -- vocabulary, alongside types such as Comment. -- -- data UserTweets UserTweets :: AggregateRating -> Attendee -> DoorTime -> Duration -> EndDate -> EventStatus -> InLanguage -> Location -> Offers -> Organizer -> Performer -> PreviousStartDate -> RecordedIn -> Review -> StartDate -> SubEvent -> SuperEvent -> TypicalAgeRange -> WorkFeatured -> WorkPerformed -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> UserTweets [aggregateRating] :: UserTweets -> AggregateRating [attendee] :: UserTweets -> Attendee [doorTime] :: UserTweets -> DoorTime [duration] :: UserTweets -> Duration [endDate] :: UserTweets -> EndDate [eventStatus] :: UserTweets -> EventStatus [inLanguage] :: UserTweets -> InLanguage [location] :: UserTweets -> Location [offers] :: UserTweets -> Offers [organizer] :: UserTweets -> Organizer [performer] :: UserTweets -> Performer [previousStartDate] :: UserTweets -> PreviousStartDate [recordedIn] :: UserTweets -> RecordedIn [review] :: UserTweets -> Review [startDate] :: UserTweets -> StartDate [subEvent] :: UserTweets -> SubEvent [superEvent] :: UserTweets -> SuperEvent [typicalAgeRange] :: UserTweets -> TypicalAgeRange [workFeatured] :: UserTweets -> WorkFeatured [workPerformed] :: UserTweets -> WorkPerformed [additionalType] :: UserTweets -> AdditionalType [alternateName] :: UserTweets -> AlternateName [description] :: UserTweets -> Description [image] :: UserTweets -> Image [mainEntityOfPage] :: UserTweets -> MainEntityOfPage [name] :: UserTweets -> Name [potentialAction] :: UserTweets -> PotentialAction [sameAs] :: UserTweets -> SameAs [url] :: UserTweets -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.UserTweets.UserTweets instance GHC.Read.Read Text.HTML5.MetaData.Schema.UserTweets.UserTweets instance GHC.Show.Show Text.HTML5.MetaData.Schema.UserTweets.UserTweets instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.UserTweets.UserTweets module Text.HTML5.MetaData.Schema.Vessel -- | A component of the human body circulatory system comprised of an -- intricate network of hollow tubes that transport blood throughout the -- entire body. -- -- data Vessel Vessel :: AssociatedPathophysiology -> BodyLocation -> ConnectedTo -> Diagram -> Function -> PartOfSystem -> RelatedCondition -> RelatedTherapy -> SubStructure -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Vessel [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 [code] :: Vessel -> Code [guideline] :: Vessel -> Guideline [medicineSystem] :: Vessel -> MedicineSystem [recognizingAuthority] :: Vessel -> RecognizingAuthority [relevantSpecialty] :: Vessel -> RelevantSpecialty [study] :: Vessel -> Study [additionalType] :: Vessel -> AdditionalType [alternateName] :: Vessel -> AlternateName [description] :: Vessel -> Description [image] :: Vessel -> Image [mainEntityOfPage] :: Vessel -> MainEntityOfPage [name] :: Vessel -> Name [potentialAction] :: Vessel -> PotentialAction [sameAs] :: Vessel -> SameAs [url] :: Vessel -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Vessel.Vessel instance GHC.Read.Read Text.HTML5.MetaData.Schema.Vessel.Vessel instance GHC.Show.Show Text.HTML5.MetaData.Schema.Vessel.Vessel instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Vessel.Vessel module Text.HTML5.MetaData.Schema.Vein -- | A type of blood vessel that specifically carries blood to the heart. -- -- data Vein Vein :: DrainsTo -> RegionDrained -> Tributary -> AssociatedPathophysiology -> BodyLocation -> ConnectedTo -> Diagram -> Function -> PartOfSystem -> RelatedCondition -> RelatedTherapy -> SubStructure -> Code -> Guideline -> MedicineSystem -> RecognizingAuthority -> RelevantSpecialty -> Study -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> Vein [drainsTo] :: Vein -> DrainsTo [regionDrained] :: Vein -> RegionDrained [tributary] :: Vein -> Tributary [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 [code] :: Vein -> Code [guideline] :: Vein -> Guideline [medicineSystem] :: Vein -> MedicineSystem [recognizingAuthority] :: Vein -> RecognizingAuthority [relevantSpecialty] :: Vein -> RelevantSpecialty [study] :: Vein -> Study [additionalType] :: Vein -> AdditionalType [alternateName] :: Vein -> AlternateName [description] :: Vein -> Description [image] :: Vein -> Image [mainEntityOfPage] :: Vein -> MainEntityOfPage [name] :: Vein -> Name [potentialAction] :: Vein -> PotentialAction [sameAs] :: Vein -> SameAs [url] :: Vein -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.Vein.Vein instance GHC.Read.Read Text.HTML5.MetaData.Schema.Vein.Vein instance GHC.Show.Show Text.HTML5.MetaData.Schema.Vein.Vein instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.Vein.Vein module Text.HTML5.MetaData.Schema.WPAdBlock -- | An advertising section of the page. -- -- data WPAdBlock WPAdBlock :: About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> WPAdBlock [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 [character] :: WPAdBlock -> Character [citation] :: WPAdBlock -> Citation [comment] :: WPAdBlock -> Comment [commentCount] :: WPAdBlock -> CommentCount [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 [exampleOfWork] :: WPAdBlock -> ExampleOfWork [fileFormat] :: WPAdBlock -> FileFormat [genre] :: WPAdBlock -> Genre [hasPart] :: WPAdBlock -> HasPart [headline] :: WPAdBlock -> Headline [inLanguage] :: WPAdBlock -> InLanguage [interactionStatistic] :: WPAdBlock -> InteractionStatistic [interactivityType] :: WPAdBlock -> InteractivityType [isBasedOnUrl] :: WPAdBlock -> IsBasedOnUrl [isFamilyFriendly] :: WPAdBlock -> IsFamilyFriendly [isPartOf] :: WPAdBlock -> IsPartOf [keywords] :: WPAdBlock -> Keywords [learningResourceType] :: WPAdBlock -> LearningResourceType [license] :: WPAdBlock -> License [locationCreated] :: WPAdBlock -> LocationCreated [mainEntity] :: WPAdBlock -> MainEntity [mentions] :: WPAdBlock -> Mentions [offers] :: WPAdBlock -> Offers [position] :: WPAdBlock -> Position [producer] :: WPAdBlock -> Producer [provider] :: WPAdBlock -> Provider [publication] :: WPAdBlock -> Publication [publisher] :: WPAdBlock -> Publisher [publishingPrinciples] :: WPAdBlock -> PublishingPrinciples [recordedAt] :: WPAdBlock -> RecordedAt [releasedEvent] :: WPAdBlock -> ReleasedEvent [review] :: WPAdBlock -> Review [schemaVersion] :: WPAdBlock -> SchemaVersion [sourceOrganization] :: WPAdBlock -> SourceOrganization [text] :: WPAdBlock -> Text [thumbnailUrl] :: WPAdBlock -> ThumbnailUrl [timeRequired] :: WPAdBlock -> TimeRequired [translator] :: WPAdBlock -> Translator [typicalAgeRange] :: WPAdBlock -> TypicalAgeRange [version] :: WPAdBlock -> Version [video] :: WPAdBlock -> Video [workExample] :: WPAdBlock -> WorkExample [additionalType] :: WPAdBlock -> AdditionalType [alternateName] :: WPAdBlock -> AlternateName [description] :: WPAdBlock -> Description [image] :: WPAdBlock -> Image [mainEntityOfPage] :: WPAdBlock -> MainEntityOfPage [name] :: WPAdBlock -> Name [potentialAction] :: WPAdBlock -> PotentialAction [sameAs] :: WPAdBlock -> SameAs [url] :: WPAdBlock -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.WPAdBlock.WPAdBlock instance GHC.Read.Read Text.HTML5.MetaData.Schema.WPAdBlock.WPAdBlock instance GHC.Show.Show Text.HTML5.MetaData.Schema.WPAdBlock.WPAdBlock instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.WPAdBlock.WPAdBlock module Text.HTML5.MetaData.Schema.WPFooter -- | The footer section of the page. -- -- data WPFooter WPFooter :: About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> WPFooter [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 [character] :: WPFooter -> Character [citation] :: WPFooter -> Citation [comment] :: WPFooter -> Comment [commentCount] :: WPFooter -> CommentCount [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 [exampleOfWork] :: WPFooter -> ExampleOfWork [fileFormat] :: WPFooter -> FileFormat [genre] :: WPFooter -> Genre [hasPart] :: WPFooter -> HasPart [headline] :: WPFooter -> Headline [inLanguage] :: WPFooter -> InLanguage [interactionStatistic] :: WPFooter -> InteractionStatistic [interactivityType] :: WPFooter -> InteractivityType [isBasedOnUrl] :: WPFooter -> IsBasedOnUrl [isFamilyFriendly] :: WPFooter -> IsFamilyFriendly [isPartOf] :: WPFooter -> IsPartOf [keywords] :: WPFooter -> Keywords [learningResourceType] :: WPFooter -> LearningResourceType [license] :: WPFooter -> License [locationCreated] :: WPFooter -> LocationCreated [mainEntity] :: WPFooter -> MainEntity [mentions] :: WPFooter -> Mentions [offers] :: WPFooter -> Offers [position] :: WPFooter -> Position [producer] :: WPFooter -> Producer [provider] :: WPFooter -> Provider [publication] :: WPFooter -> Publication [publisher] :: WPFooter -> Publisher [publishingPrinciples] :: WPFooter -> PublishingPrinciples [recordedAt] :: WPFooter -> RecordedAt [releasedEvent] :: WPFooter -> ReleasedEvent [review] :: WPFooter -> Review [schemaVersion] :: WPFooter -> SchemaVersion [sourceOrganization] :: WPFooter -> SourceOrganization [text] :: WPFooter -> Text [thumbnailUrl] :: WPFooter -> ThumbnailUrl [timeRequired] :: WPFooter -> TimeRequired [translator] :: WPFooter -> Translator [typicalAgeRange] :: WPFooter -> TypicalAgeRange [version] :: WPFooter -> Version [video] :: WPFooter -> Video [workExample] :: WPFooter -> WorkExample [additionalType] :: WPFooter -> AdditionalType [alternateName] :: WPFooter -> AlternateName [description] :: WPFooter -> Description [image] :: WPFooter -> Image [mainEntityOfPage] :: WPFooter -> MainEntityOfPage [name] :: WPFooter -> Name [potentialAction] :: WPFooter -> PotentialAction [sameAs] :: WPFooter -> SameAs [url] :: WPFooter -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.WPFooter.WPFooter instance GHC.Read.Read Text.HTML5.MetaData.Schema.WPFooter.WPFooter instance GHC.Show.Show Text.HTML5.MetaData.Schema.WPFooter.WPFooter instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.WPFooter.WPFooter module Text.HTML5.MetaData.Schema.WPHeader -- | The header section of the page. -- -- data WPHeader WPHeader :: About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> WPHeader [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 [character] :: WPHeader -> Character [citation] :: WPHeader -> Citation [comment] :: WPHeader -> Comment [commentCount] :: WPHeader -> CommentCount [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 [exampleOfWork] :: WPHeader -> ExampleOfWork [fileFormat] :: WPHeader -> FileFormat [genre] :: WPHeader -> Genre [hasPart] :: WPHeader -> HasPart [headline] :: WPHeader -> Headline [inLanguage] :: WPHeader -> InLanguage [interactionStatistic] :: WPHeader -> InteractionStatistic [interactivityType] :: WPHeader -> InteractivityType [isBasedOnUrl] :: WPHeader -> IsBasedOnUrl [isFamilyFriendly] :: WPHeader -> IsFamilyFriendly [isPartOf] :: WPHeader -> IsPartOf [keywords] :: WPHeader -> Keywords [learningResourceType] :: WPHeader -> LearningResourceType [license] :: WPHeader -> License [locationCreated] :: WPHeader -> LocationCreated [mainEntity] :: WPHeader -> MainEntity [mentions] :: WPHeader -> Mentions [offers] :: WPHeader -> Offers [position] :: WPHeader -> Position [producer] :: WPHeader -> Producer [provider] :: WPHeader -> Provider [publication] :: WPHeader -> Publication [publisher] :: WPHeader -> Publisher [publishingPrinciples] :: WPHeader -> PublishingPrinciples [recordedAt] :: WPHeader -> RecordedAt [releasedEvent] :: WPHeader -> ReleasedEvent [review] :: WPHeader -> Review [schemaVersion] :: WPHeader -> SchemaVersion [sourceOrganization] :: WPHeader -> SourceOrganization [text] :: WPHeader -> Text [thumbnailUrl] :: WPHeader -> ThumbnailUrl [timeRequired] :: WPHeader -> TimeRequired [translator] :: WPHeader -> Translator [typicalAgeRange] :: WPHeader -> TypicalAgeRange [version] :: WPHeader -> Version [video] :: WPHeader -> Video [workExample] :: WPHeader -> WorkExample [additionalType] :: WPHeader -> AdditionalType [alternateName] :: WPHeader -> AlternateName [description] :: WPHeader -> Description [image] :: WPHeader -> Image [mainEntityOfPage] :: WPHeader -> MainEntityOfPage [name] :: WPHeader -> Name [potentialAction] :: WPHeader -> PotentialAction [sameAs] :: WPHeader -> SameAs [url] :: WPHeader -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.WPHeader.WPHeader instance GHC.Read.Read Text.HTML5.MetaData.Schema.WPHeader.WPHeader instance GHC.Show.Show Text.HTML5.MetaData.Schema.WPHeader.WPHeader instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.WPHeader.WPHeader module Text.HTML5.MetaData.Schema.WebPageElement -- | A web page element, like a table or an image. -- -- data WebPageElement WebPageElement :: About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> WebPageElement [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 [character] :: WebPageElement -> Character [citation] :: WebPageElement -> Citation [comment] :: WebPageElement -> Comment [commentCount] :: WebPageElement -> CommentCount [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 [exampleOfWork] :: WebPageElement -> ExampleOfWork [fileFormat] :: WebPageElement -> FileFormat [genre] :: WebPageElement -> Genre [hasPart] :: WebPageElement -> HasPart [headline] :: WebPageElement -> Headline [inLanguage] :: WebPageElement -> InLanguage [interactionStatistic] :: WebPageElement -> InteractionStatistic [interactivityType] :: WebPageElement -> InteractivityType [isBasedOnUrl] :: WebPageElement -> IsBasedOnUrl [isFamilyFriendly] :: WebPageElement -> IsFamilyFriendly [isPartOf] :: WebPageElement -> IsPartOf [keywords] :: WebPageElement -> Keywords [learningResourceType] :: WebPageElement -> LearningResourceType [license] :: WebPageElement -> License [locationCreated] :: WebPageElement -> LocationCreated [mainEntity] :: WebPageElement -> MainEntity [mentions] :: WebPageElement -> Mentions [offers] :: WebPageElement -> Offers [position] :: WebPageElement -> Position [producer] :: WebPageElement -> Producer [provider] :: WebPageElement -> Provider [publication] :: WebPageElement -> Publication [publisher] :: WebPageElement -> Publisher [publishingPrinciples] :: WebPageElement -> PublishingPrinciples [recordedAt] :: WebPageElement -> RecordedAt [releasedEvent] :: WebPageElement -> ReleasedEvent [review] :: WebPageElement -> Review [schemaVersion] :: WebPageElement -> SchemaVersion [sourceOrganization] :: WebPageElement -> SourceOrganization [text] :: WebPageElement -> Text [thumbnailUrl] :: WebPageElement -> ThumbnailUrl [timeRequired] :: WebPageElement -> TimeRequired [translator] :: WebPageElement -> Translator [typicalAgeRange] :: WebPageElement -> TypicalAgeRange [version] :: WebPageElement -> Version [video] :: WebPageElement -> Video [workExample] :: WebPageElement -> WorkExample [additionalType] :: WebPageElement -> AdditionalType [alternateName] :: WebPageElement -> AlternateName [description] :: WebPageElement -> Description [image] :: WebPageElement -> Image [mainEntityOfPage] :: WebPageElement -> MainEntityOfPage [name] :: WebPageElement -> Name [potentialAction] :: WebPageElement -> PotentialAction [sameAs] :: WebPageElement -> SameAs [url] :: WebPageElement -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.WebPageElement.WebPageElement instance GHC.Read.Read Text.HTML5.MetaData.Schema.WebPageElement.WebPageElement instance GHC.Show.Show Text.HTML5.MetaData.Schema.WebPageElement.WebPageElement instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.WebPageElement.WebPageElement module Text.HTML5.MetaData.Schema.WPSideBar -- | A sidebar section of the page. -- -- data WPSideBar WPSideBar :: About -> AccessibilityAPI -> AccessibilityControl -> AccessibilityFeature -> AccessibilityHazard -> AccountablePerson -> AggregateRating -> AlternativeHeadline -> AssociatedMedia -> Audience -> Audio -> Author -> Award -> Character -> Citation -> Comment -> CommentCount -> ContentLocation -> ContentRating -> Contributor -> CopyrightHolder -> CopyrightYear -> Creator -> DateCreated -> DateModified -> DatePublished -> DiscussionUrl -> Editor -> EducationalAlignment -> EducationalUse -> Encoding -> ExampleOfWork -> FileFormat -> Genre -> HasPart -> Headline -> InLanguage -> InteractionStatistic -> InteractivityType -> IsBasedOnUrl -> IsFamilyFriendly -> IsPartOf -> Keywords -> LearningResourceType -> License -> LocationCreated -> MainEntity -> Mentions -> Offers -> Position -> Producer -> Provider -> Publication -> Publisher -> PublishingPrinciples -> RecordedAt -> ReleasedEvent -> Review -> SchemaVersion -> SourceOrganization -> Text -> ThumbnailUrl -> TimeRequired -> Translator -> TypicalAgeRange -> Version -> Video -> WorkExample -> AdditionalType -> AlternateName -> Description -> Image -> MainEntityOfPage -> Name -> PotentialAction -> SameAs -> Url -> WPSideBar [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 [character] :: WPSideBar -> Character [citation] :: WPSideBar -> Citation [comment] :: WPSideBar -> Comment [commentCount] :: WPSideBar -> CommentCount [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 [exampleOfWork] :: WPSideBar -> ExampleOfWork [fileFormat] :: WPSideBar -> FileFormat [genre] :: WPSideBar -> Genre [hasPart] :: WPSideBar -> HasPart [headline] :: WPSideBar -> Headline [inLanguage] :: WPSideBar -> InLanguage [interactionStatistic] :: WPSideBar -> InteractionStatistic [interactivityType] :: WPSideBar -> InteractivityType [isBasedOnUrl] :: WPSideBar -> IsBasedOnUrl [isFamilyFriendly] :: WPSideBar -> IsFamilyFriendly [isPartOf] :: WPSideBar -> IsPartOf [keywords] :: WPSideBar -> Keywords [learningResourceType] :: WPSideBar -> LearningResourceType [license] :: WPSideBar -> License [locationCreated] :: WPSideBar -> LocationCreated [mainEntity] :: WPSideBar -> MainEntity [mentions] :: WPSideBar -> Mentions [offers] :: WPSideBar -> Offers [position] :: WPSideBar -> Position [producer] :: WPSideBar -> Producer [provider] :: WPSideBar -> Provider [publication] :: WPSideBar -> Publication [publisher] :: WPSideBar -> Publisher [publishingPrinciples] :: WPSideBar -> PublishingPrinciples [recordedAt] :: WPSideBar -> RecordedAt [releasedEvent] :: WPSideBar -> ReleasedEvent [review] :: WPSideBar -> Review [schemaVersion] :: WPSideBar -> SchemaVersion [sourceOrganization] :: WPSideBar -> SourceOrganization [text] :: WPSideBar -> Text [thumbnailUrl] :: WPSideBar -> ThumbnailUrl [timeRequired] :: WPSideBar -> TimeRequired [translator] :: WPSideBar -> Translator [typicalAgeRange] :: WPSideBar -> TypicalAgeRange [version] :: WPSideBar -> Version [video] :: WPSideBar -> Video [workExample] :: WPSideBar -> WorkExample [additionalType] :: WPSideBar -> AdditionalType [alternateName] :: WPSideBar -> AlternateName [description] :: WPSideBar -> Description [image] :: WPSideBar -> Image [mainEntityOfPage] :: WPSideBar -> MainEntityOfPage [name] :: WPSideBar -> Name [potentialAction] :: WPSideBar -> PotentialAction [sameAs] :: WPSideBar -> SameAs [url] :: WPSideBar -> Url instance GHC.Classes.Eq Text.HTML5.MetaData.Schema.WPSideBar.WPSideBar instance GHC.Read.Read Text.HTML5.MetaData.Schema.WPSideBar.WPSideBar instance GHC.Show.Show Text.HTML5.MetaData.Schema.WPSideBar.WPSideBar instance Text.HTML5.MetaData.Class.MetaData Text.HTML5.MetaData.Schema.WPSideBar.WPSideBar