@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:S
  a qudt:DerivedUnit, qudt:Unit ;
  dcterms:description """$\\textit{Siemens}$ is the SI unit of electric conductance, susceptance, and admittance.
The most important property of a conductor is the amount of current it will carry when a voltage is applied.
Current flow is opposed by resistance in all circuits, and by also by reactance and impedance in alternating current circuits.
Conductance, susceptance, and admittance are the inverses of resistance, reactance, and impedance, respectively.
To measure these properties, the siemens is the reciprocal of the ohm. In other words, the conductance, susceptance, or admittance, in siemens, is simply 1 divided by the resistance, reactance or impedance, respectively, in ohms.
The unit is named for the German electrical engineer Werner von Siemens (1816-1892).
$$\\  \\text{Siemens}\\equiv\\frac{\\text{A}}{\\text{V}}\\equiv\\frac{\\text{amp}}{\\text{volt}}\\equiv\\frac{\\text{F}}{\\text {s}}\\equiv\\frac{\\text{farad}}{\\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:definedUnitOfSystem sou:SI ;
  qudt:derivedCoherentUnitOfSystem sou:SI ;
  qudt:exactMatch unit:MHO ;
  qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -1 ;
    qudt:hasUnit unit:V ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:A ;
  ] ;
  qudt:hasQuantityKind quantitykind:Admittance ;
  qudt:hasQuantityKind quantitykind:Conductance ;
  qudt:hasReciprocalUnit unit:OHM ;
  qudt:iec61360Code "0112/2///62720#UAA277" ;
  qudt:informativeReference "http://www.simetric.co.uk/siderived.htm"^^xsd:anyURI ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA277"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Siemens_(unit)"^^xsd:anyURI ;
  qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> ;
  qudt:siExactMatch si-unit:siemens ;
  qudt:siUnitsExpression "A/V" ;
  qudt:symbol "S" ;
  qudt:ucumCode "S"^^qudt:UCUMcs ;
  qudt:udunitsCode "S" ;
  qudt:uneceCommonCode "SIE" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q169893> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Siemens" ;
  rdfs:label "Siemens"@cs ;
  rdfs:label "Siemens"@de ;
  rdfs:label "Siemens"@en ;
  rdfs:label "Siemens"@es ;
  rdfs:label "Siemens"@fr ;
  rdfs:label "Siemens"@hu ;
  rdfs:label "Siemens"@it ;
  rdfs:label "Siemens"@la ;
  rdfs:label "Siemens"@ms ;
  rdfs:label "Siemens"@pt ;
  rdfs:label "Siemens"@ro ;
  rdfs:label "Siemens"@sl ;
  rdfs:label "Siemens"@tr ;
  rdfs:label "Simens"@pl ;
  rdfs:label "Ζίμενς"@el ;
  rdfs:label "Сименс"@bg ;
  rdfs:label "Сименс"@ru ;
  rdfs:label "סימנס"@he ;
  rdfs:label "زیمنس"@fa ;
  rdfs:label "سيمنز"@ar ;
  rdfs:label "सीमैन्स"@hi ;
  rdfs:label "ジーメンス"@ja ;
  rdfs:label "西门子"@zh .
