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

Attributes

excluded from limitation
FCh, Terminology Section, 2012 after Swiss Criminal Code, art. 101 margT (SR 311.0, transl., status 2014-07)
[...] die als Mittel zu Erpressung oder Nötigung begangenen Verbrechen [sind] nur dann unverjährbar [...], wenn sie Leib und Leben "vieler" Menschen in Gefahr brachten oder zu bringen drohten.
Sono imprescrittibili [...] i crimini che, come mezzi d'estorsione o coazione, mettono o minacciano di mettere in pericolo la vita e l'integrità fisica di molte persone, segnatamente con l'impiego di mezzi di distruzione di massa, lo scatenamento di una catastrofe o una presa d'ostaggio.
Sont imprescriptibles [...] les crimes commis en vue d'exercer une contrainte ou une extorsion et qui mettent en danger ou menacent de mettre en danger la vie et l'intégrité corporelle d'un grand nombre de personnes, notamment par l'utilisation de moyens d'extermination massifs, par le déclenchement d'une catastrophe ou par une prise d'otage.
DOM: Strafrecht
DOM: criminal law
DOM: droit pénal
DOM: diritto penale
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 unverjährbar
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.