quantitykind:CoolingPerformanceRatio

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

Type
Description

Applicable units are those of quantitykind:CoolingPerformanceRatio

Properties
qudt:plainTextDescription
Ratio of input power to delivered cooling capacity, used to assess the efficiency of cooling systems such as chillers. Commonly expressed in kW per ton of refrigeration, where lower values indicate better performance.
Annotations
rdfs:comment
Applicable units are those of quantitykind:CoolingPerformanceRatio
rdfs:label
Cooling Performance Ratio(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:owl="http://www.w3.org/2002/07/owl#"
    xmlns:j.1="http://www.w3.org/2004/02/skos/core#"
    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/CoolingPerformanceRatio">
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/KiloW-PER-TON_FG"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1"/>
    <j.0:plainTextDescription>Ratio of input power to delivered cooling capacity, used to assess the efficiency of cooling systems such as chillers. Commonly expressed in kW per ton of refrigeration, where lower values indicate better performance.</j.0:plainTextDescription>
    <rdfs:comment>Applicable units are those of quantitykind:CoolingPerformanceRatio</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.8/vocab/quantitykind"/>
    <rdfs:label xml:lang="en">Cooling Performance Ratio</rdfs:label>
    <j.1:broader rdf:resource="http://qudt.org/vocab/quantitykind/DimensionlessRatio"/>
  </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/CoolingPerformanceRatio>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/KiloW-PER-TON_FG> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
  <http://qudt.org/schema/qudt/plainTextDescription> "Ratio of input power to delivered cooling capacity, used to assess the efficiency of cooling systems such as chillers. Commonly expressed in kW per ton of refrigeration, where lower values indicate better performance." ;
  rdfs:comment "Applicable units are those of quantitykind:CoolingPerformanceRatio" ;
  rdfs:isDefinedBy <http://qudt.org/3.1.8/vocab/quantitykind> ;
  rdfs:label "Cooling Performance Ratio"@en ;
  <http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/quantitykind/DimensionlessRatio> ;
.
JSON
{"resource":"Cooling Performance Ratio" 
 ,"qname":"quantitykind:CoolingPerformanceRatio" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/CoolingPerformanceRatio" 
 ,"properties":["applicable unit":"unit:KiloW-PER-TON_FG" 
    ,"comment":"Applicable units are those of quantitykind:CoolingPerformanceRatio" 
    ,"description (plain text)":"Ratio of input power to delivered cooling capacity, used to assess the efficiency of cooling systems such as chillers. Commonly expressed in kW per ton of refrigeration, where lower values indicate better performance." 
    ,"has broader":"quantitykind:DimensionlessRatio" 
    ,"has dimension vector":"dimension:A0E0L0I0M0H0T0D1" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.1.8\/vocab\/quantitykind&gt;" 
    ,"label":"Cooling Performance Ratio" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/CoolingPerformanceRatio",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "applicableUnit" : "http://qudt.org/vocab/unit/KiloW-PER-TON_FG",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
  "plainTextDescription" : "Ratio of input power to delivered cooling capacity, used to assess the efficiency of cooling systems such as chillers. Commonly expressed in kW per ton of refrigeration, where lower values indicate better performance.",
  "comment" : "Applicable units are those of quantitykind:CoolingPerformanceRatio",
  "isDefinedBy" : "http://qudt.org/3.1.8/vocab/quantitykind",
  "label" : {
    "@language" : "en",
    "@value" : "Cooling Performance Ratio"
  },
  "broader" : "http://qudt.org/vocab/quantitykind/DimensionlessRatio",
  "@context" : {
    "applicableUnit" : {
      "@id" : "http://qudt.org/schema/qudt/applicableUnit",
      "@type" : "@id"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "comment" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#comment"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "broader" : {
      "@id" : "http://www.w3.org/2004/02/skos/core#broader",
      "@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 2025-11-13T11:11:30.119-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)