Submissions:Sequence

From Odp

Revision as of 13:49, 8 March 2010 by EnricoDaga (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search


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: 9120

Graphical representation

Diagram

Image:Sequence.png

General description

Name: Sequence
Submitted by: AldoGangemi
Also Known As:
Intent: To represent sequence schemas. It defines the notion of transitive and intransitive precedence and their inverses.

It can then be used between tasks, processes, time intervals, spatially locate objects, situations, etc.

Domains:

General, Organization, Workflow, Time

Competency Questions:
  • What is before what?
  • What's next?
  • What's immediately following this?
Solution description: This pattern is a basic one; it represents the 'path' cognitive schema, which underlies many different conceptualizations: spatial paths, time lines, event sequences, organizational hierarchies, graph paths, etc.

Sequence pattern reuses the logical pattern Transitive reduction, in order to represent both transitive and non-transitive precedence relations.

Reusable OWL Building Block: http://ontologydesignpatterns.org/cp/owl/sequence.owl (1071)
Consequences: We can represent and reason over transitive or intransitive sequences of any kind. However, since coreference cannot be expressed in OWL, it is not possible to represent and reason over loops and other sequences involving coreference.
Scenarios:
Known Uses:
Web References:
Other References:
Examples (OWL files):
Extracted From:
Reengineered From:
Has Components:
Specialization Of:
Related CPs:


Elements

The Sequence Content OP locally defines the following ontology elements:

ObjectProperty directlyFollows (owl:ObjectProperty) The intransitive follows relation. For example, Wednesday directly precedes Thursday. Directness of precedence depends on the designer conceptualization.
directlyFollows page
ObjectProperty directlyPrecedes (owl:ObjectProperty) The intransitive precedes relation. For example, Monday directly precedes Tuesday. Directness of precedence depends on the designer conceptualization.
directlyPrecedes page
ObjectProperty follows (owl:ObjectProperty) A relation between entities, expressing a 'sequence' schema.

E.g. 'year 2000 follows 1999', 'preparing coffee' follows 'deciding what coffee to use', 'II World War follows I World War', etc.

It can be used between tasks, processes or time intervals, and subproperties would fit best in order to distinguish the different uses.

follows page
ObjectProperty precedes (owl:ObjectProperty) A relation between entities, expressing a 'sequence' schema.

E.g. 'year 1999 precedes 2000', 'deciding what coffee to use' precedes 'preparing coffee', 'World War II follows World War I', 'in the Milan to Rome autoroute, Bologna precedes Florence', etc.

It can then be used between tasks, processes, time intervals, spatially locate objects, situations, etc.

Subproperties can be defined in order to distinguish the different uses.

precedes page

Additional information

Scenarios

Scenarios about Sequence

No scenario is added to this Content OP.

Reviews

Reviews about Sequence

There is no review about this proposal. This revision (revision ID 9120) takes in account the reviews: none

Other info at evaluation tab


Modeling issues

Modeling issues about Sequence

There is no Modeling issue related to this proposal.


References

Add a reference


Personal tools
Quality Committee
Content OP publishers