query-049ff2d3fb2b0f2e552ee101500e461b

rq turtle/ttl

erreur de JarekbotHello (excuse my english : I'm French and I can read english but it's more difficult to write). Jarekbot made some mistake on Il est minuit (Q25397342) , Le Manoir des Fantômes (Q25397347) and Choc (Q25397294). It added : ]reply[20:49, 29 May 2019 (UTC)) talk (Olivier TanguyThese 3 comics began in 1975, 1975 and 1959 and disappeared in 1982, 1983 and 1983. So they are not in public domain. I delete the action of Jarekbot but I don't know if the same mistake wase made on others elements. I hope it will not again add these errors. With kindest regards, -- and at last méthode de détermination (P459): publié il y a plus de 95 ans (Q47246828), #quickstatements; #temporary_batch_1559142680556. then juridiction concernée (P1001): États-Unis (Q30), #quickstatements; #temporary_batch_1559142680556 statut des droits d'auteur (P6216): domaine public (Q19652), #quickstatements; #temporary_batch_1559142680556; Based on 1901 publication date]reply[22:23, 29 May 2019 (UTC)) talk (Hsarrazinthanks for the great job you do on this... \o/ -- , or looks for the qualifiers, please ?(P577)publication date on items with century (P6216)copyright status could you modify your bot behaviour, so that it does not add gives the right publishing date :)(P580)start time date, but the qualifier centuryapparently, this was done because of :Jarekt@ : ceci est dû à la date de publication en siècle... qui est donc 1901 pour la machine. Il faudrait éviter ces dates séculaires, ou aller chercher la "date de début".Olivier Tanguy@: Thanks for reporting this. Using queries like Olivier Tanguy, Hsarrazin@

Use at

PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX psv: <http://www.wikidata.org/prop/statement/value/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
SELECT distinct ?item  ?dop {
    ?item p:P6216/pq:P1001 wd:Q30 .
    ?item p:P6216/pq:P459  wd:Q47246828 . 

    ?item p:P577 ?statement .
    ?statement psv:P577 [
                wikibase:timePrecision "7"^^xsd:integer ;
                wikibase:timeValue ?dop ;
              ]
    FILTER (?dop > "1900-01-01T00:00:01"^^xsd:dateTime) 

}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?dop"):::projected v2("?item"):::projected v3("?statement") a1((" ")) a2((" ")) a3((" ")) c6(["wd:Q47246828"]):::iri c9(["7^^xsd:integer"]):::literal c4(["wd:Q30"]):::iri f0[["?dop > '1900-01-01T00:00:01^^xsd:dateTime'"]] f0 --> v1 v2 --"p:P6216"--> a1 a1 --"p:qualifier/P1001"--> c4 v2 --"p:P6216"--> a2 a2 --"p:qualifier/P459"--> c6 v2 --"p:P577"--> v3 a3 --"wikibase:timePrecision"--> c9 a3 --"wikibase:timeValue"--> v1 v3 --"p:statement/value/P577"--> a3