@prefix : <https://meta.linked.archi/ea-service/reference-data#> .
@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://meta.linked.archi/ea-service/reference-data#> .

<https://meta.linked.archi/ea-service/reference-data#> rdf:type owl:Ontology ;
                                                        owl:versionIRI <https://meta.linked.archi/ea-service/reference-data/0.1.0#> ;
                                                        owl:imports <https://meta.linked.archi/ea-service/onto#> ;
                                                        <http://creativecommons.org/ns#license> "http://creativecommons.org/licenses/by/4.0/" ;
                                                        <http://purl.org/dc/elements/1.1/description> """Reference data for EA-as-a-Service — service types, engagement
statuses, and maturity levels."""@en ;
                                                        <http://purl.org/dc/elements/1.1/publisher> <https://linked.archi> ,
                                                                                                    "Linked.Archi"@en ;
                                                        <http://purl.org/dc/elements/1.1/title> "Linked.Archi EA-as-a-Service Reference Data"@en ;
                                                        <http://purl.org/dc/terms/created> "2026-05-03"^^xsd:date ;
                                                        <http://purl.org/dc/terms/creator> "Kalin Maldzhanski" ;
                                                        <http://purl.org/dc/terms/modified> "2026-05-03"^^xsd:date ;
                                                        <http://purl.org/ontology/bibo/status> "draft" ;
                                                        <http://purl.org/vocab/vann/preferredNamespacePrefix> "easvcrd" ;
                                                        <http://purl.org/vocab/vann/preferredNamespaceUri> "https://meta.linked.archi/ea-service/reference-data#" ;
                                                        owl:versionInfo "0.1.0"@en .

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

###  http://creativecommons.org/ns#license
<http://creativecommons.org/ns#license> rdf:type owl:AnnotationProperty .


###  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/publisher
<http://purl.org/dc/elements/1.1/publisher> 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/creator
<http://purl.org/dc/terms/creator> rdf:type owl:AnnotationProperty .


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


###  http://purl.org/ontology/bibo/status
<http://purl.org/ontology/bibo/status> 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#notation
<http://www.w3.org/2004/02/skos/core#notation> 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 .


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

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


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

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


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


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


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

###  https://meta.linked.archi/ea-service/reference-data#AIReadinessAssessment
:AIReadinessAssessment rdf:type owl:NamedIndividual ,
                                <https://meta.linked.archi/ea-service/onto#EAServiceType> ;
                       <http://www.w3.org/2004/02/skos/core#definition> "Assessment of organizational readiness for AI adoption — data maturity, infrastructure, skills, and governance."@en ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "AI Readiness Assessment"@en .


###  https://meta.linked.archi/ea-service/reference-data#Accepted
:Accepted rdf:type owl:NamedIndividual ,
                   <https://meta.linked.archi/ea-service/onto#EngagementStatus> ;
          <http://www.w3.org/2004/02/skos/core#definition> "EA team has accepted the engagement and assigned an architect."@en ;
          <http://www.w3.org/2004/02/skos/core#notation> "ACCEPTED" ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Accepted"@en .


###  https://meta.linked.archi/ea-service/reference-data#ArchitectureReview
:ArchitectureReview rdf:type owl:NamedIndividual ,
                             <https://meta.linked.archi/ea-service/onto#EAServiceType> ;
                    <http://www.w3.org/2004/02/skos/core#definition> "Review of a proposed architecture against enterprise standards, principles, and quality attributes."@en ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Architecture Review"@en .


###  https://meta.linked.archi/ea-service/reference-data#Closed
:Closed rdf:type owl:NamedIndividual ,
                 <https://meta.linked.archi/ea-service/onto#EngagementStatus> ;
        <http://www.w3.org/2004/02/skos/core#definition> "Engagement is complete and satisfaction has been assessed."@en ;
        <http://www.w3.org/2004/02/skos/core#notation> "CLOSED" ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Closed"@en .


###  https://meta.linked.archi/ea-service/reference-data#ComplianceValidation
:ComplianceValidation rdf:type owl:NamedIndividual ,
                               <https://meta.linked.archi/ea-service/onto#EAServiceType> ;
                      <http://www.w3.org/2004/02/skos/core#definition> "Validation of architecture against regulatory or governance requirements using SHACL shapes."@en ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Compliance Validation"@en .


###  https://meta.linked.archi/ea-service/reference-data#Declined
:Declined rdf:type owl:NamedIndividual ,
                   <https://meta.linked.archi/ea-service/onto#EngagementStatus> ;
          <http://www.w3.org/2004/02/skos/core#definition> "Request was declined by the EA team (with rationale)."@en ;
          <http://www.w3.org/2004/02/skos/core#notation> "DECLINED" ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Declined"@en .


###  https://meta.linked.archi/ea-service/reference-data#Delivered
:Delivered rdf:type owl:NamedIndividual ,
                    <https://meta.linked.archi/ea-service/onto#EngagementStatus> ;
           <http://www.w3.org/2004/02/skos/core#definition> "Deliverables have been provided to the stakeholder."@en ;
           <http://www.w3.org/2004/02/skos/core#notation> "DELIVERED" ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Delivered"@en .


###  https://meta.linked.archi/ea-service/reference-data#ImpactAnalysis
:ImpactAnalysis rdf:type owl:NamedIndividual ,
                         <https://meta.linked.archi/ea-service/onto#EAServiceType> ;
                <http://www.w3.org/2004/02/skos/core#definition> "Analysis of the impact of a proposed change on the architecture landscape — affected systems, dependencies, and risks."@en ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Impact Analysis"@en .


###  https://meta.linked.archi/ea-service/reference-data#InProgress
:InProgress rdf:type owl:NamedIndividual ,
                     <https://meta.linked.archi/ea-service/onto#EngagementStatus> ;
            <http://www.w3.org/2004/02/skos/core#definition> "Service delivery is underway."@en ;
            <http://www.w3.org/2004/02/skos/core#notation> "IN_PROGRESS" ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "In Progress"@en .


###  https://meta.linked.archi/ea-service/reference-data#Level1_Initial
:Level1_Initial rdf:type owl:NamedIndividual ,
                         <https://meta.linked.archi/ea-service/onto#MaturityLevel> ;
                <http://www.w3.org/2004/02/skos/core#definition> """Ad-hoc, informal, reactive EA practice. No standardized processes.
