@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/> .

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:countryOfOrigin a owl:ObjectProperty ;
    rdfs:label "country of origin"@en ;
    rdfs:comment "code → ISO 3166-1 scheme."@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The country of origin of a declared goods item, as an ISO 3166-1 code."@en ;
    schema:domainIncludes unece:DeclarationDetails ;
    schema:rangeIncludes unece:country-id ;
    unece:termStatus ts:proposed .

unece:customsValue a owl:ObjectProperty ;
    rdfs:label "customs value"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The customs value of a declared goods item."@en ;
    schema:domainIncludes unece:DeclarationDetails ;
    schema:rangeIncludes unece:MonetaryAmount ;
    unece:termStatus ts:proposed .

unece:declaredQuantity a owl:ObjectProperty ;
    rdfs:label "declared quantity"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The quantity of a declared goods item."@en ;
    schema:domainIncludes unece:DeclarationDetails ;
    schema:rangeIncludes unece:Measure ;
    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:incursDutyTaxFee a owl:ObjectProperty ;
    rdfs:label "incurs duty tax fee"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "A duty, tax or fee assessed on the declared goods item."@en ;
    schema:domainIncludes unece:DeclarationDetails ;
    schema:rangeIncludes unece:DutyTaxFee ;
    unece:termStatus ts:proposed .

unece:DeclarationDetails a owl:Class ;
    rdfs:label "Declaration Details"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The customs item lines within a declaration (one tariff code each). Maps to WCO GoodsItem."@en ;
    unece:objectNature on:value ;
    unece:termStatus ts:proposed .

