language en
Latest version:
[Ontology URI]
Download serialization:
JSON-LD RDF/XML N-Triples TTL
License:
http://insertlicenseURIhere.example.org
Visualization:
Visualize with WebVowl
Provenance of this page
Ontology Specification Draft

Abstract

This is a placeholder text for the abstract. The abstract should contain a couple of sentences summarizing the ontology and its purpose.

Introduction back to ToC

This is a place holder text for the introduction. The introduction should briefly describe the ontology, its motivation, state of the art and goals.

Namespace declarations

Table 1: Namespaces used in the document
DUL<http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#>
[Ontology NS Prefix]<http://www.w3id.org/ecsel-dr-PMV#>
dcmitype<http://purl.org/dc/dcmitype/>
ecsel-dr<http://www.w3id.org/ecsel-dr#>
ecsel-dr-SO<http://www.w3id.org/ecsel-dr-SO#>
error<http://org.semanticweb.owlapi/error#>
foaf<http://xmlns.com/foaf/0.1/>
informationrealization<http://www.ontologydesignpatterns.org/cp/owl/informationrealization.owl#>
ns1<http://www.w3.org/2004/02/skos/core#>
org<http://www.w3.org/ns/org#>
owl<http://www.w3.org/2002/07/owl#>
rdf<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
rdfs<http://www.w3.org/2000/01/rdf-schema#>
terms<http://purl.org/dc/terms/>
xml<http://www.w3.org/XML/1998/namespace>
xsd<http://www.w3.org/2001/XMLSchema#>

[Ontology Name]: Overview back to ToC

This ontology has the following classes and properties.

Classes

Object Properties

Data Properties

Annotation Properties

[Ontology Name]: Description back to ToC

This is a placeholder text for the description of your ontology. The description should include an explanation and a diagram explaining how the classes are related, examples of usage, etc.

Cross-reference for [Ontology Name] classes, object properties and data properties back to ToC

This section provides details for each class and property defined by [Ontology Name].

Classes

ANDc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#AND

All incoming pathways required to proceed along the flow All outgoing pathways must be followed Used to divide/rejoin tasks/flows which happen in parallel with another, rather than in a strict sequence
Is defined by
https://www.epc-standard.org/collaborate/AND-Split
has super-classes
Connector c, error366 c

Application System Typec back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Application_System_Type

An application system type classifies individual application systems which have exactly the same technological properties. Process steps might be supported by application systems. Object describe IT systems (library for IT systems available).
Is defined by
https://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=156532992
has super-classes
software c
is in domain of
remark or example dp, supports task op
is in range of
is supported by op

Business Processc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Business_Process

A Business Process (BP) consists of a series of value-creating activities that reach the performance expected by customers and fulfill goals derived from the business strategy.
has super-classes
error356 c

Business Process Activityc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Business_Process_Activity

A Business Process (BP) Activity is a part of a Business Process containing one or more sub Business Processes or a Process Flow.
has super-classes
Function c
is in domain of
represents op
is in range of
is represented by op

Business Process Flowc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Business_Process_Flow

An EPC describes a Business Process Flow, which is a sequence of required tasks to create specified outputs using defined inputs. A Business Process Flow is a sequence of required tasks to create specified outputs using defined inputs.
has super-classes
process lobe c
is in domain of
has next model op, has previous model op, has superior op, is sub flow of op
is in range of
has next model op, has previous model op, has sub flow op, has subordinate op

Business Process Landscapec back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Business_Process_Landscape

A Business Process Landscape (BP_Landscape) is a detailed overview of a specific Core- or Enabler Process.
has super-classes
error359 c

Company Process Frameworkc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Company_Process_Framework

IPF is the structured overview of all IFX Core and Enabler Processes. It contains 4 Core Processes and 6 Enabler Processes.
has super-classes
error361 c

Computer Hardwarec back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Computer_Hardware

Physical equipment that makes up a computer system, such as circuit boards, keyboard and mouse, monitor, printer, power supply, storage devices. Contrasts with software.
Is defined by
http://www.businessdictionary.com/definition/hardware.html
has super-classes
physical resource c

