activityCausedByActivity
activityCausedByActivity
Return the activities that were caused by the event or activity.
See the related model documentation
Example
From the record for a fire that damaged a statue, the record for the conservation activity to repair the statue would be in the response
Details
- Class Given: Event,Activity
- Returns Class: Event,Activity
- Relationship:
SPARQL
PREFIX sci: <http://www.ics.forth.gr/isl/CRMsci/>
SELECT DISTINCT ?activity
WHERE {
{
?activity sci:O13i_is_triggered_by $current .
} UNION {
$current sci:O13_triggers ?activity .
}
}