Skip to content

Commit

Permalink
created/updated context - support subproperties at 2023-10-04 17:13:21
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoabellagarcia committed Oct 4, 2023
1 parent 9ed7e63 commit 8323b08
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions context.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"@context": {
"AirportElevation": "https://smartdatamodels.org/dataModel.ACRIS/AirportElevation",
"AirportElevationUnitOfMeasurement": "https://smartdatamodels.org/dataModel.ACRIS/AirportElevationUnitOfMeasurement",
"Name": "https://smartdatamodels.org/dataModel.ACRIS/Name",
"Value": "https://smartdatamodels.org/dataModel.ACRIS/Value",
"id": "@id",
"ngsi-ld": "https://uri.etsi.org/ngsi-ld/",
"type": "@type"
}
}

0 comments on commit 8323b08

Please sign in to comment.