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

Attributes

objektive Zurechenbarkeit
objective attributability
imputabilité objective
imputabilità oggettiva
2022-02-24T10:39:09.4070000Z
108323
https://www.termdat.bk.admin.ch/entry/108323
FCh, Terminology Section, 2012
Bundesgerichtsentscheide, 125 IV 153 (1999), Regeste
Arrêts du Tribunal fédéral, 125 IV 153 (1999), regeste
Decisioni del Tribunale federale, 125 IV 153 (1999), regeste
USG: suggestion
EXP: du résultat à l'auteur d'une infraction
EXP: des Erfolgs
EXP: dell'evento
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 objective attribution
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.