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

Attributes

Substrat
substrat
sostrato
Sprache der ursprünglichen Bewohner eines Gebiets, die von der Sprache der Einwanderer oder Eroberer überlagert wird und gleichzeitig deren Sprache beeinflusst.
Langue parlée qui a été remplacée, dans une région déterminée, par une autre langue sur laquelle la langue antérieure a exercé une influence plus ou moins forte.
Lingua parlata alla quale si è sostituita, in una determinata regione, un'altra lingua su cui la lingua precedente ha esercitato un'influenza più o meno forte.
2020-07-27T08:55:17.9030000Z
133737
https://www.termdat.bk.admin.ch/entry/133737
H. Bussmann, Lexikon der Sprachwissenschaft, 1990, S. 754
J. Dubois / M. Giacomo, Dictionnaire de linguistique, 1991, "substrat"
J. Dubois / M. Giacomo, Dizionario di linguistica, 1979, "sostrato"
nach H. Bussmann, Lexikon der Sprachwissenschaft, 1990, S. 754
d'après J. Dubois / M. Giacomo, Dictionnaire de linguistique, 1991, "substrat"
secondo J. Dubois / M. Giacomo, Dizionario di linguistica, 1979, "sostrato"
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 Superstrat
seeAlso Adstrat
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.