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

Attributes

applicazione
Anwendung
application
application
Softwareprogramm zur Ausführung von bestimmten Bearbeitungsfunktionen, das für einen speziellen Einsatz entwickelt wurde.
Logiciel permettant d’exécuter certaines fonctions de traitement, développé pour une utilisation spécifique.
Software per l’esecuzione di determinate funzioni di elaborazione sviluppato per un impiego specifico.
2025-12-03T12:24:04.6387570Z
70368
https://www.termdat.bk.admin.ch/entry/70368
IBM, "Anwendungen" ([Internet, 2025-03-25](https://www.ibm.com/docs/de/planning-analytics/2.0.0?topic=work-applications))
Wikipedia, "Application software" ([Internet, 2025-03-25](https://en.wikipedia.org/wiki/Application_software))
IBM, Applications ([Internet, 2025-03-25](https://www.ibm.com/docs/fr/planning-analytics/2.1.0?topic=work-applications))
Zanichelli, Dizionario enciclopedico di Informatica, 2014, p.27
Software developed to perform certain processing functions for a specific purpose.
after nach BAV, Glossar Datenmanagement, 2024
nach BAV, Glossar Datenmanagement, 2024
d'après BAV, Glossar Datenmanagement, 2024
secondo BAV, Glossar Datenmanagement, 2024
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 standard software
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.