From a875b3c5ea193f1a51ea3e7a6e8dc20f5b6501b9 Mon Sep 17 00:00:00 2001 From: bauermar Date: Thu, 6 Aug 2020 16:23:54 +0200 Subject: [PATCH] Update ngsi-ld-core-context-v1.3.jsonld --- coreContext/ngsi-ld-core-context-v1.3.jsonld | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/coreContext/ngsi-ld-core-context-v1.3.jsonld b/coreContext/ngsi-ld-core-context-v1.3.jsonld index 1f12f22..ae2097e 100644 --- a/coreContext/ngsi-ld-core-context-v1.3.jsonld +++ b/coreContext/ngsi-ld-core-context-v1.3.jsonld @@ -6,14 +6,14 @@ "id": "@id", "type": "@type", - "Attribute": "ngsi-ld:Attribute", - "AttributeList": "ngsi-ld:AttributeList", + "Attribute": "ngsi-ld:Attribute", + "AttributeList": "ngsi-ld:AttributeList", "ContextSourceNotification": "ngsi-ld:ContextSourceNotification", "ContextSourceRegistration": "ngsi-ld:ContextSourceRegistration", "Date": "ngsi-ld:Date", "DateTime": "ngsi-ld:DateTime", - "EntityType": "ngsi-ld:EntityType", - "EntityTypeInfo": "ngsi-ld:EntityTypeInfo", + "EntityType": "ngsi-ld:EntityType", + "EntityTypeInfo": "ngsi-ld:EntityTypeInfo", "EntityTypeList": "ngsi-ld:EntityTypeList", "Feature": "geojson:Feature", "FeatureCollection": "geojson:FeatureCollection", -- GitLab