@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:conversionOffset a owl:AnnotationProperty ;
    rdfs:label "conversion offset"@en ;
    rdfs:comment "Affine offset to the coherent SI unit (e.g. 273.15 for degree Celsius). Source: QUDT."@en .

