Skip to content

Commit

Permalink
Fix general information no longer based on Ontology 2.0 but 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mskopp committed May 24, 2023
1 parent 4bf8791 commit f2a2f33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public CargoXMLtoOneRecordConverter() {
// General Hints
addHint(VG_GENERAL, "This converter intentionally does neither set IDs nor makes use of persisted data for linked-data purposes.");
addHint(VG_GENERAL, "This converter is based on the schema from IATA CargoXML Toolkit 8th Edition.");
addHint(VG_GENERAL, "This converter is based on ONE RECORD datamodel Ontology 2.0, see https://github.com/IATA-Cargo/ONE-Record/tree/master/June-2021-standard-forCOTBendorsement/Data-Model");
addHint(VG_GENERAL, "This converter is based on ONE RECORD datamodel Ontology 2.1, see https://github.com/IATA-Cargo/ONE-Record/tree/master/December-2022-standard");
addHint(VG_GENERAL, "Codes and units are applied 1:1 from CargoXML where applicable.");
addHint(VG_GENERAL, "Line breaks are respected for some fields if provided in XML, e.g. for multi-line goods description or address name/street");
addHint(VG_GENERAL, "Line breaks are intentionally added in 'goodsDescription' and 'accountingInformation' to preserve and indicate descriptions from more than one field if applicaple from original XML");
Expand Down

0 comments on commit f2a2f33

Please sign in to comment.