query-17502a2244ebf64b6b298295028eab80

rq turtle/ttl

20241007211932 TV series season User:ValterVB/Liste/12 20241005001827 TV series season User:ValterVB/Liste/11 20241005073814 Only it.wiki sitelink withouth properties User:ValterVB/Liste/10 20210323002702 Missing italian description for scientific article User:ValterVB/Liste/9 20241004163145 Label in english but not in italian for chinese surname User:ValterVB/Liste/8 20241004210256 Label in english but not in italian for song User:ValterVB/Liste/7 20241004213853 Label in english but not in italian for radio station User:ValterVB/Liste/6 20240926100629 Label in english but not in italian for enterprise or subclass User:ValterVB/Liste/5 20220619085527 Label in english but not in italian for director User:ValterVB/Liste/4 20190729163238 Missing italian label for band User:ValterVB/Liste/3 20190728234746 Missing italian description for album or subclass User:ValterVB/Liste/2 20190729135405 Missing italian description for film or subclass User:ValterVB/Liste/1 last edit description page Must be empty (TV season)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?serieLabel ?item ?serie ?prevLabelQ ?itemLabel ?nextLabelQ ?prev1 ?prev1Label ?next1 ?next1Label ?seriesW ?series WHERE {
  ?item wdt:P31 wd:Q3464665.
  ?item wdt:P179 ?serie.
  ?item p:P179 ?statement .
  OPTIONAL {?statement pq:P155 ?prevQ .}
  OPTIONAL {?statement pq:P156 ?nextQ .}
  ?statement pq:P1545 ?seriesW .
  ?item wdt:P155 ?prev1 .
  ?item wdt:P156 ?next1 .
  OPTIONAL {?statement wdt:P1545 ?series .}
  SERVICE wikibase:label { bd:serviceParam wikibase:language "it". }
}
ORDER BY ?serie ?series

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?item"):::projected v9("?next1"):::projected v6("?nextQ") v8("?prev1"):::projected v5("?prevQ") v1("?serie"):::projected v2("?series"):::projected v7("?seriesW"):::projected v4("?statement") c2(["wd:Q3464665"]):::iri c14(["it"]):::literal c12(["bd:serviceParam"]):::iri v3 --"p:direct/P31"--> c2 v3 --"p:direct/P179"--> v1 v3 --"p:P179"--> v4 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v4 -."p:qualifier/P155".-> v5 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v4 -."p:qualifier/P156".-> v6 end v4 --"p:qualifier/P1545"--> v7 v3 --"p:direct/P155"--> v8 v3 --"p:direct/P156"--> v9 subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v4 -."p:direct/P1545".-> v2 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c12 --"wikibase:language"--> c14 end