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

Attributes

Anwendungsarchitektur
application architecture
architecture applicative
architettura applicativa
Beschreibung der Struktur und der Interaktion von Anwendungen als Gruppen von Fähigkeiten (capabilities), die wesentliche Unternehmensfunktionen bereitstellen und die Datenbestände eines Unternehmens verwalten.
Description of the structure and interaction of applications as groups of capabilities that provide key business functions and manage data assets.
Description de la structure et des interactions des applications qui concrétise les dispositifs qui fournissent des fonctions business clés et gèrent les bases de données d'une entreprise.
Descrizione della struttura e delle modalità di interazione tra le applicazioni come insieme delle componenti che supportano importanti funzioni di business e gestiscono le risorse di dati di un'organizzazione.
2023-11-21T13:16:26.2329160Z
501768
https://www.termdat.bk.admin.ch/entry/501768
TOGAF Standard, Version 9.2 Translation Glossary, 2018
TOGAF Standard, Version 9.2 Translation Glossary, 2018
TOGAF Standard, Version 9.2 Translation Glossary, 2018
TOGAF Standard, Version 9.2 Translation Glossary 2019
nach TOGAF Standard, Version 9.2 Translation Glossary, 2018
after TOGAF Standard, Version 9.2 Translation Glossary, 2018
d'après TOGAF Standard, Version 9.2 Translation Glossary, 2018
secondo TOGAF Standard, Version 9.2 Translation Glossary 2019
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
hyponym enterprise architecture
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.