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

Attributes

Bestandsaufnahme
ARE/DEZA, Die Umsetzung der Agenda 2030 für nachhaltige Entwicklung durch die Schweiz, Bestandsaufnahme der Schweiz, 2018-06-20, S. 3 ([Internet, 2020-12-07](https://www.are.admin.ch/dam/are/de/dokumente/nachhaltige_entwicklung/publikationen/bestandsaufnahme-der-schweiz-als-grundlage-fur-den-landerbericht-2018.pdf.download.pdf/Agenda%202030_Bestandsaufnahme%20als%20Grundlagen%20f%C3%BCr%20den%20L%C3%A4nderbericht_2018_20180620.pdf))
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: No results found.
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 status report
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.