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

Attributes

Radiant Intensity
Radiant Intensity is a measure of the intensity of electromagnetic radiation. It is defined as power per unit solid angle.
Applicable units are those of quantitykind:RadiantIntensity
http://en.wikipedia.org/wiki/Radiant_intensity
https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD151
0112/2///62720#UAD151
I
Radiant Intensity is a measure of the intensity of electromagnetic radiation. It is defined as power per unit solid angle.
$I = \frac{d\Phi}{d\Omega}$, where $d\Phi$ is the radiant flux leaving the source in an elementary cone containing the given direction with the solid angle $d\Omega$.
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

Incoming Relationships

property subject
has quantity kind Watt per Steradian
has reference quantity kind A0E0L-2I0M1H0T-3D0
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.