@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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/kind/voltage> a skos:Collection ;
    rdfs:label "Electric potential & field units"@en ;
    skos:definition "Units of measure grouped by quantity kind: electric potential & field."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/2Z>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B55>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B78>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B79>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C3>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C30>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D45>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D47>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D50>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D51>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/D82>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F87>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G60>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H22>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H23>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H24>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H45>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H46>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H62>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/KVT>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N98>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N99>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/VLT> .

<https://test.uncefact.org/vocabulary/unit-of-measure/2Z> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliV> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "2Z" ;
    skos:prefLabel "millivolt"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "I-1 L2 M1 T-3" ;
    unece:rec20Quantity "electric potential, potential difference, tension, voltage, electromotive force"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "mV" ;
    unece:unitSymbol "mV" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B55> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloV-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B55" ;
    skos:prefLabel "kilovolt per metre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "I-1 L1 M1 T-3" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "kV.m-1" ;
    unece:unitSymbol "kV/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B78> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaV> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B78" ;
    skos:prefLabel "megavolt"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "I-1 L2 M1 T-3" ;
    unece:rec20Quantity "electric potential, potential difference, tension, voltage, electromotive force"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "MV" ;
    unece:unitSymbol "MV" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B79> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MegaV-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B79" ;
    skos:prefLabel "megavolt per metre"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "I-1 L1 M1 T-3" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "MV.m-1" ;
    unece:unitSymbol "MV/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C3> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroV-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C3" ;
    skos:prefLabel "microvolt per metre"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "I-1 L1 M1 T-3" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "uV.m-1" ;
    unece:unitSymbol "µV/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C30> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliV-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C30" ;
    skos:prefLabel "millivolt per metre"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "I-1 L1 M1 T-3" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "mV.m-1" ;
    unece:unitSymbol "mV/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D45> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/V2-PER-K2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D45" ;
    skos:prefLabel "volt squared per kelvin squared"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I-2 L4 M2 Θ-2 T-6" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "V2.K-2" ;
    unece:unitSymbol "V²/K²" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D47> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/V-PER-CentiM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D47" ;
    skos:prefLabel "volt per centimetre"@en ;
    unece:conversionMultiplier 100.0 ;
    unece:dimensionVector "I-1 L1 M1 T-3" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "V.cm-1" ;
    unece:unitSymbol "V/cm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D50> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/V-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D50" ;
    skos:prefLabel "volt per metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I-1 L1 M1 T-3" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "V.m-1" ;
    unece:unitSymbol "V/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D51> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/V-PER-MilliM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D51" ;
    skos:prefLabel "volt per millimetre"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "I-1 L1 M1 T-3" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "V.mm-1" ;
    unece:unitSymbol "V/mm" .

<https://test.uncefact.org/vocabulary/unit-of-measure/D82> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroV> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D82" ;
    skos:prefLabel "microvolt"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "I-1 L2 M1 T-3" ;
    unece:rec20Quantity "electric potential, potential difference, tension, voltage, electromotive force"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "uV" ;
    unece:unitSymbol "µV" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F87> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/V-PER-L-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F87" ;
    skos:prefLabel "volt per litre minute"@en ;
    unece:conversionMultiplier 16.666666666666668 ;
    unece:dimensionVector "I-1 L-1 M1 T-4" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "V.L-1.min-1" ;
    unece:unitSymbol "V/(l·min)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G60> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/V-PER-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G60" ;
    skos:prefLabel "volt per bar"@en ;
    unece:conversionMultiplier 1e-05 ;
    unece:dimensionVector "I-1 L3 T-1" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "V.bar-1" ;
    unece:unitSymbol "V/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H22> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/V-IN2-PER-LB_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H22" ;
    skos:prefLabel "volt square inch per pound-force"@en ;
    unece:conversionMultiplier 0.00014503773122272686 ;
    unece:dimensionVector "I-1 L3 T-1" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "V.[in_i]2.[lbf_av]-1" ;
    unece:unitSymbol "V/(lbf/in²)" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H23> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/V-PER-IN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H23" ;
    skos:prefLabel "volt per inch"@en ;
    unece:conversionMultiplier 39.37007874015748 ;
    unece:dimensionVector "I-1 L1 M1 T-3" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "V.[in_i]-1" ;
    unece:unitSymbol "V/in" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H24> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/V-PER-MicroSEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H24" ;
    skos:prefLabel "volt per microsecond"@en ;
    unece:conversionMultiplier 1000000.0 ;
    unece:dimensionVector "I-1 L2 M1 T-4" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "V.us-1" ;
    unece:unitSymbol "V/µs" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H45> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/V-SEC-PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H45" ;
    skos:prefLabel "volt second per metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I-1 L1 M1 T-2" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "V.s.m-1" ;
    unece:unitSymbol "V·s/m" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H46> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/V-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H46" ;
    skos:prefLabel "volt per second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I-1 L2 M1 T-4" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "V.s-1" ;
    unece:unitSymbol "V/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H62> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliV-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H62" ;
    skos:prefLabel "millivolt per minute"@en ;
    unece:conversionMultiplier 1.666667e-05 ;
    unece:dimensionVector "I-1 L2 M1 T-4" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "mV.min-1" ;
    unece:unitSymbol "mV/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/KVT> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloV> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KVT" ;
    skos:prefLabel "kilovolt"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "I-1 L2 M1 T-3" ;
    unece:rec20Quantity "electric potential, potential difference, tension, voltage, electromotive force"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "kV" ;
    unece:unitSymbol "kV" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N98> a skos:Concept ;
    skos:definition "Derived SI unit volt divided by the derived SI unit pascal."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/V-PER-PA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N98" ;
    skos:prefLabel "volt per pascal"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I-1 L3 T-1" ;
    unece:rec20Quantity "electric field strength"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "V.Pa-1" ;
    unece:unitSymbol "V/Pa" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N99> a skos:Concept ;
    skos:definition "0,000 000 000 001-fold of the derived SI unit volt."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/PicoV> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N99" ;
    skos:prefLabel "picovolt"@en ;
    unece:conversionMultiplier 1e-12 ;
    unece:dimensionVector "I-1 L2 M1 T-3" ;
    unece:rec20Quantity "electric potential, potential difference, tension, voltage, electromotive force"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:unitSymbol "pV" .

<https://test.uncefact.org/vocabulary/unit-of-measure/VLT> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/V> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "VLT" ;
    skos:prefLabel "volt"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I-1 L2 M1 T-3" ;
    unece:rec20Quantity "electric potential, potential difference, tension, voltage, electromotive force"@en,
        "thermoelectromotive force between substances a and b, Peltier coefficient for substances a and b"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en,
        "Solid State Physics"@en ;
    unece:ucumCode "V" ;
    unece:unitSymbol "V" .

