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

<https://meta.linked.archi/uaf/onto#> rdf:type owl:Ontology ;
                                       owl:versionIRI <https://meta.linked.archi/uaf/onto/1.2#> ;
                                       owl:imports <https://meta.linked.archi/core#> ;
                                       <http://creativecommons.org/ns#license> "http://creativecommons.org/licenses/by/4.0/" ;
                                       <http://purl.org/dc/elements/1.1/description> """Linked.Archi ontology aligned to the Unified Architecture Framework
(UAF) version 1.2, an OMG standard (formal/2025-10-01 through formal/2025-10-07).
UAF provides a unified architecture framework superseding DoDAF, MODAF, and NAF.
It organizes architectural data across 10 viewpoints and 11 aspects, defining
approximately 288 metaclasses across multiple domains.

This ontology models the core entity types used across UAF viewpoints as OWL
classes extending arch:Element, and the key relationships using the three-declaration
pattern (unqualified predicate, qualified class, qualified property).

This is not an official OMG document."""@en ;
                                       <http://purl.org/dc/elements/1.1/publisher> <https://linked.archi> ,
                                                                                   "Linked.Archi"@en ;
                                       <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                                       <http://purl.org/dc/elements/1.1/title> "Linked.Archi UAF Ontology"@en ;
                                       <http://purl.org/dc/terms/abstract> """OWL representation of UAF 1.2 core metaclasses and relationships.
All entity classes extend arch:Element from the Linked.Archi core ontology."""@en ;
                                       <http://purl.org/dc/terms/created> "2025-12-01"^^xsd:date ;
                                       <http://purl.org/dc/terms/creator> "Kalin Maldzhanski" ;
                                       <http://purl.org/dc/terms/modified> "2026-02-01"^^xsd:date ;
                                       <http://purl.org/ontology/bibo/status> "draft" ;
                                       <http://purl.org/vocab/vann/preferredNamespacePrefix> "uaf" ;
                                       <http://purl.org/vocab/vann/preferredNamespaceUri> "https://meta.linked.archi/uaf/onto#" ;
                                       <http://schema.org/citation> "Linked.Archi UAF Ontology" ;
                                       rdfs:seeAlso <https://www.omg.org/spec/UAF/> ,
                                                    <https://www.omg.org/spec/UAF/1.2/> ;
                                       owl:versionInfo "1.2"@en ;
                                       <http://www.w3.org/ns/prov#wasDerivedFrom> "UAF 1.2 (Object Management Group, 2025)" .

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

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


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


###  http://www.w3.org/ns/prov#wasDerivedFrom
<http://www.w3.org/ns/prov#wasDerivedFrom> rdf:type owl:AnnotationProperty .


#################################################################
#    Object Properties
#################################################################

###  https://meta.linked.archi/uaf/onto#consumes
:consumes rdf:type owl:ObjectProperty ;
          <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
          <http://www.w3.org/2004/02/skos/core#definition> "Links a performer to the service it consumes."@en ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "consumes"@en ;
          <https://meta.linked.archi/core#domainIncludes> :OperationalPerformer ,
                                                          :ResourcePerformer ;
          <https://meta.linked.archi/core#rangeIncludes> :Service .


###  https://meta.linked.archi/uaf/onto#dependsOn
:dependsOn rdf:type owl:ObjectProperty ;
           <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
           <http://www.w3.org/2004/02/skos/core#definition> """Links a capability to another capability on which it depends
for its delivery or operation."""@en ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "depends on"@en ;
           <https://meta.linked.archi/core#domainIncludes> :Capability ;
           <https://meta.linked.archi/core#rangeIncludes> :Capability .


###  https://meta.linked.archi/uaf/onto#exhibits
:exhibits rdf:type owl:ObjectProperty ;
          <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
          <http://www.w3.org/2004/02/skos/core#definition> """Links a performer to the capability it exhibits or provides
