quantitykind:RadiantIntensity

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

Type
Description

Properties
qudt:plainTextDescription
Radiant Intensity is a measure of the intensity of electromagnetic radiation. It is defined as power per unit solid angle.
qudt:latexDefinition
\(I = \frac{d\Phi}{d\Omega}\), where \(d\Phi\) is the radiant flux leaving the source in an elementary cone containing the given direction with the solid angle \(d\Omega\).
Annotations
rdfs:label
Radiant Intensity(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/RadiantIntensity">
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/W-PER-SR"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Radiant_intensity</j.0:informativeReference>
    <j.0:latexDefinition rdf:datatype="http://qudt.org/schema/qudt/LatexString">\(I = \frac{d\Phi}{d\Omega}\), where \(d\Phi\) is the radiant flux leaving the source in an elementary cone containing the given direction with the solid angle \(d\Omega\).</j.0:latexDefinition>
    <j.0:plainTextDescription>Radiant Intensity is a measure of the intensity of electromagnetic radiation. It is defined as power per unit solid angle.</j.0:plainTextDescription>
    <j.0:symbol>I</j.0:symbol>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <rdfs:label xml:lang="en">Radiant Intensity</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/RadiantIntensity>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/W-PER-SR> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
  <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Radiant_intensity"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/latexDefinition> "\\(I = \\frac{d\\Phi}{d\\Omega}\\), where \\(d\\Phi\\) is the radiant flux leaving the source in an elementary cone containing the given direction with the solid angle \\(d\\Omega\\)."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/plainTextDescription> "Radiant Intensity is a measure of the intensity of electromagnetic radiation. It is defined as power per unit solid angle." ;
  <http://qudt.org/schema/qudt/symbol> "I" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Radiant Intensity"@en ;
.
JSON
{"resource":"Radiant Intensity" 
 ,"qname":"quantitykind:RadiantIntensity" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/RadiantIntensity" 
 ,"properties":["applicable unit":"unit:W-PER-SR" 
    ,"description (plain text)":"Radiant Intensity is a measure of the intensity of electromagnetic radiation. It is defined as power per unit solid angle." 
    ,"has dimension vector":"dimension:A0E0L2I0M1H0T-3D0" 
    ,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Radiant_intensity" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"Radiant Intensity" 
    ,"latex definition":"\\(I = \\frac{d\\Phi}{d\\Omega}\\), where \\(d\\Phi\\) is the radiant flux leaving the source in an elementary cone containing the given direction with the solid angle \\(d\\Omega\\)." 
    ,"symbol":"I" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/RadiantIntensity",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "applicableUnit" : "http://qudt.org/vocab/unit/W-PER-SR",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
  "informativeReference" : "http://en.wikipedia.org/wiki/Radiant_intensity",
  "latexDefinition" : "\\(I = \\frac{d\\Phi}{d\\Omega}\\), where \\(d\\Phi\\) is the radiant flux leaving the source in an elementary cone containing the given direction with the solid angle \\(d\\Omega\\).",
  "plainTextDescription" : "Radiant Intensity is a measure of the intensity of electromagnetic radiation. It is defined as power per unit solid angle.",
  "symbol" : "I",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : {
    "@language" : "en",
    "@value" : "Radiant Intensity"
  },
  "@context" : {
    "applicableUnit" : {
      "@id" : "http://qudt.org/schema/qudt/applicableUnit",
      "@type" : "@id"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "latexDefinition" : {
      "@id" : "http://qudt.org/schema/qudt/latexDefinition",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "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 2023-05-10T20:03:41.327-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)