@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:unitSymbol a owl:AnnotationProperty ;
    rdfs:label "unit symbol"@en ;
    rdfs:comment "The display symbol of a unit of measure (e.g. m, kg)."@en .

