quantitykind:PowerPerElectricCharge

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

Type
Description

"Power Per Electric Charge" is the amount of energy generated by a unit of electric charge.

Properties
qudt:plainTextDescription
"Power Per Electric Charge" is the amount of energy generated by a unit of electric charge.
Annotations
dcterms:description
"Power Per Electric Charge" is the amount of energy generated by a unit of electric charge.
rdfs:label
Power Per Electric Charge(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/PowerPerElectricCharge">
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">"Power Per Electric Charge" is the amount of energy generated by a unit of electric charge.</j.1:description>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MilliV-PER-MIN"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/V-PER-MicroSEC"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/V-PER-SEC"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-4D0"/>
    <j.0:plainTextDescription>"Power Per Electric Charge" is the amount of energy generated by a unit of electric charge.</j.0:plainTextDescription>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <rdfs:label xml:lang="en">Power Per Electric Charge</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/PowerPerElectricCharge>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://purl.org/dc/terms/description> "\"Power Per Electric Charge\" is the amount of energy generated by a unit of electric charge."^^rdf:HTML ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MilliV-PER-MIN> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/V-PER-MicroSEC> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/V-PER-SEC> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-4D0> ;
  <http://qudt.org/schema/qudt/plainTextDescription> "\"Power Per Electric Charge\" is the amount of energy generated by a unit of electric charge." ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Power Per Electric Charge"@en ;
.
JSON
{"resource":"Power Per Electric Charge" 
 ,"qname":"quantitykind:PowerPerElectricCharge" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/PowerPerElectricCharge" 
 ,"properties":["applicable unit":"unit:MilliV-PER-MIN" 
    ,"applicable unit":"unit:V-PER-MicroSEC" 
    ,"applicable unit":"unit:V-PER-SEC" 
    ,"description":"\"Power Per Electric Charge\" is the amount of energy generated by a unit of electric charge." 
    ,"description (plain text)":"\"Power Per Electric Charge\" is the amount of energy generated by a unit of electric charge." 
    ,"has dimension vector":"dimension:A0E-1L2I0M1H0T-4D0" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"Power Per Electric Charge" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/PowerPerElectricCharge",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "description" : "\"Power Per Electric Charge\" is the amount of energy generated by a unit of electric charge.",
  "applicableUnit" : [ "http://qudt.org/vocab/unit/MilliV-PER-MIN", "http://qudt.org/vocab/unit/V-PER-MicroSEC", "http://qudt.org/vocab/unit/V-PER-SEC" ],
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-4D0",
  "plainTextDescription" : "\"Power Per Electric Charge\" is the amount of energy generated by a unit of electric charge.",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : {
    "@language" : "en",
    "@value" : "Power Per Electric Charge"
  },
  "@context" : {
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "applicableUnit" : {
      "@id" : "http://qudt.org/schema/qudt/applicableUnit",
      "@type" : "@id"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "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:10:48.501-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)