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

Attributes

Selektionsmechanismus
filtering mechanism
mécanisme de sélection
meccanismo di selezione
Wirkungsweise verschiedener Faktoren im Selektionsprozess.
Effect of a variety of factors on the selection process.
Effets de différents facteurs sur le processus de sélection.
Effetto di diversi fattori nel processo di selezione.
2025-07-28T12:09:32.1764800Z
156700
https://www.termdat.bk.admin.ch/entry/156700
FCh, Terminology Section, 2003
OFS, Statistique de la criminalité, 11/1992, p. 1
UST, Statistica della criminalità, 11/1992, p. 11
G. Kaiser / H.-J. Kerner, Kriminologisches Wörterbuch, 1993, S. 462
DOM: Kriminalstatistik
DOM: crime statistics
DOM: statistique de la criminalité
DOM: statistica della criminalità
UST, Servizi linguistici, 2002
OFS, Services linguistiques, 2002
BFS, Sektion Rechtspflege, 2002
after BFS, Sektion Rechtspflege, 2002
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 filtering process
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.