unit:SAMPLE-PER-SEC
URI: http://qudt.org/vocab/unit/SAMPLE-PER-SEC
The number of discrete samples of some thing per second.
Work in progress
<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/SAMPLE-PER-SEC"> <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/> <j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E0</j.0:conversionMultiplierSN> <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1.0</j.0:conversionMultiplier> <j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">The number of discrete samples of some thing per second.</j.1:description> <j.0:exactMatch rdf:resource="http://qudt.org/vocab/unit/PER-SEC"/> <j.0:symbol>sample/s</j.0:symbol> <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Frequency"/> <rdfs:label xml:lang="en">Sample per second</rdfs:label> <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.0/vocab/unit"/> <j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">$sample-per-sec$</j.0:expression> <j.0:hasFactorUnit rdf:nodeID="A0"/> <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0"/> <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">s-1</j.0:ucumCode> <j.0:hasFactorUnit rdf:nodeID="A1"/> </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/SAMPLE-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The number of discrete samples of some thing per second."^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/PER-SEC> ; <http://qudt.org/schema/qudt/expression> "$sample-per-sec$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Frequency> ; <http://qudt.org/schema/qudt/symbol> "sample/s" ; <http://qudt.org/schema/qudt/ucumCode> "s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/unit> ; rdfs:label "Sample per second"@en ; .
{"resource":"Sample per second" ,"qname":"unit:SAMPLE-PER-SEC" ,"uri":"http:\/\/qudt.org\/vocab\/unit\/SAMPLE-PER-SEC" ,"properties":["conversion multiplier":"1.0" ,"conversion multiplier scientific":"1.0E0" ,"description":"The number of discrete samples of some thing per second." ,"exact match":"unit:PER-SEC" ,"expression":"$sample-per-sec$" ,"has dimension vector":"dimension:A0E0L0I0M0H0T-1D0" ,"has quantity kind":"quantitykind:Frequency" ,"hasFactorUnit":null ,"hasFactorUnit":null ,"isDefinedBy":"<http:\/\/qudt.org\/3.1.0\/vocab\/unit>" ,"label":"Sample per second" ,"symbol":"sample\/s" ,"type":"qudt:Unit" ,"ucum code":"s-1" ]}
{ "@id" : "http://qudt.org/vocab/unit/SAMPLE-PER-SEC", "@type" : "http://qudt.org/schema/qudt/Unit", "description" : "The number of discrete samples of some thing per second.", "conversionMultiplier" : "1.0", "conversionMultiplier:SN" : 1.0, "exactMatch" : "http://qudt.org/vocab/unit/PER-SEC", "expression" : "$sample-per-sec$", "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0", "hasFactorUnit" : [ "_:b0", "_:b1" ], "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Frequency", "symbol" : "sample/s", "ucumCode" : "s-1", "isDefinedBy" : "http://qudt.org/3.1.0/vocab/unit", "label" : { "@language" : "en", "@value" : "Sample per second" }, "@context" : { "conversionMultiplierSN" : { "@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN", "@type" : "http://www.w3.org/2001/XMLSchema#double" }, "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" }, "exactMatch" : { "@id" : "http://qudt.org/schema/qudt/exactMatch", "@type" : "@id" }, "symbol" : { "@id" : "http://qudt.org/schema/qudt/symbol" }, "hasQuantityKind" : { "@id" : "http://qudt.org/schema/qudt/hasQuantityKind", "@type" : "@id" }, "label" : { "@id" : "http://www.w3.org/2000/01/rdf-schema#label" }, "isDefinedBy" : { "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy", "@type" : "@id" }, "expression" : { "@id" : "http://qudt.org/schema/qudt/expression", "@type" : "http://qudt.org/schema/qudt/LatexString" }, "hasFactorUnit" : { "@id" : "http://qudt.org/schema/qudt/hasFactorUnit", "@type" : "@id" }, "hasDimensionVector" : { "@id" : "http://qudt.org/schema/qudt/hasDimensionVector", "@type" : "@id" }, "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#" } }