@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://test.uncefact.org/vocabulary/unit-of-measure/H27> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H27" ;
    skos:prefLabel "degree per metre"@en ;
    unece:conversionMultiplier 0.0174532925199433 ;
    unece:dimensionVector "L-1" ;
    unece:rec20Quantity "solid angle"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "deg.m-1" ;
    unece:unitSymbol "°/m" .

