Tore Christiansen

Added Calendar example

......@@ -107,7 +107,7 @@ ILAP:Calendar
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarFreePeriod ;
owl:onProperty ILAP:hasCalendarFreePeriod
owl:onProperty ILAP:hasCalendarPeriod
] .
ILAP:CalendarDay
......@@ -123,7 +123,7 @@ ILAP:CalendarFreePeriod
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Calendar ;
owl:onProperty
[ owl:inverseOf ILAP:hasCalendarFreePeriod
[ owl:inverseOf ILAP:hasCalendarPeriod
] ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
......@@ -1189,10 +1189,10 @@ ILAP:hasCalendarDate
rdf:type owl:DatatypeProperty ;
rdfs:label "has Calendar Date"^^xsd:string .
ILAP:hasCalendarFreePeriod
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
ILAP:hasCalendarPeriod
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdfs:domain ILAP:Calendar ;
rdfs:label "has Calendar Free Period"^^xsd:string ;
rdfs:label "has Calendar Period"^^xsd:string ;
rdfs:range ILAP:CalendarFreePeriod .
ILAP:hasCalendarPeriodDay
......
......@@ -514,7 +514,7 @@ ILAP:Regular8To16WorkingDayCalendar
[ rdf:type owl:Class ;
owl:oneOf (ILAP:StandardFreeWeekendPeriod)
] ;
owl:onProperty ILAP:hasCalendarFreePeriod
owl:onProperty ILAP:hasCalendarPeriod
] .
ILAP:ReimbursableContract
......@@ -677,7 +677,7 @@ ILAP:WeekendsFreeCalendar
[ rdf:type owl:Class ;
owl:oneOf (ILAP:StandardFreeWeekendPeriod)
] ;
owl:onProperty ILAP:hasCalendarFreePeriod
owl:onProperty ILAP:hasCalendarPeriod
] .
ILAP:WellTransfer
......
......@@ -125,7 +125,7 @@ ILAP:Calendar_1
rdfs:label "Calendar 1"^^xsd:string ;
ILAP:hasCalendarDate
"2015-01-01"^^xsd:date ;
ILAP:hasCalendarFreePeriod
ILAP:hasCalendarPeriod
ILAP:StandardFreeWeekendPeriod ;
ILAP:hasCalendarTime
"08:00:30"^^xsd:time .
......@@ -177,6 +177,14 @@ ILAP:FinishToStart_1
rdfs:label "Finish to Start 1"^^xsd:string ;
ILAP:hasPredecessorActivity
ILAP:PlannedActivity_1 ;
ILAP:hasPredecessorMilestone
ILAP:ScheduledMilestone_1 ;
ILAP:hasSuccessorActivity
ILAP:ScheduledActivity_2 ;
ILAP:hasSuccessorCalendar
ILAP:Calendar_1 ;
ILAP:hasSuccessorLag
10 ;
ILAP:hasSuccessorMilestone
ILAP:PlannedMilestone_1 .
......