<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-SEC">
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/MassFlowRate"/>
<rdfs:label xml:lang="en">Slug per Second</rdfs:label>
<j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">"Slug per Second" is an Imperial unit for 'Mass Per Time' expressed as \(slug/s\).</j.1:description>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/MassPerTime"/>
<j.0:uneceCommonCode>L68</j.0:uneceCommonCode>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0"/>
<j.0:iec61360Code>0112/2///62720#UAA984</j.0:iec61360Code>
<j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">\(slug/s\)</j.0:expression>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">14.593903</j.0:conversionMultiplier>
<j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/IMPERIAL"/>
<j.0:definedUnitOfSystem rdf:resource="http://qudt.org/vocab/sou/IMPERIAL"/>
<j.0:symbol>slug/s</j.0:symbol>
</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-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Slug per Second\" is an Imperial unit for 'Mass Per Time' expressed as \\(slug/s\\)."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 14.593903 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/expression> "\\(slug/s\\)"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA984" ;
<http://qudt.org/schema/qudt/symbol> "slug/s" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L68" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Slug per Second"@en ;
.
{"resource":"Slug per Second"
,"qname":"unit:SLUG-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SLUG-PER-SEC"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"14.593903"
,"defined unit of system":"sou:IMPERIAL"
,"description":"\"Slug per Second\" is an Imperial unit for 'Mass Per Time' expressed as \\(slug\/s\\)."
,"expression":"\\(slug\/s\\)"
,"has dimension vector":"dimension:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"has quantity kind":"quantitykind:MassPerTime"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA984"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Slug per Second"
,"symbol":"slug\/s"
,"type":"qudt:Unit"
,"unece common code":"L68"
]}
{
"@id" : "http://qudt.org/vocab/unit/SLUG-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Slug per Second\" is an Imperial unit for 'Mass Per Time' expressed as \\(slug/s\\).",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "14.593903",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"expression" : "\\(slug/s\\)",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassFlowRate", "http://qudt.org/vocab/quantitykind/MassPerTime" ],
"iec61360Code" : "0112/2///62720#UAA984",
"symbol" : "slug/s",
"uneceCommonCode" : "L68",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : {
"@language" : "en",
"@value" : "Slug per Second"
},
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@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"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"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#"
}
}