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

Attributes

unter Abwesenden
Antragsteller und Antragsempfänger oder deren Abschlussvertreter, wenn sie nicht in direkter Kommunikation miteinander stehen.
L'auteur et le destinateur de l'offre ou leurs représentants respectifs lorsqu'ils ne sont pas en contact immédiat pour la conclusion d'un contrat.
Obligationenrecht, Art. 5 RandT (SR 220, Stand 2017-04)
EXP: Annahmefrist nach Art. 3, 4 oder 5 OR
EXP: en ce cas, un délai est imparti pour accepter l'offre d'après l'art. 3, 4 ou 5 CO.
Gauch/Schluep/Schmid/Rey, Schweiz. Obligationenrecht, Allg. Teil, 1998, Ziff. 409/410
ChF, Section de terminologie, 2005 d'après Code des obligations, art. 5 (RS 220, état 2017-04)
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 person not present
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.