quantitykind:Resistance

URI: http://qudt.org/vocab/quantitykind/Resistance

Type
Description

The electrical resistance of an object is a measure of its opposition to the passage of a steady electric current.

Properties
qudt:plainTextDescription
The electrical resistance of an object is a measure of its opposition to the passage of a steady electric current.
qudt:latexDefinition
$R = \frac{u}{i}$, where $u$ is instantaneous voltage and $i$ is instantaneous electric current.
Annotations
dcterms:description
The electrical resistance of an object is a measure of its opposition to the passage of a steady electric current.
rdfs:label
Resistance(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/quantitykind/Resistance">
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/GigaOHM"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891</j.0:informativeReference>
    <j.0:symbol>R</j.0:symbol>
    <j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">The electrical resistance of an object is a measure of its opposition to the passage of a steady electric current.</j.1:description>
    <rdfs:seeAlso rdf:resource="http://qudt.org/vocab/quantitykind/Impedance"/>
    <j.0:latexDefinition rdf:datatype="http://qudt.org/schema/qudt/LatexString">$R = \frac{u}{i}$, where $u$ is instantaneous voltage and $i$ is instantaneous electric current.</j.0:latexDefinition>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/OHM_Stat"/>
    <rdfs:seeAlso rdf:resource="http://qudt.org/vocab/quantitykind/InstantaneousPower"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/OHM"/>
    <j.0:plainTextDescription>The electrical resistance of an object is a measure of its opposition to the passage of a steady electric current.</j.0:plainTextDescription>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/TeraOHM"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/KiloOHM"/>
    <rdfs:label xml:lang="en">Resistance</rdfs:label>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/PlanckImpedance"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MilliOHM"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.electropedia.org/iev/iev.nsf/display?openform&amp;ievref=131-12-45</j.0:informativeReference>
    <j.0:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Resistance</j.0:dbpediaMatch>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/OHM_Ab"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MegaOHM"/>
    <rdfs:seeAlso rdf:resource="http://qudt.org/vocab/quantitykind/ElectricCurrent"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MicroOHM"/>
  </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/quantitykind/Resistance>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://purl.org/dc/terms/description> "The electrical resistance of an object is a measure of its opposition to the passage of a steady electric current."^^rdf:HTML ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/GigaOHM> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/KiloOHM> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MegaOHM> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MicroOHM> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MilliOHM> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/OHM> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/OHM_Ab> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/OHM_Stat> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/PlanckImpedance> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/TeraOHM> ;
  <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Resistance"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0> ;
  <http://qudt.org/schema/qudt/informativeReference> "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-45"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/informativeReference> "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/latexDefinition> "$R = \\frac{u}{i}$, where $u$ is instantaneous voltage and $i$ is instantaneous electric current."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/plainTextDescription> "The electrical resistance of an object is a measure of its opposition to the passage of a steady electric current." ;
  <http://qudt.org/schema/qudt/symbol> "R" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Resistance"@en ;
  rdfs:seeAlso <http://qudt.org/vocab/quantitykind/ElectricCurrent> ;
  rdfs:seeAlso <http://qudt.org/vocab/quantitykind/Impedance> ;
  rdfs:seeAlso <http://qudt.org/vocab/quantitykind/InstantaneousPower> ;
.
JSON
{"resource":"Resistance" 
 ,"qname":"quantitykind:Resistance" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/Resistance" 
 ,"properties":["applicable unit":"unit:GigaOHM" 
    ,"applicable unit":"unit:KiloOHM" 
    ,"applicable unit":"unit:MegaOHM" 
    ,"applicable unit":"unit:MicroOHM" 
    ,"applicable unit":"unit:MilliOHM" 
    ,"applicable unit":"unit:OHM" 
    ,"applicable unit":"unit:OHM_Ab" 
    ,"applicable unit":"unit:OHM_Stat" 
    ,"applicable unit":"unit:PlanckImpedance" 
    ,"applicable unit":"unit:TeraOHM" 
    ,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Resistance" 
    ,"description":"The electrical resistance of an object is a measure of its opposition to the passage of a steady electric current." 
    ,"description (plain text)":"The electrical resistance of an object is a measure of its opposition to the passage of a steady electric current." 
    ,"has dimension vector":"dimension:A0E-2L2I0M1H0T-3D0" 
    ,"informative reference":"http:\/\/www.electropedia.org\/iev\/iev.nsf\/display?openform&amp;ievref=131-12-45" 
    ,"informative reference":"http:\/\/www.iso.org\/iso\/home\/store\/catalogue_tc\/catalogue_detail.htm?csnumber=31891" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"Resistance" 
    ,"latex definition":"$R = \\frac{u}{i}$, where $u$ is instantaneous voltage and $i$ is instantaneous electric current." 
    ,"seeAlso":"quantitykind:ElectricCurrent" 
    ,"seeAlso":"quantitykind:Impedance" 
    ,"seeAlso":"quantitykind:InstantaneousPower" 
    ,"symbol":"R" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/Resistance",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "description" : "The electrical resistance of an object is a measure of its opposition to the passage of a steady electric current.",
  "applicableUnit" : [ "http://qudt.org/vocab/unit/GigaOHM", "http://qudt.org/vocab/unit/OHM_Stat", "http://qudt.org/vocab/unit/OHM", "http://qudt.org/vocab/unit/TeraOHM", "http://qudt.org/vocab/unit/KiloOHM", "http://qudt.org/vocab/unit/PlanckImpedance", "http://qudt.org/vocab/unit/MilliOHM", "http://qudt.org/vocab/unit/OHM_Ab", "http://qudt.org/vocab/unit/MegaOHM", "http://qudt.org/vocab/unit/MicroOHM" ],
  "dbpediaMatch" : "http://dbpedia.org/resource/Resistance",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0",
  "informativeReference" : [ "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891", "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-12-45" ],
  "latexDefinition" : "$R = \\frac{u}{i}$, where $u$ is instantaneous voltage and $i$ is instantaneous electric current.",
  "plainTextDescription" : "The electrical resistance of an object is a measure of its opposition to the passage of a steady electric current.",
  "symbol" : "R",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : {
    "@language" : "en",
    "@value" : "Resistance"
  },
  "seeAlso" : [ "http://qudt.org/vocab/quantitykind/Impedance", "http://qudt.org/vocab/quantitykind/InstantaneousPower", "http://qudt.org/vocab/quantitykind/ElectricCurrent" ],
  "@context" : {
    "applicableUnit" : {
      "@id" : "http://qudt.org/schema/qudt/applicableUnit",
      "@type" : "@id"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "seeAlso" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
      "@type" : "@id"
    },
    "latexDefinition" : {
      "@id" : "http://qudt.org/schema/qudt/latexDefinition",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "dbpediaMatch" : {
      "@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "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-25T16:15:38.283-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)