to the enterprise."""@en ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "exhibits"@en ;
          <https://meta.linked.archi/core#domainIncludes> :OperationalPerformer ,
                                                          :ResourcePerformer ;
          <https://meta.linked.archi/core#rangeIncludes> :Capability .


###  https://meta.linked.archi/uaf/onto#implements
:implements rdf:type owl:ObjectProperty ;
            <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
            <http://www.w3.org/2004/02/skos/core#definition> "Links a resource performer to the service it implements."@en ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "implements"@en ;
            <https://meta.linked.archi/core#domainIncludes> :ResourcePerformer ;
            <https://meta.linked.archi/core#rangeIncludes> :Service .


###  https://meta.linked.archi/uaf/onto#performs
:performs rdf:type owl:ObjectProperty ;
          <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
          <http://www.w3.org/2004/02/skos/core#definition> "Links a performer to the activity it performs."@en ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "performs"@en ;
          <https://meta.linked.archi/core#domainIncludes> :OperationalPerformer ,
                                                          :ResourcePerformer ;
          <https://meta.linked.archi/core#rangeIncludes> :Function ,
                                                         :OperationalActivity .


###  https://meta.linked.archi/uaf/onto#provides
:provides rdf:type owl:ObjectProperty ;
          <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
          <http://www.w3.org/2004/02/skos/core#definition> "Links a performer to the service it provides to consumers."@en ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "provides"@en ;
          <https://meta.linked.archi/core#domainIncludes> :OperationalPerformer ,
                                                          :ResourcePerformer ;
          <https://meta.linked.archi/core#rangeIncludes> :Service .


###  https://meta.linked.archi/uaf/onto#qualifiedConsumes
:qualifiedConsumes rdf:type owl:ObjectProperty ;
                   rdfs:domain :UAFElement ;
                   rdfs:range :Consumes ;
                   <https://meta.linked.archi/core#unqualifiedForm> :consumes .


###  https://meta.linked.archi/uaf/onto#qualifiedDependsOn
:qualifiedDependsOn rdf:type owl:ObjectProperty ;
                    rdfs:domain :UAFElement ;
                    rdfs:range :CapabilityDependency ;
                    <https://meta.linked.archi/core#unqualifiedForm> :dependsOn .


###  https://meta.linked.archi/uaf/onto#qualifiedExhibits
:qualifiedExhibits rdf:type owl:ObjectProperty ;
                   rdfs:domain :UAFElement ;
                   rdfs:range :Exhibits ;
                   <https://meta.linked.archi/core#unqualifiedForm> :exhibits .


###  https://meta.linked.archi/uaf/onto#qualifiedImplements
:qualifiedImplements rdf:type owl:ObjectProperty ;
                     rdfs:domain :UAFElement ;
                     rdfs:range :Implements ;
                     <https://meta.linked.archi/core#unqualifiedForm> :implements .


###  https://meta.linked.archi/uaf/onto#qualifiedPerforms
:qualifiedPerforms rdf:type owl:ObjectProperty ;
                   rdfs:domain :UAFElement ;
                   rdfs:range :Performs ;
                   <https://meta.linked.archi/core#unqualifiedForm> :performs .


###  https://meta.linked.archi/uaf/onto#qualifiedProvides
:qualifiedProvides rdf:type owl:ObjectProperty ;
                   rdfs:domain :UAFElement ;
                   rdfs:range :Provides ;
                   <https://meta.linked.archi/core#unqualifiedForm> :provides .


###  https://meta.linked.archi/uaf/onto#qualifiedRealizes
:qualifiedRealizes rdf:type owl:ObjectProperty ;
                   rdfs:domain :UAFElement ;
                   rdfs:range :Realizes ;
                   <https://meta.linked.archi/core#unqualifiedForm> :realizes .


###  https://meta.linked.archi/uaf/onto#realizes
:realizes rdf:type owl:ObjectProperty ;
          <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
          <http://www.w3.org/2004/02/skos/core#definition> """Links a resource-domain element to the operational-domain element
it realizes or implements."""@en ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "realizes"@en ;
          <https://meta.linked.archi/core#domainIncludes> :Function ,
                                                          :ResourcePerformer ;
          <https://meta.linked.archi/core#rangeIncludes> :OperationalActivity ,
                                                         :OperationalPerformer .


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

###  https://meta.linked.archi/uaf/onto#ActualOrganization
:ActualOrganization rdf:type owl:Class ;
                    rdfs:subClassOf :UAFElement ;
                    <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                    <http://www.w3.org/2004/02/skos/core#definition> """A specific, named instance of an organization that exists in the
real world, as opposed to a type or template."""@en ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Actual Organization"@en .


###  https://meta.linked.archi/uaf/onto#ActualPerson
:ActualPerson rdf:type owl:Class ;
              rdfs:subClassOf :UAFElement ;
              <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
              <http://www.w3.org/2004/02/skos/core#definition> """A specific, named individual who fills a post or performs a role
