Tore Christiansen

Added BRREG and ILAP Standard values to Reinertsen to Statoil 1.8

...@@ -14,50 +14,50 @@ ILAP: ...@@ -14,50 +14,50 @@ ILAP:
14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
15 15
16 ILAP:Activity 16 ILAP:Activity
17 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 17 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
18 rdfs:label "Activity"^^xsd:string ; 18 rdfs:label "Activity"^^xsd:string ;
19 rdfs:subClassOf 19 rdfs:subClassOf
20 [ rdf:type owl:Restriction ; 20 [ rdf:type owl:Restriction ;
21 - owl:allValuesFrom ILAP:Status ; 21 + owl:allValuesFrom ILAP:Discipline ;
22 - owl:onProperty ILAP:hasActivityStatus 22 + owl:onProperty ILAP:hasActivityDiscipline
23 ] ; 23 ] ;
24 rdfs:subClassOf 24 rdfs:subClassOf
25 [ rdf:type owl:Restriction ; 25 [ rdf:type owl:Restriction ;
26 - owl:onProperty ILAP:hasExternalReference ; 26 + owl:allValuesFrom ILAP:Calendar ;
27 - owl:someValuesFrom ILAP:ExternalReference 27 + owl:onProperty ILAP:hasActivityCalendar
28 ] ; 28 ] ;
29 rdfs:subClassOf 29 rdfs:subClassOf
30 [ rdf:type owl:Restriction ; 30 [ rdf:type owl:Restriction ;
31 - owl:allValuesFrom ILAP:Calendar ; 31 + owl:onProperty ILAP:hasExternalReference ;
32 - owl:onProperty ILAP:hasActivityCalendar 32 + owl:someValuesFrom ILAP:ExternalReference
33 ] ; 33 ] ;
34 rdfs:subClassOf 34 rdfs:subClassOf
35 [ rdf:type owl:Restriction ; 35 [ rdf:type owl:Restriction ;
36 - owl:allValuesFrom ILAP:Discipline ; 36 + owl:allValuesFrom ILAP:Status ;
37 - owl:onProperty ILAP:hasActivityDiscipline 37 + owl:onProperty ILAP:hasActivityStatus
38 ] . 38 ] .
39 39
40 ILAP:ActivityDependency 40 ILAP:ActivityDependency
41 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 41 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
42 rdfs:label "Activity Dependency"^^xsd:string ; 42 rdfs:label "Activity Dependency"^^xsd:string ;
43 rdfs:subClassOf ILAP:Constraint ; 43 rdfs:subClassOf ILAP:Constraint ;
44 rdfs:subClassOf 44 rdfs:subClassOf
45 [ rdf:type owl:Restriction ; 45 [ rdf:type owl:Restriction ;
46 owl:onClass ILAP:Activity ; 46 owl:onClass ILAP:Activity ;
47 - owl:onProperty ILAP:hasSuccessorActivity ; 47 + owl:onProperty ILAP:hasPredecessorActivity ;
48 owl:qualifiedCardinality 48 owl:qualifiedCardinality
49 "1"^^xsd:nonNegativeInteger 49 "1"^^xsd:nonNegativeInteger
50 ] ; 50 ] ;
51 rdfs:subClassOf 51 rdfs:subClassOf
52 [ rdf:type owl:Restriction ; 52 [ rdf:type owl:Restriction ;
53 owl:onClass ILAP:Activity ; 53 owl:onClass ILAP:Activity ;
54 - owl:onProperty ILAP:hasPredecessorActivity ; 54 + owl:onProperty ILAP:hasSuccessorActivity ;
55 owl:qualifiedCardinality 55 owl:qualifiedCardinality
56 "1"^^xsd:nonNegativeInteger 56 "1"^^xsd:nonNegativeInteger
57 ] . 57 ] .
58 58
59 ILAP:ActivityPlan 59 ILAP:ActivityPlan
60 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 60 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
61 rdfs:label "Activity Plan"^^xsd:string ; 61 rdfs:label "Activity Plan"^^xsd:string ;
62 rdfs:subClassOf ILAP:Network ; 62 rdfs:subClassOf ILAP:Network ;
63 rdfs:subClassOf 63 rdfs:subClassOf
...@@ -72,22 +72,22 @@ ILAP:ActivityStatus ...@@ -72,22 +72,22 @@ ILAP:ActivityStatus
72 rdfs:subClassOf ILAP:Status . 72 rdfs:subClassOf ILAP:Status .
73 73
74 ILAP:ActivityWBS 74 ILAP:ActivityWBS
75 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; 75 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ;
76 rdfs:label "Activity WBS"^^xsd:string ; 76 rdfs:label "Activity WBS"^^xsd:string ;
77 rdfs:subClassOf ILAP:Network . 77 rdfs:subClassOf ILAP:Network .
78 78
79 ILAP:Application 79 ILAP:Application
80 rdf:type owl:Class ; 80 rdf:type owl:Class ;
81 rdfs:label "Application"^^xsd:string ; 81 rdfs:label "Application"^^xsd:string ;
82 - rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . 82 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing .
83 83
84 ILAP:Asset 84 ILAP:Asset
85 rdf:type owl:Class ; 85 rdf:type owl:Class ;
86 rdfs:label "Asset"^^xsd:string ; 86 rdfs:label "Asset"^^xsd:string ;
87 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . 87 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing .
88 88
89 ILAP:Baseline 89 ILAP:Baseline
90 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 90 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
91 rdfs:label "Baseline"^^xsd:string ; 91 rdfs:label "Baseline"^^xsd:string ;
92 rdfs:subClassOf ILAP:Network . 92 rdfs:subClassOf ILAP:Network .
93 93
...@@ -100,9 +100,9 @@ ILAP:CAPEX ...@@ -100,9 +100,9 @@ ILAP:CAPEX
100 rdfs:label "CAPEX"^^xsd:string . 100 rdfs:label "CAPEX"^^xsd:string .
101 101
102 ILAP:Calendar 102 ILAP:Calendar
103 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 103 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
104 rdfs:label "Calendar"^^xsd:string ; 104 rdfs:label "Calendar"^^xsd:string ;
105 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; 105 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ;
106 rdfs:subClassOf 106 rdfs:subClassOf
107 [ rdf:type owl:Restriction ; 107 [ rdf:type owl:Restriction ;
108 owl:allValuesFrom ILAP:CalendarFreePeriod ; 108 owl:allValuesFrom ILAP:CalendarFreePeriod ;
...@@ -110,14 +110,14 @@ ILAP:Calendar ...@@ -110,14 +110,14 @@ ILAP:Calendar
110 ] . 110 ] .
111 111
112 ILAP:CalendarDay 112 ILAP:CalendarDay
113 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 113 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
114 rdfs:label "Calendar day"^^xsd:string ; 114 rdfs:label "Calendar day"^^xsd:string ;
115 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing . 115 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> .
116 116
117 ILAP:CalendarFreePeriod 117 ILAP:CalendarFreePeriod
118 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; 118 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
119 rdfs:label "Calendar free period"^^xsd:string ; 119 rdfs:label "Calendar free period"^^xsd:string ;
120 - rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; 120 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ;
121 rdfs:subClassOf 121 rdfs:subClassOf
122 [ rdf:type owl:Restriction ; 122 [ rdf:type owl:Restriction ;
123 owl:onClass ILAP:Calendar ; 123 owl:onClass ILAP:Calendar ;
...@@ -129,28 +129,28 @@ ILAP:CalendarFreePeriod ...@@ -129,28 +129,28 @@ ILAP:CalendarFreePeriod
129 ] . 129 ] .
130 130
131 ILAP:CalendarFreePeriodWeekRepeat 131 ILAP:CalendarFreePeriodWeekRepeat
132 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; 132 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
133 rdfs:label "Free day"^^xsd:string ; 133 rdfs:label "Free day"^^xsd:string ;
134 - rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . 134 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod .
135 135
136 ILAP:CalendarHour 136 ILAP:CalendarHour
137 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 137 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
138 rdfs:label "calendar hour"^^xsd:string ; 138 rdfs:label "calendar hour"^^xsd:string ;
139 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing . 139 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> .
140 140
141 ILAP:CalendarPeriod 141 ILAP:CalendarPeriod
142 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; 142 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ;
143 rdfs:label "Calendar period"^^xsd:string ; 143 rdfs:label "Calendar period"^^xsd:string ;
144 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; 144 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ;
145 rdfs:subClassOf 145 rdfs:subClassOf
146 [ rdf:type owl:Restriction ; 146 [ rdf:type owl:Restriction ;
147 - owl:allValuesFrom ILAP:CalendarHour ; 147 + owl:allValuesFrom ILAP:CalendarDay ;
148 - owl:onProperty ILAP:hasCalendarPeriodHour 148 + owl:onProperty ILAP:hasCalendarPeriodDay
149 ] ; 149 ] ;
150 rdfs:subClassOf 150 rdfs:subClassOf
151 [ rdf:type owl:Restriction ; 151 [ rdf:type owl:Restriction ;
152 - owl:allValuesFrom ILAP:CalendarDay ; 152 + owl:allValuesFrom ILAP:CalendarHour ;
153 - owl:onProperty ILAP:hasCalendarPeriodDay 153 + owl:onProperty ILAP:hasCalendarPeriodHour
154 ] . 154 ] .
155 155
156 ILAP:Category 156 ILAP:Category
...@@ -166,7 +166,7 @@ ILAP:CommissioningMilestone ...@@ -166,7 +166,7 @@ ILAP:CommissioningMilestone
166 ILAP:Constraint 166 ILAP:Constraint
167 rdf:type owl:Class ; 167 rdf:type owl:Class ;
168 rdfs:label "Constraint"^^xsd:string ; 168 rdfs:label "Constraint"^^xsd:string ;
169 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> . 169 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing .
170 170
171 ILAP:ConstructionMilestone 171 ILAP:ConstructionMilestone
172 rdf:type owl:Class ; 172 rdf:type owl:Class ;
...@@ -176,7 +176,7 @@ ILAP:ConstructionMilestone ...@@ -176,7 +176,7 @@ ILAP:ConstructionMilestone
176 ILAP:Contract 176 ILAP:Contract
177 rdf:type owl:Class ; 177 rdf:type owl:Class ;
178 rdfs:label "Contract"^^xsd:string ; 178 rdfs:label "Contract"^^xsd:string ;
179 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . 179 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing .
180 180
181 ILAP:ContractMilestone 181 ILAP:ContractMilestone
182 rdf:type owl:Class ; 182 rdf:type owl:Class ;
...@@ -196,7 +196,7 @@ ILAP:ControlSchedule ...@@ -196,7 +196,7 @@ ILAP:ControlSchedule
196 ILAP:Cost 196 ILAP:Cost
197 rdf:type owl:Class ; 197 rdf:type owl:Class ;
198 rdfs:label "Cost"^^xsd:string ; 198 rdfs:label "Cost"^^xsd:string ;
199 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . 199 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing .
200 200
201 ILAP:CostBased 201 ILAP:CostBased
202 rdf:type owl:Class ; 202 rdf:type owl:Class ;
...@@ -204,14 +204,14 @@ ILAP:CostBased ...@@ -204,14 +204,14 @@ ILAP:CostBased
204 rdfs:subClassOf ILAP:Resource . 204 rdfs:subClassOf ILAP:Resource .
205 205
206 ILAP:CurrentSchedule 206 ILAP:CurrentSchedule
207 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 207 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
208 rdfs:label "Current schedule"^^xsd:string ; 208 rdfs:label "Current schedule"^^xsd:string ;
209 rdfs:subClassOf ILAP:Schedule . 209 rdfs:subClassOf ILAP:Schedule .
210 210
211 ILAP:Data 211 ILAP:Data
212 rdf:type owl:Class ; 212 rdf:type owl:Class ;
213 rdfs:label "Data"^^xsd:string ; 213 rdfs:label "Data"^^xsd:string ;
214 - rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; 214 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ;
215 rdfs:subClassOf 215 rdfs:subClassOf
216 [ rdf:type owl:Restriction ; 216 [ rdf:type owl:Restriction ;
217 owl:onClass ILAP:Project ; 217 owl:onClass ILAP:Project ;
...@@ -241,7 +241,7 @@ ILAP:DesignMilestone ...@@ -241,7 +241,7 @@ ILAP:DesignMilestone
241 rdfs:subClassOf ILAP:MilestoneType . 241 rdfs:subClassOf ILAP:MilestoneType .
242 242
243 ILAP:Discipline 243 ILAP:Discipline
244 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; 244 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
245 rdfs:label "Discipline"^^xsd:string ; 245 rdfs:label "Discipline"^^xsd:string ;
246 rdfs:subClassOf owl:Thing . 246 rdfs:subClassOf owl:Thing .
247 247
...@@ -261,13 +261,15 @@ ILAP:EngineeringMilestone ...@@ -261,13 +261,15 @@ ILAP:EngineeringMilestone
261 rdfs:subClassOf ILAP:MilestoneType . 261 rdfs:subClassOf ILAP:MilestoneType .
262 262
263 ILAP:ExternalReference 263 ILAP:ExternalReference
264 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; 264 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ;
265 rdfs:label "External Reference"^^xsd:string ; 265 rdfs:label "External Reference"^^xsd:string ;
266 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; 266 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ;
267 rdfs:subClassOf 267 rdfs:subClassOf
268 [ rdf:type owl:Restriction ; 268 [ rdf:type owl:Restriction ;
269 - owl:allValuesFrom ILAP:Application ; 269 + owl:onDataRange xsd:string ;
270 - owl:onProperty ILAP:hasReferenceApplication 270 + owl:onProperty ILAP:hasObjectReferenceID ;
271 + owl:qualifiedCardinality
272 + "1"^^xsd:nonNegativeInteger
271 ] ; 273 ] ;
272 rdfs:subClassOf 274 rdfs:subClassOf
273 [ rdf:type owl:Restriction ; 275 [ rdf:type owl:Restriction ;
...@@ -276,10 +278,8 @@ ILAP:ExternalReference ...@@ -276,10 +278,8 @@ ILAP:ExternalReference
276 ] ; 278 ] ;
277 rdfs:subClassOf 279 rdfs:subClassOf
278 [ rdf:type owl:Restriction ; 280 [ rdf:type owl:Restriction ;
279 - owl:onDataRange xsd:string ; 281 + owl:allValuesFrom ILAP:Application ;
280 - owl:onProperty ILAP:hasObjectReferenceID ; 282 + owl:onProperty ILAP:hasReferenceApplication
281 - owl:qualifiedCardinality
282 - "1"^^xsd:nonNegativeInteger
283 ] . 283 ] .
284 284
285 ILAP:Facility 285 ILAP:Facility
...@@ -293,14 +293,14 @@ ILAP:Field ...@@ -293,14 +293,14 @@ ILAP:Field
293 rdfs:subClassOf owl:Thing . 293 rdfs:subClassOf owl:Thing .
294 294
295 ILAP:FinishToFinish 295 ILAP:FinishToFinish
296 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 296 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
297 rdfs:label "Finish to finish"^^xsd:string ; 297 rdfs:label "Finish to finish"^^xsd:string ;
298 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 298 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
299 299
300 ILAP:FinishToStart 300 ILAP:FinishToStart
301 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 301 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
302 rdfs:label "Finish to start"^^xsd:string ; 302 rdfs:label "Finish to start"^^xsd:string ;
303 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 303 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
304 304
305 ILAP:FunctionalLocation 305 ILAP:FunctionalLocation
306 rdf:type owl:Class ; 306 rdf:type owl:Class ;
...@@ -315,7 +315,7 @@ ILAP:GeographicLocation ...@@ -315,7 +315,7 @@ ILAP:GeographicLocation
315 ILAP:Information 315 ILAP:Information
316 rdf:type owl:Class ; 316 rdf:type owl:Class ;
317 rdfs:label "Information"^^xsd:string ; 317 rdfs:label "Information"^^xsd:string ;
318 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . 318 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing .
319 319
320 ILAP:Knowledge 320 ILAP:Knowledge
321 rdf:type owl:Class ; 321 rdf:type owl:Class ;
...@@ -333,14 +333,14 @@ ILAP:LifecyclePhase ...@@ -333,14 +333,14 @@ ILAP:LifecyclePhase
333 rdfs:subClassOf ILAP:Phase . 333 rdfs:subClassOf ILAP:Phase .
334 334
335 ILAP:LiveSchedule 335 ILAP:LiveSchedule
336 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 336 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
337 rdfs:label "Live schedule"^^xsd:string ; 337 rdfs:label "Live schedule"^^xsd:string ;
338 rdfs:subClassOf ILAP:Schedule . 338 rdfs:subClassOf ILAP:Schedule .
339 339
340 ILAP:Location 340 ILAP:Location
341 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; 341 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ;
342 rdfs:label "Location"^^xsd:string ; 342 rdfs:label "Location"^^xsd:string ;
343 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . 343 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> .
344 344
345 ILAP:MaterialOrderStatus 345 ILAP:MaterialOrderStatus
346 rdf:type owl:Class ; 346 rdf:type owl:Class ;
...@@ -348,7 +348,7 @@ ILAP:MaterialOrderStatus ...@@ -348,7 +348,7 @@ ILAP:MaterialOrderStatus
348 rdfs:subClassOf ILAP:Status . 348 rdfs:subClassOf ILAP:Status .
349 349
350 ILAP:Milestone 350 ILAP:Milestone
351 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; 351 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ;
352 rdfs:label "Milestone"^^xsd:string . 352 rdfs:label "Milestone"^^xsd:string .
353 353
354 ILAP:MilestoneType 354 ILAP:MilestoneType
...@@ -359,7 +359,7 @@ ILAP:MilestoneType ...@@ -359,7 +359,7 @@ ILAP:MilestoneType
359 ILAP:Network 359 ILAP:Network
360 rdf:type owl:Class ; 360 rdf:type owl:Class ;
361 rdfs:label "Network"^^xsd:string ; 361 rdfs:label "Network"^^xsd:string ;
362 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . 362 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing .
363 363
364 ILAP:OPEX 364 ILAP:OPEX
365 rdfs:label "OPEX"^^xsd:string . 365 rdfs:label "OPEX"^^xsd:string .
...@@ -390,49 +390,49 @@ ILAP:PhysicalLocation ...@@ -390,49 +390,49 @@ ILAP:PhysicalLocation
390 rdfs:subClassOf ILAP:Location . 390 rdfs:subClassOf ILAP:Location .
391 391
392 ILAP:PlanClassifier 392 ILAP:PlanClassifier
393 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 393 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
394 rdfs:label "Plan classifier"^^xsd:string ; 394 rdfs:label "Plan classifier"^^xsd:string ;
395 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . 395 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> .
396 396
397 ILAP:PlanContentType 397 ILAP:PlanContentType
398 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 398 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
399 rdfs:label "Plan content type"^^xsd:string ; 399 rdfs:label "Plan content type"^^xsd:string ;
400 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . 400 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> .
401 401
402 ILAP:PlanContractType 402 ILAP:PlanContractType
403 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 403 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
404 rdfs:label "Plan contract type"^^xsd:string ; 404 rdfs:label "Plan contract type"^^xsd:string ;
405 rdfs:subClassOf ILAP:PlanClassifier . 405 rdfs:subClassOf ILAP:PlanClassifier .
406 406
407 ILAP:PlanExpenseType 407 ILAP:PlanExpenseType
408 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 408 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
409 rdfs:label "Plan expense type"^^xsd:string ; 409 rdfs:label "Plan expense type"^^xsd:string ;
410 rdfs:subClassOf ILAP:PlanClassifier . 410 rdfs:subClassOf ILAP:PlanClassifier .
411 411
412 ILAP:PlanGeoArea 412 ILAP:PlanGeoArea
413 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; 413 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ;
414 rdfs:label "Plan geographic area"^^xsd:string ; 414 rdfs:label "Plan geographic area"^^xsd:string ;
415 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 415 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
416 416
417 ILAP:PlanLevel 417 ILAP:PlanLevel
418 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 418 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
419 rdfs:label "Plan level"^^xsd:string ; 419 rdfs:label "Plan level"^^xsd:string ;
420 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 420 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
421 421
422 ILAP:PlanLifecycleStage 422 ILAP:PlanLifecycleStage
423 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 423 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
424 rdfs:label "Plan lifecycle stage"^^xsd:string ; 424 rdfs:label "Plan lifecycle stage"^^xsd:string ;
425 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 425 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
426 426
427 ILAP:PlanObjectiveType 427 ILAP:PlanObjectiveType
428 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; 428 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ;
429 rdfs:label "Plan objective type"^^xsd:string ; 429 rdfs:label "Plan objective type"^^xsd:string ;
430 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . 430 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier .
431 431
432 ILAP:PlanProjectType 432 ILAP:PlanProjectType
433 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 433 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
434 rdfs:label "Plan project type"^^xsd:string ; 434 rdfs:label "Plan project type"^^xsd:string ;
435 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . 435 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier .
436 436
437 ILAP:PlannedActivity 437 ILAP:PlannedActivity
438 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 438 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
...@@ -440,57 +440,57 @@ ILAP:PlannedActivity ...@@ -440,57 +440,57 @@ ILAP:PlannedActivity
440 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; 440 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
441 rdfs:subClassOf 441 rdfs:subClassOf
442 [ rdf:type owl:Restriction ; 442 [ rdf:type owl:Restriction ;
443 - owl:allValuesFrom ILAP:ResponsiblePerson ; 443 + owl:allValuesFrom ILAP:Result ;
444 - owl:onProperty ILAP:hasActivityResponsiblePerson 444 + owl:onProperty ILAP:hasActivityResult
445 ] ; 445 ] ;
446 rdfs:subClassOf 446 rdfs:subClassOf
447 [ rdf:type owl:Restriction ; 447 [ rdf:type owl:Restriction ;
448 - owl:maxQualifiedCardinality 448 + owl:allValuesFrom ILAP:ActivityWBS ;
449 - "1"^^xsd:nonNegativeInteger ; 449 + owl:onProperty ILAP:hasActivityWBSelement
450 - owl:onClass ILAP:ProjectExecutionPlan ;
451 - owl:onProperty ILAP:hasActivityPlan
452 ] ; 450 ] ;
453 rdfs:subClassOf 451 rdfs:subClassOf
454 [ rdf:type owl:Restriction ; 452 [ rdf:type owl:Restriction ;
455 - owl:maxQualifiedCardinality 453 + owl:allValuesFrom ILAP:ResourceProfile ;
456 - "1"^^xsd:nonNegativeInteger ; 454 + owl:onProperty ILAP:hasActivityResourceProfile
457 - owl:onClass ILAP:Facility ;
458 - owl:onProperty ILAP:hasActivityFacility
459 ] ; 455 ] ;
460 rdfs:subClassOf 456 rdfs:subClassOf
461 [ rdf:type owl:Restriction ; 457 [ rdf:type owl:Restriction ;
462 - owl:allValuesFrom ILAP:ActivityWBS ; 458 + owl:allValuesFrom ILAP:ActivityDependency ;
463 - owl:onProperty ILAP:hasActivityWBSelement 459 + owl:onProperty ILAP:hasActivitySuccessor
464 ] ; 460 ] ;
465 rdfs:subClassOf 461 rdfs:subClassOf
466 [ rdf:type owl:Restriction ; 462 [ rdf:type owl:Restriction ;
467 - owl:allValuesFrom ILAP:Location ; 463 + owl:onProperty ILAP:hasActivityDiscipline ;
468 - owl:onProperty ILAP:hasActivityLocation 464 + owl:someValuesFrom ILAP:Discipline
469 ] ; 465 ] ;
470 rdfs:subClassOf 466 rdfs:subClassOf
471 [ rdf:type owl:Restriction ; 467 [ rdf:type owl:Restriction ;
472 owl:allValuesFrom ILAP:ActivityDependency ; 468 owl:allValuesFrom ILAP:ActivityDependency ;
473 - owl:onProperty ILAP:hasActivitySuccessor 469 + owl:onProperty ILAP:hasActivityPredecessor
474 ] ; 470 ] ;
475 rdfs:subClassOf 471 rdfs:subClassOf
476 [ rdf:type owl:Restriction ; 472 [ rdf:type owl:Restriction ;
477 - owl:allValuesFrom ILAP:Result ; 473 + owl:allValuesFrom ILAP:ResponsiblePerson ;
478 - owl:onProperty ILAP:hasActivityResult 474 + owl:onProperty ILAP:hasActivityResponsiblePerson
479 ] ; 475 ] ;
480 rdfs:subClassOf 476 rdfs:subClassOf
481 [ rdf:type owl:Restriction ; 477 [ rdf:type owl:Restriction ;
482 - owl:onProperty ILAP:hasActivityDiscipline ; 478 + owl:maxQualifiedCardinality
483 - owl:someValuesFrom ILAP:Discipline 479 + "1"^^xsd:nonNegativeInteger ;
480 + owl:onClass ILAP:Facility ;
481 + owl:onProperty ILAP:hasActivityFacility
484 ] ; 482 ] ;
485 rdfs:subClassOf 483 rdfs:subClassOf
486 [ rdf:type owl:Restriction ; 484 [ rdf:type owl:Restriction ;
487 - owl:allValuesFrom ILAP:ResourceProfile ; 485 + owl:allValuesFrom ILAP:Location ;
488 - owl:onProperty ILAP:hasActivityResourceProfile 486 + owl:onProperty ILAP:hasActivityLocation
489 ] ; 487 ] ;
490 rdfs:subClassOf 488 rdfs:subClassOf
491 [ rdf:type owl:Restriction ; 489 [ rdf:type owl:Restriction ;
492 - owl:allValuesFrom ILAP:ActivityDependency ; 490 + owl:maxQualifiedCardinality
493 - owl:onProperty ILAP:hasActivityPredecessor 491 + "1"^^xsd:nonNegativeInteger ;
492 + owl:onClass ILAP:ProjectExecutionPlan ;
493 + owl:onProperty ILAP:hasActivityPlan
494 ] . 494 ] .
495 495
496 ILAP:PlannedMilestone 496 ILAP:PlannedMilestone
...@@ -524,13 +524,18 @@ ILAP:Programme ...@@ -524,13 +524,18 @@ ILAP:Programme
524 rdfs:subClassOf ILAP:Project . 524 rdfs:subClassOf ILAP:Project .
525 525
526 ILAP:Project 526 ILAP:Project
527 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 527 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
528 rdfs:label "Project"^^xsd:string ; 528 rdfs:label "Project"^^xsd:string ;
529 rdfs:subClassOf ILAP:Activity ; 529 rdfs:subClassOf ILAP:Activity ;
530 rdfs:subClassOf 530 rdfs:subClassOf
531 [ rdf:type owl:Restriction ; 531 [ rdf:type owl:Restriction ;
532 - owl:allValuesFrom BRREG:OilCompany ; 532 + owl:allValuesFrom ILAP:Project ;
533 - owl:onProperty ILAP:hasProjectResponsible 533 + owl:onProperty ILAP:hasProjectSubproject
534 + ] ;
535 + rdfs:subClassOf
536 + [ rdf:type owl:Restriction ;
537 + owl:allValuesFrom ILAP:ExternalReference ;
538 + owl:onProperty ILAP:hasExternalReference
534 ] ; 539 ] ;
535 rdfs:subClassOf 540 rdfs:subClassOf
536 [ rdf:type owl:Restriction ; 541 [ rdf:type owl:Restriction ;
...@@ -541,13 +546,8 @@ ILAP:Project ...@@ -541,13 +546,8 @@ ILAP:Project
541 ] ; 546 ] ;
542 rdfs:subClassOf 547 rdfs:subClassOf
543 [ rdf:type owl:Restriction ; 548 [ rdf:type owl:Restriction ;
544 - owl:allValuesFrom ILAP:ExternalReference ; 549 + owl:allValuesFrom BRREG:OilCompany ;
545 - owl:onProperty ILAP:hasExternalReference 550 + owl:onProperty ILAP:hasProjectResponsible
546 - ] ;
547 - rdfs:subClassOf
548 - [ rdf:type owl:Restriction ;
549 - owl:allValuesFrom ILAP:Project ;
550 - owl:onProperty ILAP:hasProjectSubproject
551 ] . 551 ] .
552 552
553 ILAP:ProjectEffectiveness 553 ILAP:ProjectEffectiveness
...@@ -566,72 +566,72 @@ ILAP:ProjectExecutionPlan ...@@ -566,72 +566,72 @@ ILAP:ProjectExecutionPlan
566 rdfs:subClassOf ILAP:Network ; 566 rdfs:subClassOf ILAP:Network ;
567 rdfs:subClassOf 567 rdfs:subClassOf
568 [ rdf:type owl:Restriction ; 568 [ rdf:type owl:Restriction ;
569 - owl:allValuesFrom ILAP:PlanContractType ; 569 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
570 - owl:onProperty ILAP:hasPlanContractType 570 + owl:onProperty ILAP:hasPlanRollUpPlan
571 ] ; 571 ] ;
572 rdfs:subClassOf 572 rdfs:subClassOf
573 [ rdf:type owl:Restriction ; 573 [ rdf:type owl:Restriction ;
574 - owl:maxQualifiedCardinality 574 + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
575 - "1"^^xsd:nonNegativeInteger ; 575 + owl:onProperty ILAP:hasPlanAsset
576 - owl:onClass ILAP:PlanLevel ;
577 - owl:onProperty ILAP:hasPlanLevel
578 ] ; 576 ] ;
579 rdfs:subClassOf 577 rdfs:subClassOf
580 [ rdf:type owl:Restriction ; 578 [ rdf:type owl:Restriction ;
581 - owl:allValuesFrom ILAP:ProjectExecutionPlan ; 579 + owl:allValuesFrom BRREG:LegalEntity ;
582 - owl:onProperty ILAP:hasPlanSubplan 580 + owl:onProperty ILAP:hasPlanResponsible
583 ] ; 581 ] ;
584 rdfs:subClassOf 582 rdfs:subClassOf
585 [ rdf:type owl:Restriction ; 583 [ rdf:type owl:Restriction ;
586 - owl:maxQualifiedCardinality 584 + owl:allValuesFrom ILAP:PlanContractType ;
587 - "1"^^xsd:nonNegativeInteger ; 585 + owl:onProperty ILAP:hasPlanContractType
588 - owl:onClass ILAP:Project ;
589 - owl:onProperty ILAP:hasPlanProject
590 ] ; 586 ] ;
591 rdfs:subClassOf 587 rdfs:subClassOf
592 [ rdf:type owl:Restriction ; 588 [ rdf:type owl:Restriction ;
593 - owl:allValuesFrom ILAP:PlanObjectiveType ; 589 + owl:onProperty ILAP:hasPlanGeoArea ;
594 - owl:onProperty ILAP:hasPlanObjectiveType 590 + owl:someValuesFrom ILAP:PlanGeoArea
595 ] ; 591 ] ;
596 rdfs:subClassOf 592 rdfs:subClassOf
597 [ rdf:type owl:Restriction ; 593 [ rdf:type owl:Restriction ;
598 - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; 594 + owl:maxQualifiedCardinality
599 - owl:onProperty ILAP:hasPlanAsset 595 + "1"^^xsd:nonNegativeInteger ;
596 + owl:onClass ILAP:Project ;
597 + owl:onProperty ILAP:hasPlanProject
600 ] ; 598 ] ;
601 rdfs:subClassOf 599 rdfs:subClassOf
602 [ rdf:type owl:Restriction ; 600 [ rdf:type owl:Restriction ;
603 - owl:onProperty ILAP:hasPlanContentType ; 601 + owl:onProperty ILAP:hasPlanProjectType ;
604 - owl:someValuesFrom ILAP:PlanContentType 602 + owl:someValuesFrom ILAP:PlanProjectType
605 ] ; 603 ] ;
606 rdfs:subClassOf 604 rdfs:subClassOf
607 [ rdf:type owl:Restriction ; 605 [ rdf:type owl:Restriction ;
608 - owl:allValuesFrom ILAP:ProjectExecutionPlan ; 606 + owl:allValuesFrom ILAP:PlanObjectiveType ;
609 - owl:onProperty ILAP:hasPlanRollUpPlan 607 + owl:onProperty ILAP:hasPlanObjectiveType
610 ] ; 608 ] ;
611 rdfs:subClassOf 609 rdfs:subClassOf
612 [ rdf:type owl:Restriction ; 610 [ rdf:type owl:Restriction ;
613 - owl:allValuesFrom BRREG:LegalEntity ; 611 + owl:maxQualifiedCardinality
614 - owl:onProperty ILAP:hasPlanResponsible 612 + "1"^^xsd:nonNegativeInteger ;
613 + owl:onClass ILAP:PlanLevel ;
614 + owl:onProperty ILAP:hasPlanLevel
615 ] ; 615 ] ;
616 rdfs:subClassOf 616 rdfs:subClassOf
617 [ rdf:type owl:Restriction ; 617 [ rdf:type owl:Restriction ;
618 - owl:onProperty ILAP:hasPlanGeoArea ; 618 + owl:onProperty ILAP:hasPlanLevel ;
619 - owl:someValuesFrom ILAP:PlanGeoArea 619 + owl:someValuesFrom ILAP:PlanLevel
620 ] ; 620 ] ;
621 rdfs:subClassOf 621 rdfs:subClassOf
622 [ rdf:type owl:Restriction ; 622 [ rdf:type owl:Restriction ;
623 - owl:onProperty ILAP:hasPlanLevel ; 623 + owl:onProperty ILAP:hasPlanContentType ;
624 - owl:someValuesFrom ILAP:PlanLevel 624 + owl:someValuesFrom ILAP:PlanContentType
625 ] ; 625 ] ;
626 rdfs:subClassOf 626 rdfs:subClassOf
627 [ rdf:type owl:Restriction ; 627 [ rdf:type owl:Restriction ;
628 - owl:allValuesFrom ILAP:PlanLifecycleStage ; 628 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
629 - owl:onProperty ILAP:hasPlanLifecycleStage 629 + owl:onProperty ILAP:hasPlanSubplan
630 ] ; 630 ] ;
631 rdfs:subClassOf 631 rdfs:subClassOf
632 [ rdf:type owl:Restriction ; 632 [ rdf:type owl:Restriction ;
633 - owl:onProperty ILAP:hasPlanProjectType ; 633 + owl:allValuesFrom ILAP:PlanLifecycleStage ;
634 - owl:someValuesFrom ILAP:PlanProjectType 634 + owl:onProperty ILAP:hasPlanLifecycleStage
635 ] . 635 ] .
636 636
637 ILAP:ProjectMilestone 637 ILAP:ProjectMilestone
...@@ -645,9 +645,9 @@ ILAP:ProjectPhase ...@@ -645,9 +645,9 @@ ILAP:ProjectPhase
645 rdfs:subClassOf ILAP:Phase . 645 rdfs:subClassOf ILAP:Phase .
646 646
647 ILAP:Regular8To16WorkingDayCalendar 647 ILAP:Regular8To16WorkingDayCalendar
648 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 648 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
649 rdfs:label "Regular8To16Working day calendar"^^xsd:string ; 649 rdfs:label "Regular8To16Working day calendar"^^xsd:string ;
650 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> . 650 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> .
651 651
652 ILAP:Regulator 652 ILAP:Regulator
653 rdf:type owl:Class ; 653 rdf:type owl:Class ;
...@@ -655,9 +655,9 @@ ILAP:Regulator ...@@ -655,9 +655,9 @@ ILAP:Regulator
655 rdfs:subClassOf ILAP:ResponsibleOrganization . 655 rdfs:subClassOf ILAP:ResponsibleOrganization .
656 656
657 ILAP:Resource 657 ILAP:Resource
658 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; 658 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
659 rdfs:label "Resource"^^xsd:string ; 659 rdfs:label "Resource"^^xsd:string ;
660 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . 660 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing .
661 661
662 ILAP:ResourceEstimate 662 ILAP:ResourceEstimate
663 rdf:type owl:Class ; 663 rdf:type owl:Class ;
...@@ -665,14 +665,14 @@ ILAP:ResourceEstimate ...@@ -665,14 +665,14 @@ ILAP:ResourceEstimate
665 rdfs:subClassOf ILAP:ResourceStructure . 665 rdfs:subClassOf ILAP:ResourceStructure .
666 666
667 ILAP:ResourceProfile 667 ILAP:ResourceProfile
668 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; 668 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ;
669 rdfs:label "Resource profile"^^xsd:string ; 669 rdfs:label "Resource profile"^^xsd:string ;
670 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . 670 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing .
671 671
672 ILAP:ResourceProfilePoint 672 ILAP:ResourceProfilePoint
673 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; 673 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
674 rdfs:label "resource Profile point"^^xsd:string ; 674 rdfs:label "resource Profile point"^^xsd:string ;
675 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . 675 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing .
676 676
677 ILAP:ResourceStructure 677 ILAP:ResourceStructure
678 rdf:type owl:Class ; 678 rdf:type owl:Class ;
...@@ -680,17 +680,17 @@ ILAP:ResourceStructure ...@@ -680,17 +680,17 @@ ILAP:ResourceStructure
680 rdfs:subClassOf ILAP:Network . 680 rdfs:subClassOf ILAP:Network .
681 681
682 ILAP:ResponsibleOrganization 682 ILAP:ResponsibleOrganization
683 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; 683 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
684 rdfs:label "Responsible organization"^^xsd:string ; 684 rdfs:label "Responsible organization"^^xsd:string ;
685 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> . 685 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing .
686 686
687 ILAP:ResponsiblePerson 687 ILAP:ResponsiblePerson
688 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; 688 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ;
689 rdfs:label "Responsible"^^xsd:string ; 689 rdfs:label "Responsible"^^xsd:string ;
690 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> . 690 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing .
691 691
692 ILAP:Result 692 ILAP:Result
693 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 693 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
694 rdfs:label "Result"^^xsd:string ; 694 rdfs:label "Result"^^xsd:string ;
695 rdfs:subClassOf owl:Thing . 695 rdfs:subClassOf owl:Thing .
696 696
...@@ -710,9 +710,9 @@ ILAP:RiskType ...@@ -710,9 +710,9 @@ ILAP:RiskType
710 rdfs:subClassOf owl:Thing . 710 rdfs:subClassOf owl:Thing .
711 711
712 ILAP:Schedule 712 ILAP:Schedule
713 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 713 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
714 rdfs:label "Scheduled Activity Network"^^xsd:string ; 714 rdfs:label "Scheduled Activity Network"^^xsd:string ;
715 - rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; 715 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ;
716 rdfs:subClassOf 716 rdfs:subClassOf
717 [ rdf:type owl:Restriction ; 717 [ rdf:type owl:Restriction ;
718 owl:maxQualifiedCardinality 718 owl:maxQualifiedCardinality
...@@ -722,22 +722,22 @@ ILAP:Schedule ...@@ -722,22 +722,22 @@ ILAP:Schedule
722 ] . 722 ] .
723 723
724 ILAP:ScheduledActivity 724 ILAP:ScheduledActivity
725 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 725 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
726 rdfs:label "Activity in Network Schedule"^^xsd:string ; 726 rdfs:label "Activity in Network Schedule"^^xsd:string ;
727 rdfs:subClassOf ILAP:PlannedActivity ; 727 rdfs:subClassOf ILAP:PlannedActivity ;
728 rdfs:subClassOf 728 rdfs:subClassOf
729 [ rdf:type owl:Restriction ; 729 [ rdf:type owl:Restriction ;
730 owl:maxQualifiedCardinality 730 owl:maxQualifiedCardinality
731 "1"^^xsd:nonNegativeInteger ; 731 "1"^^xsd:nonNegativeInteger ;
732 - owl:onClass ILAP:PlannedActivity ; 732 + owl:onClass ILAP:Schedule ;
733 - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan 733 + owl:onProperty ILAP:hasActivitySchedule
734 ] ; 734 ] ;
735 rdfs:subClassOf 735 rdfs:subClassOf
736 [ rdf:type owl:Restriction ; 736 [ rdf:type owl:Restriction ;
737 owl:maxQualifiedCardinality 737 owl:maxQualifiedCardinality
738 "1"^^xsd:nonNegativeInteger ; 738 "1"^^xsd:nonNegativeInteger ;
739 - owl:onClass ILAP:Schedule ; 739 + owl:onClass ILAP:PlannedActivity ;
740 - owl:onProperty ILAP:hasActivitySchedule 740 + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
741 ] . 741 ] .
742 742
743 ILAP:ScheduledMilestone 743 ILAP:ScheduledMilestone
...@@ -761,9 +761,9 @@ ILAP:ShutdownType ...@@ -761,9 +761,9 @@ ILAP:ShutdownType
761 rdfs:subClassOf owl:Thing . 761 rdfs:subClassOf owl:Thing .
762 762
763 ILAP:Source 763 ILAP:Source
764 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; 764 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
765 rdfs:label "Source"^^xsd:string ; 765 rdfs:label "Source"^^xsd:string ;
766 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . 766 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing .
767 767
768 ILAP:StartMilestone 768 ILAP:StartMilestone
769 rdf:type owl:Class ; 769 rdf:type owl:Class ;
...@@ -771,22 +771,22 @@ ILAP:StartMilestone ...@@ -771,22 +771,22 @@ ILAP:StartMilestone
771 rdfs:subClassOf ILAP:MilestoneType . 771 rdfs:subClassOf ILAP:MilestoneType .
772 772
773 ILAP:StartToFinish 773 ILAP:StartToFinish
774 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 774 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
775 rdfs:label "Start to finish"^^xsd:string ; 775 rdfs:label "Start to finish"^^xsd:string ;
776 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 776 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
777 777
778 ILAP:StartToStart 778 ILAP:StartToStart
779 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 779 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
780 rdfs:label "Start to start"^^xsd:string ; 780 rdfs:label "Start to start"^^xsd:string ;
781 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 781 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
782 782
783 ILAP:Status 783 ILAP:Status
784 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; 784 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ;
785 rdfs:label "Status"^^xsd:string ; 785 rdfs:label "Status"^^xsd:string ;
786 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . 786 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> .
787 787
788 ILAP:TargetSchedule 788 ILAP:TargetSchedule
789 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 789 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
790 rdfs:label "Target schedule"^^xsd:string ; 790 rdfs:label "Target schedule"^^xsd:string ;
791 rdfs:subClassOf ILAP:Schedule . 791 rdfs:subClassOf ILAP:Schedule .
792 792
...@@ -808,12 +808,12 @@ ILAP:UnitBased ...@@ -808,12 +808,12 @@ ILAP:UnitBased
808 ILAP:Value 808 ILAP:Value
809 rdf:type owl:Class ; 809 rdf:type owl:Class ;
810 rdfs:label "Value"^^xsd:string ; 810 rdfs:label "Value"^^xsd:string ;
811 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . 811 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing .
812 812
813 ILAP:WeekendsFreeCalendar 813 ILAP:WeekendsFreeCalendar
814 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 814 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
815 rdfs:label "Weekends free calendar"^^xsd:string ; 815 rdfs:label "Weekends free calendar"^^xsd:string ;
816 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . 816 + rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> .
817 817
818 ILAP:WorkOrder 818 ILAP:WorkOrder
819 rdf:type owl:Class ; 819 rdf:type owl:Class ;
...@@ -821,18 +821,18 @@ ILAP:WorkOrder ...@@ -821,18 +821,18 @@ ILAP:WorkOrder
821 rdfs:subClassOf ILAP:WorkTask . 821 rdfs:subClassOf ILAP:WorkTask .
822 822
823 ILAP:WorkTask 823 ILAP:WorkTask
824 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 824 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
825 rdfs:label "Work task"^^xsd:string ; 825 rdfs:label "Work task"^^xsd:string ;
826 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; 826 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ;
827 rdfs:subClassOf 827 rdfs:subClassOf
828 [ rdf:type owl:Restriction ; 828 [ rdf:type owl:Restriction ;
829 - owl:allValuesFrom BRREG:LegalEntity ; 829 + owl:onProperty ILAP:hasWorkTaskActivity ;
830 - owl:onProperty ILAP:hasWorkTaskResponsible 830 + owl:someValuesFrom ILAP:Activity
831 ] ; 831 ] ;
832 rdfs:subClassOf 832 rdfs:subClassOf
833 [ rdf:type owl:Restriction ; 833 [ rdf:type owl:Restriction ;
834 - owl:onProperty ILAP:hasWorkTaskActivity ; 834 + owl:allValuesFrom BRREG:LegalEntity ;
835 - owl:someValuesFrom ILAP:Activity 835 + owl:onProperty ILAP:hasWorkTaskResponsible
836 ] . 836 ] .
837 837
838 ILAP:WorkTaskStatus 838 ILAP:WorkTaskStatus
...@@ -873,9 +873,7 @@ ILAP:hasActivityCalendar ...@@ -873,9 +873,7 @@ ILAP:hasActivityCalendar
873 873
874 ILAP:hasActivityContractor 874 ILAP:hasActivityContractor
875 rdf:type owl:ObjectProperty ; 875 rdf:type owl:ObjectProperty ;
876 - rdfs:domain ILAP:PlannedActivity ;
877 rdfs:label "has activity contractor"^^xsd:string ; 876 rdfs:label "has activity contractor"^^xsd:string ;
878 - rdfs:range ILAP:Contractor ;
879 rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization . 877 rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization .
880 878
881 ILAP:hasActivityDiscipline 879 ILAP:hasActivityDiscipline
...@@ -957,7 +955,7 @@ ILAP:hasActivityPhysicalPercentComplete ...@@ -957,7 +955,7 @@ ILAP:hasActivityPhysicalPercentComplete
957 rdfs:range xsd:float . 955 rdfs:range xsd:float .
958 956
959 ILAP:hasActivityPlan 957 ILAP:hasActivityPlan
960 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 958 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
961 rdfs:domain ILAP:PlannedActivity ; 959 rdfs:domain ILAP:PlannedActivity ;
962 rdfs:label "has activity plan"^^xsd:string ; 960 rdfs:label "has activity plan"^^xsd:string ;
963 rdfs:range ILAP:ProjectExecutionPlan . 961 rdfs:range ILAP:ProjectExecutionPlan .
...@@ -1007,7 +1005,7 @@ ILAP:hasActivityResponsibleOrganization ...@@ -1007,7 +1005,7 @@ ILAP:hasActivityResponsibleOrganization
1007 rdfs:range ILAP:ResponsibleOrganization . 1005 rdfs:range ILAP:ResponsibleOrganization .
1008 1006
1009 ILAP:hasActivityResponsiblePerson 1007 ILAP:hasActivityResponsiblePerson
1010 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1008 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1011 rdfs:domain ILAP:PlannedActivity ; 1009 rdfs:domain ILAP:PlannedActivity ;
1012 rdfs:label "has activity responsible"^^xsd:string ; 1010 rdfs:label "has activity responsible"^^xsd:string ;
1013 rdfs:range ILAP:ResponsiblePerson . 1011 rdfs:range ILAP:ResponsiblePerson .
...@@ -1042,7 +1040,7 @@ ILAP:hasActivityStatus ...@@ -1042,7 +1040,7 @@ ILAP:hasActivityStatus
1042 rdfs:range ILAP:Status . 1040 rdfs:range ILAP:Status .
1043 1041
1044 ILAP:hasActivitySuccessor 1042 ILAP:hasActivitySuccessor
1045 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1043 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1046 rdfs:domain ILAP:PlannedActivity ; 1044 rdfs:domain ILAP:PlannedActivity ;
1047 rdfs:label "has activity successor"^^xsd:string ; 1045 rdfs:label "has activity successor"^^xsd:string ;
1048 rdfs:range ILAP:ActivityDependency ; 1046 rdfs:range ILAP:ActivityDependency ;
...@@ -1103,7 +1101,7 @@ ILAP:hasCalendarDate ...@@ -1103,7 +1101,7 @@ ILAP:hasCalendarDate
1103 rdfs:label "has calendar date"^^xsd:string . 1101 rdfs:label "has calendar date"^^xsd:string .
1104 1102
1105 ILAP:hasCalendarFreePeriod 1103 ILAP:hasCalendarFreePeriod
1106 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1104 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1107 rdfs:domain ILAP:Calendar ; 1105 rdfs:domain ILAP:Calendar ;
1108 rdfs:label "has calendarcalendar free period"^^xsd:string ; 1106 rdfs:label "has calendarcalendar free period"^^xsd:string ;
1109 rdfs:range ILAP:CalendarFreePeriod . 1107 rdfs:range ILAP:CalendarFreePeriod .
...@@ -1404,7 +1402,7 @@ ILAP:hasPlanRegulator ...@@ -1404,7 +1402,7 @@ ILAP:hasPlanRegulator
1404 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1402 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1405 1403
1406 ILAP:hasPlanResponsible 1404 ILAP:hasPlanResponsible
1407 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1405 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1408 rdfs:domain ILAP:ProjectExecutionPlan ; 1406 rdfs:domain ILAP:ProjectExecutionPlan ;
1409 rdfs:label "has plan responsible"^^xsd:string ; 1407 rdfs:label "has plan responsible"^^xsd:string ;
1410 rdfs:range ILAP:ResponsibleOrganization . 1408 rdfs:range ILAP:ResponsibleOrganization .
...@@ -1599,7 +1597,7 @@ ILAP:hasSourceApplicaton ...@@ -1599,7 +1597,7 @@ ILAP:hasSourceApplicaton
1599 rdfs:range ILAP:Application . 1597 rdfs:range ILAP:Application .
1600 1598
1601 ILAP:hasSuccessorActivity 1599 ILAP:hasSuccessorActivity
1602 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1600 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1603 rdfs:domain ILAP:ActivityDependency ; 1601 rdfs:domain ILAP:ActivityDependency ;
1604 rdfs:label "has successor activity "^^xsd:string ; 1602 rdfs:label "has successor activity "^^xsd:string ;
1605 rdfs:range ILAP:PlannedActivity ; 1603 rdfs:range ILAP:PlannedActivity ;
...@@ -1627,7 +1625,7 @@ ILAP:hasTimeNow ...@@ -1627,7 +1625,7 @@ ILAP:hasTimeNow
1627 rdf:type owl:DatatypeProperty ; 1625 rdf:type owl:DatatypeProperty ;
1628 rdfs:domain ILAP:Schedule ; 1626 rdfs:domain ILAP:Schedule ;
1629 rdfs:label "has time now"^^xsd:string ; 1627 rdfs:label "has time now"^^xsd:string ;
1630 - rdfs:range xsd:date , xsd:dateTime . 1628 + rdfs:range xsd:dateTime , xsd:date .
1631 1629
1632 ILAP:hasWBScomponent 1630 ILAP:hasWBScomponent
1633 rdf:type owl:ObjectProperty ; 1631 rdf:type owl:ObjectProperty ;
......
...@@ -499,6 +499,11 @@ USERFIELDS:hasContractType ...@@ -499,6 +499,11 @@ USERFIELDS:hasContractType
499 rdfs:label "Contract type" ; 499 rdfs:label "Contract type" ;
500 rdfs:range USERFIELDS:FreeTextField . 500 rdfs:range USERFIELDS:FreeTextField .
501 501
502 +USERFIELDS:hasContractor
503 + rdf:type owl:ObjectProperty ;
504 + rdfs:domain USERFIELDS:UserField ;
505 + rdfs:label "has contractor"^^xsd:string .
506 +
502 USERFIELDS:hasCostBreakdownStructure 507 USERFIELDS:hasCostBreakdownStructure
503 rdf:type owl:ObjectProperty ; 508 rdf:type owl:ObjectProperty ;
504 rdfs:domain USERFIELDS:UserField ; 509 rdfs:domain USERFIELDS:UserField ;
...@@ -604,6 +609,11 @@ USERFIELDS:hasMechanicalCompletionPackage ...@@ -604,6 +609,11 @@ USERFIELDS:hasMechanicalCompletionPackage
604 rdfs:label "Mechanical Completion package" ; 609 rdfs:label "Mechanical Completion package" ;
605 rdfs:range USERFIELDS:FreeTextField . 610 rdfs:range USERFIELDS:FreeTextField .
606 611
612 +USERFIELDS:hasMilestone
613 + rdf:type owl:ObjectProperty ;
614 + rdfs:domain USERFIELDS:UserField ;
615 + rdfs:label "has milestone"^^xsd:string .
616 +
607 USERFIELDS:hasModificationPackage 617 USERFIELDS:hasModificationPackage
608 rdf:type owl:ObjectProperty ; 618 rdf:type owl:ObjectProperty ;
609 rdfs:domain USERFIELDS:UserField ; 619 rdfs:domain USERFIELDS:UserField ;
......