Loading data/csourceRegistrations/context-source-registration-vehicle-complete-auxiliary.jsonld 0 → 100644 +18 −0 Original line number Diff line number Diff line { "id": "urn:ngsi-ld:ContextSourceRegistration:randomUUID", "type": "ContextSourceRegistration", "information": [ { "entities": [ { "type": "Vehicle" } ] } ], "endpoint": "http://my.csource.org:1026", "mode": "auxiliary", "@context": [ "https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld" ] } No newline at end of file data/entities/fragmentEntities/vehicle-brandname-complete-fragment.jsonld 0 → 100644 +7 −0 Original line number Diff line number Diff line { "brandname": { "type": "Property", "value": "BMW" }, "@context": "https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld" } No newline at end of file data/entities/vehicle-simple-attributes-second.json 0 → 100644 +17 −0 Original line number Diff line number Diff line { "id": "urn:ngsi-ld:Vehicle:randomUUID", "type": "Vehicle", "brandName": { "type": "Property", "value": "BMW" }, "isParked2": { "type": "Relationship", "object": "urn:ngsi-ld:OffStreetParking:Downtown2", "observedAt": "2017-07-29T12:00:04Z", "providedBy": { "type": "Relationship", "object": "urn:ngsi-ld:Person:Alice" } } } No newline at end of file data/entities/vehicle-simple-attributes.json +5 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,10 @@ "isParked": { "type": "Relationship", "object": "urn:ngsi-ld:OffStreetParking:Downtown1", "observedAt": "2017-07-29T12:00:04Z" "observedAt": "2017-07-29T12:00:04Z", "providedBy": { "type": "Relationship", "object": "urn:ngsi-ld:Person:Bob" } } } No newline at end of file Loading
data/csourceRegistrations/context-source-registration-vehicle-complete-auxiliary.jsonld 0 → 100644 +18 −0 Original line number Diff line number Diff line { "id": "urn:ngsi-ld:ContextSourceRegistration:randomUUID", "type": "ContextSourceRegistration", "information": [ { "entities": [ { "type": "Vehicle" } ] } ], "endpoint": "http://my.csource.org:1026", "mode": "auxiliary", "@context": [ "https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld" ] } No newline at end of file
data/entities/fragmentEntities/vehicle-brandname-complete-fragment.jsonld 0 → 100644 +7 −0 Original line number Diff line number Diff line { "brandname": { "type": "Property", "value": "BMW" }, "@context": "https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld" } No newline at end of file
data/entities/vehicle-simple-attributes-second.json 0 → 100644 +17 −0 Original line number Diff line number Diff line { "id": "urn:ngsi-ld:Vehicle:randomUUID", "type": "Vehicle", "brandName": { "type": "Property", "value": "BMW" }, "isParked2": { "type": "Relationship", "object": "urn:ngsi-ld:OffStreetParking:Downtown2", "observedAt": "2017-07-29T12:00:04Z", "providedBy": { "type": "Relationship", "object": "urn:ngsi-ld:Person:Alice" } } } No newline at end of file
data/entities/vehicle-simple-attributes.json +5 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,10 @@ "isParked": { "type": "Relationship", "object": "urn:ngsi-ld:OffStreetParking:Downtown1", "observedAt": "2017-07-29T12:00:04Z" "observedAt": "2017-07-29T12:00:04Z", "providedBy": { "type": "Relationship", "object": "urn:ngsi-ld:Person:Bob" } } } No newline at end of file