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

Attributes

Geodatenmodell
geodata model
modèle de géodonnées
modello di geodati
Abbildung der Wirklichkeit, welche Struktur und Inhalt von Geodaten systemunabhängig festlegt.
Description of reality determining the structure and content of geodata independent from the used hard- and software systems.
Représentation de la réalité fixant la structure et le contenu de géodonnées indépendamment de tout système.
Raffigurazione della realtà che stabilisce, in maniera indipendente dai sistemi, la struttura e il contenuto dei geodati.
2024-01-10T10:35:37.1828460Z
193180
https://www.termdat.bk.admin.ch/entry/193180
BG Geoinformation, Art. 3 Abs. 1 Bst. h (SR 510.62, Stand 2023-09)
Geoinformation Act, art. 3 1 para. let. h (SR 510.62, transl., status 2023-09)
LF Géoinformation, art. 3 al. 1 let. h ( RS 510.62, état 2023-09)
LF Geoinformazione,art. 3 cpv. 1 lett. h (RS 510.62, stato 2023-09)
DOM: geoinformation
DOM: Geoinformation
DOM: géoinformation
DOM: geoinformazione
Geoinformation Act, art. 3 1 para. let. h (SR 510.62, transl., status 2023-09)
LF Géoinformation, art. 3 al. 1 let. h ( RS 510.62, état 2023-09)
nach BG Geoinformation, Art. 3 Abs. 1 Bst. h (SR 510.62, Stand 2023-09)
secondo LF Geoinformazione,art. 3 cpv. 1 lett. h (RS 510.62, stato 2023-09)
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
hypernym minimal geodata model
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.