query-5c5ec10bf445e7d9d33a367d0ff07105

rq turtle/ttl

Episode titles

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?itemDescription ?regex ?langLabel
WHERE
{
    ?item p:P1552 [ ps:P1552 wd:Q50649564 ; pq:P1793 ?regex ; pq:P407 ?lang ]
    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("?item"):::projected v2("?lang") v1("?regex"):::projected a1((" ")) c7(["bd:serviceParam"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q50649564"]):::iri a1 --"p:statement/P1552"--> c2 a1 --"p:qualifier/P1793"--> v1 a1 --"p:qualifier/P407"--> v2 v3 --"p:P1552"--> a1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end