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

Attributes

einen Tatbestand erfüllen
fulfil the elements of a crime
réaliser une infraction
adempiere una fattispecie penale
2025-07-23T05:33:55.9715540Z
108263
https://www.termdat.bk.admin.ch/entry/108263
FCh, Terminology Section, 2006
Arrêts du Tribunal fédéral, 104 IV 160 (1978)
Bundesgerichtsentscheide, 117 IV 23 (1991)
avv. M. Hohl Tattarletti, 2001 secondo Decisioni del Tribunale federale, 117 IV 23 (1991)
USG: suggestion
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 fulfilment of the elements of a crime
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.