@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:carriedIn a owl:ObjectProperty ;
    rdfs:label "carried in"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The transport equipment a package is carried in."@en ;
    schema:domainIncludes unece:TransportPackage ;
    schema:rangeIncludes unece:TransportEquipment ;
    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:grossWeight a owl:ObjectProperty ;
    rdfs:label "gross weight"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The gross weight (mass) of the cargo unit, as a measure."@en ;
    schema:domainIncludes unece:CargoDetails,
        unece:Consignment,
        unece:ConsignmentItem,
        unece:DeclarationDetails,
        unece:TransportEquipment,
        unece:TransportPackage ;
    schema:rangeIncludes unece:Measure ;
    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:packageQuantity a owl:DatatypeProperty ;
    rdfs:label "package quantity"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The number of packages."@en ;
    schema:domainIncludes unece:TransportPackage ;
    schema:rangeIncludes xsd:integer ;
    unece:termStatus ts:proposed .

unece:packageTypeCode a owl:ObjectProperty ;
    rdfs:label "package type code"@en ;
    rdfs:comment "code → package-type scheme."@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The kind of transport package (box, pallet, drum, …)."@en ;
    schema:domainIncludes unece:TransportPackage ;
    schema:rangeIncludes unece:package-type-code-list ;
    unece:termStatus ts:proposed .

unece:shippingMarks a owl:DatatypeProperty ;
    rdfs:label "shipping marks"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The physical shipping marks and numbers on the goods/packages."@en ;
    schema:domainIncludes unece:Consignment,
        unece:TransportPackage ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:tareWeight a owl:ObjectProperty ;
    rdfs:label "tare weight"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The tare (empty) weight of transport equipment or a package, as a measure."@en ;
    schema:domainIncludes unece:TransportEquipment,
        unece:TransportPackage ;
    schema:rangeIncludes unece:Measure ;
    unece:termStatus ts:proposed .

unece:TransportPackage a owl:Class ;
    rdfs:label "Transport Package"@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:closeMatch <https://onerecord.iata.org/ns/cargo#Piece> ;
    skos:definition "A self-contained wrapping or container holding goods for transport (box, barrel, pallet)."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

