@prefix : <https://meta.linked.archi/leanix-v3#> .
@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/leanix-v3#> .

<https://meta.linked.archi/leanix-v3> rdf:type owl:Ontology ;
                                       owl:versionIRI <https://meta.linked.archi/leanix/v3-onto/3.0.0#> ;
                                       <http://creativecommons.org/ns#license> <http://creativecommons.org/licenses/by/4.0/> ;
                                       <http://purl.org/dc/elements/1.1/description> """Ontology representation of SAP LeanIX Meta Model v3 fact sheets and relations.
This is not an official SAP document."""@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 LeanIX Meta Model v3 Ontology"@en ;
                                       <http://purl.org/dc/terms/created> "2019-03-17"^^xsd:date ;
                                       <http://purl.org/dc/terms/creator> "Kalin Maldzhanski" ;
                                       <http://purl.org/dc/terms/isReplacedBy> <https://meta.linked.archi/leanix> ;
                                       <http://purl.org/dc/terms/modified> "2026-04-12"^^xsd:date ;
                                       <http://purl.org/ontology/bibo/status> "deprecated" ;
                                       <http://purl.org/vocab/vann/preferredNamespacePrefix> "lmm3" ;
                                       <http://purl.org/vocab/vann/preferredNamespaceUri> "https://meta.linked.archi/leanix/v3-onto#" ;
                                       rdfs:seeAlso <https://help.sap.com/docs/leanix/ea/meta-model> ,
                                                    <https://help.sap.com/docs/leanix/ea/modeling-guidelines-v3> ;
                                       owl:deprecated "true"^^xsd:boolean ;
                                       owl:versionInfo "3"@en ;
                                       <http://www.w3.org/2004/02/skos/core#historyNote> """Namespace changed from leanix# to leanix-v3# to avoid collision
