unit:OHM_Stat

URI: http://qudt.org/vocab/unit/OHM_Stat

Type
Description

"StatOHM" is the unit of resistance, reactance, and impedance in the electrostatic C.G.S system of units, equal to the resistance between two points of a conductor when a constant potential difference of 1 statvolt between these points produces a current of 1 statampere; it is equal to approximately $8.9876 \times 10^{11} ohms$. The statohm is an extremely large unit of resistance. In fact, an object with a resistance of 1 stat W would make an excellent insulator or dielectric . In practical applications, the ohm, the kilohm (k W ) and the megohm (M W or M) are most often used to quantify resistance.

Properties
qudt:conversionMultiplier
898760000000.0
qudt:latexSymbol
$stat\Omega$
qudt:symbol
statΩ
Annotations
dcterms:description
"StatOHM" is the unit of resistance, reactance, and impedance in the electrostatic C.G.S system of units, equal to the resistance between two points of a conductor when a constant potential difference of 1 statvolt between these points produces a current of 1 statampere; it is equal to approximately $8.9876 \times 10^{11} ohms$. The statohm is an extremely large unit of resistance. In fact, an object with a resistance of 1 stat W would make an excellent insulator or dielectric . In practical applications, the ohm, the kilohm (k W ) and the megohm (M W or M) are most often used to quantify resistance.
rdfs:label
Statohm(en)
View as:  CSV

Work in progress

RDF/XML
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:j.0="http://qudt.org/schema/qudt/"
    xmlns:j.1="http://purl.org/dc/terms/"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#" > 
  <rdf:Description rdf:about="http://qudt.org/vocab/unit/OHM_Stat">
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS"/>
    <j.0:derivedUnitOfSystem rdf:resource="http://qudt.org/vocab/sou/CGS-ESU"/>
    <rdfs:label xml:lang="en">Statohm</rdfs:label>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Resistance"/>
    <j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">"StatOHM" is the unit of resistance, reactance, and impedance in the electrostatic C.G.S system of units, equal to the resistance between two points of a conductor when a constant potential difference of 1 statvolt between these points produces a current of 1 statampere; it is equal to approximately $8.9876 \times 10^{11} ohms$. The statohm is an extremely large unit of resistance. In fact, an object with a resistance of 1 stat W would make an excellent insulator or dielectric . In practical applications, the ohm, the kilohm (k W ) and the megohm (M W or M) are most often used to quantify resistance.</j.1:description>
    <j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">8.9876E11</j.0:conversionMultiplierSN>
    <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">898760000000.0</j.0:conversionMultiplier>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS-ESU"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
    <j.0:latexSymbol rdf:datatype="http://qudt.org/schema/qudt/LatexString">$stat\Omega$</j.0:latexSymbol>
    <j.0:omUnit rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/statohm"/>
    <j.0:symbol>statΩ</j.0:symbol>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://whatis.techtarget.com/definition/statohm-stat-W</j.0:informativeReference>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0"/>
  </rdf:Description>
</rdf:RDF>
TURTLE
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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#> .

<http://qudt.org/vocab/unit/OHM_Stat>
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://purl.org/dc/terms/description> "\"StatOHM\" is the unit of resistance, reactance, and impedance in the electrostatic C.G.S system of units, equal to the resistance between two points of a conductor when a constant potential difference of 1 statvolt between these points produces a current of 1 statampere; it is equal to approximately $8.9876 \\times 10^{11} ohms$. The statohm is an extremely large unit of resistance. In fact, an object with a resistance of 1 stat W would make an excellent insulator or dielectric . In practical applications, the ohm, the kilohm (k W ) and the megohm (M W or M) are most often used to quantify resistance."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
  <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ;
  <http://qudt.org/schema/qudt/conversionMultiplier> 898760000000.0 ;
  <http://qudt.org/schema/qudt/conversionMultiplierSN> 8.9876E11 ;
  <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-ESU> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Resistance> ;
  <http://qudt.org/schema/qudt/informativeReference> "http://whatis.techtarget.com/definition/statohm-stat-W"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/latexSymbol> "$stat\\Omega$"^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/statohm> ;
  <http://qudt.org/schema/qudt/symbol> "statΩ" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
  rdfs:label "Statohm"@en ;
