Skip to content

Commit

Permalink
created/updated context - support subproperties at 2024-10-31 15:01:10
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoabellagarcia committed Oct 31, 2024
1 parent 8608b29 commit 61c8386
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions context.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"areaServed": "https://smartdatamodels.org/areaServed",
"bbox": {
"@container": "@list",
"@id": "geojson:bbox"
"@id": "https://purl.org/geojson/vocab#bbox"
},
"cityId": "https://smartdatamodels.org/dataModel.PublicAccountability/cityId",
"coordinates": {
"@container": "@list",
"@id": "geojson:coordinates"
"@id": "https://purl.org/geojson/vocab#coordinates"
},
"dataProvider": "https://smartdatamodels.org/dataProvider",
"dateCreated": "https://smartdatamodels.org/dateCreated",
Expand All @@ -25,7 +25,7 @@
"district": "https://smartdatamodels.org/district",
"enrollmentCertificateRecoveryAmount": "https://smartdatamodels.org/dataModel.PublicAccountability/enrollmentCertificateRecoveryAmount",
"id": "@id",
"location": "ngsi-ld:location",
"location": "https://uri.etsi.org/ngsi-ld/location",
"month": "https://smartdatamodels.org/dataModel.PublicAccountability/month",
"municipalityInfo": "https://smartdatamodels.org/dataModel.PublicAccountability/municipalityInfo",
"name": "https://smartdatamodels.org/name",
Expand All @@ -41,7 +41,7 @@
"streetNr": "https://smartdatamodels.org/streetNr",
"totalCount": {
"@container": "@list",
"@id": "ngsi-ld:totalCount"
"@id": "https://uri.etsi.org/ngsi-ld/totalCount"
},
"type": "@type",
"ulbName": "https://smartdatamodels.org/dataModel.PublicAccountability/ulbName",
Expand Down

0 comments on commit 61c8386

Please sign in to comment.