Tore Christiansen

Update to fix Decision Gate

...@@ -28,6 +28,34 @@ ...@@ -28,6 +28,34 @@
28 NCS: rdf:type owl:Ontology ; 28 NCS: rdf:type owl:Ontology ;
29 owl:imports <http://data.posccaesar.org/brreg/> , riskfactor: , <http://data.posccaesar.org/diskos/> , NPD: , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: , <http://data.posccaesar.org/epcis/> , <http:///data.posccaesar.org/ilap/PLANNING_STANDARD> , shutdown: . 29 owl:imports <http://data.posccaesar.org/brreg/> , riskfactor: , <http://data.posccaesar.org/diskos/> , NPD: , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: , <http://data.posccaesar.org/epcis/> , <http:///data.posccaesar.org/ilap/PLANNING_STANDARD> , shutdown: .
30 30
31 +NCS:DG1
32 + rdf:type ILAP:DecisionGate ;
33 + rdfs:label "DG1"^^xsd:string .
34 +
35 +NCS:DG2
36 + rdf:type ILAP:DecisionGate ;
37 + rdfs:label "DG2"^^xsd:string .
38 +
39 +NCS:DG3
40 + rdf:type ILAP:DecisionGate ;
41 + rdfs:label "DG3"^^xsd:string .
42 +
43 +NCS:DG4
44 + rdf:type ILAP:DecisionGate ;
45 + rdfs:label "DG4"^^xsd:string .
46 +
47 +NCS:DG5
48 + rdf:type ILAP:DecisionGate ;
49 + rdfs:label "DG5"^^xsd:string .
50 +
51 +NCS:DG6
52 + rdf:type ILAP:DecisionGate ;
53 + rdfs:label "DG6"^^xsd:string .
54 +
55 +NCS:DG7
56 + rdf:type ILAP:DecisionGate ;
57 + rdfs:label "DG7"^^xsd:string .
58 +
31 NCS:Development 59 NCS:Development
32 rdf:type ILAP:PlanPhase ; 60 rdf:type ILAP:PlanPhase ;
33 rdfs:label "Development"^^xsd:string . 61 rdfs:label "Development"^^xsd:string .
...@@ -358,7 +386,7 @@ ILAP:StandardFreeWeekendPeriod ...@@ -358,7 +386,7 @@ ILAP:StandardFreeWeekendPeriod
358 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 386 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
359 rdfs:label "Standard free weekend period"^^xsd:string ; 387 rdfs:label "Standard free weekend period"^^xsd:string ;
360 ILAP:hasCalendarPeriodFreeDay 388 ILAP:hasCalendarPeriodFreeDay
361 - ILAP:Sunday , ILAP:Saturday . 389 + ILAP:Saturday , ILAP:Sunday .
362 390
363 ILAP:StandardWorkWeekdayPeriod 391 ILAP:StandardWorkWeekdayPeriod
364 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 392 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
......
...@@ -18,50 +18,50 @@ ILAP: ...@@ -18,50 +18,50 @@ ILAP:
18 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 18 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
19 19
20 ILAP:Activity 20 ILAP:Activity
21 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 21 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
22 rdfs:label "Activity"^^xsd:string ; 22 rdfs:label "Activity"^^xsd:string ;
23 rdfs:subClassOf 23 rdfs:subClassOf
24 [ rdf:type owl:Restriction ; 24 [ rdf:type owl:Restriction ;
25 - owl:allValuesFrom ILAP:Status ; 25 + owl:allValuesFrom ILAP:Discipline ;
26 - owl:onProperty ILAP:hasActivityStatus 26 + owl:onProperty ILAP:hasActivityDiscipline
27 ] ; 27 ] ;
28 rdfs:subClassOf 28 rdfs:subClassOf
29 [ rdf:type owl:Restriction ; 29 [ rdf:type owl:Restriction ;
30 - owl:onProperty ILAP:hasExternalReference ; 30 + owl:allValuesFrom ILAP:Calendar ;
31 - owl:someValuesFrom ILAP:ExternalReference 31 + owl:onProperty ILAP:hasActivityCalendar
32 ] ; 32 ] ;
33 rdfs:subClassOf 33 rdfs:subClassOf
34 [ rdf:type owl:Restriction ; 34 [ rdf:type owl:Restriction ;
35 - owl:allValuesFrom ILAP:Calendar ; 35 + owl:onProperty ILAP:hasExternalReference ;
36 - owl:onProperty ILAP:hasActivityCalendar 36 + owl:someValuesFrom ILAP:ExternalReference
37 ] ; 37 ] ;
38 rdfs:subClassOf 38 rdfs:subClassOf
39 [ rdf:type owl:Restriction ; 39 [ rdf:type owl:Restriction ;
40 - owl:allValuesFrom ILAP:Discipline ; 40 + owl:allValuesFrom ILAP:Status ;
41 - owl:onProperty ILAP:hasActivityDiscipline 41 + owl:onProperty ILAP:hasActivityStatus
42 ] . 42 ] .
43 43
44 ILAP:ActivityDependency 44 ILAP:ActivityDependency
45 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 45 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
46 rdfs:label "Activity Dependency"^^xsd:string ; 46 rdfs:label "Activity Dependency"^^xsd:string ;
47 rdfs:subClassOf ILAP:Constraint ; 47 rdfs:subClassOf ILAP:Constraint ;
48 rdfs:subClassOf 48 rdfs:subClassOf
49 [ rdf:type owl:Restriction ; 49 [ rdf:type owl:Restriction ;
50 owl:onClass ILAP:Activity ; 50 owl:onClass ILAP:Activity ;
51 - owl:onProperty ILAP:hasSuccessorActivity ; 51 + owl:onProperty ILAP:hasPredecessorActivity ;
52 owl:qualifiedCardinality 52 owl:qualifiedCardinality
53 "1"^^xsd:nonNegativeInteger 53 "1"^^xsd:nonNegativeInteger
54 ] ; 54 ] ;
55 rdfs:subClassOf 55 rdfs:subClassOf
56 [ rdf:type owl:Restriction ; 56 [ rdf:type owl:Restriction ;
57 owl:onClass ILAP:Activity ; 57 owl:onClass ILAP:Activity ;
58 - owl:onProperty ILAP:hasPredecessorActivity ; 58 + owl:onProperty ILAP:hasSuccessorActivity ;
59 owl:qualifiedCardinality 59 owl:qualifiedCardinality
60 "1"^^xsd:nonNegativeInteger 60 "1"^^xsd:nonNegativeInteger
61 ] . 61 ] .
62 62
63 ILAP:ActivityPlan 63 ILAP:ActivityPlan
64 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 64 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
65 rdfs:label "Activity Plan"^^xsd:string ; 65 rdfs:label "Activity Plan"^^xsd:string ;
66 rdfs:subClassOf ILAP:Network ; 66 rdfs:subClassOf ILAP:Network ;
67 rdfs:subClassOf 67 rdfs:subClassOf
...@@ -76,7 +76,7 @@ ILAP:ActivityStatus ...@@ -76,7 +76,7 @@ ILAP:ActivityStatus
76 rdfs:subClassOf ILAP:Status . 76 rdfs:subClassOf ILAP:Status .
77 77
78 ILAP:ActivityWBS 78 ILAP:ActivityWBS
79 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; 79 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ;
80 rdfs:label "Activity WBS"^^xsd:string ; 80 rdfs:label "Activity WBS"^^xsd:string ;
81 rdfs:subClassOf ILAP:Network . 81 rdfs:subClassOf ILAP:Network .
82 82
...@@ -87,15 +87,15 @@ ILAP:ActivityWBS_1 ...@@ -87,15 +87,15 @@ ILAP:ActivityWBS_1
87 ILAP:Application 87 ILAP:Application
88 rdf:type owl:Class ; 88 rdf:type owl:Class ;
89 rdfs:label "Application"^^xsd:string ; 89 rdfs:label "Application"^^xsd:string ;
90 - rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . 90 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing .
91 91
92 ILAP:Asset 92 ILAP:Asset
93 rdf:type owl:Class ; 93 rdf:type owl:Class ;
94 rdfs:label "Asset"^^xsd:string ; 94 rdfs:label "Asset"^^xsd:string ;
95 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . 95 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing .
96 96
97 ILAP:Baseline 97 ILAP:Baseline
98 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 98 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
99 rdfs:label "Baseline"^^xsd:string ; 99 rdfs:label "Baseline"^^xsd:string ;
100 rdfs:subClassOf ILAP:Network . 100 rdfs:subClassOf ILAP:Network .
101 101
...@@ -109,9 +109,9 @@ ILAP:CAPEX ...@@ -109,9 +109,9 @@ ILAP:CAPEX
109 rdfs:label "CAPEX"^^xsd:string . 109 rdfs:label "CAPEX"^^xsd:string .
110 110
111 ILAP:Calendar 111 ILAP:Calendar
112 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 112 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
113 rdfs:label "Calendar"^^xsd:string ; 113 rdfs:label "Calendar"^^xsd:string ;
114 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; 114 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ;
115 rdfs:subClassOf 115 rdfs:subClassOf
116 [ rdf:type owl:Restriction ; 116 [ rdf:type owl:Restriction ;
117 owl:allValuesFrom ILAP:CalendarFreePeriod ; 117 owl:allValuesFrom ILAP:CalendarFreePeriod ;
...@@ -119,14 +119,14 @@ ILAP:Calendar ...@@ -119,14 +119,14 @@ ILAP:Calendar
119 ] . 119 ] .
120 120
121 ILAP:CalendarDay 121 ILAP:CalendarDay
122 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 122 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
123 rdfs:label "Calendar day"^^xsd:string ; 123 rdfs:label "Calendar day"^^xsd:string ;
124 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing . 124 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> .
125 125
126 ILAP:CalendarFreePeriod 126 ILAP:CalendarFreePeriod
127 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; 127 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
128 rdfs:label "Calendar free period"^^xsd:string ; 128 rdfs:label "Calendar free period"^^xsd:string ;
129 - rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; 129 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ;
130 rdfs:subClassOf 130 rdfs:subClassOf
131 [ rdf:type owl:Restriction ; 131 [ rdf:type owl:Restriction ;
132 owl:onClass ILAP:Calendar ; 132 owl:onClass ILAP:Calendar ;
...@@ -138,28 +138,28 @@ ILAP:CalendarFreePeriod ...@@ -138,28 +138,28 @@ ILAP:CalendarFreePeriod
138 ] . 138 ] .
139 139
140 ILAP:CalendarFreePeriodWeekRepeat 140 ILAP:CalendarFreePeriodWeekRepeat
141 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; 141 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
142 rdfs:label "Free day"^^xsd:string ; 142 rdfs:label "Free day"^^xsd:string ;
143 - rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . 143 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod .
144 144
145 ILAP:CalendarHour 145 ILAP:CalendarHour
146 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 146 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
147 rdfs:label "calendar hour"^^xsd:string ; 147 rdfs:label "calendar hour"^^xsd:string ;
148 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing . 148 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> .
149 149
150 ILAP:CalendarPeriod 150 ILAP:CalendarPeriod
151 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; 151 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ;
152 rdfs:label "Calendar period"^^xsd:string ; 152 rdfs:label "Calendar period"^^xsd:string ;
153 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; 153 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ;
154 rdfs:subClassOf 154 rdfs:subClassOf
155 [ rdf:type owl:Restriction ; 155 [ rdf:type owl:Restriction ;
156 - owl:allValuesFrom ILAP:CalendarHour ; 156 + owl:allValuesFrom ILAP:CalendarDay ;
157 - owl:onProperty ILAP:hasCalendarPeriodHour 157 + owl:onProperty ILAP:hasCalendarPeriodDay
158 ] ; 158 ] ;
159 rdfs:subClassOf 159 rdfs:subClassOf
160 [ rdf:type owl:Restriction ; 160 [ rdf:type owl:Restriction ;
161 - owl:allValuesFrom ILAP:CalendarDay ; 161 + owl:allValuesFrom ILAP:CalendarHour ;
162 - owl:onProperty ILAP:hasCalendarPeriodDay 162 + owl:onProperty ILAP:hasCalendarPeriodHour
163 ] . 163 ] .
164 164
165 ILAP:Category 165 ILAP:Category
...@@ -170,12 +170,12 @@ ILAP:Category ...@@ -170,12 +170,12 @@ ILAP:Category
170 ILAP:Constraint 170 ILAP:Constraint
171 rdf:type owl:Class ; 171 rdf:type owl:Class ;
172 rdfs:label "Constraint"^^xsd:string ; 172 rdfs:label "Constraint"^^xsd:string ;
173 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> . 173 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing .
174 174
175 ILAP:Contract 175 ILAP:Contract
176 rdf:type owl:Class ; 176 rdf:type owl:Class ;
177 rdfs:label "Contract"^^xsd:string ; 177 rdfs:label "Contract"^^xsd:string ;
178 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . 178 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing .
179 179
180 ILAP:ControlSchedule 180 ILAP:ControlSchedule
181 rdf:type owl:Class ; 181 rdf:type owl:Class ;
...@@ -185,7 +185,7 @@ ILAP:ControlSchedule ...@@ -185,7 +185,7 @@ ILAP:ControlSchedule
185 ILAP:Cost 185 ILAP:Cost
186 rdf:type owl:Class ; 186 rdf:type owl:Class ;
187 rdfs:label "Cost"^^xsd:string ; 187 rdfs:label "Cost"^^xsd:string ;
188 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . 188 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing .
189 189
190 ILAP:CostBased 190 ILAP:CostBased
191 rdf:type owl:Class ; 191 rdf:type owl:Class ;
...@@ -193,42 +193,14 @@ ILAP:CostBased ...@@ -193,42 +193,14 @@ ILAP:CostBased
193 rdfs:subClassOf ILAP:Resource . 193 rdfs:subClassOf ILAP:Resource .
194 194
195 ILAP:CurrentSchedule 195 ILAP:CurrentSchedule
196 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 196 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
197 rdfs:label "Current schedule"^^xsd:string ; 197 rdfs:label "Current schedule"^^xsd:string ;
198 rdfs:subClassOf ILAP:Schedule . 198 rdfs:subClassOf ILAP:Schedule .
199 199
200 -ILAP:DG1
201 - rdf:type ILAP:DecisionGate ;
202 - rdfs:label "DG1"^^xsd:string .
203 -
204 -ILAP:DG2
205 - rdf:type ILAP:DecisionGate ;
206 - rdfs:label "DG2"^^xsd:string .
207 -
208 -ILAP:DG3
209 - rdf:type ILAP:DecisionGate ;
210 - rdfs:label "DG3"^^xsd:string .
211 -
212 -ILAP:DG4
213 - rdf:type ILAP:DecisionGate ;
214 - rdfs:label "DG4"^^xsd:string .
215 -
216 -ILAP:DG5
217 - rdf:type ILAP:DecisionGate ;
218 - rdfs:label "DG5"^^xsd:string .
219 -
220 -ILAP:DG6
221 - rdf:type ILAP:DecisionGate ;
222 - rdfs:label "DG6"^^xsd:string .
223 -
224 -ILAP:DG7
225 - rdf:type ILAP:DecisionGate ;
226 - rdfs:label "DG7"^^xsd:string .
227 -
228 ILAP:Data 200 ILAP:Data
229 rdf:type owl:Class ; 201 rdf:type owl:Class ;
230 rdfs:label "Data"^^xsd:string ; 202 rdfs:label "Data"^^xsd:string ;
231 - rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; 203 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ;
232 rdfs:subClassOf 204 rdfs:subClassOf
233 [ rdf:type owl:Restriction ; 205 [ rdf:type owl:Restriction ;
234 owl:onClass ILAP:Project ; 206 owl:onClass ILAP:Project ;
...@@ -253,18 +225,20 @@ ILAP:DegreeOfPriority ...@@ -253,18 +225,20 @@ ILAP:DegreeOfPriority
253 rdfs:subClassOf owl:Thing . 225 rdfs:subClassOf owl:Thing .
254 226
255 ILAP:Discipline 227 ILAP:Discipline
256 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; 228 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
257 rdfs:label "Discipline"^^xsd:string ; 229 rdfs:label "Discipline"^^xsd:string ;
258 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS6811233> . 230 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS6811233> , owl:Thing .
259 231
260 ILAP:ExternalReference 232 ILAP:ExternalReference
261 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; 233 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ;
262 rdfs:label "External Reference"^^xsd:string ; 234 rdfs:label "External Reference"^^xsd:string ;
263 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; 235 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ;
264 rdfs:subClassOf 236 rdfs:subClassOf
265 [ rdf:type owl:Restriction ; 237 [ rdf:type owl:Restriction ;
266 - owl:allValuesFrom ILAP:Application ; 238 + owl:onDataRange xsd:string ;
267 - owl:onProperty ILAP:hasReferenceApplication 239 + owl:onProperty ILAP:hasObjectReferenceID ;
240 + owl:qualifiedCardinality
241 + "1"^^xsd:nonNegativeInteger
268 ] ; 242 ] ;
269 rdfs:subClassOf 243 rdfs:subClassOf
270 [ rdf:type owl:Restriction ; 244 [ rdf:type owl:Restriction ;
...@@ -273,21 +247,19 @@ ILAP:ExternalReference ...@@ -273,21 +247,19 @@ ILAP:ExternalReference
273 ] ; 247 ] ;
274 rdfs:subClassOf 248 rdfs:subClassOf
275 [ rdf:type owl:Restriction ; 249 [ rdf:type owl:Restriction ;
276 - owl:onDataRange xsd:string ; 250 + owl:allValuesFrom ILAP:Application ;
277 - owl:onProperty ILAP:hasObjectReferenceID ; 251 + owl:onProperty ILAP:hasReferenceApplication
278 - owl:qualifiedCardinality
279 - "1"^^xsd:nonNegativeInteger
280 ] . 252 ] .
281 253
282 ILAP:FinishToFinish 254 ILAP:FinishToFinish
283 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 255 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
284 rdfs:label "Finish to finish"^^xsd:string ; 256 rdfs:label "Finish to finish"^^xsd:string ;
285 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 257 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
286 258
287 ILAP:FinishToStart 259 ILAP:FinishToStart
288 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 260 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
289 rdfs:label "Finish to start"^^xsd:string ; 261 rdfs:label "Finish to start"^^xsd:string ;
290 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 262 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
291 263
292 ILAP:FunctionalLocation 264 ILAP:FunctionalLocation
293 rdf:type owl:Class ; 265 rdf:type owl:Class ;
...@@ -305,7 +277,7 @@ ILAP:HighPriority ...@@ -305,7 +277,7 @@ ILAP:HighPriority
305 ILAP:Information 277 ILAP:Information
306 rdf:type owl:Class ; 278 rdf:type owl:Class ;
307 rdfs:label "Information"^^xsd:string ; 279 rdfs:label "Information"^^xsd:string ;
308 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . 280 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing .
309 281
310 ILAP:Knowledge 282 ILAP:Knowledge
311 rdf:type owl:Class ; 283 rdf:type owl:Class ;
...@@ -313,14 +285,14 @@ ILAP:Knowledge ...@@ -313,14 +285,14 @@ ILAP:Knowledge
313 rdfs:subClassOf ILAP:Information . 285 rdfs:subClassOf ILAP:Information .
314 286
315 ILAP:LiveSchedule 287 ILAP:LiveSchedule
316 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 288 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
317 rdfs:label "Live schedule"^^xsd:string ; 289 rdfs:label "Live schedule"^^xsd:string ;
318 rdfs:subClassOf ILAP:Schedule . 290 rdfs:subClassOf ILAP:Schedule .
319 291
320 ILAP:Location 292 ILAP:Location
321 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; 293 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ;
322 rdfs:label "Location"^^xsd:string ; 294 rdfs:label "Location"^^xsd:string ;
323 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . 295 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> .
324 296
325 ILAP:LowCriticality 297 ILAP:LowCriticality
326 rdf:type ILAP:DegreeOfCriticality ; 298 rdf:type ILAP:DegreeOfCriticality ;
...@@ -331,13 +303,13 @@ ILAP:LowPriority ...@@ -331,13 +303,13 @@ ILAP:LowPriority
331 rdfs:label "Low priority"^^xsd:string . 303 rdfs:label "Low priority"^^xsd:string .
332 304
333 ILAP:Milestone 305 ILAP:Milestone
334 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; 306 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ;
335 rdfs:label "Milestone"^^xsd:string . 307 rdfs:label "Milestone"^^xsd:string .
336 308
337 ILAP:Network 309 ILAP:Network
338 rdf:type owl:Class ; 310 rdf:type owl:Class ;
339 rdfs:label "Network"^^xsd:string ; 311 rdfs:label "Network"^^xsd:string ;
340 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . 312 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing .
341 313
342 ILAP:NormalCriticality 314 ILAP:NormalCriticality
343 rdf:type ILAP:DegreeOfCriticality ; 315 rdf:type ILAP:DegreeOfCriticality ;
...@@ -372,49 +344,49 @@ ILAP:PhysicalLocation ...@@ -372,49 +344,49 @@ ILAP:PhysicalLocation
372 rdfs:subClassOf ILAP:Location . 344 rdfs:subClassOf ILAP:Location .
373 345
374 ILAP:PlanClassifier 346 ILAP:PlanClassifier
375 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 347 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
376 rdfs:label "Plan classifier"^^xsd:string ; 348 rdfs:label "Plan classifier"^^xsd:string ;
377 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . 349 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> .
378 350
379 ILAP:PlanContentType 351 ILAP:PlanContentType
380 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 352 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
381 rdfs:label "Content type"^^xsd:string ; 353 rdfs:label "Content type"^^xsd:string ;
382 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . 354 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier .
383 355
384 ILAP:PlanContractType 356 ILAP:PlanContractType
385 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 357 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
386 rdfs:label "Plan contract type"^^xsd:string ; 358 rdfs:label "Plan contract type"^^xsd:string ;
387 rdfs:subClassOf ILAP:PlanClassifier . 359 rdfs:subClassOf ILAP:PlanClassifier .
388 360
389 ILAP:PlanExpenseType 361 ILAP:PlanExpenseType
390 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 362 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
391 rdfs:label "Plan expense type"^^xsd:string ; 363 rdfs:label "Plan expense type"^^xsd:string ;
392 rdfs:subClassOf ILAP:PlanClassifier . 364 rdfs:subClassOf ILAP:PlanClassifier .
393 365
394 ILAP:PlanGeoArea 366 ILAP:PlanGeoArea
395 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; 367 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ;
396 rdfs:label "Plan geographic area"^^xsd:string ; 368 rdfs:label "Plan geographic area"^^xsd:string ;
397 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 369 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
398 370
399 ILAP:PlanLevel 371 ILAP:PlanLevel
400 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 372 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
401 rdfs:label "Plan level"^^xsd:string ; 373 rdfs:label "Plan level"^^xsd:string ;
402 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 374 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
403 375
404 ILAP:PlanLifecycleStage 376 ILAP:PlanLifecycleStage
405 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 377 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
406 rdfs:label "Plan lifecycle stage"^^xsd:string ; 378 rdfs:label "Plan lifecycle stage"^^xsd:string ;
407 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 379 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
408 380
409 ILAP:PlanObjectiveType 381 ILAP:PlanObjectiveType
410 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; 382 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ;
411 rdfs:label "Plan objective type"^^xsd:string ; 383 rdfs:label "Plan objective type"^^xsd:string ;
412 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . 384 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier .
413 385
414 ILAP:PlanProjectType 386 ILAP:PlanProjectType
415 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 387 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
416 rdfs:label "Plan project type"^^xsd:string ; 388 rdfs:label "Plan project type"^^xsd:string ;
417 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . 389 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier .
418 390
419 ILAP:PlannedActivity 391 ILAP:PlannedActivity
420 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 392 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
...@@ -422,10 +394,8 @@ ILAP:PlannedActivity ...@@ -422,10 +394,8 @@ ILAP:PlannedActivity
422 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; 394 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
423 rdfs:subClassOf 395 rdfs:subClassOf
424 [ rdf:type owl:Restriction ; 396 [ rdf:type owl:Restriction ;
425 - owl:maxQualifiedCardinality 397 + owl:allValuesFrom ILAP:Result ;
426 - "1"^^xsd:nonNegativeInteger ; 398 + owl:onProperty ILAP:hasActivityResult
427 - owl:onClass ILAP:ProjectExecutionPlan ;
428 - owl:onProperty ILAP:hasActivityPlan
429 ] ; 399 ] ;
430 rdfs:subClassOf 400 rdfs:subClassOf
431 [ rdf:type owl:Restriction ; 401 [ rdf:type owl:Restriction ;
...@@ -434,8 +404,8 @@ ILAP:PlannedActivity ...@@ -434,8 +404,8 @@ ILAP:PlannedActivity
434 ] ; 404 ] ;
435 rdfs:subClassOf 405 rdfs:subClassOf
436 [ rdf:type owl:Restriction ; 406 [ rdf:type owl:Restriction ;
437 - owl:allValuesFrom ILAP:ActivityWBS ; 407 + owl:allValuesFrom ILAP:ResourceProfile ;
438 - owl:onProperty ILAP:hasActivityWBSelement 408 + owl:onProperty ILAP:hasActivityResourceProfile
439 ] ; 409 ] ;
440 rdfs:subClassOf 410 rdfs:subClassOf
441 [ rdf:type owl:Restriction ; 411 [ rdf:type owl:Restriction ;
...@@ -444,8 +414,8 @@ ILAP:PlannedActivity ...@@ -444,8 +414,8 @@ ILAP:PlannedActivity
444 ] ; 414 ] ;
445 rdfs:subClassOf 415 rdfs:subClassOf
446 [ rdf:type owl:Restriction ; 416 [ rdf:type owl:Restriction ;
447 - owl:allValuesFrom ILAP:Result ; 417 + owl:onProperty ILAP:hasActivityDiscipline ;
448 - owl:onProperty ILAP:hasActivityResult 418 + owl:someValuesFrom ILAP:Discipline
449 ] ; 419 ] ;
450 rdfs:subClassOf 420 rdfs:subClassOf
451 [ rdf:type owl:Restriction ; 421 [ rdf:type owl:Restriction ;
...@@ -454,18 +424,20 @@ ILAP:PlannedActivity ...@@ -454,18 +424,20 @@ ILAP:PlannedActivity
454 ] ; 424 ] ;
455 rdfs:subClassOf 425 rdfs:subClassOf
456 [ rdf:type owl:Restriction ; 426 [ rdf:type owl:Restriction ;
457 - owl:allValuesFrom ILAP:ResourceProfile ; 427 + owl:allValuesFrom ILAP:ActivityDependency ;
458 - owl:onProperty ILAP:hasActivityResourceProfile 428 + owl:onProperty ILAP:hasActivitySuccessor
459 ] ; 429 ] ;
460 rdfs:subClassOf 430 rdfs:subClassOf
461 [ rdf:type owl:Restriction ; 431 [ rdf:type owl:Restriction ;
462 - owl:allValuesFrom ILAP:ActivityDependency ; 432 + owl:maxQualifiedCardinality
463 - owl:onProperty ILAP:hasActivitySuccessor 433 + "1"^^xsd:nonNegativeInteger ;
434 + owl:onClass ILAP:ProjectExecutionPlan ;
435 + owl:onProperty ILAP:hasActivityPlan
464 ] ; 436 ] ;
465 rdfs:subClassOf 437 rdfs:subClassOf
466 [ rdf:type owl:Restriction ; 438 [ rdf:type owl:Restriction ;
467 - owl:onProperty ILAP:hasActivityDiscipline ; 439 + owl:allValuesFrom ILAP:ActivityWBS ;
468 - owl:someValuesFrom ILAP:Discipline 440 + owl:onProperty ILAP:hasActivityWBSelement
469 ] . 441 ] .
470 442
471 ILAP:PlannedMilestone 443 ILAP:PlannedMilestone
...@@ -489,13 +461,18 @@ ILAP:Programme ...@@ -489,13 +461,18 @@ ILAP:Programme
489 rdfs:subClassOf ILAP:Project . 461 rdfs:subClassOf ILAP:Project .
490 462
491 ILAP:Project 463 ILAP:Project
492 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 464 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
493 rdfs:label "Project"^^xsd:string ; 465 rdfs:label "Project"^^xsd:string ;
494 rdfs:subClassOf ILAP:Activity ; 466 rdfs:subClassOf ILAP:Activity ;
495 rdfs:subClassOf 467 rdfs:subClassOf
496 [ rdf:type owl:Restriction ; 468 [ rdf:type owl:Restriction ;
497 - owl:allValuesFrom BRREG:OilCompany ; 469 + owl:allValuesFrom ILAP:Project ;
498 - owl:onProperty ILAP:hasProjectResponsible 470 + owl:onProperty ILAP:hasProjectSubproject
471 + ] ;
472 + rdfs:subClassOf
473 + [ rdf:type owl:Restriction ;
474 + owl:allValuesFrom ILAP:ExternalReference ;
475 + owl:onProperty ILAP:hasExternalReference
499 ] ; 476 ] ;
500 rdfs:subClassOf 477 rdfs:subClassOf
501 [ rdf:type owl:Restriction ; 478 [ rdf:type owl:Restriction ;
...@@ -506,13 +483,8 @@ ILAP:Project ...@@ -506,13 +483,8 @@ ILAP:Project
506 ] ; 483 ] ;
507 rdfs:subClassOf 484 rdfs:subClassOf
508 [ rdf:type owl:Restriction ; 485 [ rdf:type owl:Restriction ;
509 - owl:allValuesFrom ILAP:ExternalReference ; 486 + owl:allValuesFrom BRREG:OilCompany ;
510 - owl:onProperty ILAP:hasExternalReference 487 + owl:onProperty ILAP:hasProjectResponsible
511 - ] ;
512 - rdfs:subClassOf
513 - [ rdf:type owl:Restriction ;
514 - owl:allValuesFrom ILAP:Project ;
515 - owl:onProperty ILAP:hasProjectSubproject
516 ] . 488 ] .
517 489
518 ILAP:ProjectExecutionPlan 490 ILAP:ProjectExecutionPlan
...@@ -521,30 +493,28 @@ ILAP:ProjectExecutionPlan ...@@ -521,30 +493,28 @@ ILAP:ProjectExecutionPlan
521 rdfs:subClassOf ILAP:Network ; 493 rdfs:subClassOf ILAP:Network ;
522 rdfs:subClassOf 494 rdfs:subClassOf
523 [ rdf:type owl:Restriction ; 495 [ rdf:type owl:Restriction ;
524 - owl:maxQualifiedCardinality 496 + owl:onProperty ILAP:hasPlanContentType ;
525 - "1"^^xsd:nonNegativeInteger ; 497 + owl:someValuesFrom ILAP:PlanContentType
526 - owl:onClass ILAP:PlanLevel ;
527 - owl:onProperty ILAP:hasPlanLevel
528 ] ; 498 ] ;
529 rdfs:subClassOf 499 rdfs:subClassOf
530 [ rdf:type owl:Restriction ; 500 [ rdf:type owl:Restriction ;
531 owl:allValuesFrom ILAP:ProjectExecutionPlan ; 501 owl:allValuesFrom ILAP:ProjectExecutionPlan ;
532 - owl:onProperty ILAP:hasPlanRollUpPlan 502 + owl:onProperty ILAP:hasPlanSubplan
533 ] ; 503 ] ;
534 rdfs:subClassOf 504 rdfs:subClassOf
535 [ rdf:type owl:Restriction ; 505 [ rdf:type owl:Restriction ;
536 - owl:allValuesFrom ILAP:PlanContractType ; 506 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
537 - owl:onProperty ILAP:hasPlanContractType 507 + owl:onProperty ILAP:hasPlanRollUpPlan
538 ] ; 508 ] ;
539 rdfs:subClassOf 509 rdfs:subClassOf
540 [ rdf:type owl:Restriction ; 510 [ rdf:type owl:Restriction ;
541 - owl:onProperty ILAP:hasPlanGeoArea ; 511 + owl:onProperty ILAP:hasPlanProjectType ;
542 - owl:someValuesFrom ILAP:PlanGeoArea 512 + owl:someValuesFrom ILAP:PlanProjectType
543 ] ; 513 ] ;
544 rdfs:subClassOf 514 rdfs:subClassOf
545 [ rdf:type owl:Restriction ; 515 [ rdf:type owl:Restriction ;
546 - owl:allValuesFrom BRREG:LegalEntity ; 516 + owl:allValuesFrom ILAP:PlanContractType ;
547 - owl:onProperty ILAP:hasPlanResponsible 517 + owl:onProperty ILAP:hasPlanContractType
548 ] ; 518 ] ;
549 rdfs:subClassOf 519 rdfs:subClassOf
550 [ rdf:type owl:Restriction ; 520 [ rdf:type owl:Restriction ;
...@@ -560,33 +530,35 @@ ILAP:ProjectExecutionPlan ...@@ -560,33 +530,35 @@ ILAP:ProjectExecutionPlan
560 ] ; 530 ] ;
561 rdfs:subClassOf 531 rdfs:subClassOf
562 [ rdf:type owl:Restriction ; 532 [ rdf:type owl:Restriction ;
563 - owl:allValuesFrom ILAP:PlanObjectiveType ; 533 + owl:maxQualifiedCardinality
564 - owl:onProperty ILAP:hasPlanObjectiveType 534 + "1"^^xsd:nonNegativeInteger ;
535 + owl:onClass ILAP:PlanLevel ;
536 + owl:onProperty ILAP:hasPlanLevel
565 ] ; 537 ] ;
566 rdfs:subClassOf 538 rdfs:subClassOf
567 [ rdf:type owl:Restriction ; 539 [ rdf:type owl:Restriction ;
568 - owl:onProperty ILAP:hasPlanContentType ; 540 + owl:onProperty ILAP:hasPlanGeoArea ;
569 - owl:someValuesFrom ILAP:PlanContentType 541 + owl:someValuesFrom ILAP:PlanGeoArea
570 ] ; 542 ] ;
571 rdfs:subClassOf 543 rdfs:subClassOf
572 [ rdf:type owl:Restriction ; 544 [ rdf:type owl:Restriction ;
573 - owl:allValuesFrom ILAP:ProjectExecutionPlan ; 545 + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
574 - owl:onProperty ILAP:hasPlanSubplan 546 + owl:onProperty ILAP:hasPlanAsset
575 ] ; 547 ] ;
576 rdfs:subClassOf 548 rdfs:subClassOf
577 [ rdf:type owl:Restriction ; 549 [ rdf:type owl:Restriction ;
578 - owl:onProperty ILAP:hasPlanProjectType ; 550 + owl:onProperty ILAP:hasPlanLevel ;
579 - owl:someValuesFrom ILAP:PlanProjectType 551 + owl:someValuesFrom ILAP:PlanLevel
580 ] ; 552 ] ;
581 rdfs:subClassOf 553 rdfs:subClassOf
582 [ rdf:type owl:Restriction ; 554 [ rdf:type owl:Restriction ;
583 - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; 555 + owl:allValuesFrom BRREG:LegalEntity ;
584 - owl:onProperty ILAP:hasPlanAsset 556 + owl:onProperty ILAP:hasPlanResponsible
585 ] ; 557 ] ;
586 rdfs:subClassOf 558 rdfs:subClassOf
587 [ rdf:type owl:Restriction ; 559 [ rdf:type owl:Restriction ;
588 - owl:onProperty ILAP:hasPlanLevel ; 560 + owl:allValuesFrom ILAP:PlanObjectiveType ;
589 - owl:someValuesFrom ILAP:PlanLevel 561 + owl:onProperty ILAP:hasPlanObjectiveType
590 ] . 562 ] .
591 563
592 ILAP:ProjectType 564 ILAP:ProjectType
...@@ -595,14 +567,14 @@ ILAP:ProjectType ...@@ -595,14 +567,14 @@ ILAP:ProjectType
595 rdfs:subClassOf owl:Thing . 567 rdfs:subClassOf owl:Thing .
596 568
597 ILAP:Regular8To16WorkingDayCalendar 569 ILAP:Regular8To16WorkingDayCalendar
598 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 570 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
599 rdfs:label "Regular8To16Working day calendar"^^xsd:string ; 571 rdfs:label "Regular8To16Working day calendar"^^xsd:string ;
600 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> . 572 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> .
601 573
602 ILAP:Resource 574 ILAP:Resource
603 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; 575 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
604 rdfs:label "Resource"^^xsd:string ; 576 rdfs:label "Resource"^^xsd:string ;
605 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . 577 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing .
606 578
607 ILAP:ResourceEstimate 579 ILAP:ResourceEstimate
608 rdf:type owl:Class ; 580 rdf:type owl:Class ;
...@@ -610,14 +582,14 @@ ILAP:ResourceEstimate ...@@ -610,14 +582,14 @@ ILAP:ResourceEstimate
610 rdfs:subClassOf ILAP:ResourceStructure . 582 rdfs:subClassOf ILAP:ResourceStructure .
611 583
612 ILAP:ResourceProfile 584 ILAP:ResourceProfile
613 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; 585 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ;
614 rdfs:label "Resource profile"^^xsd:string ; 586 rdfs:label "Resource profile"^^xsd:string ;
615 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . 587 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing .
616 588
617 ILAP:ResourceProfilePoint 589 ILAP:ResourceProfilePoint
618 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; 590 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
619 rdfs:label "resource Profile point"^^xsd:string ; 591 rdfs:label "resource Profile point"^^xsd:string ;
620 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . 592 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing .
621 593
622 ILAP:ResourceStructure 594 ILAP:ResourceStructure
623 rdf:type owl:Class ; 595 rdf:type owl:Class ;
...@@ -625,17 +597,17 @@ ILAP:ResourceStructure ...@@ -625,17 +597,17 @@ ILAP:ResourceStructure
625 rdfs:subClassOf ILAP:Network . 597 rdfs:subClassOf ILAP:Network .
626 598
627 ILAP:ResponsibleOrganization 599 ILAP:ResponsibleOrganization
628 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; 600 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
629 rdfs:label "Responsible organization"^^xsd:string ; 601 rdfs:label "Responsible organization"^^xsd:string ;
630 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> . 602 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing .
631 603
632 ILAP:ResponsiblePerson 604 ILAP:ResponsiblePerson
633 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; 605 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ;
634 rdfs:label "Responsible"^^xsd:string ; 606 rdfs:label "Responsible"^^xsd:string ;
635 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> . 607 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing .
636 608
637 ILAP:Result 609 ILAP:Result
638 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 610 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
639 rdfs:label "Result"^^xsd:string ; 611 rdfs:label "Result"^^xsd:string ;
640 rdfs:subClassOf owl:Thing . 612 rdfs:subClassOf owl:Thing .
641 613
...@@ -650,9 +622,9 @@ ILAP:RiskFactor ...@@ -650,9 +622,9 @@ ILAP:RiskFactor
650 rdfs:subClassOf owl:Thing . 622 rdfs:subClassOf owl:Thing .
651 623
652 ILAP:Schedule 624 ILAP:Schedule
653 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 625 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
654 rdfs:label "Scheduled Activity Network"^^xsd:string ; 626 rdfs:label "Scheduled Activity Network"^^xsd:string ;
655 - rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; 627 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ;
656 rdfs:subClassOf 628 rdfs:subClassOf
657 [ rdf:type owl:Restriction ; 629 [ rdf:type owl:Restriction ;
658 owl:maxQualifiedCardinality 630 owl:maxQualifiedCardinality
...@@ -662,22 +634,22 @@ ILAP:Schedule ...@@ -662,22 +634,22 @@ ILAP:Schedule
662 ] . 634 ] .
663 635
664 ILAP:ScheduledActivity 636 ILAP:ScheduledActivity
665 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 637 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
666 rdfs:label "Activity in Network Schedule"^^xsd:string ; 638 rdfs:label "Activity in Network Schedule"^^xsd:string ;
667 rdfs:subClassOf ILAP:PlannedActivity ; 639 rdfs:subClassOf ILAP:PlannedActivity ;
668 rdfs:subClassOf 640 rdfs:subClassOf
669 [ rdf:type owl:Restriction ; 641 [ rdf:type owl:Restriction ;
670 owl:maxQualifiedCardinality 642 owl:maxQualifiedCardinality
671 "1"^^xsd:nonNegativeInteger ; 643 "1"^^xsd:nonNegativeInteger ;
672 - owl:onClass ILAP:PlannedActivity ; 644 + owl:onClass ILAP:Schedule ;
673 - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan 645 + owl:onProperty ILAP:hasActivitySchedule
674 ] ; 646 ] ;
675 rdfs:subClassOf 647 rdfs:subClassOf
676 [ rdf:type owl:Restriction ; 648 [ rdf:type owl:Restriction ;
677 owl:maxQualifiedCardinality 649 owl:maxQualifiedCardinality
678 "1"^^xsd:nonNegativeInteger ; 650 "1"^^xsd:nonNegativeInteger ;
679 - owl:onClass ILAP:Schedule ; 651 + owl:onClass ILAP:PlannedActivity ;
680 - owl:onProperty ILAP:hasActivitySchedule 652 + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
681 ] . 653 ] .
682 654
683 ILAP:ScheduledMilestone 655 ILAP:ScheduledMilestone
...@@ -691,9 +663,9 @@ ILAP:Shutdown ...@@ -691,9 +663,9 @@ ILAP:Shutdown
691 rdfs:subClassOf owl:Thing . 663 rdfs:subClassOf owl:Thing .
692 664
693 ILAP:Source 665 ILAP:Source
694 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; 666 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
695 rdfs:label "Source"^^xsd:string ; 667 rdfs:label "Source"^^xsd:string ;
696 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . 668 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing .
697 669
698 ILAP:SourceSpecifiedUserField 670 ILAP:SourceSpecifiedUserField
699 rdf:type owl:Class ; 671 rdf:type owl:Class ;
...@@ -706,22 +678,22 @@ ILAP:SpecifiedUserField ...@@ -706,22 +678,22 @@ ILAP:SpecifiedUserField
706 rdfs:subClassOf ILAP:UserField . 678 rdfs:subClassOf ILAP:UserField .
707 679
708 ILAP:StartToFinish 680 ILAP:StartToFinish
709 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 681 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
710 rdfs:label "Start to finish"^^xsd:string ; 682 rdfs:label "Start to finish"^^xsd:string ;
711 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 683 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
712 684
713 ILAP:StartToStart 685 ILAP:StartToStart
714 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 686 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
715 rdfs:label "Start to start"^^xsd:string ; 687 rdfs:label "Start to start"^^xsd:string ;
716 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 688 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
717 689
718 ILAP:Status 690 ILAP:Status
719 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; 691 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ;
720 rdfs:label "Status"^^xsd:string ; 692 rdfs:label "Status"^^xsd:string ;
721 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . 693 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> .
722 694
723 ILAP:TargetSchedule 695 ILAP:TargetSchedule
724 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 696 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
725 rdfs:label "Target schedule"^^xsd:string ; 697 rdfs:label "Target schedule"^^xsd:string ;
726 rdfs:subClassOf ILAP:Schedule . 698 rdfs:subClassOf ILAP:Schedule .
727 699
...@@ -736,7 +708,7 @@ ILAP:UnitBased ...@@ -736,7 +708,7 @@ ILAP:UnitBased
736 rdfs:subClassOf ILAP:Resource . 708 rdfs:subClassOf ILAP:Resource .
737 709
738 ILAP:UserField 710 ILAP:UserField
739 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; 711 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
740 rdfs:label "User field"^^xsd:string ; 712 rdfs:label "User field"^^xsd:string ;
741 rdfs:subClassOf ILAP:Data ; 713 rdfs:subClassOf ILAP:Data ;
742 rdfs:subClassOf 714 rdfs:subClassOf
...@@ -750,12 +722,12 @@ ILAP:UserField ...@@ -750,12 +722,12 @@ ILAP:UserField
750 ILAP:Value 722 ILAP:Value
751 rdf:type owl:Class ; 723 rdf:type owl:Class ;
752 rdfs:label "Value"^^xsd:string ; 724 rdfs:label "Value"^^xsd:string ;
753 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . 725 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing .
754 726
755 ILAP:WeekendsFreeCalendar 727 ILAP:WeekendsFreeCalendar
756 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 728 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
757 rdfs:label "Weekends free calendar"^^xsd:string ; 729 rdfs:label "Weekends free calendar"^^xsd:string ;
758 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . 730 + rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> .
759 731
760 ILAP:WorkOrder 732 ILAP:WorkOrder
761 rdf:type owl:Class ; 733 rdf:type owl:Class ;
...@@ -763,18 +735,18 @@ ILAP:WorkOrder ...@@ -763,18 +735,18 @@ ILAP:WorkOrder
763 rdfs:subClassOf ILAP:WorkTask . 735 rdfs:subClassOf ILAP:WorkTask .
764 736
765 ILAP:WorkTask 737 ILAP:WorkTask
766 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 738 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
767 rdfs:label "Work task"^^xsd:string ; 739 rdfs:label "Work task"^^xsd:string ;
768 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; 740 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ;
769 rdfs:subClassOf 741 rdfs:subClassOf
770 [ rdf:type owl:Restriction ; 742 [ rdf:type owl:Restriction ;
771 - owl:allValuesFrom BRREG:LegalEntity ; 743 + owl:onProperty ILAP:hasWorkTaskActivity ;
772 - owl:onProperty ILAP:hasWorkTaskResponsible 744 + owl:someValuesFrom ILAP:Activity
773 ] ; 745 ] ;
774 rdfs:subClassOf 746 rdfs:subClassOf
775 [ rdf:type owl:Restriction ; 747 [ rdf:type owl:Restriction ;
776 - owl:onProperty ILAP:hasWorkTaskActivity ; 748 + owl:allValuesFrom BRREG:LegalEntity ;
777 - owl:someValuesFrom ILAP:Activity 749 + owl:onProperty ILAP:hasWorkTaskResponsible
778 ] . 750 ] .
779 751
780 ILAP:WorkTaskStatus 752 ILAP:WorkTaskStatus
...@@ -870,7 +842,7 @@ ILAP:hasActivityPhysicalPercentComplete ...@@ -870,7 +842,7 @@ ILAP:hasActivityPhysicalPercentComplete
870 rdfs:range xsd:float . 842 rdfs:range xsd:float .
871 843
872 ILAP:hasActivityPlan 844 ILAP:hasActivityPlan
873 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 845 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
874 rdfs:domain ILAP:PlannedActivity ; 846 rdfs:domain ILAP:PlannedActivity ;
875 rdfs:label "has activity plan"^^xsd:string ; 847 rdfs:label "has activity plan"^^xsd:string ;
876 rdfs:range ILAP:ProjectExecutionPlan . 848 rdfs:range ILAP:ProjectExecutionPlan .
...@@ -918,7 +890,7 @@ ILAP:hasActivityResponsibleOrganization ...@@ -918,7 +890,7 @@ ILAP:hasActivityResponsibleOrganization
918 rdfs:range ILAP:ResponsibleOrganization . 890 rdfs:range ILAP:ResponsibleOrganization .
919 891
920 ILAP:hasActivityResponsiblePerson 892 ILAP:hasActivityResponsiblePerson
921 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 893 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
922 rdfs:domain ILAP:PlannedActivity ; 894 rdfs:domain ILAP:PlannedActivity ;
923 rdfs:label "has activity responsible"^^xsd:string ; 895 rdfs:label "has activity responsible"^^xsd:string ;
924 rdfs:range ILAP:ResponsiblePerson . 896 rdfs:range ILAP:ResponsiblePerson .
...@@ -953,7 +925,7 @@ ILAP:hasActivityStatus ...@@ -953,7 +925,7 @@ ILAP:hasActivityStatus
953 rdfs:range ILAP:Status . 925 rdfs:range ILAP:Status .
954 926
955 ILAP:hasActivitySuccessor 927 ILAP:hasActivitySuccessor
956 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 928 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
957 rdfs:domain ILAP:PlannedActivity ; 929 rdfs:domain ILAP:PlannedActivity ;
958 rdfs:label "has activity successor"^^xsd:string ; 930 rdfs:label "has activity successor"^^xsd:string ;
959 rdfs:range ILAP:ActivityDependency ; 931 rdfs:range ILAP:ActivityDependency ;
...@@ -1014,7 +986,7 @@ ILAP:hasCalendarDate ...@@ -1014,7 +986,7 @@ ILAP:hasCalendarDate
1014 rdfs:label "has calendar date"^^xsd:string . 986 rdfs:label "has calendar date"^^xsd:string .
1015 987
1016 ILAP:hasCalendarFreePeriod 988 ILAP:hasCalendarFreePeriod
1017 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 989 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1018 rdfs:domain ILAP:Calendar ; 990 rdfs:domain ILAP:Calendar ;
1019 rdfs:label "has calendarcalendar free period"^^xsd:string ; 991 rdfs:label "has calendarcalendar free period"^^xsd:string ;
1020 rdfs:range ILAP:CalendarFreePeriod . 992 rdfs:range ILAP:CalendarFreePeriod .
...@@ -1190,6 +1162,12 @@ ILAP:hasOriginalActivityDuration ...@@ -1190,6 +1162,12 @@ ILAP:hasOriginalActivityDuration
1190 rdfs:range xsd:float ; 1162 rdfs:range xsd:float ;
1191 rdfs:subPropertyOf ILAP:hasActivityDuration . 1163 rdfs:subPropertyOf ILAP:hasActivityDuration .
1192 1164
1165 +ILAP:hasPhaseDecisionGate
1166 + rdf:type owl:ObjectProperty ;
1167 + rdfs:domain ILAP:Phase ;
1168 + rdfs:label "has phase decision gate"^^xsd:string ;
1169 + rdfs:range ILAP:DecisionGate .
1170 +
1193 ILAP:hasPlanAsset 1171 ILAP:hasPlanAsset
1194 rdf:type owl:ObjectProperty ; 1172 rdf:type owl:ObjectProperty ;
1195 rdfs:domain ILAP:ProjectExecutionPlan ; 1173 rdfs:domain ILAP:ProjectExecutionPlan ;
...@@ -1291,7 +1269,7 @@ ILAP:hasPlanRegulator ...@@ -1291,7 +1269,7 @@ ILAP:hasPlanRegulator
1291 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1269 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1292 1270
1293 ILAP:hasPlanResponsible 1271 ILAP:hasPlanResponsible
1294 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1272 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1295 rdfs:domain ILAP:ResponsibleOrganization ; 1273 rdfs:domain ILAP:ResponsibleOrganization ;
1296 rdfs:label "has plan responsible"^^xsd:string . 1274 rdfs:label "has plan responsible"^^xsd:string .
1297 1275
...@@ -1450,7 +1428,7 @@ ILAP:hasScheduledStart ...@@ -1450,7 +1428,7 @@ ILAP:hasScheduledStart
1450 rdfs:subPropertyOf ILAP:hasScheduleDate . 1428 rdfs:subPropertyOf ILAP:hasScheduleDate .
1451 1429
1452 ILAP:hasSuccessorActivity 1430 ILAP:hasSuccessorActivity
1453 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1431 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1454 rdfs:domain ILAP:ActivityDependency ; 1432 rdfs:domain ILAP:ActivityDependency ;
1455 rdfs:label "has successor activity "^^xsd:string ; 1433 rdfs:label "has successor activity "^^xsd:string ;
1456 rdfs:range ILAP:PlannedActivity ; 1434 rdfs:range ILAP:PlannedActivity ;
...@@ -1478,7 +1456,7 @@ ILAP:hasTimeNow ...@@ -1478,7 +1456,7 @@ ILAP:hasTimeNow
1478 rdf:type owl:DatatypeProperty ; 1456 rdf:type owl:DatatypeProperty ;
1479 rdfs:domain ILAP:Schedule ; 1457 rdfs:domain ILAP:Schedule ;
1480 rdfs:label "has time now"^^xsd:string ; 1458 rdfs:label "has time now"^^xsd:string ;
1481 - rdfs:range xsd:date , xsd:dateTime . 1459 + rdfs:range xsd:dateTime , xsd:date .
1482 1460
1483 ILAP:hasUserFieldName 1461 ILAP:hasUserFieldName
1484 rdf:type owl:DatatypeProperty ; 1462 rdf:type owl:DatatypeProperty ;
......