@prefix : <https://model.example.com/acme-ea#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <https://model.example.com/acme-ea#> .

<https://model.example.com/acme-ea#> rdf:type owl:Ontology ;
                                      owl:imports <https://meta.linked.archi/ea-service/onto#> ;
                                      <http://purl.org/dc/elements/1.1/description> """Worked example demonstrating the EA-as-a-Service extension.
Models a 4-person EA team operating as an internal consultancy at a mid-size
financial services company. Shows service catalog, engagements, outcomes,
satisfaction tracking, capability portfolio, and maturity assessment."""@en ;
                                      <http://purl.org/dc/elements/1.1/title> "Acme Corp EA-as-a-Service — Worked Example"@en ;
                                      <http://purl.org/dc/terms/created> "2026-05-03"^^xsd:date ;
                                      <http://purl.org/dc/terms/modified> "2026-05-03"^^xsd:date ;
                                      <http://purl.org/vocab/vann/preferredNamespacePrefix> "acme" ;
                                      <http://purl.org/vocab/vann/preferredNamespaceUri> "https://model.example.com/acme-ea#" .

#################################################################
#    Annotation properties
#################################################################

###  http://purl.org/dc/elements/1.1/description
<http://purl.org/dc/elements/1.1/description> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/title
<http://purl.org/dc/elements/1.1/title> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/created
<http://purl.org/dc/terms/created> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/modified
<http://purl.org/dc/terms/modified> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespacePrefix
<http://purl.org/vocab/vann/preferredNamespacePrefix> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespaceUri
<http://purl.org/vocab/vann/preferredNamespaceUri> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#definition
<http://www.w3.org/2004/02/skos/core#definition> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#prefLabel
<http://www.w3.org/2004/02/skos/core#prefLabel> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#assignedArchitect
<https://meta.linked.archi/ea-service/onto#assignedArchitect> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#capabilityDescription
<https://meta.linked.archi/ea-service/onto#capabilityDescription> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#capabilityLevel
<https://meta.linked.archi/ea-service/onto#capabilityLevel> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#declineRationale
<https://meta.linked.archi/ea-service/onto#declineRationale> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#engagementEndDate
<https://meta.linked.archi/ea-service/onto#engagementEndDate> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#engagementFor
<https://meta.linked.archi/ea-service/onto#engagementFor> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#engagementStartDate
<https://meta.linked.archi/ea-service/onto#engagementStartDate> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#engagementStatus
<https://meta.linked.archi/ea-service/onto#engagementStatus> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#expectedScope
<https://meta.linked.archi/ea-service/onto#expectedScope> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#expectedTurnaroundDays
<https://meta.linked.archi/ea-service/onto#expectedTurnaroundDays> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#hasEACapability
<https://meta.linked.archi/ea-service/onto#hasEACapability> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#hasMaturityAssessment
<https://meta.linked.archi/ea-service/onto#hasMaturityAssessment> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#hasOutcome
<https://meta.linked.archi/ea-service/onto#hasOutcome> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#hasSatisfactionAssessment
<https://meta.linked.archi/ea-service/onto#hasSatisfactionAssessment> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#hasSatisfactionScore
<https://meta.linked.archi/ea-service/onto#hasSatisfactionScore> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#hasServiceLevelExpectation
<https://meta.linked.archi/ea-service/onto#hasServiceLevelExpectation> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#influencedDecision
<https://meta.linked.archi/ea-service/onto#influencedDecision> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#maturityAssessedBy
<https://meta.linked.archi/ea-service/onto#maturityAssessedBy> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#maturityAssessmentDate
<https://meta.linked.archi/ea-service/onto#maturityAssessmentDate> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#maturityFindings
<https://meta.linked.archi/ea-service/onto#maturityFindings> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#maturityLevel
<https://meta.linked.archi/ea-service/onto#maturityLevel> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#offersService
<https://meta.linked.archi/ea-service/onto#offersService> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#outcomeDescription
<https://meta.linked.archi/ea-service/onto#outcomeDescription> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#producedDeliverable
<https://meta.linked.archi/ea-service/onto#producedDeliverable> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#requestDate
<https://meta.linked.archi/ea-service/onto#requestDate> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#requestDescription
<https://meta.linked.archi/ea-service/onto#requestDescription> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#requestForService
<https://meta.linked.archi/ea-service/onto#requestForService> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#requestedBy
<https://meta.linked.archi/ea-service/onto#requestedBy> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#requiredCapability
<https://meta.linked.archi/ea-service/onto#requiredCapability> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#resultsInEngagement
<https://meta.linked.archi/ea-service/onto#resultsInEngagement> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#satisfactionDate
<https://meta.linked.archi/ea-service/onto#satisfactionDate> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#satisfactionFeedback
<https://meta.linked.archi/ea-service/onto#satisfactionFeedback> rdf:type owl:AnnotationProperty .


###  https://meta.linked.archi/ea-service/onto#serviceType
<https://meta.linked.archi/ea-service/onto#serviceType> rdf:type owl:AnnotationProperty .


#################################################################
#    Datatypes
#################################################################

###  http://www.w3.org/2001/XMLSchema#date
xsd:date rdf:type rdfs:Datatype .


#################################################################
#    Classes
#################################################################

###  https://meta.linked.archi/arch-decision#Decision
<https://meta.linked.archi/arch-decision#Decision> rdf:type owl:Class .


###  https://meta.linked.archi/archimate3/onto#ApplicationComponent
<https://meta.linked.archi/archimate3/onto#ApplicationComponent> rdf:type owl:Class .


###  https://meta.linked.archi/archimate3/onto#Capability
<https://meta.linked.archi/archimate3/onto#Capability> rdf:type owl:Class .


###  https://meta.linked.archi/core#Model
<https://meta.linked.archi/core#Model> rdf:type owl:Class .


###  https://meta.linked.archi/core#Stakeholder
<https://meta.linked.archi/core#Stakeholder> rdf:type owl:Class .


###  https://meta.linked.archi/ea-service/onto#EACapability
<https://meta.linked.archi/ea-service/onto#EACapability> rdf:type owl:Class .


###  https://meta.linked.archi/ea-service/onto#EAMaturityAssessment
<https://meta.linked.archi/ea-service/onto#EAMaturityAssessment> rdf:type owl:Class .


###  https://meta.linked.archi/ea-service/onto#EAService
<https://meta.linked.archi/ea-service/onto#EAService> rdf:type owl:Class .


###  https://meta.linked.archi/ea-service/onto#SatisfactionAssessment
<https://meta.linked.archi/ea-service/onto#SatisfactionAssessment> rdf:type owl:Class .


###  https://meta.linked.archi/ea-service/onto#ServiceCatalog
<https://meta.linked.archi/ea-service/onto#ServiceCatalog> rdf:type owl:Class .


###  https://meta.linked.archi/ea-service/onto#ServiceEngagement
<https://meta.linked.archi/ea-service/onto#ServiceEngagement> rdf:type owl:Class .


###  https://meta.linked.archi/ea-service/onto#ServiceLevelExpectation
<https://meta.linked.archi/ea-service/onto#ServiceLevelExpectation> rdf:type owl:Class .


###  https://meta.linked.archi/ea-service/onto#ServiceOutcome
<https://meta.linked.archi/ea-service/onto#ServiceOutcome> rdf:type owl:Class .


###  https://meta.linked.archi/ea-service/onto#ServiceRequest
<https://meta.linked.archi/ea-service/onto#ServiceRequest> rdf:type owl:Class .


#################################################################
#    Individuals
#################################################################

###  https://model.example.com/acme-ea#ADR-PaymentMigration
:ADR-PaymentMigration rdf:type owl:NamedIndividual ,
                               <https://meta.linked.archi/arch-decision#Decision> ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "ADR-042: Migrate Payment Platform to AWS EKS"@en .


###  https://model.example.com/acme-ea#AcmeEAServiceCatalog
:AcmeEAServiceCatalog rdf:type owl:NamedIndividual ,
                               <https://meta.linked.archi/ea-service/onto#ServiceCatalog> ;
                      <http://www.w3.org/2004/02/skos/core#definition> """The complete catalog of architecture services offered by the Acme Corp
