@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:PicoMOL-PER-M-W-SEC
  a qudt:Unit ;
  qudt:applicableSystem sou:SI ;
  qudt:conversionMultiplier 0.000000000001 ;
  qudt:conversionMultiplierSN 1.0E-12 ;
  qudt:hasDimensionVector qkdv:A1E0L-3I0M-1H0T2D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -1 ;
    qudt:hasUnit unit:M ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -1 ;
    qudt:hasUnit unit:SEC ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -1 ;
    qudt:hasUnit unit:W ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:PicoMOL ;
  ] ;
  qudt:hasQuantityKind quantitykind:Unknown ;
  qudt:symbol "pmol/(m·W·s)" ;
  qudt:ucumCode "pmol.m-1.W-1.s-1"^^qudt:UCUMcs ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Picomol na Meter Watt Sekunda"@sl ;
  rdfs:label "Picomol na Metr Wat Sekunda"@pl ;
  rdfs:label "Picomol na Metr Watt Sekunda"@cs ;
  rdfs:label "Picomol pe Metru Watt Secundă"@ro ;
  rdfs:label "Picomol per Metre Watt Saniye"@tr ;
  rdfs:label "Picomol por Metro Vatio Segundo"@es ;
  rdfs:label "Picomol pro Meter Watt Sekunde"@de ;
  rdfs:label "Picomole par Mètre Watt Seconde"@fr ;
  rdfs:label "Picomole per Meter Watt Saat"@ms ;
  rdfs:label "Picomole per Meter Watt Second"@en-US ;
  rdfs:label "Picomole per Metre Watt Second" ;
  rdfs:label "Picomole per Metre Watt Second"@en ;
  rdfs:label "Picomole per Metro Watt Secondo"@it .
