query-812d11bedff0d53e8b249405ef8a36ac

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 ?youtubeHandel ?youtubeChannel WHERE {
  ?item wdt:P11245 ?youtubeHandel.
  ?item wdt:P2397 ?youtubeChannel.
  ?item wdt:P17 wd:Q20.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],nb". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v3("?youtubeChannel"):::projected v2("?youtubeHandel"):::projected c6(["bd:serviceParam"]):::iri c4(["wd:Q20"]):::iri c8(["#91;AUTO_LANGUAGE#93;,nb"]):::literal v1 --"wdt:P11245"--> v2 v1 --"wdt:P2397"--> v3 v1 --"wdt:P17"--> c4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end