@prefix dcterms: <http://purl.org/dc/terms/> .
@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:applicableInsurance a owl:ObjectProperty ;
    rdfs:label "applicable insurance"@en ;
    rdfs:comment "brought back from BSP (UNVTD grounding)."@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "An insurance covering this consignment."@en ;
    schema:domainIncludes unece:Consignment ;
    schema:rangeIncludes unece:Insurance ;
    unece:termStatus ts:proposed .

unece:applicableServiceCharge a owl:ObjectProperty ;
    rdfs:label "applicable service charge"@en ;
    rdfs:comment "brought back from BSP (UNVTD grounding gap)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A logistics service charge applicable to this referenced supply chain consignment item."@en ;
    schema:domainIncludes unece:Consignment ;
    schema:rangeIncludes unece:ServiceCharge ;
    unece:termStatus ts:proposed .

unece:associatedParty a owl:ObjectProperty ;
    rdfs:label "associated party"@en ;
    rdfs:comment "brought back from BSP (UNVTD grounding gap)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A party associated with this trade party, such as a local agent of a shipping line."@en ;
    schema:domainIncludes unece:Consignment ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:carriedBy a owl:ObjectProperty ;
    rdfs:label "carried by"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A transport movement that carries the consignment."@en ;
    schema:domainIncludes unece:Consignment ;
    schema:rangeIncludes unece:TransportMovement ;
    unece:termStatus ts:proposed .

unece:carrier a owl:ObjectProperty ;
    rdfs:label "carrier"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The party undertaking or arranging the carriage of goods."@en ;
    schema:domainIncludes unece:Consignment,
        unece:TransportLeg,
        unece:TransportMovement ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:carriesEquipment a owl:ObjectProperty ;
    rdfs:label "carries equipment"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "Transport equipment used to carry the consignment."@en ;
    schema:domainIncludes unece:Consignment ;
    schema:rangeIncludes unece:TransportEquipment ;
    unece:termStatus ts:proposed .

unece:consignee a owl:ObjectProperty ;
    rdfs:label "consignee"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The party receiving the consignment."@en ;
    schema:domainIncludes unece:Consignment ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:consignor a owl:ObjectProperty ;
    rdfs:label "consignor"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The party sending the consignment."@en ;
    schema:domainIncludes unece:Consignment ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:containerizationIndicator a owl:DatatypeProperty ;
    rdfs:label "containerization indicator"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "Whether the consignment is containerized."@en ;
    schema:domainIncludes unece:Consignment ;
    schema:rangeIncludes xsd:boolean ;
    unece:termStatus ts:proposed .

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

unece:deliveryInstructions a owl:DatatypeProperty ;
    rdfs:label "delivery instructions"@en ;
    rdfs:comment "brought back from BSP; attached to existing class (BSP home dissolved/niche)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "Delivery instructions for this piece of logistics transport equipment."@en ;
    schema:domainIncludes unece:Consignment ;
    schema:rangeIncludes xsd:string ;
    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:destinationCountry a owl:ObjectProperty ;
    rdfs:label "destination country"@en ;
    rdfs:comment "code → ISO 3166-1 scheme."@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The country of final destination of the consignment, as an ISO 3166-1 code."@en ;
    schema:domainIncludes unece:Consignment ;
    schema:rangeIncludes unece:country-id ;
    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:finalDestinationCountry a owl:ObjectProperty ;
    rdfs:label "final destination 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 country of final destination, at header level, for this header trade delivery."@en ;
    schema:domainIncludes unece:Consignment ;
    schema:rangeIncludes unece:country-id ;
    unece:termStatus ts:proposed .

unece:finalDestinationLocation a owl:ObjectProperty ;
    rdfs:label "final destination location"@en ;
    rdfs:comment "brought back from BSP (UNVTD grounding gap)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The final destination location for this supply chain consignment."@en ;
    schema:domainIncludes unece:Consignment ;
    schema:rangeIncludes unece:Location ;
    unece:termStatus ts:proposed .

unece:freightForwarder a owl:ObjectProperty ;
    rdfs:label "freight forwarder"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The party arranging the carriage on behalf of the consignor or consignee."@en ;
    schema:domainIncludes unece:Consignment ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:fulfilsTradeAgreement a owl:ObjectProperty ;
    rdfs:label "fulfils trade agreement"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The trade agreement this consignment fulfils."@en ;
    schema:domainIncludes unece:Consignment ;
    schema:rangeIncludes unece:TradeAgreement ;
    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:handlingInstructions a owl:DatatypeProperty ;
    rdfs:label "handling instructions"@en ;
    rdfs:comment "brought back from BSP; attached to existing class (BSP home dissolved/niche)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "Handling instructions for the transported dangerous goods."@en ;
    schema:domainIncludes unece:Consignment,
        unece:DangerousGoods ;
    schema:rangeIncludes xsd:string ;
    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:insurancePremiumAmount a owl:ObjectProperty ;
    rdfs:label "insurance premium amount"@en ;
    rdfs:comment "brought back from BSP (UNVTD grounding gap)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The monetary value of the insurance premium for this supply chain consignment."@en ;
    schema:domainIncludes unece:Consignment ;
    schema:rangeIncludes unece:MonetaryAmount ;
    unece:termStatus ts:proposed .

