From 0041f595926e40963f5cdd7d2bb73143440bc113 Mon Sep 17 00:00:00 2001 From: Benjamin Hebgen Date: Sun, 18 Jan 2026 16:29:20 +0000 Subject: [PATCH 01/12] Edit building-relationship.jsonld --- data/entities/building-relationship.jsonld | 1 + 1 file changed, 1 insertion(+) diff --git a/data/entities/building-relationship.jsonld b/data/entities/building-relationship.jsonld index c82bc65b6..3455cb6c0 100644 --- a/data/entities/building-relationship.jsonld +++ b/data/entities/building-relationship.jsonld @@ -3,6 +3,7 @@ "type": "Building", "locatedAt": { "type": "Relationship", + "objectType": "City", "object": "urn:ngsi-ld:City:Paris" }, "@context": [ -- GitLab From 60eb5753adf9058a91333f5c00f5e106070bcd48 Mon Sep 17 00:00:00 2001 From: Benjamin Hebgen Date: Mon, 19 Jan 2026 09:55:11 +0000 Subject: [PATCH 02/12] Revert "Edit building-relationship.jsonld" --- data/entities/building-relationship.jsonld | 1 - 1 file changed, 1 deletion(-) diff --git a/data/entities/building-relationship.jsonld b/data/entities/building-relationship.jsonld index 3455cb6c0..c82bc65b6 100644 --- a/data/entities/building-relationship.jsonld +++ b/data/entities/building-relationship.jsonld @@ -3,7 +3,6 @@ "type": "Building", "locatedAt": { "type": "Relationship", - "objectType": "City", "object": "urn:ngsi-ld:City:Paris" }, "@context": [ -- GitLab From 15ab24119ad48e3414859c545a5add10766bb47b Mon Sep 17 00:00:00 2001 From: Benjamin Hebgen Date: Mon, 19 Jan 2026 09:57:41 +0000 Subject: [PATCH 03/12] Add new file --- .../building-relationship-with-objectType.jsonld | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 data/entities/building-relationship-with-objectType.jsonld diff --git a/data/entities/building-relationship-with-objectType.jsonld b/data/entities/building-relationship-with-objectType.jsonld new file mode 100644 index 000000000..597db4b32 --- /dev/null +++ b/data/entities/building-relationship-with-objectType.jsonld @@ -0,0 +1,13 @@ +{ + "id": "urn:ngsi-ld:Building:randomUUID", + "type": "Building", + "locatedAt": { + "type": "Relationship", + "object": "urn:ngsi-ld:City:Paris", + "objectType": "City" + + }, + "@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 -- GitLab From bd0bd31ee048d01ef0141a8fe6c063e13a67568e Mon Sep 17 00:00:00 2001 From: Benjamin Hebgen Date: Mon, 19 Jan 2026 09:59:08 +0000 Subject: [PATCH 04/12] changing to building-relationship-with-objectType.jsonld --- .../Consumption/Entity/QueryEntities/019_13.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_13.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_13.robot index 657b6831e..0437c22df 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_13.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_13.robot @@ -14,7 +14,7 @@ Test Template Query Entities With Joins And Representations *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: ${city_id_prefix}= urn:ngsi-ld:City: -${linking_entity_filename}= building-relationship.jsonld +${linking_entity_filename}= building-relationship-with-objectType.jsonld ${linked_entity_filename}= city-minimal.jsonld -- GitLab From 841e3d9c9ec54ecdc5ac0d6881a452d0a85e5726 Mon Sep 17 00:00:00 2001 From: Benjamin Hebgen Date: Mon, 19 Jan 2026 09:59:53 +0000 Subject: [PATCH 05/12] adding building-relationship-with-objectType.jsonld --- .../Consumption/Entity/QueryEntities/019_14.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_14.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_14.robot index 803a09f1b..c08118816 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_14.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_14.robot @@ -13,7 +13,7 @@ Test Teardown Delete Created Entities And Linked Entities *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: ${city_id_prefix}= urn:ngsi-ld:City: -${linking_entity_filename}= building-relationship.jsonld +${linking_entity_filename}= building-relationship-with-objectType.jsonld ${linked_entity_filename}= city-minimal.jsonld -- GitLab From 74741fd63b49c54e3c413e39baf49cd2c31cdf2c Mon Sep 17 00:00:00 2001 From: Benjamin Hebgen Date: Mon, 19 Jan 2026 10:00:12 +0000 Subject: [PATCH 06/12] adding building-relationship-with-objectType.jsonld --- .../Consumption/Entity/QueryEntities/019_15.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_15.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_15.robot index f36e4172b..d271e36d8 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_15.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_15.robot @@ -13,7 +13,7 @@ Test Teardown Delete Created Entities And Linked Entities *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: ${city_id_prefix}= urn:ngsi-ld:City: -${linking_entity_filename}= building-relationship.jsonld +${linking_entity_filename}= building-relationship-with-objectType.jsonld ${linked_entity_filename}= city-minimal.jsonld -- GitLab From 6c0dd118ccd5861a87d977dc926126e6a49d69ce Mon Sep 17 00:00:00 2001 From: Benjamin Hebgen Date: Mon, 19 Jan 2026 10:02:27 +0000 Subject: [PATCH 07/12] Add new file --- .../city-relationship-with-objectType.jsonld | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 data/entities/city-relationship-with-objectType.jsonld diff --git a/data/entities/city-relationship-with-objectType.jsonld b/data/entities/city-relationship-with-objectType.jsonld new file mode 100644 index 000000000..5319a587f --- /dev/null +++ b/data/entities/city-relationship-with-objectType.jsonld @@ -0,0 +1,12 @@ +{ + "id": "urn:ngsi-ld:City:randomUUID", + "type": "City", + "locatedAt": { + "type": "Relationship", + "object": "urn:ngsi-ld:Country:France", + "objectType": "Country" + }, + "@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 -- GitLab From edd214e8ea8373fd405c490e734b9b0dabc5d0c6 Mon Sep 17 00:00:00 2001 From: Benjamin Hebgen Date: Mon, 19 Jan 2026 10:03:40 +0000 Subject: [PATCH 08/12] adding city and building with objectType --- .../Consumption/Entity/QueryEntities/019_16.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_16.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_16.robot index 70c622d8a..3721e0016 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_16.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_16.robot @@ -15,8 +15,8 @@ Test Template Query Entities With Joins And Representations ${building_id_prefix}= urn:ngsi-ld:Building: ${city_id_prefix}= urn:ngsi-ld:City: ${country_id_prefix}= urn:ngsi-ld:Country: -${linking_entity_filename}= building-relationship.jsonld -${level_1_linked_entity_filename}= city-relationship.jsonld +${linking_entity_filename}= building-relationship-with-objectType.jsonld +${level_1_linked_entity_filename}= city-relationship-with-objectType.jsonld ${level_2_linked_entity_filename}= country-minimal.jsonld -- GitLab From 187b1aa3ffb83f74aff5123652956b7f8fa5023d Mon Sep 17 00:00:00 2001 From: Benjamin Hebgen Date: Mon, 19 Jan 2026 10:12:40 +0000 Subject: [PATCH 09/12] Edit 018_10.robot --- .../Consumption/Entity/RetrieveEntity/018_10.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_10.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_10.robot index e4cb05226..2534decf3 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_10.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_10.robot @@ -14,7 +14,7 @@ Test Template Retrieve Entity With Linked Entity *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: ${city_id_prefix}= urn:ngsi-ld:City: -${linking_entity_filename}= building-relationship.jsonld +${linking_entity_filename}= building-relationship-with-objectType.jsonld ${linked_entity_filename}= city-minimal.jsonld -- GitLab From 9622ee2b894752dd616ec3eb3d51dc867650ca85 Mon Sep 17 00:00:00 2001 From: Benjamin Hebgen Date: Mon, 19 Jan 2026 10:12:56 +0000 Subject: [PATCH 10/12] Edit 018_11.robot --- .../Consumption/Entity/RetrieveEntity/018_11.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_11.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_11.robot index aba0207ca..32d48b983 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_11.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_11.robot @@ -13,7 +13,7 @@ Test Teardown Delete Created Entity And Linked Entity *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: ${city_id_prefix}= urn:ngsi-ld:City: -${linking_entity_filename}= building-relationship.jsonld +${linking_entity_filename}= building-relationship-with-objectType.jsonld ${linked_entity_filename}= city-minimal.jsonld -- GitLab From eb81729fb92de60c8406055fe3c1c7576ed08538 Mon Sep 17 00:00:00 2001 From: Benjamin Hebgen Date: Mon, 19 Jan 2026 10:13:24 +0000 Subject: [PATCH 11/12] Edit 018_12.robot --- .../Consumption/Entity/RetrieveEntity/018_12.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_12.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_12.robot index 36716b85a..c2cb0bb71 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_12.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_12.robot @@ -13,7 +13,7 @@ Test Teardown Delete Created Entity And Linked Entity *** Variables *** ${building_id_prefix}= urn:ngsi-ld:Building: ${city_id_prefix}= urn:ngsi-ld:City: -${linking_entity_filename}= building-relationship.jsonld +${linking_entity_filename}= building-relationship-with-objectType.jsonld ${linked_entity_filename}= city-minimal.jsonld -- GitLab From 5daba6991f80d169077ad5eedaae3b2db7444521 Mon Sep 17 00:00:00 2001 From: Benjamin Hebgen Date: Mon, 19 Jan 2026 10:13:42 +0000 Subject: [PATCH 12/12] Edit 018_13.robot --- .../Consumption/Entity/RetrieveEntity/018_13.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_13.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_13.robot index f6530d564..c76f1eab1 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_13.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/RetrieveEntity/018_13.robot @@ -15,8 +15,8 @@ Test Template Retrieve Entity With Linked Entity ${building_id_prefix}= urn:ngsi-ld:Building: ${city_id_prefix}= urn:ngsi-ld:City: ${country_id_prefix}= urn:ngsi-ld:Country: -${linking_entity_filename}= building-relationship.jsonld -${level_1_linked_entity_filename}= city-relationship.jsonld +${linking_entity_filename}= building-relationship-with-objectType.jsonld +${level_1_linked_entity_filename}= city-relationship-with-objectType.jsonld ${level_2_linked_entity_filename}= country-minimal.jsonld -- GitLab