query-4ea512b0cde54da39a2a98c03ed0a87a

rq turtle/ttl

Multiple problems in recent import in hundreds of items. I have unfortunately noticed the following problems (I report some items already cleaned as examples, please look for the problems in their page histories): (Q2822396)Academy of Sciences of Turin (P463)member of , (P20)place of death , (P19)place of birth , (P570)date of death , (P569)date of birth : Between yesterday and today a big import of data from this property has involved Marcok, Francesca Melano (TOAS)@)(Q63349127)Pietro Giacinto Garassini , due to a known QuickStatements error (e.g. (P570)date of death /(P569)date of birth (addition) duplication of values with precision "year" in )(Q3059895)Eugène Gley , (Q93269735)Giulio Fenoglio : if AST has a value with "month" or "year" precision, a false value with "day" precision (often some day of 1905) gets added (e.g. (P570)date of death /(P569)date of birth (addition) evident errors in the values of )(Q15603987)François Daviet de Foncenex , maybe due to a QuickStatements error (e.g. (Q2822396)Academy of Sciences of Turin (P463)member of of (P580)start time (addition) evident errors in the values of the qualifier )(Q913253)Karl von Moll due to wrong reconciliations of homonym places (e.g. (P20)place of death /(P19)place of birth (addition) evident errors in the values of )(Q156205)Johan Christian Fabricius for non-easily explainable reasons (e.g. (P20)place of death /(P19)place of birth (addition) evident errors in the values of )(Q122972)Louis Agassiz for non-easily explainable reasons (e.g. (P248)stated in (addition) evident errors in all properties in the value of ); I have cleaned them manuallyquerythere were about 30 cases in which the ID in the reference didn't correspond with the main ID ( ), may be due to a known problem of QuickStatements(Q123982)Jakob II Bernoulli (e.g. (P570)date of death some additional cases of duplication, particularly the duplicate reference to query); see (Q60515697)Fedele Savio instead of P8153 (e.g. (P854)reference URL some cases of duplication are also due to the presence of previous references with ; however, it would have been possible through a query finding all the statements already having a reference using P8153 and excluding them from the addition of the new reference this issue I've just described in a Phabricator ticket) - certainly it is due to (Q94579012)Ambrogio Viale , (Q91993)Friedrich Wieseler , (Q94586689)Silvio Lippi duplication, or worse, or references in all properties (e.g. )(Q78777)Joseph Calasanza von Arneth evident errors in all properties for non-easily explainable reasons (e.g. )(Q2508253)Prospero Balbo , (Q1056738)Cesare Balbo (e.g. Mix'n'match catalogevident errors in all properties probably due to errors in ) is freezed and I'm not sure if/when it will be un-freezed, so many evident errors are still present in the itemsthis; the batch was stopped when QuickStatements stopped working yesterday, and is still freezed as all the other batches (I fear that it may continue working when the batches will be un-freezed); anyway, also the batch reverting it (where was noticed batch 46621) - the error regarding (Q61481670)Giovanni Battista Rizzo , (Q769608)François Just Marie Raynouard due to exchange month-day (e.g. (P569)date of birth evident errors in ]reply[21:18, 17 December 2020 (UTC) dosisEpì, at least quickly. Could you confirm you will be doing it in the next days? Thanks, --one by one). It is difficult to evaluate the extent of the errors, but as far as I have seen correcting tens of items it would better checking items stricto sensu are extremely valuable for the improvement of Wikidata items, the evident errors of points 1 2 3 can be seriously damaging (while 4 is disappointing but not damaging (Q2822396)Academy of Sciences of Turin Whilst data from ]reply[11:58, 30 December 2020 (UTC) dosisEpì. --Wikidata:Bot_requests#Accademia_delle_Scienze_di_Torino_multiple_references: OK, bot request done: Marco Chemello (TOAS)@ ]reply[10:54, 30 December 2020 (UTC)) talk (Marco Chemello (TOAS): are actually working to fix the problems in the entities (not a lot in %, but there are) where there are different dates/places between Wikidata sources and Accademia DB. We think we can finish within 2 weeks. Unfortunately we dont't have an easy solution for the references issues (apart from fixing them manually), as we are using QuickStatements and it's limited in this. Could you help us in asking for a bot for this? Thank you. --Elisa Tealdi (TOAS):. I and @EpìdosisThank you @: Chiedo inoltre che vengano controllati tutti i seguenti casi uno per uno, verosimilmente si tratta di correggere nel sito AST (e, se si sceglie di correggere, la dichiarazione va poi eliminata da Wikidata): Marco Chemello (TOAS), Elisa Tealdi (TOAS)@

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX prov: <http://www.w3.org/ns/prov#>
PREFIX pr: <http://www.wikidata.org/prop/reference/>
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 ?ast ?msLabel
WHERE {
 ?item wdt:P8153 ?ast .
 ?item p:P569 ?st .
 ?st wikibase:rank wikibase:DeprecatedRank .
 ?st prov:wasDerivedFrom ?ref .
 ?ref pr:P248 wd:Q2822396 .
 OPTIONAL { ?st pq:P2241 ?ms . }
 SERVICE wikibase:label { bd:serviceParam wikibase:language "it". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?ast"):::projected v1("?item"):::projected v5("?ms") v4("?ref") v3("?st") c10(["bd:serviceParam"]):::iri c4(["wikibase:DeprecatedRank"]):::iri c7(["wd:Q2822396"]):::iri c12(["it"]):::literal v1 --"p:direct/P8153"--> v2 v1 --"p:P569"--> v3 v3 --"wikibase:rank"--> c4 v3 --"prov:wasDerivedFrom"--> v4 v4 --"p:reference/P248"--> c7 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v3 -."p:qualifier/P2241".-> v5 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c10 --"wikibase:language"--> c12 end