Commit 5b0c8bce authored by Benoit Orihuela's avatar Benoit Orihuela
Browse files

fix(046_22): add missing test file

parent 3f761932
Loading
Loading
Loading
Loading
+39 −0
Original line number Diff line number Diff line
{
  "id": "urn:ngsi-ld:Building:randomUUID",
  "type": "Building",
  "name": [
    {
      "type": "Property",
      "value": "Eiffel Tower"
    },
    {
      "type": "Property",
      "value": "Tour Eiffel",
      "datasetId": "urn:ngsi-ld:Dataset:french-name"
    },
    {
      "type": "Property",
      "value": "Eiffelturm",
      "datasetId": "urn:ngsi-ld:Dataset:german-name"
    }
  ],
  "locatedAt": [
    {
      "type": "Relationship",
      "object": "urn:ngsi-ld:City:Paris"
    },
    {
      "type": "Relationship",
      "object": "urn:ngsi-ld:Ville:Paris",
      "datasetId": "urn:ngsi-ld:Dataset:french-name"
    },
    {
      "type": "Relationship",
      "object": "urn:ngsi-ld:Ciudad:París",
      "datasetId": "urn:ngsi-ld:Dataset:spanish-name"
    }
  ],
  "@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