EA function to business and IT stakeholders. Updated quarterly."""@en ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Acme Corp EA Service Catalog 2026"@en ;
                      <https://meta.linked.archi/ea-service/onto#hasEACapability> :CapArchimateModeling ,
                                                                                  :CapCloudArchitecture ,
                                                                                  :CapFinancialModeling ,
                                                                                  :CapPortfolioAnalysis ,
                                                                                  :CapSHACLValidation ,
                                                                                  :CapSPARQLQuerying ,
                                                                                  :CapStakeholderFacilitation ,
                                                                                  :CapTOGAFADM ;
                      <https://meta.linked.archi/ea-service/onto#hasMaturityAssessment> :MaturityQ1_2026 ;
                      <https://meta.linked.archi/ea-service/onto#offersService> :ArchReviewService ,
                                                                                :ImpactAnalysisService ,
                                                                                :OnboardingService ,
                                                                                :PortfolioAssessmentService ,
                                                                                :TargetStateService ,
                                                                                :TechRadarService .


###  https://model.example.com/acme-ea#ArchReviewService
:ArchReviewService rdf:type owl:NamedIndividual ,
                            <https://meta.linked.archi/ea-service/onto#EAService> ;
                   <http://www.w3.org/2004/02/skos/core#definition> """Review of a proposed architecture against enterprise standards,
