-
Notifications
You must be signed in to change notification settings - Fork 6
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
Labels
Comments
Fixed. |
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... |
NMWA have rdfs:label, eg "c. 1935". |
I would always prefer a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: