quantitykind:FermiTemperature

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

Type
Description

"Fermi Temperature" is the temperature associated with the Fermi energy.

Properties
qudt:plainTextDescription
"Fermi Temperature" is the temperature associated with the Fermi energy.
qudt:latexDefinition
$T_F = \frac{E_F}{k}$, where $E_F$ is the Fermi energy and $k$ is the Boltzmann constant.
Annotations
dcterms:description
"Fermi Temperature" is the temperature associated with the Fermi energy.
rdfs:label
Fermi Temperature(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/FermiTemperature">
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <j.0:plainTextDescription>"Fermi Temperature" is the temperature associated with the Fermi energy.</j.0:plainTextDescription>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Fermi_energy</j.0:informativeReference>
    <rdfs:label xml:lang="en">Fermi Temperature</rdfs:label>
    <j.0:isoNormativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.iso.org/iso/catalogue_detail?csnumber=31897</j.0:isoNormativeReference>
    <j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">"Fermi Temperature" is the temperature associated with the Fermi energy.</j.1:description>
    <j.0:symbol>T_F</j.0:symbol>
    <j.0:latexDefinition rdf:datatype="http://qudt.org/schema/qudt/LatexString">$T_F = \frac{E_F}{k}$, where $E_F$ is the Fermi energy and $k$ is the Boltzmann constant.</j.0:latexDefinition>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
  </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/FermiTemperature>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://purl.org/dc/terms/description> "\"Fermi Temperature\" is the temperature associated with the Fermi energy."^^rdf:HTML ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
  <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Fermi_energy"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/latexDefinition> "$T_F = \\frac{E_F}{k}$, where $E_F$ is the Fermi energy and $k$ is the Boltzmann constant."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/plainTextDescription> "\"Fermi Temperature\" is the temperature associated with the Fermi energy." ;
  <http://qudt.org/schema/qudt/symbol> "T_F" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Fermi Temperature"@en ;
.
JSON
{"resource":"Fermi Temperature" 
 ,"qname":"quantitykind:FermiTemperature" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/FermiTemperature" 
 ,"properties":["description":"\"Fermi Temperature\" is the temperature associated with the Fermi energy." 
    ,"description (plain text)":"\"Fermi Temperature\" is the temperature associated with the Fermi energy." 
    ,"has dimension vector":"dimension:A0E0L0I0M0H1T0D0" 
    ,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Fermi_energy" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"Fermi Temperature" 
    ,"latex definition":"$T_F = \\frac{E_F}{k}$, where $E_F$ is the Fermi energy and $k$ is the Boltzmann constant." 
    ,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31897" 
    ,"symbol":"T_F" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/FermiTemperature",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "description" : "\"Fermi Temperature\" is the temperature associated with the Fermi energy.",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0",
  "informativeReference" : "http://en.wikipedia.org/wiki/Fermi_energy",
  "isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31897",
  "latexDefinition" : "$T_F = \\frac{E_F}{k}$, where $E_F$ is the Fermi energy and $k$ is the Boltzmann constant.",
  "plainTextDescription" : "\"Fermi Temperature\" is the temperature associated with the Fermi energy.",
  "symbol" : "T_F",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : {
    "@language" : "en",
    "@value" : "Fermi Temperature"
  },
  "@context" : {
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "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"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "isoNormativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "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"
    },
    "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:13:48.726-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)