Skip to content

Commit b59c695

Browse files
author
Rinke Hoekstra
committed
Added link to care action for several internal interactions
1 parent 7aa548b commit b59c695

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/data/TMR4I-rules.ttl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
?i tmr4i:relates ?r2 .
115115
} THEN {
116116
?i a tmr4i:ContradictionDueToSameAction, owl:NamedIndividual .
117+
?i tmr4i:action ?ca .
117118
}""".
118119

119120
# Rule 4
@@ -178,6 +179,7 @@
178179
FILTER( ?t1 != ?t2 )
179180
} THEN {
180181
?i a tmr4i:RepetitionDueToSameAction, owl:NamedIndividual .
182+
?i tmr4i:action ?ca .
181183
}""".
182184

183185
# Rule 7

0 commit comments

Comments
 (0)