Skip to content

Commit

Permalink
Refactorization & Density Group Code
Browse files Browse the repository at this point in the history
- Added new code-lists ontology (IATA-Cargo#268)
- Deprecated coreCodeLists ontology (IATA-Cargo#268)
- Added new code list DensityGroupCodes (IATA-Cargo#248)
- Added property densityGroupCode to BookingShipment (IATA-Cargo#230)
  • Loading branch information
nscheiber-champ committed Nov 26, 2024
1 parent fd58a62 commit 99835fe
Show file tree
Hide file tree
Showing 3 changed files with 10,498 additions and 303 deletions.
14 changes: 9 additions & 5 deletions working_draft/ontology/IATA-1R-CCL-Ontology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,31 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix terms: <http://purl.org/dc/terms/> .
@base <https://onerecord.iata.org/ns/coreCodeLists> .
@base <https://onerecord.iata.org/ns/coreCodeLists#> .

<https://onerecord.iata.org/ns/coreCodeLists> rdf:type owl:Ontology ;
owl:versionIRI <https://onerecord.iata.org/ns/coreCodeLists/1.0.0> ;
owl:versionIRI <https://onerecord.iata.org/ns/coreCodeLists/1.0.1> ;
dc:description "ONE Record core code lists, described using W3C RDF Schema and the Web Ontology Language."@en ;
dc:title "ONE Record Core Code Lists Ontology"@en ;
terms:abstract "The core code lists ontology of the ONE Record standard covers the code lists used in the standard, currently corresponding to cXML code lists, IATA Resolutions, CITES, UN recommended codes and 1R-specific codes."@en ;
terms:modified "23-10-2023" ;
terms:modified "26-11-2024" ;
terms:title "ONE Record Core Code List Ontology"@en ;
rdfs:comment """Attention: Note that each Individual has a code list-specific prefix in their IRI which is not shown in the labels (default view in tools such as Protege).

Furthermore, DGR and Security Status codes have the respective DangerousGoodsCode and SecurityStatus prefix, even though they are part of the Special Handling Code List, too."""@en ,
"""Details availalble on GitHub https://github.com/IATA-Cargo/ONE-Record

Version 1.0.1
- Depreated in favor of /code-lists ontology, conforming with linked data principles and code lists.

Version 1.0.0
- Initial version covering 38 restricted code lists and 5 open code lists*, based on cXML 2023, IATA resolutions, CITES, UN recommended codes and ONE Record Working Group results
* Open code lists can be instanced to add own, additional codes in ONE Record using the inherited properties from CodeListElement
* Restricted code lists are defined classes and cannot be expanded"""@en ;
rdfs:isDefinedBy "https://www.iata.org/one-record/"^^xsd:anyURI ;
rdfs:label "ONE Record Core Code Lists Ontology"@en ;
owl:versionInfo "1.0.0"@en .
owl:deprecated "true"^^xsd:boolean ;
owl:versionInfo "1.0.1"@en .

#################################################################
# Annotation properties
Expand Down Expand Up @@ -10019,4 +10023,4 @@ terms:title rdf:type owl:AnnotationProperty .
rdfs:label "U"@en .


### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi
Expand Down
Loading

0 comments on commit 99835fe

Please sign in to comment.