unit:J-SEC
URI: http://qudt.org/vocab/unit/J-SEC
The joule-second is a unit equal to a joule multiplied by a second, used to measure action or angular momentum. The joule-second is the unit used for Planck's constant.
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/J-SEC"> <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Action"/> <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS"/> <rdfs:label xml:lang="es">Julio Segundo</rdfs:label> <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0"/> <rdfs:label xml:lang="ar">جول ثانية</rdfs:label> <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.4/vocab/unit"/> <j.0:hasFactorUnit rdf:nodeID="A0"/> <rdfs:label xml:lang="pl">Dżulosekunda</rdfs:label> <j.0:symbol>J·s</j.0:symbol> <j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString"> The $\textit{joule-second}$ is a unit equal to a $joule$ multiplied by a second, used to measure action or angular momentum. The joule-second is the unit used for Planck's constant. </j.1:description> <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1.0</j.0:conversionMultiplier> <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">J.s</j.0:ucumCode> <j.0:uneceCommonCode>B18</j.0:uneceCommonCode> <rdfs:label xml:lang="zh">焦耳秒</rdfs:label> <rdfs:label xml:lang="tr">Joule Saniye</rdfs:label> <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/AngularImpulse"/> <j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E0</j.0:conversionMultiplierSN> <rdfs:label xml:lang="fa">ژول ثانیه</rdfs:label> <rdf:type rdf:resource="http://qudt.org/schema/qudt/DerivedUnit"/> <j.0:derivedCoherentUnitOfSystem rdf:resource="http://qudt.org/vocab/sou/SI"/> <rdfs:label xml:lang="ru">Джоуль-секунда</rdfs:label> <rdfs:label xml:lang="pt">Joule-segundo</rdfs:label> <rdfs:label xml:lang="cs">Joule Sekunda</rdfs:label> <rdfs:label xml:lang="en">Joule Second</rdfs:label> <rdfs:label xml:lang="sl">Joule Sekunda</rdfs:label> <rdfs:label xml:lang="it">Joule per Secondo</rdfs:label> <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/> <j.0:hasFactorUnit rdf:nodeID="A1"/> <rdfs:label xml:lang="ro">Joule-secundă</rdfs:label> <rdfs:label xml:lang="hi">जूल सैकण्ड</rdfs:label> <rdfs:label xml:lang="de">Joulesekunde</rdfs:label> <rdfs:label xml:lang="fr">Joule-seconde</rdfs:label> <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS-EMU"/> <rdfs:label xml:lang="ja">ジュール秒</rdfs:label> <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS-GAUSS"/> <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB151</j.0:informativeReference> <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/SI"/> <rdfs:label xml:lang="ms">Joule Saat</rdfs:label> <j.0:definedUnitOfSystem rdf:resource="http://qudt.org/vocab/sou/SI"/> <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/AngularMomentum"/> <j.0:iec61360Code>0112/2///62720#UAB151</j.0:iec61360Code> </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/J-SEC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> """ The $\\textit{joule-second}$ is a unit equal to a $joule$ multiplied by a second, used to measure action or angular momentum. The joule-second is the unit used for Planck's constant. """^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Action> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularImpulse> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularMomentum> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB151" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB151"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "J·s" ; <http://qudt.org/schema/qudt/ucumCode> "J.s"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B18" ; rdfs:isDefinedBy <http://qudt.org/3.1.4/vocab/unit> ; rdfs:label "Dżulosekunda"@pl ; rdfs:label "Joule Saat"@ms ; rdfs:label "Joule Saniye"@tr ; rdfs:label "Joule Second"@en ; rdfs:label "Joule Sekunda"@cs ; rdfs:label "Joule Sekunda"@sl ; rdfs:label "Joule per Secondo"@it ; rdfs:label "Joule-seconde"@fr ; rdfs:label "Joule-secundă"@ro ; rdfs:label "Joule-segundo"@pt ; rdfs:label "Joulesekunde"@de ; rdfs:label "Julio Segundo"@es ; rdfs:label "Джоуль-секунда"@ru ; rdfs:label "جول ثانية"@ar ; rdfs:label "ژول ثانیه"@fa ; rdfs:label "जूल सैकण्ड"@hi ; rdfs:label "ジュール秒"@ja ; rdfs:label "焦耳秒"@zh ; .
{"resource":"Joule Second" ,"qname":"unit:J-SEC" ,"uri":"http:\/\/qudt.org\/vocab\/unit\/J-SEC" ,"properties":["applicable system":"sou:CGS" ,"applicable system":"sou:CGS-EMU" ,"applicable system":"sou:CGS-GAUSS" ,"applicable system":"sou:SI" ,"conversion multiplier":"1.0" ,"conversion multiplier scientific":"1.0E0" ,"defined unit of system":"sou:SI" ,"description":"\n The $\\textit{joule-second}$ is a unit equal to a $joule$ multiplied by a second, used to measure action or angular momentum. \n The joule-second is the unit used for Planck's constant.\n " ,"has dimension vector":"dimension:A0E0L2I0M1H0T-1D0" ,"has quantity kind":"quantitykind:Action" ,"has quantity kind":"quantitykind:AngularImpulse" ,"has quantity kind":"quantitykind:AngularMomentum" ,"hasFactorUnit":null ,"hasFactorUnit":null ,"iec-61360 code":"0112\/2\/\/\/62720#UAB151" ,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB151" ,"is coherent derived unit of system":"sou:SI" ,"isDefinedBy":"<http:\/\/qudt.org\/3.1.4\/vocab\/unit>" ,"label":"Dżulosekunda" ,"label":"Joule Saat" ,"label":"Joule Saniye" ,"label":"Joule Second" ,"label":"Joule Sekunda" ,"label":"Joule Sekunda" ,"label":"Joule per Secondo" ,"label":"Joule-seconde" ,"label":"Joule-secundă" ,"label":"Joule-segundo" ,"label":"Joulesekunde" ,"label":"Julio Segundo" ,"label":"Джоуль-секунда" ,"label":"جول ثانية" ,"label":"ژول ثانیه" ,"label":"जूल सैकण्ड" ,"label":"ジュール秒" ,"label":"焦耳秒" ,"symbol":"J·s" ,"type":"qudt:DerivedUnit" ,"type":"qudt:Unit" ,"ucum code":"J.s" ,"unece common code":"B18" ]}
{ "@id" : "http://qudt.org/vocab/unit/J-SEC", "@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ], "description" : "\n The $\\textit{joule-second}$ is a unit equal to a $joule$ multiplied by a second, used to measure action or angular momentum. \n The joule-second is the unit used for Planck's constant.\n ", "applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ], "conversionMultiplier" : "1.0", "conversionMultiplier:SN" : 1.0, "definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI", "derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI", "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0", "hasFactorUnit" : [ "_:b0", "_:b1" ], "hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Action", "http://qudt.org/vocab/quantitykind/AngularImpulse", "http://qudt.org/vocab/quantitykind/AngularMomentum" ], "iec61360Code" : "0112/2///62720#UAB151", "informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB151", "symbol" : "J·s", "ucumCode" : "J.s", "uneceCommonCode" : "B18", "isDefinedBy" : "http://qudt.org/3.1.4/vocab/unit", "label" : [ { "@language" : "es", "@value" : "Julio Segundo" }, { "@language" : "ar", "@value" : "جول ثانية" }, { "@language" : "pl", "@value" : "Dżulosekunda" }, { "@language" : "zh", "@value" : "焦耳秒" }, { "@language" : "tr", "@value" : "Joule Saniye" }, { "@language" : "fa", "@value" : "ژول ثانیه" }, { "@language" : "ru", "@value" : "Джоуль-секунда" }, { "@language" : "pt", "@value" : "Joule-segundo" }, { "@language" : "cs", "@value" : "Joule Sekunda" }, { "@language" : "en", "@value" : "Joule Second" }, { "@language" : "sl", "@value" : "Joule Sekunda" }, { "@language" : "it", "@value" : "Joule per Secondo" }, { "@language" : "ro", "@value" : "Joule-secundă" }, { "@language" : "hi", "@value" : "जूल सैकण्ड" }, { "@language" : "de", "@value" : "Joulesekunde" }, { "@language" : "fr", "@value" : "Joule-seconde" }, { "@language" : "ja", "@value" : "ジュール秒" }, { "@language" : "ms", "@value" : "Joule Saat" } ], "@context" : { "hasQuantityKind" : { "@id" : "http://qudt.org/schema/qudt/hasQuantityKind", "@type" : "@id" }, "applicableSystem" : { "@id" : "http://qudt.org/schema/qudt/applicableSystem", "@type" : "@id" }, "label" : { "@id" : "http://www.w3.org/2000/01/rdf-schema#label" }, "hasDimensionVector" : { "@id" : "http://qudt.org/schema/qudt/hasDimensionVector", "@type" : "@id" }, "isDefinedBy" : { "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy", "@type" : "@id" }, "hasFactorUnit" : { "@id" : "http://qudt.org/schema/qudt/hasFactorUnit", "@type" : "@id" }, "symbol" : { "@id" : "http://qudt.org/schema/qudt/symbol" }, "description" : { "@id" : "http://purl.org/dc/terms/description", "@type" : "http://qudt.org/schema/qudt/LatexString" }, "conversionMultiplier" : { "@id" : "http://qudt.org/schema/qudt/conversionMultiplier", "@type" : "http://www.w3.org/2001/XMLSchema#decimal" }, "ucumCode" : { "@id" : "http://qudt.org/schema/qudt/ucumCode", "@type" : "http://qudt.org/schema/qudt/UCUMcs" }, "uneceCommonCode" : { "@id" : "http://qudt.org/schema/qudt/uneceCommonCode" }, "conversionMultiplierSN" : { "@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN", "@type" : "http://www.w3.org/2001/XMLSchema#double" }, "derivedCoherentUnitOfSystem" : { "@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem", "@type" : "@id" }, "informativeReference" : { "@id" : "http://qudt.org/schema/qudt/informativeReference", "@type" : "http://www.w3.org/2001/XMLSchema#anyURI" }, "definedUnitOfSystem" : { "@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem", "@type" : "@id" }, "iec61360Code" : { "@id" : "http://qudt.org/schema/qudt/iec61360Code" }, "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#" } }