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

Attributes

vereinfachtes Verfahren
procédure simplifiée
procedura semplificata
simplified procedure
Beschleunigtes Verfahren, das in der Regel zu einem Nichteintretensentscheid führt.
Simplified asylum procedure leading, as a rule, to a dismissal of the application.
Procédure accélérée débouchant, en règle générale, sur une décision de non-entrée en matière.
Procedura accelerata che in generale conduce ad una decisione di non entrata nel merito.
2022-05-10T09:35:17.1630000Z
37846
https://www.termdat.bk.admin.ch/entry/37846
FCh, Terminology Section, 2009
UFR, 2002
ODR, 2002
BFF, 2002
USG: preferred
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 decision to dismiss an application
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.