Showing
3 changed files
with
439 additions
and
496 deletions
... | @@ -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 |
... | @@ -161,12 +161,22 @@ ILAP:Category | ... | @@ -161,12 +161,22 @@ ILAP:Category |
161 | ILAP:Constraint | 161 | ILAP:Constraint |
162 | rdf:type owl:Class ; | 162 | rdf:type owl:Class ; |
163 | rdfs:label "Constraint"^^xsd:string ; | 163 | rdfs:label "Constraint"^^xsd:string ; |
164 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> . | 164 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing . |
165 | + | ||
166 | +ILAP:ConstructionMilestone | ||
167 | + rdf:type owl:Class ; | ||
168 | + rdfs:label "Construction milestone"^^xsd:string ; | ||
169 | + rdfs:subClassOf ILAP:MilestoneType . | ||
165 | 170 | ||
166 | ILAP:Contract | 171 | ILAP:Contract |
167 | rdf:type owl:Class ; | 172 | rdf:type owl:Class ; |
168 | rdfs:label "Contract"^^xsd:string ; | 173 | rdfs:label "Contract"^^xsd:string ; |
169 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . | 174 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing . |
175 | + | ||
176 | +ILAP:ContractMilestone | ||
177 | + rdf:type owl:Class ; | ||
178 | + rdfs:label "Contract milestone"^^xsd:string ; | ||
179 | + rdfs:subClassOf ILAP:MilestoneType . | ||
170 | 180 | ||
171 | ILAP:Contractor | 181 | ILAP:Contractor |
172 | rdf:type owl:Class ; | 182 | rdf:type owl:Class ; |
... | @@ -181,7 +191,7 @@ ILAP:ControlSchedule | ... | @@ -181,7 +191,7 @@ ILAP:ControlSchedule |
181 | ILAP:Cost | 191 | ILAP:Cost |
182 | rdf:type owl:Class ; | 192 | rdf:type owl:Class ; |
183 | rdfs:label "Cost"^^xsd:string ; | 193 | rdfs:label "Cost"^^xsd:string ; |
184 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . | 194 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing . |
185 | 195 | ||
186 | ILAP:CostBased | 196 | ILAP:CostBased |
187 | rdf:type owl:Class ; | 197 | rdf:type owl:Class ; |
... | @@ -189,14 +199,14 @@ ILAP:CostBased | ... | @@ -189,14 +199,14 @@ ILAP:CostBased |
189 | rdfs:subClassOf ILAP:Resource . | 199 | rdfs:subClassOf ILAP:Resource . |
190 | 200 | ||
191 | ILAP:CurrentSchedule | 201 | ILAP:CurrentSchedule |
192 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 202 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
193 | rdfs:label "Current schedule"^^xsd:string ; | 203 | rdfs:label "Current schedule"^^xsd:string ; |
194 | rdfs:subClassOf ILAP:Schedule . | 204 | rdfs:subClassOf ILAP:Schedule . |
195 | 205 | ||
196 | ILAP:Data | 206 | ILAP:Data |
197 | rdf:type owl:Class ; | 207 | rdf:type owl:Class ; |
198 | rdfs:label "Data"^^xsd:string ; | 208 | rdfs:label "Data"^^xsd:string ; |
199 | - rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; | 209 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ; |
200 | rdfs:subClassOf | 210 | rdfs:subClassOf |
201 | [ rdf:type owl:Restriction ; | 211 | [ rdf:type owl:Restriction ; |
202 | owl:onClass ILAP:Project ; | 212 | owl:onClass ILAP:Project ; |
... | @@ -220,8 +230,13 @@ ILAP:DegreeOfPriority | ... | @@ -220,8 +230,13 @@ ILAP:DegreeOfPriority |
220 | rdfs:label "Degree of Priority"^^xsd:string ; | 230 | rdfs:label "Degree of Priority"^^xsd:string ; |
221 | rdfs:subClassOf owl:Thing . | 231 | rdfs:subClassOf owl:Thing . |
222 | 232 | ||
233 | +ILAP:DesignMilestone | ||
234 | + rdf:type owl:Class ; | ||
235 | + rdfs:label "Dsign milestone"^^xsd:string ; | ||
236 | + rdfs:subClassOf ILAP:MilestoneType . | ||
237 | + | ||
223 | ILAP:Discipline | 238 | ILAP:Discipline |
224 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 239 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
225 | rdfs:label "Discipline"^^xsd:string ; | 240 | rdfs:label "Discipline"^^xsd:string ; |
226 | rdfs:subClassOf owl:Thing . | 241 | rdfs:subClassOf owl:Thing . |
227 | 242 | ||
... | @@ -231,13 +246,15 @@ ILAP:EndMilestone | ... | @@ -231,13 +246,15 @@ ILAP:EndMilestone |
231 | rdfs:subClassOf ILAP:MilestoneType . | 246 | rdfs:subClassOf ILAP:MilestoneType . |
232 | 247 | ||
233 | ILAP:ExternalReference | 248 | ILAP:ExternalReference |
234 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; | 249 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; |
235 | rdfs:label "External Reference"^^xsd:string ; | 250 | rdfs:label "External Reference"^^xsd:string ; |
236 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; | 251 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; |
237 | rdfs:subClassOf | 252 | rdfs:subClassOf |
238 | [ rdf:type owl:Restriction ; | 253 | [ rdf:type owl:Restriction ; |
239 | - owl:allValuesFrom ILAP:Application ; | 254 | + owl:onDataRange xsd:string ; |
240 | - owl:onProperty ILAP:hasReferenceApplication | 255 | + owl:onProperty ILAP:hasObjectReferenceID ; |
256 | + owl:qualifiedCardinality | ||
257 | + "1"^^xsd:nonNegativeInteger | ||
241 | ] ; | 258 | ] ; |
242 | rdfs:subClassOf | 259 | rdfs:subClassOf |
243 | [ rdf:type owl:Restriction ; | 260 | [ rdf:type owl:Restriction ; |
... | @@ -246,10 +263,8 @@ ILAP:ExternalReference | ... | @@ -246,10 +263,8 @@ ILAP:ExternalReference |
246 | ] ; | 263 | ] ; |
247 | rdfs:subClassOf | 264 | rdfs:subClassOf |
248 | [ rdf:type owl:Restriction ; | 265 | [ rdf:type owl:Restriction ; |
249 | - owl:onDataRange xsd:string ; | 266 | + owl:allValuesFrom ILAP:Application ; |
250 | - owl:onProperty ILAP:hasObjectReferenceID ; | 267 | + owl:onProperty ILAP:hasReferenceApplication |
251 | - owl:qualifiedCardinality | ||
252 | - "1"^^xsd:nonNegativeInteger | ||
253 | ] . | 268 | ] . |
254 | 269 | ||
255 | ILAP:Facility | 270 | ILAP:Facility |
... | @@ -263,14 +278,14 @@ ILAP:Field | ... | @@ -263,14 +278,14 @@ ILAP:Field |
263 | rdfs:subClassOf owl:Thing . | 278 | rdfs:subClassOf owl:Thing . |
264 | 279 | ||
265 | ILAP:FinishToFinish | 280 | ILAP:FinishToFinish |
266 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 281 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
267 | rdfs:label "Finish to finish"^^xsd:string ; | 282 | rdfs:label "Finish to finish"^^xsd:string ; |
268 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 283 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
269 | 284 | ||
270 | ILAP:FinishToStart | 285 | ILAP:FinishToStart |
271 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 286 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
272 | rdfs:label "Finish to start"^^xsd:string ; | 287 | rdfs:label "Finish to start"^^xsd:string ; |
273 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 288 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
274 | 289 | ||
275 | ILAP:FunctionalLocation | 290 | ILAP:FunctionalLocation |
276 | rdf:type owl:Class ; | 291 | rdf:type owl:Class ; |
... | @@ -285,7 +300,7 @@ ILAP:GeographicLocation | ... | @@ -285,7 +300,7 @@ ILAP:GeographicLocation |
285 | ILAP:Information | 300 | ILAP:Information |
286 | rdf:type owl:Class ; | 301 | rdf:type owl:Class ; |
287 | rdfs:label "Information"^^xsd:string ; | 302 | rdfs:label "Information"^^xsd:string ; |
288 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . | 303 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing . |
289 | 304 | ||
290 | ILAP:Knowledge | 305 | ILAP:Knowledge |
291 | rdf:type owl:Class ; | 306 | rdf:type owl:Class ; |
... | @@ -293,14 +308,14 @@ ILAP:Knowledge | ... | @@ -293,14 +308,14 @@ ILAP:Knowledge |
293 | rdfs:subClassOf ILAP:Information . | 308 | rdfs:subClassOf ILAP:Information . |
294 | 309 | ||
295 | ILAP:LiveSchedule | 310 | ILAP:LiveSchedule |
296 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 311 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
297 | rdfs:label "Live schedule"^^xsd:string ; | 312 | rdfs:label "Live schedule"^^xsd:string ; |
298 | rdfs:subClassOf ILAP:Schedule . | 313 | rdfs:subClassOf ILAP:Schedule . |
299 | 314 | ||
300 | ILAP:Location | 315 | ILAP:Location |
301 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; | 316 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; |
302 | rdfs:label "Location"^^xsd:string ; | 317 | rdfs:label "Location"^^xsd:string ; |
303 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . | 318 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . |
304 | 319 | ||
305 | ILAP:MaterialOrderStatus | 320 | ILAP:MaterialOrderStatus |
306 | rdf:type owl:Class ; | 321 | rdf:type owl:Class ; |
... | @@ -308,7 +323,7 @@ ILAP:MaterialOrderStatus | ... | @@ -308,7 +323,7 @@ ILAP:MaterialOrderStatus |
308 | rdfs:subClassOf ILAP:Status . | 323 | rdfs:subClassOf ILAP:Status . |
309 | 324 | ||
310 | ILAP:Milestone | 325 | ILAP:Milestone |
311 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; | 326 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; |
312 | rdfs:label "Milestone"^^xsd:string . | 327 | rdfs:label "Milestone"^^xsd:string . |
313 | 328 | ||
314 | ILAP:MilestoneType | 329 | ILAP:MilestoneType |
... | @@ -319,7 +334,7 @@ ILAP:MilestoneType | ... | @@ -319,7 +334,7 @@ ILAP:MilestoneType |
319 | ILAP:Network | 334 | ILAP:Network |
320 | rdf:type owl:Class ; | 335 | rdf:type owl:Class ; |
321 | rdfs:label "Network"^^xsd:string ; | 336 | rdfs:label "Network"^^xsd:string ; |
322 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . | 337 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . |
323 | 338 | ||
324 | ILAP:OPEX | 339 | ILAP:OPEX |
325 | rdfs:label "OPEX"^^xsd:string . | 340 | rdfs:label "OPEX"^^xsd:string . |
... | @@ -350,49 +365,49 @@ ILAP:PhysicalLocation | ... | @@ -350,49 +365,49 @@ ILAP:PhysicalLocation |
350 | rdfs:subClassOf ILAP:Location . | 365 | rdfs:subClassOf ILAP:Location . |
351 | 366 | ||
352 | ILAP:PlanClassifier | 367 | ILAP:PlanClassifier |
353 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 368 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
354 | rdfs:label "Plan classifier"^^xsd:string ; | 369 | rdfs:label "Plan classifier"^^xsd:string ; |
355 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . | 370 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . |
356 | 371 | ||
357 | ILAP:PlanContentType | 372 | ILAP:PlanContentType |
358 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; | 373 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; |
359 | rdfs:label "Plan content type"^^xsd:string ; | 374 | rdfs:label "Plan content type"^^xsd:string ; |
360 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . | 375 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . |
361 | 376 | ||
362 | ILAP:PlanContractType | 377 | ILAP:PlanContractType |
363 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 378 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
364 | rdfs:label "Plan contract type"^^xsd:string ; | 379 | rdfs:label "Plan contract type"^^xsd:string ; |
365 | rdfs:subClassOf ILAP:PlanClassifier . | 380 | rdfs:subClassOf ILAP:PlanClassifier . |
366 | 381 | ||
367 | ILAP:PlanExpenseType | 382 | ILAP:PlanExpenseType |
368 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 383 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
369 | rdfs:label "Plan expense type"^^xsd:string ; | 384 | rdfs:label "Plan expense type"^^xsd:string ; |
370 | rdfs:subClassOf ILAP:PlanClassifier . | 385 | rdfs:subClassOf ILAP:PlanClassifier . |
371 | 386 | ||
372 | ILAP:PlanGeoArea | 387 | ILAP:PlanGeoArea |
373 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; | 388 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; |
374 | rdfs:label "Plan geographic area"^^xsd:string ; | 389 | rdfs:label "Plan geographic area"^^xsd:string ; |
375 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 390 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
376 | 391 | ||
377 | ILAP:PlanLevel | 392 | ILAP:PlanLevel |
378 | - 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> ; |
379 | rdfs:label "Plan level"^^xsd:string ; | 394 | rdfs:label "Plan level"^^xsd:string ; |
380 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 395 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
381 | 396 | ||
382 | ILAP:PlanLifecycleStage | 397 | ILAP:PlanLifecycleStage |
383 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 398 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
384 | rdfs:label "Plan lifecycle stage"^^xsd:string ; | 399 | rdfs:label "Plan lifecycle stage"^^xsd:string ; |
385 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 400 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
386 | 401 | ||
387 | ILAP:PlanObjectiveType | 402 | ILAP:PlanObjectiveType |
388 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; | 403 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; |
389 | rdfs:label "Plan objective type"^^xsd:string ; | 404 | rdfs:label "Plan objective type"^^xsd:string ; |
390 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . | 405 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . |
391 | 406 | ||
392 | ILAP:PlanProjectType | 407 | ILAP:PlanProjectType |
393 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 408 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
394 | rdfs:label "Plan project type"^^xsd:string ; | 409 | rdfs:label "Plan project type"^^xsd:string ; |
395 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . | 410 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . |
396 | 411 | ||
397 | ILAP:PlannedActivity | 412 | ILAP:PlannedActivity |
398 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 413 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
... | @@ -402,30 +417,25 @@ ILAP:PlannedActivity | ... | @@ -402,30 +417,25 @@ ILAP:PlannedActivity |
402 | [ rdf:type owl:Restriction ; | 417 | [ rdf:type owl:Restriction ; |
403 | owl:maxQualifiedCardinality | 418 | owl:maxQualifiedCardinality |
404 | "1"^^xsd:nonNegativeInteger ; | 419 | "1"^^xsd:nonNegativeInteger ; |
405 | - owl:onClass ILAP:ProjectExecutionPlan ; | ||
406 | - owl:onProperty ILAP:hasActivityPlan | ||
407 | - ] ; | ||
408 | - rdfs:subClassOf | ||
409 | - [ rdf:type owl:Restriction ; | ||
410 | - owl:maxQualifiedCardinality | ||
411 | - "1"^^xsd:nonNegativeInteger ; | ||
412 | owl:onClass ILAP:Facility ; | 420 | owl:onClass ILAP:Facility ; |
413 | owl:onProperty ILAP:hasActivityFacility | 421 | owl:onProperty ILAP:hasActivityFacility |
414 | ] ; | 422 | ] ; |
415 | rdfs:subClassOf | 423 | rdfs:subClassOf |
416 | [ rdf:type owl:Restriction ; | 424 | [ rdf:type owl:Restriction ; |
417 | - owl:allValuesFrom ILAP:ResponsiblePerson ; | 425 | + owl:allValuesFrom ILAP:ActivityWBS ; |
418 | - owl:onProperty ILAP:hasActivityResponsiblePerson | 426 | + owl:onProperty ILAP:hasActivityWBSelement |
419 | ] ; | 427 | ] ; |
420 | rdfs:subClassOf | 428 | rdfs:subClassOf |
421 | [ rdf:type owl:Restriction ; | 429 | [ rdf:type owl:Restriction ; |
422 | - owl:allValuesFrom ILAP:ActivityWBS ; | 430 | + owl:maxQualifiedCardinality |
423 | - owl:onProperty ILAP:hasActivityWBSelement | 431 | + "1"^^xsd:nonNegativeInteger ; |
432 | + owl:onClass ILAP:ProjectExecutionPlan ; | ||
433 | + owl:onProperty ILAP:hasActivityPlan | ||
424 | ] ; | 434 | ] ; |
425 | rdfs:subClassOf | 435 | rdfs:subClassOf |
426 | [ rdf:type owl:Restriction ; | 436 | [ rdf:type owl:Restriction ; |
427 | - owl:allValuesFrom ILAP:Result ; | 437 | + owl:allValuesFrom ILAP:ActivityDependency ; |
428 | - owl:onProperty ILAP:hasActivityResult | 438 | + owl:onProperty ILAP:hasActivityPredecessor |
429 | ] ; | 439 | ] ; |
430 | rdfs:subClassOf | 440 | rdfs:subClassOf |
431 | [ rdf:type owl:Restriction ; | 441 | [ rdf:type owl:Restriction ; |
... | @@ -434,13 +444,13 @@ ILAP:PlannedActivity | ... | @@ -434,13 +444,13 @@ ILAP:PlannedActivity |
434 | ] ; | 444 | ] ; |
435 | rdfs:subClassOf | 445 | rdfs:subClassOf |
436 | [ rdf:type owl:Restriction ; | 446 | [ rdf:type owl:Restriction ; |
437 | - owl:allValuesFrom ILAP:ActivityDependency ; | 447 | + owl:allValuesFrom ILAP:ResponsiblePerson ; |
438 | - owl:onProperty ILAP:hasActivityPredecessor | 448 | + owl:onProperty ILAP:hasActivityResponsiblePerson |
439 | ] ; | 449 | ] ; |
440 | rdfs:subClassOf | 450 | rdfs:subClassOf |
441 | [ rdf:type owl:Restriction ; | 451 | [ rdf:type owl:Restriction ; |
442 | - owl:allValuesFrom ILAP:Location ; | 452 | + owl:allValuesFrom ILAP:Result ; |
443 | - owl:onProperty ILAP:hasActivityLocation | 453 | + owl:onProperty ILAP:hasActivityResult |
444 | ] ; | 454 | ] ; |
445 | rdfs:subClassOf | 455 | rdfs:subClassOf |
446 | [ rdf:type owl:Restriction ; | 456 | [ rdf:type owl:Restriction ; |
... | @@ -449,6 +459,11 @@ ILAP:PlannedActivity | ... | @@ -449,6 +459,11 @@ ILAP:PlannedActivity |
449 | ] ; | 459 | ] ; |
450 | rdfs:subClassOf | 460 | rdfs:subClassOf |
451 | [ rdf:type owl:Restriction ; | 461 | [ rdf:type owl:Restriction ; |
462 | + owl:allValuesFrom ILAP:Location ; | ||
463 | + owl:onProperty ILAP:hasActivityLocation | ||
464 | + ] ; | ||
465 | + rdfs:subClassOf | ||
466 | + [ rdf:type owl:Restriction ; | ||
452 | owl:allValuesFrom ILAP:ActivityDependency ; | 467 | owl:allValuesFrom ILAP:ActivityDependency ; |
453 | owl:onProperty ILAP:hasActivitySuccessor | 468 | owl:onProperty ILAP:hasActivitySuccessor |
454 | ] . | 469 | ] . |
... | @@ -468,19 +483,29 @@ ILAP:Portfolio | ... | @@ -468,19 +483,29 @@ ILAP:Portfolio |
468 | rdfs:label "Portfolio"^^xsd:string ; | 483 | rdfs:label "Portfolio"^^xsd:string ; |
469 | rdfs:subClassOf ILAP:Project . | 484 | rdfs:subClassOf ILAP:Project . |
470 | 485 | ||
486 | +ILAP:ProcurementMilestone | ||
487 | + rdf:type owl:Class ; | ||
488 | + rdfs:label "Procurement milestone"^^xsd:string ; | ||
489 | + rdfs:subClassOf ILAP:MilestoneType . | ||
490 | + | ||
471 | ILAP:Programme | 491 | ILAP:Programme |
472 | rdf:type owl:Class ; | 492 | rdf:type owl:Class ; |
473 | rdfs:label "Programme"^^xsd:string ; | 493 | rdfs:label "Programme"^^xsd:string ; |
474 | rdfs:subClassOf ILAP:Project . | 494 | rdfs:subClassOf ILAP:Project . |
475 | 495 | ||
476 | ILAP:Project | 496 | ILAP:Project |
477 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 497 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
478 | rdfs:label "Project"^^xsd:string ; | 498 | rdfs:label "Project"^^xsd:string ; |
479 | rdfs:subClassOf ILAP:Activity ; | 499 | rdfs:subClassOf ILAP:Activity ; |
480 | rdfs:subClassOf | 500 | rdfs:subClassOf |
481 | [ rdf:type owl:Restriction ; | 501 | [ rdf:type owl:Restriction ; |
482 | - owl:allValuesFrom BRREG:OilCompany ; | 502 | + owl:allValuesFrom ILAP:Project ; |
483 | - owl:onProperty ILAP:hasProjectResponsible | 503 | + owl:onProperty ILAP:hasProjectSubproject |
504 | + ] ; | ||
505 | + rdfs:subClassOf | ||
506 | + [ rdf:type owl:Restriction ; | ||
507 | + owl:allValuesFrom ILAP:ExternalReference ; | ||
508 | + owl:onProperty ILAP:hasExternalReference | ||
484 | ] ; | 509 | ] ; |
485 | rdfs:subClassOf | 510 | rdfs:subClassOf |
486 | [ rdf:type owl:Restriction ; | 511 | [ rdf:type owl:Restriction ; |
... | @@ -491,13 +516,8 @@ ILAP:Project | ... | @@ -491,13 +516,8 @@ ILAP:Project |
491 | ] ; | 516 | ] ; |
492 | rdfs:subClassOf | 517 | rdfs:subClassOf |
493 | [ rdf:type owl:Restriction ; | 518 | [ rdf:type owl:Restriction ; |
494 | - owl:allValuesFrom ILAP:ExternalReference ; | 519 | + owl:allValuesFrom BRREG:OilCompany ; |
495 | - owl:onProperty ILAP:hasExternalReference | 520 | + owl:onProperty ILAP:hasProjectResponsible |
496 | - ] ; | ||
497 | - rdfs:subClassOf | ||
498 | - [ rdf:type owl:Restriction ; | ||
499 | - owl:allValuesFrom ILAP:Project ; | ||
500 | - owl:onProperty ILAP:hasProjectSubproject | ||
501 | ] . | 521 | ] . |
502 | 522 | ||
503 | ILAP:ProjectEffectiveness | 523 | ILAP:ProjectEffectiveness |
... | @@ -516,8 +536,8 @@ ILAP:ProjectExecutionPlan | ... | @@ -516,8 +536,8 @@ ILAP:ProjectExecutionPlan |
516 | rdfs:subClassOf ILAP:Network ; | 536 | rdfs:subClassOf ILAP:Network ; |
517 | rdfs:subClassOf | 537 | rdfs:subClassOf |
518 | [ rdf:type owl:Restriction ; | 538 | [ rdf:type owl:Restriction ; |
519 | - owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 539 | + owl:onProperty ILAP:hasPlanProjectType ; |
520 | - owl:onProperty ILAP:hasPlanRollUpPlan | 540 | + owl:someValuesFrom ILAP:PlanProjectType |
521 | ] ; | 541 | ] ; |
522 | rdfs:subClassOf | 542 | rdfs:subClassOf |
523 | [ rdf:type owl:Restriction ; | 543 | [ rdf:type owl:Restriction ; |
... | @@ -531,32 +551,30 @@ ILAP:ProjectExecutionPlan | ... | @@ -531,32 +551,30 @@ ILAP:ProjectExecutionPlan |
531 | ] ; | 551 | ] ; |
532 | rdfs:subClassOf | 552 | rdfs:subClassOf |
533 | [ rdf:type owl:Restriction ; | 553 | [ rdf:type owl:Restriction ; |
534 | - owl:allValuesFrom BRREG:LegalEntity ; | 554 | + owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
535 | - owl:onProperty ILAP:hasPlanResponsible | 555 | + owl:onProperty ILAP:hasPlanSubplan |
536 | ] ; | 556 | ] ; |
537 | rdfs:subClassOf | 557 | rdfs:subClassOf |
538 | [ rdf:type owl:Restriction ; | 558 | [ rdf:type owl:Restriction ; |
539 | - owl:onProperty ILAP:hasPlanProjectType ; | 559 | + owl:onProperty ILAP:hasPlanLevel ; |
540 | - owl:someValuesFrom ILAP:PlanProjectType | 560 | + owl:someValuesFrom ILAP:PlanLevel |
541 | ] ; | 561 | ] ; |
542 | rdfs:subClassOf | 562 | rdfs:subClassOf |
543 | [ rdf:type owl:Restriction ; | 563 | [ rdf:type owl:Restriction ; |
544 | - owl:maxQualifiedCardinality | 564 | + owl:onProperty ILAP:hasPlanContentType ; |
545 | - "1"^^xsd:nonNegativeInteger ; | 565 | + owl:someValuesFrom ILAP:PlanContentType |
546 | - owl:onClass ILAP:PlanLevel ; | ||
547 | - owl:onProperty ILAP:hasPlanLevel | ||
548 | ] ; | 566 | ] ; |
549 | rdfs:subClassOf | 567 | rdfs:subClassOf |
550 | [ rdf:type owl:Restriction ; | 568 | [ rdf:type owl:Restriction ; |
551 | - owl:maxQualifiedCardinality | 569 | + owl:allValuesFrom ILAP:PlanLifecycleStage ; |
552 | - "1"^^xsd:nonNegativeInteger ; | 570 | + owl:onProperty ILAP:hasPlanLifecycleStage |
553 | - owl:onClass ILAP:Project ; | ||
554 | - owl:onProperty ILAP:hasPlanProject | ||
555 | ] ; | 571 | ] ; |
556 | rdfs:subClassOf | 572 | rdfs:subClassOf |
557 | [ rdf:type owl:Restriction ; | 573 | [ rdf:type owl:Restriction ; |
558 | - owl:onProperty ILAP:hasPlanLevel ; | 574 | + owl:maxQualifiedCardinality |
559 | - owl:someValuesFrom ILAP:PlanLevel | 575 | + "1"^^xsd:nonNegativeInteger ; |
576 | + owl:onClass ILAP:PlanLevel ; | ||
577 | + owl:onProperty ILAP:hasPlanLevel | ||
560 | ] ; | 578 | ] ; |
561 | rdfs:subClassOf | 579 | rdfs:subClassOf |
562 | [ rdf:type owl:Restriction ; | 580 | [ rdf:type owl:Restriction ; |
... | @@ -570,29 +588,36 @@ ILAP:ProjectExecutionPlan | ... | @@ -570,29 +588,36 @@ ILAP:ProjectExecutionPlan |
570 | ] ; | 588 | ] ; |
571 | rdfs:subClassOf | 589 | rdfs:subClassOf |
572 | [ rdf:type owl:Restriction ; | 590 | [ rdf:type owl:Restriction ; |
573 | - owl:onProperty ILAP:hasPlanContentType ; | 591 | + owl:allValuesFrom BRREG:LegalEntity ; |
574 | - owl:someValuesFrom ILAP:PlanContentType | 592 | + owl:onProperty ILAP:hasPlanResponsible |
575 | ] ; | 593 | ] ; |
576 | rdfs:subClassOf | 594 | rdfs:subClassOf |
577 | [ rdf:type owl:Restriction ; | 595 | [ rdf:type owl:Restriction ; |
578 | - owl:allValuesFrom ILAP:PlanLifecycleStage ; | 596 | + owl:maxQualifiedCardinality |
579 | - owl:onProperty ILAP:hasPlanLifecycleStage | 597 | + "1"^^xsd:nonNegativeInteger ; |
598 | + owl:onClass ILAP:Project ; | ||
599 | + owl:onProperty ILAP:hasPlanProject | ||
580 | ] ; | 600 | ] ; |
581 | rdfs:subClassOf | 601 | rdfs:subClassOf |
582 | [ rdf:type owl:Restriction ; | 602 | [ rdf:type owl:Restriction ; |
583 | owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 603 | owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
584 | - owl:onProperty ILAP:hasPlanSubplan | 604 | + owl:onProperty ILAP:hasPlanRollUpPlan |
585 | ] . | 605 | ] . |
586 | 606 | ||
607 | +ILAP:ProjectMilestone | ||
608 | + rdf:type owl:Class ; | ||
609 | + rdfs:label "Project milestone"^^xsd:string ; | ||
610 | + rdfs:subClassOf ILAP:MilestoneType . | ||
611 | + | ||
587 | ILAP:Regular8To16WorkingDayCalendar | 612 | ILAP:Regular8To16WorkingDayCalendar |
588 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 613 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
589 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; | 614 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; |
590 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> . | 615 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> . |
591 | 616 | ||
592 | ILAP:Resource | 617 | ILAP:Resource |
593 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; | 618 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; |
594 | rdfs:label "Resource"^^xsd:string ; | 619 | rdfs:label "Resource"^^xsd:string ; |
595 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . | 620 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . |
596 | 621 | ||
597 | ILAP:ResourceEstimate | 622 | ILAP:ResourceEstimate |
598 | rdf:type owl:Class ; | 623 | rdf:type owl:Class ; |
... | @@ -600,14 +625,14 @@ ILAP:ResourceEstimate | ... | @@ -600,14 +625,14 @@ ILAP:ResourceEstimate |
600 | rdfs:subClassOf ILAP:ResourceStructure . | 625 | rdfs:subClassOf ILAP:ResourceStructure . |
601 | 626 | ||
602 | ILAP:ResourceProfile | 627 | ILAP:ResourceProfile |
603 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; | 628 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; |
604 | rdfs:label "Resource profile"^^xsd:string ; | 629 | rdfs:label "Resource profile"^^xsd:string ; |
605 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . | 630 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . |
606 | 631 | ||
607 | ILAP:ResourceProfilePoint | 632 | ILAP:ResourceProfilePoint |
608 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; | 633 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; |
609 | rdfs:label "resource Profile point"^^xsd:string ; | 634 | rdfs:label "resource Profile point"^^xsd:string ; |
610 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . | 635 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . |
611 | 636 | ||
612 | ILAP:ResourceStructure | 637 | ILAP:ResourceStructure |
613 | rdf:type owl:Class ; | 638 | rdf:type owl:Class ; |
... | @@ -615,17 +640,17 @@ ILAP:ResourceStructure | ... | @@ -615,17 +640,17 @@ ILAP:ResourceStructure |
615 | rdfs:subClassOf ILAP:Network . | 640 | rdfs:subClassOf ILAP:Network . |
616 | 641 | ||
617 | ILAP:ResponsibleOrganization | 642 | ILAP:ResponsibleOrganization |
618 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 643 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
619 | rdfs:label "Responsible organization"^^xsd:string ; | 644 | rdfs:label "Responsible organization"^^xsd:string ; |
620 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> . | 645 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing . |
621 | 646 | ||
622 | ILAP:ResponsiblePerson | 647 | ILAP:ResponsiblePerson |
623 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; | 648 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; |
624 | rdfs:label "Responsible"^^xsd:string ; | 649 | rdfs:label "Responsible"^^xsd:string ; |
625 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> . | 650 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing . |
626 | 651 | ||
627 | ILAP:Result | 652 | ILAP:Result |
628 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 653 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
629 | rdfs:label "Result"^^xsd:string ; | 654 | rdfs:label "Result"^^xsd:string ; |
630 | rdfs:subClassOf owl:Thing . | 655 | rdfs:subClassOf owl:Thing . |
631 | 656 | ||
... | @@ -645,9 +670,9 @@ ILAP:RiskType | ... | @@ -645,9 +670,9 @@ ILAP:RiskType |
645 | rdfs:subClassOf owl:Thing . | 670 | rdfs:subClassOf owl:Thing . |
646 | 671 | ||
647 | ILAP:Schedule | 672 | ILAP:Schedule |
648 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 673 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
649 | rdfs:label "Scheduled Activity Network"^^xsd:string ; | 674 | rdfs:label "Scheduled Activity Network"^^xsd:string ; |
650 | - rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; | 675 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ; |
651 | rdfs:subClassOf | 676 | rdfs:subClassOf |
652 | [ rdf:type owl:Restriction ; | 677 | [ rdf:type owl:Restriction ; |
653 | owl:maxQualifiedCardinality | 678 | owl:maxQualifiedCardinality |
... | @@ -657,22 +682,22 @@ ILAP:Schedule | ... | @@ -657,22 +682,22 @@ ILAP:Schedule |
657 | ] . | 682 | ] . |
658 | 683 | ||
659 | ILAP:ScheduledActivity | 684 | ILAP:ScheduledActivity |
660 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 685 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
661 | rdfs:label "Activity in Network Schedule"^^xsd:string ; | 686 | rdfs:label "Activity in Network Schedule"^^xsd:string ; |
662 | rdfs:subClassOf ILAP:PlannedActivity ; | 687 | rdfs:subClassOf ILAP:PlannedActivity ; |
663 | rdfs:subClassOf | 688 | rdfs:subClassOf |
664 | [ rdf:type owl:Restriction ; | 689 | [ rdf:type owl:Restriction ; |
665 | owl:maxQualifiedCardinality | 690 | owl:maxQualifiedCardinality |
666 | "1"^^xsd:nonNegativeInteger ; | 691 | "1"^^xsd:nonNegativeInteger ; |
667 | - owl:onClass ILAP:PlannedActivity ; | 692 | + owl:onClass ILAP:Schedule ; |
668 | - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan | 693 | + owl:onProperty ILAP:hasActivitySchedule |
669 | ] ; | 694 | ] ; |
670 | rdfs:subClassOf | 695 | rdfs:subClassOf |
671 | [ rdf:type owl:Restriction ; | 696 | [ rdf:type owl:Restriction ; |
672 | owl:maxQualifiedCardinality | 697 | owl:maxQualifiedCardinality |
673 | "1"^^xsd:nonNegativeInteger ; | 698 | "1"^^xsd:nonNegativeInteger ; |
674 | - owl:onClass ILAP:Schedule ; | 699 | + owl:onClass ILAP:PlannedActivity ; |
675 | - owl:onProperty ILAP:hasActivitySchedule | 700 | + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan |
676 | ] . | 701 | ] . |
677 | 702 | ||
678 | ILAP:ScheduledMilestone | 703 | ILAP:ScheduledMilestone |
... | @@ -696,9 +721,9 @@ ILAP:ShutdownType | ... | @@ -696,9 +721,9 @@ ILAP:ShutdownType |
696 | rdfs:subClassOf owl:Thing . | 721 | rdfs:subClassOf owl:Thing . |
697 | 722 | ||
698 | ILAP:Source | 723 | ILAP:Source |
699 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | 724 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; |
700 | rdfs:label "Source"^^xsd:string ; | 725 | rdfs:label "Source"^^xsd:string ; |
701 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . | 726 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . |
702 | 727 | ||
703 | ILAP:SourceSpecifiedUserField | 728 | ILAP:SourceSpecifiedUserField |
704 | rdf:type owl:Class ; | 729 | rdf:type owl:Class ; |
... | @@ -716,22 +741,22 @@ ILAP:StartMilestone | ... | @@ -716,22 +741,22 @@ ILAP:StartMilestone |
716 | rdfs:subClassOf ILAP:MilestoneType . | 741 | rdfs:subClassOf ILAP:MilestoneType . |
717 | 742 | ||
718 | ILAP:StartToFinish | 743 | ILAP:StartToFinish |
719 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 744 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
720 | rdfs:label "Start to finish"^^xsd:string ; | 745 | rdfs:label "Start to finish"^^xsd:string ; |
721 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 746 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
722 | 747 | ||
723 | ILAP:StartToStart | 748 | ILAP:StartToStart |
724 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 749 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
725 | rdfs:label "Start to start"^^xsd:string ; | 750 | rdfs:label "Start to start"^^xsd:string ; |
726 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 751 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
727 | 752 | ||
728 | ILAP:Status | 753 | ILAP:Status |
729 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; | 754 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; |
730 | rdfs:label "Status"^^xsd:string ; | 755 | rdfs:label "Status"^^xsd:string ; |
731 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . | 756 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . |
732 | 757 | ||
733 | ILAP:TargetSchedule | 758 | ILAP:TargetSchedule |
734 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 759 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
735 | rdfs:label "Target schedule"^^xsd:string ; | 760 | rdfs:label "Target schedule"^^xsd:string ; |
736 | rdfs:subClassOf ILAP:Schedule . | 761 | rdfs:subClassOf ILAP:Schedule . |
737 | 762 | ||
... | @@ -746,7 +771,7 @@ ILAP:UnitBased | ... | @@ -746,7 +771,7 @@ ILAP:UnitBased |
746 | rdfs:subClassOf ILAP:Resource . | 771 | rdfs:subClassOf ILAP:Resource . |
747 | 772 | ||
748 | ILAP:UserField | 773 | ILAP:UserField |
749 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; | 774 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; |
750 | rdfs:label "User field"^^xsd:string ; | 775 | rdfs:label "User field"^^xsd:string ; |
751 | rdfs:subClassOf ILAP:Data ; | 776 | rdfs:subClassOf ILAP:Data ; |
752 | rdfs:subClassOf | 777 | rdfs:subClassOf |
... | @@ -760,12 +785,12 @@ ILAP:UserField | ... | @@ -760,12 +785,12 @@ ILAP:UserField |
760 | ILAP:Value | 785 | ILAP:Value |
761 | rdf:type owl:Class ; | 786 | rdf:type owl:Class ; |
762 | rdfs:label "Value"^^xsd:string ; | 787 | rdfs:label "Value"^^xsd:string ; |
763 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . | 788 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . |
764 | 789 | ||
765 | ILAP:WeekendsFreeCalendar | 790 | ILAP:WeekendsFreeCalendar |
766 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 791 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
767 | rdfs:label "Weekends free calendar"^^xsd:string ; | 792 | rdfs:label "Weekends free calendar"^^xsd:string ; |
768 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . | 793 | + rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . |
769 | 794 | ||
770 | ILAP:WorkOrder | 795 | ILAP:WorkOrder |
771 | rdf:type owl:Class ; | 796 | rdf:type owl:Class ; |
... | @@ -773,18 +798,18 @@ ILAP:WorkOrder | ... | @@ -773,18 +798,18 @@ ILAP:WorkOrder |
773 | rdfs:subClassOf ILAP:WorkTask . | 798 | rdfs:subClassOf ILAP:WorkTask . |
774 | 799 | ||
775 | ILAP:WorkTask | 800 | ILAP:WorkTask |
776 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 801 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
777 | rdfs:label "Work task"^^xsd:string ; | 802 | rdfs:label "Work task"^^xsd:string ; |
778 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; | 803 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; |
779 | rdfs:subClassOf | 804 | rdfs:subClassOf |
780 | [ rdf:type owl:Restriction ; | 805 | [ rdf:type owl:Restriction ; |
781 | - owl:allValuesFrom BRREG:LegalEntity ; | 806 | + owl:onProperty ILAP:hasWorkTaskActivity ; |
782 | - owl:onProperty ILAP:hasWorkTaskResponsible | 807 | + owl:someValuesFrom ILAP:Activity |
783 | ] ; | 808 | ] ; |
784 | rdfs:subClassOf | 809 | rdfs:subClassOf |
785 | [ rdf:type owl:Restriction ; | 810 | [ rdf:type owl:Restriction ; |
786 | - owl:onProperty ILAP:hasWorkTaskActivity ; | 811 | + owl:allValuesFrom BRREG:LegalEntity ; |
787 | - owl:someValuesFrom ILAP:Activity | 812 | + owl:onProperty ILAP:hasWorkTaskResponsible |
788 | ] . | 813 | ] . |
789 | 814 | ||
790 | ILAP:WorkTaskStatus | 815 | ILAP:WorkTaskStatus |
... | @@ -897,7 +922,7 @@ ILAP:hasActivityPhysicalPercentComplete | ... | @@ -897,7 +922,7 @@ ILAP:hasActivityPhysicalPercentComplete |
897 | rdfs:range xsd:float . | 922 | rdfs:range xsd:float . |
898 | 923 | ||
899 | ILAP:hasActivityPlan | 924 | ILAP:hasActivityPlan |
900 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 925 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
901 | rdfs:domain ILAP:PlannedActivity ; | 926 | rdfs:domain ILAP:PlannedActivity ; |
902 | rdfs:label "has activity plan"^^xsd:string ; | 927 | rdfs:label "has activity plan"^^xsd:string ; |
903 | rdfs:range ILAP:ProjectExecutionPlan . | 928 | rdfs:range ILAP:ProjectExecutionPlan . |
... | @@ -947,7 +972,7 @@ ILAP:hasActivityResponsibleOrganization | ... | @@ -947,7 +972,7 @@ ILAP:hasActivityResponsibleOrganization |
947 | rdfs:range ILAP:ResponsibleOrganization . | 972 | rdfs:range ILAP:ResponsibleOrganization . |
948 | 973 | ||
949 | ILAP:hasActivityResponsiblePerson | 974 | ILAP:hasActivityResponsiblePerson |
950 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 975 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
951 | rdfs:domain ILAP:PlannedActivity ; | 976 | rdfs:domain ILAP:PlannedActivity ; |
952 | rdfs:label "has activity responsible"^^xsd:string ; | 977 | rdfs:label "has activity responsible"^^xsd:string ; |
953 | rdfs:range ILAP:ResponsiblePerson . | 978 | rdfs:range ILAP:ResponsiblePerson . |
... | @@ -982,7 +1007,7 @@ ILAP:hasActivityStatus | ... | @@ -982,7 +1007,7 @@ ILAP:hasActivityStatus |
982 | rdfs:range ILAP:Status . | 1007 | rdfs:range ILAP:Status . |
983 | 1008 | ||
984 | ILAP:hasActivitySuccessor | 1009 | ILAP:hasActivitySuccessor |
985 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1010 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
986 | rdfs:domain ILAP:PlannedActivity ; | 1011 | rdfs:domain ILAP:PlannedActivity ; |
987 | rdfs:label "has activity successor"^^xsd:string ; | 1012 | rdfs:label "has activity successor"^^xsd:string ; |
988 | rdfs:range ILAP:ActivityDependency ; | 1013 | rdfs:range ILAP:ActivityDependency ; |
... | @@ -1043,7 +1068,7 @@ ILAP:hasCalendarDate | ... | @@ -1043,7 +1068,7 @@ ILAP:hasCalendarDate |
1043 | rdfs:label "has calendar date"^^xsd:string . | 1068 | rdfs:label "has calendar date"^^xsd:string . |
1044 | 1069 | ||
1045 | ILAP:hasCalendarFreePeriod | 1070 | ILAP:hasCalendarFreePeriod |
1046 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1071 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
1047 | rdfs:domain ILAP:Calendar ; | 1072 | rdfs:domain ILAP:Calendar ; |
1048 | rdfs:label "has calendarcalendar free period"^^xsd:string ; | 1073 | rdfs:label "has calendarcalendar free period"^^xsd:string ; |
1049 | rdfs:range ILAP:CalendarFreePeriod . | 1074 | rdfs:range ILAP:CalendarFreePeriod . |
... | @@ -1256,7 +1281,7 @@ ILAP:hasPlanContentType | ... | @@ -1256,7 +1281,7 @@ ILAP:hasPlanContentType |
1256 | ILAP:hasPlanContractType | 1281 | ILAP:hasPlanContractType |
1257 | rdf:type owl:ObjectProperty ; | 1282 | rdf:type owl:ObjectProperty ; |
1258 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1283 | rdfs:domain ILAP:ProjectExecutionPlan ; |
1259 | - rdfs:label "has plan contract type"^^xsd:string ; | 1284 | + rdfs:label "has contract form"^^xsd:string ; |
1260 | rdfs:range ILAP:PlanContractType . | 1285 | rdfs:range ILAP:PlanContractType . |
1261 | 1286 | ||
1262 | ILAP:hasPlanContractor | 1287 | ILAP:hasPlanContractor |
... | @@ -1328,7 +1353,7 @@ ILAP:hasPlanProject | ... | @@ -1328,7 +1353,7 @@ ILAP:hasPlanProject |
1328 | ILAP:hasPlanProjectType | 1353 | ILAP:hasPlanProjectType |
1329 | rdf:type owl:ObjectProperty ; | 1354 | rdf:type owl:ObjectProperty ; |
1330 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1355 | rdfs:domain ILAP:ProjectExecutionPlan ; |
1331 | - rdfs:label "has plan project type"^^xsd:string ; | 1356 | + rdfs:label "has project type"^^xsd:string ; |
1332 | rdfs:range ILAP:PlanProjectType . | 1357 | rdfs:range ILAP:PlanProjectType . |
1333 | 1358 | ||
1334 | ILAP:hasPlanRegulator | 1359 | ILAP:hasPlanRegulator |
... | @@ -1338,7 +1363,7 @@ ILAP:hasPlanRegulator | ... | @@ -1338,7 +1363,7 @@ ILAP:hasPlanRegulator |
1338 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1363 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
1339 | 1364 | ||
1340 | ILAP:hasPlanResponsible | 1365 | ILAP:hasPlanResponsible |
1341 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1366 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
1342 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1367 | rdfs:domain ILAP:ProjectExecutionPlan ; |
1343 | rdfs:label "has plan responsible"^^xsd:string ; | 1368 | rdfs:label "has plan responsible"^^xsd:string ; |
1344 | rdfs:range ILAP:ResponsibleOrganization . | 1369 | rdfs:range ILAP:ResponsibleOrganization . |
... | @@ -1538,7 +1563,7 @@ ILAP:hasSourceApplicaton | ... | @@ -1538,7 +1563,7 @@ ILAP:hasSourceApplicaton |
1538 | rdfs:range ILAP:Application . | 1563 | rdfs:range ILAP:Application . |
1539 | 1564 | ||
1540 | ILAP:hasSuccessorActivity | 1565 | ILAP:hasSuccessorActivity |
1541 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1566 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
1542 | rdfs:domain ILAP:ActivityDependency ; | 1567 | rdfs:domain ILAP:ActivityDependency ; |
1543 | rdfs:label "has successor activity "^^xsd:string ; | 1568 | rdfs:label "has successor activity "^^xsd:string ; |
1544 | rdfs:range ILAP:PlannedActivity ; | 1569 | rdfs:range ILAP:PlannedActivity ; |
... | @@ -1566,7 +1591,7 @@ ILAP:hasTimeNow | ... | @@ -1566,7 +1591,7 @@ ILAP:hasTimeNow |
1566 | rdf:type owl:DatatypeProperty ; | 1591 | rdf:type owl:DatatypeProperty ; |
1567 | rdfs:domain ILAP:Schedule ; | 1592 | rdfs:domain ILAP:Schedule ; |
1568 | rdfs:label "has time now"^^xsd:string ; | 1593 | rdfs:label "has time now"^^xsd:string ; |
1569 | - rdfs:range xsd:date , xsd:dateTime . | 1594 | + rdfs:range xsd:dateTime , xsd:date . |
1570 | 1595 | ||
1571 | ILAP:hasUserFieldName | 1596 | ILAP:hasUserFieldName |
1572 | rdf:type owl:DatatypeProperty ; | 1597 | rdf:type owl:DatatypeProperty ; | ... | ... |
... | @@ -13,18 +13,34 @@ UC1: rdf:type owl:Ontology ; | ... | @@ -13,18 +13,34 @@ UC1: rdf:type owl:Ontology ; |
13 | owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; | 13 | owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; |
14 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 14 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
15 | 15 | ||
16 | +ILAP:ActivityPlan_1 | ||
17 | + rdf:type ILAP:ActivityPlan ; | ||
18 | + rdfs:label "Activity plan 1"^^xsd:string . | ||
19 | + | ||
16 | ILAP:ActivityWBS_1 | 20 | ILAP:ActivityWBS_1 |
17 | rdf:type ILAP:ActivityWBS ; | 21 | rdf:type ILAP:ActivityWBS ; |
18 | rdfs:label "Activity WBS 1"^^xsd:string ; | 22 | rdfs:label "Activity WBS 1"^^xsd:string ; |
19 | ILAP:hasWBScomponent | 23 | ILAP:hasWBScomponent |
20 | - SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ; | 24 | + ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA ; |
21 | - ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ; | 25 | + ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ; |
22 | - ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 . | 26 | + ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD . |
23 | 27 | ||
24 | ILAP:COR_KD_1 | 28 | ILAP:COR_KD_1 |
25 | rdf:type SCCS:COR_KD ; | 29 | rdf:type SCCS:COR_KD ; |
26 | rdfs:label "Standard drill equipment for production wellbores"^^xsd:string . | 30 | rdfs:label "Standard drill equipment for production wellbores"^^xsd:string . |
27 | 31 | ||
32 | +ILAP:Calendar_1 | ||
33 | + rdf:type ILAP:Calendar ; | ||
34 | + rdfs:label "Calendar 1"^^xsd:string . | ||
35 | + | ||
36 | +ILAP:Contract_1 | ||
37 | + rdf:type ILAP:Contract ; | ||
38 | + rdfs:label "Contract 1"^^xsd:string . | ||
39 | + | ||
40 | +ILAP:NPD | ||
41 | + rdf:type ILAP:ResponsibleOrganization ; | ||
42 | + rdfs:label "NPD"^^xsd:string . | ||
43 | + | ||
28 | ILAP:PBS_ABB_1 | 44 | ILAP:PBS_ABB_1 |
29 | rdf:type SCCS:PBS_ABB ; | 45 | rdf:type SCCS:PBS_ABB ; |
30 | rdfs:label "Gravity Base with three shafts and domes"^^xsd:string . | 46 | rdfs:label "Gravity Base with three shafts and domes"^^xsd:string . |
... | @@ -75,9 +91,18 @@ ILAP:PlannedActivity_2 | ... | @@ -75,9 +91,18 @@ ILAP:PlannedActivity_2 |
75 | ILAP:hasActivityWorkVolume | 91 | ILAP:hasActivityWorkVolume |
76 | "1500"^^xsd:float . | 92 | "1500"^^xsd:float . |
77 | 93 | ||
94 | +ILAP:ProjectExecutionPlan_1 | ||
95 | + rdf:type ILAP:ProjectExecutionPlan ; | ||
96 | + rdfs:label "Project execution plan 1"^^xsd:string . | ||
97 | + | ||
78 | ILAP:ProjectExecutionPlan_UC1 | 98 | ILAP:ProjectExecutionPlan_UC1 |
79 | rdf:type ILAP:ProjectExecutionPlan ; | 99 | rdf:type ILAP:ProjectExecutionPlan ; |
80 | rdfs:label "Project execution plan UC1"^^xsd:string ; | 100 | rdfs:label "Project execution plan UC1"^^xsd:string ; |
101 | + ILAP:hasPlanAsset ILAP:Asset ; | ||
102 | + ILAP:hasPlanAssetOwner | ||
103 | + ILAP:ResponsibleOrganization ; | ||
104 | + ILAP:hasPlanContentType | ||
105 | + ILAP:Result ; | ||
81 | ILAP:hasPlanContractType | 106 | ILAP:hasPlanContractType |
82 | ILAP:ScheduleDriven ; | 107 | ILAP:ScheduleDriven ; |
83 | ILAP:hasPlanContractor | 108 | ILAP:hasPlanContractor |
... | @@ -89,15 +114,31 @@ ILAP:ProjectExecutionPlan_UC1 | ... | @@ -89,15 +114,31 @@ ILAP:ProjectExecutionPlan_UC1 |
89 | ILAP:hasPlanField <http://data.posccaesar.org/npd/facts/Field-43658> ; | 114 | ILAP:hasPlanField <http://data.posccaesar.org/npd/facts/Field-43658> ; |
90 | ILAP:hasPlanGeoArea ILAP:Field ; | 115 | ILAP:hasPlanGeoArea ILAP:Field ; |
91 | ILAP:hasPlanLevel ILAP:L2_ProjectMasterSchedule ; | 116 | ILAP:hasPlanLevel ILAP:L2_ProjectMasterSchedule ; |
117 | + ILAP:hasPlanLicensePartner | ||
118 | + ILAP:ResponsibleOrganization ; | ||
92 | ILAP:hasPlanOperator | 119 | ILAP:hasPlanOperator |
93 | <http://data.posccaesar.org/brreg/R-ec3fc61d-e9ae-4128-afa3-5b2f2fa59ae8> ; | 120 | <http://data.posccaesar.org/brreg/R-ec3fc61d-e9ae-4128-afa3-5b2f2fa59ae8> ; |
94 | ILAP:hasPlanProjectType | 121 | ILAP:hasPlanProjectType |
95 | ILAP:OperationAndMaintenance ; | 122 | ILAP:OperationAndMaintenance ; |
123 | + ILAP:hasPlanRegulator | ||
124 | + ILAP:NPD ; | ||
125 | + ILAP:hasPlanResponsible | ||
126 | + ILAP:ResponsibleOrganization ; | ||
96 | ILAP:hasPlanShutdown | 127 | ILAP:hasPlanShutdown |
97 | ILAP:SummerShutdown_UC1 ; | 128 | ILAP:SummerShutdown_UC1 ; |
129 | + ILAP:hasPlanSupplier | ||
130 | + ILAP:ResponsibleOrganization ; | ||
98 | ILAP:hasPlanUserField | 131 | ILAP:hasPlanUserField |
99 | ILAP:hasContract . | 132 | ILAP:hasContract . |
100 | 133 | ||
134 | +ILAP:ProjectExecutionSubPlan_1 | ||
135 | + rdf:type ILAP:ProjectExecutionPlan ; | ||
136 | + rdfs:label "Project execution sub plan 1"^^xsd:string . | ||
137 | + | ||
138 | +ILAP:Project_1 | ||
139 | + rdf:type ILAP:Project ; | ||
140 | + rdfs:label "Project 1"^^xsd:string . | ||
141 | + | ||
101 | ILAP:RiskFactor_1 | 142 | ILAP:RiskFactor_1 |
102 | rdf:type ILAP:RiskFactor ; | 143 | rdf:type ILAP:RiskFactor ; |
103 | rdfs:label "Risk factor 1"^^xsd:string ; | 144 | rdfs:label "Risk factor 1"^^xsd:string ; |
... | @@ -107,6 +148,14 @@ ILAP:SAB_51_1 | ... | @@ -107,6 +148,14 @@ ILAP:SAB_51_1 |
107 | rdf:type SCCS:SAB_51 ; | 148 | rdf:type SCCS:SAB_51 ; |
108 | rdfs:label "Prepare drilling equipment for drilling"^^xsd:string . | 149 | rdfs:label "Prepare drilling equipment for drilling"^^xsd:string . |
109 | 150 | ||
151 | +ILAP:ScheduledActivity_1 | ||
152 | + rdf:type ILAP:ScheduledActivity ; | ||
153 | + rdfs:label "Scheduled activity 1"^^xsd:string . | ||
154 | + | ||
155 | +ILAP:ScheduledMilestone_1 | ||
156 | + rdf:type ILAP:ScheduledMilestone ; | ||
157 | + rdfs:label "Scheduled milestone 1"^^xsd:string . | ||
158 | + | ||
110 | ILAP:SummerShutdown_UC1 | 159 | ILAP:SummerShutdown_UC1 |
111 | rdf:type ILAP:Shutdown ; | 160 | rdf:type ILAP:Shutdown ; |
112 | rdfs:label "Summer shutdown UC1"^^xsd:string ; | 161 | rdfs:label "Summer shutdown UC1"^^xsd:string ; |
... | @@ -117,7 +166,7 @@ ILAP:SummerShutdown_UC1 | ... | @@ -117,7 +166,7 @@ ILAP:SummerShutdown_UC1 |
117 | ILAP:hasShutdownPriority | 166 | ILAP:hasShutdownPriority |
118 | ILAP:NormalPriority ; | 167 | ILAP:NormalPriority ; |
119 | ILAP:hasShutdownType | 168 | ILAP:hasShutdownType |
120 | - ILAP:SystemShutdown , ILAP:ProductionShutdown , ILAP:ScheduledShutdown . | 169 | + ILAP:ScheduledShutdown , ILAP:ProductionShutdown , ILAP:SystemShutdown . |
121 | 170 | ||
122 | ILAP:UseCaseAibelToCOPNO | 171 | ILAP:UseCaseAibelToCOPNO |
123 | rdf:type ILAP:Source ; | 172 | rdf:type ILAP:Source ; | ... | ... |
1 | # baseURI: http://data.posccaesar.org/ilap/USERFIELDS | 1 | # baseURI: http://data.posccaesar.org/ilap/USERFIELDS |
2 | 2 | ||
3 | -@prefix ILAP: <http://data.posccaesar.org/ilap/> . | 3 | +@prefix ILAP: <http://data.posccaesar.org/ilap/> . |
4 | -@prefix USERFIELDS: <http://data.posccaesar.org/ilap/USERFIELDS/> . | 4 | +@prefix USERFIELDS: <http://data.posccaesar.org/ilap/USERFIELDS/> . |
5 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 5 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
6 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 6 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
7 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 7 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
8 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 8 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
9 | - | 9 | + |
10 | -ILAP:Activity | ||
11 | - rdf:type owl:Class ; | ||
12 | - rdfs:subClassOf owl:Thing ; | ||
13 | -. | ||
14 | -ILAP:Location | ||
15 | - rdf:type owl:Class ; | ||
16 | - rdfs:subClassOf owl:Thing ; | ||
17 | -. | ||
18 | -ILAP:Portfolio | ||
19 | - rdf:type owl:Class ; | ||
20 | - rdfs:subClassOf owl:Thing ; | ||
21 | -. | ||
22 | ILAP:Source | 10 | ILAP:Source |
23 | - rdf:type owl:Class ; | 11 | + rdf:type owl:Class ; |
24 | - rdfs:subClassOf owl:Thing ; | 12 | + rdfs:subClassOf owl:Thing . |
25 | -. | 13 | + |
26 | USERFIELDS: | 14 | USERFIELDS: |
27 | - rdf:type owl:Ontology ; | 15 | + rdf:type owl:Ontology ; |
28 | - owl:imports <http://data.posccaesar.org/ilap/> ; | 16 | + owl:imports ILAP: ; |
29 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | 17 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
30 | -. | 18 | + |
31 | USERFIELDS:hasActivityProgress | 19 | USERFIELDS:hasActivityProgress |
32 | - rdf:type ILAP:Source ; | 20 | + rdf:type ILAP:Source ; |
33 | - rdfs:label "Activity progress" ; | 21 | + rdfs:label "Activity progress" . |
34 | -. | 22 | + |
35 | USERFIELDS:hasArea | 23 | USERFIELDS:hasArea |
36 | - rdf:type ILAP:Location ; | 24 | + rdf:type ILAP:Source ; |
37 | - rdf:type ILAP:Source ; | 25 | + rdfs:label "Area" . |
38 | - rdfs:label "Area" ; | 26 | + |
39 | -. | ||
40 | USERFIELDS:hasAreaCode | 27 | USERFIELDS:hasAreaCode |
41 | - rdf:type ILAP:Location ; | 28 | + rdf:type ILAP:Source ; |
42 | - rdf:type ILAP:Source ; | 29 | + rdfs:label "Area code" . |
43 | - rdfs:label "Area code" ; | 30 | + |
44 | -. | ||
45 | USERFIELDS:hasAssignment | 31 | USERFIELDS:hasAssignment |
46 | - rdf:type ILAP:Source ; | 32 | + rdf:type ILAP:Source ; |
47 | - rdfs:label "Assignment" ; | 33 | + rdfs:label "Assignment" . |
48 | -. | 34 | + |
49 | USERFIELDS:hasBudgetYear | 35 | USERFIELDS:hasBudgetYear |
50 | - rdf:type ILAP:Source ; | 36 | + rdf:type ILAP:Source ; |
51 | - rdfs:label "Budget year" ; | 37 | + rdfs:label "Budget year" . |
52 | -. | 38 | + |
53 | USERFIELDS:hasBuildingBlock | 39 | USERFIELDS:hasBuildingBlock |
54 | - rdf:type ILAP:Source ; | 40 | + rdf:type ILAP:Source ; |
55 | - rdfs:label "Building block" ; | 41 | + rdfs:label "Building block" . |
56 | -. | 42 | + |
57 | USERFIELDS:hasCTR | 43 | USERFIELDS:hasCTR |
58 | - rdf:type ILAP:Source ; | 44 | + rdf:type ILAP:Source ; |
59 | - rdfs:label "CTR" ; | 45 | + rdfs:label "CTR" . |
60 | -. | 46 | + |
61 | USERFIELDS:hasCause | 47 | USERFIELDS:hasCause |
62 | - rdf:type ILAP:Source ; | 48 | + rdf:type ILAP:Source ; |
63 | - rdfs:label "Cause" ; | 49 | + rdfs:label "Cause" . |
64 | -. | 50 | + |
65 | USERFIELDS:hasCauseCategory | 51 | USERFIELDS:hasCauseCategory |
66 | - rdf:type ILAP:Source ; | 52 | + rdf:type ILAP:Source ; |
67 | - rdfs:label "Cause category" ; | 53 | + rdfs:label "Cause category" . |
68 | -. | 54 | + |
69 | USERFIELDS:hasCommissioningPackage | 55 | USERFIELDS:hasCommissioningPackage |
70 | - rdf:type ILAP:Source ; | 56 | + rdf:type ILAP:Source ; |
71 | - rdfs:label "Commissioning package" ; | 57 | + rdfs:label "Commissioning package" . |
72 | -. | 58 | + |
73 | USERFIELDS:hasCompletionStatus | 59 | USERFIELDS:hasCompletionStatus |
74 | - rdf:type ILAP:Source ; | 60 | + rdf:type ILAP:Source ; |
75 | - rdfs:label "Competition status" ; | 61 | + rdfs:label "Competition status" . |
76 | -. | 62 | + |
77 | USERFIELDS:hasContractType | 63 | USERFIELDS:hasContractType |
78 | - rdf:type ILAP:Source ; | 64 | + rdf:type ILAP:Source ; |
79 | - rdfs:label "Contract type" ; | 65 | + rdfs:label "Contract type" . |
80 | -. | 66 | + |
81 | USERFIELDS:hasCostBreakdownStructure | 67 | USERFIELDS:hasCostBreakdownStructure |
82 | - rdf:type ILAP:Source ; | 68 | + rdf:type ILAP:Source ; |
83 | - rdfs:label "Cost breakdown structure" ; | 69 | + rdfs:label "Cost breakdown structure" . |
84 | -. | 70 | + |
85 | USERFIELDS:hasCostCenter | 71 | USERFIELDS:hasCostCenter |
86 | - rdf:type ILAP:Source ; | 72 | + rdf:type ILAP:Source ; |
87 | - rdfs:label "Cost center" ; | 73 | + rdfs:label "Cost center" . |
88 | -. | 74 | + |
89 | USERFIELDS:hasCriticalPath | 75 | USERFIELDS:hasCriticalPath |
90 | - rdf:type ILAP:Source ; | 76 | + rdf:type ILAP:Source ; |
91 | - rdfs:label "Critical path" ; | 77 | + rdfs:label "Critical path" . |
92 | -. | 78 | + |
93 | USERFIELDS:hasCustomerWBS1 | 79 | USERFIELDS:hasCustomerWBS1 |
94 | - rdf:type ILAP:Source ; | 80 | + rdf:type ILAP:Source ; |
95 | - rdfs:label "Customer WBS1" ; | 81 | + rdfs:label "Customer WBS1" . |
96 | -. | 82 | + |
97 | USERFIELDS:hasCustomerWBS2 | 83 | USERFIELDS:hasCustomerWBS2 |
98 | - rdf:type ILAP:Source ; | 84 | + rdf:type ILAP:Source ; |
99 | - rdfs:label "Customer WBS2" ; | 85 | + rdfs:label "Customer WBS2" . |
100 | -. | 86 | + |
101 | USERFIELDS:hasCustomerWBS3 | 87 | USERFIELDS:hasCustomerWBS3 |
102 | - rdf:type ILAP:Source ; | 88 | + rdf:type ILAP:Source ; |
103 | - rdfs:label "Customer WBS3" ; | 89 | + rdfs:label "Customer WBS3" . |
104 | -. | 90 | + |
105 | USERFIELDS:hasDelivery | 91 | USERFIELDS:hasDelivery |
106 | - rdf:type ILAP:Source ; | 92 | + rdf:type ILAP:Source ; |
107 | - rdfs:label "Delivery" ; | 93 | + rdfs:label "Delivery" . |
108 | -. | 94 | + |
109 | USERFIELDS:hasExecutionMilestone | 95 | USERFIELDS:hasExecutionMilestone |
110 | - rdf:type ILAP:Source ; | 96 | + rdf:type ILAP:Source ; |
111 | - rdfs:label "Execution milestone" ; | 97 | + rdfs:label "Execution milestone" . |
112 | -. | 98 | + |
113 | USERFIELDS:hasExecutionSubDiscipline | 99 | USERFIELDS:hasExecutionSubDiscipline |
114 | - rdf:type ILAP:Source ; | 100 | + rdf:type ILAP:Source ; |
115 | - rdfs:label "Execution subdiscipline" ; | 101 | + rdfs:label "Execution subdiscipline" . |
116 | -. | 102 | + |
117 | USERFIELDS:hasGeographicLocation | 103 | USERFIELDS:hasGeographicLocation |
118 | - rdf:type ILAP:Location ; | 104 | + rdf:type ILAP:Source ; |
119 | - rdf:type ILAP:Source ; | 105 | + rdfs:label "Geographical location" . |
120 | - rdfs:label "Geographical location" ; | 106 | + |
121 | -. | ||
122 | USERFIELDS:hasHabitat | 107 | USERFIELDS:hasHabitat |
123 | - rdf:type ILAP:Source ; | 108 | + rdf:type ILAP:Source ; |
124 | - rdfs:label "Habitat" ; | 109 | + rdfs:label "Habitat" . |
125 | -. | 110 | + |
126 | USERFIELDS:hasIndexCode | 111 | USERFIELDS:hasIndexCode |
127 | - rdf:type ILAP:Source ; | 112 | + rdf:type ILAP:Source ; |
128 | - rdfs:label "Index code" ; | 113 | + rdfs:label "Index code" . |
129 | -. | 114 | + |
130 | USERFIELDS:hasJobCardStatus | 115 | USERFIELDS:hasJobCardStatus |
131 | - rdf:type ILAP:Source ; | 116 | + rdf:type ILAP:Source ; |
132 | - rdfs:label "Job card status" ; | 117 | + rdfs:label "Job card status" . |
133 | -. | 118 | + |
134 | USERFIELDS:hasKPIStatus | 119 | USERFIELDS:hasKPIStatus |
135 | - rdf:type ILAP:Source ; | 120 | + rdf:type ILAP:Source ; |
136 | - rdfs:label "KPI status" ; | 121 | + rdfs:label "KPI status" . |
137 | -. | 122 | + |
138 | USERFIELDS:hasLocationOfWork | 123 | USERFIELDS:hasLocationOfWork |
139 | - rdf:type ILAP:Location ; | 124 | + rdf:type ILAP:Source ; |
140 | - rdf:type ILAP:Source ; | 125 | + rdfs:label "Location of work"^^xsd:string . |
141 | - rdfs:label "Location of work"^^xsd:string ; | 126 | + |
142 | -. | ||
143 | USERFIELDS:hasLocationOnPlatform | 127 | USERFIELDS:hasLocationOnPlatform |
144 | - rdf:type ILAP:Location ; | 128 | + rdf:type ILAP:Source ; |
145 | - rdf:type ILAP:Source ; | 129 | + rdfs:label "Location on platform" . |
146 | - rdfs:label "Location on platform" ; | 130 | + |
147 | -. | ||
148 | USERFIELDS:hasMechanicalCompletionPackage | 131 | USERFIELDS:hasMechanicalCompletionPackage |
149 | - rdf:type ILAP:Source ; | 132 | + rdf:type ILAP:Source ; |
150 | - rdfs:label "Mechanical Completion package" ; | 133 | + rdfs:label "Mechanical Completion package" . |
151 | -. | 134 | + |
152 | USERFIELDS:hasModificationPackage | 135 | USERFIELDS:hasModificationPackage |
153 | - rdf:type ILAP:Source ; | 136 | + rdf:type ILAP:Source ; |
154 | - rdfs:label "Modification package" ; | 137 | + rdfs:label "Modification package" . |
155 | -. | 138 | + |
156 | USERFIELDS:hasNetwork | 139 | USERFIELDS:hasNetwork |
157 | - rdf:type ILAP:Source ; | 140 | + rdf:type ILAP:Source ; |
158 | - rdfs:label "Network" ; | 141 | + rdfs:label "Network" . |
159 | -. | 142 | + |
160 | USERFIELDS:hasNotification | 143 | USERFIELDS:hasNotification |
161 | - rdf:type ILAP:Source ; | 144 | + rdf:type ILAP:Source ; |
162 | - rdfs:label "Notification" ; | 145 | + rdfs:label "Notification" . |
163 | -. | 146 | + |
164 | USERFIELDS:hasOwnerDepartment | 147 | USERFIELDS:hasOwnerDepartment |
165 | - rdf:type ILAP:Source ; | 148 | + rdf:type ILAP:Source ; |
166 | - rdfs:label "Owner department" ; | 149 | + rdfs:label "Owner department" . |
167 | -. | 150 | + |
168 | USERFIELDS:hasPartProject | 151 | USERFIELDS:hasPartProject |
169 | - rdf:type ILAP:Source ; | 152 | + rdf:type ILAP:Source ; |
170 | - rdfs:label "Project part" ; | 153 | + rdfs:label "Project part" . |
171 | -. | 154 | + |
172 | USERFIELDS:hasPortfolio | 155 | USERFIELDS:hasPortfolio |
173 | - rdf:type ILAP:Portfolio ; | 156 | + rdf:type ILAP:Source ; |
174 | - rdf:type ILAP:Source ; | 157 | + rdfs:label "Portfolio" . |
175 | - rdfs:label "Portfolio" ; | 158 | + |
176 | -. | ||
177 | USERFIELDS:hasProcurementPackage | 159 | USERFIELDS:hasProcurementPackage |
178 | - rdf:type ILAP:Source ; | 160 | + rdf:type ILAP:Source ; |
179 | - rdfs:label "Procurement package" ; | 161 | + rdfs:label "Procurement package" . |
180 | -. | 162 | + |
181 | USERFIELDS:hasProjectCode | 163 | USERFIELDS:hasProjectCode |
182 | - rdf:type ILAP:Source ; | 164 | + rdf:type ILAP:Source ; |
183 | - rdfs:label "Project code" ; | 165 | + rdfs:label "Project code" . |
184 | -. | 166 | + |
185 | USERFIELDS:hasProjectType | 167 | USERFIELDS:hasProjectType |
186 | - rdf:type ILAP:Source ; | 168 | + rdf:type ILAP:Source ; |
187 | - rdfs:label "Project type" ; | 169 | + rdfs:label "Project type" . |
188 | -. | 170 | + |
189 | USERFIELDS:hasQuality | 171 | USERFIELDS:hasQuality |
190 | - rdf:type ILAP:Source ; | 172 | + rdf:type ILAP:Source ; |
191 | - rdfs:label "Quality" ; | 173 | + rdfs:label "Quality" . |
192 | -. | 174 | + |
193 | USERFIELDS:hasRank | 175 | USERFIELDS:hasRank |
194 | - rdf:type ILAP:Source ; | 176 | + rdf:type ILAP:Source ; |
195 | - rdfs:label "Rank" ; | 177 | + rdfs:label "Rank" . |
196 | -. | 178 | + |
197 | USERFIELDS:hasReporting | 179 | USERFIELDS:hasReporting |
198 | - rdf:type ILAP:Source ; | 180 | + rdf:type ILAP:Source ; |
199 | - rdfs:label "Reporting" ; | 181 | + rdfs:label "Reporting" . |
200 | -. | 182 | + |
201 | USERFIELDS:hasSRGL | 183 | USERFIELDS:hasSRGL |
202 | - rdf:type ILAP:Source ; | 184 | + rdf:type ILAP:Source ; |
203 | - rdfs:label "SRGL" ; | 185 | + rdfs:label "SRGL" . |
204 | -. | 186 | + |
205 | USERFIELDS:hasSection | 187 | USERFIELDS:hasSection |
206 | - rdf:type ILAP:Source ; | 188 | + rdf:type ILAP:Source ; |
207 | - rdfs:label "Section" ; | 189 | + rdfs:label "Section" . |
208 | -. | 190 | + |
209 | USERFIELDS:hasSectionStatus | 191 | USERFIELDS:hasSectionStatus |
210 | - rdf:type ILAP:Source ; | 192 | + rdf:type ILAP:Source ; |
211 | - rdfs:label "Seciton status" ; | 193 | + rdfs:label "Seciton status" . |
212 | -. | 194 | + |
213 | USERFIELDS:hasShaft | 195 | USERFIELDS:hasShaft |
214 | - rdf:type ILAP:Source ; | 196 | + rdf:type ILAP:Source ; |
215 | - rdfs:label "Shaft" ; | 197 | + rdfs:label "Shaft" . |
216 | -. | 198 | + |
217 | USERFIELDS:hasShutDownPeriod | 199 | USERFIELDS:hasShutDownPeriod |
218 | - rdf:type ILAP:Source ; | 200 | + rdf:type ILAP:Source ; |
219 | - rdfs:label "Shutdown period" ; | 201 | + rdfs:label "Shutdown period" . |
220 | -. | 202 | + |
221 | USERFIELDS:hasSubProjectType | 203 | USERFIELDS:hasSubProjectType |
222 | - rdf:type ILAP:Source ; | 204 | + rdf:type ILAP:Source ; |
223 | - rdfs:label "Subproject type" ; | 205 | + rdfs:label "Subproject type" . |
224 | -. | 206 | + |
225 | USERFIELDS:hasSupplierATS | 207 | USERFIELDS:hasSupplierATS |
226 | - rdf:type ILAP:Source ; | 208 | + rdf:type ILAP:Source ; |
227 | - rdfs:label "Supplier ATS" ; | 209 | + rdfs:label "Supplier ATS" . |
228 | -. | 210 | + |
229 | USERFIELDS:hasSystemType | 211 | USERFIELDS:hasSystemType |
230 | - rdf:type ILAP:Source ; | 212 | + rdf:type ILAP:Source ; |
231 | - rdfs:label "System type" ; | 213 | + rdfs:label "System type" . |
232 | -. | 214 | + |
233 | -USERFIELDS:hasUserField | ||
234 | - rdf:type owl:ObjectProperty ; | ||
235 | - rdfs:domain ILAP:Activity ; | ||
236 | - rdfs:range ILAP:Source ; | ||
237 | -. | ||
238 | -USERFIELDS:hasValue | ||
239 | - rdf:type owl:DatatypeProperty ; | ||
240 | - rdfs:domain USERFIELDS:hasActivityProgress ; | ||
241 | - rdfs:domain USERFIELDS:hasArea ; | ||
242 | - rdfs:domain USERFIELDS:hasAreaCode ; | ||
243 | - rdfs:domain USERFIELDS:hasAssignment ; | ||
244 | - rdfs:domain USERFIELDS:hasBudgetYear ; | ||
245 | - rdfs:domain USERFIELDS:hasBuildingBlock ; | ||
246 | - rdfs:domain USERFIELDS:hasCTR ; | ||
247 | - rdfs:domain USERFIELDS:hasCause ; | ||
248 | - rdfs:domain USERFIELDS:hasCauseCategory ; | ||
249 | - rdfs:domain USERFIELDS:hasCommissioningPackage ; | ||
250 | - rdfs:domain USERFIELDS:hasCompletionStatus ; | ||
251 | - rdfs:domain USERFIELDS:hasContractType ; | ||
252 | - rdfs:domain USERFIELDS:hasCostBreakdownStructure ; | ||
253 | - rdfs:domain USERFIELDS:hasCostCenter ; | ||
254 | - rdfs:domain USERFIELDS:hasCriticalPath ; | ||
255 | - rdfs:domain USERFIELDS:hasCustomerWBS1 ; | ||
256 | - rdfs:domain USERFIELDS:hasCustomerWBS2 ; | ||
257 | - rdfs:domain USERFIELDS:hasCustomerWBS3 ; | ||
258 | - rdfs:domain USERFIELDS:hasDelivery ; | ||
259 | - rdfs:domain USERFIELDS:hasExecutionMilestone ; | ||
260 | - rdfs:domain USERFIELDS:hasExecutionSubDiscipline ; | ||
261 | - rdfs:domain USERFIELDS:hasGeographicLocation ; | ||
262 | - rdfs:domain USERFIELDS:hasHabitat ; | ||
263 | - rdfs:domain USERFIELDS:hasIndexCode ; | ||
264 | - rdfs:domain USERFIELDS:hasJobCardStatus ; | ||
265 | - rdfs:domain USERFIELDS:hasKPIStatus ; | ||
266 | - rdfs:domain USERFIELDS:hasLocationOfWork ; | ||
267 | - rdfs:domain USERFIELDS:hasLocationOnPlatform ; | ||
268 | - rdfs:domain USERFIELDS:hasMechanicalCompletionPackage ; | ||
269 | - rdfs:domain USERFIELDS:hasModificationPackage ; | ||
270 | - rdfs:domain USERFIELDS:hasNetwork ; | ||
271 | - rdfs:domain USERFIELDS:hasNotification ; | ||
272 | - rdfs:domain USERFIELDS:hasOwnerDepartment ; | ||
273 | - rdfs:domain USERFIELDS:hasPartProject ; | ||
274 | - rdfs:domain USERFIELDS:hasPortfolio ; | ||
275 | - rdfs:domain USERFIELDS:hasProcurementPackage ; | ||
276 | - rdfs:domain USERFIELDS:hasProjectCode ; | ||
277 | - rdfs:domain USERFIELDS:hasProjectType ; | ||
278 | - rdfs:domain USERFIELDS:hasQuality ; | ||
279 | - rdfs:domain USERFIELDS:hasRank ; | ||
280 | - rdfs:domain USERFIELDS:hasReporting ; | ||
281 | - rdfs:domain USERFIELDS:hasSRGL ; | ||
282 | - rdfs:domain USERFIELDS:hasSection ; | ||
283 | - rdfs:domain USERFIELDS:hasSectionStatus ; | ||
284 | - rdfs:domain USERFIELDS:hasShaft ; | ||
285 | - rdfs:domain USERFIELDS:hasShutDownPeriod ; | ||
286 | - rdfs:domain USERFIELDS:hasSubProjectType ; | ||
287 | - rdfs:domain USERFIELDS:hasSupplierATS ; | ||
288 | - rdfs:domain USERFIELDS:hasSystemType ; | ||
289 | - rdfs:domain USERFIELDS:hasUserField ; | ||
290 | - rdfs:domain USERFIELDS:hasWBS1 ; | ||
291 | - rdfs:domain USERFIELDS:hasWBS2 ; | ||
292 | - rdfs:domain USERFIELDS:hasWBS3 ; | ||
293 | - rdfs:domain USERFIELDS:hasWBS4 ; | ||
294 | - rdfs:domain USERFIELDS:hasWBS5 ; | ||
295 | - rdfs:domain USERFIELDS:hasWorkOrder ; | ||
296 | - rdfs:range xsd:string ; | ||
297 | -. | ||
298 | -USERFIELDS:hasValueSource | ||
299 | - rdf:type owl:DatatypeProperty ; | ||
300 | - rdfs:domain USERFIELDS:hasActivityProgress ; | ||
301 | - rdfs:domain USERFIELDS:hasArea ; | ||
302 | - rdfs:domain USERFIELDS:hasAreaCode ; | ||
303 | - rdfs:domain USERFIELDS:hasAssignment ; | ||
304 | - rdfs:domain USERFIELDS:hasBudgetYear ; | ||
305 | - rdfs:domain USERFIELDS:hasBuildingBlock ; | ||
306 | - rdfs:domain USERFIELDS:hasCTR ; | ||
307 | - rdfs:domain USERFIELDS:hasCause ; | ||
308 | - rdfs:domain USERFIELDS:hasCauseCategory ; | ||
309 | - rdfs:domain USERFIELDS:hasCommissioningPackage ; | ||
310 | - rdfs:domain USERFIELDS:hasCompletionStatus ; | ||
311 | - rdfs:domain USERFIELDS:hasContractType ; | ||
312 | - rdfs:domain USERFIELDS:hasCostBreakdownStructure ; | ||
313 | - rdfs:domain USERFIELDS:hasCostCenter ; | ||
314 | - rdfs:domain USERFIELDS:hasCriticalPath ; | ||
315 | - rdfs:domain USERFIELDS:hasCustomerWBS1 ; | ||
316 | - rdfs:domain USERFIELDS:hasCustomerWBS2 ; | ||
317 | - rdfs:domain USERFIELDS:hasCustomerWBS3 ; | ||
318 | - rdfs:domain USERFIELDS:hasDelivery ; | ||
319 | - rdfs:domain USERFIELDS:hasExecutionMilestone ; | ||
320 | - rdfs:domain USERFIELDS:hasExecutionSubDiscipline ; | ||
321 | - rdfs:domain USERFIELDS:hasGeographicLocation ; | ||
322 | - rdfs:domain USERFIELDS:hasHabitat ; | ||
323 | - rdfs:domain USERFIELDS:hasIndexCode ; | ||
324 | - rdfs:domain USERFIELDS:hasJobCardStatus ; | ||
325 | - rdfs:domain USERFIELDS:hasKPIStatus ; | ||
326 | - rdfs:domain USERFIELDS:hasLocationOfWork ; | ||
327 | - rdfs:domain USERFIELDS:hasLocationOnPlatform ; | ||
328 | - rdfs:domain USERFIELDS:hasMechanicalCompletionPackage ; | ||
329 | - rdfs:domain USERFIELDS:hasModificationPackage ; | ||
330 | - rdfs:domain USERFIELDS:hasNetwork ; | ||
331 | - rdfs:domain USERFIELDS:hasNotification ; | ||
332 | - rdfs:domain USERFIELDS:hasOwnerDepartment ; | ||
333 | - rdfs:domain USERFIELDS:hasPartProject ; | ||
334 | - rdfs:domain USERFIELDS:hasPortfolio ; | ||
335 | - rdfs:domain USERFIELDS:hasProcurementPackage ; | ||
336 | - rdfs:domain USERFIELDS:hasProjectCode ; | ||
337 | - rdfs:domain USERFIELDS:hasProjectType ; | ||
338 | - rdfs:domain USERFIELDS:hasQuality ; | ||
339 | - rdfs:domain USERFIELDS:hasRank ; | ||
340 | - rdfs:domain USERFIELDS:hasReporting ; | ||
341 | - rdfs:domain USERFIELDS:hasSRGL ; | ||
342 | - rdfs:domain USERFIELDS:hasSection ; | ||
343 | - rdfs:domain USERFIELDS:hasSectionStatus ; | ||
344 | - rdfs:domain USERFIELDS:hasShaft ; | ||
345 | - rdfs:domain USERFIELDS:hasShutDownPeriod ; | ||
346 | - rdfs:domain USERFIELDS:hasSubProjectType ; | ||
347 | - rdfs:domain USERFIELDS:hasSupplierATS ; | ||
348 | - rdfs:domain USERFIELDS:hasSystemType ; | ||
349 | - rdfs:domain USERFIELDS:hasUserField ; | ||
350 | - rdfs:domain USERFIELDS:hasWBS1 ; | ||
351 | - rdfs:domain USERFIELDS:hasWBS2 ; | ||
352 | - rdfs:domain USERFIELDS:hasWBS3 ; | ||
353 | - rdfs:domain USERFIELDS:hasWBS4 ; | ||
354 | - rdfs:domain USERFIELDS:hasWBS5 ; | ||
355 | - rdfs:domain USERFIELDS:hasWorkOrder ; | ||
356 | - rdfs:range xsd:string ; | ||
357 | -. | ||
358 | USERFIELDS:hasWBS1 | 215 | USERFIELDS:hasWBS1 |
359 | - rdf:type ILAP:Source ; | 216 | + rdf:type ILAP:Source ; |
360 | - rdfs:label "WBS1" ; | 217 | + rdfs:label "WBS1" . |
361 | -. | 218 | + |
362 | USERFIELDS:hasWBS2 | 219 | USERFIELDS:hasWBS2 |
363 | - rdf:type ILAP:Source ; | 220 | + rdf:type ILAP:Source ; |
364 | - rdfs:label "WBS2" ; | 221 | + rdfs:label "WBS2" . |
365 | -. | 222 | + |
366 | USERFIELDS:hasWBS3 | 223 | USERFIELDS:hasWBS3 |
367 | - rdf:type ILAP:Source ; | 224 | + rdf:type ILAP:Source ; |
368 | - rdfs:label "WBS3" ; | 225 | + rdfs:label "WBS3" . |
369 | -. | 226 | + |
370 | USERFIELDS:hasWBS4 | 227 | USERFIELDS:hasWBS4 |
371 | - rdf:type ILAP:Source ; | 228 | + rdf:type ILAP:Source ; |
372 | - rdfs:label "WBS4" ; | 229 | + rdfs:label "WBS4" . |
373 | -. | 230 | + |
374 | USERFIELDS:hasWBS5 | 231 | USERFIELDS:hasWBS5 |
375 | - rdf:type ILAP:Source ; | 232 | + rdf:type ILAP:Source ; |
376 | - rdfs:label "WBS5" ; | 233 | + rdfs:label "WBS5" . |
377 | -. | 234 | + |
378 | USERFIELDS:hasWorkOrder | 235 | USERFIELDS:hasWorkOrder |
379 | - rdf:type ILAP:Source ; | 236 | + rdf:type ILAP:WorkOrder , ILAP:Source ; |
380 | - rdf:type ILAP:WorkOrder ; | 237 | + rdfs:label "Work order" . |
381 | - rdfs:label "Work order" ; | 238 | + |
382 | -. | 239 | +ILAP:hasUserField |
240 | + rdf:type owl:ObjectProperty ; | ||
241 | + rdfs:range ILAP:Source . | ||
242 | + | ||
243 | +ILAP:hasValue | ||
244 | + rdf:type owl:DatatypeProperty ; | ||
245 | + rdfs:domain USERFIELDS:hasWBS4 , USERFIELDS:hasCause , USERFIELDS:hasCustomerWBS3 , USERFIELDS:hasProjectCode , USERFIELDS:hasAreaCode , USERFIELDS:hasCauseCategory , USERFIELDS:hasNetwork , USERFIELDS:hasPortfolio , USERFIELDS:hasHabitat , USERFIELDS:hasCommissioningPackage , USERFIELDS:hasAssignment , USERFIELDS:hasWBS3 , USERFIELDS:hasProcurementPackage , USERFIELDS:hasSubProjectType , USERFIELDS:hasCompletionStatus , USERFIELDS:hasWBS5 , USERFIELDS:hasKPIStatus , USERFIELDS:hasExecutionSubDiscipline , USERFIELDS:hasIndexCode , USERFIELDS:hasArea , USERFIELDS:hasSectionStatus , USERFIELDS:hasContractType , USERFIELDS:hasCTR , ILAP:hasUserField , USERFIELDS:hasPartProject , USERFIELDS:hasWorkOrder , USERFIELDS:hasActivityProgress , USERFIELDS:hasWBS1 , USERFIELDS:hasNotification , USERFIELDS:hasBuildingBlock , USERFIELDS:hasReporting , USERFIELDS:hasShutDownPeriod , USERFIELDS:hasRank , USERFIELDS:hasOwnerDepartment , USERFIELDS:hasSystemType , USERFIELDS:hasExecutionMilestone , USERFIELDS:hasSection , USERFIELDS:hasSRGL , USERFIELDS:hasCustomerWBS1 , USERFIELDS:hasLocationOnPlatform , USERFIELDS:hasCustomerWBS2 , USERFIELDS:hasQuality , USERFIELDS:hasDelivery , USERFIELDS:hasGeographicLocation , USERFIELDS:hasCostBreakdownStructure , USERFIELDS:hasCostCenter , USERFIELDS:hasModificationPackage , USERFIELDS:hasLocationOfWork , USERFIELDS:hasMechanicalCompletionPackage , USERFIELDS:hasJobCardStatus , USERFIELDS:hasCriticalPath , USERFIELDS:hasWBS2 , USERFIELDS:hasShaft , USERFIELDS:hasBudgetYear , USERFIELDS:hasProjectType , USERFIELDS:hasSupplierATS ; | ||
246 | + rdfs:range xsd:string . | ||
247 | + | ||
248 | +ILAP:hasValueSource | ||
249 | + rdf:type owl:DatatypeProperty ; | ||
250 | + rdfs:domain USERFIELDS:hasBuildingBlock , USERFIELDS:hasCostBreakdownStructure , USERFIELDS:hasSection , USERFIELDS:hasCustomerWBS3 , USERFIELDS:hasHabitat , USERFIELDS:hasProcurementPackage , USERFIELDS:hasRank , USERFIELDS:hasWorkOrder , USERFIELDS:hasActivityProgress , USERFIELDS:hasNetwork , USERFIELDS:hasAreaCode , USERFIELDS:hasContractType , USERFIELDS:hasOwnerDepartment , USERFIELDS:hasWBS1 , USERFIELDS:hasCostCenter , USERFIELDS:hasIndexCode , USERFIELDS:hasWBS2 , USERFIELDS:hasProjectCode , USERFIELDS:hasMechanicalCompletionPackage , ILAP:hasUserField , USERFIELDS:hasCommissioningPackage , USERFIELDS:hasPortfolio , USERFIELDS:hasProjectType , USERFIELDS:hasCustomerWBS1 , USERFIELDS:hasExecutionSubDiscipline , USERFIELDS:hasKPIStatus , USERFIELDS:hasDelivery , USERFIELDS:hasNotification , USERFIELDS:hasSectionStatus , USERFIELDS:hasCauseCategory , USERFIELDS:hasCTR , USERFIELDS:hasWBS4 , USERFIELDS:hasCriticalPath , USERFIELDS:hasModificationPackage , USERFIELDS:hasSRGL , USERFIELDS:hasWBS3 , USERFIELDS:hasBudgetYear , USERFIELDS:hasReporting , USERFIELDS:hasGeographicLocation , USERFIELDS:hasAssignment , USERFIELDS:hasSystemType , USERFIELDS:hasCompletionStatus , USERFIELDS:hasExecutionMilestone , USERFIELDS:hasCustomerWBS2 , USERFIELDS:hasQuality , USERFIELDS:hasLocationOfWork , USERFIELDS:hasShutDownPeriod , USERFIELDS:hasShaft , USERFIELDS:hasPartProject , USERFIELDS:hasWBS5 , USERFIELDS:hasSubProjectType , USERFIELDS:hasLocationOnPlatform , USERFIELDS:hasCause , USERFIELDS:hasSupplierATS , USERFIELDS:hasArea , USERFIELDS:hasJobCardStatus ; | ||
251 | + rdfs:range xsd:string . | ... | ... |
-
Please register or login to post a comment