<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/Emissivity">
<rdfs:label xml:lang="en">Emissivity</rdfs:label>
<j.0:latexSymbol rdf:datatype="http://qudt.org/schema/qudt/LatexString">$\varepsilon$</j.0:latexSymbol>
<j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Emissivity</j.0:informativeReference>
<j.0:latexDefinition rdf:datatype="http://qudt.org/schema/qudt/LatexString">$\varepsilon = \frac{M}{M_b}$, where $M$ is the radiant exitance of a thermal radiator and $M_b$ is the radiant exitance of a blackbody at the same temperature.</j.0:latexDefinition>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/UNITLESS"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1"/>
<rdfs:comment>Applicable units are those of quantitykind:Emissivity</rdfs:comment>
<j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">Emissivity of a material (usually written $\varepsilon$ or e) is the relative ability of its surface to emit energy by radiation.</j.1:description>
</rdf:Description>
</rdf:RDF>
@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/Emissivity>
rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
<http://purl.org/dc/terms/description> "Emissivity of a material (usually written $\\varepsilon$ or e) is the relative ability of its surface to emit energy by radiation."^^<http://qudt.org/schema/qudt/LatexString> ;
<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/informativeReference> "http://en.wikipedia.org/wiki/Emissivity"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexDefinition> "$\\varepsilon = \\frac{M}{M_b}$, where $M$ is the radiant exitance of a thermal radiator and $M_b$ is the radiant exitance of a blackbody at the same temperature."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/latexSymbol> "$\\varepsilon$"^^<http://qudt.org/schema/qudt/LatexString> ;
rdfs:comment "Applicable units are those of quantitykind:Emissivity" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
rdfs:label "Emissivity"@en ;
.
{"resource":"Emissivity"
,"qname":"quantitykind:Emissivity"
,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/Emissivity"
,"properties":["applicable unit":"unit:UNITLESS"
,"comment":"Applicable units are those of quantitykind:Emissivity"
,"description":"Emissivity of a material (usually written $\\varepsilon$ or e) is the relative ability of its surface to emit energy by radiation."
,"has dimension vector":"dimension:A0E0L0I0M0H0T0D1"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Emissivity"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/quantitykind>"
,"label":"Emissivity"
,"latex definition":"$\\varepsilon = \\frac{M}{M_b}$, where $M$ is the radiant exitance of a thermal radiator and $M_b$ is the radiant exitance of a blackbody at the same temperature."
,"latex symbol":"$\\varepsilon$"
,"type":"qudt:QuantityKind"
]}
{
"@id" : "http://qudt.org/vocab/quantitykind/Emissivity",
"@type" : "http://qudt.org/schema/qudt/QuantityKind",
"description" : "Emissivity of a material (usually written $\\varepsilon$ or e) is the relative ability of its surface to emit energy by radiation.",
"applicableUnit" : "http://qudt.org/vocab/unit/UNITLESS",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"informativeReference" : "http://en.wikipedia.org/wiki/Emissivity",
"latexDefinition" : "$\\varepsilon = \\frac{M}{M_b}$, where $M$ is the radiant exitance of a thermal radiator and $M_b$ is the radiant exitance of a blackbody at the same temperature.",
"latexSymbol" : "$\\varepsilon$",
"comment" : "Applicable units are those of quantitykind:Emissivity",
"isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
"label" : {
"@language" : "en",
"@value" : "Emissivity"
},
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"latexSymbol" : {
"@id" : "http://qudt.org/schema/qudt/latexSymbol",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"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"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableUnit" : {
"@id" : "http://qudt.org/schema/qudt/applicableUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"comment" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#comment"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"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#"
}
}