@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:attachedLogisticsTransportEquipment a owl:ObjectProperty ;
    rdfs:label "attached logistics transport equipment"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A piece of logistics transport equipment attached to this logistics means of transport."@en ;
    schema:domainIncludes unece:TransportMeans ;
    schema:rangeIncludes unece:TransportEquipment ;
    unece:termStatus ts:proposed .

unece:certifiedEmission a owl:ObjectProperty ;
    rdfs:label "certified emission"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A certified level of pollution calculated for an emission from this logistics transport means."@en ;
    schema:domainIncludes unece:TransportMeans ;
    schema:rangeIncludes unece:Emission ;
    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: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:owner a owl:ObjectProperty ;
    rdfs:label "owner"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The party owning the transport equipment or transport means."@en ;
    schema:domainIncludes unece:TransportEquipment,
        unece:TransportMeans ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:specifiedDimension a owl:ObjectProperty ;
    rdfs:label "specified dimension"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "Spatial dimensions specified for this logistics means of transport."@en ;
    schema:domainIncludes unece:TransportMeans ;
    schema:rangeIncludes unece:Dimension ;
    unece:termStatus ts:proposed .

unece:specifiedEmission a owl:ObjectProperty ;
    rdfs:label "specified emission"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "A calculated emission specified for this logistics transport means."@en ;
    schema:domainIncludes unece:TransportMeans ;
    schema:rangeIncludes unece:Emission ;
    unece:termStatus ts:proposed .

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

unece:transportMeansTypeCode a owl:ObjectProperty ;
    rdfs:label "transport means type code"@en ;
    rdfs:comment "code → transport-means-type scheme."@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The type of transport means."@en ;
    schema:domainIncludes unece:TransportMeans ;
    schema:rangeIncludes unece:transport-means-type-code-list ;
    unece:termStatus ts:proposed .

unece:TransportMeans a owl:Class ;
    rdfs:label "Transport Means"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:closeMatch <https://onerecord.iata.org/ns/cargo#TransportMeans> ;
    skos:definition "The device conveying goods."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