Architecture work is project-driven and inconsistent. EA value is not
measured or communicated."""@en ;
                <http://www.w3.org/2004/02/skos/core#notation> "L1" ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Level 1 — Initial"@en .


###  https://meta.linked.archi/ea-service/reference-data#Level2_Developing
:Level2_Developing rdf:type owl:NamedIndividual ,
                            <https://meta.linked.archi/ea-service/onto#MaturityLevel> ;
                   <http://www.w3.org/2004/02/skos/core#definition> """EA processes are defined but inconsistently applied. Some governance
exists but is not enforced. Architecture artifacts are produced but
not widely consumed. EA team is building credibility."""@en ;
                   <http://www.w3.org/2004/02/skos/core#notation> "L2" ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Level 2 — Developing"@en .


###  https://meta.linked.archi/ea-service/reference-data#Level3_Defined
:Level3_Defined rdf:type owl:NamedIndividual ,
                         <https://meta.linked.archi/ea-service/onto#MaturityLevel> ;
                <http://www.w3.org/2004/02/skos/core#definition> """Standardized EA processes and governance are in place. Architecture
artifacts are produced consistently and consumed by stakeholders.
EA has a defined service catalog and measurable outcomes."""@en ;
                <http://www.w3.org/2004/02/skos/core#notation> "L3" ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Level 3 — Defined"@en .


###  https://meta.linked.archi/ea-service/reference-data#Level4_Managed
:Level4_Managed rdf:type owl:NamedIndividual ,
                         <https://meta.linked.archi/ea-service/onto#MaturityLevel> ;
                <http://www.w3.org/2004/02/skos/core#definition> """EA outcomes are measured and continuously improved. Stakeholder
satisfaction is tracked. EA influences investment decisions and
technology strategy. The EA function operates as an internal
consultancy."""@en ;
                <http://www.w3.org/2004/02/skos/core#notation> "L4" ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Level 4 — Managed"@en .


###  https://meta.linked.archi/ea-service/reference-data#Level5_Optimizing
:Level5_Optimizing rdf:type owl:NamedIndividual ,
                            <https://meta.linked.archi/ea-service/onto#MaturityLevel> ;
                   <http://www.w3.org/2004/02/skos/core#definition> """EA drives strategic decisions and is fully integrated with business
planning. Architecture is a product with backlogs, roadmaps, and KPIs.
The EA function is recognized as indispensable by executive leadership."""@en ;
                   <http://www.w3.org/2004/02/skos/core#notation> "L5" ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Level 5 — Optimizing"@en .


###  https://meta.linked.archi/ea-service/reference-data#ModernizationPlanning
:ModernizationPlanning rdf:type owl:NamedIndividual ,
                                <https://meta.linked.archi/ea-service/onto#EAServiceType> ;
                       <http://www.w3.org/2004/02/skos/core#definition> "Planning for application or platform modernization — migration strategy, phasing, and cost estimation."@en ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Modernization Planning"@en .


###  https://meta.linked.archi/ea-service/reference-data#OnboardingConsultation
:OnboardingConsultation rdf:type owl:NamedIndividual ,
                                 <https://meta.linked.archi/ea-service/onto#EAServiceType> ;
                        <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/reference-data#PortfolioAssessment
:PortfolioAssessment rdf:type owl:NamedIndividual ,
                              <https://meta.linked.archi/ea-service/onto#EAServiceType> ;
                     <http://www.w3.org/2004/02/skos/core#definition> "Application portfolio rationalization — 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/reference-data#Requested
:Requested rdf:type owl:NamedIndividual ,
                    <https://meta.linked.archi/ea-service/onto#EngagementStatus> ;
           <http://www.w3.org/2004/02/skos/core#definition> "Service has been requested but not yet accepted by the EA team."@en ;
           <http://www.w3.org/2004/02/skos/core#notation> "REQUESTED" ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Requested"@en .


###  https://meta.linked.archi/ea-service/reference-data#StandardsGuidance
:StandardsGuidance rdf:type owl:NamedIndividual ,
                            <https://meta.linked.archi/ea-service/onto#EAServiceType> ;
                   <http://www.w3.org/2004/02/skos/core#definition> "Guidance on technology standards, patterns, reference architectures, and best practices."@en ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Standards Guidance"@en .


###  https://meta.linked.archi/ea-service/reference-data#TargetStateDesign
:TargetStateDesign rdf:type owl:NamedIndividual ,
                            <https://meta.linked.archi/ea-service/onto#EAServiceType> ;
                   <http://www.w3.org/2004/02/skos/core#definition> "Design of future-state architecture for a domain, capability, or platform."@en ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Target State Design"@en .


###  https://meta.linked.archi/ea-service/reference-data#TechnologyRadar
:TechnologyRadar rdf:type owl:NamedIndividual ,
                          <https://meta.linked.archi/ea-service/onto#EAServiceType> ;
                 <http://www.w3.org/2004/02/skos/core#definition> "Assessment and communication of technology trends, recommendations, and adoption guidance."@en ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Technology Radar"@en .


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