quantitykind:CombinedNonEvaporativeHeatTransferCoefficient

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

Type
Description

"Combined Non Evaporative Heat Transfer Coefficient" is the

Properties
qudt:plainTextDescription
"Combined Non Evaporative Heat Transfer Coefficient" is the
qudt:latexDefinition
$h = h_r + h_c + h_k$, where $h_r$ is the linear radiative heat transfer coefficient, $h_c$ is the convective heat transfer coefficient, and $h_k$ is the conductive heat transfer coefficient.
Annotations
dcterms:description
"Combined Non Evaporative Heat Transfer Coefficient" is the
rdfs:label
Combined Non Evaporative Heat Transfer Coefficient(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/CombinedNonEvaporativeHeatTransferCoefficient">
    <j.0:plainTextDescription>"Combined Non Evaporative Heat Transfer Coefficient" is the </j.0:plainTextDescription>
    <j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">"Combined Non Evaporative Heat Transfer Coefficient" is the </j.1:description>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0"/>
    <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:applicableUnit rdf:resource="http://qudt.org/vocab/unit/KiloW-PER-M2-K"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/W-PER-M2-K"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <rdfs:label xml:lang="en">Combined Non Evaporative Heat Transfer Coefficient</rdfs:label>
    <j.0:latexDefinition rdf:datatype="http://qudt.org/schema/qudt/LatexString">$h = h_r + h_c + h_k$, where $h_r$ is the linear radiative heat transfer coefficient, $h_c$ is the convective heat transfer coefficient, and $h_k$ is the conductive heat transfer coefficient.</j.0:latexDefinition>
    <j.0:symbol>h</j.0:symbol>
  </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/CombinedNonEvaporativeHeatTransferCoefficient>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://purl.org/dc/terms/description> "\"Combined Non Evaporative Heat Transfer Coefficient\" is the "^^rdf:HTML ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/KiloW-PER-M2-K> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/W-PER-M2-K> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ;
  <http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/latexDefinition> "$h = h_r + h_c + h_k$, where $h_r$ is the linear radiative heat transfer coefficient, $h_c$ is the convective heat transfer coefficient, and $h_k$ is the conductive heat transfer coefficient."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/plainTextDescription> "\"Combined Non Evaporative Heat Transfer Coefficient\" is the " ;
  <http://qudt.org/schema/qudt/symbol> "h" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Combined Non Evaporative Heat Transfer Coefficient"@en ;
.
JSON
{"resource":"Combined Non Evaporative Heat Transfer Coefficient" 
 ,"qname":"quantitykind:CombinedNonEvaporativeHeatTransferCoefficient" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/CombinedNonEvaporativeHeatTransferCoefficient" 
 ,"properties":["applicable unit":"unit:KiloW-PER-M2-K" 
    ,"applicable unit":"unit:W-PER-M2-K" 
    ,"description":"\"Combined Non Evaporative Heat Transfer Coefficient\" is the " 
    ,"description (plain text)":"\"Combined Non Evaporative Heat Transfer Coefficient\" is the " 
    ,"has dimension vector":"dimension:A0E0L0I0M1H-1T-3D0" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"Combined Non Evaporative Heat Transfer Coefficient" 
    ,"latex definition":"$h = h_r + h_c + h_k$, where $h_r$ is the linear radiative heat transfer coefficient, $h_c$ is the convective heat transfer coefficient, and $h_k$ is the conductive heat transfer coefficient." 
    ,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=43012" 
    ,"symbol":"h" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/CombinedNonEvaporativeHeatTransferCoefficient",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "description" : "\"Combined Non Evaporative Heat Transfer Coefficient\" is the ",
  "applicableUnit" : [ "http://qudt.org/vocab/unit/KiloW-PER-M2-K", "http://qudt.org/vocab/unit/W-PER-M2-K" ],
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0",
  "isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=43012",
  "latexDefinition" : "$h = h_r + h_c + h_k$, where $h_r$ is the linear radiative heat transfer coefficient, $h_c$ is the convective heat transfer coefficient, and $h_k$ is the conductive heat transfer coefficient.",
  "plainTextDescription" : "\"Combined Non Evaporative Heat Transfer Coefficient\" is the ",
  "symbol" : "h",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : {
    "@language" : "en",
    "@value" : "Combined Non Evaporative Heat Transfer Coefficient"
  },
  "@context" : {
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "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"
    },
    "applicableUnit" : {
      "@id" : "http://qudt.org/schema/qudt/applicableUnit",
      "@type" : "@id"
    },
    "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"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "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:08:40.286-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)