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

Attributes

Südfallen
south dip
pendage sud
inclinazione verso sud
2024-02-05T10:10:40.5406950Z
66952
https://www.termdat.bk.admin.ch/entry/66952
swisstopo, Geologischer Atlas der Schweiz, 110 Frick - Erläuterungen, 2006, S. 8
911 Metallurgist, Applied Mining Geology, 2021 ([Internet, 2023-12-18](https://www.911metallurgist.com/applied-mining-geology/))
swisstopo, Atlas géologique de la Suisse, 1327 Evolène - Notice explicative, 2020, p. 32
swisstopo, Atlante geologico della Svizzera, 1252 Ambrì-Piotta - Note esplicative. 2015, pag. 121
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 dip
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.