within the enterprise."""@en ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Actual Person"@en .


###  https://meta.linked.archi/uaf/onto#ActualPost
:ActualPost rdf:type owl:Class ;
            rdfs:subClassOf :UAFElement ;
            <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
            <http://www.w3.org/2004/02/skos/core#definition> """A specific, named instance of a post that exists within an actual
organization."""@en ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "Actual Post"@en .


###  https://meta.linked.archi/uaf/onto#ActualResource
:ActualResource rdf:type owl:Class ;
                rdfs:subClassOf :UAFElement ;
                <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                <http://www.w3.org/2004/02/skos/core#definition> """A specific, named instance of a resource that exists in the real
world, identified by serial number, name, or other unique identifier."""@en ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Actual Resource"@en .


###  https://meta.linked.archi/uaf/onto#ActualService
:ActualService rdf:type owl:Class ;
               rdfs:subClassOf :UAFElement ;
               <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
               <http://www.w3.org/2004/02/skos/core#definition> """A specific, named instance of a service that is deployed and
operational in the real world."""@en ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "Actual Service"@en .


###  https://meta.linked.archi/uaf/onto#ArchitecturalDescription
:ArchitecturalDescription rdf:type owl:Class ;
                          rdfs:subClassOf :UAFElement ;
                          <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                          <http://www.w3.org/2004/02/skos/core#definition> """A work product used to express an architecture, conforming to
ISO/IEC/IEEE 42010:2011."""@en ;
                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Architectural Description"@en .


###  https://meta.linked.archi/uaf/onto#Architecture
:Architecture rdf:type owl:Class ;
              rdfs:subClassOf :UAFElement ;
              <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
              <http://www.w3.org/2004/02/skos/core#definition> """A fundamental organization of a system embodied in its components,
their relationships to each other and to the environment, and the
principles guiding its design and evolution."""@en ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Architecture"@en .


###  https://meta.linked.archi/uaf/onto#Capability
:Capability rdf:type owl:Class ;
            rdfs:subClassOf :MeasurableElement ;
            <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
            <http://www.w3.org/2004/02/skos/core#definition> """The ability to achieve a desired effect under specified standards
and conditions through a combination of ways and means to perform a set of
activities."""@en ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "Capability"@en ;
            <http://www.w3.org/2004/02/skos/core#scopeNote> """Capabilities are implementation-independent and describe what is
needed, not how it is achieved. They form the basis for capability-based
planning across the enterprise."""@en .


###  https://meta.linked.archi/uaf/onto#CapabilityConfiguration
:CapabilityConfiguration rdf:type owl:Class ;
                         rdfs:subClassOf :UAFElement ;
                         <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                         <http://www.w3.org/2004/02/skos/core#definition> """A composite structure of resources, services, and personnel
configured to deliver a specific capability."""@en ;
                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Capability Configuration"@en .


###  https://meta.linked.archi/uaf/onto#CapabilityDependency
:CapabilityDependency rdf:type owl:Class ;
                      rdfs:subClassOf <https://meta.linked.archi/core#QualifiedRelationship> ;
                      <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                      <http://www.w3.org/2004/02/skos/core#definition> """A qualified relationship indicating that one capability depends
on another capability."""@en ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Capability Dependency"@en ;
                      <https://meta.linked.archi/core#domainIncludes> :Capability ;
                      <https://meta.linked.archi/core#rangeIncludes> :Capability ;
                      <https://meta.linked.archi/core#unqualifiedForm> :dependsOn .


###  https://meta.linked.archi/uaf/onto#Challenge
:Challenge rdf:type owl:Class ;
           rdfs:subClassOf :UAFElement ;
           <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
           <http://www.w3.org/2004/02/skos/core#definition> """An unfavorable circumstance or condition that may impede the
achievement of enterprise goals or delivery of capabilities."""@en ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Challenge"@en .


###  https://meta.linked.archi/uaf/onto#Consumes
:Consumes rdf:type owl:Class ;
          rdfs:subClassOf <https://meta.linked.archi/core#QualifiedRelationship> ;
          <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
          <http://www.w3.org/2004/02/skos/core#definition> """A qualified relationship indicating that a performer consumes
a service."""@en ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Consumes"@en ;
          <https://meta.linked.archi/core#domainIncludes> :OperationalPerformer ,
                                                          :ResourcePerformer ;
          <https://meta.linked.archi/core#rangeIncludes> :Service ;
          <https://meta.linked.archi/core#unqualifiedForm> :consumes .


###  https://meta.linked.archi/uaf/onto#Driver
:Driver rdf:type owl:Class ;
        rdfs:subClassOf :UAFElement ;
        <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
        <http://www.w3.org/2004/02/skos/core#definition> """An external or internal condition that motivates the enterprise
