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

Attributes

Bundesrat
Federal Councillor
conseiller fédéral
consigliere federale
Member of the Federal Council (Swiss federal government).
Membre du Conseil fédéral (gouvernement fédéral suisse).
Membro del Consiglio federale (governo federale svizzero).
Mitglied des Bundesrates (Schweizerische Bundesregierung).
2025-03-04T09:57:34.5851080Z
192526
https://www.termdat.bk.admin.ch/entry/192526
FCh, The Swiss Confederation - a brief guide, 2023, p. 55
BK, Der Bund kurz erklärt, 2023, S. 55
ChF, La Confédération en bref, 2023, p. 55
CaF, La Confederazione in breve, 2023, pag. 55
EXP: bezeichnet auch die Behörde
USG: as a title upper case, as a function lower case
FCh, Terminology Section, 2003
ChF, Section de terminologie, 2003
CaF, Sezione di terminologia, 2003
BK, Sektion Terminologie, 2003
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
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.