Property with Time Range (startDate and endDate)

Hi,
I would like to store a property of an item with a time range in Omeka S?

For example, a person (item) having an occupation from 1901 to 1906.
In schema.org that would be:
“hasOccupation”: [
{
@type”: “Role”,
“hasOccupation”: {
@type”: “Occupation”,
“name”: “Patent examiner”,
“occupationalCategory”: “23-2099.00”
},
“startDate”: “1901”,
“endDate”: “1906”
}

Is this possible in Omeka S?

Alexander

This topic was automatically closed 250 days after the last reply. New replies are no longer allowed.