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

Attributes

Änderungsdaten
change data
dati delle modifiche
données de modifications
2026-01-08T13:56:04.1604810Z
511612
https://www.termdat.bk.admin.ch/entry/511612
Microsoft, Abrufen und Verstehen der Änderungsdaten ([Internet, 2024-11-11](https://learn.microsoft.com/de-de/sql/integration-services/change-data-capture/retrieve-and-understand-the-change-data?view=sql-server-ver16))
Microsoft, Retrieve and Understand the Change Data ([Internet, 2024-11-11](https://learn.microsoft.com/en-us/sql/integration-services/change-data-capture/retrieve-and-understand-the-change-data?view=sql-server-ver16))
Microsoft, Recuperare e interpretare i dati delle modifiche ([Internet, 2024-11-11](https://learn.microsoft.com/it-it/sql/integration-services/change-data-capture/retrieve-and-understand-the-change-data?view=sql-server-ver16))
Microsoft, Azure Databricks, fonction table ([Internet, 2024-11-11](https://learn.microsoft.com/fr-fr/azure/databricks/sql/language-manual/functions/table_changes))
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.