principles, and quality attributes. Produces a review report with findings,
conditions, and recommendations."""@en ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Architecture Review"@en ;
                   <https://meta.linked.archi/ea-service/onto#hasServiceLevelExpectation> _:genid1 ;
                   <https://meta.linked.archi/ea-service/onto#requiredCapability> :CapArchimateModeling ,
                                                                                  :CapStakeholderFacilitation ;
                   <https://meta.linked.archi/ea-service/onto#serviceType> <https://meta.linked.archi/ea-service/reference-data#ArchitectureReview> .

_:genid1 rdf:type <https://meta.linked.archi/ea-service/onto#ServiceLevelExpectation> ;
          <https://meta.linked.archi/ea-service/onto#expectedScope> "Review of proposed architecture. Deliverable: review report with findings and recommendations."@en ;
          <https://meta.linked.archi/ea-service/onto#expectedTurnaroundDays> 5 .


###  https://model.example.com/acme-ea#CTOOffice
:CTOOffice rdf:type owl:NamedIndividual ,
                    <https://meta.linked.archi/core#Stakeholder> ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "CTO Office"@en .


###  https://model.example.com/acme-ea#CapArchimateModeling
:CapArchimateModeling rdf:type owl:NamedIndividual ,
                               <https://meta.linked.archi/ea-service/onto#EACapability> ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "ArchiMate Modeling"@en ;
                      <https://meta.linked.archi/ea-service/onto#capabilityDescription> "Enterprise architecture modeling using ArchiMate 3.2 notation across all layers."@en ;
                      <https://meta.linked.archi/ea-service/onto#capabilityLevel> "advanced" .


###  https://model.example.com/acme-ea#CapCloudArchitecture
:CapCloudArchitecture rdf:type owl:NamedIndividual ,
                               <https://meta.linked.archi/ea-service/onto#EACapability> ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Cloud Architecture"@en ;
                      <https://meta.linked.archi/ea-service/onto#capabilityDescription> "Designing cloud-native architectures on AWS and Azure. FinOps cost optimization."@en ;
                      <https://meta.linked.archi/ea-service/onto#capabilityLevel> "advanced" .


###  https://model.example.com/acme-ea#CapFinancialModeling
:CapFinancialModeling rdf:type owl:NamedIndividual ,
                               <https://meta.linked.archi/ea-service/onto#EACapability> ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Financial Modeling"@en ;
                      <https://meta.linked.archi/ea-service/onto#capabilityDescription> "TCO modeling, cost-benefit analysis, and investment case development for architecture decisions."@en ;
                      <https://meta.linked.archi/ea-service/onto#capabilityLevel> "beginner" .


###  https://model.example.com/acme-ea#CapPortfolioAnalysis
:CapPortfolioAnalysis rdf:type owl:NamedIndividual ,
                               <https://meta.linked.archi/ea-service/onto#EACapability> ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Portfolio Analysis"@en ;
                      <https://meta.linked.archi/ea-service/onto#capabilityDescription> "Application portfolio rationalization using TIME framework and fitness scoring."@en ;
                      <https://meta.linked.archi/ea-service/onto#capabilityLevel> "intermediate" .


###  https://model.example.com/acme-ea#CapSHACLValidation
:CapSHACLValidation rdf:type owl:NamedIndividual ,
                             <https://meta.linked.archi/ea-service/onto#EACapability> ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "SHACL Validation"@en ;
                    <https://meta.linked.archi/ea-service/onto#capabilityDescription> "Defining and running SHACL shapes for automated architecture governance."@en ;
                    <https://meta.linked.archi/ea-service/onto#capabilityLevel> "intermediate" .


###  https://model.example.com/acme-ea#CapSPARQLQuerying
:CapSPARQLQuerying rdf:type owl:NamedIndividual ,
                            <https://meta.linked.archi/ea-service/onto#EACapability> ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "SPARQL Querying"@en ;
                   <https://meta.linked.archi/ea-service/onto#capabilityDescription> "Querying the architecture knowledge graph using SPARQL for impact analysis and reporting."@en ;
                   <https://meta.linked.archi/ea-service/onto#capabilityLevel> "intermediate" .


###  https://model.example.com/acme-ea#CapStakeholderFacilitation
:CapStakeholderFacilitation rdf:type owl:NamedIndividual ,
                                     <https://meta.linked.archi/ea-service/onto#EACapability> ;
                            <http://www.w3.org/2004/02/skos/core#prefLabel> "Stakeholder Facilitation"@en ;
                            <https://meta.linked.archi/ea-service/onto#capabilityDescription> "Facilitating architecture workshops, review boards, and decision sessions with business stakeholders."@en ;
                            <https://meta.linked.archi/ea-service/onto#capabilityLevel> "advanced" .


###  https://model.example.com/acme-ea#CapTOGAFADM
:CapTOGAFADM rdf:type owl:NamedIndividual ,
                      <https://meta.linked.archi/ea-service/onto#EACapability> ;
             <http://www.w3.org/2004/02/skos/core#prefLabel> "TOGAF ADM"@en ;
             <https://meta.linked.archi/ea-service/onto#capabilityDescription> "Architecture development using TOGAF Architecture Development Method."@en ;
             <https://meta.linked.archi/ea-service/onto#capabilityLevel> "advanced" .


###  https://model.example.com/acme-ea#ChiefArchitect
:ChiefArchitect rdf:type owl:NamedIndividual ,
                         <https://meta.linked.archi/core#Stakeholder> ;
                <http://www.w3.org/2004/02/skos/core#definition> "Head of the EA function. Responsible for EA strategy, governance, and stakeholder relationships."@en ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Maria Chen — Chief Architect"@en .


###  https://model.example.com/acme-ea#ComplianceDirector
:ComplianceDirector rdf:type owl:NamedIndividual ,
                             <https://meta.linked.archi/core#Stakeholder> ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Elena Rossi — Compliance Director"@en .


###  https://model.example.com/acme-ea#CustomerOnboarding
:CustomerOnboarding rdf:type owl:NamedIndividual ,
                             <https://meta.linked.archi/archimate3/onto#Capability> ;
                    <http://www.w3.org/2004/02/skos/core#definition> "Business capability for onboarding new retail banking customers."@en ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Customer Onboarding"@en .


###  https://model.example.com/acme-ea#Eng-MobileReview
:Eng-MobileReview rdf:type owl:NamedIndividual ,
                           <https://meta.linked.archi/ea-service/onto#ServiceEngagement> ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Mobile Banking Architecture Review"@en ;
                  <https://meta.linked.archi/ea-service/onto#assignedArchitect> :SeniorArchitectPlatform ;
                  <https://meta.linked.archi/ea-service/onto#engagementEndDate> "2026-02-18"^^xsd:date ;
                  <https://meta.linked.archi/ea-service/onto#engagementFor> :MobileBankingApp ;
                  <https://meta.linked.archi/ea-service/onto#engagementStartDate> "2026-02-12"^^xsd:date ;
                  <https://meta.linked.archi/ea-service/onto#engagementStatus> <https://meta.linked.archi/ea-service/reference-data#Closed> ;
                  <https://meta.linked.archi/ea-service/onto#hasOutcome> :Outcome-MobileReview .


###  https://model.example.com/acme-ea#Eng-OnboardingNewProject
:Eng-OnboardingNewProject rdf:type owl:NamedIndividual ,
                                   <https://meta.linked.archi/ea-service/onto#ServiceEngagement> ;
                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Onboarding: Customer Onboarding Redesign"@en ;
                          <https://meta.linked.archi/ea-service/onto#assignedArchitect> :ChiefArchitect ;
                          <https://meta.linked.archi/ea-service/onto#engagementEndDate> "2026-04-02"^^xsd:date ;
                          <https://meta.linked.archi/ea-service/onto#engagementFor> :CustomerOnboarding ;
                          <https://meta.linked.archi/ea-service/onto#engagementStartDate> "2026-04-02"^^xsd:date ;
                          <https://meta.linked.archi/ea-service/onto#engagementStatus> <https://meta.linked.archi/ea-service/reference-data#Closed> ;
                          <https://meta.linked.archi/ea-service/onto#hasOutcome> :Outcome-Onboarding .


###  https://model.example.com/acme-ea#Eng-PaymentTargetState
:Eng-PaymentTargetState rdf:type owl:NamedIndividual ,
                                 <https://meta.linked.archi/ea-service/onto#ServiceEngagement> ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Payment Platform Target State Design"@en ;
                        <https://meta.linked.archi/ea-service/onto#assignedArchitect> :SeniorArchitectDomain ;
                        <https://meta.linked.archi/ea-service/onto#engagementEndDate> "2026-02-14"^^xsd:date ;
                        <https://meta.linked.archi/ea-service/onto#engagementFor> :PaymentPlatform ;
                        <https://meta.linked.archi/ea-service/onto#engagementStartDate> "2026-01-20"^^xsd:date ;
                        <https://meta.linked.archi/ea-service/onto#engagementStatus> <https://meta.linked.archi/ea-service/reference-data#Closed> ;
                        <https://meta.linked.archi/ea-service/onto#hasOutcome> :Outcome-PaymentTargetState .


###  https://model.example.com/acme-ea#Eng-RetailPortfolio
:Eng-RetailPortfolio rdf:type owl:NamedIndividual ,
                              <https://meta.linked.archi/ea-service/onto#ServiceEngagement> ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Retail Banking Portfolio Assessment"@en ;
                     <https://meta.linked.archi/ea-service/onto#assignedArchitect> :JuniorArchitect ;
                     <https://meta.linked.archi/ea-service/onto#engagementFor> :RetailBankingDomain ;
                     <https://meta.linked.archi/ea-service/onto#engagementStartDate> "2026-03-05"^^xsd:date ;
                     <https://meta.linked.archi/ea-service/onto#engagementStatus> <https://meta.linked.archi/ea-service/reference-data#InProgress> .


###  https://model.example.com/acme-ea#HeadOfPayments
:HeadOfPayments rdf:type owl:NamedIndividual ,
                         <https://meta.linked.archi/core#Stakeholder> ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "David Kim — Head of Payments"@en .


###  https://model.example.com/acme-ea#ImpactAnalysisService
:ImpactAnalysisService rdf:type owl:NamedIndividual ,
                                <https://meta.linked.archi/ea-service/onto#EAService> ;
                       <http://www.w3.org/2004/02/skos/core#definition> """Analysis of the impact of a proposed change on the architecture
