We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The old ISMI project database OpenMind (OM4) stores historical dates as JSON objects with the following structure:
state
date_in_text
calendar_type
input_form
from
until
date
additional_info
We have to extract as much as possible of this data in the migration to the new RDF database with a CIDOC-CRM-based data model.
A sample file with dates of each type: ismi-om4-date-samples.json.txt
Does it make sense to add this data file to the repository?
The text was updated successfully, but these errors were encountered:
add ismi sample data (see #17)
1148c90
33a4757
@robcast let's use this issue to track updating the ISMI example data and started on an example notebook to work with it.
Sorry, something went wrong.
I updated the samples and README with the new CIDOC-CRM RDF model for the development branch: #104
rlskoeser
robcast
No branches or pull requests
The old ISMI project database OpenMind (OM4) stores historical dates as JSON objects with the following structure:
state
date_in_text
calendar_type
: calendar the date was entered ininput_form
: date typefrom
: first day,until
: last day of year (dates in Gregorian calendar, ambiguity of +-2 days when entered in Islamic calendar)from
: first day,until
: last day of range (dates in Gregorian calendar, ambiguity of +-2 days when entered in Islamic calendar)date
: given day (date in Gregorian calendar, ambiguity of +-2 days when entered in Islamic calendar)additional_info
: textual note with additional informationWe have to extract as much as possible of this data in the migration to the new RDF database with a CIDOC-CRM-based data model.
A sample file with dates of each type:
ismi-om4-date-samples.json.txt
Does it make sense to add this data file to the repository?
The text was updated successfully, but these errors were encountered: