@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:PlanckMomentum
  a qudt:Unit ;
  dcterms:description """Planck momentum is the unit of momentum in the system of natural units known as Planck units. It has no
    commonly used symbol of its own, but can be denoted by, where is the Planck mass and is the speed of light in a vacuum. Then
    where is the reduced Planck's constant, is the Planck length, is the gravitational constant. In SI units Planck momentum is
    $\\approx 6.5 kg m/s$.
  """^^qudt:LatexString ;
  qudt:applicableSystem sou:PLANCK ;
  qudt:conversionMultiplier 6.52485 ;
  qudt:conversionMultiplierSN 6.52485E0 ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_momentum"^^xsd:anyURI ;
  qudt:derivedUnitOfSystem sou:PLANCK ;
  qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-1D0 ;
  qudt:hasQuantityKind quantitykind:LinearMomentum ;
  qudt:hasQuantityKind quantitykind:Momentum ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Planck_momentum?oldid=493644981"^^xsd:anyURI ;
  qudt:scalingOf unit:KiloGM-M-PER-SEC ;
  qudt:symbol "planckmomentum" ;
  qudt:unitForQuantityKind quantitykind:LinearMomentum ;
  qudt:unitForQuantityKind quantitykind:Momentum ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q239830> ;
  rdfs:isDefinedBy <http://qudt.org/3.4.0/vocab/unit> ;
  rdfs:label "Planck Momentum" ;
  rdfs:label "Planck Momentum"@en .
