<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/HART-PER-SEC">
<j.0:symbol>Hart/s</j.0:symbol>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/InformationFlowRate"/>
<j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">The "Hartley per Second" is a unit of information rate.</j.1:description>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1.0</j.0:conversionMultiplier>
<j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Ban_(information)</j.0:informativeReference>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<rdfs:label xml:lang="en">Hartley per Second</rdfs:label>
<j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">\(Hart/s\)</j.0:expression>
<j.0:isoNormativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.iso.org/iso/catalogue_detail?csnumber=31898</j.0:isoNormativeReference>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:iec61360Code>0112/2///62720#UAB347</j.0:iec61360Code>
<j.0:uneceCommonCode>Q18</j.0:uneceCommonCode>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0"/>
</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/HART-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The \"Hartley per Second\" is a unit of information rate."^^rdf:HTML ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/expression> "\\(Hart/s\\)"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InformationFlowRate> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB347" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Ban_(information)"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31898"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "Hart/s" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "Q18" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Hartley per Second"@en ;
.
{"resource":"Hartley per Second"
,"qname":"unit:HART-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HART-PER-SEC"
,"properties":["conversion multiplier":"1.0"
,"description":"The \"Hartley per Second\" is a unit of information rate."
,"expression":"\\(Hart\/s\\)"
,"has dimension vector":"dimension:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:InformationFlowRate"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB347"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Ban_(information)"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Hartley per Second"
,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31898"
,"symbol":"Hart\/s"
,"type":"qudt:Unit"
,"unece common code":"Q18"
]}
{
"@id" : "http://qudt.org/vocab/unit/HART-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The \"Hartley per Second\" is a unit of information rate.",
"conversionMultiplier" : "1.0",
"expression" : "\\(Hart/s\\)",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InformationFlowRate",
"iec61360Code" : "0112/2///62720#UAB347",
"informativeReference" : "http://en.wikipedia.org/wiki/Ban_(information)",
"isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31898",
"symbol" : "Hart/s",
"uneceCommonCode" : "Q18",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : {
"@language" : "en",
"@value" : "Hartley per Second"
},
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isoNormativeReference" : {
"@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"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#"
}
}