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

Attributes

Standardsprache
standard language
langue standard
lingua standard
Überregionale Sprachvarietät, die in einer Sprachgemeinschaft allgemein zur Verständigung verwendet wird und vor allem in Bezug auf Grammatik, Aussprache und Rechtschreibung einer weitgehenden Normierung und Kontrolle durch öffentliche Institutionen unterliegt.
Variété de langue qui est employée couramment, comme le meilleur moyen de communication, par des personnes susceptibles d'utiliser d'autres variétés, et qui est généralement normalisée et soumise à des institutions régulatrices.
Varietà di lingua correntemente usata come il miglior mezzo di comunicazione da parte di persone che possono usare altre varietà, e che generalmente viene sottoposta a unificazione e affidata a istituzioni regolatrici.
2022-04-28T08:04:50.2230000Z
133646
https://www.termdat.bk.admin.ch/entry/133646
BoBR Sprachenartikel, Ziff. 122.4 (BBl 1991 II 316)
L. Hill, Language and status: On the limits of language planning, in: Stellenbosch Papers in Linguistics, Vol. 39, 2010, p. 50 ([Internet, 2018-08-08](https://core.ac.uk/download/pdf/37342414.pdf))
G. Lüdi / I. Werlen, Paysage linguistique de la Suisse, 1997, p. 676
MCF Articolo sulle lingue, n. 122.4 (FF 1991 II 298)
J. Dubois / M. Giacomo, Dizionario di linguistica, 1979, pag. 285
nach H. Bussmann, Lexikon Sprachwissenschaft, 1990, S. 732
d'après J. Dubois / M. Giacomo, Dictionnaire de linguistique, 1991, p. 449
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.