@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:ucumCode a owl:AnnotationProperty ;
    rdfs:label "UCUM code"@en ;
    rdfs:comment "Machine-parseable unit expression (Unified Code for Units of Measure). Source: QUDT."@en .

