<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/DPI">
<j.0:iec61360Code>0112/2///62720#UAA421</j.0:iec61360Code>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">3.937008E1</j.0:conversionMultiplierSN>
<j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">point density as amount of the picture base element divided by the unit inch according to the Anglo-American and the Imperial system of units</j.1:description>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<rdfs:label xml:lang="en">Dots per Inch</rdfs:label>
<j.0:plainTextDescription>point density as amount of the picture base element divided by the unit inch according to the Anglo-American and the Imperial system of units</j.0:plainTextDescription>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0"/>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">39.37008</j.0:conversionMultiplier>
<j.0:symbol>DPI</j.0:symbol>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">{dot}/[in_i]</j.0:ucumCode>
<j.0:uneceCommonCode>E39</j.0:uneceCommonCode>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/InverseLength"/>
</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/DPI>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "point density as amount of the picture base element divided by the unit inch according to the Anglo-American and the Imperial system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/conversionMultiplier> 39.37008 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.937008E1 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseLength> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA421" ;
<http://qudt.org/schema/qudt/plainTextDescription> "point density as amount of the picture base element divided by the unit inch according to the Anglo-American and the Imperial system of units" ;
<http://qudt.org/schema/qudt/symbol> "DPI" ;
<http://qudt.org/schema/qudt/ucumCode> "{dot}/[in_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "E39" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Dots per Inch"@en ;
.
{"resource":"Dots per Inch"
,"qname":"unit:DPI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DPI"
,"properties":["conversion multiplier":"39.37008"
,"conversion multiplier scientific":"3.937008E1"
,"description":"point density as amount of the picture base element divided by the unit inch according to the Anglo-American and the Imperial system of units"
,"description (plain text)":"point density as amount of the picture base element divided by the unit inch according to the Anglo-American and the Imperial system of units"
,"has dimension vector":"dimension:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:InverseLength"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA421"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Dots per Inch"
,"symbol":"DPI"
,"type":"qudt:Unit"
,"ucum code":"{dot}\/[in_i]"
,"unece common code":"E39"
]}
{
"@id" : "http://qudt.org/vocab/unit/DPI",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "point density as amount of the picture base element divided by the unit inch according to the Anglo-American and the Imperial system of units",
"conversionMultiplier" : "39.37008",
"conversionMultiplier:SN" : 39.37008,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseLength",
"iec61360Code" : "0112/2///62720#UAA421",
"plainTextDescription" : "point density as amount of the picture base element divided by the unit inch according to the Anglo-American and the Imperial system of units",
"symbol" : "DPI",
"ucumCode" : "{dot}/[in_i]",
"uneceCommonCode" : "E39",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : {
"@language" : "en",
"@value" : "Dots per Inch"
},
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@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"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@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#"
}
}