quantitykind:Luminance

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

Type
Description

Properties
qudt:plainTextDescription
Luminance is a photometric measure of the luminous intensity per unit area of light travelling in a given direction. It describes the amount of light that passes through or is emitted from a particular area, and falls within a given solid angle.
qudt:latexDefinition
\(L_v = \frac{dI_v}{dA}\), where \(dI_v\) is the luminous intensity of an element of the surface with the area \(dA\) of the orthogonal projection of this element on a plane perpendicular to the given direction.
Annotations
rdfs:label
Luminance(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/Luminance">
    <j.0:symbol>L_v</j.0:symbol>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/STILB"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/FT-LA"/>
    <j.0:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Luminance</j.0:dbpediaMatch>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Luminance</j.0:informativeReference>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/LA"/>
    <rdfs:label xml:lang="en">Luminance</rdfs:label>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/CD-PER-M2"/>
    <j.0:latexDefinition rdf:datatype="http://qudt.org/schema/qudt/LatexString">\(L_v = \frac{dI_v}{dA}\), where \(dI_v\) is the luminous intensity of an element of the surface with the area \(dA\) of the orthogonal projection of this element on a plane perpendicular to the given direction.</j.0:latexDefinition>
    <j.0:plainTextDescription>Luminance is a photometric measure of the luminous intensity per unit area of light travelling in a given direction. It describes the amount of light that passes through or is emitted from a particular area, and falls within a given solid angle.</j.0:plainTextDescription>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/CD-PER-IN2"/>
  </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/Luminance>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/CD-PER-IN2> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/CD-PER-M2> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/FT-LA> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/LA> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/STILB> ;
  <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Luminance"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0> ;
  <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Luminance"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/latexDefinition> "\\(L_v = \\frac{dI_v}{dA}\\), where \\(dI_v\\) is the luminous intensity of an element of the surface with the area \\(dA\\) of the orthogonal projection of this element on a plane perpendicular to the given direction."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/plainTextDescription> "Luminance is a photometric measure of the luminous intensity per unit area of light travelling in a given direction. It describes the amount of light that passes through or is emitted from a particular area, and falls within a given solid angle." ;
  <http://qudt.org/schema/qudt/symbol> "L_v" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Luminance"@en ;
.
JSON
{"resource":"Luminance" 
 ,"qname":"quantitykind:Luminance" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/Luminance" 
 ,"properties":["applicable unit":"unit:CD-PER-IN2" 
    ,"applicable unit":"unit:CD-PER-M2" 
    ,"applicable unit":"unit:FT-LA" 
    ,"applicable unit":"unit:LA" 
    ,"applicable unit":"unit:STILB" 
    ,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Luminance" 
    ,"description (plain text)":"Luminance is a photometric measure of the luminous intensity per unit area of light travelling in a given direction. It describes the amount of light that passes through or is emitted from a particular area, and falls within a given solid angle." 
    ,"has dimension vector":"dimension:A0E0L-2I1M0H0T0D0" 
    ,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Luminance" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"Luminance" 
    ,"latex definition":"\\(L_v = \\frac{dI_v}{dA}\\), where \\(dI_v\\) is the luminous intensity of an element of the surface with the area \\(dA\\) of the orthogonal projection of this element on a plane perpendicular to the given direction." 
    ,"symbol":"L_v" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/Luminance",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "applicableUnit" : [ "http://qudt.org/vocab/unit/STILB", "http://qudt.org/vocab/unit/FT-LA", "http://qudt.org/vocab/unit/LA", "http://qudt.org/vocab/unit/CD-PER-M2", "http://qudt.org/vocab/unit/CD-PER-IN2" ],
  "dbpediaMatch" : "http://dbpedia.org/resource/Luminance",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0",
  "informativeReference" : "http://en.wikipedia.org/wiki/Luminance",
  "latexDefinition" : "\\(L_v = \\frac{dI_v}{dA}\\), where \\(dI_v\\) is the luminous intensity of an element of the surface with the area \\(dA\\) of the orthogonal projection of this element on a plane perpendicular to the given direction.",
  "plainTextDescription" : "Luminance is a photometric measure of the luminous intensity per unit area of light travelling in a given direction. It describes the amount of light that passes through or is emitted from a particular area, and falls within a given solid angle.",
  "symbol" : "L_v",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : {
    "@language" : "en",
    "@value" : "Luminance"
  },
  "@context" : {
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "applicableUnit" : {
      "@id" : "http://qudt.org/schema/qudt/applicableUnit",
      "@type" : "@id"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "dbpediaMatch" : {
      "@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "latexDefinition" : {
      "@id" : "http://qudt.org/schema/qudt/latexDefinition",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "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:07:08.155-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)