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

Attributes

performance
Erfüllung einer Obligation
exécution d'une obligation
adempimento di una obbligazione
Erbringung der geschuldeten Leistung, wodurch die Schuld getilgt wird, nicht aber notwendigerweise das ganze Schuldverhältnis erlischt.
2022-07-07T05:15:31.4002820Z
386440
https://www.termdat.bk.admin.ch/entry/386440
Prof. Dr. Peter, Glossaire LP Français-allemand-italien-anglais, 2014
Obligationenrecht, Abschn. 1 vor Art. 68 (SR 220, Stand 2021-07)
Code des obligations, chap. 1 avant art. 68 (RS 220, état 2021-07)
Codice delle obbligazioni, capo primo prec. art. 68 (RS 220, stato 2022-01)
P. Gauch / W. R. Schluep, J. Schmid, H. Rey / S. Emmenegger, Schweiz. Obligationenrecht, Allg. Teil, Bd. II, 2014, S. 3
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 defective performance
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.