@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:PlanckCurrent
  a qudt:Unit ;
  dcterms:description "The Planck current is the unit of electric current, denoted by IP, in the system of natural units known as Planck units. $\\approx 3.479 \\times 10 A$, where:  the Planck time is the permittivity in vacuum and the reduced Planck constant G is the gravitational constant c is the speed of light in vacuum. The Planck current is that current which, in a conductor, carries a Planck charge in Planck time. Alternatively, the Planck current is that constant current which, if maintained in two straight parallel conductors of infinite length and negligible circular cross-section, and placed a Planck length apart in vacuum, would produce between these conductors a force equal to a Planck force per Planck length."^^qudt:LatexString ;
  qudt:applicableSystem sou:PLANCK ;
  qudt:conversionMultiplier 34789000000000000000000000.0 ;
  qudt:conversionMultiplierSN 3.4789E25 ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_current"^^xsd:anyURI ;
  qudt:derivedUnitOfSystem sou:PLANCK ;
  qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ;
  qudt:hasQuantityKind quantitykind:ElectricCurrent ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Planck_current?oldid=493640689"^^xsd:anyURI ;
  qudt:scalingOf unit:A ;
  qudt:symbol "planckcurrent" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q1196846> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Planck Current" ;
  rdfs:label "Planck Current"@en .
