Process Specification Language - Ontology

Ontology

The foundation of the ontology is a set of primitive concepts (object, activity, activity_occurrence, timepoint), constants (inf+, inf-), functions (beginof, endof), and relations (occurrence_of, participates_in, between, before, exists_at, is_occurring_at). This core ontology is then used to describe more complex concepts. The ontology uses the Common Logic Interchange Format (CLIF) to represent the concepts, constants, functions, and relations.

This ontology provides a vocabulary of classes and relations for concepts at the ground level of event-instances, object-instances, and timepoints. PSL’s top level is built around the following:

  • Activity, a class or type of action, such as install-part, which is the class of actions in which parts are installed
  • Activity-occurrence, an event or action that takes place at a specific place and time, such as a specific instance of install-part occurring at a specific timestamp
  • Timepoint, a point in time
  • Object, anything that is not a timepoint or an activity

Read more about this topic:  Process Specification Language