Commit 23792137 authored by Martin Bauer's avatar Martin Bauer
Browse files

Update ngsi-ld-core-context-v1.4.jsonld

parent 9b6aa7c4
Loading
Loading
Loading
Loading
Loading
+26 −17
Original line number Diff line number Diff line
{
  "@context": {

    "ngsi-ld": "https://uri.etsi.org/ngsi-ld/",
    "geojson": "https://purl.org/geojson/vocab#",
    "id": "@id",
    "type": "@type",

	"Attribute": "ngsi-ld:Attribute",
	"AttributeList": "ngsi-ld:AttributeList",
    "ContextSourceNotification": "ngsi-ld:ContextSourceNotification",
@@ -18,6 +20,7 @@
    "GeoProperty": "ngsi-ld:GeoProperty",
    "GeometryCollection": "geojson:GeometryCollection",
    "LineString": "geojson:LineString",
	"LanguageProperty": "ngsi-ld:LanguageProperty",
    "MultiLineString": "geojson:MultiLineString",
    "MultiPoint": "geojson:MultiPoint",
    "MultiPolygon": "geojson:MultiPolygon",
@@ -29,6 +32,7 @@
    "Subscription": "ngsi-ld:Subscription",
    "TemporalProperty": "ngsi-ld:TemporalProperty",
    "Time": "ngsi-ld:Time",

    "accept": "ngsi-ld:accept",
	"attributeCount": "attributeCount",
	"attributeDetails": "attributeDetails",
@@ -37,7 +41,7 @@
      "@type": "@vocab"
    },
    "attributeName": {
      "@id": "ngsi-ld:attributeName",
	  "@id": "ngsi-ld:attributeName"
      "@type": "@vocab"
	},
    "attributeNames": {
@@ -117,6 +121,11 @@
      "@type": "@id"
    },
    "isActive": "ngsi-ld:isActive",
	"lang": "ngsi-ld:lang",
	"languageMap": ": {
      "@id": "ngsi-ld:hasLanguageMap",
      "@container": "@language"
    },
    "lastFailure": {
      "@id": "ngsi-ld:lastFailure",
      "@type": "DateTime"