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

Attributes

Adstrat
adstrat
adstrato
Sprache, die eine neben ihr bestehende, meistens benachbarte andere Sprache beeinflusst und gleichzeitig von dieser beeinflusst wird.
Langue qui influence une autre langue, parlée en général dans une région voisine, et qui est en même temps influencée par cette dernière.
Lingua che influenza un'altra lingua, parlata generalmente in una regione vicina, e che nello stesso tempo viene influenzata da quest'ultima.
2020-07-27T08:55:37.1330000Z
133739
https://www.termdat.bk.admin.ch/entry/133739
Th. Lewandowski, Linguistisches Wörterbuch, 1990, Bd. 3, "Superstrat"
J. Dubois / M. Giacomo, Dictionnaire de linguistique, 1991, "adstrat"
J. Dubois / M. Giacomo, Dictionnaire de linguistique, 1979, "adstrato"
nach Th. Lewandowski, Linguistisches Wörterbuch, 1990, Bd. 3, "Superstrat" und W. Ulrich, Wörterbuch Linguistische Grundbegriffe, 1987, "Sprachkontakt"
d'après J. Dubois / M. Giacomo, Dictionnaire de linguistique, 1991, "adstrat"
secondo J. Dubois / M. Giacomo, Dictionnaire de linguistique, 1979, "adstrato"
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 Substrat
seeAlso Superstrat
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.