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

Attributes

mündlicher Sprachgebrauch
spoken use of a language
usage oral d'une langue
uso orale di una lingua
2020-10-06T16:51:25.1870000Z
133862
https://www.termdat.bk.admin.ch/entry/133862
BK, Sektion Terminologie, 1997 nach EDI, Viersprachige Schweiz, 1989, S. 170
H. M. Jones, A statistical overview of the Welsh language, 2012, p. 9, no 3.4 ([Internet, 2020-10-06](http://www.comisiynyddygymraeg.cymru/English/Publications%20List/A%20statistical%20overview%20of%20the%20Welsh%20language.pdf))
DFI, Quadrilinguisme en Suisse, 1989, p. 128
DFI, Quadrilinguismo svizzero, 1989, pag. 158
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 written use of a language
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.