Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong display of century dates #45

Open
Nono314 opened this issue Dec 13, 2020 · 2 comments
Open

wrong display of century dates #45

Nono314 opened this issue Dec 13, 2020 · 2 comments

Comments

@Nono314
Copy link

Nono314 commented Dec 13, 2020

follow-up to #10

examples at https://www.wikidata.org/wiki/Wikidata:WikiProject_sum_of_all_paintings/Collection/Georgia_Museum_of_Art : dates listed as 19th century when they are actually 20th century (creator was merely a toddler at end of 19th century).

@Nono314 Nono314 changed the title wrong display of ventury dates wrong display of century dates Dec 13, 2020
@Ronnie-V
Copy link

I see the same [https://nl.wikipedia.org/wiki/Gebruiker%3ARonnieV%2FOntbrekende_Benelux-kunstenaars_overleden_in_1950] here.
It would also be great if it would be possible to exclude century-dates (20th century) from dates in the year ..50, whilst selecting with
FILTER ( year(?date) = 1950 )
or
FILTER ( ?date >= "1950-01-01T00:00:00Z"^^xsd:dateTime && ?date < "1950-12-31T23:59:59Z"^^xsd:dateTime )
A clue for this is welcome as well.

@Nono314
Copy link
Author

Nono314 commented Jan 27, 2021

@Ronnie-V for the last point, this is query-specific. You can filter on wikibase:timePrecision (see https://www.mediawiki.org/wiki/Wikibase/Indexing/RDF_Dump_Format#Time) if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants