Diagram
Name: | role task |
Submitted by: | ValentinaPresutti |
Also Known As: | task role |
Intent: | To represent the assignment of tasks to roles |
Domains: | Organization, Management, Scheduling |
Competency Questions: | |
Solution description: | This pattern is basic, and is used to connect intensional descriptions of actions (tasks) and objects (roles). |
Reusable OWL Building Block: | [http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl](http://ontologydesignpatterns.org/wiki/index.php?title=Special:ClickHandler&link=http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl&message=OWL building block&from_page_id=445&update=) (730) |
Consequences: | This pattern allows to put roles in the domain of discourse. It does not allow to model time indexed task assignement. |
Scenarios: | Students have the duty of giving exams |
Known Uses: | |
Web References: | |
Other References: | |
Examples (OWL files): | |
Extracted From: | |
Reengineered From: | |
Has Components: | |
Specialization Of: | |
Related CPs: |
The Role task Content OP locally defines the following ontology elements:
role (owl:Class) A concept that classifies an object. For example, the role developer classifies a person, the role server classifies a computer machine. A hasTask only Tasks. It is disjoint with Task.
Role page
has task (owl:ObjectProperty) A relation between roles and tasks, e.g. 'students have the duty of giving exams' (i.e. the Role 'student' hasTask the Task 'giving exams'). It is the inverse of isTaskOf.
hasTask page
Task (owl:Class) A piece of work to be done or undertaken. A Task is assigned to only Roles through the property isTaskOf.
Task page
is task ok (owl:ObjectProperty) A relation between roles and tasks, e.g. 'students have the duty of giving exams' (i.e. the Role 'student' hasTask the Task 'giving exams'). It is the inverse of hasTask.
isTaskOf page
This CP is typically used in composition with the agent role CP, or object role CP. It can be also used with the description CP, when used for representing e.g., plans, workflows.
Scenarios about Role task No scenario is added to this Content OP.
Reviews about Role task There is no review about this proposal. This revision (revision ID 9119) takes in account the reviews: none
Other info at evaluation tab
Modeling issues about Role task There is no Modeling issue related to this proposal.