quantitykind:ElectricCurrentDensity

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

Type
Description

"Electric Current Density" is a measure of the density of flow of electric charge; it is the electric current per unit area of cross section. Electric current density is a vector-valued quantity. Electric current, \(I\), through a surface \(S\) is defined as \(I = \int_S J \cdot e_n dA\), where \(e_ndA\) is the vector surface element.

Properties
qudt:latexDefinition
\(J = \rho v\), where \(\rho\) is electric current density and \(v\) is volume.
Annotations
dcterms:description
"Electric Current Density" is a measure of the density of flow of electric charge; it is the electric current per unit area of cross section. Electric current density is a vector-valued quantity. Electric current, \(I\), through a surface \(S\) is defined as \(I = \int_S J \cdot e_n dA\), where \(e_ndA\) is the vector surface element.
rdfs:label
Electric Current Density(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/ElectricCurrentDensity">
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/PlanckCurrentDensity"/>
    <rdfs:label xml:lang="en">Electric Current Density</rdfs:label>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/A_Ab-PER-CentiM2"/>
    <j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">"Electric Current Density" is a measure of the density of flow of electric charge; it is the electric current per unit area of cross section. Electric current density is a vector-valued quantity. Electric current, \(I\), through a surface \(S\) is defined as \(I = \int_S J \cdot e_n dA\), where \(e_ndA\) is the vector surface element.</j.1:description>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MegaA-PER-M2"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/A-PER-CentiM2"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <j.0:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Current_density</j.0:dbpediaMatch>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T0D0"/>
    <j.0:symbol>J</j.0:symbol>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/KiloA-PER-M2"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/A-PER-M2"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/A-PER-MilliM2"/>
    <j.0:latexDefinition rdf:datatype="http://qudt.org/schema/qudt/LatexString">\(J = \rho v\), where \(\rho\) is electric current density and \(v\) is volume.</j.0:latexDefinition>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/A_Stat-PER-CentiM2"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://maxwells-equations.com/density/current.php</j.0:informativeReference>
    <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>
  </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/ElectricCurrentDensity>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://purl.org/dc/terms/description> "\"Electric Current Density\" is a measure of the density of flow of electric charge; it is the electric current per unit area of cross section. Electric current density is a vector-valued quantity. Electric current, \\(I\\), through a surface \\(S\\) is defined as \\(I = \\int_S J \\cdot e_n dA\\), where \\(e_ndA\\) is the vector surface element."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/A-PER-CentiM2> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/A-PER-M2> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/A-PER-MilliM2> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/A_Ab-PER-CentiM2> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/A_Stat-PER-CentiM2> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/KiloA-PER-M2> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MegaA-PER-M2> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/PlanckCurrentDensity> ;
  <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Current_density"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T0D0> ;
  <http://qudt.org/schema/qudt/informativeReference> "http://maxwells-equations.com/density/current.php"^^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> "\\(J = \\rho v\\), where \\(\\rho\\) is electric current density and \\(v\\) is volume."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/symbol> "J" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Electric Current Density"@en ;
.
JSON
{"resource":"Electric Current Density" 
 ,"qname":"quantitykind:ElectricCurrentDensity" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/ElectricCurrentDensity" 
 ,"properties":["applicable unit":"unit:A-PER-CentiM2" 
    ,"applicable unit":"unit:A-PER-M2" 
    ,"applicable unit":"unit:A-PER-MilliM2" 
    ,"applicable unit":"unit:A_Ab-PER-CentiM2" 
    ,"applicable unit":"unit:A_Stat-PER-CentiM2" 
    ,"applicable unit":"unit:KiloA-PER-M2" 
    ,"applicable unit":"unit:MegaA-PER-M2" 
    ,"applicable unit":"unit:PlanckCurrentDensity" 
    ,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Current_density" 
    ,"description":"\"Electric Current Density\" is a measure of the density of flow of electric charge; it is the electric current per unit area of cross section. Electric current density is a vector-valued quantity. Electric current, \\(I\\), through a surface \\(S\\) is defined as \\(I = \\int_S J \\cdot e_n dA\\), where \\(e_ndA\\) is the vector surface element." 
    ,"has dimension vector":"dimension:A0E1L-2I0M0H0T0D0" 
    ,"informative reference":"http:\/\/maxwells-equations.com\/density\/current.php" 
    ,"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":"Electric Current Density" 
    ,"latex definition":"\\(J = \\rho v\\), where \\(\\rho\\) is electric current density and \\(v\\) is volume." 
    ,"symbol":"J" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/ElectricCurrentDensity",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "description" : "\"Electric Current Density\" is a measure of the density of flow of electric charge; it is the electric current per unit area of cross section. Electric current density is a vector-valued quantity. Electric current, \\(I\\), through a surface \\(S\\) is defined as \\(I = \\int_S J \\cdot e_n dA\\), where \\(e_ndA\\) is the vector surface element.",
  "applicableUnit" : [ "http://qudt.org/vocab/unit/PlanckCurrentDensity", "http://qudt.org/vocab/unit/A_Ab-PER-CentiM2", "http://qudt.org/vocab/unit/MegaA-PER-M2", "http://qudt.org/vocab/unit/A-PER-CentiM2", "http://qudt.org/vocab/unit/KiloA-PER-M2", "http://qudt.org/vocab/unit/A-PER-M2", "http://qudt.org/vocab/unit/A-PER-MilliM2", "http://qudt.org/vocab/unit/A_Stat-PER-CentiM2" ],
  "dbpediaMatch" : "http://dbpedia.org/resource/Current_density",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T0D0",
  "informativeReference" : [ "http://maxwells-equations.com/density/current.php", "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891" ],
  "latexDefinition" : "\\(J = \\rho v\\), where \\(\\rho\\) is electric current density and \\(v\\) is volume.",
  "symbol" : "J",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : {
    "@language" : "en",
    "@value" : "Electric Current Density"
  },
  "@context" : {
    "applicableUnit" : {
      "@id" : "http://qudt.org/schema/qudt/applicableUnit",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "dbpediaMatch" : {
      "@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "latexDefinition" : {
      "@id" : "http://qudt.org/schema/qudt/latexDefinition",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@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 2023-03-14T16:59:30.900-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)