@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:departurePoint a owl:DatatypeProperty ;
    rdfs:label "departure point"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The departure point of the route."@en ;
    schema:domainIncludes unece:TransportRoute ;
    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:frequencyEffectivePeriod a owl:ObjectProperty ;
    rdfs:label "frequency effective period"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A specified period of time for which a frequency is effective for this transport route."@en ;
    schema:domainIncludes unece:TransportRoute ;
    schema:rangeIncludes unece:Period ;
    unece:termStatus ts:proposed .

unece:frequencyTypeCode a owl:ObjectProperty ;
    rdfs:label "frequency type code"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The code specifying the type of frequency for this transport route, such as weekly, bi-monthly or daily."@en ;
    schema:domainIncludes unece:TransportRoute ;
    schema:rangeIncludes unece:any-code ;
    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:mapBinaryObject a owl:DatatypeProperty ;
    rdfs:label "map binary object"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "Binary object data that is the map of this transport route."@en ;
    schema:domainIncludes unece:TransportRoute ;
    schema:rangeIncludes xsd:string ;
    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:performsMovement a owl:ObjectProperty ;
    rdfs:label "performs movement"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A transport movement that performs the route."@en ;
    schema:domainIncludes unece:TransportRoute ;
    schema:rangeIncludes unece:TransportMovement ;
    unece:termStatus ts:proposed .

unece:routeType a owl:DatatypeProperty ;
    rdfs:label "route type"@en ;
    rdfs:comment "code → route-type scheme (Phase 3)."@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The type of route."@en ;
    schema:domainIncludes unece:TransportRoute ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:scheduledPeriod a owl:ObjectProperty ;
    rdfs:label "scheduled period"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The scheduled period over which the route operates."@en ;
    schema:domainIncludes unece:TransportRoute ;
    schema:rangeIncludes unece:Period ;
    unece:termStatus ts:proposed .

unece:securityLevelCode a owl:ObjectProperty ;
    rdfs:label "security level code"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A code specifying a security level for this transport route."@en ;
    schema:domainIncludes unece:TransportRoute ;
    schema:rangeIncludes unece:any-code ;
    unece:termStatus ts:proposed .

unece:transportMeans a owl:DatatypeProperty ;
    rdfs:label "transport means"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A means of transport, expressed as text, for this transport route."@en ;
    schema:domainIncludes unece:TransportRoute ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:transportRouteStatusCode a owl:ObjectProperty ;
    rdfs:label "transport route status code"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The code specifying a status for a transport route, such as planned or actual."@en ;
    schema:domainIncludes unece:TransportRoute ;
    schema:rangeIncludes unece:status-code-list ;
    unece:termStatus ts:proposed .

unece:TransportRoute a owl:Class ;
    rdfs:label "Transport Route"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A planned route (itinerary and schedule) over which transport movements are performed."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

