diff --git a/SMARTCITIES/SMARTPORTS/NEW_PORT/Operation/examples/example-normalized.json b/SMARTCITIES/SMARTPORTS/NEW_PORT/Operation/examples/example-normalized.json index 3210add7..6733156a 100644 --- a/SMARTCITIES/SMARTPORTS/NEW_PORT/Operation/examples/example-normalized.json +++ b/SMARTCITIES/SMARTPORTS/NEW_PORT/Operation/examples/example-normalized.json @@ -63,7 +63,7 @@ }, "position": { "type": "Text", - "value": "Segunda l\u00ednea granel" + "value": "Segunda linea granel" }, "remarks": { "type": "Text", diff --git a/SMARTCITIES/SMARTPORTS/NEW_PORT/Operation/examples/example-normalized.jsonld b/SMARTCITIES/SMARTPORTS/NEW_PORT/Operation/examples/example-normalized.jsonld index 6d12888d..7adecec4 100644 --- a/SMARTCITIES/SMARTPORTS/NEW_PORT/Operation/examples/example-normalized.jsonld +++ b/SMARTCITIES/SMARTPORTS/NEW_PORT/Operation/examples/example-normalized.jsonld @@ -31,11 +31,17 @@ }, "ets": { "type": "Property", - "value": "2023-01-01T07:30:00" + "value": { + "@type": "date-time", + "@value": "2023-01-01T07:30:00" + } }, "etc": { "type": "Property", - "value": "2023-01-01T07:30:00" + "value": { + "@type": "date-time", + "@value": "2023-01-01T07:30:00" + } }, "operationTypeCode": { "type": "Property", @@ -63,7 +69,7 @@ }, "position": { "type": "Property", - "value": "Segunda l\u00ednea granel" + "value": "Segunda linea granel" }, "remarks": { "type": "Property", diff --git a/SMARTCITIES/SMARTPORTS/NEW_PORT/Operation/examples/example.json b/SMARTCITIES/SMARTPORTS/NEW_PORT/Operation/examples/example.json index 6fffa118..0aa584ed 100644 --- a/SMARTCITIES/SMARTPORTS/NEW_PORT/Operation/examples/example.json +++ b/SMARTCITIES/SMARTPORTS/NEW_PORT/Operation/examples/example.json @@ -16,7 +16,7 @@ "measureUnit": "TEU", "maxWeightPerUnit": 23.3, "terminal": "Muelle Sur", - "position": "Segunda línea granel", + "position": "Segunda linea granel", "remarks": "Delayed 1h", "manipulationMeansCode": "3", "manipulationMeansNumber": 2, diff --git a/SMARTCITIES/SMARTPORTS/NEW_PORT/Operation/examples/example.jsonld b/SMARTCITIES/SMARTPORTS/NEW_PORT/Operation/examples/example.jsonld index 2ddb624c..75b4304c 100644 --- a/SMARTCITIES/SMARTPORTS/NEW_PORT/Operation/examples/example.jsonld +++ b/SMARTCITIES/SMARTPORTS/NEW_PORT/Operation/examples/example.jsonld @@ -16,7 +16,7 @@ "measureUnit": "TEU", "maxWeightPerUnit": 23.3, "terminal": "Muelle Sur", - "position": "Segunda línea granel", + "position": "Segunda linea granel", "remarks": "Delayed 1h", "manipulationMeansCode": "3", "manipulationMeansNumber": 2,