<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/FT4">
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/SecondMomentOfArea"/>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">8.6309748412416E-3</j.0:conversionMultiplierSN>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/SecondPolarMomentOfArea"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T0D0"/>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/SecondAxialMomentOfArea"/>
<j.1:description>power of the unit foot according to the Anglo-American and Imperial system of units by exponent 4</j.1:description>
<rdfs:label>foot to the fourth power</rdfs:label>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.0086309748412416</j.0:conversionMultiplier>
<j.0:symbol>ft⁴</j.0:symbol>
<j.0:uneceCommonCode>N27</j.0:uneceCommonCode>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<j.0:iec61360Code>0112/2///62720#UAB209</j.0:iec61360Code>
</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/FT4>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "power of the unit foot according to the Anglo-American and Imperial system of units by exponent 4" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0086309748412416 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 8.6309748412416E-3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SecondAxialMomentOfArea> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SecondMomentOfArea> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SecondPolarMomentOfArea> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB209" ;
<http://qudt.org/schema/qudt/symbol> "ft⁴" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "N27" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "foot to the fourth power" ;
.
{"resource":"foot to the fourth power"
,"qname":"unit:FT4"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT4"
,"properties":["conversion multiplier":"0.0086309748412416"
,"conversion multiplier scientific":"8.6309748412416E-3"
,"description":"power of the unit foot according to the Anglo-American and Imperial system of units by exponent 4"
,"has dimension vector":"dimension:A0E0L4I0M0H0T0D0"
,"has quantity kind":"quantitykind:SecondAxialMomentOfArea"
,"has quantity kind":"quantitykind:SecondMomentOfArea"
,"has quantity kind":"quantitykind:SecondPolarMomentOfArea"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB209"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"foot to the fourth power"
,"symbol":"ft\u2074"
,"type":"qudt:Unit"
,"unece common code":"N27"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT4",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the unit foot according to the Anglo-American and Imperial system of units by exponent 4",
"conversionMultiplier" : "0.0086309748412416",
"conversionMultiplier:SN" : 0.0086309748412416,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SecondMomentOfArea", "http://qudt.org/vocab/quantitykind/SecondPolarMomentOfArea", "http://qudt.org/vocab/quantitykind/SecondAxialMomentOfArea" ],
"iec61360Code" : "0112/2///62720#UAB209",
"symbol" : "ft⁴",
"uneceCommonCode" : "N27",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : "foot to the fourth power",
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"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"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"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#"
}
}