unit:KiloGM-PER-M-SEC2

URI: http://qudt.org/vocab/unit/KiloGM-PER-M-SEC2

Type
Description

The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one "kilogram per meter per second per second." The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude.

Properties
qudt:symbol
kg/(m·s²)
qudt:ucumCode
kg.m-1.s-2
Annotations
dcterms:description
The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one "kilogram per meter per second per second." The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude.
rdfs:label
Kilograms per metre square second(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/KiloGM-PER-M-SEC2">
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">kg.m-1.s-2</j.0:ucumCode>
    <j.0:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Pascal</j.0:dbpediaMatch>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/ForcePerArea"/>
    <j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E0</j.0:conversionMultiplierSN>
    <j.0:exactMatch rdf:resource="http://qudt.org/vocab/unit/N-PER-M2"/>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/SI"/>
    <j.0:hasFactorUnit rdf:nodeID="A0"/>
    <rdfs:label xml:lang="en">Kilograms per metre square second</rdfs:label>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS-GAUSS"/>
    <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1.0</j.0:conversionMultiplier>
    <j.0:hasFactorUnit rdf:nodeID="A1"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DerivedUnit"/>
    <j.0:hasFactorUnit rdf:nodeID="A2"/>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS"/>
    <j.0:exactMatch rdf:resource="http://qudt.org/vocab/unit/PA"/>
    <j.0:siUnitsExpression>kg/m/s^2</j.0:siUnitsExpression>
    <j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one "kilogram per meter per second per second." The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude.</j.1:description>
    <j.0:symbol>kg/(m·s²)</j.0:symbol>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS-EMU"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0"/>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/VaporPressure"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.0/vocab/unit"/>
  </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/KiloGM-PER-M-SEC2>
  rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://purl.org/dc/terms/description> "The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one \"kilogram per meter per second per second.\" The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude."^^rdf:HTML ;
  <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
  <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
  <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
  <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
  <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
  <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
  <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Pascal"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/N-PER-M2> ;
  <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/PA> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
  <http://qudt.org/schema/qudt/hasFactorUnit> [] ;
  <http://qudt.org/schema/qudt/hasFactorUnit> [] ;
  <http://qudt.org/schema/qudt/hasFactorUnit> [] ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ;
  <http://qudt.org/schema/qudt/siUnitsExpression> "kg/m/s^2" ;
  <http://qudt.org/schema/qudt/symbol> "kg/(m·s²)" ;
  <http://qudt.org/schema/qudt/ucumCode> "kg.m-1.s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ;
  rdfs:label "Kilograms per metre square second"@en ;
.
JSON
{"resource":"Kilograms per metre square second" 
 ,"qname":"unit:KiloGM-PER-M-SEC2" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-M-SEC2" 
 ,"properties":["applicable system":"sou:CGS" 
    ,"applicable system":"sou:CGS-EMU" 
    ,"applicable system":"sou:CGS-GAUSS" 
    ,"applicable system":"sou:SI" 
    ,"conversion multiplier":"1.0" 
    ,"conversion multiplier scientific":"1.0E0" 
    ,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Pascal" 
    ,"description":"The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one \"kilogram per meter per second per second.\" The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude." 
    ,"exact match":"unit:N-PER-M2" 
    ,"exact match":"unit:PA" 
    ,"has dimension vector":"dimension:A0E0L-1I0M1H0T-2D0" 
    ,"has quantity kind":"quantitykind:ForcePerArea" 
    ,"has quantity kind":"quantitykind:VaporPressure" 
    ,"hasFactorUnit":null 
    ,"hasFactorUnit":null 
    ,"hasFactorUnit":null 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.1.0\/vocab\/unit&gt;" 
    ,"label":"Kilograms per metre square second" 
    ,"si units expression":"kg\/m\/s^2" 
    ,"symbol":"kg\/(m&middot;s&sup2;)" 
    ,"type":"qudt:DerivedUnit" 
    ,"type":"qudt:Unit" 
    ,"ucum code":"kg.m-1.s-2" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/KiloGM-PER-M-SEC2",
  "@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
  "description" : "The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one \"kilogram per meter per second per second.\" The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude.",
  "applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
  "conversionMultiplier" : "1.0",
  "conversionMultiplier:SN" : 1.0,
  "dbpediaMatch" : "http://dbpedia.org/resource/Pascal",
  "exactMatch" : [ "http://qudt.org/vocab/unit/N-PER-M2", "http://qudt.org/vocab/unit/PA" ],
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
  "hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
  "hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/VaporPressure" ],
  "siUnitsExpression" : "kg/m/s^2",
  "symbol" : "kg/(m·s²)",
  "ucumCode" : "kg.m-1.s-2",
  "isDefinedBy" : "http://qudt.org/3.1.0/vocab/unit",
  "label" : {
    "@language" : "en",
    "@value" : "Kilograms per metre square second"
  },
  "@context" : {
    "ucumCode" : {
      "@id" : "http://qudt.org/schema/qudt/ucumCode",
      "@type" : "http://qudt.org/schema/qudt/UCUMcs"
    },
    "dbpediaMatch" : {
      "@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "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"
    },
    "exactMatch" : {
      "@id" : "http://qudt.org/schema/qudt/exactMatch",
      "@type" : "@id"
    },
    "applicableSystem" : {
      "@id" : "http://qudt.org/schema/qudt/applicableSystem",
      "@type" : "@id"
    },
    "hasFactorUnit" : {
      "@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
      "@type" : "@id"
    },
    "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"
    },
    "siUnitsExpression" : {
      "@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "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 2025-03-31T12:07:40.069-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)