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

Attributes

to provide for an impossibility
avere per oggetto una cosa impossibile
Inhalt eines Vertrages, der eine Leistung bestimmt, die objektiv nicht erbringbar ist, oder auf nicht vorhandenen oder nicht möglichen Phänomenen beruht.
Objet d'un contrat qui est objectivement impossible, c.à.d. la promesse est telle qu'il est exclu à quiconque de l'exécuter.
SACC, Swiss Code of Obligations (transl.), 1992, art. 20 para. 1
Codice delle obbligazioni, art. 20 cpv. 1 (RS 220, stato 2004-12)
EXP: "objektiv nicht erbringbar" bedeutet, dass niemand die Leistung erbringen kann.
EXP: a contract
nach Gauch/Schluep/Schmid/Rey, Schweiz. Obligationenrecht, Allg. Teil, 1998, Ziff. 631ff.
nach Gauch/Schluep/Schmid/Rey, Schweiz. Obligationenrecht, Allg. Teil, 1998, Ziff. 631ff.
d'après Tercier, droit des obligations, 1999, n. 588 ss.
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
Outgoing Relationships: No results found.
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
has part unmöglicher Vertragsinhalt
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.