SELECT ?title WHERE { ?? (rdfs:label|skos:prefLabel|schema:name) ?title . }
publicAccess
SELECT ?class WHERE { ?? (rdf:type|owl:type) ?class . }
Property
SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
A flag to signal that the [[Place]] is open to public visitors. If this property is omitted there is no assumed default boolean value.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000