@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/M93> a skos:Concept ;
    skos:definition "Product of the derived SI unit newton and the SI base unit metre divided by the unit radian."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/N-M-PER-RAD> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M93" ;
    skos:prefLabel "newton metre per radian"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:conversionOffset 0.0 ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "moment of force, moment of a couple, torque"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "N.m.rad-1" ;
    unece:unitSymbol "N·m/rad" .

