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

Attributes

Wägung in der Luft
weighing in air
pesée dans l'air
pesatura nell'aria
2016-11-09T09:51:19.2700000Z
414554
https://www.termdat.bk.admin.ch/entry/414554
Metervertrag, 1. Beil. Reglement Art. 4 (SR 0.941.291, Übers., Stand 2013-03)
Convention du Mètre, ann. 1 Règlement art. 4 (RS 0.941.291, état 2013-03)
Convenzione del Metro, all. 1 Regolamento art. 4 (RS 0.941.291, trad., stato 2013-03)
BIPM, Documents, Metre Convention, ann. 1 Regulations art. 4, transl. (2007-09), ([Internet, 2016-10-20](http://www.bipm.org/utils/common/documents/official/metre-convention.pdf))
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: No results found.
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.