unece:insuranceValueAmount a owl:ObjectProperty ;
    rdfs:label "insurance value amount"@en ;
    rdfs:comment "brought back from BSP (UNVTD grounding gap)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The monetary value of this supply chain consignment as covered by an insurance policy."@en ;
    schema:domainIncludes unece:Consignment ;
    schema:rangeIncludes unece:MonetaryAmount ;
    unece:termStatus ts:proposed .

unece:loadingInstructions a owl:DatatypeProperty ;
    rdfs:label "loading instructions"@en ;
    rdfs:comment "brought back from BSP; attached to existing class (BSP home dissolved/niche)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "Loading instructions for this piece of logistics transport equipment."@en ;
    schema:domainIncludes unece:Consignment ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:masterConsignment a owl:ObjectProperty ;
    rdfs:label "master consignment"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A master consignment this (house) consignment is consolidated under."@en ;
    schema:domainIncludes unece:Consignment ;
    schema:rangeIncludes unece:Consignment ;
    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:notifyParty a owl:ObjectProperty ;
    rdfs:label "notify party"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The party to be notified on arrival of the consignment."@en ;
    schema:domainIncludes unece:Consignment ;
    schema:rangeIncludes unece:Party ;
    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:paymentArrangementCode a owl:ObjectProperty ;
    rdfs:label "payment arrangement code"@en ;
    rdfs:comment "code → transport-service-payment-arrangement scheme (re-added from BSP)."@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The payment arrangement for this logistics service charge."@en ;
    schema:domainIncludes unece:Consignment ;
    schema:rangeIncludes unece:transport-service-payment-arrangement-code-list ;
    unece:termStatus ts:proposed .

unece:placeOfDespatch a owl:ObjectProperty ;
    rdfs:label "place of despatch"@en ;
    dcterms:provenance "Proposed Vocab addition — not from BSP/UNTP; pending governance approval."@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The location from which the consignment is despatched."@en ;
    schema:domainIncludes unece:Consignment ;
    schema:rangeIncludes unece:Location ;
    unece:termStatus ts:proposed .

unece:plannedConsignment a owl:ObjectProperty ;
    rdfs:label "planned consignment"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A consignment, at header level, planned for this trade delivery."@en ;
    schema:domainIncludes unece:Consignment ;
    schema:rangeIncludes unece:Consignment ;
    unece:termStatus ts:proposed .

unece:projectedSupplyPlan a owl:ObjectProperty ;
    rdfs:label "projected supply plan"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A supply plan, at line level, projected for this trade delivery."@en ;
    schema:domainIncludes unece:Consignment ;
    schema:rangeIncludes unece:SupplyPlan ;
    unece:termStatus ts:proposed .

unece:quantityVariationReason a owl:DatatypeProperty ;
    rdfs:label "quantity variation reason"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A reason, expressed as text, for a quantity variation, at line level, for this trade delivery."@en ;
    schema:domainIncludes unece:Consignment ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:relatedConsignment a owl:ObjectProperty ;
    rdfs:label "related consignment"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A consignment, at header level, related to this trade delivery."@en ;
    schema:domainIncludes unece:Consignment ;
    schema:rangeIncludes unece:Consignment ;
    unece:termStatus ts:proposed .

unece:securityInformation a owl:DatatypeProperty ;
    rdfs:label "security information"@en ;
    dcterms:provenance "Proposed Vocab addition — not from BSP/UNTP; pending governance approval."@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "Security-related information for the consignment."@en ;
    schema:domainIncludes unece:Consignment ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:shippingMarks a owl:DatatypeProperty ;
    rdfs:label "shipping marks"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The physical shipping marks and numbers on the goods/packages."@en ;
    schema:domainIncludes unece:Consignment,
        unece:TransportPackage ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:summaryDescription a owl:DatatypeProperty ;
    rdfs:label "summary description"@en ;
    rdfs:comment "brought back from BSP (UNVTD grounding gap)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A textual summary description of this supply chain consignment."@en ;
    schema:domainIncludes unece:Consignment ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:termsAndConditionsDescription a owl:DatatypeProperty ;
    rdfs:label "terms and conditions description"@en ;
    rdfs:comment "brought back from BSP; attached to existing class (BSP home dissolved/niche)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A textual description of the terms and conditions for these returnable asset instructions."@en ;
    schema:domainIncludes unece:Consignment ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:transportTemperature a owl:ObjectProperty ;
    rdfs:label "transport temperature"@en ;
    dcterms:provenance "Proposed Vocab addition — not from BSP/UNTP; pending governance approval."@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The required transport temperature setting for the consignment."@en ;
    schema:domainIncludes unece:Consignment ;
    schema:rangeIncludes unece:Measure ;
    unece:termStatus ts:proposed .

unece:transshipmentIndicator a owl:DatatypeProperty ;
    rdfs:label "transshipment indicator"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "Whether transshipment of the consignment is permitted."@en ;
    schema:domainIncludes unece:Consignment ;
    schema:rangeIncludes xsd:boolean ;
    unece:termStatus ts:proposed .

unece:warehouseKeeperParty a owl:ObjectProperty ;
    rdfs:label "warehouse keeper party"@en ;
    rdfs:comment "brought back from BSP (UNVTD grounding gap)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A party taking responsibility for goods stored in a warehouse for this supply chain consignment."@en ;
    schema:domainIncludes unece:Consignment ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:Consignment a owl:Class ;
    rdfs:label "Consignment"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:closeMatch <https://onerecord.iata.org/ns/cargo#Shipment> ;
    skos:definition "A separately identifiable collection of consignment items moved from one consignor to one consignee under one transport contract."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

