|
Provenance-Related Ontologies
On this page, we describe the provenance-related ontologies attached to the page. Concepts in these ontologies are used by reference within process documentation.
|
|
Causal Relationships Ontology
The causal relationships ontology, causal.owl, aims to define causal relations between properties of the system at different instants. We define "C caused E according to A" as A's belief/assertion that E would not have become true if C had not been true, all else being equal. The causal ontology uses concepts from the temporal ontology, and adds the following:
|
< < |
- A FactAtInstant class that represents something being true at an instant of time.
|
> > |
- A EntityAtInstant class that represents something being true at an instant of time.
|
|
- An atInstant relation (object property) whose domain is a FactAtInstant and whose range is an Instant, used to assert the instant at which the fact is true.
|
< < |
- Two relations (object properties), caused and wasCausedBy, whose domain and range are FactAtInstant, used to assert that one fact being true at one instant caused or was caused by another fact being true at another instant.
- Two sub-classes of FactAtInstant?, Cause and Effect that represent the cause and the effect in a causal relationship.
|
> > |
- Two relations (object properties), caused and wasCausedBy, whose domain and range are EntityAtInstant, used to assert that one fact being true at one instant caused or was caused by another fact being true at another instant.
- Two sub-classes of EntityAtInstant?, Cause and Effect that represent the cause and the effect in a causal relationship.
|
|
Additionally, we specify two rules which we know must hold: that if fact F0 being true at instant T0 caused fact F1 to be true at instant T1, then T0 must have been before T1, and correspondingly for wasCausedBy/after. These rules can be expressed as SeRQL? rules as here.
|
|
-- SimonMiles - 17 Nov 2005
| META FILEATTACHMENT | temporal.owl | attr="" comment="Temporal relations ontology" date="1132137227" path="temporal.owl" size="1395" user="SimonMiles" version="1.5" |
|
< < |
| META FILEATTACHMENT | causal.owl | attr="" comment="Causal relations ontology" date="1133798609" path="causal.owl" size="1674" user="SimonMiles" version="1.4" |
|
> > |
| META FILEATTACHMENT | causal.owl | attr="" comment="Causal relations ontology" date="1136979480" path="causal.owl" size="1690" user="SimonMiles" version="1.7" |
|
|
| META FILEATTACHMENT | causalserql.txt | attr="" comment="Rules of causality expressed as SeRQL? queries" date="1132243472" path="causalserql.txt" size="743" user="SimonMiles" version="1.2" |
|