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

Attributes

sprachliche Interaktion
linguistic interaction
interaction verbale
interazione linguistica
2020-10-12T16:37:20.6330000Z
133589
https://www.termdat.bk.admin.ch/entry/133589
G. Lüdi, Université de Bâle, 1999
EDI, Viersprachige Schweiz, 1989, S. 6
S. Wallis, Capturing patterns of linguistic interaction in a parsed corpus: an insight into the empirical evaluation of grammar?, 2012, tit. ([Internet, 2018-08-14](http://www.ucl.ac.uk/english-usage/staff/sean/resources/analysing-grammatical-interaction.pdf))
DFI, Quadrilinguismo svizzero, 1989, pag. 6
USG: privilégié
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: No results found.
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.