<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:j.0="http://qudt.org/schema/qudt/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:j.1="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/constant/ElectronMass">
<rdf:type rdf:resource="http://qudt.org/schema/qudt/PhysicalConstant"/>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Mass"/>
<j.0:latexSymbol rdf:datatype="http://qudt.org/schema/qudt/LatexString">$m_e$</j.0:latexSymbol>
<j.0:quantityValue rdf:resource="http://qudt.org/vocab/constant/Value_ElectronMass"/>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">[m_e]</j.0:ucumCode>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.0/vocab/constant"/>
<rdfs:label xml:lang="en">Electron Mass</rdfs:label>
<j.1:closeMatch rdf:resource="http://dbpedia.org/resource/Electron"/>
</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/ElectronMass>
rdf:type <http://qudt.org/schema/qudt/PhysicalConstant> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ;
<http://qudt.org/schema/qudt/latexSymbol> "$m_e$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/quantityValue> <http://qudt.org/vocab/constant/Value_ElectronMass> ;
<http://qudt.org/schema/qudt/ucumCode> "[m_e]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/constant> ;
rdfs:label "Electron Mass"@en ;
<http://www.w3.org/2004/02/skos/core#closeMatch> <http://dbpedia.org/resource/Electron> ;
.
{"resource":"Electron Mass"
,"qname":"constant:ElectronMass"
,"uri":"http:\/\/qudt.org\/vocab\/constant\/ElectronMass"
,"properties":["has close match":"<http:\/\/dbpedia.org\/resource\/Electron>"
,"has quantity kind":"quantitykind:Mass"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.0\/vocab\/constant>"
,"label":"Electron Mass"
,"latex symbol":"$m_e$"
,"quantity value":"constant:Value_ElectronMass"
,"type":"qudt:PhysicalConstant"
,"ucum code":"[m_e]"
]}
{
"@id" : "http://qudt.org/vocab/constant/ElectronMass",
"@type" : "http://qudt.org/schema/qudt/PhysicalConstant",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"latexSymbol" : "$m_e$",
"quantityValue" : "http://qudt.org/vocab/constant/Value_ElectronMass",
"ucumCode" : "[m_e]",
"isDefinedBy" : "http://qudt.org/3.1.0/vocab/constant",
"label" : {
"@language" : "en",
"@value" : "Electron Mass"
},
"closeMatch" : "http://dbpedia.org/resource/Electron",
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"latexSymbol" : {
"@id" : "http://qudt.org/schema/qudt/latexSymbol",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"quantityValue" : {
"@id" : "http://qudt.org/schema/qudt/quantityValue",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"closeMatch" : {
"@id" : "http://www.w3.org/2004/02/skos/core#closeMatch",
"@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#"
}
}