diff --git a/datamodels/event-ngsi.jsonld b/datamodels/event-ngsi.jsonld index 326d9df2a09587e56e7066da4ddb43340e8be8e2..c8ca1bec156a19beb4a5b61197d942ee841f2a70 100644 --- a/datamodels/event-ngsi.jsonld +++ b/datamodels/event-ngsi.jsonld @@ -1,17 +1,6 @@ { "@context": [ { - "Event": "http://purl.org/NET/c4dm/event.owl#Event", - "at": { - "@id": "http://purl.org/NET/c4dm/timeline.owl#at", - "@type": "http://www.w3.org/2001/XMLSchema#dateTime" - }, - "duration": { - "@id": "http://purl.org/NET/c4dm/timeline.owl#duration", - "@type": "http://www.w3.org/2001/XMLSchema#duration" - }, - "location": "https://uri.etsi.org/ngsi-ld/location", - "category": "https://smart-data-models.github.io/data-models/terms.jsonld#/definitions/category", "championship": { "@id": "https://urbanite-project.eu/ontology/championship", "@type": "https://schema.org/Text" diff --git a/datamodels/event_example.jsonld b/datamodels/event_example.jsonld index c472237a68a4302b0949ed203fb7c18a46aac784..10a4995f53525e694f5be135a812ae737c2a4886 100644 --- a/datamodels/event_example.jsonld +++ b/datamodels/event_example.jsonld @@ -1,11 +1,11 @@ { - "id": "urn:ngsi-ld:Event:football:270720212355", + "id": "urn:ngsi-ld:event:football:270720212355", "type": "Event", - "at": "2021-10-15T16:30:00Z", - "duration": "P90M" + "startDate": "2021-10-15T16:30:00", + "endDate": "2021-10-15T18:15:00" "location": { "coordinates": [ - 43.264205, -2.949369° + 43.264205, -2.949369, 4790107.903140256 ], "type": "Point"