@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/M78> a skos:Concept ;
    skos:definition "0,001-fold of the unit of the weight, defined as a mass of 1 kg which finds out about a weight strength from 1 kp by the gravitational force at sea level which corresponds to a strength of 9,806 65 newton."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/POND> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M78" ;
    skos:prefLabel "pond"@en ;
    unece:conversionMultiplier 0.00980665 ;
    unece:dimensionVector "L1 M1 T-2" ;
    unece:rec20Quantity "force, weight"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "p" .