Connectorc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Connector

A connector determines the behavior of the process in case its control ?ow is split up into or joined from several execution branches.
Is defined by
https://www.epc-standard.org/collaborate/Operator
is equivalent to
Rule c
has super-classes
Model Element c
has sub-classes
AND c, OR c, XOR c

End Eventc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#End_Event

Denotes the event element that stands at the end of a branch in the process flow and thus, ends the process flow branch or the total process.
has super-classes
Event c
is disjoint with
Start Event c

Environmental Datac back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Environmental_Data

Additional information to a process like work schedule, production plans, etc.
has super-classes
information object c
is in domain of
is transformed by op
is in range of
transforms op

Eventc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Event

An event illustrates the fact that a process object has taken on a business relevant state influencing the further procedure of a process. Unlike a function, which is a time consuming occurrence, an event is related to one point in time. Therefore, it is used to describe an event or status in the process flow. The object is mandatory for: EPC start and EPC end or after x (xor), v (or).
Is defined by
https://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=156532993
https://www.epc-standard.org/collaborate/Event
has super-classes
Model Element c
has sub-classes
End Event c, Start Event c
is in domain of
activates function op, is created by op, is dependent on op, is evaluated by op
is in range of
creates event op, evaluates op, is activated by function op, leads to event op

Functionc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Function

The function type represents several action elements as task, process interfaces or business process activities.
Is defined by
https://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=156532993
https://www.epc-standard.org/collaborate/Function
is equivalent to
Function Object c
has super-classes
Model Element c
has sub-classes
Business Process Activity c, Process Interface c, Task c
is in domain of
executes software op, has as output op, has sub model op, is controlled by op, is processed by op, is under responsibility of op, transforms op, uses op
is in range of
controls function op, is exectued by function op, is input of op, is output of op, is responsible for op, is transformed by op, is used by function op, processes op

Function Objectc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Function_Object

In IndustryPrint 5, function objects are used to model the decomposition of a process.
has super-classes
process lobe c
has sub-classes
Modelling Function Object c, Structural Function Object c

Human Outputc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Human_Output

Human being that puts effort in the processing of a process step (function). It belongs to the organizational unit that is responsible for the specific process step.
is equivalent to
Role c
has super-classes
person c
is in domain of
processes op
is in range of
is processed by op

Inputc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Input

Item external to a system (such as a process) that is transformed by the system (usually together with one or more other items) to become an output.
Is defined by
http://www.businessdictionary.com/definition/input.html
has super-classes
process lobe c
has sub-classes
Material c
is in domain of
is input of op

Join Rulec back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Join_Rule

Rule element that unites the control flow after being split into several branches. Has several incoming paths (at least two) and one outgoing.
has super-classes
error357 c, error358 c
is in domain of
evaluates op
is in range of
is evaluated by op
is disjoint with
Split Rule c

Machine Resourcec back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Machine_Resource

Semi or fully automated device that magnifies human physical and/or mental capabilities in performing one or more operations.
Is defined by
http://www.businessdictionary.com/definition/machine.html
has super-classes
physical resource c

Materialc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Material

The matter from which something can be made. Material can include but is not limited to raw and processed material, components, parts, assemblies, sub-assemblies, fuels, lubricants, coolants, cleaning agents, and small tools and accessories that may be consumed directly or indirectly.
Is defined by
http://www.businessdictionary.com/definition/material.html
has super-classes
Input c, Output c, physical resource c

Modelc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Model

One striking commonality between EPC meta models is the Process. One process may contain an unlimited number of elements, but a process element is always linked to a specific process. If a process contains an interface, it is always linked to one specific process and represents a refinement of a normal function.
Is defined by
https://www.epc-standard.org/collaborate/Process
has super-classes
process lobe c
has sub-classes
Process Diagram c, Process Group Map c, Process Type Map c, Subprocess Diagram c
is in domain of
connected to op, contains op
is in range of
belongs to model op, connected to op, diagramed on model op, has sub model op

Model Elementc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Model_Element

An EPC model element is part of the EPC meta model and can be represented by a Function, an Event, an Operator, a Process Interface.
Is defined by
https://www.epc-standard.org/collaborate/Process_element
has super-classes
process lobe c
has sub-classes
Connector c, Event c, Function c, Process Interface c, Rule c, Task c
is in domain of
belongs to model op, flow op
is in range of
flow op

Modelling Function Objectc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Modelling_Function_Object

Function objects are used to model the decomposition of the process flow.
has super-classes
Function Object c
has sub-classes
Process Interface c, Task c
is in domain of
creates event op, follows op, is activated by op, is predecessor of op, leads to rule op
is in range of
activates op, follows op, is assigned to op, is created by op, is predecessor of op

ORc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#OR

At least one of the possible process paths must be followed.
Is defined by
https://www.epc-standard.org/collaborate/OR-Split
has super-classes
Connector c, error354 c

Other Servicesc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Other_Services

Collection of other services used as input to a production process or which are created during a production process.
has super-classes
service c

Outputc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Output

The amount of energy, work, goods, or services produced by a machine, factory, company, or an individual in a period.
Is defined by
http://www.businessdictionary.com/definition/output.html
has super-classes
process lobe c
has sub-classes
Material c
is in domain of
is output of op
is in range of
has as output op

Processc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Process

A collection of subprocesses that meet a specific business objective. E.g. Perform Sourcing or Purchase Materials and Services
is equivalent to
process c
has super-classes
Structural Function Object c

Process Diagramc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Process_Diagram

The first level of process decomposition that is comprised of subprocesses that depict a business objective.
has super-classes
Model c

Process Groupc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Process_Group

A set of a processes covering a single business area. Usually under the ownership of one business process owner and correlates to one module. E.g. Procurement
is equivalent to
process group c
has super-classes
Structural Function Object c

Process Group Mapc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Process_Group_Map

A set of a processes covering a single business area. Usually under the ownership of one business process owner and aligning with a function.
has super-classes
Model c

Process Interfacec back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Process_Interface

Process Interfaces connect several process models on the same Process hierarchical levelby linking the EPCs according to their shared events (also known as "horizontal navigation"). They thus facilitate process structuring and navigation by keeping models concise
Is defined by
https://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=156532993
has super-classes
Function c, Model Element c, Modelling Function Object c

Process Typec back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Process_Type

A set of core and enabler processes of Infineon on Level 0 (highest level). This level helps helps organizing project work/ development and represents a single track in the oneSAP project. It is based on a Deloitte standard which was adapted to Infineon's needs.
has super-classes
Structural Function Object c

Process Type Mapc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Process_Type_Map

A set of process types and related process groups that define the enterprise for a particular industry/sector.
has super-classes
Model c

Rolec back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Role

Business Role (Person) that performs task.
has super-classes
person c
is in domain of
carries out task op, contributes to task op, experience dp, knwoledge dp, must be informed about op
is in range of
is carried out by op, is worked on by collaboration of op, resultIs forwarded to op

Rulec back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Rule

Rules allow to model alternative, exclusive alternative and parallel process flows.
Is defined by
https://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=156532993
has super-classes
Model Element c
is in domain of
activates task op, is assigned to op, is linked by op, leads to event op, links op
is in range of
is activated by task op, is dependent on op, is linked by op, leads to rule op, links op

Screenc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Screen

A transaction in SAP is described as a screen. Here, they represent the actions undertaken in the application SAP to perform a function in a process flow.
has super-classes
process lobe c
is in domain of
represents op, transaction code dp
is in range of
is represented by op

Split Rulec back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Split_Rule

Rule element that splits the control flow into several branches. Has one incoming path and several (at least two) outgoing paths.
has super-classes
error347 c, error348 c
is disjoint with
Join Rule c

Start Eventc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Start_Event

Denotes the event that stands at the beginning of a branch in the process flow and thus, triggers the execution of this branch or the total process.
has super-classes
Event c
is disjoint with
End Event c

Structural Function Objectc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Structural_Function_Object