landscape — affected systems, dependencies, risks, and downstream effects."""@en ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Impact Analysis"@en ;
                       <https://meta.linked.archi/ea-service/onto#hasServiceLevelExpectation> _:genid2 ;
                       <https://meta.linked.archi/ea-service/onto#requiredCapability> :CapArchimateModeling ,
                                                                                      :CapSPARQLQuerying ;
                       <https://meta.linked.archi/ea-service/onto#serviceType> <https://meta.linked.archi/ea-service/reference-data#ImpactAnalysis> .

_:genid2 rdf:type <https://meta.linked.archi/ea-service/onto#ServiceLevelExpectation> ;
          <https://meta.linked.archi/ea-service/onto#expectedScope> "Impact analysis for a proposed change. Deliverable: impact report with affected systems and risk assessment."@en ;
          <https://meta.linked.archi/ea-service/onto#expectedTurnaroundDays> 3 .


###  https://model.example.com/acme-ea#JuniorArchitect
:JuniorArchitect rdf:type owl:NamedIndividual ,
                          <https://meta.linked.archi/core#Stakeholder> ;
                 <http://www.w3.org/2004/02/skos/core#definition> "Junior architect, 2 years in role. Building skills in ArchiMate and portfolio assessment."@en ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Tom Eriksson — Junior Architect"@en .


###  https://model.example.com/acme-ea#MaturityQ1_2026
:MaturityQ1_2026 rdf:type owl:NamedIndividual ,
                          <https://meta.linked.archi/ea-service/onto#EAMaturityAssessment> ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Acme EA Maturity Assessment — Q1 2026"@en ;
                 <https://meta.linked.archi/ea-service/onto#maturityAssessedBy> :ChiefArchitect ;
                 <https://meta.linked.archi/ea-service/onto#maturityAssessmentDate> "2026-03-15"^^xsd:date ;
                 <https://meta.linked.archi/ea-service/onto#maturityFindings> """Level 3 (Defined) — Standardized processes in place for
