From Odp
This pattern has been certified.
Related submission, with evaluation history, can be found here
| If you are a member of quality committee please visit the
evaluation section
If you are author of this proposal or you want to contribute to this pattern's review, you can:
In general, it could be useful to visit the evaluation section to have information about the evaluation process of this proposal
Current revision ID: 8177
|
Diagram
(this article has no graphical representation)
General description
Name:
| BasicPlanExecution
|
Submitted by:
| AldoGangemi
|
Also Known As:
|
|
Intent:
|
|
Domains:
|
|
Competency Questions:
|
|
Solution description:
|
|
Reusable OWL Building Block:
| http://www.ontologydesignpatterns.org/cp/owl/basicplanexecution.owl (848)
|
Consequences:
|
|
Scenarios:
|
|
Known Uses:
|
|
Web References:
|
|
Other References:
|
|
Examples (OWL files):
|
|
Extracted From:
|
|
Reengineered From:
|
|
Has Components:
|
|
Specialization Of:
|
|
Related CPs:
|
|
Elements
The BasicPlanExecution Content OP locally defines the following ontology elements:
actionHasParticipant (owl:ObjectProperty) A relation between a Process and an Object, e.g. 'the avalanche hasParticipant a mass of snow', or 'the cooking of a cake hasParticipant an agent, some sugar, flour, etc.'.
actionHasParticipant page
includesAction (owl:ObjectProperty) A relation between situations and persons, e.g. 'this morning I've prepared my coffee and had my fingers burnt' (i.e.: the preparation of my coffee this morning included a burning of my fingers).
includesAction page
includesAgent (owl:ObjectProperty) A relation between situations and persons, e.g. 'this morning I've prepared my coffee and had my fingers burnt' (i.e.: the preparation of my coffee this morning included me).
includesAgent page
includesObject (owl:ObjectProperty) A relation between situations and persons, e.g. 'this morning I've prepared my coffee and had my fingers burnt' (i.e.: the preparation of my coffee this morning included me).
includesObject page
isParticipantInAction (owl:ObjectProperty) A relation between an object and a process, e.g. 'a mass of snow is partipant in the avalanche', or 'an agent, some sugar, flour, etc. are participant in the cooking of a cake'.
isParticipantInAction page
Action (owl:Class) An Event with at least one Agent that isParticipantIn, and that executes a Task that typically isDefinedIn a Plan, Workflow, Project, etc.
Action page
PlanExecution (owl:Class) Plan executions are situations that proactively satisfy a plan. Subplan executions are proper parts of the whole plan execution.
PlanExecution page
Scenarios
Scenarios about BasicPlanExecution
No scenario is added to this Content OP.
Reviews
Reviews about BasicPlanExecution
There is no review about this proposal.
This revision (revision ID 8177) takes in account the reviews: none
Other info at evaluation tab
Modeling issues
Modeling issues about BasicPlanExecution
There is no Modeling issue related to this proposal.
The basic plans execution content ontology design pattern represents the execution of a plan and the entity that participate in such an execution. This CP is the composition of other CPs: situation and region. Furthermore, it expands such CPs with ontology elements that are partial clones of elements from the DOCLE Ultra Lite and the Plans Lite ontologies.