quantitykind:TransmittanceDensity

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

Type
Description

Transmittance is the fraction of incident light (electromagnetic radiation) at a specified wavelength that passes through a sample.

Properties
qudt:plainTextDescription
Transmittance is the fraction of incident light (electromagnetic radiation) at a specified wavelength that passes through a sample.
qudt:latexDefinition
$A_{10}(\lambda) = -lg(\tau(\lambda))$, where $\tau$ is the transmittance at a given wavelength $\lambda$.
qudt:symbol
A_10, D
Annotations
dcterms:description
Transmittance is the fraction of incident light (electromagnetic radiation) at a specified wavelength that passes through a sample.
rdfs:label
Transmittance 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/TransmittanceDensity">
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">Transmittance is the fraction of incident light (electromagnetic radiation) at a specified wavelength that passes through a sample.</j.1:description>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/UNITLESS"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1"/>
    <j.0:latexDefinition rdf:datatype="http://qudt.org/schema/qudt/LatexString">$A_{10}(\lambda) = -lg(\tau(\lambda))$, where $\tau$ is the transmittance at a given wavelength $\lambda$.</j.0:latexDefinition>
    <j.0:plainTextDescription>Transmittance is the fraction of incident light (electromagnetic radiation) at a specified wavelength that passes through a sample.</j.0:plainTextDescription>
    <j.0:symbol>A_10, D</j.0:symbol>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <rdfs:label xml:lang="en">Transmittance Density</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/TransmittanceDensity>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://purl.org/dc/terms/description> "Transmittance is the fraction of incident light (electromagnetic radiation) at a specified wavelength that passes through a sample."^^rdf:HTML ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/UNITLESS> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
  <http://qudt.org/schema/qudt/latexDefinition> "$A_{10}(\\lambda) = -lg(\\tau(\\lambda))$, where $\\tau$ is the transmittance at a given wavelength $\\lambda$."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/plainTextDescription> "Transmittance is the fraction of incident light (electromagnetic radiation) at a specified wavelength that passes through a sample." ;
  <http://qudt.org/schema/qudt/symbol> "A_10, D" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Transmittance Density"@en ;
.
JSON
{"resource":"Transmittance Density" 
 ,"qname":"quantitykind:TransmittanceDensity" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/TransmittanceDensity" 
 ,"properties":["applicable unit":"unit:UNITLESS" 
    ,"description":"Transmittance is the fraction of incident light (electromagnetic radiation) at a specified wavelength that passes through a sample." 
    ,"description (plain text)":"Transmittance is the fraction of incident light (electromagnetic radiation) at a specified wavelength that passes through a sample." 
    ,"has dimension vector":"dimension:A0E0L0I0M0H0T0D1" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"Transmittance Density" 
    ,"latex definition":"$A_{10}(\\lambda) = -lg(\\tau(\\lambda))$, where $\\tau$ is the transmittance at a given wavelength $\\lambda$." 
    ,"symbol":"A_10, D" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/TransmittanceDensity",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "description" : "Transmittance is the fraction of incident light (electromagnetic radiation) at a specified wavelength that passes through a sample.",
  "applicableUnit" : "http://qudt.org/vocab/unit/UNITLESS",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
  "latexDefinition" : "$A_{10}(\\lambda) = -lg(\\tau(\\lambda))$, where $\\tau$ is the transmittance at a given wavelength $\\lambda$.",
  "plainTextDescription" : "Transmittance is the fraction of incident light (electromagnetic radiation) at a specified wavelength that passes through a sample.",
  "symbol" : "A_10, D",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : {
    "@language" : "en",
    "@value" : "Transmittance Density"
  },
  "@context" : {
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "applicableUnit" : {
      "@id" : "http://qudt.org/schema/qudt/applicableUnit",
      "@type" : "@id"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "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 2024-04-25T16:09:41.171-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)