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

Attributes

Heat Flow Rate
The rate of heat flow between two systems is measured in watts (joules per second). The formula for rate of heat flow is $\bigtriangleup Q / \bigtriangleup t = -K \times A \times \bigtriangleup T/x$, where $\bigtriangleup Q / \bigtriangleup t$ is the rate of heat flow; $-K$ is the thermal conductivity factor; A is the surface area; $\bigtriangleup T$ is the change in temperature and $x$ is the thickness of the material. $\bigtriangleup T/ x$ is called the temperature gradient and is always negative because of the heat of flow always goes from more thermal energy to less).
Applicable units are those of quantitykind:HeatFlowRate
http://en.wikipedia.org/wiki/Rate_of_heat_flow
$heat-flow-rate$
$\Phi$
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.