@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/M85> a skos:Concept ;
    skos:definition "Non SI-conforming unit of the mass used in the mineralogy to determine the concentration of precious metals in ore according to the mass of the precious metal in milligrams in a sample of the mass of an assay sound (number of troy ounces in a short ton (1 000 lb))."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/TON_Assay> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M85" ;
    skos:prefLabel "ton, assay"@en ;
    unece:conversionMultiplier 0.02916667 ;
    unece:dimensionVector "M1" ;
    unece:rec20Quantity "mass"@en ;
    unece:rec20Sector "Mechanics"@en .

