@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/MTK> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MTK" ;
    skos:prefLabel "square metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2" ;
    unece:rec20Quantity "area"@en,
        "atomic attenuation coefficient"@en,
        "cross-section"@en,
        "equivalent absorption area of a surface or object"@en,
        "nuclear quadrupole moment"@en,
        "slowing down area, diffusion area, migration area"@en ;
    unece:rec20Sector "Acoustics"@en,
        "Atomic and Nuclear Physics"@en,
        "Nuclear Reactions and Ionizing Radiations"@en,
        "Space and Time"@en ;
    unece:ucumCode "m2" ;
    unece:unitSymbol "m²" .