to define its goals and implement changes."""@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Driver"@en .


###  https://meta.linked.archi/uaf/onto#EnterpriseGoal
:EnterpriseGoal rdf:type owl:Class ;
                rdfs:subClassOf :UAFElement ;
                <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                <http://www.w3.org/2004/02/skos/core#definition> """A high-level statement of intent or direction for the enterprise,
providing context for decision-making and capability planning."""@en ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Enterprise Goal"@en .


###  https://meta.linked.archi/uaf/onto#EnterpriseObjective
:EnterpriseObjective rdf:type owl:Class ;
                     rdfs:subClassOf :UAFElement ;
                     <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                     <http://www.w3.org/2004/02/skos/core#definition> """A specific, measurable target that contributes to the achievement
of an enterprise goal within a defined time frame."""@en ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Enterprise Objective"@en .


###  https://meta.linked.archi/uaf/onto#EnterpriseVision
:EnterpriseVision rdf:type owl:Class ;
                  rdfs:subClassOf :UAFElement ;
                  <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                  <http://www.w3.org/2004/02/skos/core#definition> """A high-level aspirational description of what the enterprise seeks
to achieve in the long term."""@en ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Enterprise Vision"@en .


###  https://meta.linked.archi/uaf/onto#Exhibits
:Exhibits rdf:type owl:Class ;
          rdfs:subClassOf <https://meta.linked.archi/core#QualifiedRelationship> ;
          <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
          <http://www.w3.org/2004/02/skos/core#definition> """A qualified relationship indicating that a performer exhibits
a capability."""@en ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Exhibits"@en ;
          <https://meta.linked.archi/core#domainIncludes> :OperationalPerformer ,
                                                          :ResourcePerformer ;
          <https://meta.linked.archi/core#rangeIncludes> :Capability ;
          <https://meta.linked.archi/core#unqualifiedForm> :exhibits .


###  https://meta.linked.archi/uaf/onto#Function
:Function rdf:type owl:Class ;
          rdfs:subClassOf :MeasurableElement ;
          <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
          <http://www.w3.org/2004/02/skos/core#definition> """A resource-level function performed by a resource performer.
Functions trace to operational activities and represent the implementation
of operational behavior."""@en ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Function"@en .


###  https://meta.linked.archi/uaf/onto#HighLevelOperationalConcept
:HighLevelOperationalConcept rdf:type owl:Class ;
                             rdfs:subClassOf :UAFElement ;
                             <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                             <http://www.w3.org/2004/02/skos/core#definition> """A graphical and textual description of the operational concept
showing the main operational performers and their interactions at a
high level of abstraction."""@en ;
                             <http://www.w3.org/2004/02/skos/core#prefLabel> "High-Level Operational Concept"@en .


###  https://meta.linked.archi/uaf/onto#Implements
:Implements rdf:type owl:Class ;
            rdfs:subClassOf <https://meta.linked.archi/core#QualifiedRelationship> ;
            <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
            <http://www.w3.org/2004/02/skos/core#definition> """A qualified relationship indicating that a resource performer
implements a service."""@en ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "Implements"@en ;
            <https://meta.linked.archi/core#domainIncludes> :ResourcePerformer ;
            <https://meta.linked.archi/core#rangeIncludes> :Service ;
            <https://meta.linked.archi/core#unqualifiedForm> :implements .


###  https://meta.linked.archi/uaf/onto#KnownResource
:KnownResource rdf:type owl:Class ;
               rdfs:subClassOf :UAFElement ;
               <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
               <http://www.w3.org/2004/02/skos/core#definition> """A resource type that is known and cataloged within the enterprise,
representing a class of resources that may be instantiated."""@en ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "Known Resource"@en .


###  https://meta.linked.archi/uaf/onto#MeasurableElement
:MeasurableElement rdf:type owl:Class ;
                   rdfs:subClassOf :UAFElement ;
                   <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                   <http://www.w3.org/2004/02/skos/core#definition> """An element that can have measures of effectiveness, performance,
or suitability associated with it."""@en ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Measurable Element"@en .


###  https://meta.linked.archi/uaf/onto#Mission
:Mission rdf:type owl:Class ;
         rdfs:subClassOf :UAFElement ;
         <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
         <http://www.w3.org/2004/02/skos/core#definition> """A clear statement of the task together with the purpose, that