.
JSON
{"resource":"Statohm" 
 ,"qname":"unit:OHM_Stat" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/OHM_Stat" 
 ,"properties":["applicable system":"sou:CGS" 
    ,"applicable system":"sou:CGS-ESU" 
    ,"conversion multiplier":"898760000000.0" 
    ,"conversion multiplier scientific":"8.9876E11" 
    ,"description":"\"StatOHM\" is the unit of resistance, reactance, and impedance in the electrostatic C.G.S system of units, equal to the resistance between two points of a conductor when a constant potential difference of 1 statvolt between these points produces a current of 1 statampere; it is equal to approximately $8.9876 \\times 10^{11} ohms$. The statohm is an extremely large unit of resistance. In fact, an object with a resistance of 1 stat W would make an excellent insulator or dielectric . In practical applications, the ohm, the kilohm (k W ) and the megohm (M W or M) are most often used to quantify resistance." 
    ,"has dimension vector":"dimension:A0E-2L2I0M1H0T-3D0" 
    ,"has quantity kind":"quantitykind:Resistance" 
    ,"informative reference":"http:\/\/whatis.techtarget.com\/definition\/statohm-stat-W" 
    ,"is derived unit of system":"sou:CGS-ESU" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/unit&gt;" 
    ,"label":"Statohm" 
    ,"latex symbol":"$stat\\Omega$" 
    ,"om unit":"&lt;http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/statohm&gt;" 
    ,"symbol":"statΩ" 
    ,"type":"qudt:Unit" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/OHM_Stat",
  "@type" : "http://qudt.org/schema/qudt/Unit",
  "description" : "\"StatOHM\" is the unit of resistance, reactance, and impedance in the electrostatic C.G.S system of units, equal to the resistance between two points of a conductor when a constant potential difference of 1 statvolt between these points produces a current of 1 statampere; it is equal to approximately $8.9876 \\times 10^{11} ohms$. The statohm is an extremely large unit of resistance. In fact, an object with a resistance of 1 stat W would make an excellent insulator or dielectric . In practical applications, the ohm, the kilohm (k W ) and the megohm (M W or M) are most often used to quantify resistance.",
  "applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-ESU" ],
  "conversionMultiplier" : "898760000000.0",
  "conversionMultiplier:SN" : 8.9876E11,
  "derivedUnitOfSystem" : "http://qudt.org/vocab/sou/CGS-ESU",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Resistance",
  "informativeReference" : "http://whatis.techtarget.com/definition/statohm-stat-W",
  "latexSymbol" : "$stat\\Omega$",
  "omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/statohm",
  "symbol" : "statΩ",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
  "label" : {
    "@language" : "en",
    "@value" : "Statohm"
  },
  "@context" : {
    "applicableSystem" : {
      "@id" : "http://qudt.org/schema/qudt/applicableSystem",
      "@type" : "@id"
    },
    "derivedUnitOfSystem" : {
      "@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "conversionMultiplierSN" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
      "@type" : "http://www.w3.org/2001/XMLSchema#double"
    },
    "conversionMultiplier" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
      "@type" : "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "latexSymbol" : {
      "@id" : "http://qudt.org/schema/qudt/latexSymbol",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "omUnit" : {
      "@id" : "http://qudt.org/schema/qudt/omUnit",
      "@type" : "@id"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "owl" : "http://www.w3.org/2002/07/owl#",
    "xsd" : "http://www.w3.org/2001/XMLSchema#",
    "rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
  }
}

Generated 2024-04-25T14:51:50.984-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)