@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/N41> a skos:Concept ;
    skos:definition "Unit of the dynamic viscosity as a quotient of the 0,001-fold of the SI base unit kilogram divided by the 0,01-fold of the SI base unit metre and SI base unit second."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-PER-CentiM-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N41" ;
    skos:prefLabel "gram per centimetre second"@en ;
    unece:conversionMultiplier 0.1 ;
    unece:dimensionVector "L-1 M1 T-1" ;
    unece:rec20Quantity "viscosity (dynamic viscosity)"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.cm-1.s-1" ;
    unece:unitSymbol "g/(cm·s)" .

