@prefix on: <https://test.uncefact.org/vocabulary/object-nature/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ts: <https://test.uncefact.org/vocabulary/term-status/> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .
@prefix unece-mod: <https://test.uncefact.org/vocabulary/module/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

unece:cargoOperationalCategoryCode a owl:ObjectProperty ;
    rdfs:label "cargo operational category code"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The code specifying the operational category for this transport cargo, such as obnoxious or military."@en ;
    schema:domainIncludes unece:CargoDetails ;
    schema:rangeIncludes unece:cargo-operational-category-code-list ;
    unece:termStatus ts:proposed .

unece:cargoTypeCode a owl:ObjectProperty ;
    rdfs:label "cargo type code"@en ;
    rdfs:comment "code → cargo-category scheme."@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The category/type of cargo reported."@en ;
    schema:domainIncludes unece:CargoDetails ;
    schema:rangeIncludes unece:cargo-category-code-list ;
    unece:termStatus ts:proposed .

unece:commodityCode a owl:ObjectProperty ;
    rdfs:label "commodity code"@en ;
    rdfs:comment "code → HS / commodity scheme (Phase 3). Shared cargo/goods property."@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The tariff/HS commodity classification of a goods item."@en ;
    schema:domainIncludes unece:CargoDetails,
        unece:ConsignmentItem,
        unece:DeclarationDetails ;
    schema:rangeIncludes unece:hs-commodity ;
    unece:termStatus ts:proposed .

unece:grossWeight a owl:ObjectProperty ;
    rdfs:label "gross weight"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The gross weight (mass) of the cargo unit, as a measure."@en ;
    schema:domainIncludes unece:CargoDetails,
        unece:Consignment,
        unece:ConsignmentItem,
        unece:DeclarationDetails,
        unece:TransportEquipment,
        unece:TransportPackage ;
    schema:rangeIncludes unece:Measure ;
    unece:termStatus ts:proposed .

unece:identification a owl:DatatypeProperty ;
    rdfs:label "identification"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "Identification, expressed as text, of this transport cargo that is sufficient to identify it for customs, statistical or transport purposes."@en ;
    schema:domainIncludes unece:CargoDetails ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:packageCount a owl:DatatypeProperty ;
    rdfs:label "package count"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The number of packages reported for a cargo item."@en ;
    schema:domainIncludes unece:CargoDetails ;
    schema:rangeIncludes xsd:integer ;
    unece:termStatus ts:proposed .

unece:CargoDetails a owl:Class ;
    rdfs:label "Cargo Details"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The cargo-item lines within a cargo report."@en ;
    unece:objectNature on:value ;
    unece:termStatus ts:proposed .

