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

Attributes

Technologiearchitektur
technology architecture
architecture technologique
architettura tecnologica
Beschreibung der Struktur und der Interaktionen der Technologiedienste und Technologiekomponenten.
Description of the structure and interaction of the technology services and technology components.
Description de la structure et de l’interaction des services et des composants technologiques.
Descrizione della struttura e delle interazioni dei servizi e dei componenti tecnologici.
2023-11-21T13:16:26.2378400Z
501769
https://www.termdat.bk.admin.ch/entry/501769
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.