query-1e67d6eb42e45f389b454315a770f718

rq turtle/ttl

works without proper qualifiers whos creators died more than 100 years ago

Use at

PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
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 ?item ?itemLabel ?mdod where
{
   {
select ?item (max(?dod) as ?mdod) where  
{ # look through all the authors and other creators of the work and look up their date of death, than find the latest

{ select DISTINCT ?item WHERE 
  {
    ?item wdt:P6216 ?copyright .
    VALUES ?copyright { wd:Q19652 wd:Q15687061 } 

    FILTER NOT EXISTS { ?item p:P6216/pq:P1001 wd:Q60332278} # exclude if P1001 for USA present
    FILTER NOT EXISTS { ?item p:P6216/pq:P459  wd:Q29940705} # exclude if P459  for PD-1923 present
  } } 
  ?item wdt:P50|wdt:P170|wdt:P655|wdt:P84|wdt:P110|wdt:P287|wdt:P98|wdt:P86|wdt:P87|wdt:p57|wdt:P676 ?creator .
  ?creator wdt:P570 ?dod .
} group by ?item  }  
  FILTER(?mdod < "1920-00-00T00:00:00"^^xsd:dateTime) . # make sure last creator date of death is before 1918
  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; v4("?copyright") v4("?creator") v5("?dod") v2("?item"):::projected v6("?mdod"):::projected a2((" ")) a1((" ")) c4(["wd:Q29940705"]):::iri c6(["wd:Q60332278"]):::iri c21(["bd:serviceParam"]):::iri c23(["#91;AUTO_LANGUAGE#93;,en"]):::literal f0[["?mdod < '1920-00-00T00:00:00^^xsd:dateTime'"]] f0 --> v6 f1[["not "]] subgraph f1e0["Exists Clause"] e0v1 --"p:P6216"--> e0a1 e0a1 --"p:qualifier/P459"--> e0c3 e0v1("?item"):::projected e0a1((" ")):::projected e0c3(["wd:Q29940705"]):::iri end f1--EXISTS--> f1e0 f1 --> v2 f1 --> c2 f1 --> a1 f1 --> c3 f1 --> c4 v2 --"p:P6216"--> a1 a1 --"p:qualifier/P459"--> c4 f2[["not "]] subgraph f2e1["Exists Clause"] e1v1 --"p:P6216"--> e1a1 e1a1 --"p:qualifier/P1001"--> e1c3 e1v1("?item"):::projected e1a1((" ")):::projected e1c3(["wd:Q60332278"]):::iri end f2--EXISTS--> f2e1 f2 --> v2 f2 --> c2 f2 --> a2 f2 --> c5 f2 --> c6 v2 --"p:P6216"--> a2 a2 --"p:qualifier/P1001"--> c6 v2 --"p:direct/P6216"--> v4 bind3[/VALUES ?copyright/] bind3-->v4 bind30(["wd:Q19652"]) bind30 --> bind3 bind31(["wd:Q15687061"]) bind31 --> bind3 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; subgraph union1[" Union "] subgraph union1l[" "] style union1l fill:#abf,stroke-dasharray: 3 3; subgraph union2[" Union "] subgraph union2l[" "] style union2l fill:#abf,stroke-dasharray: 3 3; subgraph union3[" Union "] subgraph union3l[" "] style union3l fill:#abf,stroke-dasharray: 3 3; subgraph union4[" Union "] subgraph union4l[" "] style union4l fill:#abf,stroke-dasharray: 3 3; subgraph union5[" Union "] subgraph union5l[" "] style union5l fill:#abf,stroke-dasharray: 3 3; subgraph union6[" Union "] subgraph union6l[" "] style union6l fill:#abf,stroke-dasharray: 3 3; subgraph union7[" Union "] subgraph union7l[" "] style union7l fill:#abf,stroke-dasharray: 3 3; subgraph union8[" Union "] subgraph union8l[" "] style union8l fill:#abf,stroke-dasharray: 3 3; subgraph union9[" Union "] subgraph union9l[" "] style union9l fill:#abf,stroke-dasharray: 3 3; v2 --"p:direct/P676"--> v4 end subgraph union9r[" "] style union9r fill:#abf,stroke-dasharray: 3 3; v2 --"p:direct/p57"--> v4 end union9r <== or ==> union9l end end subgraph union8r[" "] style union8r fill:#abf,stroke-dasharray: 3 3; v2 --"p:direct/P87"--> v4 end union8r <== or ==> union8l end end subgraph union7r[" "] style union7r fill:#abf,stroke-dasharray: 3 3; v2 --"p:direct/P86"--> v4 end union7r <== or ==> union7l end end subgraph union6r[" "] style union6r fill:#abf,stroke-dasharray: 3 3; v2 --"p:direct/P98"--> v4 end union6r <== or ==> union6l end end subgraph union5r[" "] style union5r fill:#abf,stroke-dasharray: 3 3; v2 --"p:direct/P287"--> v4 end union5r <== or ==> union5l end end subgraph union4r[" "] style union4r fill:#abf,stroke-dasharray: 3 3; v2 --"p:direct/P110"--> v4 end union4r <== or ==> union4l end end subgraph union3r[" "] style union3r fill:#abf,stroke-dasharray: 3 3; v2 --"p:direct/P84"--> v4 end union3r <== or ==> union3l end end subgraph union2r[" "] style union2r fill:#abf,stroke-dasharray: 3 3; v2 --"p:direct/P655"--> v4 end union2r <== or ==> union2l end end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; v2 --"p:direct/P170"--> v4 end union1r <== or ==> union1l end end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v2 --"p:direct/P50"--> v4 end union0r <== or ==> union0l end v4 --"p:direct/P570"--> v5 bind5[/"max(?dod)"/] v5 --o bind5 bind5 --as--o v6 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c21 --"wikibase:language"--> c23 end