query-ddc02b9eb4ba836e6dbaf9b785d557ad

rq turtle/ttl

Winnipeg listed historical resources

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?listed_historical_resource ?listed_historical_resourceLabel WHERE {

  # heritage designation is subclass of listed historical resource
  ?listed_historical_resource wdt:P1435 [wdt:P279* wd:Q15203884]. 

  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?listed_historical_resource"):::projected a1((" ")) c5(["bd:serviceParam"]):::iri c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q15203884"]):::iri a1 --"wdt:P279"--> c2 v1 --"wdt:P1435"--> a1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end