@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:conversionMultiplier a owl:AnnotationProperty ;
    rdfs:label "conversion multiplier"@en ;
    rdfs:comment "value_SI = value * multiplier + offset — to the coherent SI unit of the dimension. Source: QUDT."@en .

