Skip to content

Commit

Permalink
created/updated context - support subproperties at 2024-11-27 17:52:26
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoabellagarcia committed Nov 27, 2024
1 parent 4e16e8c commit 470aae0
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions context.jsonld
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 470aae0

Please sign in to comment.