SELECT ?property ?value WHERE { BIND (?? AS ?s) ?s ?property ?value . FILTER (isLiteral(?value)) } LIMIT 1000

Attributes

Place
Entities that have a somewhat fixed, physical extension.
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Outgoing Relationships

property object
equivalentClass Location
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
domainIncludes Phone number
domainIncludes has address
domainIncludes publicAccess
domainIncludes Fax number
rangeIncludes areaServed
domainIncludes containedInPlace
rangeIncludes containedInPlace
domainIncludes containsPlace
rangeIncludes containsPlace
domainIncludes geo
domainIncludes latitude
domainIncludes longitude
domainIncludes additionalProperty
domainIncludes aggregateRating
domainIncludes amenityFeature
rangeIncludes spatialCoverage
rangeIncludes contentLocation
rangeIncludes area
rangeIncludes serviceArea
rangeIncludes availableAtOrFrom
rangeIncludes birthPlace
domainIncludes branchCode
domainIncludes containedIn
rangeIncludes containedIn
rangeIncludes course
rangeIncludes location
rangeIncludes exerciseCourse
rangeIncludes deathPlace
rangeIncludes dropoffLocation
rangeIncludes eligibleRegion
domainIncludes events
domainIncludes Event
rangeIncludes foodEstablishment
rangeIncludes foundingLocation
domainIncludes isAccessibleForFree
rangeIncludes fromLocation
rangeIncludes gameLocation
domainIncludes geoContains
rangeIncludes geoContains
domainIncludes geoCoveredBy
rangeIncludes geoCoveredBy
domainIncludes geoCovers
rangeIncludes geoCovers
domainIncludes geoCrosses
rangeIncludes geoCrosses
domainIncludes geoDisjoint
rangeIncludes geoDisjoint
domainIncludes geoEquals
rangeIncludes geoEquals
domainIncludes geoIntersects
rangeIncludes geoIntersects
domainIncludes geoOverlaps
rangeIncludes geoOverlaps
domainIncludes geoTouches
rangeIncludes geoTouches
domainIncludes geoWithin
rangeIncludes geoWithin
domainIncludes globalLocationNumber
domainIncludes hasDriveThroughService
rangeIncludes hasPOS
rangeIncludes homeLocation
rangeIncludes ineligibleRegion
domainIncludes isicV4
rangeIncludes itemLocation
rangeIncludes itinerary
rangeIncludes jobLocation
domainIncludes keywords
rangeIncludes locationCreated
domainIncludes logo
domainIncludes map
domainIncludes hasMap
domainIncludes maps
domainIncludes maximumAttendeeCapacity
domainIncludes openingHoursSpecification
domainIncludes photos
domainIncludes photo
rangeIncludes pickupLocation
rangeIncludes regionsAllowed
domainIncludes reviews
domainIncludes review
rangeIncludes serviceLocation
domainIncludes slogan
domainIncludes smokingAllowed
rangeIncludes spatial
domainIncludes specialOpeningHoursSpecification
rangeIncludes toLocation
domainIncludes tourBookingPage
rangeIncludes workLocation
rangeIncludes observationAbout
rangeIncludes tripOrigin
domainIncludes hasCertification
domainIncludes hasGS1DigitalLink
rangeIncludes displayLocation
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000
Instances of this Class: No results found.
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000

Superclasses of this Class

superclass description
Thing The most generic type of item.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000

Subclasses of this Class

subclass description
CivicStructure A public structure, such as a town hall or concert hall.
LocalBusiness A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc.
DefinedRegion A DefinedRegion is a geographic area defined by potentially arbitrary (rather than political, administrative or natural geographical) criteria. Properties are provided for defining a region by reference to sets of postal codes. Examples: a delivery destination when shopping. Region where regional pricing is configured. Requirement 1: Country: US States: "NY", "CA" Requirement 2: Country: US PostalCode Set: { [94000-94585], [97000, 97999], [13000, 13599]} { [12345, 12345], [78945, 78945], } Region = state, canton, prefecture, autonomous community...
AdministrativeArea A geographical region, typically under the jurisdiction of a particular government.
Accommodation An accommodation is a place that can accommodate human beings, e.g. a hotel room, a camping pitch, or a meeting room. Many accommodations are for overnight stays, but this is not a mandatory requirement. For more specific types of accommodations not defined in schema.org, one can use [[additionalType]] with external vocabularies. <br /><br /> See also the <a href="/docs/hotels.html">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.
Residence The place where a person lives.
Landform A landform or physical feature. Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain ranges, volcanoes, and the great ocean basins.
LandmarksOrHistoricalBuildings An historical landmark or building.
TouristAttraction A tourist attraction. In principle any Thing can be a [[TouristAttraction]], from a [[Mountain]] and [[LandmarksOrHistoricalBuildings]] to a [[LocalBusiness]]. This Type can be used on its own to describe a general [[TouristAttraction]], or be used as an [[additionalType]] to add tourist attraction properties to any other type. (See examples below)
TouristDestination A tourist destination. In principle any [[Place]] can be a [[TouristDestination]] from a [[City]], Region or [[Country]] to an [[AmusementPark]] or [[Hotel]]. This Type can be used on its own to describe a general [[TouristDestination]], or be used as an [[additionalType]] to add tourist relevant properties to any other [[Place]]. A [[TouristDestination]] is defined as a [[Place]] that contains, or is colocated with, one or more [[TouristAttraction]]s, often linked by a similar theme or interest to a particular [[touristType]]. The [UNWTO](http://www2.unwto.org/) defines Destination (main destination of a tourism trip) as the place visited that is central to the decision to take the trip. (See examples below.)