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

Attributes

Datenschnittstelle
data interface
interface de données
interfaccia dati
Berührungspunkt zwischen verschiedenen Komponenten eines Systems oder zwischen Systemen, an dem ein Datenaustausch erfolgt.
Point of communication for the exchange of data between separate components of a computer system or between different systems.
Point d’interaction qui permet l'échange de données entre deux composants d’un système ou entre plusieurs systèmes.
Punto di comunicazione che consente lo scambio di dati tra componenti di un sistema informatico o tra sistemi diversi.
2025-12-03T12:24:04.6375930Z
69921
https://www.termdat.bk.admin.ch/entry/69921
IBM Cloud, Datenaustausch mit Funktionen ([Internet, 2025-02-18](https://cloud.ibm.com/docs/codeengine?topic=codeengine-fun-exchanging-data&locale=de))
IBM Cloud, Exchanging data with functions ([Internet, 2025-02-18](https://cloud.ibm.com/docs/codeengine?topic=codeengine-fun-exchanging-data&locale=en))
IBM Cloud, Echange de données avec des fonctions ([Internet, 2025-02-18](https://cloud.ibm.com/docs/codeengine?topic=codeengine-fun-exchanging-data&locale=fr))
IBM Cloud, Scambio di dati con funzioni ([Internet, 2025-02-18](https://cloud.ibm.com/docs/codeengine?topic=codeengine-fun-exchanging-data&locale=it))
secondo Zanichelli, Dizionario enciclopedico di Informatica, 2014
nach fecher, IT-Glossar ([Internet, 2025-03-31](https://www.modernizing-applications.de/it-glossar/schnittstelle-definition/)) und Duden, "Schnittstelle" ([Internet, 2025-03-31](https://www.duden.de/rechtschreibung/Schnittstelle))
after Indeed, What Are Interfaces? ([Internet, 2025-03-31](https://www.indeed.com/career-advice/career-development/what-are-interfaces))
d'après Le Grand dictionnaire terminologique, "interface" ([Internet, 2025-03-31](https://vitrinelinguistique.oqlf.gouv.qc.ca/fiche-gdt/fiche/8390430/interface)) et Lenovo, Qu’est-ce qu’une interface? ([Internet, 2025-03-31](https://canada.lenovo.com/fr/ca/en/glossary/what-is-interface/?orgRef=https%253A%252F%252Fwww.google.com%252F))
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.