<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/SLUG-PER-FT">
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/MassPerLength"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">47.8802591863517</j.0:conversionMultiplier>
<j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">$slug/ft$</j.0:expression>
<j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/IMPERIAL"/>
<j.0:definedUnitOfSystem rdf:resource="http://qudt.org/vocab/sou/IMPERIAL"/>
<j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/USCS"/>
<rdfs:label xml:lang="en">Slug per Foot</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">"Slug per Foot" is an Imperial unit for 'Mass Per Length' expressed as $slug/ft$.</j.1:description>
<j.0:symbol>slug/ft</j.0:symbol>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">4.78802591863517E1</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/SLUG-PER-FT>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Slug per Foot\" is an Imperial unit for 'Mass Per Length' expressed as $slug/ft$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 47.8802591863517 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.78802591863517E1 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/expression> "$slug/ft$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerLength> ;
<http://qudt.org/schema/qudt/symbol> "slug/ft" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Slug per Foot"@en ;
.
{"resource":"Slug per Foot"
,"qname":"unit:SLUG-PER-FT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SLUG-PER-FT"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"47.8802591863517"
,"conversion multiplier scientific":"4.78802591863517E1"
,"defined unit of system":"sou:IMPERIAL"
,"description":"\"Slug per Foot\" is an Imperial unit for 'Mass Per Length' expressed as $slug\/ft$."
,"expression":"$slug\/ft$"
,"has dimension vector":"dimension:A0E0L-1I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerLength"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Slug per Foot"
,"symbol":"slug\/ft"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/SLUG-PER-FT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Slug per Foot\" is an Imperial unit for 'Mass Per Length' expressed as $slug/ft$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "47.8802591863517",
"conversionMultiplier:SN" : 47.8802591863517,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"expression" : "$slug/ft$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerLength",
"symbol" : "slug/ft",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : {
"@language" : "en",
"@value" : "Slug per Foot"
},
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@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"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@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"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"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#"
}
}