@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .

unece:dimensionVector a owl:AnnotationProperty ;
    rdfs:label "dimension vector"@en ;
    rdfs:comment "SI base-dimension exponents (L M T I Θ N J) — the compatibility key for conversion. Source: QUDT."@en .

