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

Attributes

Arbeitssprache
working language
langue de travail
lingua di lavoro
Sprache, die in einer Institution, einer Organisation oder einem Unternehmen bei der Arbeit offiziell verwendet wird.
Langue employée officiellement au sein d'une institution, d'une organisation ou d'une entreprise dans le travail courant.
Lingua usata in seno a un'istituzione, un'organizzazione o un'impresa nell'attività lavorativa ufficiale.
2018-08-20T10:34:57.7430000Z
133622
https://www.termdat.bk.admin.ch/entry/133622
LF Bundespersonalgesetz, Art. 36 Abs. 2 (SR 172.220.1, Stand 2018-01)
Council of Europe, Rules of Procedure of the Assembly, 2018-04, Rule 28 ([Internet, 2018-08-20](http://assembly.coe.int/nw/xml/RoP/RoP-XML2HTML-EN.asp?id=ENtoc_N0A29C3B0N0A318330))
LF Personnel de la Confédération, art. 36 al. 2 (RS 172.220.1, état 2018-01)
LF Personale federale, art. 36 cpv. 2 (RS 172.220.1, stato 2018-01)
nach R. Guillien / J. Vincent, Lexique des termes juridiques , 1990, p. 296
d'après R. Guillien / J. Vincent, Lexique des termes juridiques , 1990, p. 296
secondo R. Guillien / J. Vincent, Lexique des termes juridiques , 1990, p. 296
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: No results found.
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.