unit:A-PER-GM

URI: http://qudt.org/vocab/unit/A-PER-GM

Type
Description

\(\textbf{Ampere per gram}\) is a practical unit to describe an (applied) current relative to the involved amount of material. This unit is often found in electrochemistry to standardize test conditions and compare various scales of investigated materials.

Properties
qudt:symbol
A⋅/g
Annotations
dcterms:description
\(\textbf{Ampere per gram}\) is a practical unit to describe an (applied) current relative to the involved amount of material. This unit is often found in electrochemistry to standardize test conditions and compare various scales of investigated materials.
rdfs:label
Ampere per Gram(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/A-PER-GM">
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/SpecificElectricCurrent"/>
    <j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">\(\textbf{Ampere per gram}\) is a practical unit to describe an (applied) current relative to the involved amount of material. This unit is often found in electrochemistry to standardize test conditions and compare various scales of investigated materials.</j.1:description>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1000.0</j.0:conversionMultiplier>
    <j.0:symbol>A⋅/g</j.0:symbol>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DerivedUnit"/>
    <rdfs:label xml:lang="en">Ampere per Gram</rdfs:label>
    <j.0:conversionOffset rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.0</j.0:conversionOffset>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T0D0"/>
  </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/A-PER-GM>
  rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://purl.org/dc/terms/description> "\\(\\textbf{Ampere per gram}\\) is a practical unit to describe an (applied) current relative to the involved amount of material. This unit is often found in electrochemistry to standardize test conditions and compare various scales of investigated materials."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ;
  <http://qudt.org/schema/qudt/conversionOffset> 0.0 ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T0D0> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificElectricCurrent> ;
  <http://qudt.org/schema/qudt/symbol> "A⋅/g" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
  rdfs:label "Ampere per Gram"@en ;
.
JSON
{"resource":"Ampere per Gram" 
 ,"qname":"unit:A-PER-GM" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/A-PER-GM" 
 ,"properties":["conversion multiplier":"1000.0" 
    ,"conversion offset":"0.0" 
    ,"description":"\\(\\textbf{Ampere per gram}\\) is a practical unit to describe an (applied) current relative to the involved amount of material. This unit is often found in electrochemistry to standardize test conditions and compare various scales of investigated materials." 
    ,"has dimension vector":"dimension:A0E1L0I0M-1H0T0D0" 
    ,"has quantity kind":"quantitykind:SpecificElectricCurrent" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/unit&gt;" 
    ,"label":"Ampere per Gram" 
    ,"symbol":"A&sdot;\/g" 
    ,"type":"qudt:DerivedUnit" 
    ,"type":"qudt:Unit" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/A-PER-GM",
  "@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
  "description" : "\\(\\textbf{Ampere per gram}\\) is a practical unit to describe an (applied) current relative to the involved amount of material. This unit is often found in electrochemistry to standardize test conditions and compare various scales of investigated materials.",
  "conversionMultiplier" : "1000.0",
  "conversionOffset" : "0.0",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T0D0",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificElectricCurrent",
  "symbol" : "A⋅/g",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
  "label" : {
    "@language" : "en",
    "@value" : "Ampere per Gram"
  },
  "@context" : {
    "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"
    },
    "conversionMultiplier" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
      "@type" : "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "conversionOffset" : {
      "@id" : "http://qudt.org/schema/qudt/conversionOffset",
      "@type" : "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "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 2023-11-15T09:59:24.970-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)