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

Attributes

Sicherheitsverbundsübung 2014
Exercice du Réseau national de sécurité 2014
Esercitazione della Rete integrata Svizzera per la sicurezza 2014
2014 Swiss Security Network Exercise
2023-08-11T11:12:55.3168860Z
90222
ERNS 14
ERSS 14
https://www.termdat.bk.admin.ch/entry/90222
FCh, English Language Service, 2013
VBS, Weitere Themen > Sicherheitspolitik > Sicherheitsverbundsübung ([Internet, 2018-02-06](https://www.vbs.admin.ch/de/themen/sicherheitspolitik/sicherheitsverbundsuebung-2019.html))
DDPS, Autres thèmes > Politique de sécurité > Exercice du Réseau national de sécurité ([Internet, 2018-02-06](https://www.vbs.admin.ch/fr/themes/politique-securite/exercice-reseau-national-securite-2019.html))
DDPS, Altre tematiche > Politica di sicurezza > Esercitazione della Rete integrata Svizzera per la sicurezza ([Internet, 2018-02-06](https://www.vbs.admin.ch/it/tematiche/politica-sicurezza/esercitazione-sicurezza.html))
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

property subject
seeAlso Swiss Security Network Exercise
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.