architecture review and target-state design. Service catalog published and
communicated to stakeholders. SHACL validation running in CI/CD for ArchiMate
models.

Strengths:
- Strong stakeholder relationships in payments and retail banking
- Architecture review process well-established (12 reviews in 2025)
- Knowledge graph approach adopted — SPARQL queries replacing manual reporting

Gaps to address for Level 4 (Managed):
- Satisfaction tracking not yet systematic (implementing this quarter)
- Financial modeling capability is weak — cannot produce TCO or ROI analysis
- Portfolio assessment capability limited to senior staff
- No formal demand management — requests come via email and Slack

Improvement plan:
- Q2: Implement satisfaction tracking for all engagements
- Q2: Financial modeling training for 2 architects
- Q3: Formalize demand management with service request workflow
- Q4: Reassess maturity — target Level 4 by end of 2026"""@en ;
                 <https://meta.linked.archi/ea-service/onto#maturityLevel> <https://meta.linked.archi/ea-service/reference-data#Level3_Defined> .


###  https://model.example.com/acme-ea#MobileBankingApp
:MobileBankingApp rdf:type owl:NamedIndividual ,
                           <https://meta.linked.archi/archimate3/onto#ApplicationComponent> ;
                  <http://www.w3.org/2004/02/skos/core#definition> "Customer-facing mobile banking application (iOS and Android)."@en ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Mobile Banking Application"@en .


###  https://model.example.com/acme-ea#MobileReviewReport
:MobileReviewReport rdf:type owl:NamedIndividual ,
                             <https://meta.linked.archi/core#Model> ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Mobile Banking Architecture Review Report"@en .


###  https://model.example.com/acme-ea#OnboardingService
:OnboardingService rdf:type owl:NamedIndividual ,
                            <https://meta.linked.archi/ea-service/onto#EAService> ;
                   <http://www.w3.org/2004/02/skos/core#definition> """Consultative engagement for new projects or initiatives — architecture
context, standards orientation, and integration guidance."""@en ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Onboarding Consultation"@en ;
                   <https://meta.linked.archi/ea-service/onto#hasServiceLevelExpectation> _:genid3 ;
                   <https://meta.linked.archi/ea-service/onto#requiredCapability> :CapArchimateModeling ,
                                                                                  :CapStakeholderFacilitation ;
                   <https://meta.linked.archi/ea-service/onto#serviceType> <https://meta.linked.archi/ea-service/reference-data#OnboardingConsultation> .

_:genid3 rdf:type <https://meta.linked.archi/ea-service/onto#ServiceLevelExpectation> ;
          <https://meta.linked.archi/ea-service/onto#expectedScope> "1-hour consultation session. Deliverable: summary email with relevant standards and contacts."@en ;
          <https://meta.linked.archi/ea-service/onto#expectedTurnaroundDays> 2 .


###  https://model.example.com/acme-ea#Outcome-MobileReview
:Outcome-MobileReview rdf:type owl:NamedIndividual ,
                               <https://meta.linked.archi/ea-service/onto#ServiceOutcome> ;
                      <https://meta.linked.archi/ea-service/onto#hasSatisfactionAssessment> :Sat-MobileReview ;
                      <https://meta.linked.archi/ea-service/onto#outcomeDescription> """Reviewed proposed microservices architecture. Found 2 critical
