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

Attributes

Literatursprache
literary language
langue littéraire
lingua letteraria
Sprache, die in der Literatur verwendet wird.
Langue utilisée dans la littérature.
Lingua utilizzata nella letteratura.
2020-10-12T16:14:40.6570000Z
133640
https://www.termdat.bk.admin.ch/entry/133640
R. Schläpfer, Die viersprachige Schweiz, 1982, S. 17
R. Schläpfer, La Suisse aux quatre langues, 1985, p. 16
G. Hall, Literary Language and Ordinary Language, in: Literature in Language Education, Research and Practice in Applied Linguistics, 2005, p. 9 ([Internet, 2018-08-30](https://link.springer.com/chapter/10.1057/9780230502727_2))
D. Crystal, Enciclopedia Scienze del linguaggio, 1993, pag. 71
EXP: wird in der sowjetischen Linguistik weitgehend synonym mit "Standardsprache" verwendet
EXP: aussi synonyme de "langue standard"
EXP: anche sinonimo di "lingua standard"
CaF, Sezione di terminologia, 1997
ChF, Section de terminologie, 1997
nach Th. Lewandowski, Linguistisches Wörterbuch, 1994, Bd. 2, S. 690
CaF, Sezione di terminologia, 1997
ChF, Section de terminologie, 1997
nach Duden, Grosses Wörterbuch, 1994, Bd. 5, S. 2139
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 standard language
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.