-
Notifications
You must be signed in to change notification settings - Fork 0
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
Compare how CRM is used in ARIADNE triple store #6
Comments
For dates it looks like they use crm:E52_Time-Span as class with crm:P82a_begin_of_the_begin and crm:P82b_end_of_the_end, and skos:prefLabel, for instance: <https://iceramm.huma-num.fr/bdresultats.php?notice=485/metadata>
crm:P4_has_time-span <https://iceramm.huma-num.fr/bdresultats.php?notice=485/metadata/datation> .
<https://iceramm.huma-num.fr/bdresultats.php?notice=485/metadata/datation>
skos:prefLabel "2018-02-06" ;
crm:P82a_begin_of_the_begin "2018-02-06T00:00:00"^^xsd:dateTime ;
crm:P82b_end_of_the_end "2018-02-06T23:59:59"^^xsd:dateTime . Could be simplified to: <https://iceramm.huma-num.fr/bdresultats.php?notice=485/metadata>
crm:P4_has_time-span "2018-02-06"^^xsd:date Sure there are cases where more precise start and end is needed, but in this case it's just a date and the exact timestamps are useless without time zone anyway. |
CIDOC does recommend using P82a/P82b in their guidance document (https://www.cidoc-crm.org/sites/default/files/issue%20443%20-%20Implementing%20CIDOC%20CRM%20in%20RDF%20v1.1.pdf). |
Given that P82a/P82b is not part of CIDOC-CRM 7.1.3 (released on February 2024), although recommended in October 2020 does not give me confidence, but we may have to live with it. Unless the time in dateTime instances differ from |
See recent paper https://doi.org/10.11141/ia.64.12 and RDF data in CRM at http://openarchaeo.huma-num.fr/
The text was updated successfully, but these errors were encountered: