From 218aba1e1aa9c86285ebeb373484a808f9a1cc54 Mon Sep 17 00:00:00 2001 From: Kseniya Shychko Date: Tue, 28 May 2024 19:38:57 +0200 Subject: [PATCH 1/2] fix: functions text description --- .../vocab/transformers/UNLOCODEToJSONLDVocabulary.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/src/main/java/org/unece/uncefact/vocab/transformers/UNLOCODEToJSONLDVocabulary.java b/scripts/src/main/java/org/unece/uncefact/vocab/transformers/UNLOCODEToJSONLDVocabulary.java index 359fd83098..00f629441f 100644 --- a/scripts/src/main/java/org/unece/uncefact/vocab/transformers/UNLOCODEToJSONLDVocabulary.java +++ b/scripts/src/main/java/org/unece/uncefact/vocab/transformers/UNLOCODEToJSONLDVocabulary.java @@ -58,7 +58,7 @@ public class UNLOCODEToJSONLDVocabulary extends Transformer { functionsMap.put("6", new Function("6", "Multimodal transport facility", "Any location where one or more of the below facilities can be found: Inland Clearance Depot (ICD): a multimodal transport facility, other than a sea port or an airport, which is approved by a competent body, equipped with fixed installations and offering services for the handling and temporary storage of any kind of goods (including containers) carried under customs transit by any applicable mode of transport, placed under customs control and, with customs and other agencies, competent to clear goods for home use, warehousing, temporary admission, re-export, temporary storage for onward transit and outright export. (Definition applies also to synonyms like Dry Port, Inland Clearance Terminal, etc.) Container Depot: a multimodal transport facility which offers services for storage, repair and maintenance of containers. Inland freight terminal: a multimodal transport facility, other than a sea port or an airport, operated on a common- user basis, at which trade cargo is received or dispatched.")); functionsMap.put("7", new Function("7", "Fixed Transport Installation (oil pipeline terminal, electric power lines, ropeway terminals, etc.)", "Any location with permanent facilities to load or discharge cargo that doesn’t fit in the previous definitions (e.g. oil platform).")); functionsMap.put("8", new Function("8", "Inland water transport (river ports, and lake ports)", "Any location with permanent facilities at which vessels can load or discharge cargo moving in inland waterway traffic.")); - functionsMap.put("0", new Function("0", "Not officially functional", "Digit '0' means that the criteria for inclusion apply, but that no information is available or used which is recognized by the competent authority regarding the specific transport mode or function(s) of the location.")); + functionsMap.put("0", new Function("0", "Not officially functional", "Digit \"0\" means that the criteria for inclusion apply, but that no information is available or used which is recognized by the competent authority regarding the specific transport mode or function(s) of the location.")); functionsMap.put("B", new Function("B", "Cross Border (former code; not to be used) ", "Any location that is located on the border with other")); functionsMap.put("A", new Function("A", "Special Economic Zone (SEZ)", "Any geographic region that has economic laws different from a country's typical economic laws for the purposes of trade operations and duties and tariffs.")); for (String key : functionsMap.keySet()) { @@ -75,7 +75,7 @@ public class UNLOCODEToJSONLDVocabulary extends Transformer { } - public UNLOCODEToJSONLDVocabulary(Set inputFiles, Set defaultInputFiles, boolean prettyPrint) { + public UNLOCODEToJSONLDVocabulary(Set inputFiles, Set defaultInputFiles, boolean prettyPrint) { super(null); setInputFiles(inputFiles); setDefaultInputFiles(defaultInputFiles); From 0129ed8e80c428d9cadfaaf1d76ad16f918b8c41 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 17:41:51 +0000 Subject: [PATCH 2/2] update UN/LOCODE vocabulary --- vocab/unlocode-functions.jsonld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vocab/unlocode-functions.jsonld b/vocab/unlocode-functions.jsonld index 21e865b05c..4228d127b9 100644 --- a/vocab/unlocode-functions.jsonld +++ b/vocab/unlocode-functions.jsonld @@ -10,7 +10,7 @@ "@id": "unlcdf:0", "@type": "unlcdv:Function", "rdf:value": "0", - "rdfs:comment": "Digit '0' means that the criteria for inclusion apply, but that no information is available or used which is recognized by the competent authority regarding the specific transport mode or function(s) of the location.", + "rdfs:comment": "Digit \"0\" means that the criteria for inclusion apply, but that no information is available or used which is recognized by the competent authority regarding the specific transport mode or function(s) of the location.", "rdfs:label": "Not officially functional" }, {