SELECT ?property ?value WHERE { BIND (?? AS ?s) ?s ?property ?value . FILTER (isLiteral(?value)) } LIMIT 1000

Attributes

Planck Time
Planck Time
In physics, the Planck time, denoted by $t_P$, is the unit of time in the system of natural units known as Planck units. It is the time required for light to travel, in a vacuum, a distance of 1 Planck length. The unit is named after Max Planck, who was the first to propose it. The formula for $\textit{PlankTime}$ is: $$ \\ t_P \equiv \sqrt{\frac{\hbar G}{c^5}} \approx 5.39106(32) \times 10^{-44} s$$ where, $c$ is the speed of light in a vacuum, $\hbar$ is the reduced Planck's constant (defined as $\hbar = \frac{h}{2 \pi}$ and $G$ is the gravitational constant. The two digits between parentheses denote the standard error of the estimated value.
https://en.wikipedia.org/wiki/Planck_units
http://en.wikipedia.org/wiki/Planck_time?oldid=495362103
http://dbpedia.org/resource/Planck_time
0.000000000000000000000000000000000000000000000000539124
tₚ
$t_P$
SELECT ?source ?property WHERE { BIND (?? AS ?o) ?source ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) FILTER (?property NOT IN ( schema:rangeIncludes, schema:domainIncludes, rdfs:range, rdfs:domain, owl:equivalentClass, owl:disjointWith, owl:unionOf, owl:intersectionOf )) FILTER (!STRSTARTS(STR(?property), "http://www.w3.org/ns/shacl#")) } LIMIT 1000
SELECT ?property ?destination WHERE { BIND (?? AS ?s) ?s ?property ?destination . FILTER (isIRI(?destination)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000

Instances of this Class - no results found

No results found.
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000

Superclasses of this Class - no results found

No results found.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000

Subclasses of this Class - no results found

No results found.
SELECT ?subject ?property ?object WHERE { BIND (?? AS ?o) ?s ?property ?o . FILTER (?property IN ( schema:rangeIncludes, schema:domainIncludes, rdfs:range, rdfs:domain, owl:equivalentClass, owl:disjointWith, owl:unionOf, owl:intersectionOf )) } LIMIT 1000

Schema information - no results found

No results found.
SELECT ?subject ?property ?object WHERE { BIND (?? AS ?object) ?subject ?property ?object . FILTER (STRSTARTS(STR(?property), "http://www.w3.org/ns/shacl#")) } LIMIT 1000

Shape information (SHACL) - no results found

No results found.