issues: (1) no API gateway pattern — direct client-to-service calls, (2) shared
database anti-pattern between 3 services. Recommended API gateway and database-per-service.
Review board approved with conditions."""@en ;
                      <https://meta.linked.archi/ea-service/onto#producedDeliverable> :MobileReviewReport .


###  https://model.example.com/acme-ea#Outcome-Onboarding
:Outcome-Onboarding rdf:type owl:NamedIndividual ,
                             <https://meta.linked.archi/ea-service/onto#ServiceOutcome> ;
                    <https://meta.linked.archi/ea-service/onto#hasSatisfactionAssessment> :Sat-Onboarding ;
                    <https://meta.linked.archi/ea-service/onto#outcomeDescription> """1-hour consultation covering: existing customer onboarding
architecture, relevant enterprise standards (API-first, event-driven),
integration points with KYC and identity systems, and recommended
architecture patterns. Follow-up architecture review scheduled for sprint 3."""@en .


###  https://model.example.com/acme-ea#Outcome-PaymentTargetState
:Outcome-PaymentTargetState rdf:type owl:NamedIndividual ,
                                     <https://meta.linked.archi/ea-service/onto#ServiceOutcome> ;
                            <https://meta.linked.archi/ea-service/onto#hasSatisfactionAssessment> :Sat-PaymentTargetState ;
                            <https://meta.linked.archi/ea-service/onto#influencedDecision> :ADR-PaymentMigration ;
                            <https://meta.linked.archi/ea-service/onto#outcomeDescription> """Produced target-state architecture for cloud-native payment
platform on AWS. Identified 4 migration phases over 18 months. Architecture
review board approved the target state. Directly influenced ADR-042:
Migrate Payment Platform to AWS EKS."""@en ;
                            <https://meta.linked.archi/ea-service/onto#producedDeliverable> :PaymentTargetStateModel .


###  https://model.example.com/acme-ea#PaymentPlatform
:PaymentPlatform rdf:type owl:NamedIndividual ,
                          <https://meta.linked.archi/archimate3/onto#ApplicationComponent> ;
                 <http://www.w3.org/2004/02/skos/core#definition> "Core payment processing platform handling card transactions, direct debits, and SEPA transfers."@en ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Payment Platform"@en .


###  https://model.example.com/acme-ea#PaymentTargetStateModel
:PaymentTargetStateModel rdf:type owl:NamedIndividual ,
                                  <https://meta.linked.archi/core#Model> ;
                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Payment Platform Target State Architecture v1.0"@en .


###  https://model.example.com/acme-ea#PortfolioAssessmentService
:PortfolioAssessmentService rdf:type owl:NamedIndividual ,
                                     <https://meta.linked.archi/ea-service/onto#EAService> ;
                            <http://www.w3.org/2004/02/skos/core#definition> """Application portfolio rationalization for a business domain. TIME
classification, fitness scoring, and modernization recommendations."""@en ;
                            <http://www.w3.org/2004/02/skos/core#prefLabel> "Portfolio Assessment"@en ;
                            <https://meta.linked.archi/ea-service/onto#hasServiceLevelExpectation> _:genid4 ;
                            <https://meta.linked.archi/ea-service/onto#requiredCapability> :CapArchimateModeling ,
                                                                                           :CapPortfolioAnalysis ,
                                                                                           :CapSPARQLQuerying ;
                            <https://meta.linked.archi/ea-service/onto#serviceType> <https://meta.linked.archi/ea-service/reference-data#PortfolioAssessment> .

_:genid4 rdf:type <https://meta.linked.archi/ea-service/onto#ServiceLevelExpectation> ;
          <https://meta.linked.archi/ea-service/onto#expectedScope> "TIME assessment of application portfolio for a business domain. Deliverable: portfolio heatmap, rationalization recommendations."@en ;
          <https://meta.linked.archi/ea-service/onto#expectedTurnaroundDays> 20 .


###  https://model.example.com/acme-ea#ProductOwnerMobile
:ProductOwnerMobile rdf:type owl:NamedIndividual ,
                             <https://meta.linked.archi/core#Stakeholder> ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Raj Patel — Product Owner, Mobile Banking"@en .


###  https://model.example.com/acme-ea#Req-ComplianceValidation
:Req-ComplianceValidation rdf:type owl:NamedIndividual ,
                                   <https://meta.linked.archi/ea-service/onto#ServiceRequest> ;
                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Request: PSD2 Compliance Architecture Validation"@en ;
                          <https://meta.linked.archi/ea-service/onto#declineRationale> """Declined — the EA team currently lacks deep PSD2/SCA regulatory
expertise. Recommended engaging external specialist consultancy (Deloitte or PwC)
for this specific validation. EA team can support with architecture documentation
and system dependency mapping as input to the external review."""@en ;
                          <https://meta.linked.archi/ea-service/onto#requestDate> "2026-03-10"^^xsd:date ;
                          <https://meta.linked.archi/ea-service/onto#requestDescription> """Need validation that our payment architecture meets PSD2 Strong
