From 2fe90773537659e0b92a9d3496d9cc892e362986 Mon Sep 17 00:00:00 2001 From: Alberto Abella Date: Mon, 6 Nov 2023 12:04:17 +0100 Subject: [PATCH] Exported example to csv example-normalized.jsonld --- ParkingSpot/examples/example-normalized.jsonld.csv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ParkingSpot/examples/example-normalized.jsonld.csv b/ParkingSpot/examples/example-normalized.jsonld.csv index 052ad68..8e372ff 100644 --- a/ParkingSpot/examples/example-normalized.jsonld.csv +++ b/ParkingSpot/examples/example-normalized.jsonld.csv @@ -1,2 +1,2 @@ -"id_", "type_", "category__0_", "location__coordinates__0_", "location__coordinates__1_", "location__type_", "name_", "refParkingSite_", "status_", "@context__0_", "@context__1_" -"urn:ngsi-ld:ParkingSpot:santander:daoiz_velarde_1_5:3", "ParkingSpot", "onStreet", "-3.80356167695194", "43.46296641666926", "Point", "A-13", "urn:ngsi-ld:ParkingSite:santander:daoiz_velarde_1_5", "free", "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld", "https://raw.githubusercontent.com/smart-data-models/dataModel.Parking/master/context.jsonld" \ No newline at end of file +"id_", "type_", "category__type_", "category__value__0_", "location__type_", "location__value__type_", "location__value__coordinates__0_", "location__value__coordinates__1_", "name__type_", "name__value_", "refParkingSite__type_", "refParkingSite__object_", "status__type_", "status__value_", "status__observedAt_", "status__parkingPermit__type_", "status__parkingPermit__value_", "@context__0_", "@context__1_" +"urn:ngsi-ld:ParkingSpot:santander:daoiz_velarde_1_5:3", "ParkingSpot", "Property", "onStreet", "GeoProperty", "Point", "-3.80356167695194", "43.46296641666926", "Property", "A-13", "Relationship", "urn:ngsi-ld:ParkingSite:santander:daoiz_velarde_1_5", "Property", "free", "2018-09-21T12:00:00Z", "Property", "yes", "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld", "https://raw.githubusercontent.com/smart-data-models/dataModel.Parking/master/context.jsonld" \ No newline at end of file