with the v4 ontology. Status set to deprecated — v4 supersedes v3."""@en ;
                                       <http://www.w3.org/2004/02/skos/core#scopeNote> "Describes the LeanIX Meta Model v3 as used before the introduction of Meta Model v4."@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/isReplacedBy
<http://purl.org/dc/terms/isReplacedBy> 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#changeNote
<http://www.w3.org/2004/02/skos/core#changeNote> 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#example
<http://www.w3.org/2004/02/skos/core#example> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#historyNote
<http://www.w3.org/2004/02/skos/core#historyNote> 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 .


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


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

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


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

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


###  https://meta.linked.archi/leanix/v3-onto#Application
<https://meta.linked.archi/leanix/v3-onto#Application> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://meta.linked.archi/leanix/v3-onto#FactSheet> ;
                                                       rdfs:seeAlso <https://help.sap.com/docs/leanix/ea/application-vs-it-component-v3> ,
                                                                    <https://help.sap.com/docs/leanix/ea/modeling-guidelines-v3> ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "Application fact sheet representing business or technical application systems in Meta Model v3, without the explicit v4 subtypes."@en ;
                                                       <http://www.w3.org/2004/02/skos/core#example> "\"CRM Core\", \"Data Warehouse\" or \"Intranet Portal\" modeled as Application fact sheets in v3."@en ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Application"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#scopeNote> "Meta Model v3 Application fact sheet type, used for business applications, systems and services without formal subtypes."@en .


###  https://meta.linked.archi/leanix/v3-onto#BusinessCapability
<https://meta.linked.archi/leanix/v3-onto#BusinessCapability> rdf:type owl:Class ;
                                                              rdfs:subClassOf <https://meta.linked.archi/leanix/v3-onto#FactSheet> ;
                                                              rdfs:seeAlso <https://help.sap.com/docs/leanix/ea/business-capabilities-modeling-v3> ;
                                                              <http://www.w3.org/2004/02/skos/core#definition> "Business capability concept in v3 describing what the organization does or can do; typically reused when migrating to v4."@en ;
                                                              <http://www.w3.org/2004/02/skos/core#example> "Capabilities such as \"Order Management\", \"Customer Billing\" or \"Supplier Management\"."@en ;
                                                              <http://www.w3.org/2004/02/skos/core#prefLabel> "Business Capability"@en ;
                                                              <http://www.w3.org/2004/02/skos/core#scopeNote> "Capabilities in the LeanIX v3 meta model; structure is later reused in v4 without major semantic change."@en .


###  https://meta.linked.archi/leanix/v3-onto#DataObject
<https://meta.linked.archi/leanix/v3-onto#DataObject> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://meta.linked.archi/leanix/v3-onto#FactSheet> ;
                                                      rdfs:seeAlso <https://help.sap.com/docs/leanix/ea/data-object-modeling-guidelines> ,
                                                                   <https://help.sap.com/docs/leanix/ea/modeling-guidelines-v3> ;
                                                      <http://www.w3.org/2004/02/skos/core#definition> "Logical data entity fact sheet in v3 that is shared across applications and processes."@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "Data objects such as \"Customer\", \"Invoice\", \"Product\" or \"Payment\"."@en ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Data Object"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#scopeNote> "Logical data entities exchanged by applications and processes; scope is reused in v4."@en .


###  https://meta.linked.archi/leanix/v3-onto#FactSheet
<https://meta.linked.archi/leanix/v3-onto#FactSheet> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://meta.linked.archi/core#Element> ;
                                                     rdfs:seeAlso <https://help.sap.com/docs/leanix/ea/modeling-guidelines-v3> ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "Abstract supertype for all LeanIX fact sheet instances in Meta Model v3."@en ;
                                                     <http://www.w3.org/2004/02/skos/core#example> "Any Application, Project, User Group or IT Component fact sheet is also an instance of :FactSheet."@en ;
                                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Fact Sheet"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#scopeNote> "Abstract supertype for all LeanIX Meta Model v3 fact sheet instances."@en .


###  https://meta.linked.archi/leanix/v3-onto#ITComponent
<https://meta.linked.archi/leanix/v3-onto#ITComponent> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://meta.linked.archi/leanix/v3-onto#FactSheet> ;
                                                       rdfs:seeAlso <https://help.sap.com/docs/leanix/ea/application-vs-it-component-v3> ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "Technical component such as a software product, runtime, database or infrastructure element used by applications in v3."@en ;
                                                       <http://www.w3.org/2004/02/skos/core#example> "\"Oracle Database 19c\", \"Windows Server 2022\" or \"Apache Kafka Cluster\" as IT Components."@en ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "IT Component"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#scopeNote> "Technologies (software, hardware, cloud services) supporting applications. The basic semantics remain stable in v4."@en .


###  https://meta.linked.archi/leanix/v3-onto#Interface
<https://meta.linked.archi/leanix/v3-onto#Interface> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://meta.linked.archi/leanix/v3-onto#FactSheet> ;
                                                     rdfs:seeAlso <https://help.sap.com/docs/leanix/ea/interfaces-modeling-v3> ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "Integration link or interface fact sheet in v3 that connects source and target applications and exchanges data."@en ;
                                                     <http://www.w3.org/2004/02/skos/core#example> "A nightly \"File transfer from CRM to ERP\" interface or a near‑real‑time \"Customer API\" interface."@en ;
                                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Interface"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#scopeNote> "Integration endpoints or data flows between applications; the core idea remains in v4."@en .


###  https://meta.linked.archi/leanix/v3-onto#Process
<https://meta.linked.archi/leanix/v3-onto#Process> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://meta.linked.archi/leanix/v3-onto#FactSheet> ;
                                                   rdfs:seeAlso <https://help.sap.com/docs/leanix/ea/process-modeling-v3> ;
                                                   <http://www.w3.org/2004/02/skos/core#changeNote> "In v4, processes are modeled as a subtype of the Business Context fact sheet type rather than as their own fact sheet type."@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "Top‑level process fact sheet in v3 describing business processes before the introduction of the Business Context concept in v4."@en ;
                                                   <http://www.w3.org/2004/02/skos/core#example> "Processes such as \"Order to Cash\", \"Hire to Retire\" or \"Record to Report\"."@en ;
                                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Process"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#scopeNote> "Dedicated fact sheet type for business processes in v3."@en .


###  https://meta.linked.archi/leanix/v3-onto#Product
<https://meta.linked.archi/leanix/v3-onto#Product> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://meta.linked.archi/leanix/v3-onto#FactSheet> ;
                                                   rdfs:seeAlso <https://help.sap.com/docs/leanix/ea/modeling-guidelines-v3> ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "Product or service offering fact sheet in v3; later treated as a subtype of Business Context in v4."@en ;
                                                   <http://www.w3.org/2004/02/skos/core#example> "\"Gold Credit Card\", \"Standard Current Account\" or \"Premium Support Package\" products."@en ;
                                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Product"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#scopeNote> "Business products represented directly as fact sheets in v3; in v4 they are grouped as a Business Context subtype."@en .


###  https://meta.linked.archi/leanix/v3-onto#Project
<https://meta.linked.archi/leanix/v3-onto#Project> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://meta.linked.archi/leanix/v3-onto#FactSheet> ;
                                                   rdfs:seeAlso <https://help.sap.com/docs/leanix/ea/objectives-and-transformations-items-v3> ,
                                                                <https://help.sap.com/docs/leanix/ea/project-modeling-v3> ;
                                                   <http://www.w3.org/2004/02/skos/core#changeNote> "In Meta Model v4 this role is covered by the Initiative fact sheet type, with expanded scope for programs, epics, and other change efforts."@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "Project‑like change initiative in v3 that delivers scope such as new applications, process changes or technology rollouts."@en ;
                                                   <http://www.w3.org/2004/02/skos/core#example> "\"CRM Replacement 2025\" or \"Data Center Exit\" projects."@en ;
                                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Project"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#scopeNote> "Project-like change initiatives that impact applications, capabilities and technologies in v3."@en .


###  https://meta.linked.archi/leanix/v3-onto#Provider
<https://meta.linked.archi/leanix/v3-onto#Provider> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://meta.linked.archi/leanix/v3-onto#FactSheet> ;
                                                    rdfs:seeAlso <https://help.sap.com/docs/leanix/ea/modeling-guidelines-v3> ,
                                                                 <https://help.sap.com/docs/leanix/ea/provider-modeling-guidelines> ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "Vendor or provider that supplies IT Components or SaaS Applications in v3."@en ;
                                                    <http://www.w3.org/2004/02/skos/core#example> "Providers such as \"SAP\", \"Microsoft Azure\", \"AWS\" or an internal IT shared‑services organization."@en ;
                                                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Provider"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#scopeNote> "Vendors / external providers of applications and IT components."@en .


###  https://meta.linked.archi/leanix/v3-onto#TechCategory
<https://meta.linked.archi/leanix/v3-onto#TechCategory> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://meta.linked.archi/leanix/v3-onto#FactSheet> ;
                                                        rdfs:seeAlso <https://help.sap.com/docs/leanix/ea/tech-category-modeling-v3> ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "Category used to group IT Components into coherent sets for classification and reporting in v3."@en ;
                                                        <http://www.w3.org/2004/02/skos/core#example> "Categories like \"Database\", \"Middleware\", \"Operating System\" or \"Network Equipment\"."@en ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Tech Category"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#scopeNote> "Grouping of IT Components into categories (e.g. database, middleware, operating system)."@en .


###  https://meta.linked.archi/leanix/v3-onto#TechPlatform
<https://meta.linked.archi/leanix/v3-onto#TechPlatform> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://meta.linked.archi/leanix/v3-onto#FactSheet> ;
                                                        rdfs:seeAlso <https://help.sap.com/docs/leanix/ea/tech-platform-fact-sheet-v3> ;
                                                        <http://www.w3.org/2004/02/skos/core#changeNote> "Reworked in Meta Model v4 as the Platform fact sheet type with an expanded focus on business capabilities, applications and technologies."@en ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "Optional v3 fact sheet type representing a technical platform composed of multiple IT Components."@en ;
                                                        <http://www.w3.org/2004/02/skos/core#example> "\"Integration Platform\" grouping ESB, API gateway and messaging infrastructure as a TechPlatform."@en ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Tech Platform"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#scopeNote> "Optional fact sheet type used in v3 to represent technical platforms composed of IT components."@en .


###  https://meta.linked.archi/leanix/v3-onto#UserGroup
<https://meta.linked.archi/leanix/v3-onto#UserGroup> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://meta.linked.archi/leanix/v3-onto#FactSheet> ;
                                                     rdfs:seeAlso <https://help.sap.com/docs/leanix/ea/user-group-modeling-v3> ;
                                                     <http://www.w3.org/2004/02/skos/core#changeNote> "In Meta Model v4 this concept is reworked and renamed as the Organization fact sheet type with clearer subtypes (e.g. Business Unit, Location)."@en ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "Grouping of users or stakeholders that consume applications or participate in processes, modeled as User Groups in v3."@en ;
                                                     <http://www.w3.org/2004/02/skos/core#example> "\"Finance Users Germany\" or \"Global Sales Users\" modeled as UserGroup fact sheets."@en ;
                                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "User Group"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#scopeNote> "Organizational groupings of users or stakeholders consuming applications and capabilities."@en .


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