@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:contractMovementTypeCode a owl:ObjectProperty ;
    rdfs:label "transport contract movement contract movement type code"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A code specifying a contract movement type of this transport service."@en ;
    schema:domainIncludes unece:Service ;
    schema:rangeIncludes unece:transport-contract-movement-code-list ;
    unece:termStatus ts:proposed .

unece:deliverySpecifiedLocation a owl:ObjectProperty ;
    rdfs:label "delivery specified location"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A logistics location specified for a delivery by this referenced transport service."@en ;
    schema:domainIncludes unece:Service ;
    schema:rangeIncludes unece:Location ;
    unece:termStatus ts:proposed .

unece:preplannedIndicator a owl:DatatypeProperty ;
    rdfs:label "preplanned indicator"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The indication of whether or not this referenced transport service has been planned in advance of its execution."@en ;
    schema:domainIncludes unece:Service ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:reasonCode a owl:ObjectProperty ;
    rdfs:label "reason code"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A code specifying a reason for the declared error."@en ;
    schema:domainIncludes unece:Service ;
    schema:rangeIncludes unece:any-code ;
    unece:termStatus ts:proposed .

unece:relatedSpecifiedLocation a owl:ObjectProperty ;
    rdfs:label "related specified location"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A related logistics location specified for this referenced transport service."@en ;
    schema:domainIncludes unece:Service ;
    schema:rangeIncludes unece:Location ;
    unece:termStatus ts:proposed .

unece:requesterParty a owl:ObjectProperty ;
    rdfs:label "requester party"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A trade party requesting this referenced transport service."@en ;
    schema:domainIncludes unece:Service ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:responsibleTradeParty a owl:ObjectProperty ;
    rdfs:label "responsible trade party"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A party responsible for providing this referenced transport service."@en ;
    schema:domainIncludes unece:Service ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:specifiedRoute a owl:ObjectProperty ;
    rdfs:label "specified route"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A transport route specified for this transport service."@en ;
    schema:domainIncludes unece:Service ;
    schema:rangeIncludes unece:TransportRoute ;
    unece:termStatus ts:proposed .

unece:transportServiceCategoryTypeCode a owl:ObjectProperty ;
    rdfs:label "transport service category type code"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A code specifying a type of category for this transport service."@en ;
    schema:domainIncludes unece:Service ;
    schema:rangeIncludes unece:transport-service-category-code-list ;
    unece:termStatus ts:proposed .

unece:transportServiceConditionTypeCode a owl:ObjectProperty ;
    rdfs:label "transport service condition type code"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A code specifying a type of condition for this transport service, such as a contract or carriage condition."@en ;
    schema:domainIncludes unece:Service ;
    schema:rangeIncludes unece:transport-service-condition-code-list ;
    unece:termStatus ts:proposed .

unece:transportServicePriorityCode a owl:ObjectProperty ;
    rdfs:label "transport service priority code"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The code specifying the priority of this transport service."@en ;
    schema:domainIncludes unece:Service ;
    schema:rangeIncludes unece:transport-service-priority-code-list ;
    unece:termStatus ts:proposed .

unece:transportServiceRequirementCode a owl:ObjectProperty ;
    rdfs:label "transport service requirement code"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A code specifying a service requirement for this transport service."@en ;
    schema:domainIncludes unece:Service ;
    schema:rangeIncludes unece:transport-service-requirement-code-list ;
    unece:termStatus ts:proposed .

unece:Service a owl:Class ;
    rdfs:label "Service"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:closeMatch <https://onerecord.iata.org/ns/cargo#LogisticsService> ;
    skos:definition "A service associated with a transport movement."@en ;
    unece:objectNature on:value ;
    unece:termStatus ts:proposed .

