query-adcbba552c05fc662a068ba9c1661a33

rq turtle/ttl

Raakvlak archaeologische collectie volgens productieplaats

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

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:P1071"--> 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