@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 constant: <http://qudt.org/vocab/constant/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@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-quantity: <https://si-digital-framework.org/quantities/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix voag: <http://voag.linkedmodel.org/schema/voag#> .

quantitykind:Conductance
  a qudt:QuantityKind ;
  dcterms:description "$\\textit{Conductance}$, for a resistive two-terminal element or two-terminal circuit with terminals A and B, quotient of the electric current i in the element or circuit by the voltage $u_{AB}$ between the terminals: $G = \\frac{1}{R}$, where the electric current is taken as positive if its direction is from A to B and negative in the opposite case. The conductance of an element or circuit is the inverse of its resistance."^^qudt:LatexString ;
  qudt:applicableUnit unit:DeciS ;
  qudt:applicableUnit unit:KiloS ;
  qudt:applicableUnit unit:MHO ;
  qudt:applicableUnit unit:MegaS ;
  qudt:applicableUnit unit:MicroMHO ;
  qudt:applicableUnit unit:MicroS ;
  qudt:applicableUnit unit:MilliS ;
  qudt:applicableUnit unit:NanoS ;
  qudt:applicableUnit unit:PicoS ;
  qudt:applicableUnit unit:S ;
  qudt:hasDimensionVector qkdv:A0E2L-2I0M-1H0T3D0 ;
  qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-06"^^xsd:anyURI ;
  qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
  qudt:latexDefinition """$G = Re\\underline{Y}$, where $\\underline{Y}$ is admittance.

Alternatively:

$G = \\frac{1}{R}$, where $R$ is resistance."""^^qudt:LatexString ;
  qudt:symbol "G" ;
  rdfs:comment "Applicable units are those of quantitykind:Conductance" ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/quantitykind> ;
  rdfs:label "Conductance"@en ;
  rdfs:seeAlso quantitykind:Admittance .
