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

(!) skip null date info #70

Open
VladimirAlexiev opened this issue Mar 24, 2017 · 4 comments
Open

(!) skip null date info #70

VladimirAlexiev opened this issue Mar 24, 2017 · 4 comments

Comments

@VladimirAlexiev
Copy link
Member

NPG Object 622 doesn't have date info (dated=NULL, start=0, end=0).
http://data.americanartcollaborative.org/page/npg/object/622/production/timespan emits such values, which are non-sensical (also, year 0 is invalid).

You should skip the Time-Span node altogether and all incoming and outgoing props.

@bsnikhila
Copy link
Contributor

Fixed.

@VladimirAlexiev
Copy link
Member Author

This query still returns 13k null timespans http://yasgui.org/short/rkpH8KDnl

PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
select * {
  ?x a crm:E52_Time-Span.
  filter not exists {?x crm:P82a_begin_of_the_begin ?y}
  filter not exists {?x crm:P82_at_some_time_within ?y}
}

Working from the top, I see: Autry makers, one Autry object, NMWA objects...

@VladimirAlexiev VladimirAlexiev changed the title skip null date info (!) skip null date info Mar 28, 2017
@VladimirAlexiev
Copy link
Member Author

NMWA have rdfs:label, eg "c. 1935".
@workergnome is that enough for you, or you'd like a structured date?

@workergnome
Copy link

I would always prefer a xsd:date over a string, preferably a BOTB EOTE pair as you suggested in american-art/ccma#18.

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

No branches or pull requests

4 participants