Other formats: RDF/XML
Copyright © 2008 Talis Information Ltd
The URI for this vocabulary is
http://purl.org/vocab/lifecycle/schema#
When abbreviating terms the suggested prefix is lifecycle
Each class or property in the vocabulary has a URI constructed by appending a term name to the vocabulary URI. For example:
http://purl.org/vocab/lifecycle/schema#taskProgress
An alphabetical list of all terms defined in this schema.
Term | URI | Description |
---|---|---|
Action | http://purl.org/vocab/lifecycle/schema#Action | Represents an instance of a task taking place against a given resource |
Completed | http://purl.org/vocab/lifecycle/schema#Completed | Represents that an individual task has been completed |
Lifecycle | http://purl.org/vocab/lifecycle/schema#Lifecycle | A lifecycle is a series of states connected by allowable transitions |
On Hold | http://purl.org/vocab/lifecycle/schema#OnHold | Represents that an individual task has been placed on hold |
Started | http://purl.org/vocab/lifecycle/schema#Started | Represents that an individual task has been started |
State | http://purl.org/vocab/lifecycle/schema#State | A state describes one possible state that a resource can be in at a given time |
Task | http://purl.org/vocab/lifecycle/schema#Task | Represents a task in a workflow |
Task Group | http://purl.org/vocab/lifecycle/schema#TaskGroup | Represents a collection of tasks grouped together for convenience |
Transition | http://purl.org/vocab/lifecycle/schema#Transition | A transition describes the way in which a resource moves from one state to another state and may also describe the tasks required to make that transition |
Completed | http://purl.org/vocab/lifecycle/schema#completed | This uses a boolean to represent if an action has been completed |
Mandatory | http://purl.org/vocab/lifecycle/schema#mandatory | Sepcifies if a task is mandatory or optional |
Next | http://purl.org/vocab/lifecycle/schema#next | provides a simple ordering relationship to allow tasks to be ordered in user interfaces |
Possible state | http://purl.org/vocab/lifecycle/schema#possibleState | The possible state property is used to identify the states that occur within a given lifecycle and are thus the possible states of a resource going through that lifecycle |
Possible transition | http://purl.org/vocab/lifecycle/schema#possibleTransition | When in a state there may be many possible transitions |
Resource | http://purl.org/vocab/lifecycle/schema#resource | The resource on which the action being taken |
Resulting state | http://purl.org/vocab/lifecycle/schema#resultingState | Once a transition is completed the state of the resource should change to the state specified as the resulting state |
State | http://purl.org/vocab/lifecycle/schema#state | The state property relates any resource with the state that it is currently in |
State of | http://purl.org/vocab/lifecycle/schema#stateOf | The 'state of' property is the inverse of the state property, relating a state to all of the resources currently in that state |
Task | http://purl.org/vocab/lifecycle/schema#task | A task related to this transition |
Task group | http://purl.org/vocab/lifecycle/schema#taskGroup | A task group related to this transition |
Task progress | http://purl.org/vocab/lifecycle/schema#taskProgress | The current progress on this task |
URI: http://purl.org/vocab/lifecycle/schema#Action
Represents an instance of a task taking place against a given resource
URI: http://purl.org/vocab/lifecycle/schema#Completed
Represents that an individual task has been completed.
URI: http://purl.org/vocab/lifecycle/schema#Lifecycle
A lifecycle is a series of states connected by allowable transitions. It may be used to describe the lifecycle of business objects or equally the lifecycle of a butterfly.
URI: http://purl.org/vocab/lifecycle/schema#OnHold
Represents that an individual task has been placed on hold.
URI: http://purl.org/vocab/lifecycle/schema#Started
Represents that an individual task has been started.
URI: http://purl.org/vocab/lifecycle/schema#State
A state describes one possible state that a resource can be in at a given time. Resources may be in one state in a given lifecycle at any given time, states are considered mutually exclusive within a lifecycle.
URI: http://purl.org/vocab/lifecycle/schema#Task
Represents a task in a workflow
URI: http://purl.org/vocab/lifecycle/schema#TaskGroup
Represents a collection of tasks grouped together for convenience
URI: http://purl.org/vocab/lifecycle/schema#Transition
A transition describes the way in which a resource moves from one state to another state and may also describe the tasks required to make that transition.
URI: http://purl.org/vocab/lifecycle/schema#completed
This uses a boolean to represent if an action has been completed. This is a simple alternative to the taskProgress property.
Having this property implies being an Action. Every value of this property is a xsd:boolean.
URI: http://purl.org/vocab/lifecycle/schema#mandatory
Sepcifies if a task is mandatory or optional.
Having this property implies being a Task. Every value of this property is a xsd:boolean.
URI: http://purl.org/vocab/lifecycle/schema#next
provides a simple ordering relationship to allow tasks to be ordered in user interfaces.
Having this property implies being a class that is the union of Task and Task Group. Every value of this property is a class that is the union of Task and Task Group.
URI: http://purl.org/vocab/lifecycle/schema#possibleState
The possible state property is used to identify the states that occur within a given lifecycle and are thus the possible states of a resource going through that lifecycle.
Having this property implies being a Lifecycle. Every value of this property is a State.
URI: http://purl.org/vocab/lifecycle/schema#possibleTransition
When in a state there may be many possible transitions.
Having this property implies being a State. Every value of this property is a Transition.
URI: http://purl.org/vocab/lifecycle/schema#resource
The resource on which the action being taken. This is a resource that is being processed through a lifecycle.
Having this property implies being an Action. Every value of this property is a rdf:Resource.
URI: http://purl.org/vocab/lifecycle/schema#resultingState
Once a transition is completed the state of the resource should change to the state specified as the resulting state.
Having this property implies being a Transition. Every value of this property is a State.
URI: http://purl.org/vocab/lifecycle/schema#state
The state property relates any resource with the state that it is currently in.
Having this property implies being a rdf:Resource. Every value of this property is a State.
URI: http://purl.org/vocab/lifecycle/schema#stateOf
The 'state of' property is the inverse of the state property, relating a state to all of the resources currently in that state.
Having this property implies being a State. Every value of this property is a rdf:Resource. It is the inverse of State
URI: http://purl.org/vocab/lifecycle/schema#task
A task related to this transition.
Having this property implies being a class that is the union of Task Group and Transition. Every value of this property is a Task.
URI: http://purl.org/vocab/lifecycle/schema#taskGroup
A task group related to this transition.
Having this property implies being a Transition. Every value of this property is a Task Group.
URI: http://purl.org/vocab/lifecycle/schema#taskProgress
The current progress on this task. Some resources are defined in this ontology for this, but you are free to define your own.
Having this property implies being an Action. Every value of this property is a lifecycle:TaskProgress.
2008-06-03 | |
http://purl.org/vocab/lifecycle/schema-20080603 | |
Lifecycle Schema The Lifecycle Schema provides classes and properties that allow the specification of a lifecycle that any resource may pass through. It's intention to allow the description of the states and transitions that constitute a given lifecycle without imposing any constraint on the way in which transitions happen or how long it may take to move through a lifecycle. | |