@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: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:dischargeCall a owl:ObjectProperty ;
    rdfs:label "discharge call"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The call at which cargo is discharged for this leg."@en ;
    schema:domainIncludes unece:TransportLeg ;
    schema:rangeIncludes unece:TransportCall ;
    unece:termStatus ts:proposed .

unece:loadCall a owl:ObjectProperty ;
    rdfs:label "load call"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The call at which cargo is loaded for this leg."@en ;
    schema:domainIncludes unece:TransportLeg ;
    schema:rangeIncludes unece:TransportCall ;
    unece:termStatus ts:proposed .

unece:performedOn a owl:ObjectProperty ;
    rdfs:label "performed on"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The movement that performs this leg."@en ;
    schema:domainIncludes unece:TransportLeg ;
    schema:rangeIncludes unece:TransportMovement ;
    unece:termStatus ts:proposed .

unece:transportStage a owl:ObjectProperty ;
    rdfs:label "transport stage"@en ;
    rdfs:comment "code → transport-stage scheme."@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The carriage stage of the leg (pre-carriage, main carriage, on-carriage)."@en ;
    schema:domainIncludes unece:TransportLeg ;
    schema:rangeIncludes unece:transport-movement-stage-code-list ;
    unece:termStatus ts:proposed .

unece:TransportLeg a owl:Class ;
    rdfs:label "Transport Leg"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:closeMatch <https://onerecord.iata.org/ns/cargo#TransportLegs> ;
    skos:definition "The span between two consecutive transport calls; the segment a consignment is assigned to."@en ;
    unece:objectNature on:value ;
    unece:termStatus ts:proposed .