clearly indicates the action to be taken and the reason therefore."""@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Mission"@en .


###  https://meta.linked.archi/uaf/onto#NaturalResource
:NaturalResource rdf:type owl:Class ;
                 rdfs:subClassOf :UAFElement ;
                 <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                 <http://www.w3.org/2004/02/skos/core#definition> """A resource that exists in nature and may be consumed or utilized
by the enterprise, such as spectrum, water, or land."""@en ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Natural Resource"@en .


###  https://meta.linked.archi/uaf/onto#OperationalActivity
:OperationalActivity rdf:type owl:Class ;
                     rdfs:subClassOf :MeasurableElement ;
                     <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                     <http://www.w3.org/2004/02/skos/core#definition> """An activity performed in the conduct of an operation or business
process. Operational activities are implementation-independent and describe
what needs to be done at the operational level."""@en ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Operational Activity"@en .


###  https://meta.linked.archi/uaf/onto#OperationalAgent
:OperationalAgent rdf:type owl:Class ;
                  rdfs:subClassOf :UAFElement ;
                  <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                  <http://www.w3.org/2004/02/skos/core#definition> """An entity that acts on behalf of an operational performer,
representing the binding between resource and operational domains."""@en ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Operational Agent"@en .


###  https://meta.linked.archi/uaf/onto#OperationalArchitecture
:OperationalArchitecture rdf:type owl:Class ;
                         rdfs:subClassOf :UAFElement ;
                         <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                         <http://www.w3.org/2004/02/skos/core#definition> """A composite structure representing the complete operational
architecture including performers, activities, exchanges, and constraints."""@en ;
                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Operational Architecture"@en .


###  https://meta.linked.archi/uaf/onto#OperationalConnector
:OperationalConnector rdf:type owl:Class ;
                      rdfs:subClassOf :UAFElement ;
                      <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                      <http://www.w3.org/2004/02/skos/core#definition> """A communication or interaction path between operational performers
through which operational exchanges flow."""@en ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Operational Connector"@en .


###  https://meta.linked.archi/uaf/onto#OperationalConstraint
:OperationalConstraint rdf:type owl:Class ;
                       rdfs:subClassOf :UAFElement ;
                       <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                       <http://www.w3.org/2004/02/skos/core#definition> """A rule or restriction that governs the execution of operational
activities or the behavior of operational performers."""@en ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Operational Constraint"@en .


###  https://meta.linked.archi/uaf/onto#OperationalExchange
:OperationalExchange rdf:type owl:Class ;
                     rdfs:subClassOf :UAFElement ;
                     <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                     <http://www.w3.org/2004/02/skos/core#definition> """A flow of information, energy, or materiel between operational
performers or activities."""@en ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Operational Exchange"@en .


###  https://meta.linked.archi/uaf/onto#OperationalPerformer
:OperationalPerformer rdf:type owl:Class ;
                      rdfs:subClassOf :UAFElement ;
                      <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                      <http://www.w3.org/2004/02/skos/core#definition> """A logical entity that performs operational activities. An operational
performer may be realized by one or more resource performers."""@en ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Operational Performer"@en .


###  https://meta.linked.archi/uaf/onto#Opportunity
:Opportunity rdf:type owl:Class ;
             rdfs:subClassOf :UAFElement ;
             <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
             <http://www.w3.org/2004/02/skos/core#definition> """A favorable circumstance or condition that can be exploited to
achieve enterprise goals or deliver capabilities."""@en ;
             <http://www.w3.org/2004/02/skos/core#prefLabel> "Opportunity"@en .


###  https://meta.linked.archi/uaf/onto#Organization
:Organization rdf:type owl:Class ;
              rdfs:subClassOf :UAFElement ;
              <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
              <http://www.w3.org/2004/02/skos/core#definition> """A specific real-world assemblage of people and other resources
organized for an ongoing purpose. Organizations may be military units,
government agencies, or commercial entities."""@en ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Organization"@en .


###  https://meta.linked.archi/uaf/onto#OrganizationalResource
:OrganizationalResource rdf:type owl:Class ;
                        rdfs:subClassOf :UAFElement ;
                        <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                        <http://www.w3.org/2004/02/skos/core#definition> """A resource owned or managed by an organization, including
