@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:arrivalLocation a owl:ObjectProperty ;
    rdfs:label "arrival location"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The location the movement arrives at."@en ;
    schema:domainIncludes unece:TransportMovement ;
    schema:rangeIncludes unece:Location ;
    unece:termStatus ts:proposed .

unece:carriedInactiveTransportMeans a owl:ObjectProperty ;
    rdfs:label "carried inactive transport means"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "Details of transport means inactively carried during the transport movement, such as trucks on a Roll-On/Roll-Off (RORO) ferry."@en ;
    schema:domainIncludes unece:TransportMovement ;
    schema:rangeIncludes unece:TransportMeans ;
    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:cycle a owl:DatatypeProperty ;
    rdfs:label "cycle"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The cycle, as expressed as text, of this logistics transport movement, such as twice a day."@en ;
    schema:domainIncludes unece:TransportMovement ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:departureLocation a owl:ObjectProperty ;
    rdfs:label "departure location"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The location the movement departs from."@en ;
    schema:domainIncludes unece:TransportMovement ;
    schema:rangeIncludes unece:Location ;
    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: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:includesCall a owl:ObjectProperty ;
    rdfs:label "includes call"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "An ordered transport call along the movement."@en ;
    schema:domainIncludes unece:TransportMovement ;
    schema:rangeIncludes unece:TransportCall ;
    unece:termStatus ts:proposed .

unece:itineraryRoute a owl:ObjectProperty ;
    rdfs:label "itinerary route"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A route in the itinerary of this logistics transport movement."@en ;
    schema:domainIncludes unece:TransportMovement ;
    schema:rangeIncludes unece:TransportRoute ;
    unece:termStatus ts:proposed .

unece:mode a owl:DatatypeProperty ;
    rdfs:label "mode"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The mode, expressed as text, of this logistics transport movement."@en ;
    schema:domainIncludes unece:TransportMovement ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:modeCode a owl:ObjectProperty ;
    rdfs:label "transport mode code"@en ;
    rdfs:comment "code → transport-mode scheme."@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The mode of transport (sea, air, road, rail, inland waterway)."@en ;
    schema:domainIncludes unece:TransportMovement ;
    schema:rangeIncludes unece:transport-mode-code-list ;
    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:operatingTransportMeans a owl:ObjectProperty ;
    rdfs:label "operating transport means"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The transport means that performs the movement."@en ;
    schema:domainIncludes unece:TransportMovement ;
    schema:rangeIncludes unece:TransportMeans ;
    unece:termStatus ts:proposed .

unece:service a owl:DatatypeProperty ;
    rdfs:label "service"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The service, expressed as text, of this logistics transport movement."@en ;
    schema:domainIncludes unece:TransportMovement ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:stage a owl:DatatypeProperty ;
    rdfs:label "stage"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A stage, expressed as text, of this logistics transport movement."@en ;
    schema:domainIncludes unece:TransportMovement ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:transitDirectionCode a owl:ObjectProperty ;
    rdfs:label "transit direction code"@en ;
    rdfs:comment "code → transport-means-direction scheme (re-added from BSP)."@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The transit direction of this transport movement."@en ;
    schema:domainIncludes unece:TransportMovement ;
    schema:rangeIncludes unece:transport-means-direction-code-list ;
    unece:termStatus ts:proposed .

unece:transportMovementType a owl:DatatypeProperty ;
    rdfs:label "transport movement type"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The type, as expressed as text, of the logistics transport movement."@en ;
    schema:domainIncludes unece:TransportMovement ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:usedTransportMeans a owl:ObjectProperty ;
    rdfs:label "used transport means"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The means of transport used for this logistics transport movement."@en ;
    schema:domainIncludes unece:TransportMovement ;
    schema:rangeIncludes unece:TransportMeans ;
    unece:termStatus ts:proposed .

unece:TransportMovement a owl:Class ;
    rdfs:label "Transport Movement"@en ;
    rdfs:comment "Subtypes Voyage / Flight / RoadTrip / RailJourney are candidates where they carry distinct properties (principle 3)."@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:closeMatch <https://onerecord.iata.org/ns/cargo#TransportMovement> ;
    skos:definition "The physical carriage of goods for transport purposes — a voyage, flight, trip or journey."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

