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

Attributes

Sprachgebrauch
language use
usage d'une langue
uso di una lingua
Verwendung der Sprache in einer bestimmten Art und Weise, zu einem bestimmten Zweck und/oder in einer bestimmten sozialen Situation.
2022-04-28T08:13:43.7600000Z
133858
https://www.termdat.bk.admin.ch/entry/133858
DFI, Quadrilinguisme en Suisse, 1989, p. 100
EDI, Viersprachige Schweiz, 1989, S. 132
J. Evas / J. Morris / L. Whitmarsh, Welsh Language Transmission and Use in Families, 2017-06-12, p. 12, chap. 2.1 ([Internet, 2018-08-14](http://dera.ioe.ac.uk/30870/1/170612-welsh-language-transmission-use-in-families-en.pdf))
DFI, Quadrilinguismo svizzero, 1989, pag. 120
nach Th. Lewandowski, Linguistisches Wörterbuch, 1990, Bd. 3, S. 1018
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.