<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/S-PER-M">
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Conductivity"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1.0</j.0:conversionMultiplier>
<j.0:iec61360Code>0112/2///62720#UAA279</j.0:iec61360Code>
<j.0:uneceCommonCode>D10</j.0:uneceCommonCode>
<j.0:plainTextDescription>SI derived unit siemens divided by the SI base unit metre</j.0:plainTextDescription>
<j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">\(s-per-m\)</j.0:expression>
<rdfs:label xml:lang="en">Siemens Per Metre</rdfs:label>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">S/m</j.0:ucumCode>
<rdfs:label xml:lang="en-us">Siemens Per Meter</rdfs:label>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/ElectrolyticConductivity"/>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">S.m-1</j.0:ucumCode>
</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/S-PER-M>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/expression> "\\(s-per-m\\)"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Conductivity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectrolyticConductivity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA279" ;
<http://qudt.org/schema/qudt/plainTextDescription> "SI derived unit siemens divided by the SI base unit metre" ;
<http://qudt.org/schema/qudt/ucumCode> "S.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/ucumCode> "S/m"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "D10" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Siemens Per Meter"@en-us ;
rdfs:label "Siemens Per Metre"@en ;
.
{"resource":"Siemens Per Metre"
,"qname":"unit:S-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/S-PER-M"
,"properties":["conversion multiplier":"1.0"
,"description (plain text)":"SI derived unit siemens divided by the SI base unit metre"
,"expression":"\\(s-per-m\\)"
,"has dimension vector":"dimension:A0E2L-3I0M-1H0T3D0"
,"has quantity kind":"quantitykind:Conductivity"
,"has quantity kind":"quantitykind:ElectrolyticConductivity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA279"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Siemens Per Meter"
,"label":"Siemens Per Metre"
,"type":"qudt:Unit"
,"ucum code":"S.m-1"
,"ucum code":"S\/m"
,"unece common code":"D10"
]}
{
"@id" : "http://qudt.org/vocab/unit/S-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "1.0",
"expression" : "\\(s-per-m\\)",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Conductivity", "http://qudt.org/vocab/quantitykind/ElectrolyticConductivity" ],
"iec61360Code" : "0112/2///62720#UAA279",
"plainTextDescription" : "SI derived unit siemens divided by the SI base unit metre",
"ucumCode" : [ "S/m", "S.m-1" ],
"uneceCommonCode" : "D10",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Siemens Per Metre"
}, {
"@language" : "en-us",
"@value" : "Siemens Per Meter"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@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"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"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"
},
"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#"
}
}