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

Attributes

schwer verwahrlost
2018-06-18T09:24:02.4700000Z
379567
https://www.termdat.bk.admin.ch/entry/379567
Zivilgesetzbuch, Art. 426 Abs. 1 (SR 210, Stand 2018-01)
Eine Person, die an einer psychischen Störung oder an geistiger Behinderung leidet oder schwer verwahrlost ist, darf in einer geeigneten Einrichtung untergebracht werden, wenn die nötige Behandlung oder Betreuung nicht anders erfolgen kann.
Una persona che soffre di una turba psichica o di una disabilità mentale o versa in un grave stato di abbandono può essere ricoverata in un istituto idoneo se le cure o l'assistenza necessarie non possono esserle prestate altrimenti.
[...] Une personne se trouve dans un grave état d'abandon lorsqu'elle est dans un tal état de déchéance qu'il y aurait atteinte à sa dignité si elle n'était pas placée dans une institution afin que lui soit apportée l'assistance dont elle a besoin.
DOM: droit de la protection de l'adulte
DOM: diritto di protezione degli adulti
DOM: Erwachsenenschutzrecht; EXP: "schwer" bringt zum Ausdruck, dass eingegriffen werden sollte, bevor ein nicht mehr behebbarer Zustand eintritt
nach Bernhart, Handbuch der fürsorgerischen Unterbringung, 2011, S. 125
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 serious neglect
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.