Function objects are used to model the decomposition of the structure of a process.
has super-classes
Function Object c
has sub-classes
Process c, Process Group c, Process Type c, Subprocess c

Subprocessc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Subprocess

A grouping of related tasks that create an output within the larger objective of the subprocess. E.g. Create and Maintain Purchase Orders
has super-classes
Structural Function Object c

Subprocess Diagramc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Subprocess_Diagram

The second and lowest level of process decomposition that is comprised of tasks that depict the role-based activities of the subprocess.
has super-classes
Model c
is in domain of
person responsible dp

Taskc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Task

A Task is an instruction of a work package to create the output.
has super-classes
Function c, Model Element c, Modelling Function Object c
is in domain of
follows op, handling dp, has as input op, has as output op, has sub flow op, is activated by task op, is carried out by op, is predecessor of op, is represented by op, is supported by op, is worked on by collaboration of op, leads to rule op, resultIs forwarded to op
is in range of
activates task op, carries out task op, contributes to task op, follows op, is assigned to op, is input for op, is output of op, is predecessor of op, is sub flow of op, must be informed about op, represents op, supports task op

Technical Termc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Technical_Term

Set up with connection to a function or activity or VAC. It can be either input or output, where the direction of the arrow describes whether it is an input or an output. Set up of a connection is not mandatory.
has super-classes
document c
is in domain of
is input for op, is output of op
is in range of
has as input op, has as output op

Technical Term Input Elementc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Technical_Term_Input_Element

Denotes the input element to a function in the process flow.
has super-classes
error360 c

Technical Term Output Elementc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Technical_Term_Output_Element

Denotes the output element of a function in the process flow.
has super-classes
error365 c

Value-Added Chain Diagramc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#Value_Added_Chain_Diagram

A Value-Added Chain is a process that represents an element of the process chain. A process hierarchy can be realized by hierarchically structuring value chains, thus modeling business areas, process groups, business processes and business process variants using the sam notation. House: represents enabler processes.
Is defined by
https://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=156532992
has super-classes
process lobe c
is in domain of
has subordinate op, has subordinate VACD op, has superior VACD op
is in range of
has subordinate VACD op, has superior op, has superior VACD op

XORc back to ToC or Class ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#XOR

Exactly one of the possible process paths must be followed.
Is defined by
https://www.epc-standard.org/collaborate/XOR-Split
has super-classes
Connector c, error364 c

Object Properties

activatesop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#activates

The connector is used to represent the chronological order in an EPC, where an Event or a Rule activate a Task or Process Interface.
has sub-properties
activates function op, activates task op
has domain
error353 c
has range
Modelling Function Object c
is inverse of
is activated by op

activates functionop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#activates_function

Specialization of the activates property that links the class Event with Task and Process Interface in the course of the process flow.
has super-properties
activates op
has domain
Event c
has range
error345 c
is inverse of
is activated by function op

activates taskop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#activates_task

Specialization of the activates property that links the class Rule with Task in the course of the process flow.
has super-properties
activates op
has domain
Rule c
has range
Task c
is inverse of
is activated by task op

belongs to modelop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#belongs_to_model

Denotes the connection between a "Function" and another "Process" as this process may deliver an output used in this function.

has characteristics: functional

has domain
Model Element c
has range
Model c

carries out taskop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#carries_out_task

Role(s) or Organizational unit(s) that carrries (carry) out the process step (equivalent to R in RACI notation)
has domain
error363 c
Role c
has range
Task c
is inverse of
is carried out by op

connected toop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#connected_to

Represents the connections and dependencies between models

has characteristics: symmetric, transitive

has domain
Model c
has range
Model c

containsop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#contains

Links a Model with the elements represented by it.
has domain
Model c
has range
error344 c
is inverse of
diagramed on model op

contributes to taskop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#contributes_to_task

Role(s) that contribute(s) to a process step during it is carried out.
has domain
Role c
has range
Task c
is inverse of
is worked on by collaboration of op

controls functionop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#controls_function

A goal controls the outcome of a function in a process flow.

