<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/EV-PER-ANGSTROM">
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/TotalLinearStoppingPower"/>
<j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">unit electronvolt divided by the unit angstrom</j.1:description>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">eV.Ao-1</j.0:ucumCode>
<j.0:plainTextDescription>unit electronvolt divided by the unit angstrom</j.0:plainTextDescription>
<rdfs:label xml:lang="en">Electronvolt per Angstrom</rdfs:label>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.000000001602176634</j.0:conversionMultiplier>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.602176634E-9</j.0:conversionMultiplierSN>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0"/>
<j.0:latexSymbol rdf:datatype="http://qudt.org/schema/qudt/LatexString">$ev/\AA$</j.0:latexSymbol>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">eV/Ao</j.0:ucumCode>
<j.0:symbol>eV/Å</j.0:symbol>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/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/EV-PER-ANGSTROM>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit electronvolt divided by the unit angstrom"^^rdf:HTML ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001602176634 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.602176634E-9 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TotalLinearStoppingPower> ;
<http://qudt.org/schema/qudt/latexSymbol> "$ev/\\AA$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit electronvolt divided by the unit angstrom" ;
<http://qudt.org/schema/qudt/symbol> "eV/Å" ;
<http://qudt.org/schema/qudt/ucumCode> "eV.Ao-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/ucumCode> "eV/Ao"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Electronvolt per Angstrom"@en ;
.
{"resource":"Electronvolt per Angstrom"
,"qname":"unit:EV-PER-ANGSTROM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/EV-PER-ANGSTROM"
,"properties":["conversion multiplier":"0.000000001602176634"
,"conversion multiplier scientific":"1.602176634E-9"
,"description":"unit electronvolt divided by the unit angstrom"
,"description (plain text)":"unit electronvolt divided by the unit angstrom"
,"has dimension vector":"dimension:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:TotalLinearStoppingPower"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Electronvolt per Angstrom"
,"latex symbol":"$ev\/\\AA$"
,"symbol":"eV\/Å"
,"type":"qudt:Unit"
,"ucum code":"eV.Ao-1"
,"ucum code":"eV\/Ao"
]}
{
"@id" : "http://qudt.org/vocab/unit/EV-PER-ANGSTROM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit electronvolt divided by the unit angstrom",
"conversionMultiplier" : "0.000000001602176634",
"conversionMultiplier:SN" : 1.602176634E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TotalLinearStoppingPower",
"latexSymbol" : "$ev/\\AA$",
"plainTextDescription" : "unit electronvolt divided by the unit angstrom",
"symbol" : "eV/Å",
"ucumCode" : [ "eV.Ao-1", "eV/Ao" ],
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : {
"@language" : "en",
"@value" : "Electronvolt per Angstrom"
},
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"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"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@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#"
}
}