Trinh H. Nguyen

add objectproperty type for hasTemporalPart

Showing 1 changed file with 2 additions and 0 deletions
...@@ -11,6 +11,8 @@ dm:participantIn a elh:ELHObjectProperty . ...@@ -11,6 +11,8 @@ dm:participantIn a elh:ELHObjectProperty .
11 11
12 dm:hasSuccessor a elh:ELHObjectProperty . 12 dm:hasSuccessor a elh:ELHObjectProperty .
13 13
14 +dm:hasTemporalPart a owl:ObjectProperty.
15 +
14 elh:isCurrentScheduleOf 16 elh:isCurrentScheduleOf
15 a elh:ELHObjectProperty , owl:ObjectProperty ; 17 a elh:ELHObjectProperty , owl:ObjectProperty ;
16 rdfs:domain rdl:ScheduleForActivityInPlan ; 18 rdfs:domain rdl:ScheduleForActivityInPlan ;
......