query-797455e681bd7e980ac09a23f89fbfe4

rq turtle/ttl

title: dates of discovery of geographical features & subclasses thereof SELECT ?item ?itemLabel ?date WHERE { ?item wdt:P575 ?date. hint:Prior hint:runFirst true. ?item wdt:P31/wdt:P279* wd:Q618123. hint:Prior hint:gearing "forward". SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } ORDER BY ?date

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#>
#title: dates of discovery of geographical features & subclasses thereof
SELECT ?item ?itemLabel ?date WHERE {
  ?item wdt:P575 ?date. 

  ?item wdt:P31/wdt:P279* wd:Q618123. 

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

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?date"):::projected v2("?item"):::projected a1((" ")) c6(["bd:serviceParam"]):::iri c4(["wd:Q618123"]):::iri c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal v2 --"wdt:P575"--> v1 v2 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end