quantitykind:SpectralRadiantEnergyDensity

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

Type
Description

Properties
qudt:plainTextDescription
"Spectral Radiant Energy Density" is the spectral concentration of radiant energy density (in terms of wavelength), or the spectral radiant energy density (in terms of wave length).
Annotations
qudt:expression
\(M-PER-L2-T2\)
rdfs:label
Spectral Radiant Energy 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: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/SpectralRadiantEnergyDensity">
    <rdfs:label xml:lang="en">Spectral Radiant Energy Density</rdfs:label>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">\(M-PER-L2-T2\)</j.0:expression>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/PA-PER-M"/>
    <j.0:systemDerivedQuantityKind rdf:resource="http://qudt.org/schema/qudt/SOQ_SI"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/J-PER-M4"/>
    <j.0:plainTextDescription>"Spectral Radiant Energy Density" is the spectral concentration of radiant energy density (in terms of wavelength), or the spectral radiant energy density (in terms of wave length).</j.0:plainTextDescription>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/KiloPA-PER-MilliM"/>
  </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/SpectralRadiantEnergyDensity>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/J-PER-M4> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/KiloPA-PER-MilliM> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/PA-PER-M> ;
  <http://qudt.org/schema/qudt/expression> "\\(M-PER-L2-T2\\)"^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ;
  <http://qudt.org/schema/qudt/plainTextDescription> "\"Spectral Radiant Energy Density\" is the spectral concentration of radiant energy density (in terms of wavelength), or the spectral radiant energy density (in terms of wave length)." ;
  <http://qudt.org/schema/qudt/systemDerivedQuantityKind> <http://qudt.org/schema/qudt/SOQ_SI> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Spectral Radiant Energy Density"@en ;
.
JSON
{"resource":"Spectral Radiant Energy Density" 
 ,"qname":"quantitykind:SpectralRadiantEnergyDensity" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/SpectralRadiantEnergyDensity" 
 ,"properties":["applicable unit":"unit:J-PER-M4" 
    ,"applicable unit":"unit:KiloPA-PER-MilliM" 
    ,"applicable unit":"unit:PA-PER-M" 
    ,"description (plain text)":"\"Spectral Radiant Energy Density\" is the spectral concentration of radiant energy density (in terms of wavelength), or the spectral radiant energy density (in terms of wave length)." 
    ,"expression":"\\(M-PER-L2-T2\\)" 
    ,"has dimension vector":"dimension:A0E0L-2I0M1H0T-2D0" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"Spectral Radiant Energy Density" 
    ,"system derived quantity kind":"qudt:SOQ_SI" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/SpectralRadiantEnergyDensity",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "applicableUnit" : [ "http://qudt.org/vocab/unit/PA-PER-M", "http://qudt.org/vocab/unit/J-PER-M4", "http://qudt.org/vocab/unit/KiloPA-PER-MilliM" ],
  "expression" : "\\(M-PER-L2-T2\\)",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0",
  "plainTextDescription" : "\"Spectral Radiant Energy Density\" is the spectral concentration of radiant energy density (in terms of wavelength), or the spectral radiant energy density (in terms of wave length).",
  "systemDerivedQuantityKind" : "http://qudt.org/schema/qudt/SOQ_SI",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : {
    "@language" : "en",
    "@value" : "Spectral Radiant Energy Density"
  },
  "@context" : {
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "expression" : {
      "@id" : "http://qudt.org/schema/qudt/expression",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "applicableUnit" : {
      "@id" : "http://qudt.org/schema/qudt/applicableUnit",
      "@type" : "@id"
    },
    "systemDerivedQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/systemDerivedQuantityKind",
      "@type" : "@id"
    },
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "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-05-10T20:03:57.873-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)