@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/N37> a skos:Concept ;
    skos:definition "Unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the SI base unit second."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-M-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N37" ;
    skos:prefLabel "kilogram per metre second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-1 M1 T-1" ;
    unece:rec20Quantity "viscosity (dynamic viscosity)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.m-1.s-1" ;
    unece:unitSymbol "kg/(m·s)" .

