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

Attributes

dingliches Recht
droit réel
diritto reale
Subjektives Recht, welches dem Berechtigten eine mehr oder weniger weitgehende Befugnis zur unmittelbaren Beherrschung einer Sache einräumt und gegenüber jedermann durchgesetzt werden kann.
Droit subjectif privé qui confère à son titulaire, à l'exclusion de toute autre personne, la maîtrise totale ou partielle d'une chose.
Diritto che attribuisce al titolare una signoria piena o limitata su un bene.
2024-04-11T07:24:42.2846890Z
54392
https://www.termdat.bk.admin.ch/entry/54392
Schweizerisches Zivilgesetzbuch, Art. 674 Abs. 1 (SR 210, Stand 2024-01)
Code civil suisse, art. 674 al. 1 (RS 210, état 2024-01)
Codice civile svizzero, art. 674 cpv. 1 (RS 210, stato 2024-01)
nach Meier-Hayoz, Berner Kommentar IV, Sachenrecht (1 Abs. 1), 1966, S. 70
d'après Steinauer, Droits réels I, 1985, p. 14
Dizionario giuridico, Simone ed., 1992, alla voce "diritti soggettivi"
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 absolutes Recht
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.