personnel, equipment, and facilities."""@en ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Organizational Resource"@en .


###  https://meta.linked.archi/uaf/onto#Performs
:Performs rdf:type owl:Class ;
          rdfs:subClassOf <https://meta.linked.archi/core#QualifiedRelationship> ;
          <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
          <http://www.w3.org/2004/02/skos/core#definition> """A qualified relationship indicating that a performer performs
an activity or function."""@en ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Performs"@en ;
          <https://meta.linked.archi/core#domainIncludes> :OperationalPerformer ,
                                                          :ResourcePerformer ;
          <https://meta.linked.archi/core#rangeIncludes> :Function ,
                                                         :OperationalActivity ;
          <https://meta.linked.archi/core#unqualifiedForm> :performs .


###  https://meta.linked.archi/uaf/onto#Person
:Person rdf:type owl:Class ;
        rdfs:subClassOf :UAFElement ;
        <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
        <http://www.w3.org/2004/02/skos/core#definition> """A type representing a human individual who may fill posts and
perform roles within the enterprise."""@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Person"@en .


###  https://meta.linked.archi/uaf/onto#PhaseableElement
:PhaseableElement rdf:type owl:Class ;
                  rdfs:subClassOf :UAFElement ;
                  <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                  <http://www.w3.org/2004/02/skos/core#definition> """An element that can be associated with temporal phases, enabling
roadmap and evolution planning across architecture increments."""@en ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Phaseable Element"@en .


###  https://meta.linked.archi/uaf/onto#Post
:Post rdf:type owl:Class ;
      rdfs:subClassOf :UAFElement ;
      <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
      <http://www.w3.org/2004/02/skos/core#definition> """A position within an organization that may be filled by a person
and carries specific responsibilities and authorities."""@en ;
      <http://www.w3.org/2004/02/skos/core#prefLabel> "Post"@en .


###  https://meta.linked.archi/uaf/onto#Project
:Project rdf:type owl:Class ;
         rdfs:subClassOf :PhaseableElement ;
         <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
         <http://www.w3.org/2004/02/skos/core#definition> """A temporary endeavor undertaken to create a unique product, service,
or result that delivers capability increments to the enterprise."""@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Project"@en .


###  https://meta.linked.archi/uaf/onto#ProjectMilestone
:ProjectMilestone rdf:type owl:Class ;
                  rdfs:subClassOf :UAFElement ;
                  <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                  <http://www.w3.org/2004/02/skos/core#definition> """A significant point or event in a project timeline that marks
the completion of a deliverable or phase."""@en ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Project Milestone"@en .


###  https://meta.linked.archi/uaf/onto#ProjectPhase
:ProjectPhase rdf:type owl:Class ;
              rdfs:subClassOf :UAFElement ;
              <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
              <http://www.w3.org/2004/02/skos/core#definition> """A defined period within a project lifecycle during which specific
work is performed and deliverables are produced."""@en ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Project Phase"@en .


###  https://meta.linked.archi/uaf/onto#Protocol
:Protocol rdf:type owl:Class ;
          rdfs:subClassOf :UAFElement ;
          <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
          <http://www.w3.org/2004/02/skos/core#definition> """A set of rules governing the format and transmission of data
between systems or services."""@en ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Protocol"@en .


###  https://meta.linked.archi/uaf/onto#Provides
:Provides rdf:type owl:Class ;
          rdfs:subClassOf <https://meta.linked.archi/core#QualifiedRelationship> ;
          <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
          <http://www.w3.org/2004/02/skos/core#definition> """A qualified relationship indicating that a performer provides
a service."""@en ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Provides"@en ;
          <https://meta.linked.archi/core#domainIncludes> :OperationalPerformer ,
                                                          :ResourcePerformer ;
          <https://meta.linked.archi/core#rangeIncludes> :Service ;
          <https://meta.linked.archi/core#unqualifiedForm> :provides .


###  https://meta.linked.archi/uaf/onto#Realizes
:Realizes rdf:type owl:Class ;
          rdfs:subClassOf <https://meta.linked.archi/core#QualifiedRelationship> ;
          <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
          <http://www.w3.org/2004/02/skos/core#definition> """A qualified relationship indicating that a resource-domain element
