quantitykind:VolumicElectromagneticEnergy

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

Type
Description

$\textit{Volumic Electromagnetic Energy}$, also known as the $\textit{Electromagnetic Energy Density}$, is the energy associated with an electromagnetic field, per unit volume of the field.

Properties
qudt:latexDefinition
$w = (1/2) ( \mathbf{E} \cdot \mathbf{D} + \mathbf{B} \cdot \mathbf{H})$, where $\mathbf{E}$ is electric field strength, $\mathbf{D}$ is electric flux density, $\mathbf{M}$ is magnetic flux density, and $\mathbf{H}$ is magnetic field strength.
Annotations
dcterms:description
$\textit{Volumic Electromagnetic Energy}$, also known as the $\textit{Electromagnetic Energy Density}$, is the energy associated with an electromagnetic field, per unit volume of the field.
rdfs:label
Volumic Electromagnetic Energy(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/VolumicElectromagneticEnergy">
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/J-PER-M3"/>
    <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>
    <rdfs:seeAlso rdf:resource="http://qudt.org/vocab/quantitykind/ElectricFluxDensity"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <rdfs:seeAlso rdf:resource="http://qudt.org/vocab/quantitykind/ElectricFieldStrength"/>
    <rdfs:seeAlso rdf:resource="http://qudt.org/vocab/quantitykind/MagneticFieldStrength_H"/>
    <rdfs:seeAlso rdf:resource="http://qudt.org/vocab/quantitykind/MagneticFluxDensity"/>
    <j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">$\textit{Volumic Electromagnetic Energy}$, also known as the $\textit{Electromagnetic Energy Density}$, is the energy associated with an electromagnetic field, per unit volume of the field.</j.1:description>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.electropedia.org/iev/iev.nsf/display?openform&amp;ievref=121-11-64</j.0:informativeReference>
    <j.0:exactMatch rdf:resource="http://qudt.org/vocab/quantitykind/ElectromagneticEnergyDensity"/>
    <j.0:latexSymbol rdf:datatype="http://qudt.org/schema/qudt/LatexString">$w$</j.0:latexSymbol>
    <j.0:latexDefinition rdf:datatype="http://qudt.org/schema/qudt/LatexString">$w = (1/2) ( \mathbf{E} \cdot \mathbf{D} + \mathbf{B} \cdot \mathbf{H})$, where $\mathbf{E}$ is electric field strength, $\mathbf{D}$ is electric flux density, $\mathbf{M}$ is magnetic flux density, and $\mathbf{H}$ is magnetic field strength.</j.0:latexDefinition>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <rdfs:label xml:lang="en">Volumic Electromagnetic Energy</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/VolumicElectromagneticEnergy>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://purl.org/dc/terms/description> "$\\textit{Volumic Electromagnetic Energy}$, also known as the $\\textit{Electromagnetic Energy Density}$, is the energy associated with an electromagnetic field, per unit volume of the field."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/J-PER-M3> ;
  <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/quantitykind/ElectromagneticEnergyDensity> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
  <http://qudt.org/schema/qudt/informativeReference> "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=121-11-64"^^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> "$w = (1/2) ( \\mathbf{E} \\cdot \\mathbf{D} + \\mathbf{B} \\cdot \\mathbf{H})$, where $\\mathbf{E}$ is electric field strength, $\\mathbf{D}$ is electric flux density, $\\mathbf{M}$ is magnetic flux density, and $\\mathbf{H}$ is magnetic field strength."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/latexSymbol> "$w$"^^<http://qudt.org/schema/qudt/LatexString> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Volumic Electromagnetic Energy"@en ;
  rdfs:seeAlso <http://qudt.org/vocab/quantitykind/ElectricFieldStrength> ;
  rdfs:seeAlso <http://qudt.org/vocab/quantitykind/ElectricFluxDensity> ;
  rdfs:seeAlso <http://qudt.org/vocab/quantitykind/MagneticFieldStrength_H> ;
  rdfs:seeAlso <http://qudt.org/vocab/quantitykind/MagneticFluxDensity> ;
.
JSON
{"resource":"Volumic Electromagnetic Energy" 
 ,"qname":"quantitykind:VolumicElectromagneticEnergy" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/VolumicElectromagneticEnergy" 
 ,"properties":["applicable unit":"unit:J-PER-M3" 
    ,"description":"$\\textit{Volumic Electromagnetic Energy}$, also known as the $\\textit{Electromagnetic Energy Density}$, is the energy associated with an electromagnetic field, per unit volume of the field." 
    ,"exact match":"quantitykind:ElectromagneticEnergyDensity" 
    ,"has dimension vector":"dimension:A0E0L-1I0M1H0T-2D0" 
    ,"informative reference":"http:\/\/www.electropedia.org\/iev\/iev.nsf\/display?openform&amp;ievref=121-11-64" 
    ,"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":"Volumic Electromagnetic Energy" 
    ,"latex definition":"$w = (1\/2) ( \\mathbf{E} \\cdot \\mathbf{D} + \\mathbf{B} \\cdot \\mathbf{H})$, where $\\mathbf{E}$ is electric field strength, $\\mathbf{D}$ is electric flux density, $\\mathbf{M}$ is magnetic flux density, and $\\mathbf{H}$ is magnetic field strength." 
    ,"latex symbol":"$w$" 
    ,"seeAlso":"quantitykind:ElectricFieldStrength" 
    ,"seeAlso":"quantitykind:ElectricFluxDensity" 
    ,"seeAlso":"quantitykind:MagneticFieldStrength_H" 
    ,"seeAlso":"quantitykind:MagneticFluxDensity" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/VolumicElectromagneticEnergy",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "description" : "$\\textit{Volumic Electromagnetic Energy}$, also known as the $\\textit{Electromagnetic Energy Density}$, is the energy associated with an electromagnetic field, per unit volume of the field.",
  "applicableUnit" : "http://qudt.org/vocab/unit/J-PER-M3",
  "exactMatch" : "http://qudt.org/vocab/quantitykind/ElectromagneticEnergyDensity",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
  "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=121-11-64" ],
  "latexDefinition" : "$w = (1/2) ( \\mathbf{E} \\cdot \\mathbf{D} + \\mathbf{B} \\cdot \\mathbf{H})$, where $\\mathbf{E}$ is electric field strength, $\\mathbf{D}$ is electric flux density, $\\mathbf{M}$ is magnetic flux density, and $\\mathbf{H}$ is magnetic field strength.",
  "latexSymbol" : "$w$",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : {
    "@language" : "en",
    "@value" : "Volumic Electromagnetic Energy"
  },
  "seeAlso" : [ "http://qudt.org/vocab/quantitykind/ElectricFluxDensity", "http://qudt.org/vocab/quantitykind/ElectricFieldStrength", "http://qudt.org/vocab/quantitykind/MagneticFieldStrength_H", "http://qudt.org/vocab/quantitykind/MagneticFluxDensity" ],
  "@context" : {
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "applicableUnit" : {
      "@id" : "http://qudt.org/schema/qudt/applicableUnit",
      "@type" : "@id"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "seeAlso" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
      "@type" : "@id"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "exactMatch" : {
      "@id" : "http://qudt.org/schema/qudt/exactMatch",
      "@type" : "@id"
    },
    "latexSymbol" : {
      "@id" : "http://qudt.org/schema/qudt/latexSymbol",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "latexDefinition" : {
      "@id" : "http://qudt.org/schema/qudt/latexDefinition",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "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:21.796-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)