@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/inductance> a skos:Collection ;
    rdfs:label "Inductance units"@en ;
    skos:definition "Units of measure grouped by quantity kind: inductance."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/81>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/B90>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C14>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C43>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/C73>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G98>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/G99>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H03>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H04>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H05>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H06>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/P24> .

<https://test.uncefact.org/vocabulary/unit-of-measure/81> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/H> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "81" ;
    skos:prefLabel "henry"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I-2 L2 M1 T-2" ;
    unece:rec20Quantity "self inductance, mutual inductance, permeance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "H" ;
    unece:unitSymbol "H" .

<https://test.uncefact.org/vocabulary/unit-of-measure/B90> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroH> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "B90" ;
    skos:prefLabel "microhenry"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "I-2 L2 M1 T-2" ;
    unece:rec20Quantity "self inductance, mutual inductance, permeance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "uH" ;
    unece:unitSymbol "µH" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C14> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliH> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C14" ;
    skos:prefLabel "millihenry"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "I-2 L2 M1 T-2" ;
    unece:rec20Quantity "self inductance, mutual inductance, permeance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "mH" ;
    unece:unitSymbol "mH" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C43> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/NanoH> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C43" ;
    skos:prefLabel "nanohenry"@en ;
    unece:conversionMultiplier 1e-09 ;
    unece:dimensionVector "I-2 L2 M1 T-2" ;
    unece:rec20Quantity "self inductance, mutual inductance, permeance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "nH" ;
    unece:unitSymbol "nH" .

<https://test.uncefact.org/vocabulary/unit-of-measure/C73> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PicoH> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C73" ;
    skos:prefLabel "picohenry"@en ;
    unece:conversionMultiplier 1e-12 ;
    unece:dimensionVector "I-2 L2 M1 T-2" ;
    unece:rec20Quantity "self inductance, mutual inductance, permeance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "pH" ;
    unece:unitSymbol "pH" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G98> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroH-PER-KiloOHM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G98" ;
    skos:prefLabel "microhenry per kiloohm"@en ;
    unece:conversionMultiplier 1e-09 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "self inductance, mutual inductance, permeance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "uH.kOhm-1" ;
    unece:unitSymbol "µH/kΩ" .

<https://test.uncefact.org/vocabulary/unit-of-measure/G99> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MicroH-PER-OHM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "G99" ;
    skos:prefLabel "microhenry per ohm"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "self inductance, mutual inductance, permeance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "uH.Ohm-1" ;
    unece:unitSymbol "µH/Ω" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H03> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/H-PER-KiloOHM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H03" ;
    skos:prefLabel "henry per kiloohm"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "self inductance, mutual inductance, permeance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "H.kOhm-1" ;
    unece:unitSymbol "H/kΩ" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H04> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/H-PER-OHM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H04" ;
    skos:prefLabel "henry per ohm"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "self inductance, mutual inductance, permeance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "H.Ohm-1" ;
    unece:unitSymbol "H/Ω" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H05> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliH-PER-KiloOHM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H05" ;
    skos:prefLabel "millihenry per kiloohm"@en ;
    unece:conversionMultiplier 1e-06 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "self inductance, mutual inductance, permeance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "mH.kOhm-1" ;
    unece:unitSymbol "mH/kΩ" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H06> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliH-PER-OHM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H06" ;
    skos:prefLabel "millihenry per ohm"@en ;
    unece:conversionMultiplier 0.001 ;
    unece:dimensionVector "T1" ;
    unece:rec20Quantity "self inductance, mutual inductance, permeance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "mH.Ohm-1" ;
    unece:unitSymbol "mH/Ω" .

<https://test.uncefact.org/vocabulary/unit-of-measure/P24> a skos:Concept ;
    skos:definition "1000-fold of the derived SI unit henry."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloH> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P24" ;
    skos:prefLabel "kilohenry"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "I-2 L2 M1 T-2" ;
    unece:rec20Quantity "self inductance, mutual inductance, permeance"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:unitSymbol "kH" .

