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

Attributes

Surselvisch
Sursilvan
sursilvan
sursilvano
Rätoromanisches Schreibidiom, das im Vorderrheintal verwendet wird.
Idiome romanche écrit dans la vallée du Rhin antérieur.
Idioma romancio scritto nella valle del Reno superiore.
2020-07-23T13:54:11.8730000Z
133726
https://www.termdat.bk.admin.ch/entry/133726
LR, Rätoromanisch, 1996, S. 22
Wikipedia, "Romansh language" ([Internet, 2020-07-23](https://en.wikipedia.org/wiki/Romansh_language))
LR, Rhéto-romanche, 1996, p. 23
LR, Retoromancio, 1996, pag. 23
nach LR, Rätoromanisch, 1996, S. 22
d'après LR, Rhéto-romanche, 1996, p. 22
secondo LR, Retoromancio, 1996, pag. 22
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
hyponym Romansh
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.