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

Attributes

Schlussbestimmungen
final provisions
dispositions finales
disposizioni finali
Teil eines Erlasses, der dem Hauptteil folgt und zum Abschluss des Erlasses die Bestimmungen über die Einführung und den Vollzug des neuen Rechts umfasst.
Part of an enactment that follows the main part and which concludes the enactment with provisions on commencement and implementation of the new law.
Partie finale d'un acte législatif qui suit la partie principale et qui indique les dispositions réglant l'introduction et l'exécution du nouveau droit.
Parte finale di un atto normativo che segue la parte principale e contiene le disposizioni che disciplinano l'introduzione e l'esecuzione del nuovo diritto.
2017-05-30T16:23:36.8030000Z
56919
https://www.termdat.bk.admin.ch/entry/56919
FCh, Terminology Section, 2005
BK, Gesetzestechnische Richtlinien, 2013, Rz. 2
ChF, Dir. Technique législative, 2003, ch. marg. 22
CaF, Dir. Tecnica legislativa, 2003, n. marg. 22
nach BK, Gesetzestechnische Richtlinien, 2003, Rz. 22 ff.
after BK, Gesetzestechnische Richtlinien, 2003, Rz. 22 ff.
d'après ChF, Dir. Technique législative, 2003, ch. marg. 22 ss
secondo CaF, Dir. Tecnica legislativa, 2003, n. marg. 22 segg.
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 final provision
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.