constant:Value_ProtonMass

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

Type
Description

Properties
qudt:standardUncertainty
0.000000000000000000000000000000000083
qudt:value
0.000000000000000000000000001672621637
qudt:valueSN
1.672621637E-27
Annotations
rdfs:label
Value for proton mass
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://www.linkedmodel.org/schema/vaem#"
    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/Value_ProtonMass">
    <j.1:website rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://physics.nist.gov/cgi-bin/cuu/Value?mp#mid</j.1:website>
    <j.0:standardUncertaintySN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">8.3E-35</j.0:standardUncertaintySN>
    <j.0:valueSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.672621637E-27</j.0:valueSN>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.0/vocab/constant"/>
    <j.0:hasUnit rdf:resource="http://qudt.org/vocab/unit/KiloGM"/>
    <j.0:standardUncertainty rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.000000000000000000000000000000000083</j.0:standardUncertainty>
    <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:value rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.000000000000000000000000001672621637</j.0:value>
    <rdfs:label>Value for proton mass</rdfs:label>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/ConstantValue"/>
  </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/Value_ProtonMass>
  rdf:type <http://qudt.org/schema/qudt/ConstantValue> ;
  <http://qudt.org/schema/qudt/hasUnit> <http://qudt.org/vocab/unit/KiloGM> ;
  <http://qudt.org/schema/qudt/informativeReference> "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/standardUncertainty> 0.000000000000000000000000000000000083 ;
  <http://qudt.org/schema/qudt/standardUncertaintySN> 8.3E-35 ;
  <http://qudt.org/schema/qudt/value> 0.000000000000000000000000001672621637 ;
  <http://qudt.org/schema/qudt/valueSN> 1.672621637E-27 ;
  <http://www.linkedmodel.org/schema/vaem#website> "http://physics.nist.gov/cgi-bin/cuu/Value?mp#mid"^^xsd:anyURI ;
  rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/constant> ;
  rdfs:label "Value for proton mass" ;
.
JSON
{"resource":"Value for proton mass" 
 ,"qname":"constant:Value_ProtonMass" 
 ,"uri":"http:\/\/qudt.org\/vocab\/constant\/Value_ProtonMass" 
 ,"properties":["has unit":"unit:KiloGM" 
    ,"informative reference":"http:\/\/physics.nist.gov\/cuu\/Constants\/bibliography.html" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.1.0\/vocab\/constant&gt;" 
    ,"label":"Value for proton mass" 
    ,"standard uncertainty":"0.000000000000000000000000000000000083" 
    ,"standard uncertainty scientific":"8.3E-35" 
    ,"type":"qudt:ConstantValue" 
    ,"value":"0.000000000000000000000000001672621637" 
    ,"value scientific":"1.672621637E-27" 
    ,"website":"http:\/\/physics.nist.gov\/cgi-bin\/cuu\/Value?mp#mid" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/constant/Value_ProtonMass",
  "@type" : "http://qudt.org/schema/qudt/ConstantValue",
  "hasUnit" : "http://qudt.org/vocab/unit/KiloGM",
  "informativeReference" : "http://physics.nist.gov/cuu/Constants/bibliography.html",
  "standardUncertainty" : "0.000000000000000000000000000000000083",
  "standardUncertainty:SN" : 8.3E-35,
  "value" : "0.000000000000000000000000001672621637",
  "value:SN" : 1.672621637E-27,
  "website" : "http://physics.nist.gov/cgi-bin/cuu/Value?mp#mid",
  "isDefinedBy" : "http://qudt.org/3.1.0/vocab/constant",
  "label" : "Value for proton mass",
  "@context" : {
    "website" : {
      "@id" : "http://www.linkedmodel.org/schema/vaem#website",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "standardUncertaintySN" : {
      "@id" : "http://qudt.org/schema/qudt/standardUncertaintySN",
      "@type" : "http://www.w3.org/2001/XMLSchema#double"
    },
    "valueSN" : {
      "@id" : "http://qudt.org/schema/qudt/valueSN",
      "@type" : "http://www.w3.org/2001/XMLSchema#double"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "hasUnit" : {
      "@id" : "http://qudt.org/schema/qudt/hasUnit",
      "@type" : "@id"
    },
    "standardUncertainty" : {
      "@id" : "http://qudt.org/schema/qudt/standardUncertainty",
      "@type" : "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "value" : {
      "@id" : "http://qudt.org/schema/qudt/value",
      "@type" : "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "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-20T15:14:00.603-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)