Open
Description
Hi guys,
I was looking through all SDO contexts and I noticed that one of them has prefixes outside the @context
.
https://github.com/datatagsuite/context/blob/master/sdo/data_acquisition_sdo_context.jsonld
specifically I am talking about the startDate
and endDate
.
here is the payload:
{
"@context": {
"sdo": "https://schema.org/",
"DataAcquisition": "sdo:CreateAction",
"identifier": {
"@id": "sdo:identifier",
"@type": "sdo:Text"
},
"name": {
"@id": "sdo:name",
"@type": "sdo:Text"
},
"description": {
"@id": "sdo:description",
"@type": "sdo:Text"
},
"licenses": "sdo:license",
"version": "sdo:version"
},
"startDate": {
"@id": "sdo:startTime",
"@type": "sdo:DateTime"
},
"endDate": {
"@id": "sdo:endTime",
"@type": "sdo:DateTime"
}
}
Metadata
Metadata
Assignees
Labels
No labels