@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/N94> a skos:Concept ;
    skos:definition "CGS (Centimetre-Gram-Second system) unit of the electrical charge, where the charge amounts to exactly 1 Fr where the force of 1 dyn on an equal load is performed at a distance of 1 cm."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/FR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N94" ;
    skos:prefLabel "franklin"@en ;
    unece:conversionMultiplier 3.335641e-10 ;
    unece:dimensionVector "I1 T1" ;
    unece:rec20Quantity "electric charge, quantity of electricity, electric flux (flux of displacement)"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:unitSymbol "Fr" .

