Skip to content

complex date objects from the ISMI database #17

@robcast

Description

@robcast

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?

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions