<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/SCF-PER-HR">
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:symbol>scfh</j.0:symbol>
<j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://en.wikipedia.org/wiki/Standard_cubic_feet_per_minute</j.0:informativeReference>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">3.328E-4</j.0:conversionMultiplierSN>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.0003328</j.0:conversionMultiplier>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0"/>
<rdfs:label xml:lang="en">Standard Cubic Foot per Hour</rdfs:label>
<j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">
The $\textit{standard cubic foot per hour}$ (scfm) is the molar flow rate of a gas (such as natural gas)
contained in a volume of one cubic foot at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas,
not the volume of the gas. The reference conditions for standard cubic foot per minute are 60 degrees Fahrenheit and 14.7 pounds per
square inch (psi) of pressure.
</j.1:description>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/MolarFlowRate"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
</rdf:Description>
</rdf:RDF>
@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/SCF-PER-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{standard cubic foot per hour}$ (scfm) is the molar flow rate of a gas (such as natural gas)
contained in a volume of one cubic foot at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas,
not the volume of the gas. The reference conditions for standard cubic foot per minute are 60 degrees Fahrenheit and 14.7 pounds per
square inch (psi) of pressure.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0003328 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.328E-4 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarFlowRate> ;
<http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Standard_cubic_feet_per_minute"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "scfh" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Standard Cubic Foot per Hour"@en ;
.
{"resource":"Standard Cubic Foot per Hour"
,"qname":"unit:SCF-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SCF-PER-HR"
,"properties":["conversion multiplier":"0.0003328"
,"conversion multiplier scientific":"3.328E-4"
,"description":"\nThe $\\textit{standard cubic foot per hour}$ (scfm) is the molar flow rate of a gas (such as natural gas)\ncontained in a volume of one cubic foot at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas,\nnot the volume of the gas. The reference conditions for standard cubic foot per minute are 60 degrees Fahrenheit and 14.7 pounds per \nsquare inch (psi) of pressure.\n "
,"has dimension vector":"dimension:A1E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:MolarFlowRate"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Standard_cubic_feet_per_minute"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Standard Cubic Foot per Hour"
,"symbol":"scfh"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/SCF-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\nThe $\\textit{standard cubic foot per hour}$ (scfm) is the molar flow rate of a gas (such as natural gas)\ncontained in a volume of one cubic foot at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas,\nnot the volume of the gas. The reference conditions for standard cubic foot per minute are 60 degrees Fahrenheit and 14.7 pounds per \nsquare inch (psi) of pressure.\n ",
"conversionMultiplier" : "0.0003328",
"conversionMultiplier:SN" : 3.328E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MolarFlowRate",
"informativeReference" : "https://en.wikipedia.org/wiki/Standard_cubic_feet_per_minute",
"symbol" : "scfh",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : {
"@language" : "en",
"@value" : "Standard Cubic Foot per Hour"
},
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"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#"
}
}