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

Attributes

Aus [Historisiertes Gemeindeverzeichnis der Schweiz, Erläuterungen und Anwendungen](https://www.bfs.admin.ch/bfs/de/home/grundlagen/agvch/historisiertes-gemeindeverzeichnis.gnpdetail.2017-0653.html): Gemeinde -------- Im Feld Gemeindename kurz werden diejenigen Gemeindenamen abgekürzt geführt, die aus mehr als 24 Zeichen bestehen. Der abgekürzte Name ist nicht amtlich, er kann aber z.B. für die Anzeige am Bildschirm innerhalb von Applikationen praktisch sein, um die nötige Feldlänge einschränken zu können. Bezirk ------ Der Bezirksname ist der vom Kanton verwendete Name der Bezirke, ohne die vorgestellte Bezeichnung Bezirk, Amt, Amtsbezirk oder Wahlkreis. Wird der Bezirksname in zwei Sprachen verwendet, sind beide Namen enthalten. Bemerkung: Bezirksfreie Gebiete sind pro Kanton entsprechend bezeichnet
Short Name
Short district/municipality name as defined by the "Historisiertes Gemeindeverzeichnis der Schweiz ".
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Outgoing Relationships

property object
domainIncludes Municipality Version
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.