<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/V-PER-IN">
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/ElectricFieldStrength"/>
<j.0:uneceCommonCode>H23</j.0:uneceCommonCode>
<j.0:plainTextDescription>SI derived unit volt divided by the unit inch according to the Anglo-American and the Imperial system of units</j.0:plainTextDescription>
<rdfs:label xml:lang="en">Volt per Inch</rdfs:label>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">V.[in_i]-1</j.0:ucumCode>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">39.37007874015748</j.0:conversionMultiplier>
<j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">SI derived unit volt divided by the unit inch according to the Anglo-American and the Imperial system of units</j.1:description>
<j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">3.937007874015748E1</j.0:conversionMultiplierSN>
<j.0:symbol>V/in</j.0:symbol>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:iec61360Code>0112/2///62720#UAA300</j.0:iec61360Code>
<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/V-PER-IN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "SI derived unit volt 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.37007874015748 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.937007874015748E1 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricFieldStrength> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA300" ;
<http://qudt.org/schema/qudt/plainTextDescription> "SI derived unit volt divided by the unit inch according to the Anglo-American and the Imperial system of units" ;
<http://qudt.org/schema/qudt/symbol> "V/in" ;
<http://qudt.org/schema/qudt/ucumCode> "V.[in_i]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "H23" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Volt per Inch"@en ;
.
{"resource":"Volt per Inch"
,"qname":"unit:V-PER-IN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/V-PER-IN"
,"properties":["conversion multiplier":"39.37007874015748"
,"conversion multiplier scientific":"3.937007874015748E1"
,"description":"SI derived unit volt divided by the unit inch according to the Anglo-American and the Imperial system of units"
,"description (plain text)":"SI derived unit volt divided by the unit inch according to the Anglo-American and the Imperial system of units"
,"has dimension vector":"dimension:A0E-1L1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricFieldStrength"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA300"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Volt per Inch"
,"symbol":"V\/in"
,"type":"qudt:Unit"
,"ucum code":"V.[in_i]-1"
,"unece common code":"H23"
]}
{
"@id" : "http://qudt.org/vocab/unit/V-PER-IN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit volt divided by the unit inch according to the Anglo-American and the Imperial system of units",
"conversionMultiplier" : "39.37007874015748",
"conversionMultiplier:SN" : 39.37007874015748,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricFieldStrength",
"iec61360Code" : "0112/2///62720#UAA300",
"plainTextDescription" : "SI derived unit volt divided by the unit inch according to the Anglo-American and the Imperial system of units",
"symbol" : "V/in",
"ucumCode" : "V.[in_i]-1",
"uneceCommonCode" : "H23",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : {
"@language" : "en",
"@value" : "Volt per Inch"
},
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"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#"
}
}