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

Attributes

location
The location of, for example, where an event is happening, where an organization is located, or where an action takes place.
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
subPropertyOf course
subPropertyOf exerciseCourse
subPropertyOf entertainmentBusiness
subPropertyOf foodEstablishment
subPropertyOf foodEvent
subPropertyOf fromLocation
subPropertyOf homeLocation
subPropertyOf itemLocation
subPropertyOf sportsActivityLocation
subPropertyOf sportsEvent
subPropertyOf toLocation
subPropertyOf workLocation
path genid-b8b001cf26c0451a9c273fc9ed50696c-18DAAE6796B7A0DCEAAAF66CC349CC5ED
path genid-2b05aa384e8c43a8bdc60ea3ef5da533-1606ADD3F65288705BEC74A468A579C1C
path WhtRm4DDtFF05EFb2_b17510
path 1dXygzezQTkremsb2_b2898
path bC0nX28Xmw2UdcBb2_b17336
path vmx1NYk2UWOp3zTb2_b17336
path RhaJZlp1Q4GISi0b2_genid2d980310e2213543feb867d4696c10ad632d1b2898
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: No results found.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Subclasses of this Class: No results found.