quantitykind:ElectricChargePerAmountOfSubstance

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

Type
Description

"Electric Charge Per Amount Of Substance" is the charge assocated with a given amount of substance. Un the ISO and SI systems this is $1 mol$.

Properties
Annotations
dcterms:description
"Electric Charge Per Amount Of Substance" is the charge assocated with a given amount of substance. Un the ISO and SI systems this is $1 mol$.
rdfs:label
Electric charge per amount of substance(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/ElectricChargePerAmountOfSubstance">
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">"Electric Charge Per Amount Of Substance" is the charge assocated with a given amount of substance. Un the ISO and SI systems this is $1 mol$.</j.1:description>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/C-PER-MOL"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/C_Stat-PER-MOL"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A-1E1L0I0M0H0T1D0"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <rdfs:label xml:lang="en">Electric charge per amount of substance</rdfs:label>
  </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/ElectricChargePerAmountOfSubstance>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://purl.org/dc/terms/description> "\"Electric Charge Per Amount Of Substance\" is the charge assocated with a given amount of substance. Un the ISO and SI systems this is $1 mol$."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/C-PER-MOL> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/C_Stat-PER-MOL> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A-1E1L0I0M0H0T1D0> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Electric charge per amount of substance"@en ;
.
JSON
{"resource":"Electric charge per amount of substance" 
 ,"qname":"quantitykind:ElectricChargePerAmountOfSubstance" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/ElectricChargePerAmountOfSubstance" 
 ,"properties":["applicable unit":"unit:C-PER-MOL" 
    ,"applicable unit":"unit:C_Stat-PER-MOL" 
    ,"description":"\"Electric Charge Per Amount Of Substance\" is the charge assocated with a given amount of substance. Un the ISO and SI systems this is $1 mol$." 
    ,"has dimension vector":"dimension:A-1E1L0I0M0H0T1D0" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"Electric charge per amount of substance" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/ElectricChargePerAmountOfSubstance",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "description" : "\"Electric Charge Per Amount Of Substance\" is the charge assocated with a given amount of substance. Un the ISO and SI systems this is $1 mol$.",
  "applicableUnit" : [ "http://qudt.org/vocab/unit/C-PER-MOL", "http://qudt.org/vocab/unit/C_Stat-PER-MOL" ],
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A-1E1L0I0M0H0T1D0",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : {
    "@language" : "en",
    "@value" : "Electric charge per amount of substance"
  },
  "@context" : {
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "applicableUnit" : {
      "@id" : "http://qudt.org/schema/qudt/applicableUnit",
      "@type" : "@id"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "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:08:44.482-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)