code
stringlengths
114
1.05M
path
stringlengths
3
312
quality_prob
float64
0.5
0.99
learning_prob
float64
0.2
1
filename
stringlengths
3
168
kind
stringclasses
1 value
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Statement(BaseModel): """A statement about something, for example a fun or interesting fact. If known, the main entity this statement is about can be indicated using mainEntity. For more formal claims (e.g. in Fact Checking), consider using [[Claim]] instead. Use the [[text]] property to capture the text of the statement. References: https://schema.org/Statement Note: Model Depth 3 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. workTranslation: (Optional[Union[List[Union[str, Any]], str, Any]]): A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation “Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese translation Tây du ký bình khảo. educationalLevel: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators. associatedMedia: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. This property is a synonym for encoding. exampleOfWork: (Optional[Union[List[Union[str, Any]], str, Any]]): A creative work that this work is an example/instance/realization/derivation of. releasedEvent: (Optional[Union[List[Union[str, Any]], str, Any]]): The place and time the release was issued, expressed as a PublicationEvent. version: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The version of the CreativeWork embodied by a specified resource. locationCreated: (Optional[Union[List[Union[str, Any]], str, Any]]): The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork. acquireLicensePage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page documenting how licenses can be purchased or otherwise acquired, for the current item. thumbnailUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A thumbnail image relevant to the Thing. provider: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. expires: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): Date the content expires and is no longer useful or available. For example a [[VideoObject]] or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]] fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date. contentLocation: (Optional[Union[List[Union[str, Any]], str, Any]]): The location depicted or described in the content. For example, the location in a photograph or painting. educationalUse: (Union[List[Union[str, Any]], str, Any]): The purpose of a work in the context of education; for example, 'assignment', 'group work'. copyrightHolder: (Optional[Union[List[Union[str, Any]], str, Any]]): The party holding the legal copyright to the CreativeWork. accessibilityControl: (Union[List[Union[str, Any]], str, Any]): Identifies input methods that are sufficient to fully control the described resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary). maintainer: (Optional[Union[List[Union[str, Any]], str, Any]]): A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other [[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions to, and/or publication of, some (typically complex) artifact. It is common for distributions of software and data to be based on "upstream" sources. When [[maintainer]] is applied to a specific version of something e.g. a particular version or packaging of a [[Dataset]], it is always possible that the upstream source has a different maintainer. The [[isBasedOn]] property can be used to indicate such relationships between datasets to make the different maintenance roles clear. Similarly in the case of software, a package may have dedicated maintainers working on integration into software distributions such as Ubuntu, as well as upstream maintainers of the underlying work. educationalAlignment: (Optional[Union[List[Union[str, Any]], str, Any]]): An alignment to an established educational framework.This property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource [[teaches]] or [[assesses]] a competency. spatial: (Optional[Union[List[Union[str, Any]], str, Any]]): The "spatial" property can be used in cases when more specific properties(e.g. [[locationCreated]], [[spatialCoverage]], [[contentLocation]]) are not known to be appropriate. publisher: (Optional[Union[List[Union[str, Any]], str, Any]]): The publisher of the creative work. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. assesses: (Union[List[Union[str, Any]], str, Any]): The item being described is intended to assess the competency or learning outcome defined by the referenced term. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. isBasedOn: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A resource from which this work is derived or from which it is a modification or adaption. mentions: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept. publishingPrinciples: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. contributor: (Optional[Union[List[Union[str, Any]], str, Any]]): A secondary contributor to the CreativeWork or Event. license: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A license document that applies to this content, typically indicated by URL. citation: (Union[List[Union[str, Any]], str, Any]): A citation or reference to another creative work, such as another publication, web page, scholarly article, etc. accessibilitySummary: (Union[List[Union[str, Any]], str, Any]): A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as "short descriptions are present but long descriptions will be needed for non-visual users" or "short descriptions are present and no long descriptions are needed." award: (Union[List[Union[str, Any]], str, Any]): An award won by or for this item. commentCount: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): 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. temporalCoverage: (Union[List[Union[datetime, str, Any, AnyUrl]], datetime, str, Any, AnyUrl]): The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals). In the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012"). Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate their temporalCoverage in broader terms - textually or via well-known URL. Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".Open-ended date ranges can be written with ".." in place of the end date. For example, "2015-11/.." indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated. dateCreated: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): The date on which the CreativeWork was created or the item was added to a DataFeed. discussionUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A link to the page containing the comments of the CreativeWork. copyrightNotice: (Union[List[Union[str, Any]], str, Any]): Text of a notice appropriate for describing the copyright aspects of this Creative Work, ideally indicating the owner of the copyright for the Work. learningResourceType: (Union[List[Union[str, Any]], str, Any]): The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'. awards: (Union[List[Union[str, Any]], str, Any]): Awards won by or for this item. accessModeSufficient: (Optional[Union[List[Union[str, Any]], str, Any]]): A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary). review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. conditionsOfAccess: (Union[List[Union[str, Any]], str, Any]): Conditions that affect the availability of, or method(s) of access to, an item. Typically used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]. This property is not suitable for use as a general Web access control mechanism. It is expressed only in natural language.For example "Available by appointment from the Reading Room" or "Accessible only from logged-in accounts ". interactivityType: (Union[List[Union[str, Any]], str, Any]): The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'. abstract: (Union[List[Union[str, Any]], str, Any]): An abstract is a short description that summarizes a [[CreativeWork]]. fileFormat: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)) 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. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry. interpretedAsClaim: (Optional[Union[List[Union[str, Any]], str, Any]]): Used to indicate a specific claim contained, implied, translated or refined from the content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can be indicated using [[claimInterpreter]]. text: (Union[List[Union[str, Any]], str, Any]): The textual content of this CreativeWork. archivedAt: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible, but be archived by archival, journalistic, activist, or law enforcement organizations. In such cases, the referenced page may not directly publish the content. alternativeHeadline: (Union[List[Union[str, Any]], str, Any]): A secondary title of the CreativeWork. creditText: (Union[List[Union[str, Any]], str, Any]): Text that can be used to credit person(s) and/or organization(s) associated with a published Creative Work. funding: (Optional[Union[List[Union[str, Any]], str, Any]]): A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. interactionStatistic: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used. workExample: (Optional[Union[List[Union[str, Any]], str, Any]]): Example/instance/realization/derivation of the concept of this creative work. E.g. the paperback edition, first edition, or e-book. about: (Optional[Union[List[Union[str, Any]], str, Any]]): The subject matter of the content. encodings: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. funder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports (sponsors) something through some kind of financial contribution. video: (Optional[Union[List[Union[str, Any]], str, Any]]): An embedded video object. isPartOf: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of. pattern: (Union[List[Union[str, Any]], str, Any]): A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'. Values are typically expressed as text, although links to controlled value schemes are also supported. editor: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies the Person who edited the CreativeWork. dateModified: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed. translationOfWork: (Optional[Union[List[Union[str, Any]], str, Any]]): The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the Origin of Species”. creativeWorkStatus: (Union[List[Union[str, Any]], str, Any]): The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle. isBasedOnUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. isFamilyFriendly: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates whether this content is family friendly. isAccessibleForFree: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the item, event, or place is accessible for free. author: (Optional[Union[List[Union[str, Any]], str, Any]]): The author of this content or rating. 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. contentReferenceTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event. correction: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]], textually or in another document. sdDatePublished: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): Indicates the date on which the current structured data was generated / published. Typically used alongside [[sdPublisher]] comment: (Optional[Union[List[Union[str, Any]], str, Any]]): Comments, typically from users. countryOfOrigin: (Optional[Union[List[Union[str, Any]], str, Any]]): The country of origin of something, including products as well as creative works such as movie and TV content.In the case of TV and movie, this would be the country of the principle offices of the production company or individual responsible for the movie. For other kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties such as [[contentLocation]] and [[locationCreated]] may be more applicable.In the case of products, the country of origin of the product. The exact interpretation of this may vary by context and product type, and cannot be fully enumerated here. timeRequired: (Optional[Union[List[Union[str, Any]], str, Any]]): Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. 'PT30M', 'PT1H25M'. typicalAgeRange: (Union[List[Union[str, Any]], str, Any]): The typical expected age range, e.g. '7-9', '11-'. genre: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Genre of the creative work, broadcast channel or group. producer: (Optional[Union[List[Union[str, Any]], str, Any]]): The person or organization who produced the work (e.g. music album, movie, TV/radio series etc.). schemaVersion: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Indicates (by URL or string) a particular version of a schema used in some CreativeWork. This property was created primarily to indicate the use of a specific schema.org release, e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```. There may be situations in which other schemas might usefully be referenced this way, e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/``` but this has not been carefully explored in the community. audience: (Optional[Union[List[Union[str, Any]], str, Any]]): An intended audience, i.e. a group for whom something was created. encoding: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. This property is a synonym for associatedMedia. publisherImprint: (Optional[Union[List[Union[str, Any]], str, Any]]): The publishing division which published the comic. accessibilityAPI: (Union[List[Union[str, Any]], str, Any]): Indicates that the resource is compatible with the referenced accessibility API. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary). sdPublisher: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The[[sdPublisher]] property helps make such practices more explicit. audio: (Optional[Union[List[Union[str, Any]], str, Any]]): An embedded audio object. accessibilityFeature: (Union[List[Union[str, Any]], str, Any]): Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary). spatialCoverage: (Optional[Union[List[Union[str, Any]], str, Any]]): The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York. accessMode: (Union[List[Union[str, Any]], str, Any]): The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary). editEIDR: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing a specific edit / edition for a work of film or television.For example, the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J" has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".Since schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description. usageInfo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]. This property is applicable both to works that are freely available and to those that require payment or other transactions. It can reference additional information, e.g. community expectations on preferred linking and citation conventions, as well as purchasing details. For something that can be commercially licensed, usageInfo can provide detailed, resource-specific information about licensing options.This property can be used alongside the license property which indicates license(s) applicable to some piece of content. The usageInfo property can provide information about other licensing options, e.g. acquiring commercial usage rights for an image that is also available under non-commercial creative commons licenses. position: (Union[List[Union[str, int, Any]], str, int, Any]): The position of an item in a series or sequence of items. encodingFormat: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml) and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)), e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.In cases where a [[CreativeWork]] has several media type representations, [[encoding]] can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]] information.Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry. copyrightYear: (Optional[Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]]): The year during which the claimed copyright for the CreativeWork was first asserted. mainEntity: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the primary entity described in some page or other CreativeWork. creator: (Optional[Union[List[Union[str, Any]], str, Any]]): The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork. teaches: (Union[List[Union[str, Any]], str, Any]): The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term. temporal: (Union[List[Union[datetime, str, Any]], datetime, str, Any]): The "temporal" property can be used in cases where more specific properties(e.g. [[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]]) are not known to be appropriate. size: (Union[List[Union[str, Any]], str, Any]): A standardized size of a product or creative work, specified either through a simple textual string (for example 'XL', '32Wx34L'), a QuantitativeValue with a unitCode, or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]], [[height]], [[depth]] and [[weight]] properties may be more applicable. translator: (Optional[Union[List[Union[str, Any]], str, Any]]): Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. accountablePerson: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies the Person that is legally accountable for the CreativeWork. accessibilityHazard: (Union[List[Union[str, Any]], str, Any]): A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary). contentRating: (Union[List[Union[str, Any]], str, Any]): Official rating of a piece of content—for example, 'MPAA PG-13'. recordedAt: (Optional[Union[List[Union[str, Any]], str, Any]]): The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event. publication: (Optional[Union[List[Union[str, Any]], str, Any]]): A publication event associated with the item. sdLicense: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A license document that applies to this structured data, typically indicated by URL. headline: (Union[List[Union[str, Any]], str, Any]): Headline of the article. materialExtent: (Union[List[Union[str, Any]], str, Any]): The quantity of the materials being described or an expression of the physical space they occupy. inLanguage: (Union[List[Union[str, Any]], str, Any]): 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](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]]. material: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): A material that something is made from, e.g. leather, wool, cotton, paper. datePublished: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): Date of first broadcast/publication. offers: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer. hasPart: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense). sourceOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): The Organization on whose behalf the creator was working. sponsor: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event. character: (Optional[Union[List[Union[str, Any]], str, Any]]): Fictional person connected with a creative work. """ type_: str = Field(default="Statement", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) workTranslation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation" "“Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese" "translation Tây du ký bình khảo.", ) educationalLevel: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The level in terms of progression through an educational or training context. Examples" "of educational levels include 'beginner', 'intermediate' or 'advanced', and formal" "sets of level indicators.", ) associatedMedia: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork. This property is a synonym for encoding.", ) exampleOfWork: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A creative work that this work is an example/instance/realization/derivation of.", ) releasedEvent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The place and time the release was issued, expressed as a PublicationEvent.", ) version: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The version of the CreativeWork embodied by a specified resource.", ) locationCreated: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The location where the CreativeWork was created, which may not be the same as the location" "depicted in the CreativeWork.", ) acquireLicensePage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page documenting how licenses can be purchased or otherwise acquired, for" "the current item.", ) thumbnailUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A thumbnail image relevant to the Thing.", ) provider: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) expires: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="Date the content expires and is no longer useful or available. For example a [[VideoObject]]" "or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]]" "fact check whose publisher wants to indicate that it may no longer be relevant (or helpful" "to highlight) after some date.", ) contentLocation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The location depicted or described in the content. For example, the location in a photograph" "or painting.", ) educationalUse: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The purpose of a work in the context of education; for example, 'assignment', 'group" "work'.", ) copyrightHolder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The party holding the legal copyright to the CreativeWork.", ) accessibilityControl: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Identifies input methods that are sufficient to fully control the described resource." "Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary).", ) maintainer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other" "[[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions" "to, and/or publication of, some (typically complex) artifact. It is common for distributions" 'of software and data to be based on "upstream" sources. When [[maintainer]] is applied' "to a specific version of something e.g. a particular version or packaging of a [[Dataset]]," "it is always possible that the upstream source has a different maintainer. The [[isBasedOn]]" "property can be used to indicate such relationships between datasets to make the different" "maintenance roles clear. Similarly in the case of software, a package may have dedicated" "maintainers working on integration into software distributions such as Ubuntu, as" "well as upstream maintainers of the underlying work.", ) educationalAlignment: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An alignment to an established educational framework.This property should not be used" "where the nature of the alignment can be described using a simple property, for example" "to express that a resource [[teaches]] or [[assesses]] a competency.", ) spatial: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description='The "spatial" property can be used in cases when more specific properties(e.g. [[locationCreated]],' "[[spatialCoverage]], [[contentLocation]]) are not known to be appropriate.", ) publisher: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The publisher of the creative work.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) assesses: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The item being described is intended to assess the competency or learning outcome defined" "by the referenced term.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) isBasedOn: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A resource from which this work is derived or from which it is a modification or adaption.", ) mentions: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates that the CreativeWork contains a reference to, but is not necessarily about" "a concept.", ) publishingPrinciples: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="The publishingPrinciples property indicates (typically via [[URL]]) a document describing" "the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]]" "writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity" "policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles" "are those of the party primarily responsible for the creation of the [[CreativeWork]].While" "such policies are most typically expressed in natural language, sometimes related" "information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.", ) contributor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A secondary contributor to the CreativeWork or Event.", ) license: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A license document that applies to this content, typically indicated by URL.", ) citation: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A citation or reference to another creative work, such as another publication, web page," "scholarly article, etc.", ) accessibilitySummary: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A human-readable summary of specific accessibility features or deficiencies, consistent" 'with the other accessibility metadata but expressing subtleties such as "short descriptions' 'are present but long descriptions will be needed for non-visual users" or "short descriptions' 'are present and no long descriptions are needed."', ) award: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An award won by or for this item.", ) commentCount: Optional[Union[List[Union[str, int, Any]], str, int, Any]] = Field( default=None, description="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.", ) temporalCoverage: Union[ List[Union[datetime, str, Any, AnyUrl]], datetime, str, Any, AnyUrl ] = Field( default=None, description="The temporalCoverage of a CreativeWork indicates the period that the content applies" "to, i.e. that it describes, either as a DateTime or as a textual string indicating a time" "period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals)." "In the case of a Dataset it will typically indicate the relevant time period in a precise" 'notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012").' "Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate" "their temporalCoverage in broader terms - textually or via well-known URL. Written" "works such as books may sometimes have precise temporal coverage too, e.g. a work set" 'in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".Open-ended' 'date ranges can be written with ".." in place of the end date. For example, "2015-11/.."' "indicates a range beginning in November 2015 and with no specified final date. This is" "tentative and might be updated in future when ISO 8601 is officially updated.", ) dateCreated: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="The date on which the CreativeWork was created or the item was added to a DataFeed.", ) discussionUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A link to the page containing the comments of the CreativeWork.", ) copyrightNotice: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Text of a notice appropriate for describing the copyright aspects of this Creative Work," "ideally indicating the owner of the copyright for the Work.", ) learningResourceType: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The predominant type or kind characterizing the learning resource. For example, 'presentation'," "'handout'.", ) awards: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Awards won by or for this item.", ) accessModeSufficient: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A list of single or combined accessModes that are sufficient to understand all the intellectual" "content of a resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary).", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) conditionsOfAccess: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Conditions that affect the availability of, or method(s) of access to, an item. Typically" "used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]." "This property is not suitable for use as a general Web access control mechanism. It is" 'expressed only in natural language.For example "Available by appointment from the' 'Reading Room" or "Accessible only from logged-in accounts ".', ) interactivityType: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The predominant mode of learning supported by the learning resource. Acceptable values" "are 'active', 'expositive', or 'mixed'.", ) abstract: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An abstract is a short description that summarizes a [[CreativeWork]].", ) fileFormat: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml))" "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. Unregistered or niche" "file formats can be indicated instead via the most appropriate URL, e.g. defining Web" "page or a Wikipedia entry.", ) interpretedAsClaim: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Used to indicate a specific claim contained, implied, translated or refined from the" "content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can" "be indicated using [[claimInterpreter]].", ) text: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The textual content of this CreativeWork.", ) archivedAt: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case" "of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible," "but be archived by archival, journalistic, activist, or law enforcement organizations." "In such cases, the referenced page may not directly publish the content.", ) alternativeHeadline: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A secondary title of the CreativeWork.", ) creditText: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Text that can be used to credit person(s) and/or organization(s) associated with a published" "Creative Work.", ) funding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A [[Grant]] that directly or indirectly provide funding or sponsorship for this item." "See also [[ownershipFundingInfo]].", ) interactionStatistic: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of interactions for the CreativeWork using the WebSite or SoftwareApplication." "The most specific child type of InteractionCounter should be used.", ) workExample: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Example/instance/realization/derivation of the concept of this creative work. E.g." "the paperback edition, first edition, or e-book.", ) about: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The subject matter of the content.", ) encodings: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork.", ) funder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports (sponsors) something through some kind of financial" "contribution.", ) video: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An embedded video object.", ) isPartOf: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is" "part of.", ) pattern: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'." "Values are typically expressed as text, although links to controlled value schemes" "are also supported.", ) editor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies the Person who edited the CreativeWork.", ) dateModified: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="The date on which the CreativeWork was most recently modified or when the item's entry" "was modified within a DataFeed.", ) translationOfWork: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the" "Origin of Species”.", ) creativeWorkStatus: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The status of a creative work in terms of its stage in a lifecycle. Example terms include" "Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for" "the stages of their publication lifecycle.", ) isBasedOnUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) isFamilyFriendly: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates whether this content is family friendly.", ) isAccessibleForFree: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the item, event, or place is accessible for free.", ) author: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The author of this content or rating. 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.", ) contentReferenceTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="The specific time described by a creative work, for works (e.g. articles, video objects" "etc.) that emphasise a particular moment within an Event.", ) correction: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]]," "textually or in another document.", ) sdDatePublished: Optional[ Union[List[Union[str, Any, date]], str, Any, date] ] = Field( default=None, description="Indicates the date on which the current structured data was generated / published. Typically" "used alongside [[sdPublisher]]", ) comment: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Comments, typically from users.", ) countryOfOrigin: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The country of origin of something, including products as well as creative works such" "as movie and TV content.In the case of TV and movie, this would be the country of the principle" "offices of the production company or individual responsible for the movie. For other" "kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties" "such as [[contentLocation]] and [[locationCreated]] may be more applicable.In the" "case of products, the country of origin of the product. The exact interpretation of this" "may vary by context and product type, and cannot be fully enumerated here.", ) timeRequired: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Approximate or typical time it takes to work with or through this learning resource for" "the typical intended target audience, e.g. 'PT30M', 'PT1H25M'.", ) typicalAgeRange: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The typical expected age range, e.g. '7-9', '11-'.", ) genre: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Genre of the creative work, broadcast channel or group.", ) producer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The person or organization who produced the work (e.g. music album, movie, TV/radio" "series etc.).", ) schemaVersion: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Indicates (by URL or string) a particular version of a schema used in some CreativeWork." "This property was created primarily to indicate the use of a specific schema.org release," "e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```." "There may be situations in which other schemas might usefully be referenced this way," "e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/```" "but this has not been carefully explored in the community.", ) audience: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An intended audience, i.e. a group for whom something was created.", ) encoding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.", ) publisherImprint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The publishing division which published the comic.", ) accessibilityAPI: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Indicates that the resource is compatible with the referenced accessibility API. Values" "should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary).", ) sdPublisher: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the party responsible for generating and publishing the current structured" "data markup, typically in cases where the structured data is derived automatically" "from existing published content but published on a different site. For example, student" "projects and open data initiatives often re-publish existing content with more explicitly" "structured metadata. The[[sdPublisher]] property helps make such practices more" "explicit.", ) audio: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An embedded audio object.", ) accessibilityFeature: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Content features of the resource, such as accessible media, alternatives and supported" "enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary).", ) spatialCoverage: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of" "the content. It is a subproperty of contentLocation intended primarily for more technical" "and detailed materials. For example with a Dataset, it indicates areas that the dataset" "describes: a dataset of New York weather would have spatialCoverage which was the place:" "the state of New York.", ) accessMode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The human sensory perceptual system or cognitive faculty through which a person may" "process or perceive information. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary).", ) editEIDR: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]]" "representing a specific edit / edition for a work of film or television.For example," 'the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J"' 'has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".Since' "schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their" "multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description)," "or alongside [[editEIDR]] for a more edit-specific description.", ) usageInfo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]." "This property is applicable both to works that are freely available and to those that" "require payment or other transactions. It can reference additional information, e.g." "community expectations on preferred linking and citation conventions, as well as purchasing" "details. For something that can be commercially licensed, usageInfo can provide detailed," "resource-specific information about licensing options.This property can be used" "alongside the license property which indicates license(s) applicable to some piece" "of content. The usageInfo property can provide information about other licensing options," "e.g. acquiring commercial usage rights for an image that is also available under non-commercial" "creative commons licenses.", ) position: Union[List[Union[str, int, Any]], str, int, Any] = Field( default=None, description="The position of an item in a series or sequence of items.", ) encodingFormat: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)" "and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types))," "e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.In" "cases where a [[CreativeWork]] has several media type representations, [[encoding]]" "can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]]" "information.Unregistered or niche encoding and file formats can be indicated instead" "via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.", ) copyrightYear: Optional[ Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat, ] ] = Field( default=None, description="The year during which the claimed copyright for the CreativeWork was first asserted.", ) mainEntity: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the primary entity described in some page or other CreativeWork.", ) creator: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The creator/author of this CreativeWork. This is the same as the Author property for" "CreativeWork.", ) teaches: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The item being described is intended to help a person learn the competency or learning" "outcome defined by the referenced term.", ) temporal: Union[List[Union[datetime, str, Any]], datetime, str, Any] = Field( default=None, description='The "temporal" property can be used in cases where more specific properties(e.g.' "[[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]])" "are not known to be appropriate.", ) size: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A standardized size of a product or creative work, specified either through a simple" "textual string (for example 'XL', '32Wx34L'), a QuantitativeValue with a unitCode," "or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]]," "[[height]], [[depth]] and [[weight]] properties may be more applicable.", ) translator: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Organization or person who adapts a creative work to different languages, regional" "differences and technical requirements of a target market, or that translates during" "some event.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) accountablePerson: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies the Person that is legally accountable for the CreativeWork.", ) accessibilityHazard: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A characteristic of the described resource that is physiologically dangerous to some" "users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary).", ) contentRating: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Official rating of a piece of content—for example, 'MPAA PG-13'.", ) recordedAt: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The Event where the CreativeWork was recorded. The CreativeWork may capture all or part" "of the event.", ) publication: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A publication event associated with the item.", ) sdLicense: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A license document that applies to this structured data, typically indicated by URL.", ) headline: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Headline of the article.", ) materialExtent: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The quantity of the materials being described or an expression of the physical space" "they occupy.", ) inLanguage: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="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](http://tools.ietf.org/html/bcp47). See also" "[[availableLanguage]].", ) material: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="A material that something is made from, e.g. leather, wool, cotton, paper.", ) datePublished: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="Date of first broadcast/publication.", ) offers: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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. Use [[businessFunction]]" "to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can" "also be used to describe a [[Demand]]. While this property is listed as expected on a number" "of common types, it can be used in others. In that case, using a second type, such as Product" "or a subtype of Product, can clarify the nature of the offer.", ) hasPart: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some" "sense).", ) sourceOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The Organization on whose behalf the creator was working.", ) sponsor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports a thing through a pledge, promise, or financial" "contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.", ) character: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Fictional person connected with a creative work.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Statement.py
0.929047
0.385895
Statement.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Nonprofit501c27(BaseModel): """Nonprofit501c27: Non-profit type referring to State-Sponsored Workers' Compensation Reinsurance Organizations. References: https://schema.org/Nonprofit501c27 Note: Model Depth 6 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="Nonprofit501c27", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Nonprofit501c27.py
0.944549
0.264602
Nonprofit501c27.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class TransitMap(BaseModel): """A transit map. References: https://schema.org/TransitMap Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="TransitMap", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/TransitMap.py
0.939699
0.315591
TransitMap.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class AskAction(BaseModel): """The act of posing a question / favor to someone.Related actions:* [[ReplyAction]]: Appears generally as a response to AskAction. References: https://schema.org/AskAction Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. endTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): 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*. For media, including audio and video, it's the time offset of the end of a clip within a larger file.Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions. provider: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. startTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): 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. For media, including audio and video, it's the time offset of the start of a clip within a larger file.Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions. result: (Optional[Union[List[Union[str, Any]], str, Any]]): The result produced in the action. E.g. John wrote *a book*. actionStatus: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the current disposition of the Action. agent: (Optional[Union[List[Union[str, Any]], str, Any]]): The direct performer or driver of the action (animate or inanimate). E.g. *John* wrote a book. instrument: (Optional[Union[List[Union[str, Any]], str, Any]]): The object that helped the agent perform the action. E.g. John wrote a book with *a pen*. object: (Optional[Union[List[Union[str, Any]], str, Any]]): The object upon which 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*. error: (Optional[Union[List[Union[str, Any]], str, Any]]): For failed actions, more information on the cause of the failure. target: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a target EntryPoint, or url, for an Action. location: (Union[List[Union[str, Any]], str, Any]): The location of, for example, where an event is happening, where an organization is located, or where an action takes place. participant: (Optional[Union[List[Union[str, Any]], str, Any]]): Other co-agents that participated in the action indirectly. E.g. John wrote a book with *Steve*. about: (Optional[Union[List[Union[str, Any]], str, Any]]): The subject matter of the content. recipient: (Optional[Union[List[Union[str, Any]], str, Any]]): A sub property of participant. The participant who is at the receiving end of the action. language: (Optional[Union[List[Union[str, Any]], str, Any]]): A sub property of instrument. The language used on this action. inLanguage: (Union[List[Union[str, Any]], str, Any]): 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](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]]. question: (Optional[Union[List[Union[str, Any]], str, Any]]): A sub property of object. A question. """ type_: str = Field(default="AskAction", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) endTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="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*. For media, including" "audio and video, it's the time offset of the end of a clip within a larger file.Note that" "Event uses startDate/endDate instead of startTime/endTime, even when describing" "dates with times. This situation may be clarified in future revisions.", ) provider: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) startTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="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. For media, including" "audio and video, it's the time offset of the start of a clip within a larger file.Note that" "Event uses startDate/endDate instead of startTime/endTime, even when describing" "dates with times. This situation may be clarified in future revisions.", ) result: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The result produced in the action. E.g. John wrote *a book*.", ) actionStatus: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the current disposition of the Action.", ) agent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The direct performer or driver of the action (animate or inanimate). E.g. *John* wrote" "a book.", ) instrument: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The object that helped the agent perform the action. E.g. John wrote a book with *a pen*.", ) object: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The object upon which 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*.", ) error: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="For failed actions, more information on the cause of the failure.", ) target: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="Indicates a target EntryPoint, or url, for an Action.", ) location: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The location of, for example, where an event is happening, where an organization is located," "or where an action takes place.", ) participant: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Other co-agents that participated in the action indirectly. E.g. John wrote a book with" "*Steve*.", ) about: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The subject matter of the content.", ) recipient: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A sub property of participant. The participant who is at the receiving end of the action.", ) language: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A sub property of instrument. The language used on this action.", ) inLanguage: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="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](http://tools.ietf.org/html/bcp47). See also" "[[availableLanguage]].", ) question: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A sub property of object. A question.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/AskAction.py
0.932959
0.374648
AskAction.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class MedicalOrganization(BaseModel): """A medical organization (physical or not), such as hospital, institution or clinic. References: https://schema.org/MedicalOrganization Note: Model Depth 3 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. serviceArea: (Optional[Union[List[Union[str, Any]], str, Any]]): The geographic area where the service is provided. founder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person who founded this organization. isicV4: (Union[List[Union[str, Any]], str, Any]): The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place. hasPOS: (Optional[Union[List[Union[str, Any]], str, Any]]): Points-of-Sales operated by the organization or person. globalLocationNumber: (Union[List[Union[str, Any]], str, Any]): The [Global Location Number](http://www.gs1.org/gln) (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. member: (Optional[Union[List[Union[str, Any]], str, Any]]): A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals. knowsAbout: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Of a [[Person]], and less typically of an [[Organization]], to indicate a topic that is known about - suggesting possible expertise but not implying it. We do not distinguish skill levels here, or relate this to educational content, events, objectives or [[JobPosting]] descriptions. makesOffer: (Optional[Union[List[Union[str, Any]], str, Any]]): A pointer to products or services offered by the organization or person. ownershipFundingInfo: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a description of organizational ownership structure; funding and grants. In a news/media setting, this is with particular reference to editorial independence. Note that the [[funder]] is also available and can be used to make basic funder information machine-readable. founders: (Optional[Union[List[Union[str, Any]], str, Any]]): A person who founded this organization. legalName: (Union[List[Union[str, Any]], str, Any]): The official name of the organization, e.g. the registered company name. actionableFeedbackPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement about public engagement activities (for news media, the newsroom’s), including involving the public - digitally or otherwise -- in coverage decisions, reporting and activities after publication. areaServed: (Union[List[Union[str, Any]], str, Any]): The geographic area where a service or offered item is provided. parentOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): The larger organization that this organization is a [[subOrganization]] of, if any. slogan: (Union[List[Union[str, Any]], str, Any]): A slogan or motto associated with the item. department: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. memberOf: (Optional[Union[List[Union[str, Any]], str, Any]]): An Organization (or ProgramMembership) to which this Person or Organization belongs. publishingPrinciples: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. employee: (Optional[Union[List[Union[str, Any]], str, Any]]): Someone working for this organization. award: (Union[List[Union[str, Any]], str, Any]): An award won by or for this item. email: (Union[List[Union[str, Any]], str, Any]): Email address. contactPoints: (Optional[Union[List[Union[str, Any]], str, Any]]): A contact point for a person or organization. diversityStaffingReport: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a report on staffing diversity issues. In a news context this might be for example ASNE or RTDNA (US) reports, or self-reported. foundingDate: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): The date that this organization was founded. owns: (Optional[Union[List[Union[str, Any]], str, Any]]): Products owned by the organization or person. awards: (Union[List[Union[str, Any]], str, Any]): Awards won by or for this item. review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. dissolutionDate: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): The date that this organization was dissolved. funding: (Optional[Union[List[Union[str, Any]], str, Any]]): A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. interactionStatistic: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used. events: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past events associated with this place or organization. seeks: (Optional[Union[List[Union[str, Any]], str, Any]]): A pointer to products or services sought by the organization or person (demand). employees: (Optional[Union[List[Union[str, Any]], str, Any]]): People working for this organization. unnamedSourcesPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about policy on use of unnamed sources and the decision process required. subOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific 'department' property. foundingLocation: (Optional[Union[List[Union[str, Any]], str, Any]]): The place where the Organization was founded. funder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports (sponsors) something through some kind of financial contribution. iso6523Code: (Union[List[Union[str, Any]], str, Any]): An organization identifier as defined in ISO 6523(-1). Note that many existing organization identifiers such as [leiCode](https://schema.org/leiCode), [duns](https://schema.org/duns) and [vatID](https://schema.org/vatID) can be expressed as an ISO 6523 identifier by setting the ICD part of the ISO 6523 identifier accordingly. diversityPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Statement on diversity policy by an [[Organization]] e.g. a [[NewsMediaOrganization]]. For a [[NewsMediaOrganization]], a statement describing the newsroom’s diversity policy on both staffing and sources, typically providing staffing data. hasMerchantReturnPolicy: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies a MerchantReturnPolicy that may be applicable. event: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past event associated with this place, organization, or action. duns: (Union[List[Union[str, Any]], str, Any]): The Dun & Bradstreet DUNS number for identifying an organization or business person. alumni: (Optional[Union[List[Union[str, Any]], str, Any]]): Alumni of an organization. ethicsPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Statement about ethics policy, e.g. of a [[NewsMediaOrganization]] regarding journalistic and publishing practices, or of a [[Restaurant]], a page describing food source policies. In the case of a [[NewsMediaOrganization]], an ethicsPolicy is typically a statement describing the personal, organizational, and corporate standards of behavior expected by the organization. leiCode: (Union[List[Union[str, Any]], str, Any]): An organization identifier that uniquely identifies a legal entity as defined in ISO 17442. vatID: (Union[List[Union[str, Any]], str, Any]): The Value-added Tax ID of the organization or person. knowsLanguage: (Union[List[Union[str, Any]], str, Any]): Of a [[Person]], and less typically of an [[Organization]], to indicate a known language. We do not distinguish skill levels or reading/writing/speaking/signing here. Use language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). correctionsPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing (in news media, the newsroom’s) disclosure and correction policy for errors. logo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An associated logo. hasCredential: (Optional[Union[List[Union[str, Any]], str, Any]]): A credential awarded to the Person or Organization. address: (Union[List[Union[str, Any]], str, Any]): Physical address of the item. brand: (Optional[Union[List[Union[str, Any]], str, Any]]): The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person. nonprofitStatus: (Optional[Union[List[Union[str, Any]], str, Any]]): nonprofitStatus indicates the legal status of a non-profit organization in its primary place of business. contactPoint: (Optional[Union[List[Union[str, Any]], str, Any]]): A contact point for a person or organization. hasOfferCatalog: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates an OfferCatalog listing for this Organization, Person, or Service. members: (Optional[Union[List[Union[str, Any]], str, Any]]): A member of this organization. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. faxNumber: (Union[List[Union[str, Any]], str, Any]): The fax number. telephone: (Union[List[Union[str, Any]], str, Any]): The telephone number. taxID: (Union[List[Union[str, Any]], str, Any]): The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain. naics: (Union[List[Union[str, Any]], str, Any]): The North American Industry Classification System (NAICS) code for a particular organization or business person. location: (Union[List[Union[str, Any]], str, Any]): The location of, for example, where an event is happening, where an organization is located, or where an action takes place. numberOfEmployees: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of employees in an organization, e.g. business. sponsor: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event. healthPlanNetworkId: (Union[List[Union[str, Any]], str, Any]): Name or unique ID of network. (Networks are often reused across different insurance plans.) medicalSpecialty: (Optional[Union[List[Union[str, Any]], str, Any]]): A medical specialty of the provider. isAcceptingNewPatients: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Whether the provider is accepting new patients. """ type_: str = Field(default="MedicalOrganization", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) serviceArea: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The geographic area where the service is provided.", ) founder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person who founded this organization.", ) isicV4: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The International Standard of Industrial Classification of All Economic Activities" "(ISIC), Revision 4 code for a particular organization, business person, or place.", ) hasPOS: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Points-of-Sales operated by the organization or person.", ) globalLocationNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The [Global Location Number](http://www.gs1.org/gln) (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.", ) member: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A member of an Organization or a ProgramMembership. Organizations can be members of" "organizations; ProgramMembership is typically for individuals.", ) knowsAbout: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Of a [[Person]], and less typically of an [[Organization]], to indicate a topic that" "is known about - suggesting possible expertise but not implying it. We do not distinguish" "skill levels here, or relate this to educational content, events, objectives or [[JobPosting]]" "descriptions.", ) makesOffer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A pointer to products or services offered by the organization or person.", ) ownershipFundingInfo: Union[ List[Union[str, AnyUrl, Any]], str, AnyUrl, Any ] = Field( default=None, description="For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]])," "a description of organizational ownership structure; funding and grants. In a news/media" "setting, this is with particular reference to editorial independence. Note that the" "[[funder]] is also available and can be used to make basic funder information machine-readable.", ) founders: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person who founded this organization.", ) legalName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The official name of the organization, e.g. the registered company name.", ) actionableFeedbackPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement" "about public engagement activities (for news media, the newsroom’s), including involving" "the public - digitally or otherwise -- in coverage decisions, reporting and activities" "after publication.", ) areaServed: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The geographic area where a service or offered item is provided.", ) parentOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The larger organization that this organization is a [[subOrganization]] of, if any.", ) slogan: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A slogan or motto associated with the item.", ) department: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) memberOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An Organization (or ProgramMembership) to which this Person or Organization belongs.", ) publishingPrinciples: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="The publishingPrinciples property indicates (typically via [[URL]]) a document describing" "the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]]" "writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity" "policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles" "are those of the party primarily responsible for the creation of the [[CreativeWork]].While" "such policies are most typically expressed in natural language, sometimes related" "information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.", ) employee: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Someone working for this organization.", ) award: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An award won by or for this item.", ) email: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Email address.", ) contactPoints: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A contact point for a person or organization.", ) diversityStaffingReport: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]])," "a report on staffing diversity issues. In a news context this might be for example ASNE" "or RTDNA (US) reports, or self-reported.", ) foundingDate: Optional[Union[List[Union[str, Any, date]], str, Any, date]] = Field( default=None, description="The date that this organization was founded.", ) owns: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Products owned by the organization or person.", ) awards: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Awards won by or for this item.", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) dissolutionDate: Optional[ Union[List[Union[str, Any, date]], str, Any, date] ] = Field( default=None, description="The date that this organization was dissolved.", ) funding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A [[Grant]] that directly or indirectly provide funding or sponsorship for this item." "See also [[ownershipFundingInfo]].", ) interactionStatistic: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of interactions for the CreativeWork using the WebSite or SoftwareApplication." "The most specific child type of InteractionCounter should be used.", ) events: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past events associated with this place or organization.", ) seeks: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A pointer to products or services sought by the organization or person (demand).", ) employees: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="People working for this organization.", ) unnamedSourcesPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about" "policy on use of unnamed sources and the decision process required.", ) subOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A relationship between two organizations where the first includes the second, e.g.," "as a subsidiary. See also: the more specific 'department' property.", ) foundingLocation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The place where the Organization was founded.", ) funder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports (sponsors) something through some kind of financial" "contribution.", ) iso6523Code: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An organization identifier as defined in ISO 6523(-1). Note that many existing organization" "identifiers such as [leiCode](https://schema.org/leiCode), [duns](https://schema.org/duns)" "and [vatID](https://schema.org/vatID) can be expressed as an ISO 6523 identifier" "by setting the ICD part of the ISO 6523 identifier accordingly.", ) diversityPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Statement on diversity policy by an [[Organization]] e.g. a [[NewsMediaOrganization]]." "For a [[NewsMediaOrganization]], a statement describing the newsroom’s diversity" "policy on both staffing and sources, typically providing staffing data.", ) hasMerchantReturnPolicy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies a MerchantReturnPolicy that may be applicable.", ) event: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past event associated with this place, organization, or action.", ) duns: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Dun & Bradstreet DUNS number for identifying an organization or business person.", ) alumni: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Alumni of an organization.", ) ethicsPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Statement about ethics policy, e.g. of a [[NewsMediaOrganization]] regarding journalistic" "and publishing practices, or of a [[Restaurant]], a page describing food source policies." "In the case of a [[NewsMediaOrganization]], an ethicsPolicy is typically a statement" "describing the personal, organizational, and corporate standards of behavior expected" "by the organization.", ) leiCode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An organization identifier that uniquely identifies a legal entity as defined in ISO" "17442.", ) vatID: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Value-added Tax ID of the organization or person.", ) knowsLanguage: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Of a [[Person]], and less typically of an [[Organization]], to indicate a known language." "We do not distinguish skill levels or reading/writing/speaking/signing here. Use" "language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47).", ) correctionsPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing" "(in news media, the newsroom’s) disclosure and correction policy for errors.", ) logo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An associated logo.", ) hasCredential: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A credential awarded to the Person or Organization.", ) address: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Physical address of the item.", ) brand: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The brand(s) associated with a product or service, or the brand(s) maintained by an organization" "or business person.", ) nonprofitStatus: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="nonprofitStatus indicates the legal status of a non-profit organization in its primary" "place of business.", ) contactPoint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A contact point for a person or organization.", ) hasOfferCatalog: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates an OfferCatalog listing for this Organization, Person, or Service.", ) members: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A member of this organization.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) faxNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The fax number.", ) telephone: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The telephone number.", ) taxID: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in" "Spain.", ) naics: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The North American Industry Classification System (NAICS) code for a particular organization" "or business person.", ) location: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The location of, for example, where an event is happening, where an organization is located," "or where an action takes place.", ) numberOfEmployees: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of employees in an organization, e.g. business.", ) sponsor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports a thing through a pledge, promise, or financial" "contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.", ) healthPlanNetworkId: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Name or unique ID of network. (Networks are often reused across different insurance" "plans.)", ) medicalSpecialty: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A medical specialty of the provider.", ) isAcceptingNewPatients: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Whether the provider is accepting new patients.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MedicalOrganization.py
0.87105
0.357455
MedicalOrganization.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class BefriendAction(BaseModel): """The act of forming a personal connection with someone (object) mutually/bidirectionally/symmetrically.Related actions:* [[FollowAction]]: Unlike FollowAction, BefriendAction implies that the connection is reciprocal. References: https://schema.org/BefriendAction Note: Model Depth 4 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. endTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): 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*. For media, including audio and video, it's the time offset of the end of a clip within a larger file.Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions. provider: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. startTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): 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. For media, including audio and video, it's the time offset of the start of a clip within a larger file.Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions. result: (Optional[Union[List[Union[str, Any]], str, Any]]): The result produced in the action. E.g. John wrote *a book*. actionStatus: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the current disposition of the Action. agent: (Optional[Union[List[Union[str, Any]], str, Any]]): The direct performer or driver of the action (animate or inanimate). E.g. *John* wrote a book. instrument: (Optional[Union[List[Union[str, Any]], str, Any]]): The object that helped the agent perform the action. E.g. John wrote a book with *a pen*. object: (Optional[Union[List[Union[str, Any]], str, Any]]): The object upon which 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*. error: (Optional[Union[List[Union[str, Any]], str, Any]]): For failed actions, more information on the cause of the failure. target: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a target EntryPoint, or url, for an Action. location: (Union[List[Union[str, Any]], str, Any]): The location of, for example, where an event is happening, where an organization is located, or where an action takes place. participant: (Optional[Union[List[Union[str, Any]], str, Any]]): Other co-agents that participated in the action indirectly. E.g. John wrote a book with *Steve*. """ type_: str = Field(default="BefriendAction", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) endTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="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*. For media, including" "audio and video, it's the time offset of the end of a clip within a larger file.Note that" "Event uses startDate/endDate instead of startTime/endTime, even when describing" "dates with times. This situation may be clarified in future revisions.", ) provider: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) startTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="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. For media, including" "audio and video, it's the time offset of the start of a clip within a larger file.Note that" "Event uses startDate/endDate instead of startTime/endTime, even when describing" "dates with times. This situation may be clarified in future revisions.", ) result: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The result produced in the action. E.g. John wrote *a book*.", ) actionStatus: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the current disposition of the Action.", ) agent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The direct performer or driver of the action (animate or inanimate). E.g. *John* wrote" "a book.", ) instrument: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The object that helped the agent perform the action. E.g. John wrote a book with *a pen*.", ) object: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The object upon which 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*.", ) error: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="For failed actions, more information on the cause of the failure.", ) target: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="Indicates a target EntryPoint, or url, for an Action.", ) location: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The location of, for example, where an event is happening, where an organization is located," "or where an action takes place.", ) participant: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Other co-agents that participated in the action indirectly. E.g. John wrote a book with" "*Steve*.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/BefriendAction.py
0.934984
0.416025
BefriendAction.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class MultiCenterTrial(BaseModel): """A trial that takes place at multiple centers. References: https://schema.org/MultiCenterTrial Note: Model Depth 6 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="MultiCenterTrial", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MultiCenterTrial.py
0.941782
0.326298
MultiCenterTrial.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class FindAction(BaseModel): """The act of finding an object.Related actions:* [[SearchAction]]: FindAction is generally lead by a SearchAction, but not necessarily. References: https://schema.org/FindAction Note: Model Depth 3 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. endTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): 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*. For media, including audio and video, it's the time offset of the end of a clip within a larger file.Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions. provider: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. startTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): 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. For media, including audio and video, it's the time offset of the start of a clip within a larger file.Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions. result: (Optional[Union[List[Union[str, Any]], str, Any]]): The result produced in the action. E.g. John wrote *a book*. actionStatus: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the current disposition of the Action. agent: (Optional[Union[List[Union[str, Any]], str, Any]]): The direct performer or driver of the action (animate or inanimate). E.g. *John* wrote a book. instrument: (Optional[Union[List[Union[str, Any]], str, Any]]): The object that helped the agent perform the action. E.g. John wrote a book with *a pen*. object: (Optional[Union[List[Union[str, Any]], str, Any]]): The object upon which 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*. error: (Optional[Union[List[Union[str, Any]], str, Any]]): For failed actions, more information on the cause of the failure. target: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a target EntryPoint, or url, for an Action. location: (Union[List[Union[str, Any]], str, Any]): The location of, for example, where an event is happening, where an organization is located, or where an action takes place. participant: (Optional[Union[List[Union[str, Any]], str, Any]]): Other co-agents that participated in the action indirectly. E.g. John wrote a book with *Steve*. """ type_: str = Field(default="FindAction", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) endTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="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*. For media, including" "audio and video, it's the time offset of the end of a clip within a larger file.Note that" "Event uses startDate/endDate instead of startTime/endTime, even when describing" "dates with times. This situation may be clarified in future revisions.", ) provider: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) startTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="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. For media, including" "audio and video, it's the time offset of the start of a clip within a larger file.Note that" "Event uses startDate/endDate instead of startTime/endTime, even when describing" "dates with times. This situation may be clarified in future revisions.", ) result: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The result produced in the action. E.g. John wrote *a book*.", ) actionStatus: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the current disposition of the Action.", ) agent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The direct performer or driver of the action (animate or inanimate). E.g. *John* wrote" "a book.", ) instrument: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The object that helped the agent perform the action. E.g. John wrote a book with *a pen*.", ) object: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The object upon which 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*.", ) error: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="For failed actions, more information on the cause of the failure.", ) target: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="Indicates a target EntryPoint, or url, for an Action.", ) location: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The location of, for example, where an event is happening, where an organization is located," "or where an action takes place.", ) participant: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Other co-agents that participated in the action indirectly. E.g. John wrote a book with" "*Steve*.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/FindAction.py
0.93405
0.429908
FindAction.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class OrderDelivered(BaseModel): """OrderStatus representing successful delivery of an order. References: https://schema.org/OrderDelivered Note: Model Depth 6 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="OrderDelivered", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/OrderDelivered.py
0.943302
0.310747
OrderDelivered.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Hotel(BaseModel): """A hotel is an establishment that provides lodging paid on a short-term basis (source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Hotel).<br /><br />See also the <a href="/docs/hotels.html">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>. References: https://schema.org/Hotel Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. serviceArea: (Optional[Union[List[Union[str, Any]], str, Any]]): The geographic area where the service is provided. founder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person who founded this organization. isicV4: (Union[List[Union[str, Any]], str, Any]): The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place. hasPOS: (Optional[Union[List[Union[str, Any]], str, Any]]): Points-of-Sales operated by the organization or person. globalLocationNumber: (Union[List[Union[str, Any]], str, Any]): The [Global Location Number](http://www.gs1.org/gln) (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. member: (Optional[Union[List[Union[str, Any]], str, Any]]): A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals. knowsAbout: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Of a [[Person]], and less typically of an [[Organization]], to indicate a topic that is known about - suggesting possible expertise but not implying it. We do not distinguish skill levels here, or relate this to educational content, events, objectives or [[JobPosting]] descriptions. makesOffer: (Optional[Union[List[Union[str, Any]], str, Any]]): A pointer to products or services offered by the organization or person. ownershipFundingInfo: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a description of organizational ownership structure; funding and grants. In a news/media setting, this is with particular reference to editorial independence. Note that the [[funder]] is also available and can be used to make basic funder information machine-readable. founders: (Optional[Union[List[Union[str, Any]], str, Any]]): A person who founded this organization. legalName: (Union[List[Union[str, Any]], str, Any]): The official name of the organization, e.g. the registered company name. actionableFeedbackPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement about public engagement activities (for news media, the newsroom’s), including involving the public - digitally or otherwise -- in coverage decisions, reporting and activities after publication. areaServed: (Union[List[Union[str, Any]], str, Any]): The geographic area where a service or offered item is provided. parentOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): The larger organization that this organization is a [[subOrganization]] of, if any. slogan: (Union[List[Union[str, Any]], str, Any]): A slogan or motto associated with the item. department: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. memberOf: (Optional[Union[List[Union[str, Any]], str, Any]]): An Organization (or ProgramMembership) to which this Person or Organization belongs. publishingPrinciples: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. employee: (Optional[Union[List[Union[str, Any]], str, Any]]): Someone working for this organization. award: (Union[List[Union[str, Any]], str, Any]): An award won by or for this item. email: (Union[List[Union[str, Any]], str, Any]): Email address. contactPoints: (Optional[Union[List[Union[str, Any]], str, Any]]): A contact point for a person or organization. diversityStaffingReport: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a report on staffing diversity issues. In a news context this might be for example ASNE or RTDNA (US) reports, or self-reported. foundingDate: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): The date that this organization was founded. owns: (Optional[Union[List[Union[str, Any]], str, Any]]): Products owned by the organization or person. awards: (Union[List[Union[str, Any]], str, Any]): Awards won by or for this item. review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. dissolutionDate: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): The date that this organization was dissolved. funding: (Optional[Union[List[Union[str, Any]], str, Any]]): A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. interactionStatistic: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used. events: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past events associated with this place or organization. seeks: (Optional[Union[List[Union[str, Any]], str, Any]]): A pointer to products or services sought by the organization or person (demand). employees: (Optional[Union[List[Union[str, Any]], str, Any]]): People working for this organization. unnamedSourcesPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about policy on use of unnamed sources and the decision process required. subOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific 'department' property. foundingLocation: (Optional[Union[List[Union[str, Any]], str, Any]]): The place where the Organization was founded. funder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports (sponsors) something through some kind of financial contribution. iso6523Code: (Union[List[Union[str, Any]], str, Any]): An organization identifier as defined in ISO 6523(-1). Note that many existing organization identifiers such as [leiCode](https://schema.org/leiCode), [duns](https://schema.org/duns) and [vatID](https://schema.org/vatID) can be expressed as an ISO 6523 identifier by setting the ICD part of the ISO 6523 identifier accordingly. diversityPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Statement on diversity policy by an [[Organization]] e.g. a [[NewsMediaOrganization]]. For a [[NewsMediaOrganization]], a statement describing the newsroom’s diversity policy on both staffing and sources, typically providing staffing data. hasMerchantReturnPolicy: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies a MerchantReturnPolicy that may be applicable. event: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past event associated with this place, organization, or action. duns: (Union[List[Union[str, Any]], str, Any]): The Dun & Bradstreet DUNS number for identifying an organization or business person. alumni: (Optional[Union[List[Union[str, Any]], str, Any]]): Alumni of an organization. ethicsPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Statement about ethics policy, e.g. of a [[NewsMediaOrganization]] regarding journalistic and publishing practices, or of a [[Restaurant]], a page describing food source policies. In the case of a [[NewsMediaOrganization]], an ethicsPolicy is typically a statement describing the personal, organizational, and corporate standards of behavior expected by the organization. leiCode: (Union[List[Union[str, Any]], str, Any]): An organization identifier that uniquely identifies a legal entity as defined in ISO 17442. vatID: (Union[List[Union[str, Any]], str, Any]): The Value-added Tax ID of the organization or person. knowsLanguage: (Union[List[Union[str, Any]], str, Any]): Of a [[Person]], and less typically of an [[Organization]], to indicate a known language. We do not distinguish skill levels or reading/writing/speaking/signing here. Use language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). correctionsPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing (in news media, the newsroom’s) disclosure and correction policy for errors. logo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An associated logo. hasCredential: (Optional[Union[List[Union[str, Any]], str, Any]]): A credential awarded to the Person or Organization. address: (Union[List[Union[str, Any]], str, Any]): Physical address of the item. brand: (Optional[Union[List[Union[str, Any]], str, Any]]): The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person. nonprofitStatus: (Optional[Union[List[Union[str, Any]], str, Any]]): nonprofitStatus indicates the legal status of a non-profit organization in its primary place of business. contactPoint: (Optional[Union[List[Union[str, Any]], str, Any]]): A contact point for a person or organization. hasOfferCatalog: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates an OfferCatalog listing for this Organization, Person, or Service. members: (Optional[Union[List[Union[str, Any]], str, Any]]): A member of this organization. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. faxNumber: (Union[List[Union[str, Any]], str, Any]): The fax number. telephone: (Union[List[Union[str, Any]], str, Any]): The telephone number. taxID: (Union[List[Union[str, Any]], str, Any]): The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain. naics: (Union[List[Union[str, Any]], str, Any]): The North American Industry Classification System (NAICS) code for a particular organization or business person. location: (Union[List[Union[str, Any]], str, Any]): The location of, for example, where an event is happening, where an organization is located, or where an action takes place. numberOfEmployees: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of employees in an organization, e.g. business. sponsor: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event. potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. geoCovers: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a covering geometry to a covered geometry. "Every point of b is a point of (the interior or boundary of) a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). longitude: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)). smokingAllowed: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room. isicV4: (Union[List[Union[str, Any]], str, Any]): The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place. globalLocationNumber: (Union[List[Union[str, Any]], str, Any]): The [Global Location Number](http://www.gs1.org/gln) (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. amenityFeature: (Optional[Union[List[Union[str, Any]], str, Any]]): An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs. additionalProperty: (Optional[Union[List[Union[str, Any]], str, Any]]): A property-value pair representing an additional characteristic of the entity, 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. https://schema.org/width, https://schema.org/color, https://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism. slogan: (Union[List[Union[str, Any]], str, Any]): A slogan or motto associated with the item. photos: (Optional[Union[List[Union[str, Any]], str, Any]]): Photographs of this place. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. tourBookingPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A page providing information on how to book a tour of some [[Place]], such as an [[Accommodation]] or [[ApartmentComplex]] in a real estate setting, as well as other kinds of tours as appropriate. geoWithin: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). containsPlace: (Optional[Union[List[Union[str, Any]], str, Any]]): The basic containment relation between a place and another that it contains. review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. hasMap: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A URL to a map of the place. containedIn: (Optional[Union[List[Union[str, Any]], str, Any]]): The basic containment relation between a place and one that contains it. events: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past events associated with this place or organization. geoOverlaps: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). geoEquals: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). "Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other" (a symmetric relationship). maps: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A URL to a map of the place. isAccessibleForFree: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the item, event, or place is accessible for free. event: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past event associated with this place, organization, or action. photo: (Optional[Union[List[Union[str, Any]], str, Any]]): A photograph of this place. containedInPlace: (Optional[Union[List[Union[str, Any]], str, Any]]): The basic containment relation between a place and one that contains it. logo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An associated logo. geoCrosses: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to another that crosses it: "a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). address: (Union[List[Union[str, Any]], str, Any]): Physical address of the item. geo: (Optional[Union[List[Union[str, Any]], str, Any]]): The geo coordinates of the place. openingHoursSpecification: (Optional[Union[List[Union[str, Any]], str, Any]]): The opening hours of a certain place. geoDisjoint: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: "they have no point in common. They form a set of disconnected geometries." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).) geoIntersects: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). latitude: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)). maximumAttendeeCapacity: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): The total number of individuals that may attend an event or venue. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. map: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A URL to a map of the place. branchCode: (Union[List[Union[str, Any]], str, Any]): 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. faxNumber: (Union[List[Union[str, Any]], str, Any]): The fax number. publicAccess: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the [[Place]] is open to public visitors. If this property is omitted there is no assumed default boolean value geoTouches: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) touch: "they have at least one boundary point in common, but no interior points." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).) geoCoveredBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). telephone: (Union[List[Union[str, Any]], str, Any]): The telephone number. hasDriveThroughService: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates whether some facility (e.g. [[FoodEstablishment]], [[CovidTestingFacility]]) offers a service that can be used by driving through in a car. In the case of [[CovidTestingFacility]] such facilities could potentially help with social distancing from other potentially-infected users. specialOpeningHoursSpecification: (Optional[Union[List[Union[str, Any]], str, Any]]): The special opening hours of a certain place.Use this to explicitly override general opening hours brought in scope by [[openingHoursSpecification]] or [[openingHours]]. geoContains: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. "a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). priceRange: (Union[List[Union[str, Any]], str, Any]): The price range of the business, for example ```$$$```. currenciesAccepted: (Union[List[Union[str, Any]], str, Any]): The currency accepted.Use standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. "USD"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. "BTC"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. "Ithaca HOUR". branchOf: (Optional[Union[List[Union[str, Any]], str, Any]]): The larger organization that this local business is a branch of, if any. Not to be confused with (anatomical) [[branch]]. paymentAccepted: (Union[List[Union[str, Any]], str, Any]): Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc. openingHours: (Union[List[Union[str, Any]], str, Any]): The general 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 format. For example, 3pm is specified as ```15:00```, 10am as ```10:00```. * Here is an example: <code>&lt;time itemprop="openingHours" datetime=&quot;Tu,Th 16:00-20:00&quot;&gt;Tuesdays and Thursdays 4-8pm&lt;/time&gt;</code>.* If a business is open 7 days a week, then it can be specified as <code>&lt;time itemprop=&quot;openingHours&quot; datetime=&quot;Mo-Su&quot;&gt;Monday through Sunday, all day&lt;/time&gt;</code>. numberOfRooms: (Optional[Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]]): The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business.Typical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue. availableLanguage: (Union[List[Union[str, Any]], str, Any]): A language someone may use with or at the item, service or place. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[inLanguage]]. amenityFeature: (Optional[Union[List[Union[str, Any]], str, Any]]): An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs. checkoutTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): The latest someone may check out of a lodging establishment. starRating: (Optional[Union[List[Union[str, Any]], str, Any]]): An official rating for a lodging business or food establishment, e.g. from national associations or standards bodies. Use the author property to indicate the rating organization, e.g. as an Organization with name such as (e.g. HOTREC, DEHOGA, WHR, or Hotelstars). audience: (Optional[Union[List[Union[str, Any]], str, Any]]): An intended audience, i.e. a group for whom something was created. petsAllowed: (Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]): Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value. checkinTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): The earliest someone may check into a lodging establishment. """ type_: str = Field(default="Hotel", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) serviceArea: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The geographic area where the service is provided.", ) founder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person who founded this organization.", ) isicV4: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The International Standard of Industrial Classification of All Economic Activities" "(ISIC), Revision 4 code for a particular organization, business person, or place.", ) hasPOS: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Points-of-Sales operated by the organization or person.", ) globalLocationNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The [Global Location Number](http://www.gs1.org/gln) (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.", ) member: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A member of an Organization or a ProgramMembership. Organizations can be members of" "organizations; ProgramMembership is typically for individuals.", ) knowsAbout: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Of a [[Person]], and less typically of an [[Organization]], to indicate a topic that" "is known about - suggesting possible expertise but not implying it. We do not distinguish" "skill levels here, or relate this to educational content, events, objectives or [[JobPosting]]" "descriptions.", ) makesOffer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A pointer to products or services offered by the organization or person.", ) ownershipFundingInfo: Union[ List[Union[str, AnyUrl, Any]], str, AnyUrl, Any ] = Field( default=None, description="For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]])," "a description of organizational ownership structure; funding and grants. In a news/media" "setting, this is with particular reference to editorial independence. Note that the" "[[funder]] is also available and can be used to make basic funder information machine-readable.", ) founders: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person who founded this organization.", ) legalName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The official name of the organization, e.g. the registered company name.", ) actionableFeedbackPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement" "about public engagement activities (for news media, the newsroom’s), including involving" "the public - digitally or otherwise -- in coverage decisions, reporting and activities" "after publication.", ) areaServed: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The geographic area where a service or offered item is provided.", ) parentOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The larger organization that this organization is a [[subOrganization]] of, if any.", ) slogan: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A slogan or motto associated with the item.", ) department: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) memberOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An Organization (or ProgramMembership) to which this Person or Organization belongs.", ) publishingPrinciples: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="The publishingPrinciples property indicates (typically via [[URL]]) a document describing" "the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]]" "writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity" "policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles" "are those of the party primarily responsible for the creation of the [[CreativeWork]].While" "such policies are most typically expressed in natural language, sometimes related" "information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.", ) employee: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Someone working for this organization.", ) award: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An award won by or for this item.", ) email: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Email address.", ) contactPoints: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A contact point for a person or organization.", ) diversityStaffingReport: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]])," "a report on staffing diversity issues. In a news context this might be for example ASNE" "or RTDNA (US) reports, or self-reported.", ) foundingDate: Optional[Union[List[Union[str, Any, date]], str, Any, date]] = Field( default=None, description="The date that this organization was founded.", ) owns: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Products owned by the organization or person.", ) awards: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Awards won by or for this item.", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) dissolutionDate: Optional[ Union[List[Union[str, Any, date]], str, Any, date] ] = Field( default=None, description="The date that this organization was dissolved.", ) funding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A [[Grant]] that directly or indirectly provide funding or sponsorship for this item." "See also [[ownershipFundingInfo]].", ) interactionStatistic: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of interactions for the CreativeWork using the WebSite or SoftwareApplication." "The most specific child type of InteractionCounter should be used.", ) events: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past events associated with this place or organization.", ) seeks: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A pointer to products or services sought by the organization or person (demand).", ) employees: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="People working for this organization.", ) unnamedSourcesPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about" "policy on use of unnamed sources and the decision process required.", ) subOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A relationship between two organizations where the first includes the second, e.g.," "as a subsidiary. See also: the more specific 'department' property.", ) foundingLocation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The place where the Organization was founded.", ) funder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports (sponsors) something through some kind of financial" "contribution.", ) iso6523Code: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An organization identifier as defined in ISO 6523(-1). Note that many existing organization" "identifiers such as [leiCode](https://schema.org/leiCode), [duns](https://schema.org/duns)" "and [vatID](https://schema.org/vatID) can be expressed as an ISO 6523 identifier" "by setting the ICD part of the ISO 6523 identifier accordingly.", ) diversityPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Statement on diversity policy by an [[Organization]] e.g. a [[NewsMediaOrganization]]." "For a [[NewsMediaOrganization]], a statement describing the newsroom’s diversity" "policy on both staffing and sources, typically providing staffing data.", ) hasMerchantReturnPolicy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies a MerchantReturnPolicy that may be applicable.", ) event: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past event associated with this place, organization, or action.", ) duns: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Dun & Bradstreet DUNS number for identifying an organization or business person.", ) alumni: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Alumni of an organization.", ) ethicsPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Statement about ethics policy, e.g. of a [[NewsMediaOrganization]] regarding journalistic" "and publishing practices, or of a [[Restaurant]], a page describing food source policies." "In the case of a [[NewsMediaOrganization]], an ethicsPolicy is typically a statement" "describing the personal, organizational, and corporate standards of behavior expected" "by the organization.", ) leiCode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An organization identifier that uniquely identifies a legal entity as defined in ISO" "17442.", ) vatID: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Value-added Tax ID of the organization or person.", ) knowsLanguage: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Of a [[Person]], and less typically of an [[Organization]], to indicate a known language." "We do not distinguish skill levels or reading/writing/speaking/signing here. Use" "language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47).", ) correctionsPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing" "(in news media, the newsroom’s) disclosure and correction policy for errors.", ) logo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An associated logo.", ) hasCredential: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A credential awarded to the Person or Organization.", ) address: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Physical address of the item.", ) brand: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The brand(s) associated with a product or service, or the brand(s) maintained by an organization" "or business person.", ) nonprofitStatus: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="nonprofitStatus indicates the legal status of a non-profit organization in its primary" "place of business.", ) contactPoint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A contact point for a person or organization.", ) hasOfferCatalog: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates an OfferCatalog listing for this Organization, Person, or Service.", ) members: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A member of this organization.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) faxNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The fax number.", ) telephone: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The telephone number.", ) taxID: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in" "Spain.", ) naics: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The North American Industry Classification System (NAICS) code for a particular organization" "or business person.", ) location: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The location of, for example, where an event is happening, where an organization is located," "or where an action takes place.", ) numberOfEmployees: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of employees in an organization, e.g. business.", ) sponsor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports a thing through a pledge, promise, or financial" "contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.", ) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) geoCovers: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" 'a covering geometry to a covered geometry. "Every point of b is a point of (the interior' 'or boundary of) a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', ) longitude: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).", ) smokingAllowed: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or" "hotel room.", ) isicV4: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The International Standard of Industrial Classification of All Economic Activities" "(ISIC), Revision 4 code for a particular organization, business person, or place.", ) globalLocationNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The [Global Location Number](http://www.gs1.org/gln) (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.", ) amenityFeature: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic" "property does not make a statement about whether the feature is included in an offer for" "the main accommodation or available at extra costs.", ) additionalProperty: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A property-value pair representing an additional characteristic of the entity, 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. https://schema.org/width, https://schema.org/color," "https://schema.org/gtin13, ...) will typically expect such data to be provided using" "those properties, rather than using the generic property/value mechanism.", ) slogan: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A slogan or motto associated with the item.", ) photos: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Photographs of this place.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) tourBookingPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A page providing information on how to book a tour of some [[Place]], such as an [[Accommodation]]" "or [[ApartmentComplex]] in a real estate setting, as well as other kinds of tours as appropriate.", ) geoWithin: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" "a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined" "in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) containsPlace: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The basic containment relation between a place and another that it contains.", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) hasMap: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A URL to a map of the place.", ) containedIn: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The basic containment relation between a place and one that contains it.", ) events: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past events associated with this place or organization.", ) geoOverlaps: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" "a geometry to another that geospatially overlaps it, i.e. they have some but not all points" "in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) geoEquals: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" "are topologically equal, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM)." '"Two geometries are topologically equal if their interiors intersect and no part of' 'the interior or boundary of one geometry intersects the exterior of the other" (a symmetric' "relationship).", ) maps: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A URL to a map of the place.", ) isAccessibleForFree: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the item, event, or place is accessible for free.", ) event: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past event associated with this place, organization, or action.", ) photo: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A photograph of this place.", ) containedInPlace: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The basic containment relation between a place and one that contains it.", ) logo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An associated logo.", ) geoCrosses: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" 'a geometry to another that crosses it: "a crosses b: they have some but not all interior' "points in common, and the dimension of the intersection is less than that of at least one" 'of them". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', ) address: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Physical address of the item.", ) geo: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The geo coordinates of the place.", ) openingHoursSpecification: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The opening hours of a certain place.", ) geoDisjoint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" 'are topologically disjoint: "they have no point in common. They form a set of disconnected' 'geometries." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)', ) geoIntersects: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" "have at least one point in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) latitude: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).", ) maximumAttendeeCapacity: Optional[ Union[List[Union[str, int, Any]], str, int, Any] ] = Field( default=None, description="The total number of individuals that may attend an event or venue.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) map: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A URL to a map of the place.", ) branchCode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description='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.', ) faxNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The fax number.", ) publicAccess: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the [[Place]] is open to public visitors. If this property is omitted" "there is no assumed default boolean value", ) geoTouches: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" 'touch: "they have at least one boundary point in common, but no interior points." (A' "symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)", ) geoCoveredBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" "a geometry to another that covers it. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) telephone: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The telephone number.", ) hasDriveThroughService: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates whether some facility (e.g. [[FoodEstablishment]], [[CovidTestingFacility]])" "offers a service that can be used by driving through in a car. In the case of [[CovidTestingFacility]]" "such facilities could potentially help with social distancing from other potentially-infected" "users.", ) specialOpeningHoursSpecification: Optional[ Union[List[Union[str, Any]], str, Any] ] = Field( default=None, description="The special opening hours of a certain place.Use this to explicitly override general" "opening hours brought in scope by [[openingHoursSpecification]] or [[openingHours]].", ) geoContains: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" 'a containing geometry to a contained geometry. "a contains b iff no points of b lie in' 'the exterior of a, and at least one point of the interior of b lies in the interior of a".' "As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) priceRange: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The price range of the business, for example ```$$$```.", ) currenciesAccepted: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The currency accepted.Use standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217)," 'e.g. "USD"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies)' 'for cryptocurrencies, e.g. "BTC"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system)' '(LETS) and other currency types, e.g. "Ithaca HOUR".', ) branchOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The larger organization that this local business is a branch of, if any. Not to be confused" "with (anatomical) [[branch]].", ) paymentAccepted: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc.", ) openingHours: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The general 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 format." "For example, 3pm is specified as ```15:00```, 10am as ```10:00```. * Here is an example:" '<code>&lt;time itemprop="openingHours" datetime=&quot;Tu,Th 16:00-20:00&quot;&gt;Tuesdays' "and Thursdays 4-8pm&lt;/time&gt;</code>.* If a business is open 7 days a week, then" "it can be specified as <code>&lt;time itemprop=&quot;openingHours&quot; datetime=&quot;Mo-Su&quot;&gt;Monday" "through Sunday, all day&lt;/time&gt;</code>.", ) numberOfRooms: Optional[ Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat, ] ] = Field( default=None, description="The number of rooms (excluding bathrooms and closets) of the accommodation or lodging" "business.Typical unit code(s): ROM for room or C62 for no unit. The type of room can be" "put in the unitText property of the QuantitativeValue.", ) availableLanguage: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A language someone may use with or at the item, service or place. Please use one of the language" "codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also" "[[inLanguage]].", ) amenityFeature: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic" "property does not make a statement about whether the feature is included in an offer for" "the main accommodation or available at extra costs.", ) checkoutTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="The latest someone may check out of a lodging establishment.", ) starRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An official rating for a lodging business or food establishment, e.g. from national" "associations or standards bodies. Use the author property to indicate the rating organization," "e.g. as an Organization with name such as (e.g. HOTREC, DEHOGA, WHR, or Hotelstars).", ) audience: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An intended audience, i.e. a group for whom something was created.", ) petsAllowed: Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] = Field( default=None, description="Indicates whether pets are allowed to enter the accommodation or lodging business." "More detailed information can be put in a text value.", ) checkinTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="The earliest someone may check into a lodging establishment.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Hotel.py
0.884782
0.421492
Hotel.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class CleaningFee(BaseModel): """Represents the cleaning fee part of the total price for an offered product, for example a vacation rental. References: https://schema.org/CleaningFee Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="CleaningFee", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/CleaningFee.py
0.947161
0.362997
CleaningFee.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class CheckAction(BaseModel): """An agent inspects, determines, investigates, inquires, or examines an object's accuracy, quality, condition, or state. References: https://schema.org/CheckAction Note: Model Depth 4 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. endTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): 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*. For media, including audio and video, it's the time offset of the end of a clip within a larger file.Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions. provider: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. startTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): 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. For media, including audio and video, it's the time offset of the start of a clip within a larger file.Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions. result: (Optional[Union[List[Union[str, Any]], str, Any]]): The result produced in the action. E.g. John wrote *a book*. actionStatus: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the current disposition of the Action. agent: (Optional[Union[List[Union[str, Any]], str, Any]]): The direct performer or driver of the action (animate or inanimate). E.g. *John* wrote a book. instrument: (Optional[Union[List[Union[str, Any]], str, Any]]): The object that helped the agent perform the action. E.g. John wrote a book with *a pen*. object: (Optional[Union[List[Union[str, Any]], str, Any]]): The object upon which 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*. error: (Optional[Union[List[Union[str, Any]], str, Any]]): For failed actions, more information on the cause of the failure. target: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a target EntryPoint, or url, for an Action. location: (Union[List[Union[str, Any]], str, Any]): The location of, for example, where an event is happening, where an organization is located, or where an action takes place. participant: (Optional[Union[List[Union[str, Any]], str, Any]]): Other co-agents that participated in the action indirectly. E.g. John wrote a book with *Steve*. """ type_: str = Field(default="CheckAction", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) endTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="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*. For media, including" "audio and video, it's the time offset of the end of a clip within a larger file.Note that" "Event uses startDate/endDate instead of startTime/endTime, even when describing" "dates with times. This situation may be clarified in future revisions.", ) provider: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) startTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="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. For media, including" "audio and video, it's the time offset of the start of a clip within a larger file.Note that" "Event uses startDate/endDate instead of startTime/endTime, even when describing" "dates with times. This situation may be clarified in future revisions.", ) result: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The result produced in the action. E.g. John wrote *a book*.", ) actionStatus: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the current disposition of the Action.", ) agent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The direct performer or driver of the action (animate or inanimate). E.g. *John* wrote" "a book.", ) instrument: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The object that helped the agent perform the action. E.g. John wrote a book with *a pen*.", ) object: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The object upon which 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*.", ) error: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="For failed actions, more information on the cause of the failure.", ) target: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="Indicates a target EntryPoint, or url, for an Action.", ) location: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The location of, for example, where an event is happening, where an organization is located," "or where an action takes place.", ) participant: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Other co-agents that participated in the action indirectly. E.g. John wrote a book with" "*Steve*.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/CheckAction.py
0.92642
0.449211
CheckAction.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Boolean(BaseModel): """Boolean: True or False. References: https://schema.org/Boolean Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="Boolean", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Boolean.py
0.936539
0.297585
Boolean.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class ShareAction(BaseModel): """The act of distributing content to people for their amusement or edification. References: https://schema.org/ShareAction Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. endTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): 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*. For media, including audio and video, it's the time offset of the end of a clip within a larger file.Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions. provider: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. startTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): 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. For media, including audio and video, it's the time offset of the start of a clip within a larger file.Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions. result: (Optional[Union[List[Union[str, Any]], str, Any]]): The result produced in the action. E.g. John wrote *a book*. actionStatus: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the current disposition of the Action. agent: (Optional[Union[List[Union[str, Any]], str, Any]]): The direct performer or driver of the action (animate or inanimate). E.g. *John* wrote a book. instrument: (Optional[Union[List[Union[str, Any]], str, Any]]): The object that helped the agent perform the action. E.g. John wrote a book with *a pen*. object: (Optional[Union[List[Union[str, Any]], str, Any]]): The object upon which 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*. error: (Optional[Union[List[Union[str, Any]], str, Any]]): For failed actions, more information on the cause of the failure. target: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a target EntryPoint, or url, for an Action. location: (Union[List[Union[str, Any]], str, Any]): The location of, for example, where an event is happening, where an organization is located, or where an action takes place. participant: (Optional[Union[List[Union[str, Any]], str, Any]]): Other co-agents that participated in the action indirectly. E.g. John wrote a book with *Steve*. about: (Optional[Union[List[Union[str, Any]], str, Any]]): The subject matter of the content. recipient: (Optional[Union[List[Union[str, Any]], str, Any]]): A sub property of participant. The participant who is at the receiving end of the action. language: (Optional[Union[List[Union[str, Any]], str, Any]]): A sub property of instrument. The language used on this action. inLanguage: (Union[List[Union[str, Any]], str, Any]): 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](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]]. """ type_: str = Field(default="ShareAction", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) endTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="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*. For media, including" "audio and video, it's the time offset of the end of a clip within a larger file.Note that" "Event uses startDate/endDate instead of startTime/endTime, even when describing" "dates with times. This situation may be clarified in future revisions.", ) provider: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) startTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="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. For media, including" "audio and video, it's the time offset of the start of a clip within a larger file.Note that" "Event uses startDate/endDate instead of startTime/endTime, even when describing" "dates with times. This situation may be clarified in future revisions.", ) result: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The result produced in the action. E.g. John wrote *a book*.", ) actionStatus: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the current disposition of the Action.", ) agent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The direct performer or driver of the action (animate or inanimate). E.g. *John* wrote" "a book.", ) instrument: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The object that helped the agent perform the action. E.g. John wrote a book with *a pen*.", ) object: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The object upon which 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*.", ) error: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="For failed actions, more information on the cause of the failure.", ) target: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="Indicates a target EntryPoint, or url, for an Action.", ) location: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The location of, for example, where an event is happening, where an organization is located," "or where an action takes place.", ) participant: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Other co-agents that participated in the action indirectly. E.g. John wrote a book with" "*Steve*.", ) about: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The subject matter of the content.", ) recipient: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A sub property of participant. The participant who is at the receiving end of the action.", ) language: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A sub property of instrument. The language used on this action.", ) inLanguage: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="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](http://tools.ietf.org/html/bcp47). See also" "[[availableLanguage]].", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ShareAction.py
0.924709
0.339567
ShareAction.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class PaymentAutomaticallyApplied(BaseModel): """An automatic payment system is in place and will be used. References: https://schema.org/PaymentAutomaticallyApplied Note: Model Depth 6 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="PaymentAutomaticallyApplied", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/PaymentAutomaticallyApplied.py
0.944337
0.314419
PaymentAutomaticallyApplied.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class DeleteAction(BaseModel): """The act of editing a recipient by removing one of its objects. References: https://schema.org/DeleteAction Note: Model Depth 4 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. endTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): 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*. For media, including audio and video, it's the time offset of the end of a clip within a larger file.Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions. provider: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. startTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): 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. For media, including audio and video, it's the time offset of the start of a clip within a larger file.Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions. result: (Optional[Union[List[Union[str, Any]], str, Any]]): The result produced in the action. E.g. John wrote *a book*. actionStatus: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the current disposition of the Action. agent: (Optional[Union[List[Union[str, Any]], str, Any]]): The direct performer or driver of the action (animate or inanimate). E.g. *John* wrote a book. instrument: (Optional[Union[List[Union[str, Any]], str, Any]]): The object that helped the agent perform the action. E.g. John wrote a book with *a pen*. object: (Optional[Union[List[Union[str, Any]], str, Any]]): The object upon which 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*. error: (Optional[Union[List[Union[str, Any]], str, Any]]): For failed actions, more information on the cause of the failure. target: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a target EntryPoint, or url, for an Action. location: (Union[List[Union[str, Any]], str, Any]): The location of, for example, where an event is happening, where an organization is located, or where an action takes place. participant: (Optional[Union[List[Union[str, Any]], str, Any]]): Other co-agents that participated in the action indirectly. E.g. John wrote a book with *Steve*. collection: (Optional[Union[List[Union[str, Any]], str, Any]]): A sub property of object. The collection target of the action. targetCollection: (Optional[Union[List[Union[str, Any]], str, Any]]): A sub property of object. The collection target of the action. """ type_: str = Field(default="DeleteAction", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) endTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="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*. For media, including" "audio and video, it's the time offset of the end of a clip within a larger file.Note that" "Event uses startDate/endDate instead of startTime/endTime, even when describing" "dates with times. This situation may be clarified in future revisions.", ) provider: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) startTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="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. For media, including" "audio and video, it's the time offset of the start of a clip within a larger file.Note that" "Event uses startDate/endDate instead of startTime/endTime, even when describing" "dates with times. This situation may be clarified in future revisions.", ) result: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The result produced in the action. E.g. John wrote *a book*.", ) actionStatus: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the current disposition of the Action.", ) agent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The direct performer or driver of the action (animate or inanimate). E.g. *John* wrote" "a book.", ) instrument: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The object that helped the agent perform the action. E.g. John wrote a book with *a pen*.", ) object: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The object upon which 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*.", ) error: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="For failed actions, more information on the cause of the failure.", ) target: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="Indicates a target EntryPoint, or url, for an Action.", ) location: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The location of, for example, where an event is happening, where an organization is located," "or where an action takes place.", ) participant: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Other co-agents that participated in the action indirectly. E.g. John wrote a book with" "*Steve*.", ) collection: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A sub property of object. The collection target of the action.", ) targetCollection: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A sub property of object. The collection target of the action.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/DeleteAction.py
0.926412
0.398085
DeleteAction.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class BodyMeasurementUnderbust(BaseModel): """Girth of body just below the bust. Used, for example, to fit women's swimwear. References: https://schema.org/BodyMeasurementUnderbust Note: Model Depth 6 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="BodyMeasurementUnderbust", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/BodyMeasurementUnderbust.py
0.944151
0.345906
BodyMeasurementUnderbust.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class WearableSizeSystemCN(BaseModel): """Chinese size system for wearables. References: https://schema.org/WearableSizeSystemCN Note: Model Depth 6 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="WearableSizeSystemCN", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/WearableSizeSystemCN.py
0.940878
0.306851
WearableSizeSystemCN.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Photograph(BaseModel): """A photograph. References: https://schema.org/Photograph Note: Model Depth 3 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. workTranslation: (Optional[Union[List[Union[str, Any]], str, Any]]): A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation “Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese translation Tây du ký bình khảo. educationalLevel: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators. associatedMedia: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. This property is a synonym for encoding. exampleOfWork: (Optional[Union[List[Union[str, Any]], str, Any]]): A creative work that this work is an example/instance/realization/derivation of. releasedEvent: (Optional[Union[List[Union[str, Any]], str, Any]]): The place and time the release was issued, expressed as a PublicationEvent. version: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The version of the CreativeWork embodied by a specified resource. locationCreated: (Optional[Union[List[Union[str, Any]], str, Any]]): The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork. acquireLicensePage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page documenting how licenses can be purchased or otherwise acquired, for the current item. thumbnailUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A thumbnail image relevant to the Thing. provider: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. expires: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): Date the content expires and is no longer useful or available. For example a [[VideoObject]] or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]] fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date. contentLocation: (Optional[Union[List[Union[str, Any]], str, Any]]): The location depicted or described in the content. For example, the location in a photograph or painting. educationalUse: (Union[List[Union[str, Any]], str, Any]): The purpose of a work in the context of education; for example, 'assignment', 'group work'. copyrightHolder: (Optional[Union[List[Union[str, Any]], str, Any]]): The party holding the legal copyright to the CreativeWork. accessibilityControl: (Union[List[Union[str, Any]], str, Any]): Identifies input methods that are sufficient to fully control the described resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary). maintainer: (Optional[Union[List[Union[str, Any]], str, Any]]): A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other [[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions to, and/or publication of, some (typically complex) artifact. It is common for distributions of software and data to be based on "upstream" sources. When [[maintainer]] is applied to a specific version of something e.g. a particular version or packaging of a [[Dataset]], it is always possible that the upstream source has a different maintainer. The [[isBasedOn]] property can be used to indicate such relationships between datasets to make the different maintenance roles clear. Similarly in the case of software, a package may have dedicated maintainers working on integration into software distributions such as Ubuntu, as well as upstream maintainers of the underlying work. educationalAlignment: (Optional[Union[List[Union[str, Any]], str, Any]]): An alignment to an established educational framework.This property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource [[teaches]] or [[assesses]] a competency. spatial: (Optional[Union[List[Union[str, Any]], str, Any]]): The "spatial" property can be used in cases when more specific properties(e.g. [[locationCreated]], [[spatialCoverage]], [[contentLocation]]) are not known to be appropriate. publisher: (Optional[Union[List[Union[str, Any]], str, Any]]): The publisher of the creative work. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. assesses: (Union[List[Union[str, Any]], str, Any]): The item being described is intended to assess the competency or learning outcome defined by the referenced term. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. isBasedOn: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A resource from which this work is derived or from which it is a modification or adaption. mentions: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept. publishingPrinciples: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. contributor: (Optional[Union[List[Union[str, Any]], str, Any]]): A secondary contributor to the CreativeWork or Event. license: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A license document that applies to this content, typically indicated by URL. citation: (Union[List[Union[str, Any]], str, Any]): A citation or reference to another creative work, such as another publication, web page, scholarly article, etc. accessibilitySummary: (Union[List[Union[str, Any]], str, Any]): A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as "short descriptions are present but long descriptions will be needed for non-visual users" or "short descriptions are present and no long descriptions are needed." award: (Union[List[Union[str, Any]], str, Any]): An award won by or for this item. commentCount: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): 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. temporalCoverage: (Union[List[Union[datetime, str, Any, AnyUrl]], datetime, str, Any, AnyUrl]): The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals). In the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012"). Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate their temporalCoverage in broader terms - textually or via well-known URL. Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".Open-ended date ranges can be written with ".." in place of the end date. For example, "2015-11/.." indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated. dateCreated: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): The date on which the CreativeWork was created or the item was added to a DataFeed. discussionUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A link to the page containing the comments of the CreativeWork. copyrightNotice: (Union[List[Union[str, Any]], str, Any]): Text of a notice appropriate for describing the copyright aspects of this Creative Work, ideally indicating the owner of the copyright for the Work. learningResourceType: (Union[List[Union[str, Any]], str, Any]): The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'. awards: (Union[List[Union[str, Any]], str, Any]): Awards won by or for this item. accessModeSufficient: (Optional[Union[List[Union[str, Any]], str, Any]]): A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary). review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. conditionsOfAccess: (Union[List[Union[str, Any]], str, Any]): Conditions that affect the availability of, or method(s) of access to, an item. Typically used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]. This property is not suitable for use as a general Web access control mechanism. It is expressed only in natural language.For example "Available by appointment from the Reading Room" or "Accessible only from logged-in accounts ". interactivityType: (Union[List[Union[str, Any]], str, Any]): The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'. abstract: (Union[List[Union[str, Any]], str, Any]): An abstract is a short description that summarizes a [[CreativeWork]]. fileFormat: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)) 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. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry. interpretedAsClaim: (Optional[Union[List[Union[str, Any]], str, Any]]): Used to indicate a specific claim contained, implied, translated or refined from the content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can be indicated using [[claimInterpreter]]. text: (Union[List[Union[str, Any]], str, Any]): The textual content of this CreativeWork. archivedAt: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible, but be archived by archival, journalistic, activist, or law enforcement organizations. In such cases, the referenced page may not directly publish the content. alternativeHeadline: (Union[List[Union[str, Any]], str, Any]): A secondary title of the CreativeWork. creditText: (Union[List[Union[str, Any]], str, Any]): Text that can be used to credit person(s) and/or organization(s) associated with a published Creative Work. funding: (Optional[Union[List[Union[str, Any]], str, Any]]): A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. interactionStatistic: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used. workExample: (Optional[Union[List[Union[str, Any]], str, Any]]): Example/instance/realization/derivation of the concept of this creative work. E.g. the paperback edition, first edition, or e-book. about: (Optional[Union[List[Union[str, Any]], str, Any]]): The subject matter of the content. encodings: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. funder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports (sponsors) something through some kind of financial contribution. video: (Optional[Union[List[Union[str, Any]], str, Any]]): An embedded video object. isPartOf: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of. pattern: (Union[List[Union[str, Any]], str, Any]): A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'. Values are typically expressed as text, although links to controlled value schemes are also supported. editor: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies the Person who edited the CreativeWork. dateModified: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed. translationOfWork: (Optional[Union[List[Union[str, Any]], str, Any]]): The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the Origin of Species”. creativeWorkStatus: (Union[List[Union[str, Any]], str, Any]): The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle. isBasedOnUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. isFamilyFriendly: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates whether this content is family friendly. isAccessibleForFree: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the item, event, or place is accessible for free. author: (Optional[Union[List[Union[str, Any]], str, Any]]): The author of this content or rating. 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. contentReferenceTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event. correction: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]], textually or in another document. sdDatePublished: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): Indicates the date on which the current structured data was generated / published. Typically used alongside [[sdPublisher]] comment: (Optional[Union[List[Union[str, Any]], str, Any]]): Comments, typically from users. countryOfOrigin: (Optional[Union[List[Union[str, Any]], str, Any]]): The country of origin of something, including products as well as creative works such as movie and TV content.In the case of TV and movie, this would be the country of the principle offices of the production company or individual responsible for the movie. For other kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties such as [[contentLocation]] and [[locationCreated]] may be more applicable.In the case of products, the country of origin of the product. The exact interpretation of this may vary by context and product type, and cannot be fully enumerated here. timeRequired: (Optional[Union[List[Union[str, Any]], str, Any]]): Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. 'PT30M', 'PT1H25M'. typicalAgeRange: (Union[List[Union[str, Any]], str, Any]): The typical expected age range, e.g. '7-9', '11-'. genre: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Genre of the creative work, broadcast channel or group. producer: (Optional[Union[List[Union[str, Any]], str, Any]]): The person or organization who produced the work (e.g. music album, movie, TV/radio series etc.). schemaVersion: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Indicates (by URL or string) a particular version of a schema used in some CreativeWork. This property was created primarily to indicate the use of a specific schema.org release, e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```. There may be situations in which other schemas might usefully be referenced this way, e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/``` but this has not been carefully explored in the community. audience: (Optional[Union[List[Union[str, Any]], str, Any]]): An intended audience, i.e. a group for whom something was created. encoding: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. This property is a synonym for associatedMedia. publisherImprint: (Optional[Union[List[Union[str, Any]], str, Any]]): The publishing division which published the comic. accessibilityAPI: (Union[List[Union[str, Any]], str, Any]): Indicates that the resource is compatible with the referenced accessibility API. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary). sdPublisher: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The[[sdPublisher]] property helps make such practices more explicit. audio: (Optional[Union[List[Union[str, Any]], str, Any]]): An embedded audio object. accessibilityFeature: (Union[List[Union[str, Any]], str, Any]): Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary). spatialCoverage: (Optional[Union[List[Union[str, Any]], str, Any]]): The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York. accessMode: (Union[List[Union[str, Any]], str, Any]): The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary). editEIDR: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing a specific edit / edition for a work of film or television.For example, the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J" has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".Since schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description. usageInfo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]. This property is applicable both to works that are freely available and to those that require payment or other transactions. It can reference additional information, e.g. community expectations on preferred linking and citation conventions, as well as purchasing details. For something that can be commercially licensed, usageInfo can provide detailed, resource-specific information about licensing options.This property can be used alongside the license property which indicates license(s) applicable to some piece of content. The usageInfo property can provide information about other licensing options, e.g. acquiring commercial usage rights for an image that is also available under non-commercial creative commons licenses. position: (Union[List[Union[str, int, Any]], str, int, Any]): The position of an item in a series or sequence of items. encodingFormat: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml) and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)), e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.In cases where a [[CreativeWork]] has several media type representations, [[encoding]] can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]] information.Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry. copyrightYear: (Optional[Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]]): The year during which the claimed copyright for the CreativeWork was first asserted. mainEntity: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the primary entity described in some page or other CreativeWork. creator: (Optional[Union[List[Union[str, Any]], str, Any]]): The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork. teaches: (Union[List[Union[str, Any]], str, Any]): The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term. temporal: (Union[List[Union[datetime, str, Any]], datetime, str, Any]): The "temporal" property can be used in cases where more specific properties(e.g. [[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]]) are not known to be appropriate. size: (Union[List[Union[str, Any]], str, Any]): A standardized size of a product or creative work, specified either through a simple textual string (for example 'XL', '32Wx34L'), a QuantitativeValue with a unitCode, or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]], [[height]], [[depth]] and [[weight]] properties may be more applicable. translator: (Optional[Union[List[Union[str, Any]], str, Any]]): Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. accountablePerson: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies the Person that is legally accountable for the CreativeWork. accessibilityHazard: (Union[List[Union[str, Any]], str, Any]): A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary). contentRating: (Union[List[Union[str, Any]], str, Any]): Official rating of a piece of content&#x2014;for example, 'MPAA PG-13'. recordedAt: (Optional[Union[List[Union[str, Any]], str, Any]]): The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event. publication: (Optional[Union[List[Union[str, Any]], str, Any]]): A publication event associated with the item. sdLicense: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A license document that applies to this structured data, typically indicated by URL. headline: (Union[List[Union[str, Any]], str, Any]): Headline of the article. materialExtent: (Union[List[Union[str, Any]], str, Any]): The quantity of the materials being described or an expression of the physical space they occupy. inLanguage: (Union[List[Union[str, Any]], str, Any]): 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](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]]. material: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): A material that something is made from, e.g. leather, wool, cotton, paper. datePublished: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): Date of first broadcast/publication. offers: (Optional[Union[List[Union[str, Any]], str, Any]]): An offer to provide this item&#x2014;for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer. hasPart: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense). sourceOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): The Organization on whose behalf the creator was working. sponsor: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event. character: (Optional[Union[List[Union[str, Any]], str, Any]]): Fictional person connected with a creative work. """ type_: str = Field(default="Photograph", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) workTranslation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation" "“Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese" "translation Tây du ký bình khảo.", ) educationalLevel: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The level in terms of progression through an educational or training context. Examples" "of educational levels include 'beginner', 'intermediate' or 'advanced', and formal" "sets of level indicators.", ) associatedMedia: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork. This property is a synonym for encoding.", ) exampleOfWork: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A creative work that this work is an example/instance/realization/derivation of.", ) releasedEvent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The place and time the release was issued, expressed as a PublicationEvent.", ) version: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The version of the CreativeWork embodied by a specified resource.", ) locationCreated: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The location where the CreativeWork was created, which may not be the same as the location" "depicted in the CreativeWork.", ) acquireLicensePage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page documenting how licenses can be purchased or otherwise acquired, for" "the current item.", ) thumbnailUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A thumbnail image relevant to the Thing.", ) provider: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) expires: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="Date the content expires and is no longer useful or available. For example a [[VideoObject]]" "or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]]" "fact check whose publisher wants to indicate that it may no longer be relevant (or helpful" "to highlight) after some date.", ) contentLocation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The location depicted or described in the content. For example, the location in a photograph" "or painting.", ) educationalUse: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The purpose of a work in the context of education; for example, 'assignment', 'group" "work'.", ) copyrightHolder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The party holding the legal copyright to the CreativeWork.", ) accessibilityControl: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Identifies input methods that are sufficient to fully control the described resource." "Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary).", ) maintainer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other" "[[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions" "to, and/or publication of, some (typically complex) artifact. It is common for distributions" 'of software and data to be based on "upstream" sources. When [[maintainer]] is applied' "to a specific version of something e.g. a particular version or packaging of a [[Dataset]]," "it is always possible that the upstream source has a different maintainer. The [[isBasedOn]]" "property can be used to indicate such relationships between datasets to make the different" "maintenance roles clear. Similarly in the case of software, a package may have dedicated" "maintainers working on integration into software distributions such as Ubuntu, as" "well as upstream maintainers of the underlying work.", ) educationalAlignment: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An alignment to an established educational framework.This property should not be used" "where the nature of the alignment can be described using a simple property, for example" "to express that a resource [[teaches]] or [[assesses]] a competency.", ) spatial: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description='The "spatial" property can be used in cases when more specific properties(e.g. [[locationCreated]],' "[[spatialCoverage]], [[contentLocation]]) are not known to be appropriate.", ) publisher: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The publisher of the creative work.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) assesses: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The item being described is intended to assess the competency or learning outcome defined" "by the referenced term.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) isBasedOn: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A resource from which this work is derived or from which it is a modification or adaption.", ) mentions: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates that the CreativeWork contains a reference to, but is not necessarily about" "a concept.", ) publishingPrinciples: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="The publishingPrinciples property indicates (typically via [[URL]]) a document describing" "the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]]" "writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity" "policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles" "are those of the party primarily responsible for the creation of the [[CreativeWork]].While" "such policies are most typically expressed in natural language, sometimes related" "information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.", ) contributor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A secondary contributor to the CreativeWork or Event.", ) license: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A license document that applies to this content, typically indicated by URL.", ) citation: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A citation or reference to another creative work, such as another publication, web page," "scholarly article, etc.", ) accessibilitySummary: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A human-readable summary of specific accessibility features or deficiencies, consistent" 'with the other accessibility metadata but expressing subtleties such as "short descriptions' 'are present but long descriptions will be needed for non-visual users" or "short descriptions' 'are present and no long descriptions are needed."', ) award: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An award won by or for this item.", ) commentCount: Optional[Union[List[Union[str, int, Any]], str, int, Any]] = Field( default=None, description="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.", ) temporalCoverage: Union[ List[Union[datetime, str, Any, AnyUrl]], datetime, str, Any, AnyUrl ] = Field( default=None, description="The temporalCoverage of a CreativeWork indicates the period that the content applies" "to, i.e. that it describes, either as a DateTime or as a textual string indicating a time" "period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals)." "In the case of a Dataset it will typically indicate the relevant time period in a precise" 'notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012").' "Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate" "their temporalCoverage in broader terms - textually or via well-known URL. Written" "works such as books may sometimes have precise temporal coverage too, e.g. a work set" 'in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".Open-ended' 'date ranges can be written with ".." in place of the end date. For example, "2015-11/.."' "indicates a range beginning in November 2015 and with no specified final date. This is" "tentative and might be updated in future when ISO 8601 is officially updated.", ) dateCreated: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="The date on which the CreativeWork was created or the item was added to a DataFeed.", ) discussionUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A link to the page containing the comments of the CreativeWork.", ) copyrightNotice: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Text of a notice appropriate for describing the copyright aspects of this Creative Work," "ideally indicating the owner of the copyright for the Work.", ) learningResourceType: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The predominant type or kind characterizing the learning resource. For example, 'presentation'," "'handout'.", ) awards: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Awards won by or for this item.", ) accessModeSufficient: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A list of single or combined accessModes that are sufficient to understand all the intellectual" "content of a resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary).", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) conditionsOfAccess: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Conditions that affect the availability of, or method(s) of access to, an item. Typically" "used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]." "This property is not suitable for use as a general Web access control mechanism. It is" 'expressed only in natural language.For example "Available by appointment from the' 'Reading Room" or "Accessible only from logged-in accounts ".', ) interactivityType: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The predominant mode of learning supported by the learning resource. Acceptable values" "are 'active', 'expositive', or 'mixed'.", ) abstract: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An abstract is a short description that summarizes a [[CreativeWork]].", ) fileFormat: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml))" "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. Unregistered or niche" "file formats can be indicated instead via the most appropriate URL, e.g. defining Web" "page or a Wikipedia entry.", ) interpretedAsClaim: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Used to indicate a specific claim contained, implied, translated or refined from the" "content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can" "be indicated using [[claimInterpreter]].", ) text: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The textual content of this CreativeWork.", ) archivedAt: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case" "of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible," "but be archived by archival, journalistic, activist, or law enforcement organizations." "In such cases, the referenced page may not directly publish the content.", ) alternativeHeadline: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A secondary title of the CreativeWork.", ) creditText: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Text that can be used to credit person(s) and/or organization(s) associated with a published" "Creative Work.", ) funding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A [[Grant]] that directly or indirectly provide funding or sponsorship for this item." "See also [[ownershipFundingInfo]].", ) interactionStatistic: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of interactions for the CreativeWork using the WebSite or SoftwareApplication." "The most specific child type of InteractionCounter should be used.", ) workExample: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Example/instance/realization/derivation of the concept of this creative work. E.g." "the paperback edition, first edition, or e-book.", ) about: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The subject matter of the content.", ) encodings: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork.", ) funder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports (sponsors) something through some kind of financial" "contribution.", ) video: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An embedded video object.", ) isPartOf: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is" "part of.", ) pattern: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'." "Values are typically expressed as text, although links to controlled value schemes" "are also supported.", ) editor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies the Person who edited the CreativeWork.", ) dateModified: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="The date on which the CreativeWork was most recently modified or when the item's entry" "was modified within a DataFeed.", ) translationOfWork: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the" "Origin of Species”.", ) creativeWorkStatus: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The status of a creative work in terms of its stage in a lifecycle. Example terms include" "Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for" "the stages of their publication lifecycle.", ) isBasedOnUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) isFamilyFriendly: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates whether this content is family friendly.", ) isAccessibleForFree: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the item, event, or place is accessible for free.", ) author: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The author of this content or rating. 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.", ) contentReferenceTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="The specific time described by a creative work, for works (e.g. articles, video objects" "etc.) that emphasise a particular moment within an Event.", ) correction: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]]," "textually or in another document.", ) sdDatePublished: Optional[ Union[List[Union[str, Any, date]], str, Any, date] ] = Field( default=None, description="Indicates the date on which the current structured data was generated / published. Typically" "used alongside [[sdPublisher]]", ) comment: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Comments, typically from users.", ) countryOfOrigin: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The country of origin of something, including products as well as creative works such" "as movie and TV content.In the case of TV and movie, this would be the country of the principle" "offices of the production company or individual responsible for the movie. For other" "kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties" "such as [[contentLocation]] and [[locationCreated]] may be more applicable.In the" "case of products, the country of origin of the product. The exact interpretation of this" "may vary by context and product type, and cannot be fully enumerated here.", ) timeRequired: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Approximate or typical time it takes to work with or through this learning resource for" "the typical intended target audience, e.g. 'PT30M', 'PT1H25M'.", ) typicalAgeRange: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The typical expected age range, e.g. '7-9', '11-'.", ) genre: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Genre of the creative work, broadcast channel or group.", ) producer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The person or organization who produced the work (e.g. music album, movie, TV/radio" "series etc.).", ) schemaVersion: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Indicates (by URL or string) a particular version of a schema used in some CreativeWork." "This property was created primarily to indicate the use of a specific schema.org release," "e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```." "There may be situations in which other schemas might usefully be referenced this way," "e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/```" "but this has not been carefully explored in the community.", ) audience: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An intended audience, i.e. a group for whom something was created.", ) encoding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.", ) publisherImprint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The publishing division which published the comic.", ) accessibilityAPI: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Indicates that the resource is compatible with the referenced accessibility API. Values" "should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary).", ) sdPublisher: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the party responsible for generating and publishing the current structured" "data markup, typically in cases where the structured data is derived automatically" "from existing published content but published on a different site. For example, student" "projects and open data initiatives often re-publish existing content with more explicitly" "structured metadata. The[[sdPublisher]] property helps make such practices more" "explicit.", ) audio: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An embedded audio object.", ) accessibilityFeature: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Content features of the resource, such as accessible media, alternatives and supported" "enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary).", ) spatialCoverage: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of" "the content. It is a subproperty of contentLocation intended primarily for more technical" "and detailed materials. For example with a Dataset, it indicates areas that the dataset" "describes: a dataset of New York weather would have spatialCoverage which was the place:" "the state of New York.", ) accessMode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The human sensory perceptual system or cognitive faculty through which a person may" "process or perceive information. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary).", ) editEIDR: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]]" "representing a specific edit / edition for a work of film or television.For example," 'the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J"' 'has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".Since' "schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their" "multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description)," "or alongside [[editEIDR]] for a more edit-specific description.", ) usageInfo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]." "This property is applicable both to works that are freely available and to those that" "require payment or other transactions. It can reference additional information, e.g." "community expectations on preferred linking and citation conventions, as well as purchasing" "details. For something that can be commercially licensed, usageInfo can provide detailed," "resource-specific information about licensing options.This property can be used" "alongside the license property which indicates license(s) applicable to some piece" "of content. The usageInfo property can provide information about other licensing options," "e.g. acquiring commercial usage rights for an image that is also available under non-commercial" "creative commons licenses.", ) position: Union[List[Union[str, int, Any]], str, int, Any] = Field( default=None, description="The position of an item in a series or sequence of items.", ) encodingFormat: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)" "and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types))," "e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.In" "cases where a [[CreativeWork]] has several media type representations, [[encoding]]" "can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]]" "information.Unregistered or niche encoding and file formats can be indicated instead" "via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.", ) copyrightYear: Optional[ Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat, ] ] = Field( default=None, description="The year during which the claimed copyright for the CreativeWork was first asserted.", ) mainEntity: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the primary entity described in some page or other CreativeWork.", ) creator: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The creator/author of this CreativeWork. This is the same as the Author property for" "CreativeWork.", ) teaches: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The item being described is intended to help a person learn the competency or learning" "outcome defined by the referenced term.", ) temporal: Union[List[Union[datetime, str, Any]], datetime, str, Any] = Field( default=None, description='The "temporal" property can be used in cases where more specific properties(e.g.' "[[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]])" "are not known to be appropriate.", ) size: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A standardized size of a product or creative work, specified either through a simple" "textual string (for example 'XL', '32Wx34L'), a QuantitativeValue with a unitCode," "or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]]," "[[height]], [[depth]] and [[weight]] properties may be more applicable.", ) translator: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Organization or person who adapts a creative work to different languages, regional" "differences and technical requirements of a target market, or that translates during" "some event.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) accountablePerson: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies the Person that is legally accountable for the CreativeWork.", ) accessibilityHazard: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A characteristic of the described resource that is physiologically dangerous to some" "users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary).", ) contentRating: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Official rating of a piece of content&#x2014;for example, 'MPAA PG-13'.", ) recordedAt: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The Event where the CreativeWork was recorded. The CreativeWork may capture all or part" "of the event.", ) publication: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A publication event associated with the item.", ) sdLicense: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A license document that applies to this structured data, typically indicated by URL.", ) headline: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Headline of the article.", ) materialExtent: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The quantity of the materials being described or an expression of the physical space" "they occupy.", ) inLanguage: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="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](http://tools.ietf.org/html/bcp47). See also" "[[availableLanguage]].", ) material: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="A material that something is made from, e.g. leather, wool, cotton, paper.", ) datePublished: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="Date of first broadcast/publication.", ) offers: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An offer to provide this item&#x2014;for example, an offer to sell a product, rent the" "DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]]" "to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can" "also be used to describe a [[Demand]]. While this property is listed as expected on a number" "of common types, it can be used in others. In that case, using a second type, such as Product" "or a subtype of Product, can clarify the nature of the offer.", ) hasPart: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some" "sense).", ) sourceOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The Organization on whose behalf the creator was working.", ) sponsor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports a thing through a pledge, promise, or financial" "contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.", ) character: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Fictional person connected with a creative work.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Photograph.py
0.922117
0.30795
Photograph.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class NightClub(BaseModel): """A nightclub or discotheque. References: https://schema.org/NightClub Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. serviceArea: (Optional[Union[List[Union[str, Any]], str, Any]]): The geographic area where the service is provided. founder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person who founded this organization. isicV4: (Union[List[Union[str, Any]], str, Any]): The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place. hasPOS: (Optional[Union[List[Union[str, Any]], str, Any]]): Points-of-Sales operated by the organization or person. globalLocationNumber: (Union[List[Union[str, Any]], str, Any]): The [Global Location Number](http://www.gs1.org/gln) (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. member: (Optional[Union[List[Union[str, Any]], str, Any]]): A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals. knowsAbout: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Of a [[Person]], and less typically of an [[Organization]], to indicate a topic that is known about - suggesting possible expertise but not implying it. We do not distinguish skill levels here, or relate this to educational content, events, objectives or [[JobPosting]] descriptions. makesOffer: (Optional[Union[List[Union[str, Any]], str, Any]]): A pointer to products or services offered by the organization or person. ownershipFundingInfo: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a description of organizational ownership structure; funding and grants. In a news/media setting, this is with particular reference to editorial independence. Note that the [[funder]] is also available and can be used to make basic funder information machine-readable. founders: (Optional[Union[List[Union[str, Any]], str, Any]]): A person who founded this organization. legalName: (Union[List[Union[str, Any]], str, Any]): The official name of the organization, e.g. the registered company name. actionableFeedbackPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement about public engagement activities (for news media, the newsroom’s), including involving the public - digitally or otherwise -- in coverage decisions, reporting and activities after publication. areaServed: (Union[List[Union[str, Any]], str, Any]): The geographic area where a service or offered item is provided. parentOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): The larger organization that this organization is a [[subOrganization]] of, if any. slogan: (Union[List[Union[str, Any]], str, Any]): A slogan or motto associated with the item. department: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. memberOf: (Optional[Union[List[Union[str, Any]], str, Any]]): An Organization (or ProgramMembership) to which this Person or Organization belongs. publishingPrinciples: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. employee: (Optional[Union[List[Union[str, Any]], str, Any]]): Someone working for this organization. award: (Union[List[Union[str, Any]], str, Any]): An award won by or for this item. email: (Union[List[Union[str, Any]], str, Any]): Email address. contactPoints: (Optional[Union[List[Union[str, Any]], str, Any]]): A contact point for a person or organization. diversityStaffingReport: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a report on staffing diversity issues. In a news context this might be for example ASNE or RTDNA (US) reports, or self-reported. foundingDate: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): The date that this organization was founded. owns: (Optional[Union[List[Union[str, Any]], str, Any]]): Products owned by the organization or person. awards: (Union[List[Union[str, Any]], str, Any]): Awards won by or for this item. review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. dissolutionDate: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): The date that this organization was dissolved. funding: (Optional[Union[List[Union[str, Any]], str, Any]]): A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. interactionStatistic: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used. events: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past events associated with this place or organization. seeks: (Optional[Union[List[Union[str, Any]], str, Any]]): A pointer to products or services sought by the organization or person (demand). employees: (Optional[Union[List[Union[str, Any]], str, Any]]): People working for this organization. unnamedSourcesPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about policy on use of unnamed sources and the decision process required. subOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific 'department' property. foundingLocation: (Optional[Union[List[Union[str, Any]], str, Any]]): The place where the Organization was founded. funder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports (sponsors) something through some kind of financial contribution. iso6523Code: (Union[List[Union[str, Any]], str, Any]): An organization identifier as defined in ISO 6523(-1). Note that many existing organization identifiers such as [leiCode](https://schema.org/leiCode), [duns](https://schema.org/duns) and [vatID](https://schema.org/vatID) can be expressed as an ISO 6523 identifier by setting the ICD part of the ISO 6523 identifier accordingly. diversityPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Statement on diversity policy by an [[Organization]] e.g. a [[NewsMediaOrganization]]. For a [[NewsMediaOrganization]], a statement describing the newsroom’s diversity policy on both staffing and sources, typically providing staffing data. hasMerchantReturnPolicy: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies a MerchantReturnPolicy that may be applicable. event: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past event associated with this place, organization, or action. duns: (Union[List[Union[str, Any]], str, Any]): The Dun & Bradstreet DUNS number for identifying an organization or business person. alumni: (Optional[Union[List[Union[str, Any]], str, Any]]): Alumni of an organization. ethicsPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Statement about ethics policy, e.g. of a [[NewsMediaOrganization]] regarding journalistic and publishing practices, or of a [[Restaurant]], a page describing food source policies. In the case of a [[NewsMediaOrganization]], an ethicsPolicy is typically a statement describing the personal, organizational, and corporate standards of behavior expected by the organization. leiCode: (Union[List[Union[str, Any]], str, Any]): An organization identifier that uniquely identifies a legal entity as defined in ISO 17442. vatID: (Union[List[Union[str, Any]], str, Any]): The Value-added Tax ID of the organization or person. knowsLanguage: (Union[List[Union[str, Any]], str, Any]): Of a [[Person]], and less typically of an [[Organization]], to indicate a known language. We do not distinguish skill levels or reading/writing/speaking/signing here. Use language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). correctionsPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing (in news media, the newsroom’s) disclosure and correction policy for errors. logo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An associated logo. hasCredential: (Optional[Union[List[Union[str, Any]], str, Any]]): A credential awarded to the Person or Organization. address: (Union[List[Union[str, Any]], str, Any]): Physical address of the item. brand: (Optional[Union[List[Union[str, Any]], str, Any]]): The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person. nonprofitStatus: (Optional[Union[List[Union[str, Any]], str, Any]]): nonprofitStatus indicates the legal status of a non-profit organization in its primary place of business. contactPoint: (Optional[Union[List[Union[str, Any]], str, Any]]): A contact point for a person or organization. hasOfferCatalog: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates an OfferCatalog listing for this Organization, Person, or Service. members: (Optional[Union[List[Union[str, Any]], str, Any]]): A member of this organization. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. faxNumber: (Union[List[Union[str, Any]], str, Any]): The fax number. telephone: (Union[List[Union[str, Any]], str, Any]): The telephone number. taxID: (Union[List[Union[str, Any]], str, Any]): The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain. naics: (Union[List[Union[str, Any]], str, Any]): The North American Industry Classification System (NAICS) code for a particular organization or business person. location: (Union[List[Union[str, Any]], str, Any]): The location of, for example, where an event is happening, where an organization is located, or where an action takes place. numberOfEmployees: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of employees in an organization, e.g. business. sponsor: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event. potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. geoCovers: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a covering geometry to a covered geometry. "Every point of b is a point of (the interior or boundary of) a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). longitude: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)). smokingAllowed: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room. isicV4: (Union[List[Union[str, Any]], str, Any]): The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place. globalLocationNumber: (Union[List[Union[str, Any]], str, Any]): The [Global Location Number](http://www.gs1.org/gln) (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. amenityFeature: (Optional[Union[List[Union[str, Any]], str, Any]]): An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs. additionalProperty: (Optional[Union[List[Union[str, Any]], str, Any]]): A property-value pair representing an additional characteristic of the entity, 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. https://schema.org/width, https://schema.org/color, https://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism. slogan: (Union[List[Union[str, Any]], str, Any]): A slogan or motto associated with the item. photos: (Optional[Union[List[Union[str, Any]], str, Any]]): Photographs of this place. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. tourBookingPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A page providing information on how to book a tour of some [[Place]], such as an [[Accommodation]] or [[ApartmentComplex]] in a real estate setting, as well as other kinds of tours as appropriate. geoWithin: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). containsPlace: (Optional[Union[List[Union[str, Any]], str, Any]]): The basic containment relation between a place and another that it contains. review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. hasMap: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A URL to a map of the place. containedIn: (Optional[Union[List[Union[str, Any]], str, Any]]): The basic containment relation between a place and one that contains it. events: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past events associated with this place or organization. geoOverlaps: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). geoEquals: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). "Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other" (a symmetric relationship). maps: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A URL to a map of the place. isAccessibleForFree: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the item, event, or place is accessible for free. event: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past event associated with this place, organization, or action. photo: (Optional[Union[List[Union[str, Any]], str, Any]]): A photograph of this place. containedInPlace: (Optional[Union[List[Union[str, Any]], str, Any]]): The basic containment relation between a place and one that contains it. logo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An associated logo. geoCrosses: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to another that crosses it: "a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). address: (Union[List[Union[str, Any]], str, Any]): Physical address of the item. geo: (Optional[Union[List[Union[str, Any]], str, Any]]): The geo coordinates of the place. openingHoursSpecification: (Optional[Union[List[Union[str, Any]], str, Any]]): The opening hours of a certain place. geoDisjoint: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: "they have no point in common. They form a set of disconnected geometries." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).) geoIntersects: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). latitude: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)). maximumAttendeeCapacity: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): The total number of individuals that may attend an event or venue. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. map: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A URL to a map of the place. branchCode: (Union[List[Union[str, Any]], str, Any]): 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. faxNumber: (Union[List[Union[str, Any]], str, Any]): The fax number. publicAccess: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the [[Place]] is open to public visitors. If this property is omitted there is no assumed default boolean value geoTouches: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) touch: "they have at least one boundary point in common, but no interior points." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).) geoCoveredBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). telephone: (Union[List[Union[str, Any]], str, Any]): The telephone number. hasDriveThroughService: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates whether some facility (e.g. [[FoodEstablishment]], [[CovidTestingFacility]]) offers a service that can be used by driving through in a car. In the case of [[CovidTestingFacility]] such facilities could potentially help with social distancing from other potentially-infected users. specialOpeningHoursSpecification: (Optional[Union[List[Union[str, Any]], str, Any]]): The special opening hours of a certain place.Use this to explicitly override general opening hours brought in scope by [[openingHoursSpecification]] or [[openingHours]]. geoContains: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. "a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). priceRange: (Union[List[Union[str, Any]], str, Any]): The price range of the business, for example ```$$$```. currenciesAccepted: (Union[List[Union[str, Any]], str, Any]): The currency accepted.Use standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. "USD"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. "BTC"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. "Ithaca HOUR". branchOf: (Optional[Union[List[Union[str, Any]], str, Any]]): The larger organization that this local business is a branch of, if any. Not to be confused with (anatomical) [[branch]]. paymentAccepted: (Union[List[Union[str, Any]], str, Any]): Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc. openingHours: (Union[List[Union[str, Any]], str, Any]): The general 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 format. For example, 3pm is specified as ```15:00```, 10am as ```10:00```. * Here is an example: <code>&lt;time itemprop="openingHours" datetime=&quot;Tu,Th 16:00-20:00&quot;&gt;Tuesdays and Thursdays 4-8pm&lt;/time&gt;</code>.* If a business is open 7 days a week, then it can be specified as <code>&lt;time itemprop=&quot;openingHours&quot; datetime=&quot;Mo-Su&quot;&gt;Monday through Sunday, all day&lt;/time&gt;</code>. """ type_: str = Field(default="NightClub", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) serviceArea: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The geographic area where the service is provided.", ) founder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person who founded this organization.", ) isicV4: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The International Standard of Industrial Classification of All Economic Activities" "(ISIC), Revision 4 code for a particular organization, business person, or place.", ) hasPOS: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Points-of-Sales operated by the organization or person.", ) globalLocationNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The [Global Location Number](http://www.gs1.org/gln) (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.", ) member: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A member of an Organization or a ProgramMembership. Organizations can be members of" "organizations; ProgramMembership is typically for individuals.", ) knowsAbout: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Of a [[Person]], and less typically of an [[Organization]], to indicate a topic that" "is known about - suggesting possible expertise but not implying it. We do not distinguish" "skill levels here, or relate this to educational content, events, objectives or [[JobPosting]]" "descriptions.", ) makesOffer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A pointer to products or services offered by the organization or person.", ) ownershipFundingInfo: Union[ List[Union[str, AnyUrl, Any]], str, AnyUrl, Any ] = Field( default=None, description="For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]])," "a description of organizational ownership structure; funding and grants. In a news/media" "setting, this is with particular reference to editorial independence. Note that the" "[[funder]] is also available and can be used to make basic funder information machine-readable.", ) founders: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person who founded this organization.", ) legalName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The official name of the organization, e.g. the registered company name.", ) actionableFeedbackPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement" "about public engagement activities (for news media, the newsroom’s), including involving" "the public - digitally or otherwise -- in coverage decisions, reporting and activities" "after publication.", ) areaServed: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The geographic area where a service or offered item is provided.", ) parentOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The larger organization that this organization is a [[subOrganization]] of, if any.", ) slogan: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A slogan or motto associated with the item.", ) department: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) memberOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An Organization (or ProgramMembership) to which this Person or Organization belongs.", ) publishingPrinciples: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="The publishingPrinciples property indicates (typically via [[URL]]) a document describing" "the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]]" "writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity" "policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles" "are those of the party primarily responsible for the creation of the [[CreativeWork]].While" "such policies are most typically expressed in natural language, sometimes related" "information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.", ) employee: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Someone working for this organization.", ) award: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An award won by or for this item.", ) email: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Email address.", ) contactPoints: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A contact point for a person or organization.", ) diversityStaffingReport: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]])," "a report on staffing diversity issues. In a news context this might be for example ASNE" "or RTDNA (US) reports, or self-reported.", ) foundingDate: Optional[Union[List[Union[str, Any, date]], str, Any, date]] = Field( default=None, description="The date that this organization was founded.", ) owns: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Products owned by the organization or person.", ) awards: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Awards won by or for this item.", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) dissolutionDate: Optional[ Union[List[Union[str, Any, date]], str, Any, date] ] = Field( default=None, description="The date that this organization was dissolved.", ) funding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A [[Grant]] that directly or indirectly provide funding or sponsorship for this item." "See also [[ownershipFundingInfo]].", ) interactionStatistic: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of interactions for the CreativeWork using the WebSite or SoftwareApplication." "The most specific child type of InteractionCounter should be used.", ) events: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past events associated with this place or organization.", ) seeks: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A pointer to products or services sought by the organization or person (demand).", ) employees: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="People working for this organization.", ) unnamedSourcesPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about" "policy on use of unnamed sources and the decision process required.", ) subOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A relationship between two organizations where the first includes the second, e.g.," "as a subsidiary. See also: the more specific 'department' property.", ) foundingLocation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The place where the Organization was founded.", ) funder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports (sponsors) something through some kind of financial" "contribution.", ) iso6523Code: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An organization identifier as defined in ISO 6523(-1). Note that many existing organization" "identifiers such as [leiCode](https://schema.org/leiCode), [duns](https://schema.org/duns)" "and [vatID](https://schema.org/vatID) can be expressed as an ISO 6523 identifier" "by setting the ICD part of the ISO 6523 identifier accordingly.", ) diversityPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Statement on diversity policy by an [[Organization]] e.g. a [[NewsMediaOrganization]]." "For a [[NewsMediaOrganization]], a statement describing the newsroom’s diversity" "policy on both staffing and sources, typically providing staffing data.", ) hasMerchantReturnPolicy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies a MerchantReturnPolicy that may be applicable.", ) event: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past event associated with this place, organization, or action.", ) duns: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Dun & Bradstreet DUNS number for identifying an organization or business person.", ) alumni: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Alumni of an organization.", ) ethicsPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Statement about ethics policy, e.g. of a [[NewsMediaOrganization]] regarding journalistic" "and publishing practices, or of a [[Restaurant]], a page describing food source policies." "In the case of a [[NewsMediaOrganization]], an ethicsPolicy is typically a statement" "describing the personal, organizational, and corporate standards of behavior expected" "by the organization.", ) leiCode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An organization identifier that uniquely identifies a legal entity as defined in ISO" "17442.", ) vatID: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Value-added Tax ID of the organization or person.", ) knowsLanguage: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Of a [[Person]], and less typically of an [[Organization]], to indicate a known language." "We do not distinguish skill levels or reading/writing/speaking/signing here. Use" "language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47).", ) correctionsPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing" "(in news media, the newsroom’s) disclosure and correction policy for errors.", ) logo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An associated logo.", ) hasCredential: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A credential awarded to the Person or Organization.", ) address: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Physical address of the item.", ) brand: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The brand(s) associated with a product or service, or the brand(s) maintained by an organization" "or business person.", ) nonprofitStatus: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="nonprofitStatus indicates the legal status of a non-profit organization in its primary" "place of business.", ) contactPoint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A contact point for a person or organization.", ) hasOfferCatalog: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates an OfferCatalog listing for this Organization, Person, or Service.", ) members: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A member of this organization.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) faxNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The fax number.", ) telephone: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The telephone number.", ) taxID: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in" "Spain.", ) naics: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The North American Industry Classification System (NAICS) code for a particular organization" "or business person.", ) location: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The location of, for example, where an event is happening, where an organization is located," "or where an action takes place.", ) numberOfEmployees: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of employees in an organization, e.g. business.", ) sponsor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports a thing through a pledge, promise, or financial" "contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.", ) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) geoCovers: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" 'a covering geometry to a covered geometry. "Every point of b is a point of (the interior' 'or boundary of) a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', ) longitude: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).", ) smokingAllowed: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or" "hotel room.", ) isicV4: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The International Standard of Industrial Classification of All Economic Activities" "(ISIC), Revision 4 code for a particular organization, business person, or place.", ) globalLocationNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The [Global Location Number](http://www.gs1.org/gln) (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.", ) amenityFeature: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic" "property does not make a statement about whether the feature is included in an offer for" "the main accommodation or available at extra costs.", ) additionalProperty: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A property-value pair representing an additional characteristic of the entity, 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. https://schema.org/width, https://schema.org/color," "https://schema.org/gtin13, ...) will typically expect such data to be provided using" "those properties, rather than using the generic property/value mechanism.", ) slogan: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A slogan or motto associated with the item.", ) photos: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Photographs of this place.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) tourBookingPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A page providing information on how to book a tour of some [[Place]], such as an [[Accommodation]]" "or [[ApartmentComplex]] in a real estate setting, as well as other kinds of tours as appropriate.", ) geoWithin: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" "a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined" "in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) containsPlace: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The basic containment relation between a place and another that it contains.", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) hasMap: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A URL to a map of the place.", ) containedIn: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The basic containment relation between a place and one that contains it.", ) events: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past events associated with this place or organization.", ) geoOverlaps: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" "a geometry to another that geospatially overlaps it, i.e. they have some but not all points" "in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) geoEquals: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" "are topologically equal, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM)." '"Two geometries are topologically equal if their interiors intersect and no part of' 'the interior or boundary of one geometry intersects the exterior of the other" (a symmetric' "relationship).", ) maps: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A URL to a map of the place.", ) isAccessibleForFree: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the item, event, or place is accessible for free.", ) event: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past event associated with this place, organization, or action.", ) photo: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A photograph of this place.", ) containedInPlace: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The basic containment relation between a place and one that contains it.", ) logo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An associated logo.", ) geoCrosses: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" 'a geometry to another that crosses it: "a crosses b: they have some but not all interior' "points in common, and the dimension of the intersection is less than that of at least one" 'of them". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', ) address: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Physical address of the item.", ) geo: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The geo coordinates of the place.", ) openingHoursSpecification: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The opening hours of a certain place.", ) geoDisjoint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" 'are topologically disjoint: "they have no point in common. They form a set of disconnected' 'geometries." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)', ) geoIntersects: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" "have at least one point in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) latitude: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).", ) maximumAttendeeCapacity: Optional[ Union[List[Union[str, int, Any]], str, int, Any] ] = Field( default=None, description="The total number of individuals that may attend an event or venue.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) map: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A URL to a map of the place.", ) branchCode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description='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.', ) faxNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The fax number.", ) publicAccess: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the [[Place]] is open to public visitors. If this property is omitted" "there is no assumed default boolean value", ) geoTouches: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" 'touch: "they have at least one boundary point in common, but no interior points." (A' "symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)", ) geoCoveredBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" "a geometry to another that covers it. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) telephone: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The telephone number.", ) hasDriveThroughService: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates whether some facility (e.g. [[FoodEstablishment]], [[CovidTestingFacility]])" "offers a service that can be used by driving through in a car. In the case of [[CovidTestingFacility]]" "such facilities could potentially help with social distancing from other potentially-infected" "users.", ) specialOpeningHoursSpecification: Optional[ Union[List[Union[str, Any]], str, Any] ] = Field( default=None, description="The special opening hours of a certain place.Use this to explicitly override general" "opening hours brought in scope by [[openingHoursSpecification]] or [[openingHours]].", ) geoContains: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" 'a containing geometry to a contained geometry. "a contains b iff no points of b lie in' 'the exterior of a, and at least one point of the interior of b lies in the interior of a".' "As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) priceRange: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The price range of the business, for example ```$$$```.", ) currenciesAccepted: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The currency accepted.Use standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217)," 'e.g. "USD"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies)' 'for cryptocurrencies, e.g. "BTC"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system)' '(LETS) and other currency types, e.g. "Ithaca HOUR".', ) branchOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The larger organization that this local business is a branch of, if any. Not to be confused" "with (anatomical) [[branch]].", ) paymentAccepted: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc.", ) openingHours: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The general 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 format." "For example, 3pm is specified as ```15:00```, 10am as ```10:00```. * Here is an example:" '<code>&lt;time itemprop="openingHours" datetime=&quot;Tu,Th 16:00-20:00&quot;&gt;Tuesdays' "and Thursdays 4-8pm&lt;/time&gt;</code>.* If a business is open 7 days a week, then" "it can be specified as <code>&lt;time itemprop=&quot;openingHours&quot; datetime=&quot;Mo-Su&quot;&gt;Monday" "through Sunday, all day&lt;/time&gt;</code>.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/NightClub.py
0.868827
0.367866
NightClub.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class NutritionInformation(BaseModel): """Nutritional information about the recipe. References: https://schema.org/NutritionInformation Note: Model Depth 4 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. sodiumContent: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of milligrams of sodium. carbohydrateContent: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of grams of carbohydrates. fatContent: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of grams of fat. cholesterolContent: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of milligrams of cholesterol. calories: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of calories. unsaturatedFatContent: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of grams of unsaturated fat. sugarContent: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of grams of sugar. transFatContent: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of grams of trans fat. proteinContent: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of grams of protein. saturatedFatContent: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of grams of saturated fat. servingSize: (Union[List[Union[str, Any]], str, Any]): The serving size, in terms of the number of volume or mass. fiberContent: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of grams of fiber. """ type_: str = Field(default="NutritionInformation", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) sodiumContent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of milligrams of sodium.", ) carbohydrateContent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of grams of carbohydrates.", ) fatContent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of grams of fat.", ) cholesterolContent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of milligrams of cholesterol.", ) calories: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of calories.", ) unsaturatedFatContent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of grams of unsaturated fat.", ) sugarContent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of grams of sugar.", ) transFatContent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of grams of trans fat.", ) proteinContent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of grams of protein.", ) saturatedFatContent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of grams of saturated fat.", ) servingSize: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The serving size, in terms of the number of volume or mass.", ) fiberContent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of grams of fiber.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/NutritionInformation.py
0.943341
0.347759
NutritionInformation.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class CarUsageType(BaseModel): """A value indicating a special usage of a car, e.g. commercial rental, driving school, or as a taxi. References: https://schema.org/CarUsageType Note: Model Depth 4 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="CarUsageType", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/CarUsageType.py
0.946461
0.347177
CarUsageType.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class ActiveActionStatus(BaseModel): """An in-progress action (e.g., while watching the movie, or driving to a location). References: https://schema.org/ActiveActionStatus Note: Model Depth 6 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="ActiveActionStatus", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ActiveActionStatus.py
0.946064
0.332432
ActiveActionStatus.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class EventReservation(BaseModel): """A reservation for an event like a concert, sporting event, or lecture.Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use [[Offer]]. References: https://schema.org/EventReservation Note: Model Depth 4 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. broker: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. provider: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. modifiedTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): The date and time the reservation was modified. programMembershipUsed: (Optional[Union[List[Union[str, Any]], str, Any]]): Any membership in a frequent flyer, hotel loyalty program, etc. being applied to the reservation. bookingAgent: (Optional[Union[List[Union[str, Any]], str, Any]]): 'bookingAgent' is an out-dated term indicating a 'broker' that serves as a booking agent. totalPrice: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The total price for the reservation or ticket, including applicable taxes, shipping, etc.Usage guidelines:* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator. reservedTicket: (Optional[Union[List[Union[str, Any]], str, Any]]): A ticket associated with the reservation. reservationId: (Union[List[Union[str, Any]], str, Any]): A unique identifier for the reservation. reservationFor: (Optional[Union[List[Union[str, Any]], str, Any]]): The thing -- flight, event, restaurant, etc. being reserved. underName: (Optional[Union[List[Union[str, Any]], str, Any]]): The person or organization the reservation or ticket is for. bookingTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): The date and time the reservation was booked. reservationStatus: (Optional[Union[List[Union[str, Any]], str, Any]]): The current status of the reservation. priceCurrency: (Union[List[Union[str, Any]], str, Any]): The currency of the price, or a price component when attached to [[PriceSpecification]] and its subtypes.Use standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. "USD"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. "BTC"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. "Ithaca HOUR". """ type_: str = Field(default="EventReservation", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) broker: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) provider: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) modifiedTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="The date and time the reservation was modified.", ) programMembershipUsed: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Any membership in a frequent flyer, hotel loyalty program, etc. being applied to the" "reservation.", ) bookingAgent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="'bookingAgent' is an out-dated term indicating a 'broker' that serves as a booking agent.", ) totalPrice: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The total price for the reservation or ticket, including applicable taxes, shipping," "etc.Usage guidelines:* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030)" "to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.* Use" "'.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid" "using these symbols as a readability separator.", ) reservedTicket: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A ticket associated with the reservation.", ) reservationId: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A unique identifier for the reservation.", ) reservationFor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The thing -- flight, event, restaurant, etc. being reserved.", ) underName: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The person or organization the reservation or ticket is for.", ) bookingTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="The date and time the reservation was booked.", ) reservationStatus: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The current status of the reservation.", ) priceCurrency: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The currency of the price, or a price component when attached to [[PriceSpecification]]" "and its subtypes.Use standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217)," 'e.g. "USD"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies)' 'for cryptocurrencies, e.g. "BTC"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system)' '(LETS) and other currency types, e.g. "Ithaca HOUR".', )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/EventReservation.py
0.933123
0.377426
EventReservation.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class LegalService(BaseModel): """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). References: https://schema.org/LegalService Note: Model Depth 4 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. serviceArea: (Optional[Union[List[Union[str, Any]], str, Any]]): The geographic area where the service is provided. founder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person who founded this organization. isicV4: (Union[List[Union[str, Any]], str, Any]): The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place. hasPOS: (Optional[Union[List[Union[str, Any]], str, Any]]): Points-of-Sales operated by the organization or person. globalLocationNumber: (Union[List[Union[str, Any]], str, Any]): The [Global Location Number](http://www.gs1.org/gln) (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. member: (Optional[Union[List[Union[str, Any]], str, Any]]): A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals. knowsAbout: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Of a [[Person]], and less typically of an [[Organization]], to indicate a topic that is known about - suggesting possible expertise but not implying it. We do not distinguish skill levels here, or relate this to educational content, events, objectives or [[JobPosting]] descriptions. makesOffer: (Optional[Union[List[Union[str, Any]], str, Any]]): A pointer to products or services offered by the organization or person. ownershipFundingInfo: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a description of organizational ownership structure; funding and grants. In a news/media setting, this is with particular reference to editorial independence. Note that the [[funder]] is also available and can be used to make basic funder information machine-readable. founders: (Optional[Union[List[Union[str, Any]], str, Any]]): A person who founded this organization. legalName: (Union[List[Union[str, Any]], str, Any]): The official name of the organization, e.g. the registered company name. actionableFeedbackPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement about public engagement activities (for news media, the newsroom’s), including involving the public - digitally or otherwise -- in coverage decisions, reporting and activities after publication. areaServed: (Union[List[Union[str, Any]], str, Any]): The geographic area where a service or offered item is provided. parentOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): The larger organization that this organization is a [[subOrganization]] of, if any. slogan: (Union[List[Union[str, Any]], str, Any]): A slogan or motto associated with the item. department: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. memberOf: (Optional[Union[List[Union[str, Any]], str, Any]]): An Organization (or ProgramMembership) to which this Person or Organization belongs. publishingPrinciples: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. employee: (Optional[Union[List[Union[str, Any]], str, Any]]): Someone working for this organization. award: (Union[List[Union[str, Any]], str, Any]): An award won by or for this item. email: (Union[List[Union[str, Any]], str, Any]): Email address. contactPoints: (Optional[Union[List[Union[str, Any]], str, Any]]): A contact point for a person or organization. diversityStaffingReport: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a report on staffing diversity issues. In a news context this might be for example ASNE or RTDNA (US) reports, or self-reported. foundingDate: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): The date that this organization was founded. owns: (Optional[Union[List[Union[str, Any]], str, Any]]): Products owned by the organization or person. awards: (Union[List[Union[str, Any]], str, Any]): Awards won by or for this item. review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. dissolutionDate: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): The date that this organization was dissolved. funding: (Optional[Union[List[Union[str, Any]], str, Any]]): A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. interactionStatistic: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used. events: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past events associated with this place or organization. seeks: (Optional[Union[List[Union[str, Any]], str, Any]]): A pointer to products or services sought by the organization or person (demand). employees: (Optional[Union[List[Union[str, Any]], str, Any]]): People working for this organization. unnamedSourcesPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about policy on use of unnamed sources and the decision process required. subOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific 'department' property. foundingLocation: (Optional[Union[List[Union[str, Any]], str, Any]]): The place where the Organization was founded. funder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports (sponsors) something through some kind of financial contribution. iso6523Code: (Union[List[Union[str, Any]], str, Any]): An organization identifier as defined in ISO 6523(-1). Note that many existing organization identifiers such as [leiCode](https://schema.org/leiCode), [duns](https://schema.org/duns) and [vatID](https://schema.org/vatID) can be expressed as an ISO 6523 identifier by setting the ICD part of the ISO 6523 identifier accordingly. diversityPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Statement on diversity policy by an [[Organization]] e.g. a [[NewsMediaOrganization]]. For a [[NewsMediaOrganization]], a statement describing the newsroom’s diversity policy on both staffing and sources, typically providing staffing data. hasMerchantReturnPolicy: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies a MerchantReturnPolicy that may be applicable. event: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past event associated with this place, organization, or action. duns: (Union[List[Union[str, Any]], str, Any]): The Dun & Bradstreet DUNS number for identifying an organization or business person. alumni: (Optional[Union[List[Union[str, Any]], str, Any]]): Alumni of an organization. ethicsPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Statement about ethics policy, e.g. of a [[NewsMediaOrganization]] regarding journalistic and publishing practices, or of a [[Restaurant]], a page describing food source policies. In the case of a [[NewsMediaOrganization]], an ethicsPolicy is typically a statement describing the personal, organizational, and corporate standards of behavior expected by the organization. leiCode: (Union[List[Union[str, Any]], str, Any]): An organization identifier that uniquely identifies a legal entity as defined in ISO 17442. vatID: (Union[List[Union[str, Any]], str, Any]): The Value-added Tax ID of the organization or person. knowsLanguage: (Union[List[Union[str, Any]], str, Any]): Of a [[Person]], and less typically of an [[Organization]], to indicate a known language. We do not distinguish skill levels or reading/writing/speaking/signing here. Use language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). correctionsPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing (in news media, the newsroom’s) disclosure and correction policy for errors. logo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An associated logo. hasCredential: (Optional[Union[List[Union[str, Any]], str, Any]]): A credential awarded to the Person or Organization. address: (Union[List[Union[str, Any]], str, Any]): Physical address of the item. brand: (Optional[Union[List[Union[str, Any]], str, Any]]): The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person. nonprofitStatus: (Optional[Union[List[Union[str, Any]], str, Any]]): nonprofitStatus indicates the legal status of a non-profit organization in its primary place of business. contactPoint: (Optional[Union[List[Union[str, Any]], str, Any]]): A contact point for a person or organization. hasOfferCatalog: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates an OfferCatalog listing for this Organization, Person, or Service. members: (Optional[Union[List[Union[str, Any]], str, Any]]): A member of this organization. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. faxNumber: (Union[List[Union[str, Any]], str, Any]): The fax number. telephone: (Union[List[Union[str, Any]], str, Any]): The telephone number. taxID: (Union[List[Union[str, Any]], str, Any]): The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain. naics: (Union[List[Union[str, Any]], str, Any]): The North American Industry Classification System (NAICS) code for a particular organization or business person. location: (Union[List[Union[str, Any]], str, Any]): The location of, for example, where an event is happening, where an organization is located, or where an action takes place. numberOfEmployees: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of employees in an organization, e.g. business. sponsor: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event. potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. geoCovers: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a covering geometry to a covered geometry. "Every point of b is a point of (the interior or boundary of) a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). longitude: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)). smokingAllowed: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room. isicV4: (Union[List[Union[str, Any]], str, Any]): The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place. globalLocationNumber: (Union[List[Union[str, Any]], str, Any]): The [Global Location Number](http://www.gs1.org/gln) (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. amenityFeature: (Optional[Union[List[Union[str, Any]], str, Any]]): An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs. additionalProperty: (Optional[Union[List[Union[str, Any]], str, Any]]): A property-value pair representing an additional characteristic of the entity, 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. https://schema.org/width, https://schema.org/color, https://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism. slogan: (Union[List[Union[str, Any]], str, Any]): A slogan or motto associated with the item. photos: (Optional[Union[List[Union[str, Any]], str, Any]]): Photographs of this place. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. tourBookingPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A page providing information on how to book a tour of some [[Place]], such as an [[Accommodation]] or [[ApartmentComplex]] in a real estate setting, as well as other kinds of tours as appropriate. geoWithin: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). containsPlace: (Optional[Union[List[Union[str, Any]], str, Any]]): The basic containment relation between a place and another that it contains. review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. hasMap: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A URL to a map of the place. containedIn: (Optional[Union[List[Union[str, Any]], str, Any]]): The basic containment relation between a place and one that contains it. events: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past events associated with this place or organization. geoOverlaps: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). geoEquals: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). "Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other" (a symmetric relationship). maps: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A URL to a map of the place. isAccessibleForFree: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the item, event, or place is accessible for free. event: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past event associated with this place, organization, or action. photo: (Optional[Union[List[Union[str, Any]], str, Any]]): A photograph of this place. containedInPlace: (Optional[Union[List[Union[str, Any]], str, Any]]): The basic containment relation between a place and one that contains it. logo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An associated logo. geoCrosses: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to another that crosses it: "a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). address: (Union[List[Union[str, Any]], str, Any]): Physical address of the item. geo: (Optional[Union[List[Union[str, Any]], str, Any]]): The geo coordinates of the place. openingHoursSpecification: (Optional[Union[List[Union[str, Any]], str, Any]]): The opening hours of a certain place. geoDisjoint: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: "they have no point in common. They form a set of disconnected geometries." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).) geoIntersects: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). latitude: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)). maximumAttendeeCapacity: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): The total number of individuals that may attend an event or venue. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. map: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A URL to a map of the place. branchCode: (Union[List[Union[str, Any]], str, Any]): 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. faxNumber: (Union[List[Union[str, Any]], str, Any]): The fax number. publicAccess: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the [[Place]] is open to public visitors. If this property is omitted there is no assumed default boolean value geoTouches: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) touch: "they have at least one boundary point in common, but no interior points." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).) geoCoveredBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). telephone: (Union[List[Union[str, Any]], str, Any]): The telephone number. hasDriveThroughService: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates whether some facility (e.g. [[FoodEstablishment]], [[CovidTestingFacility]]) offers a service that can be used by driving through in a car. In the case of [[CovidTestingFacility]] such facilities could potentially help with social distancing from other potentially-infected users. specialOpeningHoursSpecification: (Optional[Union[List[Union[str, Any]], str, Any]]): The special opening hours of a certain place.Use this to explicitly override general opening hours brought in scope by [[openingHoursSpecification]] or [[openingHours]]. geoContains: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. "a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). priceRange: (Union[List[Union[str, Any]], str, Any]): The price range of the business, for example ```$$$```. currenciesAccepted: (Union[List[Union[str, Any]], str, Any]): The currency accepted.Use standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. "USD"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. "BTC"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. "Ithaca HOUR". branchOf: (Optional[Union[List[Union[str, Any]], str, Any]]): The larger organization that this local business is a branch of, if any. Not to be confused with (anatomical) [[branch]]. paymentAccepted: (Union[List[Union[str, Any]], str, Any]): Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc. openingHours: (Union[List[Union[str, Any]], str, Any]): The general 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 format. For example, 3pm is specified as ```15:00```, 10am as ```10:00```. * Here is an example: <code>&lt;time itemprop="openingHours" datetime=&quot;Tu,Th 16:00-20:00&quot;&gt;Tuesdays and Thursdays 4-8pm&lt;/time&gt;</code>.* If a business is open 7 days a week, then it can be specified as <code>&lt;time itemprop=&quot;openingHours&quot; datetime=&quot;Mo-Su&quot;&gt;Monday through Sunday, all day&lt;/time&gt;</code>. """ type_: str = Field(default="LegalService", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) serviceArea: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The geographic area where the service is provided.", ) founder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person who founded this organization.", ) isicV4: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The International Standard of Industrial Classification of All Economic Activities" "(ISIC), Revision 4 code for a particular organization, business person, or place.", ) hasPOS: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Points-of-Sales operated by the organization or person.", ) globalLocationNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The [Global Location Number](http://www.gs1.org/gln) (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.", ) member: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A member of an Organization or a ProgramMembership. Organizations can be members of" "organizations; ProgramMembership is typically for individuals.", ) knowsAbout: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Of a [[Person]], and less typically of an [[Organization]], to indicate a topic that" "is known about - suggesting possible expertise but not implying it. We do not distinguish" "skill levels here, or relate this to educational content, events, objectives or [[JobPosting]]" "descriptions.", ) makesOffer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A pointer to products or services offered by the organization or person.", ) ownershipFundingInfo: Union[ List[Union[str, AnyUrl, Any]], str, AnyUrl, Any ] = Field( default=None, description="For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]])," "a description of organizational ownership structure; funding and grants. In a news/media" "setting, this is with particular reference to editorial independence. Note that the" "[[funder]] is also available and can be used to make basic funder information machine-readable.", ) founders: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person who founded this organization.", ) legalName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The official name of the organization, e.g. the registered company name.", ) actionableFeedbackPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement" "about public engagement activities (for news media, the newsroom’s), including involving" "the public - digitally or otherwise -- in coverage decisions, reporting and activities" "after publication.", ) areaServed: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The geographic area where a service or offered item is provided.", ) parentOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The larger organization that this organization is a [[subOrganization]] of, if any.", ) slogan: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A slogan or motto associated with the item.", ) department: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) memberOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An Organization (or ProgramMembership) to which this Person or Organization belongs.", ) publishingPrinciples: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="The publishingPrinciples property indicates (typically via [[URL]]) a document describing" "the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]]" "writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity" "policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles" "are those of the party primarily responsible for the creation of the [[CreativeWork]].While" "such policies are most typically expressed in natural language, sometimes related" "information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.", ) employee: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Someone working for this organization.", ) award: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An award won by or for this item.", ) email: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Email address.", ) contactPoints: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A contact point for a person or organization.", ) diversityStaffingReport: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]])," "a report on staffing diversity issues. In a news context this might be for example ASNE" "or RTDNA (US) reports, or self-reported.", ) foundingDate: Optional[Union[List[Union[str, Any, date]], str, Any, date]] = Field( default=None, description="The date that this organization was founded.", ) owns: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Products owned by the organization or person.", ) awards: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Awards won by or for this item.", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) dissolutionDate: Optional[ Union[List[Union[str, Any, date]], str, Any, date] ] = Field( default=None, description="The date that this organization was dissolved.", ) funding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A [[Grant]] that directly or indirectly provide funding or sponsorship for this item." "See also [[ownershipFundingInfo]].", ) interactionStatistic: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of interactions for the CreativeWork using the WebSite or SoftwareApplication." "The most specific child type of InteractionCounter should be used.", ) events: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past events associated with this place or organization.", ) seeks: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A pointer to products or services sought by the organization or person (demand).", ) employees: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="People working for this organization.", ) unnamedSourcesPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about" "policy on use of unnamed sources and the decision process required.", ) subOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A relationship between two organizations where the first includes the second, e.g.," "as a subsidiary. See also: the more specific 'department' property.", ) foundingLocation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The place where the Organization was founded.", ) funder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports (sponsors) something through some kind of financial" "contribution.", ) iso6523Code: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An organization identifier as defined in ISO 6523(-1). Note that many existing organization" "identifiers such as [leiCode](https://schema.org/leiCode), [duns](https://schema.org/duns)" "and [vatID](https://schema.org/vatID) can be expressed as an ISO 6523 identifier" "by setting the ICD part of the ISO 6523 identifier accordingly.", ) diversityPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Statement on diversity policy by an [[Organization]] e.g. a [[NewsMediaOrganization]]." "For a [[NewsMediaOrganization]], a statement describing the newsroom’s diversity" "policy on both staffing and sources, typically providing staffing data.", ) hasMerchantReturnPolicy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies a MerchantReturnPolicy that may be applicable.", ) event: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past event associated with this place, organization, or action.", ) duns: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Dun & Bradstreet DUNS number for identifying an organization or business person.", ) alumni: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Alumni of an organization.", ) ethicsPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Statement about ethics policy, e.g. of a [[NewsMediaOrganization]] regarding journalistic" "and publishing practices, or of a [[Restaurant]], a page describing food source policies." "In the case of a [[NewsMediaOrganization]], an ethicsPolicy is typically a statement" "describing the personal, organizational, and corporate standards of behavior expected" "by the organization.", ) leiCode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An organization identifier that uniquely identifies a legal entity as defined in ISO" "17442.", ) vatID: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Value-added Tax ID of the organization or person.", ) knowsLanguage: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Of a [[Person]], and less typically of an [[Organization]], to indicate a known language." "We do not distinguish skill levels or reading/writing/speaking/signing here. Use" "language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47).", ) correctionsPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing" "(in news media, the newsroom’s) disclosure and correction policy for errors.", ) logo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An associated logo.", ) hasCredential: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A credential awarded to the Person or Organization.", ) address: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Physical address of the item.", ) brand: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The brand(s) associated with a product or service, or the brand(s) maintained by an organization" "or business person.", ) nonprofitStatus: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="nonprofitStatus indicates the legal status of a non-profit organization in its primary" "place of business.", ) contactPoint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A contact point for a person or organization.", ) hasOfferCatalog: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates an OfferCatalog listing for this Organization, Person, or Service.", ) members: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A member of this organization.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) faxNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The fax number.", ) telephone: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The telephone number.", ) taxID: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in" "Spain.", ) naics: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The North American Industry Classification System (NAICS) code for a particular organization" "or business person.", ) location: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The location of, for example, where an event is happening, where an organization is located," "or where an action takes place.", ) numberOfEmployees: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of employees in an organization, e.g. business.", ) sponsor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports a thing through a pledge, promise, or financial" "contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.", ) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) geoCovers: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" 'a covering geometry to a covered geometry. "Every point of b is a point of (the interior' 'or boundary of) a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', ) longitude: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).", ) smokingAllowed: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or" "hotel room.", ) isicV4: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The International Standard of Industrial Classification of All Economic Activities" "(ISIC), Revision 4 code for a particular organization, business person, or place.", ) globalLocationNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The [Global Location Number](http://www.gs1.org/gln) (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.", ) amenityFeature: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic" "property does not make a statement about whether the feature is included in an offer for" "the main accommodation or available at extra costs.", ) additionalProperty: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A property-value pair representing an additional characteristic of the entity, 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. https://schema.org/width, https://schema.org/color," "https://schema.org/gtin13, ...) will typically expect such data to be provided using" "those properties, rather than using the generic property/value mechanism.", ) slogan: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A slogan or motto associated with the item.", ) photos: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Photographs of this place.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) tourBookingPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A page providing information on how to book a tour of some [[Place]], such as an [[Accommodation]]" "or [[ApartmentComplex]] in a real estate setting, as well as other kinds of tours as appropriate.", ) geoWithin: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" "a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined" "in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) containsPlace: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The basic containment relation between a place and another that it contains.", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) hasMap: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A URL to a map of the place.", ) containedIn: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The basic containment relation between a place and one that contains it.", ) events: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past events associated with this place or organization.", ) geoOverlaps: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" "a geometry to another that geospatially overlaps it, i.e. they have some but not all points" "in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) geoEquals: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" "are topologically equal, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM)." '"Two geometries are topologically equal if their interiors intersect and no part of' 'the interior or boundary of one geometry intersects the exterior of the other" (a symmetric' "relationship).", ) maps: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A URL to a map of the place.", ) isAccessibleForFree: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the item, event, or place is accessible for free.", ) event: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past event associated with this place, organization, or action.", ) photo: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A photograph of this place.", ) containedInPlace: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The basic containment relation between a place and one that contains it.", ) logo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An associated logo.", ) geoCrosses: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" 'a geometry to another that crosses it: "a crosses b: they have some but not all interior' "points in common, and the dimension of the intersection is less than that of at least one" 'of them". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', ) address: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Physical address of the item.", ) geo: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The geo coordinates of the place.", ) openingHoursSpecification: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The opening hours of a certain place.", ) geoDisjoint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" 'are topologically disjoint: "they have no point in common. They form a set of disconnected' 'geometries." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)', ) geoIntersects: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" "have at least one point in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) latitude: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).", ) maximumAttendeeCapacity: Optional[ Union[List[Union[str, int, Any]], str, int, Any] ] = Field( default=None, description="The total number of individuals that may attend an event or venue.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) map: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A URL to a map of the place.", ) branchCode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description='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.', ) faxNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The fax number.", ) publicAccess: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the [[Place]] is open to public visitors. If this property is omitted" "there is no assumed default boolean value", ) geoTouches: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" 'touch: "they have at least one boundary point in common, but no interior points." (A' "symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)", ) geoCoveredBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" "a geometry to another that covers it. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) telephone: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The telephone number.", ) hasDriveThroughService: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates whether some facility (e.g. [[FoodEstablishment]], [[CovidTestingFacility]])" "offers a service that can be used by driving through in a car. In the case of [[CovidTestingFacility]]" "such facilities could potentially help with social distancing from other potentially-infected" "users.", ) specialOpeningHoursSpecification: Optional[ Union[List[Union[str, Any]], str, Any] ] = Field( default=None, description="The special opening hours of a certain place.Use this to explicitly override general" "opening hours brought in scope by [[openingHoursSpecification]] or [[openingHours]].", ) geoContains: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" 'a containing geometry to a contained geometry. "a contains b iff no points of b lie in' 'the exterior of a, and at least one point of the interior of b lies in the interior of a".' "As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) priceRange: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The price range of the business, for example ```$$$```.", ) currenciesAccepted: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The currency accepted.Use standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217)," 'e.g. "USD"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies)' 'for cryptocurrencies, e.g. "BTC"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system)' '(LETS) and other currency types, e.g. "Ithaca HOUR".', ) branchOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The larger organization that this local business is a branch of, if any. Not to be confused" "with (anatomical) [[branch]].", ) paymentAccepted: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc.", ) openingHours: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The general 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 format." "For example, 3pm is specified as ```15:00```, 10am as ```10:00```. * Here is an example:" '<code>&lt;time itemprop="openingHours" datetime=&quot;Tu,Th 16:00-20:00&quot;&gt;Tuesdays' "and Thursdays 4-8pm&lt;/time&gt;</code>.* If a business is open 7 days a week, then" "it can be specified as <code>&lt;time itemprop=&quot;openingHours&quot; datetime=&quot;Mo-Su&quot;&gt;Monday" "through Sunday, all day&lt;/time&gt;</code>.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/LegalService.py
0.886107
0.369571
LegalService.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class HowItWorksHealthAspect(BaseModel): """Content that discusses and explains how a particular health-related topic works, e.g. in terms of mechanisms and underlying science. References: https://schema.org/HowItWorksHealthAspect Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="HowItWorksHealthAspect", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/HowItWorksHealthAspect.py
0.943204
0.391726
HowItWorksHealthAspect.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class MedicalAudienceType(BaseModel): """Target audiences types for medical web pages. Enumerated type. References: https://schema.org/MedicalAudienceType Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="MedicalAudienceType", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MedicalAudienceType.py
0.943047
0.32029
MedicalAudienceType.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class FullGameAvailability(BaseModel): """Indicates full game availability. References: https://schema.org/FullGameAvailability Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="FullGameAvailability", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/FullGameAvailability.py
0.938251
0.294354
FullGameAvailability.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Enumeration(BaseModel): """Lists or enumerations—for example, a list of cuisines or music genres, etc. References: https://schema.org/Enumeration Note: Model Depth 3 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="Enumeration", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Enumeration.py
0.946436
0.323701
Enumeration.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class TelevisionChannel(BaseModel): """A unique instance of a television BroadcastService on a CableOrSatelliteService lineup. References: https://schema.org/TelevisionChannel Note: Model Depth 4 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. broadcastChannelId: (Union[List[Union[str, Any]], str, Any]): The unique address by which the BroadcastService can be identified in a provider lineup. In US, this is typically a number. providesBroadcastService: (Optional[Union[List[Union[str, Any]], str, Any]]): The BroadcastService offered on this channel. genre: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Genre of the creative work, broadcast channel or group. broadcastServiceTier: (Union[List[Union[str, Any]], str, Any]): The type of service required to have access to the channel (e.g. Standard or Premium). inBroadcastLineup: (Optional[Union[List[Union[str, Any]], str, Any]]): The CableOrSatelliteService offering the channel. broadcastFrequency: (Union[List[Union[str, Any]], str, Any]): The frequency used for over-the-air broadcasts. Numeric values or simple ranges, e.g. 87-99. In addition a shortcut idiom is supported for frequences of AM and FM radio channels, e.g. "87 FM". """ type_: str = Field(default="TelevisionChannel", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) broadcastChannelId: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The unique address by which the BroadcastService can be identified in a provider lineup." "In US, this is typically a number.", ) providesBroadcastService: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The BroadcastService offered on this channel.", ) genre: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Genre of the creative work, broadcast channel or group.", ) broadcastServiceTier: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The type of service required to have access to the channel (e.g. Standard or Premium).", ) inBroadcastLineup: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The CableOrSatelliteService offering the channel.", ) broadcastFrequency: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The frequency used for over-the-air broadcasts. Numeric values or simple ranges, e.g." "87-99. In addition a shortcut idiom is supported for frequences of AM and FM radio channels," 'e.g. "87 FM".', )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/TelevisionChannel.py
0.946362
0.321567
TelevisionChannel.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class MedicalEvidenceLevel(BaseModel): """Level of evidence for a medical guideline. Enumerated type. References: https://schema.org/MedicalEvidenceLevel Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="MedicalEvidenceLevel", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MedicalEvidenceLevel.py
0.944293
0.31629
MedicalEvidenceLevel.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Preschool(BaseModel): """A preschool. References: https://schema.org/Preschool Note: Model Depth 4 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. geoCovers: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a covering geometry to a covered geometry. "Every point of b is a point of (the interior or boundary of) a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). longitude: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)). smokingAllowed: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room. isicV4: (Union[List[Union[str, Any]], str, Any]): The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place. globalLocationNumber: (Union[List[Union[str, Any]], str, Any]): The [Global Location Number](http://www.gs1.org/gln) (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. amenityFeature: (Optional[Union[List[Union[str, Any]], str, Any]]): An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs. additionalProperty: (Optional[Union[List[Union[str, Any]], str, Any]]): A property-value pair representing an additional characteristic of the entity, 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. https://schema.org/width, https://schema.org/color, https://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism. slogan: (Union[List[Union[str, Any]], str, Any]): A slogan or motto associated with the item. photos: (Optional[Union[List[Union[str, Any]], str, Any]]): Photographs of this place. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. tourBookingPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A page providing information on how to book a tour of some [[Place]], such as an [[Accommodation]] or [[ApartmentComplex]] in a real estate setting, as well as other kinds of tours as appropriate. geoWithin: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). containsPlace: (Optional[Union[List[Union[str, Any]], str, Any]]): The basic containment relation between a place and another that it contains. review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. hasMap: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A URL to a map of the place. containedIn: (Optional[Union[List[Union[str, Any]], str, Any]]): The basic containment relation between a place and one that contains it. events: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past events associated with this place or organization. geoOverlaps: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). geoEquals: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). "Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other" (a symmetric relationship). maps: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A URL to a map of the place. isAccessibleForFree: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the item, event, or place is accessible for free. event: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past event associated with this place, organization, or action. photo: (Optional[Union[List[Union[str, Any]], str, Any]]): A photograph of this place. containedInPlace: (Optional[Union[List[Union[str, Any]], str, Any]]): The basic containment relation between a place and one that contains it. logo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An associated logo. geoCrosses: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to another that crosses it: "a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). address: (Union[List[Union[str, Any]], str, Any]): Physical address of the item. geo: (Optional[Union[List[Union[str, Any]], str, Any]]): The geo coordinates of the place. openingHoursSpecification: (Optional[Union[List[Union[str, Any]], str, Any]]): The opening hours of a certain place. geoDisjoint: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: "they have no point in common. They form a set of disconnected geometries." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).) geoIntersects: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). latitude: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)). maximumAttendeeCapacity: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): The total number of individuals that may attend an event or venue. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. map: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A URL to a map of the place. branchCode: (Union[List[Union[str, Any]], str, Any]): 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. faxNumber: (Union[List[Union[str, Any]], str, Any]): The fax number. publicAccess: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the [[Place]] is open to public visitors. If this property is omitted there is no assumed default boolean value geoTouches: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) touch: "they have at least one boundary point in common, but no interior points." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).) geoCoveredBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). telephone: (Union[List[Union[str, Any]], str, Any]): The telephone number. hasDriveThroughService: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates whether some facility (e.g. [[FoodEstablishment]], [[CovidTestingFacility]]) offers a service that can be used by driving through in a car. In the case of [[CovidTestingFacility]] such facilities could potentially help with social distancing from other potentially-infected users. specialOpeningHoursSpecification: (Optional[Union[List[Union[str, Any]], str, Any]]): The special opening hours of a certain place.Use this to explicitly override general opening hours brought in scope by [[openingHoursSpecification]] or [[openingHours]]. geoContains: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. "a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). openingHours: (Union[List[Union[str, Any]], str, Any]): The general 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 format. For example, 3pm is specified as ```15:00```, 10am as ```10:00```. * Here is an example: <code>&lt;time itemprop="openingHours" datetime=&quot;Tu,Th 16:00-20:00&quot;&gt;Tuesdays and Thursdays 4-8pm&lt;/time&gt;</code>.* If a business is open 7 days a week, then it can be specified as <code>&lt;time itemprop=&quot;openingHours&quot; datetime=&quot;Mo-Su&quot;&gt;Monday through Sunday, all day&lt;/time&gt;</code>. potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. serviceArea: (Optional[Union[List[Union[str, Any]], str, Any]]): The geographic area where the service is provided. founder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person who founded this organization. isicV4: (Union[List[Union[str, Any]], str, Any]): The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place. hasPOS: (Optional[Union[List[Union[str, Any]], str, Any]]): Points-of-Sales operated by the organization or person. globalLocationNumber: (Union[List[Union[str, Any]], str, Any]): The [Global Location Number](http://www.gs1.org/gln) (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. member: (Optional[Union[List[Union[str, Any]], str, Any]]): A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals. knowsAbout: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Of a [[Person]], and less typically of an [[Organization]], to indicate a topic that is known about - suggesting possible expertise but not implying it. We do not distinguish skill levels here, or relate this to educational content, events, objectives or [[JobPosting]] descriptions. makesOffer: (Optional[Union[List[Union[str, Any]], str, Any]]): A pointer to products or services offered by the organization or person. ownershipFundingInfo: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a description of organizational ownership structure; funding and grants. In a news/media setting, this is with particular reference to editorial independence. Note that the [[funder]] is also available and can be used to make basic funder information machine-readable. founders: (Optional[Union[List[Union[str, Any]], str, Any]]): A person who founded this organization. legalName: (Union[List[Union[str, Any]], str, Any]): The official name of the organization, e.g. the registered company name. actionableFeedbackPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement about public engagement activities (for news media, the newsroom’s), including involving the public - digitally or otherwise -- in coverage decisions, reporting and activities after publication. areaServed: (Union[List[Union[str, Any]], str, Any]): The geographic area where a service or offered item is provided. parentOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): The larger organization that this organization is a [[subOrganization]] of, if any. slogan: (Union[List[Union[str, Any]], str, Any]): A slogan or motto associated with the item. department: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. memberOf: (Optional[Union[List[Union[str, Any]], str, Any]]): An Organization (or ProgramMembership) to which this Person or Organization belongs. publishingPrinciples: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. employee: (Optional[Union[List[Union[str, Any]], str, Any]]): Someone working for this organization. award: (Union[List[Union[str, Any]], str, Any]): An award won by or for this item. email: (Union[List[Union[str, Any]], str, Any]): Email address. contactPoints: (Optional[Union[List[Union[str, Any]], str, Any]]): A contact point for a person or organization. diversityStaffingReport: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a report on staffing diversity issues. In a news context this might be for example ASNE or RTDNA (US) reports, or self-reported. foundingDate: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): The date that this organization was founded. owns: (Optional[Union[List[Union[str, Any]], str, Any]]): Products owned by the organization or person. awards: (Union[List[Union[str, Any]], str, Any]): Awards won by or for this item. review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. dissolutionDate: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): The date that this organization was dissolved. funding: (Optional[Union[List[Union[str, Any]], str, Any]]): A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. interactionStatistic: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used. events: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past events associated with this place or organization. seeks: (Optional[Union[List[Union[str, Any]], str, Any]]): A pointer to products or services sought by the organization or person (demand). employees: (Optional[Union[List[Union[str, Any]], str, Any]]): People working for this organization. unnamedSourcesPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about policy on use of unnamed sources and the decision process required. subOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific 'department' property. foundingLocation: (Optional[Union[List[Union[str, Any]], str, Any]]): The place where the Organization was founded. funder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports (sponsors) something through some kind of financial contribution. iso6523Code: (Union[List[Union[str, Any]], str, Any]): An organization identifier as defined in ISO 6523(-1). Note that many existing organization identifiers such as [leiCode](https://schema.org/leiCode), [duns](https://schema.org/duns) and [vatID](https://schema.org/vatID) can be expressed as an ISO 6523 identifier by setting the ICD part of the ISO 6523 identifier accordingly. diversityPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Statement on diversity policy by an [[Organization]] e.g. a [[NewsMediaOrganization]]. For a [[NewsMediaOrganization]], a statement describing the newsroom’s diversity policy on both staffing and sources, typically providing staffing data. hasMerchantReturnPolicy: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies a MerchantReturnPolicy that may be applicable. event: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past event associated with this place, organization, or action. duns: (Union[List[Union[str, Any]], str, Any]): The Dun & Bradstreet DUNS number for identifying an organization or business person. alumni: (Optional[Union[List[Union[str, Any]], str, Any]]): Alumni of an organization. ethicsPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Statement about ethics policy, e.g. of a [[NewsMediaOrganization]] regarding journalistic and publishing practices, or of a [[Restaurant]], a page describing food source policies. In the case of a [[NewsMediaOrganization]], an ethicsPolicy is typically a statement describing the personal, organizational, and corporate standards of behavior expected by the organization. leiCode: (Union[List[Union[str, Any]], str, Any]): An organization identifier that uniquely identifies a legal entity as defined in ISO 17442. vatID: (Union[List[Union[str, Any]], str, Any]): The Value-added Tax ID of the organization or person. knowsLanguage: (Union[List[Union[str, Any]], str, Any]): Of a [[Person]], and less typically of an [[Organization]], to indicate a known language. We do not distinguish skill levels or reading/writing/speaking/signing here. Use language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). correctionsPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing (in news media, the newsroom’s) disclosure and correction policy for errors. logo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An associated logo. hasCredential: (Optional[Union[List[Union[str, Any]], str, Any]]): A credential awarded to the Person or Organization. address: (Union[List[Union[str, Any]], str, Any]): Physical address of the item. brand: (Optional[Union[List[Union[str, Any]], str, Any]]): The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person. nonprofitStatus: (Optional[Union[List[Union[str, Any]], str, Any]]): nonprofitStatus indicates the legal status of a non-profit organization in its primary place of business. contactPoint: (Optional[Union[List[Union[str, Any]], str, Any]]): A contact point for a person or organization. hasOfferCatalog: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates an OfferCatalog listing for this Organization, Person, or Service. members: (Optional[Union[List[Union[str, Any]], str, Any]]): A member of this organization. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. faxNumber: (Union[List[Union[str, Any]], str, Any]): The fax number. telephone: (Union[List[Union[str, Any]], str, Any]): The telephone number. taxID: (Union[List[Union[str, Any]], str, Any]): The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain. naics: (Union[List[Union[str, Any]], str, Any]): The North American Industry Classification System (NAICS) code for a particular organization or business person. location: (Union[List[Union[str, Any]], str, Any]): The location of, for example, where an event is happening, where an organization is located, or where an action takes place. numberOfEmployees: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of employees in an organization, e.g. business. sponsor: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event. alumni: (Optional[Union[List[Union[str, Any]], str, Any]]): Alumni of an organization. """ type_: str = Field(default="Preschool", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) geoCovers: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" 'a covering geometry to a covered geometry. "Every point of b is a point of (the interior' 'or boundary of) a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', ) longitude: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).", ) smokingAllowed: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or" "hotel room.", ) isicV4: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The International Standard of Industrial Classification of All Economic Activities" "(ISIC), Revision 4 code for a particular organization, business person, or place.", ) globalLocationNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The [Global Location Number](http://www.gs1.org/gln) (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.", ) amenityFeature: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic" "property does not make a statement about whether the feature is included in an offer for" "the main accommodation or available at extra costs.", ) additionalProperty: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A property-value pair representing an additional characteristic of the entity, 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. https://schema.org/width, https://schema.org/color," "https://schema.org/gtin13, ...) will typically expect such data to be provided using" "those properties, rather than using the generic property/value mechanism.", ) slogan: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A slogan or motto associated with the item.", ) photos: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Photographs of this place.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) tourBookingPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A page providing information on how to book a tour of some [[Place]], such as an [[Accommodation]]" "or [[ApartmentComplex]] in a real estate setting, as well as other kinds of tours as appropriate.", ) geoWithin: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" "a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined" "in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) containsPlace: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The basic containment relation between a place and another that it contains.", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) hasMap: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A URL to a map of the place.", ) containedIn: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The basic containment relation between a place and one that contains it.", ) events: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past events associated with this place or organization.", ) geoOverlaps: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" "a geometry to another that geospatially overlaps it, i.e. they have some but not all points" "in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) geoEquals: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" "are topologically equal, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM)." '"Two geometries are topologically equal if their interiors intersect and no part of' 'the interior or boundary of one geometry intersects the exterior of the other" (a symmetric' "relationship).", ) maps: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A URL to a map of the place.", ) isAccessibleForFree: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the item, event, or place is accessible for free.", ) event: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past event associated with this place, organization, or action.", ) photo: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A photograph of this place.", ) containedInPlace: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The basic containment relation between a place and one that contains it.", ) logo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An associated logo.", ) geoCrosses: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" 'a geometry to another that crosses it: "a crosses b: they have some but not all interior' "points in common, and the dimension of the intersection is less than that of at least one" 'of them". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', ) address: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Physical address of the item.", ) geo: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The geo coordinates of the place.", ) openingHoursSpecification: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The opening hours of a certain place.", ) geoDisjoint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" 'are topologically disjoint: "they have no point in common. They form a set of disconnected' 'geometries." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)', ) geoIntersects: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" "have at least one point in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) latitude: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).", ) maximumAttendeeCapacity: Optional[ Union[List[Union[str, int, Any]], str, int, Any] ] = Field( default=None, description="The total number of individuals that may attend an event or venue.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) map: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A URL to a map of the place.", ) branchCode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description='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.', ) faxNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The fax number.", ) publicAccess: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the [[Place]] is open to public visitors. If this property is omitted" "there is no assumed default boolean value", ) geoTouches: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" 'touch: "they have at least one boundary point in common, but no interior points." (A' "symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)", ) geoCoveredBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" "a geometry to another that covers it. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) telephone: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The telephone number.", ) hasDriveThroughService: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates whether some facility (e.g. [[FoodEstablishment]], [[CovidTestingFacility]])" "offers a service that can be used by driving through in a car. In the case of [[CovidTestingFacility]]" "such facilities could potentially help with social distancing from other potentially-infected" "users.", ) specialOpeningHoursSpecification: Optional[ Union[List[Union[str, Any]], str, Any] ] = Field( default=None, description="The special opening hours of a certain place.Use this to explicitly override general" "opening hours brought in scope by [[openingHoursSpecification]] or [[openingHours]].", ) geoContains: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" 'a containing geometry to a contained geometry. "a contains b iff no points of b lie in' 'the exterior of a, and at least one point of the interior of b lies in the interior of a".' "As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) openingHours: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The general 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 format." "For example, 3pm is specified as ```15:00```, 10am as ```10:00```. * Here is an example:" '<code>&lt;time itemprop="openingHours" datetime=&quot;Tu,Th 16:00-20:00&quot;&gt;Tuesdays' "and Thursdays 4-8pm&lt;/time&gt;</code>.* If a business is open 7 days a week, then" "it can be specified as <code>&lt;time itemprop=&quot;openingHours&quot; datetime=&quot;Mo-Su&quot;&gt;Monday" "through Sunday, all day&lt;/time&gt;</code>.", ) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) serviceArea: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The geographic area where the service is provided.", ) founder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person who founded this organization.", ) isicV4: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The International Standard of Industrial Classification of All Economic Activities" "(ISIC), Revision 4 code for a particular organization, business person, or place.", ) hasPOS: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Points-of-Sales operated by the organization or person.", ) globalLocationNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The [Global Location Number](http://www.gs1.org/gln) (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.", ) member: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A member of an Organization or a ProgramMembership. Organizations can be members of" "organizations; ProgramMembership is typically for individuals.", ) knowsAbout: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Of a [[Person]], and less typically of an [[Organization]], to indicate a topic that" "is known about - suggesting possible expertise but not implying it. We do not distinguish" "skill levels here, or relate this to educational content, events, objectives or [[JobPosting]]" "descriptions.", ) makesOffer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A pointer to products or services offered by the organization or person.", ) ownershipFundingInfo: Union[ List[Union[str, AnyUrl, Any]], str, AnyUrl, Any ] = Field( default=None, description="For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]])," "a description of organizational ownership structure; funding and grants. In a news/media" "setting, this is with particular reference to editorial independence. Note that the" "[[funder]] is also available and can be used to make basic funder information machine-readable.", ) founders: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person who founded this organization.", ) legalName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The official name of the organization, e.g. the registered company name.", ) actionableFeedbackPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement" "about public engagement activities (for news media, the newsroom’s), including involving" "the public - digitally or otherwise -- in coverage decisions, reporting and activities" "after publication.", ) areaServed: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The geographic area where a service or offered item is provided.", ) parentOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The larger organization that this organization is a [[subOrganization]] of, if any.", ) slogan: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A slogan or motto associated with the item.", ) department: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) memberOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An Organization (or ProgramMembership) to which this Person or Organization belongs.", ) publishingPrinciples: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="The publishingPrinciples property indicates (typically via [[URL]]) a document describing" "the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]]" "writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity" "policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles" "are those of the party primarily responsible for the creation of the [[CreativeWork]].While" "such policies are most typically expressed in natural language, sometimes related" "information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.", ) employee: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Someone working for this organization.", ) award: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An award won by or for this item.", ) email: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Email address.", ) contactPoints: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A contact point for a person or organization.", ) diversityStaffingReport: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]])," "a report on staffing diversity issues. In a news context this might be for example ASNE" "or RTDNA (US) reports, or self-reported.", ) foundingDate: Optional[Union[List[Union[str, Any, date]], str, Any, date]] = Field( default=None, description="The date that this organization was founded.", ) owns: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Products owned by the organization or person.", ) awards: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Awards won by or for this item.", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) dissolutionDate: Optional[ Union[List[Union[str, Any, date]], str, Any, date] ] = Field( default=None, description="The date that this organization was dissolved.", ) funding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A [[Grant]] that directly or indirectly provide funding or sponsorship for this item." "See also [[ownershipFundingInfo]].", ) interactionStatistic: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of interactions for the CreativeWork using the WebSite or SoftwareApplication." "The most specific child type of InteractionCounter should be used.", ) events: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past events associated with this place or organization.", ) seeks: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A pointer to products or services sought by the organization or person (demand).", ) employees: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="People working for this organization.", ) unnamedSourcesPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about" "policy on use of unnamed sources and the decision process required.", ) subOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A relationship between two organizations where the first includes the second, e.g.," "as a subsidiary. See also: the more specific 'department' property.", ) foundingLocation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The place where the Organization was founded.", ) funder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports (sponsors) something through some kind of financial" "contribution.", ) iso6523Code: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An organization identifier as defined in ISO 6523(-1). Note that many existing organization" "identifiers such as [leiCode](https://schema.org/leiCode), [duns](https://schema.org/duns)" "and [vatID](https://schema.org/vatID) can be expressed as an ISO 6523 identifier" "by setting the ICD part of the ISO 6523 identifier accordingly.", ) diversityPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Statement on diversity policy by an [[Organization]] e.g. a [[NewsMediaOrganization]]." "For a [[NewsMediaOrganization]], a statement describing the newsroom’s diversity" "policy on both staffing and sources, typically providing staffing data.", ) hasMerchantReturnPolicy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies a MerchantReturnPolicy that may be applicable.", ) event: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past event associated with this place, organization, or action.", ) duns: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Dun & Bradstreet DUNS number for identifying an organization or business person.", ) alumni: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Alumni of an organization.", ) ethicsPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Statement about ethics policy, e.g. of a [[NewsMediaOrganization]] regarding journalistic" "and publishing practices, or of a [[Restaurant]], a page describing food source policies." "In the case of a [[NewsMediaOrganization]], an ethicsPolicy is typically a statement" "describing the personal, organizational, and corporate standards of behavior expected" "by the organization.", ) leiCode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An organization identifier that uniquely identifies a legal entity as defined in ISO" "17442.", ) vatID: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Value-added Tax ID of the organization or person.", ) knowsLanguage: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Of a [[Person]], and less typically of an [[Organization]], to indicate a known language." "We do not distinguish skill levels or reading/writing/speaking/signing here. Use" "language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47).", ) correctionsPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing" "(in news media, the newsroom’s) disclosure and correction policy for errors.", ) logo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An associated logo.", ) hasCredential: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A credential awarded to the Person or Organization.", ) address: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Physical address of the item.", ) brand: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The brand(s) associated with a product or service, or the brand(s) maintained by an organization" "or business person.", ) nonprofitStatus: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="nonprofitStatus indicates the legal status of a non-profit organization in its primary" "place of business.", ) contactPoint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A contact point for a person or organization.", ) hasOfferCatalog: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates an OfferCatalog listing for this Organization, Person, or Service.", ) members: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A member of this organization.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) faxNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The fax number.", ) telephone: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The telephone number.", ) taxID: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in" "Spain.", ) naics: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The North American Industry Classification System (NAICS) code for a particular organization" "or business person.", ) location: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The location of, for example, where an event is happening, where an organization is located," "or where an action takes place.", ) numberOfEmployees: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of employees in an organization, e.g. business.", ) sponsor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports a thing through a pledge, promise, or financial" "contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.", ) alumni: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Alumni of an organization.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Preschool.py
0.94651
0.497192
Preschool.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class DataDownload(BaseModel): """All or part of a [[Dataset]] in downloadable form. References: https://schema.org/DataDownload Note: Model Depth 4 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. workTranslation: (Optional[Union[List[Union[str, Any]], str, Any]]): A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation “Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese translation Tây du ký bình khảo. educationalLevel: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators. associatedMedia: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. This property is a synonym for encoding. exampleOfWork: (Optional[Union[List[Union[str, Any]], str, Any]]): A creative work that this work is an example/instance/realization/derivation of. releasedEvent: (Optional[Union[List[Union[str, Any]], str, Any]]): The place and time the release was issued, expressed as a PublicationEvent. version: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The version of the CreativeWork embodied by a specified resource. locationCreated: (Optional[Union[List[Union[str, Any]], str, Any]]): The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork. acquireLicensePage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page documenting how licenses can be purchased or otherwise acquired, for the current item. thumbnailUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A thumbnail image relevant to the Thing. provider: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. expires: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): Date the content expires and is no longer useful or available. For example a [[VideoObject]] or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]] fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date. contentLocation: (Optional[Union[List[Union[str, Any]], str, Any]]): The location depicted or described in the content. For example, the location in a photograph or painting. educationalUse: (Union[List[Union[str, Any]], str, Any]): The purpose of a work in the context of education; for example, 'assignment', 'group work'. copyrightHolder: (Optional[Union[List[Union[str, Any]], str, Any]]): The party holding the legal copyright to the CreativeWork. accessibilityControl: (Union[List[Union[str, Any]], str, Any]): Identifies input methods that are sufficient to fully control the described resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary). maintainer: (Optional[Union[List[Union[str, Any]], str, Any]]): A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other [[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions to, and/or publication of, some (typically complex) artifact. It is common for distributions of software and data to be based on "upstream" sources. When [[maintainer]] is applied to a specific version of something e.g. a particular version or packaging of a [[Dataset]], it is always possible that the upstream source has a different maintainer. The [[isBasedOn]] property can be used to indicate such relationships between datasets to make the different maintenance roles clear. Similarly in the case of software, a package may have dedicated maintainers working on integration into software distributions such as Ubuntu, as well as upstream maintainers of the underlying work. educationalAlignment: (Optional[Union[List[Union[str, Any]], str, Any]]): An alignment to an established educational framework.This property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource [[teaches]] or [[assesses]] a competency. spatial: (Optional[Union[List[Union[str, Any]], str, Any]]): The "spatial" property can be used in cases when more specific properties(e.g. [[locationCreated]], [[spatialCoverage]], [[contentLocation]]) are not known to be appropriate. publisher: (Optional[Union[List[Union[str, Any]], str, Any]]): The publisher of the creative work. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. assesses: (Union[List[Union[str, Any]], str, Any]): The item being described is intended to assess the competency or learning outcome defined by the referenced term. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. isBasedOn: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A resource from which this work is derived or from which it is a modification or adaption. mentions: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept. publishingPrinciples: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. contributor: (Optional[Union[List[Union[str, Any]], str, Any]]): A secondary contributor to the CreativeWork or Event. license: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A license document that applies to this content, typically indicated by URL. citation: (Union[List[Union[str, Any]], str, Any]): A citation or reference to another creative work, such as another publication, web page, scholarly article, etc. accessibilitySummary: (Union[List[Union[str, Any]], str, Any]): A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as "short descriptions are present but long descriptions will be needed for non-visual users" or "short descriptions are present and no long descriptions are needed." award: (Union[List[Union[str, Any]], str, Any]): An award won by or for this item. commentCount: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): 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. temporalCoverage: (Union[List[Union[datetime, str, Any, AnyUrl]], datetime, str, Any, AnyUrl]): The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals). In the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012"). Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate their temporalCoverage in broader terms - textually or via well-known URL. Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".Open-ended date ranges can be written with ".." in place of the end date. For example, "2015-11/.." indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated. dateCreated: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): The date on which the CreativeWork was created or the item was added to a DataFeed. discussionUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A link to the page containing the comments of the CreativeWork. copyrightNotice: (Union[List[Union[str, Any]], str, Any]): Text of a notice appropriate for describing the copyright aspects of this Creative Work, ideally indicating the owner of the copyright for the Work. learningResourceType: (Union[List[Union[str, Any]], str, Any]): The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'. awards: (Union[List[Union[str, Any]], str, Any]): Awards won by or for this item. accessModeSufficient: (Optional[Union[List[Union[str, Any]], str, Any]]): A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary). review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. conditionsOfAccess: (Union[List[Union[str, Any]], str, Any]): Conditions that affect the availability of, or method(s) of access to, an item. Typically used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]. This property is not suitable for use as a general Web access control mechanism. It is expressed only in natural language.For example "Available by appointment from the Reading Room" or "Accessible only from logged-in accounts ". interactivityType: (Union[List[Union[str, Any]], str, Any]): The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'. abstract: (Union[List[Union[str, Any]], str, Any]): An abstract is a short description that summarizes a [[CreativeWork]]. fileFormat: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)) 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. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry. interpretedAsClaim: (Optional[Union[List[Union[str, Any]], str, Any]]): Used to indicate a specific claim contained, implied, translated or refined from the content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can be indicated using [[claimInterpreter]]. text: (Union[List[Union[str, Any]], str, Any]): The textual content of this CreativeWork. archivedAt: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible, but be archived by archival, journalistic, activist, or law enforcement organizations. In such cases, the referenced page may not directly publish the content. alternativeHeadline: (Union[List[Union[str, Any]], str, Any]): A secondary title of the CreativeWork. creditText: (Union[List[Union[str, Any]], str, Any]): Text that can be used to credit person(s) and/or organization(s) associated with a published Creative Work. funding: (Optional[Union[List[Union[str, Any]], str, Any]]): A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. interactionStatistic: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used. workExample: (Optional[Union[List[Union[str, Any]], str, Any]]): Example/instance/realization/derivation of the concept of this creative work. E.g. the paperback edition, first edition, or e-book. about: (Optional[Union[List[Union[str, Any]], str, Any]]): The subject matter of the content. encodings: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. funder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports (sponsors) something through some kind of financial contribution. video: (Optional[Union[List[Union[str, Any]], str, Any]]): An embedded video object. isPartOf: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of. pattern: (Union[List[Union[str, Any]], str, Any]): A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'. Values are typically expressed as text, although links to controlled value schemes are also supported. editor: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies the Person who edited the CreativeWork. dateModified: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed. translationOfWork: (Optional[Union[List[Union[str, Any]], str, Any]]): The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the Origin of Species”. creativeWorkStatus: (Union[List[Union[str, Any]], str, Any]): The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle. isBasedOnUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. isFamilyFriendly: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates whether this content is family friendly. isAccessibleForFree: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the item, event, or place is accessible for free. author: (Optional[Union[List[Union[str, Any]], str, Any]]): The author of this content or rating. 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. contentReferenceTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event. correction: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]], textually or in another document. sdDatePublished: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): Indicates the date on which the current structured data was generated / published. Typically used alongside [[sdPublisher]] comment: (Optional[Union[List[Union[str, Any]], str, Any]]): Comments, typically from users. countryOfOrigin: (Optional[Union[List[Union[str, Any]], str, Any]]): The country of origin of something, including products as well as creative works such as movie and TV content.In the case of TV and movie, this would be the country of the principle offices of the production company or individual responsible for the movie. For other kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties such as [[contentLocation]] and [[locationCreated]] may be more applicable.In the case of products, the country of origin of the product. The exact interpretation of this may vary by context and product type, and cannot be fully enumerated here. timeRequired: (Optional[Union[List[Union[str, Any]], str, Any]]): Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. 'PT30M', 'PT1H25M'. typicalAgeRange: (Union[List[Union[str, Any]], str, Any]): The typical expected age range, e.g. '7-9', '11-'. genre: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Genre of the creative work, broadcast channel or group. producer: (Optional[Union[List[Union[str, Any]], str, Any]]): The person or organization who produced the work (e.g. music album, movie, TV/radio series etc.). schemaVersion: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Indicates (by URL or string) a particular version of a schema used in some CreativeWork. This property was created primarily to indicate the use of a specific schema.org release, e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```. There may be situations in which other schemas might usefully be referenced this way, e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/``` but this has not been carefully explored in the community. audience: (Optional[Union[List[Union[str, Any]], str, Any]]): An intended audience, i.e. a group for whom something was created. encoding: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. This property is a synonym for associatedMedia. publisherImprint: (Optional[Union[List[Union[str, Any]], str, Any]]): The publishing division which published the comic. accessibilityAPI: (Union[List[Union[str, Any]], str, Any]): Indicates that the resource is compatible with the referenced accessibility API. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary). sdPublisher: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The[[sdPublisher]] property helps make such practices more explicit. audio: (Optional[Union[List[Union[str, Any]], str, Any]]): An embedded audio object. accessibilityFeature: (Union[List[Union[str, Any]], str, Any]): Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary). spatialCoverage: (Optional[Union[List[Union[str, Any]], str, Any]]): The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York. accessMode: (Union[List[Union[str, Any]], str, Any]): The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary). editEIDR: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing a specific edit / edition for a work of film or television.For example, the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J" has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".Since schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description. usageInfo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]. This property is applicable both to works that are freely available and to those that require payment or other transactions. It can reference additional information, e.g. community expectations on preferred linking and citation conventions, as well as purchasing details. For something that can be commercially licensed, usageInfo can provide detailed, resource-specific information about licensing options.This property can be used alongside the license property which indicates license(s) applicable to some piece of content. The usageInfo property can provide information about other licensing options, e.g. acquiring commercial usage rights for an image that is also available under non-commercial creative commons licenses. position: (Union[List[Union[str, int, Any]], str, int, Any]): The position of an item in a series or sequence of items. encodingFormat: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml) and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)), e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.In cases where a [[CreativeWork]] has several media type representations, [[encoding]] can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]] information.Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry. copyrightYear: (Optional[Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]]): The year during which the claimed copyright for the CreativeWork was first asserted. mainEntity: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the primary entity described in some page or other CreativeWork. creator: (Optional[Union[List[Union[str, Any]], str, Any]]): The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork. teaches: (Union[List[Union[str, Any]], str, Any]): The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term. temporal: (Union[List[Union[datetime, str, Any]], datetime, str, Any]): The "temporal" property can be used in cases where more specific properties(e.g. [[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]]) are not known to be appropriate. size: (Union[List[Union[str, Any]], str, Any]): A standardized size of a product or creative work, specified either through a simple textual string (for example 'XL', '32Wx34L'), a QuantitativeValue with a unitCode, or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]], [[height]], [[depth]] and [[weight]] properties may be more applicable. translator: (Optional[Union[List[Union[str, Any]], str, Any]]): Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. accountablePerson: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies the Person that is legally accountable for the CreativeWork. accessibilityHazard: (Union[List[Union[str, Any]], str, Any]): A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary). contentRating: (Union[List[Union[str, Any]], str, Any]): Official rating of a piece of content&#x2014;for example, 'MPAA PG-13'. recordedAt: (Optional[Union[List[Union[str, Any]], str, Any]]): The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event. publication: (Optional[Union[List[Union[str, Any]], str, Any]]): A publication event associated with the item. sdLicense: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A license document that applies to this structured data, typically indicated by URL. headline: (Union[List[Union[str, Any]], str, Any]): Headline of the article. materialExtent: (Union[List[Union[str, Any]], str, Any]): The quantity of the materials being described or an expression of the physical space they occupy. inLanguage: (Union[List[Union[str, Any]], str, Any]): 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](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]]. material: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): A material that something is made from, e.g. leather, wool, cotton, paper. datePublished: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): Date of first broadcast/publication. offers: (Optional[Union[List[Union[str, Any]], str, Any]]): An offer to provide this item&#x2014;for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer. hasPart: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense). sourceOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): The Organization on whose behalf the creator was working. sponsor: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event. character: (Optional[Union[List[Union[str, Any]], str, Any]]): Fictional person connected with a creative work. embedUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. bitrate: (Union[List[Union[str, Any]], str, Any]): The bitrate of the media object. width: (Optional[Union[List[Union[str, Any]], str, Any]]): The width of the item. sha256: (Union[List[Union[str, Any]], str, Any]): The [SHA-2](https://en.wikipedia.org/wiki/SHA-2) SHA256 hash of the content of the item. For example, a zero-length input has value 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855' endTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): 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*. For media, including audio and video, it's the time offset of the end of a clip within a larger file.Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions. startTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): 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. For media, including audio and video, it's the time offset of the start of a clip within a larger file.Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions. contentSize: (Union[List[Union[str, Any]], str, Any]): File size in (mega/kilo)bytes. height: (Optional[Union[List[Union[str, Any]], str, Any]]): The height of the item. playerType: (Union[List[Union[str, Any]], str, Any]): Player type required&#x2014;for example, Flash or Silverlight. associatedArticle: (Optional[Union[List[Union[str, Any]], str, Any]]): A NewsArticle associated with the Media Object. interpretedAsClaim: (Optional[Union[List[Union[str, Any]], str, Any]]): Used to indicate a specific claim contained, implied, translated or refined from the content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can be indicated using [[claimInterpreter]]. duration: (Optional[Union[List[Union[str, Any]], str, Any]]): The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601). requiresSubscription: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): 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'). regionsAllowed: (Optional[Union[List[Union[str, Any]], str, Any]]): 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](http://en.wikipedia.org/wiki/ISO_3166). contentUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Actual bytes of the media object, for example the image file or video file. productionCompany: (Optional[Union[List[Union[str, Any]], str, Any]]): The production company or studio responsible for the item, e.g. series, video game, episode etc. encodesCreativeWork: (Optional[Union[List[Union[str, Any]], str, Any]]): The CreativeWork encoded by this media object. uploadDate: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): Date when this media object was uploaded to this site. ineligibleRegion: (Union[List[Union[str, Any]], str, Any]): 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]]. encodingFormat: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml) and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)), e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.In cases where a [[CreativeWork]] has several media type representations, [[encoding]] can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]] information.Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry. measurementTechnique: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): A technique or technology used in a [[Dataset]] (or [[DataDownload]], [[DataCatalog]]),corresponding to the method used for measuring the corresponding variable(s) (described using [[variableMeasured]]). This is oriented towards scientific and scholarly dataset publication but may have broader applicability; it is not intended as a full representation of measurement, but rather as a high level summary for dataset discovery.For example, if [[variableMeasured]] is: molecule concentration, [[measurementTechnique]] could be: "mass spectrometry" or "nmr spectroscopy" or "colorimetry" or "immunofluorescence".If the [[variableMeasured]] is "depression rating", the [[measurementTechnique]] could be "Zung Scale" or "HAM-D" or "Beck Depression Inventory".If there are several [[variableMeasured]] properties recorded for some given data object, use a [[PropertyValue]] for each [[variableMeasured]] and attach the corresponding [[measurementTechnique]]. """ type_: str = Field(default="DataDownload", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) workTranslation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation" "“Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese" "translation Tây du ký bình khảo.", ) educationalLevel: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The level in terms of progression through an educational or training context. Examples" "of educational levels include 'beginner', 'intermediate' or 'advanced', and formal" "sets of level indicators.", ) associatedMedia: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork. This property is a synonym for encoding.", ) exampleOfWork: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A creative work that this work is an example/instance/realization/derivation of.", ) releasedEvent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The place and time the release was issued, expressed as a PublicationEvent.", ) version: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The version of the CreativeWork embodied by a specified resource.", ) locationCreated: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The location where the CreativeWork was created, which may not be the same as the location" "depicted in the CreativeWork.", ) acquireLicensePage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page documenting how licenses can be purchased or otherwise acquired, for" "the current item.", ) thumbnailUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A thumbnail image relevant to the Thing.", ) provider: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) expires: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="Date the content expires and is no longer useful or available. For example a [[VideoObject]]" "or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]]" "fact check whose publisher wants to indicate that it may no longer be relevant (or helpful" "to highlight) after some date.", ) contentLocation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The location depicted or described in the content. For example, the location in a photograph" "or painting.", ) educationalUse: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The purpose of a work in the context of education; for example, 'assignment', 'group" "work'.", ) copyrightHolder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The party holding the legal copyright to the CreativeWork.", ) accessibilityControl: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Identifies input methods that are sufficient to fully control the described resource." "Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary).", ) maintainer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other" "[[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions" "to, and/or publication of, some (typically complex) artifact. It is common for distributions" 'of software and data to be based on "upstream" sources. When [[maintainer]] is applied' "to a specific version of something e.g. a particular version or packaging of a [[Dataset]]," "it is always possible that the upstream source has a different maintainer. The [[isBasedOn]]" "property can be used to indicate such relationships between datasets to make the different" "maintenance roles clear. Similarly in the case of software, a package may have dedicated" "maintainers working on integration into software distributions such as Ubuntu, as" "well as upstream maintainers of the underlying work.", ) educationalAlignment: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An alignment to an established educational framework.This property should not be used" "where the nature of the alignment can be described using a simple property, for example" "to express that a resource [[teaches]] or [[assesses]] a competency.", ) spatial: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description='The "spatial" property can be used in cases when more specific properties(e.g. [[locationCreated]],' "[[spatialCoverage]], [[contentLocation]]) are not known to be appropriate.", ) publisher: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The publisher of the creative work.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) assesses: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The item being described is intended to assess the competency or learning outcome defined" "by the referenced term.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) isBasedOn: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A resource from which this work is derived or from which it is a modification or adaption.", ) mentions: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates that the CreativeWork contains a reference to, but is not necessarily about" "a concept.", ) publishingPrinciples: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="The publishingPrinciples property indicates (typically via [[URL]]) a document describing" "the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]]" "writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity" "policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles" "are those of the party primarily responsible for the creation of the [[CreativeWork]].While" "such policies are most typically expressed in natural language, sometimes related" "information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.", ) contributor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A secondary contributor to the CreativeWork or Event.", ) license: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A license document that applies to this content, typically indicated by URL.", ) citation: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A citation or reference to another creative work, such as another publication, web page," "scholarly article, etc.", ) accessibilitySummary: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A human-readable summary of specific accessibility features or deficiencies, consistent" 'with the other accessibility metadata but expressing subtleties such as "short descriptions' 'are present but long descriptions will be needed for non-visual users" or "short descriptions' 'are present and no long descriptions are needed."', ) award: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An award won by or for this item.", ) commentCount: Optional[Union[List[Union[str, int, Any]], str, int, Any]] = Field( default=None, description="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.", ) temporalCoverage: Union[ List[Union[datetime, str, Any, AnyUrl]], datetime, str, Any, AnyUrl ] = Field( default=None, description="The temporalCoverage of a CreativeWork indicates the period that the content applies" "to, i.e. that it describes, either as a DateTime or as a textual string indicating a time" "period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals)." "In the case of a Dataset it will typically indicate the relevant time period in a precise" 'notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012").' "Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate" "their temporalCoverage in broader terms - textually or via well-known URL. Written" "works such as books may sometimes have precise temporal coverage too, e.g. a work set" 'in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".Open-ended' 'date ranges can be written with ".." in place of the end date. For example, "2015-11/.."' "indicates a range beginning in November 2015 and with no specified final date. This is" "tentative and might be updated in future when ISO 8601 is officially updated.", ) dateCreated: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="The date on which the CreativeWork was created or the item was added to a DataFeed.", ) discussionUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A link to the page containing the comments of the CreativeWork.", ) copyrightNotice: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Text of a notice appropriate for describing the copyright aspects of this Creative Work," "ideally indicating the owner of the copyright for the Work.", ) learningResourceType: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The predominant type or kind characterizing the learning resource. For example, 'presentation'," "'handout'.", ) awards: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Awards won by or for this item.", ) accessModeSufficient: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A list of single or combined accessModes that are sufficient to understand all the intellectual" "content of a resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary).", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) conditionsOfAccess: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Conditions that affect the availability of, or method(s) of access to, an item. Typically" "used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]." "This property is not suitable for use as a general Web access control mechanism. It is" 'expressed only in natural language.For example "Available by appointment from the' 'Reading Room" or "Accessible only from logged-in accounts ".', ) interactivityType: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The predominant mode of learning supported by the learning resource. Acceptable values" "are 'active', 'expositive', or 'mixed'.", ) abstract: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An abstract is a short description that summarizes a [[CreativeWork]].", ) fileFormat: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml))" "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. Unregistered or niche" "file formats can be indicated instead via the most appropriate URL, e.g. defining Web" "page or a Wikipedia entry.", ) interpretedAsClaim: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Used to indicate a specific claim contained, implied, translated or refined from the" "content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can" "be indicated using [[claimInterpreter]].", ) text: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The textual content of this CreativeWork.", ) archivedAt: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case" "of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible," "but be archived by archival, journalistic, activist, or law enforcement organizations." "In such cases, the referenced page may not directly publish the content.", ) alternativeHeadline: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A secondary title of the CreativeWork.", ) creditText: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Text that can be used to credit person(s) and/or organization(s) associated with a published" "Creative Work.", ) funding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A [[Grant]] that directly or indirectly provide funding or sponsorship for this item." "See also [[ownershipFundingInfo]].", ) interactionStatistic: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of interactions for the CreativeWork using the WebSite or SoftwareApplication." "The most specific child type of InteractionCounter should be used.", ) workExample: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Example/instance/realization/derivation of the concept of this creative work. E.g." "the paperback edition, first edition, or e-book.", ) about: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The subject matter of the content.", ) encodings: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork.", ) funder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports (sponsors) something through some kind of financial" "contribution.", ) video: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An embedded video object.", ) isPartOf: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is" "part of.", ) pattern: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'." "Values are typically expressed as text, although links to controlled value schemes" "are also supported.", ) editor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies the Person who edited the CreativeWork.", ) dateModified: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="The date on which the CreativeWork was most recently modified or when the item's entry" "was modified within a DataFeed.", ) translationOfWork: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the" "Origin of Species”.", ) creativeWorkStatus: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The status of a creative work in terms of its stage in a lifecycle. Example terms include" "Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for" "the stages of their publication lifecycle.", ) isBasedOnUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) isFamilyFriendly: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates whether this content is family friendly.", ) isAccessibleForFree: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the item, event, or place is accessible for free.", ) author: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The author of this content or rating. 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.", ) contentReferenceTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="The specific time described by a creative work, for works (e.g. articles, video objects" "etc.) that emphasise a particular moment within an Event.", ) correction: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]]," "textually or in another document.", ) sdDatePublished: Optional[ Union[List[Union[str, Any, date]], str, Any, date] ] = Field( default=None, description="Indicates the date on which the current structured data was generated / published. Typically" "used alongside [[sdPublisher]]", ) comment: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Comments, typically from users.", ) countryOfOrigin: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The country of origin of something, including products as well as creative works such" "as movie and TV content.In the case of TV and movie, this would be the country of the principle" "offices of the production company or individual responsible for the movie. For other" "kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties" "such as [[contentLocation]] and [[locationCreated]] may be more applicable.In the" "case of products, the country of origin of the product. The exact interpretation of this" "may vary by context and product type, and cannot be fully enumerated here.", ) timeRequired: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Approximate or typical time it takes to work with or through this learning resource for" "the typical intended target audience, e.g. 'PT30M', 'PT1H25M'.", ) typicalAgeRange: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The typical expected age range, e.g. '7-9', '11-'.", ) genre: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Genre of the creative work, broadcast channel or group.", ) producer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The person or organization who produced the work (e.g. music album, movie, TV/radio" "series etc.).", ) schemaVersion: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Indicates (by URL or string) a particular version of a schema used in some CreativeWork." "This property was created primarily to indicate the use of a specific schema.org release," "e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```." "There may be situations in which other schemas might usefully be referenced this way," "e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/```" "but this has not been carefully explored in the community.", ) audience: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An intended audience, i.e. a group for whom something was created.", ) encoding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.", ) publisherImprint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The publishing division which published the comic.", ) accessibilityAPI: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Indicates that the resource is compatible with the referenced accessibility API. Values" "should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary).", ) sdPublisher: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the party responsible for generating and publishing the current structured" "data markup, typically in cases where the structured data is derived automatically" "from existing published content but published on a different site. For example, student" "projects and open data initiatives often re-publish existing content with more explicitly" "structured metadata. The[[sdPublisher]] property helps make such practices more" "explicit.", ) audio: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An embedded audio object.", ) accessibilityFeature: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Content features of the resource, such as accessible media, alternatives and supported" "enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary).", ) spatialCoverage: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of" "the content. It is a subproperty of contentLocation intended primarily for more technical" "and detailed materials. For example with a Dataset, it indicates areas that the dataset" "describes: a dataset of New York weather would have spatialCoverage which was the place:" "the state of New York.", ) accessMode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The human sensory perceptual system or cognitive faculty through which a person may" "process or perceive information. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary).", ) editEIDR: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]]" "representing a specific edit / edition for a work of film or television.For example," 'the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J"' 'has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".Since' "schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their" "multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description)," "or alongside [[editEIDR]] for a more edit-specific description.", ) usageInfo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]." "This property is applicable both to works that are freely available and to those that" "require payment or other transactions. It can reference additional information, e.g." "community expectations on preferred linking and citation conventions, as well as purchasing" "details. For something that can be commercially licensed, usageInfo can provide detailed," "resource-specific information about licensing options.This property can be used" "alongside the license property which indicates license(s) applicable to some piece" "of content. The usageInfo property can provide information about other licensing options," "e.g. acquiring commercial usage rights for an image that is also available under non-commercial" "creative commons licenses.", ) position: Union[List[Union[str, int, Any]], str, int, Any] = Field( default=None, description="The position of an item in a series or sequence of items.", ) encodingFormat: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)" "and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types))," "e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.In" "cases where a [[CreativeWork]] has several media type representations, [[encoding]]" "can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]]" "information.Unregistered or niche encoding and file formats can be indicated instead" "via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.", ) copyrightYear: Optional[ Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat, ] ] = Field( default=None, description="The year during which the claimed copyright for the CreativeWork was first asserted.", ) mainEntity: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the primary entity described in some page or other CreativeWork.", ) creator: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The creator/author of this CreativeWork. This is the same as the Author property for" "CreativeWork.", ) teaches: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The item being described is intended to help a person learn the competency or learning" "outcome defined by the referenced term.", ) temporal: Union[List[Union[datetime, str, Any]], datetime, str, Any] = Field( default=None, description='The "temporal" property can be used in cases where more specific properties(e.g.' "[[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]])" "are not known to be appropriate.", ) size: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A standardized size of a product or creative work, specified either through a simple" "textual string (for example 'XL', '32Wx34L'), a QuantitativeValue with a unitCode," "or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]]," "[[height]], [[depth]] and [[weight]] properties may be more applicable.", ) translator: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Organization or person who adapts a creative work to different languages, regional" "differences and technical requirements of a target market, or that translates during" "some event.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) accountablePerson: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies the Person that is legally accountable for the CreativeWork.", ) accessibilityHazard: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A characteristic of the described resource that is physiologically dangerous to some" "users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary).", ) contentRating: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Official rating of a piece of content&#x2014;for example, 'MPAA PG-13'.", ) recordedAt: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The Event where the CreativeWork was recorded. The CreativeWork may capture all or part" "of the event.", ) publication: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A publication event associated with the item.", ) sdLicense: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A license document that applies to this structured data, typically indicated by URL.", ) headline: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Headline of the article.", ) materialExtent: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The quantity of the materials being described or an expression of the physical space" "they occupy.", ) inLanguage: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="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](http://tools.ietf.org/html/bcp47). See also" "[[availableLanguage]].", ) material: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="A material that something is made from, e.g. leather, wool, cotton, paper.", ) datePublished: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="Date of first broadcast/publication.", ) offers: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An offer to provide this item&#x2014;for example, an offer to sell a product, rent the" "DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]]" "to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can" "also be used to describe a [[Demand]]. While this property is listed as expected on a number" "of common types, it can be used in others. In that case, using a second type, such as Product" "or a subtype of Product, can clarify the nature of the offer.", ) hasPart: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some" "sense).", ) sourceOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The Organization on whose behalf the creator was working.", ) sponsor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports a thing through a pledge, promise, or financial" "contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.", ) character: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Fictional person connected with a creative work.", ) embedUrl: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="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.", ) bitrate: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The bitrate of the media object.", ) width: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The width of the item.", ) sha256: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The [SHA-2](https://en.wikipedia.org/wiki/SHA-2) SHA256 hash of the content of" "the item. For example, a zero-length input has value 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'", ) endTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="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*. For media, including" "audio and video, it's the time offset of the end of a clip within a larger file.Note that" "Event uses startDate/endDate instead of startTime/endTime, even when describing" "dates with times. This situation may be clarified in future revisions.", ) startTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="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. For media, including" "audio and video, it's the time offset of the start of a clip within a larger file.Note that" "Event uses startDate/endDate instead of startTime/endTime, even when describing" "dates with times. This situation may be clarified in future revisions.", ) contentSize: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="File size in (mega/kilo)bytes.", ) height: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The height of the item.", ) playerType: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Player type required&#x2014;for example, Flash or Silverlight.", ) associatedArticle: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A NewsArticle associated with the Media Object.", ) interpretedAsClaim: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Used to indicate a specific claim contained, implied, translated or refined from the" "content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can" "be indicated using [[claimInterpreter]].", ) duration: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601).", ) requiresSubscription: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="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').", ) regionsAllowed: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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](http://en.wikipedia.org/wiki/ISO_3166).", ) contentUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Actual bytes of the media object, for example the image file or video file.", ) productionCompany: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The production company or studio responsible for the item, e.g. series, video game," "episode etc.", ) encodesCreativeWork: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The CreativeWork encoded by this media object.", ) uploadDate: Optional[Union[List[Union[str, Any, date]], str, Any, date]] = Field( default=None, description="Date when this media object was uploaded to this site.", ) ineligibleRegion: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="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]].", ) encodingFormat: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)" "and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types))," "e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.In" "cases where a [[CreativeWork]] has several media type representations, [[encoding]]" "can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]]" "information.Unregistered or niche encoding and file formats can be indicated instead" "via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.", ) measurementTechnique: Union[ List[Union[str, AnyUrl, Any]], str, AnyUrl, Any ] = Field( default=None, description="A technique or technology used in a [[Dataset]] (or [[DataDownload]], [[DataCatalog]]),corresponding" "to the method used for measuring the corresponding variable(s) (described using [[variableMeasured]])." "This is oriented towards scientific and scholarly dataset publication but may have" "broader applicability; it is not intended as a full representation of measurement," "but rather as a high level summary for dataset discovery.For example, if [[variableMeasured]]" 'is: molecule concentration, [[measurementTechnique]] could be: "mass spectrometry"' 'or "nmr spectroscopy" or "colorimetry" or "immunofluorescence".If the [[variableMeasured]]' 'is "depression rating", the [[measurementTechnique]] could be "Zung Scale" or' '"HAM-D" or "Beck Depression Inventory".If there are several [[variableMeasured]]' "properties recorded for some given data object, use a [[PropertyValue]] for each [[variableMeasured]]" "and attach the corresponding [[measurementTechnique]].", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/DataDownload.py
0.936707
0.341802
DataDownload.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class TrackAction(BaseModel): """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. References: https://schema.org/TrackAction Note: Model Depth 4 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. endTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): 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*. For media, including audio and video, it's the time offset of the end of a clip within a larger file.Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions. provider: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. startTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): 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. For media, including audio and video, it's the time offset of the start of a clip within a larger file.Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions. result: (Optional[Union[List[Union[str, Any]], str, Any]]): The result produced in the action. E.g. John wrote *a book*. actionStatus: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the current disposition of the Action. agent: (Optional[Union[List[Union[str, Any]], str, Any]]): The direct performer or driver of the action (animate or inanimate). E.g. *John* wrote a book. instrument: (Optional[Union[List[Union[str, Any]], str, Any]]): The object that helped the agent perform the action. E.g. John wrote a book with *a pen*. object: (Optional[Union[List[Union[str, Any]], str, Any]]): The object upon which 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*. error: (Optional[Union[List[Union[str, Any]], str, Any]]): For failed actions, more information on the cause of the failure. target: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a target EntryPoint, or url, for an Action. location: (Union[List[Union[str, Any]], str, Any]): The location of, for example, where an event is happening, where an organization is located, or where an action takes place. participant: (Optional[Union[List[Union[str, Any]], str, Any]]): Other co-agents that participated in the action indirectly. E.g. John wrote a book with *Steve*. deliveryMethod: (Optional[Union[List[Union[str, Any]], str, Any]]): A sub property of instrument. The method of delivery. """ type_: str = Field(default="TrackAction", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) endTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="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*. For media, including" "audio and video, it's the time offset of the end of a clip within a larger file.Note that" "Event uses startDate/endDate instead of startTime/endTime, even when describing" "dates with times. This situation may be clarified in future revisions.", ) provider: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) startTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="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. For media, including" "audio and video, it's the time offset of the start of a clip within a larger file.Note that" "Event uses startDate/endDate instead of startTime/endTime, even when describing" "dates with times. This situation may be clarified in future revisions.", ) result: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The result produced in the action. E.g. John wrote *a book*.", ) actionStatus: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the current disposition of the Action.", ) agent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The direct performer or driver of the action (animate or inanimate). E.g. *John* wrote" "a book.", ) instrument: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The object that helped the agent perform the action. E.g. John wrote a book with *a pen*.", ) object: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The object upon which 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*.", ) error: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="For failed actions, more information on the cause of the failure.", ) target: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="Indicates a target EntryPoint, or url, for an Action.", ) location: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The location of, for example, where an event is happening, where an organization is located," "or where an action takes place.", ) participant: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Other co-agents that participated in the action indirectly. E.g. John wrote a book with" "*Steve*.", ) deliveryMethod: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A sub property of instrument. The method of delivery.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/TrackAction.py
0.935435
0.366505
TrackAction.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class CurrencyConversionService(BaseModel): """A service to convert funds from one currency to another currency. References: https://schema.org/CurrencyConversionService Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. serviceArea: (Optional[Union[List[Union[str, Any]], str, Any]]): The geographic area where the service is provided. broker: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. provider: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. areaServed: (Union[List[Union[str, Any]], str, Any]): The geographic area where a service or offered item is provided. slogan: (Union[List[Union[str, Any]], str, Any]): A slogan or motto associated with the item. award: (Union[List[Union[str, Any]], str, Any]): An award won by or for this item. termsOfService: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Human-readable terms of service documentation. review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. availableChannel: (Optional[Union[List[Union[str, Any]], str, Any]]): A means of accessing the service (e.g. a phone bank, a web site, a location, etc.). isRelatedTo: (Optional[Union[List[Union[str, Any]], str, Any]]): A pointer to another, somehow related product (or multiple products). serviceAudience: (Optional[Union[List[Union[str, Any]], str, Any]]): The audience eligible for this service. isSimilarTo: (Optional[Union[List[Union[str, Any]], str, Any]]): A pointer to another, functionally similar product (or multiple products). audience: (Optional[Union[List[Union[str, Any]], str, Any]]): An intended audience, i.e. a group for whom something was created. logo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An associated logo. providerMobility: (Union[List[Union[str, Any]], str, Any]): Indicates the mobility of a provided service (e.g. 'static', 'dynamic'). hoursAvailable: (Optional[Union[List[Union[str, Any]], str, Any]]): The hours during which this service or contact is available. brand: (Optional[Union[List[Union[str, Any]], str, Any]]): The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person. serviceOutput: (Optional[Union[List[Union[str, Any]], str, Any]]): The tangible thing generated by the service, e.g. a passport, permit, etc. produces: (Optional[Union[List[Union[str, Any]], str, Any]]): The tangible thing generated by the service, e.g. a passport, permit, etc. hasOfferCatalog: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates an OfferCatalog listing for this Organization, Person, or Service. category: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. serviceType: (Union[List[Union[str, Any]], str, Any]): The type of service being offered, e.g. veterans' benefits, emergency relief, etc. offers: (Optional[Union[List[Union[str, Any]], str, Any]]): An offer to provide this item&#x2014;for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer. annualPercentageRate: (Optional[Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]]): The annual rate that is charged for borrowing (or made by investing), expressed as a single percentage number that represents the actual yearly cost of funds over the term of a loan. This includes any fees or additional costs associated with the transaction. interestRate: (Optional[Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]]): The interest rate, charged or paid, applicable to the financial product. Note: This is different from the calculated annualPercentageRate. feesAndCommissionsSpecification: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Description of fees, commissions, and other terms applied either to a class of financial product, or by a financial service organization. """ type_: str = Field(default="CurrencyConversionService", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) serviceArea: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The geographic area where the service is provided.", ) broker: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) provider: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) areaServed: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The geographic area where a service or offered item is provided.", ) slogan: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A slogan or motto associated with the item.", ) award: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An award won by or for this item.", ) termsOfService: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Human-readable terms of service documentation.", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) availableChannel: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A means of accessing the service (e.g. a phone bank, a web site, a location, etc.).", ) isRelatedTo: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A pointer to another, somehow related product (or multiple products).", ) serviceAudience: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The audience eligible for this service.", ) isSimilarTo: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A pointer to another, functionally similar product (or multiple products).", ) audience: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An intended audience, i.e. a group for whom something was created.", ) logo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An associated logo.", ) providerMobility: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Indicates the mobility of a provided service (e.g. 'static', 'dynamic').", ) hoursAvailable: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The hours during which this service or contact is available.", ) brand: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The brand(s) associated with a product or service, or the brand(s) maintained by an organization" "or business person.", ) serviceOutput: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The tangible thing generated by the service, e.g. a passport, permit, etc.", ) produces: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The tangible thing generated by the service, e.g. a passport, permit, etc.", ) hasOfferCatalog: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates an OfferCatalog listing for this Organization, Person, or Service.", ) category: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="A category for the item. Greater signs or slashes can be used to informally indicate a" "category hierarchy.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) serviceType: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The type of service being offered, e.g. veterans' benefits, emergency relief, etc.", ) offers: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An offer to provide this item&#x2014;for example, an offer to sell a product, rent the" "DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]]" "to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can" "also be used to describe a [[Demand]]. While this property is listed as expected on a number" "of common types, it can be used in others. In that case, using a second type, such as Product" "or a subtype of Product, can clarify the nature of the offer.", ) annualPercentageRate: Optional[ Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat, ] ] = Field( default=None, description="The annual rate that is charged for borrowing (or made by investing), expressed as a single" "percentage number that represents the actual yearly cost of funds over the term of a loan." "This includes any fees or additional costs associated with the transaction.", ) interestRate: Optional[ Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat, ] ] = Field( default=None, description="The interest rate, charged or paid, applicable to the financial product. Note: This" "is different from the calculated annualPercentageRate.", ) feesAndCommissionsSpecification: Union[ List[Union[str, AnyUrl, Any]], str, AnyUrl, Any ] = Field( default=None, description="Description of fees, commissions, and other terms applied either to a class of financial" "product, or by a financial service organization.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/CurrencyConversionService.py
0.888457
0.38004
CurrencyConversionService.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Hostel(BaseModel): """A hostel - cheap accommodation, often in shared dormitories.<br /><br />See also the <a href="/docs/hotels.html">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>. References: https://schema.org/Hostel Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. serviceArea: (Optional[Union[List[Union[str, Any]], str, Any]]): The geographic area where the service is provided. founder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person who founded this organization. isicV4: (Union[List[Union[str, Any]], str, Any]): The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place. hasPOS: (Optional[Union[List[Union[str, Any]], str, Any]]): Points-of-Sales operated by the organization or person. globalLocationNumber: (Union[List[Union[str, Any]], str, Any]): The [Global Location Number](http://www.gs1.org/gln) (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. member: (Optional[Union[List[Union[str, Any]], str, Any]]): A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals. knowsAbout: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Of a [[Person]], and less typically of an [[Organization]], to indicate a topic that is known about - suggesting possible expertise but not implying it. We do not distinguish skill levels here, or relate this to educational content, events, objectives or [[JobPosting]] descriptions. makesOffer: (Optional[Union[List[Union[str, Any]], str, Any]]): A pointer to products or services offered by the organization or person. ownershipFundingInfo: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a description of organizational ownership structure; funding and grants. In a news/media setting, this is with particular reference to editorial independence. Note that the [[funder]] is also available and can be used to make basic funder information machine-readable. founders: (Optional[Union[List[Union[str, Any]], str, Any]]): A person who founded this organization. legalName: (Union[List[Union[str, Any]], str, Any]): The official name of the organization, e.g. the registered company name. actionableFeedbackPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement about public engagement activities (for news media, the newsroom’s), including involving the public - digitally or otherwise -- in coverage decisions, reporting and activities after publication. areaServed: (Union[List[Union[str, Any]], str, Any]): The geographic area where a service or offered item is provided. parentOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): The larger organization that this organization is a [[subOrganization]] of, if any. slogan: (Union[List[Union[str, Any]], str, Any]): A slogan or motto associated with the item. department: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. memberOf: (Optional[Union[List[Union[str, Any]], str, Any]]): An Organization (or ProgramMembership) to which this Person or Organization belongs. publishingPrinciples: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. employee: (Optional[Union[List[Union[str, Any]], str, Any]]): Someone working for this organization. award: (Union[List[Union[str, Any]], str, Any]): An award won by or for this item. email: (Union[List[Union[str, Any]], str, Any]): Email address. contactPoints: (Optional[Union[List[Union[str, Any]], str, Any]]): A contact point for a person or organization. diversityStaffingReport: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a report on staffing diversity issues. In a news context this might be for example ASNE or RTDNA (US) reports, or self-reported. foundingDate: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): The date that this organization was founded. owns: (Optional[Union[List[Union[str, Any]], str, Any]]): Products owned by the organization or person. awards: (Union[List[Union[str, Any]], str, Any]): Awards won by or for this item. review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. dissolutionDate: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): The date that this organization was dissolved. funding: (Optional[Union[List[Union[str, Any]], str, Any]]): A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. interactionStatistic: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used. events: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past events associated with this place or organization. seeks: (Optional[Union[List[Union[str, Any]], str, Any]]): A pointer to products or services sought by the organization or person (demand). employees: (Optional[Union[List[Union[str, Any]], str, Any]]): People working for this organization. unnamedSourcesPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about policy on use of unnamed sources and the decision process required. subOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific 'department' property. foundingLocation: (Optional[Union[List[Union[str, Any]], str, Any]]): The place where the Organization was founded. funder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports (sponsors) something through some kind of financial contribution. iso6523Code: (Union[List[Union[str, Any]], str, Any]): An organization identifier as defined in ISO 6523(-1). Note that many existing organization identifiers such as [leiCode](https://schema.org/leiCode), [duns](https://schema.org/duns) and [vatID](https://schema.org/vatID) can be expressed as an ISO 6523 identifier by setting the ICD part of the ISO 6523 identifier accordingly. diversityPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Statement on diversity policy by an [[Organization]] e.g. a [[NewsMediaOrganization]]. For a [[NewsMediaOrganization]], a statement describing the newsroom’s diversity policy on both staffing and sources, typically providing staffing data. hasMerchantReturnPolicy: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies a MerchantReturnPolicy that may be applicable. event: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past event associated with this place, organization, or action. duns: (Union[List[Union[str, Any]], str, Any]): The Dun & Bradstreet DUNS number for identifying an organization or business person. alumni: (Optional[Union[List[Union[str, Any]], str, Any]]): Alumni of an organization. ethicsPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Statement about ethics policy, e.g. of a [[NewsMediaOrganization]] regarding journalistic and publishing practices, or of a [[Restaurant]], a page describing food source policies. In the case of a [[NewsMediaOrganization]], an ethicsPolicy is typically a statement describing the personal, organizational, and corporate standards of behavior expected by the organization. leiCode: (Union[List[Union[str, Any]], str, Any]): An organization identifier that uniquely identifies a legal entity as defined in ISO 17442. vatID: (Union[List[Union[str, Any]], str, Any]): The Value-added Tax ID of the organization or person. knowsLanguage: (Union[List[Union[str, Any]], str, Any]): Of a [[Person]], and less typically of an [[Organization]], to indicate a known language. We do not distinguish skill levels or reading/writing/speaking/signing here. Use language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). correctionsPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing (in news media, the newsroom’s) disclosure and correction policy for errors. logo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An associated logo. hasCredential: (Optional[Union[List[Union[str, Any]], str, Any]]): A credential awarded to the Person or Organization. address: (Union[List[Union[str, Any]], str, Any]): Physical address of the item. brand: (Optional[Union[List[Union[str, Any]], str, Any]]): The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person. nonprofitStatus: (Optional[Union[List[Union[str, Any]], str, Any]]): nonprofitStatus indicates the legal status of a non-profit organization in its primary place of business. contactPoint: (Optional[Union[List[Union[str, Any]], str, Any]]): A contact point for a person or organization. hasOfferCatalog: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates an OfferCatalog listing for this Organization, Person, or Service. members: (Optional[Union[List[Union[str, Any]], str, Any]]): A member of this organization. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. faxNumber: (Union[List[Union[str, Any]], str, Any]): The fax number. telephone: (Union[List[Union[str, Any]], str, Any]): The telephone number. taxID: (Union[List[Union[str, Any]], str, Any]): The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain. naics: (Union[List[Union[str, Any]], str, Any]): The North American Industry Classification System (NAICS) code for a particular organization or business person. location: (Union[List[Union[str, Any]], str, Any]): The location of, for example, where an event is happening, where an organization is located, or where an action takes place. numberOfEmployees: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of employees in an organization, e.g. business. sponsor: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event. potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. geoCovers: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a covering geometry to a covered geometry. "Every point of b is a point of (the interior or boundary of) a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). longitude: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)). smokingAllowed: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room. isicV4: (Union[List[Union[str, Any]], str, Any]): The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place. globalLocationNumber: (Union[List[Union[str, Any]], str, Any]): The [Global Location Number](http://www.gs1.org/gln) (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. amenityFeature: (Optional[Union[List[Union[str, Any]], str, Any]]): An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs. additionalProperty: (Optional[Union[List[Union[str, Any]], str, Any]]): A property-value pair representing an additional characteristic of the entity, 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. https://schema.org/width, https://schema.org/color, https://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism. slogan: (Union[List[Union[str, Any]], str, Any]): A slogan or motto associated with the item. photos: (Optional[Union[List[Union[str, Any]], str, Any]]): Photographs of this place. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. tourBookingPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A page providing information on how to book a tour of some [[Place]], such as an [[Accommodation]] or [[ApartmentComplex]] in a real estate setting, as well as other kinds of tours as appropriate. geoWithin: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). containsPlace: (Optional[Union[List[Union[str, Any]], str, Any]]): The basic containment relation between a place and another that it contains. review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. hasMap: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A URL to a map of the place. containedIn: (Optional[Union[List[Union[str, Any]], str, Any]]): The basic containment relation between a place and one that contains it. events: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past events associated with this place or organization. geoOverlaps: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). geoEquals: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). "Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other" (a symmetric relationship). maps: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A URL to a map of the place. isAccessibleForFree: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the item, event, or place is accessible for free. event: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past event associated with this place, organization, or action. photo: (Optional[Union[List[Union[str, Any]], str, Any]]): A photograph of this place. containedInPlace: (Optional[Union[List[Union[str, Any]], str, Any]]): The basic containment relation between a place and one that contains it. logo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An associated logo. geoCrosses: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to another that crosses it: "a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). address: (Union[List[Union[str, Any]], str, Any]): Physical address of the item. geo: (Optional[Union[List[Union[str, Any]], str, Any]]): The geo coordinates of the place. openingHoursSpecification: (Optional[Union[List[Union[str, Any]], str, Any]]): The opening hours of a certain place. geoDisjoint: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: "they have no point in common. They form a set of disconnected geometries." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).) geoIntersects: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). latitude: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)). maximumAttendeeCapacity: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): The total number of individuals that may attend an event or venue. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. map: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A URL to a map of the place. branchCode: (Union[List[Union[str, Any]], str, Any]): 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. faxNumber: (Union[List[Union[str, Any]], str, Any]): The fax number. publicAccess: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the [[Place]] is open to public visitors. If this property is omitted there is no assumed default boolean value geoTouches: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) touch: "they have at least one boundary point in common, but no interior points." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).) geoCoveredBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). telephone: (Union[List[Union[str, Any]], str, Any]): The telephone number. hasDriveThroughService: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates whether some facility (e.g. [[FoodEstablishment]], [[CovidTestingFacility]]) offers a service that can be used by driving through in a car. In the case of [[CovidTestingFacility]] such facilities could potentially help with social distancing from other potentially-infected users. specialOpeningHoursSpecification: (Optional[Union[List[Union[str, Any]], str, Any]]): The special opening hours of a certain place.Use this to explicitly override general opening hours brought in scope by [[openingHoursSpecification]] or [[openingHours]]. geoContains: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. "a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). priceRange: (Union[List[Union[str, Any]], str, Any]): The price range of the business, for example ```$$$```. currenciesAccepted: (Union[List[Union[str, Any]], str, Any]): The currency accepted.Use standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. "USD"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. "BTC"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. "Ithaca HOUR". branchOf: (Optional[Union[List[Union[str, Any]], str, Any]]): The larger organization that this local business is a branch of, if any. Not to be confused with (anatomical) [[branch]]. paymentAccepted: (Union[List[Union[str, Any]], str, Any]): Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc. openingHours: (Union[List[Union[str, Any]], str, Any]): The general 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 format. For example, 3pm is specified as ```15:00```, 10am as ```10:00```. * Here is an example: <code>&lt;time itemprop="openingHours" datetime=&quot;Tu,Th 16:00-20:00&quot;&gt;Tuesdays and Thursdays 4-8pm&lt;/time&gt;</code>.* If a business is open 7 days a week, then it can be specified as <code>&lt;time itemprop=&quot;openingHours&quot; datetime=&quot;Mo-Su&quot;&gt;Monday through Sunday, all day&lt;/time&gt;</code>. numberOfRooms: (Optional[Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]]): The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business.Typical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue. availableLanguage: (Union[List[Union[str, Any]], str, Any]): A language someone may use with or at the item, service or place. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[inLanguage]]. amenityFeature: (Optional[Union[List[Union[str, Any]], str, Any]]): An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs. checkoutTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): The latest someone may check out of a lodging establishment. starRating: (Optional[Union[List[Union[str, Any]], str, Any]]): An official rating for a lodging business or food establishment, e.g. from national associations or standards bodies. Use the author property to indicate the rating organization, e.g. as an Organization with name such as (e.g. HOTREC, DEHOGA, WHR, or Hotelstars). audience: (Optional[Union[List[Union[str, Any]], str, Any]]): An intended audience, i.e. a group for whom something was created. petsAllowed: (Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]): Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value. checkinTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): The earliest someone may check into a lodging establishment. """ type_: str = Field(default="Hostel", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) serviceArea: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The geographic area where the service is provided.", ) founder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person who founded this organization.", ) isicV4: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The International Standard of Industrial Classification of All Economic Activities" "(ISIC), Revision 4 code for a particular organization, business person, or place.", ) hasPOS: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Points-of-Sales operated by the organization or person.", ) globalLocationNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The [Global Location Number](http://www.gs1.org/gln) (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.", ) member: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A member of an Organization or a ProgramMembership. Organizations can be members of" "organizations; ProgramMembership is typically for individuals.", ) knowsAbout: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Of a [[Person]], and less typically of an [[Organization]], to indicate a topic that" "is known about - suggesting possible expertise but not implying it. We do not distinguish" "skill levels here, or relate this to educational content, events, objectives or [[JobPosting]]" "descriptions.", ) makesOffer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A pointer to products or services offered by the organization or person.", ) ownershipFundingInfo: Union[ List[Union[str, AnyUrl, Any]], str, AnyUrl, Any ] = Field( default=None, description="For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]])," "a description of organizational ownership structure; funding and grants. In a news/media" "setting, this is with particular reference to editorial independence. Note that the" "[[funder]] is also available and can be used to make basic funder information machine-readable.", ) founders: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person who founded this organization.", ) legalName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The official name of the organization, e.g. the registered company name.", ) actionableFeedbackPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement" "about public engagement activities (for news media, the newsroom’s), including involving" "the public - digitally or otherwise -- in coverage decisions, reporting and activities" "after publication.", ) areaServed: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The geographic area where a service or offered item is provided.", ) parentOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The larger organization that this organization is a [[subOrganization]] of, if any.", ) slogan: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A slogan or motto associated with the item.", ) department: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) memberOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An Organization (or ProgramMembership) to which this Person or Organization belongs.", ) publishingPrinciples: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="The publishingPrinciples property indicates (typically via [[URL]]) a document describing" "the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]]" "writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity" "policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles" "are those of the party primarily responsible for the creation of the [[CreativeWork]].While" "such policies are most typically expressed in natural language, sometimes related" "information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.", ) employee: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Someone working for this organization.", ) award: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An award won by or for this item.", ) email: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Email address.", ) contactPoints: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A contact point for a person or organization.", ) diversityStaffingReport: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]])," "a report on staffing diversity issues. In a news context this might be for example ASNE" "or RTDNA (US) reports, or self-reported.", ) foundingDate: Optional[Union[List[Union[str, Any, date]], str, Any, date]] = Field( default=None, description="The date that this organization was founded.", ) owns: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Products owned by the organization or person.", ) awards: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Awards won by or for this item.", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) dissolutionDate: Optional[ Union[List[Union[str, Any, date]], str, Any, date] ] = Field( default=None, description="The date that this organization was dissolved.", ) funding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A [[Grant]] that directly or indirectly provide funding or sponsorship for this item." "See also [[ownershipFundingInfo]].", ) interactionStatistic: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of interactions for the CreativeWork using the WebSite or SoftwareApplication." "The most specific child type of InteractionCounter should be used.", ) events: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past events associated with this place or organization.", ) seeks: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A pointer to products or services sought by the organization or person (demand).", ) employees: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="People working for this organization.", ) unnamedSourcesPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about" "policy on use of unnamed sources and the decision process required.", ) subOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A relationship between two organizations where the first includes the second, e.g.," "as a subsidiary. See also: the more specific 'department' property.", ) foundingLocation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The place where the Organization was founded.", ) funder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports (sponsors) something through some kind of financial" "contribution.", ) iso6523Code: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An organization identifier as defined in ISO 6523(-1). Note that many existing organization" "identifiers such as [leiCode](https://schema.org/leiCode), [duns](https://schema.org/duns)" "and [vatID](https://schema.org/vatID) can be expressed as an ISO 6523 identifier" "by setting the ICD part of the ISO 6523 identifier accordingly.", ) diversityPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Statement on diversity policy by an [[Organization]] e.g. a [[NewsMediaOrganization]]." "For a [[NewsMediaOrganization]], a statement describing the newsroom’s diversity" "policy on both staffing and sources, typically providing staffing data.", ) hasMerchantReturnPolicy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies a MerchantReturnPolicy that may be applicable.", ) event: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past event associated with this place, organization, or action.", ) duns: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Dun & Bradstreet DUNS number for identifying an organization or business person.", ) alumni: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Alumni of an organization.", ) ethicsPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Statement about ethics policy, e.g. of a [[NewsMediaOrganization]] regarding journalistic" "and publishing practices, or of a [[Restaurant]], a page describing food source policies." "In the case of a [[NewsMediaOrganization]], an ethicsPolicy is typically a statement" "describing the personal, organizational, and corporate standards of behavior expected" "by the organization.", ) leiCode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An organization identifier that uniquely identifies a legal entity as defined in ISO" "17442.", ) vatID: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Value-added Tax ID of the organization or person.", ) knowsLanguage: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Of a [[Person]], and less typically of an [[Organization]], to indicate a known language." "We do not distinguish skill levels or reading/writing/speaking/signing here. Use" "language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47).", ) correctionsPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing" "(in news media, the newsroom’s) disclosure and correction policy for errors.", ) logo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An associated logo.", ) hasCredential: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A credential awarded to the Person or Organization.", ) address: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Physical address of the item.", ) brand: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The brand(s) associated with a product or service, or the brand(s) maintained by an organization" "or business person.", ) nonprofitStatus: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="nonprofitStatus indicates the legal status of a non-profit organization in its primary" "place of business.", ) contactPoint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A contact point for a person or organization.", ) hasOfferCatalog: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates an OfferCatalog listing for this Organization, Person, or Service.", ) members: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A member of this organization.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) faxNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The fax number.", ) telephone: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The telephone number.", ) taxID: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in" "Spain.", ) naics: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The North American Industry Classification System (NAICS) code for a particular organization" "or business person.", ) location: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The location of, for example, where an event is happening, where an organization is located," "or where an action takes place.", ) numberOfEmployees: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of employees in an organization, e.g. business.", ) sponsor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports a thing through a pledge, promise, or financial" "contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.", ) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) geoCovers: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" 'a covering geometry to a covered geometry. "Every point of b is a point of (the interior' 'or boundary of) a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', ) longitude: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).", ) smokingAllowed: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or" "hotel room.", ) isicV4: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The International Standard of Industrial Classification of All Economic Activities" "(ISIC), Revision 4 code for a particular organization, business person, or place.", ) globalLocationNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The [Global Location Number](http://www.gs1.org/gln) (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.", ) amenityFeature: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic" "property does not make a statement about whether the feature is included in an offer for" "the main accommodation or available at extra costs.", ) additionalProperty: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A property-value pair representing an additional characteristic of the entity, 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. https://schema.org/width, https://schema.org/color," "https://schema.org/gtin13, ...) will typically expect such data to be provided using" "those properties, rather than using the generic property/value mechanism.", ) slogan: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A slogan or motto associated with the item.", ) photos: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Photographs of this place.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) tourBookingPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A page providing information on how to book a tour of some [[Place]], such as an [[Accommodation]]" "or [[ApartmentComplex]] in a real estate setting, as well as other kinds of tours as appropriate.", ) geoWithin: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" "a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined" "in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) containsPlace: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The basic containment relation between a place and another that it contains.", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) hasMap: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A URL to a map of the place.", ) containedIn: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The basic containment relation between a place and one that contains it.", ) events: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past events associated with this place or organization.", ) geoOverlaps: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" "a geometry to another that geospatially overlaps it, i.e. they have some but not all points" "in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) geoEquals: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" "are topologically equal, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM)." '"Two geometries are topologically equal if their interiors intersect and no part of' 'the interior or boundary of one geometry intersects the exterior of the other" (a symmetric' "relationship).", ) maps: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A URL to a map of the place.", ) isAccessibleForFree: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the item, event, or place is accessible for free.", ) event: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past event associated with this place, organization, or action.", ) photo: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A photograph of this place.", ) containedInPlace: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The basic containment relation between a place and one that contains it.", ) logo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An associated logo.", ) geoCrosses: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" 'a geometry to another that crosses it: "a crosses b: they have some but not all interior' "points in common, and the dimension of the intersection is less than that of at least one" 'of them". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', ) address: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Physical address of the item.", ) geo: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The geo coordinates of the place.", ) openingHoursSpecification: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The opening hours of a certain place.", ) geoDisjoint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" 'are topologically disjoint: "they have no point in common. They form a set of disconnected' 'geometries." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)', ) geoIntersects: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" "have at least one point in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) latitude: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).", ) maximumAttendeeCapacity: Optional[ Union[List[Union[str, int, Any]], str, int, Any] ] = Field( default=None, description="The total number of individuals that may attend an event or venue.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) map: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A URL to a map of the place.", ) branchCode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description='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.', ) faxNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The fax number.", ) publicAccess: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the [[Place]] is open to public visitors. If this property is omitted" "there is no assumed default boolean value", ) geoTouches: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" 'touch: "they have at least one boundary point in common, but no interior points." (A' "symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)", ) geoCoveredBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" "a geometry to another that covers it. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) telephone: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The telephone number.", ) hasDriveThroughService: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates whether some facility (e.g. [[FoodEstablishment]], [[CovidTestingFacility]])" "offers a service that can be used by driving through in a car. In the case of [[CovidTestingFacility]]" "such facilities could potentially help with social distancing from other potentially-infected" "users.", ) specialOpeningHoursSpecification: Optional[ Union[List[Union[str, Any]], str, Any] ] = Field( default=None, description="The special opening hours of a certain place.Use this to explicitly override general" "opening hours brought in scope by [[openingHoursSpecification]] or [[openingHours]].", ) geoContains: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" 'a containing geometry to a contained geometry. "a contains b iff no points of b lie in' 'the exterior of a, and at least one point of the interior of b lies in the interior of a".' "As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) priceRange: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The price range of the business, for example ```$$$```.", ) currenciesAccepted: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The currency accepted.Use standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217)," 'e.g. "USD"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies)' 'for cryptocurrencies, e.g. "BTC"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system)' '(LETS) and other currency types, e.g. "Ithaca HOUR".', ) branchOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The larger organization that this local business is a branch of, if any. Not to be confused" "with (anatomical) [[branch]].", ) paymentAccepted: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc.", ) openingHours: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The general 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 format." "For example, 3pm is specified as ```15:00```, 10am as ```10:00```. * Here is an example:" '<code>&lt;time itemprop="openingHours" datetime=&quot;Tu,Th 16:00-20:00&quot;&gt;Tuesdays' "and Thursdays 4-8pm&lt;/time&gt;</code>.* If a business is open 7 days a week, then" "it can be specified as <code>&lt;time itemprop=&quot;openingHours&quot; datetime=&quot;Mo-Su&quot;&gt;Monday" "through Sunday, all day&lt;/time&gt;</code>.", ) numberOfRooms: Optional[ Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat, ] ] = Field( default=None, description="The number of rooms (excluding bathrooms and closets) of the accommodation or lodging" "business.Typical unit code(s): ROM for room or C62 for no unit. The type of room can be" "put in the unitText property of the QuantitativeValue.", ) availableLanguage: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A language someone may use with or at the item, service or place. Please use one of the language" "codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also" "[[inLanguage]].", ) amenityFeature: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic" "property does not make a statement about whether the feature is included in an offer for" "the main accommodation or available at extra costs.", ) checkoutTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="The latest someone may check out of a lodging establishment.", ) starRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An official rating for a lodging business or food establishment, e.g. from national" "associations or standards bodies. Use the author property to indicate the rating organization," "e.g. as an Organization with name such as (e.g. HOTREC, DEHOGA, WHR, or Hotelstars).", ) audience: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An intended audience, i.e. a group for whom something was created.", ) petsAllowed: Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] = Field( default=None, description="Indicates whether pets are allowed to enter the accommodation or lodging business." "More detailed information can be put in a text value.", ) checkinTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="The earliest someone may check into a lodging establishment.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Hostel.py
0.865991
0.369713
Hostel.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class MedicalImagingTechnique(BaseModel): """Any medical imaging modality typically used for diagnostic purposes. Enumerated type. References: https://schema.org/MedicalImagingTechnique Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="MedicalImagingTechnique", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MedicalImagingTechnique.py
0.943712
0.322499
MedicalImagingTechnique.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Attorney(BaseModel): """Professional service: Attorney. This type is deprecated - [[LegalService]] is more inclusive and less ambiguous. References: https://schema.org/Attorney Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. serviceArea: (Optional[Union[List[Union[str, Any]], str, Any]]): The geographic area where the service is provided. founder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person who founded this organization. isicV4: (Union[List[Union[str, Any]], str, Any]): The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place. hasPOS: (Optional[Union[List[Union[str, Any]], str, Any]]): Points-of-Sales operated by the organization or person. globalLocationNumber: (Union[List[Union[str, Any]], str, Any]): The [Global Location Number](http://www.gs1.org/gln) (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. member: (Optional[Union[List[Union[str, Any]], str, Any]]): A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals. knowsAbout: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Of a [[Person]], and less typically of an [[Organization]], to indicate a topic that is known about - suggesting possible expertise but not implying it. We do not distinguish skill levels here, or relate this to educational content, events, objectives or [[JobPosting]] descriptions. makesOffer: (Optional[Union[List[Union[str, Any]], str, Any]]): A pointer to products or services offered by the organization or person. ownershipFundingInfo: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a description of organizational ownership structure; funding and grants. In a news/media setting, this is with particular reference to editorial independence. Note that the [[funder]] is also available and can be used to make basic funder information machine-readable. founders: (Optional[Union[List[Union[str, Any]], str, Any]]): A person who founded this organization. legalName: (Union[List[Union[str, Any]], str, Any]): The official name of the organization, e.g. the registered company name. actionableFeedbackPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement about public engagement activities (for news media, the newsroom’s), including involving the public - digitally or otherwise -- in coverage decisions, reporting and activities after publication. areaServed: (Union[List[Union[str, Any]], str, Any]): The geographic area where a service or offered item is provided. parentOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): The larger organization that this organization is a [[subOrganization]] of, if any. slogan: (Union[List[Union[str, Any]], str, Any]): A slogan or motto associated with the item. department: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. memberOf: (Optional[Union[List[Union[str, Any]], str, Any]]): An Organization (or ProgramMembership) to which this Person or Organization belongs. publishingPrinciples: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. employee: (Optional[Union[List[Union[str, Any]], str, Any]]): Someone working for this organization. award: (Union[List[Union[str, Any]], str, Any]): An award won by or for this item. email: (Union[List[Union[str, Any]], str, Any]): Email address. contactPoints: (Optional[Union[List[Union[str, Any]], str, Any]]): A contact point for a person or organization. diversityStaffingReport: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a report on staffing diversity issues. In a news context this might be for example ASNE or RTDNA (US) reports, or self-reported. foundingDate: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): The date that this organization was founded. owns: (Optional[Union[List[Union[str, Any]], str, Any]]): Products owned by the organization or person. awards: (Union[List[Union[str, Any]], str, Any]): Awards won by or for this item. review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. dissolutionDate: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): The date that this organization was dissolved. funding: (Optional[Union[List[Union[str, Any]], str, Any]]): A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. interactionStatistic: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used. events: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past events associated with this place or organization. seeks: (Optional[Union[List[Union[str, Any]], str, Any]]): A pointer to products or services sought by the organization or person (demand). employees: (Optional[Union[List[Union[str, Any]], str, Any]]): People working for this organization. unnamedSourcesPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about policy on use of unnamed sources and the decision process required. subOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific 'department' property. foundingLocation: (Optional[Union[List[Union[str, Any]], str, Any]]): The place where the Organization was founded. funder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports (sponsors) something through some kind of financial contribution. iso6523Code: (Union[List[Union[str, Any]], str, Any]): An organization identifier as defined in ISO 6523(-1). Note that many existing organization identifiers such as [leiCode](https://schema.org/leiCode), [duns](https://schema.org/duns) and [vatID](https://schema.org/vatID) can be expressed as an ISO 6523 identifier by setting the ICD part of the ISO 6523 identifier accordingly. diversityPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Statement on diversity policy by an [[Organization]] e.g. a [[NewsMediaOrganization]]. For a [[NewsMediaOrganization]], a statement describing the newsroom’s diversity policy on both staffing and sources, typically providing staffing data. hasMerchantReturnPolicy: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies a MerchantReturnPolicy that may be applicable. event: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past event associated with this place, organization, or action. duns: (Union[List[Union[str, Any]], str, Any]): The Dun & Bradstreet DUNS number for identifying an organization or business person. alumni: (Optional[Union[List[Union[str, Any]], str, Any]]): Alumni of an organization. ethicsPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Statement about ethics policy, e.g. of a [[NewsMediaOrganization]] regarding journalistic and publishing practices, or of a [[Restaurant]], a page describing food source policies. In the case of a [[NewsMediaOrganization]], an ethicsPolicy is typically a statement describing the personal, organizational, and corporate standards of behavior expected by the organization. leiCode: (Union[List[Union[str, Any]], str, Any]): An organization identifier that uniquely identifies a legal entity as defined in ISO 17442. vatID: (Union[List[Union[str, Any]], str, Any]): The Value-added Tax ID of the organization or person. knowsLanguage: (Union[List[Union[str, Any]], str, Any]): Of a [[Person]], and less typically of an [[Organization]], to indicate a known language. We do not distinguish skill levels or reading/writing/speaking/signing here. Use language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). correctionsPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing (in news media, the newsroom’s) disclosure and correction policy for errors. logo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An associated logo. hasCredential: (Optional[Union[List[Union[str, Any]], str, Any]]): A credential awarded to the Person or Organization. address: (Union[List[Union[str, Any]], str, Any]): Physical address of the item. brand: (Optional[Union[List[Union[str, Any]], str, Any]]): The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person. nonprofitStatus: (Optional[Union[List[Union[str, Any]], str, Any]]): nonprofitStatus indicates the legal status of a non-profit organization in its primary place of business. contactPoint: (Optional[Union[List[Union[str, Any]], str, Any]]): A contact point for a person or organization. hasOfferCatalog: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates an OfferCatalog listing for this Organization, Person, or Service. members: (Optional[Union[List[Union[str, Any]], str, Any]]): A member of this organization. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. faxNumber: (Union[List[Union[str, Any]], str, Any]): The fax number. telephone: (Union[List[Union[str, Any]], str, Any]): The telephone number. taxID: (Union[List[Union[str, Any]], str, Any]): The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain. naics: (Union[List[Union[str, Any]], str, Any]): The North American Industry Classification System (NAICS) code for a particular organization or business person. location: (Union[List[Union[str, Any]], str, Any]): The location of, for example, where an event is happening, where an organization is located, or where an action takes place. numberOfEmployees: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of employees in an organization, e.g. business. sponsor: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event. potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. geoCovers: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a covering geometry to a covered geometry. "Every point of b is a point of (the interior or boundary of) a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). longitude: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)). smokingAllowed: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room. isicV4: (Union[List[Union[str, Any]], str, Any]): The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place. globalLocationNumber: (Union[List[Union[str, Any]], str, Any]): The [Global Location Number](http://www.gs1.org/gln) (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. amenityFeature: (Optional[Union[List[Union[str, Any]], str, Any]]): An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs. additionalProperty: (Optional[Union[List[Union[str, Any]], str, Any]]): A property-value pair representing an additional characteristic of the entity, 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. https://schema.org/width, https://schema.org/color, https://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism. slogan: (Union[List[Union[str, Any]], str, Any]): A slogan or motto associated with the item. photos: (Optional[Union[List[Union[str, Any]], str, Any]]): Photographs of this place. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. tourBookingPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A page providing information on how to book a tour of some [[Place]], such as an [[Accommodation]] or [[ApartmentComplex]] in a real estate setting, as well as other kinds of tours as appropriate. geoWithin: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). containsPlace: (Optional[Union[List[Union[str, Any]], str, Any]]): The basic containment relation between a place and another that it contains. review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. hasMap: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A URL to a map of the place. containedIn: (Optional[Union[List[Union[str, Any]], str, Any]]): The basic containment relation between a place and one that contains it. events: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past events associated with this place or organization. geoOverlaps: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). geoEquals: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). "Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other" (a symmetric relationship). maps: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A URL to a map of the place. isAccessibleForFree: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the item, event, or place is accessible for free. event: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past event associated with this place, organization, or action. photo: (Optional[Union[List[Union[str, Any]], str, Any]]): A photograph of this place. containedInPlace: (Optional[Union[List[Union[str, Any]], str, Any]]): The basic containment relation between a place and one that contains it. logo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An associated logo. geoCrosses: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to another that crosses it: "a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). address: (Union[List[Union[str, Any]], str, Any]): Physical address of the item. geo: (Optional[Union[List[Union[str, Any]], str, Any]]): The geo coordinates of the place. openingHoursSpecification: (Optional[Union[List[Union[str, Any]], str, Any]]): The opening hours of a certain place. geoDisjoint: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: "they have no point in common. They form a set of disconnected geometries." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).) geoIntersects: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). latitude: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)). maximumAttendeeCapacity: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): The total number of individuals that may attend an event or venue. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. map: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A URL to a map of the place. branchCode: (Union[List[Union[str, Any]], str, Any]): 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. faxNumber: (Union[List[Union[str, Any]], str, Any]): The fax number. publicAccess: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the [[Place]] is open to public visitors. If this property is omitted there is no assumed default boolean value geoTouches: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) touch: "they have at least one boundary point in common, but no interior points." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).) geoCoveredBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). telephone: (Union[List[Union[str, Any]], str, Any]): The telephone number. hasDriveThroughService: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates whether some facility (e.g. [[FoodEstablishment]], [[CovidTestingFacility]]) offers a service that can be used by driving through in a car. In the case of [[CovidTestingFacility]] such facilities could potentially help with social distancing from other potentially-infected users. specialOpeningHoursSpecification: (Optional[Union[List[Union[str, Any]], str, Any]]): The special opening hours of a certain place.Use this to explicitly override general opening hours brought in scope by [[openingHoursSpecification]] or [[openingHours]]. geoContains: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. "a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). priceRange: (Union[List[Union[str, Any]], str, Any]): The price range of the business, for example ```$$$```. currenciesAccepted: (Union[List[Union[str, Any]], str, Any]): The currency accepted.Use standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. "USD"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. "BTC"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. "Ithaca HOUR". branchOf: (Optional[Union[List[Union[str, Any]], str, Any]]): The larger organization that this local business is a branch of, if any. Not to be confused with (anatomical) [[branch]]. paymentAccepted: (Union[List[Union[str, Any]], str, Any]): Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc. openingHours: (Union[List[Union[str, Any]], str, Any]): The general 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 format. For example, 3pm is specified as ```15:00```, 10am as ```10:00```. * Here is an example: <code>&lt;time itemprop="openingHours" datetime=&quot;Tu,Th 16:00-20:00&quot;&gt;Tuesdays and Thursdays 4-8pm&lt;/time&gt;</code>.* If a business is open 7 days a week, then it can be specified as <code>&lt;time itemprop=&quot;openingHours&quot; datetime=&quot;Mo-Su&quot;&gt;Monday through Sunday, all day&lt;/time&gt;</code>. """ type_: str = Field(default="Attorney", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) serviceArea: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The geographic area where the service is provided.", ) founder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person who founded this organization.", ) isicV4: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The International Standard of Industrial Classification of All Economic Activities" "(ISIC), Revision 4 code for a particular organization, business person, or place.", ) hasPOS: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Points-of-Sales operated by the organization or person.", ) globalLocationNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The [Global Location Number](http://www.gs1.org/gln) (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.", ) member: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A member of an Organization or a ProgramMembership. Organizations can be members of" "organizations; ProgramMembership is typically for individuals.", ) knowsAbout: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Of a [[Person]], and less typically of an [[Organization]], to indicate a topic that" "is known about - suggesting possible expertise but not implying it. We do not distinguish" "skill levels here, or relate this to educational content, events, objectives or [[JobPosting]]" "descriptions.", ) makesOffer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A pointer to products or services offered by the organization or person.", ) ownershipFundingInfo: Union[ List[Union[str, AnyUrl, Any]], str, AnyUrl, Any ] = Field( default=None, description="For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]])," "a description of organizational ownership structure; funding and grants. In a news/media" "setting, this is with particular reference to editorial independence. Note that the" "[[funder]] is also available and can be used to make basic funder information machine-readable.", ) founders: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person who founded this organization.", ) legalName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The official name of the organization, e.g. the registered company name.", ) actionableFeedbackPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement" "about public engagement activities (for news media, the newsroom’s), including involving" "the public - digitally or otherwise -- in coverage decisions, reporting and activities" "after publication.", ) areaServed: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The geographic area where a service or offered item is provided.", ) parentOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The larger organization that this organization is a [[subOrganization]] of, if any.", ) slogan: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A slogan or motto associated with the item.", ) department: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) memberOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An Organization (or ProgramMembership) to which this Person or Organization belongs.", ) publishingPrinciples: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="The publishingPrinciples property indicates (typically via [[URL]]) a document describing" "the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]]" "writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity" "policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles" "are those of the party primarily responsible for the creation of the [[CreativeWork]].While" "such policies are most typically expressed in natural language, sometimes related" "information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.", ) employee: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Someone working for this organization.", ) award: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An award won by or for this item.", ) email: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Email address.", ) contactPoints: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A contact point for a person or organization.", ) diversityStaffingReport: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]])," "a report on staffing diversity issues. In a news context this might be for example ASNE" "or RTDNA (US) reports, or self-reported.", ) foundingDate: Optional[Union[List[Union[str, Any, date]], str, Any, date]] = Field( default=None, description="The date that this organization was founded.", ) owns: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Products owned by the organization or person.", ) awards: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Awards won by or for this item.", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) dissolutionDate: Optional[ Union[List[Union[str, Any, date]], str, Any, date] ] = Field( default=None, description="The date that this organization was dissolved.", ) funding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A [[Grant]] that directly or indirectly provide funding or sponsorship for this item." "See also [[ownershipFundingInfo]].", ) interactionStatistic: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of interactions for the CreativeWork using the WebSite or SoftwareApplication." "The most specific child type of InteractionCounter should be used.", ) events: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past events associated with this place or organization.", ) seeks: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A pointer to products or services sought by the organization or person (demand).", ) employees: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="People working for this organization.", ) unnamedSourcesPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about" "policy on use of unnamed sources and the decision process required.", ) subOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A relationship between two organizations where the first includes the second, e.g.," "as a subsidiary. See also: the more specific 'department' property.", ) foundingLocation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The place where the Organization was founded.", ) funder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports (sponsors) something through some kind of financial" "contribution.", ) iso6523Code: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An organization identifier as defined in ISO 6523(-1). Note that many existing organization" "identifiers such as [leiCode](https://schema.org/leiCode), [duns](https://schema.org/duns)" "and [vatID](https://schema.org/vatID) can be expressed as an ISO 6523 identifier" "by setting the ICD part of the ISO 6523 identifier accordingly.", ) diversityPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Statement on diversity policy by an [[Organization]] e.g. a [[NewsMediaOrganization]]." "For a [[NewsMediaOrganization]], a statement describing the newsroom’s diversity" "policy on both staffing and sources, typically providing staffing data.", ) hasMerchantReturnPolicy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies a MerchantReturnPolicy that may be applicable.", ) event: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past event associated with this place, organization, or action.", ) duns: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Dun & Bradstreet DUNS number for identifying an organization or business person.", ) alumni: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Alumni of an organization.", ) ethicsPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Statement about ethics policy, e.g. of a [[NewsMediaOrganization]] regarding journalistic" "and publishing practices, or of a [[Restaurant]], a page describing food source policies." "In the case of a [[NewsMediaOrganization]], an ethicsPolicy is typically a statement" "describing the personal, organizational, and corporate standards of behavior expected" "by the organization.", ) leiCode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An organization identifier that uniquely identifies a legal entity as defined in ISO" "17442.", ) vatID: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Value-added Tax ID of the organization or person.", ) knowsLanguage: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Of a [[Person]], and less typically of an [[Organization]], to indicate a known language." "We do not distinguish skill levels or reading/writing/speaking/signing here. Use" "language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47).", ) correctionsPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing" "(in news media, the newsroom’s) disclosure and correction policy for errors.", ) logo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An associated logo.", ) hasCredential: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A credential awarded to the Person or Organization.", ) address: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Physical address of the item.", ) brand: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The brand(s) associated with a product or service, or the brand(s) maintained by an organization" "or business person.", ) nonprofitStatus: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="nonprofitStatus indicates the legal status of a non-profit organization in its primary" "place of business.", ) contactPoint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A contact point for a person or organization.", ) hasOfferCatalog: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates an OfferCatalog listing for this Organization, Person, or Service.", ) members: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A member of this organization.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) faxNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The fax number.", ) telephone: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The telephone number.", ) taxID: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in" "Spain.", ) naics: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The North American Industry Classification System (NAICS) code for a particular organization" "or business person.", ) location: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The location of, for example, where an event is happening, where an organization is located," "or where an action takes place.", ) numberOfEmployees: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of employees in an organization, e.g. business.", ) sponsor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports a thing through a pledge, promise, or financial" "contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.", ) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) geoCovers: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" 'a covering geometry to a covered geometry. "Every point of b is a point of (the interior' 'or boundary of) a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', ) longitude: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).", ) smokingAllowed: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or" "hotel room.", ) isicV4: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The International Standard of Industrial Classification of All Economic Activities" "(ISIC), Revision 4 code for a particular organization, business person, or place.", ) globalLocationNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The [Global Location Number](http://www.gs1.org/gln) (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.", ) amenityFeature: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic" "property does not make a statement about whether the feature is included in an offer for" "the main accommodation or available at extra costs.", ) additionalProperty: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A property-value pair representing an additional characteristic of the entity, 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. https://schema.org/width, https://schema.org/color," "https://schema.org/gtin13, ...) will typically expect such data to be provided using" "those properties, rather than using the generic property/value mechanism.", ) slogan: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A slogan or motto associated with the item.", ) photos: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Photographs of this place.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) tourBookingPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A page providing information on how to book a tour of some [[Place]], such as an [[Accommodation]]" "or [[ApartmentComplex]] in a real estate setting, as well as other kinds of tours as appropriate.", ) geoWithin: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" "a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined" "in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) containsPlace: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The basic containment relation between a place and another that it contains.", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) hasMap: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A URL to a map of the place.", ) containedIn: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The basic containment relation between a place and one that contains it.", ) events: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past events associated with this place or organization.", ) geoOverlaps: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" "a geometry to another that geospatially overlaps it, i.e. they have some but not all points" "in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) geoEquals: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" "are topologically equal, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM)." '"Two geometries are topologically equal if their interiors intersect and no part of' 'the interior or boundary of one geometry intersects the exterior of the other" (a symmetric' "relationship).", ) maps: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A URL to a map of the place.", ) isAccessibleForFree: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the item, event, or place is accessible for free.", ) event: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past event associated with this place, organization, or action.", ) photo: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A photograph of this place.", ) containedInPlace: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The basic containment relation between a place and one that contains it.", ) logo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An associated logo.", ) geoCrosses: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" 'a geometry to another that crosses it: "a crosses b: they have some but not all interior' "points in common, and the dimension of the intersection is less than that of at least one" 'of them". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', ) address: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Physical address of the item.", ) geo: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The geo coordinates of the place.", ) openingHoursSpecification: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The opening hours of a certain place.", ) geoDisjoint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" 'are topologically disjoint: "they have no point in common. They form a set of disconnected' 'geometries." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)', ) geoIntersects: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" "have at least one point in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) latitude: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).", ) maximumAttendeeCapacity: Optional[ Union[List[Union[str, int, Any]], str, int, Any] ] = Field( default=None, description="The total number of individuals that may attend an event or venue.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) map: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A URL to a map of the place.", ) branchCode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description='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.', ) faxNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The fax number.", ) publicAccess: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the [[Place]] is open to public visitors. If this property is omitted" "there is no assumed default boolean value", ) geoTouches: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" 'touch: "they have at least one boundary point in common, but no interior points." (A' "symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)", ) geoCoveredBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" "a geometry to another that covers it. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) telephone: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The telephone number.", ) hasDriveThroughService: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates whether some facility (e.g. [[FoodEstablishment]], [[CovidTestingFacility]])" "offers a service that can be used by driving through in a car. In the case of [[CovidTestingFacility]]" "such facilities could potentially help with social distancing from other potentially-infected" "users.", ) specialOpeningHoursSpecification: Optional[ Union[List[Union[str, Any]], str, Any] ] = Field( default=None, description="The special opening hours of a certain place.Use this to explicitly override general" "opening hours brought in scope by [[openingHoursSpecification]] or [[openingHours]].", ) geoContains: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" 'a containing geometry to a contained geometry. "a contains b iff no points of b lie in' 'the exterior of a, and at least one point of the interior of b lies in the interior of a".' "As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) priceRange: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The price range of the business, for example ```$$$```.", ) currenciesAccepted: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The currency accepted.Use standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217)," 'e.g. "USD"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies)' 'for cryptocurrencies, e.g. "BTC"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system)' '(LETS) and other currency types, e.g. "Ithaca HOUR".', ) branchOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The larger organization that this local business is a branch of, if any. Not to be confused" "with (anatomical) [[branch]].", ) paymentAccepted: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc.", ) openingHours: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The general 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 format." "For example, 3pm is specified as ```15:00```, 10am as ```10:00```. * Here is an example:" '<code>&lt;time itemprop="openingHours" datetime=&quot;Tu,Th 16:00-20:00&quot;&gt;Tuesdays' "and Thursdays 4-8pm&lt;/time&gt;</code>.* If a business is open 7 days a week, then" "it can be specified as <code>&lt;time itemprop=&quot;openingHours&quot; datetime=&quot;Mo-Su&quot;&gt;Monday" "through Sunday, all day&lt;/time&gt;</code>.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Attorney.py
0.883003
0.346873
Attorney.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Collection(BaseModel): """A collection of items, e.g. creative works or products. References: https://schema.org/Collection Note: Model Depth 3 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. workTranslation: (Optional[Union[List[Union[str, Any]], str, Any]]): A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation “Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese translation Tây du ký bình khảo. educationalLevel: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators. associatedMedia: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. This property is a synonym for encoding. exampleOfWork: (Optional[Union[List[Union[str, Any]], str, Any]]): A creative work that this work is an example/instance/realization/derivation of. releasedEvent: (Optional[Union[List[Union[str, Any]], str, Any]]): The place and time the release was issued, expressed as a PublicationEvent. version: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The version of the CreativeWork embodied by a specified resource. locationCreated: (Optional[Union[List[Union[str, Any]], str, Any]]): The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork. acquireLicensePage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page documenting how licenses can be purchased or otherwise acquired, for the current item. thumbnailUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A thumbnail image relevant to the Thing. provider: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. expires: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): Date the content expires and is no longer useful or available. For example a [[VideoObject]] or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]] fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date. contentLocation: (Optional[Union[List[Union[str, Any]], str, Any]]): The location depicted or described in the content. For example, the location in a photograph or painting. educationalUse: (Union[List[Union[str, Any]], str, Any]): The purpose of a work in the context of education; for example, 'assignment', 'group work'. copyrightHolder: (Optional[Union[List[Union[str, Any]], str, Any]]): The party holding the legal copyright to the CreativeWork. accessibilityControl: (Union[List[Union[str, Any]], str, Any]): Identifies input methods that are sufficient to fully control the described resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary). maintainer: (Optional[Union[List[Union[str, Any]], str, Any]]): A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other [[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions to, and/or publication of, some (typically complex) artifact. It is common for distributions of software and data to be based on "upstream" sources. When [[maintainer]] is applied to a specific version of something e.g. a particular version or packaging of a [[Dataset]], it is always possible that the upstream source has a different maintainer. The [[isBasedOn]] property can be used to indicate such relationships between datasets to make the different maintenance roles clear. Similarly in the case of software, a package may have dedicated maintainers working on integration into software distributions such as Ubuntu, as well as upstream maintainers of the underlying work. educationalAlignment: (Optional[Union[List[Union[str, Any]], str, Any]]): An alignment to an established educational framework.This property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource [[teaches]] or [[assesses]] a competency. spatial: (Optional[Union[List[Union[str, Any]], str, Any]]): The "spatial" property can be used in cases when more specific properties(e.g. [[locationCreated]], [[spatialCoverage]], [[contentLocation]]) are not known to be appropriate. publisher: (Optional[Union[List[Union[str, Any]], str, Any]]): The publisher of the creative work. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. assesses: (Union[List[Union[str, Any]], str, Any]): The item being described is intended to assess the competency or learning outcome defined by the referenced term. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. isBasedOn: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A resource from which this work is derived or from which it is a modification or adaption. mentions: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept. publishingPrinciples: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. contributor: (Optional[Union[List[Union[str, Any]], str, Any]]): A secondary contributor to the CreativeWork or Event. license: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A license document that applies to this content, typically indicated by URL. citation: (Union[List[Union[str, Any]], str, Any]): A citation or reference to another creative work, such as another publication, web page, scholarly article, etc. accessibilitySummary: (Union[List[Union[str, Any]], str, Any]): A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as "short descriptions are present but long descriptions will be needed for non-visual users" or "short descriptions are present and no long descriptions are needed." award: (Union[List[Union[str, Any]], str, Any]): An award won by or for this item. commentCount: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): 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. temporalCoverage: (Union[List[Union[datetime, str, Any, AnyUrl]], datetime, str, Any, AnyUrl]): The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals). In the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012"). Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate their temporalCoverage in broader terms - textually or via well-known URL. Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".Open-ended date ranges can be written with ".." in place of the end date. For example, "2015-11/.." indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated. dateCreated: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): The date on which the CreativeWork was created or the item was added to a DataFeed. discussionUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A link to the page containing the comments of the CreativeWork. copyrightNotice: (Union[List[Union[str, Any]], str, Any]): Text of a notice appropriate for describing the copyright aspects of this Creative Work, ideally indicating the owner of the copyright for the Work. learningResourceType: (Union[List[Union[str, Any]], str, Any]): The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'. awards: (Union[List[Union[str, Any]], str, Any]): Awards won by or for this item. accessModeSufficient: (Optional[Union[List[Union[str, Any]], str, Any]]): A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary). review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. conditionsOfAccess: (Union[List[Union[str, Any]], str, Any]): Conditions that affect the availability of, or method(s) of access to, an item. Typically used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]. This property is not suitable for use as a general Web access control mechanism. It is expressed only in natural language.For example "Available by appointment from the Reading Room" or "Accessible only from logged-in accounts ". interactivityType: (Union[List[Union[str, Any]], str, Any]): The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'. abstract: (Union[List[Union[str, Any]], str, Any]): An abstract is a short description that summarizes a [[CreativeWork]]. fileFormat: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)) 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. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry. interpretedAsClaim: (Optional[Union[List[Union[str, Any]], str, Any]]): Used to indicate a specific claim contained, implied, translated or refined from the content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can be indicated using [[claimInterpreter]]. text: (Union[List[Union[str, Any]], str, Any]): The textual content of this CreativeWork. archivedAt: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible, but be archived by archival, journalistic, activist, or law enforcement organizations. In such cases, the referenced page may not directly publish the content. alternativeHeadline: (Union[List[Union[str, Any]], str, Any]): A secondary title of the CreativeWork. creditText: (Union[List[Union[str, Any]], str, Any]): Text that can be used to credit person(s) and/or organization(s) associated with a published Creative Work. funding: (Optional[Union[List[Union[str, Any]], str, Any]]): A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. interactionStatistic: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used. workExample: (Optional[Union[List[Union[str, Any]], str, Any]]): Example/instance/realization/derivation of the concept of this creative work. E.g. the paperback edition, first edition, or e-book. about: (Optional[Union[List[Union[str, Any]], str, Any]]): The subject matter of the content. encodings: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. funder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports (sponsors) something through some kind of financial contribution. video: (Optional[Union[List[Union[str, Any]], str, Any]]): An embedded video object. isPartOf: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of. pattern: (Union[List[Union[str, Any]], str, Any]): A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'. Values are typically expressed as text, although links to controlled value schemes are also supported. editor: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies the Person who edited the CreativeWork. dateModified: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed. translationOfWork: (Optional[Union[List[Union[str, Any]], str, Any]]): The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the Origin of Species”. creativeWorkStatus: (Union[List[Union[str, Any]], str, Any]): The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle. isBasedOnUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. isFamilyFriendly: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates whether this content is family friendly. isAccessibleForFree: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the item, event, or place is accessible for free. author: (Optional[Union[List[Union[str, Any]], str, Any]]): The author of this content or rating. 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. contentReferenceTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event. correction: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]], textually or in another document. sdDatePublished: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): Indicates the date on which the current structured data was generated / published. Typically used alongside [[sdPublisher]] comment: (Optional[Union[List[Union[str, Any]], str, Any]]): Comments, typically from users. countryOfOrigin: (Optional[Union[List[Union[str, Any]], str, Any]]): The country of origin of something, including products as well as creative works such as movie and TV content.In the case of TV and movie, this would be the country of the principle offices of the production company or individual responsible for the movie. For other kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties such as [[contentLocation]] and [[locationCreated]] may be more applicable.In the case of products, the country of origin of the product. The exact interpretation of this may vary by context and product type, and cannot be fully enumerated here. timeRequired: (Optional[Union[List[Union[str, Any]], str, Any]]): Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. 'PT30M', 'PT1H25M'. typicalAgeRange: (Union[List[Union[str, Any]], str, Any]): The typical expected age range, e.g. '7-9', '11-'. genre: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Genre of the creative work, broadcast channel or group. producer: (Optional[Union[List[Union[str, Any]], str, Any]]): The person or organization who produced the work (e.g. music album, movie, TV/radio series etc.). schemaVersion: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Indicates (by URL or string) a particular version of a schema used in some CreativeWork. This property was created primarily to indicate the use of a specific schema.org release, e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```. There may be situations in which other schemas might usefully be referenced this way, e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/``` but this has not been carefully explored in the community. audience: (Optional[Union[List[Union[str, Any]], str, Any]]): An intended audience, i.e. a group for whom something was created. encoding: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. This property is a synonym for associatedMedia. publisherImprint: (Optional[Union[List[Union[str, Any]], str, Any]]): The publishing division which published the comic. accessibilityAPI: (Union[List[Union[str, Any]], str, Any]): Indicates that the resource is compatible with the referenced accessibility API. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary). sdPublisher: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The[[sdPublisher]] property helps make such practices more explicit. audio: (Optional[Union[List[Union[str, Any]], str, Any]]): An embedded audio object. accessibilityFeature: (Union[List[Union[str, Any]], str, Any]): Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary). spatialCoverage: (Optional[Union[List[Union[str, Any]], str, Any]]): The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York. accessMode: (Union[List[Union[str, Any]], str, Any]): The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary). editEIDR: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing a specific edit / edition for a work of film or television.For example, the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J" has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".Since schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description. usageInfo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]. This property is applicable both to works that are freely available and to those that require payment or other transactions. It can reference additional information, e.g. community expectations on preferred linking and citation conventions, as well as purchasing details. For something that can be commercially licensed, usageInfo can provide detailed, resource-specific information about licensing options.This property can be used alongside the license property which indicates license(s) applicable to some piece of content. The usageInfo property can provide information about other licensing options, e.g. acquiring commercial usage rights for an image that is also available under non-commercial creative commons licenses. position: (Union[List[Union[str, int, Any]], str, int, Any]): The position of an item in a series or sequence of items. encodingFormat: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml) and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)), e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.In cases where a [[CreativeWork]] has several media type representations, [[encoding]] can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]] information.Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry. copyrightYear: (Optional[Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]]): The year during which the claimed copyright for the CreativeWork was first asserted. mainEntity: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the primary entity described in some page or other CreativeWork. creator: (Optional[Union[List[Union[str, Any]], str, Any]]): The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork. teaches: (Union[List[Union[str, Any]], str, Any]): The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term. temporal: (Union[List[Union[datetime, str, Any]], datetime, str, Any]): The "temporal" property can be used in cases where more specific properties(e.g. [[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]]) are not known to be appropriate. size: (Union[List[Union[str, Any]], str, Any]): A standardized size of a product or creative work, specified either through a simple textual string (for example 'XL', '32Wx34L'), a QuantitativeValue with a unitCode, or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]], [[height]], [[depth]] and [[weight]] properties may be more applicable. translator: (Optional[Union[List[Union[str, Any]], str, Any]]): Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. accountablePerson: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies the Person that is legally accountable for the CreativeWork. accessibilityHazard: (Union[List[Union[str, Any]], str, Any]): A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary). contentRating: (Union[List[Union[str, Any]], str, Any]): Official rating of a piece of content&#x2014;for example, 'MPAA PG-13'. recordedAt: (Optional[Union[List[Union[str, Any]], str, Any]]): The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event. publication: (Optional[Union[List[Union[str, Any]], str, Any]]): A publication event associated with the item. sdLicense: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A license document that applies to this structured data, typically indicated by URL. headline: (Union[List[Union[str, Any]], str, Any]): Headline of the article. materialExtent: (Union[List[Union[str, Any]], str, Any]): The quantity of the materials being described or an expression of the physical space they occupy. inLanguage: (Union[List[Union[str, Any]], str, Any]): 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](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]]. material: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): A material that something is made from, e.g. leather, wool, cotton, paper. datePublished: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): Date of first broadcast/publication. offers: (Optional[Union[List[Union[str, Any]], str, Any]]): An offer to provide this item&#x2014;for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer. hasPart: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense). sourceOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): The Organization on whose behalf the creator was working. sponsor: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event. character: (Optional[Union[List[Union[str, Any]], str, Any]]): Fictional person connected with a creative work. collectionSize: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): The number of items in the [[Collection]]. """ type_: str = Field(default="Collection", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) workTranslation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation" "“Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese" "translation Tây du ký bình khảo.", ) educationalLevel: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The level in terms of progression through an educational or training context. Examples" "of educational levels include 'beginner', 'intermediate' or 'advanced', and formal" "sets of level indicators.", ) associatedMedia: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork. This property is a synonym for encoding.", ) exampleOfWork: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A creative work that this work is an example/instance/realization/derivation of.", ) releasedEvent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The place and time the release was issued, expressed as a PublicationEvent.", ) version: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The version of the CreativeWork embodied by a specified resource.", ) locationCreated: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The location where the CreativeWork was created, which may not be the same as the location" "depicted in the CreativeWork.", ) acquireLicensePage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page documenting how licenses can be purchased or otherwise acquired, for" "the current item.", ) thumbnailUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A thumbnail image relevant to the Thing.", ) provider: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) expires: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="Date the content expires and is no longer useful or available. For example a [[VideoObject]]" "or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]]" "fact check whose publisher wants to indicate that it may no longer be relevant (or helpful" "to highlight) after some date.", ) contentLocation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The location depicted or described in the content. For example, the location in a photograph" "or painting.", ) educationalUse: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The purpose of a work in the context of education; for example, 'assignment', 'group" "work'.", ) copyrightHolder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The party holding the legal copyright to the CreativeWork.", ) accessibilityControl: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Identifies input methods that are sufficient to fully control the described resource." "Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary).", ) maintainer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other" "[[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions" "to, and/or publication of, some (typically complex) artifact. It is common for distributions" 'of software and data to be based on "upstream" sources. When [[maintainer]] is applied' "to a specific version of something e.g. a particular version or packaging of a [[Dataset]]," "it is always possible that the upstream source has a different maintainer. The [[isBasedOn]]" "property can be used to indicate such relationships between datasets to make the different" "maintenance roles clear. Similarly in the case of software, a package may have dedicated" "maintainers working on integration into software distributions such as Ubuntu, as" "well as upstream maintainers of the underlying work.", ) educationalAlignment: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An alignment to an established educational framework.This property should not be used" "where the nature of the alignment can be described using a simple property, for example" "to express that a resource [[teaches]] or [[assesses]] a competency.", ) spatial: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description='The "spatial" property can be used in cases when more specific properties(e.g. [[locationCreated]],' "[[spatialCoverage]], [[contentLocation]]) are not known to be appropriate.", ) publisher: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The publisher of the creative work.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) assesses: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The item being described is intended to assess the competency or learning outcome defined" "by the referenced term.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) isBasedOn: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A resource from which this work is derived or from which it is a modification or adaption.", ) mentions: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates that the CreativeWork contains a reference to, but is not necessarily about" "a concept.", ) publishingPrinciples: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="The publishingPrinciples property indicates (typically via [[URL]]) a document describing" "the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]]" "writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity" "policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles" "are those of the party primarily responsible for the creation of the [[CreativeWork]].While" "such policies are most typically expressed in natural language, sometimes related" "information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.", ) contributor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A secondary contributor to the CreativeWork or Event.", ) license: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A license document that applies to this content, typically indicated by URL.", ) citation: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A citation or reference to another creative work, such as another publication, web page," "scholarly article, etc.", ) accessibilitySummary: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A human-readable summary of specific accessibility features or deficiencies, consistent" 'with the other accessibility metadata but expressing subtleties such as "short descriptions' 'are present but long descriptions will be needed for non-visual users" or "short descriptions' 'are present and no long descriptions are needed."', ) award: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An award won by or for this item.", ) commentCount: Optional[Union[List[Union[str, int, Any]], str, int, Any]] = Field( default=None, description="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.", ) temporalCoverage: Union[ List[Union[datetime, str, Any, AnyUrl]], datetime, str, Any, AnyUrl ] = Field( default=None, description="The temporalCoverage of a CreativeWork indicates the period that the content applies" "to, i.e. that it describes, either as a DateTime or as a textual string indicating a time" "period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals)." "In the case of a Dataset it will typically indicate the relevant time period in a precise" 'notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012").' "Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate" "their temporalCoverage in broader terms - textually or via well-known URL. Written" "works such as books may sometimes have precise temporal coverage too, e.g. a work set" 'in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".Open-ended' 'date ranges can be written with ".." in place of the end date. For example, "2015-11/.."' "indicates a range beginning in November 2015 and with no specified final date. This is" "tentative and might be updated in future when ISO 8601 is officially updated.", ) dateCreated: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="The date on which the CreativeWork was created or the item was added to a DataFeed.", ) discussionUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A link to the page containing the comments of the CreativeWork.", ) copyrightNotice: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Text of a notice appropriate for describing the copyright aspects of this Creative Work," "ideally indicating the owner of the copyright for the Work.", ) learningResourceType: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The predominant type or kind characterizing the learning resource. For example, 'presentation'," "'handout'.", ) awards: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Awards won by or for this item.", ) accessModeSufficient: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A list of single or combined accessModes that are sufficient to understand all the intellectual" "content of a resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary).", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) conditionsOfAccess: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Conditions that affect the availability of, or method(s) of access to, an item. Typically" "used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]." "This property is not suitable for use as a general Web access control mechanism. It is" 'expressed only in natural language.For example "Available by appointment from the' 'Reading Room" or "Accessible only from logged-in accounts ".', ) interactivityType: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The predominant mode of learning supported by the learning resource. Acceptable values" "are 'active', 'expositive', or 'mixed'.", ) abstract: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An abstract is a short description that summarizes a [[CreativeWork]].", ) fileFormat: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml))" "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. Unregistered or niche" "file formats can be indicated instead via the most appropriate URL, e.g. defining Web" "page or a Wikipedia entry.", ) interpretedAsClaim: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Used to indicate a specific claim contained, implied, translated or refined from the" "content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can" "be indicated using [[claimInterpreter]].", ) text: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The textual content of this CreativeWork.", ) archivedAt: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case" "of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible," "but be archived by archival, journalistic, activist, or law enforcement organizations." "In such cases, the referenced page may not directly publish the content.", ) alternativeHeadline: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A secondary title of the CreativeWork.", ) creditText: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Text that can be used to credit person(s) and/or organization(s) associated with a published" "Creative Work.", ) funding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A [[Grant]] that directly or indirectly provide funding or sponsorship for this item." "See also [[ownershipFundingInfo]].", ) interactionStatistic: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of interactions for the CreativeWork using the WebSite or SoftwareApplication." "The most specific child type of InteractionCounter should be used.", ) workExample: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Example/instance/realization/derivation of the concept of this creative work. E.g." "the paperback edition, first edition, or e-book.", ) about: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The subject matter of the content.", ) encodings: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork.", ) funder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports (sponsors) something through some kind of financial" "contribution.", ) video: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An embedded video object.", ) isPartOf: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is" "part of.", ) pattern: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'." "Values are typically expressed as text, although links to controlled value schemes" "are also supported.", ) editor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies the Person who edited the CreativeWork.", ) dateModified: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="The date on which the CreativeWork was most recently modified or when the item's entry" "was modified within a DataFeed.", ) translationOfWork: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the" "Origin of Species”.", ) creativeWorkStatus: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The status of a creative work in terms of its stage in a lifecycle. Example terms include" "Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for" "the stages of their publication lifecycle.", ) isBasedOnUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) isFamilyFriendly: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates whether this content is family friendly.", ) isAccessibleForFree: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the item, event, or place is accessible for free.", ) author: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The author of this content or rating. 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.", ) contentReferenceTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="The specific time described by a creative work, for works (e.g. articles, video objects" "etc.) that emphasise a particular moment within an Event.", ) correction: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]]," "textually or in another document.", ) sdDatePublished: Optional[ Union[List[Union[str, Any, date]], str, Any, date] ] = Field( default=None, description="Indicates the date on which the current structured data was generated / published. Typically" "used alongside [[sdPublisher]]", ) comment: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Comments, typically from users.", ) countryOfOrigin: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The country of origin of something, including products as well as creative works such" "as movie and TV content.In the case of TV and movie, this would be the country of the principle" "offices of the production company or individual responsible for the movie. For other" "kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties" "such as [[contentLocation]] and [[locationCreated]] may be more applicable.In the" "case of products, the country of origin of the product. The exact interpretation of this" "may vary by context and product type, and cannot be fully enumerated here.", ) timeRequired: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Approximate or typical time it takes to work with or through this learning resource for" "the typical intended target audience, e.g. 'PT30M', 'PT1H25M'.", ) typicalAgeRange: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The typical expected age range, e.g. '7-9', '11-'.", ) genre: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Genre of the creative work, broadcast channel or group.", ) producer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The person or organization who produced the work (e.g. music album, movie, TV/radio" "series etc.).", ) schemaVersion: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Indicates (by URL or string) a particular version of a schema used in some CreativeWork." "This property was created primarily to indicate the use of a specific schema.org release," "e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```." "There may be situations in which other schemas might usefully be referenced this way," "e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/```" "but this has not been carefully explored in the community.", ) audience: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An intended audience, i.e. a group for whom something was created.", ) encoding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.", ) publisherImprint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The publishing division which published the comic.", ) accessibilityAPI: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Indicates that the resource is compatible with the referenced accessibility API. Values" "should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary).", ) sdPublisher: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the party responsible for generating and publishing the current structured" "data markup, typically in cases where the structured data is derived automatically" "from existing published content but published on a different site. For example, student" "projects and open data initiatives often re-publish existing content with more explicitly" "structured metadata. The[[sdPublisher]] property helps make such practices more" "explicit.", ) audio: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An embedded audio object.", ) accessibilityFeature: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Content features of the resource, such as accessible media, alternatives and supported" "enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary).", ) spatialCoverage: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of" "the content. It is a subproperty of contentLocation intended primarily for more technical" "and detailed materials. For example with a Dataset, it indicates areas that the dataset" "describes: a dataset of New York weather would have spatialCoverage which was the place:" "the state of New York.", ) accessMode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The human sensory perceptual system or cognitive faculty through which a person may" "process or perceive information. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary).", ) editEIDR: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]]" "representing a specific edit / edition for a work of film or television.For example," 'the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J"' 'has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".Since' "schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their" "multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description)," "or alongside [[editEIDR]] for a more edit-specific description.", ) usageInfo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]." "This property is applicable both to works that are freely available and to those that" "require payment or other transactions. It can reference additional information, e.g." "community expectations on preferred linking and citation conventions, as well as purchasing" "details. For something that can be commercially licensed, usageInfo can provide detailed," "resource-specific information about licensing options.This property can be used" "alongside the license property which indicates license(s) applicable to some piece" "of content. The usageInfo property can provide information about other licensing options," "e.g. acquiring commercial usage rights for an image that is also available under non-commercial" "creative commons licenses.", ) position: Union[List[Union[str, int, Any]], str, int, Any] = Field( default=None, description="The position of an item in a series or sequence of items.", ) encodingFormat: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)" "and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types))," "e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.In" "cases where a [[CreativeWork]] has several media type representations, [[encoding]]" "can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]]" "information.Unregistered or niche encoding and file formats can be indicated instead" "via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.", ) copyrightYear: Optional[ Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat, ] ] = Field( default=None, description="The year during which the claimed copyright for the CreativeWork was first asserted.", ) mainEntity: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the primary entity described in some page or other CreativeWork.", ) creator: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The creator/author of this CreativeWork. This is the same as the Author property for" "CreativeWork.", ) teaches: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The item being described is intended to help a person learn the competency or learning" "outcome defined by the referenced term.", ) temporal: Union[List[Union[datetime, str, Any]], datetime, str, Any] = Field( default=None, description='The "temporal" property can be used in cases where more specific properties(e.g.' "[[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]])" "are not known to be appropriate.", ) size: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A standardized size of a product or creative work, specified either through a simple" "textual string (for example 'XL', '32Wx34L'), a QuantitativeValue with a unitCode," "or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]]," "[[height]], [[depth]] and [[weight]] properties may be more applicable.", ) translator: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Organization or person who adapts a creative work to different languages, regional" "differences and technical requirements of a target market, or that translates during" "some event.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) accountablePerson: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies the Person that is legally accountable for the CreativeWork.", ) accessibilityHazard: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A characteristic of the described resource that is physiologically dangerous to some" "users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary).", ) contentRating: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Official rating of a piece of content&#x2014;for example, 'MPAA PG-13'.", ) recordedAt: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The Event where the CreativeWork was recorded. The CreativeWork may capture all or part" "of the event.", ) publication: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A publication event associated with the item.", ) sdLicense: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A license document that applies to this structured data, typically indicated by URL.", ) headline: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Headline of the article.", ) materialExtent: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The quantity of the materials being described or an expression of the physical space" "they occupy.", ) inLanguage: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="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](http://tools.ietf.org/html/bcp47). See also" "[[availableLanguage]].", ) material: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="A material that something is made from, e.g. leather, wool, cotton, paper.", ) datePublished: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="Date of first broadcast/publication.", ) offers: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An offer to provide this item&#x2014;for example, an offer to sell a product, rent the" "DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]]" "to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can" "also be used to describe a [[Demand]]. While this property is listed as expected on a number" "of common types, it can be used in others. In that case, using a second type, such as Product" "or a subtype of Product, can clarify the nature of the offer.", ) hasPart: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some" "sense).", ) sourceOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The Organization on whose behalf the creator was working.", ) sponsor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports a thing through a pledge, promise, or financial" "contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.", ) character: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Fictional person connected with a creative work.", ) collectionSize: Optional[Union[List[Union[str, int, Any]], str, int, Any]] = Field( default=None, description="The number of items in the [[Collection]].", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Collection.py
0.920025
0.317664
Collection.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class GameServer(BaseModel): """Server that provides game interaction in a multiplayer game. References: https://schema.org/GameServer Note: Model Depth 3 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. playersOnline: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): Number of players on the server. game: (Optional[Union[List[Union[str, Any]], str, Any]]): Video game which is played on this server. serverStatus: (Optional[Union[List[Union[str, Any]], str, Any]]): Status of a game server. """ type_: str = Field(default="GameServer", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) playersOnline: Optional[Union[List[Union[str, int, Any]], str, int, Any]] = Field( default=None, description="Number of players on the server.", ) game: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Video game which is played on this server.", ) serverStatus: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Status of a game server.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/GameServer.py
0.932676
0.313315
GameServer.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class BusinessSupport(BaseModel): """BusinessSupport: this is a benefit for supporting businesses. References: https://schema.org/BusinessSupport Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="BusinessSupport", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/BusinessSupport.py
0.943932
0.295789
BusinessSupport.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class InteractionCounter(BaseModel): """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. References: https://schema.org/InteractionCounter Note: Model Depth 4 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. endTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): 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*. For media, including audio and video, it's the time offset of the end of a clip within a larger file.Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions. startTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): 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. For media, including audio and video, it's the time offset of the start of a clip within a larger file.Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions. interactionType: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. interactionService: (Optional[Union[List[Union[str, Any]], str, Any]]): The WebSite or SoftwareApplication where the interactions took place. userInteractionCount: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. location: (Union[List[Union[str, Any]], str, Any]): The location of, for example, where an event is happening, where an organization is located, or where an action takes place. """ type_: str = Field(default="InteractionCounter", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) endTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="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*. For media, including" "audio and video, it's the time offset of the end of a clip within a larger file.Note that" "Event uses startDate/endDate instead of startTime/endTime, even when describing" "dates with times. This situation may be clarified in future revisions.", ) startTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="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. For media, including" "audio and video, it's the time offset of the start of a clip within a larger file.Note that" "Event uses startDate/endDate instead of startTime/endTime, even when describing" "dates with times. This situation may be clarified in future revisions.", ) interactionType: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) interactionService: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The WebSite or SoftwareApplication where the interactions took place.", ) userInteractionCount: Optional[ Union[List[Union[str, int, Any]], str, int, Any] ] = Field( default=None, description="The number of interactions for the CreativeWork using the WebSite or SoftwareApplication.", ) location: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The location of, for example, where an event is happening, where an organization is located," "or where an action takes place.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/InteractionCounter.py
0.952794
0.379206
InteractionCounter.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Thursday(BaseModel): """The day of the week between Wednesday and Friday. References: https://schema.org/Thursday Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="Thursday", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Thursday.py
0.925676
0.345022
Thursday.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class BloodTest(BaseModel): """A medical test performed on a sample of a patient's blood. References: https://schema.org/BloodTest Note: Model Depth 4 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. recognizingAuthority: (Optional[Union[List[Union[str, Any]], str, Any]]): If applicable, the organization that officially recognizes this entity as part of its endorsed system of medicine. relevantSpecialty: (Optional[Union[List[Union[str, Any]], str, Any]]): If applicable, a medical specialty in which this entity is relevant. medicineSystem: (Optional[Union[List[Union[str, Any]], str, Any]]): The system of medicine that includes this MedicalEntity, for example 'evidence-based', 'homeopathic', 'chiropractic', etc. funding: (Optional[Union[List[Union[str, Any]], str, Any]]): A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. legalStatus: (Union[List[Union[str, Any]], str, Any]): The drug or supplement's legal status, including any controlled substance schedules that apply. study: (Optional[Union[List[Union[str, Any]], str, Any]]): A medical study or trial related to this entity. guideline: (Optional[Union[List[Union[str, Any]], str, Any]]): A medical guideline related to this entity. code: (Optional[Union[List[Union[str, Any]], str, Any]]): A medical code for the entity, taken from a controlled vocabulary or ontology such as ICD-9, DiseasesDB, MeSH, SNOMED-CT, RxNorm, etc. affectedBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Drugs that affect the test's results. normalRange: (Union[List[Union[str, Any]], str, Any]): Range of acceptable values for a typical patient, when applicable. signDetected: (Optional[Union[List[Union[str, Any]], str, Any]]): A sign detected by the test. usedToDiagnose: (Optional[Union[List[Union[str, Any]], str, Any]]): A condition the test is used to diagnose. usesDevice: (Optional[Union[List[Union[str, Any]], str, Any]]): Device used to perform the test. """ type_: str = Field(default="BloodTest", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) recognizingAuthority: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="If applicable, the organization that officially recognizes this entity as part of its" "endorsed system of medicine.", ) relevantSpecialty: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="If applicable, a medical specialty in which this entity is relevant.", ) medicineSystem: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The system of medicine that includes this MedicalEntity, for example 'evidence-based'," "'homeopathic', 'chiropractic', etc.", ) funding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A [[Grant]] that directly or indirectly provide funding or sponsorship for this item." "See also [[ownershipFundingInfo]].", ) legalStatus: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The drug or supplement's legal status, including any controlled substance schedules" "that apply.", ) study: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A medical study or trial related to this entity.", ) guideline: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A medical guideline related to this entity.", ) code: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A medical code for the entity, taken from a controlled vocabulary or ontology such as" "ICD-9, DiseasesDB, MeSH, SNOMED-CT, RxNorm, etc.", ) affectedBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Drugs that affect the test's results.", ) normalRange: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Range of acceptable values for a typical patient, when applicable.", ) signDetected: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A sign detected by the test.", ) usedToDiagnose: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A condition the test is used to diagnose.", ) usesDevice: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Device used to perform the test.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/BloodTest.py
0.934283
0.363788
BloodTest.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class ImagingTest(BaseModel): """Any medical imaging modality typically used for diagnostic purposes. References: https://schema.org/ImagingTest Note: Model Depth 4 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. recognizingAuthority: (Optional[Union[List[Union[str, Any]], str, Any]]): If applicable, the organization that officially recognizes this entity as part of its endorsed system of medicine. relevantSpecialty: (Optional[Union[List[Union[str, Any]], str, Any]]): If applicable, a medical specialty in which this entity is relevant. medicineSystem: (Optional[Union[List[Union[str, Any]], str, Any]]): The system of medicine that includes this MedicalEntity, for example 'evidence-based', 'homeopathic', 'chiropractic', etc. funding: (Optional[Union[List[Union[str, Any]], str, Any]]): A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. legalStatus: (Union[List[Union[str, Any]], str, Any]): The drug or supplement's legal status, including any controlled substance schedules that apply. study: (Optional[Union[List[Union[str, Any]], str, Any]]): A medical study or trial related to this entity. guideline: (Optional[Union[List[Union[str, Any]], str, Any]]): A medical guideline related to this entity. code: (Optional[Union[List[Union[str, Any]], str, Any]]): A medical code for the entity, taken from a controlled vocabulary or ontology such as ICD-9, DiseasesDB, MeSH, SNOMED-CT, RxNorm, etc. affectedBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Drugs that affect the test's results. normalRange: (Union[List[Union[str, Any]], str, Any]): Range of acceptable values for a typical patient, when applicable. signDetected: (Optional[Union[List[Union[str, Any]], str, Any]]): A sign detected by the test. usedToDiagnose: (Optional[Union[List[Union[str, Any]], str, Any]]): A condition the test is used to diagnose. usesDevice: (Optional[Union[List[Union[str, Any]], str, Any]]): Device used to perform the test. imagingTechnique: (Optional[Union[List[Union[str, Any]], str, Any]]): Imaging technique used. """ type_: str = Field(default="ImagingTest", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) recognizingAuthority: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="If applicable, the organization that officially recognizes this entity as part of its" "endorsed system of medicine.", ) relevantSpecialty: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="If applicable, a medical specialty in which this entity is relevant.", ) medicineSystem: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The system of medicine that includes this MedicalEntity, for example 'evidence-based'," "'homeopathic', 'chiropractic', etc.", ) funding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A [[Grant]] that directly or indirectly provide funding or sponsorship for this item." "See also [[ownershipFundingInfo]].", ) legalStatus: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The drug or supplement's legal status, including any controlled substance schedules" "that apply.", ) study: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A medical study or trial related to this entity.", ) guideline: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A medical guideline related to this entity.", ) code: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A medical code for the entity, taken from a controlled vocabulary or ontology such as" "ICD-9, DiseasesDB, MeSH, SNOMED-CT, RxNorm, etc.", ) affectedBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Drugs that affect the test's results.", ) normalRange: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Range of acceptable values for a typical patient, when applicable.", ) signDetected: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A sign detected by the test.", ) usedToDiagnose: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A condition the test is used to diagnose.", ) usesDevice: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Device used to perform the test.", ) imagingTechnique: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Imaging technique used.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ImagingTest.py
0.931991
0.321673
ImagingTest.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Balance(BaseModel): """Physical activity that is engaged to help maintain posture and balance. References: https://schema.org/Balance Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="Balance", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Balance.py
0.941822
0.312291
Balance.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class WearableSizeGroupWomens(BaseModel): """Size group "Womens" for wearables. References: https://schema.org/WearableSizeGroupWomens Note: Model Depth 6 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="WearableSizeGroupWomens", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/WearableSizeGroupWomens.py
0.944061
0.30047
WearableSizeGroupWomens.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class FailedActionStatus(BaseModel): """An action that failed to complete. The action's error property and the HTTP return code contain more information about the failure. References: https://schema.org/FailedActionStatus Note: Model Depth 6 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="FailedActionStatus", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/FailedActionStatus.py
0.945235
0.321873
FailedActionStatus.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class PaymentComplete(BaseModel): """The payment has been received and processed. References: https://schema.org/PaymentComplete Note: Model Depth 6 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="PaymentComplete", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/PaymentComplete.py
0.919746
0.320914
PaymentComplete.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class PaymentDue(BaseModel): """The payment is due, but still within an acceptable time to be received. References: https://schema.org/PaymentDue Note: Model Depth 6 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="PaymentDue", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/PaymentDue.py
0.944868
0.315354
PaymentDue.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class SeeDoctorHealthAspect(BaseModel): """Information about questions that may be asked, when to see a professional, measures before seeing a doctor or content about the first consultation. References: https://schema.org/SeeDoctorHealthAspect Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="SeeDoctorHealthAspect", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/SeeDoctorHealthAspect.py
0.944906
0.323768
SeeDoctorHealthAspect.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Subscription(BaseModel): """Represents the subscription pricing component of the total price for an offered product. References: https://schema.org/Subscription Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="Subscription", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Subscription.py
0.946535
0.334576
Subscription.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class OnlineOnly(BaseModel): """Indicates that the item is available only online. References: https://schema.org/OnlineOnly Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="OnlineOnly", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/OnlineOnly.py
0.943171
0.312173
OnlineOnly.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class AndroidPlatform(BaseModel): """Represents the broad notion of Android-based operating systems. References: https://schema.org/AndroidPlatform Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="AndroidPlatform", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/AndroidPlatform.py
0.946324
0.320835
AndroidPlatform.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class MonetaryAmountDistribution(BaseModel): """A statistical distribution of monetary amounts. References: https://schema.org/MonetaryAmountDistribution Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. percentile75: (Optional[Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]]): The 75th percentile value. percentile25: (Optional[Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]]): The 25th percentile value. duration: (Optional[Union[List[Union[str, Any]], str, Any]]): The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601). median: (Optional[Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]]): The median value. percentile90: (Optional[Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]]): The 90th percentile value. percentile10: (Optional[Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]]): The 10th percentile value. currency: (Union[List[Union[str, Any]], str, Any]): The currency in which the monetary amount is expressed.Use standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. "USD"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. "BTC"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. "Ithaca HOUR". """ type_: str = Field(default="MonetaryAmountDistribution", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) percentile75: Optional[ Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat, ] ] = Field( default=None, description="The 75th percentile value.", ) percentile25: Optional[ Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat, ] ] = Field( default=None, description="The 25th percentile value.", ) duration: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601).", ) median: Optional[ Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat, ] ] = Field( default=None, description="The median value.", ) percentile90: Optional[ Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat, ] ] = Field( default=None, description="The 90th percentile value.", ) percentile10: Optional[ Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat, ] ] = Field( default=None, description="The 10th percentile value.", ) currency: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The currency in which the monetary amount is expressed.Use standard formats: [ISO 4217" 'currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. "USD"; [Ticker' "symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies," 'e.g. "BTC"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system)' '(LETS) and other currency types, e.g. "Ithaca HOUR".', )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MonetaryAmountDistribution.py
0.944664
0.391755
MonetaryAmountDistribution.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class CategoryCodeSet(BaseModel): """A set of Category Code values. References: https://schema.org/CategoryCodeSet Note: Model Depth 4 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. workTranslation: (Optional[Union[List[Union[str, Any]], str, Any]]): A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation “Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese translation Tây du ký bình khảo. educationalLevel: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators. associatedMedia: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. This property is a synonym for encoding. exampleOfWork: (Optional[Union[List[Union[str, Any]], str, Any]]): A creative work that this work is an example/instance/realization/derivation of. releasedEvent: (Optional[Union[List[Union[str, Any]], str, Any]]): The place and time the release was issued, expressed as a PublicationEvent. version: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The version of the CreativeWork embodied by a specified resource. locationCreated: (Optional[Union[List[Union[str, Any]], str, Any]]): The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork. acquireLicensePage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page documenting how licenses can be purchased or otherwise acquired, for the current item. thumbnailUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A thumbnail image relevant to the Thing. provider: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. expires: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): Date the content expires and is no longer useful or available. For example a [[VideoObject]] or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]] fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date. contentLocation: (Optional[Union[List[Union[str, Any]], str, Any]]): The location depicted or described in the content. For example, the location in a photograph or painting. educationalUse: (Union[List[Union[str, Any]], str, Any]): The purpose of a work in the context of education; for example, 'assignment', 'group work'. copyrightHolder: (Optional[Union[List[Union[str, Any]], str, Any]]): The party holding the legal copyright to the CreativeWork. accessibilityControl: (Union[List[Union[str, Any]], str, Any]): Identifies input methods that are sufficient to fully control the described resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary). maintainer: (Optional[Union[List[Union[str, Any]], str, Any]]): A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other [[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions to, and/or publication of, some (typically complex) artifact. It is common for distributions of software and data to be based on "upstream" sources. When [[maintainer]] is applied to a specific version of something e.g. a particular version or packaging of a [[Dataset]], it is always possible that the upstream source has a different maintainer. The [[isBasedOn]] property can be used to indicate such relationships between datasets to make the different maintenance roles clear. Similarly in the case of software, a package may have dedicated maintainers working on integration into software distributions such as Ubuntu, as well as upstream maintainers of the underlying work. educationalAlignment: (Optional[Union[List[Union[str, Any]], str, Any]]): An alignment to an established educational framework.This property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource [[teaches]] or [[assesses]] a competency. spatial: (Optional[Union[List[Union[str, Any]], str, Any]]): The "spatial" property can be used in cases when more specific properties(e.g. [[locationCreated]], [[spatialCoverage]], [[contentLocation]]) are not known to be appropriate. publisher: (Optional[Union[List[Union[str, Any]], str, Any]]): The publisher of the creative work. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. assesses: (Union[List[Union[str, Any]], str, Any]): The item being described is intended to assess the competency or learning outcome defined by the referenced term. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. isBasedOn: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A resource from which this work is derived or from which it is a modification or adaption. mentions: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept. publishingPrinciples: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. contributor: (Optional[Union[List[Union[str, Any]], str, Any]]): A secondary contributor to the CreativeWork or Event. license: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A license document that applies to this content, typically indicated by URL. citation: (Union[List[Union[str, Any]], str, Any]): A citation or reference to another creative work, such as another publication, web page, scholarly article, etc. accessibilitySummary: (Union[List[Union[str, Any]], str, Any]): A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as "short descriptions are present but long descriptions will be needed for non-visual users" or "short descriptions are present and no long descriptions are needed." award: (Union[List[Union[str, Any]], str, Any]): An award won by or for this item. commentCount: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): 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. temporalCoverage: (Union[List[Union[datetime, str, Any, AnyUrl]], datetime, str, Any, AnyUrl]): The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals). In the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012"). Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate their temporalCoverage in broader terms - textually or via well-known URL. Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".Open-ended date ranges can be written with ".." in place of the end date. For example, "2015-11/.." indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated. dateCreated: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): The date on which the CreativeWork was created or the item was added to a DataFeed. discussionUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A link to the page containing the comments of the CreativeWork. copyrightNotice: (Union[List[Union[str, Any]], str, Any]): Text of a notice appropriate for describing the copyright aspects of this Creative Work, ideally indicating the owner of the copyright for the Work. learningResourceType: (Union[List[Union[str, Any]], str, Any]): The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'. awards: (Union[List[Union[str, Any]], str, Any]): Awards won by or for this item. accessModeSufficient: (Optional[Union[List[Union[str, Any]], str, Any]]): A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary). review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. conditionsOfAccess: (Union[List[Union[str, Any]], str, Any]): Conditions that affect the availability of, or method(s) of access to, an item. Typically used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]. This property is not suitable for use as a general Web access control mechanism. It is expressed only in natural language.For example "Available by appointment from the Reading Room" or "Accessible only from logged-in accounts ". interactivityType: (Union[List[Union[str, Any]], str, Any]): The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'. abstract: (Union[List[Union[str, Any]], str, Any]): An abstract is a short description that summarizes a [[CreativeWork]]. fileFormat: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)) 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. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry. interpretedAsClaim: (Optional[Union[List[Union[str, Any]], str, Any]]): Used to indicate a specific claim contained, implied, translated or refined from the content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can be indicated using [[claimInterpreter]]. text: (Union[List[Union[str, Any]], str, Any]): The textual content of this CreativeWork. archivedAt: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible, but be archived by archival, journalistic, activist, or law enforcement organizations. In such cases, the referenced page may not directly publish the content. alternativeHeadline: (Union[List[Union[str, Any]], str, Any]): A secondary title of the CreativeWork. creditText: (Union[List[Union[str, Any]], str, Any]): Text that can be used to credit person(s) and/or organization(s) associated with a published Creative Work. funding: (Optional[Union[List[Union[str, Any]], str, Any]]): A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. interactionStatistic: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used. workExample: (Optional[Union[List[Union[str, Any]], str, Any]]): Example/instance/realization/derivation of the concept of this creative work. E.g. the paperback edition, first edition, or e-book. about: (Optional[Union[List[Union[str, Any]], str, Any]]): The subject matter of the content. encodings: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. funder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports (sponsors) something through some kind of financial contribution. video: (Optional[Union[List[Union[str, Any]], str, Any]]): An embedded video object. isPartOf: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of. pattern: (Union[List[Union[str, Any]], str, Any]): A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'. Values are typically expressed as text, although links to controlled value schemes are also supported. editor: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies the Person who edited the CreativeWork. dateModified: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed. translationOfWork: (Optional[Union[List[Union[str, Any]], str, Any]]): The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the Origin of Species”. creativeWorkStatus: (Union[List[Union[str, Any]], str, Any]): The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle. isBasedOnUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. isFamilyFriendly: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates whether this content is family friendly. isAccessibleForFree: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the item, event, or place is accessible for free. author: (Optional[Union[List[Union[str, Any]], str, Any]]): The author of this content or rating. 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. contentReferenceTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event. correction: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]], textually or in another document. sdDatePublished: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): Indicates the date on which the current structured data was generated / published. Typically used alongside [[sdPublisher]] comment: (Optional[Union[List[Union[str, Any]], str, Any]]): Comments, typically from users. countryOfOrigin: (Optional[Union[List[Union[str, Any]], str, Any]]): The country of origin of something, including products as well as creative works such as movie and TV content.In the case of TV and movie, this would be the country of the principle offices of the production company or individual responsible for the movie. For other kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties such as [[contentLocation]] and [[locationCreated]] may be more applicable.In the case of products, the country of origin of the product. The exact interpretation of this may vary by context and product type, and cannot be fully enumerated here. timeRequired: (Optional[Union[List[Union[str, Any]], str, Any]]): Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. 'PT30M', 'PT1H25M'. typicalAgeRange: (Union[List[Union[str, Any]], str, Any]): The typical expected age range, e.g. '7-9', '11-'. genre: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Genre of the creative work, broadcast channel or group. producer: (Optional[Union[List[Union[str, Any]], str, Any]]): The person or organization who produced the work (e.g. music album, movie, TV/radio series etc.). schemaVersion: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Indicates (by URL or string) a particular version of a schema used in some CreativeWork. This property was created primarily to indicate the use of a specific schema.org release, e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```. There may be situations in which other schemas might usefully be referenced this way, e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/``` but this has not been carefully explored in the community. audience: (Optional[Union[List[Union[str, Any]], str, Any]]): An intended audience, i.e. a group for whom something was created. encoding: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. This property is a synonym for associatedMedia. publisherImprint: (Optional[Union[List[Union[str, Any]], str, Any]]): The publishing division which published the comic. accessibilityAPI: (Union[List[Union[str, Any]], str, Any]): Indicates that the resource is compatible with the referenced accessibility API. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary). sdPublisher: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The[[sdPublisher]] property helps make such practices more explicit. audio: (Optional[Union[List[Union[str, Any]], str, Any]]): An embedded audio object. accessibilityFeature: (Union[List[Union[str, Any]], str, Any]): Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary). spatialCoverage: (Optional[Union[List[Union[str, Any]], str, Any]]): The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York. accessMode: (Union[List[Union[str, Any]], str, Any]): The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary). editEIDR: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing a specific edit / edition for a work of film or television.For example, the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J" has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".Since schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description. usageInfo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]. This property is applicable both to works that are freely available and to those that require payment or other transactions. It can reference additional information, e.g. community expectations on preferred linking and citation conventions, as well as purchasing details. For something that can be commercially licensed, usageInfo can provide detailed, resource-specific information about licensing options.This property can be used alongside the license property which indicates license(s) applicable to some piece of content. The usageInfo property can provide information about other licensing options, e.g. acquiring commercial usage rights for an image that is also available under non-commercial creative commons licenses. position: (Union[List[Union[str, int, Any]], str, int, Any]): The position of an item in a series or sequence of items. encodingFormat: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml) and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)), e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.In cases where a [[CreativeWork]] has several media type representations, [[encoding]] can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]] information.Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry. copyrightYear: (Optional[Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]]): The year during which the claimed copyright for the CreativeWork was first asserted. mainEntity: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the primary entity described in some page or other CreativeWork. creator: (Optional[Union[List[Union[str, Any]], str, Any]]): The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork. teaches: (Union[List[Union[str, Any]], str, Any]): The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term. temporal: (Union[List[Union[datetime, str, Any]], datetime, str, Any]): The "temporal" property can be used in cases where more specific properties(e.g. [[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]]) are not known to be appropriate. size: (Union[List[Union[str, Any]], str, Any]): A standardized size of a product or creative work, specified either through a simple textual string (for example 'XL', '32Wx34L'), a QuantitativeValue with a unitCode, or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]], [[height]], [[depth]] and [[weight]] properties may be more applicable. translator: (Optional[Union[List[Union[str, Any]], str, Any]]): Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. accountablePerson: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies the Person that is legally accountable for the CreativeWork. accessibilityHazard: (Union[List[Union[str, Any]], str, Any]): A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary). contentRating: (Union[List[Union[str, Any]], str, Any]): Official rating of a piece of content&#x2014;for example, 'MPAA PG-13'. recordedAt: (Optional[Union[List[Union[str, Any]], str, Any]]): The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event. publication: (Optional[Union[List[Union[str, Any]], str, Any]]): A publication event associated with the item. sdLicense: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A license document that applies to this structured data, typically indicated by URL. headline: (Union[List[Union[str, Any]], str, Any]): Headline of the article. materialExtent: (Union[List[Union[str, Any]], str, Any]): The quantity of the materials being described or an expression of the physical space they occupy. inLanguage: (Union[List[Union[str, Any]], str, Any]): 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](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]]. material: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): A material that something is made from, e.g. leather, wool, cotton, paper. datePublished: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): Date of first broadcast/publication. offers: (Optional[Union[List[Union[str, Any]], str, Any]]): An offer to provide this item&#x2014;for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer. hasPart: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense). sourceOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): The Organization on whose behalf the creator was working. sponsor: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event. character: (Optional[Union[List[Union[str, Any]], str, Any]]): Fictional person connected with a creative work. hasDefinedTerm: (Optional[Union[List[Union[str, Any]], str, Any]]): A Defined Term contained in this term set. hasCategoryCode: (Optional[Union[List[Union[str, Any]], str, Any]]): A Category code contained in this code set. """ type_: str = Field(default="CategoryCodeSet", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) workTranslation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation" "“Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese" "translation Tây du ký bình khảo.", ) educationalLevel: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The level in terms of progression through an educational or training context. Examples" "of educational levels include 'beginner', 'intermediate' or 'advanced', and formal" "sets of level indicators.", ) associatedMedia: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork. This property is a synonym for encoding.", ) exampleOfWork: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A creative work that this work is an example/instance/realization/derivation of.", ) releasedEvent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The place and time the release was issued, expressed as a PublicationEvent.", ) version: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The version of the CreativeWork embodied by a specified resource.", ) locationCreated: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The location where the CreativeWork was created, which may not be the same as the location" "depicted in the CreativeWork.", ) acquireLicensePage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page documenting how licenses can be purchased or otherwise acquired, for" "the current item.", ) thumbnailUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A thumbnail image relevant to the Thing.", ) provider: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) expires: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="Date the content expires and is no longer useful or available. For example a [[VideoObject]]" "or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]]" "fact check whose publisher wants to indicate that it may no longer be relevant (or helpful" "to highlight) after some date.", ) contentLocation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The location depicted or described in the content. For example, the location in a photograph" "or painting.", ) educationalUse: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The purpose of a work in the context of education; for example, 'assignment', 'group" "work'.", ) copyrightHolder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The party holding the legal copyright to the CreativeWork.", ) accessibilityControl: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Identifies input methods that are sufficient to fully control the described resource." "Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary).", ) maintainer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other" "[[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions" "to, and/or publication of, some (typically complex) artifact. It is common for distributions" 'of software and data to be based on "upstream" sources. When [[maintainer]] is applied' "to a specific version of something e.g. a particular version or packaging of a [[Dataset]]," "it is always possible that the upstream source has a different maintainer. The [[isBasedOn]]" "property can be used to indicate such relationships between datasets to make the different" "maintenance roles clear. Similarly in the case of software, a package may have dedicated" "maintainers working on integration into software distributions such as Ubuntu, as" "well as upstream maintainers of the underlying work.", ) educationalAlignment: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An alignment to an established educational framework.This property should not be used" "where the nature of the alignment can be described using a simple property, for example" "to express that a resource [[teaches]] or [[assesses]] a competency.", ) spatial: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description='The "spatial" property can be used in cases when more specific properties(e.g. [[locationCreated]],' "[[spatialCoverage]], [[contentLocation]]) are not known to be appropriate.", ) publisher: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The publisher of the creative work.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) assesses: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The item being described is intended to assess the competency or learning outcome defined" "by the referenced term.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) isBasedOn: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A resource from which this work is derived or from which it is a modification or adaption.", ) mentions: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates that the CreativeWork contains a reference to, but is not necessarily about" "a concept.", ) publishingPrinciples: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="The publishingPrinciples property indicates (typically via [[URL]]) a document describing" "the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]]" "writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity" "policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles" "are those of the party primarily responsible for the creation of the [[CreativeWork]].While" "such policies are most typically expressed in natural language, sometimes related" "information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.", ) contributor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A secondary contributor to the CreativeWork or Event.", ) license: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A license document that applies to this content, typically indicated by URL.", ) citation: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A citation or reference to another creative work, such as another publication, web page," "scholarly article, etc.", ) accessibilitySummary: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A human-readable summary of specific accessibility features or deficiencies, consistent" 'with the other accessibility metadata but expressing subtleties such as "short descriptions' 'are present but long descriptions will be needed for non-visual users" or "short descriptions' 'are present and no long descriptions are needed."', ) award: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An award won by or for this item.", ) commentCount: Optional[Union[List[Union[str, int, Any]], str, int, Any]] = Field( default=None, description="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.", ) temporalCoverage: Union[ List[Union[datetime, str, Any, AnyUrl]], datetime, str, Any, AnyUrl ] = Field( default=None, description="The temporalCoverage of a CreativeWork indicates the period that the content applies" "to, i.e. that it describes, either as a DateTime or as a textual string indicating a time" "period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals)." "In the case of a Dataset it will typically indicate the relevant time period in a precise" 'notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012").' "Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate" "their temporalCoverage in broader terms - textually or via well-known URL. Written" "works such as books may sometimes have precise temporal coverage too, e.g. a work set" 'in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".Open-ended' 'date ranges can be written with ".." in place of the end date. For example, "2015-11/.."' "indicates a range beginning in November 2015 and with no specified final date. This is" "tentative and might be updated in future when ISO 8601 is officially updated.", ) dateCreated: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="The date on which the CreativeWork was created or the item was added to a DataFeed.", ) discussionUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A link to the page containing the comments of the CreativeWork.", ) copyrightNotice: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Text of a notice appropriate for describing the copyright aspects of this Creative Work," "ideally indicating the owner of the copyright for the Work.", ) learningResourceType: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The predominant type or kind characterizing the learning resource. For example, 'presentation'," "'handout'.", ) awards: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Awards won by or for this item.", ) accessModeSufficient: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A list of single or combined accessModes that are sufficient to understand all the intellectual" "content of a resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary).", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) conditionsOfAccess: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Conditions that affect the availability of, or method(s) of access to, an item. Typically" "used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]." "This property is not suitable for use as a general Web access control mechanism. It is" 'expressed only in natural language.For example "Available by appointment from the' 'Reading Room" or "Accessible only from logged-in accounts ".', ) interactivityType: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The predominant mode of learning supported by the learning resource. Acceptable values" "are 'active', 'expositive', or 'mixed'.", ) abstract: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An abstract is a short description that summarizes a [[CreativeWork]].", ) fileFormat: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml))" "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. Unregistered or niche" "file formats can be indicated instead via the most appropriate URL, e.g. defining Web" "page or a Wikipedia entry.", ) interpretedAsClaim: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Used to indicate a specific claim contained, implied, translated or refined from the" "content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can" "be indicated using [[claimInterpreter]].", ) text: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The textual content of this CreativeWork.", ) archivedAt: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case" "of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible," "but be archived by archival, journalistic, activist, or law enforcement organizations." "In such cases, the referenced page may not directly publish the content.", ) alternativeHeadline: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A secondary title of the CreativeWork.", ) creditText: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Text that can be used to credit person(s) and/or organization(s) associated with a published" "Creative Work.", ) funding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A [[Grant]] that directly or indirectly provide funding or sponsorship for this item." "See also [[ownershipFundingInfo]].", ) interactionStatistic: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of interactions for the CreativeWork using the WebSite or SoftwareApplication." "The most specific child type of InteractionCounter should be used.", ) workExample: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Example/instance/realization/derivation of the concept of this creative work. E.g." "the paperback edition, first edition, or e-book.", ) about: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The subject matter of the content.", ) encodings: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork.", ) funder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports (sponsors) something through some kind of financial" "contribution.", ) video: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An embedded video object.", ) isPartOf: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is" "part of.", ) pattern: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'." "Values are typically expressed as text, although links to controlled value schemes" "are also supported.", ) editor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies the Person who edited the CreativeWork.", ) dateModified: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="The date on which the CreativeWork was most recently modified or when the item's entry" "was modified within a DataFeed.", ) translationOfWork: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the" "Origin of Species”.", ) creativeWorkStatus: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The status of a creative work in terms of its stage in a lifecycle. Example terms include" "Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for" "the stages of their publication lifecycle.", ) isBasedOnUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) isFamilyFriendly: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates whether this content is family friendly.", ) isAccessibleForFree: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the item, event, or place is accessible for free.", ) author: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The author of this content or rating. 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.", ) contentReferenceTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="The specific time described by a creative work, for works (e.g. articles, video objects" "etc.) that emphasise a particular moment within an Event.", ) correction: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]]," "textually or in another document.", ) sdDatePublished: Optional[ Union[List[Union[str, Any, date]], str, Any, date] ] = Field( default=None, description="Indicates the date on which the current structured data was generated / published. Typically" "used alongside [[sdPublisher]]", ) comment: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Comments, typically from users.", ) countryOfOrigin: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The country of origin of something, including products as well as creative works such" "as movie and TV content.In the case of TV and movie, this would be the country of the principle" "offices of the production company or individual responsible for the movie. For other" "kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties" "such as [[contentLocation]] and [[locationCreated]] may be more applicable.In the" "case of products, the country of origin of the product. The exact interpretation of this" "may vary by context and product type, and cannot be fully enumerated here.", ) timeRequired: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Approximate or typical time it takes to work with or through this learning resource for" "the typical intended target audience, e.g. 'PT30M', 'PT1H25M'.", ) typicalAgeRange: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The typical expected age range, e.g. '7-9', '11-'.", ) genre: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Genre of the creative work, broadcast channel or group.", ) producer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The person or organization who produced the work (e.g. music album, movie, TV/radio" "series etc.).", ) schemaVersion: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Indicates (by URL or string) a particular version of a schema used in some CreativeWork." "This property was created primarily to indicate the use of a specific schema.org release," "e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```." "There may be situations in which other schemas might usefully be referenced this way," "e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/```" "but this has not been carefully explored in the community.", ) audience: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An intended audience, i.e. a group for whom something was created.", ) encoding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.", ) publisherImprint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The publishing division which published the comic.", ) accessibilityAPI: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Indicates that the resource is compatible with the referenced accessibility API. Values" "should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary).", ) sdPublisher: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the party responsible for generating and publishing the current structured" "data markup, typically in cases where the structured data is derived automatically" "from existing published content but published on a different site. For example, student" "projects and open data initiatives often re-publish existing content with more explicitly" "structured metadata. The[[sdPublisher]] property helps make such practices more" "explicit.", ) audio: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An embedded audio object.", ) accessibilityFeature: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Content features of the resource, such as accessible media, alternatives and supported" "enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary).", ) spatialCoverage: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of" "the content. It is a subproperty of contentLocation intended primarily for more technical" "and detailed materials. For example with a Dataset, it indicates areas that the dataset" "describes: a dataset of New York weather would have spatialCoverage which was the place:" "the state of New York.", ) accessMode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The human sensory perceptual system or cognitive faculty through which a person may" "process or perceive information. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary).", ) editEIDR: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]]" "representing a specific edit / edition for a work of film or television.For example," 'the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J"' 'has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".Since' "schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their" "multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description)," "or alongside [[editEIDR]] for a more edit-specific description.", ) usageInfo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]." "This property is applicable both to works that are freely available and to those that" "require payment or other transactions. It can reference additional information, e.g." "community expectations on preferred linking and citation conventions, as well as purchasing" "details. For something that can be commercially licensed, usageInfo can provide detailed," "resource-specific information about licensing options.This property can be used" "alongside the license property which indicates license(s) applicable to some piece" "of content. The usageInfo property can provide information about other licensing options," "e.g. acquiring commercial usage rights for an image that is also available under non-commercial" "creative commons licenses.", ) position: Union[List[Union[str, int, Any]], str, int, Any] = Field( default=None, description="The position of an item in a series or sequence of items.", ) encodingFormat: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)" "and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types))," "e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.In" "cases where a [[CreativeWork]] has several media type representations, [[encoding]]" "can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]]" "information.Unregistered or niche encoding and file formats can be indicated instead" "via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.", ) copyrightYear: Optional[ Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat, ] ] = Field( default=None, description="The year during which the claimed copyright for the CreativeWork was first asserted.", ) mainEntity: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the primary entity described in some page or other CreativeWork.", ) creator: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The creator/author of this CreativeWork. This is the same as the Author property for" "CreativeWork.", ) teaches: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The item being described is intended to help a person learn the competency or learning" "outcome defined by the referenced term.", ) temporal: Union[List[Union[datetime, str, Any]], datetime, str, Any] = Field( default=None, description='The "temporal" property can be used in cases where more specific properties(e.g.' "[[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]])" "are not known to be appropriate.", ) size: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A standardized size of a product or creative work, specified either through a simple" "textual string (for example 'XL', '32Wx34L'), a QuantitativeValue with a unitCode," "or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]]," "[[height]], [[depth]] and [[weight]] properties may be more applicable.", ) translator: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Organization or person who adapts a creative work to different languages, regional" "differences and technical requirements of a target market, or that translates during" "some event.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) accountablePerson: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies the Person that is legally accountable for the CreativeWork.", ) accessibilityHazard: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A characteristic of the described resource that is physiologically dangerous to some" "users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary).", ) contentRating: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Official rating of a piece of content&#x2014;for example, 'MPAA PG-13'.", ) recordedAt: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The Event where the CreativeWork was recorded. The CreativeWork may capture all or part" "of the event.", ) publication: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A publication event associated with the item.", ) sdLicense: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A license document that applies to this structured data, typically indicated by URL.", ) headline: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Headline of the article.", ) materialExtent: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The quantity of the materials being described or an expression of the physical space" "they occupy.", ) inLanguage: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="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](http://tools.ietf.org/html/bcp47). See also" "[[availableLanguage]].", ) material: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="A material that something is made from, e.g. leather, wool, cotton, paper.", ) datePublished: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="Date of first broadcast/publication.", ) offers: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An offer to provide this item&#x2014;for example, an offer to sell a product, rent the" "DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]]" "to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can" "also be used to describe a [[Demand]]. While this property is listed as expected on a number" "of common types, it can be used in others. In that case, using a second type, such as Product" "or a subtype of Product, can clarify the nature of the offer.", ) hasPart: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some" "sense).", ) sourceOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The Organization on whose behalf the creator was working.", ) sponsor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports a thing through a pledge, promise, or financial" "contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.", ) character: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Fictional person connected with a creative work.", ) hasDefinedTerm: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A Defined Term contained in this term set.", ) hasCategoryCode: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A Category code contained in this code set.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/CategoryCodeSet.py
0.928263
0.32826
CategoryCodeSet.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class MisconceptionsHealthAspect(BaseModel): """Content about common misconceptions and myths that are related to a topic. References: https://schema.org/MisconceptionsHealthAspect Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="MisconceptionsHealthAspect", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MisconceptionsHealthAspect.py
0.945159
0.327359
MisconceptionsHealthAspect.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Flight(BaseModel): """An airline flight. References: https://schema.org/Flight Note: Model Depth 4 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. departureTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): The expected departure time. itinerary: (Optional[Union[List[Union[str, Any]], str, Any]]): Destination(s) ( [[Place]] ) that make up a trip. For a trip where destination order is important use [[ItemList]] to specify that order (see examples). provider: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. partOfTrip: (Optional[Union[List[Union[str, Any]], str, Any]]): Identifies that this [[Trip]] is a subTrip of another Trip. For example Day 1, Day 2, etc. of a multi-day trip. arrivalTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): The expected arrival time. subTrip: (Optional[Union[List[Union[str, Any]], str, Any]]): Identifies a [[Trip]] that is a subTrip of this Trip. For example Day 1, Day 2, etc. of a multi-day trip. offers: (Optional[Union[List[Union[str, Any]], str, Any]]): An offer to provide this item&#x2014;for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer. seller: (Optional[Union[List[Union[str, Any]], str, Any]]): An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider. boardingPolicy: (Optional[Union[List[Union[str, Any]], str, Any]]): The type of boarding policy used by the airline (e.g. zone-based or group-based). webCheckinTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): The time when a passenger can check into the flight online. arrivalAirport: (Optional[Union[List[Union[str, Any]], str, Any]]): The airport where the flight terminates. estimatedFlightDuration: (Union[List[Union[str, Any]], str, Any]): The estimated time the flight will take. carrier: (Optional[Union[List[Union[str, Any]], str, Any]]): 'carrier' is an out-dated term indicating the 'provider' for parcel delivery and flights. departureAirport: (Optional[Union[List[Union[str, Any]], str, Any]]): The airport where the flight originates. mealService: (Union[List[Union[str, Any]], str, Any]): Description of the meals that will be provided or available for purchase. flightDistance: (Union[List[Union[str, Any]], str, Any]): The distance of the flight. departureGate: (Union[List[Union[str, Any]], str, Any]): Identifier of the flight's departure gate. departureTerminal: (Union[List[Union[str, Any]], str, Any]): Identifier of the flight's departure terminal. arrivalTerminal: (Union[List[Union[str, Any]], str, Any]): Identifier of the flight's arrival terminal. flightNumber: (Union[List[Union[str, Any]], str, Any]): 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'. arrivalGate: (Union[List[Union[str, Any]], str, Any]): Identifier of the flight's arrival gate. aircraft: (Union[List[Union[str, Any]], str, Any]): The kind of aircraft (e.g., "Boeing 747"). """ type_: str = Field(default="Flight", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) departureTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="The expected departure time.", ) itinerary: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Destination(s) ( [[Place]] ) that make up a trip. For a trip where destination order is" "important use [[ItemList]] to specify that order (see examples).", ) provider: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) partOfTrip: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Identifies that this [[Trip]] is a subTrip of another Trip. For example Day 1, Day 2, etc." "of a multi-day trip.", ) arrivalTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="The expected arrival time.", ) subTrip: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Identifies a [[Trip]] that is a subTrip of this Trip. For example Day 1, Day 2, etc. of a" "multi-day trip.", ) offers: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An offer to provide this item&#x2014;for example, an offer to sell a product, rent the" "DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]]" "to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can" "also be used to describe a [[Demand]]. While this property is listed as expected on a number" "of common types, it can be used in others. In that case, using a second type, such as Product" "or a subtype of Product, can clarify the nature of the offer.", ) seller: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An entity which offers (sells / leases / lends / loans) the services / goods. A seller may" "also be a provider.", ) boardingPolicy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The type of boarding policy used by the airline (e.g. zone-based or group-based).", ) webCheckinTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="The time when a passenger can check into the flight online.", ) arrivalAirport: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The airport where the flight terminates.", ) estimatedFlightDuration: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The estimated time the flight will take.", ) carrier: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="'carrier' is an out-dated term indicating the 'provider' for parcel delivery and flights.", ) departureAirport: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The airport where the flight originates.", ) mealService: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Description of the meals that will be provided or available for purchase.", ) flightDistance: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The distance of the flight.", ) departureGate: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Identifier of the flight's departure gate.", ) departureTerminal: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Identifier of the flight's departure terminal.", ) arrivalTerminal: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Identifier of the flight's arrival terminal.", ) flightNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="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'.", ) arrivalGate: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Identifier of the flight's arrival gate.", ) aircraft: Union[List[Union[str, Any]], str, Any] = Field( default=None, description='The kind of aircraft (e.g., "Boeing 747").', )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Flight.py
0.931595
0.464537
Flight.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Pond(BaseModel): """A pond. References: https://schema.org/Pond Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. geoCovers: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a covering geometry to a covered geometry. "Every point of b is a point of (the interior or boundary of) a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). longitude: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)). smokingAllowed: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room. isicV4: (Union[List[Union[str, Any]], str, Any]): The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place. globalLocationNumber: (Union[List[Union[str, Any]], str, Any]): The [Global Location Number](http://www.gs1.org/gln) (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. amenityFeature: (Optional[Union[List[Union[str, Any]], str, Any]]): An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs. additionalProperty: (Optional[Union[List[Union[str, Any]], str, Any]]): A property-value pair representing an additional characteristic of the entity, 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. https://schema.org/width, https://schema.org/color, https://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism. slogan: (Union[List[Union[str, Any]], str, Any]): A slogan or motto associated with the item. photos: (Optional[Union[List[Union[str, Any]], str, Any]]): Photographs of this place. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. tourBookingPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A page providing information on how to book a tour of some [[Place]], such as an [[Accommodation]] or [[ApartmentComplex]] in a real estate setting, as well as other kinds of tours as appropriate. geoWithin: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). containsPlace: (Optional[Union[List[Union[str, Any]], str, Any]]): The basic containment relation between a place and another that it contains. review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. hasMap: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A URL to a map of the place. containedIn: (Optional[Union[List[Union[str, Any]], str, Any]]): The basic containment relation between a place and one that contains it. events: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past events associated with this place or organization. geoOverlaps: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). geoEquals: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). "Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other" (a symmetric relationship). maps: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A URL to a map of the place. isAccessibleForFree: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the item, event, or place is accessible for free. event: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past event associated with this place, organization, or action. photo: (Optional[Union[List[Union[str, Any]], str, Any]]): A photograph of this place. containedInPlace: (Optional[Union[List[Union[str, Any]], str, Any]]): The basic containment relation between a place and one that contains it. logo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An associated logo. geoCrosses: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to another that crosses it: "a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). address: (Union[List[Union[str, Any]], str, Any]): Physical address of the item. geo: (Optional[Union[List[Union[str, Any]], str, Any]]): The geo coordinates of the place. openingHoursSpecification: (Optional[Union[List[Union[str, Any]], str, Any]]): The opening hours of a certain place. geoDisjoint: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: "they have no point in common. They form a set of disconnected geometries." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).) geoIntersects: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). latitude: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)). maximumAttendeeCapacity: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): The total number of individuals that may attend an event or venue. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. map: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A URL to a map of the place. branchCode: (Union[List[Union[str, Any]], str, Any]): 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. faxNumber: (Union[List[Union[str, Any]], str, Any]): The fax number. publicAccess: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the [[Place]] is open to public visitors. If this property is omitted there is no assumed default boolean value geoTouches: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) touch: "they have at least one boundary point in common, but no interior points." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).) geoCoveredBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). telephone: (Union[List[Union[str, Any]], str, Any]): The telephone number. hasDriveThroughService: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates whether some facility (e.g. [[FoodEstablishment]], [[CovidTestingFacility]]) offers a service that can be used by driving through in a car. In the case of [[CovidTestingFacility]] such facilities could potentially help with social distancing from other potentially-infected users. specialOpeningHoursSpecification: (Optional[Union[List[Union[str, Any]], str, Any]]): The special opening hours of a certain place.Use this to explicitly override general opening hours brought in scope by [[openingHoursSpecification]] or [[openingHours]]. geoContains: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. "a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). """ type_: str = Field(default="Pond", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) geoCovers: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" 'a covering geometry to a covered geometry. "Every point of b is a point of (the interior' 'or boundary of) a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', ) longitude: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).", ) smokingAllowed: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or" "hotel room.", ) isicV4: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The International Standard of Industrial Classification of All Economic Activities" "(ISIC), Revision 4 code for a particular organization, business person, or place.", ) globalLocationNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The [Global Location Number](http://www.gs1.org/gln) (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.", ) amenityFeature: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic" "property does not make a statement about whether the feature is included in an offer for" "the main accommodation or available at extra costs.", ) additionalProperty: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A property-value pair representing an additional characteristic of the entity, 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. https://schema.org/width, https://schema.org/color," "https://schema.org/gtin13, ...) will typically expect such data to be provided using" "those properties, rather than using the generic property/value mechanism.", ) slogan: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A slogan or motto associated with the item.", ) photos: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Photographs of this place.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) tourBookingPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A page providing information on how to book a tour of some [[Place]], such as an [[Accommodation]]" "or [[ApartmentComplex]] in a real estate setting, as well as other kinds of tours as appropriate.", ) geoWithin: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" "a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined" "in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) containsPlace: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The basic containment relation between a place and another that it contains.", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) hasMap: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A URL to a map of the place.", ) containedIn: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The basic containment relation between a place and one that contains it.", ) events: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past events associated with this place or organization.", ) geoOverlaps: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" "a geometry to another that geospatially overlaps it, i.e. they have some but not all points" "in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) geoEquals: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" "are topologically equal, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM)." '"Two geometries are topologically equal if their interiors intersect and no part of' 'the interior or boundary of one geometry intersects the exterior of the other" (a symmetric' "relationship).", ) maps: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A URL to a map of the place.", ) isAccessibleForFree: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the item, event, or place is accessible for free.", ) event: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past event associated with this place, organization, or action.", ) photo: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A photograph of this place.", ) containedInPlace: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The basic containment relation between a place and one that contains it.", ) logo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An associated logo.", ) geoCrosses: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" 'a geometry to another that crosses it: "a crosses b: they have some but not all interior' "points in common, and the dimension of the intersection is less than that of at least one" 'of them". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', ) address: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Physical address of the item.", ) geo: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The geo coordinates of the place.", ) openingHoursSpecification: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The opening hours of a certain place.", ) geoDisjoint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" 'are topologically disjoint: "they have no point in common. They form a set of disconnected' 'geometries." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)', ) geoIntersects: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" "have at least one point in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) latitude: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).", ) maximumAttendeeCapacity: Optional[ Union[List[Union[str, int, Any]], str, int, Any] ] = Field( default=None, description="The total number of individuals that may attend an event or venue.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) map: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A URL to a map of the place.", ) branchCode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description='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.', ) faxNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The fax number.", ) publicAccess: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the [[Place]] is open to public visitors. If this property is omitted" "there is no assumed default boolean value", ) geoTouches: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" 'touch: "they have at least one boundary point in common, but no interior points." (A' "symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)", ) geoCoveredBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" "a geometry to another that covers it. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) telephone: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The telephone number.", ) hasDriveThroughService: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates whether some facility (e.g. [[FoodEstablishment]], [[CovidTestingFacility]])" "offers a service that can be used by driving through in a car. In the case of [[CovidTestingFacility]]" "such facilities could potentially help with social distancing from other potentially-infected" "users.", ) specialOpeningHoursSpecification: Optional[ Union[List[Union[str, Any]], str, Any] ] = Field( default=None, description="The special opening hours of a certain place.Use this to explicitly override general" "opening hours brought in scope by [[openingHoursSpecification]] or [[openingHours]].", ) geoContains: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" 'a containing geometry to a contained geometry. "a contains b iff no points of b lie in' 'the exterior of a, and at least one point of the interior of b lies in the interior of a".' "As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Pond.py
0.948394
0.498596
Pond.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class CT(BaseModel): """X-ray computed tomography imaging. References: https://schema.org/CT Note: Model Depth 6 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="CT", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/CT.py
0.938625
0.322046
CT.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class UserInteraction(BaseModel): """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]]. References: https://schema.org/UserInteraction Note: Model Depth 3 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. performer: (Optional[Union[List[Union[str, Any]], str, Any]]): A performer at the event&#x2014;for example, a presenter, musician, musical group or actor. eventAttendanceMode: (Optional[Union[List[Union[str, Any]], str, Any]]): The eventAttendanceMode of an event indicates whether it occurs online, offline, or a mix. workFeatured: (Optional[Union[List[Union[str, Any]], str, Any]]): 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). remainingAttendeeCapacity: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): The number of attendee places for an event that remain unallocated. actor: (Optional[Union[List[Union[str, Any]], str, Any]]): An actor, e.g. in TV, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip. doorTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): The time admission will commence. previousStartDate: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): 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. recordedIn: (Optional[Union[List[Union[str, Any]], str, Any]]): The CreativeWork that captured all or part of this Event. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. contributor: (Optional[Union[List[Union[str, Any]], str, Any]]): A secondary contributor to the CreativeWork or Event. superEvent: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. eventSchedule: (Optional[Union[List[Union[str, Any]], str, Any]]): Associates an [[Event]] with a [[Schedule]]. There are circumstances where it is preferable to share a schedule for a series of repeating events rather than data on the individual events themselves. For example, a website or application might prefer to publish a schedule for a weekly gym class rather than provide data on every event. A schedule could be processed by applications to add forthcoming events to a calendar. An [[Event]] that is associated with a [[Schedule]] using this property should not have [[startDate]] or [[endDate]] properties. These are instead defined within the associated [[Schedule]], this avoids any ambiguity for clients using the data. The property might have repeated values to specify different schedules, e.g. for different months or seasons. maximumVirtualAttendeeCapacity: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): The maximum physical attendee capacity of an [[Event]] whose [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online aspects, in the case of a [[MixedEventAttendanceMode]]). attendees: (Optional[Union[List[Union[str, Any]], str, Any]]): A person attending the event. review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. eventStatus: (Optional[Union[List[Union[str, Any]], str, Any]]): An eventStatus of an event represents its status; particularly useful when an event is cancelled or rescheduled. funding: (Optional[Union[List[Union[str, Any]], str, Any]]): A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. workPerformed: (Optional[Union[List[Union[str, Any]], str, Any]]): A work performed in some event, for example a play performed in a TheaterEvent. duration: (Optional[Union[List[Union[str, Any]], str, Any]]): The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601). about: (Optional[Union[List[Union[str, Any]], str, Any]]): The subject matter of the content. composer: (Optional[Union[List[Union[str, Any]], str, Any]]): The person or organization who wrote a composition, or who is the composer of a work performed at some event. funder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports (sponsors) something through some kind of financial contribution. isAccessibleForFree: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the item, event, or place is accessible for free. subEvent: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. typicalAgeRange: (Union[List[Union[str, Any]], str, Any]): The typical expected age range, e.g. '7-9', '11-'. audience: (Optional[Union[List[Union[str, Any]], str, Any]]): An intended audience, i.e. a group for whom something was created. attendee: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization attending the event. subEvents: (Optional[Union[List[Union[str, Any]], str, Any]]): Events that are a part of this event. For example, a conference event includes many presentations, each subEvents of the conference. performers: (Optional[Union[List[Union[str, Any]], str, Any]]): The main performer or performers of the event&#x2014;for example, a presenter, musician, or actor. maximumAttendeeCapacity: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): The total number of individuals that may attend an event or venue. translator: (Optional[Union[List[Union[str, Any]], str, Any]]): Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. maximumPhysicalAttendeeCapacity: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): The maximum physical attendee capacity of an [[Event]] whose [[eventAttendanceMode]] is [[OfflineEventAttendanceMode]] (or the offline aspects, in the case of a [[MixedEventAttendanceMode]]). director: (Optional[Union[List[Union[str, Any]], str, Any]]): A director of e.g. TV, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip. inLanguage: (Union[List[Union[str, Any]], str, Any]): 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](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]]. startDate: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): The start date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)). offers: (Optional[Union[List[Union[str, Any]], str, Any]]): An offer to provide this item&#x2014;for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer. endDate: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): The end date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)). location: (Union[List[Union[str, Any]], str, Any]): The location of, for example, where an event is happening, where an organization is located, or where an action takes place. sponsor: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event. organizer: (Optional[Union[List[Union[str, Any]], str, Any]]): An organizer of an Event. """ type_: str = Field(default="UserInteraction", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) performer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A performer at the event&#x2014;for example, a presenter, musician, musical group" "or actor.", ) eventAttendanceMode: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The eventAttendanceMode of an event indicates whether it occurs online, offline, or" "a mix.", ) workFeatured: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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).", ) remainingAttendeeCapacity: Optional[ Union[List[Union[str, int, Any]], str, int, Any] ] = Field( default=None, description="The number of attendee places for an event that remain unallocated.", ) actor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An actor, e.g. in TV, radio, movie, video games etc., or in an event. Actors can be associated" "with individual items or with a series, episode, clip.", ) doorTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="The time admission will commence.", ) previousStartDate: Optional[ Union[List[Union[str, Any, date]], str, Any, date] ] = Field( default=None, description="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.", ) recordedIn: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The CreativeWork that captured all or part of this Event.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) contributor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A secondary contributor to the CreativeWork or Event.", ) superEvent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) eventSchedule: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Associates an [[Event]] with a [[Schedule]]. There are circumstances where it is preferable" "to share a schedule for a series of repeating events rather than data on the individual" "events themselves. For example, a website or application might prefer to publish a schedule" "for a weekly gym class rather than provide data on every event. A schedule could be processed" "by applications to add forthcoming events to a calendar. An [[Event]] that is associated" "with a [[Schedule]] using this property should not have [[startDate]] or [[endDate]]" "properties. These are instead defined within the associated [[Schedule]], this avoids" "any ambiguity for clients using the data. The property might have repeated values to" "specify different schedules, e.g. for different months or seasons.", ) maximumVirtualAttendeeCapacity: Optional[ Union[List[Union[str, int, Any]], str, int, Any] ] = Field( default=None, description="The maximum physical attendee capacity of an [[Event]] whose [[eventAttendanceMode]]" "is [[OnlineEventAttendanceMode]] (or the online aspects, in the case of a [[MixedEventAttendanceMode]]).", ) attendees: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person attending the event.", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) eventStatus: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An eventStatus of an event represents its status; particularly useful when an event" "is cancelled or rescheduled.", ) funding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A [[Grant]] that directly or indirectly provide funding or sponsorship for this item." "See also [[ownershipFundingInfo]].", ) workPerformed: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A work performed in some event, for example a play performed in a TheaterEvent.", ) duration: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601).", ) about: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The subject matter of the content.", ) composer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The person or organization who wrote a composition, or who is the composer of a work performed" "at some event.", ) funder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports (sponsors) something through some kind of financial" "contribution.", ) isAccessibleForFree: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the item, event, or place is accessible for free.", ) subEvent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) typicalAgeRange: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The typical expected age range, e.g. '7-9', '11-'.", ) audience: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An intended audience, i.e. a group for whom something was created.", ) attendee: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization attending the event.", ) subEvents: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Events that are a part of this event. For example, a conference event includes many presentations," "each subEvents of the conference.", ) performers: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The main performer or performers of the event&#x2014;for example, a presenter, musician," "or actor.", ) maximumAttendeeCapacity: Optional[ Union[List[Union[str, int, Any]], str, int, Any] ] = Field( default=None, description="The total number of individuals that may attend an event or venue.", ) translator: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Organization or person who adapts a creative work to different languages, regional" "differences and technical requirements of a target market, or that translates during" "some event.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) maximumPhysicalAttendeeCapacity: Optional[ Union[List[Union[str, int, Any]], str, int, Any] ] = Field( default=None, description="The maximum physical attendee capacity of an [[Event]] whose [[eventAttendanceMode]]" "is [[OfflineEventAttendanceMode]] (or the offline aspects, in the case of a [[MixedEventAttendanceMode]]).", ) director: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A director of e.g. TV, radio, movie, video gaming etc. content, or of an event. Directors" "can be associated with individual items or with a series, episode, clip.", ) inLanguage: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="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](http://tools.ietf.org/html/bcp47). See also" "[[availableLanguage]].", ) startDate: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="The start date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).", ) offers: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An offer to provide this item&#x2014;for example, an offer to sell a product, rent the" "DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]]" "to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can" "also be used to describe a [[Demand]]. While this property is listed as expected on a number" "of common types, it can be used in others. In that case, using a second type, such as Product" "or a subtype of Product, can clarify the nature of the offer.", ) endDate: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="The end date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).", ) location: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The location of, for example, where an event is happening, where an organization is located," "or where an action takes place.", ) sponsor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports a thing through a pledge, promise, or financial" "contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.", ) organizer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An organizer of an Event.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/UserInteraction.py
0.921503
0.305304
UserInteraction.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class PeopleAudience(BaseModel): """A set of characteristics belonging to people, e.g. who compose an item's target audience. References: https://schema.org/PeopleAudience Note: Model Depth 4 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. audienceType: (Union[List[Union[str, Any]], str, Any]): The target group associated with a given audience (e.g. veterans, car owners, musicians, etc.). geographicArea: (Optional[Union[List[Union[str, Any]], str, Any]]): The geographic area associated with the audience. healthCondition: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifying the health condition(s) of a patient, medical study, or other target audience. requiredGender: (Union[List[Union[str, Any]], str, Any]): Audiences defined by a person's gender. suggestedMinAge: (Optional[Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]]): Minimum recommended age in years for the audience or user. requiredMinAge: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): Audiences defined by a person's minimum age. suggestedMeasurement: (Optional[Union[List[Union[str, Any]], str, Any]]): A suggested range of body measurements for the intended audience or person, for example inseam between 32 and 34 inches or height between 170 and 190 cm. Typically found on a size chart for wearable products. suggestedGender: (Union[List[Union[str, Any]], str, Any]): The suggested gender of the intended person or audience, for example "male", "female", or "unisex". requiredMaxAge: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): Audiences defined by a person's maximum age. suggestedAge: (Optional[Union[List[Union[str, Any]], str, Any]]): The age or age range for the intended audience or person, for example 3-12 months for infants, 1-5 years for toddlers. suggestedMaxAge: (Optional[Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]]): Maximum recommended age in years for the audience or user. """ type_: str = Field(default="PeopleAudience", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) audienceType: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The target group associated with a given audience (e.g. veterans, car owners, musicians," "etc.).", ) geographicArea: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The geographic area associated with the audience.", ) healthCondition: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifying the health condition(s) of a patient, medical study, or other target audience.", ) requiredGender: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Audiences defined by a person's gender.", ) suggestedMinAge: Optional[ Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat, ] ] = Field( default=None, description="Minimum recommended age in years for the audience or user.", ) requiredMinAge: Optional[Union[List[Union[str, int, Any]], str, int, Any]] = Field( default=None, description="Audiences defined by a person's minimum age.", ) suggestedMeasurement: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A suggested range of body measurements for the intended audience or person, for example" "inseam between 32 and 34 inches or height between 170 and 190 cm. Typically found on a size" "chart for wearable products.", ) suggestedGender: Union[List[Union[str, Any]], str, Any] = Field( default=None, description='The suggested gender of the intended person or audience, for example "male", "female",' 'or "unisex".', ) requiredMaxAge: Optional[Union[List[Union[str, int, Any]], str, int, Any]] = Field( default=None, description="Audiences defined by a person's maximum age.", ) suggestedAge: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The age or age range for the intended audience or person, for example 3-12 months for infants," "1-5 years for toddlers.", ) suggestedMaxAge: Optional[ Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat, ] ] = Field( default=None, description="Maximum recommended age in years for the audience or user.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/PeopleAudience.py
0.940182
0.327924
PeopleAudience.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class XPathType(BaseModel): """Text representing an XPath (typically but not necessarily version 1.0). References: https://schema.org/XPathType Note: Model Depth 6 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="XPathType", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/XPathType.py
0.944151
0.32158
XPathType.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Nonprofit501c26(BaseModel): """Nonprofit501c26: Non-profit type referring to State-Sponsored Organizations Providing Health Coverage for High-Risk Individuals. References: https://schema.org/Nonprofit501c26 Note: Model Depth 6 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="Nonprofit501c26", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Nonprofit501c26.py
0.945776
0.26159
Nonprofit501c26.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class HomeGoodsStore(BaseModel): """A home goods store. References: https://schema.org/HomeGoodsStore Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. serviceArea: (Optional[Union[List[Union[str, Any]], str, Any]]): The geographic area where the service is provided. founder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person who founded this organization. isicV4: (Union[List[Union[str, Any]], str, Any]): The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place. hasPOS: (Optional[Union[List[Union[str, Any]], str, Any]]): Points-of-Sales operated by the organization or person. globalLocationNumber: (Union[List[Union[str, Any]], str, Any]): The [Global Location Number](http://www.gs1.org/gln) (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. member: (Optional[Union[List[Union[str, Any]], str, Any]]): A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals. knowsAbout: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Of a [[Person]], and less typically of an [[Organization]], to indicate a topic that is known about - suggesting possible expertise but not implying it. We do not distinguish skill levels here, or relate this to educational content, events, objectives or [[JobPosting]] descriptions. makesOffer: (Optional[Union[List[Union[str, Any]], str, Any]]): A pointer to products or services offered by the organization or person. ownershipFundingInfo: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a description of organizational ownership structure; funding and grants. In a news/media setting, this is with particular reference to editorial independence. Note that the [[funder]] is also available and can be used to make basic funder information machine-readable. founders: (Optional[Union[List[Union[str, Any]], str, Any]]): A person who founded this organization. legalName: (Union[List[Union[str, Any]], str, Any]): The official name of the organization, e.g. the registered company name. actionableFeedbackPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement about public engagement activities (for news media, the newsroom’s), including involving the public - digitally or otherwise -- in coverage decisions, reporting and activities after publication. areaServed: (Union[List[Union[str, Any]], str, Any]): The geographic area where a service or offered item is provided. parentOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): The larger organization that this organization is a [[subOrganization]] of, if any. slogan: (Union[List[Union[str, Any]], str, Any]): A slogan or motto associated with the item. department: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. memberOf: (Optional[Union[List[Union[str, Any]], str, Any]]): An Organization (or ProgramMembership) to which this Person or Organization belongs. publishingPrinciples: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. employee: (Optional[Union[List[Union[str, Any]], str, Any]]): Someone working for this organization. award: (Union[List[Union[str, Any]], str, Any]): An award won by or for this item. email: (Union[List[Union[str, Any]], str, Any]): Email address. contactPoints: (Optional[Union[List[Union[str, Any]], str, Any]]): A contact point for a person or organization. diversityStaffingReport: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a report on staffing diversity issues. In a news context this might be for example ASNE or RTDNA (US) reports, or self-reported. foundingDate: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): The date that this organization was founded. owns: (Optional[Union[List[Union[str, Any]], str, Any]]): Products owned by the organization or person. awards: (Union[List[Union[str, Any]], str, Any]): Awards won by or for this item. review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. dissolutionDate: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): The date that this organization was dissolved. funding: (Optional[Union[List[Union[str, Any]], str, Any]]): A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. interactionStatistic: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used. events: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past events associated with this place or organization. seeks: (Optional[Union[List[Union[str, Any]], str, Any]]): A pointer to products or services sought by the organization or person (demand). employees: (Optional[Union[List[Union[str, Any]], str, Any]]): People working for this organization. unnamedSourcesPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about policy on use of unnamed sources and the decision process required. subOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific 'department' property. foundingLocation: (Optional[Union[List[Union[str, Any]], str, Any]]): The place where the Organization was founded. funder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports (sponsors) something through some kind of financial contribution. iso6523Code: (Union[List[Union[str, Any]], str, Any]): An organization identifier as defined in ISO 6523(-1). Note that many existing organization identifiers such as [leiCode](https://schema.org/leiCode), [duns](https://schema.org/duns) and [vatID](https://schema.org/vatID) can be expressed as an ISO 6523 identifier by setting the ICD part of the ISO 6523 identifier accordingly. diversityPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Statement on diversity policy by an [[Organization]] e.g. a [[NewsMediaOrganization]]. For a [[NewsMediaOrganization]], a statement describing the newsroom’s diversity policy on both staffing and sources, typically providing staffing data. hasMerchantReturnPolicy: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies a MerchantReturnPolicy that may be applicable. event: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past event associated with this place, organization, or action. duns: (Union[List[Union[str, Any]], str, Any]): The Dun & Bradstreet DUNS number for identifying an organization or business person. alumni: (Optional[Union[List[Union[str, Any]], str, Any]]): Alumni of an organization. ethicsPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Statement about ethics policy, e.g. of a [[NewsMediaOrganization]] regarding journalistic and publishing practices, or of a [[Restaurant]], a page describing food source policies. In the case of a [[NewsMediaOrganization]], an ethicsPolicy is typically a statement describing the personal, organizational, and corporate standards of behavior expected by the organization. leiCode: (Union[List[Union[str, Any]], str, Any]): An organization identifier that uniquely identifies a legal entity as defined in ISO 17442. vatID: (Union[List[Union[str, Any]], str, Any]): The Value-added Tax ID of the organization or person. knowsLanguage: (Union[List[Union[str, Any]], str, Any]): Of a [[Person]], and less typically of an [[Organization]], to indicate a known language. We do not distinguish skill levels or reading/writing/speaking/signing here. Use language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). correctionsPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing (in news media, the newsroom’s) disclosure and correction policy for errors. logo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An associated logo. hasCredential: (Optional[Union[List[Union[str, Any]], str, Any]]): A credential awarded to the Person or Organization. address: (Union[List[Union[str, Any]], str, Any]): Physical address of the item. brand: (Optional[Union[List[Union[str, Any]], str, Any]]): The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person. nonprofitStatus: (Optional[Union[List[Union[str, Any]], str, Any]]): nonprofitStatus indicates the legal status of a non-profit organization in its primary place of business. contactPoint: (Optional[Union[List[Union[str, Any]], str, Any]]): A contact point for a person or organization. hasOfferCatalog: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates an OfferCatalog listing for this Organization, Person, or Service. members: (Optional[Union[List[Union[str, Any]], str, Any]]): A member of this organization. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. faxNumber: (Union[List[Union[str, Any]], str, Any]): The fax number. telephone: (Union[List[Union[str, Any]], str, Any]): The telephone number. taxID: (Union[List[Union[str, Any]], str, Any]): The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain. naics: (Union[List[Union[str, Any]], str, Any]): The North American Industry Classification System (NAICS) code for a particular organization or business person. location: (Union[List[Union[str, Any]], str, Any]): The location of, for example, where an event is happening, where an organization is located, or where an action takes place. numberOfEmployees: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of employees in an organization, e.g. business. sponsor: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event. potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. geoCovers: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a covering geometry to a covered geometry. "Every point of b is a point of (the interior or boundary of) a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). longitude: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)). smokingAllowed: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room. isicV4: (Union[List[Union[str, Any]], str, Any]): The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place. globalLocationNumber: (Union[List[Union[str, Any]], str, Any]): The [Global Location Number](http://www.gs1.org/gln) (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. amenityFeature: (Optional[Union[List[Union[str, Any]], str, Any]]): An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs. additionalProperty: (Optional[Union[List[Union[str, Any]], str, Any]]): A property-value pair representing an additional characteristic of the entity, 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. https://schema.org/width, https://schema.org/color, https://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism. slogan: (Union[List[Union[str, Any]], str, Any]): A slogan or motto associated with the item. photos: (Optional[Union[List[Union[str, Any]], str, Any]]): Photographs of this place. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. tourBookingPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A page providing information on how to book a tour of some [[Place]], such as an [[Accommodation]] or [[ApartmentComplex]] in a real estate setting, as well as other kinds of tours as appropriate. geoWithin: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). containsPlace: (Optional[Union[List[Union[str, Any]], str, Any]]): The basic containment relation between a place and another that it contains. review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. hasMap: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A URL to a map of the place. containedIn: (Optional[Union[List[Union[str, Any]], str, Any]]): The basic containment relation between a place and one that contains it. events: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past events associated with this place or organization. geoOverlaps: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). geoEquals: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). "Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other" (a symmetric relationship). maps: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A URL to a map of the place. isAccessibleForFree: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the item, event, or place is accessible for free. event: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past event associated with this place, organization, or action. photo: (Optional[Union[List[Union[str, Any]], str, Any]]): A photograph of this place. containedInPlace: (Optional[Union[List[Union[str, Any]], str, Any]]): The basic containment relation between a place and one that contains it. logo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An associated logo. geoCrosses: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to another that crosses it: "a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). address: (Union[List[Union[str, Any]], str, Any]): Physical address of the item. geo: (Optional[Union[List[Union[str, Any]], str, Any]]): The geo coordinates of the place. openingHoursSpecification: (Optional[Union[List[Union[str, Any]], str, Any]]): The opening hours of a certain place. geoDisjoint: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: "they have no point in common. They form a set of disconnected geometries." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).) geoIntersects: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). latitude: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)). maximumAttendeeCapacity: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): The total number of individuals that may attend an event or venue. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. map: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A URL to a map of the place. branchCode: (Union[List[Union[str, Any]], str, Any]): 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. faxNumber: (Union[List[Union[str, Any]], str, Any]): The fax number. publicAccess: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the [[Place]] is open to public visitors. If this property is omitted there is no assumed default boolean value geoTouches: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) touch: "they have at least one boundary point in common, but no interior points." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).) geoCoveredBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). telephone: (Union[List[Union[str, Any]], str, Any]): The telephone number. hasDriveThroughService: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates whether some facility (e.g. [[FoodEstablishment]], [[CovidTestingFacility]]) offers a service that can be used by driving through in a car. In the case of [[CovidTestingFacility]] such facilities could potentially help with social distancing from other potentially-infected users. specialOpeningHoursSpecification: (Optional[Union[List[Union[str, Any]], str, Any]]): The special opening hours of a certain place.Use this to explicitly override general opening hours brought in scope by [[openingHoursSpecification]] or [[openingHours]]. geoContains: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. "a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). priceRange: (Union[List[Union[str, Any]], str, Any]): The price range of the business, for example ```$$$```. currenciesAccepted: (Union[List[Union[str, Any]], str, Any]): The currency accepted.Use standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. "USD"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. "BTC"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. "Ithaca HOUR". branchOf: (Optional[Union[List[Union[str, Any]], str, Any]]): The larger organization that this local business is a branch of, if any. Not to be confused with (anatomical) [[branch]]. paymentAccepted: (Union[List[Union[str, Any]], str, Any]): Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc. openingHours: (Union[List[Union[str, Any]], str, Any]): The general 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 format. For example, 3pm is specified as ```15:00```, 10am as ```10:00```. * Here is an example: <code>&lt;time itemprop="openingHours" datetime=&quot;Tu,Th 16:00-20:00&quot;&gt;Tuesdays and Thursdays 4-8pm&lt;/time&gt;</code>.* If a business is open 7 days a week, then it can be specified as <code>&lt;time itemprop=&quot;openingHours&quot; datetime=&quot;Mo-Su&quot;&gt;Monday through Sunday, all day&lt;/time&gt;</code>. """ type_: str = Field(default="HomeGoodsStore", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) serviceArea: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The geographic area where the service is provided.", ) founder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person who founded this organization.", ) isicV4: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The International Standard of Industrial Classification of All Economic Activities" "(ISIC), Revision 4 code for a particular organization, business person, or place.", ) hasPOS: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Points-of-Sales operated by the organization or person.", ) globalLocationNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The [Global Location Number](http://www.gs1.org/gln) (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.", ) member: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A member of an Organization or a ProgramMembership. Organizations can be members of" "organizations; ProgramMembership is typically for individuals.", ) knowsAbout: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Of a [[Person]], and less typically of an [[Organization]], to indicate a topic that" "is known about - suggesting possible expertise but not implying it. We do not distinguish" "skill levels here, or relate this to educational content, events, objectives or [[JobPosting]]" "descriptions.", ) makesOffer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A pointer to products or services offered by the organization or person.", ) ownershipFundingInfo: Union[ List[Union[str, AnyUrl, Any]], str, AnyUrl, Any ] = Field( default=None, description="For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]])," "a description of organizational ownership structure; funding and grants. In a news/media" "setting, this is with particular reference to editorial independence. Note that the" "[[funder]] is also available and can be used to make basic funder information machine-readable.", ) founders: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person who founded this organization.", ) legalName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The official name of the organization, e.g. the registered company name.", ) actionableFeedbackPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement" "about public engagement activities (for news media, the newsroom’s), including involving" "the public - digitally or otherwise -- in coverage decisions, reporting and activities" "after publication.", ) areaServed: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The geographic area where a service or offered item is provided.", ) parentOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The larger organization that this organization is a [[subOrganization]] of, if any.", ) slogan: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A slogan or motto associated with the item.", ) department: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) memberOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An Organization (or ProgramMembership) to which this Person or Organization belongs.", ) publishingPrinciples: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="The publishingPrinciples property indicates (typically via [[URL]]) a document describing" "the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]]" "writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity" "policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles" "are those of the party primarily responsible for the creation of the [[CreativeWork]].While" "such policies are most typically expressed in natural language, sometimes related" "information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.", ) employee: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Someone working for this organization.", ) award: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An award won by or for this item.", ) email: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Email address.", ) contactPoints: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A contact point for a person or organization.", ) diversityStaffingReport: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]])," "a report on staffing diversity issues. In a news context this might be for example ASNE" "or RTDNA (US) reports, or self-reported.", ) foundingDate: Optional[Union[List[Union[str, Any, date]], str, Any, date]] = Field( default=None, description="The date that this organization was founded.", ) owns: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Products owned by the organization or person.", ) awards: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Awards won by or for this item.", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) dissolutionDate: Optional[ Union[List[Union[str, Any, date]], str, Any, date] ] = Field( default=None, description="The date that this organization was dissolved.", ) funding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A [[Grant]] that directly or indirectly provide funding or sponsorship for this item." "See also [[ownershipFundingInfo]].", ) interactionStatistic: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of interactions for the CreativeWork using the WebSite or SoftwareApplication." "The most specific child type of InteractionCounter should be used.", ) events: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past events associated with this place or organization.", ) seeks: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A pointer to products or services sought by the organization or person (demand).", ) employees: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="People working for this organization.", ) unnamedSourcesPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about" "policy on use of unnamed sources and the decision process required.", ) subOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A relationship between two organizations where the first includes the second, e.g.," "as a subsidiary. See also: the more specific 'department' property.", ) foundingLocation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The place where the Organization was founded.", ) funder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports (sponsors) something through some kind of financial" "contribution.", ) iso6523Code: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An organization identifier as defined in ISO 6523(-1). Note that many existing organization" "identifiers such as [leiCode](https://schema.org/leiCode), [duns](https://schema.org/duns)" "and [vatID](https://schema.org/vatID) can be expressed as an ISO 6523 identifier" "by setting the ICD part of the ISO 6523 identifier accordingly.", ) diversityPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Statement on diversity policy by an [[Organization]] e.g. a [[NewsMediaOrganization]]." "For a [[NewsMediaOrganization]], a statement describing the newsroom’s diversity" "policy on both staffing and sources, typically providing staffing data.", ) hasMerchantReturnPolicy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies a MerchantReturnPolicy that may be applicable.", ) event: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past event associated with this place, organization, or action.", ) duns: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Dun & Bradstreet DUNS number for identifying an organization or business person.", ) alumni: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Alumni of an organization.", ) ethicsPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Statement about ethics policy, e.g. of a [[NewsMediaOrganization]] regarding journalistic" "and publishing practices, or of a [[Restaurant]], a page describing food source policies." "In the case of a [[NewsMediaOrganization]], an ethicsPolicy is typically a statement" "describing the personal, organizational, and corporate standards of behavior expected" "by the organization.", ) leiCode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An organization identifier that uniquely identifies a legal entity as defined in ISO" "17442.", ) vatID: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Value-added Tax ID of the organization or person.", ) knowsLanguage: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Of a [[Person]], and less typically of an [[Organization]], to indicate a known language." "We do not distinguish skill levels or reading/writing/speaking/signing here. Use" "language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47).", ) correctionsPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing" "(in news media, the newsroom’s) disclosure and correction policy for errors.", ) logo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An associated logo.", ) hasCredential: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A credential awarded to the Person or Organization.", ) address: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Physical address of the item.", ) brand: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The brand(s) associated with a product or service, or the brand(s) maintained by an organization" "or business person.", ) nonprofitStatus: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="nonprofitStatus indicates the legal status of a non-profit organization in its primary" "place of business.", ) contactPoint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A contact point for a person or organization.", ) hasOfferCatalog: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates an OfferCatalog listing for this Organization, Person, or Service.", ) members: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A member of this organization.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) faxNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The fax number.", ) telephone: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The telephone number.", ) taxID: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in" "Spain.", ) naics: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The North American Industry Classification System (NAICS) code for a particular organization" "or business person.", ) location: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The location of, for example, where an event is happening, where an organization is located," "or where an action takes place.", ) numberOfEmployees: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of employees in an organization, e.g. business.", ) sponsor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports a thing through a pledge, promise, or financial" "contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.", ) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) geoCovers: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" 'a covering geometry to a covered geometry. "Every point of b is a point of (the interior' 'or boundary of) a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', ) longitude: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).", ) smokingAllowed: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or" "hotel room.", ) isicV4: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The International Standard of Industrial Classification of All Economic Activities" "(ISIC), Revision 4 code for a particular organization, business person, or place.", ) globalLocationNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The [Global Location Number](http://www.gs1.org/gln) (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.", ) amenityFeature: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic" "property does not make a statement about whether the feature is included in an offer for" "the main accommodation or available at extra costs.", ) additionalProperty: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A property-value pair representing an additional characteristic of the entity, 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. https://schema.org/width, https://schema.org/color," "https://schema.org/gtin13, ...) will typically expect such data to be provided using" "those properties, rather than using the generic property/value mechanism.", ) slogan: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A slogan or motto associated with the item.", ) photos: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Photographs of this place.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) tourBookingPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A page providing information on how to book a tour of some [[Place]], such as an [[Accommodation]]" "or [[ApartmentComplex]] in a real estate setting, as well as other kinds of tours as appropriate.", ) geoWithin: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" "a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined" "in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) containsPlace: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The basic containment relation between a place and another that it contains.", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) hasMap: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A URL to a map of the place.", ) containedIn: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The basic containment relation between a place and one that contains it.", ) events: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past events associated with this place or organization.", ) geoOverlaps: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" "a geometry to another that geospatially overlaps it, i.e. they have some but not all points" "in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) geoEquals: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" "are topologically equal, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM)." '"Two geometries are topologically equal if their interiors intersect and no part of' 'the interior or boundary of one geometry intersects the exterior of the other" (a symmetric' "relationship).", ) maps: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A URL to a map of the place.", ) isAccessibleForFree: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the item, event, or place is accessible for free.", ) event: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past event associated with this place, organization, or action.", ) photo: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A photograph of this place.", ) containedInPlace: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The basic containment relation between a place and one that contains it.", ) logo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An associated logo.", ) geoCrosses: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" 'a geometry to another that crosses it: "a crosses b: they have some but not all interior' "points in common, and the dimension of the intersection is less than that of at least one" 'of them". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', ) address: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Physical address of the item.", ) geo: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The geo coordinates of the place.", ) openingHoursSpecification: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The opening hours of a certain place.", ) geoDisjoint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" 'are topologically disjoint: "they have no point in common. They form a set of disconnected' 'geometries." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)', ) geoIntersects: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" "have at least one point in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) latitude: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).", ) maximumAttendeeCapacity: Optional[ Union[List[Union[str, int, Any]], str, int, Any] ] = Field( default=None, description="The total number of individuals that may attend an event or venue.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) map: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A URL to a map of the place.", ) branchCode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description='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.', ) faxNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The fax number.", ) publicAccess: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the [[Place]] is open to public visitors. If this property is omitted" "there is no assumed default boolean value", ) geoTouches: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" 'touch: "they have at least one boundary point in common, but no interior points." (A' "symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)", ) geoCoveredBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" "a geometry to another that covers it. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) telephone: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The telephone number.", ) hasDriveThroughService: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates whether some facility (e.g. [[FoodEstablishment]], [[CovidTestingFacility]])" "offers a service that can be used by driving through in a car. In the case of [[CovidTestingFacility]]" "such facilities could potentially help with social distancing from other potentially-infected" "users.", ) specialOpeningHoursSpecification: Optional[ Union[List[Union[str, Any]], str, Any] ] = Field( default=None, description="The special opening hours of a certain place.Use this to explicitly override general" "opening hours brought in scope by [[openingHoursSpecification]] or [[openingHours]].", ) geoContains: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" 'a containing geometry to a contained geometry. "a contains b iff no points of b lie in' 'the exterior of a, and at least one point of the interior of b lies in the interior of a".' "As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) priceRange: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The price range of the business, for example ```$$$```.", ) currenciesAccepted: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The currency accepted.Use standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217)," 'e.g. "USD"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies)' 'for cryptocurrencies, e.g. "BTC"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system)' '(LETS) and other currency types, e.g. "Ithaca HOUR".', ) branchOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The larger organization that this local business is a branch of, if any. Not to be confused" "with (anatomical) [[branch]].", ) paymentAccepted: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc.", ) openingHours: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The general 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 format." "For example, 3pm is specified as ```15:00```, 10am as ```10:00```. * Here is an example:" '<code>&lt;time itemprop="openingHours" datetime=&quot;Tu,Th 16:00-20:00&quot;&gt;Tuesdays' "and Thursdays 4-8pm&lt;/time&gt;</code>.* If a business is open 7 days a week, then" "it can be specified as <code>&lt;time itemprop=&quot;openingHours&quot; datetime=&quot;Mo-Su&quot;&gt;Monday" "through Sunday, all day&lt;/time&gt;</code>.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/HomeGoodsStore.py
0.868255
0.359842
HomeGoodsStore.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Endocrine(BaseModel): """A specific branch of medical science that pertains to diagnosis and treatment of disorders of endocrine glands and their secretions. References: https://schema.org/Endocrine Note: Model Depth 6 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="Endocrine", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", ) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Endocrine.py
0.929584
0.392337
Endocrine.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class DrugCost(BaseModel): """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. References: https://schema.org/DrugCost Note: Model Depth 3 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. recognizingAuthority: (Optional[Union[List[Union[str, Any]], str, Any]]): If applicable, the organization that officially recognizes this entity as part of its endorsed system of medicine. relevantSpecialty: (Optional[Union[List[Union[str, Any]], str, Any]]): If applicable, a medical specialty in which this entity is relevant. medicineSystem: (Optional[Union[List[Union[str, Any]], str, Any]]): The system of medicine that includes this MedicalEntity, for example 'evidence-based', 'homeopathic', 'chiropractic', etc. funding: (Optional[Union[List[Union[str, Any]], str, Any]]): A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. legalStatus: (Union[List[Union[str, Any]], str, Any]): The drug or supplement's legal status, including any controlled substance schedules that apply. study: (Optional[Union[List[Union[str, Any]], str, Any]]): A medical study or trial related to this entity. guideline: (Optional[Union[List[Union[str, Any]], str, Any]]): A medical guideline related to this entity. code: (Optional[Union[List[Union[str, Any]], str, Any]]): A medical code for the entity, taken from a controlled vocabulary or ontology such as ICD-9, DiseasesDB, MeSH, SNOMED-CT, RxNorm, etc. costPerUnit: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The cost per unit of the drug. applicableLocation: (Optional[Union[List[Union[str, Any]], str, Any]]): The location in which the status applies. drugUnit: (Union[List[Union[str, Any]], str, Any]): The unit in which the drug is measured, e.g. '5 mg tablet'. costOrigin: (Union[List[Union[str, Any]], str, Any]): Additional details to capture the origin of the cost data. For example, 'Medicare Part B'. costCategory: (Optional[Union[List[Union[str, Any]], str, Any]]): The category of cost, such as wholesale, retail, reimbursement cap, etc. costCurrency: (Union[List[Union[str, Any]], str, Any]): The currency (in 3-letter) of the drug cost. See: http://en.wikipedia.org/wiki/ISO_4217. """ type_: str = Field(default="DrugCost", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) recognizingAuthority: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="If applicable, the organization that officially recognizes this entity as part of its" "endorsed system of medicine.", ) relevantSpecialty: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="If applicable, a medical specialty in which this entity is relevant.", ) medicineSystem: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The system of medicine that includes this MedicalEntity, for example 'evidence-based'," "'homeopathic', 'chiropractic', etc.", ) funding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A [[Grant]] that directly or indirectly provide funding or sponsorship for this item." "See also [[ownershipFundingInfo]].", ) legalStatus: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The drug or supplement's legal status, including any controlled substance schedules" "that apply.", ) study: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A medical study or trial related to this entity.", ) guideline: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A medical guideline related to this entity.", ) code: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A medical code for the entity, taken from a controlled vocabulary or ontology such as" "ICD-9, DiseasesDB, MeSH, SNOMED-CT, RxNorm, etc.", ) costPerUnit: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The cost per unit of the drug.", ) applicableLocation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The location in which the status applies.", ) drugUnit: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The unit in which the drug is measured, e.g. '5 mg tablet'.", ) costOrigin: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Additional details to capture the origin of the cost data. For example, 'Medicare Part" "B'.", ) costCategory: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The category of cost, such as wholesale, retail, reimbursement cap, etc.", ) costCurrency: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The currency (in 3-letter) of the drug cost. See: http://en.wikipedia.org/wiki/ISO_4217.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/DrugCost.py
0.944728
0.47244
DrugCost.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class EventSeries(BaseModel): """A series of [[Event]]s. Included events can relate with the series using the [[superEvent]] property.An EventSeries is a collection of events that share some unifying characteristic. For example, "The Olympic Games" is a series, whichis repeated regularly. The "2012 London Olympics" can be presented both as an [[Event]] in the series "Olympic Games", and as an[[EventSeries]] that included a number of sporting competitions as Events.The nature of the association between the events in an [[EventSeries]] can vary, but typical examples couldinclude a thematic event series (e.g. topical meetups or classes), or a series of regular events that share a location, attendee group and/or organizers.EventSeries has been defined as a kind of Event to make it easy for publishers to use it in an Event context withoutworrying about which kinds of series are really event-like enough to call an Event. In general an EventSeriesmay seem more Event-like when the period of time is compact and when aspects such as location are fixed, butit may also sometimes prove useful to describe a longer-term series as an Event. References: https://schema.org/EventSeries Note: Model Depth 3 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. performer: (Optional[Union[List[Union[str, Any]], str, Any]]): A performer at the event&#x2014;for example, a presenter, musician, musical group or actor. eventAttendanceMode: (Optional[Union[List[Union[str, Any]], str, Any]]): The eventAttendanceMode of an event indicates whether it occurs online, offline, or a mix. workFeatured: (Optional[Union[List[Union[str, Any]], str, Any]]): 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). remainingAttendeeCapacity: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): The number of attendee places for an event that remain unallocated. actor: (Optional[Union[List[Union[str, Any]], str, Any]]): An actor, e.g. in TV, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip. doorTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): The time admission will commence. previousStartDate: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): 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. recordedIn: (Optional[Union[List[Union[str, Any]], str, Any]]): The CreativeWork that captured all or part of this Event. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. contributor: (Optional[Union[List[Union[str, Any]], str, Any]]): A secondary contributor to the CreativeWork or Event. superEvent: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. eventSchedule: (Optional[Union[List[Union[str, Any]], str, Any]]): Associates an [[Event]] with a [[Schedule]]. There are circumstances where it is preferable to share a schedule for a series of repeating events rather than data on the individual events themselves. For example, a website or application might prefer to publish a schedule for a weekly gym class rather than provide data on every event. A schedule could be processed by applications to add forthcoming events to a calendar. An [[Event]] that is associated with a [[Schedule]] using this property should not have [[startDate]] or [[endDate]] properties. These are instead defined within the associated [[Schedule]], this avoids any ambiguity for clients using the data. The property might have repeated values to specify different schedules, e.g. for different months or seasons. maximumVirtualAttendeeCapacity: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): The maximum physical attendee capacity of an [[Event]] whose [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online aspects, in the case of a [[MixedEventAttendanceMode]]). attendees: (Optional[Union[List[Union[str, Any]], str, Any]]): A person attending the event. review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. eventStatus: (Optional[Union[List[Union[str, Any]], str, Any]]): An eventStatus of an event represents its status; particularly useful when an event is cancelled or rescheduled. funding: (Optional[Union[List[Union[str, Any]], str, Any]]): A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. workPerformed: (Optional[Union[List[Union[str, Any]], str, Any]]): A work performed in some event, for example a play performed in a TheaterEvent. duration: (Optional[Union[List[Union[str, Any]], str, Any]]): The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601). about: (Optional[Union[List[Union[str, Any]], str, Any]]): The subject matter of the content. composer: (Optional[Union[List[Union[str, Any]], str, Any]]): The person or organization who wrote a composition, or who is the composer of a work performed at some event. funder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports (sponsors) something through some kind of financial contribution. isAccessibleForFree: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the item, event, or place is accessible for free. subEvent: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. typicalAgeRange: (Union[List[Union[str, Any]], str, Any]): The typical expected age range, e.g. '7-9', '11-'. audience: (Optional[Union[List[Union[str, Any]], str, Any]]): An intended audience, i.e. a group for whom something was created. attendee: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization attending the event. subEvents: (Optional[Union[List[Union[str, Any]], str, Any]]): Events that are a part of this event. For example, a conference event includes many presentations, each subEvents of the conference. performers: (Optional[Union[List[Union[str, Any]], str, Any]]): The main performer or performers of the event&#x2014;for example, a presenter, musician, or actor. maximumAttendeeCapacity: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): The total number of individuals that may attend an event or venue. translator: (Optional[Union[List[Union[str, Any]], str, Any]]): Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. maximumPhysicalAttendeeCapacity: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): The maximum physical attendee capacity of an [[Event]] whose [[eventAttendanceMode]] is [[OfflineEventAttendanceMode]] (or the offline aspects, in the case of a [[MixedEventAttendanceMode]]). director: (Optional[Union[List[Union[str, Any]], str, Any]]): A director of e.g. TV, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip. inLanguage: (Union[List[Union[str, Any]], str, Any]): 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](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]]. startDate: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): The start date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)). offers: (Optional[Union[List[Union[str, Any]], str, Any]]): An offer to provide this item&#x2014;for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer. endDate: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): The end date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)). location: (Union[List[Union[str, Any]], str, Any]): The location of, for example, where an event is happening, where an organization is located, or where an action takes place. sponsor: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event. organizer: (Optional[Union[List[Union[str, Any]], str, Any]]): An organizer of an Event. """ type_: str = Field(default="EventSeries", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) performer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A performer at the event&#x2014;for example, a presenter, musician, musical group" "or actor.", ) eventAttendanceMode: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The eventAttendanceMode of an event indicates whether it occurs online, offline, or" "a mix.", ) workFeatured: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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).", ) remainingAttendeeCapacity: Optional[ Union[List[Union[str, int, Any]], str, int, Any] ] = Field( default=None, description="The number of attendee places for an event that remain unallocated.", ) actor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An actor, e.g. in TV, radio, movie, video games etc., or in an event. Actors can be associated" "with individual items or with a series, episode, clip.", ) doorTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="The time admission will commence.", ) previousStartDate: Optional[ Union[List[Union[str, Any, date]], str, Any, date] ] = Field( default=None, description="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.", ) recordedIn: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The CreativeWork that captured all or part of this Event.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) contributor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A secondary contributor to the CreativeWork or Event.", ) superEvent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) eventSchedule: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Associates an [[Event]] with a [[Schedule]]. There are circumstances where it is preferable" "to share a schedule for a series of repeating events rather than data on the individual" "events themselves. For example, a website or application might prefer to publish a schedule" "for a weekly gym class rather than provide data on every event. A schedule could be processed" "by applications to add forthcoming events to a calendar. An [[Event]] that is associated" "with a [[Schedule]] using this property should not have [[startDate]] or [[endDate]]" "properties. These are instead defined within the associated [[Schedule]], this avoids" "any ambiguity for clients using the data. The property might have repeated values to" "specify different schedules, e.g. for different months or seasons.", ) maximumVirtualAttendeeCapacity: Optional[ Union[List[Union[str, int, Any]], str, int, Any] ] = Field( default=None, description="The maximum physical attendee capacity of an [[Event]] whose [[eventAttendanceMode]]" "is [[OnlineEventAttendanceMode]] (or the online aspects, in the case of a [[MixedEventAttendanceMode]]).", ) attendees: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person attending the event.", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) eventStatus: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An eventStatus of an event represents its status; particularly useful when an event" "is cancelled or rescheduled.", ) funding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A [[Grant]] that directly or indirectly provide funding or sponsorship for this item." "See also [[ownershipFundingInfo]].", ) workPerformed: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A work performed in some event, for example a play performed in a TheaterEvent.", ) duration: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601).", ) about: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The subject matter of the content.", ) composer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The person or organization who wrote a composition, or who is the composer of a work performed" "at some event.", ) funder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports (sponsors) something through some kind of financial" "contribution.", ) isAccessibleForFree: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the item, event, or place is accessible for free.", ) subEvent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) typicalAgeRange: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The typical expected age range, e.g. '7-9', '11-'.", ) audience: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An intended audience, i.e. a group for whom something was created.", ) attendee: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization attending the event.", ) subEvents: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Events that are a part of this event. For example, a conference event includes many presentations," "each subEvents of the conference.", ) performers: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The main performer or performers of the event&#x2014;for example, a presenter, musician," "or actor.", ) maximumAttendeeCapacity: Optional[ Union[List[Union[str, int, Any]], str, int, Any] ] = Field( default=None, description="The total number of individuals that may attend an event or venue.", ) translator: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Organization or person who adapts a creative work to different languages, regional" "differences and technical requirements of a target market, or that translates during" "some event.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) maximumPhysicalAttendeeCapacity: Optional[ Union[List[Union[str, int, Any]], str, int, Any] ] = Field( default=None, description="The maximum physical attendee capacity of an [[Event]] whose [[eventAttendanceMode]]" "is [[OfflineEventAttendanceMode]] (or the offline aspects, in the case of a [[MixedEventAttendanceMode]]).", ) director: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A director of e.g. TV, radio, movie, video gaming etc. content, or of an event. Directors" "can be associated with individual items or with a series, episode, clip.", ) inLanguage: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="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](http://tools.ietf.org/html/bcp47). See also" "[[availableLanguage]].", ) startDate: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="The start date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).", ) offers: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An offer to provide this item&#x2014;for example, an offer to sell a product, rent the" "DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]]" "to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can" "also be used to describe a [[Demand]]. While this property is listed as expected on a number" "of common types, it can be used in others. In that case, using a second type, such as Product" "or a subtype of Product, can clarify the nature of the offer.", ) endDate: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="The end date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).", ) location: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The location of, for example, where an event is happening, where an organization is located," "or where an action takes place.", ) sponsor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports a thing through a pledge, promise, or financial" "contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.", ) organizer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An organizer of an Event.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/EventSeries.py
0.907717
0.648605
EventSeries.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class SiteNavigationElement(BaseModel): """A navigation element of the page. References: https://schema.org/SiteNavigationElement Note: Model Depth 4 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. workTranslation: (Optional[Union[List[Union[str, Any]], str, Any]]): A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation “Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese translation Tây du ký bình khảo. educationalLevel: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators. associatedMedia: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. This property is a synonym for encoding. exampleOfWork: (Optional[Union[List[Union[str, Any]], str, Any]]): A creative work that this work is an example/instance/realization/derivation of. releasedEvent: (Optional[Union[List[Union[str, Any]], str, Any]]): The place and time the release was issued, expressed as a PublicationEvent. version: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The version of the CreativeWork embodied by a specified resource. locationCreated: (Optional[Union[List[Union[str, Any]], str, Any]]): The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork. acquireLicensePage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page documenting how licenses can be purchased or otherwise acquired, for the current item. thumbnailUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A thumbnail image relevant to the Thing. provider: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. expires: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): Date the content expires and is no longer useful or available. For example a [[VideoObject]] or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]] fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date. contentLocation: (Optional[Union[List[Union[str, Any]], str, Any]]): The location depicted or described in the content. For example, the location in a photograph or painting. educationalUse: (Union[List[Union[str, Any]], str, Any]): The purpose of a work in the context of education; for example, 'assignment', 'group work'. copyrightHolder: (Optional[Union[List[Union[str, Any]], str, Any]]): The party holding the legal copyright to the CreativeWork. accessibilityControl: (Union[List[Union[str, Any]], str, Any]): Identifies input methods that are sufficient to fully control the described resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary). maintainer: (Optional[Union[List[Union[str, Any]], str, Any]]): A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other [[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions to, and/or publication of, some (typically complex) artifact. It is common for distributions of software and data to be based on "upstream" sources. When [[maintainer]] is applied to a specific version of something e.g. a particular version or packaging of a [[Dataset]], it is always possible that the upstream source has a different maintainer. The [[isBasedOn]] property can be used to indicate such relationships between datasets to make the different maintenance roles clear. Similarly in the case of software, a package may have dedicated maintainers working on integration into software distributions such as Ubuntu, as well as upstream maintainers of the underlying work. educationalAlignment: (Optional[Union[List[Union[str, Any]], str, Any]]): An alignment to an established educational framework.This property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource [[teaches]] or [[assesses]] a competency. spatial: (Optional[Union[List[Union[str, Any]], str, Any]]): The "spatial" property can be used in cases when more specific properties(e.g. [[locationCreated]], [[spatialCoverage]], [[contentLocation]]) are not known to be appropriate. publisher: (Optional[Union[List[Union[str, Any]], str, Any]]): The publisher of the creative work. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. assesses: (Union[List[Union[str, Any]], str, Any]): The item being described is intended to assess the competency or learning outcome defined by the referenced term. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. isBasedOn: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A resource from which this work is derived or from which it is a modification or adaption. mentions: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept. publishingPrinciples: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. contributor: (Optional[Union[List[Union[str, Any]], str, Any]]): A secondary contributor to the CreativeWork or Event. license: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A license document that applies to this content, typically indicated by URL. citation: (Union[List[Union[str, Any]], str, Any]): A citation or reference to another creative work, such as another publication, web page, scholarly article, etc. accessibilitySummary: (Union[List[Union[str, Any]], str, Any]): A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as "short descriptions are present but long descriptions will be needed for non-visual users" or "short descriptions are present and no long descriptions are needed." award: (Union[List[Union[str, Any]], str, Any]): An award won by or for this item. commentCount: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): 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. temporalCoverage: (Union[List[Union[datetime, str, Any, AnyUrl]], datetime, str, Any, AnyUrl]): The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals). In the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012"). Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate their temporalCoverage in broader terms - textually or via well-known URL. Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".Open-ended date ranges can be written with ".." in place of the end date. For example, "2015-11/.." indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated. dateCreated: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): The date on which the CreativeWork was created or the item was added to a DataFeed. discussionUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A link to the page containing the comments of the CreativeWork. copyrightNotice: (Union[List[Union[str, Any]], str, Any]): Text of a notice appropriate for describing the copyright aspects of this Creative Work, ideally indicating the owner of the copyright for the Work. learningResourceType: (Union[List[Union[str, Any]], str, Any]): The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'. awards: (Union[List[Union[str, Any]], str, Any]): Awards won by or for this item. accessModeSufficient: (Optional[Union[List[Union[str, Any]], str, Any]]): A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary). review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. conditionsOfAccess: (Union[List[Union[str, Any]], str, Any]): Conditions that affect the availability of, or method(s) of access to, an item. Typically used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]. This property is not suitable for use as a general Web access control mechanism. It is expressed only in natural language.For example "Available by appointment from the Reading Room" or "Accessible only from logged-in accounts ". interactivityType: (Union[List[Union[str, Any]], str, Any]): The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'. abstract: (Union[List[Union[str, Any]], str, Any]): An abstract is a short description that summarizes a [[CreativeWork]]. fileFormat: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)) 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. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry. interpretedAsClaim: (Optional[Union[List[Union[str, Any]], str, Any]]): Used to indicate a specific claim contained, implied, translated or refined from the content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can be indicated using [[claimInterpreter]]. text: (Union[List[Union[str, Any]], str, Any]): The textual content of this CreativeWork. archivedAt: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible, but be archived by archival, journalistic, activist, or law enforcement organizations. In such cases, the referenced page may not directly publish the content. alternativeHeadline: (Union[List[Union[str, Any]], str, Any]): A secondary title of the CreativeWork. creditText: (Union[List[Union[str, Any]], str, Any]): Text that can be used to credit person(s) and/or organization(s) associated with a published Creative Work. funding: (Optional[Union[List[Union[str, Any]], str, Any]]): A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. interactionStatistic: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used. workExample: (Optional[Union[List[Union[str, Any]], str, Any]]): Example/instance/realization/derivation of the concept of this creative work. E.g. the paperback edition, first edition, or e-book. about: (Optional[Union[List[Union[str, Any]], str, Any]]): The subject matter of the content. encodings: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. funder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports (sponsors) something through some kind of financial contribution. video: (Optional[Union[List[Union[str, Any]], str, Any]]): An embedded video object. isPartOf: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of. pattern: (Union[List[Union[str, Any]], str, Any]): A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'. Values are typically expressed as text, although links to controlled value schemes are also supported. editor: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies the Person who edited the CreativeWork. dateModified: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed. translationOfWork: (Optional[Union[List[Union[str, Any]], str, Any]]): The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the Origin of Species”. creativeWorkStatus: (Union[List[Union[str, Any]], str, Any]): The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle. isBasedOnUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. isFamilyFriendly: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates whether this content is family friendly. isAccessibleForFree: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the item, event, or place is accessible for free. author: (Optional[Union[List[Union[str, Any]], str, Any]]): The author of this content or rating. 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. contentReferenceTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event. correction: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]], textually or in another document. sdDatePublished: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): Indicates the date on which the current structured data was generated / published. Typically used alongside [[sdPublisher]] comment: (Optional[Union[List[Union[str, Any]], str, Any]]): Comments, typically from users. countryOfOrigin: (Optional[Union[List[Union[str, Any]], str, Any]]): The country of origin of something, including products as well as creative works such as movie and TV content.In the case of TV and movie, this would be the country of the principle offices of the production company or individual responsible for the movie. For other kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties such as [[contentLocation]] and [[locationCreated]] may be more applicable.In the case of products, the country of origin of the product. The exact interpretation of this may vary by context and product type, and cannot be fully enumerated here. timeRequired: (Optional[Union[List[Union[str, Any]], str, Any]]): Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. 'PT30M', 'PT1H25M'. typicalAgeRange: (Union[List[Union[str, Any]], str, Any]): The typical expected age range, e.g. '7-9', '11-'. genre: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Genre of the creative work, broadcast channel or group. producer: (Optional[Union[List[Union[str, Any]], str, Any]]): The person or organization who produced the work (e.g. music album, movie, TV/radio series etc.). schemaVersion: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Indicates (by URL or string) a particular version of a schema used in some CreativeWork. This property was created primarily to indicate the use of a specific schema.org release, e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```. There may be situations in which other schemas might usefully be referenced this way, e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/``` but this has not been carefully explored in the community. audience: (Optional[Union[List[Union[str, Any]], str, Any]]): An intended audience, i.e. a group for whom something was created. encoding: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. This property is a synonym for associatedMedia. publisherImprint: (Optional[Union[List[Union[str, Any]], str, Any]]): The publishing division which published the comic. accessibilityAPI: (Union[List[Union[str, Any]], str, Any]): Indicates that the resource is compatible with the referenced accessibility API. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary). sdPublisher: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The[[sdPublisher]] property helps make such practices more explicit. audio: (Optional[Union[List[Union[str, Any]], str, Any]]): An embedded audio object. accessibilityFeature: (Union[List[Union[str, Any]], str, Any]): Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary). spatialCoverage: (Optional[Union[List[Union[str, Any]], str, Any]]): The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York. accessMode: (Union[List[Union[str, Any]], str, Any]): The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary). editEIDR: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing a specific edit / edition for a work of film or television.For example, the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J" has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".Since schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description. usageInfo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]. This property is applicable both to works that are freely available and to those that require payment or other transactions. It can reference additional information, e.g. community expectations on preferred linking and citation conventions, as well as purchasing details. For something that can be commercially licensed, usageInfo can provide detailed, resource-specific information about licensing options.This property can be used alongside the license property which indicates license(s) applicable to some piece of content. The usageInfo property can provide information about other licensing options, e.g. acquiring commercial usage rights for an image that is also available under non-commercial creative commons licenses. position: (Union[List[Union[str, int, Any]], str, int, Any]): The position of an item in a series or sequence of items. encodingFormat: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml) and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)), e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.In cases where a [[CreativeWork]] has several media type representations, [[encoding]] can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]] information.Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry. copyrightYear: (Optional[Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]]): The year during which the claimed copyright for the CreativeWork was first asserted. mainEntity: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the primary entity described in some page or other CreativeWork. creator: (Optional[Union[List[Union[str, Any]], str, Any]]): The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork. teaches: (Union[List[Union[str, Any]], str, Any]): The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term. temporal: (Union[List[Union[datetime, str, Any]], datetime, str, Any]): The "temporal" property can be used in cases where more specific properties(e.g. [[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]]) are not known to be appropriate. size: (Union[List[Union[str, Any]], str, Any]): A standardized size of a product or creative work, specified either through a simple textual string (for example 'XL', '32Wx34L'), a QuantitativeValue with a unitCode, or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]], [[height]], [[depth]] and [[weight]] properties may be more applicable. translator: (Optional[Union[List[Union[str, Any]], str, Any]]): Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. accountablePerson: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies the Person that is legally accountable for the CreativeWork. accessibilityHazard: (Union[List[Union[str, Any]], str, Any]): A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary). contentRating: (Union[List[Union[str, Any]], str, Any]): Official rating of a piece of content&#x2014;for example, 'MPAA PG-13'. recordedAt: (Optional[Union[List[Union[str, Any]], str, Any]]): The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event. publication: (Optional[Union[List[Union[str, Any]], str, Any]]): A publication event associated with the item. sdLicense: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A license document that applies to this structured data, typically indicated by URL. headline: (Union[List[Union[str, Any]], str, Any]): Headline of the article. materialExtent: (Union[List[Union[str, Any]], str, Any]): The quantity of the materials being described or an expression of the physical space they occupy. inLanguage: (Union[List[Union[str, Any]], str, Any]): 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](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]]. material: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): A material that something is made from, e.g. leather, wool, cotton, paper. datePublished: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): Date of first broadcast/publication. offers: (Optional[Union[List[Union[str, Any]], str, Any]]): An offer to provide this item&#x2014;for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer. hasPart: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense). sourceOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): The Organization on whose behalf the creator was working. sponsor: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event. character: (Optional[Union[List[Union[str, Any]], str, Any]]): Fictional person connected with a creative work. xpath: (Union[List[Union[str, Any]], str, Any]): An XPath, e.g. of a [[SpeakableSpecification]] or [[WebPageElement]]. In the latter case, multiple matches within a page can constitute a single conceptual "Web page element". cssSelector: (Union[List[Union[str, Any]], str, Any]): A CSS selector, e.g. of a [[SpeakableSpecification]] or [[WebPageElement]]. In the latter case, multiple matches within a page can constitute a single conceptual "Web page element". """ type_: str = Field(default="SiteNavigationElement", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) workTranslation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation" "“Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese" "translation Tây du ký bình khảo.", ) educationalLevel: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The level in terms of progression through an educational or training context. Examples" "of educational levels include 'beginner', 'intermediate' or 'advanced', and formal" "sets of level indicators.", ) associatedMedia: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork. This property is a synonym for encoding.", ) exampleOfWork: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A creative work that this work is an example/instance/realization/derivation of.", ) releasedEvent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The place and time the release was issued, expressed as a PublicationEvent.", ) version: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The version of the CreativeWork embodied by a specified resource.", ) locationCreated: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The location where the CreativeWork was created, which may not be the same as the location" "depicted in the CreativeWork.", ) acquireLicensePage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page documenting how licenses can be purchased or otherwise acquired, for" "the current item.", ) thumbnailUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A thumbnail image relevant to the Thing.", ) provider: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) expires: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="Date the content expires and is no longer useful or available. For example a [[VideoObject]]" "or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]]" "fact check whose publisher wants to indicate that it may no longer be relevant (or helpful" "to highlight) after some date.", ) contentLocation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The location depicted or described in the content. For example, the location in a photograph" "or painting.", ) educationalUse: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The purpose of a work in the context of education; for example, 'assignment', 'group" "work'.", ) copyrightHolder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The party holding the legal copyright to the CreativeWork.", ) accessibilityControl: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Identifies input methods that are sufficient to fully control the described resource." "Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary).", ) maintainer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other" "[[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions" "to, and/or publication of, some (typically complex) artifact. It is common for distributions" 'of software and data to be based on "upstream" sources. When [[maintainer]] is applied' "to a specific version of something e.g. a particular version or packaging of a [[Dataset]]," "it is always possible that the upstream source has a different maintainer. The [[isBasedOn]]" "property can be used to indicate such relationships between datasets to make the different" "maintenance roles clear. Similarly in the case of software, a package may have dedicated" "maintainers working on integration into software distributions such as Ubuntu, as" "well as upstream maintainers of the underlying work.", ) educationalAlignment: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An alignment to an established educational framework.This property should not be used" "where the nature of the alignment can be described using a simple property, for example" "to express that a resource [[teaches]] or [[assesses]] a competency.", ) spatial: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description='The "spatial" property can be used in cases when more specific properties(e.g. [[locationCreated]],' "[[spatialCoverage]], [[contentLocation]]) are not known to be appropriate.", ) publisher: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The publisher of the creative work.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) assesses: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The item being described is intended to assess the competency or learning outcome defined" "by the referenced term.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) isBasedOn: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A resource from which this work is derived or from which it is a modification or adaption.", ) mentions: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates that the CreativeWork contains a reference to, but is not necessarily about" "a concept.", ) publishingPrinciples: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="The publishingPrinciples property indicates (typically via [[URL]]) a document describing" "the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]]" "writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity" "policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles" "are those of the party primarily responsible for the creation of the [[CreativeWork]].While" "such policies are most typically expressed in natural language, sometimes related" "information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.", ) contributor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A secondary contributor to the CreativeWork or Event.", ) license: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A license document that applies to this content, typically indicated by URL.", ) citation: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A citation or reference to another creative work, such as another publication, web page," "scholarly article, etc.", ) accessibilitySummary: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A human-readable summary of specific accessibility features or deficiencies, consistent" 'with the other accessibility metadata but expressing subtleties such as "short descriptions' 'are present but long descriptions will be needed for non-visual users" or "short descriptions' 'are present and no long descriptions are needed."', ) award: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An award won by or for this item.", ) commentCount: Optional[Union[List[Union[str, int, Any]], str, int, Any]] = Field( default=None, description="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.", ) temporalCoverage: Union[ List[Union[datetime, str, Any, AnyUrl]], datetime, str, Any, AnyUrl ] = Field( default=None, description="The temporalCoverage of a CreativeWork indicates the period that the content applies" "to, i.e. that it describes, either as a DateTime or as a textual string indicating a time" "period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals)." "In the case of a Dataset it will typically indicate the relevant time period in a precise" 'notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012").' "Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate" "their temporalCoverage in broader terms - textually or via well-known URL. Written" "works such as books may sometimes have precise temporal coverage too, e.g. a work set" 'in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".Open-ended' 'date ranges can be written with ".." in place of the end date. For example, "2015-11/.."' "indicates a range beginning in November 2015 and with no specified final date. This is" "tentative and might be updated in future when ISO 8601 is officially updated.", ) dateCreated: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="The date on which the CreativeWork was created or the item was added to a DataFeed.", ) discussionUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A link to the page containing the comments of the CreativeWork.", ) copyrightNotice: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Text of a notice appropriate for describing the copyright aspects of this Creative Work," "ideally indicating the owner of the copyright for the Work.", ) learningResourceType: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The predominant type or kind characterizing the learning resource. For example, 'presentation'," "'handout'.", ) awards: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Awards won by or for this item.", ) accessModeSufficient: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A list of single or combined accessModes that are sufficient to understand all the intellectual" "content of a resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary).", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) conditionsOfAccess: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Conditions that affect the availability of, or method(s) of access to, an item. Typically" "used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]." "This property is not suitable for use as a general Web access control mechanism. It is" 'expressed only in natural language.For example "Available by appointment from the' 'Reading Room" or "Accessible only from logged-in accounts ".', ) interactivityType: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The predominant mode of learning supported by the learning resource. Acceptable values" "are 'active', 'expositive', or 'mixed'.", ) abstract: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An abstract is a short description that summarizes a [[CreativeWork]].", ) fileFormat: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml))" "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. Unregistered or niche" "file formats can be indicated instead via the most appropriate URL, e.g. defining Web" "page or a Wikipedia entry.", ) interpretedAsClaim: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Used to indicate a specific claim contained, implied, translated or refined from the" "content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can" "be indicated using [[claimInterpreter]].", ) text: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The textual content of this CreativeWork.", ) archivedAt: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case" "of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible," "but be archived by archival, journalistic, activist, or law enforcement organizations." "In such cases, the referenced page may not directly publish the content.", ) alternativeHeadline: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A secondary title of the CreativeWork.", ) creditText: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Text that can be used to credit person(s) and/or organization(s) associated with a published" "Creative Work.", ) funding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A [[Grant]] that directly or indirectly provide funding or sponsorship for this item." "See also [[ownershipFundingInfo]].", ) interactionStatistic: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of interactions for the CreativeWork using the WebSite or SoftwareApplication." "The most specific child type of InteractionCounter should be used.", ) workExample: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Example/instance/realization/derivation of the concept of this creative work. E.g." "the paperback edition, first edition, or e-book.", ) about: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The subject matter of the content.", ) encodings: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork.", ) funder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports (sponsors) something through some kind of financial" "contribution.", ) video: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An embedded video object.", ) isPartOf: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is" "part of.", ) pattern: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'." "Values are typically expressed as text, although links to controlled value schemes" "are also supported.", ) editor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies the Person who edited the CreativeWork.", ) dateModified: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="The date on which the CreativeWork was most recently modified or when the item's entry" "was modified within a DataFeed.", ) translationOfWork: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the" "Origin of Species”.", ) creativeWorkStatus: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The status of a creative work in terms of its stage in a lifecycle. Example terms include" "Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for" "the stages of their publication lifecycle.", ) isBasedOnUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) isFamilyFriendly: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates whether this content is family friendly.", ) isAccessibleForFree: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the item, event, or place is accessible for free.", ) author: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The author of this content or rating. 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.", ) contentReferenceTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="The specific time described by a creative work, for works (e.g. articles, video objects" "etc.) that emphasise a particular moment within an Event.", ) correction: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]]," "textually or in another document.", ) sdDatePublished: Optional[ Union[List[Union[str, Any, date]], str, Any, date] ] = Field( default=None, description="Indicates the date on which the current structured data was generated / published. Typically" "used alongside [[sdPublisher]]", ) comment: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Comments, typically from users.", ) countryOfOrigin: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The country of origin of something, including products as well as creative works such" "as movie and TV content.In the case of TV and movie, this would be the country of the principle" "offices of the production company or individual responsible for the movie. For other" "kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties" "such as [[contentLocation]] and [[locationCreated]] may be more applicable.In the" "case of products, the country of origin of the product. The exact interpretation of this" "may vary by context and product type, and cannot be fully enumerated here.", ) timeRequired: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Approximate or typical time it takes to work with or through this learning resource for" "the typical intended target audience, e.g. 'PT30M', 'PT1H25M'.", ) typicalAgeRange: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The typical expected age range, e.g. '7-9', '11-'.", ) genre: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Genre of the creative work, broadcast channel or group.", ) producer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The person or organization who produced the work (e.g. music album, movie, TV/radio" "series etc.).", ) schemaVersion: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Indicates (by URL or string) a particular version of a schema used in some CreativeWork." "This property was created primarily to indicate the use of a specific schema.org release," "e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```." "There may be situations in which other schemas might usefully be referenced this way," "e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/```" "but this has not been carefully explored in the community.", ) audience: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An intended audience, i.e. a group for whom something was created.", ) encoding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.", ) publisherImprint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The publishing division which published the comic.", ) accessibilityAPI: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Indicates that the resource is compatible with the referenced accessibility API. Values" "should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary).", ) sdPublisher: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the party responsible for generating and publishing the current structured" "data markup, typically in cases where the structured data is derived automatically" "from existing published content but published on a different site. For example, student" "projects and open data initiatives often re-publish existing content with more explicitly" "structured metadata. The[[sdPublisher]] property helps make such practices more" "explicit.", ) audio: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An embedded audio object.", ) accessibilityFeature: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Content features of the resource, such as accessible media, alternatives and supported" "enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary).", ) spatialCoverage: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of" "the content. It is a subproperty of contentLocation intended primarily for more technical" "and detailed materials. For example with a Dataset, it indicates areas that the dataset" "describes: a dataset of New York weather would have spatialCoverage which was the place:" "the state of New York.", ) accessMode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The human sensory perceptual system or cognitive faculty through which a person may" "process or perceive information. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary).", ) editEIDR: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]]" "representing a specific edit / edition for a work of film or television.For example," 'the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J"' 'has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".Since' "schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their" "multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description)," "or alongside [[editEIDR]] for a more edit-specific description.", ) usageInfo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]." "This property is applicable both to works that are freely available and to those that" "require payment or other transactions. It can reference additional information, e.g." "community expectations on preferred linking and citation conventions, as well as purchasing" "details. For something that can be commercially licensed, usageInfo can provide detailed," "resource-specific information about licensing options.This property can be used" "alongside the license property which indicates license(s) applicable to some piece" "of content. The usageInfo property can provide information about other licensing options," "e.g. acquiring commercial usage rights for an image that is also available under non-commercial" "creative commons licenses.", ) position: Union[List[Union[str, int, Any]], str, int, Any] = Field( default=None, description="The position of an item in a series or sequence of items.", ) encodingFormat: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)" "and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types))," "e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.In" "cases where a [[CreativeWork]] has several media type representations, [[encoding]]" "can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]]" "information.Unregistered or niche encoding and file formats can be indicated instead" "via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.", ) copyrightYear: Optional[ Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat, ] ] = Field( default=None, description="The year during which the claimed copyright for the CreativeWork was first asserted.", ) mainEntity: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the primary entity described in some page or other CreativeWork.", ) creator: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The creator/author of this CreativeWork. This is the same as the Author property for" "CreativeWork.", ) teaches: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The item being described is intended to help a person learn the competency or learning" "outcome defined by the referenced term.", ) temporal: Union[List[Union[datetime, str, Any]], datetime, str, Any] = Field( default=None, description='The "temporal" property can be used in cases where more specific properties(e.g.' "[[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]])" "are not known to be appropriate.", ) size: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A standardized size of a product or creative work, specified either through a simple" "textual string (for example 'XL', '32Wx34L'), a QuantitativeValue with a unitCode," "or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]]," "[[height]], [[depth]] and [[weight]] properties may be more applicable.", ) translator: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Organization or person who adapts a creative work to different languages, regional" "differences and technical requirements of a target market, or that translates during" "some event.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) accountablePerson: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies the Person that is legally accountable for the CreativeWork.", ) accessibilityHazard: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A characteristic of the described resource that is physiologically dangerous to some" "users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary).", ) contentRating: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Official rating of a piece of content&#x2014;for example, 'MPAA PG-13'.", ) recordedAt: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The Event where the CreativeWork was recorded. The CreativeWork may capture all or part" "of the event.", ) publication: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A publication event associated with the item.", ) sdLicense: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A license document that applies to this structured data, typically indicated by URL.", ) headline: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Headline of the article.", ) materialExtent: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The quantity of the materials being described or an expression of the physical space" "they occupy.", ) inLanguage: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="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](http://tools.ietf.org/html/bcp47). See also" "[[availableLanguage]].", ) material: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="A material that something is made from, e.g. leather, wool, cotton, paper.", ) datePublished: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="Date of first broadcast/publication.", ) offers: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An offer to provide this item&#x2014;for example, an offer to sell a product, rent the" "DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]]" "to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can" "also be used to describe a [[Demand]]. While this property is listed as expected on a number" "of common types, it can be used in others. In that case, using a second type, such as Product" "or a subtype of Product, can clarify the nature of the offer.", ) hasPart: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some" "sense).", ) sourceOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The Organization on whose behalf the creator was working.", ) sponsor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports a thing through a pledge, promise, or financial" "contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.", ) character: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Fictional person connected with a creative work.", ) xpath: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An XPath, e.g. of a [[SpeakableSpecification]] or [[WebPageElement]]. In the latter" 'case, multiple matches within a page can constitute a single conceptual "Web page element".', ) cssSelector: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A CSS selector, e.g. of a [[SpeakableSpecification]] or [[WebPageElement]]. In the" 'latter case, multiple matches within a page can constitute a single conceptual "Web' 'page element".', )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/SiteNavigationElement.py
0.932323
0.324128
SiteNavigationElement.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class CorrectionComment(BaseModel): """A [[comment]] that corrects [[CreativeWork]]. References: https://schema.org/CorrectionComment Note: Model Depth 4 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. workTranslation: (Optional[Union[List[Union[str, Any]], str, Any]]): A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation “Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese translation Tây du ký bình khảo. educationalLevel: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators. associatedMedia: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. This property is a synonym for encoding. exampleOfWork: (Optional[Union[List[Union[str, Any]], str, Any]]): A creative work that this work is an example/instance/realization/derivation of. releasedEvent: (Optional[Union[List[Union[str, Any]], str, Any]]): The place and time the release was issued, expressed as a PublicationEvent. version: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The version of the CreativeWork embodied by a specified resource. locationCreated: (Optional[Union[List[Union[str, Any]], str, Any]]): The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork. acquireLicensePage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page documenting how licenses can be purchased or otherwise acquired, for the current item. thumbnailUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A thumbnail image relevant to the Thing. provider: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. expires: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): Date the content expires and is no longer useful or available. For example a [[VideoObject]] or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]] fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date. contentLocation: (Optional[Union[List[Union[str, Any]], str, Any]]): The location depicted or described in the content. For example, the location in a photograph or painting. educationalUse: (Union[List[Union[str, Any]], str, Any]): The purpose of a work in the context of education; for example, 'assignment', 'group work'. copyrightHolder: (Optional[Union[List[Union[str, Any]], str, Any]]): The party holding the legal copyright to the CreativeWork. accessibilityControl: (Union[List[Union[str, Any]], str, Any]): Identifies input methods that are sufficient to fully control the described resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary). maintainer: (Optional[Union[List[Union[str, Any]], str, Any]]): A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other [[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions to, and/or publication of, some (typically complex) artifact. It is common for distributions of software and data to be based on "upstream" sources. When [[maintainer]] is applied to a specific version of something e.g. a particular version or packaging of a [[Dataset]], it is always possible that the upstream source has a different maintainer. The [[isBasedOn]] property can be used to indicate such relationships between datasets to make the different maintenance roles clear. Similarly in the case of software, a package may have dedicated maintainers working on integration into software distributions such as Ubuntu, as well as upstream maintainers of the underlying work. educationalAlignment: (Optional[Union[List[Union[str, Any]], str, Any]]): An alignment to an established educational framework.This property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource [[teaches]] or [[assesses]] a competency. spatial: (Optional[Union[List[Union[str, Any]], str, Any]]): The "spatial" property can be used in cases when more specific properties(e.g. [[locationCreated]], [[spatialCoverage]], [[contentLocation]]) are not known to be appropriate. publisher: (Optional[Union[List[Union[str, Any]], str, Any]]): The publisher of the creative work. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. assesses: (Union[List[Union[str, Any]], str, Any]): The item being described is intended to assess the competency or learning outcome defined by the referenced term. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. isBasedOn: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A resource from which this work is derived or from which it is a modification or adaption. mentions: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept. publishingPrinciples: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. contributor: (Optional[Union[List[Union[str, Any]], str, Any]]): A secondary contributor to the CreativeWork or Event. license: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A license document that applies to this content, typically indicated by URL. citation: (Union[List[Union[str, Any]], str, Any]): A citation or reference to another creative work, such as another publication, web page, scholarly article, etc. accessibilitySummary: (Union[List[Union[str, Any]], str, Any]): A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as "short descriptions are present but long descriptions will be needed for non-visual users" or "short descriptions are present and no long descriptions are needed." award: (Union[List[Union[str, Any]], str, Any]): An award won by or for this item. commentCount: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): 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. temporalCoverage: (Union[List[Union[datetime, str, Any, AnyUrl]], datetime, str, Any, AnyUrl]): The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals). In the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012"). Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate their temporalCoverage in broader terms - textually or via well-known URL. Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".Open-ended date ranges can be written with ".." in place of the end date. For example, "2015-11/.." indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated. dateCreated: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): The date on which the CreativeWork was created or the item was added to a DataFeed. discussionUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A link to the page containing the comments of the CreativeWork. copyrightNotice: (Union[List[Union[str, Any]], str, Any]): Text of a notice appropriate for describing the copyright aspects of this Creative Work, ideally indicating the owner of the copyright for the Work. learningResourceType: (Union[List[Union[str, Any]], str, Any]): The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'. awards: (Union[List[Union[str, Any]], str, Any]): Awards won by or for this item. accessModeSufficient: (Optional[Union[List[Union[str, Any]], str, Any]]): A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary). review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. conditionsOfAccess: (Union[List[Union[str, Any]], str, Any]): Conditions that affect the availability of, or method(s) of access to, an item. Typically used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]. This property is not suitable for use as a general Web access control mechanism. It is expressed only in natural language.For example "Available by appointment from the Reading Room" or "Accessible only from logged-in accounts ". interactivityType: (Union[List[Union[str, Any]], str, Any]): The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'. abstract: (Union[List[Union[str, Any]], str, Any]): An abstract is a short description that summarizes a [[CreativeWork]]. fileFormat: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)) 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. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry. interpretedAsClaim: (Optional[Union[List[Union[str, Any]], str, Any]]): Used to indicate a specific claim contained, implied, translated or refined from the content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can be indicated using [[claimInterpreter]]. text: (Union[List[Union[str, Any]], str, Any]): The textual content of this CreativeWork. archivedAt: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible, but be archived by archival, journalistic, activist, or law enforcement organizations. In such cases, the referenced page may not directly publish the content. alternativeHeadline: (Union[List[Union[str, Any]], str, Any]): A secondary title of the CreativeWork. creditText: (Union[List[Union[str, Any]], str, Any]): Text that can be used to credit person(s) and/or organization(s) associated with a published Creative Work. funding: (Optional[Union[List[Union[str, Any]], str, Any]]): A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. interactionStatistic: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used. workExample: (Optional[Union[List[Union[str, Any]], str, Any]]): Example/instance/realization/derivation of the concept of this creative work. E.g. the paperback edition, first edition, or e-book. about: (Optional[Union[List[Union[str, Any]], str, Any]]): The subject matter of the content. encodings: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. funder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports (sponsors) something through some kind of financial contribution. video: (Optional[Union[List[Union[str, Any]], str, Any]]): An embedded video object. isPartOf: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of. pattern: (Union[List[Union[str, Any]], str, Any]): A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'. Values are typically expressed as text, although links to controlled value schemes are also supported. editor: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies the Person who edited the CreativeWork. dateModified: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed. translationOfWork: (Optional[Union[List[Union[str, Any]], str, Any]]): The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the Origin of Species”. creativeWorkStatus: (Union[List[Union[str, Any]], str, Any]): The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle. isBasedOnUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. isFamilyFriendly: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates whether this content is family friendly. isAccessibleForFree: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the item, event, or place is accessible for free. author: (Optional[Union[List[Union[str, Any]], str, Any]]): The author of this content or rating. 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. contentReferenceTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event. correction: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]], textually or in another document. sdDatePublished: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): Indicates the date on which the current structured data was generated / published. Typically used alongside [[sdPublisher]] comment: (Optional[Union[List[Union[str, Any]], str, Any]]): Comments, typically from users. countryOfOrigin: (Optional[Union[List[Union[str, Any]], str, Any]]): The country of origin of something, including products as well as creative works such as movie and TV content.In the case of TV and movie, this would be the country of the principle offices of the production company or individual responsible for the movie. For other kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties such as [[contentLocation]] and [[locationCreated]] may be more applicable.In the case of products, the country of origin of the product. The exact interpretation of this may vary by context and product type, and cannot be fully enumerated here. timeRequired: (Optional[Union[List[Union[str, Any]], str, Any]]): Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. 'PT30M', 'PT1H25M'. typicalAgeRange: (Union[List[Union[str, Any]], str, Any]): The typical expected age range, e.g. '7-9', '11-'. genre: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Genre of the creative work, broadcast channel or group. producer: (Optional[Union[List[Union[str, Any]], str, Any]]): The person or organization who produced the work (e.g. music album, movie, TV/radio series etc.). schemaVersion: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Indicates (by URL or string) a particular version of a schema used in some CreativeWork. This property was created primarily to indicate the use of a specific schema.org release, e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```. There may be situations in which other schemas might usefully be referenced this way, e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/``` but this has not been carefully explored in the community. audience: (Optional[Union[List[Union[str, Any]], str, Any]]): An intended audience, i.e. a group for whom something was created. encoding: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. This property is a synonym for associatedMedia. publisherImprint: (Optional[Union[List[Union[str, Any]], str, Any]]): The publishing division which published the comic. accessibilityAPI: (Union[List[Union[str, Any]], str, Any]): Indicates that the resource is compatible with the referenced accessibility API. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary). sdPublisher: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The[[sdPublisher]] property helps make such practices more explicit. audio: (Optional[Union[List[Union[str, Any]], str, Any]]): An embedded audio object. accessibilityFeature: (Union[List[Union[str, Any]], str, Any]): Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary). spatialCoverage: (Optional[Union[List[Union[str, Any]], str, Any]]): The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York. accessMode: (Union[List[Union[str, Any]], str, Any]): The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary). editEIDR: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing a specific edit / edition for a work of film or television.For example, the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J" has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".Since schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description. usageInfo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]. This property is applicable both to works that are freely available and to those that require payment or other transactions. It can reference additional information, e.g. community expectations on preferred linking and citation conventions, as well as purchasing details. For something that can be commercially licensed, usageInfo can provide detailed, resource-specific information about licensing options.This property can be used alongside the license property which indicates license(s) applicable to some piece of content. The usageInfo property can provide information about other licensing options, e.g. acquiring commercial usage rights for an image that is also available under non-commercial creative commons licenses. position: (Union[List[Union[str, int, Any]], str, int, Any]): The position of an item in a series or sequence of items. encodingFormat: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml) and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)), e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.In cases where a [[CreativeWork]] has several media type representations, [[encoding]] can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]] information.Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry. copyrightYear: (Optional[Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]]): The year during which the claimed copyright for the CreativeWork was first asserted. mainEntity: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the primary entity described in some page or other CreativeWork. creator: (Optional[Union[List[Union[str, Any]], str, Any]]): The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork. teaches: (Union[List[Union[str, Any]], str, Any]): The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term. temporal: (Union[List[Union[datetime, str, Any]], datetime, str, Any]): The "temporal" property can be used in cases where more specific properties(e.g. [[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]]) are not known to be appropriate. size: (Union[List[Union[str, Any]], str, Any]): A standardized size of a product or creative work, specified either through a simple textual string (for example 'XL', '32Wx34L'), a QuantitativeValue with a unitCode, or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]], [[height]], [[depth]] and [[weight]] properties may be more applicable. translator: (Optional[Union[List[Union[str, Any]], str, Any]]): Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. accountablePerson: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies the Person that is legally accountable for the CreativeWork. accessibilityHazard: (Union[List[Union[str, Any]], str, Any]): A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary). contentRating: (Union[List[Union[str, Any]], str, Any]): Official rating of a piece of content&#x2014;for example, 'MPAA PG-13'. recordedAt: (Optional[Union[List[Union[str, Any]], str, Any]]): The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event. publication: (Optional[Union[List[Union[str, Any]], str, Any]]): A publication event associated with the item. sdLicense: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A license document that applies to this structured data, typically indicated by URL. headline: (Union[List[Union[str, Any]], str, Any]): Headline of the article. materialExtent: (Union[List[Union[str, Any]], str, Any]): The quantity of the materials being described or an expression of the physical space they occupy. inLanguage: (Union[List[Union[str, Any]], str, Any]): 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](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]]. material: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): A material that something is made from, e.g. leather, wool, cotton, paper. datePublished: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): Date of first broadcast/publication. offers: (Optional[Union[List[Union[str, Any]], str, Any]]): An offer to provide this item&#x2014;for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer. hasPart: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense). sourceOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): The Organization on whose behalf the creator was working. sponsor: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event. character: (Optional[Union[List[Union[str, Any]], str, Any]]): Fictional person connected with a creative work. parentItem: (Optional[Union[List[Union[str, Any]], str, Any]]): The parent of a question, answer or item in general. downvoteCount: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): The number of downvotes this question, answer or comment has received from the community. upvoteCount: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): The number of upvotes this question, answer or comment has received from the community. """ type_: str = Field(default="CorrectionComment", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) workTranslation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation" "“Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese" "translation Tây du ký bình khảo.", ) educationalLevel: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The level in terms of progression through an educational or training context. Examples" "of educational levels include 'beginner', 'intermediate' or 'advanced', and formal" "sets of level indicators.", ) associatedMedia: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork. This property is a synonym for encoding.", ) exampleOfWork: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A creative work that this work is an example/instance/realization/derivation of.", ) releasedEvent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The place and time the release was issued, expressed as a PublicationEvent.", ) version: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The version of the CreativeWork embodied by a specified resource.", ) locationCreated: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The location where the CreativeWork was created, which may not be the same as the location" "depicted in the CreativeWork.", ) acquireLicensePage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page documenting how licenses can be purchased or otherwise acquired, for" "the current item.", ) thumbnailUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A thumbnail image relevant to the Thing.", ) provider: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) expires: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="Date the content expires and is no longer useful or available. For example a [[VideoObject]]" "or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]]" "fact check whose publisher wants to indicate that it may no longer be relevant (or helpful" "to highlight) after some date.", ) contentLocation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The location depicted or described in the content. For example, the location in a photograph" "or painting.", ) educationalUse: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The purpose of a work in the context of education; for example, 'assignment', 'group" "work'.", ) copyrightHolder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The party holding the legal copyright to the CreativeWork.", ) accessibilityControl: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Identifies input methods that are sufficient to fully control the described resource." "Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary).", ) maintainer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other" "[[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions" "to, and/or publication of, some (typically complex) artifact. It is common for distributions" 'of software and data to be based on "upstream" sources. When [[maintainer]] is applied' "to a specific version of something e.g. a particular version or packaging of a [[Dataset]]," "it is always possible that the upstream source has a different maintainer. The [[isBasedOn]]" "property can be used to indicate such relationships between datasets to make the different" "maintenance roles clear. Similarly in the case of software, a package may have dedicated" "maintainers working on integration into software distributions such as Ubuntu, as" "well as upstream maintainers of the underlying work.", ) educationalAlignment: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An alignment to an established educational framework.This property should not be used" "where the nature of the alignment can be described using a simple property, for example" "to express that a resource [[teaches]] or [[assesses]] a competency.", ) spatial: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description='The "spatial" property can be used in cases when more specific properties(e.g. [[locationCreated]],' "[[spatialCoverage]], [[contentLocation]]) are not known to be appropriate.", ) publisher: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The publisher of the creative work.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) assesses: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The item being described is intended to assess the competency or learning outcome defined" "by the referenced term.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) isBasedOn: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A resource from which this work is derived or from which it is a modification or adaption.", ) mentions: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates that the CreativeWork contains a reference to, but is not necessarily about" "a concept.", ) publishingPrinciples: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="The publishingPrinciples property indicates (typically via [[URL]]) a document describing" "the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]]" "writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity" "policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles" "are those of the party primarily responsible for the creation of the [[CreativeWork]].While" "such policies are most typically expressed in natural language, sometimes related" "information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.", ) contributor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A secondary contributor to the CreativeWork or Event.", ) license: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A license document that applies to this content, typically indicated by URL.", ) citation: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A citation or reference to another creative work, such as another publication, web page," "scholarly article, etc.", ) accessibilitySummary: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A human-readable summary of specific accessibility features or deficiencies, consistent" 'with the other accessibility metadata but expressing subtleties such as "short descriptions' 'are present but long descriptions will be needed for non-visual users" or "short descriptions' 'are present and no long descriptions are needed."', ) award: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An award won by or for this item.", ) commentCount: Optional[Union[List[Union[str, int, Any]], str, int, Any]] = Field( default=None, description="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.", ) temporalCoverage: Union[ List[Union[datetime, str, Any, AnyUrl]], datetime, str, Any, AnyUrl ] = Field( default=None, description="The temporalCoverage of a CreativeWork indicates the period that the content applies" "to, i.e. that it describes, either as a DateTime or as a textual string indicating a time" "period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals)." "In the case of a Dataset it will typically indicate the relevant time period in a precise" 'notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012").' "Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate" "their temporalCoverage in broader terms - textually or via well-known URL. Written" "works such as books may sometimes have precise temporal coverage too, e.g. a work set" 'in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".Open-ended' 'date ranges can be written with ".." in place of the end date. For example, "2015-11/.."' "indicates a range beginning in November 2015 and with no specified final date. This is" "tentative and might be updated in future when ISO 8601 is officially updated.", ) dateCreated: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="The date on which the CreativeWork was created or the item was added to a DataFeed.", ) discussionUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A link to the page containing the comments of the CreativeWork.", ) copyrightNotice: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Text of a notice appropriate for describing the copyright aspects of this Creative Work," "ideally indicating the owner of the copyright for the Work.", ) learningResourceType: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The predominant type or kind characterizing the learning resource. For example, 'presentation'," "'handout'.", ) awards: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Awards won by or for this item.", ) accessModeSufficient: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A list of single or combined accessModes that are sufficient to understand all the intellectual" "content of a resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary).", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) conditionsOfAccess: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Conditions that affect the availability of, or method(s) of access to, an item. Typically" "used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]." "This property is not suitable for use as a general Web access control mechanism. It is" 'expressed only in natural language.For example "Available by appointment from the' 'Reading Room" or "Accessible only from logged-in accounts ".', ) interactivityType: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The predominant mode of learning supported by the learning resource. Acceptable values" "are 'active', 'expositive', or 'mixed'.", ) abstract: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An abstract is a short description that summarizes a [[CreativeWork]].", ) fileFormat: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml))" "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. Unregistered or niche" "file formats can be indicated instead via the most appropriate URL, e.g. defining Web" "page or a Wikipedia entry.", ) interpretedAsClaim: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Used to indicate a specific claim contained, implied, translated or refined from the" "content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can" "be indicated using [[claimInterpreter]].", ) text: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The textual content of this CreativeWork.", ) archivedAt: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case" "of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible," "but be archived by archival, journalistic, activist, or law enforcement organizations." "In such cases, the referenced page may not directly publish the content.", ) alternativeHeadline: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A secondary title of the CreativeWork.", ) creditText: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Text that can be used to credit person(s) and/or organization(s) associated with a published" "Creative Work.", ) funding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A [[Grant]] that directly or indirectly provide funding or sponsorship for this item." "See also [[ownershipFundingInfo]].", ) interactionStatistic: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of interactions for the CreativeWork using the WebSite or SoftwareApplication." "The most specific child type of InteractionCounter should be used.", ) workExample: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Example/instance/realization/derivation of the concept of this creative work. E.g." "the paperback edition, first edition, or e-book.", ) about: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The subject matter of the content.", ) encodings: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork.", ) funder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports (sponsors) something through some kind of financial" "contribution.", ) video: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An embedded video object.", ) isPartOf: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is" "part of.", ) pattern: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'." "Values are typically expressed as text, although links to controlled value schemes" "are also supported.", ) editor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies the Person who edited the CreativeWork.", ) dateModified: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="The date on which the CreativeWork was most recently modified or when the item's entry" "was modified within a DataFeed.", ) translationOfWork: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the" "Origin of Species”.", ) creativeWorkStatus: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The status of a creative work in terms of its stage in a lifecycle. Example terms include" "Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for" "the stages of their publication lifecycle.", ) isBasedOnUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) isFamilyFriendly: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates whether this content is family friendly.", ) isAccessibleForFree: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the item, event, or place is accessible for free.", ) author: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The author of this content or rating. 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.", ) contentReferenceTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="The specific time described by a creative work, for works (e.g. articles, video objects" "etc.) that emphasise a particular moment within an Event.", ) correction: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]]," "textually or in another document.", ) sdDatePublished: Optional[ Union[List[Union[str, Any, date]], str, Any, date] ] = Field( default=None, description="Indicates the date on which the current structured data was generated / published. Typically" "used alongside [[sdPublisher]]", ) comment: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Comments, typically from users.", ) countryOfOrigin: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The country of origin of something, including products as well as creative works such" "as movie and TV content.In the case of TV and movie, this would be the country of the principle" "offices of the production company or individual responsible for the movie. For other" "kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties" "such as [[contentLocation]] and [[locationCreated]] may be more applicable.In the" "case of products, the country of origin of the product. The exact interpretation of this" "may vary by context and product type, and cannot be fully enumerated here.", ) timeRequired: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Approximate or typical time it takes to work with or through this learning resource for" "the typical intended target audience, e.g. 'PT30M', 'PT1H25M'.", ) typicalAgeRange: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The typical expected age range, e.g. '7-9', '11-'.", ) genre: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Genre of the creative work, broadcast channel or group.", ) producer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The person or organization who produced the work (e.g. music album, movie, TV/radio" "series etc.).", ) schemaVersion: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Indicates (by URL or string) a particular version of a schema used in some CreativeWork." "This property was created primarily to indicate the use of a specific schema.org release," "e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```." "There may be situations in which other schemas might usefully be referenced this way," "e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/```" "but this has not been carefully explored in the community.", ) audience: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An intended audience, i.e. a group for whom something was created.", ) encoding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.", ) publisherImprint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The publishing division which published the comic.", ) accessibilityAPI: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Indicates that the resource is compatible with the referenced accessibility API. Values" "should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary).", ) sdPublisher: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the party responsible for generating and publishing the current structured" "data markup, typically in cases where the structured data is derived automatically" "from existing published content but published on a different site. For example, student" "projects and open data initiatives often re-publish existing content with more explicitly" "structured metadata. The[[sdPublisher]] property helps make such practices more" "explicit.", ) audio: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An embedded audio object.", ) accessibilityFeature: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Content features of the resource, such as accessible media, alternatives and supported" "enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary).", ) spatialCoverage: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of" "the content. It is a subproperty of contentLocation intended primarily for more technical" "and detailed materials. For example with a Dataset, it indicates areas that the dataset" "describes: a dataset of New York weather would have spatialCoverage which was the place:" "the state of New York.", ) accessMode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The human sensory perceptual system or cognitive faculty through which a person may" "process or perceive information. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary).", ) editEIDR: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]]" "representing a specific edit / edition for a work of film or television.For example," 'the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J"' 'has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".Since' "schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their" "multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description)," "or alongside [[editEIDR]] for a more edit-specific description.", ) usageInfo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]." "This property is applicable both to works that are freely available and to those that" "require payment or other transactions. It can reference additional information, e.g." "community expectations on preferred linking and citation conventions, as well as purchasing" "details. For something that can be commercially licensed, usageInfo can provide detailed," "resource-specific information about licensing options.This property can be used" "alongside the license property which indicates license(s) applicable to some piece" "of content. The usageInfo property can provide information about other licensing options," "e.g. acquiring commercial usage rights for an image that is also available under non-commercial" "creative commons licenses.", ) position: Union[List[Union[str, int, Any]], str, int, Any] = Field( default=None, description="The position of an item in a series or sequence of items.", ) encodingFormat: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)" "and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types))," "e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.In" "cases where a [[CreativeWork]] has several media type representations, [[encoding]]" "can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]]" "information.Unregistered or niche encoding and file formats can be indicated instead" "via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.", ) copyrightYear: Optional[ Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat, ] ] = Field( default=None, description="The year during which the claimed copyright for the CreativeWork was first asserted.", ) mainEntity: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the primary entity described in some page or other CreativeWork.", ) creator: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The creator/author of this CreativeWork. This is the same as the Author property for" "CreativeWork.", ) teaches: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The item being described is intended to help a person learn the competency or learning" "outcome defined by the referenced term.", ) temporal: Union[List[Union[datetime, str, Any]], datetime, str, Any] = Field( default=None, description='The "temporal" property can be used in cases where more specific properties(e.g.' "[[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]])" "are not known to be appropriate.", ) size: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A standardized size of a product or creative work, specified either through a simple" "textual string (for example 'XL', '32Wx34L'), a QuantitativeValue with a unitCode," "or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]]," "[[height]], [[depth]] and [[weight]] properties may be more applicable.", ) translator: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Organization or person who adapts a creative work to different languages, regional" "differences and technical requirements of a target market, or that translates during" "some event.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) accountablePerson: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies the Person that is legally accountable for the CreativeWork.", ) accessibilityHazard: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A characteristic of the described resource that is physiologically dangerous to some" "users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary).", ) contentRating: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Official rating of a piece of content&#x2014;for example, 'MPAA PG-13'.", ) recordedAt: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The Event where the CreativeWork was recorded. The CreativeWork may capture all or part" "of the event.", ) publication: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A publication event associated with the item.", ) sdLicense: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A license document that applies to this structured data, typically indicated by URL.", ) headline: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Headline of the article.", ) materialExtent: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The quantity of the materials being described or an expression of the physical space" "they occupy.", ) inLanguage: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="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](http://tools.ietf.org/html/bcp47). See also" "[[availableLanguage]].", ) material: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="A material that something is made from, e.g. leather, wool, cotton, paper.", ) datePublished: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="Date of first broadcast/publication.", ) offers: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An offer to provide this item&#x2014;for example, an offer to sell a product, rent the" "DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]]" "to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can" "also be used to describe a [[Demand]]. While this property is listed as expected on a number" "of common types, it can be used in others. In that case, using a second type, such as Product" "or a subtype of Product, can clarify the nature of the offer.", ) hasPart: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some" "sense).", ) sourceOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The Organization on whose behalf the creator was working.", ) sponsor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports a thing through a pledge, promise, or financial" "contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.", ) character: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Fictional person connected with a creative work.", ) parentItem: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The parent of a question, answer or item in general.", ) downvoteCount: Optional[Union[List[Union[str, int, Any]], str, int, Any]] = Field( default=None, description="The number of downvotes this question, answer or comment has received from the community.", ) upvoteCount: Optional[Union[List[Union[str, int, Any]], str, int, Any]] = Field( default=None, description="The number of upvotes this question, answer or comment has received from the community.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/CorrectionComment.py
0.928088
0.322126
CorrectionComment.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class CDFormat(BaseModel): """CDFormat. References: https://schema.org/CDFormat Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="CDFormat", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/CDFormat.py
0.938513
0.304468
CDFormat.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class EBook(BaseModel): """Book format: Ebook. References: https://schema.org/EBook Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="EBook", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/EBook.py
0.941196
0.308672
EBook.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Volcano(BaseModel): """A volcano, like Fujisan. References: https://schema.org/Volcano Note: Model Depth 4 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. geoCovers: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a covering geometry to a covered geometry. "Every point of b is a point of (the interior or boundary of) a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). longitude: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)). smokingAllowed: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room. isicV4: (Union[List[Union[str, Any]], str, Any]): The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place. globalLocationNumber: (Union[List[Union[str, Any]], str, Any]): The [Global Location Number](http://www.gs1.org/gln) (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. amenityFeature: (Optional[Union[List[Union[str, Any]], str, Any]]): An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs. additionalProperty: (Optional[Union[List[Union[str, Any]], str, Any]]): A property-value pair representing an additional characteristic of the entity, 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. https://schema.org/width, https://schema.org/color, https://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism. slogan: (Union[List[Union[str, Any]], str, Any]): A slogan or motto associated with the item. photos: (Optional[Union[List[Union[str, Any]], str, Any]]): Photographs of this place. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. tourBookingPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A page providing information on how to book a tour of some [[Place]], such as an [[Accommodation]] or [[ApartmentComplex]] in a real estate setting, as well as other kinds of tours as appropriate. geoWithin: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). containsPlace: (Optional[Union[List[Union[str, Any]], str, Any]]): The basic containment relation between a place and another that it contains. review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. hasMap: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A URL to a map of the place. containedIn: (Optional[Union[List[Union[str, Any]], str, Any]]): The basic containment relation between a place and one that contains it. events: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past events associated with this place or organization. geoOverlaps: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). geoEquals: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). "Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other" (a symmetric relationship). maps: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A URL to a map of the place. isAccessibleForFree: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the item, event, or place is accessible for free. event: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past event associated with this place, organization, or action. photo: (Optional[Union[List[Union[str, Any]], str, Any]]): A photograph of this place. containedInPlace: (Optional[Union[List[Union[str, Any]], str, Any]]): The basic containment relation between a place and one that contains it. logo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An associated logo. geoCrosses: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to another that crosses it: "a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). address: (Union[List[Union[str, Any]], str, Any]): Physical address of the item. geo: (Optional[Union[List[Union[str, Any]], str, Any]]): The geo coordinates of the place. openingHoursSpecification: (Optional[Union[List[Union[str, Any]], str, Any]]): The opening hours of a certain place. geoDisjoint: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: "they have no point in common. They form a set of disconnected geometries." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).) geoIntersects: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). latitude: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)). maximumAttendeeCapacity: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): The total number of individuals that may attend an event or venue. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. map: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A URL to a map of the place. branchCode: (Union[List[Union[str, Any]], str, Any]): 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. faxNumber: (Union[List[Union[str, Any]], str, Any]): The fax number. publicAccess: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the [[Place]] is open to public visitors. If this property is omitted there is no assumed default boolean value geoTouches: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) touch: "they have at least one boundary point in common, but no interior points." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).) geoCoveredBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). telephone: (Union[List[Union[str, Any]], str, Any]): The telephone number. hasDriveThroughService: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates whether some facility (e.g. [[FoodEstablishment]], [[CovidTestingFacility]]) offers a service that can be used by driving through in a car. In the case of [[CovidTestingFacility]] such facilities could potentially help with social distancing from other potentially-infected users. specialOpeningHoursSpecification: (Optional[Union[List[Union[str, Any]], str, Any]]): The special opening hours of a certain place.Use this to explicitly override general opening hours brought in scope by [[openingHoursSpecification]] or [[openingHours]]. geoContains: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. "a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). """ type_: str = Field(default="Volcano", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) geoCovers: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" 'a covering geometry to a covered geometry. "Every point of b is a point of (the interior' 'or boundary of) a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', ) longitude: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).", ) smokingAllowed: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or" "hotel room.", ) isicV4: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The International Standard of Industrial Classification of All Economic Activities" "(ISIC), Revision 4 code for a particular organization, business person, or place.", ) globalLocationNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The [Global Location Number](http://www.gs1.org/gln) (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.", ) amenityFeature: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic" "property does not make a statement about whether the feature is included in an offer for" "the main accommodation or available at extra costs.", ) additionalProperty: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A property-value pair representing an additional characteristic of the entity, 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. https://schema.org/width, https://schema.org/color," "https://schema.org/gtin13, ...) will typically expect such data to be provided using" "those properties, rather than using the generic property/value mechanism.", ) slogan: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A slogan or motto associated with the item.", ) photos: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Photographs of this place.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) tourBookingPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A page providing information on how to book a tour of some [[Place]], such as an [[Accommodation]]" "or [[ApartmentComplex]] in a real estate setting, as well as other kinds of tours as appropriate.", ) geoWithin: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" "a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined" "in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) containsPlace: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The basic containment relation between a place and another that it contains.", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) hasMap: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A URL to a map of the place.", ) containedIn: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The basic containment relation between a place and one that contains it.", ) events: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past events associated with this place or organization.", ) geoOverlaps: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" "a geometry to another that geospatially overlaps it, i.e. they have some but not all points" "in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) geoEquals: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" "are topologically equal, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM)." '"Two geometries are topologically equal if their interiors intersect and no part of' 'the interior or boundary of one geometry intersects the exterior of the other" (a symmetric' "relationship).", ) maps: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A URL to a map of the place.", ) isAccessibleForFree: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the item, event, or place is accessible for free.", ) event: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past event associated with this place, organization, or action.", ) photo: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A photograph of this place.", ) containedInPlace: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The basic containment relation between a place and one that contains it.", ) logo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An associated logo.", ) geoCrosses: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" 'a geometry to another that crosses it: "a crosses b: they have some but not all interior' "points in common, and the dimension of the intersection is less than that of at least one" 'of them". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', ) address: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Physical address of the item.", ) geo: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The geo coordinates of the place.", ) openingHoursSpecification: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The opening hours of a certain place.", ) geoDisjoint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" 'are topologically disjoint: "they have no point in common. They form a set of disconnected' 'geometries." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)', ) geoIntersects: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" "have at least one point in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) latitude: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).", ) maximumAttendeeCapacity: Optional[ Union[List[Union[str, int, Any]], str, int, Any] ] = Field( default=None, description="The total number of individuals that may attend an event or venue.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) map: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A URL to a map of the place.", ) branchCode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description='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.', ) faxNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The fax number.", ) publicAccess: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the [[Place]] is open to public visitors. If this property is omitted" "there is no assumed default boolean value", ) geoTouches: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" 'touch: "they have at least one boundary point in common, but no interior points." (A' "symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)", ) geoCoveredBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" "a geometry to another that covers it. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) telephone: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The telephone number.", ) hasDriveThroughService: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates whether some facility (e.g. [[FoodEstablishment]], [[CovidTestingFacility]])" "offers a service that can be used by driving through in a car. In the case of [[CovidTestingFacility]]" "such facilities could potentially help with social distancing from other potentially-infected" "users.", ) specialOpeningHoursSpecification: Optional[ Union[List[Union[str, Any]], str, Any] ] = Field( default=None, description="The special opening hours of a certain place.Use this to explicitly override general" "opening hours brought in scope by [[openingHoursSpecification]] or [[openingHours]].", ) geoContains: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" 'a containing geometry to a contained geometry. "a contains b iff no points of b lie in' 'the exterior of a, and at least one point of the interior of b lies in the interior of a".' "As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Volcano.py
0.94528
0.526221
Volcano.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Flexibility(BaseModel): """Physical activity that is engaged in to improve joint and muscle flexibility. References: https://schema.org/Flexibility Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="Flexibility", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Flexibility.py
0.943315
0.317241
Flexibility.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class HyperToc(BaseModel): """A HyperToc represents a hypertext table of contents for complex media objects, such as [[VideoObject]], [[AudioObject]]. Items in the table of contents are indicated using the [[tocEntry]] property, and typed [[HyperTocEntry]]. For cases where the same larger work is split into multiple files, [[associatedMedia]] can be used on individual [[HyperTocEntry]] items. References: https://schema.org/HyperToc Note: Model Depth 3 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. workTranslation: (Optional[Union[List[Union[str, Any]], str, Any]]): A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation “Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese translation Tây du ký bình khảo. educationalLevel: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators. associatedMedia: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. This property is a synonym for encoding. exampleOfWork: (Optional[Union[List[Union[str, Any]], str, Any]]): A creative work that this work is an example/instance/realization/derivation of. releasedEvent: (Optional[Union[List[Union[str, Any]], str, Any]]): The place and time the release was issued, expressed as a PublicationEvent. version: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The version of the CreativeWork embodied by a specified resource. locationCreated: (Optional[Union[List[Union[str, Any]], str, Any]]): The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork. acquireLicensePage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page documenting how licenses can be purchased or otherwise acquired, for the current item. thumbnailUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A thumbnail image relevant to the Thing. provider: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. expires: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): Date the content expires and is no longer useful or available. For example a [[VideoObject]] or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]] fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date. contentLocation: (Optional[Union[List[Union[str, Any]], str, Any]]): The location depicted or described in the content. For example, the location in a photograph or painting. educationalUse: (Union[List[Union[str, Any]], str, Any]): The purpose of a work in the context of education; for example, 'assignment', 'group work'. copyrightHolder: (Optional[Union[List[Union[str, Any]], str, Any]]): The party holding the legal copyright to the CreativeWork. accessibilityControl: (Union[List[Union[str, Any]], str, Any]): Identifies input methods that are sufficient to fully control the described resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary). maintainer: (Optional[Union[List[Union[str, Any]], str, Any]]): A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other [[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions to, and/or publication of, some (typically complex) artifact. It is common for distributions of software and data to be based on "upstream" sources. When [[maintainer]] is applied to a specific version of something e.g. a particular version or packaging of a [[Dataset]], it is always possible that the upstream source has a different maintainer. The [[isBasedOn]] property can be used to indicate such relationships between datasets to make the different maintenance roles clear. Similarly in the case of software, a package may have dedicated maintainers working on integration into software distributions such as Ubuntu, as well as upstream maintainers of the underlying work. educationalAlignment: (Optional[Union[List[Union[str, Any]], str, Any]]): An alignment to an established educational framework.This property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource [[teaches]] or [[assesses]] a competency. spatial: (Optional[Union[List[Union[str, Any]], str, Any]]): The "spatial" property can be used in cases when more specific properties(e.g. [[locationCreated]], [[spatialCoverage]], [[contentLocation]]) are not known to be appropriate. publisher: (Optional[Union[List[Union[str, Any]], str, Any]]): The publisher of the creative work. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. assesses: (Union[List[Union[str, Any]], str, Any]): The item being described is intended to assess the competency or learning outcome defined by the referenced term. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. isBasedOn: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A resource from which this work is derived or from which it is a modification or adaption. mentions: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept. publishingPrinciples: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. contributor: (Optional[Union[List[Union[str, Any]], str, Any]]): A secondary contributor to the CreativeWork or Event. license: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A license document that applies to this content, typically indicated by URL. citation: (Union[List[Union[str, Any]], str, Any]): A citation or reference to another creative work, such as another publication, web page, scholarly article, etc. accessibilitySummary: (Union[List[Union[str, Any]], str, Any]): A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as "short descriptions are present but long descriptions will be needed for non-visual users" or "short descriptions are present and no long descriptions are needed." award: (Union[List[Union[str, Any]], str, Any]): An award won by or for this item. commentCount: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): 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. temporalCoverage: (Union[List[Union[datetime, str, Any, AnyUrl]], datetime, str, Any, AnyUrl]): The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals). In the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012"). Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate their temporalCoverage in broader terms - textually or via well-known URL. Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".Open-ended date ranges can be written with ".." in place of the end date. For example, "2015-11/.." indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated. dateCreated: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): The date on which the CreativeWork was created or the item was added to a DataFeed. discussionUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A link to the page containing the comments of the CreativeWork. copyrightNotice: (Union[List[Union[str, Any]], str, Any]): Text of a notice appropriate for describing the copyright aspects of this Creative Work, ideally indicating the owner of the copyright for the Work. learningResourceType: (Union[List[Union[str, Any]], str, Any]): The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'. awards: (Union[List[Union[str, Any]], str, Any]): Awards won by or for this item. accessModeSufficient: (Optional[Union[List[Union[str, Any]], str, Any]]): A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary). review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. conditionsOfAccess: (Union[List[Union[str, Any]], str, Any]): Conditions that affect the availability of, or method(s) of access to, an item. Typically used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]. This property is not suitable for use as a general Web access control mechanism. It is expressed only in natural language.For example "Available by appointment from the Reading Room" or "Accessible only from logged-in accounts ". interactivityType: (Union[List[Union[str, Any]], str, Any]): The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'. abstract: (Union[List[Union[str, Any]], str, Any]): An abstract is a short description that summarizes a [[CreativeWork]]. fileFormat: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)) 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. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry. interpretedAsClaim: (Optional[Union[List[Union[str, Any]], str, Any]]): Used to indicate a specific claim contained, implied, translated or refined from the content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can be indicated using [[claimInterpreter]]. text: (Union[List[Union[str, Any]], str, Any]): The textual content of this CreativeWork. archivedAt: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible, but be archived by archival, journalistic, activist, or law enforcement organizations. In such cases, the referenced page may not directly publish the content. alternativeHeadline: (Union[List[Union[str, Any]], str, Any]): A secondary title of the CreativeWork. creditText: (Union[List[Union[str, Any]], str, Any]): Text that can be used to credit person(s) and/or organization(s) associated with a published Creative Work. funding: (Optional[Union[List[Union[str, Any]], str, Any]]): A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. interactionStatistic: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used. workExample: (Optional[Union[List[Union[str, Any]], str, Any]]): Example/instance/realization/derivation of the concept of this creative work. E.g. the paperback edition, first edition, or e-book. about: (Optional[Union[List[Union[str, Any]], str, Any]]): The subject matter of the content. encodings: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. funder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports (sponsors) something through some kind of financial contribution. video: (Optional[Union[List[Union[str, Any]], str, Any]]): An embedded video object. isPartOf: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of. pattern: (Union[List[Union[str, Any]], str, Any]): A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'. Values are typically expressed as text, although links to controlled value schemes are also supported. editor: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies the Person who edited the CreativeWork. dateModified: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed. translationOfWork: (Optional[Union[List[Union[str, Any]], str, Any]]): The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the Origin of Species”. creativeWorkStatus: (Union[List[Union[str, Any]], str, Any]): The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle. isBasedOnUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. isFamilyFriendly: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates whether this content is family friendly. isAccessibleForFree: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the item, event, or place is accessible for free. author: (Optional[Union[List[Union[str, Any]], str, Any]]): The author of this content or rating. 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. contentReferenceTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event. correction: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]], textually or in another document. sdDatePublished: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): Indicates the date on which the current structured data was generated / published. Typically used alongside [[sdPublisher]] comment: (Optional[Union[List[Union[str, Any]], str, Any]]): Comments, typically from users. countryOfOrigin: (Optional[Union[List[Union[str, Any]], str, Any]]): The country of origin of something, including products as well as creative works such as movie and TV content.In the case of TV and movie, this would be the country of the principle offices of the production company or individual responsible for the movie. For other kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties such as [[contentLocation]] and [[locationCreated]] may be more applicable.In the case of products, the country of origin of the product. The exact interpretation of this may vary by context and product type, and cannot be fully enumerated here. timeRequired: (Optional[Union[List[Union[str, Any]], str, Any]]): Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. 'PT30M', 'PT1H25M'. typicalAgeRange: (Union[List[Union[str, Any]], str, Any]): The typical expected age range, e.g. '7-9', '11-'. genre: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Genre of the creative work, broadcast channel or group. producer: (Optional[Union[List[Union[str, Any]], str, Any]]): The person or organization who produced the work (e.g. music album, movie, TV/radio series etc.). schemaVersion: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Indicates (by URL or string) a particular version of a schema used in some CreativeWork. This property was created primarily to indicate the use of a specific schema.org release, e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```. There may be situations in which other schemas might usefully be referenced this way, e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/``` but this has not been carefully explored in the community. audience: (Optional[Union[List[Union[str, Any]], str, Any]]): An intended audience, i.e. a group for whom something was created. encoding: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. This property is a synonym for associatedMedia. publisherImprint: (Optional[Union[List[Union[str, Any]], str, Any]]): The publishing division which published the comic. accessibilityAPI: (Union[List[Union[str, Any]], str, Any]): Indicates that the resource is compatible with the referenced accessibility API. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary). sdPublisher: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The[[sdPublisher]] property helps make such practices more explicit. audio: (Optional[Union[List[Union[str, Any]], str, Any]]): An embedded audio object. accessibilityFeature: (Union[List[Union[str, Any]], str, Any]): Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary). spatialCoverage: (Optional[Union[List[Union[str, Any]], str, Any]]): The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York. accessMode: (Union[List[Union[str, Any]], str, Any]): The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary). editEIDR: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing a specific edit / edition for a work of film or television.For example, the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J" has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".Since schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description. usageInfo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]. This property is applicable both to works that are freely available and to those that require payment or other transactions. It can reference additional information, e.g. community expectations on preferred linking and citation conventions, as well as purchasing details. For something that can be commercially licensed, usageInfo can provide detailed, resource-specific information about licensing options.This property can be used alongside the license property which indicates license(s) applicable to some piece of content. The usageInfo property can provide information about other licensing options, e.g. acquiring commercial usage rights for an image that is also available under non-commercial creative commons licenses. position: (Union[List[Union[str, int, Any]], str, int, Any]): The position of an item in a series or sequence of items. encodingFormat: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml) and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)), e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.In cases where a [[CreativeWork]] has several media type representations, [[encoding]] can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]] information.Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry. copyrightYear: (Optional[Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]]): The year during which the claimed copyright for the CreativeWork was first asserted. mainEntity: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the primary entity described in some page or other CreativeWork. creator: (Optional[Union[List[Union[str, Any]], str, Any]]): The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork. teaches: (Union[List[Union[str, Any]], str, Any]): The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term. temporal: (Union[List[Union[datetime, str, Any]], datetime, str, Any]): The "temporal" property can be used in cases where more specific properties(e.g. [[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]]) are not known to be appropriate. size: (Union[List[Union[str, Any]], str, Any]): A standardized size of a product or creative work, specified either through a simple textual string (for example 'XL', '32Wx34L'), a QuantitativeValue with a unitCode, or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]], [[height]], [[depth]] and [[weight]] properties may be more applicable. translator: (Optional[Union[List[Union[str, Any]], str, Any]]): Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. accountablePerson: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies the Person that is legally accountable for the CreativeWork. accessibilityHazard: (Union[List[Union[str, Any]], str, Any]): A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary). contentRating: (Union[List[Union[str, Any]], str, Any]): Official rating of a piece of content&#x2014;for example, 'MPAA PG-13'. recordedAt: (Optional[Union[List[Union[str, Any]], str, Any]]): The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event. publication: (Optional[Union[List[Union[str, Any]], str, Any]]): A publication event associated with the item. sdLicense: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A license document that applies to this structured data, typically indicated by URL. headline: (Union[List[Union[str, Any]], str, Any]): Headline of the article. materialExtent: (Union[List[Union[str, Any]], str, Any]): The quantity of the materials being described or an expression of the physical space they occupy. inLanguage: (Union[List[Union[str, Any]], str, Any]): 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](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]]. material: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): A material that something is made from, e.g. leather, wool, cotton, paper. datePublished: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): Date of first broadcast/publication. offers: (Optional[Union[List[Union[str, Any]], str, Any]]): An offer to provide this item&#x2014;for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer. hasPart: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense). sourceOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): The Organization on whose behalf the creator was working. sponsor: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event. character: (Optional[Union[List[Union[str, Any]], str, Any]]): Fictional person connected with a creative work. associatedMedia: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. This property is a synonym for encoding. tocEntry: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a [[HyperTocEntry]] in a [[HyperToc]]. """ type_: str = Field(default="HyperToc", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) workTranslation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation" "“Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese" "translation Tây du ký bình khảo.", ) educationalLevel: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The level in terms of progression through an educational or training context. Examples" "of educational levels include 'beginner', 'intermediate' or 'advanced', and formal" "sets of level indicators.", ) associatedMedia: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork. This property is a synonym for encoding.", ) exampleOfWork: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A creative work that this work is an example/instance/realization/derivation of.", ) releasedEvent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The place and time the release was issued, expressed as a PublicationEvent.", ) version: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The version of the CreativeWork embodied by a specified resource.", ) locationCreated: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The location where the CreativeWork was created, which may not be the same as the location" "depicted in the CreativeWork.", ) acquireLicensePage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page documenting how licenses can be purchased or otherwise acquired, for" "the current item.", ) thumbnailUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A thumbnail image relevant to the Thing.", ) provider: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) expires: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="Date the content expires and is no longer useful or available. For example a [[VideoObject]]" "or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]]" "fact check whose publisher wants to indicate that it may no longer be relevant (or helpful" "to highlight) after some date.", ) contentLocation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The location depicted or described in the content. For example, the location in a photograph" "or painting.", ) educationalUse: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The purpose of a work in the context of education; for example, 'assignment', 'group" "work'.", ) copyrightHolder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The party holding the legal copyright to the CreativeWork.", ) accessibilityControl: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Identifies input methods that are sufficient to fully control the described resource." "Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary).", ) maintainer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other" "[[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions" "to, and/or publication of, some (typically complex) artifact. It is common for distributions" 'of software and data to be based on "upstream" sources. When [[maintainer]] is applied' "to a specific version of something e.g. a particular version or packaging of a [[Dataset]]," "it is always possible that the upstream source has a different maintainer. The [[isBasedOn]]" "property can be used to indicate such relationships between datasets to make the different" "maintenance roles clear. Similarly in the case of software, a package may have dedicated" "maintainers working on integration into software distributions such as Ubuntu, as" "well as upstream maintainers of the underlying work.", ) educationalAlignment: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An alignment to an established educational framework.This property should not be used" "where the nature of the alignment can be described using a simple property, for example" "to express that a resource [[teaches]] or [[assesses]] a competency.", ) spatial: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description='The "spatial" property can be used in cases when more specific properties(e.g. [[locationCreated]],' "[[spatialCoverage]], [[contentLocation]]) are not known to be appropriate.", ) publisher: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The publisher of the creative work.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) assesses: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The item being described is intended to assess the competency or learning outcome defined" "by the referenced term.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) isBasedOn: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A resource from which this work is derived or from which it is a modification or adaption.", ) mentions: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates that the CreativeWork contains a reference to, but is not necessarily about" "a concept.", ) publishingPrinciples: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="The publishingPrinciples property indicates (typically via [[URL]]) a document describing" "the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]]" "writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity" "policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles" "are those of the party primarily responsible for the creation of the [[CreativeWork]].While" "such policies are most typically expressed in natural language, sometimes related" "information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.", ) contributor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A secondary contributor to the CreativeWork or Event.", ) license: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A license document that applies to this content, typically indicated by URL.", ) citation: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A citation or reference to another creative work, such as another publication, web page," "scholarly article, etc.", ) accessibilitySummary: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A human-readable summary of specific accessibility features or deficiencies, consistent" 'with the other accessibility metadata but expressing subtleties such as "short descriptions' 'are present but long descriptions will be needed for non-visual users" or "short descriptions' 'are present and no long descriptions are needed."', ) award: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An award won by or for this item.", ) commentCount: Optional[Union[List[Union[str, int, Any]], str, int, Any]] = Field( default=None, description="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.", ) temporalCoverage: Union[ List[Union[datetime, str, Any, AnyUrl]], datetime, str, Any, AnyUrl ] = Field( default=None, description="The temporalCoverage of a CreativeWork indicates the period that the content applies" "to, i.e. that it describes, either as a DateTime or as a textual string indicating a time" "period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals)." "In the case of a Dataset it will typically indicate the relevant time period in a precise" 'notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012").' "Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate" "their temporalCoverage in broader terms - textually or via well-known URL. Written" "works such as books may sometimes have precise temporal coverage too, e.g. a work set" 'in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".Open-ended' 'date ranges can be written with ".." in place of the end date. For example, "2015-11/.."' "indicates a range beginning in November 2015 and with no specified final date. This is" "tentative and might be updated in future when ISO 8601 is officially updated.", ) dateCreated: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="The date on which the CreativeWork was created or the item was added to a DataFeed.", ) discussionUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A link to the page containing the comments of the CreativeWork.", ) copyrightNotice: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Text of a notice appropriate for describing the copyright aspects of this Creative Work," "ideally indicating the owner of the copyright for the Work.", ) learningResourceType: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The predominant type or kind characterizing the learning resource. For example, 'presentation'," "'handout'.", ) awards: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Awards won by or for this item.", ) accessModeSufficient: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A list of single or combined accessModes that are sufficient to understand all the intellectual" "content of a resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary).", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) conditionsOfAccess: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Conditions that affect the availability of, or method(s) of access to, an item. Typically" "used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]." "This property is not suitable for use as a general Web access control mechanism. It is" 'expressed only in natural language.For example "Available by appointment from the' 'Reading Room" or "Accessible only from logged-in accounts ".', ) interactivityType: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The predominant mode of learning supported by the learning resource. Acceptable values" "are 'active', 'expositive', or 'mixed'.", ) abstract: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An abstract is a short description that summarizes a [[CreativeWork]].", ) fileFormat: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml))" "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. Unregistered or niche" "file formats can be indicated instead via the most appropriate URL, e.g. defining Web" "page or a Wikipedia entry.", ) interpretedAsClaim: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Used to indicate a specific claim contained, implied, translated or refined from the" "content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can" "be indicated using [[claimInterpreter]].", ) text: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The textual content of this CreativeWork.", ) archivedAt: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case" "of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible," "but be archived by archival, journalistic, activist, or law enforcement organizations." "In such cases, the referenced page may not directly publish the content.", ) alternativeHeadline: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A secondary title of the CreativeWork.", ) creditText: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Text that can be used to credit person(s) and/or organization(s) associated with a published" "Creative Work.", ) funding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A [[Grant]] that directly or indirectly provide funding or sponsorship for this item." "See also [[ownershipFundingInfo]].", ) interactionStatistic: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of interactions for the CreativeWork using the WebSite or SoftwareApplication." "The most specific child type of InteractionCounter should be used.", ) workExample: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Example/instance/realization/derivation of the concept of this creative work. E.g." "the paperback edition, first edition, or e-book.", ) about: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The subject matter of the content.", ) encodings: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork.", ) funder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports (sponsors) something through some kind of financial" "contribution.", ) video: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An embedded video object.", ) isPartOf: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is" "part of.", ) pattern: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'." "Values are typically expressed as text, although links to controlled value schemes" "are also supported.", ) editor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies the Person who edited the CreativeWork.", ) dateModified: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="The date on which the CreativeWork was most recently modified or when the item's entry" "was modified within a DataFeed.", ) translationOfWork: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the" "Origin of Species”.", ) creativeWorkStatus: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The status of a creative work in terms of its stage in a lifecycle. Example terms include" "Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for" "the stages of their publication lifecycle.", ) isBasedOnUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) isFamilyFriendly: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates whether this content is family friendly.", ) isAccessibleForFree: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the item, event, or place is accessible for free.", ) author: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The author of this content or rating. 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.", ) contentReferenceTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="The specific time described by a creative work, for works (e.g. articles, video objects" "etc.) that emphasise a particular moment within an Event.", ) correction: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]]," "textually or in another document.", ) sdDatePublished: Optional[ Union[List[Union[str, Any, date]], str, Any, date] ] = Field( default=None, description="Indicates the date on which the current structured data was generated / published. Typically" "used alongside [[sdPublisher]]", ) comment: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Comments, typically from users.", ) countryOfOrigin: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The country of origin of something, including products as well as creative works such" "as movie and TV content.In the case of TV and movie, this would be the country of the principle" "offices of the production company or individual responsible for the movie. For other" "kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties" "such as [[contentLocation]] and [[locationCreated]] may be more applicable.In the" "case of products, the country of origin of the product. The exact interpretation of this" "may vary by context and product type, and cannot be fully enumerated here.", ) timeRequired: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Approximate or typical time it takes to work with or through this learning resource for" "the typical intended target audience, e.g. 'PT30M', 'PT1H25M'.", ) typicalAgeRange: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The typical expected age range, e.g. '7-9', '11-'.", ) genre: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Genre of the creative work, broadcast channel or group.", ) producer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The person or organization who produced the work (e.g. music album, movie, TV/radio" "series etc.).", ) schemaVersion: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Indicates (by URL or string) a particular version of a schema used in some CreativeWork." "This property was created primarily to indicate the use of a specific schema.org release," "e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```." "There may be situations in which other schemas might usefully be referenced this way," "e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/```" "but this has not been carefully explored in the community.", ) audience: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An intended audience, i.e. a group for whom something was created.", ) encoding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.", ) publisherImprint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The publishing division which published the comic.", ) accessibilityAPI: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Indicates that the resource is compatible with the referenced accessibility API. Values" "should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary).", ) sdPublisher: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the party responsible for generating and publishing the current structured" "data markup, typically in cases where the structured data is derived automatically" "from existing published content but published on a different site. For example, student" "projects and open data initiatives often re-publish existing content with more explicitly" "structured metadata. The[[sdPublisher]] property helps make such practices more" "explicit.", ) audio: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An embedded audio object.", ) accessibilityFeature: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Content features of the resource, such as accessible media, alternatives and supported" "enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary).", ) spatialCoverage: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of" "the content. It is a subproperty of contentLocation intended primarily for more technical" "and detailed materials. For example with a Dataset, it indicates areas that the dataset" "describes: a dataset of New York weather would have spatialCoverage which was the place:" "the state of New York.", ) accessMode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The human sensory perceptual system or cognitive faculty through which a person may" "process or perceive information. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary).", ) editEIDR: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]]" "representing a specific edit / edition for a work of film or television.For example," 'the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J"' 'has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".Since' "schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their" "multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description)," "or alongside [[editEIDR]] for a more edit-specific description.", ) usageInfo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]." "This property is applicable both to works that are freely available and to those that" "require payment or other transactions. It can reference additional information, e.g." "community expectations on preferred linking and citation conventions, as well as purchasing" "details. For something that can be commercially licensed, usageInfo can provide detailed," "resource-specific information about licensing options.This property can be used" "alongside the license property which indicates license(s) applicable to some piece" "of content. The usageInfo property can provide information about other licensing options," "e.g. acquiring commercial usage rights for an image that is also available under non-commercial" "creative commons licenses.", ) position: Union[List[Union[str, int, Any]], str, int, Any] = Field( default=None, description="The position of an item in a series or sequence of items.", ) encodingFormat: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)" "and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types))," "e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.In" "cases where a [[CreativeWork]] has several media type representations, [[encoding]]" "can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]]" "information.Unregistered or niche encoding and file formats can be indicated instead" "via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.", ) copyrightYear: Optional[ Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat, ] ] = Field( default=None, description="The year during which the claimed copyright for the CreativeWork was first asserted.", ) mainEntity: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the primary entity described in some page or other CreativeWork.", ) creator: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The creator/author of this CreativeWork. This is the same as the Author property for" "CreativeWork.", ) teaches: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The item being described is intended to help a person learn the competency or learning" "outcome defined by the referenced term.", ) temporal: Union[List[Union[datetime, str, Any]], datetime, str, Any] = Field( default=None, description='The "temporal" property can be used in cases where more specific properties(e.g.' "[[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]])" "are not known to be appropriate.", ) size: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A standardized size of a product or creative work, specified either through a simple" "textual string (for example 'XL', '32Wx34L'), a QuantitativeValue with a unitCode," "or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]]," "[[height]], [[depth]] and [[weight]] properties may be more applicable.", ) translator: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Organization or person who adapts a creative work to different languages, regional" "differences and technical requirements of a target market, or that translates during" "some event.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) accountablePerson: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies the Person that is legally accountable for the CreativeWork.", ) accessibilityHazard: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A characteristic of the described resource that is physiologically dangerous to some" "users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary).", ) contentRating: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Official rating of a piece of content&#x2014;for example, 'MPAA PG-13'.", ) recordedAt: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The Event where the CreativeWork was recorded. The CreativeWork may capture all or part" "of the event.", ) publication: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A publication event associated with the item.", ) sdLicense: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A license document that applies to this structured data, typically indicated by URL.", ) headline: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Headline of the article.", ) materialExtent: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The quantity of the materials being described or an expression of the physical space" "they occupy.", ) inLanguage: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="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](http://tools.ietf.org/html/bcp47). See also" "[[availableLanguage]].", ) material: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="A material that something is made from, e.g. leather, wool, cotton, paper.", ) datePublished: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="Date of first broadcast/publication.", ) offers: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An offer to provide this item&#x2014;for example, an offer to sell a product, rent the" "DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]]" "to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can" "also be used to describe a [[Demand]]. While this property is listed as expected on a number" "of common types, it can be used in others. In that case, using a second type, such as Product" "or a subtype of Product, can clarify the nature of the offer.", ) hasPart: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some" "sense).", ) sourceOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The Organization on whose behalf the creator was working.", ) sponsor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports a thing through a pledge, promise, or financial" "contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.", ) character: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Fictional person connected with a creative work.", ) associatedMedia: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork. This property is a synonym for encoding.", ) tocEntry: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a [[HyperTocEntry]] in a [[HyperToc]].", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/HyperToc.py
0.916978
0.404449
HyperToc.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class InvoicePrice(BaseModel): """Represents the invoice price of an offered product. References: https://schema.org/InvoicePrice Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="InvoicePrice", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/InvoicePrice.py
0.94419
0.33876
InvoicePrice.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class EffectivenessHealthAspect(BaseModel): """Content about the effectiveness-related aspects of a health topic. References: https://schema.org/EffectivenessHealthAspect Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="EffectivenessHealthAspect", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/EffectivenessHealthAspect.py
0.947854
0.335378
EffectivenessHealthAspect.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Article(BaseModel): """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](http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html). References: https://schema.org/Article Note: Model Depth 3 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. workTranslation: (Optional[Union[List[Union[str, Any]], str, Any]]): A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation “Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese translation Tây du ký bình khảo. educationalLevel: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators. associatedMedia: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. This property is a synonym for encoding. exampleOfWork: (Optional[Union[List[Union[str, Any]], str, Any]]): A creative work that this work is an example/instance/realization/derivation of. releasedEvent: (Optional[Union[List[Union[str, Any]], str, Any]]): The place and time the release was issued, expressed as a PublicationEvent. version: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The version of the CreativeWork embodied by a specified resource. locationCreated: (Optional[Union[List[Union[str, Any]], str, Any]]): The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork. acquireLicensePage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page documenting how licenses can be purchased or otherwise acquired, for the current item. thumbnailUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A thumbnail image relevant to the Thing. provider: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. expires: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): Date the content expires and is no longer useful or available. For example a [[VideoObject]] or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]] fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date. contentLocation: (Optional[Union[List[Union[str, Any]], str, Any]]): The location depicted or described in the content. For example, the location in a photograph or painting. educationalUse: (Union[List[Union[str, Any]], str, Any]): The purpose of a work in the context of education; for example, 'assignment', 'group work'. copyrightHolder: (Optional[Union[List[Union[str, Any]], str, Any]]): The party holding the legal copyright to the CreativeWork. accessibilityControl: (Union[List[Union[str, Any]], str, Any]): Identifies input methods that are sufficient to fully control the described resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary). maintainer: (Optional[Union[List[Union[str, Any]], str, Any]]): A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other [[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions to, and/or publication of, some (typically complex) artifact. It is common for distributions of software and data to be based on "upstream" sources. When [[maintainer]] is applied to a specific version of something e.g. a particular version or packaging of a [[Dataset]], it is always possible that the upstream source has a different maintainer. The [[isBasedOn]] property can be used to indicate such relationships between datasets to make the different maintenance roles clear. Similarly in the case of software, a package may have dedicated maintainers working on integration into software distributions such as Ubuntu, as well as upstream maintainers of the underlying work. educationalAlignment: (Optional[Union[List[Union[str, Any]], str, Any]]): An alignment to an established educational framework.This property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource [[teaches]] or [[assesses]] a competency. spatial: (Optional[Union[List[Union[str, Any]], str, Any]]): The "spatial" property can be used in cases when more specific properties(e.g. [[locationCreated]], [[spatialCoverage]], [[contentLocation]]) are not known to be appropriate. publisher: (Optional[Union[List[Union[str, Any]], str, Any]]): The publisher of the creative work. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. assesses: (Union[List[Union[str, Any]], str, Any]): The item being described is intended to assess the competency or learning outcome defined by the referenced term. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. isBasedOn: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A resource from which this work is derived or from which it is a modification or adaption. mentions: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept. publishingPrinciples: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. contributor: (Optional[Union[List[Union[str, Any]], str, Any]]): A secondary contributor to the CreativeWork or Event. license: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A license document that applies to this content, typically indicated by URL. citation: (Union[List[Union[str, Any]], str, Any]): A citation or reference to another creative work, such as another publication, web page, scholarly article, etc. accessibilitySummary: (Union[List[Union[str, Any]], str, Any]): A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as "short descriptions are present but long descriptions will be needed for non-visual users" or "short descriptions are present and no long descriptions are needed." award: (Union[List[Union[str, Any]], str, Any]): An award won by or for this item. commentCount: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): 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. temporalCoverage: (Union[List[Union[datetime, str, Any, AnyUrl]], datetime, str, Any, AnyUrl]): The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals). In the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012"). Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate their temporalCoverage in broader terms - textually or via well-known URL. Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".Open-ended date ranges can be written with ".." in place of the end date. For example, "2015-11/.." indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated. dateCreated: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): The date on which the CreativeWork was created or the item was added to a DataFeed. discussionUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A link to the page containing the comments of the CreativeWork. copyrightNotice: (Union[List[Union[str, Any]], str, Any]): Text of a notice appropriate for describing the copyright aspects of this Creative Work, ideally indicating the owner of the copyright for the Work. learningResourceType: (Union[List[Union[str, Any]], str, Any]): The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'. awards: (Union[List[Union[str, Any]], str, Any]): Awards won by or for this item. accessModeSufficient: (Optional[Union[List[Union[str, Any]], str, Any]]): A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary). review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. conditionsOfAccess: (Union[List[Union[str, Any]], str, Any]): Conditions that affect the availability of, or method(s) of access to, an item. Typically used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]. This property is not suitable for use as a general Web access control mechanism. It is expressed only in natural language.For example "Available by appointment from the Reading Room" or "Accessible only from logged-in accounts ". interactivityType: (Union[List[Union[str, Any]], str, Any]): The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'. abstract: (Union[List[Union[str, Any]], str, Any]): An abstract is a short description that summarizes a [[CreativeWork]]. fileFormat: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)) 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. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry. interpretedAsClaim: (Optional[Union[List[Union[str, Any]], str, Any]]): Used to indicate a specific claim contained, implied, translated or refined from the content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can be indicated using [[claimInterpreter]]. text: (Union[List[Union[str, Any]], str, Any]): The textual content of this CreativeWork. archivedAt: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible, but be archived by archival, journalistic, activist, or law enforcement organizations. In such cases, the referenced page may not directly publish the content. alternativeHeadline: (Union[List[Union[str, Any]], str, Any]): A secondary title of the CreativeWork. creditText: (Union[List[Union[str, Any]], str, Any]): Text that can be used to credit person(s) and/or organization(s) associated with a published Creative Work. funding: (Optional[Union[List[Union[str, Any]], str, Any]]): A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. interactionStatistic: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used. workExample: (Optional[Union[List[Union[str, Any]], str, Any]]): Example/instance/realization/derivation of the concept of this creative work. E.g. the paperback edition, first edition, or e-book. about: (Optional[Union[List[Union[str, Any]], str, Any]]): The subject matter of the content. encodings: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. funder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports (sponsors) something through some kind of financial contribution. video: (Optional[Union[List[Union[str, Any]], str, Any]]): An embedded video object. isPartOf: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of. pattern: (Union[List[Union[str, Any]], str, Any]): A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'. Values are typically expressed as text, although links to controlled value schemes are also supported. editor: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies the Person who edited the CreativeWork. dateModified: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed. translationOfWork: (Optional[Union[List[Union[str, Any]], str, Any]]): The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the Origin of Species”. creativeWorkStatus: (Union[List[Union[str, Any]], str, Any]): The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle. isBasedOnUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. isFamilyFriendly: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates whether this content is family friendly. isAccessibleForFree: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the item, event, or place is accessible for free. author: (Optional[Union[List[Union[str, Any]], str, Any]]): The author of this content or rating. 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. contentReferenceTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event. correction: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]], textually or in another document. sdDatePublished: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): Indicates the date on which the current structured data was generated / published. Typically used alongside [[sdPublisher]] comment: (Optional[Union[List[Union[str, Any]], str, Any]]): Comments, typically from users. countryOfOrigin: (Optional[Union[List[Union[str, Any]], str, Any]]): The country of origin of something, including products as well as creative works such as movie and TV content.In the case of TV and movie, this would be the country of the principle offices of the production company or individual responsible for the movie. For other kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties such as [[contentLocation]] and [[locationCreated]] may be more applicable.In the case of products, the country of origin of the product. The exact interpretation of this may vary by context and product type, and cannot be fully enumerated here. timeRequired: (Optional[Union[List[Union[str, Any]], str, Any]]): Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. 'PT30M', 'PT1H25M'. typicalAgeRange: (Union[List[Union[str, Any]], str, Any]): The typical expected age range, e.g. '7-9', '11-'. genre: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Genre of the creative work, broadcast channel or group. producer: (Optional[Union[List[Union[str, Any]], str, Any]]): The person or organization who produced the work (e.g. music album, movie, TV/radio series etc.). schemaVersion: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Indicates (by URL or string) a particular version of a schema used in some CreativeWork. This property was created primarily to indicate the use of a specific schema.org release, e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```. There may be situations in which other schemas might usefully be referenced this way, e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/``` but this has not been carefully explored in the community. audience: (Optional[Union[List[Union[str, Any]], str, Any]]): An intended audience, i.e. a group for whom something was created. encoding: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. This property is a synonym for associatedMedia. publisherImprint: (Optional[Union[List[Union[str, Any]], str, Any]]): The publishing division which published the comic. accessibilityAPI: (Union[List[Union[str, Any]], str, Any]): Indicates that the resource is compatible with the referenced accessibility API. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary). sdPublisher: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The[[sdPublisher]] property helps make such practices more explicit. audio: (Optional[Union[List[Union[str, Any]], str, Any]]): An embedded audio object. accessibilityFeature: (Union[List[Union[str, Any]], str, Any]): Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary). spatialCoverage: (Optional[Union[List[Union[str, Any]], str, Any]]): The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York. accessMode: (Union[List[Union[str, Any]], str, Any]): The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary). editEIDR: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing a specific edit / edition for a work of film or television.For example, the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J" has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".Since schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description. usageInfo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]. This property is applicable both to works that are freely available and to those that require payment or other transactions. It can reference additional information, e.g. community expectations on preferred linking and citation conventions, as well as purchasing details. For something that can be commercially licensed, usageInfo can provide detailed, resource-specific information about licensing options.This property can be used alongside the license property which indicates license(s) applicable to some piece of content. The usageInfo property can provide information about other licensing options, e.g. acquiring commercial usage rights for an image that is also available under non-commercial creative commons licenses. position: (Union[List[Union[str, int, Any]], str, int, Any]): The position of an item in a series or sequence of items. encodingFormat: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml) and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)), e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.In cases where a [[CreativeWork]] has several media type representations, [[encoding]] can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]] information.Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry. copyrightYear: (Optional[Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]]): The year during which the claimed copyright for the CreativeWork was first asserted. mainEntity: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the primary entity described in some page or other CreativeWork. creator: (Optional[Union[List[Union[str, Any]], str, Any]]): The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork. teaches: (Union[List[Union[str, Any]], str, Any]): The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term. temporal: (Union[List[Union[datetime, str, Any]], datetime, str, Any]): The "temporal" property can be used in cases where more specific properties(e.g. [[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]]) are not known to be appropriate. size: (Union[List[Union[str, Any]], str, Any]): A standardized size of a product or creative work, specified either through a simple textual string (for example 'XL', '32Wx34L'), a QuantitativeValue with a unitCode, or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]], [[height]], [[depth]] and [[weight]] properties may be more applicable. translator: (Optional[Union[List[Union[str, Any]], str, Any]]): Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. accountablePerson: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies the Person that is legally accountable for the CreativeWork. accessibilityHazard: (Union[List[Union[str, Any]], str, Any]): A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary). contentRating: (Union[List[Union[str, Any]], str, Any]): Official rating of a piece of content&#x2014;for example, 'MPAA PG-13'. recordedAt: (Optional[Union[List[Union[str, Any]], str, Any]]): The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event. publication: (Optional[Union[List[Union[str, Any]], str, Any]]): A publication event associated with the item. sdLicense: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A license document that applies to this structured data, typically indicated by URL. headline: (Union[List[Union[str, Any]], str, Any]): Headline of the article. materialExtent: (Union[List[Union[str, Any]], str, Any]): The quantity of the materials being described or an expression of the physical space they occupy. inLanguage: (Union[List[Union[str, Any]], str, Any]): 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](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]]. material: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): A material that something is made from, e.g. leather, wool, cotton, paper. datePublished: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): Date of first broadcast/publication. offers: (Optional[Union[List[Union[str, Any]], str, Any]]): An offer to provide this item&#x2014;for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer. hasPart: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense). sourceOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): The Organization on whose behalf the creator was working. sponsor: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event. character: (Optional[Union[List[Union[str, Any]], str, Any]]): Fictional person connected with a creative work. pageEnd: (Union[List[Union[str, int, Any]], str, int, Any]): The page on which the work ends; for example "138" or "xvi". wordCount: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): The number of words in the text of the Article. articleSection: (Union[List[Union[str, Any]], str, Any]): Articles may belong to one or more 'sections' in a magazine or newspaper, such as Sports, Lifestyle, etc. articleBody: (Union[List[Union[str, Any]], str, Any]): The actual body of the article. speakable: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates sections of a Web page that are particularly 'speakable' in the sense of being highlighted as being especially appropriate for text-to-speech conversion. Other sections of a page may also be usefully spoken in particular circumstances; the 'speakable' property serves to indicate the parts most likely to be generally useful for speech.The *speakable* property can be repeated an arbitrary number of times, with three kinds of possible 'content-locator' values:1.) *id-value* URL references - uses *id-value* of an element in the page being annotated. The simplest use of *speakable* has (potentially relative) URL values, referencing identified sections of the document concerned.2.) CSS Selectors - addresses content in the annotated page, e.g. via class attribute. Use the [[cssSelector]] property.3.) XPaths - addresses content via XPaths (assuming an XML view of the content). Use the [[xpath]] property.For more sophisticated markup of speakable sections beyond simple ID references, either CSS selectors or XPath expressions to pick out document section(s) as speakable. For thiswe define a supporting type, [[SpeakableSpecification]] which is defined to be a possible value of the *speakable* property. backstory: (Union[List[Union[str, Any]], str, Any]): For an [[Article]], typically a [[NewsArticle]], the backstory property provides a textual summary giving a brief explanation of why and how an article was created. In a journalistic setting this could include information about reporting process, methods, interviews, data sources, etc. pagination: (Union[List[Union[str, Any]], str, Any]): Any description of pages that is not separated into pageStart and pageEnd; for example, "1-6, 9, 55" or "10-12, 46-49". pageStart: (Union[List[Union[str, int, Any]], str, int, Any]): The page on which the work starts; for example "135" or "xiii". """ type_: str = Field(default="Article", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) workTranslation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation" "“Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese" "translation Tây du ký bình khảo.", ) educationalLevel: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The level in terms of progression through an educational or training context. Examples" "of educational levels include 'beginner', 'intermediate' or 'advanced', and formal" "sets of level indicators.", ) associatedMedia: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork. This property is a synonym for encoding.", ) exampleOfWork: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A creative work that this work is an example/instance/realization/derivation of.", ) releasedEvent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The place and time the release was issued, expressed as a PublicationEvent.", ) version: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The version of the CreativeWork embodied by a specified resource.", ) locationCreated: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The location where the CreativeWork was created, which may not be the same as the location" "depicted in the CreativeWork.", ) acquireLicensePage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page documenting how licenses can be purchased or otherwise acquired, for" "the current item.", ) thumbnailUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A thumbnail image relevant to the Thing.", ) provider: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) expires: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="Date the content expires and is no longer useful or available. For example a [[VideoObject]]" "or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]]" "fact check whose publisher wants to indicate that it may no longer be relevant (or helpful" "to highlight) after some date.", ) contentLocation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The location depicted or described in the content. For example, the location in a photograph" "or painting.", ) educationalUse: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The purpose of a work in the context of education; for example, 'assignment', 'group" "work'.", ) copyrightHolder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The party holding the legal copyright to the CreativeWork.", ) accessibilityControl: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Identifies input methods that are sufficient to fully control the described resource." "Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary).", ) maintainer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other" "[[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions" "to, and/or publication of, some (typically complex) artifact. It is common for distributions" 'of software and data to be based on "upstream" sources. When [[maintainer]] is applied' "to a specific version of something e.g. a particular version or packaging of a [[Dataset]]," "it is always possible that the upstream source has a different maintainer. The [[isBasedOn]]" "property can be used to indicate such relationships between datasets to make the different" "maintenance roles clear. Similarly in the case of software, a package may have dedicated" "maintainers working on integration into software distributions such as Ubuntu, as" "well as upstream maintainers of the underlying work.", ) educationalAlignment: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An alignment to an established educational framework.This property should not be used" "where the nature of the alignment can be described using a simple property, for example" "to express that a resource [[teaches]] or [[assesses]] a competency.", ) spatial: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description='The "spatial" property can be used in cases when more specific properties(e.g. [[locationCreated]],' "[[spatialCoverage]], [[contentLocation]]) are not known to be appropriate.", ) publisher: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The publisher of the creative work.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) assesses: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The item being described is intended to assess the competency or learning outcome defined" "by the referenced term.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) isBasedOn: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A resource from which this work is derived or from which it is a modification or adaption.", ) mentions: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates that the CreativeWork contains a reference to, but is not necessarily about" "a concept.", ) publishingPrinciples: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="The publishingPrinciples property indicates (typically via [[URL]]) a document describing" "the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]]" "writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity" "policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles" "are those of the party primarily responsible for the creation of the [[CreativeWork]].While" "such policies are most typically expressed in natural language, sometimes related" "information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.", ) contributor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A secondary contributor to the CreativeWork or Event.", ) license: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A license document that applies to this content, typically indicated by URL.", ) citation: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A citation or reference to another creative work, such as another publication, web page," "scholarly article, etc.", ) accessibilitySummary: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A human-readable summary of specific accessibility features or deficiencies, consistent" 'with the other accessibility metadata but expressing subtleties such as "short descriptions' 'are present but long descriptions will be needed for non-visual users" or "short descriptions' 'are present and no long descriptions are needed."', ) award: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An award won by or for this item.", ) commentCount: Optional[Union[List[Union[str, int, Any]], str, int, Any]] = Field( default=None, description="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.", ) temporalCoverage: Union[ List[Union[datetime, str, Any, AnyUrl]], datetime, str, Any, AnyUrl ] = Field( default=None, description="The temporalCoverage of a CreativeWork indicates the period that the content applies" "to, i.e. that it describes, either as a DateTime or as a textual string indicating a time" "period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals)." "In the case of a Dataset it will typically indicate the relevant time period in a precise" 'notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012").' "Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate" "their temporalCoverage in broader terms - textually or via well-known URL. Written" "works such as books may sometimes have precise temporal coverage too, e.g. a work set" 'in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".Open-ended' 'date ranges can be written with ".." in place of the end date. For example, "2015-11/.."' "indicates a range beginning in November 2015 and with no specified final date. This is" "tentative and might be updated in future when ISO 8601 is officially updated.", ) dateCreated: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="The date on which the CreativeWork was created or the item was added to a DataFeed.", ) discussionUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A link to the page containing the comments of the CreativeWork.", ) copyrightNotice: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Text of a notice appropriate for describing the copyright aspects of this Creative Work," "ideally indicating the owner of the copyright for the Work.", ) learningResourceType: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The predominant type or kind characterizing the learning resource. For example, 'presentation'," "'handout'.", ) awards: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Awards won by or for this item.", ) accessModeSufficient: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A list of single or combined accessModes that are sufficient to understand all the intellectual" "content of a resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary).", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) conditionsOfAccess: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Conditions that affect the availability of, or method(s) of access to, an item. Typically" "used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]." "This property is not suitable for use as a general Web access control mechanism. It is" 'expressed only in natural language.For example "Available by appointment from the' 'Reading Room" or "Accessible only from logged-in accounts ".', ) interactivityType: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The predominant mode of learning supported by the learning resource. Acceptable values" "are 'active', 'expositive', or 'mixed'.", ) abstract: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An abstract is a short description that summarizes a [[CreativeWork]].", ) fileFormat: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml))" "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. Unregistered or niche" "file formats can be indicated instead via the most appropriate URL, e.g. defining Web" "page or a Wikipedia entry.", ) interpretedAsClaim: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Used to indicate a specific claim contained, implied, translated or refined from the" "content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can" "be indicated using [[claimInterpreter]].", ) text: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The textual content of this CreativeWork.", ) archivedAt: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case" "of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible," "but be archived by archival, journalistic, activist, or law enforcement organizations." "In such cases, the referenced page may not directly publish the content.", ) alternativeHeadline: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A secondary title of the CreativeWork.", ) creditText: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Text that can be used to credit person(s) and/or organization(s) associated with a published" "Creative Work.", ) funding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A [[Grant]] that directly or indirectly provide funding or sponsorship for this item." "See also [[ownershipFundingInfo]].", ) interactionStatistic: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of interactions for the CreativeWork using the WebSite or SoftwareApplication." "The most specific child type of InteractionCounter should be used.", ) workExample: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Example/instance/realization/derivation of the concept of this creative work. E.g." "the paperback edition, first edition, or e-book.", ) about: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The subject matter of the content.", ) encodings: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork.", ) funder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports (sponsors) something through some kind of financial" "contribution.", ) video: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An embedded video object.", ) isPartOf: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is" "part of.", ) pattern: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'." "Values are typically expressed as text, although links to controlled value schemes" "are also supported.", ) editor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies the Person who edited the CreativeWork.", ) dateModified: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="The date on which the CreativeWork was most recently modified or when the item's entry" "was modified within a DataFeed.", ) translationOfWork: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the" "Origin of Species”.", ) creativeWorkStatus: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The status of a creative work in terms of its stage in a lifecycle. Example terms include" "Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for" "the stages of their publication lifecycle.", ) isBasedOnUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) isFamilyFriendly: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates whether this content is family friendly.", ) isAccessibleForFree: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the item, event, or place is accessible for free.", ) author: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The author of this content or rating. 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.", ) contentReferenceTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="The specific time described by a creative work, for works (e.g. articles, video objects" "etc.) that emphasise a particular moment within an Event.", ) correction: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]]," "textually or in another document.", ) sdDatePublished: Optional[ Union[List[Union[str, Any, date]], str, Any, date] ] = Field( default=None, description="Indicates the date on which the current structured data was generated / published. Typically" "used alongside [[sdPublisher]]", ) comment: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Comments, typically from users.", ) countryOfOrigin: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The country of origin of something, including products as well as creative works such" "as movie and TV content.In the case of TV and movie, this would be the country of the principle" "offices of the production company or individual responsible for the movie. For other" "kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties" "such as [[contentLocation]] and [[locationCreated]] may be more applicable.In the" "case of products, the country of origin of the product. The exact interpretation of this" "may vary by context and product type, and cannot be fully enumerated here.", ) timeRequired: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Approximate or typical time it takes to work with or through this learning resource for" "the typical intended target audience, e.g. 'PT30M', 'PT1H25M'.", ) typicalAgeRange: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The typical expected age range, e.g. '7-9', '11-'.", ) genre: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Genre of the creative work, broadcast channel or group.", ) producer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The person or organization who produced the work (e.g. music album, movie, TV/radio" "series etc.).", ) schemaVersion: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Indicates (by URL or string) a particular version of a schema used in some CreativeWork." "This property was created primarily to indicate the use of a specific schema.org release," "e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```." "There may be situations in which other schemas might usefully be referenced this way," "e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/```" "but this has not been carefully explored in the community.", ) audience: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An intended audience, i.e. a group for whom something was created.", ) encoding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.", ) publisherImprint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The publishing division which published the comic.", ) accessibilityAPI: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Indicates that the resource is compatible with the referenced accessibility API. Values" "should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary).", ) sdPublisher: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the party responsible for generating and publishing the current structured" "data markup, typically in cases where the structured data is derived automatically" "from existing published content but published on a different site. For example, student" "projects and open data initiatives often re-publish existing content with more explicitly" "structured metadata. The[[sdPublisher]] property helps make such practices more" "explicit.", ) audio: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An embedded audio object.", ) accessibilityFeature: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Content features of the resource, such as accessible media, alternatives and supported" "enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary).", ) spatialCoverage: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of" "the content. It is a subproperty of contentLocation intended primarily for more technical" "and detailed materials. For example with a Dataset, it indicates areas that the dataset" "describes: a dataset of New York weather would have spatialCoverage which was the place:" "the state of New York.", ) accessMode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The human sensory perceptual system or cognitive faculty through which a person may" "process or perceive information. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary).", ) editEIDR: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]]" "representing a specific edit / edition for a work of film or television.For example," 'the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J"' 'has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".Since' "schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their" "multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description)," "or alongside [[editEIDR]] for a more edit-specific description.", ) usageInfo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]." "This property is applicable both to works that are freely available and to those that" "require payment or other transactions. It can reference additional information, e.g." "community expectations on preferred linking and citation conventions, as well as purchasing" "details. For something that can be commercially licensed, usageInfo can provide detailed," "resource-specific information about licensing options.This property can be used" "alongside the license property which indicates license(s) applicable to some piece" "of content. The usageInfo property can provide information about other licensing options," "e.g. acquiring commercial usage rights for an image that is also available under non-commercial" "creative commons licenses.", ) position: Union[List[Union[str, int, Any]], str, int, Any] = Field( default=None, description="The position of an item in a series or sequence of items.", ) encodingFormat: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)" "and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types))," "e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.In" "cases where a [[CreativeWork]] has several media type representations, [[encoding]]" "can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]]" "information.Unregistered or niche encoding and file formats can be indicated instead" "via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.", ) copyrightYear: Optional[ Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat, ] ] = Field( default=None, description="The year during which the claimed copyright for the CreativeWork was first asserted.", ) mainEntity: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the primary entity described in some page or other CreativeWork.", ) creator: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The creator/author of this CreativeWork. This is the same as the Author property for" "CreativeWork.", ) teaches: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The item being described is intended to help a person learn the competency or learning" "outcome defined by the referenced term.", ) temporal: Union[List[Union[datetime, str, Any]], datetime, str, Any] = Field( default=None, description='The "temporal" property can be used in cases where more specific properties(e.g.' "[[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]])" "are not known to be appropriate.", ) size: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A standardized size of a product or creative work, specified either through a simple" "textual string (for example 'XL', '32Wx34L'), a QuantitativeValue with a unitCode," "or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]]," "[[height]], [[depth]] and [[weight]] properties may be more applicable.", ) translator: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Organization or person who adapts a creative work to different languages, regional" "differences and technical requirements of a target market, or that translates during" "some event.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) accountablePerson: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies the Person that is legally accountable for the CreativeWork.", ) accessibilityHazard: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A characteristic of the described resource that is physiologically dangerous to some" "users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary).", ) contentRating: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Official rating of a piece of content&#x2014;for example, 'MPAA PG-13'.", ) recordedAt: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The Event where the CreativeWork was recorded. The CreativeWork may capture all or part" "of the event.", ) publication: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A publication event associated with the item.", ) sdLicense: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A license document that applies to this structured data, typically indicated by URL.", ) headline: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Headline of the article.", ) materialExtent: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The quantity of the materials being described or an expression of the physical space" "they occupy.", ) inLanguage: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="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](http://tools.ietf.org/html/bcp47). See also" "[[availableLanguage]].", ) material: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="A material that something is made from, e.g. leather, wool, cotton, paper.", ) datePublished: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="Date of first broadcast/publication.", ) offers: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An offer to provide this item&#x2014;for example, an offer to sell a product, rent the" "DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]]" "to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can" "also be used to describe a [[Demand]]. While this property is listed as expected on a number" "of common types, it can be used in others. In that case, using a second type, such as Product" "or a subtype of Product, can clarify the nature of the offer.", ) hasPart: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some" "sense).", ) sourceOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The Organization on whose behalf the creator was working.", ) sponsor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports a thing through a pledge, promise, or financial" "contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.", ) character: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Fictional person connected with a creative work.", ) pageEnd: Union[List[Union[str, int, Any]], str, int, Any] = Field( default=None, description='The page on which the work ends; for example "138" or "xvi".', ) wordCount: Optional[Union[List[Union[str, int, Any]], str, int, Any]] = Field( default=None, description="The number of words in the text of the Article.", ) articleSection: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Articles may belong to one or more 'sections' in a magazine or newspaper, such as Sports," "Lifestyle, etc.", ) articleBody: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The actual body of the article.", ) speakable: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="Indicates sections of a Web page that are particularly 'speakable' in the sense of being" "highlighted as being especially appropriate for text-to-speech conversion. Other" "sections of a page may also be usefully spoken in particular circumstances; the 'speakable'" "property serves to indicate the parts most likely to be generally useful for speech.The" "*speakable* property can be repeated an arbitrary number of times, with three kinds" "of possible 'content-locator' values:1.) *id-value* URL references - uses *id-value*" "of an element in the page being annotated. The simplest use of *speakable* has (potentially" "relative) URL values, referencing identified sections of the document concerned.2.)" "CSS Selectors - addresses content in the annotated page, e.g. via class attribute. Use" "the [[cssSelector]] property.3.) XPaths - addresses content via XPaths (assuming" "an XML view of the content). Use the [[xpath]] property.For more sophisticated markup" "of speakable sections beyond simple ID references, either CSS selectors or XPath expressions" "to pick out document section(s) as speakable. For thiswe define a supporting type, [[SpeakableSpecification]]" "which is defined to be a possible value of the *speakable* property.", ) backstory: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="For an [[Article]], typically a [[NewsArticle]], the backstory property provides" "a textual summary giving a brief explanation of why and how an article was created. In" "a journalistic setting this could include information about reporting process, methods," "interviews, data sources, etc.", ) pagination: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Any description of pages that is not separated into pageStart and pageEnd; for example," '"1-6, 9, 55" or "10-12, 46-49".', ) pageStart: Union[List[Union[str, int, Any]], str, int, Any] = Field( default=None, description='The page on which the work starts; for example "135" or "xiii".', )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Article.py
0.916918
0.374648
Article.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class SeatingMap(BaseModel): """A seating map. References: https://schema.org/SeatingMap Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="SeatingMap", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/SeatingMap.py
0.939011
0.31317
SeatingMap.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class SearchResultsPage(BaseModel): """Web page type: Search results page. References: https://schema.org/SearchResultsPage Note: Model Depth 4 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. workTranslation: (Optional[Union[List[Union[str, Any]], str, Any]]): A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation “Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese translation Tây du ký bình khảo. educationalLevel: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators. associatedMedia: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. This property is a synonym for encoding. exampleOfWork: (Optional[Union[List[Union[str, Any]], str, Any]]): A creative work that this work is an example/instance/realization/derivation of. releasedEvent: (Optional[Union[List[Union[str, Any]], str, Any]]): The place and time the release was issued, expressed as a PublicationEvent. version: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The version of the CreativeWork embodied by a specified resource. locationCreated: (Optional[Union[List[Union[str, Any]], str, Any]]): The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork. acquireLicensePage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page documenting how licenses can be purchased or otherwise acquired, for the current item. thumbnailUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A thumbnail image relevant to the Thing. provider: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. expires: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): Date the content expires and is no longer useful or available. For example a [[VideoObject]] or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]] fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date. contentLocation: (Optional[Union[List[Union[str, Any]], str, Any]]): The location depicted or described in the content. For example, the location in a photograph or painting. educationalUse: (Union[List[Union[str, Any]], str, Any]): The purpose of a work in the context of education; for example, 'assignment', 'group work'. copyrightHolder: (Optional[Union[List[Union[str, Any]], str, Any]]): The party holding the legal copyright to the CreativeWork. accessibilityControl: (Union[List[Union[str, Any]], str, Any]): Identifies input methods that are sufficient to fully control the described resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary). maintainer: (Optional[Union[List[Union[str, Any]], str, Any]]): A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other [[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions to, and/or publication of, some (typically complex) artifact. It is common for distributions of software and data to be based on "upstream" sources. When [[maintainer]] is applied to a specific version of something e.g. a particular version or packaging of a [[Dataset]], it is always possible that the upstream source has a different maintainer. The [[isBasedOn]] property can be used to indicate such relationships between datasets to make the different maintenance roles clear. Similarly in the case of software, a package may have dedicated maintainers working on integration into software distributions such as Ubuntu, as well as upstream maintainers of the underlying work. educationalAlignment: (Optional[Union[List[Union[str, Any]], str, Any]]): An alignment to an established educational framework.This property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource [[teaches]] or [[assesses]] a competency. spatial: (Optional[Union[List[Union[str, Any]], str, Any]]): The "spatial" property can be used in cases when more specific properties(e.g. [[locationCreated]], [[spatialCoverage]], [[contentLocation]]) are not known to be appropriate. publisher: (Optional[Union[List[Union[str, Any]], str, Any]]): The publisher of the creative work. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. assesses: (Union[List[Union[str, Any]], str, Any]): The item being described is intended to assess the competency or learning outcome defined by the referenced term. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. isBasedOn: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A resource from which this work is derived or from which it is a modification or adaption. mentions: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept. publishingPrinciples: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. contributor: (Optional[Union[List[Union[str, Any]], str, Any]]): A secondary contributor to the CreativeWork or Event. license: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A license document that applies to this content, typically indicated by URL. citation: (Union[List[Union[str, Any]], str, Any]): A citation or reference to another creative work, such as another publication, web page, scholarly article, etc. accessibilitySummary: (Union[List[Union[str, Any]], str, Any]): A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as "short descriptions are present but long descriptions will be needed for non-visual users" or "short descriptions are present and no long descriptions are needed." award: (Union[List[Union[str, Any]], str, Any]): An award won by or for this item. commentCount: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): 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. temporalCoverage: (Union[List[Union[datetime, str, Any, AnyUrl]], datetime, str, Any, AnyUrl]): The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals). In the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012"). Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate their temporalCoverage in broader terms - textually or via well-known URL. Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".Open-ended date ranges can be written with ".." in place of the end date. For example, "2015-11/.." indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated. dateCreated: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): The date on which the CreativeWork was created or the item was added to a DataFeed. discussionUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A link to the page containing the comments of the CreativeWork. copyrightNotice: (Union[List[Union[str, Any]], str, Any]): Text of a notice appropriate for describing the copyright aspects of this Creative Work, ideally indicating the owner of the copyright for the Work. learningResourceType: (Union[List[Union[str, Any]], str, Any]): The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'. awards: (Union[List[Union[str, Any]], str, Any]): Awards won by or for this item. accessModeSufficient: (Optional[Union[List[Union[str, Any]], str, Any]]): A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary). review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. conditionsOfAccess: (Union[List[Union[str, Any]], str, Any]): Conditions that affect the availability of, or method(s) of access to, an item. Typically used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]. This property is not suitable for use as a general Web access control mechanism. It is expressed only in natural language.For example "Available by appointment from the Reading Room" or "Accessible only from logged-in accounts ". interactivityType: (Union[List[Union[str, Any]], str, Any]): The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'. abstract: (Union[List[Union[str, Any]], str, Any]): An abstract is a short description that summarizes a [[CreativeWork]]. fileFormat: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)) 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. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry. interpretedAsClaim: (Optional[Union[List[Union[str, Any]], str, Any]]): Used to indicate a specific claim contained, implied, translated or refined from the content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can be indicated using [[claimInterpreter]]. text: (Union[List[Union[str, Any]], str, Any]): The textual content of this CreativeWork. archivedAt: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible, but be archived by archival, journalistic, activist, or law enforcement organizations. In such cases, the referenced page may not directly publish the content. alternativeHeadline: (Union[List[Union[str, Any]], str, Any]): A secondary title of the CreativeWork. creditText: (Union[List[Union[str, Any]], str, Any]): Text that can be used to credit person(s) and/or organization(s) associated with a published Creative Work. funding: (Optional[Union[List[Union[str, Any]], str, Any]]): A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. interactionStatistic: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used. workExample: (Optional[Union[List[Union[str, Any]], str, Any]]): Example/instance/realization/derivation of the concept of this creative work. E.g. the paperback edition, first edition, or e-book. about: (Optional[Union[List[Union[str, Any]], str, Any]]): The subject matter of the content. encodings: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. funder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports (sponsors) something through some kind of financial contribution. video: (Optional[Union[List[Union[str, Any]], str, Any]]): An embedded video object. isPartOf: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of. pattern: (Union[List[Union[str, Any]], str, Any]): A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'. Values are typically expressed as text, although links to controlled value schemes are also supported. editor: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies the Person who edited the CreativeWork. dateModified: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed. translationOfWork: (Optional[Union[List[Union[str, Any]], str, Any]]): The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the Origin of Species”. creativeWorkStatus: (Union[List[Union[str, Any]], str, Any]): The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle. isBasedOnUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. isFamilyFriendly: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates whether this content is family friendly. isAccessibleForFree: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the item, event, or place is accessible for free. author: (Optional[Union[List[Union[str, Any]], str, Any]]): The author of this content or rating. 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. contentReferenceTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event. correction: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]], textually or in another document. sdDatePublished: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): Indicates the date on which the current structured data was generated / published. Typically used alongside [[sdPublisher]] comment: (Optional[Union[List[Union[str, Any]], str, Any]]): Comments, typically from users. countryOfOrigin: (Optional[Union[List[Union[str, Any]], str, Any]]): The country of origin of something, including products as well as creative works such as movie and TV content.In the case of TV and movie, this would be the country of the principle offices of the production company or individual responsible for the movie. For other kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties such as [[contentLocation]] and [[locationCreated]] may be more applicable.In the case of products, the country of origin of the product. The exact interpretation of this may vary by context and product type, and cannot be fully enumerated here. timeRequired: (Optional[Union[List[Union[str, Any]], str, Any]]): Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. 'PT30M', 'PT1H25M'. typicalAgeRange: (Union[List[Union[str, Any]], str, Any]): The typical expected age range, e.g. '7-9', '11-'. genre: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Genre of the creative work, broadcast channel or group. producer: (Optional[Union[List[Union[str, Any]], str, Any]]): The person or organization who produced the work (e.g. music album, movie, TV/radio series etc.). schemaVersion: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Indicates (by URL or string) a particular version of a schema used in some CreativeWork. This property was created primarily to indicate the use of a specific schema.org release, e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```. There may be situations in which other schemas might usefully be referenced this way, e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/``` but this has not been carefully explored in the community. audience: (Optional[Union[List[Union[str, Any]], str, Any]]): An intended audience, i.e. a group for whom something was created. encoding: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. This property is a synonym for associatedMedia. publisherImprint: (Optional[Union[List[Union[str, Any]], str, Any]]): The publishing division which published the comic. accessibilityAPI: (Union[List[Union[str, Any]], str, Any]): Indicates that the resource is compatible with the referenced accessibility API. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary). sdPublisher: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The[[sdPublisher]] property helps make such practices more explicit. audio: (Optional[Union[List[Union[str, Any]], str, Any]]): An embedded audio object. accessibilityFeature: (Union[List[Union[str, Any]], str, Any]): Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary). spatialCoverage: (Optional[Union[List[Union[str, Any]], str, Any]]): The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York. accessMode: (Union[List[Union[str, Any]], str, Any]): The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary). editEIDR: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing a specific edit / edition for a work of film or television.For example, the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J" has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".Since schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description. usageInfo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]. This property is applicable both to works that are freely available and to those that require payment or other transactions. It can reference additional information, e.g. community expectations on preferred linking and citation conventions, as well as purchasing details. For something that can be commercially licensed, usageInfo can provide detailed, resource-specific information about licensing options.This property can be used alongside the license property which indicates license(s) applicable to some piece of content. The usageInfo property can provide information about other licensing options, e.g. acquiring commercial usage rights for an image that is also available under non-commercial creative commons licenses. position: (Union[List[Union[str, int, Any]], str, int, Any]): The position of an item in a series or sequence of items. encodingFormat: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml) and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)), e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.In cases where a [[CreativeWork]] has several media type representations, [[encoding]] can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]] information.Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry. copyrightYear: (Optional[Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]]): The year during which the claimed copyright for the CreativeWork was first asserted. mainEntity: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the primary entity described in some page or other CreativeWork. creator: (Optional[Union[List[Union[str, Any]], str, Any]]): The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork. teaches: (Union[List[Union[str, Any]], str, Any]): The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term. temporal: (Union[List[Union[datetime, str, Any]], datetime, str, Any]): The "temporal" property can be used in cases where more specific properties(e.g. [[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]]) are not known to be appropriate. size: (Union[List[Union[str, Any]], str, Any]): A standardized size of a product or creative work, specified either through a simple textual string (for example 'XL', '32Wx34L'), a QuantitativeValue with a unitCode, or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]], [[height]], [[depth]] and [[weight]] properties may be more applicable. translator: (Optional[Union[List[Union[str, Any]], str, Any]]): Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. accountablePerson: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies the Person that is legally accountable for the CreativeWork. accessibilityHazard: (Union[List[Union[str, Any]], str, Any]): A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary). contentRating: (Union[List[Union[str, Any]], str, Any]): Official rating of a piece of content&#x2014;for example, 'MPAA PG-13'. recordedAt: (Optional[Union[List[Union[str, Any]], str, Any]]): The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event. publication: (Optional[Union[List[Union[str, Any]], str, Any]]): A publication event associated with the item. sdLicense: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A license document that applies to this structured data, typically indicated by URL. headline: (Union[List[Union[str, Any]], str, Any]): Headline of the article. materialExtent: (Union[List[Union[str, Any]], str, Any]): The quantity of the materials being described or an expression of the physical space they occupy. inLanguage: (Union[List[Union[str, Any]], str, Any]): 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](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]]. material: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): A material that something is made from, e.g. leather, wool, cotton, paper. datePublished: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): Date of first broadcast/publication. offers: (Optional[Union[List[Union[str, Any]], str, Any]]): An offer to provide this item&#x2014;for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer. hasPart: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense). sourceOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): The Organization on whose behalf the creator was working. sponsor: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event. character: (Optional[Union[List[Union[str, Any]], str, Any]]): Fictional person connected with a creative work. significantLink: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): One of the more significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most. specialty: (Optional[Union[List[Union[str, Any]], str, Any]]): One of the domain specialities to which this web page's content applies. reviewedBy: (Optional[Union[List[Union[str, Any]], str, Any]]): People or organizations that have reviewed the content on this web page for accuracy and/or completeness. lastReviewed: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): Date on which the content on this web page was last reviewed for accuracy and/or completeness. relatedLink: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A link related to this web page, for example to other related web pages. breadcrumb: (Union[List[Union[str, Any]], str, Any]): A set of links that can help a user understand and navigate a website hierarchy. significantLinks: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The most significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most. mainContentOfPage: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates if this web page element is the main subject of the page. speakable: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates sections of a Web page that are particularly 'speakable' in the sense of being highlighted as being especially appropriate for text-to-speech conversion. Other sections of a page may also be usefully spoken in particular circumstances; the 'speakable' property serves to indicate the parts most likely to be generally useful for speech.The *speakable* property can be repeated an arbitrary number of times, with three kinds of possible 'content-locator' values:1.) *id-value* URL references - uses *id-value* of an element in the page being annotated. The simplest use of *speakable* has (potentially relative) URL values, referencing identified sections of the document concerned.2.) CSS Selectors - addresses content in the annotated page, e.g. via class attribute. Use the [[cssSelector]] property.3.) XPaths - addresses content via XPaths (assuming an XML view of the content). Use the [[xpath]] property.For more sophisticated markup of speakable sections beyond simple ID references, either CSS selectors or XPath expressions to pick out document section(s) as speakable. For thiswe define a supporting type, [[SpeakableSpecification]] which is defined to be a possible value of the *speakable* property. primaryImageOfPage: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the main image on the page. """ type_: str = Field(default="SearchResultsPage", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) workTranslation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation" "“Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese" "translation Tây du ký bình khảo.", ) educationalLevel: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The level in terms of progression through an educational or training context. Examples" "of educational levels include 'beginner', 'intermediate' or 'advanced', and formal" "sets of level indicators.", ) associatedMedia: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork. This property is a synonym for encoding.", ) exampleOfWork: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A creative work that this work is an example/instance/realization/derivation of.", ) releasedEvent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The place and time the release was issued, expressed as a PublicationEvent.", ) version: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The version of the CreativeWork embodied by a specified resource.", ) locationCreated: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The location where the CreativeWork was created, which may not be the same as the location" "depicted in the CreativeWork.", ) acquireLicensePage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page documenting how licenses can be purchased or otherwise acquired, for" "the current item.", ) thumbnailUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A thumbnail image relevant to the Thing.", ) provider: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) expires: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="Date the content expires and is no longer useful or available. For example a [[VideoObject]]" "or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]]" "fact check whose publisher wants to indicate that it may no longer be relevant (or helpful" "to highlight) after some date.", ) contentLocation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The location depicted or described in the content. For example, the location in a photograph" "or painting.", ) educationalUse: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The purpose of a work in the context of education; for example, 'assignment', 'group" "work'.", ) copyrightHolder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The party holding the legal copyright to the CreativeWork.", ) accessibilityControl: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Identifies input methods that are sufficient to fully control the described resource." "Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary).", ) maintainer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other" "[[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions" "to, and/or publication of, some (typically complex) artifact. It is common for distributions" 'of software and data to be based on "upstream" sources. When [[maintainer]] is applied' "to a specific version of something e.g. a particular version or packaging of a [[Dataset]]," "it is always possible that the upstream source has a different maintainer. The [[isBasedOn]]" "property can be used to indicate such relationships between datasets to make the different" "maintenance roles clear. Similarly in the case of software, a package may have dedicated" "maintainers working on integration into software distributions such as Ubuntu, as" "well as upstream maintainers of the underlying work.", ) educationalAlignment: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An alignment to an established educational framework.This property should not be used" "where the nature of the alignment can be described using a simple property, for example" "to express that a resource [[teaches]] or [[assesses]] a competency.", ) spatial: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description='The "spatial" property can be used in cases when more specific properties(e.g. [[locationCreated]],' "[[spatialCoverage]], [[contentLocation]]) are not known to be appropriate.", ) publisher: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The publisher of the creative work.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) assesses: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The item being described is intended to assess the competency or learning outcome defined" "by the referenced term.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) isBasedOn: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A resource from which this work is derived or from which it is a modification or adaption.", ) mentions: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates that the CreativeWork contains a reference to, but is not necessarily about" "a concept.", ) publishingPrinciples: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="The publishingPrinciples property indicates (typically via [[URL]]) a document describing" "the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]]" "writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity" "policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles" "are those of the party primarily responsible for the creation of the [[CreativeWork]].While" "such policies are most typically expressed in natural language, sometimes related" "information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.", ) contributor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A secondary contributor to the CreativeWork or Event.", ) license: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A license document that applies to this content, typically indicated by URL.", ) citation: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A citation or reference to another creative work, such as another publication, web page," "scholarly article, etc.", ) accessibilitySummary: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A human-readable summary of specific accessibility features or deficiencies, consistent" 'with the other accessibility metadata but expressing subtleties such as "short descriptions' 'are present but long descriptions will be needed for non-visual users" or "short descriptions' 'are present and no long descriptions are needed."', ) award: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An award won by or for this item.", ) commentCount: Optional[Union[List[Union[str, int, Any]], str, int, Any]] = Field( default=None, description="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.", ) temporalCoverage: Union[ List[Union[datetime, str, Any, AnyUrl]], datetime, str, Any, AnyUrl ] = Field( default=None, description="The temporalCoverage of a CreativeWork indicates the period that the content applies" "to, i.e. that it describes, either as a DateTime or as a textual string indicating a time" "period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals)." "In the case of a Dataset it will typically indicate the relevant time period in a precise" 'notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012").' "Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate" "their temporalCoverage in broader terms - textually or via well-known URL. Written" "works such as books may sometimes have precise temporal coverage too, e.g. a work set" 'in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".Open-ended' 'date ranges can be written with ".." in place of the end date. For example, "2015-11/.."' "indicates a range beginning in November 2015 and with no specified final date. This is" "tentative and might be updated in future when ISO 8601 is officially updated.", ) dateCreated: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="The date on which the CreativeWork was created or the item was added to a DataFeed.", ) discussionUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A link to the page containing the comments of the CreativeWork.", ) copyrightNotice: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Text of a notice appropriate for describing the copyright aspects of this Creative Work," "ideally indicating the owner of the copyright for the Work.", ) learningResourceType: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The predominant type or kind characterizing the learning resource. For example, 'presentation'," "'handout'.", ) awards: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Awards won by or for this item.", ) accessModeSufficient: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A list of single or combined accessModes that are sufficient to understand all the intellectual" "content of a resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary).", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) conditionsOfAccess: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Conditions that affect the availability of, or method(s) of access to, an item. Typically" "used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]." "This property is not suitable for use as a general Web access control mechanism. It is" 'expressed only in natural language.For example "Available by appointment from the' 'Reading Room" or "Accessible only from logged-in accounts ".', ) interactivityType: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The predominant mode of learning supported by the learning resource. Acceptable values" "are 'active', 'expositive', or 'mixed'.", ) abstract: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An abstract is a short description that summarizes a [[CreativeWork]].", ) fileFormat: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml))" "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. Unregistered or niche" "file formats can be indicated instead via the most appropriate URL, e.g. defining Web" "page or a Wikipedia entry.", ) interpretedAsClaim: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Used to indicate a specific claim contained, implied, translated or refined from the" "content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can" "be indicated using [[claimInterpreter]].", ) text: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The textual content of this CreativeWork.", ) archivedAt: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case" "of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible," "but be archived by archival, journalistic, activist, or law enforcement organizations." "In such cases, the referenced page may not directly publish the content.", ) alternativeHeadline: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A secondary title of the CreativeWork.", ) creditText: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Text that can be used to credit person(s) and/or organization(s) associated with a published" "Creative Work.", ) funding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A [[Grant]] that directly or indirectly provide funding or sponsorship for this item." "See also [[ownershipFundingInfo]].", ) interactionStatistic: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of interactions for the CreativeWork using the WebSite or SoftwareApplication." "The most specific child type of InteractionCounter should be used.", ) workExample: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Example/instance/realization/derivation of the concept of this creative work. E.g." "the paperback edition, first edition, or e-book.", ) about: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The subject matter of the content.", ) encodings: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork.", ) funder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports (sponsors) something through some kind of financial" "contribution.", ) video: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An embedded video object.", ) isPartOf: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is" "part of.", ) pattern: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'." "Values are typically expressed as text, although links to controlled value schemes" "are also supported.", ) editor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies the Person who edited the CreativeWork.", ) dateModified: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="The date on which the CreativeWork was most recently modified or when the item's entry" "was modified within a DataFeed.", ) translationOfWork: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the" "Origin of Species”.", ) creativeWorkStatus: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The status of a creative work in terms of its stage in a lifecycle. Example terms include" "Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for" "the stages of their publication lifecycle.", ) isBasedOnUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) isFamilyFriendly: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates whether this content is family friendly.", ) isAccessibleForFree: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the item, event, or place is accessible for free.", ) author: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The author of this content or rating. 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.", ) contentReferenceTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="The specific time described by a creative work, for works (e.g. articles, video objects" "etc.) that emphasise a particular moment within an Event.", ) correction: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]]," "textually or in another document.", ) sdDatePublished: Optional[ Union[List[Union[str, Any, date]], str, Any, date] ] = Field( default=None, description="Indicates the date on which the current structured data was generated / published. Typically" "used alongside [[sdPublisher]]", ) comment: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Comments, typically from users.", ) countryOfOrigin: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The country of origin of something, including products as well as creative works such" "as movie and TV content.In the case of TV and movie, this would be the country of the principle" "offices of the production company or individual responsible for the movie. For other" "kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties" "such as [[contentLocation]] and [[locationCreated]] may be more applicable.In the" "case of products, the country of origin of the product. The exact interpretation of this" "may vary by context and product type, and cannot be fully enumerated here.", ) timeRequired: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Approximate or typical time it takes to work with or through this learning resource for" "the typical intended target audience, e.g. 'PT30M', 'PT1H25M'.", ) typicalAgeRange: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The typical expected age range, e.g. '7-9', '11-'.", ) genre: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Genre of the creative work, broadcast channel or group.", ) producer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The person or organization who produced the work (e.g. music album, movie, TV/radio" "series etc.).", ) schemaVersion: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Indicates (by URL or string) a particular version of a schema used in some CreativeWork." "This property was created primarily to indicate the use of a specific schema.org release," "e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```." "There may be situations in which other schemas might usefully be referenced this way," "e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/```" "but this has not been carefully explored in the community.", ) audience: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An intended audience, i.e. a group for whom something was created.", ) encoding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.", ) publisherImprint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The publishing division which published the comic.", ) accessibilityAPI: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Indicates that the resource is compatible with the referenced accessibility API. Values" "should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary).", ) sdPublisher: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the party responsible for generating and publishing the current structured" "data markup, typically in cases where the structured data is derived automatically" "from existing published content but published on a different site. For example, student" "projects and open data initiatives often re-publish existing content with more explicitly" "structured metadata. The[[sdPublisher]] property helps make such practices more" "explicit.", ) audio: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An embedded audio object.", ) accessibilityFeature: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Content features of the resource, such as accessible media, alternatives and supported" "enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary).", ) spatialCoverage: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of" "the content. It is a subproperty of contentLocation intended primarily for more technical" "and detailed materials. For example with a Dataset, it indicates areas that the dataset" "describes: a dataset of New York weather would have spatialCoverage which was the place:" "the state of New York.", ) accessMode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The human sensory perceptual system or cognitive faculty through which a person may" "process or perceive information. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary).", ) editEIDR: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]]" "representing a specific edit / edition for a work of film or television.For example," 'the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J"' 'has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".Since' "schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their" "multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description)," "or alongside [[editEIDR]] for a more edit-specific description.", ) usageInfo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]." "This property is applicable both to works that are freely available and to those that" "require payment or other transactions. It can reference additional information, e.g." "community expectations on preferred linking and citation conventions, as well as purchasing" "details. For something that can be commercially licensed, usageInfo can provide detailed," "resource-specific information about licensing options.This property can be used" "alongside the license property which indicates license(s) applicable to some piece" "of content. The usageInfo property can provide information about other licensing options," "e.g. acquiring commercial usage rights for an image that is also available under non-commercial" "creative commons licenses.", ) position: Union[List[Union[str, int, Any]], str, int, Any] = Field( default=None, description="The position of an item in a series or sequence of items.", ) encodingFormat: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)" "and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types))," "e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.In" "cases where a [[CreativeWork]] has several media type representations, [[encoding]]" "can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]]" "information.Unregistered or niche encoding and file formats can be indicated instead" "via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.", ) copyrightYear: Optional[ Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat, ] ] = Field( default=None, description="The year during which the claimed copyright for the CreativeWork was first asserted.", ) mainEntity: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the primary entity described in some page or other CreativeWork.", ) creator: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The creator/author of this CreativeWork. This is the same as the Author property for" "CreativeWork.", ) teaches: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The item being described is intended to help a person learn the competency or learning" "outcome defined by the referenced term.", ) temporal: Union[List[Union[datetime, str, Any]], datetime, str, Any] = Field( default=None, description='The "temporal" property can be used in cases where more specific properties(e.g.' "[[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]])" "are not known to be appropriate.", ) size: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A standardized size of a product or creative work, specified either through a simple" "textual string (for example 'XL', '32Wx34L'), a QuantitativeValue with a unitCode," "or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]]," "[[height]], [[depth]] and [[weight]] properties may be more applicable.", ) translator: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Organization or person who adapts a creative work to different languages, regional" "differences and technical requirements of a target market, or that translates during" "some event.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) accountablePerson: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies the Person that is legally accountable for the CreativeWork.", ) accessibilityHazard: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A characteristic of the described resource that is physiologically dangerous to some" "users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary).", ) contentRating: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Official rating of a piece of content&#x2014;for example, 'MPAA PG-13'.", ) recordedAt: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The Event where the CreativeWork was recorded. The CreativeWork may capture all or part" "of the event.", ) publication: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A publication event associated with the item.", ) sdLicense: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A license document that applies to this structured data, typically indicated by URL.", ) headline: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Headline of the article.", ) materialExtent: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The quantity of the materials being described or an expression of the physical space" "they occupy.", ) inLanguage: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="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](http://tools.ietf.org/html/bcp47). See also" "[[availableLanguage]].", ) material: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="A material that something is made from, e.g. leather, wool, cotton, paper.", ) datePublished: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="Date of first broadcast/publication.", ) offers: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An offer to provide this item&#x2014;for example, an offer to sell a product, rent the" "DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]]" "to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can" "also be used to describe a [[Demand]]. While this property is listed as expected on a number" "of common types, it can be used in others. In that case, using a second type, such as Product" "or a subtype of Product, can clarify the nature of the offer.", ) hasPart: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some" "sense).", ) sourceOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The Organization on whose behalf the creator was working.", ) sponsor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports a thing through a pledge, promise, or financial" "contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.", ) character: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Fictional person connected with a creative work.", ) significantLink: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="One of the more significant URLs on the page. Typically, these are the non-navigation" "links that are clicked on the most.", ) specialty: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="One of the domain specialities to which this web page's content applies.", ) reviewedBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="People or organizations that have reviewed the content on this web page for accuracy" "and/or completeness.", ) lastReviewed: Optional[Union[List[Union[str, Any, date]], str, Any, date]] = Field( default=None, description="Date on which the content on this web page was last reviewed for accuracy and/or completeness.", ) relatedLink: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A link related to this web page, for example to other related web pages.", ) breadcrumb: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A set of links that can help a user understand and navigate a website hierarchy.", ) significantLinks: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="The most significant URLs on the page. Typically, these are the non-navigation links" "that are clicked on the most.", ) mainContentOfPage: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates if this web page element is the main subject of the page.", ) speakable: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="Indicates sections of a Web page that are particularly 'speakable' in the sense of being" "highlighted as being especially appropriate for text-to-speech conversion. Other" "sections of a page may also be usefully spoken in particular circumstances; the 'speakable'" "property serves to indicate the parts most likely to be generally useful for speech.The" "*speakable* property can be repeated an arbitrary number of times, with three kinds" "of possible 'content-locator' values:1.) *id-value* URL references - uses *id-value*" "of an element in the page being annotated. The simplest use of *speakable* has (potentially" "relative) URL values, referencing identified sections of the document concerned.2.)" "CSS Selectors - addresses content in the annotated page, e.g. via class attribute. Use" "the [[cssSelector]] property.3.) XPaths - addresses content via XPaths (assuming" "an XML view of the content). Use the [[xpath]] property.For more sophisticated markup" "of speakable sections beyond simple ID references, either CSS selectors or XPath expressions" "to pick out document section(s) as speakable. For thiswe define a supporting type, [[SpeakableSpecification]]" "which is defined to be a possible value of the *speakable* property.", ) primaryImageOfPage: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the main image on the page.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/SearchResultsPage.py
0.923747
0.316198
SearchResultsPage.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class AggregateRating(BaseModel): """The average rating based on multiple ratings or reviews. References: https://schema.org/AggregateRating Note: Model Depth 4 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. reviewAspect: (Union[List[Union[str, Any]], str, Any]): This Review or Rating is relevant to this part or facet of the itemReviewed. author: (Optional[Union[List[Union[str, Any]], str, Any]]): The author of this content or rating. 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. ratingExplanation: (Union[List[Union[str, Any]], str, Any]): A short explanation (e.g. one to two sentences) providing background context and other information that led to the conclusion expressed in the rating. This is particularly applicable to ratings associated with "fact check" markup using [[ClaimReview]]. bestRating: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The highest value allowed in this rating system. If bestRating is omitted, 5 is assumed. ratingValue: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The rating for the content.Usage guidelines:* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator. worstRating: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The lowest value allowed in this rating system. If worstRating is omitted, 1 is assumed. itemReviewed: (Optional[Union[List[Union[str, Any]], str, Any]]): The item that is being reviewed/rated. ratingCount: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): The count of total number of ratings. reviewCount: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): The count of total number of reviews. """ type_: str = Field(default="AggregateRating", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) reviewAspect: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="This Review or Rating is relevant to this part or facet of the itemReviewed.", ) author: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The author of this content or rating. 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.", ) ratingExplanation: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A short explanation (e.g. one to two sentences) providing background context and other" "information that led to the conclusion expressed in the rating. This is particularly" 'applicable to ratings associated with "fact check" markup using [[ClaimReview]].', ) bestRating: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The highest value allowed in this rating system. If bestRating is omitted, 5 is assumed.", ) ratingValue: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The rating for the content.Usage guidelines:* Use values from 0123456789 (Unicode" "'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar" "Unicode symbols.* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate" "a decimal point. Avoid using these symbols as a readability separator.", ) worstRating: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The lowest value allowed in this rating system. If worstRating is omitted, 1 is assumed.", ) itemReviewed: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The item that is being reviewed/rated.", ) ratingCount: Optional[Union[List[Union[str, int, Any]], str, int, Any]] = Field( default=None, description="The count of total number of ratings.", ) reviewCount: Optional[Union[List[Union[str, int, Any]], str, int, Any]] = Field( default=None, description="The count of total number of reviews.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/AggregateRating.py
0.939408
0.411229
AggregateRating.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class ShippingRateSettings(BaseModel): """A ShippingRateSettings represents re-usable pieces of shipping information. It is designed for publication on an URL that may be referenced via the [[shippingSettingsLink]] property of an [[OfferShippingDetails]]. Several occurrences can be published, distinguished and matched (i.e. identified/referenced) by their different values for [[shippingLabel]]. References: https://schema.org/ShippingRateSettings Note: Model Depth 4 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. shippingDestination: (Optional[Union[List[Union[str, Any]], str, Any]]): indicates (possibly multiple) shipping destinations. These can be defined in several ways, e.g. postalCode ranges. shippingLabel: (Union[List[Union[str, Any]], str, Any]): Label to match an [[OfferShippingDetails]] with a [[ShippingRateSettings]] (within the context of a [[shippingSettingsLink]] cross-reference). doesNotShip: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates when shipping to a particular [[shippingDestination]] is not available. freeShippingThreshold: (Optional[Union[List[Union[str, Any]], str, Any]]): A monetary value above (or at) which the shipping rate becomes free. Intended to be used via an [[OfferShippingDetails]] with [[shippingSettingsLink]] matching this [[ShippingRateSettings]]. shippingRate: (Optional[Union[List[Union[str, Any]], str, Any]]): The shipping rate is the cost of shipping to the specified destination. Typically, the maxValue and currency values (of the [[MonetaryAmount]]) are most appropriate. isUnlabelledFallback: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): This can be marked 'true' to indicate that some published [[DeliveryTimeSettings]] or [[ShippingRateSettings]] are intended to apply to all [[OfferShippingDetails]] published by the same merchant, when referenced by a [[shippingSettingsLink]] in those settings. It is not meaningful to use a 'true' value for this property alongside a transitTimeLabel (for [[DeliveryTimeSettings]]) or shippingLabel (for [[ShippingRateSettings]]), since this property is for use with unlabelled settings. """ type_: str = Field(default="ShippingRateSettings", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) shippingDestination: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="indicates (possibly multiple) shipping destinations. These can be defined in several" "ways, e.g. postalCode ranges.", ) shippingLabel: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Label to match an [[OfferShippingDetails]] with a [[ShippingRateSettings]] (within" "the context of a [[shippingSettingsLink]] cross-reference).", ) doesNotShip: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates when shipping to a particular [[shippingDestination]] is not available.", ) freeShippingThreshold: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A monetary value above (or at) which the shipping rate becomes free. Intended to be used" "via an [[OfferShippingDetails]] with [[shippingSettingsLink]] matching this [[ShippingRateSettings]].", ) shippingRate: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The shipping rate is the cost of shipping to the specified destination. Typically, the" "maxValue and currency values (of the [[MonetaryAmount]]) are most appropriate.", ) isUnlabelledFallback: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="This can be marked 'true' to indicate that some published [[DeliveryTimeSettings]]" "or [[ShippingRateSettings]] are intended to apply to all [[OfferShippingDetails]]" "published by the same merchant, when referenced by a [[shippingSettingsLink]] in those" "settings. It is not meaningful to use a 'true' value for this property alongside a transitTimeLabel" "(for [[DeliveryTimeSettings]]) or shippingLabel (for [[ShippingRateSettings]])," "since this property is for use with unlabelled settings.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ShippingRateSettings.py
0.94119
0.323794
ShippingRateSettings.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class DeliveryMethod(BaseModel): """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 References: https://schema.org/DeliveryMethod Note: Model Depth 4 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="DeliveryMethod", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/DeliveryMethod.py
0.936416
0.279794
DeliveryMethod.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Project(BaseModel): """An enterprise (potentially individual but typically collaborative), planned to achieve a particular aim.Use properties from [[Organization]], [[subOrganization]]/[[parentOrganization]] to indicate project sub-structures. References: https://schema.org/Project Note: Model Depth 3 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. serviceArea: (Optional[Union[List[Union[str, Any]], str, Any]]): The geographic area where the service is provided. founder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person who founded this organization. isicV4: (Union[List[Union[str, Any]], str, Any]): The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place. hasPOS: (Optional[Union[List[Union[str, Any]], str, Any]]): Points-of-Sales operated by the organization or person. globalLocationNumber: (Union[List[Union[str, Any]], str, Any]): The [Global Location Number](http://www.gs1.org/gln) (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. member: (Optional[Union[List[Union[str, Any]], str, Any]]): A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals. knowsAbout: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Of a [[Person]], and less typically of an [[Organization]], to indicate a topic that is known about - suggesting possible expertise but not implying it. We do not distinguish skill levels here, or relate this to educational content, events, objectives or [[JobPosting]] descriptions. makesOffer: (Optional[Union[List[Union[str, Any]], str, Any]]): A pointer to products or services offered by the organization or person. ownershipFundingInfo: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a description of organizational ownership structure; funding and grants. In a news/media setting, this is with particular reference to editorial independence. Note that the [[funder]] is also available and can be used to make basic funder information machine-readable. founders: (Optional[Union[List[Union[str, Any]], str, Any]]): A person who founded this organization. legalName: (Union[List[Union[str, Any]], str, Any]): The official name of the organization, e.g. the registered company name. actionableFeedbackPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement about public engagement activities (for news media, the newsroom’s), including involving the public - digitally or otherwise -- in coverage decisions, reporting and activities after publication. areaServed: (Union[List[Union[str, Any]], str, Any]): The geographic area where a service or offered item is provided. parentOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): The larger organization that this organization is a [[subOrganization]] of, if any. slogan: (Union[List[Union[str, Any]], str, Any]): A slogan or motto associated with the item. department: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. memberOf: (Optional[Union[List[Union[str, Any]], str, Any]]): An Organization (or ProgramMembership) to which this Person or Organization belongs. publishingPrinciples: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. employee: (Optional[Union[List[Union[str, Any]], str, Any]]): Someone working for this organization. award: (Union[List[Union[str, Any]], str, Any]): An award won by or for this item. email: (Union[List[Union[str, Any]], str, Any]): Email address. contactPoints: (Optional[Union[List[Union[str, Any]], str, Any]]): A contact point for a person or organization. diversityStaffingReport: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a report on staffing diversity issues. In a news context this might be for example ASNE or RTDNA (US) reports, or self-reported. foundingDate: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): The date that this organization was founded. owns: (Optional[Union[List[Union[str, Any]], str, Any]]): Products owned by the organization or person. awards: (Union[List[Union[str, Any]], str, Any]): Awards won by or for this item. review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. dissolutionDate: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): The date that this organization was dissolved. funding: (Optional[Union[List[Union[str, Any]], str, Any]]): A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. interactionStatistic: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used. events: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past events associated with this place or organization. seeks: (Optional[Union[List[Union[str, Any]], str, Any]]): A pointer to products or services sought by the organization or person (demand). employees: (Optional[Union[List[Union[str, Any]], str, Any]]): People working for this organization. unnamedSourcesPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about policy on use of unnamed sources and the decision process required. subOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific 'department' property. foundingLocation: (Optional[Union[List[Union[str, Any]], str, Any]]): The place where the Organization was founded. funder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports (sponsors) something through some kind of financial contribution. iso6523Code: (Union[List[Union[str, Any]], str, Any]): An organization identifier as defined in ISO 6523(-1). Note that many existing organization identifiers such as [leiCode](https://schema.org/leiCode), [duns](https://schema.org/duns) and [vatID](https://schema.org/vatID) can be expressed as an ISO 6523 identifier by setting the ICD part of the ISO 6523 identifier accordingly. diversityPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Statement on diversity policy by an [[Organization]] e.g. a [[NewsMediaOrganization]]. For a [[NewsMediaOrganization]], a statement describing the newsroom’s diversity policy on both staffing and sources, typically providing staffing data. hasMerchantReturnPolicy: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies a MerchantReturnPolicy that may be applicable. event: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past event associated with this place, organization, or action. duns: (Union[List[Union[str, Any]], str, Any]): The Dun & Bradstreet DUNS number for identifying an organization or business person. alumni: (Optional[Union[List[Union[str, Any]], str, Any]]): Alumni of an organization. ethicsPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Statement about ethics policy, e.g. of a [[NewsMediaOrganization]] regarding journalistic and publishing practices, or of a [[Restaurant]], a page describing food source policies. In the case of a [[NewsMediaOrganization]], an ethicsPolicy is typically a statement describing the personal, organizational, and corporate standards of behavior expected by the organization. leiCode: (Union[List[Union[str, Any]], str, Any]): An organization identifier that uniquely identifies a legal entity as defined in ISO 17442. vatID: (Union[List[Union[str, Any]], str, Any]): The Value-added Tax ID of the organization or person. knowsLanguage: (Union[List[Union[str, Any]], str, Any]): Of a [[Person]], and less typically of an [[Organization]], to indicate a known language. We do not distinguish skill levels or reading/writing/speaking/signing here. Use language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). correctionsPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing (in news media, the newsroom’s) disclosure and correction policy for errors. logo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An associated logo. hasCredential: (Optional[Union[List[Union[str, Any]], str, Any]]): A credential awarded to the Person or Organization. address: (Union[List[Union[str, Any]], str, Any]): Physical address of the item. brand: (Optional[Union[List[Union[str, Any]], str, Any]]): The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person. nonprofitStatus: (Optional[Union[List[Union[str, Any]], str, Any]]): nonprofitStatus indicates the legal status of a non-profit organization in its primary place of business. contactPoint: (Optional[Union[List[Union[str, Any]], str, Any]]): A contact point for a person or organization. hasOfferCatalog: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates an OfferCatalog listing for this Organization, Person, or Service. members: (Optional[Union[List[Union[str, Any]], str, Any]]): A member of this organization. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. faxNumber: (Union[List[Union[str, Any]], str, Any]): The fax number. telephone: (Union[List[Union[str, Any]], str, Any]): The telephone number. taxID: (Union[List[Union[str, Any]], str, Any]): The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain. naics: (Union[List[Union[str, Any]], str, Any]): The North American Industry Classification System (NAICS) code for a particular organization or business person. location: (Union[List[Union[str, Any]], str, Any]): The location of, for example, where an event is happening, where an organization is located, or where an action takes place. numberOfEmployees: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of employees in an organization, e.g. business. sponsor: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event. """ type_: str = Field(default="Project", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) serviceArea: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The geographic area where the service is provided.", ) founder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person who founded this organization.", ) isicV4: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The International Standard of Industrial Classification of All Economic Activities" "(ISIC), Revision 4 code for a particular organization, business person, or place.", ) hasPOS: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Points-of-Sales operated by the organization or person.", ) globalLocationNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The [Global Location Number](http://www.gs1.org/gln) (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.", ) member: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A member of an Organization or a ProgramMembership. Organizations can be members of" "organizations; ProgramMembership is typically for individuals.", ) knowsAbout: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Of a [[Person]], and less typically of an [[Organization]], to indicate a topic that" "is known about - suggesting possible expertise but not implying it. We do not distinguish" "skill levels here, or relate this to educational content, events, objectives or [[JobPosting]]" "descriptions.", ) makesOffer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A pointer to products or services offered by the organization or person.", ) ownershipFundingInfo: Union[ List[Union[str, AnyUrl, Any]], str, AnyUrl, Any ] = Field( default=None, description="For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]])," "a description of organizational ownership structure; funding and grants. In a news/media" "setting, this is with particular reference to editorial independence. Note that the" "[[funder]] is also available and can be used to make basic funder information machine-readable.", ) founders: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person who founded this organization.", ) legalName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The official name of the organization, e.g. the registered company name.", ) actionableFeedbackPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement" "about public engagement activities (for news media, the newsroom’s), including involving" "the public - digitally or otherwise -- in coverage decisions, reporting and activities" "after publication.", ) areaServed: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The geographic area where a service or offered item is provided.", ) parentOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The larger organization that this organization is a [[subOrganization]] of, if any.", ) slogan: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A slogan or motto associated with the item.", ) department: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) memberOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An Organization (or ProgramMembership) to which this Person or Organization belongs.", ) publishingPrinciples: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="The publishingPrinciples property indicates (typically via [[URL]]) a document describing" "the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]]" "writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity" "policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles" "are those of the party primarily responsible for the creation of the [[CreativeWork]].While" "such policies are most typically expressed in natural language, sometimes related" "information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.", ) employee: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Someone working for this organization.", ) award: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An award won by or for this item.", ) email: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Email address.", ) contactPoints: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A contact point for a person or organization.", ) diversityStaffingReport: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]])," "a report on staffing diversity issues. In a news context this might be for example ASNE" "or RTDNA (US) reports, or self-reported.", ) foundingDate: Optional[Union[List[Union[str, Any, date]], str, Any, date]] = Field( default=None, description="The date that this organization was founded.", ) owns: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Products owned by the organization or person.", ) awards: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Awards won by or for this item.", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) dissolutionDate: Optional[ Union[List[Union[str, Any, date]], str, Any, date] ] = Field( default=None, description="The date that this organization was dissolved.", ) funding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A [[Grant]] that directly or indirectly provide funding or sponsorship for this item." "See also [[ownershipFundingInfo]].", ) interactionStatistic: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of interactions for the CreativeWork using the WebSite or SoftwareApplication." "The most specific child type of InteractionCounter should be used.", ) events: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past events associated with this place or organization.", ) seeks: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A pointer to products or services sought by the organization or person (demand).", ) employees: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="People working for this organization.", ) unnamedSourcesPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about" "policy on use of unnamed sources and the decision process required.", ) subOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A relationship between two organizations where the first includes the second, e.g.," "as a subsidiary. See also: the more specific 'department' property.", ) foundingLocation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The place where the Organization was founded.", ) funder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports (sponsors) something through some kind of financial" "contribution.", ) iso6523Code: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An organization identifier as defined in ISO 6523(-1). Note that many existing organization" "identifiers such as [leiCode](https://schema.org/leiCode), [duns](https://schema.org/duns)" "and [vatID](https://schema.org/vatID) can be expressed as an ISO 6523 identifier" "by setting the ICD part of the ISO 6523 identifier accordingly.", ) diversityPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Statement on diversity policy by an [[Organization]] e.g. a [[NewsMediaOrganization]]." "For a [[NewsMediaOrganization]], a statement describing the newsroom’s diversity" "policy on both staffing and sources, typically providing staffing data.", ) hasMerchantReturnPolicy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies a MerchantReturnPolicy that may be applicable.", ) event: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past event associated with this place, organization, or action.", ) duns: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Dun & Bradstreet DUNS number for identifying an organization or business person.", ) alumni: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Alumni of an organization.", ) ethicsPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Statement about ethics policy, e.g. of a [[NewsMediaOrganization]] regarding journalistic" "and publishing practices, or of a [[Restaurant]], a page describing food source policies." "In the case of a [[NewsMediaOrganization]], an ethicsPolicy is typically a statement" "describing the personal, organizational, and corporate standards of behavior expected" "by the organization.", ) leiCode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An organization identifier that uniquely identifies a legal entity as defined in ISO" "17442.", ) vatID: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Value-added Tax ID of the organization or person.", ) knowsLanguage: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Of a [[Person]], and less typically of an [[Organization]], to indicate a known language." "We do not distinguish skill levels or reading/writing/speaking/signing here. Use" "language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47).", ) correctionsPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing" "(in news media, the newsroom’s) disclosure and correction policy for errors.", ) logo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An associated logo.", ) hasCredential: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A credential awarded to the Person or Organization.", ) address: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Physical address of the item.", ) brand: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The brand(s) associated with a product or service, or the brand(s) maintained by an organization" "or business person.", ) nonprofitStatus: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="nonprofitStatus indicates the legal status of a non-profit organization in its primary" "place of business.", ) contactPoint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A contact point for a person or organization.", ) hasOfferCatalog: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates an OfferCatalog listing for this Organization, Person, or Service.", ) members: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A member of this organization.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) faxNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The fax number.", ) telephone: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The telephone number.", ) taxID: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in" "Spain.", ) naics: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The North American Industry Classification System (NAICS) code for a particular organization" "or business person.", ) location: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The location of, for example, where an event is happening, where an organization is located," "or where an action takes place.", ) numberOfEmployees: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of employees in an organization, e.g. business.", ) sponsor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports a thing through a pledge, promise, or financial" "contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Project.py
0.88306
0.384999
Project.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class OnSitePickup(BaseModel): """A DeliveryMethod in which an item is collected on site, e.g. in a store or at a box office. References: https://schema.org/OnSitePickup Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="OnSitePickup", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/OnSitePickup.py
0.946001
0.305736
OnSitePickup.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class MediaObject(BaseModel): """A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset, i.e. DataDownload. 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). References: https://schema.org/MediaObject Note: Model Depth 3 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. workTranslation: (Optional[Union[List[Union[str, Any]], str, Any]]): A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation “Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese translation Tây du ký bình khảo. educationalLevel: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators. associatedMedia: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. This property is a synonym for encoding. exampleOfWork: (Optional[Union[List[Union[str, Any]], str, Any]]): A creative work that this work is an example/instance/realization/derivation of. releasedEvent: (Optional[Union[List[Union[str, Any]], str, Any]]): The place and time the release was issued, expressed as a PublicationEvent. version: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The version of the CreativeWork embodied by a specified resource. locationCreated: (Optional[Union[List[Union[str, Any]], str, Any]]): The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork. acquireLicensePage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page documenting how licenses can be purchased or otherwise acquired, for the current item. thumbnailUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A thumbnail image relevant to the Thing. provider: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. expires: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): Date the content expires and is no longer useful or available. For example a [[VideoObject]] or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]] fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date. contentLocation: (Optional[Union[List[Union[str, Any]], str, Any]]): The location depicted or described in the content. For example, the location in a photograph or painting. educationalUse: (Union[List[Union[str, Any]], str, Any]): The purpose of a work in the context of education; for example, 'assignment', 'group work'. copyrightHolder: (Optional[Union[List[Union[str, Any]], str, Any]]): The party holding the legal copyright to the CreativeWork. accessibilityControl: (Union[List[Union[str, Any]], str, Any]): Identifies input methods that are sufficient to fully control the described resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary). maintainer: (Optional[Union[List[Union[str, Any]], str, Any]]): A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other [[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions to, and/or publication of, some (typically complex) artifact. It is common for distributions of software and data to be based on "upstream" sources. When [[maintainer]] is applied to a specific version of something e.g. a particular version or packaging of a [[Dataset]], it is always possible that the upstream source has a different maintainer. The [[isBasedOn]] property can be used to indicate such relationships between datasets to make the different maintenance roles clear. Similarly in the case of software, a package may have dedicated maintainers working on integration into software distributions such as Ubuntu, as well as upstream maintainers of the underlying work. educationalAlignment: (Optional[Union[List[Union[str, Any]], str, Any]]): An alignment to an established educational framework.This property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource [[teaches]] or [[assesses]] a competency. spatial: (Optional[Union[List[Union[str, Any]], str, Any]]): The "spatial" property can be used in cases when more specific properties(e.g. [[locationCreated]], [[spatialCoverage]], [[contentLocation]]) are not known to be appropriate. publisher: (Optional[Union[List[Union[str, Any]], str, Any]]): The publisher of the creative work. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. assesses: (Union[List[Union[str, Any]], str, Any]): The item being described is intended to assess the competency or learning outcome defined by the referenced term. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. isBasedOn: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A resource from which this work is derived or from which it is a modification or adaption. mentions: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept. publishingPrinciples: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. contributor: (Optional[Union[List[Union[str, Any]], str, Any]]): A secondary contributor to the CreativeWork or Event. license: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A license document that applies to this content, typically indicated by URL. citation: (Union[List[Union[str, Any]], str, Any]): A citation or reference to another creative work, such as another publication, web page, scholarly article, etc. accessibilitySummary: (Union[List[Union[str, Any]], str, Any]): A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as "short descriptions are present but long descriptions will be needed for non-visual users" or "short descriptions are present and no long descriptions are needed." award: (Union[List[Union[str, Any]], str, Any]): An award won by or for this item. commentCount: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): 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. temporalCoverage: (Union[List[Union[datetime, str, Any, AnyUrl]], datetime, str, Any, AnyUrl]): The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals). In the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012"). Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate their temporalCoverage in broader terms - textually or via well-known URL. Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".Open-ended date ranges can be written with ".." in place of the end date. For example, "2015-11/.." indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated. dateCreated: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): The date on which the CreativeWork was created or the item was added to a DataFeed. discussionUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A link to the page containing the comments of the CreativeWork. copyrightNotice: (Union[List[Union[str, Any]], str, Any]): Text of a notice appropriate for describing the copyright aspects of this Creative Work, ideally indicating the owner of the copyright for the Work. learningResourceType: (Union[List[Union[str, Any]], str, Any]): The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'. awards: (Union[List[Union[str, Any]], str, Any]): Awards won by or for this item. accessModeSufficient: (Optional[Union[List[Union[str, Any]], str, Any]]): A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary). review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. conditionsOfAccess: (Union[List[Union[str, Any]], str, Any]): Conditions that affect the availability of, or method(s) of access to, an item. Typically used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]. This property is not suitable for use as a general Web access control mechanism. It is expressed only in natural language.For example "Available by appointment from the Reading Room" or "Accessible only from logged-in accounts ". interactivityType: (Union[List[Union[str, Any]], str, Any]): The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'. abstract: (Union[List[Union[str, Any]], str, Any]): An abstract is a short description that summarizes a [[CreativeWork]]. fileFormat: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)) 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. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry. interpretedAsClaim: (Optional[Union[List[Union[str, Any]], str, Any]]): Used to indicate a specific claim contained, implied, translated or refined from the content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can be indicated using [[claimInterpreter]]. text: (Union[List[Union[str, Any]], str, Any]): The textual content of this CreativeWork. archivedAt: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible, but be archived by archival, journalistic, activist, or law enforcement organizations. In such cases, the referenced page may not directly publish the content. alternativeHeadline: (Union[List[Union[str, Any]], str, Any]): A secondary title of the CreativeWork. creditText: (Union[List[Union[str, Any]], str, Any]): Text that can be used to credit person(s) and/or organization(s) associated with a published Creative Work. funding: (Optional[Union[List[Union[str, Any]], str, Any]]): A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. interactionStatistic: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used. workExample: (Optional[Union[List[Union[str, Any]], str, Any]]): Example/instance/realization/derivation of the concept of this creative work. E.g. the paperback edition, first edition, or e-book. about: (Optional[Union[List[Union[str, Any]], str, Any]]): The subject matter of the content. encodings: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. funder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports (sponsors) something through some kind of financial contribution. video: (Optional[Union[List[Union[str, Any]], str, Any]]): An embedded video object. isPartOf: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of. pattern: (Union[List[Union[str, Any]], str, Any]): A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'. Values are typically expressed as text, although links to controlled value schemes are also supported. editor: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies the Person who edited the CreativeWork. dateModified: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed. translationOfWork: (Optional[Union[List[Union[str, Any]], str, Any]]): The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the Origin of Species”. creativeWorkStatus: (Union[List[Union[str, Any]], str, Any]): The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle. isBasedOnUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. isFamilyFriendly: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates whether this content is family friendly. isAccessibleForFree: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the item, event, or place is accessible for free. author: (Optional[Union[List[Union[str, Any]], str, Any]]): The author of this content or rating. 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. contentReferenceTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event. correction: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]], textually or in another document. sdDatePublished: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): Indicates the date on which the current structured data was generated / published. Typically used alongside [[sdPublisher]] comment: (Optional[Union[List[Union[str, Any]], str, Any]]): Comments, typically from users. countryOfOrigin: (Optional[Union[List[Union[str, Any]], str, Any]]): The country of origin of something, including products as well as creative works such as movie and TV content.In the case of TV and movie, this would be the country of the principle offices of the production company or individual responsible for the movie. For other kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties such as [[contentLocation]] and [[locationCreated]] may be more applicable.In the case of products, the country of origin of the product. The exact interpretation of this may vary by context and product type, and cannot be fully enumerated here. timeRequired: (Optional[Union[List[Union[str, Any]], str, Any]]): Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. 'PT30M', 'PT1H25M'. typicalAgeRange: (Union[List[Union[str, Any]], str, Any]): The typical expected age range, e.g. '7-9', '11-'. genre: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Genre of the creative work, broadcast channel or group. producer: (Optional[Union[List[Union[str, Any]], str, Any]]): The person or organization who produced the work (e.g. music album, movie, TV/radio series etc.). schemaVersion: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Indicates (by URL or string) a particular version of a schema used in some CreativeWork. This property was created primarily to indicate the use of a specific schema.org release, e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```. There may be situations in which other schemas might usefully be referenced this way, e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/``` but this has not been carefully explored in the community. audience: (Optional[Union[List[Union[str, Any]], str, Any]]): An intended audience, i.e. a group for whom something was created. encoding: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. This property is a synonym for associatedMedia. publisherImprint: (Optional[Union[List[Union[str, Any]], str, Any]]): The publishing division which published the comic. accessibilityAPI: (Union[List[Union[str, Any]], str, Any]): Indicates that the resource is compatible with the referenced accessibility API. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary). sdPublisher: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The[[sdPublisher]] property helps make such practices more explicit. audio: (Optional[Union[List[Union[str, Any]], str, Any]]): An embedded audio object. accessibilityFeature: (Union[List[Union[str, Any]], str, Any]): Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary). spatialCoverage: (Optional[Union[List[Union[str, Any]], str, Any]]): The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York. accessMode: (Union[List[Union[str, Any]], str, Any]): The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary). editEIDR: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing a specific edit / edition for a work of film or television.For example, the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J" has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".Since schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description. usageInfo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]. This property is applicable both to works that are freely available and to those that require payment or other transactions. It can reference additional information, e.g. community expectations on preferred linking and citation conventions, as well as purchasing details. For something that can be commercially licensed, usageInfo can provide detailed, resource-specific information about licensing options.This property can be used alongside the license property which indicates license(s) applicable to some piece of content. The usageInfo property can provide information about other licensing options, e.g. acquiring commercial usage rights for an image that is also available under non-commercial creative commons licenses. position: (Union[List[Union[str, int, Any]], str, int, Any]): The position of an item in a series or sequence of items. encodingFormat: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml) and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)), e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.In cases where a [[CreativeWork]] has several media type representations, [[encoding]] can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]] information.Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry. copyrightYear: (Optional[Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]]): The year during which the claimed copyright for the CreativeWork was first asserted. mainEntity: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the primary entity described in some page or other CreativeWork. creator: (Optional[Union[List[Union[str, Any]], str, Any]]): The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork. teaches: (Union[List[Union[str, Any]], str, Any]): The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term. temporal: (Union[List[Union[datetime, str, Any]], datetime, str, Any]): The "temporal" property can be used in cases where more specific properties(e.g. [[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]]) are not known to be appropriate. size: (Union[List[Union[str, Any]], str, Any]): A standardized size of a product or creative work, specified either through a simple textual string (for example 'XL', '32Wx34L'), a QuantitativeValue with a unitCode, or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]], [[height]], [[depth]] and [[weight]] properties may be more applicable. translator: (Optional[Union[List[Union[str, Any]], str, Any]]): Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. accountablePerson: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies the Person that is legally accountable for the CreativeWork. accessibilityHazard: (Union[List[Union[str, Any]], str, Any]): A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary). contentRating: (Union[List[Union[str, Any]], str, Any]): Official rating of a piece of content&#x2014;for example, 'MPAA PG-13'. recordedAt: (Optional[Union[List[Union[str, Any]], str, Any]]): The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event. publication: (Optional[Union[List[Union[str, Any]], str, Any]]): A publication event associated with the item. sdLicense: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A license document that applies to this structured data, typically indicated by URL. headline: (Union[List[Union[str, Any]], str, Any]): Headline of the article. materialExtent: (Union[List[Union[str, Any]], str, Any]): The quantity of the materials being described or an expression of the physical space they occupy. inLanguage: (Union[List[Union[str, Any]], str, Any]): 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](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]]. material: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): A material that something is made from, e.g. leather, wool, cotton, paper. datePublished: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): Date of first broadcast/publication. offers: (Optional[Union[List[Union[str, Any]], str, Any]]): An offer to provide this item&#x2014;for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer. hasPart: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense). sourceOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): The Organization on whose behalf the creator was working. sponsor: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event. character: (Optional[Union[List[Union[str, Any]], str, Any]]): Fictional person connected with a creative work. embedUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. bitrate: (Union[List[Union[str, Any]], str, Any]): The bitrate of the media object. width: (Optional[Union[List[Union[str, Any]], str, Any]]): The width of the item. sha256: (Union[List[Union[str, Any]], str, Any]): The [SHA-2](https://en.wikipedia.org/wiki/SHA-2) SHA256 hash of the content of the item. For example, a zero-length input has value 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855' endTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): 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*. For media, including audio and video, it's the time offset of the end of a clip within a larger file.Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions. startTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): 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. For media, including audio and video, it's the time offset of the start of a clip within a larger file.Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions. contentSize: (Union[List[Union[str, Any]], str, Any]): File size in (mega/kilo)bytes. height: (Optional[Union[List[Union[str, Any]], str, Any]]): The height of the item. playerType: (Union[List[Union[str, Any]], str, Any]): Player type required&#x2014;for example, Flash or Silverlight. associatedArticle: (Optional[Union[List[Union[str, Any]], str, Any]]): A NewsArticle associated with the Media Object. interpretedAsClaim: (Optional[Union[List[Union[str, Any]], str, Any]]): Used to indicate a specific claim contained, implied, translated or refined from the content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can be indicated using [[claimInterpreter]]. duration: (Optional[Union[List[Union[str, Any]], str, Any]]): The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601). requiresSubscription: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): 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'). regionsAllowed: (Optional[Union[List[Union[str, Any]], str, Any]]): 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](http://en.wikipedia.org/wiki/ISO_3166). contentUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Actual bytes of the media object, for example the image file or video file. productionCompany: (Optional[Union[List[Union[str, Any]], str, Any]]): The production company or studio responsible for the item, e.g. series, video game, episode etc. encodesCreativeWork: (Optional[Union[List[Union[str, Any]], str, Any]]): The CreativeWork encoded by this media object. uploadDate: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): Date when this media object was uploaded to this site. ineligibleRegion: (Union[List[Union[str, Any]], str, Any]): 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]]. encodingFormat: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml) and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)), e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.In cases where a [[CreativeWork]] has several media type representations, [[encoding]] can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]] information.Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry. """ type_: str = Field(default="MediaObject", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) workTranslation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation" "“Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese" "translation Tây du ký bình khảo.", ) educationalLevel: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The level in terms of progression through an educational or training context. Examples" "of educational levels include 'beginner', 'intermediate' or 'advanced', and formal" "sets of level indicators.", ) associatedMedia: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork. This property is a synonym for encoding.", ) exampleOfWork: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A creative work that this work is an example/instance/realization/derivation of.", ) releasedEvent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The place and time the release was issued, expressed as a PublicationEvent.", ) version: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The version of the CreativeWork embodied by a specified resource.", ) locationCreated: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The location where the CreativeWork was created, which may not be the same as the location" "depicted in the CreativeWork.", ) acquireLicensePage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page documenting how licenses can be purchased or otherwise acquired, for" "the current item.", ) thumbnailUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A thumbnail image relevant to the Thing.", ) provider: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) expires: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="Date the content expires and is no longer useful or available. For example a [[VideoObject]]" "or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]]" "fact check whose publisher wants to indicate that it may no longer be relevant (or helpful" "to highlight) after some date.", ) contentLocation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The location depicted or described in the content. For example, the location in a photograph" "or painting.", ) educationalUse: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The purpose of a work in the context of education; for example, 'assignment', 'group" "work'.", ) copyrightHolder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The party holding the legal copyright to the CreativeWork.", ) accessibilityControl: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Identifies input methods that are sufficient to fully control the described resource." "Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary).", ) maintainer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other" "[[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions" "to, and/or publication of, some (typically complex) artifact. It is common for distributions" 'of software and data to be based on "upstream" sources. When [[maintainer]] is applied' "to a specific version of something e.g. a particular version or packaging of a [[Dataset]]," "it is always possible that the upstream source has a different maintainer. The [[isBasedOn]]" "property can be used to indicate such relationships between datasets to make the different" "maintenance roles clear. Similarly in the case of software, a package may have dedicated" "maintainers working on integration into software distributions such as Ubuntu, as" "well as upstream maintainers of the underlying work.", ) educationalAlignment: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An alignment to an established educational framework.This property should not be used" "where the nature of the alignment can be described using a simple property, for example" "to express that a resource [[teaches]] or [[assesses]] a competency.", ) spatial: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description='The "spatial" property can be used in cases when more specific properties(e.g. [[locationCreated]],' "[[spatialCoverage]], [[contentLocation]]) are not known to be appropriate.", ) publisher: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The publisher of the creative work.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) assesses: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The item being described is intended to assess the competency or learning outcome defined" "by the referenced term.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) isBasedOn: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A resource from which this work is derived or from which it is a modification or adaption.", ) mentions: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates that the CreativeWork contains a reference to, but is not necessarily about" "a concept.", ) publishingPrinciples: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="The publishingPrinciples property indicates (typically via [[URL]]) a document describing" "the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]]" "writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity" "policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles" "are those of the party primarily responsible for the creation of the [[CreativeWork]].While" "such policies are most typically expressed in natural language, sometimes related" "information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.", ) contributor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A secondary contributor to the CreativeWork or Event.", ) license: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A license document that applies to this content, typically indicated by URL.", ) citation: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A citation or reference to another creative work, such as another publication, web page," "scholarly article, etc.", ) accessibilitySummary: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A human-readable summary of specific accessibility features or deficiencies, consistent" 'with the other accessibility metadata but expressing subtleties such as "short descriptions' 'are present but long descriptions will be needed for non-visual users" or "short descriptions' 'are present and no long descriptions are needed."', ) award: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An award won by or for this item.", ) commentCount: Optional[Union[List[Union[str, int, Any]], str, int, Any]] = Field( default=None, description="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.", ) temporalCoverage: Union[ List[Union[datetime, str, Any, AnyUrl]], datetime, str, Any, AnyUrl ] = Field( default=None, description="The temporalCoverage of a CreativeWork indicates the period that the content applies" "to, i.e. that it describes, either as a DateTime or as a textual string indicating a time" "period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals)." "In the case of a Dataset it will typically indicate the relevant time period in a precise" 'notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012").' "Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate" "their temporalCoverage in broader terms - textually or via well-known URL. Written" "works such as books may sometimes have precise temporal coverage too, e.g. a work set" 'in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".Open-ended' 'date ranges can be written with ".." in place of the end date. For example, "2015-11/.."' "indicates a range beginning in November 2015 and with no specified final date. This is" "tentative and might be updated in future when ISO 8601 is officially updated.", ) dateCreated: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="The date on which the CreativeWork was created or the item was added to a DataFeed.", ) discussionUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A link to the page containing the comments of the CreativeWork.", ) copyrightNotice: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Text of a notice appropriate for describing the copyright aspects of this Creative Work," "ideally indicating the owner of the copyright for the Work.", ) learningResourceType: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The predominant type or kind characterizing the learning resource. For example, 'presentation'," "'handout'.", ) awards: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Awards won by or for this item.", ) accessModeSufficient: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A list of single or combined accessModes that are sufficient to understand all the intellectual" "content of a resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary).", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) conditionsOfAccess: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Conditions that affect the availability of, or method(s) of access to, an item. Typically" "used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]." "This property is not suitable for use as a general Web access control mechanism. It is" 'expressed only in natural language.For example "Available by appointment from the' 'Reading Room" or "Accessible only from logged-in accounts ".', ) interactivityType: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The predominant mode of learning supported by the learning resource. Acceptable values" "are 'active', 'expositive', or 'mixed'.", ) abstract: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An abstract is a short description that summarizes a [[CreativeWork]].", ) fileFormat: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml))" "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. Unregistered or niche" "file formats can be indicated instead via the most appropriate URL, e.g. defining Web" "page or a Wikipedia entry.", ) interpretedAsClaim: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Used to indicate a specific claim contained, implied, translated or refined from the" "content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can" "be indicated using [[claimInterpreter]].", ) text: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The textual content of this CreativeWork.", ) archivedAt: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case" "of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible," "but be archived by archival, journalistic, activist, or law enforcement organizations." "In such cases, the referenced page may not directly publish the content.", ) alternativeHeadline: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A secondary title of the CreativeWork.", ) creditText: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Text that can be used to credit person(s) and/or organization(s) associated with a published" "Creative Work.", ) funding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A [[Grant]] that directly or indirectly provide funding or sponsorship for this item." "See also [[ownershipFundingInfo]].", ) interactionStatistic: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of interactions for the CreativeWork using the WebSite or SoftwareApplication." "The most specific child type of InteractionCounter should be used.", ) workExample: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Example/instance/realization/derivation of the concept of this creative work. E.g." "the paperback edition, first edition, or e-book.", ) about: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The subject matter of the content.", ) encodings: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork.", ) funder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports (sponsors) something through some kind of financial" "contribution.", ) video: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An embedded video object.", ) isPartOf: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is" "part of.", ) pattern: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'." "Values are typically expressed as text, although links to controlled value schemes" "are also supported.", ) editor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies the Person who edited the CreativeWork.", ) dateModified: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="The date on which the CreativeWork was most recently modified or when the item's entry" "was modified within a DataFeed.", ) translationOfWork: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the" "Origin of Species”.", ) creativeWorkStatus: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The status of a creative work in terms of its stage in a lifecycle. Example terms include" "Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for" "the stages of their publication lifecycle.", ) isBasedOnUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) isFamilyFriendly: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates whether this content is family friendly.", ) isAccessibleForFree: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the item, event, or place is accessible for free.", ) author: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The author of this content or rating. 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.", ) contentReferenceTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="The specific time described by a creative work, for works (e.g. articles, video objects" "etc.) that emphasise a particular moment within an Event.", ) correction: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]]," "textually or in another document.", ) sdDatePublished: Optional[ Union[List[Union[str, Any, date]], str, Any, date] ] = Field( default=None, description="Indicates the date on which the current structured data was generated / published. Typically" "used alongside [[sdPublisher]]", ) comment: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Comments, typically from users.", ) countryOfOrigin: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The country of origin of something, including products as well as creative works such" "as movie and TV content.In the case of TV and movie, this would be the country of the principle" "offices of the production company or individual responsible for the movie. For other" "kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties" "such as [[contentLocation]] and [[locationCreated]] may be more applicable.In the" "case of products, the country of origin of the product. The exact interpretation of this" "may vary by context and product type, and cannot be fully enumerated here.", ) timeRequired: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Approximate or typical time it takes to work with or through this learning resource for" "the typical intended target audience, e.g. 'PT30M', 'PT1H25M'.", ) typicalAgeRange: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The typical expected age range, e.g. '7-9', '11-'.", ) genre: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Genre of the creative work, broadcast channel or group.", ) producer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The person or organization who produced the work (e.g. music album, movie, TV/radio" "series etc.).", ) schemaVersion: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Indicates (by URL or string) a particular version of a schema used in some CreativeWork." "This property was created primarily to indicate the use of a specific schema.org release," "e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```." "There may be situations in which other schemas might usefully be referenced this way," "e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/```" "but this has not been carefully explored in the community.", ) audience: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An intended audience, i.e. a group for whom something was created.", ) encoding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.", ) publisherImprint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The publishing division which published the comic.", ) accessibilityAPI: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Indicates that the resource is compatible with the referenced accessibility API. Values" "should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary).", ) sdPublisher: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the party responsible for generating and publishing the current structured" "data markup, typically in cases where the structured data is derived automatically" "from existing published content but published on a different site. For example, student" "projects and open data initiatives often re-publish existing content with more explicitly" "structured metadata. The[[sdPublisher]] property helps make such practices more" "explicit.", ) audio: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An embedded audio object.", ) accessibilityFeature: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Content features of the resource, such as accessible media, alternatives and supported" "enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary).", ) spatialCoverage: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of" "the content. It is a subproperty of contentLocation intended primarily for more technical" "and detailed materials. For example with a Dataset, it indicates areas that the dataset" "describes: a dataset of New York weather would have spatialCoverage which was the place:" "the state of New York.", ) accessMode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The human sensory perceptual system or cognitive faculty through which a person may" "process or perceive information. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary).", ) editEIDR: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]]" "representing a specific edit / edition for a work of film or television.For example," 'the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J"' 'has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".Since' "schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their" "multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description)," "or alongside [[editEIDR]] for a more edit-specific description.", ) usageInfo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]." "This property is applicable both to works that are freely available and to those that" "require payment or other transactions. It can reference additional information, e.g." "community expectations on preferred linking and citation conventions, as well as purchasing" "details. For something that can be commercially licensed, usageInfo can provide detailed," "resource-specific information about licensing options.This property can be used" "alongside the license property which indicates license(s) applicable to some piece" "of content. The usageInfo property can provide information about other licensing options," "e.g. acquiring commercial usage rights for an image that is also available under non-commercial" "creative commons licenses.", ) position: Union[List[Union[str, int, Any]], str, int, Any] = Field( default=None, description="The position of an item in a series or sequence of items.", ) encodingFormat: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)" "and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types))," "e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.In" "cases where a [[CreativeWork]] has several media type representations, [[encoding]]" "can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]]" "information.Unregistered or niche encoding and file formats can be indicated instead" "via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.", ) copyrightYear: Optional[ Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat, ] ] = Field( default=None, description="The year during which the claimed copyright for the CreativeWork was first asserted.", ) mainEntity: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the primary entity described in some page or other CreativeWork.", ) creator: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The creator/author of this CreativeWork. This is the same as the Author property for" "CreativeWork.", ) teaches: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The item being described is intended to help a person learn the competency or learning" "outcome defined by the referenced term.", ) temporal: Union[List[Union[datetime, str, Any]], datetime, str, Any] = Field( default=None, description='The "temporal" property can be used in cases where more specific properties(e.g.' "[[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]])" "are not known to be appropriate.", ) size: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A standardized size of a product or creative work, specified either through a simple" "textual string (for example 'XL', '32Wx34L'), a QuantitativeValue with a unitCode," "or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]]," "[[height]], [[depth]] and [[weight]] properties may be more applicable.", ) translator: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Organization or person who adapts a creative work to different languages, regional" "differences and technical requirements of a target market, or that translates during" "some event.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) accountablePerson: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies the Person that is legally accountable for the CreativeWork.", ) accessibilityHazard: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A characteristic of the described resource that is physiologically dangerous to some" "users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary).", ) contentRating: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Official rating of a piece of content&#x2014;for example, 'MPAA PG-13'.", ) recordedAt: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The Event where the CreativeWork was recorded. The CreativeWork may capture all or part" "of the event.", ) publication: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A publication event associated with the item.", ) sdLicense: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A license document that applies to this structured data, typically indicated by URL.", ) headline: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Headline of the article.", ) materialExtent: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The quantity of the materials being described or an expression of the physical space" "they occupy.", ) inLanguage: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="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](http://tools.ietf.org/html/bcp47). See also" "[[availableLanguage]].", ) material: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="A material that something is made from, e.g. leather, wool, cotton, paper.", ) datePublished: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="Date of first broadcast/publication.", ) offers: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An offer to provide this item&#x2014;for example, an offer to sell a product, rent the" "DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]]" "to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can" "also be used to describe a [[Demand]]. While this property is listed as expected on a number" "of common types, it can be used in others. In that case, using a second type, such as Product" "or a subtype of Product, can clarify the nature of the offer.", ) hasPart: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some" "sense).", ) sourceOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The Organization on whose behalf the creator was working.", ) sponsor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports a thing through a pledge, promise, or financial" "contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.", ) character: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Fictional person connected with a creative work.", ) embedUrl: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="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.", ) bitrate: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The bitrate of the media object.", ) width: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The width of the item.", ) sha256: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The [SHA-2](https://en.wikipedia.org/wiki/SHA-2) SHA256 hash of the content of" "the item. For example, a zero-length input has value 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'", ) endTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="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*. For media, including" "audio and video, it's the time offset of the end of a clip within a larger file.Note that" "Event uses startDate/endDate instead of startTime/endTime, even when describing" "dates with times. This situation may be clarified in future revisions.", ) startTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="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. For media, including" "audio and video, it's the time offset of the start of a clip within a larger file.Note that" "Event uses startDate/endDate instead of startTime/endTime, even when describing" "dates with times. This situation may be clarified in future revisions.", ) contentSize: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="File size in (mega/kilo)bytes.", ) height: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The height of the item.", ) playerType: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Player type required&#x2014;for example, Flash or Silverlight.", ) associatedArticle: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A NewsArticle associated with the Media Object.", ) interpretedAsClaim: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Used to indicate a specific claim contained, implied, translated or refined from the" "content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can" "be indicated using [[claimInterpreter]].", ) duration: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601).", ) requiresSubscription: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="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').", ) regionsAllowed: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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](http://en.wikipedia.org/wiki/ISO_3166).", ) contentUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Actual bytes of the media object, for example the image file or video file.", ) productionCompany: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The production company or studio responsible for the item, e.g. series, video game," "episode etc.", ) encodesCreativeWork: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The CreativeWork encoded by this media object.", ) uploadDate: Optional[Union[List[Union[str, Any, date]], str, Any, date]] = Field( default=None, description="Date when this media object was uploaded to this site.", ) ineligibleRegion: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="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]].", ) encodingFormat: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)" "and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types))," "e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.In" "cases where a [[CreativeWork]] has several media type representations, [[encoding]]" "can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]]" "information.Unregistered or niche encoding and file formats can be indicated instead" "via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MediaObject.py
0.9237
0.370112
MediaObject.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Nonprofit501c13(BaseModel): """Nonprofit501c13: Non-profit type referring to Cemetery Companies. References: https://schema.org/Nonprofit501c13 Note: Model Depth 6 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="Nonprofit501c13", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Nonprofit501c13.py
0.94474
0.256925
Nonprofit501c13.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Consortium(BaseModel): """A Consortium is a membership [[Organization]] whose members are typically Organizations. References: https://schema.org/Consortium Note: Model Depth 3 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. serviceArea: (Optional[Union[List[Union[str, Any]], str, Any]]): The geographic area where the service is provided. founder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person who founded this organization. isicV4: (Union[List[Union[str, Any]], str, Any]): The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place. hasPOS: (Optional[Union[List[Union[str, Any]], str, Any]]): Points-of-Sales operated by the organization or person. globalLocationNumber: (Union[List[Union[str, Any]], str, Any]): The [Global Location Number](http://www.gs1.org/gln) (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. member: (Optional[Union[List[Union[str, Any]], str, Any]]): A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals. knowsAbout: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Of a [[Person]], and less typically of an [[Organization]], to indicate a topic that is known about - suggesting possible expertise but not implying it. We do not distinguish skill levels here, or relate this to educational content, events, objectives or [[JobPosting]] descriptions. makesOffer: (Optional[Union[List[Union[str, Any]], str, Any]]): A pointer to products or services offered by the organization or person. ownershipFundingInfo: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a description of organizational ownership structure; funding and grants. In a news/media setting, this is with particular reference to editorial independence. Note that the [[funder]] is also available and can be used to make basic funder information machine-readable. founders: (Optional[Union[List[Union[str, Any]], str, Any]]): A person who founded this organization. legalName: (Union[List[Union[str, Any]], str, Any]): The official name of the organization, e.g. the registered company name. actionableFeedbackPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement about public engagement activities (for news media, the newsroom’s), including involving the public - digitally or otherwise -- in coverage decisions, reporting and activities after publication. areaServed: (Union[List[Union[str, Any]], str, Any]): The geographic area where a service or offered item is provided. parentOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): The larger organization that this organization is a [[subOrganization]] of, if any. slogan: (Union[List[Union[str, Any]], str, Any]): A slogan or motto associated with the item. department: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. memberOf: (Optional[Union[List[Union[str, Any]], str, Any]]): An Organization (or ProgramMembership) to which this Person or Organization belongs. publishingPrinciples: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. employee: (Optional[Union[List[Union[str, Any]], str, Any]]): Someone working for this organization. award: (Union[List[Union[str, Any]], str, Any]): An award won by or for this item. email: (Union[List[Union[str, Any]], str, Any]): Email address. contactPoints: (Optional[Union[List[Union[str, Any]], str, Any]]): A contact point for a person or organization. diversityStaffingReport: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a report on staffing diversity issues. In a news context this might be for example ASNE or RTDNA (US) reports, or self-reported. foundingDate: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): The date that this organization was founded. owns: (Optional[Union[List[Union[str, Any]], str, Any]]): Products owned by the organization or person. awards: (Union[List[Union[str, Any]], str, Any]): Awards won by or for this item. review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. dissolutionDate: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): The date that this organization was dissolved. funding: (Optional[Union[List[Union[str, Any]], str, Any]]): A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. interactionStatistic: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used. events: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past events associated with this place or organization. seeks: (Optional[Union[List[Union[str, Any]], str, Any]]): A pointer to products or services sought by the organization or person (demand). employees: (Optional[Union[List[Union[str, Any]], str, Any]]): People working for this organization. unnamedSourcesPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about policy on use of unnamed sources and the decision process required. subOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific 'department' property. foundingLocation: (Optional[Union[List[Union[str, Any]], str, Any]]): The place where the Organization was founded. funder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports (sponsors) something through some kind of financial contribution. iso6523Code: (Union[List[Union[str, Any]], str, Any]): An organization identifier as defined in ISO 6523(-1). Note that many existing organization identifiers such as [leiCode](https://schema.org/leiCode), [duns](https://schema.org/duns) and [vatID](https://schema.org/vatID) can be expressed as an ISO 6523 identifier by setting the ICD part of the ISO 6523 identifier accordingly. diversityPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Statement on diversity policy by an [[Organization]] e.g. a [[NewsMediaOrganization]]. For a [[NewsMediaOrganization]], a statement describing the newsroom’s diversity policy on both staffing and sources, typically providing staffing data. hasMerchantReturnPolicy: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies a MerchantReturnPolicy that may be applicable. event: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past event associated with this place, organization, or action. duns: (Union[List[Union[str, Any]], str, Any]): The Dun & Bradstreet DUNS number for identifying an organization or business person. alumni: (Optional[Union[List[Union[str, Any]], str, Any]]): Alumni of an organization. ethicsPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Statement about ethics policy, e.g. of a [[NewsMediaOrganization]] regarding journalistic and publishing practices, or of a [[Restaurant]], a page describing food source policies. In the case of a [[NewsMediaOrganization]], an ethicsPolicy is typically a statement describing the personal, organizational, and corporate standards of behavior expected by the organization. leiCode: (Union[List[Union[str, Any]], str, Any]): An organization identifier that uniquely identifies a legal entity as defined in ISO 17442. vatID: (Union[List[Union[str, Any]], str, Any]): The Value-added Tax ID of the organization or person. knowsLanguage: (Union[List[Union[str, Any]], str, Any]): Of a [[Person]], and less typically of an [[Organization]], to indicate a known language. We do not distinguish skill levels or reading/writing/speaking/signing here. Use language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). correctionsPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing (in news media, the newsroom’s) disclosure and correction policy for errors. logo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An associated logo. hasCredential: (Optional[Union[List[Union[str, Any]], str, Any]]): A credential awarded to the Person or Organization. address: (Union[List[Union[str, Any]], str, Any]): Physical address of the item. brand: (Optional[Union[List[Union[str, Any]], str, Any]]): The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person. nonprofitStatus: (Optional[Union[List[Union[str, Any]], str, Any]]): nonprofitStatus indicates the legal status of a non-profit organization in its primary place of business. contactPoint: (Optional[Union[List[Union[str, Any]], str, Any]]): A contact point for a person or organization. hasOfferCatalog: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates an OfferCatalog listing for this Organization, Person, or Service. members: (Optional[Union[List[Union[str, Any]], str, Any]]): A member of this organization. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. faxNumber: (Union[List[Union[str, Any]], str, Any]): The fax number. telephone: (Union[List[Union[str, Any]], str, Any]): The telephone number. taxID: (Union[List[Union[str, Any]], str, Any]): The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain. naics: (Union[List[Union[str, Any]], str, Any]): The North American Industry Classification System (NAICS) code for a particular organization or business person. location: (Union[List[Union[str, Any]], str, Any]): The location of, for example, where an event is happening, where an organization is located, or where an action takes place. numberOfEmployees: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of employees in an organization, e.g. business. sponsor: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event. """ type_: str = Field(default="Consortium", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) serviceArea: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The geographic area where the service is provided.", ) founder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person who founded this organization.", ) isicV4: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The International Standard of Industrial Classification of All Economic Activities" "(ISIC), Revision 4 code for a particular organization, business person, or place.", ) hasPOS: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Points-of-Sales operated by the organization or person.", ) globalLocationNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The [Global Location Number](http://www.gs1.org/gln) (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.", ) member: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A member of an Organization or a ProgramMembership. Organizations can be members of" "organizations; ProgramMembership is typically for individuals.", ) knowsAbout: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Of a [[Person]], and less typically of an [[Organization]], to indicate a topic that" "is known about - suggesting possible expertise but not implying it. We do not distinguish" "skill levels here, or relate this to educational content, events, objectives or [[JobPosting]]" "descriptions.", ) makesOffer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A pointer to products or services offered by the organization or person.", ) ownershipFundingInfo: Union[ List[Union[str, AnyUrl, Any]], str, AnyUrl, Any ] = Field( default=None, description="For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]])," "a description of organizational ownership structure; funding and grants. In a news/media" "setting, this is with particular reference to editorial independence. Note that the" "[[funder]] is also available and can be used to make basic funder information machine-readable.", ) founders: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person who founded this organization.", ) legalName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The official name of the organization, e.g. the registered company name.", ) actionableFeedbackPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement" "about public engagement activities (for news media, the newsroom’s), including involving" "the public - digitally or otherwise -- in coverage decisions, reporting and activities" "after publication.", ) areaServed: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The geographic area where a service or offered item is provided.", ) parentOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The larger organization that this organization is a [[subOrganization]] of, if any.", ) slogan: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A slogan or motto associated with the item.", ) department: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) memberOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An Organization (or ProgramMembership) to which this Person or Organization belongs.", ) publishingPrinciples: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="The publishingPrinciples property indicates (typically via [[URL]]) a document describing" "the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]]" "writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity" "policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles" "are those of the party primarily responsible for the creation of the [[CreativeWork]].While" "such policies are most typically expressed in natural language, sometimes related" "information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.", ) employee: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Someone working for this organization.", ) award: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An award won by or for this item.", ) email: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Email address.", ) contactPoints: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A contact point for a person or organization.", ) diversityStaffingReport: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]])," "a report on staffing diversity issues. In a news context this might be for example ASNE" "or RTDNA (US) reports, or self-reported.", ) foundingDate: Optional[Union[List[Union[str, Any, date]], str, Any, date]] = Field( default=None, description="The date that this organization was founded.", ) owns: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Products owned by the organization or person.", ) awards: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Awards won by or for this item.", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) dissolutionDate: Optional[ Union[List[Union[str, Any, date]], str, Any, date] ] = Field( default=None, description="The date that this organization was dissolved.", ) funding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A [[Grant]] that directly or indirectly provide funding or sponsorship for this item." "See also [[ownershipFundingInfo]].", ) interactionStatistic: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of interactions for the CreativeWork using the WebSite or SoftwareApplication." "The most specific child type of InteractionCounter should be used.", ) events: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past events associated with this place or organization.", ) seeks: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A pointer to products or services sought by the organization or person (demand).", ) employees: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="People working for this organization.", ) unnamedSourcesPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about" "policy on use of unnamed sources and the decision process required.", ) subOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A relationship between two organizations where the first includes the second, e.g.," "as a subsidiary. See also: the more specific 'department' property.", ) foundingLocation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The place where the Organization was founded.", ) funder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports (sponsors) something through some kind of financial" "contribution.", ) iso6523Code: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An organization identifier as defined in ISO 6523(-1). Note that many existing organization" "identifiers such as [leiCode](https://schema.org/leiCode), [duns](https://schema.org/duns)" "and [vatID](https://schema.org/vatID) can be expressed as an ISO 6523 identifier" "by setting the ICD part of the ISO 6523 identifier accordingly.", ) diversityPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Statement on diversity policy by an [[Organization]] e.g. a [[NewsMediaOrganization]]." "For a [[NewsMediaOrganization]], a statement describing the newsroom’s diversity" "policy on both staffing and sources, typically providing staffing data.", ) hasMerchantReturnPolicy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies a MerchantReturnPolicy that may be applicable.", ) event: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past event associated with this place, organization, or action.", ) duns: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Dun & Bradstreet DUNS number for identifying an organization or business person.", ) alumni: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Alumni of an organization.", ) ethicsPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Statement about ethics policy, e.g. of a [[NewsMediaOrganization]] regarding journalistic" "and publishing practices, or of a [[Restaurant]], a page describing food source policies." "In the case of a [[NewsMediaOrganization]], an ethicsPolicy is typically a statement" "describing the personal, organizational, and corporate standards of behavior expected" "by the organization.", ) leiCode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An organization identifier that uniquely identifies a legal entity as defined in ISO" "17442.", ) vatID: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Value-added Tax ID of the organization or person.", ) knowsLanguage: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Of a [[Person]], and less typically of an [[Organization]], to indicate a known language." "We do not distinguish skill levels or reading/writing/speaking/signing here. Use" "language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47).", ) correctionsPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing" "(in news media, the newsroom’s) disclosure and correction policy for errors.", ) logo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An associated logo.", ) hasCredential: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A credential awarded to the Person or Organization.", ) address: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Physical address of the item.", ) brand: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The brand(s) associated with a product or service, or the brand(s) maintained by an organization" "or business person.", ) nonprofitStatus: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="nonprofitStatus indicates the legal status of a non-profit organization in its primary" "place of business.", ) contactPoint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A contact point for a person or organization.", ) hasOfferCatalog: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates an OfferCatalog listing for this Organization, Person, or Service.", ) members: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A member of this organization.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) faxNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The fax number.", ) telephone: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The telephone number.", ) taxID: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in" "Spain.", ) naics: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The North American Industry Classification System (NAICS) code for a particular organization" "or business person.", ) location: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The location of, for example, where an event is happening, where an organization is located," "or where an action takes place.", ) numberOfEmployees: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of employees in an organization, e.g. business.", ) sponsor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports a thing through a pledge, promise, or financial" "contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Consortium.py
0.897585
0.38604
Consortium.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class CourseInstance(BaseModel): """An instance of a [[Course]] which is distinct from other instances because it is offered at a different time or location or through different media or modes of study or to a specific section of students. References: https://schema.org/CourseInstance Note: Model Depth 3 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. performer: (Optional[Union[List[Union[str, Any]], str, Any]]): A performer at the event&#x2014;for example, a presenter, musician, musical group or actor. eventAttendanceMode: (Optional[Union[List[Union[str, Any]], str, Any]]): The eventAttendanceMode of an event indicates whether it occurs online, offline, or a mix. workFeatured: (Optional[Union[List[Union[str, Any]], str, Any]]): 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). remainingAttendeeCapacity: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): The number of attendee places for an event that remain unallocated. actor: (Optional[Union[List[Union[str, Any]], str, Any]]): An actor, e.g. in TV, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip. doorTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): The time admission will commence. previousStartDate: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): 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. recordedIn: (Optional[Union[List[Union[str, Any]], str, Any]]): The CreativeWork that captured all or part of this Event. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. contributor: (Optional[Union[List[Union[str, Any]], str, Any]]): A secondary contributor to the CreativeWork or Event. superEvent: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. eventSchedule: (Optional[Union[List[Union[str, Any]], str, Any]]): Associates an [[Event]] with a [[Schedule]]. There are circumstances where it is preferable to share a schedule for a series of repeating events rather than data on the individual events themselves. For example, a website or application might prefer to publish a schedule for a weekly gym class rather than provide data on every event. A schedule could be processed by applications to add forthcoming events to a calendar. An [[Event]] that is associated with a [[Schedule]] using this property should not have [[startDate]] or [[endDate]] properties. These are instead defined within the associated [[Schedule]], this avoids any ambiguity for clients using the data. The property might have repeated values to specify different schedules, e.g. for different months or seasons. maximumVirtualAttendeeCapacity: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): The maximum physical attendee capacity of an [[Event]] whose [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online aspects, in the case of a [[MixedEventAttendanceMode]]). attendees: (Optional[Union[List[Union[str, Any]], str, Any]]): A person attending the event. review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. eventStatus: (Optional[Union[List[Union[str, Any]], str, Any]]): An eventStatus of an event represents its status; particularly useful when an event is cancelled or rescheduled. funding: (Optional[Union[List[Union[str, Any]], str, Any]]): A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. workPerformed: (Optional[Union[List[Union[str, Any]], str, Any]]): A work performed in some event, for example a play performed in a TheaterEvent. duration: (Optional[Union[List[Union[str, Any]], str, Any]]): The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601). about: (Optional[Union[List[Union[str, Any]], str, Any]]): The subject matter of the content. composer: (Optional[Union[List[Union[str, Any]], str, Any]]): The person or organization who wrote a composition, or who is the composer of a work performed at some event. funder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports (sponsors) something through some kind of financial contribution. isAccessibleForFree: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the item, event, or place is accessible for free. subEvent: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. typicalAgeRange: (Union[List[Union[str, Any]], str, Any]): The typical expected age range, e.g. '7-9', '11-'. audience: (Optional[Union[List[Union[str, Any]], str, Any]]): An intended audience, i.e. a group for whom something was created. attendee: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization attending the event. subEvents: (Optional[Union[List[Union[str, Any]], str, Any]]): Events that are a part of this event. For example, a conference event includes many presentations, each subEvents of the conference. performers: (Optional[Union[List[Union[str, Any]], str, Any]]): The main performer or performers of the event&#x2014;for example, a presenter, musician, or actor. maximumAttendeeCapacity: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): The total number of individuals that may attend an event or venue. translator: (Optional[Union[List[Union[str, Any]], str, Any]]): Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. maximumPhysicalAttendeeCapacity: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): The maximum physical attendee capacity of an [[Event]] whose [[eventAttendanceMode]] is [[OfflineEventAttendanceMode]] (or the offline aspects, in the case of a [[MixedEventAttendanceMode]]). director: (Optional[Union[List[Union[str, Any]], str, Any]]): A director of e.g. TV, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip. inLanguage: (Union[List[Union[str, Any]], str, Any]): 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](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]]. startDate: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): The start date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)). offers: (Optional[Union[List[Union[str, Any]], str, Any]]): An offer to provide this item&#x2014;for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer. endDate: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): The end date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)). location: (Union[List[Union[str, Any]], str, Any]): The location of, for example, where an event is happening, where an organization is located, or where an action takes place. sponsor: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event. organizer: (Optional[Union[List[Union[str, Any]], str, Any]]): An organizer of an Event. courseWorkload: (Union[List[Union[str, Any]], str, Any]): The amount of work expected of students taking the course, often provided as a figure per week or per month, and may be broken down by type. For example, "2 hours of lectures, 1 hour of lab work and 3 hours of independent study per week". courseMode: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The medium or means of delivery of the course instance or the mode of study, either as a text label (e.g. "online", "onsite" or "blended"; "synchronous" or "asynchronous"; "full-time" or "part-time") or as a URL reference to a term from a controlled vocabulary (e.g. https://ceds.ed.gov/element/001311#Asynchronous). instructor: (Optional[Union[List[Union[str, Any]], str, Any]]): A person assigned to instruct or provide instructional assistance for the [[CourseInstance]]. """ type_: str = Field(default="CourseInstance", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) performer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A performer at the event&#x2014;for example, a presenter, musician, musical group" "or actor.", ) eventAttendanceMode: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The eventAttendanceMode of an event indicates whether it occurs online, offline, or" "a mix.", ) workFeatured: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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).", ) remainingAttendeeCapacity: Optional[ Union[List[Union[str, int, Any]], str, int, Any] ] = Field( default=None, description="The number of attendee places for an event that remain unallocated.", ) actor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An actor, e.g. in TV, radio, movie, video games etc., or in an event. Actors can be associated" "with individual items or with a series, episode, clip.", ) doorTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="The time admission will commence.", ) previousStartDate: Optional[ Union[List[Union[str, Any, date]], str, Any, date] ] = Field( default=None, description="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.", ) recordedIn: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The CreativeWork that captured all or part of this Event.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) contributor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A secondary contributor to the CreativeWork or Event.", ) superEvent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) eventSchedule: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Associates an [[Event]] with a [[Schedule]]. There are circumstances where it is preferable" "to share a schedule for a series of repeating events rather than data on the individual" "events themselves. For example, a website or application might prefer to publish a schedule" "for a weekly gym class rather than provide data on every event. A schedule could be processed" "by applications to add forthcoming events to a calendar. An [[Event]] that is associated" "with a [[Schedule]] using this property should not have [[startDate]] or [[endDate]]" "properties. These are instead defined within the associated [[Schedule]], this avoids" "any ambiguity for clients using the data. The property might have repeated values to" "specify different schedules, e.g. for different months or seasons.", ) maximumVirtualAttendeeCapacity: Optional[ Union[List[Union[str, int, Any]], str, int, Any] ] = Field( default=None, description="The maximum physical attendee capacity of an [[Event]] whose [[eventAttendanceMode]]" "is [[OnlineEventAttendanceMode]] (or the online aspects, in the case of a [[MixedEventAttendanceMode]]).", ) attendees: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person attending the event.", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) eventStatus: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An eventStatus of an event represents its status; particularly useful when an event" "is cancelled or rescheduled.", ) funding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A [[Grant]] that directly or indirectly provide funding or sponsorship for this item." "See also [[ownershipFundingInfo]].", ) workPerformed: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A work performed in some event, for example a play performed in a TheaterEvent.", ) duration: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601).", ) about: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The subject matter of the content.", ) composer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The person or organization who wrote a composition, or who is the composer of a work performed" "at some event.", ) funder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports (sponsors) something through some kind of financial" "contribution.", ) isAccessibleForFree: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the item, event, or place is accessible for free.", ) subEvent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) typicalAgeRange: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The typical expected age range, e.g. '7-9', '11-'.", ) audience: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An intended audience, i.e. a group for whom something was created.", ) attendee: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization attending the event.", ) subEvents: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Events that are a part of this event. For example, a conference event includes many presentations," "each subEvents of the conference.", ) performers: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The main performer or performers of the event&#x2014;for example, a presenter, musician," "or actor.", ) maximumAttendeeCapacity: Optional[ Union[List[Union[str, int, Any]], str, int, Any] ] = Field( default=None, description="The total number of individuals that may attend an event or venue.", ) translator: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Organization or person who adapts a creative work to different languages, regional" "differences and technical requirements of a target market, or that translates during" "some event.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) maximumPhysicalAttendeeCapacity: Optional[ Union[List[Union[str, int, Any]], str, int, Any] ] = Field( default=None, description="The maximum physical attendee capacity of an [[Event]] whose [[eventAttendanceMode]]" "is [[OfflineEventAttendanceMode]] (or the offline aspects, in the case of a [[MixedEventAttendanceMode]]).", ) director: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A director of e.g. TV, radio, movie, video gaming etc. content, or of an event. Directors" "can be associated with individual items or with a series, episode, clip.", ) inLanguage: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="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](http://tools.ietf.org/html/bcp47). See also" "[[availableLanguage]].", ) startDate: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="The start date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).", ) offers: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An offer to provide this item&#x2014;for example, an offer to sell a product, rent the" "DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]]" "to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can" "also be used to describe a [[Demand]]. While this property is listed as expected on a number" "of common types, it can be used in others. In that case, using a second type, such as Product" "or a subtype of Product, can clarify the nature of the offer.", ) endDate: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="The end date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).", ) location: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The location of, for example, where an event is happening, where an organization is located," "or where an action takes place.", ) sponsor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports a thing through a pledge, promise, or financial" "contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.", ) organizer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An organizer of an Event.", ) courseWorkload: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The amount of work expected of students taking the course, often provided as a figure" 'per week or per month, and may be broken down by type. For example, "2 hours of lectures,' '1 hour of lab work and 3 hours of independent study per week".', ) courseMode: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The medium or means of delivery of the course instance or the mode of study, either as a" 'text label (e.g. "online", "onsite" or "blended"; "synchronous" or "asynchronous";' '"full-time" or "part-time") or as a URL reference to a term from a controlled vocabulary' "(e.g. https://ceds.ed.gov/element/001311#Asynchronous).", ) instructor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person assigned to instruct or provide instructional assistance for the [[CourseInstance]].", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/CourseInstance.py
0.922952
0.374019
CourseInstance.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class True_(BaseModel): """The boolean value true. References: https://schema.org/True Note: Model Depth 6 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="True", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/True_.py
0.936851
0.319758
True_.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class BasicIncome(BaseModel): """BasicIncome: this is a benefit for basic income. References: https://schema.org/BasicIncome Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="BasicIncome", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/BasicIncome.py
0.944868
0.347814
BasicIncome.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class EducationalOrganization(BaseModel): """An educational organization. References: https://schema.org/EducationalOrganization Note: Model Depth 3 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. geoCovers: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a covering geometry to a covered geometry. "Every point of b is a point of (the interior or boundary of) a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). longitude: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)). smokingAllowed: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room. isicV4: (Union[List[Union[str, Any]], str, Any]): The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place. globalLocationNumber: (Union[List[Union[str, Any]], str, Any]): The [Global Location Number](http://www.gs1.org/gln) (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. amenityFeature: (Optional[Union[List[Union[str, Any]], str, Any]]): An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs. additionalProperty: (Optional[Union[List[Union[str, Any]], str, Any]]): A property-value pair representing an additional characteristic of the entity, 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. https://schema.org/width, https://schema.org/color, https://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism. slogan: (Union[List[Union[str, Any]], str, Any]): A slogan or motto associated with the item. photos: (Optional[Union[List[Union[str, Any]], str, Any]]): Photographs of this place. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. tourBookingPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A page providing information on how to book a tour of some [[Place]], such as an [[Accommodation]] or [[ApartmentComplex]] in a real estate setting, as well as other kinds of tours as appropriate. geoWithin: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). containsPlace: (Optional[Union[List[Union[str, Any]], str, Any]]): The basic containment relation between a place and another that it contains. review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. hasMap: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A URL to a map of the place. containedIn: (Optional[Union[List[Union[str, Any]], str, Any]]): The basic containment relation between a place and one that contains it. events: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past events associated with this place or organization. geoOverlaps: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). geoEquals: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). "Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other" (a symmetric relationship). maps: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A URL to a map of the place. isAccessibleForFree: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the item, event, or place is accessible for free. event: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past event associated with this place, organization, or action. photo: (Optional[Union[List[Union[str, Any]], str, Any]]): A photograph of this place. containedInPlace: (Optional[Union[List[Union[str, Any]], str, Any]]): The basic containment relation between a place and one that contains it. logo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An associated logo. geoCrosses: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to another that crosses it: "a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). address: (Union[List[Union[str, Any]], str, Any]): Physical address of the item. geo: (Optional[Union[List[Union[str, Any]], str, Any]]): The geo coordinates of the place. openingHoursSpecification: (Optional[Union[List[Union[str, Any]], str, Any]]): The opening hours of a certain place. geoDisjoint: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: "they have no point in common. They form a set of disconnected geometries." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).) geoIntersects: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). latitude: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)). maximumAttendeeCapacity: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): The total number of individuals that may attend an event or venue. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. map: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A URL to a map of the place. branchCode: (Union[List[Union[str, Any]], str, Any]): 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. faxNumber: (Union[List[Union[str, Any]], str, Any]): The fax number. publicAccess: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the [[Place]] is open to public visitors. If this property is omitted there is no assumed default boolean value geoTouches: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents spatial relations in which two geometries (or the places they represent) touch: "they have at least one boundary point in common, but no interior points." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).) geoCoveredBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). telephone: (Union[List[Union[str, Any]], str, Any]): The telephone number. hasDriveThroughService: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates whether some facility (e.g. [[FoodEstablishment]], [[CovidTestingFacility]]) offers a service that can be used by driving through in a car. In the case of [[CovidTestingFacility]] such facilities could potentially help with social distancing from other potentially-infected users. specialOpeningHoursSpecification: (Optional[Union[List[Union[str, Any]], str, Any]]): The special opening hours of a certain place.Use this to explicitly override general opening hours brought in scope by [[openingHoursSpecification]] or [[openingHours]]. geoContains: (Optional[Union[List[Union[str, Any]], str, Any]]): Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. "a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). openingHours: (Union[List[Union[str, Any]], str, Any]): The general 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 format. For example, 3pm is specified as ```15:00```, 10am as ```10:00```. * Here is an example: <code>&lt;time itemprop="openingHours" datetime=&quot;Tu,Th 16:00-20:00&quot;&gt;Tuesdays and Thursdays 4-8pm&lt;/time&gt;</code>.* If a business is open 7 days a week, then it can be specified as <code>&lt;time itemprop=&quot;openingHours&quot; datetime=&quot;Mo-Su&quot;&gt;Monday through Sunday, all day&lt;/time&gt;</code>. potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. serviceArea: (Optional[Union[List[Union[str, Any]], str, Any]]): The geographic area where the service is provided. founder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person who founded this organization. isicV4: (Union[List[Union[str, Any]], str, Any]): The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place. hasPOS: (Optional[Union[List[Union[str, Any]], str, Any]]): Points-of-Sales operated by the organization or person. globalLocationNumber: (Union[List[Union[str, Any]], str, Any]): The [Global Location Number](http://www.gs1.org/gln) (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. member: (Optional[Union[List[Union[str, Any]], str, Any]]): A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals. knowsAbout: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Of a [[Person]], and less typically of an [[Organization]], to indicate a topic that is known about - suggesting possible expertise but not implying it. We do not distinguish skill levels here, or relate this to educational content, events, objectives or [[JobPosting]] descriptions. makesOffer: (Optional[Union[List[Union[str, Any]], str, Any]]): A pointer to products or services offered by the organization or person. ownershipFundingInfo: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a description of organizational ownership structure; funding and grants. In a news/media setting, this is with particular reference to editorial independence. Note that the [[funder]] is also available and can be used to make basic funder information machine-readable. founders: (Optional[Union[List[Union[str, Any]], str, Any]]): A person who founded this organization. legalName: (Union[List[Union[str, Any]], str, Any]): The official name of the organization, e.g. the registered company name. actionableFeedbackPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement about public engagement activities (for news media, the newsroom’s), including involving the public - digitally or otherwise -- in coverage decisions, reporting and activities after publication. areaServed: (Union[List[Union[str, Any]], str, Any]): The geographic area where a service or offered item is provided. parentOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): The larger organization that this organization is a [[subOrganization]] of, if any. slogan: (Union[List[Union[str, Any]], str, Any]): A slogan or motto associated with the item. department: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. memberOf: (Optional[Union[List[Union[str, Any]], str, Any]]): An Organization (or ProgramMembership) to which this Person or Organization belongs. publishingPrinciples: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. employee: (Optional[Union[List[Union[str, Any]], str, Any]]): Someone working for this organization. award: (Union[List[Union[str, Any]], str, Any]): An award won by or for this item. email: (Union[List[Union[str, Any]], str, Any]): Email address. contactPoints: (Optional[Union[List[Union[str, Any]], str, Any]]): A contact point for a person or organization. diversityStaffingReport: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a report on staffing diversity issues. In a news context this might be for example ASNE or RTDNA (US) reports, or self-reported. foundingDate: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): The date that this organization was founded. owns: (Optional[Union[List[Union[str, Any]], str, Any]]): Products owned by the organization or person. awards: (Union[List[Union[str, Any]], str, Any]): Awards won by or for this item. review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. dissolutionDate: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): The date that this organization was dissolved. funding: (Optional[Union[List[Union[str, Any]], str, Any]]): A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. interactionStatistic: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used. events: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past events associated with this place or organization. seeks: (Optional[Union[List[Union[str, Any]], str, Any]]): A pointer to products or services sought by the organization or person (demand). employees: (Optional[Union[List[Union[str, Any]], str, Any]]): People working for this organization. unnamedSourcesPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about policy on use of unnamed sources and the decision process required. subOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific 'department' property. foundingLocation: (Optional[Union[List[Union[str, Any]], str, Any]]): The place where the Organization was founded. funder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports (sponsors) something through some kind of financial contribution. iso6523Code: (Union[List[Union[str, Any]], str, Any]): An organization identifier as defined in ISO 6523(-1). Note that many existing organization identifiers such as [leiCode](https://schema.org/leiCode), [duns](https://schema.org/duns) and [vatID](https://schema.org/vatID) can be expressed as an ISO 6523 identifier by setting the ICD part of the ISO 6523 identifier accordingly. diversityPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Statement on diversity policy by an [[Organization]] e.g. a [[NewsMediaOrganization]]. For a [[NewsMediaOrganization]], a statement describing the newsroom’s diversity policy on both staffing and sources, typically providing staffing data. hasMerchantReturnPolicy: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies a MerchantReturnPolicy that may be applicable. event: (Optional[Union[List[Union[str, Any]], str, Any]]): Upcoming or past event associated with this place, organization, or action. duns: (Union[List[Union[str, Any]], str, Any]): The Dun & Bradstreet DUNS number for identifying an organization or business person. alumni: (Optional[Union[List[Union[str, Any]], str, Any]]): Alumni of an organization. ethicsPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Statement about ethics policy, e.g. of a [[NewsMediaOrganization]] regarding journalistic and publishing practices, or of a [[Restaurant]], a page describing food source policies. In the case of a [[NewsMediaOrganization]], an ethicsPolicy is typically a statement describing the personal, organizational, and corporate standards of behavior expected by the organization. leiCode: (Union[List[Union[str, Any]], str, Any]): An organization identifier that uniquely identifies a legal entity as defined in ISO 17442. vatID: (Union[List[Union[str, Any]], str, Any]): The Value-added Tax ID of the organization or person. knowsLanguage: (Union[List[Union[str, Any]], str, Any]): Of a [[Person]], and less typically of an [[Organization]], to indicate a known language. We do not distinguish skill levels or reading/writing/speaking/signing here. Use language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). correctionsPolicy: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing (in news media, the newsroom’s) disclosure and correction policy for errors. logo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An associated logo. hasCredential: (Optional[Union[List[Union[str, Any]], str, Any]]): A credential awarded to the Person or Organization. address: (Union[List[Union[str, Any]], str, Any]): Physical address of the item. brand: (Optional[Union[List[Union[str, Any]], str, Any]]): The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person. nonprofitStatus: (Optional[Union[List[Union[str, Any]], str, Any]]): nonprofitStatus indicates the legal status of a non-profit organization in its primary place of business. contactPoint: (Optional[Union[List[Union[str, Any]], str, Any]]): A contact point for a person or organization. hasOfferCatalog: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates an OfferCatalog listing for this Organization, Person, or Service. members: (Optional[Union[List[Union[str, Any]], str, Any]]): A member of this organization. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. faxNumber: (Union[List[Union[str, Any]], str, Any]): The fax number. telephone: (Union[List[Union[str, Any]], str, Any]): The telephone number. taxID: (Union[List[Union[str, Any]], str, Any]): The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain. naics: (Union[List[Union[str, Any]], str, Any]): The North American Industry Classification System (NAICS) code for a particular organization or business person. location: (Union[List[Union[str, Any]], str, Any]): The location of, for example, where an event is happening, where an organization is located, or where an action takes place. numberOfEmployees: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of employees in an organization, e.g. business. sponsor: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event. alumni: (Optional[Union[List[Union[str, Any]], str, Any]]): Alumni of an organization. """ type_: str = Field(default="EducationalOrganization", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) geoCovers: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" 'a covering geometry to a covered geometry. "Every point of b is a point of (the interior' 'or boundary of) a". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', ) longitude: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).", ) smokingAllowed: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or" "hotel room.", ) isicV4: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The International Standard of Industrial Classification of All Economic Activities" "(ISIC), Revision 4 code for a particular organization, business person, or place.", ) globalLocationNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The [Global Location Number](http://www.gs1.org/gln) (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.", ) amenityFeature: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic" "property does not make a statement about whether the feature is included in an offer for" "the main accommodation or available at extra costs.", ) additionalProperty: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A property-value pair representing an additional characteristic of the entity, 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. https://schema.org/width, https://schema.org/color," "https://schema.org/gtin13, ...) will typically expect such data to be provided using" "those properties, rather than using the generic property/value mechanism.", ) slogan: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A slogan or motto associated with the item.", ) photos: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Photographs of this place.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) tourBookingPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A page providing information on how to book a tour of some [[Place]], such as an [[Accommodation]]" "or [[ApartmentComplex]] in a real estate setting, as well as other kinds of tours as appropriate.", ) geoWithin: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" "a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined" "in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) containsPlace: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The basic containment relation between a place and another that it contains.", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) hasMap: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A URL to a map of the place.", ) containedIn: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The basic containment relation between a place and one that contains it.", ) events: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past events associated with this place or organization.", ) geoOverlaps: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" "a geometry to another that geospatially overlaps it, i.e. they have some but not all points" "in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) geoEquals: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" "are topologically equal, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM)." '"Two geometries are topologically equal if their interiors intersect and no part of' 'the interior or boundary of one geometry intersects the exterior of the other" (a symmetric' "relationship).", ) maps: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A URL to a map of the place.", ) isAccessibleForFree: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the item, event, or place is accessible for free.", ) event: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past event associated with this place, organization, or action.", ) photo: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A photograph of this place.", ) containedInPlace: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The basic containment relation between a place and one that contains it.", ) logo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An associated logo.", ) geoCrosses: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" 'a geometry to another that crosses it: "a crosses b: they have some but not all interior' "points in common, and the dimension of the intersection is less than that of at least one" 'of them". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).', ) address: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Physical address of the item.", ) geo: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The geo coordinates of the place.", ) openingHoursSpecification: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The opening hours of a certain place.", ) geoDisjoint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" 'are topologically disjoint: "they have no point in common. They form a set of disconnected' 'geometries." (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)', ) geoIntersects: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" "have at least one point in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) latitude: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).", ) maximumAttendeeCapacity: Optional[ Union[List[Union[str, int, Any]], str, int, Any] ] = Field( default=None, description="The total number of individuals that may attend an event or venue.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) map: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A URL to a map of the place.", ) branchCode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description='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.', ) faxNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The fax number.", ) publicAccess: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the [[Place]] is open to public visitors. If this property is omitted" "there is no assumed default boolean value", ) geoTouches: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents spatial relations in which two geometries (or the places they represent)" 'touch: "they have at least one boundary point in common, but no interior points." (A' "symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)", ) geoCoveredBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" "a geometry to another that covers it. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) telephone: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The telephone number.", ) hasDriveThroughService: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates whether some facility (e.g. [[FoodEstablishment]], [[CovidTestingFacility]])" "offers a service that can be used by driving through in a car. In the case of [[CovidTestingFacility]]" "such facilities could potentially help with social distancing from other potentially-infected" "users.", ) specialOpeningHoursSpecification: Optional[ Union[List[Union[str, Any]], str, Any] ] = Field( default=None, description="The special opening hours of a certain place.Use this to explicitly override general" "opening hours brought in scope by [[openingHoursSpecification]] or [[openingHours]].", ) geoContains: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Represents a relationship between two geometries (or the places they represent), relating" 'a containing geometry to a contained geometry. "a contains b iff no points of b lie in' 'the exterior of a, and at least one point of the interior of b lies in the interior of a".' "As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).", ) openingHours: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The general 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 format." "For example, 3pm is specified as ```15:00```, 10am as ```10:00```. * Here is an example:" '<code>&lt;time itemprop="openingHours" datetime=&quot;Tu,Th 16:00-20:00&quot;&gt;Tuesdays' "and Thursdays 4-8pm&lt;/time&gt;</code>.* If a business is open 7 days a week, then" "it can be specified as <code>&lt;time itemprop=&quot;openingHours&quot; datetime=&quot;Mo-Su&quot;&gt;Monday" "through Sunday, all day&lt;/time&gt;</code>.", ) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) serviceArea: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The geographic area where the service is provided.", ) founder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person who founded this organization.", ) isicV4: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The International Standard of Industrial Classification of All Economic Activities" "(ISIC), Revision 4 code for a particular organization, business person, or place.", ) hasPOS: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Points-of-Sales operated by the organization or person.", ) globalLocationNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The [Global Location Number](http://www.gs1.org/gln) (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.", ) member: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A member of an Organization or a ProgramMembership. Organizations can be members of" "organizations; ProgramMembership is typically for individuals.", ) knowsAbout: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Of a [[Person]], and less typically of an [[Organization]], to indicate a topic that" "is known about - suggesting possible expertise but not implying it. We do not distinguish" "skill levels here, or relate this to educational content, events, objectives or [[JobPosting]]" "descriptions.", ) makesOffer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A pointer to products or services offered by the organization or person.", ) ownershipFundingInfo: Union[ List[Union[str, AnyUrl, Any]], str, AnyUrl, Any ] = Field( default=None, description="For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]])," "a description of organizational ownership structure; funding and grants. In a news/media" "setting, this is with particular reference to editorial independence. Note that the" "[[funder]] is also available and can be used to make basic funder information machine-readable.", ) founders: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person who founded this organization.", ) legalName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The official name of the organization, e.g. the registered company name.", ) actionableFeedbackPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement" "about public engagement activities (for news media, the newsroom’s), including involving" "the public - digitally or otherwise -- in coverage decisions, reporting and activities" "after publication.", ) areaServed: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The geographic area where a service or offered item is provided.", ) parentOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The larger organization that this organization is a [[subOrganization]] of, if any.", ) slogan: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A slogan or motto associated with the item.", ) department: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) memberOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An Organization (or ProgramMembership) to which this Person or Organization belongs.", ) publishingPrinciples: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="The publishingPrinciples property indicates (typically via [[URL]]) a document describing" "the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]]" "writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity" "policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles" "are those of the party primarily responsible for the creation of the [[CreativeWork]].While" "such policies are most typically expressed in natural language, sometimes related" "information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.", ) employee: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Someone working for this organization.", ) award: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An award won by or for this item.", ) email: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Email address.", ) contactPoints: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A contact point for a person or organization.", ) diversityStaffingReport: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]])," "a report on staffing diversity issues. In a news context this might be for example ASNE" "or RTDNA (US) reports, or self-reported.", ) foundingDate: Optional[Union[List[Union[str, Any, date]], str, Any, date]] = Field( default=None, description="The date that this organization was founded.", ) owns: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Products owned by the organization or person.", ) awards: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Awards won by or for this item.", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) dissolutionDate: Optional[ Union[List[Union[str, Any, date]], str, Any, date] ] = Field( default=None, description="The date that this organization was dissolved.", ) funding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A [[Grant]] that directly or indirectly provide funding or sponsorship for this item." "See also [[ownershipFundingInfo]].", ) interactionStatistic: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of interactions for the CreativeWork using the WebSite or SoftwareApplication." "The most specific child type of InteractionCounter should be used.", ) events: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past events associated with this place or organization.", ) seeks: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A pointer to products or services sought by the organization or person (demand).", ) employees: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="People working for this organization.", ) unnamedSourcesPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about" "policy on use of unnamed sources and the decision process required.", ) subOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A relationship between two organizations where the first includes the second, e.g.," "as a subsidiary. See also: the more specific 'department' property.", ) foundingLocation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The place where the Organization was founded.", ) funder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports (sponsors) something through some kind of financial" "contribution.", ) iso6523Code: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An organization identifier as defined in ISO 6523(-1). Note that many existing organization" "identifiers such as [leiCode](https://schema.org/leiCode), [duns](https://schema.org/duns)" "and [vatID](https://schema.org/vatID) can be expressed as an ISO 6523 identifier" "by setting the ICD part of the ISO 6523 identifier accordingly.", ) diversityPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Statement on diversity policy by an [[Organization]] e.g. a [[NewsMediaOrganization]]." "For a [[NewsMediaOrganization]], a statement describing the newsroom’s diversity" "policy on both staffing and sources, typically providing staffing data.", ) hasMerchantReturnPolicy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies a MerchantReturnPolicy that may be applicable.", ) event: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Upcoming or past event associated with this place, organization, or action.", ) duns: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Dun & Bradstreet DUNS number for identifying an organization or business person.", ) alumni: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Alumni of an organization.", ) ethicsPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Statement about ethics policy, e.g. of a [[NewsMediaOrganization]] regarding journalistic" "and publishing practices, or of a [[Restaurant]], a page describing food source policies." "In the case of a [[NewsMediaOrganization]], an ethicsPolicy is typically a statement" "describing the personal, organizational, and corporate standards of behavior expected" "by the organization.", ) leiCode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An organization identifier that uniquely identifies a legal entity as defined in ISO" "17442.", ) vatID: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Value-added Tax ID of the organization or person.", ) knowsLanguage: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Of a [[Person]], and less typically of an [[Organization]], to indicate a known language." "We do not distinguish skill levels or reading/writing/speaking/signing here. Use" "language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47).", ) correctionsPolicy: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing" "(in news media, the newsroom’s) disclosure and correction policy for errors.", ) logo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An associated logo.", ) hasCredential: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A credential awarded to the Person or Organization.", ) address: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Physical address of the item.", ) brand: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The brand(s) associated with a product or service, or the brand(s) maintained by an organization" "or business person.", ) nonprofitStatus: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="nonprofitStatus indicates the legal status of a non-profit organization in its primary" "place of business.", ) contactPoint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A contact point for a person or organization.", ) hasOfferCatalog: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates an OfferCatalog listing for this Organization, Person, or Service.", ) members: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A member of this organization.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) faxNumber: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The fax number.", ) telephone: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The telephone number.", ) taxID: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in" "Spain.", ) naics: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The North American Industry Classification System (NAICS) code for a particular organization" "or business person.", ) location: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The location of, for example, where an event is happening, where an organization is located," "or where an action takes place.", ) numberOfEmployees: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of employees in an organization, e.g. business.", ) sponsor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports a thing through a pledge, promise, or financial" "contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.", ) alumni: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Alumni of an organization.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/EducationalOrganization.py
0.946275
0.511961
EducationalOrganization.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class DiagnosticProcedure(BaseModel): """A medical procedure intended primarily for diagnostic, as opposed to therapeutic, purposes. References: https://schema.org/DiagnosticProcedure Note: Model Depth 4 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. recognizingAuthority: (Optional[Union[List[Union[str, Any]], str, Any]]): If applicable, the organization that officially recognizes this entity as part of its endorsed system of medicine. relevantSpecialty: (Optional[Union[List[Union[str, Any]], str, Any]]): If applicable, a medical specialty in which this entity is relevant. medicineSystem: (Optional[Union[List[Union[str, Any]], str, Any]]): The system of medicine that includes this MedicalEntity, for example 'evidence-based', 'homeopathic', 'chiropractic', etc. funding: (Optional[Union[List[Union[str, Any]], str, Any]]): A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. legalStatus: (Union[List[Union[str, Any]], str, Any]): The drug or supplement's legal status, including any controlled substance schedules that apply. study: (Optional[Union[List[Union[str, Any]], str, Any]]): A medical study or trial related to this entity. guideline: (Optional[Union[List[Union[str, Any]], str, Any]]): A medical guideline related to this entity. code: (Optional[Union[List[Union[str, Any]], str, Any]]): A medical code for the entity, taken from a controlled vocabulary or ontology such as ICD-9, DiseasesDB, MeSH, SNOMED-CT, RxNorm, etc. howPerformed: (Union[List[Union[str, Any]], str, Any]): How the procedure is performed. procedureType: (Optional[Union[List[Union[str, Any]], str, Any]]): The type of procedure, for example Surgical, Noninvasive, or Percutaneous. status: (Union[List[Union[str, Any]], str, Any]): The status of the study (enumerated). bodyLocation: (Union[List[Union[str, Any]], str, Any]): Location in the body of the anatomical structure. followup: (Union[List[Union[str, Any]], str, Any]): Typical or recommended followup care after the procedure is performed. preparation: (Union[List[Union[str, Any]], str, Any]): Typical preparation that a patient must undergo before having the procedure performed. """ type_: str = Field(default="DiagnosticProcedure", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) recognizingAuthority: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="If applicable, the organization that officially recognizes this entity as part of its" "endorsed system of medicine.", ) relevantSpecialty: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="If applicable, a medical specialty in which this entity is relevant.", ) medicineSystem: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The system of medicine that includes this MedicalEntity, for example 'evidence-based'," "'homeopathic', 'chiropractic', etc.", ) funding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A [[Grant]] that directly or indirectly provide funding or sponsorship for this item." "See also [[ownershipFundingInfo]].", ) legalStatus: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The drug or supplement's legal status, including any controlled substance schedules" "that apply.", ) study: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A medical study or trial related to this entity.", ) guideline: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A medical guideline related to this entity.", ) code: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A medical code for the entity, taken from a controlled vocabulary or ontology such as" "ICD-9, DiseasesDB, MeSH, SNOMED-CT, RxNorm, etc.", ) howPerformed: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="How the procedure is performed.", ) procedureType: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The type of procedure, for example Surgical, Noninvasive, or Percutaneous.", ) status: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The status of the study (enumerated).", ) bodyLocation: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Location in the body of the anatomical structure.", ) followup: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Typical or recommended followup care after the procedure is performed.", ) preparation: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Typical preparation that a patient must undergo before having the procedure performed.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/DiagnosticProcedure.py
0.931412
0.308346
DiagnosticProcedure.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class WearableSizeGroupMisses(BaseModel): """Size group "Misses" (also known as "Missy") for wearables. References: https://schema.org/WearableSizeGroupMisses Note: Model Depth 6 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="WearableSizeGroupMisses", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/WearableSizeGroupMisses.py
0.940456
0.303906
WearableSizeGroupMisses.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class DayOfWeek(BaseModel): """The day of the week, e.g. used to specify to which day the opening hours of an OpeningHoursSpecification refer.Originally, URLs from [GoodRelations](http://purl.org/goodrelations/v1) were used (for [[Monday]], [[Tuesday]], [[Wednesday]], [[Thursday]], [[Friday]], [[Saturday]], [[Sunday]] plus a special entry for [[PublicHolidays]]); these have now been integrated directly into schema.org. References: https://schema.org/DayOfWeek Note: Model Depth 4 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="DayOfWeek", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/DayOfWeek.py
0.940161
0.389663
DayOfWeek.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class TransferAction(BaseModel): """The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another. References: https://schema.org/TransferAction Note: Model Depth 3 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. endTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): 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*. For media, including audio and video, it's the time offset of the end of a clip within a larger file.Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions. provider: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. startTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): 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. For media, including audio and video, it's the time offset of the start of a clip within a larger file.Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions. result: (Optional[Union[List[Union[str, Any]], str, Any]]): The result produced in the action. E.g. John wrote *a book*. actionStatus: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the current disposition of the Action. agent: (Optional[Union[List[Union[str, Any]], str, Any]]): The direct performer or driver of the action (animate or inanimate). E.g. *John* wrote a book. instrument: (Optional[Union[List[Union[str, Any]], str, Any]]): The object that helped the agent perform the action. E.g. John wrote a book with *a pen*. object: (Optional[Union[List[Union[str, Any]], str, Any]]): The object upon which 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*. error: (Optional[Union[List[Union[str, Any]], str, Any]]): For failed actions, more information on the cause of the failure. target: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a target EntryPoint, or url, for an Action. location: (Union[List[Union[str, Any]], str, Any]): The location of, for example, where an event is happening, where an organization is located, or where an action takes place. participant: (Optional[Union[List[Union[str, Any]], str, Any]]): Other co-agents that participated in the action indirectly. E.g. John wrote a book with *Steve*. toLocation: (Optional[Union[List[Union[str, Any]], str, Any]]): A sub property of location. The final location of the object or the agent after the action. fromLocation: (Optional[Union[List[Union[str, Any]], str, Any]]): A sub property of location. The original location of the object or the agent before the action. """ type_: str = Field(default="TransferAction", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) endTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="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*. For media, including" "audio and video, it's the time offset of the end of a clip within a larger file.Note that" "Event uses startDate/endDate instead of startTime/endTime, even when describing" "dates with times. This situation may be clarified in future revisions.", ) provider: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) startTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="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. For media, including" "audio and video, it's the time offset of the start of a clip within a larger file.Note that" "Event uses startDate/endDate instead of startTime/endTime, even when describing" "dates with times. This situation may be clarified in future revisions.", ) result: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The result produced in the action. E.g. John wrote *a book*.", ) actionStatus: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the current disposition of the Action.", ) agent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The direct performer or driver of the action (animate or inanimate). E.g. *John* wrote" "a book.", ) instrument: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The object that helped the agent perform the action. E.g. John wrote a book with *a pen*.", ) object: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The object upon which 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*.", ) error: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="For failed actions, more information on the cause of the failure.", ) target: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="Indicates a target EntryPoint, or url, for an Action.", ) location: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The location of, for example, where an event is happening, where an organization is located," "or where an action takes place.", ) participant: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Other co-agents that participated in the action indirectly. E.g. John wrote a book with" "*Steve*.", ) toLocation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A sub property of location. The final location of the object or the agent after the action.", ) fromLocation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A sub property of location. The original location of the object or the agent before the" "action.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/TransferAction.py
0.91938
0.433502
TransferAction.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class WPAdBlock(BaseModel): """An advertising section of the page. References: https://schema.org/WPAdBlock Note: Model Depth 4 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. workTranslation: (Optional[Union[List[Union[str, Any]], str, Any]]): A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation “Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese translation Tây du ký bình khảo. educationalLevel: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators. associatedMedia: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. This property is a synonym for encoding. exampleOfWork: (Optional[Union[List[Union[str, Any]], str, Any]]): A creative work that this work is an example/instance/realization/derivation of. releasedEvent: (Optional[Union[List[Union[str, Any]], str, Any]]): The place and time the release was issued, expressed as a PublicationEvent. version: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The version of the CreativeWork embodied by a specified resource. locationCreated: (Optional[Union[List[Union[str, Any]], str, Any]]): The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork. acquireLicensePage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page documenting how licenses can be purchased or otherwise acquired, for the current item. thumbnailUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A thumbnail image relevant to the Thing. provider: (Optional[Union[List[Union[str, Any]], str, Any]]): 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. expires: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): Date the content expires and is no longer useful or available. For example a [[VideoObject]] or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]] fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date. contentLocation: (Optional[Union[List[Union[str, Any]], str, Any]]): The location depicted or described in the content. For example, the location in a photograph or painting. educationalUse: (Union[List[Union[str, Any]], str, Any]): The purpose of a work in the context of education; for example, 'assignment', 'group work'. copyrightHolder: (Optional[Union[List[Union[str, Any]], str, Any]]): The party holding the legal copyright to the CreativeWork. accessibilityControl: (Union[List[Union[str, Any]], str, Any]): Identifies input methods that are sufficient to fully control the described resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary). maintainer: (Optional[Union[List[Union[str, Any]], str, Any]]): A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other [[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions to, and/or publication of, some (typically complex) artifact. It is common for distributions of software and data to be based on "upstream" sources. When [[maintainer]] is applied to a specific version of something e.g. a particular version or packaging of a [[Dataset]], it is always possible that the upstream source has a different maintainer. The [[isBasedOn]] property can be used to indicate such relationships between datasets to make the different maintenance roles clear. Similarly in the case of software, a package may have dedicated maintainers working on integration into software distributions such as Ubuntu, as well as upstream maintainers of the underlying work. educationalAlignment: (Optional[Union[List[Union[str, Any]], str, Any]]): An alignment to an established educational framework.This property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource [[teaches]] or [[assesses]] a competency. spatial: (Optional[Union[List[Union[str, Any]], str, Any]]): The "spatial" property can be used in cases when more specific properties(e.g. [[locationCreated]], [[spatialCoverage]], [[contentLocation]]) are not known to be appropriate. publisher: (Optional[Union[List[Union[str, Any]], str, Any]]): The publisher of the creative work. keywords: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property. assesses: (Union[List[Union[str, Any]], str, Any]): The item being described is intended to assess the competency or learning outcome defined by the referenced term. reviews: (Optional[Union[List[Union[str, Any]], str, Any]]): Review of the item. isBasedOn: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A resource from which this work is derived or from which it is a modification or adaption. mentions: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept. publishingPrinciples: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. contributor: (Optional[Union[List[Union[str, Any]], str, Any]]): A secondary contributor to the CreativeWork or Event. license: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A license document that applies to this content, typically indicated by URL. citation: (Union[List[Union[str, Any]], str, Any]): A citation or reference to another creative work, such as another publication, web page, scholarly article, etc. accessibilitySummary: (Union[List[Union[str, Any]], str, Any]): A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as "short descriptions are present but long descriptions will be needed for non-visual users" or "short descriptions are present and no long descriptions are needed." award: (Union[List[Union[str, Any]], str, Any]): An award won by or for this item. commentCount: (Optional[Union[List[Union[str, int, Any]], str, int, Any]]): 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. temporalCoverage: (Union[List[Union[datetime, str, Any, AnyUrl]], datetime, str, Any, AnyUrl]): The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals). In the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012"). Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate their temporalCoverage in broader terms - textually or via well-known URL. Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".Open-ended date ranges can be written with ".." in place of the end date. For example, "2015-11/.." indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated. dateCreated: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): The date on which the CreativeWork was created or the item was added to a DataFeed. discussionUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A link to the page containing the comments of the CreativeWork. copyrightNotice: (Union[List[Union[str, Any]], str, Any]): Text of a notice appropriate for describing the copyright aspects of this Creative Work, ideally indicating the owner of the copyright for the Work. learningResourceType: (Union[List[Union[str, Any]], str, Any]): The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'. awards: (Union[List[Union[str, Any]], str, Any]): Awards won by or for this item. accessModeSufficient: (Optional[Union[List[Union[str, Any]], str, Any]]): A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary). review: (Optional[Union[List[Union[str, Any]], str, Any]]): A review of the item. conditionsOfAccess: (Union[List[Union[str, Any]], str, Any]): Conditions that affect the availability of, or method(s) of access to, an item. Typically used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]. This property is not suitable for use as a general Web access control mechanism. It is expressed only in natural language.For example "Available by appointment from the Reading Room" or "Accessible only from logged-in accounts ". interactivityType: (Union[List[Union[str, Any]], str, Any]): The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'. abstract: (Union[List[Union[str, Any]], str, Any]): An abstract is a short description that summarizes a [[CreativeWork]]. fileFormat: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)) 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. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry. interpretedAsClaim: (Optional[Union[List[Union[str, Any]], str, Any]]): Used to indicate a specific claim contained, implied, translated or refined from the content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can be indicated using [[claimInterpreter]]. text: (Union[List[Union[str, Any]], str, Any]): The textual content of this CreativeWork. archivedAt: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible, but be archived by archival, journalistic, activist, or law enforcement organizations. In such cases, the referenced page may not directly publish the content. alternativeHeadline: (Union[List[Union[str, Any]], str, Any]): A secondary title of the CreativeWork. creditText: (Union[List[Union[str, Any]], str, Any]): Text that can be used to credit person(s) and/or organization(s) associated with a published Creative Work. funding: (Optional[Union[List[Union[str, Any]], str, Any]]): A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. interactionStatistic: (Optional[Union[List[Union[str, Any]], str, Any]]): The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used. workExample: (Optional[Union[List[Union[str, Any]], str, Any]]): Example/instance/realization/derivation of the concept of this creative work. E.g. the paperback edition, first edition, or e-book. about: (Optional[Union[List[Union[str, Any]], str, Any]]): The subject matter of the content. encodings: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. funder: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports (sponsors) something through some kind of financial contribution. video: (Optional[Union[List[Union[str, Any]], str, Any]]): An embedded video object. isPartOf: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of. pattern: (Union[List[Union[str, Any]], str, Any]): A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'. Values are typically expressed as text, although links to controlled value schemes are also supported. editor: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies the Person who edited the CreativeWork. dateModified: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed. translationOfWork: (Optional[Union[List[Union[str, Any]], str, Any]]): The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the Origin of Species”. creativeWorkStatus: (Union[List[Union[str, Any]], str, Any]): The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle. isBasedOnUrl: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. isFamilyFriendly: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): Indicates whether this content is family friendly. isAccessibleForFree: (Optional[Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any]]): A flag to signal that the item, event, or place is accessible for free. author: (Optional[Union[List[Union[str, Any]], str, Any]]): The author of this content or rating. 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. contentReferenceTime: (Optional[Union[List[Union[datetime, str, Any]], datetime, str, Any]]): The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event. correction: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]], textually or in another document. sdDatePublished: (Optional[Union[List[Union[str, Any, date]], str, Any, date]]): Indicates the date on which the current structured data was generated / published. Typically used alongside [[sdPublisher]] comment: (Optional[Union[List[Union[str, Any]], str, Any]]): Comments, typically from users. countryOfOrigin: (Optional[Union[List[Union[str, Any]], str, Any]]): The country of origin of something, including products as well as creative works such as movie and TV content.In the case of TV and movie, this would be the country of the principle offices of the production company or individual responsible for the movie. For other kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties such as [[contentLocation]] and [[locationCreated]] may be more applicable.In the case of products, the country of origin of the product. The exact interpretation of this may vary by context and product type, and cannot be fully enumerated here. timeRequired: (Optional[Union[List[Union[str, Any]], str, Any]]): Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. 'PT30M', 'PT1H25M'. typicalAgeRange: (Union[List[Union[str, Any]], str, Any]): The typical expected age range, e.g. '7-9', '11-'. genre: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Genre of the creative work, broadcast channel or group. producer: (Optional[Union[List[Union[str, Any]], str, Any]]): The person or organization who produced the work (e.g. music album, movie, TV/radio series etc.). schemaVersion: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Indicates (by URL or string) a particular version of a schema used in some CreativeWork. This property was created primarily to indicate the use of a specific schema.org release, e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```. There may be situations in which other schemas might usefully be referenced this way, e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/``` but this has not been carefully explored in the community. audience: (Optional[Union[List[Union[str, Any]], str, Any]]): An intended audience, i.e. a group for whom something was created. encoding: (Optional[Union[List[Union[str, Any]], str, Any]]): A media object that encodes this CreativeWork. This property is a synonym for associatedMedia. publisherImprint: (Optional[Union[List[Union[str, Any]], str, Any]]): The publishing division which published the comic. accessibilityAPI: (Union[List[Union[str, Any]], str, Any]): Indicates that the resource is compatible with the referenced accessibility API. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary). sdPublisher: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The[[sdPublisher]] property helps make such practices more explicit. audio: (Optional[Union[List[Union[str, Any]], str, Any]]): An embedded audio object. accessibilityFeature: (Union[List[Union[str, Any]], str, Any]): Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary). spatialCoverage: (Optional[Union[List[Union[str, Any]], str, Any]]): The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York. accessMode: (Union[List[Union[str, Any]], str, Any]): The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary). editEIDR: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing a specific edit / edition for a work of film or television.For example, the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J" has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".Since schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description. usageInfo: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]. This property is applicable both to works that are freely available and to those that require payment or other transactions. It can reference additional information, e.g. community expectations on preferred linking and citation conventions, as well as purchasing details. For something that can be commercially licensed, usageInfo can provide detailed, resource-specific information about licensing options.This property can be used alongside the license property which indicates license(s) applicable to some piece of content. The usageInfo property can provide information about other licensing options, e.g. acquiring commercial usage rights for an image that is also available under non-commercial creative commons licenses. position: (Union[List[Union[str, int, Any]], str, int, Any]): The position of an item in a series or sequence of items. encodingFormat: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml) and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)), e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.In cases where a [[CreativeWork]] has several media type representations, [[encoding]] can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]] information.Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry. copyrightYear: (Optional[Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]]): The year during which the claimed copyright for the CreativeWork was first asserted. mainEntity: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates the primary entity described in some page or other CreativeWork. creator: (Optional[Union[List[Union[str, Any]], str, Any]]): The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork. teaches: (Union[List[Union[str, Any]], str, Any]): The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term. temporal: (Union[List[Union[datetime, str, Any]], datetime, str, Any]): The "temporal" property can be used in cases where more specific properties(e.g. [[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]]) are not known to be appropriate. size: (Union[List[Union[str, Any]], str, Any]): A standardized size of a product or creative work, specified either through a simple textual string (for example 'XL', '32Wx34L'), a QuantitativeValue with a unitCode, or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]], [[height]], [[depth]] and [[weight]] properties may be more applicable. translator: (Optional[Union[List[Union[str, Any]], str, Any]]): Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event. aggregateRating: (Optional[Union[List[Union[str, Any]], str, Any]]): The overall rating, based on a collection of reviews or ratings, of the item. accountablePerson: (Optional[Union[List[Union[str, Any]], str, Any]]): Specifies the Person that is legally accountable for the CreativeWork. accessibilityHazard: (Union[List[Union[str, Any]], str, Any]): A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary). contentRating: (Union[List[Union[str, Any]], str, Any]): Official rating of a piece of content&#x2014;for example, 'MPAA PG-13'. recordedAt: (Optional[Union[List[Union[str, Any]], str, Any]]): The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event. publication: (Optional[Union[List[Union[str, Any]], str, Any]]): A publication event associated with the item. sdLicense: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): A license document that applies to this structured data, typically indicated by URL. headline: (Union[List[Union[str, Any]], str, Any]): Headline of the article. materialExtent: (Union[List[Union[str, Any]], str, Any]): The quantity of the materials being described or an expression of the physical space they occupy. inLanguage: (Union[List[Union[str, Any]], str, Any]): 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](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]]. material: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): A material that something is made from, e.g. leather, wool, cotton, paper. datePublished: (Optional[Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date]]): Date of first broadcast/publication. offers: (Optional[Union[List[Union[str, Any]], str, Any]]): An offer to provide this item&#x2014;for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer. hasPart: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense). sourceOrganization: (Optional[Union[List[Union[str, Any]], str, Any]]): The Organization on whose behalf the creator was working. sponsor: (Optional[Union[List[Union[str, Any]], str, Any]]): A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event. character: (Optional[Union[List[Union[str, Any]], str, Any]]): Fictional person connected with a creative work. xpath: (Union[List[Union[str, Any]], str, Any]): An XPath, e.g. of a [[SpeakableSpecification]] or [[WebPageElement]]. In the latter case, multiple matches within a page can constitute a single conceptual "Web page element". cssSelector: (Union[List[Union[str, Any]], str, Any]): A CSS selector, e.g. of a [[SpeakableSpecification]] or [[WebPageElement]]. In the latter case, multiple matches within a page can constitute a single conceptual "Web page element". """ type_: str = Field(default="WPAdBlock", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) workTranslation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation" "“Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese" "translation Tây du ký bình khảo.", ) educationalLevel: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The level in terms of progression through an educational or training context. Examples" "of educational levels include 'beginner', 'intermediate' or 'advanced', and formal" "sets of level indicators.", ) associatedMedia: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork. This property is a synonym for encoding.", ) exampleOfWork: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A creative work that this work is an example/instance/realization/derivation of.", ) releasedEvent: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The place and time the release was issued, expressed as a PublicationEvent.", ) version: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The version of the CreativeWork embodied by a specified resource.", ) locationCreated: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The location where the CreativeWork was created, which may not be the same as the location" "depicted in the CreativeWork.", ) acquireLicensePage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page documenting how licenses can be purchased or otherwise acquired, for" "the current item.", ) thumbnailUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A thumbnail image relevant to the Thing.", ) provider: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="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.", ) expires: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="Date the content expires and is no longer useful or available. For example a [[VideoObject]]" "or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]]" "fact check whose publisher wants to indicate that it may no longer be relevant (or helpful" "to highlight) after some date.", ) contentLocation: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The location depicted or described in the content. For example, the location in a photograph" "or painting.", ) educationalUse: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The purpose of a work in the context of education; for example, 'assignment', 'group" "work'.", ) copyrightHolder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The party holding the legal copyright to the CreativeWork.", ) accessibilityControl: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Identifies input methods that are sufficient to fully control the described resource." "Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary).", ) maintainer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other" "[[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions" "to, and/or publication of, some (typically complex) artifact. It is common for distributions" 'of software and data to be based on "upstream" sources. When [[maintainer]] is applied' "to a specific version of something e.g. a particular version or packaging of a [[Dataset]]," "it is always possible that the upstream source has a different maintainer. The [[isBasedOn]]" "property can be used to indicate such relationships between datasets to make the different" "maintenance roles clear. Similarly in the case of software, a package may have dedicated" "maintainers working on integration into software distributions such as Ubuntu, as" "well as upstream maintainers of the underlying work.", ) educationalAlignment: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An alignment to an established educational framework.This property should not be used" "where the nature of the alignment can be described using a simple property, for example" "to express that a resource [[teaches]] or [[assesses]] a competency.", ) spatial: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description='The "spatial" property can be used in cases when more specific properties(e.g. [[locationCreated]],' "[[spatialCoverage]], [[contentLocation]]) are not known to be appropriate.", ) publisher: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The publisher of the creative work.", ) keywords: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Keywords or tags used to describe some item. Multiple textual entries in a keywords list" "are typically delimited by commas, or by repeating the property.", ) assesses: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The item being described is intended to assess the competency or learning outcome defined" "by the referenced term.", ) reviews: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Review of the item.", ) isBasedOn: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A resource from which this work is derived or from which it is a modification or adaption.", ) mentions: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates that the CreativeWork contains a reference to, but is not necessarily about" "a concept.", ) publishingPrinciples: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="The publishingPrinciples property indicates (typically via [[URL]]) a document describing" "the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]]" "writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity" "policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles" "are those of the party primarily responsible for the creation of the [[CreativeWork]].While" "such policies are most typically expressed in natural language, sometimes related" "information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.", ) contributor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A secondary contributor to the CreativeWork or Event.", ) license: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A license document that applies to this content, typically indicated by URL.", ) citation: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A citation or reference to another creative work, such as another publication, web page," "scholarly article, etc.", ) accessibilitySummary: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A human-readable summary of specific accessibility features or deficiencies, consistent" 'with the other accessibility metadata but expressing subtleties such as "short descriptions' 'are present but long descriptions will be needed for non-visual users" or "short descriptions' 'are present and no long descriptions are needed."', ) award: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An award won by or for this item.", ) commentCount: Optional[Union[List[Union[str, int, Any]], str, int, Any]] = Field( default=None, description="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.", ) temporalCoverage: Union[ List[Union[datetime, str, Any, AnyUrl]], datetime, str, Any, AnyUrl ] = Field( default=None, description="The temporalCoverage of a CreativeWork indicates the period that the content applies" "to, i.e. that it describes, either as a DateTime or as a textual string indicating a time" "period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals)." "In the case of a Dataset it will typically indicate the relevant time period in a precise" 'notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012").' "Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate" "their temporalCoverage in broader terms - textually or via well-known URL. Written" "works such as books may sometimes have precise temporal coverage too, e.g. a work set" 'in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".Open-ended' 'date ranges can be written with ".." in place of the end date. For example, "2015-11/.."' "indicates a range beginning in November 2015 and with no specified final date. This is" "tentative and might be updated in future when ISO 8601 is officially updated.", ) dateCreated: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="The date on which the CreativeWork was created or the item was added to a DataFeed.", ) discussionUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="A link to the page containing the comments of the CreativeWork.", ) copyrightNotice: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Text of a notice appropriate for describing the copyright aspects of this Creative Work," "ideally indicating the owner of the copyright for the Work.", ) learningResourceType: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The predominant type or kind characterizing the learning resource. For example, 'presentation'," "'handout'.", ) awards: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Awards won by or for this item.", ) accessModeSufficient: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A list of single or combined accessModes that are sufficient to understand all the intellectual" "content of a resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary).", ) review: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A review of the item.", ) conditionsOfAccess: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Conditions that affect the availability of, or method(s) of access to, an item. Typically" "used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]." "This property is not suitable for use as a general Web access control mechanism. It is" 'expressed only in natural language.For example "Available by appointment from the' 'Reading Room" or "Accessible only from logged-in accounts ".', ) interactivityType: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The predominant mode of learning supported by the learning resource. Acceptable values" "are 'active', 'expositive', or 'mixed'.", ) abstract: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An abstract is a short description that summarizes a [[CreativeWork]].", ) fileFormat: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml))" "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. Unregistered or niche" "file formats can be indicated instead via the most appropriate URL, e.g. defining Web" "page or a Wikipedia entry.", ) interpretedAsClaim: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Used to indicate a specific claim contained, implied, translated or refined from the" "content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can" "be indicated using [[claimInterpreter]].", ) text: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The textual content of this CreativeWork.", ) archivedAt: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case" "of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible," "but be archived by archival, journalistic, activist, or law enforcement organizations." "In such cases, the referenced page may not directly publish the content.", ) alternativeHeadline: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A secondary title of the CreativeWork.", ) creditText: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Text that can be used to credit person(s) and/or organization(s) associated with a published" "Creative Work.", ) funding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A [[Grant]] that directly or indirectly provide funding or sponsorship for this item." "See also [[ownershipFundingInfo]].", ) interactionStatistic: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The number of interactions for the CreativeWork using the WebSite or SoftwareApplication." "The most specific child type of InteractionCounter should be used.", ) workExample: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Example/instance/realization/derivation of the concept of this creative work. E.g." "the paperback edition, first edition, or e-book.", ) about: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The subject matter of the content.", ) encodings: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork.", ) funder: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports (sponsors) something through some kind of financial" "contribution.", ) video: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An embedded video object.", ) isPartOf: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is" "part of.", ) pattern: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'." "Values are typically expressed as text, although links to controlled value schemes" "are also supported.", ) editor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies the Person who edited the CreativeWork.", ) dateModified: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="The date on which the CreativeWork was most recently modified or when the item's entry" "was modified within a DataFeed.", ) translationOfWork: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the" "Origin of Species”.", ) creativeWorkStatus: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The status of a creative work in terms of its stage in a lifecycle. Example terms include" "Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for" "the stages of their publication lifecycle.", ) isBasedOnUrl: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) isFamilyFriendly: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="Indicates whether this content is family friendly.", ) isAccessibleForFree: Optional[ Union[List[Union[str, StrictBool, Any]], str, StrictBool, Any] ] = Field( default=None, description="A flag to signal that the item, event, or place is accessible for free.", ) author: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The author of this content or rating. 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.", ) contentReferenceTime: Optional[ Union[List[Union[datetime, str, Any]], datetime, str, Any] ] = Field( default=None, description="The specific time described by a creative work, for works (e.g. articles, video objects" "etc.) that emphasise a particular moment within an Event.", ) correction: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]]," "textually or in another document.", ) sdDatePublished: Optional[ Union[List[Union[str, Any, date]], str, Any, date] ] = Field( default=None, description="Indicates the date on which the current structured data was generated / published. Typically" "used alongside [[sdPublisher]]", ) comment: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Comments, typically from users.", ) countryOfOrigin: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The country of origin of something, including products as well as creative works such" "as movie and TV content.In the case of TV and movie, this would be the country of the principle" "offices of the production company or individual responsible for the movie. For other" "kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties" "such as [[contentLocation]] and [[locationCreated]] may be more applicable.In the" "case of products, the country of origin of the product. The exact interpretation of this" "may vary by context and product type, and cannot be fully enumerated here.", ) timeRequired: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Approximate or typical time it takes to work with or through this learning resource for" "the typical intended target audience, e.g. 'PT30M', 'PT1H25M'.", ) typicalAgeRange: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The typical expected age range, e.g. '7-9', '11-'.", ) genre: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Genre of the creative work, broadcast channel or group.", ) producer: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The person or organization who produced the work (e.g. music album, movie, TV/radio" "series etc.).", ) schemaVersion: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Indicates (by URL or string) a particular version of a schema used in some CreativeWork." "This property was created primarily to indicate the use of a specific schema.org release," "e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```." "There may be situations in which other schemas might usefully be referenced this way," "e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/```" "but this has not been carefully explored in the community.", ) audience: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An intended audience, i.e. a group for whom something was created.", ) encoding: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.", ) publisherImprint: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The publishing division which published the comic.", ) accessibilityAPI: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Indicates that the resource is compatible with the referenced accessibility API. Values" "should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary).", ) sdPublisher: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the party responsible for generating and publishing the current structured" "data markup, typically in cases where the structured data is derived automatically" "from existing published content but published on a different site. For example, student" "projects and open data initiatives often re-publish existing content with more explicitly" "structured metadata. The[[sdPublisher]] property helps make such practices more" "explicit.", ) audio: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An embedded audio object.", ) accessibilityFeature: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Content features of the resource, such as accessible media, alternatives and supported" "enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary).", ) spatialCoverage: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of" "the content. It is a subproperty of contentLocation intended primarily for more technical" "and detailed materials. For example with a Dataset, it indicates areas that the dataset" "describes: a dataset of New York weather would have spatialCoverage which was the place:" "the state of New York.", ) accessMode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The human sensory perceptual system or cognitive faculty through which a person may" "process or perceive information. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary).", ) editEIDR: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]]" "representing a specific edit / edition for a work of film or television.For example," 'the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J"' 'has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".Since' "schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their" "multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description)," "or alongside [[editEIDR]] for a more edit-specific description.", ) usageInfo: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]." "This property is applicable both to works that are freely available and to those that" "require payment or other transactions. It can reference additional information, e.g." "community expectations on preferred linking and citation conventions, as well as purchasing" "details. For something that can be commercially licensed, usageInfo can provide detailed," "resource-specific information about licensing options.This property can be used" "alongside the license property which indicates license(s) applicable to some piece" "of content. The usageInfo property can provide information about other licensing options," "e.g. acquiring commercial usage rights for an image that is also available under non-commercial" "creative commons licenses.", ) position: Union[List[Union[str, int, Any]], str, int, Any] = Field( default=None, description="The position of an item in a series or sequence of items.", ) encodingFormat: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)" "and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types))," "e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.In" "cases where a [[CreativeWork]] has several media type representations, [[encoding]]" "can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]]" "information.Unregistered or niche encoding and file formats can be indicated instead" "via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.", ) copyrightYear: Optional[ Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat, ] ] = Field( default=None, description="The year during which the claimed copyright for the CreativeWork was first asserted.", ) mainEntity: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates the primary entity described in some page or other CreativeWork.", ) creator: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The creator/author of this CreativeWork. This is the same as the Author property for" "CreativeWork.", ) teaches: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The item being described is intended to help a person learn the competency or learning" "outcome defined by the referenced term.", ) temporal: Union[List[Union[datetime, str, Any]], datetime, str, Any] = Field( default=None, description='The "temporal" property can be used in cases where more specific properties(e.g.' "[[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]])" "are not known to be appropriate.", ) size: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A standardized size of a product or creative work, specified either through a simple" "textual string (for example 'XL', '32Wx34L'), a QuantitativeValue with a unitCode," "or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]]," "[[height]], [[depth]] and [[weight]] properties may be more applicable.", ) translator: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Organization or person who adapts a creative work to different languages, regional" "differences and technical requirements of a target market, or that translates during" "some event.", ) aggregateRating: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The overall rating, based on a collection of reviews or ratings, of the item.", ) accountablePerson: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Specifies the Person that is legally accountable for the CreativeWork.", ) accessibilityHazard: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A characteristic of the described resource that is physiologically dangerous to some" "users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary).", ) contentRating: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Official rating of a piece of content&#x2014;for example, 'MPAA PG-13'.", ) recordedAt: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The Event where the CreativeWork was recorded. The CreativeWork may capture all or part" "of the event.", ) publication: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A publication event associated with the item.", ) sdLicense: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="A license document that applies to this structured data, typically indicated by URL.", ) headline: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Headline of the article.", ) materialExtent: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The quantity of the materials being described or an expression of the physical space" "they occupy.", ) inLanguage: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="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](http://tools.ietf.org/html/bcp47). See also" "[[availableLanguage]].", ) material: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="A material that something is made from, e.g. leather, wool, cotton, paper.", ) datePublished: Optional[ Union[List[Union[datetime, str, Any, date]], datetime, str, Any, date] ] = Field( default=None, description="Date of first broadcast/publication.", ) offers: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="An offer to provide this item&#x2014;for example, an offer to sell a product, rent the" "DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]]" "to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can" "also be used to describe a [[Demand]]. While this property is listed as expected on a number" "of common types, it can be used in others. In that case, using a second type, such as Product" "or a subtype of Product, can clarify the nature of the offer.", ) hasPart: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some" "sense).", ) sourceOrganization: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="The Organization on whose behalf the creator was working.", ) sponsor: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A person or organization that supports a thing through a pledge, promise, or financial" "contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.", ) character: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Fictional person connected with a creative work.", ) xpath: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An XPath, e.g. of a [[SpeakableSpecification]] or [[WebPageElement]]. In the latter" 'case, multiple matches within a page can constitute a single conceptual "Web page element".', ) cssSelector: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A CSS selector, e.g. of a [[SpeakableSpecification]] or [[WebPageElement]]. In the" 'latter case, multiple matches within a page can constitute a single conceptual "Web' 'page element".', )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/WPAdBlock.py
0.927326
0.331228
WPAdBlock.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class PaymentDeclined(BaseModel): """The payee received the payment, but it was declined for some reason. References: https://schema.org/PaymentDeclined Note: Model Depth 6 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="PaymentDeclined", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/PaymentDeclined.py
0.944549
0.300726
PaymentDeclined.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Musculoskeletal(BaseModel): """A specific branch of medical science that pertains to diagnosis and treatment of disorders of muscles, ligaments and skeletal system. References: https://schema.org/Musculoskeletal Note: Model Depth 6 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. supersededBy: (Optional[Union[List[Union[str, Any]], str, Any]]): Relates a term (i.e. a property, class or enumeration) to one that supersedes it. """ type_: str = Field(default="Musculoskeletal", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", ) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) supersededBy: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Musculoskeletal.py
0.93549
0.335174
Musculoskeletal.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class GeoCoordinates(BaseModel): """The geographic coordinates of a place or event. References: https://schema.org/GeoCoordinates Note: Model Depth 4 Attributes: potentialAction: (Optional[Union[List[Union[str, Any]], str, Any]]): Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. mainEntityOfPage: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. subjectOf: (Optional[Union[List[Union[str, Any]], str, Any]]): A CreativeWork or Event about this Thing. url: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of the item. alternateName: (Union[List[Union[str, Any]], str, Any]): An alias for the item. sameAs: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. description: (Union[List[Union[str, Any]], str, Any]): A description of the item. disambiguatingDescription: (Union[List[Union[str, Any]], str, Any]): A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. identifier: (Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]): The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. image: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]. name: (Union[List[Union[str, Any]], str, Any]): The name of the item. additionalType: (Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]]): 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. longitude: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)). elevation: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The elevation of a location ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)). Values may be of the form 'NUMBER UNIT\_OF\_MEASUREMENT' (e.g., '1,000 m', '3,200 ft') while numbers alone should be assumed to be a value in meters. addressCountry: (Union[List[Union[str, Any]], str, Any]): The country. For example, USA. You can also provide the two-letter [ISO 3166-1 alpha-2 country code](http://en.wikipedia.org/wiki/ISO_3166-1). postalCode: (Union[List[Union[str, Any]], str, Any]): The postal code. For example, 94043. address: (Union[List[Union[str, Any]], str, Any]): Physical address of the item. latitude: (Union[List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat]): The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)). """ type_: str = Field(default="GeoCoordinates", alias="@type", const=True) potentialAction: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="Indicates a potential Action, which describes an idealized action in which this thing" "would play an 'object' role.", ) mainEntityOfPage: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="Indicates a page (or other CreativeWork) for which this thing is the main entity being" "described. See [background notes](/docs/datamodel.html#mainEntityBackground)" "for details.", ) subjectOf: Optional[Union[List[Union[str, Any]], str, Any]] = Field( default=None, description="A CreativeWork or Event about this Thing.", ) url: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of the item.", ) alternateName: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="An alias for the item.", ) sameAs: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="URL of a reference Web page that unambiguously indicates the item's identity. E.g. the" "URL of the item's Wikipedia page, Wikidata entry, or official website.", ) description: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A description of the item.", ) disambiguatingDescription: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="A sub property of description. A short description of the item used to disambiguate from" "other, similar items. Information from other properties (in particular, name) may" "be necessary for the description to be useful for disambiguation.", ) identifier: Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] = Field( default=None, description="The identifier property represents any kind of identifier for any kind of [[Thing]]," "such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for" "representing many of these, either as textual strings or as URL (URI) links. See [background" "notes](/docs/datamodel.html#identifierBg) for more details.", ) image: Optional[Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any]] = Field( default=None, description="An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].", ) name: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The name of the item.", ) additionalType: Optional[ Union[List[Union[str, AnyUrl, Any]], str, AnyUrl, Any] ] = Field( default=None, description="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.", ) longitude: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).", ) elevation: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The elevation of a location ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System))." "Values may be of the form 'NUMBER UNIT\_OF\_MEASUREMENT' (e.g., '1,000 m', '3,200 ft')" "while numbers alone should be assumed to be a value in meters.", ) addressCountry: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The country. For example, USA. You can also provide the two-letter [ISO 3166-1 alpha-2" "country code](http://en.wikipedia.org/wiki/ISO_3166-1).", ) postalCode: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="The postal code. For example, 94043.", ) address: Union[List[Union[str, Any]], str, Any] = Field( default=None, description="Physical address of the item.", ) latitude: Union[ List[Union[str, Any, StrictInt, StrictFloat]], str, Any, StrictInt, StrictFloat ] = Field( default=None, description="The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).", )
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/GeoCoordinates.py
0.961795
0.653085
GeoCoordinates.py
pypi