<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/unit/MegaEV-PER-SpeedOfLight">
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/LinearMomentum"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<j.0:symbol>MeV/c</j.0:symbol>
<j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">$MeV/c$</j.0:expression>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">MeV.[c]-1</j.0:ucumCode>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Momentum"/>
<rdfs:label xml:lang="en">Mega Electron Volt per Speed of Light</rdfs:label>
<j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">"Mega Electron Volt per Speed of Light" is a unit for 'Linear Momentum' expressed as $MeV/c$.</j.1:description>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
</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/unit/MegaEV-PER-SpeedOfLight>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Mega Electron Volt per Speed of Light\" is a unit for 'Linear Momentum' expressed as $MeV/c$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/expression> "$MeV/c$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearMomentum> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Momentum> ;
<http://qudt.org/schema/qudt/symbol> "MeV/c" ;
<http://qudt.org/schema/qudt/ucumCode> "MeV.[c]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Mega Electron Volt per Speed of Light"@en ;
.
{"resource":"Mega Electron Volt per Speed of Light"
,"qname":"unit:MegaEV-PER-SpeedOfLight"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaEV-PER-SpeedOfLight"
,"properties":["description":"\"Mega Electron Volt per Speed of Light\" is a unit for 'Linear Momentum' expressed as $MeV\/c$."
,"expression":"$MeV\/c$"
,"has dimension vector":"dimension:A0E0L1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:LinearMomentum"
,"has quantity kind":"quantitykind:Momentum"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Mega Electron Volt per Speed of Light"
,"symbol":"MeV\/c"
,"type":"qudt:Unit"
,"ucum code":"MeV.[c]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaEV-PER-SpeedOfLight",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Mega Electron Volt per Speed of Light\" is a unit for 'Linear Momentum' expressed as $MeV/c$.",
"expression" : "$MeV/c$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearMomentum", "http://qudt.org/vocab/quantitykind/Momentum" ],
"symbol" : "MeV/c",
"ucumCode" : "MeV.[c]-1",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : {
"@language" : "en",
"@value" : "Mega Electron Volt per Speed of Light"
},
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@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#"
}
}