<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/PIXEL_AREA">
<j.0:plainTextDescription>Pixel Area is a unit of measure for the area subtended by some number of pixels; sometimes used in image processing.</j.0:plainTextDescription>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.3/vocab/unit"/>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">0.0E0</j.0:conversionMultiplierSN>
<j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">$\textit{Pixel Area}$ is a unit of measure for the area subtended by some number of pixels; sometimes used
in image processing.
</j.1:description>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Area"/>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.0</j.0:conversionMultiplier>
<rdfs:label>Pixel (area)</rdfs:label>
<j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Pixel</j.0:informativeReference>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0"/>
</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/PIXEL_AREA>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{Pixel Area}$ is a unit of measure for the area subtended by some number of pixels; sometimes used
in image processing.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Area> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Pixel"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "Pixel Area is a unit of measure for the area subtended by some number of pixels; sometimes used in image processing." ;
rdfs:isDefinedBy <http://qudt.org/3.1.3/vocab/unit> ;
rdfs:label "Pixel (area)" ;
.
{"resource":"Pixel (area)"
,"qname":"unit:PIXEL_AREA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PIXEL_AREA"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"$\\textit{Pixel Area}$ is a unit of measure for the area subtended by some number of pixels; sometimes used\n in image processing.\n "
,"description (plain text)":"Pixel Area is a unit of measure for the area subtended by some number of pixels; sometimes used in image processing."
,"has dimension vector":"dimension:A0E0L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:Area"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Pixel"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.3\/vocab\/unit>"
,"label":"Pixel (area)"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PIXEL_AREA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Pixel Area}$ is a unit of measure for the area subtended by some number of pixels; sometimes used\n in image processing.\n ",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Area",
"informativeReference" : "http://en.wikipedia.org/wiki/Pixel",
"plainTextDescription" : "Pixel Area is a unit of measure for the area subtended by some number of pixels; sometimes used in image processing.",
"isDefinedBy" : "http://qudt.org/3.1.3/vocab/unit",
"label" : "Pixel (area)",
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"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://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@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#"
}
}