has characteristics: inverse functional

has domain
goal c
has range
Function c
is inverse of
is controlled by op

creates eventop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#creates_event

A process step creates an event. The connector is used to represent the chronological order in an EPC.
has domain
error350 c
Modelling Function Object c
has range
Event c
is inverse of
is created by op

diagramed on modelop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#diagramed_on_model

Links a FuncitonObject or a ModelElement with the Model that it's represented in.
has domain
error349 c
has range
Model c
is inverse of
contains op

evaluatesop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#evaluates

A rule evaluates an event. The connector is used to represent the chronological order in an EPC.
has domain
Join Rule c
has range
Event c
is inverse of
is evaluated by op

executes softwareop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#executes_software

A function in a process flow excutes software.
has domain
Function c
has range
software c
is inverse of
is exectued by function op

flowop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#flow

Enables the modelling of the process flow by logically connecting the different process elements. Therefore, the domain and the range are set to a "Process Element".
has domain
Model Element c
has range
Model Element c

followsop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#follows

A process step follows a process step. The connector is used to represent the chronological order in an EPC.
has domain
Modelling Function Object c
Task c
has range
Modelling Function Object c
Task c
is inverse of
is predecessor of op

has as inputop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#has_as_input

A process step can have technical term(s) as input.
has domain
Task c
has range
Technical Term c
is inverse of
is input for op

has as outputop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#has_as_output

A function in a process flow produces a physical or non-physical output.

has characteristics: inverse functional

has domain
Function c
Task c
has range
Output c
Technical Term c
is inverse of
is output of op

has next modelop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#has_next_model

An EPC can have another EPC following which is dependent on the result. The connector is used to represent the chronological order in a VACD.
has domain
Business Process Flow c
has range
Business Process Flow c
is inverse of
has previous model op

has objectop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#has_object

EPCs and Value-added chain diagrams consist of objects.
has domain
error352 c
has range
error339 c
is inverse of
relevant to op

has previous modelop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#has_previous_model

An EPC can have another EPC previous to itself and is dependent on its results. The connector is used to represent the chronological order in a VACD.
has domain
Business Process Flow c
has range
Business Process Flow c
is inverse of
has next model op

has sub flowop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#has_sub_flow

EPCs can have other EPCs as subordinates. The connector is used to represent the hierarchical order.
has domain
Task c
has range
Business Process Flow c
is inverse of
is sub flow of op

has sub modelop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#has_sub_model

Denotes to which instance of "Process" an instance of a "Process Element" belongs.
has domain
Function c
has range
Model c

has subordinateop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#has_subordinate

Value-added chain diagrams have EPCs as subordinates. The connector is used to represent the hierarchical order.
has domain
Value-Added Chain Diagram c
has range
Business Process Flow c
is inverse of
has superior op

has subordinate VACDop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#has_subordinate_VACD

Value-added chain diagrams have value-added chain diagrams as subordinates. The connector is used to represent the hierarchical order.
has domain
Value-Added Chain Diagram c
has range
Value-Added Chain Diagram c
is inverse of
has superior VACD op

has superiorop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#has_superior

EPCs have value-added chain diagrams as superior. The connector is used to represent the hierarchical order.
has domain
Business Process Flow c
has range
Value-Added Chain Diagram c
is inverse of
has subordinate op

has superior VACDop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#has_superior_VACD

Value-added chain diagrams have another value-added chain diagram as superior. The connector is used to represent the hierarchical order.

is activated byop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#is_activated_by

A process step is activated by an event or a rule. The connector is used to represent the chronological order in an EPC.
has sub-properties
is activated by function op, is activated by task op
has domain
Modelling Function Object c
has range
error338 c
is inverse of
activates op

is activated by functionop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#is_activated_by_function

Represents the inverse property of activatesFunction.
has super-properties
is activated by op
has domain
error346 c
has range
Event c
is inverse of
activates function op

is activated by taskop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#is_activated_by_task

Represents the inverse property of activatesTask.
has super-properties
is activated by op
has domain
Task c
has range
Rule c
is inverse of
activates task op

