Title: ProductCollection - Schema.org Type
Description: Schema.org Type: ProductCollection - A set of products (either ProductGroups or specific variants) that are listed together e.g. in an Offer.
Domain: schema.org
{
"@context": {
"brick": "https://brickschema.org/schema/Brick#",
"csvw": "http://www.w3.org/ns/csvw#",
"dc": "http://purl.org/dc/elements/1.1/",
"dcam": "http://purl.org/dc/dcam/",
"dcat": "http://www.w3.org/ns/dcat#",
"dcmitype": "http://purl.org/dc/dcmitype/",
"dcterms": "http://purl.org/dc/terms/",
"doap": "http://usefulinc.com/ns/doap#",
"foaf": "http://xmlns.com/foaf/0.1/",
"geo": "http://www.opengis.net/ont/geosparql#",
"odrl": "http://www.w3.org/ns/odrl/2/",
"org": "http://www.w3.org/ns/org#",
"owl": "http://www.w3.org/2002/07/owl#",
"prof": "http://www.w3.org/ns/dx/prof/",
"prov": "http://www.w3.org/ns/prov#",
"qb": "http://purl.org/linked-data/cube#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"schema": "https://schema.org/",
"sh": "http://www.w3.org/ns/shacl#",
"skos": "http://www.w3.org/2004/02/skos/core#",
"sosa": "http://www.w3.org/ns/sosa/",
"ssn": "http://www.w3.org/ns/ssn/",
"time": "http://www.w3.org/2006/time#",
"vann": "http://purl.org/vocab/vann/",
"void": "http://rdfs.org/ns/void#",
"wgs": "https://www.w3.org/2003/01/geo/wgs84_pos#",
"xsd": "http://www.w3.org/2001/XMLSchema#"
},
"@graph": [
{
"@id": "schema:Collection",
"@type": "rdfs:Class",
"rdfs:comment": "A collection of items, e.g. creative works or products.",
"rdfs:label": "Collection",
"rdfs:subClassOf": {
"@id": "schema:CreativeWork"
},
"schema:isPartOf": {
"@id": "https://bib.schema.org"
}
},
{
"@id": "schema:CreativeWork",
"@type": "rdfs:Class",
"rdfs:comment": "The most generic kind of creative work, including books, movies, photographs, software programs, etc.",
"rdfs:label": "CreativeWork",
"rdfs:subClassOf": {
"@id": "schema:Thing"
},
"schema:contributor": {
"@id": "https://schema.org/docs/collab/rNews"
}
},
{
"@id": "schema:Product",
"@type": "rdfs:Class",
"rdfs:comment": "Any offered product or service. For example: a pair of shoes; a concert ticket; the rental of a car; a haircut; or an episode of a TV show streamed online.",
"rdfs:label": "Product",
"owl:equivalentClass": [
{
"@id": "http://unece.org/vocab#TradeProduct"
},
{
"@id": "https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/Product"
}
],
"rdfs:subClassOf": {
"@id": "schema:Thing"
},
"schema:contributor": {
"@id": "https://schema.org/docs/collab/GoodRelationsTerms"
}
},
{
"@id": "schema:ProductCollection",
"@type": "rdfs:Class",
"rdfs:comment": "A set of products (either [[ProductGroup]]s or specific variants) that are listed together e.g. in an [[Offer]].",
"rdfs:label": "ProductCollection",
"rdfs:subClassOf": [
{
"@id": "schema:Collection"
},
{
"@id": "schema:Product"
}
],
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/2597"
}
},
{
"@id": "schema:Thing",
"@type": "rdfs:Class",
"rdfs:comment": "The most generic type of item.",
"rdfs:label": "Thing"
},
{
"@id": "schema:about",
"@type": "rdf:Property",
"rdfs:comment": "The subject matter of an object.",
"rdfs:label": "about",
"owl:equivalentProperty": {
"@id": "dcterms:subject"
},
"schema:domainIncludes": [
{
"@id": "schema:Certification"
},
{
"@id": "schema:CommunicateAction"
},
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:DefinedTerm"
},
{
"@id": "schema:DefinedTermSet"
},
{
"@id": "schema:Event"
}
],
"schema:inverseOf": {
"@id": "schema:subjectOf"
},
"schema:rangeIncludes": {
"@id": "schema:Thing"
},
"schema:source": [
{
"@id": "https://github.com/schemaorg/schemaorg/issues/1670"
},
{
"@id": "https://github.com/schemaorg/schemaorg/issues/4588"
}
]
},
{
"@id": "schema:abstract",
"@type": "rdf:Property",
"rdfs:comment": "An abstract is a short description that summarizes a [[CreativeWork]].",
"rdfs:label": "abstract",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": {
"@id": "schema:Text"
},
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/276"
}
},
{
"@id": "schema:accessMode",
"@type": "rdf:Property",
"rdfs:comment": "The human sensory perceptual system or cognitive faculty through which a person may process or perceive the intellectual content of a resource, not including any adaptations of the content (e.g., text alternatives for images). Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary).",
"rdfs:label": "accessMode",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": {
"@id": "schema:Text"
},
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/1100"
}
},
{
"@id": "schema:accessModeSufficient",
"@type": "rdf:Property",
"rdfs:comment": "A list of single or combined access modes that are sufficient to understand all the intellectual content of a resource, including any adaptations. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary).",
"rdfs:label": "accessModeSufficient",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": {
"@id": "schema:ItemList"
},
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/1100"
}
},
{
"@id": "schema:accessibilityAPI",
"@type": "rdf:Property",
"rdfs:comment": "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).",
"rdfs:label": "accessibilityAPI",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": {
"@id": "schema:Text"
}
},
{
"@id": "schema:accessibilityControl",
"@type": "rdf:Property",
"rdfs:comment": "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).",
"rdfs:label": "accessibilityControl",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": {
"@id": "schema:Text"
}
},
{
"@id": "schema:accessibilityFeature",
"@type": "rdf:Property",
"rdfs:comment": "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).",
"rdfs:label": "accessibilityFeature",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": {
"@id": "schema:Text"
}
},
{
"@id": "schema:accessibilityHazard",
"@type": "rdf:Property",
"rdfs:comment": "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).",
"rdfs:label": "accessibilityHazard",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": {
"@id": "schema:Text"
}
},
{
"@id": "schema:accessibilitySummary",
"@type": "rdf:Property",
"rdfs:comment": "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\".",
"rdfs:label": "accessibilitySummary",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": {
"@id": "schema:Text"
},
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/1100"
}
},
{
"@id": "schema:accountablePerson",
"@type": "rdf:Property",
"rdfs:comment": "Specifies the Person that is legally accountable for the CreativeWork.",
"rdfs:label": "accountablePerson",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": {
"@id": "schema:Person"
}
},
{
"@id": "schema:acquireLicensePage",
"@type": "rdf:Property",
"rdfs:comment": "Indicates a page documenting how licenses can be purchased or otherwise acquired, for the current item.",
"rdfs:label": "acquireLicensePage",
"rdfs:subPropertyOf": {
"@id": "schema:usageInfo"
},
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:URL"
}
],
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/2454"
}
},
{
"@id": "schema:additionalProperty",
"@type": "rdf:Property",
"rdfs:comment": "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.\\n\\nNote: 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.\n",
"rdfs:label": "additionalProperty",
"schema:domainIncludes": [
{
"@id": "schema:MerchantReturnPolicy"
},
{
"@id": "schema:Offer"
},
{
"@id": "schema:Place"
},
{
"@id": "schema:Product"
},
{
"@id": "schema:QualitativeValue"
},
{
"@id": "schema:QuantitativeValue"
}
],
"schema:rangeIncludes": {
"@id": "schema:PropertyValue"
}
},
{
"@id": "schema:additionalType",
"@type": "rdf:Property",
"rdfs:comment": "An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. Typically the value is a URI-identified RDF class, and in this case corresponds to the\n use of rdf:type in RDF. Text values can be used sparingly, for cases where useful information can be added without their being an appropriate schema to reference. In the case of text values, the class label should follow the schema.org style guide.",
"rdfs:label": "additionalType",
"rdfs:subPropertyOf": {
"@id": "rdf:type"
},
"schema:domainIncludes": {
"@id": "schema:Thing"
},
"schema:rangeIncludes": [
{
"@id": "schema:Text"
},
{
"@id": "schema:URL"
}
]
},
{
"@id": "schema:aggregateRating",
"@type": "rdf:Property",
"rdfs:comment": "The overall rating, based on a collection of reviews or ratings, of the item.",
"rdfs:label": "aggregateRating",
"schema:domainIncludes": [
{
"@id": "schema:Brand"
},
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:Event"
},
{
"@id": "schema:Offer"
},
{
"@id": "schema:Organization"
},
{
"@id": "schema:Place"
},
{
"@id": "schema:Product"
},
{
"@id": "schema:Service"
}
],
"schema:rangeIncludes": {
"@id": "schema:AggregateRating"
}
},
{
"@id": "schema:alternateName",
"@type": "rdf:Property",
"rdfs:comment": "An alias for the item.",
"rdfs:label": "alternateName",
"schema:domainIncludes": {
"@id": "schema:Thing"
},
"schema:rangeIncludes": {
"@id": "schema:Text"
}
},
{
"@id": "schema:alternativeHeadline",
"@type": "rdf:Property",
"rdfs:comment": "A secondary title of the CreativeWork.",
"rdfs:label": "alternativeHeadline",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": {
"@id": "schema:Text"
}
},
{
"@id": "schema:archivedAt",
"@type": "rdf:Property",
"rdfs:comment": "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.",
"rdfs:label": "archivedAt",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": [
{
"@id": "schema:URL"
},
{
"@id": "schema:WebPage"
}
],
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/2450"
}
},
{
"@id": "schema:asin",
"@type": "rdf:Property",
"rdfs:comment": "An Amazon Standard Identification Number (ASIN) is a 10-character alphanumeric unique identifier assigned by Amazon.com and its partners for product identification within the Amazon organization (summary from [Wikipedia](https://en.wikipedia.org/wiki/Amazon_Standard_Identification_Number)'s article).\n\nNote also that this is a definition for how to include ASINs in Schema.org data, and not a definition of ASINs in general - see documentation from Amazon for authoritative details.\nASINs are most commonly encoded as text strings, but the [asin] property supports URL/URI as potential values too.",
"rdfs:label": "asin",
"rdfs:subPropertyOf": {
"@id": "schema:identifier"
},
"schema:domainIncludes": [
{
"@id": "schema:Demand"
},
{
"@id": "schema:Offer"
},
{
"@id": "schema:Product"
}
],
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": [
{
"@id": "schema:Text"
},
{
"@id": "schema:URL"
}
],
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/2288"
}
},
{
"@id": "schema:assesses",
"@type": "rdf:Property",
"rdfs:comment": "The item being described is intended to assess the competency or learning outcome defined by the referenced term.",
"rdfs:label": "assesses",
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:EducationEvent"
},
{
"@id": "schema:LearningResource"
}
],
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": [
{
"@id": "schema:DefinedTerm"
},
{
"@id": "schema:Text"
}
],
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/2427"
}
},
{
"@id": "schema:associatedMedia",
"@type": "rdf:Property",
"rdfs:comment": "A media object that encodes this CreativeWork. This property is a synonym for encoding.",
"rdfs:label": "associatedMedia",
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:HyperToc"
},
{
"@id": "schema:HyperTocEntry"
}
],
"schema:rangeIncludes": {
"@id": "schema:MediaObject"
}
},
{
"@id": "schema:audience",
"@type": "rdf:Property",
"rdfs:comment": "An intended audience, i.e. a group for whom something was created.",
"rdfs:label": "audience",
"owl:equivalentProperty": {
"@id": "dcterms:audience"
},
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:Event"
},
{
"@id": "schema:LodgingBusiness"
},
{
"@id": "schema:PlayAction"
},
{
"@id": "schema:Product"
},
{
"@id": "schema:Service"
}
],
"schema:rangeIncludes": {
"@id": "schema:Audience"
}
},
{
"@id": "schema:audio",
"@type": "rdf:Property",
"rdfs:comment": "An embedded audio object.",
"rdfs:label": "audio",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": [
{
"@id": "schema:AudioObject"
},
{
"@id": "schema:Clip"
},
{
"@id": "schema:MusicRecording"
}
],
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/2420"
}
},
{
"@id": "schema:author",
"@type": "rdf:Property",
"rdfs:comment": "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.",
"rdfs:label": "author",
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:Rating"
}
],
"schema:rangeIncludes": [
{
"@id": "schema:Organization"
},
{
"@id": "schema:Person"
}
]
},
{
"@id": "schema:award",
"@type": "rdf:Property",
"rdfs:comment": "An award won by or for this item.",
"rdfs:label": "award",
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:Organization"
},
{
"@id": "schema:Person"
},
{
"@id": "schema:Product"
},
{
"@id": "schema:Service"
}
],
"schema:rangeIncludes": {
"@id": "schema:Text"
}
},
{
"@id": "schema:awards",
"@type": "rdf:Property",
"rdfs:comment": "Awards won by or for this item.",
"rdfs:label": "awards",
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:Organization"
},
{
"@id": "schema:Person"
},
{
"@id": "schema:Product"
}
],
"schema:rangeIncludes": {
"@id": "schema:Text"
},
"schema:supersededBy": {
"@id": "schema:award"
}
},
{
"@id": "schema:brand",
"@type": "rdf:Property",
"rdfs:comment": "The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person.",
"rdfs:label": "brand",
"owl:equivalentProperty": {
"@id": "http://unece.org/vocab#brandName"
},
"rdfs:subPropertyOf": {
"@id": "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/hasDesignation"
},
"schema:domainIncludes": [
{
"@id": "schema:Organization"
},
{
"@id": "schema:Person"
},
{
"@id": "schema:Product"
},
{
"@id": "schema:Service"
}
],
"schema:rangeIncludes": [
{
"@id": "schema:Brand"
},
{
"@id": "schema:Organization"
}
]
},
{
"@id": "schema:category",
"@type": "rdf:Property",
"rdfs:comment": "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.",
"rdfs:label": "category",
"schema:domainIncludes": [
{
"@id": "schema:ActionAccessSpecification"
},
{
"@id": "schema:Guide"
},
{
"@id": "schema:Invoice"
},
{
"@id": "schema:Offer"
},
{
"@id": "schema:PhysicalActivity"
},
{
"@id": "schema:Product"
},
{
"@id": "schema:Recommendation"
},
{
"@id": "schema:Service"
},
{
"@id": "schema:SpecialAnnouncement"
}
],
"schema:rangeIncludes": [
{
"@id": "schema:CategoryCode"
},
{
"@id": "schema:PhysicalActivityCategory"
},
{
"@id": "schema:Text"
},
{
"@id": "schema:Thing"
},
{
"@id": "schema:URL"
}
],
"schema:source": [
{
"@id": "https://github.com/schemaorg/schemaorg/issues/1741"
},
{
"@id": "https://github.com/schemaorg/schemaorg/issues/2490"
}
]
},
{
"@id": "schema:character",
"@type": "rdf:Property",
"rdfs:comment": "Fictional person connected with a creative work.",
"rdfs:label": "character",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": {
"@id": "schema:Person"
}
},
{
"@id": "schema:citation",
"@type": "rdf:Property",
"rdfs:comment": "A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.",
"rdfs:label": "citation",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:Text"
}
]
},
{
"@id": "schema:collectionSize",
"@type": "rdf:Property",
"rdfs:comment": {
"@language": "en",
"@value": "The number of items in the [[Collection]]."
},
"rdfs:label": {
"@language": "en",
"@value": "collectionSize"
},
"schema:domainIncludes": {
"@id": "schema:Collection"
},
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": {
"@id": "schema:Integer"
},
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/1759"
}
},
{
"@id": "schema:color",
"@type": "rdf:Property",
"rdfs:comment": "The color of the product.",
"rdfs:label": "color",
"owl:equivalentProperty": {
"@id": "http://unece.org/vocab#colourDescription"
},
"schema:contributor": {
"@id": "https://schema.org/docs/collab/GoodRelationsTerms"
},
"schema:domainIncludes": {
"@id": "schema:Product"
},
"schema:rangeIncludes": {
"@id": "schema:Text"
}
},
{
"@id": "schema:colorSwatch",
"@type": "rdf:Property",
"rdfs:comment": "A color swatch image, visualizing the color of a [[Product]]. Should match the textual description specified in the [[color]] property. This can be a URL or a fully described ImageObject.",
"rdfs:label": "colorSwatch",
"rdfs:subPropertyOf": {
"@id": "schema:image"
},
"schema:domainIncludes": {
"@id": "schema:Product"
},
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": [
{
"@id": "schema:ImageObject"
},
{
"@id": "schema:URL"
}
],
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/3423"
}
},
{
"@id": "schema:comment",
"@type": "rdf:Property",
"rdfs:comment": "Comments, typically from users.",
"rdfs:label": "comment",
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:RsvpAction"
}
],
"schema:rangeIncludes": {
"@id": "schema:Comment"
}
},
{
"@id": "schema:commentCount",
"@type": "rdf:Property",
"rdfs:comment": "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.",
"rdfs:label": "commentCount",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": {
"@id": "schema:Integer"
}
},
{
"@id": "schema:conditionsOfAccess",
"@type": "rdf:Property",
"rdfs:comment": "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.\\n\\nFor example \"Available by appointment from the Reading Room\" or \"Accessible only from logged-in accounts \". ",
"rdfs:label": "conditionsOfAccess",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": {
"@id": "schema:Text"
},
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/2173"
}
},
{
"@id": "schema:contentLocation",
"@type": "rdf:Property",
"rdfs:comment": "The location depicted or described in the content. For example, the location in a photograph or painting.",
"rdfs:label": "contentLocation",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": {
"@id": "schema:Place"
}
},
{
"@id": "schema:contentRating",
"@type": "rdf:Property",
"rdfs:comment": "Official rating of a piece of content—for example, 'MPAA PG-13'.",
"rdfs:label": "contentRating",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": [
{
"@id": "schema:Rating"
},
{
"@id": "schema:Text"
}
]
},
{
"@id": "schema:contentReferenceTime",
"@type": "rdf:Property",
"rdfs:comment": "The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event.",
"rdfs:label": "contentReferenceTime",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": {
"@id": "schema:DateTime"
},
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/1050"
}
},
{
"@id": "schema:contributor",
"@type": "rdf:Property",
"rdfs:comment": "A secondary contributor to the CreativeWork or Event.",
"rdfs:label": "contributor",
"owl:equivalentProperty": {
"@id": "dcterms:contributor"
},
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:Event"
}
],
"schema:rangeIncludes": [
{
"@id": "schema:Organization"
},
{
"@id": "schema:Person"
}
]
},
{
"@id": "schema:copyrightHolder",
"@type": "rdf:Property",
"rdfs:comment": "The party holding the legal copyright to the CreativeWork.",
"rdfs:label": "copyrightHolder",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": [
{
"@id": "schema:Organization"
},
{
"@id": "schema:Person"
}
]
},
{
"@id": "schema:copyrightNotice",
"@type": "rdf:Property",
"rdfs:comment": "Text of a notice appropriate for describing the copyright aspects of this Creative Work, ideally indicating the owner of the copyright for the Work.",
"rdfs:label": "copyrightNotice",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": {
"@id": "schema:Text"
},
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/2659"
}
},
{
"@id": "schema:copyrightYear",
"@type": "rdf:Property",
"rdfs:comment": "The year during which the claimed copyright for the CreativeWork was first asserted.",
"rdfs:label": "copyrightYear",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": {
"@id": "schema:Number"
}
},
{
"@id": "schema:correction",
"@type": "rdf:Property",
"rdfs:comment": "Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]], textually or in another document.",
"rdfs:label": "correction",
"schema:contributor": {
"@id": "https://schema.org/docs/collab/TP"
},
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": [
{
"@id": "schema:CorrectionComment"
},
{
"@id": "schema:Text"
},
{
"@id": "schema:URL"
}
],
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/1950"
}
},
{
"@id": "schema:countryOfAssembly",
"@type": "rdf:Property",
"rdfs:comment": "The place where the product was assembled.",
"rdfs:label": "countryOfAssembly",
"owl:equivalentProperty": {
"@id": "http://unece.org/vocab#finalAssemblyCountry"
},
"schema:domainIncludes": {
"@id": "schema:Product"
},
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": {
"@id": "schema:Text"
},
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/991"
}
},
{
"@id": "schema:countryOfLastProcessing",
"@type": "rdf:Property",
"rdfs:comment": "The place where the item (typically [[Product]]) was last processed and tested before importation.",
"rdfs:label": "countryOfLastProcessing",
"owl:equivalentProperty": {
"@id": "http://unece.org/vocab#ProcessingCountry"
},
"schema:domainIncludes": {
"@id": "schema:Product"
},
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": {
"@id": "schema:Text"
},
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/991"
}
},
{
"@id": "schema:countryOfOrigin",
"@type": "rdf:Property",
"rdfs:comment": "The country of origin of something, including products as well as creative works such as movie and TV content.\n\nIn 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.\n\nIn 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.",
"rdfs:label": "countryOfOrigin",
"owl:equivalentProperty": {
"@id": "http://unece.org/vocab#originCountry"
},
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:Movie"
},
{
"@id": "schema:Product"
},
{
"@id": "schema:TVEpisode"
},
{
"@id": "schema:TVSeason"
},
{
"@id": "schema:TVSeries"
}
],
"schema:rangeIncludes": {
"@id": "schema:Country"
}
},
{
"@id": "schema:creativeWorkStatus",
"@type": "rdf:Property",
"rdfs:comment": "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.",
"rdfs:label": "creativeWorkStatus",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": [
{
"@id": "schema:DefinedTerm"
},
{
"@id": "schema:Text"
}
],
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/987"
}
},
{
"@id": "schema:creator",
"@type": "rdf:Property",
"rdfs:comment": "The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork.",
"rdfs:label": "creator",
"owl:equivalentProperty": {
"@id": "dcterms:creator"
},
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:UserComments"
}
],
"schema:rangeIncludes": [
{
"@id": "schema:Organization"
},
{
"@id": "schema:Person"
}
]
},
{
"@id": "schema:creditText",
"@type": "rdf:Property",
"rdfs:comment": "Text that can be used to credit person(s) and/or organization(s) associated with a published Creative Work.",
"rdfs:label": "creditText",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": {
"@id": "schema:Text"
},
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/2659"
}
},
{
"@id": "schema:dateCreated",
"@type": "rdf:Property",
"rdfs:comment": "The date on which the CreativeWork was created or the item was added to a DataFeed.",
"rdfs:label": "dateCreated",
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:DataFeedItem"
}
],
"schema:rangeIncludes": [
{
"@id": "schema:Date"
},
{
"@id": "schema:DateTime"
}
]
},
{
"@id": "schema:dateModified",
"@type": "rdf:Property",
"rdfs:comment": "The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed.",
"rdfs:label": "dateModified",
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:DataFeedItem"
}
],
"schema:rangeIncludes": [
{
"@id": "schema:Date"
},
{
"@id": "schema:DateTime"
}
]
},
{
"@id": "schema:datePublished",
"@type": "rdf:Property",
"rdfs:comment": "Date of first publication or broadcast. For example the date a [[CreativeWork]] was broadcast or a [[Certification]] was issued.",
"rdfs:label": "datePublished",
"schema:domainIncludes": [
{
"@id": "schema:Certification"
},
{
"@id": "schema:CreativeWork"
}
],
"schema:rangeIncludes": [
{
"@id": "schema:Date"
},
{
"@id": "schema:DateTime"
}
]
},
{
"@id": "schema:depth",
"@type": "rdf:Property",
"rdfs:comment": "The depth of the item.",
"rdfs:label": "depth",
"schema:contributor": {
"@id": "https://schema.org/docs/collab/GoodRelationsTerms"
},
"schema:domainIncludes": [
{
"@id": "schema:OfferShippingDetails"
},
{
"@id": "schema:Product"
},
{
"@id": "schema:ShippingConditions"
},
{
"@id": "schema:VisualArtwork"
}
],
"schema:rangeIncludes": [
{
"@id": "schema:Distance"
},
{
"@id": "schema:QuantitativeValue"
}
],
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/3617"
}
},
{
"@id": "schema:description",
"@type": "rdf:Property",
"rdfs:comment": "A description of the item.",
"rdfs:label": "description",
"owl:equivalentProperty": [
{
"@id": "dcterms:description"
},
{
"@id": "http://ogp.me/ns#description"
},
{
"@id": "https://ref.gs1.org/voc/description"
}
],
"schema:domainIncludes": {
"@id": "schema:Thing"
},
"schema:rangeIncludes": [
{
"@id": "schema:Text"
},
{
"@id": "schema:TextObject"
}
]
},
{
"@id": "schema:digitalSourceType",
"@type": "rdf:Property",
"rdfs:comment": "Indicates an IPTCDigitalSourceEnumeration code indicating the nature of the digital source(s) for some [[CreativeWork]].",
"rdfs:label": "digitalSourceType",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": {
"@id": "schema:IPTCDigitalSourceEnumeration"
},
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/3392"
}
},
{
"@id": "schema:disambiguatingDescription",
"@type": "rdf:Property",
"rdfs:comment": "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.",
"rdfs:label": "disambiguatingDescription",
"rdfs:subPropertyOf": {
"@id": "schema:description"
},
"schema:domainIncludes": {
"@id": "schema:Thing"
},
"schema:rangeIncludes": {
"@id": "schema:Text"
}
},
{
"@id": "schema:discussionUrl",
"@type": "rdf:Property",
"rdfs:comment": "A link to the page containing the comments of the CreativeWork.",
"rdfs:label": "discussionUrl",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": {
"@id": "schema:URL"
}
},
{
"@id": "schema:displayLocation",
"@type": "rdf:Property",
"rdfs:comment": "The location at which an item can be viewed or experienced in-person.",
"rdfs:label": "displayLocation",
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:Product"
}
],
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": {
"@id": "schema:Place"
},
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/4513"
}
},
{
"@id": "schema:editEIDR",
"@type": "rdf:Property",
"rdfs:comment": "An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing a specific edit / edition for a work of film or television.\n\nFor 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\".\n\nSince 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.\n",
"rdfs:label": "editEIDR",
"rdfs:subPropertyOf": {
"@id": "schema:identifier"
},
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": [
{
"@id": "schema:Text"
},
{
"@id": "schema:URL"
}
],
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/2469"
}
},
{
"@id": "schema:editor",
"@type": "rdf:Property",
"rdfs:comment": "Specifies the Person who edited the CreativeWork.",
"rdfs:label": "editor",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": {
"@id": "schema:Person"
}
},
{
"@id": "schema:educationalAlignment",
"@type": "rdf:Property",
"rdfs:comment": "An alignment to an established educational framework.\n\nThis 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.",
"rdfs:label": "educationalAlignment",
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:LearningResource"
}
],
"schema:rangeIncludes": {
"@id": "schema:AlignmentObject"
}
},
{
"@id": "schema:educationalLevel",
"@type": "rdf:Property",
"rdfs:comment": "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.",
"rdfs:label": "educationalLevel",
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:EducationEvent"
},
{
"@id": "schema:EducationalOccupationalCredential"
},
{
"@id": "schema:LearningResource"
}
],
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": [
{
"@id": "schema:DefinedTerm"
},
{
"@id": "schema:Text"
},
{
"@id": "schema:URL"
}
],
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/1779"
}
},
{
"@id": "schema:educationalUse",
"@type": "rdf:Property",
"rdfs:comment": "The purpose of a work in the context of education; for example, 'assignment', 'group work'.",
"rdfs:label": "educationalUse",
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:LearningResource"
}
],
"schema:rangeIncludes": [
{
"@id": "schema:DefinedTerm"
},
{
"@id": "schema:Text"
}
]
},
{
"@id": "schema:encoding",
"@type": "rdf:Property",
"rdfs:comment": "A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.",
"rdfs:label": "encoding",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:inverseOf": {
"@id": "schema:encodesCreativeWork"
},
"schema:rangeIncludes": {
"@id": "schema:MediaObject"
}
},
{
"@id": "schema:encodingFormat",
"@type": "rdf:Property",
"rdfs:comment": "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.\n\nIn cases where a [[CreativeWork]] has several media type representations, [[encoding]] can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]] information.\n\nUnregistered 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.",
"rdfs:label": "encodingFormat",
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:MediaObject"
}
],
"schema:rangeIncludes": [
{
"@id": "schema:Text"
},
{
"@id": "schema:URL"
}
]
},
{
"@id": "schema:encodings",
"@type": "rdf:Property",
"rdfs:comment": "A media object that encodes this CreativeWork.",
"rdfs:label": "encodings",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": {
"@id": "schema:MediaObject"
},
"schema:supersededBy": {
"@id": "schema:encoding"
}
},
{
"@id": "schema:exampleOfWork",
"@type": "rdf:Property",
"rdfs:comment": "A creative work that this work is an example/instance/realization/derivation of.",
"rdfs:label": "exampleOfWork",
"schema:contributor": {
"@id": "https://schema.org/docs/collab/bibex"
},
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:inverseOf": {
"@id": "schema:workExample"
},
"schema:rangeIncludes": {
"@id": "schema:CreativeWork"
}
},
{
"@id": "schema:expires",
"@type": "rdf:Property",
"rdfs:comment": "Date the content expires and is no longer useful or available. For example a [[VideoObject]] or [[NewsArticle]] whose availability or relevance is time-limited, a [[ClaimReview]] fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date, or a [[Certification]] the validity has expired.",
"rdfs:label": "expires",
"schema:domainIncludes": [
{
"@id": "schema:Certification"
},
{
"@id": "schema:CreativeWork"
}
],
"schema:rangeIncludes": [
{
"@id": "schema:Date"
},
{
"@id": "schema:DateTime"
}
]
},
{
"@id": "schema:fileFormat",
"@type": "rdf:Property",
"rdfs:comment": "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.",
"rdfs:label": "fileFormat",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": [
{
"@id": "schema:Text"
},
{
"@id": "schema:URL"
}
],
"schema:supersededBy": {
"@id": "schema:encodingFormat"
}
},
{
"@id": "schema:funder",
"@type": "rdf:Property",
"rdfs:comment": "A person or organization that supports (sponsors) something through some kind of financial contribution.",
"rdfs:label": "funder",
"rdfs:subPropertyOf": {
"@id": "schema:sponsor"
},
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:Event"
},
{
"@id": "schema:Grant"
},
{
"@id": "schema:MonetaryGrant"
},
{
"@id": "schema:Organization"
},
{
"@id": "schema:Person"
}
],
"schema:rangeIncludes": [
{
"@id": "schema:Organization"
},
{
"@id": "schema:Person"
}
]
},
{
"@id": "schema:funding",
"@type": "rdf:Property",
"rdfs:comment": "A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]].",
"rdfs:label": "funding",
"schema:contributor": {
"@id": "https://schema.org/docs/collab/TP"
},
"schema:domainIncludes": [
{
"@id": "schema:BioChemEntity"
},
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:Event"
},
{
"@id": "schema:MedicalEntity"
},
{
"@id": "schema:Organization"
},
{
"@id": "schema:Person"
},
{
"@id": "schema:Product"
}
],
"schema:inverseOf": {
"@id": "schema:fundedItem"
},
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": {
"@id": "schema:Grant"
},
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/383"
}
},
{
"@id": "schema:genre",
"@type": "rdf:Property",
"rdfs:comment": "Genre of the creative work, broadcast channel or group.",
"rdfs:label": "genre",
"schema:domainIncludes": [
{
"@id": "schema:BroadcastChannel"
},
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:MusicGroup"
}
],
"schema:rangeIncludes": [
{
"@id": "schema:DefinedTerm"
},
{
"@id": "schema:Text"
},
{
"@id": "schema:URL"
}
]
},
{
"@id": "schema:gtin",
"@type": "rdf:Property",
"rdfs:comment": "A Global Trade Item Number ([GTIN](https://www.gs1.org/standards/id-keys/gtin)). GTINs identify trade items, including products and services, using numeric identification codes.\n\nA correct [[gtin]] value should be a valid GTIN, which means that it should be an all-numeric string of either 8, 12, 13 or 14 digits, or a \"GS1 Digital Link\" URL based on such a string. The numeric component should also have a [valid GS1 check digit](https://www.gs1.org/services/check-digit-calculator) and meet the other rules for valid GTINs. See also [GS1's GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) and [Wikipedia](https://en.wikipedia.org/wiki/Global_Trade_Item_Number) for more details. Left-padding of the gtin values is not required or encouraged. The [[gtin]] property generalizes the earlier [[gtin8]], [[gtin12]], [[gtin13]], and [[gtin14]] properties.\n\nThe GS1 [digital link specifications](https://www.gs1.org/standards/Digital-Link/) expresses GTINs as URLs (URIs, IRIs, etc.).\nDigital Links should be populated into the [[hasGS1DigitalLink]] attribute.\n\nNote also that this is a definition for how to include GTINs in Schema.org data, and not a definition of GTINs in general - see the GS1 documentation for authoritative details.",
"rdfs:label": "gtin",
"owl:equivalentProperty": [
{
"@id": "http://unece.org/vocab#gTINId"
},
{
"@id": "https://ref.gs1.org/voc/gtin"
}
],
"rdfs:subPropertyOf": {
"@id": "schema:identifier"
},
"schema:domainIncludes": [
{
"@id": "schema:Demand"
},
{
"@id": "schema:Offer"
},
{
"@id": "schema:Product"
}
],
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": [
{
"@id": "schema:Text"
},
{
"@id": "schema:URL"
}
],
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/2288"
}
},
{
"@id": "schema:gtin12",
"@type": "rdf:Property",
"rdfs:comment": "The GTIN-12 code of the product, or the product to which the offer refers. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.",
"rdfs:label": "gtin12",
"rdfs:subPropertyOf": [
{
"@id": "schema:gtin"
},
{
"@id": "schema:identifier"
}
],
"schema:domainIncludes": [
{
"@id": "schema:Demand"
},
{
"@id": "schema:Offer"
},
{
"@id": "schema:Product"
}
],
"schema:rangeIncludes": {
"@id": "schema:Text"
}
},
{
"@id": "schema:gtin13",
"@type": "rdf:Property",
"rdfs:comment": "The GTIN-13 code of the product, or the product to which the offer refers. This is equivalent to 13-digit ISBN codes and EAN UCC-13. Former 12-digit UPC codes can be converted into a GTIN-13 code by simply adding a preceding zero. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.",
"rdfs:label": "gtin13",
"rdfs:subPropertyOf": [
{
"@id": "schema:gtin"
},
{
"@id": "schema:identifier"
}
],
"schema:contributor": {
"@id": "https://schema.org/docs/collab/GoodRelationsTerms"
},
"schema:domainIncludes": [
{
"@id": "schema:Demand"
},
{
"@id": "schema:Offer"
},
{
"@id": "schema:Product"
}
],
"schema:rangeIncludes": {
"@id": "schema:Text"
}
},
{
"@id": "schema:gtin14",
"@type": "rdf:Property",
"rdfs:comment": "The GTIN-14 code of the product, or the product to which the offer refers. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.",
"rdfs:label": "gtin14",
"rdfs:subPropertyOf": [
{
"@id": "schema:gtin"
},
{
"@id": "schema:identifier"
}
],
"schema:contributor": {
"@id": "https://schema.org/docs/collab/GoodRelationsTerms"
},
"schema:domainIncludes": [
{
"@id": "schema:Demand"
},
{
"@id": "schema:Offer"
},
{
"@id": "schema:Product"
}
],
"schema:rangeIncludes": {
"@id": "schema:Text"
}
},
{
"@id": "schema:gtin8",
"@type": "rdf:Property",
"rdfs:comment": "The GTIN-8 code of the product, or the product to which the offer refers. This code is also known as EAN/UCC-8 or 8-digit EAN. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.",
"rdfs:label": "gtin8",
"rdfs:subPropertyOf": [
{
"@id": "schema:gtin"
},
{
"@id": "schema:identifier"
}
],
"schema:contributor": {
"@id": "https://schema.org/docs/collab/GoodRelationsTerms"
},
"schema:domainIncludes": [
{
"@id": "schema:Demand"
},
{
"@id": "schema:Offer"
},
{
"@id": "schema:Product"
}
],
"schema:rangeIncludes": {
"@id": "schema:Text"
}
},
{
"@id": "schema:hasAdultConsideration",
"@type": "rdf:Property",
"rdfs:comment": "Used to tag an item to be intended or suitable for consumption or use by adults only.",
"rdfs:label": "hasAdultConsideration",
"schema:domainIncludes": [
{
"@id": "schema:Offer"
},
{
"@id": "schema:Product"
}
],
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": {
"@id": "schema:AdultOrientedEnumeration"
},
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/2989"
}
},
{
"@id": "schema:hasCertification",
"@type": "rdf:Property",
"rdfs:comment": "Certification information about a product, organization, service, place, or person.",
"rdfs:label": "hasCertification",
"owl:equivalentProperty": {
"@id": "http://unece.org/vocab#ApplicableCertificate"
},
"rdfs:subPropertyOf": [
{
"@id": "https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/isReferencedIn"
},
{
"@id": "https://www.omg.org/spec/Commons/Classifiers/isClassifiedBy"
}
],
"schema:domainIncludes": [
{
"@id": "schema:Organization"
},
{
"@id": "schema:Person"
},
{
"@id": "schema:Place"
},
{
"@id": "schema:Product"
},
{
"@id": "schema:Service"
}
],
"schema:rangeIncludes": {
"@id": "schema:Certification"
},
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/3230"
}
},
{
"@id": "schema:hasEnergyConsumptionDetails",
"@type": "rdf:Property",
"rdfs:comment": "Defines the energy efficiency Category (also known as \"class\" or \"rating\") for a product according to an international energy efficiency standard.",
"rdfs:label": "hasEnergyConsumptionDetails",
"schema:domainIncludes": {
"@id": "schema:Product"
},
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": {
"@id": "schema:EnergyConsumptionDetails"
},
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/2670"
}
},
{
"@id": "schema:hasGS1DigitalLink",
"@type": "rdf:Property",
"rdfs:comment": "The GS1 digital link associated with the object. This URL should conform to the particular requirements of digital links. The link should only contain the Application Identifiers (AIs) that are relevant for the entity being annotated, for instance a [[Product]] or an [[Organization]], and for the correct granularity. In particular, for products:- A Digital Link that contains a serial number (AI
21) should only be present on instances of [[IndividualProduct]] - A Digital Link that contains a lot number (AI
10) should be annotated as [[SomeProducts]] if only products from that lot are sold, or [[IndividualProduct]] if there is only a specific product. - A Digital Link that contains a global model number (AI
8013) should be attached to a [[Product]] or a [[ProductModel]].
Other item types should be adapted similarly.",
"rdfs:label": "hasGS1DigitalLink",
"rdfs:subPropertyOf": {
"@id": "schema:identifier"
},
"schema:domainIncludes": [
{
"@id": "schema:Offer"
},
{
"@id": "schema:Organization"
},
{
"@id": "schema:Place"
},
{
"@id": "schema:Product"
}
],
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": {
"@id": "schema:URL"
},
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/3475"
}
},
{
"@id": "schema:hasMeasurement",
"@type": "rdf:Property",
"rdfs:comment": "A measurement of an item, For example, the inseam of pants, the wheel size of a bicycle, the gauge of a screw, or the carbon footprint measured for certification by an authority. Usually an exact measurement, but can also be a range of measurements for adjustable products, for example belts and ski bindings.",
"rdfs:label": "hasMeasurement",
"schema:domainIncludes": [
{
"@id": "schema:Certification"
},
{
"@id": "schema:Offer"
},
{
"@id": "schema:Product"
},
{
"@id": "schema:SizeSpecification"
}
],
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": {
"@id": "schema:QuantitativeValue"
},
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/2811"
}
},
{
"@id": "schema:hasMerchantReturnPolicy",
"@type": "rdf:Property",
"rdfs:comment": "Specifies a MerchantReturnPolicy that may be applicable.",
"rdfs:label": "hasMerchantReturnPolicy",
"schema:domainIncludes": [
{
"@id": "schema:Offer"
},
{
"@id": "schema:Organization"
},
{
"@id": "schema:Product"
}
],
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": {
"@id": "schema:MerchantReturnPolicy"
},
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/2288"
}
},
{
"@id": "schema:hasPart",
"@type": "rdf:Property",
"rdfs:comment": "Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense).",
"rdfs:label": "hasPart",
"schema:contributor": {
"@id": "https://schema.org/docs/collab/bibex"
},
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:inverseOf": {
"@id": "schema:isPartOf"
},
"schema:rangeIncludes": {
"@id": "schema:CreativeWork"
}
},
{
"@id": "schema:hasProductReturnPolicy",
"@type": "rdf:Property",
"rdfs:comment": "Indicates a ProductReturnPolicy that may be applicable.",
"rdfs:label": "hasProductReturnPolicy",
"schema:domainIncludes": [
{
"@id": "schema:Organization"
},
{
"@id": "schema:Product"
}
],
"schema:isPartOf": {
"@id": "https://attic.schema.org"
},
"schema:rangeIncludes": {
"@id": "schema:ProductReturnPolicy"
},
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/2288"
},
"schema:supersededBy": {
"@id": "schema:hasMerchantReturnPolicy"
}
},
{
"@id": "schema:headline",
"@type": "rdf:Property",
"rdfs:comment": "Headline of the article.",
"rdfs:label": "headline",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": {
"@id": "schema:Text"
}
},
{
"@id": "schema:height",
"@type": "rdf:Property",
"rdfs:comment": "The height of the item.",
"rdfs:label": "height",
"schema:domainIncludes": [
{
"@id": "schema:MediaObject"
},
{
"@id": "schema:OfferShippingDetails"
},
{
"@id": "schema:Person"
},
{
"@id": "schema:Product"
},
{
"@id": "schema:ShippingConditions"
},
{
"@id": "schema:VisualArtwork"
}
],
"schema:rangeIncludes": [
{
"@id": "schema:Distance"
},
{
"@id": "schema:QuantitativeValue"
}
],
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/3617"
}
},
{
"@id": "schema:identifier",
"@type": "rdf:Property",
"rdfs:comment": "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.\n ",
"rdfs:label": "identifier",
"owl:equivalentProperty": [
{
"@id": "dcterms:identifier"
},
{
"@id": "https://www.omg.org/spec/Commons/Identifiers/identifiedBy"
}
],
"schema:domainIncludes": {
"@id": "schema:Thing"
},
"schema:rangeIncludes": [
{
"@id": "schema:PropertyValue"
},
{
"@id": "schema:Text"
},
{
"@id": "schema:URL"
}
]
},
{
"@id": "schema:image",
"@type": "rdf:Property",
"rdfs:comment": "An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].",
"rdfs:label": "image",
"owl:equivalentProperty": {
"@id": "http://ogp.me/ns#image"
},
"schema:domainIncludes": {
"@id": "schema:Thing"
},
"schema:rangeIncludes": [
{
"@id": "schema:ImageObject"
},
{
"@id": "schema:URL"
}
]
},
{
"@id": "schema:inLanguage",
"@type": "rdf:Property",
"rdfs:comment": "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]].",
"rdfs:label": "inLanguage",
"owl:equivalentProperty": {
"@id": "dcterms:language"
},
"schema:domainIncludes": [
{
"@id": "schema:BroadcastService"
},
{
"@id": "schema:CommunicateAction"
},
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:Event"
},
{
"@id": "schema:LinkRole"
},
{
"@id": "schema:PronounceableText"
},
{
"@id": "schema:WriteAction"
}
],
"schema:rangeIncludes": [
{
"@id": "schema:Language"
},
{
"@id": "schema:Text"
}
],
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/2382"
}
},
{
"@id": "schema:inProductGroupWithID",
"@type": "rdf:Property",
"rdfs:comment": "Indicates the [[productGroupID]] for a [[ProductGroup]] that this product [[isVariantOf]]. ",
"rdfs:label": "inProductGroupWithID",
"owl:equivalentProperty": {
"@id": "http://unece.org/vocab#variantId"
},
"schema:domainIncludes": {
"@id": "schema:Product"
},
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": {
"@id": "schema:Text"
},
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/1797"
}
},
{
"@id": "schema:includesObject",
"@type": "rdf:Property",
"rdfs:comment": "This links to a node or nodes indicating the exact quantity of the products included in an [[Offer]] or [[ProductCollection]].",
"rdfs:label": "includesObject",
"schema:contributor": {
"@id": "https://schema.org/docs/collab/GoodRelationsTerms"
},
"schema:domainIncludes": [
{
"@id": "schema:Demand"
},
{
"@id": "schema:Offer"
},
{
"@id": "schema:ProductCollection"
}
],
"schema:rangeIncludes": {
"@id": "schema:TypeAndQuantityNode"
}
},
{
"@id": "schema:interactionStatistic",
"@type": "rdf:Property",
"rdfs:comment": "The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used.",
"rdfs:label": "interactionStatistic",
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:Organization"
},
{
"@id": "schema:Person"
}
],
"schema:rangeIncludes": {
"@id": "schema:InteractionCounter"
},
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/2421"
}
},
{
"@id": "schema:interactivityType",
"@type": "rdf:Property",
"rdfs:comment": "The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'.",
"rdfs:label": "interactivityType",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": {
"@id": "schema:Text"
}
},
{
"@id": "schema:interpretedAsClaim",
"@type": "rdf:Property",
"rdfs:comment": "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]].",
"rdfs:label": "interpretedAsClaim",
"rdfs:subPropertyOf": {
"@id": "schema:description"
},
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:MediaObject"
}
],
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": {
"@id": "schema:Claim"
},
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/2450"
}
},
{
"@id": "schema:isAccessibleForFree",
"@type": "rdf:Property",
"rdfs:comment": "A flag to signal that the item, event, or place is accessible for free.",
"rdfs:label": "isAccessibleForFree",
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:Event"
},
{
"@id": "schema:Place"
}
],
"schema:rangeIncludes": {
"@id": "schema:Boolean"
}
},
{
"@id": "schema:isAccessoryOrSparePartFor",
"@type": "rdf:Property",
"rdfs:comment": "A pointer to another product (or multiple products) for which this product is an accessory or spare part.",
"rdfs:label": "isAccessoryOrSparePartFor",
"schema:contributor": {
"@id": "https://schema.org/docs/collab/GoodRelationsTerms"
},
"schema:domainIncludes": {
"@id": "schema:Product"
},
"schema:rangeIncludes": {
"@id": "schema:Product"
}
},
{
"@id": "schema:isBasedOn",
"@type": "rdf:Property",
"rdfs:comment": "A resource from which this work is derived or from which it is a modification or adaptation.",
"rdfs:label": "isBasedOn",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:Product"
},
{
"@id": "schema:URL"
}
]
},
{
"@id": "schema:isBasedOnUrl",
"@type": "rdf:Property",
"rdfs:comment": "A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html.",
"rdfs:label": "isBasedOnUrl",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:Product"
},
{
"@id": "schema:URL"
}
],
"schema:supersededBy": {
"@id": "schema:isBasedOn"
}
},
{
"@id": "schema:isConsumableFor",
"@type": "rdf:Property",
"rdfs:comment": "A pointer to another product (or multiple products) for which this product is a consumable.",
"rdfs:label": "isConsumableFor",
"schema:contributor": {
"@id": "https://schema.org/docs/collab/GoodRelationsTerms"
},
"schema:domainIncludes": {
"@id": "schema:Product"
},
"schema:rangeIncludes": {
"@id": "schema:Product"
}
},
{
"@id": "schema:isFamilyFriendly",
"@type": "rdf:Property",
"rdfs:comment": "Indicates whether this content is family friendly.",
"rdfs:label": "isFamilyFriendly",
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:Offer"
},
{
"@id": "schema:Product"
}
],
"schema:rangeIncludes": {
"@id": "schema:Boolean"
}
},
{
"@id": "schema:isPartOf",
"@type": "rdf:Property",
"rdfs:comment": "Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of.",
"rdfs:label": "isPartOf",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:inverseOf": {
"@id": "schema:hasPart"
},
"schema:rangeIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:URL"
}
]
},
{
"@id": "schema:isRelatedTo",
"@type": "rdf:Property",
"rdfs:comment": "A pointer to another, somehow related product (or multiple products).",
"rdfs:label": "isRelatedTo",
"owl:equivalentProperty": {
"@id": "http://unece.org/vocab#RelatedProduct"
},
"schema:contributor": {
"@id": "https://schema.org/docs/collab/GoodRelationsTerms"
},
"schema:domainIncludes": [
{
"@id": "schema:Product"
},
{
"@id": "schema:Service"
}
],
"schema:rangeIncludes": [
{
"@id": "schema:Product"
},
{
"@id": "schema:Service"
}
]
},
{
"@id": "schema:isSimilarTo",
"@type": "rdf:Property",
"rdfs:comment": "A pointer to another, functionally similar product (or multiple products).",
"rdfs:label": "isSimilarTo",
"owl:equivalentProperty": {
"@id": "http://unece.org/vocab#SubstituteProduct"
},
"schema:contributor": {
"@id": "https://schema.org/docs/collab/GoodRelationsTerms"
},
"schema:domainIncludes": [
{
"@id": "schema:Product"
},
{
"@id": "schema:Service"
}
],
"schema:rangeIncludes": [
{
"@id": "schema:Product"
},
{
"@id": "schema:Service"
}
]
},
{
"@id": "schema:isVariantOf",
"@type": "rdf:Property",
"rdfs:comment": "Indicates the kind of product that this is a variant of. In the case of [[ProductModel]], this is a pointer (from a ProductModel) to a base product from which this product is a variant. It is safe to infer that the variant inherits all product features from the base model, unless defined locally. This is not transitive. In the case of a [[ProductGroup]], the group description also serves as a template, representing a set of Products that vary on explicitly defined, specific dimensions only (so it defines both a set of variants, as well as which values distinguish amongst those variants). When used with [[ProductGroup]], this property can apply to any [[Product]] included in the group.",
"rdfs:label": "isVariantOf",
"rdfs:subPropertyOf": [
{
"@id": "https://www.omg.org/spec/Commons/Classifiers/exemplifies"
},
{
"@id": "skos:broader"
}
],
"schema:contributor": {
"@id": "https://schema.org/docs/collab/GoodRelationsTerms"
},
"schema:domainIncludes": [
{
"@id": "schema:Product"
},
{
"@id": "schema:ProductModel"
}
],
"schema:inverseOf": {
"@id": "schema:hasVariant"
},
"schema:rangeIncludes": [
{
"@id": "schema:ProductGroup"
},
{
"@id": "schema:ProductModel"
}
]
},
{
"@id": "schema:itemCondition",
"@type": "rdf:Property",
"rdfs:comment": "A predefined value from OfferItemCondition specifying the condition of the product or service, or the products or services included in the offer. Also used for product return policies to specify the condition of products accepted for returns.",
"rdfs:label": "itemCondition",
"schema:domainIncludes": [
{
"@id": "schema:Demand"
},
{
"@id": "schema:MerchantReturnPolicy"
},
{
"@id": "schema:Offer"
},
{
"@id": "schema:Product"
}
],
"schema:rangeIncludes": {
"@id": "schema:OfferItemCondition"
}
},
{
"@id": "schema:keywords",
"@type": "rdf:Property",
"rdfs:comment": "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.",
"rdfs:label": "keywords",
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:Event"
},
{
"@id": "schema:Organization"
},
{
"@id": "schema:Place"
},
{
"@id": "schema:Product"
}
],
"schema:rangeIncludes": [
{
"@id": "schema:DefinedTerm"
},
{
"@id": "schema:Text"
},
{
"@id": "schema:URL"
}
]
},
{
"@id": "schema:learningResourceType",
"@type": "rdf:Property",
"rdfs:comment": "The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'.",
"rdfs:label": "learningResourceType",
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:LearningResource"
}
],
"schema:rangeIncludes": [
{
"@id": "schema:DefinedTerm"
},
{
"@id": "schema:Text"
}
]
},
{
"@id": "schema:license",
"@type": "rdf:Property",
"rdfs:comment": "A license document that applies to this content, typically indicated by URL.",
"rdfs:label": "license",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:URL"
}
]
},
{
"@id": "schema:locationCreated",
"@type": "rdf:Property",
"rdfs:comment": "The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork.",
"rdfs:label": "locationCreated",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": {
"@id": "schema:Place"
}
},
{
"@id": "schema:logo",
"@type": "rdf:Property",
"rdfs:comment": "An associated logo.",
"rdfs:label": "logo",
"owl:equivalentProperty": {
"@id": "http://unece.org/vocab#logoReferencedDocument"
},
"rdfs:subPropertyOf": {
"@id": "schema:image"
},
"schema:contributor": {
"@id": "https://schema.org/docs/collab/GoodRelationsTerms"
},
"schema:domainIncludes": [
{
"@id": "schema:Brand"
},
{
"@id": "schema:Certification"
},
{
"@id": "schema:Organization"
},
{
"@id": "schema:Place"
},
{
"@id": "schema:Product"
},
{
"@id": "schema:Service"
}
],
"schema:rangeIncludes": [
{
"@id": "schema:ImageObject"
},
{
"@id": "schema:URL"
}
]
},
{
"@id": "schema:mainEntity",
"@type": "rdf:Property",
"rdfs:comment": "Indicates the primary entity described in some page or other CreativeWork.",
"rdfs:label": "mainEntity",
"rdfs:subPropertyOf": {
"@id": "schema:about"
},
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:inverseOf": {
"@id": "schema:mainEntityOfPage"
},
"schema:rangeIncludes": {
"@id": "schema:Thing"
}
},
{
"@id": "schema:mainEntityOfPage",
"@type": "rdf:Property",
"rdfs:comment": "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.",
"rdfs:label": "mainEntityOfPage",
"schema:domainIncludes": {
"@id": "schema:Thing"
},
"schema:inverseOf": {
"@id": "schema:mainEntity"
},
"schema:rangeIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:URL"
}
]
},
{
"@id": "schema:maintainer",
"@type": "rdf:Property",
"rdfs:comment": "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.\n ",
"rdfs:label": "maintainer",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": [
{
"@id": "schema:Organization"
},
{
"@id": "schema:Person"
}
],
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/2311"
}
},
{
"@id": "schema:manufacturer",
"@type": "rdf:Property",
"rdfs:comment": "The manufacturer of the product.",
"rdfs:label": "manufacturer",
"owl:equivalentProperty": [
{
"@id": "http://unece.org/vocab#manufacturerParty"
},
{
"@id": "https://ref.gs1.org/voc/manufacturer"
}
],
"rdfs:subPropertyOf": {
"@id": "https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/isProvisionedBy"
},
"schema:domainIncludes": {
"@id": "schema:Product"
},
"schema:rangeIncludes": {
"@id": "schema:Organization"
}
},
{
"@id": "schema:material",
"@type": "rdf:Property",
"rdfs:comment": "A material that something is made from, e.g. leather, wool, cotton, paper.",
"rdfs:label": "material",
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:Product"
}
],
"schema:rangeIncludes": [
{
"@id": "schema:Product"
},
{
"@id": "schema:Text"
},
{
"@id": "schema:URL"
}
]
},
{
"@id": "schema:materialExtent",
"@type": "rdf:Property",
"rdfs:comment": {
"@language": "en",
"@value": "The quantity of the materials being described or an expression of the physical space they occupy."
},
"rdfs:label": {
"@language": "en",
"@value": "materialExtent"
},
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": [
{
"@id": "schema:QuantitativeValue"
},
{
"@id": "schema:Text"
}
],
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/1759"
}
},
{
"@id": "schema:mentions",
"@type": "rdf:Property",
"rdfs:comment": "Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.",
"rdfs:label": "mentions",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": {
"@id": "schema:Thing"
}
},
{
"@id": "schema:mobileUrl",
"@type": "rdf:Property",
"rdfs:comment": "The [[mobileUrl]] property is provided for specific situations in which data consumers need to determine whether one of several provided URLs is a dedicated 'mobile site'.\n\nTo discourage over-use, and reflecting intial usecases, the property is expected only on [[Product]] and [[Offer]], rather than [[Thing]]. The general trend in web technology is towards [responsive design](https://en.wikipedia.org/wiki/Responsive_web_design) in which content can be flexibly adapted to a wide range of browsing environments. Pages and sites referenced with the long-established [[url]] property should ideally also be usable on a wide variety of devices, including mobile phones. In most cases, it would be pointless and counter productive to attempt to update all [[url]] markup to use [[mobileUrl]] for more mobile-oriented pages. The property is intended for the case when items (primarily [[Product]] and [[Offer]]) have extra URLs hosted on an additional \"mobile site\" alongside the main one. It should not be taken as an endorsement of this publication style.\n ",
"rdfs:label": "mobileUrl",
"schema:domainIncludes": [
{
"@id": "schema:Offer"
},
{
"@id": "schema:Product"
}
],
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": {
"@id": "schema:Text"
},
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/3134"
}
},
{
"@id": "schema:model",
"@type": "rdf:Property",
"rdfs:comment": "The model of the product. Use with the URL of a ProductModel or a textual representation of the model identifier. The URL of the ProductModel can be from an external source. It is recommended to additionally provide strong product identifiers via the gtin8/gtin13/gtin14 and mpn properties.",
"rdfs:label": "model",
"owl:equivalentProperty": {
"@id": "http://unece.org/vocab#ModelName"
},
"rdfs:subPropertyOf": {
"@id": "https://www.omg.org/spec/Commons/Classifiers/isClassifiedBy"
},
"schema:domainIncludes": {
"@id": "schema:Product"
},
"schema:rangeIncludes": [
{
"@id": "schema:ProductModel"
},
{
"@id": "schema:Text"
}
]
},
{
"@id": "schema:mpn",
"@type": "rdf:Property",
"rdfs:comment": "The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers.",
"rdfs:label": "mpn",
"owl:equivalentProperty": {
"@id": "http://unece.org/vocab#manufacturerAssignedId"
},
"schema:contributor": {
"@id": "https://schema.org/docs/collab/GoodRelationsTerms"
},
"schema:domainIncludes": [
{
"@id": "schema:Demand"
},
{
"@id": "schema:Offer"
},
{
"@id": "schema:Product"
}
],
"schema:rangeIncludes": {
"@id": "schema:Text"
}
},
{
"@id": "schema:name",
"@type": "rdf:Property",
"rdfs:comment": "The name of the item.",
"rdfs:label": "name",
"owl:equivalentProperty": [
{
"@id": "dcterms:title"
},
{
"@id": "http://ogp.me/ns#title"
},
{
"@id": "https://www.omg.org/spec/Commons/Text/hasName"
}
],
"rdfs:subPropertyOf": {
"@id": "rdfs:label"
},
"schema:domainIncludes": {
"@id": "schema:Thing"
},
"schema:rangeIncludes": {
"@id": "schema:Text"
}
},
{
"@id": "schema:negativeNotes",
"@type": "rdf:Property",
"rdfs:comment": "Provides negative considerations regarding something, most typically in pro/con lists for reviews (alongside [[positiveNotes]]). For symmetry \n\nIn the case of a [[Review]], the property describes the [[itemReviewed]] from the perspective of the review; in the case of a [[Product]], the product itself is being described. Since product descriptions \ntend to emphasise positive claims, it may be relatively unusual to find [[negativeNotes]] used in this way. Nevertheless for the sake of symmetry, [[negativeNotes]] can be used on [[Product]].\n\nThe property values can be expressed either as unstructured text (repeated as necessary), or if ordered, as a list (in which case the most negative is at the beginning of the list).",
"rdfs:label": "negativeNotes",
"schema:domainIncludes": [
{
"@id": "schema:Product"
},
{
"@id": "schema:Review"
}
],
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": [
{
"@id": "schema:ItemList"
},
{
"@id": "schema:ListItem"
},
{
"@id": "schema:Text"
},
{
"@id": "schema:WebContent"
}
],
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/2832"
}
},
{
"@id": "schema:nsn",
"@type": "rdf:Property",
"rdfs:comment": "Indicates the [NATO stock number](https://en.wikipedia.org/wiki/NATO_Stock_Number) (nsn) of a [[Product]]. ",
"rdfs:label": "nsn",
"owl:equivalentProperty": {
"@id": "http://unece.org/vocab#nSNId"
},
"rdfs:subPropertyOf": [
{
"@id": "https://www.omg.org/spec/Commons/Identifiers/identifiedBy"
},
{
"@id": "schema:identifier"
}
],
"schema:domainIncludes": {
"@id": "schema:Product"
},
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": {
"@id": "schema:Text"
},
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/2126"
}
},
{
"@id": "schema:offers",
"@type": "rdf:Property",
"rdfs:comment": "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.\n ",
"rdfs:label": "offers",
"owl:equivalentProperty": {
"@id": "https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/isProductOf"
},
"schema:domainIncludes": [
{
"@id": "schema:AggregateOffer"
},
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:EducationalOccupationalProgram"
},
{
"@id": "schema:Event"
},
{
"@id": "schema:MenuItem"
},
{
"@id": "schema:Product"
},
{
"@id": "schema:Service"
},
{
"@id": "schema:Trip"
}
],
"schema:inverseOf": {
"@id": "schema:itemOffered"
},
"schema:rangeIncludes": [
{
"@id": "schema:Demand"
},
{
"@id": "schema:Offer"
}
],
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/2289"
}
},
{
"@id": "schema:owner",
"@type": "rdf:Property",
"rdfs:comment": "A person or organization who owns this Thing.",
"rdfs:label": "owner",
"schema:domainIncludes": {
"@id": "schema:Thing"
},
"schema:inverseOf": {
"@id": "schema:owns"
},
"schema:rangeIncludes": [
{
"@id": "schema:Organization"
},
{
"@id": "schema:Person"
}
],
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/4603"
}
},
{
"@id": "schema:pattern",
"@type": "rdf:Property",
"rdfs:comment": "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.",
"rdfs:label": "pattern",
"owl:equivalentProperty": {
"@id": "http://unece.org/vocab#printDesignDescription"
},
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:Product"
}
],
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": [
{
"@id": "schema:DefinedTerm"
},
{
"@id": "schema:Text"
}
],
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/1797"
}
},
{
"@id": "schema:position",
"@type": "rdf:Property",
"rdfs:comment": "The position of an item in a series or sequence of items.",
"rdfs:label": "position",
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:ListItem"
}
],
"schema:rangeIncludes": [
{
"@id": "schema:Integer"
},
{
"@id": "schema:Text"
}
]
},
{
"@id": "schema:positiveNotes",
"@type": "rdf:Property",
"rdfs:comment": "Provides positive considerations regarding something, for example product highlights or (alongside [[negativeNotes]]) pro/con lists for reviews.\n\nIn the case of a [[Review]], the property describes the [[itemReviewed]] from the perspective of the review; in the case of a [[Product]], the product itself is being described.\n\nThe property values can be expressed either as unstructured text (repeated as necessary), or if ordered, as a list (in which case the most positive is at the beginning of the list).",
"rdfs:label": "positiveNotes",
"schema:domainIncludes": [
{
"@id": "schema:Product"
},
{
"@id": "schema:Review"
}
],
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": [
{
"@id": "schema:ItemList"
},
{
"@id": "schema:ListItem"
},
{
"@id": "schema:Text"
},
{
"@id": "schema:WebContent"
}
],
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/2832"
}
},
{
"@id": "schema:potentialAction",
"@type": "rdf:Property",
"rdfs:comment": "Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.",
"rdfs:label": "potentialAction",
"schema:domainIncludes": {
"@id": "schema:Thing"
},
"schema:rangeIncludes": {
"@id": "schema:Action"
}
},
{
"@id": "schema:producer",
"@type": "rdf:Property",
"rdfs:comment": "The person or organization who produced the work (e.g. music album, movie, TV/radio series etc.).",
"rdfs:label": "producer",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": [
{
"@id": "schema:Organization"
},
{
"@id": "schema:Person"
}
]
},
{
"@id": "schema:productID",
"@type": "rdf:Property",
"rdfs:comment": "The product identifier, such as ISBN. For example: ``` meta itemprop=\"productID\" content=\"isbn:123-456-789\" ```.",
"rdfs:label": "productID",
"rdfs:subPropertyOf": {
"@id": "schema:identifier"
},
"schema:domainIncludes": {
"@id": "schema:Product"
},
"schema:rangeIncludes": {
"@id": "schema:Text"
}
},
{
"@id": "schema:productionDate",
"@type": "rdf:Property",
"rdfs:comment": "The date of production of the item, e.g. vehicle.",
"rdfs:label": "productionDate",
"owl:equivalentProperty": {
"@id": "http://unece.org/vocab#ProductionDate"
},
"schema:contributor": {
"@id": "https://schema.org/docs/collab/Automotive_Ontology_Working_Group"
},
"schema:domainIncludes": [
{
"@id": "schema:Product"
},
{
"@id": "schema:Vehicle"
}
],
"schema:rangeIncludes": {
"@id": "schema:Date"
}
},
{
"@id": "schema:provider",
"@type": "rdf:Property",
"rdfs:comment": "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.",
"rdfs:label": "provider",
"owl:equivalentProperty": {
"@id": "http://unece.org/vocab#ServiceProvider"
},
"schema:domainIncludes": [
{
"@id": "schema:Action"
},
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:EducationalOccupationalProgram"
},
{
"@id": "schema:FinancialIncentive"
},
{
"@id": "schema:Invoice"
},
{
"@id": "schema:ParcelDelivery"
},
{
"@id": "schema:Reservation"
},
{
"@id": "schema:Service"
},
{
"@id": "schema:Trip"
}
],
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": [
{
"@id": "schema:Organization"
},
{
"@id": "schema:Person"
}
],
"schema:source": [
{
"@id": "https://github.com/schemaorg/schemaorg/issues/2289"
},
{
"@id": "https://github.com/schemaorg/schemaorg/issues/2927"
}
]
},
{
"@id": "schema:publication",
"@type": "rdf:Property",
"rdfs:comment": "A publication event associated with the item.",
"rdfs:label": "publication",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": {
"@id": "schema:PublicationEvent"
}
},
{
"@id": "schema:publisher",
"@type": "rdf:Property",
"rdfs:comment": "The publisher of the article in question.",
"rdfs:label": "publisher",
"owl:equivalentProperty": {
"@id": "dcterms:publisher"
},
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:FinancialIncentive"
}
],
"schema:rangeIncludes": [
{
"@id": "schema:Organization"
},
{
"@id": "schema:Person"
}
]
},
{
"@id": "schema:publisherImprint",
"@type": "rdf:Property",
"rdfs:comment": "The publishing division which published the comic.",
"rdfs:label": "publisherImprint",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:isPartOf": {
"@id": "https://bib.schema.org"
},
"schema:rangeIncludes": {
"@id": "schema:Organization"
}
},
{
"@id": "schema:publishingPrinciples",
"@type": "rdf:Property",
"rdfs:comment": "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]].\n\nWhile such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.\n",
"rdfs:label": "publishingPrinciples",
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:Organization"
},
{
"@id": "schema:Person"
}
],
"schema:rangeIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:URL"
}
]
},
{
"@id": "schema:purchaseDate",
"@type": "rdf:Property",
"rdfs:comment": "The date the item, e.g. vehicle, was purchased by the current owner.",
"rdfs:label": "purchaseDate",
"schema:contributor": {
"@id": "https://schema.org/docs/collab/Automotive_Ontology_Working_Group"
},
"schema:domainIncludes": [
{
"@id": "schema:Product"
},
{
"@id": "schema:Vehicle"
}
],
"schema:rangeIncludes": {
"@id": "schema:Date"
}
},
{
"@id": "schema:recordedAt",
"@type": "rdf:Property",
"rdfs:comment": "The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event.",
"rdfs:label": "recordedAt",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:inverseOf": {
"@id": "schema:recordedIn"
},
"schema:rangeIncludes": {
"@id": "schema:Event"
}
},
{
"@id": "schema:releaseDate",
"@type": "rdf:Property",
"rdfs:comment": "The release date of a product or product model. This can be used to distinguish the exact variant of a product.",
"rdfs:label": "releaseDate",
"owl:equivalentProperty": {
"@id": "http://unece.org/vocab#ProductAvailabilityDate"
},
"schema:contributor": {
"@id": "https://schema.org/docs/collab/GoodRelationsTerms"
},
"schema:domainIncludes": {
"@id": "schema:Product"
},
"schema:rangeIncludes": {
"@id": "schema:Date"
}
},
{
"@id": "schema:releasedEvent",
"@type": "rdf:Property",
"rdfs:comment": "The place and time the release was issued, expressed as a PublicationEvent.",
"rdfs:label": "releasedEvent",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": {
"@id": "schema:PublicationEvent"
}
},
{
"@id": "schema:review",
"@type": "rdf:Property",
"rdfs:comment": "A review of the item.",
"rdfs:label": "review",
"schema:domainIncludes": [
{
"@id": "schema:Brand"
},
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:Event"
},
{
"@id": "schema:Offer"
},
{
"@id": "schema:Organization"
},
{
"@id": "schema:Place"
},
{
"@id": "schema:Product"
},
{
"@id": "schema:Service"
}
],
"schema:rangeIncludes": {
"@id": "schema:Review"
}
},
{
"@id": "schema:reviews",
"@type": "rdf:Property",
"rdfs:comment": "Review of the item.",
"rdfs:label": "reviews",
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:Offer"
},
{
"@id": "schema:Organization"
},
{
"@id": "schema:Place"
},
{
"@id": "schema:Product"
}
],
"schema:rangeIncludes": {
"@id": "schema:Review"
},
"schema:supersededBy": {
"@id": "schema:review"
}
},
{
"@id": "schema:sameAs",
"@type": "rdf:Property",
"rdfs:comment": "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.",
"rdfs:label": "sameAs",
"schema:domainIncludes": {
"@id": "schema:Thing"
},
"schema:rangeIncludes": {
"@id": "schema:URL"
}
},
{
"@id": "schema:schemaVersion",
"@type": "rdf:Property",
"rdfs:comment": "Indicates (by URL or string) a particular version of a schema used in some CreativeWork. This property was created primarily to\n 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.",
"rdfs:label": "schemaVersion",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": [
{
"@id": "schema:Text"
},
{
"@id": "schema:URL"
}
]
},
{
"@id": "schema:sdDatePublished",
"@type": "rdf:Property",
"rdfs:comment": "Indicates the date on which the current structured data was generated / published. Typically used alongside [[sdPublisher]].",
"rdfs:label": "sdDatePublished",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": {
"@id": "schema:Date"
},
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/1886"
}
},
{
"@id": "schema:sdLicense",
"@type": "rdf:Property",
"rdfs:comment": "A license document that applies to this structured data, typically indicated by URL.",
"rdfs:label": "sdLicense",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:URL"
}
],
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/1886"
}
},
{
"@id": "schema:sdPublisher",
"@type": "rdf:Property",
"rdfs:comment": "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\n[[sdPublisher]] property helps make such practices more explicit.",
"rdfs:label": "sdPublisher",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": [
{
"@id": "schema:Organization"
},
{
"@id": "schema:Person"
}
],
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/1886"
}
},
{
"@id": "schema:size",
"@type": "rdf:Property",
"rdfs:comment": "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. ",
"rdfs:label": "size",
"owl:equivalentProperty": {
"@id": "http://unece.org/vocab#sizeDescription"
},
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:Product"
}
],
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": [
{
"@id": "schema:DefinedTerm"
},
{
"@id": "schema:QuantitativeValue"
},
{
"@id": "schema:SizeSpecification"
},
{
"@id": "schema:Text"
}
],
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/1797"
}
},
{
"@id": "schema:sku",
"@type": "rdf:Property",
"rdfs:comment": "The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers.",
"rdfs:label": "sku",
"owl:equivalentProperty": {
"@id": "http://unece.org/vocab#sellerAssignedId"
},
"rdfs:subPropertyOf": {
"@id": "schema:identifier"
},
"schema:contributor": {
"@id": "https://schema.org/docs/collab/GoodRelationsTerms"
},
"schema:domainIncludes": [
{
"@id": "schema:Demand"
},
{
"@id": "schema:Offer"
},
{
"@id": "schema:Product"
}
],
"schema:rangeIncludes": {
"@id": "schema:Text"
}
},
{
"@id": "schema:slogan",
"@type": "rdf:Property",
"rdfs:comment": "A slogan or motto associated with the item.",
"rdfs:label": "slogan",
"owl:equivalentProperty": {
"@id": "http://unece.org/vocab#PromotionalMessage"
},
"schema:domainIncludes": [
{
"@id": "schema:Brand"
},
{
"@id": "schema:Organization"
},
{
"@id": "schema:Place"
},
{
"@id": "schema:Product"
},
{
"@id": "schema:Service"
}
],
"schema:rangeIncludes": {
"@id": "schema:Text"
}
},
{
"@id": "schema:sourceOrganization",
"@type": "rdf:Property",
"rdfs:comment": "The Organization on whose behalf the creator was working.",
"rdfs:label": "sourceOrganization",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": {
"@id": "schema:Organization"
}
},
{
"@id": "schema:spatial",
"@type": "rdf:Property",
"rdfs:comment": "The \"spatial\" property can be used in cases when more specific properties\n(e.g. [[locationCreated]], [[spatialCoverage]], [[contentLocation]]) are not known to be appropriate.",
"rdfs:label": "spatial",
"owl:equivalentProperty": {
"@id": "dcterms:spatial"
},
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": {
"@id": "schema:Place"
}
},
{
"@id": "schema:spatialCoverage",
"@type": "rdf:Property",
"rdfs:comment": "The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of\n contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates\n areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York.",
"rdfs:label": "spatialCoverage",
"owl:equivalentProperty": {
"@id": "dcterms:spatial"
},
"rdfs:subPropertyOf": {
"@id": "schema:contentLocation"
},
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": {
"@id": "schema:Place"
}
},
{
"@id": "schema:sponsor",
"@type": "rdf:Property",
"rdfs:comment": "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.",
"rdfs:label": "sponsor",
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:Event"
},
{
"@id": "schema:Grant"
},
{
"@id": "schema:MedicalStudy"
},
{
"@id": "schema:Organization"
},
{
"@id": "schema:Person"
}
],
"schema:rangeIncludes": [
{
"@id": "schema:Organization"
},
{
"@id": "schema:Person"
}
]
},
{
"@id": "schema:subjectOf",
"@type": "rdf:Property",
"rdfs:comment": "A CreativeWork or Event about this Thing.",
"rdfs:label": "subjectOf",
"schema:domainIncludes": {
"@id": "schema:Thing"
},
"schema:inverseOf": {
"@id": "schema:about"
},
"schema:rangeIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:Event"
}
],
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/1670"
}
},
{
"@id": "schema:teaches",
"@type": "rdf:Property",
"rdfs:comment": "The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term.",
"rdfs:label": "teaches",
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:EducationEvent"
},
{
"@id": "schema:LearningResource"
}
],
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": [
{
"@id": "schema:DefinedTerm"
},
{
"@id": "schema:Text"
}
],
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/2427"
}
},
{
"@id": "schema:temporal",
"@type": "rdf:Property",
"rdfs:comment": "The \"temporal\" property can be used in cases where more specific properties\n(e.g. [[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]]) are not known to be appropriate.",
"rdfs:label": "temporal",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": [
{
"@id": "schema:DateTime"
},
{
"@id": "schema:Text"
}
]
},
{
"@id": "schema:temporalCoverage",
"@type": "rdf:Property",
"rdfs:comment": "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\n 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.\n 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\".\n\nOpen-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.",
"rdfs:label": "temporalCoverage",
"owl:equivalentProperty": {
"@id": "dcterms:temporal"
},
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": [
{
"@id": "schema:DateTime"
},
{
"@id": "schema:Text"
},
{
"@id": "schema:URL"
}
]
},
{
"@id": "schema:text",
"@type": "rdf:Property",
"rdfs:comment": "The textual content of this CreativeWork.",
"rdfs:label": "text",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": {
"@id": "schema:Text"
}
},
{
"@id": "schema:thumbnail",
"@type": "rdf:Property",
"rdfs:comment": "Thumbnail image for an image or video.",
"rdfs:label": "thumbnail",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": {
"@id": "schema:ImageObject"
}
},
{
"@id": "schema:thumbnailUrl",
"@type": "rdf:Property",
"rdfs:comment": "A thumbnail image relevant to the Thing.",
"rdfs:label": "thumbnailUrl",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": {
"@id": "schema:URL"
}
},
{
"@id": "schema:timeRequired",
"@type": "rdf:Property",
"rdfs:comment": "Approximate or typical time it usually takes to work with or through the content of this work for the typical or target audience.",
"rdfs:label": "timeRequired",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": {
"@id": "schema:Duration"
}
},
{
"@id": "schema:translationOfWork",
"@type": "rdf:Property",
"rdfs:comment": "The work that this work has been translated from. E.g. \u7269\u79cd\u8d77\u6e90 is a translationOf \u201cOn the Origin of Species\u201d.",
"rdfs:label": "translationOfWork",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:inverseOf": {
"@id": "schema:workTranslation"
},
"schema:isPartOf": {
"@id": "https://bib.schema.org"
},
"schema:rangeIncludes": {
"@id": "schema:CreativeWork"
}
},
{
"@id": "schema:translator",
"@type": "rdf:Property",
"rdfs:comment": "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.",
"rdfs:label": "translator",
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:Event"
}
],
"schema:rangeIncludes": [
{
"@id": "schema:Organization"
},
{
"@id": "schema:Person"
}
]
},
{
"@id": "schema:typicalAgeRange",
"@type": "rdf:Property",
"rdfs:comment": "The typical expected age range, e.g. '7-9', '11-'.",
"rdfs:label": "typicalAgeRange",
"schema:domainIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:Event"
}
],
"schema:rangeIncludes": {
"@id": "schema:Text"
}
},
{
"@id": "schema:url",
"@type": "rdf:Property",
"rdfs:comment": "URL of the item.",
"rdfs:label": "url",
"owl:equivalentProperty": {
"@id": "http://ogp.me/ns#url"
},
"schema:domainIncludes": {
"@id": "schema:Thing"
},
"schema:rangeIncludes": {
"@id": "schema:URL"
}
},
{
"@id": "schema:usageInfo",
"@type": "rdf:Property",
"rdfs:comment": "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.\n\nThis 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.",
"rdfs:label": "usageInfo",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:isPartOf": {
"@id": "https://pending.schema.org"
},
"schema:rangeIncludes": [
{
"@id": "schema:CreativeWork"
},
{
"@id": "schema:URL"
}
],
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/2454"
}
},
{
"@id": "schema:version",
"@type": "rdf:Property",
"rdfs:comment": "The version of the CreativeWork embodied by a specified resource.",
"rdfs:label": "version",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": [
{
"@id": "schema:Number"
},
{
"@id": "schema:Text"
}
]
},
{
"@id": "schema:video",
"@type": "rdf:Property",
"rdfs:comment": "An embedded video object.",
"rdfs:label": "video",
"owl:equivalentProperty": {
"@id": "http://ogp.me/ns#video"
},
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:rangeIncludes": [
{
"@id": "schema:Clip"
},
{
"@id": "schema:VideoObject"
}
]
},
{
"@id": "schema:weight",
"@type": "rdf:Property",
"rdfs:comment": "The weight of the product or person.",
"rdfs:label": "weight",
"schema:contributor": {
"@id": "https://schema.org/docs/collab/GoodRelationsTerms"
},
"schema:domainIncludes": [
{
"@id": "schema:OfferShippingDetails"
},
{
"@id": "schema:Person"
},
{
"@id": "schema:Product"
},
{
"@id": "schema:ShippingConditions"
},
{
"@id": "schema:VisualArtwork"
}
],
"schema:rangeIncludes": [
{
"@id": "schema:Mass"
},
{
"@id": "schema:QuantitativeValue"
}
],
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/3617"
}
},
{
"@id": "schema:width",
"@type": "rdf:Property",
"rdfs:comment": "The width of the item.",
"rdfs:label": "width",
"schema:domainIncludes": [
{
"@id": "schema:MediaObject"
},
{
"@id": "schema:OfferShippingDetails"
},
{
"@id": "schema:Product"
},
{
"@id": "schema:ShippingConditions"
},
{
"@id": "schema:VisualArtwork"
}
],
"schema:rangeIncludes": [
{
"@id": "schema:Distance"
},
{
"@id": "schema:QuantitativeValue"
}
],
"schema:source": {
"@id": "https://github.com/schemaorg/schemaorg/issues/3617"
}
},
{
"@id": "schema:wordCount",
"@type": "rdf:Property",
"rdfs:comment": "The number of words in the text of the CreativeWork such as an Article, Book, etc.",
"rdfs:label": "wordCount",
"schema:domainIncludes": [
{
"@id": "schema:Article"
},
{
"@id": "schema:CreativeWork"
}
],
"schema:rangeIncludes": {
"@id": "schema:Integer"
}
},
{
"@id": "schema:workExample",
"@type": "rdf:Property",
"rdfs:comment": "Example/instance/realization/derivation of the concept of this creative work. E.g. the paperback edition, first edition, or e-book.",
"rdfs:label": "workExample",
"schema:contributor": {
"@id": "https://schema.org/docs/collab/bibex"
},
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:inverseOf": {
"@id": "schema:exampleOfWork"
},
"schema:rangeIncludes": {
"@id": "schema:CreativeWork"
}
},
{
"@id": "schema:workTranslation",
"@type": "rdf:Property",
"rdfs:comment": "A work that is a translation of the content of this work. E.g. \u897f\u904a\u8a18 has an English workTranslation \u201cJourney to the West\u201d, a German workTranslation \u201cMonkeys Pilgerfahrt\u201d and a Vietnamese translation T\u00e2y du k\u00fd b\u00ecnh kh\u1ea3o.",
"rdfs:label": "workTranslation",
"schema:domainIncludes": {
"@id": "schema:CreativeWork"
},
"schema:inverseOf": {
"@id": "schema:translationOfWork"
},
"schema:isPartOf": {
"@id": "https://bib.schema.org"
},
"schema:rangeIncludes": {
"@id": "schema:CreativeWork"
}
}
]
}
| None | 3 |
Links:
Viewport: width=device-width, initial-scale=1