{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "Entities that have a somewhat fixed, physical extension.",
"rdfs:label" : "Place",
"rdfs:subClassOf" : "schema:Thing"
},
"properties" : {
"schema:additionalProperty" : {
"rdf: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. http://schema.org/width, http://schema.org/color, http://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.\n",
"rdfs:label" : "additionalProperty",
"schema:domainIncludes" : [
"schema:Place",
"schema:Product",
"schema:QualitativeValue",
"schema:MerchantReturnPolicy",
"schema:QuantitativeValue"
],
"schema:rangeIncludes" : "schema:PropertyValue"
},
"schema:address" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Physical address of the item.",
"rdfs:label" : "address",
"schema:domainIncludes" : [
"schema:GeoShape",
"schema:Organization",
"schema:Person",
"schema:GeoCoordinates",
"schema:Place"
],
"schema:rangeIncludes" : [
"schema:PostalAddress",
"schema:Text"
]
},
"schema:aggregateRating" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The overall rating, based on a collection of reviews or ratings, of the item.",
"rdfs:label" : "aggregateRating",
"schema:domainIncludes" : [
"schema:Product",
"schema:Brand",
"schema:Event",
"schema:Organization",
"schema:Offer",
"schema:Service",
"schema:Place",
"schema:CreativeWork"
],
"schema:rangeIncludes" : "schema:AggregateRating"
},
"schema:amenityFeature" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs.",
"rdfs:label" : "amenityFeature",
"schema:contributor" : "collab:STI_Accommodation_Ontology",
"schema:domainIncludes" : [
"schema:FloorPlan",
"schema:Accommodation",
"schema:LodgingBusiness",
"schema:Place"
],
"schema:rangeIncludes" : "schema:LocationFeatureSpecification"
},
"schema:branchCode" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A short textual code (also called \"store code\") that uniquely identifies a place of business. The code is typically assigned by the parentOrganization and used in structured URLs.\\n\\nFor example, in the URL http://www.starbucks.co.uk/store-locator/etc/detail/3047 the code \"3047\" is a branchCode for a particular branch.\n ",
"rdfs:label" : "branchCode",
"schema:domainIncludes" : "schema:Place",
"schema:rangeIncludes" : "schema:Text"
},
"schema:containedIn" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The basic containment relation between a place and one that contains it.",
"rdfs:label" : "containedIn",
"schema:domainIncludes" : "schema:Place",
"schema:rangeIncludes" : "schema:Place",
"schema:supersededBy" : "schema:containedInPlace"
},
"schema:containedInPlace" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The basic containment relation between a place and one that contains it.",
"rdfs:label" : "containedInPlace",
"schema:domainIncludes" : "schema:Place",
"schema:inverseOf" : "schema:containsPlace",
"schema:rangeIncludes" : "schema:Place"
},
"schema:containsPlace" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The basic containment relation between a place and another that it contains.",
"rdfs:label" : "containsPlace",
"schema:domainIncludes" : "schema:Place",
"schema:inverseOf" : "schema:containedInPlace",
"schema:rangeIncludes" : "schema:Place"
},
"schema:event" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Upcoming or past event associated with this place, organization, or action.",
"rdfs:label" : "event",
"schema:domainIncludes" : [
"schema:InviteAction",
"schema:Organization",
"schema:PlayAction",
"schema:LeaveAction",
"schema:JoinAction",
"schema:Place",
"schema:InformAction"
],
"schema:rangeIncludes" : "schema:Event"
},
"schema:events" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Upcoming or past events associated with this place or organization.",
"rdfs:label" : "events",
"schema:domainIncludes" : [
"schema:Organization",
"schema:Place"
],
"schema:rangeIncludes" : "schema:Event",
"schema:supersededBy" : "schema:event"
},
"schema:faxNumber" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The fax number.",
"rdfs:label" : "faxNumber",
"schema:domainIncludes" : [
"schema:Organization",
"schema:Place",
"schema:Person",
"schema:ContactPoint"
],
"schema:rangeIncludes" : "schema:Text"
},
"schema:geo" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The geo coordinates of the place.",
"rdfs:label" : "geo",
"schema:domainIncludes" : "schema:Place",
"schema:rangeIncludes" : [
"schema:GeoCoordinates",
"schema:GeoShape"
]
},
"schema:geoContains" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. \"a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a\". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).",
"rdfs:label" : "geoContains",
"schema:domainIncludes" : [
"schema:Place",
"schema:GeospatialGeometry"
],
"schema:rangeIncludes" : [
"schema:Place",
"schema:GeospatialGeometry"
]
},
"schema:geoCoveredBy" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).",
"rdfs:label" : "geoCoveredBy",
"schema:domainIncludes" : [
"schema:GeospatialGeometry",
"schema:Place"
],
"schema:rangeIncludes" : [
"schema:GeospatialGeometry",
"schema:Place"
]
},
"schema:geoCovers" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Represents a relationship between two geometries (or the places they represent), relating a covering geometry to a covered geometry. \"Every point of b is a point of (the interior or boundary of) a\". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).",
"rdfs:label" : "geoCovers",
"schema:domainIncludes" : [
"schema:Place",
"schema:GeospatialGeometry"
],
"schema:rangeIncludes" : [
"schema:Place",
"schema:GeospatialGeometry"
]
},
"schema:geoCrosses" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that crosses it: \"a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them\". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).",
"rdfs:label" : "geoCrosses",
"schema:domainIncludes" : [
"schema:Place",
"schema:GeospatialGeometry"
],
"schema:rangeIncludes" : [
"schema:GeospatialGeometry",
"schema:Place"
]
},
"schema:geoDisjoint" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: \"they have no point in common. They form a set of disconnected geometries.\" (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)",
"rdfs:label" : "geoDisjoint",
"schema:domainIncludes" : [
"schema:GeospatialGeometry",
"schema:Place"
],
"schema:rangeIncludes" : [
"schema:Place",
"schema:GeospatialGeometry"
]
},
"schema:geoEquals" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). \"Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other\" (a symmetric relationship).",
"rdfs:label" : "geoEquals",
"schema:domainIncludes" : [
"schema:Place",
"schema:GeospatialGeometry"
],
"schema:rangeIncludes" : [
"schema:GeospatialGeometry",
"schema:Place"
]
},
"schema:geoIntersects" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).",
"rdfs:label" : "geoIntersects",
"schema:domainIncludes" : [
"schema:Place",
"schema:GeospatialGeometry"
],
"schema:rangeIncludes" : [
"schema:Place",
"schema:GeospatialGeometry"
]
},
"schema:geoOverlaps" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).",
"rdfs:label" : "geoOverlaps",
"schema:domainIncludes" : [
"schema:Place",
"schema:GeospatialGeometry"
],
"schema:rangeIncludes" : [
"schema:Place",
"schema:GeospatialGeometry"
]
},
"schema:geoTouches" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Represents spatial relations in which two geometries (or the places they represent) touch: \"they have at least one boundary point in common, but no interior points.\" (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)",
"rdfs:label" : "geoTouches",
"schema:domainIncludes" : [
"schema:Place",
"schema:GeospatialGeometry"
],
"schema:rangeIncludes" : [
"schema:Place",
"schema:GeospatialGeometry"
]
},
"schema:geoWithin" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).",
"rdfs:label" : "geoWithin",
"schema:domainIncludes" : [
"schema:Place",
"schema:GeospatialGeometry"
],
"schema:rangeIncludes" : [
"schema:Place",
"schema:GeospatialGeometry"
]
},
"schema:globalLocationNumber" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The [Global Location Number](http://www.gs1.org/gln) (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations.",
"rdfs:label" : "globalLocationNumber",
"rdfs:subPropertyOf" : "schema:identifier",
"schema:contributor" : "collab:GoodRelationsTerms",
"schema:domainIncludes" : [
"schema:Person",
"schema:Organization",
"schema:Place"
],
"schema:rangeIncludes" : "schema:Text"
},
"schema:hasDriveThroughService" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Indicates whether some facility (e.g. [[FoodEstablishment]], [[CovidTestingFacility]]) offers a service that can be used by driving through in a car. In the case of [[CovidTestingFacility]] such facilities could potentially help with social distancing from other potentially-infected users.",
"rdfs:label" : "hasDriveThroughService",
"schema:domainIncludes" : "schema:Place",
"schema:isPartOf" : "http:pending.schema.org",
"schema:rangeIncludes" : "schema:Boolean",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2490"
},
"schema:hasMap" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A URL to a map of the place.",
"rdfs:label" : "hasMap",
"schema:domainIncludes" : "schema:Place",
"schema:rangeIncludes" : [
"schema:Map",
"schema:URL"
]
},
"schema:isAccessibleForFree" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A flag to signal that the item, event, or place is accessible for free.",
"rdfs:label" : "isAccessibleForFree",
"schema:domainIncludes" : [
"schema:Event",
"schema:Place",
"schema:CreativeWork"
],
"schema:rangeIncludes" : "schema:Boolean"
},
"schema:isicV4" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place.",
"rdfs:label" : "isicV4",
"schema:contributor" : "collab:GoodRelationsTerms",
"schema:domainIncludes" : [
"schema:Place",
"schema:Person",
"schema:Organization"
],
"schema:rangeIncludes" : "schema:Text"
},
"schema:keywords" : {
"rdf: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" : [
"schema:Event",
"schema:Organization",
"schema:Place",
"schema:CreativeWork",
"schema:Product"
],
"schema:rangeIncludes" : [
"schema:URL",
"schema:Text",
"schema:DefinedTerm"
]
},
"schema:latitude" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).",
"rdfs:label" : "latitude",
"schema:domainIncludes" : [
"schema:GeoCoordinates",
"schema:Place"
],
"schema:rangeIncludes" : [
"schema:Number",
"schema:Text"
]
},
"schema:logo" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "An associated logo.",
"rdfs:label" : "logo",
"rdfs:subPropertyOf" : "schema:image",
"schema:contributor" : "collab:GoodRelationsTerms",
"schema:domainIncludes" : [
"schema:Service",
"schema:Product",
"schema:Brand",
"schema:Organization",
"schema:Place"
],
"schema:rangeIncludes" : [
"schema:ImageObject",
"schema:URL"
]
},
"schema:longitude" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).",
"rdfs:label" : "longitude",
"schema:domainIncludes" : [
"schema:GeoCoordinates",
"schema:Place"
],
"schema:rangeIncludes" : [
"schema:Number",
"schema:Text"
]
},
"schema:map" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A URL to a map of the place.",
"rdfs:label" : "map",
"schema:domainIncludes" : "schema:Place",
"schema:rangeIncludes" : "schema:URL",
"schema:supersededBy" : "schema:hasMap"
},
"schema:maps" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A URL to a map of the place.",
"rdfs:label" : "maps",
"schema:domainIncludes" : "schema:Place",
"schema:rangeIncludes" : "schema:URL",
"schema:supersededBy" : "schema:hasMap"
},
"schema:maximumAttendeeCapacity" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The total number of individuals that may attend an event or venue.",
"rdfs:label" : "maximumAttendeeCapacity",
"schema:domainIncludes" : [
"schema:Place",
"schema:Event"
],
"schema:rangeIncludes" : "schema:Integer"
},
"schema:openingHoursSpecification" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The opening hours of a certain place.",
"rdfs:label" : "openingHoursSpecification",
"schema:contributor" : "collab:GoodRelationsTerms",
"schema:domainIncludes" : "schema:Place",
"schema:rangeIncludes" : "schema:OpeningHoursSpecification"
},
"schema:photo" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A photograph of this place.",
"rdfs:label" : "photo",
"rdfs:subPropertyOf" : "schema:image",
"schema:domainIncludes" : "schema:Place",
"schema:rangeIncludes" : [
"schema:Photograph",
"schema:ImageObject"
]
},
"schema:photos" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Photographs of this place.",
"rdfs:label" : "photos",
"schema:domainIncludes" : "schema:Place",
"schema:rangeIncludes" : [
"schema:Photograph",
"schema:ImageObject"
],
"schema:supersededBy" : "schema:photo"
},
"schema:publicAccess" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A flag to signal that the [[Place]] is open to public visitors. If this property is omitted there is no assumed default boolean value.",
"rdfs:label" : "publicAccess",
"schema:domainIncludes" : "schema:Place",
"schema:rangeIncludes" : "schema:Boolean"
},
"schema:review" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A review of the item.",
"rdfs:label" : "review",
"schema:domainIncludes" : [
"schema:Place",
"schema:CreativeWork",
"schema:Service",
"schema:Product",
"schema:Brand",
"schema:Event",
"schema:Offer",
"schema:Organization"
],
"schema:rangeIncludes" : "schema:Review"
},
"schema:reviews" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Review of the item.",
"rdfs:label" : "reviews",
"schema:domainIncludes" : [
"schema:Place",
"schema:CreativeWork",
"schema:Product",
"schema:Organization",
"schema:Offer"
],
"schema:rangeIncludes" : "schema:Review",
"schema:supersededBy" : "schema:review"
},
"schema:slogan" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A slogan or motto associated with the item.",
"rdfs:label" : "slogan",
"schema:domainIncludes" : [
"schema:Organization",
"schema:Place",
"schema:Service",
"schema:Product",
"schema:Brand"
],
"schema:rangeIncludes" : "schema:Text"
},
"schema:smokingAllowed" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room.",
"rdfs:label" : "smokingAllowed",
"schema:contributor" : "collab:STI_Accommodation_Ontology",
"schema:domainIncludes" : "schema:Place",
"schema:rangeIncludes" : "schema:Boolean"
},
"schema:specialOpeningHoursSpecification" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The special opening hours of a certain place.\\n\\nUse this to explicitly override general opening hours brought in scope by [[openingHoursSpecification]] or [[openingHours]].\n ",
"rdfs:label" : "specialOpeningHoursSpecification",
"schema:domainIncludes" : "schema:Place",
"schema:rangeIncludes" : "schema:OpeningHoursSpecification"
},
"schema:telephone" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The telephone number.",
"rdfs:label" : "telephone",
"schema:domainIncludes" : [
"schema:ContactPoint",
"schema:Person",
"schema:Organization",
"schema:Place"
],
"schema:rangeIncludes" : "schema:Text"
},
"schema:tourBookingPage" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A page providing information on how to book a tour of some [[Place]], such as an [[Accommodation]] or [[ApartmentComplex]] in a real estate setting, as well as other kinds of tours as appropriate.",
"rdfs:label" : "tourBookingPage",
"schema:domainIncludes" : [
"schema:Accommodation",
"schema:Place",
"schema:ApartmentComplex"
],
"schema:isPartOf" : "http:pending.schema.org",
"schema:rangeIncludes" : "schema:URL",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2373"
}
}
}