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

Attributes

Dalton
PTB-Mitteilungen, Das Internationale Einheitensystem (SI), Heft 2, 2007, S. 168, Abs. 4.1, Tab. 7, Bst. c
EXP: nach dem Atomphysiker John Dalton benannt (a); das Dalton wird oft mit Vorsätzen aus dem Internationalen Einheitensystem (SI) kombiniert, z. B. um die Masse grosser Moleküle in Kilodalton (kDa) oder Megadalton (Mda), und den Wert kleiner Atommassen- oder Molekülmassendifferenzen in Nanodalton (nDa), oder sogar Pikodalton (pDa) auszudrücken (b)
(a) nach Wikipedia, Unité de masse atomique unifiée, I2015-06-26 ([Internet, 2016-02-01)](https://fr.wikipedia.org/wiki/Unit%C3%A9_de_masse_atomique_unifi%C3%A9e)); (b) PTB-Mitteilungen, Das Internationale Einheitensystem (SI), Heft 2, 2007, S. 168, Abs. 4.1, Tab. 7, Bst. c
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Outgoing Relationships

property object
has part Da
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 part unified atomic mass unit
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.