constant:AtomicMassConstant

URI: http://qudt.org/vocab/constant/AtomicMassConstant

Type
Description

The $\textit{Atomic Mass Constant}$ is one twelfth of the mass of an unbound atom of carbon-12 at rest and in its ground state.

Properties
Annotations
dcterms:description
The $\textit{Atomic Mass Constant}$ is one twelfth of the mass of an unbound atom of carbon-12 at rest and in its ground state.
rdfs:label
atomic mass constant(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/constant/AtomicMassConstant">
    <j.0:normativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.iso.org/iso/catalogue_detail?csnumber=31895</j.0:normativeReference>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.9/vocab/constant"/>
    <rdfs:label xml:lang="en">atomic mass constant</rdfs:label>
    <j.0:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Atomic_mass_constant</j.0:dbpediaMatch>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/PhysicalConstant"/>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Mass"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://physics.nist.gov/cuu/Constants/bibliography.html</j.0:informativeReference>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/KiloGM"/>
    <j.0:quantityValue rdf:resource="http://qudt.org/vocab/constant/Value_AtomicMassConstant"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Atomic_mass_constant</j.0:informativeReference>
    <j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">
  The $\textit{Atomic Mass Constant}$ is one twelfth of the mass of an unbound atom of carbon-12 at rest
   and in its ground state.
  </j.1:description>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0"/>
    <j.0:latexSymbol rdf:datatype="http://qudt.org/schema/qudt/LatexString">$m_u$</j.0:latexSymbol>
  </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/constant/AtomicMassConstant>
  rdf:type <http://qudt.org/schema/qudt/PhysicalConstant> ;
  <http://purl.org/dc/terms/description> """
  The $\\textit{Atomic Mass Constant}$ is one twelfth of the mass of an unbound atom of carbon-12 at rest
   and in its ground state.
  """^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/KiloGM> ;
  <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Atomic_mass_constant"^^xsd:anyURI ;
  <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/informativeReference> "http://en.wikipedia.org/wiki/Atomic_mass_constant"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/informativeReference> "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/latexSymbol> "$m_u$"^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/normativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/quantityValue> <http://qudt.org/vocab/constant/Value_AtomicMassConstant> ;
  rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/constant> ;
  rdfs:label "atomic mass constant"@en ;
.
JSON
{"resource":"atomic mass constant" 
 ,"qname":"constant:AtomicMassConstant" 
 ,"uri":"http:\/\/qudt.org\/vocab\/constant\/AtomicMassConstant" 
 ,"properties":["applicable unit":"unit:KiloGM" 
    ,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Atomic_mass_constant" 
    ,"description":"\n  The $\\textit{Atomic Mass Constant}$ is one twelfth of the mass of an unbound atom of carbon-12 at rest\n   and in its ground state.\n  " 
    ,"has dimension vector":"dimension:A0E0L0I0M1H0T0D0" 
    ,"has quantity kind":"quantitykind:Mass" 
    ,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Atomic_mass_constant" 
    ,"informative reference":"http:\/\/physics.nist.gov\/cuu\/Constants\/bibliography.html" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.1.9\/vocab\/constant&gt;" 
    ,"label":"atomic mass constant" 
    ,"latex symbol":"$m_u$" 
    ,"normative reference":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31895" 
    ,"quantity value":"constant:Value_AtomicMassConstant" 
    ,"type":"qudt:PhysicalConstant" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/constant/AtomicMassConstant",
  "@type" : "http://qudt.org/schema/qudt/PhysicalConstant",
  "description" : "\n  The $\\textit{Atomic Mass Constant}$ is one twelfth of the mass of an unbound atom of carbon-12 at rest\n   and in its ground state.\n  ",
  "applicableUnit" : "http://qudt.org/vocab/unit/KiloGM",
  "dbpediaMatch" : "http://dbpedia.org/resource/Atomic_mass_constant",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
  "informativeReference" : [ "http://physics.nist.gov/cuu/Constants/bibliography.html", "http://en.wikipedia.org/wiki/Atomic_mass_constant" ],
  "latexSymbol" : "$m_u$",
  "normativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31895",
  "quantityValue" : "http://qudt.org/vocab/constant/Value_AtomicMassConstant",
  "isDefinedBy" : "http://qudt.org/3.1.9/vocab/constant",
  "label" : {
    "@language" : "en",
    "@value" : "atomic mass constant"
  },
  "@context" : {
    "normativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/normativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "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"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "applicableUnit" : {
      "@id" : "http://qudt.org/schema/qudt/applicableUnit",
      "@type" : "@id"
    },
    "quantityValue" : {
      "@id" : "http://qudt.org/schema/qudt/quantityValue",
      "@type" : "@id"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "latexSymbol" : {
      "@id" : "http://qudt.org/schema/qudt/latexSymbol",
      "@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 2025-12-16T16:54:39.875-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)