Customer Authentication requirements. Regulatory audit in Q3."""@en ;
                          <https://meta.linked.archi/ea-service/onto#requestForService> :ArchReviewService ;
                          <https://meta.linked.archi/ea-service/onto#requestedBy> :ComplianceDirector .


###  https://model.example.com/acme-ea#Req-MobileReview
:Req-MobileReview rdf:type owl:NamedIndividual ,
                           <https://meta.linked.archi/ea-service/onto#ServiceRequest> ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Request: Mobile Banking Architecture Review"@en ;
                  <https://meta.linked.archi/ea-service/onto#requestDate> "2026-02-10"^^xsd:date ;
                  <https://meta.linked.archi/ea-service/onto#requestDescription> """We are proposing a new microservices architecture for the mobile
banking backend. Need an architecture review before we start implementation."""@en ;
                  <https://meta.linked.archi/ea-service/onto#requestForService> :ArchReviewService ;
                  <https://meta.linked.archi/ea-service/onto#requestedBy> :ProductOwnerMobile ;
                  <https://meta.linked.archi/ea-service/onto#resultsInEngagement> :Eng-MobileReview .


###  https://model.example.com/acme-ea#Req-OnboardingNewProject
:Req-OnboardingNewProject rdf:type owl:NamedIndividual ,
                                   <https://meta.linked.archi/ea-service/onto#ServiceRequest> ;
                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Request: Onboarding for Customer Onboarding Redesign Project"@en ;
                          <https://meta.linked.archi/ea-service/onto#requestDate> "2026-04-01"^^xsd:date ;
                          <https://meta.linked.archi/ea-service/onto#requestDescription> "New project starting to redesign customer onboarding flow. Need architecture context and standards orientation."@en ;
                          <https://meta.linked.archi/ea-service/onto#requestForService> :OnboardingService ;
                          <https://meta.linked.archi/ea-service/onto#requestedBy> :ProductOwnerMobile ;
                          <https://meta.linked.archi/ea-service/onto#resultsInEngagement> :Eng-OnboardingNewProject .


###  https://model.example.com/acme-ea#Req-PaymentTargetState
:Req-PaymentTargetState rdf:type owl:NamedIndividual ,
                                 <https://meta.linked.archi/ea-service/onto#ServiceRequest> ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Request: Payment Platform Target State Design"@en ;
                        <https://meta.linked.archi/ea-service/onto#requestDate> "2026-01-15"^^xsd:date ;
                        <https://meta.linked.archi/ea-service/onto#requestDescription> """Need a target-state architecture for the payment platform.
Current platform is on-premises, monolithic, and struggling with PSD2 compliance.
Want to understand options for cloud migration and API-first redesign."""@en ;
                        <https://meta.linked.archi/ea-service/onto#requestForService> :TargetStateService ;
                        <https://meta.linked.archi/ea-service/onto#requestedBy> :HeadOfPayments ;
                        <https://meta.linked.archi/ea-service/onto#resultsInEngagement> :Eng-PaymentTargetState .


###  https://model.example.com/acme-ea#Req-RetailPortfolio
:Req-RetailPortfolio rdf:type owl:NamedIndividual ,
                              <https://meta.linked.archi/ea-service/onto#ServiceRequest> ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Request: Retail Banking Portfolio Assessment"@en ;
                     <https://meta.linked.archi/ea-service/onto#requestDate> "2026-03-01"^^xsd:date ;
                     <https://meta.linked.archi/ea-service/onto#requestDescription> """We have 38 applications in the retail banking domain. Many are
legacy, some are redundant. Need a TIME assessment to prioritize modernization
investment for the 2027 budget cycle."""@en ;
                     <https://meta.linked.archi/ea-service/onto#requestForService> :PortfolioAssessmentService ;
                     <https://meta.linked.archi/ea-service/onto#requestedBy> :VPRetailBanking ;
                     <https://meta.linked.archi/ea-service/onto#resultsInEngagement> :Eng-RetailPortfolio .


###  https://model.example.com/acme-ea#RetailBankingDomain
:RetailBankingDomain rdf:type owl:NamedIndividual ,
                              <https://meta.linked.archi/archimate3/onto#Capability> ;
                     <http://www.w3.org/2004/02/skos/core#definition> "Business capability covering all retail banking products and services."@en ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Retail Banking"@en .


###  https://model.example.com/acme-ea#Sat-MobileReview
:Sat-MobileReview rdf:type owl:NamedIndividual ,
                           <https://meta.linked.archi/ea-service/onto#SatisfactionAssessment> ;
                  <https://meta.linked.archi/ea-service/onto#hasSatisfactionScore> 3 ;
                  <https://meta.linked.archi/ea-service/onto#satisfactionDate> "2026-02-25"^^xsd:date ;
                  <https://meta.linked.archi/ea-service/onto#satisfactionFeedback> """The review findings were valid and helpful. However, the
