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

Attributes

Backend
back end
dorsale
back end
Hintergrundanwendung, die das Funktionieren oder Verwalten eines Systems der digitalen Datenverarbeitung ermöglicht oder unterstützt.
Part of a computer system or application that is not directly accessed by the user, typically responsible for storing and manipulating data.
Programme qui, dans une architecture client-serveur, traite les commandes en provenance de l'application frontale.
Componente di un'applicazione o sito web che esegue delle funzioni non direttamente riscontrabili dall'utente.
2025-06-16T12:41:53.6070800Z
511544
https://www.termdat.bk.admin.ch/entry/511544
Zanichelli, Dizionario enciclopedico di Informatica, 2014
Duden, "Backend" ([Internet, 2024-10-22](https://www.duden.de/rechtschreibung/Backend))
Oxford Dictionaries, "back end" ([Internet, 2024-08-26](https://premium.oxforddictionaries.com/definition/english/back-end?q=back+end))
Le Grand dictionnaire terminologique, "application dorsale" ([Internet, 2024-08-26](https://vitrinelinguistique.oqlf.gouv.qc.ca/fiche-gdt/fiche/26527120/application-dorsale))
GRM: n. f.
EXP: bei Websites z. B. eine getrennte Oberfläche für das Content-Management
GRM: n.
Duden, "Backend" ([Internet, 2024-10-22](https://www.duden.de/rechtschreibung/Backend))
secondo Zanichelli, Dizionario enciclopedico di Informatica, 2014
Duden, "Backend" ([Internet, 2024-10-22](https://www.duden.de/rechtschreibung/Backend))
Oxford Dictionaries, "back end" ([Internet, 2024-08-26](https://premium.oxforddictionaries.com/definition/english/back-end?q=back+end))
Le Grand dictionnaire terminologique, "application dorsale" ([Internet, 2024-08-26](https://vitrinelinguistique.oqlf.gouv.qc.ca/fiche-gdt/fiche/26527120/application-dorsale))
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 front end
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.