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

Attributes

Application Programming Interface
application programming interface
interface de programmation d’application
Application Programming Interface
Reihe von definierten Regeln für die Kommunikation zwischen verschiedenen Anwendungen.
Set of rules or protocols that enables software applications to communicate with each other to exchange data, features and functionality.
Interface logicielle qui permet de "connecter" un logiciel ou un service à un autre logiciel ou service afin d’échanger des données et des fonctionnalités.
Insieme di regole definite che consente ad applicazioni diverse di comunicare l'una con l'altra.
2024-12-20T12:46:25.5148500Z
500882
https://www.termdat.bk.admin.ch/entry/500882
BK, Bund setzt auf elektronische Schnittstellen, 2021-09-17 ([Internet, 2021-09-17](https://www.admin.ch/gov/de/start/dokumentation/medienmitteilungen/bundesrat.msg-id-85162.html))
IBM, What is an API? ([Internet, 2024-04-09](https://www.ibm.com/topics/api))
ChF, La Confédération mise sur les interfaces électroniques, 2021-09-17 ([Internet, 2021-09-17](https://www.admin.ch/gov/fr/accueil/documentation/communiques/communiques-conseil-federal.msg-id-85162.html))
CaF, La Confederazione punta sulle interfacce elettroniche, 2021-09-17 ([Internet, 2021-09-17](https://www.admin.ch/gov/it/pagina-iniziale/documentazione/comunicati-stampa/comunicati-stampa-consiglio-federale.msg-id-85162.html))
GRM: "Application Programming Interface" ist sächlich, die Abkürzung weiblich ("die API"); EXP: die Schnittstelle schafft eine vereinheitlichte und strukturierte Datenübergabe zwischen Programmen und Programmteilen
EXP: the API acts as a bridge, taking a request or message from one program and then delivering it to another, translating the messages and performing protocols based on what the API is programmed to do
EXP: l'interfaccia permette lo scambio di dati in tempo reale ed in maniera controllata fra applicazioni diverse, anche di aziende diverse
(EXP) nach nach Forschungs-Informations-System, Glossar, "API", 2015-09-25 ([Internet, 2021-09-21](https://www.forschungsinformationssystem.de/servlet/is/454427/))
secondo WIB Machines, Glossario, "API" ([Internet, 2021-11-24](https://www.wibmachines.eu/glossario/))
after after TIBCO, What is an API (Application Program Interface)? ([Internet, 2022-05-17](https://www.tibco.com/reference-center/what-is-an-api))
nach IBM, Was ist eine API? ([Internet, 2023-10-05](https://www.ibm.com/de-de/topics/api))
after IBM, What is an API? ([Internet, 2024-04-09](https://www.ibm.com/topics/api))
FR, CNIL, Glossaire, "Interface de programmation d'application" ([Internet, 2021-09-17](https://www.cnil.fr/fr/definition/interface-de-programmation-dapplication-api))
secondo IBM, Cos'è un'API? ([Internet, 2023-10-05](https://www.ibm.com/it-it/topics/api))
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
seeAlso open database connectivity
seeAlso data interface
seeAlso data access point
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.