unit:SLUG

URI: http://qudt.org/vocab/unit/SLUG

Type
Description

The slug is a unit of mass associated with Imperial units. It is a mass that accelerates by $1 ft/s$ when a force of one pound-force ($lbF$) is exerted on it. With standard gravity $gc = 9.80665 m/s$, the international foot of $0.3048 m$ and the avoirdupois pound of $0.45359237 kg$, one slug therefore has a mass of approximately $32.17405 lbm$ or $14.593903 kg$. At the surface of the Earth, an object with a mass of 1 slug exerts a force of about $32.17 lbF$ or $143 N$.

Properties
qudt:iec61360Code
0112/2///62720#UAA978
Annotations
dcterms:description
The slug is a unit of mass associated with Imperial units. It is a mass that accelerates by $1 ft/s$ when a force of one pound-force ($lbF$) is exerted on it. With standard gravity $gc = 9.80665 m/s$, the international foot of $0.3048 m$ and the avoirdupois pound of $0.45359237 kg$, one slug therefore has a mass of approximately $32.17405 lbm$ or $14.593903 kg$. At the surface of the Earth, an object with a mass of 1 slug exerts a force of about $32.17 lbF$ or $143 N$.
rdfs:label
Slug(en)
View as:  CSV

Work in progress

RDF/XML
<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">
    <j.0:omUnit rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/slug"/>
    <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">14.593903</j.0:conversionMultiplier>
    <j.0:iec61360Code>0112/2///62720#UAA978</j.0:iec61360Code>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Slug?oldid=495010998</j.0:informativeReference>
    <j.0:definedUnitOfSystem rdf:resource="http://qudt.org/vocab/sou/IMPERIAL"/>
    <j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.4593903E1</j.0:conversionMultiplierSN>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Mass"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0"/>
    <j.0:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Slug</j.0:dbpediaMatch>
    <rdfs:label xml:lang="en">Slug</rdfs:label>
    <j.0:symbol>slug</j.0:symbol>
    <j.0:uneceCommonCode>F13</j.0:uneceCommonCode>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/IMPERIAL"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">The slug is a unit of mass associated with Imperial units. It is a mass that accelerates by $1 ft/s$ when a force of one pound-force ($lbF$) is exerted on it. With standard gravity $gc = 9.80665 m/s$, the international foot of $0.3048 m$ and the avoirdupois pound of $0.45359237 kg$, one slug therefore has a mass of approximately $32.17405 lbm$ or $14.593903 kg$. At the surface of the Earth, an object with a mass of 1 slug exerts a force of about $32.17 lbF$ or $143 N$.</j.1:description>
  </rdf:Description>
</rdf:RDF>
TURTLE
@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>
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://purl.org/dc/terms/description> "The slug is a unit of mass associated with Imperial units. It is a mass that accelerates by $1 ft/s$ when a force of one pound-force ($lbF$) is exerted on it. With standard gravity $gc = 9.80665 m/s$, the international foot of $0.3048 m$ and the avoirdupois pound of $0.45359237 kg$, one slug therefore has a mass of approximately $32.17405 lbm$ or $14.593903 kg$. At the surface of the Earth, an object with a mass of 1 slug exerts a force of about $32.17 lbF$ or $143 N$."^^<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/conversionMultiplierSN> 1.4593903E1 ;
  <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Slug"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ;
  <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA978" ;
  <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Slug?oldid=495010998"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/slug> ;
  <http://qudt.org/schema/qudt/symbol> "slug" ;
  <http://qudt.org/schema/qudt/uneceCommonCode> "F13" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
  rdfs:label "Slug"@en ;
.
JSON
{"resource":"Slug" 
 ,"qname":"unit:SLUG" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/SLUG" 
 ,"properties":["applicable system":"sou:IMPERIAL" 
    ,"conversion multiplier":"14.593903" 
    ,"conversion multiplier scientific":"1.4593903E1" 
    ,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Slug" 
    ,"defined unit of system":"sou:IMPERIAL" 
    ,"description":"The slug is a unit of mass associated with Imperial units. It is a mass that accelerates by $1 ft\/s$ when a force of one pound-force ($lbF$) is exerted on it. With standard gravity $gc = 9.80665 m\/s$, the international foot of $0.3048 m$ and the avoirdupois pound of $0.45359237 kg$, one slug therefore has a mass of approximately $32.17405 lbm$ or $14.593903 kg$. At the surface of the Earth, an object with a mass of 1 slug exerts a force of about $32.17 lbF$ or $143 N$." 
    ,"has dimension vector":"dimension:A0E0L0I0M1H0T0D0" 
    ,"has quantity kind":"quantitykind:Mass" 
    ,"iec-61360 code":"0112\/2\/\/\/62720#UAA978" 
    ,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Slug?oldid=495010998" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/unit&gt;" 
    ,"label":"Slug" 
    ,"om unit":"&lt;http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/slug&gt;" 
    ,"symbol":"slug" 
    ,"type":"qudt:Unit" 
    ,"unece common code":"F13" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/SLUG",
  "@type" : "http://qudt.org/schema/qudt/Unit",
  "description" : "The slug is a unit of mass associated with Imperial units. It is a mass that accelerates by $1 ft/s$ when a force of one pound-force ($lbF$) is exerted on it. With standard gravity $gc = 9.80665 m/s$, the international foot of $0.3048 m$ and the avoirdupois pound of $0.45359237 kg$, one slug therefore has a mass of approximately $32.17405 lbm$ or $14.593903 kg$. At the surface of the Earth, an object with a mass of 1 slug exerts a force of about $32.17 lbF$ or $143 N$.",
  "applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
  "conversionMultiplier" : "14.593903",
  "conversionMultiplier:SN" : 14.593903,
  "dbpediaMatch" : "http://dbpedia.org/resource/Slug",
  "definedUnitOfSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
  "iec61360Code" : "0112/2///62720#UAA978",
  "informativeReference" : "http://en.wikipedia.org/wiki/Slug?oldid=495010998",
  "omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/slug",
  "symbol" : "slug",
  "uneceCommonCode" : "F13",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
  "label" : {
    "@language" : "en",
    "@value" : "Slug"
  },
  "@context" : {
    "omUnit" : {
      "@id" : "http://qudt.org/schema/qudt/omUnit",
      "@type" : "@id"
    },
    "conversionMultiplier" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
      "@type" : "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "iec61360Code" : {
      "@id" : "http://qudt.org/schema/qudt/iec61360Code"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "definedUnitOfSystem" : {
      "@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
      "@type" : "@id"
    },
    "conversionMultiplierSN" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
      "@type" : "http://www.w3.org/2001/XMLSchema#double"
    },
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "dbpediaMatch" : {
      "@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "uneceCommonCode" : {
      "@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
    },
    "applicableSystem" : {
      "@id" : "http://qudt.org/schema/qudt/applicableSystem",
      "@type" : "@id"
    },
    "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"
    },
    "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#"
  }
}

Generated 2024-04-25T14:42:18.645-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)