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

Attributes

adjonction
Verbindung
joining
unione
Zweckeinheit, die von fester Dauer sein muss und bei der Sachen verschiedener Eigentümer so miteinander verbunden werden, dass sie eine von ihren Bestandteilen verschiedene Sache bilden.
Union de choses appartenant à divers propriétaires et d'où résulte une chose nouvelle impossible à reséparer en ses éléments d'origine sans qu'il y ait détérioriation notable ou travail ou frais excessifs.
Congiungimento di due o più cose mobili di diversi proprietari dalle quale risulta una nuova cosa le cui singole parti non possono più essere separate senza notevole deterioramento o senza un lavoro o una spesa sproporzionati.
2018-11-08T15:36:00.5570000Z
217215
https://www.termdat.bk.admin.ch/entry/217215
Schweizerisches Zivilgesetzbuch, Art. 727 RandT (SR 210, Stand 2017-01)
Swiss Civil Code, art. 727 hdg (SR 210, transl., status 2011-01)
Code civil suisse, art. 727 tit. marg. (RS 210, état 2017-01)
Codice civile svizzero, art. 727 marg. (RS 210, stato 2017-01)
EXP: of chattels
nach Schweiz. Privatrecht, Bd. V/1, 1977, S. 377
d'après Code civil suisse, art. 727 (RS 210, état 2017-01)
secondo Codice civile svizzero, art. 727 marg. (RS 210, stato 2017-01)
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 join
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.