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

Attributes

Datenschema
data schema
schéma de données
schema dei dati
Beschreibung des Inhalts und der Gliederung von Daten, die einen anwendungsspezifischen Ausschnitt der Realität wiedergeben, sowie der Regeln, die bei deren Verarbeitung gelten.
Description of the content and the organization of data characterizing a specific facet of reality, as well as the rules governing the operations which can be executed with the data.
Description du contenu et de la classification des données qui caractérisent un extrait spécifique de la réalité, en termes d’application, ainsi que des règles qui s’appliquent aux opérations qui peuvent être exécutées avec les données.
Descrizione del contenuto e della composizione di un insieme di dati che rappresentano un aspetto specifico della realtà nonché delle regole da applicare nelle operazioni da eseguire con questi dati.
2024-12-20T12:58:45.6515730Z
69985
https://www.termdat.bk.admin.ch/entry/69985
INTERLIS 2, Glossar ([Internet, 2024-04-18](https://www.interlis.ch/download/interlis2/ili23_glossar_d.pdf))
INTERLIS 2, Glossar ([Internet, 2024-04-18](https://www.interlis.ch/download/interlis2/ili23_glossar_d.pdf))
INTERLIS 2, Glossar ([Internet, 2024-04-18](https://www.interlis.ch/download/interlis2/ili23_glossar_d.pdf))
Microsoft Build, Creare uno schema per esportare i dati di configurazione ([Internet, 2023-03-27](https://learn.microsoft.com/it-it/power-platform/admin/create-schema-export-configuration-data))
nach INTERLIS 2, Glossar ([Internet, 2024-04-18](https://www.interlis.ch/download/interlis2/ili23_glossar_d.pdf))
after INTERLIS 2, Glossar ([Internet, 2024-04-18](https://www.interlis.ch/download/interlis2/ili23_glossar_d.pdf))
d'après INTERLIS 2, Glossar ([Internet, 2024-04-18](https://www.interlis.ch/download/interlis2/ili23_glossar_d.pdf))
secondo INTERLIS 2, Glossar (trad.) ([Internet, 2024-04-18](https://www.interlis.ch/download/interlis2/ili23_glossar_d.pdf))
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: 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.