@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/> .

unece:dimensionTypeCode a owl:ObjectProperty ;
    rdfs:label "dimension type code"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The code specifying the type of spatial dimension, such as thickness, area, or volume."@en ;
    schema:domainIncludes unece:Dimension ;
    schema:rangeIncludes unece:dimension-type-code-list ;
    unece:termStatus ts:proposed .

unece:height a owl:ObjectProperty ;
    rdfs:label "height"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The height, as a measure."@en ;
    skos:exactMatch schema:height ;
    schema:domainIncludes unece:Dimension ;
    schema:rangeIncludes unece:Measure ;
    unece:termStatus ts:proposed .

unece:length a owl:ObjectProperty ;
    rdfs:label "length"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The length, as a measure."@en ;
    schema:domainIncludes unece:Dimension ;
    schema:rangeIncludes unece:Measure ;
    unece:termStatus ts:proposed .

unece:volume a owl:ObjectProperty ;
    rdfs:label "volume"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The volume, as a measure."@en ;
    schema:domainIncludes unece:Dimension ;
    schema:rangeIncludes unece:Measure ;
    unece:termStatus ts:proposed .

unece:weight a owl:ObjectProperty ;
    rdfs:label "weight"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The weight, as a measure."@en ;
    skos:exactMatch schema:weight ;
    schema:domainIncludes unece:Dimension ;
    schema:rangeIncludes unece:Measure ;
    unece:termStatus ts:proposed .

unece:width a owl:ObjectProperty ;
    rdfs:label "width"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The width, as a measure."@en ;
    skos:exactMatch schema:width ;
    schema:domainIncludes unece:Dimension ;
    schema:rangeIncludes unece:Measure ;
    unece:termStatus ts:proposed .

unece:Dimension a owl:Class ;
    rdfs:label "Dimension"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "Overall length, width, height, weight and volume of an item."@en ;
    unece:objectNature on:value ;
    unece:termStatus ts:proposed .

