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

Attributes

Agenda per la protezione delle persone costrette a lasciare il proprio Paese a seguito di catastrofi naturali ed eventi legati ai cambiamenti climatici
Internet DFAE, Novità, [Catastrofi](https://www.eda.admin.ch/countries/malta/it/home/aktuell/news.html/eda/it/meta/news/2015/10/5/katastrophen-wie-schuetzen-wir-die-vertriebenen-): come proteggere gli sfollati? (2.6.2016).
La Divisione Sicurezza Umana preferisce l'uso di "agenda di protezione" anche per una questione di uniformità con le altre lingue. Ovviamente è possibile usare la forma "corta" o il nome in inglese.
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
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.