query-4263466e7f86185fc5cf5016389f7fb7

rq turtle/ttl

Items where a "relevant copyright date" qualifier (P9905) of a "copyright status" (P6216) claim is set to "no value" SELECT DISTINCT ?work ?statusLabel ?workLabel WHERE {

?work p:P6216 [ a wdno:P9905 ]. ?work wdt:P6216 ?status . SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } Items where a "relevant copyright date" qualifier (P9905) of a "copyright status" (P6216) claim is set to "no value" SELECT DISTINCT ?work ?statusLabel ?workLabel WHERE {

?work p:P6216 [ a wdno:P9905 ]. ?work wdt:P6216 ?status . SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } Items where a "relevant copyright date" qualifier (P9905) of a "copyright status" (P6216) claim is set to "no value" SELECT DISTINCT ?work ?statusLabel ?workLabel WHERE {

?work p:P6216 [ a wdno:P9905 ]. ?work wdt:P6216 ?status . SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } Items where a "relevant copyright date" qualifier (P9905) of a "copyright status" (P6216) claim is set to "no value" SELECT DISTINCT ?work ?statusLabel ?workLabel WHERE {

?work p:P6216 [ a wdno:P9905 ]. ?work wdt:P6216 ?status . SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } Items where a "relevant copyright date" qualifier (P9905) of a "copyright status" (P6216) claim is set to "no value" SELECT DISTINCT ?work ?statusLabel ?workLabel WHERE {

?work p:P6216 [ a wdno:P9905 ]. ?work wdt:P6216 ?status . SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } }

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wdno: <http://www.wikidata.org/prop/novalue/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
# Items where a "relevant copyright date" qualifier (P9905) of a "copyright status" (P6216) claim is set to "no value"
SELECT DISTINCT ?work ?statusLabel ?workLabel WHERE {

  ?work p:P6216 [
     a wdno:P9905
  ].
  ?work wdt:P6216 ?status .
  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; v2("?status") v1("?work"):::projected a1((" ")) c6(["bd:serviceParam"]):::iri c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["p:novalue/P9905"]):::iri a1 --"a"--> c2 v1 --"p:P6216"--> a1 v1 --"p:direct/P6216"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end