quantitykind:MolalityOfSolute

URI: http://qudt.org/vocab/quantitykind/MolalityOfSolute

Type
Description

The "Molality of Solute" of a solution is defined as the amount of substance of solute divided by the mass in kg of the solvent.

Properties
qudt:plainTextDescription
The "Molality of Solute" of a solution is defined as the amount of substance of solute divided by the mass in kg of the solvent.
qudt:latexDefinition
$b_B = \frac{n_B}{m_a}$, where $n_B$ is the amount of substance and $m_A$ is the mass.
Annotations
dcterms:description
The "Molality of Solute" of a solution is defined as the amount of substance of solute divided by the mass in kg of the solvent.
rdfs:label
Molality of Solute(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:j.2="http://www.w3.org/2004/02/skos/core#"
    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/quantitykind/MolalityOfSolute">
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/CentiMOL-PER-KiloGM"/>
    <j.0:symbol>b_B</j.0:symbol>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0"/>
    <j.2:broader rdf:resource="http://qudt.org/vocab/quantitykind/AmountOfSubstancePerUnitMass"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Molality</j.0:informativeReference>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <j.0:isoNormativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.iso.org/iso/catalogue_detail?csnumber=31894</j.0:isoNormativeReference>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MOL-PER-KiloGM"/>
    <j.0:latexDefinition rdf:datatype="http://qudt.org/schema/qudt/LatexString">$b_B = \frac{n_B}{m_a}$, where $n_B$ is the amount of substance and $m_A$ is the mass.</j.0:latexDefinition>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/KiloMOL-PER-KiloGM"/>
    <rdfs:label xml:lang="en">Molality of Solute</rdfs:label>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MOL_LB-PER-LB"/>
    <j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">The "Molality of Solute" of a solution is defined as the amount of substance of solute divided by the mass in kg of the solvent.</j.1:description>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MicroMOL-PER-GM"/>
    <j.0:plainTextDescription>The "Molality of Solute" of a solution is defined as the amount of substance of solute divided by the mass in kg of the solvent.</j.0:plainTextDescription>
  </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/quantitykind/MolalityOfSolute>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://purl.org/dc/terms/description> "The \"Molality of Solute\" of a solution is defined as the amount of substance of solute divided by the mass in kg of the solvent."^^rdf:HTML ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/CentiMOL-PER-KiloGM> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/KiloMOL-PER-KiloGM> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MOL-PER-KiloGM> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MOL_LB-PER-LB> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MicroMOL-PER-GM> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ;
  <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Molality"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/latexDefinition> "$b_B = \\frac{n_B}{m_a}$, where $n_B$ is the amount of substance and $m_A$ is the mass."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/plainTextDescription> "The \"Molality of Solute\" of a solution is defined as the amount of substance of solute divided by the mass in kg of the solvent." ;
  <http://qudt.org/schema/qudt/symbol> "b_B" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Molality of Solute"@en ;
  <http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/quantitykind/AmountOfSubstancePerUnitMass> ;
.
JSON
{"resource":"Molality of Solute" 
 ,"qname":"quantitykind:MolalityOfSolute" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/MolalityOfSolute" 
 ,"properties":["applicable unit":"unit:CentiMOL-PER-KiloGM" 
    ,"applicable unit":"unit:KiloMOL-PER-KiloGM" 
    ,"applicable unit":"unit:MOL-PER-KiloGM" 
    ,"applicable unit":"unit:MOL_LB-PER-LB" 
    ,"applicable unit":"unit:MicroMOL-PER-GM" 
    ,"description":"The \"Molality of Solute\" of a solution is defined as the amount of substance of solute divided by the mass in kg of the solvent." 
    ,"description (plain text)":"The \"Molality of Solute\" of a solution is defined as the amount of substance of solute divided by the mass in kg of the solvent." 
    ,"has broader":"quantitykind:AmountOfSubstancePerUnitMass" 
    ,"has dimension vector":"dimension:A1E0L0I0M-1H0T0D0" 
    ,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Molality" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"Molality of Solute" 
    ,"latex definition":"$b_B = \\frac{n_B}{m_a}$, where $n_B$ is the amount of substance and $m_A$ is the mass." 
    ,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31894" 
    ,"symbol":"b_B" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/MolalityOfSolute",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "description" : "The \"Molality of Solute\" of a solution is defined as the amount of substance of solute divided by the mass in kg of the solvent.",
  "applicableUnit" : [ "http://qudt.org/vocab/unit/CentiMOL-PER-KiloGM", "http://qudt.org/vocab/unit/MOL-PER-KiloGM", "http://qudt.org/vocab/unit/KiloMOL-PER-KiloGM", "http://qudt.org/vocab/unit/MOL_LB-PER-LB", "http://qudt.org/vocab/unit/MicroMOL-PER-GM" ],
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0",
  "informativeReference" : "http://en.wikipedia.org/wiki/Molality",
  "isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31894",
  "latexDefinition" : "$b_B = \\frac{n_B}{m_a}$, where $n_B$ is the amount of substance and $m_A$ is the mass.",
  "plainTextDescription" : "The \"Molality of Solute\" of a solution is defined as the amount of substance of solute divided by the mass in kg of the solvent.",
  "symbol" : "b_B",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : {
    "@language" : "en",
    "@value" : "Molality of Solute"
  },
  "broader" : "http://qudt.org/vocab/quantitykind/AmountOfSubstancePerUnitMass",
  "@context" : {
    "applicableUnit" : {
      "@id" : "http://qudt.org/schema/qudt/applicableUnit",
      "@type" : "@id"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "broader" : {
      "@id" : "http://www.w3.org/2004/02/skos/core#broader",
      "@type" : "@id"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "isoNormativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "latexDefinition" : {
      "@id" : "http://qudt.org/schema/qudt/latexDefinition",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "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-25T16:14:27.531-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)