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

Attributes

Sprachwandel
language change
changement linguistique
mutamento linguistico
Veränderung des Systems oder einzelner Elemente einer Sprache.
Modificazione di una lingua durante un dato periodo di tempo.
2020-10-12T17:07:00.5930000Z
133736
https://www.termdat.bk.admin.ch/entry/133736
Institut de recherche et de documentation pédagogique (IRDP), L'état des langues en Suisse, 1996, p. 16
H. Bussmann, Lexikon Sprachwissenschaft, 1990, S. 721
D. Graddol, The Future of English?, 1997, p. 16 ([Internet, 2018-08-22](https://www.teachingenglish.org.uk/sites/teacheng/files/pub_learning-elt-future.pdf))
D. Crystal, Enciclopedia Scienze del linguaggio, 1993, pag. 428
nach H. Bussmann, Lexikon Sprachwissenschaft, 1990, S. 721
secondo D. Crystal, Enciclopedia Scienze del linguaggio, 1993, pag. 428
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 linguistic evolution
seeAlso historical linguistics
seeAlso linguistic history
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.