<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/PDL-SEC-PER-FT2">
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">[lb_av].[ft_i].s-2.s.[ft_i]-2</j.0:ucumCode>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/DynamicViscosity"/>
<rdfs:label>poundal second per square foot</rdfs:label>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.488163943569553805774278215223097E0</j.0:conversionMultiplierSN>
<j.0:symbol>pdl/ft²)·s</j.0:symbol>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Viscosity"/>
<j.1:description>non SI-conform unit of viscosity</j.1:description>
<j.0:iec61360Code>0112/2///62720#UAB227</j.0:iec61360Code>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0"/>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1.488163943569553805774278215223097</j.0:conversionMultiplier>
</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/PDL-SEC-PER-FT2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "non SI-conform unit of viscosity" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.488163943569553805774278215223097 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.488163943569553805774278215223097E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DynamicViscosity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Viscosity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB227" ;
<http://qudt.org/schema/qudt/symbol> "pdl/ft²)·s" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].[ft_i].s-2.s.[ft_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "poundal second per square foot" ;
.
{"resource":"poundal second per square foot"
,"qname":"unit:PDL-SEC-PER-FT2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PDL-SEC-PER-FT2"
,"properties":["conversion multiplier":"1.488163943569553805774278215223097"
,"conversion multiplier scientific":"1.488163943569553805774278215223097E0"
,"description":"non SI-conform unit of viscosity"
,"has dimension vector":"dimension:A0E0L-1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:DynamicViscosity"
,"has quantity kind":"quantitykind:Viscosity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB227"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"poundal second per square foot"
,"symbol":"pdl\/ft²)·s"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[ft_i].s-2.s.[ft_i]-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/PDL-SEC-PER-FT2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "non SI-conform unit of viscosity",
"conversionMultiplier" : "1.488163943569553805774278215223097",
"conversionMultiplier:SN" : 1.4881639435695537,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/DynamicViscosity", "http://qudt.org/vocab/quantitykind/Viscosity" ],
"iec61360Code" : "0112/2///62720#UAB227",
"symbol" : "pdl/ft²)·s",
"ucumCode" : "[lb_av].[ft_i].s-2.s.[ft_i]-2",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : "poundal second per square foot",
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"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#"
}
}