query-9f363282ac5d61e5d09be197d5aef8ed

rq turtle/ttl

TODO

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 ?item ?itemLabel ?creator ?creatorLabel ?country ?countryLabel WHERE {
 ?item wdt:P31 wd:Q125191.
 ?item wdt:P1433 wd:Q64666052
 SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
 ?item wdt:P170 ?creator. 
 ?creator wdt:P27 ?country .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?country"):::projected v2("?creator"):::projected v1("?item"):::projected c6(["bd:serviceParam"]):::iri c2(["wd:Q125191"]):::iri c4(["wd:Q64666052"]):::iri c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P31"--> c2 v1 --"wdt:P1433"--> c4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end v1 --"wdt:P170"--> v2 v2 --"wdt:P27"--> v3