turnaround took 6 days instead of the expected 5, and the report lacked
specific implementation guidance for the API gateway recommendation. We had
to schedule a follow-up session."""@en .


###  https://model.example.com/acme-ea#Sat-Onboarding
:Sat-Onboarding rdf:type owl:NamedIndividual ,
                         <https://meta.linked.archi/ea-service/onto#SatisfactionAssessment> ;
                <https://meta.linked.archi/ea-service/onto#hasSatisfactionScore> 4 ;
                <https://meta.linked.archi/ea-service/onto#satisfactionDate> "2026-04-03"^^xsd:date ;
                <https://meta.linked.archi/ea-service/onto#satisfactionFeedback> "Very useful session. Got the context we needed to start. Maria was well-prepared and knew our domain."@en .


###  https://model.example.com/acme-ea#Sat-PaymentTargetState
:Sat-PaymentTargetState rdf:type owl:NamedIndividual ,
                                 <https://meta.linked.archi/ea-service/onto#SatisfactionAssessment> ;
                        <https://meta.linked.archi/ea-service/onto#hasSatisfactionScore> 5 ;
                        <https://meta.linked.archi/ea-service/onto#satisfactionDate> "2026-02-20"^^xsd:date ;
                        <https://meta.linked.archi/ea-service/onto#satisfactionFeedback> """Excellent work. The target-state architecture was clear,
well-justified, and the phased migration plan was realistic. The architecture
review board approved it without conditions. James understood our business
constraints perfectly."""@en .


###  https://model.example.com/acme-ea#SeniorArchitectDomain
:SeniorArchitectDomain rdf:type owl:NamedIndividual ,
                                <https://meta.linked.archi/core#Stakeholder> ;
                       <http://www.w3.org/2004/02/skos/core#definition> "Domain architect covering retail banking and payments. 8 years experience."@en ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "James Park — Senior Domain Architect"@en .


###  https://model.example.com/acme-ea#SeniorArchitectPlatform
:SeniorArchitectPlatform rdf:type owl:NamedIndividual ,
                                  <https://meta.linked.archi/core#Stakeholder> ;
                         <http://www.w3.org/2004/02/skos/core#definition> "Platform architect covering cloud infrastructure and integration. TOGAF certified."@en ;
                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Aisha Okafor — Senior Platform Architect"@en .


###  https://model.example.com/acme-ea#TargetStateService
:TargetStateService rdf:type owl:NamedIndividual ,
                             <https://meta.linked.archi/ea-service/onto#EAService> ;
                    <http://www.w3.org/2004/02/skos/core#definition> """Design of future-state architecture for a domain, capability, or
platform. Includes current-state analysis, gap analysis, and transition roadmap."""@en ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Target State Design"@en ;
                    <https://meta.linked.archi/ea-service/onto#hasServiceLevelExpectation> _:genid5 ;
                    <https://meta.linked.archi/ea-service/onto#requiredCapability> :CapArchimateModeling ,
                                                                                   :CapCloudArchitecture ,
                                                                                   :CapStakeholderFacilitation ,
                                                                                   :CapTOGAFADM ;
                    <https://meta.linked.archi/ea-service/onto#serviceType> <https://meta.linked.archi/ea-service/reference-data#TargetStateDesign> .

_:genid5 rdf:type <https://meta.linked.archi/ea-service/onto#ServiceLevelExpectation> ;
          <https://meta.linked.archi/ea-service/onto#expectedScope> "Target-state architecture with gap analysis and transition roadmap. Deliverable: architecture definition document."@en ;
          <https://meta.linked.archi/ea-service/onto#expectedTurnaroundDays> 30 .


###  https://model.example.com/acme-ea#TechRadarService
:TechRadarService rdf:type owl:NamedIndividual ,
                           <https://meta.linked.archi/ea-service/onto#EAService> ;
                  <http://www.w3.org/2004/02/skos/core#definition> """Quarterly assessment and communication of technology trends,
recommendations, and adoption guidance for the organization."""@en ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Technology Radar"@en ;
                  <https://meta.linked.archi/ea-service/onto#hasServiceLevelExpectation> _:genid6 ;
                  <https://meta.linked.archi/ea-service/onto#requiredCapability> :CapArchimateModeling ,
                                                                                 :CapCloudArchitecture ;
                  <https://meta.linked.archi/ea-service/onto#serviceType> <https://meta.linked.archi/ea-service/reference-data#TechnologyRadar> .

_:genid6 rdf:type <https://meta.linked.archi/ea-service/onto#ServiceLevelExpectation> ;
          <https://meta.linked.archi/ea-service/onto#expectedScope> "Technology radar publication with Adopt/Trial/Assess/Hold recommendations."@en ;
          <https://meta.linked.archi/ea-service/onto#expectedTurnaroundDays> 15 .


###  https://model.example.com/acme-ea#VPRetailBanking
:VPRetailBanking rdf:type owl:NamedIndividual ,
                          <https://meta.linked.archi/core#Stakeholder> ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Sarah Williams — VP Retail Banking"@en .


###  Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/
