From 470aae0e71f07a739bd81a3e5cb90fd390cd107a Mon Sep 17 00:00:00 2001 From: Alberto Abella Date: Wed, 27 Nov 2024 17:52:27 +0100 Subject: [PATCH] created/updated context - support subproperties at 2024-11-27 17:52:26 --- context.jsonld | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 context.jsonld diff --git a/context.jsonld b/context.jsonld new file mode 100644 index 0000000..35107ff --- /dev/null +++ b/context.jsonld @@ -0,0 +1,43 @@ +{ + "@context": { + "InteroperableAssets": "https://smartdatamodels.org/dataModel.DataSpace/InteroperableAssets", + "address": "https://smartdatamodels.org/address", + "addressCountry": "https://smartdatamodels.org/addressCountry", + "addressLocality": "https://smartdatamodels.org/addressLocality", + "addressRegion": "https://smartdatamodels.org/addressRegion", + "alternateName": "https://smartdatamodels.org/alternateName", + "areaServed": "https://smartdatamodels.org/areaServed", + "bbox": { + "@container": "@list", + "@id": "https://purl.org/geojson/vocab#bbox" + }, + "coordinates": { + "@container": "@list", + "@id": "https://purl.org/geojson/vocab#coordinates" + }, + "dataExchangeProtocols": "https://smartdatamodels.org/dataModel.DataSpace/dataExchangeProtocols", + "dataModelSources": "https://smartdatamodels.org/dataModel.DataSpace/dataModelSources", + "dataProvider": "https://smartdatamodels.org/dataProvider", + "dataSpaceIdentifier": "https://smartdatamodels.org/dataModel.DataSpace/dataSpaceIdentifier", + "dateCreated": "https://smartdatamodels.org/dateCreated", + "dateModified": "https://smartdatamodels.org/dateModified", + "description": "http://purl.org/dc/terms/description", + "district": "https://smartdatamodels.org/district", + "documentation": "https://smartdatamodels.org/dataModel.DataSpace/documentation", + "id": "@id", + "identifier": "https://smartdatamodels.org/dataModel.DataSpace/identifier", + "internalIdentifier": "https://smartdatamodels.org/dataModel.DataSpace/internalIdentifier", + "location": "https://uri.etsi.org/ngsi-ld/location", + "name": "https://smartdatamodels.org/name", + "ngsi-ld": "https://uri.etsi.org/ngsi-ld/", + "owner": "https://smartdatamodels.org/owner", + "postOfficeBoxNumber": "https://smartdatamodels.org/postOfficeBoxNumber", + "postalCode": "https://smartdatamodels.org/postalCode", + "seeAlso": "https://smartdatamodels.org/seeAlso", + "source": "https://smartdatamodels.org/source", + "streetAddress": "https://smartdatamodels.org/streetAddress", + "streetNr": "https://smartdatamodels.org/streetNr", + "type": "@type", + "version": "https://smartdatamodels.org/dataModel.DataSpace/version" + } +} \ No newline at end of file