realizes an operational-domain element."""@en ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Realizes"@en ;
          <https://meta.linked.archi/core#domainIncludes> :Function ,
                                                          :ResourcePerformer ;
          <https://meta.linked.archi/core#rangeIncludes> :OperationalActivity ,
                                                         :OperationalPerformer ;
          <https://meta.linked.archi/core#unqualifiedForm> :realizes .


###  https://meta.linked.archi/uaf/onto#ResourceArchitecture
:ResourceArchitecture rdf:type owl:Class ;
                      rdfs:subClassOf :UAFElement ;
                      <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                      <http://www.w3.org/2004/02/skos/core#definition> """A composite structure representing the complete resource architecture
including resource performers, functions, connectors, and exchanges."""@en ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Resource Architecture"@en .


###  https://meta.linked.archi/uaf/onto#ResourceConnector
:ResourceConnector rdf:type owl:Class ;
                   rdfs:subClassOf :UAFElement ;
                   <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                   <http://www.w3.org/2004/02/skos/core#definition> """A communication or interaction path between resource performers
through which resource exchanges flow."""@en ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Resource Connector"@en .


###  https://meta.linked.archi/uaf/onto#ResourceExchange
:ResourceExchange rdf:type owl:Class ;
                  rdfs:subClassOf :UAFElement ;
                  <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                  <http://www.w3.org/2004/02/skos/core#definition> """A flow of information, energy, or materiel between resource
performers or functions."""@en ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Resource Exchange"@en .


###  https://meta.linked.archi/uaf/onto#ResourcePerformer
:ResourcePerformer rdf:type owl:Class ;
                   rdfs:subClassOf :MeasurableElement ;
                   <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                   <http://www.w3.org/2004/02/skos/core#definition> """A physical or logical entity that performs functions in the resource
domain. Resource performers realize operational performers and may be
systems, platforms, or human resources."""@en ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Resource Performer"@en .


###  https://meta.linked.archi/uaf/onto#Responsibility
:Responsibility rdf:type owl:Class ;
                rdfs:subClassOf :UAFElement ;
                <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                <http://www.w3.org/2004/02/skos/core#definition> """A duty or obligation assigned to a post or person within the
enterprise."""@en ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Responsibility"@en .


###  https://meta.linked.archi/uaf/onto#SecurityAsset
:SecurityAsset rdf:type owl:Class ;
               rdfs:subClassOf :UAFElement ;
               <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
               <http://www.w3.org/2004/02/skos/core#definition> """An item of value to the enterprise that requires protection,
including information, systems, personnel, and facilities."""@en ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "Security Asset"@en .


###  https://meta.linked.archi/uaf/onto#SecurityConstraint
:SecurityConstraint rdf:type owl:Class ;
                    rdfs:subClassOf :UAFElement ;
                    <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                    <http://www.w3.org/2004/02/skos/core#definition> """A restriction or requirement imposed to ensure the security of
assets, systems, or information within the enterprise."""@en ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Security Constraint"@en .


###  https://meta.linked.archi/uaf/onto#SecurityControl
:SecurityControl rdf:type owl:Class ;
                 rdfs:subClassOf :UAFElement ;
                 <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                 <http://www.w3.org/2004/02/skos/core#definition> """A safeguard or countermeasure prescribed for an information system
or organization to protect the confidentiality, integrity, and availability
of security assets."""@en ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Security Control"@en .


###  https://meta.linked.archi/uaf/onto#SecurityControlFamily
:SecurityControlFamily rdf:type owl:Class ;
                       rdfs:subClassOf :UAFElement ;
                       <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                       <http://www.w3.org/2004/02/skos/core#definition> """A grouping of related security controls that address a common
security concern or objective."""@en ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Security Control Family"@en .


###  https://meta.linked.archi/uaf/onto#SecurityEnclave
:SecurityEnclave rdf:type owl:Class ;
                 rdfs:subClassOf :UAFElement ;
                 <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                 <http://www.w3.org/2004/02/skos/core#definition> """A bounded security domain within which a defined security policy
is enforced and a consistent set of security controls is applied."""@en ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Security Enclave"@en .


###  https://meta.linked.archi/uaf/onto#Service
:Service rdf:type owl:Class ;
         rdfs:subClassOf :MeasurableElement ;
         <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
         <http://www.w3.org/2004/02/skos/core#definition> """A mechanism to enable access to one or more capabilities, where
the access is provided using a prescribed interface and is exercised
consistent with constraints and policies as specified by the service
description."""@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Service"@en .


###  https://meta.linked.archi/uaf/onto#ServiceArchitecture
:ServiceArchitecture rdf:type owl:Class ;
                     rdfs:subClassOf :UAFElement ;
                     <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                     <http://www.w3.org/2004/02/skos/core#definition> """A composite structure representing the complete service-oriented
