<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-MIN">
<rdfs:label xml:lang="en">Standard Cubic Foot per Minute</rdfs:label>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.0199683</j.0:conversionMultiplier>
<j.0:symbol>scfm</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>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">
The $\textit{standard cubic foot per minute}$ (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"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0"/>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.99683E-2</j.0:conversionMultiplierSN>
</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-MIN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{standard cubic foot per minute}$ (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.0199683 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.99683E-2 ;
<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> "scfm" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Standard Cubic Foot per Minute"@en ;
.
{"resource":"Standard Cubic Foot per Minute"
,"qname":"unit:SCF-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SCF-PER-MIN"
,"properties":["conversion multiplier":"0.0199683"
,"conversion multiplier scientific":"1.99683E-2"
,"description":"\nThe $\\textit{standard cubic foot per minute}$ (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 Minute"
,"symbol":"scfm"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/SCF-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\nThe $\\textit{standard cubic foot per minute}$ (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.0199683",
"conversionMultiplier:SN" : 0.0199683,
"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" : "scfm",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : {
"@language" : "en",
"@value" : "Standard Cubic Foot per Minute"
},
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"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"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"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#"
}
}