<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: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/MicroJ">
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0"/>
<j.0:isScalingOf rdf:resource="http://qudt.org/vocab/unit/J"/>
<j.0:conversionOffset rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.0</j.0:conversionOffset>
<rdfs:label xml:lang="de">Mikrojoule </rdfs:label>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Energy"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.000001</j.0:conversionMultiplier>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:symbol>µJ</j.0:symbol>
<rdfs:label xml:lang="en">Micro Joule</rdfs:label>
<rdfs:label xml:lang="en-us">Micro Joule</rdfs:label>
<j.0:plainTextDescription>0.000001-fold of the SI derived unit joule</j.0:plainTextDescription>
<j.0:prefix rdf:resource="http://qudt.org/vocab/prefix/Micro"/>
</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/MicroJ>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ;
<http://qudt.org/schema/qudt/conversionOffset> 0.0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ;
<http://qudt.org/schema/qudt/isScalingOf> <http://qudt.org/vocab/unit/J> ;
<http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI derived unit joule" ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ;
<http://qudt.org/schema/qudt/symbol> "µJ" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Micro Joule"@en ;
rdfs:label "Micro Joule"@en-us ;
rdfs:label "Mikrojoule "@de ;
.
{"resource":"Micro Joule"
,"qname":"unit:MicroJ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroJ"
,"properties":["conversion multiplier":"0.000001"
,"conversion offset":"0.0"
,"description (plain text)":"0.000001-fold of the SI derived unit joule"
,"has dimension vector":"dimension:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"is scaling of":"unit:J"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Micro Joule"
,"label":"Micro Joule"
,"label":"Mikrojoule "
,"prefix":"prefix:Micro"
,"symbol":"µJ"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroJ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "0.000001",
"conversionOffset" : "0.0",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"isScalingOf" : "http://qudt.org/vocab/unit/J",
"plainTextDescription" : "0.000001-fold of the SI derived unit joule",
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"symbol" : "µJ",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Mikrojoule "
}, {
"@language" : "en",
"@value" : "Micro Joule"
}, {
"@language" : "en-us",
"@value" : "Micro Joule"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isScalingOf" : {
"@id" : "http://qudt.org/schema/qudt/isScalingOf",
"@type" : "@id"
},
"conversionOffset" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffset",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@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#"
}
}