query-9a204d46c22fab2bc8cc4e486e28ecb9

rq turtle/ttl

Editions with a copyright status that has a relevant date but not a determination method or other qualifiers SELECT DISTINCT ?work ?workLabel ?statusLabel ?methodLabel ?whereLabel ?relevantDate ?pdDate WHERE { ?work wdt:P31/wdt:P279* wd:Q3331189 . hint:Prior hint:gearing "forward".

?work p:P6216 ?statusStatement . ?work wdt:P6216 ?status . ?statusStatement pq:P9905 ?relevantDate. OPTIONAL { ?statusStatement pq:P459 ?method . } OPTIONAL { ?statusStatement pq:P1001 ?where . } OPTIONAL { ?statusStatement pq:P3893 ?pdDate. } MINUS { ?statusStatement pq:P459 ?where . ?statusStatement pq:P1001 ?method . ?statusStatement pq:P3893 ?pdDate . } SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } Editions with a copyright status that has a relevant date but not a determination method or other qualifiers SELECT DISTINCT ?work ?workLabel ?statusLabel ?methodLabel ?whereLabel ?relevantDate ?pdDate WHERE { ?work wdt:P31/wdt:P279* wd:Q3331189 . hint:Prior hint:gearing "forward".

?work p:P6216 ?statusStatement . ?work wdt:P6216 ?status . ?statusStatement pq:P9905 ?relevantDate. OPTIONAL { ?statusStatement pq:P459 ?method . } OPTIONAL { ?statusStatement pq:P1001 ?where . } OPTIONAL { ?statusStatement pq:P3893 ?pdDate. } MINUS { ?statusStatement pq:P459 ?where . ?statusStatement pq:P1001 ?method . ?statusStatement pq:P3893 ?pdDate . } SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } Editions with a copyright status that has a relevant date but not a determination method or other qualifiers SELECT DISTINCT ?work ?workLabel ?statusLabel ?methodLabel ?whereLabel ?relevantDate ?pdDate WHERE { ?work wdt:P31/wdt:P279* wd:Q3331189 . hint:Prior hint:gearing "forward".

?work p:P6216 ?statusStatement . ?work wdt:P6216 ?status . ?statusStatement pq:P9905 ?relevantDate. OPTIONAL { ?statusStatement pq:P459 ?method . } OPTIONAL { ?statusStatement pq:P1001 ?where . } OPTIONAL { ?statusStatement pq:P3893 ?pdDate. } MINUS { ?statusStatement pq:P459 ?where . ?statusStatement pq:P1001 ?method . ?statusStatement pq:P3893 ?pdDate . } SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } Editions with a copyright status that has a relevant date but not a determination method or other qualifiers SELECT DISTINCT ?work ?workLabel ?statusLabel ?methodLabel ?whereLabel ?relevantDate ?pdDate WHERE { ?work wdt:P31/wdt:P279* wd:Q3331189 . hint:Prior hint:gearing "forward".

?work p:P6216 ?statusStatement . ?work wdt:P6216 ?status . ?statusStatement pq:P9905 ?relevantDate. OPTIONAL { ?statusStatement pq:P459 ?method . } OPTIONAL { ?statusStatement pq:P1001 ?where . } OPTIONAL { ?statusStatement pq:P3893 ?pdDate. } MINUS { ?statusStatement pq:P459 ?where . ?statusStatement pq:P1001 ?method . ?statusStatement pq:P3893 ?pdDate . } SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } Editions with a copyright status that has a relevant date but not a determination method or other qualifiers SELECT DISTINCT ?work ?workLabel ?statusLabel ?methodLabel ?whereLabel ?relevantDate ?pdDate WHERE { ?work wdt:P31/wdt:P279* wd:Q3331189 . hint:Prior hint:gearing "forward".

?work p:P6216 ?statusStatement . ?work wdt:P6216 ?status . ?statusStatement pq:P9905 ?relevantDate. OPTIONAL { ?statusStatement pq:P459 ?method . } OPTIONAL { ?statusStatement pq:P1001 ?where . } OPTIONAL { ?statusStatement pq:P3893 ?pdDate. } MINUS { ?statusStatement pq:P459 ?where . ?statusStatement pq:P1001 ?method . ?statusStatement pq:P3893 ?pdDate . } 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 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#>
# Editions with a copyright status that has a relevant date but not a determination method or other qualifiers
SELECT DISTINCT ?work ?workLabel ?statusLabel ?methodLabel ?whereLabel ?relevantDate ?pdDate WHERE {
  ?work wdt:P31/wdt:P279* wd:Q3331189 .


  ?work p:P6216 ?statusStatement .
  ?work wdt:P6216 ?status .
  ?statusStatement pq:P9905 ?relevantDate.
  OPTIONAL {
    ?statusStatement pq:P459 ?method .
  }
  OPTIONAL {
    ?statusStatement pq:P1001 ?where .
  }
  OPTIONAL {
    ?statusStatement pq:P3893 ?pdDate.
  }
  MINUS {
    ?statusStatement pq:P459 ?where .
    ?statusStatement pq:P1001 ?method .
    ?statusStatement pq:P3893 ?pdDate .
  }
  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; v5("?method") v7("?pdDate"):::projected v4("?relevantDate"):::projected v3("?status") v2("?statusStatement") v6("?where") v1("?work"):::projected a1((" ")) c3(["wd:Q3331189"]):::iri c11(["bd:serviceParam"]):::iri c13(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"p:direct/P31"--> a1 a1 --"p:direct/P279"--> c3 v1 --"p:P6216"--> v2 v1 --"p:direct/P6216"--> v3 v2 --"p:qualifier/P9905"--> v4 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."p:qualifier/P459".-> v5 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v2 -."p:qualifier/P1001".-> v6 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v2 -."p:qualifier/P3893".-> v7 end subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v2 --"p:qualifier/P459"--> v6 v2 --"p:qualifier/P1001"--> v5 v2 --"p:qualifier/P3893"--> v7 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c11 --"wikibase:language"--> c13 end