query-bd44f4e6647cc7357031711fa1364962

rq turtle/ttl

Raakvlak archaeologische collectie volgens vindplaats

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 distinct ?collection ?collectionLabel ?itemLabel ?location_of_creation ?geoloc WHERE {
  ?item wdt:P189 ?location_of_creation.
  ?location_of_creation wdt:P625 ?geoloc.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?item wdt:P195 wd:Q99174870.
}

Query found at

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