query-77e23240dad2f6a44e7eb536606721af

rq turtle/ttl

Query listing automatically all authority control properties representing Koha-instances:

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 ?p ?pLabel ?o ?oLabel ?countryLabel
WHERE {
  ?p wdt:P9073 ?o .
  ?o wdt:P408 wd:Q1114959 .
  ?o wdt:P17 ?country .
  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; v3("?country") v2("?o"):::projected v1("?p"):::projected c3(["wd:Q1114959"]):::iri c6(["bd:serviceParam"]):::iri c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P9073"--> v2 v2 --"wdt:P408"--> c3 v2 --"wdt:P17"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end