@prefix on: <https://vocab.uncece-test.workers.dev/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://vocab.uncece-test.workers.dev/term-status/> .
@prefix unece: <https://vocab.uncece-test.workers.dev/> .
@prefix unece-mod: <https://vocab.uncece-test.workers.dev/module/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

unece:applicableBatch a owl:ObjectProperty ;
    rdfs:label "applicable batch"@en ;
    rdfs:comment "collapses BSP applicable/substitute/substituted batch variants → one relationship."@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A product batch applicable to this consignment item."@en ;
    schema:domainIncludes unece:ConsignmentItem ;
    schema:rangeIncludes unece:ProductBatch ;
    unece:termStatus ts:proposed .

unece:applicableTransportMeans a owl:ObjectProperty ;
    rdfs:label "applicable transport means"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The means of transport applicable to this supply chain consignment item."@en ;
    schema:domainIncludes unece:ConsignmentItem ;
    schema:rangeIncludes unece:TransportMeans ;
    unece:termStatus ts:proposed .

unece:carriedIn a owl:ObjectProperty ;
    rdfs:label "carried in"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The transport equipment a consignment, consignment item or package is carried in."@en ;
    schema:domainIncludes unece:Consignment,
        unece:ConsignmentItem,
        unece:TransportPackage ;
    schema:rangeIncludes unece:TransportEquipment ;
    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:description a owl:DatatypeProperty ;
    rdfs:label "description"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A textual description of an item."@en ;
    skos:exactMatch schema:description ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:dimensions a owl:ObjectProperty ;
    rdfs:label "dimensions"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The overall dimensions of the product, package, consignment item or transport means."@en ;
    schema:domainIncludes unece:ConsignmentItem,
        unece:Product,
        unece:ProductPackage,
        unece:TransportMeans,
        unece:TransportPackage ;
    schema:rangeIncludes unece:Dimension ;
    unece:termStatus ts:proposed .

unece:exportCountry a owl:ObjectProperty ;
    rdfs:label "export country"@en ;
    rdfs:comment "brought back from BSP; attached to existing class (BSP home dissolved/niche)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The export country for this supply chain consignment item."@en ;
    schema:domainIncludes unece:Consignment,
        unece:ConsignmentItem ;
    schema:rangeIncludes unece:country-id ;
    unece:termStatus ts:proposed .

unece:grossVolume a owl:ObjectProperty ;
    rdfs:label "gross volume"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The gross volume of the consignment, as a measure."@en ;
    schema:domainIncludes unece:Consignment,
        unece:ConsignmentItem ;
    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:identifier a owl:ObjectProperty ;
    rdfs:label "identifier"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:identifier ;
    skos:definition "An identifier of this entity within some scheme, as an Identifier value object; an entity may bear several (e.g. a GTIN and an internal SKU). Its own resolvable identity is the node URI (@id)."@en ;
    schema:rangeIncludes unece:Identifier ;
    unece:termStatus ts:proposed .

unece:includesConsignmentItem a owl:ObjectProperty ;
    rdfs:label "includes consignment item"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A consignment item within the consignment or consignment item."@en ;
    schema:domainIncludes unece:Consignment,
        unece:ConsignmentItem ;
    schema:rangeIncludes unece:ConsignmentItem ;
    unece:termStatus ts:proposed .

unece:itemQuantity a owl:ObjectProperty ;
    rdfs:label "item quantity"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The quantity of goods in a consignment item, as a measure."@en ;
    schema:domainIncludes unece:ConsignmentItem ;
    schema:rangeIncludes unece:Measure ;
    unece:termStatus ts:proposed .

unece:name a owl:DatatypeProperty ;
    rdfs:label "name"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The name of an item."@en ;
    skos:exactMatch schema:name ;
    schema:domainIncludes unece:Identifier ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:originCountry a owl:ObjectProperty ;
    rdfs:label "origin country"@en ;
    rdfs:comment "code → ISO 3166-1 scheme."@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The country of origin, as an ISO 3166-1 code."@en ;
    schema:domainIncludes unece:Consignment,
        unece:ConsignmentItem,
        unece:Material ;
    schema:rangeIncludes unece:country-id ;
    unece:termStatus ts:proposed .

unece:packedIn a owl:ObjectProperty ;
    rdfs:label "packed in"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The transport package a consignment item is packed in."@en ;
    schema:domainIncludes unece:ConsignmentItem ;
    schema:rangeIncludes unece:TransportPackage ;
    unece:termStatus ts:proposed .

unece:requisitionerSpecifiedProduct a owl:ObjectProperty ;
    rdfs:label "requisitioner specified product"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The product specified by the requisitioner for this supply chain trade line item."@en ;
    schema:domainIncludes unece:ConsignmentItem ;
    schema:rangeIncludes unece:Product ;
    unece:termStatus ts:proposed .

unece:specifiedConsignment a owl:ObjectProperty ;
    rdfs:label "specified consignment"@en ;
    rdfs:comment "reshaped from BSP specifiedLineTradeDelivery (line delivery → consignment)."@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The consignment specified for this consignment item."@en ;
    schema:domainIncludes unece:ConsignmentItem ;
    schema:rangeIncludes unece:Consignment ;
    unece:termStatus ts:proposed .

unece:specifiedTradeItem a owl:ObjectProperty ;
    rdfs:label "specified trade item"@en ;
    rdfs:comment "reshaped from BSP specifiedLineTradeAgreement (line agreement → trade item)."@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The trade item (commercial line) specified for this consignment item."@en ;
    schema:domainIncludes unece:ConsignmentItem ;
    schema:rangeIncludes unece:TradeItem ;
    unece:termStatus ts:proposed .

unece:substituteApplicableMaterial a owl:ObjectProperty ;
    rdfs:label "substitute applicable material"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "Substitute material applicable for this supply chain trade line item."@en ;
    schema:domainIncludes unece:ConsignmentItem ;
    schema:rangeIncludes unece:Material ;
    unece:termStatus ts:proposed .

unece:substitutedApplicableMaterial a owl:ObjectProperty ;
    rdfs:label "substituted applicable material"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "Substituted material applicable for this supply chain trade line item."@en ;
    schema:domainIncludes unece:ConsignmentItem ;
    schema:rangeIncludes unece:Material ;
    unece:termStatus ts:proposed .

unece:substitutedProduct a owl:ObjectProperty ;
    rdfs:label "substituted product"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A referenced product substituted for this supply chain trade line item."@en ;
    schema:domainIncludes unece:ConsignmentItem ;
    schema:rangeIncludes unece:Product ;
    unece:termStatus ts:proposed .

unece:ConsignmentItem a owl:Class ;
    rdfs:label "Consignment Item"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:closeMatch <https://onerecord.iata.org/ns/cargo#Item> ;
    skos:definition "A quantity of goods grouped by tariff code/packaging for transport — the lowest level within a consignment."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

