@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#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prefix: <http://qudt.org/vocab/prefix/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix qkdv: <http://qudt.org/vocab/dimensionvector/> .
@prefix quantitykind: <http://qudt.org/vocab/quantitykind/> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix si-unit: <https://si-digital-framework.org/SI/units/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sou: <http://qudt.org/vocab/sou/> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix voag: <http://voag.linkedmodel.org/schema/voag#> .

unit:J-SEC-PER-MOL
  a qudt:Unit ;
  dcterms:description "$\\textit{Joule Second per Mole}$ is a unit for 'Molar Angular Momentum' expressed as $J s mol^{-1}$."^^qudt:LatexString ;
  qudt:applicableSystem sou:SI ;
  qudt:conversionMultiplier 1.0 ;
  qudt:conversionMultiplierSN 1.0E0 ;
  qudt:derivedCoherentUnitOfSystem sou:SI ;
  qudt:expression "$J s mol^{-1}$"^^qudt:LatexString ;
  qudt:hasDimensionVector qkdv:A-1E0L2I0M1H0T-1D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:J ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:SEC ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -1 ;
    qudt:hasUnit unit:MOL ;
  ] ;
  qudt:hasQuantityKind quantitykind:MolarAngularMomentum ;
  qudt:symbol "J·s/mol" ;
  qudt:ucumCode "J.s.mol-1"^^qudt:UCUMcs ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Dżul Sekunda na Mol"@pl ;
  rdfs:label "Joule Saat per Mole"@ms ;
  rdfs:label "Joule Saniye per Mol"@tr ;
  rdfs:label "Joule Second per Mole" ;
  rdfs:label "Joule Second per Mole"@en ;
  rdfs:label "Joule Seconde par Mole"@fr ;
  rdfs:label "Joule Secondo per Mole"@it ;
  rdfs:label "Joule Secundă pe Mol"@ro ;
  rdfs:label "Joule Segundo por Mol"@pt ;
  rdfs:label "Joule Sekunda na Mol"@cs ;
  rdfs:label "Joule Sekunda na Mol"@sl ;
  rdfs:label "Joule Sekunde pro Mol"@de ;
  rdfs:label "Joulium Secundum per Moles"@la ;
  rdfs:label "Julio Segundo por Mol"@es ;
  rdfs:label "Τζάουλ Δευτερόλεπτο ανά Μολ"@el ;
  rdfs:label "Джаул Секунда на Мол"@bg ;
  rdfs:label "Джоуль Секунда на Моль"@ru .
