quantitykind:WarmReceptorThreshold

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

Type
Description

"Warm Receptor Threshold" is the threshold of warm-sensitive free nerve-ending.

Properties
qudt:plainTextDescription
"Warm Receptor Threshold" is the threshold of warm-sensitive free nerve-ending.
qudt:latexSymbol
$\overline{T_w}$
Annotations
dcterms:description
"Warm Receptor Threshold" is the threshold of warm-sensitive free nerve-ending.
rdfs:label
Warm Receptor Threshold(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/WarmReceptorThreshold">
    <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">"Warm Receptor Threshold" is the threshold of warm-sensitive free nerve-ending.</j.1:description>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/NotApplicable"/>
    <j.0:isoNormativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.iso.org/iso/catalogue_detail?csnumber=43012</j.0:isoNormativeReference>
    <j.0:latexSymbol rdf:datatype="http://qudt.org/schema/qudt/LatexString">$\overline{T_w}$</j.0:latexSymbol>
    <j.0:plainTextDescription>"Warm Receptor Threshold" is the threshold of warm-sensitive free nerve-ending.</j.0:plainTextDescription>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <rdfs:label xml:lang="en">Warm Receptor Threshold</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/WarmReceptorThreshold>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://purl.org/dc/terms/description> "\"Warm Receptor Threshold\" is the threshold of warm-sensitive free nerve-ending."^^rdf:HTML ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/NotApplicable> ;
  <http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/latexSymbol> "$\\overline{T_w}$"^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/plainTextDescription> "\"Warm Receptor Threshold\" is the threshold of warm-sensitive free nerve-ending." ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Warm Receptor Threshold"@en ;
.
JSON
{"resource":"Warm Receptor Threshold" 
 ,"qname":"quantitykind:WarmReceptorThreshold" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/WarmReceptorThreshold" 
 ,"properties":["description":"\"Warm Receptor Threshold\" is the threshold of warm-sensitive free nerve-ending." 
    ,"description (plain text)":"\"Warm Receptor Threshold\" is the threshold of warm-sensitive free nerve-ending." 
    ,"has dimension vector":"dimension:NotApplicable" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"Warm Receptor Threshold" 
    ,"latex symbol":"$\\overline{T_w}$" 
    ,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=43012" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/WarmReceptorThreshold",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "description" : "\"Warm Receptor Threshold\" is the threshold of warm-sensitive free nerve-ending.",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/NotApplicable",
  "isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=43012",
  "latexSymbol" : "$\\overline{T_w}$",
  "plainTextDescription" : "\"Warm Receptor Threshold\" is the threshold of warm-sensitive free nerve-ending.",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : {
    "@language" : "en",
    "@value" : "Warm Receptor Threshold"
  },
  "@context" : {
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "isoNormativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "latexSymbol" : {
      "@id" : "http://qudt.org/schema/qudt/latexSymbol",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "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:11:14.109-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)