@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
:architecture
rdf:type skos:Concept ;
skos:inScheme "http://usmba.ai/terms" ;
skos:topConceptOf "http://usmba.ai/terms" ;
rdfs:label "architecture" ;
skos:prefLabel "Architecture"@en ;
skos:definition "The design, structure, and behaviour of the current and future states of a structure in terms of its components, and the interaction between those components. See also business architecture, enterprise architecture, and requirements architecture."@en ;
skos:scopeNote "Use this concept to describe the overall structure, design, and interaction of system components, particularly in IT and business analysis contexts. It serves as a general term encompassing more specific forms such as business architecture, enterprise architecture, and requirements architecture, each of which can be modeled as a narrower concept."@en ;
skos:narrower :business_architecture, :enterprise_architecture, :requirements_architecture ;
dct:source "https://www.iiba.org/career-resources/a-business-analysis-professionals-foundation-for-success/babok/glossary/" ;
dct:creator "Aleksandr Belin (en)" ;
dct:creator "[ORCID: 0009-0002-4140-6464]" .