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

Attributes

Verhaltensempfehlungen
recommandations de comportement
raccomandazioni sul comportamento da adottare
2023-11-21T15:26:34.2460910Z
131366
https://www.termdat.bk.admin.ch/entry/131366
Bevölkerungsschutzverordnung, Art. 17 Abs. 2 (SR 520.12, Stand 2021-01)
O Protection de la population, art. 17 al. 2 (RS 520.12, état 2021-01)
O Protezione della popolazione, art. 17 cpv. 2 (RS 520.12, stato 2021-01)
All’occorrenza, allertano anche la popolazione e si assicurano che vengano diffuse le raccomandazioni sul comportamento da adottare.
Au besoin, ils alertent également la population et veillent à la diffusion de recommandations de comportement.
Sie warnen bei Bedarf zusätzlich die Bevölkerung und sorgen für die Verbreitung von Verhaltensempfehlungen.
DOM: Bevölkerungsschutz
DOM: protection de la population
DOM: protezione della popolazione
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 Einsatzvorbereitung
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.