Tore Christiansen

Added Calendar example

...@@ -107,7 +107,7 @@ ILAP:Calendar ...@@ -107,7 +107,7 @@ ILAP:Calendar
107 rdfs:subClassOf 107 rdfs:subClassOf
108 [ rdf:type owl:Restriction ; 108 [ rdf:type owl:Restriction ;
109 owl:allValuesFrom ILAP:CalendarFreePeriod ; 109 owl:allValuesFrom ILAP:CalendarFreePeriod ;
110 - owl:onProperty ILAP:hasCalendarFreePeriod 110 + owl:onProperty ILAP:hasCalendarPeriod
111 ] . 111 ] .
112 112
113 ILAP:CalendarDay 113 ILAP:CalendarDay
...@@ -123,7 +123,7 @@ ILAP:CalendarFreePeriod ...@@ -123,7 +123,7 @@ ILAP:CalendarFreePeriod
123 [ rdf:type owl:Restriction ; 123 [ rdf:type owl:Restriction ;
124 owl:onClass ILAP:Calendar ; 124 owl:onClass ILAP:Calendar ;
125 owl:onProperty 125 owl:onProperty
126 - [ owl:inverseOf ILAP:hasCalendarFreePeriod 126 + [ owl:inverseOf ILAP:hasCalendarPeriod
127 ] ; 127 ] ;
128 owl:qualifiedCardinality 128 owl:qualifiedCardinality
129 "1"^^xsd:nonNegativeInteger 129 "1"^^xsd:nonNegativeInteger
...@@ -1189,10 +1189,10 @@ ILAP:hasCalendarDate ...@@ -1189,10 +1189,10 @@ ILAP:hasCalendarDate
1189 rdf:type owl:DatatypeProperty ; 1189 rdf:type owl:DatatypeProperty ;
1190 rdfs:label "has Calendar Date"^^xsd:string . 1190 rdfs:label "has Calendar Date"^^xsd:string .
1191 1191
1192 -ILAP:hasCalendarFreePeriod 1192 +ILAP:hasCalendarPeriod
1193 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1193 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1194 rdfs:domain ILAP:Calendar ; 1194 rdfs:domain ILAP:Calendar ;
1195 - rdfs:label "has Calendar Free Period"^^xsd:string ; 1195 + rdfs:label "has Calendar Period"^^xsd:string ;
1196 rdfs:range ILAP:CalendarFreePeriod . 1196 rdfs:range ILAP:CalendarFreePeriod .
1197 1197
1198 ILAP:hasCalendarPeriodDay 1198 ILAP:hasCalendarPeriodDay
......
...@@ -514,7 +514,7 @@ ILAP:Regular8To16WorkingDayCalendar ...@@ -514,7 +514,7 @@ ILAP:Regular8To16WorkingDayCalendar
514 [ rdf:type owl:Class ; 514 [ rdf:type owl:Class ;
515 owl:oneOf (ILAP:StandardFreeWeekendPeriod) 515 owl:oneOf (ILAP:StandardFreeWeekendPeriod)
516 ] ; 516 ] ;
517 - owl:onProperty ILAP:hasCalendarFreePeriod 517 + owl:onProperty ILAP:hasCalendarPeriod
518 ] . 518 ] .
519 519
520 ILAP:ReimbursableContract 520 ILAP:ReimbursableContract
...@@ -677,7 +677,7 @@ ILAP:WeekendsFreeCalendar ...@@ -677,7 +677,7 @@ ILAP:WeekendsFreeCalendar
677 [ rdf:type owl:Class ; 677 [ rdf:type owl:Class ;
678 owl:oneOf (ILAP:StandardFreeWeekendPeriod) 678 owl:oneOf (ILAP:StandardFreeWeekendPeriod)
679 ] ; 679 ] ;
680 - owl:onProperty ILAP:hasCalendarFreePeriod 680 + owl:onProperty ILAP:hasCalendarPeriod
681 ] . 681 ] .
682 682
683 ILAP:WellTransfer 683 ILAP:WellTransfer
......
...@@ -125,7 +125,7 @@ ILAP:Calendar_1 ...@@ -125,7 +125,7 @@ ILAP:Calendar_1
125 rdfs:label "Calendar 1"^^xsd:string ; 125 rdfs:label "Calendar 1"^^xsd:string ;
126 ILAP:hasCalendarDate 126 ILAP:hasCalendarDate
127 "2015-01-01"^^xsd:date ; 127 "2015-01-01"^^xsd:date ;
128 - ILAP:hasCalendarFreePeriod 128 + ILAP:hasCalendarPeriod
129 ILAP:StandardFreeWeekendPeriod ; 129 ILAP:StandardFreeWeekendPeriod ;
130 ILAP:hasCalendarTime 130 ILAP:hasCalendarTime
131 "08:00:30"^^xsd:time . 131 "08:00:30"^^xsd:time .
...@@ -177,6 +177,14 @@ ILAP:FinishToStart_1 ...@@ -177,6 +177,14 @@ ILAP:FinishToStart_1
177 rdfs:label "Finish to Start 1"^^xsd:string ; 177 rdfs:label "Finish to Start 1"^^xsd:string ;
178 ILAP:hasPredecessorActivity 178 ILAP:hasPredecessorActivity
179 ILAP:PlannedActivity_1 ; 179 ILAP:PlannedActivity_1 ;
180 + ILAP:hasPredecessorMilestone
181 + ILAP:ScheduledMilestone_1 ;
182 + ILAP:hasSuccessorActivity
183 + ILAP:ScheduledActivity_2 ;
184 + ILAP:hasSuccessorCalendar
185 + ILAP:Calendar_1 ;
186 + ILAP:hasSuccessorLag
187 + 10 ;
180 ILAP:hasSuccessorMilestone 188 ILAP:hasSuccessorMilestone
181 ILAP:PlannedMilestone_1 . 189 ILAP:PlannedMilestone_1 .
182 190
......