role task

IRI:
http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl
Current version :
1.1 added rdfs:isDefinedBy for all named entities
Imported Ontologies :
http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl (visualise it with LODE )
Extracted from :
(visualise it with LODE )
Covers requirements :
- What roles are this task of?, What tasks do have this role?
Has Consequences :
- This pattern allows to put roles in the domain of discourse. It does not allow to model time indexed task assignement.
Has Intent :
- To represent the assignment of tasks to roles
Related Content Patterns :
(visualise it with LODE )
Scenarios :
- students have the duty of giving exams
Other visualisation :
Ontology source - WebVowl

Abstract

The task role pattern. This pattern is extracted from DOLCE-UltraLite by partial clone of elements.

Table of Content

  1. Classes
  2. Object Properties
  3. Annotation Properties
  4. Namespace Declarations

Classes

Rolec back to ToC or Class ToC

IRI: http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#Role

is defined by
http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl
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.
has super-classes
has targetop only Taskc
is in domain of
has targetop
is in range of
is a target forop
is disjoint with
Taskc

Taskc back to ToC or Class ToC

IRI: http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#Task

is defined by
http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl
A piece of work to be done or undertaken. A Task is assigned to only Roles through the property isTaskOf.
has super-classes
is a target forop only Rolec
is in domain of
is a target forop
is in range of
has targetop
is disjoint with
Rolec

Object Properties

has targetop back to ToC or Object Property ToC

IRI: http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#hasTask

is defined by
http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl
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').
has domain
Rolec
has range
Taskc
is inverse of
is a target forop

is a target forop back to ToC or Object Property ToC

IRI: http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#isTaskOf

is defined by
http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl
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').
has domain
Taskc
has range
Rolec
is inverse of
has targetop

Annotation Properties

commentap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2000/01/rdf-schema#comment

covers requirementsap back to ToC or Annotation Property ToC

IRI: http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements

extracted fromap back to ToC or Annotation Property ToC

IRI: http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#extractedFrom

has consequencesap back to ToC or Annotation Property ToC

IRI: http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#hasConsequences

has intentap back to ToC or Annotation Property ToC

IRI: http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#hasIntent

is defined byap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2000/01/rdf-schema#isDefinedBy

labelap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2000/01/rdf-schema#label

related c psap back to ToC or Annotation Property ToC

IRI: http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#relatedCPs

scenariosap back to ToC or Annotation Property ToC

IRI: http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#scenarios

version infoap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2002/07/owl#versionInfo

Namespace Declarations back to ToC

default namespace
http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#
cpannotationschema
http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#
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#
schemas
http://www.ontologydesignpatterns.org/schemas/
taskrole
http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#
xsd
http://www.w3.org/2001/XMLSchema#

This HTML document was obtained by processing the OWL ontology source code through LODE, Live OWL Documentation Environment, developed by Silvio Peroni .