@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prefix: <http://qudt.org/vocab/prefix/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix qkdv: <http://qudt.org/vocab/dimensionvector/> .
@prefix quantitykind: <http://qudt.org/vocab/quantitykind/> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix si-unit: <https://si-digital-framework.org/SI/units/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sou: <http://qudt.org/vocab/sou/> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix voag: <http://voag.linkedmodel.org/schema/voag#> .

unit:OHM
  a qudt:DerivedUnit, qudt:Unit ;
  dcterms:description """
  The $\\textit{ohm}$ is the SI derived unit of electrical resistance, named after German physicist Georg Simon Ohm.

  It is defined as:

  $$\\Omega \\equiv\\ \\frac{\\text{V}}{\\text{A}}\\ \\equiv\\ \\frac{\\text{volt}}{\\text{amp}}\\ \\equiv\\ \\frac{\\text{W}}{\\text {A}^{2}}\\ \\equiv\\ \\frac{\\text{watt}}{\\text{amp}^{2}}\\ \\equiv\\ \\frac{\\text{H}}{\\text {s}}\\ \\equiv\\ \\frac{\\text{henry}}{\\text{second}}$$

  """^^qudt:LatexString ;
  qudt:applicableSystem sou:CGS-EMU ;
  qudt:applicableSystem sou:CGS-GAUSS ;
  qudt:applicableSystem sou:PLANCK ;
  qudt:applicableSystem sou:SI ;
  qudt:conversionMultiplier 1.0 ;
  qudt:conversionMultiplierSN 1.0E0 ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Ohm"^^xsd:anyURI ;
  qudt:hasDimensionVector qkdv:A0E-2L2I0M1H0T-3D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -1 ;
    qudt:hasUnit unit:A ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:V ;
  ] ;
  qudt:hasQuantityKind quantitykind:Impedance ;
  qudt:hasQuantityKind quantitykind:ModulusOfImpedance ;
  qudt:hasQuantityKind quantitykind:Reactance ;
  qudt:hasQuantityKind quantitykind:Resistance ;
  qudt:hasReciprocalUnit unit:S ;
  qudt:iec61360Code "0112/2///62720#UAA017" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA017"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Ohm?oldid=494685555"^^xsd:anyURI ;
  qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> ;
  qudt:siExactMatch si-unit:ohm ;
  qudt:siUnitsExpression "V/A" ;
  qudt:symbol "Ω" ;
  qudt:ucumCode "Ohm"^^qudt:UCUMcs ;
  qudt:udunitsCode "Ω" ;
  qudt:uneceCommonCode "OHM" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q47083> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Ohm" ;
  rdfs:label "Ohm"@cs ;
  rdfs:label "Ohm"@de ;
  rdfs:label "Ohm"@en ;
  rdfs:label "Ohm"@fr ;
  rdfs:label "Ohm"@hu ;
  rdfs:label "Ohm"@it ;
  rdfs:label "Ohm"@ms ;
  rdfs:label "Ohm"@pt ;
  rdfs:label "Ohm"@ro ;
  rdfs:label "Ohm"@sl ;
  rdfs:label "Ohm"@tr ;
  rdfs:label "Ohmio"@es ;
  rdfs:label "Ohmium"@la ;
  rdfs:label "Om"@pl ;
  rdfs:label "Ωμ"@el ;
  rdfs:label "Ом"@bg ;
  rdfs:label "Ом"@ru ;
  rdfs:label "אוהם"@he ;
  rdfs:label "أوم"@ar ;
  rdfs:label "اهم"@fa ;
  rdfs:label "ओह्म"@hi ;
  rdfs:label "オーム"@ja ;
  rdfs:label "欧姆"@zh .
