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

Attributes

Datenarchitektur
data architecture
architecture des données
architettura dei dati
Description of the structure and interaction of the enterprise’s major types and sources of data, logical data assets, physical data assets, and data management resources.
Description de la structure et de l’interaction des principaux types et sources de données de l’entreprise, aux niveaux logique et physique et des ressources pour la gestion des données.
Descrizione della struttura e dell’interazione delle principali tipologie e fonti di dati aziendali, delle risorse di dati logici, fisici e delle risorse per la gestione dei dati.
Beschreibung der Struktur der wesentlichen Typen und Quellen von Daten im Unternehmen, der logischen und physischen Datenbestandteile sowie der Ressourcen zum Management der Daten.
2025-07-28T11:56:35.2965780Z
69983
https://www.termdat.bk.admin.ch/entry/69983
TOGAF Standard, Version 9.2 Translation Glossary, 2018
TOGAF Standard, Version 9.2 Translation Glossary, 2018
TOGAF Standard, Version 9.2 Translation Glossary, 2019
TOGAF Standard, 10th Edition Translation Glossary, 2024
USG: der Begriff Datenarchitektur wird dem Begriff Informationsarchitektur vorgezogen, damit auf diese Weise das Informationsmanagement und die Datenarchitekturschicht deutlich auseinandergehalten werden können
EXP: comprises the models, policies, rules, and standards that govern the collection, storage, arrangement, integration, and use of data in organizations
USG: on préfère le terme architecture de données à celui d'architecture de l'information, afin de mieux pouvoir différencier entre le segment gestion de l'information et le niveau architecture des données
USG: si preferisce il termine architettura dei dati a architettura dell'informazione per poter differenziare in modo più preciso fra gestione dell'informazione e il livello dell'architettura dei dati
nach IAB, Architektur Begriffe, Intranet, 2002-03-20
after CIO, What is data architecture? A framework for managing data ([Internet, 2022-12-01](https://www.cio.com/article/190941/what-is-data-architecture-a-framework-for-managing-data.html))
d'après IAB, Concept architecture, Intranet, 2002-03-18
secondo IAB, Architektur Begriffe, Intranet, 2002-03-20 (trad.)
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
nach TOGAF Standard, 10th Edition Translation Glossary, 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
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.