query-38f37cfa5ab1a87a0f0815f1ac1f1bec

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 ?P4965 ?url
WHERE 
{
  ?item wdt:P31/wdt:P279* wd:Q7889 .

  ?item wdt:P973 ?url.
  optional {?item wdt:P4965 ?P4965 .}
#  filter(bound(?P4965)=false)
#  filter(contains(str(?url),"behindthevoiceactors"))  
  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("?P4965"):::projected v1("?item"):::projected v2("?url"):::projected a1((" ")) c7(["bd:serviceParam"]):::iri c3(["wd:Q7889"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 v1 --"wdt:P973"--> v2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P4965".-> v3 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end