unit:W-PER-FT2

URI: http://qudt.org/vocab/unit/W-PER-FT2

Type
Description

Watt Per Square Foot is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface.

Properties
qudt:symbol
W/ft²
qudt:ucumCode
W.[sft_i]-1
Annotations
dcterms:description
Watt Per Square Foot is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface.
qudt:expression
$W/ft^{2}$
rdfs:label
Watt per Square Foot(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/unit/W-PER-FT2">
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">W.[sft_i]-1</j.0:ucumCode>
    <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">10.7639104</j.0:conversionMultiplier>
    <j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.07639104E1</j.0:conversionMultiplierSN>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/USCS"/>
    <rdfs:label xml:lang="en">Watt per Square Foot</rdfs:label>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/PowerPerArea"/>
    <j.0:symbol>W/ft²</j.0:symbol>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0"/>
    <j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">$W/ft^{2}$</j.0:expression>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">Watt Per Square Foot is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface.</j.1:description>
  </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/unit/W-PER-FT2>
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://purl.org/dc/terms/description> "Watt Per Square Foot is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface."^^rdf:HTML ;
  <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
  <http://qudt.org/schema/qudt/conversionMultiplier> 10.7639104 ;
  <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.07639104E1 ;
  <http://qudt.org/schema/qudt/expression> "$W/ft^{2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerPerArea> ;
  <http://qudt.org/schema/qudt/symbol> "W/ft²" ;
  <http://qudt.org/schema/qudt/ucumCode> "W.[sft_i]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
  rdfs:label "Watt per Square Foot"@en ;
.
JSON
{"resource":"Watt per Square Foot" 
 ,"qname":"unit:W-PER-FT2" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-PER-FT2" 
 ,"properties":["applicable system":"sou:USCS" 
    ,"conversion multiplier":"10.7639104" 
    ,"conversion multiplier scientific":"1.07639104E1" 
    ,"description":"Watt Per Square Foot is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface." 
    ,"expression":"$W\/ft^{2}$" 
    ,"has dimension vector":"dimension:A0E0L0I0M1H0T-3D0" 
    ,"has quantity kind":"quantitykind:PowerPerArea" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/unit&gt;" 
    ,"label":"Watt per Square Foot" 
    ,"symbol":"W\/ft&sup2;" 
    ,"type":"qudt:Unit" 
    ,"ucum code":"W.[sft_i]-1" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/W-PER-FT2",
  "@type" : "http://qudt.org/schema/qudt/Unit",
  "description" : "Watt Per Square Foot is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface.",
  "applicableSystem" : "http://qudt.org/vocab/sou/USCS",
  "conversionMultiplier" : "10.7639104",
  "conversionMultiplier:SN" : 10.7639104,
  "expression" : "$W/ft^{2}$",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PowerPerArea",
  "symbol" : "W/ft²",
  "ucumCode" : "W.[sft_i]-1",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
  "label" : {
    "@language" : "en",
    "@value" : "Watt per Square Foot"
  },
  "@context" : {
    "ucumCode" : {
      "@id" : "http://qudt.org/schema/qudt/ucumCode",
      "@type" : "http://qudt.org/schema/qudt/UCUMcs"
    },
    "conversionMultiplier" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
      "@type" : "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "conversionMultiplierSN" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
      "@type" : "http://www.w3.org/2001/XMLSchema#double"
    },
    "applicableSystem" : {
      "@id" : "http://qudt.org/schema/qudt/applicableSystem",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "expression" : {
      "@id" : "http://qudt.org/schema/qudt/expression",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "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-25T14:47:00.388-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)