is assigned toop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#is_assigned_to

A rule is assigned to a process step. The connector is used to represent the chronological order in an EPC.
has domain
Rule c
has range
Modelling Function Object c
Task c
is inverse of
leads to rule op

is carried out byop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#is_carried_out_by

A process step is carried out by role(s) or organizational unit(s) (equivalent to R in RACI notation).
has domain
Task c
has range
error341 c
Role c
is inverse of
carries out task op

is controlled byop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#is_controlled_by_goal

The result of a function in a process flow is controlled by a goal.

has characteristics: functional

has domain
Function c
has range
goal c
is inverse of
controls function op

is created byop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#is_created_by

An event is created by a process step. The connector is used to represent the chronological order in an EPC.
has domain
Event c
has range
error337 c
Modelling Function Object c
is inverse of
creates event op

is dependent onop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#is_dependent_on

An event is dependent on a rule. The connector is used to represent the chronological order in an EPC.
has domain
Event c
has range
Rule c
is inverse of
leads to event op

is evaluated byop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#is_evaluated_by

An event is evaluated by a rule. The connector is used to represent the chronological order in an EPC.
has domain
Event c
has range
Join Rule c
is inverse of
evaluates op

is exectued by functionop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#is_executed_by_function

Software is executed by a function in a process flow.
has domain
software c
has range
Function c
is inverse of
executes software op

is input forop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#is_input_for

A software independent business object or product/services may be input for a process step.
has domain
Technical Term c
has range
Task c
is inverse of
has as input op

is input ofop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#is_input_of

An external physical or non-physical input is used in a function in a process flow and is therefore input of it.

has characteristics: functional

has domain
Input c
has range
Function c

is linked byop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#is_linked_by

has domain
Rule c
has range
Rule c
is inverse of
links op

is output ofop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#is_output_of

A software independent business object may be output of a process step.

has characteristics: functional

has domain
Output c
Technical Term c
has range
Function c
Task c
is inverse of
has as output op

is predecessor ofop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#is_predecessor_of

The connector is used to represent the chronological order of value chain elements.
has domain
Modelling Function Object c
Task c
has range
Modelling Function Object c
Task c
is inverse of
follows op

is processed byop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#is_processed_by_human_output

The execution of a function in a process flow is processed by a person (human output).

has characteristics: functional, inverse functional

has domain
Function c
has range
Human Output c
is inverse of
processes op

is represented byop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#is_represented_by

Represents the inverse property of represents.
has domain
error351 c
Task c
has range
Business Process Activity c
Screen c
is inverse of
represents op

is responsible forop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#is_responsible_for_fuction

An organizational unit is responible for a function in a process flow.
has domain
organizational unit c
has range
Function c
is inverse of
is under responsibility of op

is sub flow ofop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#is_sub_flow_of

EPCs can have other EPCs as superiors. The connector is used to represent the hierarchical order.
has domain
Business Process Flow c
has range
Task c
is inverse of
has sub flow op

is supported byop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#is_supported_by

A process step is supported by an application system type.
has domain
Task c
has range
Application System Type c
is inverse of
supports task op

is transformed byop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#is_transformed_by

Environmental data is transformed by a function in a process flow.
has domain
Environmental Data c
has range
Function c
is inverse of
transforms op

is under responsibility ofop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#is_under_responsibility_of

The execution of a function in a process flow is under the responsibility of an organizational unit.

has characteristics: functional

has domain
Function c
has range
organizational unit c
is inverse of
is responsible for op

is used by functionop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#is_used_by_function

An external resource is used by a function in a process flow.
has domain
error355 c
has range
Function c
is inverse of
uses op

is worked on by collaboration ofop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#is_worked_on_by_collaboration_of

A process step is worked on by collaboration of role(s).
has super-properties
is workshop of op
has domain
Task c
has range
Role c
is inverse of
contributes to task op

leads toop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#leads_to

The connector is used to represent the chronological order in an EPC.
has sub-properties
leads to event op, leads to rule op

leads to eventop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#leads_to_event