architecture including services, interfaces, contracts, and exchanges."""@en ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Service Architecture"@en .


###  https://meta.linked.archi/uaf/onto#ServiceContract
:ServiceContract rdf:type owl:Class ;
                 rdfs:subClassOf :UAFElement ;
                 <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                 <http://www.w3.org/2004/02/skos/core#definition> """An agreement between a service provider and consumer that specifies
the terms, conditions, and quality of service parameters."""@en ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Service Contract"@en .


###  https://meta.linked.archi/uaf/onto#ServiceExchange
:ServiceExchange rdf:type owl:Class ;
                 rdfs:subClassOf :UAFElement ;
                 <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                 <http://www.w3.org/2004/02/skos/core#definition> """A flow of information or resources between services or between
a service and its consumers."""@en ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Service Exchange"@en .


###  https://meta.linked.archi/uaf/onto#ServiceFunction
:ServiceFunction rdf:type owl:Class ;
                 rdfs:subClassOf :UAFElement ;
                 <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                 <http://www.w3.org/2004/02/skos/core#definition> """A function performed by a service, representing a discrete unit
of service behavior that contributes to the overall service capability."""@en ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Service Function"@en .


###  https://meta.linked.archi/uaf/onto#ServiceInterface
:ServiceInterface rdf:type owl:Class ;
                  rdfs:subClassOf :UAFElement ;
                  <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                  <http://www.w3.org/2004/02/skos/core#definition> """A defined point of interaction through which a service is accessed,
specifying the operations, protocols, and data formats available."""@en ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Service Interface"@en .


###  https://meta.linked.archi/uaf/onto#Stakeholder
:Stakeholder rdf:type owl:Class ;
             rdfs:subClassOf :UAFElement ;
             <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
             <http://www.w3.org/2004/02/skos/core#definition> """An individual, team, organization, or class thereof, having an
interest in a system or its architecture."""@en ;
             <http://www.w3.org/2004/02/skos/core#prefLabel> "Stakeholder"@en .


###  https://meta.linked.archi/uaf/onto#Standard
:Standard rdf:type owl:Class ;
          rdfs:subClassOf :UAFElement ;
          <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
          <http://www.w3.org/2004/02/skos/core#definition> """An operational, business, technical, or industry standard that
applies to solution elements within the enterprise architecture."""@en ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Standard"@en .


###  https://meta.linked.archi/uaf/onto#StandardProfile
:StandardProfile rdf:type owl:Class ;
                 rdfs:subClassOf :UAFElement ;
                 <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                 <http://www.w3.org/2004/02/skos/core#definition> """A collection of standards that together define the technical
environment for a set of solution elements."""@en ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Standard Profile"@en .


###  https://meta.linked.archi/uaf/onto#UAFElement
:UAFElement rdf:type owl:Class ;
            rdfs:subClassOf <https://meta.linked.archi/core#Element> ;
            <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
            <http://www.w3.org/2004/02/skos/core#definition> """The abstract base class for all UAF metaclasses. Every concept
in the UAF metamodel is a specialization of UAFElement."""@en ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "UAF Element"@en .


###  https://meta.linked.archi/uaf/onto#View
:View rdf:type owl:Class ;
      rdfs:subClassOf :UAFElement ;
      <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
      <http://www.w3.org/2004/02/skos/core#definition> """A representation of a whole system from the perspective of a
related set of concerns, conforming to a viewpoint."""@en ;
      <http://www.w3.org/2004/02/skos/core#prefLabel> "View"@en .


###  https://meta.linked.archi/uaf/onto#Viewpoint
:Viewpoint rdf:type owl:Class ;
           rdfs:subClassOf :UAFElement ;
           <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
           <http://www.w3.org/2004/02/skos/core#definition> """A specification of the conventions for constructing, interpreting,
and using an architecture view to frame specific system concerns."""@en ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Viewpoint"@en .


###  https://meta.linked.archi/uaf/onto#WholeLifeEnterprise
:WholeLifeEnterprise rdf:type owl:Class ;
                     rdfs:subClassOf :UAFElement ;
                     <http://purl.org/dc/elements/1.1/source> <https://www.omg.org/spec/UAF/1.2/> ;
                     <http://www.w3.org/2004/02/skos/core#definition> """The complete enterprise considered across its entire lifecycle,
encompassing all phases from inception through disposal."""@en ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Whole Life Enterprise"@en .


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