<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_RydbergConstant">
<j.1:website rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://physics.nist.gov/cgi-bin/cuu/Value?ryd#mid</j.1:website>
<j.0:hasUnit rdf:resource="http://qudt.org/vocab/unit/PER-M"/>
<rdfs:label>Value for Rydberg constant</rdfs:label>
<j.0:value rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">10973731.568527</j.0:value>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/ConstantValue"/>
<j.0:standardUncertainty rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.000073</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:valueSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0973731568527E7</j.0:valueSN>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.0/vocab/constant"/>
<j.0:standardUncertaintySN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">7.3E-5</j.0:standardUncertaintySN>
</rdf:Description>
</rdf:RDF>
@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_RydbergConstant>
rdf:type <http://qudt.org/schema/qudt/ConstantValue> ;
<http://qudt.org/schema/qudt/hasUnit> <http://qudt.org/vocab/unit/PER-M> ;
<http://qudt.org/schema/qudt/informativeReference> "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/standardUncertainty> 0.000073 ;
<http://qudt.org/schema/qudt/standardUncertaintySN> 7.3E-5 ;
<http://qudt.org/schema/qudt/value> 10973731.568527 ;
<http://qudt.org/schema/qudt/valueSN> 1.0973731568527E7 ;
<http://www.linkedmodel.org/schema/vaem#website> "http://physics.nist.gov/cgi-bin/cuu/Value?ryd#mid"^^xsd:anyURI ;
rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/constant> ;
rdfs:label "Value for Rydberg constant" ;
.
{"resource":"Value for Rydberg constant"
,"qname":"constant:Value_RydbergConstant"
,"uri":"http:\/\/qudt.org\/vocab\/constant\/Value_RydbergConstant"
,"properties":["has unit":"unit:PER-M"
,"informative reference":"http:\/\/physics.nist.gov\/cuu\/Constants\/bibliography.html"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.0\/vocab\/constant>"
,"label":"Value for Rydberg constant"
,"standard uncertainty":"0.000073"
,"standard uncertainty scientific":"7.3E-5"
,"type":"qudt:ConstantValue"
,"value":"10973731.568527"
,"value scientific":"1.0973731568527E7"
,"website":"http:\/\/physics.nist.gov\/cgi-bin\/cuu\/Value?ryd#mid"
]}
{
"@id" : "http://qudt.org/vocab/constant/Value_RydbergConstant",
"@type" : "http://qudt.org/schema/qudt/ConstantValue",
"hasUnit" : "http://qudt.org/vocab/unit/PER-M",
"informativeReference" : "http://physics.nist.gov/cuu/Constants/bibliography.html",
"standardUncertainty" : "0.000073",
"standardUncertainty:SN" : 7.3E-5,
"value" : "10973731.568527",
"value:SN" : 1.0973731568527E7,
"website" : "http://physics.nist.gov/cgi-bin/cuu/Value?ryd#mid",
"isDefinedBy" : "http://qudt.org/3.1.0/vocab/constant",
"label" : "Value for Rydberg constant",
"@context" : {
"website" : {
"@id" : "http://www.linkedmodel.org/schema/vaem#website",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"value" : {
"@id" : "http://qudt.org/schema/qudt/value",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"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"
},
"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"
},
"standardUncertaintySN" : {
"@id" : "http://qudt.org/schema/qudt/standardUncertaintySN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"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#"
}
}