unit:PlanckPower

URI: http://qudt.org/vocab/unit/PlanckPower

Type
Description

The Planck energy divided by the Planck time is the Planck power $P_p $, equal to about $3.62831 \times 10^{52} W$. This is an extremely large unit; even gamma-ray bursts, the most luminous phenomena known, have output on the order of $1 \times 10^{45} W$, less than one ten-millionth of the Planck power.

Properties
qudt:conversionMultiplier
36283100000000000000000000000000000000000000000000000.0
qudt:latexDefinition
$P_p = {\frac{ c^5}{G}}$, where $c$ is the speed of light in a vacuum, and $G$ is the gravitational constant.
qudt:symbol
planckpower
Annotations
dcterms:description
The Planck energy divided by the Planck time is the Planck power $P_p $, equal to about $3.62831 \times 10^{52} W$. This is an extremely large unit; even gamma-ray bursts, the most luminous phenomena known, have output on the order of $1 \times 10^{45} W$, less than one ten-millionth of the Planck power.
rdfs:label
Planck Power(en)
View as:  CSV

Work in progress

RDF/XML
<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/PlanckPower">
    <j.0:latexDefinition rdf:datatype="http://qudt.org/schema/qudt/LatexString">$P_p = {\frac{ c^5}{G}}$, where $c$ is the speed of light in a vacuum, and $G$ is the gravitational constant.</j.0:latexDefinition>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Planck_power?oldid=493642483</j.0:informativeReference>
    <j.0:derivedUnitOfSystem rdf:resource="http://qudt.org/vocab/sou/PLANCK"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <rdfs:label xml:lang="en">Planck Power</rdfs:label>
    <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">36283100000000000000000000000000000000000000000000000.0</j.0:conversionMultiplier>
    <j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">3.62831E52</j.0:conversionMultiplierSN>
    <j.0:symbol>planckpower</j.0:symbol>
    <j.0:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Planck_power</j.0:dbpediaMatch>
    <j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">The Planck energy divided by the Planck time is the Planck power $P_p $, equal to about $3.62831 \times 10^{52} W$. This is an extremely large unit; even gamma-ray bursts, the most luminous phenomena known, have output on the order of $1 \times 10^{45} W$, less than one ten-millionth of the Planck power.</j.1:description>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/PLANCK"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Power"/>
  </rdf:Description>
</rdf:RDF>
TURTLE
@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/PlanckPower>
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://purl.org/dc/terms/description> "The Planck energy divided by the Planck time is the Planck power $P_p $, equal to about $3.62831 \\times 10^{52} W$. This is an extremely large unit; even gamma-ray bursts, the most luminous phenomena known, have output on the order of $1 \\times 10^{45} W$, less than one ten-millionth of the Planck power."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
  <http://qudt.org/schema/qudt/conversionMultiplier> 36283100000000000000000000000000000000000000000000000.0 ;
  <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.62831E52 ;
  <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Planck_power"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/PLANCK> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ;
  <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Planck_power?oldid=493642483"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/latexDefinition> "$P_p = {\\frac{ c^5}{G}}$, where $c$ is the speed of light in a vacuum, and $G$ is the gravitational constant."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/symbol> "planckpower" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
  rdfs:label "Planck Power"@en ;
.
JSON
{"resource":"Planck Power" 
 ,"qname":"unit:PlanckPower" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/PlanckPower" 
 ,"properties":["applicable system":"sou:PLANCK" 
    ,"conversion multiplier":"36283100000000000000000000000000000000000000000000000.0" 
    ,"conversion multiplier scientific":"3.62831E52" 
    ,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Planck_power" 
    ,"description":"The Planck energy divided by the Planck time is the Planck power $P_p $, equal to about $3.62831 \\times 10^{52} W$. This is an extremely large unit; even gamma-ray bursts, the most luminous phenomena known, have output on the order of $1 \\times 10^{45} W$, less than one ten-millionth of the Planck power." 
    ,"has dimension vector":"dimension:A0E0L2I0M1H0T-3D0" 
    ,"has quantity kind":"quantitykind:Power" 
    ,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Planck_power?oldid=493642483" 
    ,"is derived unit of system":"sou:PLANCK" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/unit&gt;" 
    ,"label":"Planck Power" 
    ,"latex definition":"$P_p = {\\frac{ c^5}{G}}$, where $c$ is the speed of light in a vacuum, and $G$ is the gravitational constant." 
    ,"symbol":"planckpower" 
    ,"type":"qudt:Unit" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/PlanckPower",
  "@type" : "http://qudt.org/schema/qudt/Unit",
  "description" : "The Planck energy divided by the Planck time is the Planck power $P_p $, equal to about $3.62831 \\times 10^{52} W$. This is an extremely large unit; even gamma-ray bursts, the most luminous phenomena known, have output on the order of $1 \\times 10^{45} W$, less than one ten-millionth of the Planck power.",
  "applicableSystem" : "http://qudt.org/vocab/sou/PLANCK",
  "conversionMultiplier" : "36283100000000000000000000000000000000000000000000000.0",
  "conversionMultiplier:SN" : 3.62831E52,
  "dbpediaMatch" : "http://dbpedia.org/resource/Planck_power",
  "derivedUnitOfSystem" : "http://qudt.org/vocab/sou/PLANCK",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
  "informativeReference" : "http://en.wikipedia.org/wiki/Planck_power?oldid=493642483",
  "latexDefinition" : "$P_p = {\\frac{ c^5}{G}}$, where $c$ is the speed of light in a vacuum, and $G$ is the gravitational constant.",
  "symbol" : "planckpower",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
  "label" : {
    "@language" : "en",
    "@value" : "Planck Power"
  },
  "@context" : {
    "latexDefinition" : {
      "@id" : "http://qudt.org/schema/qudt/latexDefinition",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "derivedUnitOfSystem" : {
      "@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "conversionMultiplier" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
      "@type" : "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "conversionMultiplierSN" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
      "@type" : "http://www.w3.org/2001/XMLSchema#double"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "dbpediaMatch" : {
      "@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "applicableSystem" : {
      "@id" : "http://qudt.org/schema/qudt/applicableSystem",
      "@type" : "@id"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "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#"
  }
}

Generated 2024-04-25T14:39:58.982-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)