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

complex date objects from the ISMI database #17

Open
robcast opened this issue Nov 9, 2022 · 2 comments
Open

complex date objects from the ISMI database #17

robcast opened this issue Nov 9, 2022 · 2 comments
Assignees
Milestone

Comments

@robcast
Copy link
Contributor

robcast commented Nov 9, 2022

The old ISMI project database OpenMind (OM4) stores historical dates as JSON objects with the following structure:

  • state
    • "unknown": no date
    • "not checked": unparsed date in date_in_text
    • "known": date or date range entered in specified calendar
      • calendar_type: calendar the date was entered in
        • "Julian", "Islamic", "Gregorian"
      • input_form: date type
        • "Year"
          • from: first day, until: last day of year (dates in Gregorian calendar, ambiguity of +-2 days when entered in Islamic calendar)
        • "Range"
          • from: first day, until: last day of range (dates in Gregorian calendar, ambiguity of +-2 days when entered in Islamic calendar)
        • "Date"
          • date: given day (date in Gregorian calendar, ambiguity of +-2 days when entered in Islamic calendar)
      • additional_info: textual note with additional information

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?

@rlskoeser
Copy link
Member

@robcast let's use this issue to track updating the ISMI example data and started on an example notebook to work with it.

@robcast robcast changed the title complex JSON date objects from the ISMI database complex date objects from the ISMI database Nov 18, 2024
@robcast
Copy link
Contributor Author

robcast commented Nov 18, 2024

I updated the samples and README with the new CIDOC-CRM RDF model for the development branch: #104

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