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

Attributes

Planck Function
The $\textit{Planck function}$ is used to compute the radiance emitted from objects that radiate like a perfect "Black Body". The inverse of the $\textit{Planck Function}$ is used to find the $\textit{Brightness Temperature}$ of an object. The precise formula for the Planck Function depends on whether the radiance is determined on a $\textit{per unit wavelength}$ or a $\textit{per unit frequency}$. In the ISO System of Quantities, $\textit{Planck Function}$ is defined by the formula: $Y = -G/T$, where $G$ is Gibbs Energy and $T$ is thermodynamic temperature.
http://pds-atmospheres.nmsu.edu/education_and_outreach/encyclopedia/planck_function.htm
http://www.star.nesdis.noaa.gov/smcd/spb/calibration/planck.html
$B_{\nu}(T)$
The Planck function, $B_{\tilde{\nu}}(T)$, is given by: $B_{\nu}(T) = \frac{2h c^2\tilde{\nu}^3}{e^{hc / k \tilde{\nu} T}-1}$ where, $\tilde{\nu}$ is wavelength, $h$ is Planck's Constant, $k$ is Boltzman's Constant, $c$ is the speed of light in a vacuum, $T$ is thermodynamic temperature.
http://www.iso.org/iso/catalogue_detail?csnumber=31890
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . 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.
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Superclasses of this Class: 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.