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

Attributes

Earth Mass
Earth Mass
Earth mass ($M_{\oplus}$) is the unit of mass equal to that of the Earth. In SI Units, $1 M_{\oplus} = 5.9722 \times 10^{24} kg$. Earth mass is often used to describe masses of rocky terrestrial planets. The four terrestrial planets of the Solar System, Mercury, Venus, Earth, and Mars, have masses of 0.055, 0.815, 1.000, and 0.107 Earth masses respectively.
http://en.wikipedia.org/wiki/Earth_mass?oldid=495457885
http://dbpedia.org/resource/Earth_mass
5972190000000000000000000.0
M⊕
One Earth mass can be converted to related units: 81.3 Lunar mass (ML) 0.00315 Jupiter mass (MJ) (Jupiter has 317.83 Earth masses)[1] 0.0105 Saturn mass (Saturn has 95.16 Earth masses)[3] 0.0583 Neptune mass (Neptune has 17.147 Earth masses)[4] 0.000 003 003 Solar mass ($M_{\odot}$) (The Sun has 332946 Earth masses)
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.