A rule leads to an event. The connector is used to represent the chronological order in an EPC.
has super-properties
leads to op
has domain
Rule c
has range
Event c
is inverse of
is dependent on op

leads to ruleop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#leads_to_rule

A process step leads to a rule. The connector is used to represent the chronological order in an EPC.
has super-properties
leads to op
has domain
Modelling Function Object c
Task c
has range
Rule c
is inverse of
is assigned to op

must be informed aboutop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#must_be_informed_about

Role(s) to be informed after/ during the process step is carried out (one-way-communication) (equivalent to I in RACI notation)
has domain
Role c
has range
Task c
is inverse of
resultIs forwarded to op

processesop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#processes_function

Some person, referred to as human output here, processes a function in a process flow.

has characteristics: functional, inverse functional

has domain
Human Output c
has range
Function c
is inverse of
is processed by op

relevant toop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#relevant_to

An object is relevant for EPCs and value-added chain diagrams.
has domain
error362 c
has range
error343 c
is inverse of
has object op

representsop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#represents

A aris:BPActivity is the graphical representation of a aris:VACD or aris:BPFlow in a aris:VACD.
has domain
Business Process Activity c
Screen c
has range
error340 c
Task c
is inverse of
is represented by op

resultIs forwarded toop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#results_forwarded_to

A result of a process step is forwarded to role(s).
has domain
Task c
has range
Role c
is inverse of
must be informed about op

supports taskop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#supports_task

A process step is supported by an Application system.
has domain
Application System Type c
has range
Task c
is inverse of
is supported by op

transformsop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#transforms

A function in a process flow transforms environmental data like work schedules.
has domain
Function c
has range
Environmental Data c
is inverse of
is transformed by op

usesop back to ToC or Object Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#uses

A function in a process flow uses external resources like machines or computer hardware during its execution.
has domain
Function c
has range
error342 c
is inverse of
is used by function op

Data Properties

completion statusdp back to ToC or Data Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#completion_status

has range
string

creatordp back to ToC or Data Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#creator

has range
string

experiencedp back to ToC or Data Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#experience

Describes the experience that is required.
has domain
Role c
has range
string

handlingdp back to ToC or Data Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#handling

Describes the requirements for the specific handling of objects.
has domain
Task c
has range
string

identifierdp back to ToC or Data Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#identifier

Represents the unique identifier of the element.
has range
string

IP codedp back to ToC or Data Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#IP_code

has range
string

knwoledgedp back to ToC or Data Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#knowledge

Describes the knowledge that is required.
has domain
Role c
has range
string

missiondp back to ToC or Data Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#mission

Describes the mission or goal of a business process (flow).
has range
string

orphandp back to ToC or Data Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#orphan

has range
string

ownerdp back to ToC or Data Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#owner

Represents the owner of a business process (flow).
has range
string

person responsibledp back to ToC or Data Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#person_responsible

States whether someone is responsible for the SubprocessDiagram or not.
has domain
Subprocess Diagram c
has range
string

project scopedp back to ToC or Data Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#project_scope

has range
string

remark or exampledp back to ToC or Data Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#remark_or_example

Denotes a remark or an example that is given specific to an element.
has domain
Application System Type c
has range
string

requirementsdp back to ToC or Data Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#requirements

Description of all requirements for the certain input or output.
has range
string

scopedp back to ToC or Data Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#scope

Denotes the scope of a specific business process (flow).
has range
string

transaction codedp back to ToC or Data Property ToC

IRI: http://www.w3id.org/ecsel-dr-PMV#transaction_code

Contains the transaction code assigned to a Screen in SAP.
has domain
Screen c
has range
string

Annotation Properties

alt labelap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2004/02/skos/core#altLabel

Legend back to ToC

c: Classes
op: Object Properties
dp: Data Properties

References back to ToC

Add your references here. It is recommended to have them as a list.

Acknowledgments back to ToC

The authors would like to thank Silvio Peroni for developing LODE, a Live OWL Documentation Environment, which is used for representing the Cross Referencing Section of this document and Daniel Garijo for developing Widoco, the program used to create the template used in this documentation.