Showing
4 changed files
with
1468 additions
and
951 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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 17 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
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:Discipline ; | 21 | + owl:allValuesFrom ILAP:Status ; |
22 | - owl:onProperty ILAP:hasActivityDiscipline | 22 | + owl:onProperty ILAP:hasActivityStatus |
23 | ] ; | 23 | ] ; |
24 | rdfs:subClassOf | 24 | rdfs:subClassOf |
25 | [ rdf:type owl:Restriction ; | 25 | [ rdf:type owl:Restriction ; |
26 | - owl:allValuesFrom ILAP:Calendar ; | 26 | + owl:onProperty ILAP:hasExternalReference ; |
27 | - owl:onProperty ILAP:hasActivityCalendar | 27 | + owl:someValuesFrom ILAP:ExternalReference |
28 | ] ; | 28 | ] ; |
29 | rdfs:subClassOf | 29 | rdfs:subClassOf |
30 | [ rdf:type owl:Restriction ; | 30 | [ rdf:type owl:Restriction ; |
31 | - owl:onProperty ILAP:hasExternalReference ; | 31 | + owl:allValuesFrom ILAP:Calendar ; |
32 | - owl:someValuesFrom ILAP:ExternalReference | 32 | + owl:onProperty ILAP:hasActivityCalendar |
33 | ] ; | 33 | ] ; |
34 | rdfs:subClassOf | 34 | rdfs:subClassOf |
35 | [ rdf:type owl:Restriction ; | 35 | [ rdf:type owl:Restriction ; |
36 | - owl:allValuesFrom ILAP:Status ; | 36 | + owl:allValuesFrom ILAP:Discipline ; |
37 | - owl:onProperty ILAP:hasActivityStatus | 37 | + owl:onProperty ILAP:hasActivityDiscipline |
38 | ] . | 38 | ] . |
39 | 39 | ||
40 | ILAP:ActivityDependency | 40 | ILAP:ActivityDependency |
41 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 41 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
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:hasPredecessorActivity ; | 47 | + owl:onProperty ILAP:hasSuccessorActivity ; |
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:hasSuccessorActivity ; | 54 | + owl:onProperty ILAP:hasPredecessorActivity ; |
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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 60 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; | 75 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; |
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 <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing . | 82 | + rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . |
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 <http://posccaesar.org/rdl/RDS13318199> , owl:Thing . | 87 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . |
88 | 88 | ||
89 | ILAP:Baseline | 89 | ILAP:Baseline |
90 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 90 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 103 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
104 | rdfs:label "Calendar"^^xsd:string ; | 104 | rdfs:label "Calendar"^^xsd:string ; |
105 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; | 105 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; |
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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 113 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
114 | rdfs:label "Calendar day"^^xsd:string ; | 114 | rdfs:label "Calendar day"^^xsd:string ; |
115 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . | 115 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing . |
116 | 116 | ||
117 | ILAP:CalendarFreePeriod | 117 | ILAP:CalendarFreePeriod |
118 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | 118 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; |
119 | rdfs:label "Calendar free period"^^xsd:string ; | 119 | rdfs:label "Calendar free period"^^xsd:string ; |
120 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; | 120 | + rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; |
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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | 132 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; |
133 | rdfs:label "Free day"^^xsd:string ; | 133 | rdfs:label "Free day"^^xsd:string ; |
134 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . | 134 | + rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . |
135 | 135 | ||
136 | ILAP:CalendarHour | 136 | ILAP:CalendarHour |
137 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 137 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
138 | rdfs:label "calendar hour"^^xsd:string ; | 138 | rdfs:label "calendar hour"^^xsd:string ; |
139 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> . | 139 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing . |
140 | 140 | ||
141 | ILAP:CalendarPeriod | 141 | ILAP:CalendarPeriod |
142 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ; | 142 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; |
143 | rdfs:label "Calendar period"^^xsd:string ; | 143 | rdfs:label "Calendar period"^^xsd:string ; |
144 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ; | 144 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; |
145 | rdfs:subClassOf | 145 | rdfs:subClassOf |
146 | [ rdf:type owl:Restriction ; | 146 | [ rdf:type owl:Restriction ; |
147 | - owl:allValuesFrom ILAP:CalendarDay ; | 147 | + owl:allValuesFrom ILAP:CalendarHour ; |
148 | - owl:onProperty ILAP:hasCalendarPeriodDay | 148 | + owl:onProperty ILAP:hasCalendarPeriodHour |
149 | ] ; | 149 | ] ; |
150 | rdfs:subClassOf | 150 | rdfs:subClassOf |
151 | [ rdf:type owl:Restriction ; | 151 | [ rdf:type owl:Restriction ; |
152 | - owl:allValuesFrom ILAP:CalendarHour ; | 152 | + owl:allValuesFrom ILAP:CalendarDay ; |
153 | - owl:onProperty ILAP:hasCalendarPeriodHour | 153 | + owl:onProperty ILAP:hasCalendarPeriodDay |
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 <http://posccaesar.org/rdl/RDS330344> , owl:Thing . | 169 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> . |
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 <http://posccaesar.org/rdl/RDS7953078> , owl:Thing . | 179 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . |
180 | 180 | ||
181 | ILAP:ContractMilestone | 181 | ILAP:ContractMilestone |
182 | rdf:type owl:Class ; | 182 | rdf:type owl:Class ; |
... | @@ -201,7 +201,7 @@ ILAP:ControlSchedule | ... | @@ -201,7 +201,7 @@ ILAP:ControlSchedule |
201 | ILAP:Cost | 201 | ILAP:Cost |
202 | rdf:type owl:Class ; | 202 | rdf:type owl:Class ; |
203 | rdfs:label "Cost"^^xsd:string ; | 203 | rdfs:label "Cost"^^xsd:string ; |
204 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing . | 204 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . |
205 | 205 | ||
206 | ILAP:CostBased | 206 | ILAP:CostBased |
207 | rdf:type owl:Class ; | 207 | rdf:type owl:Class ; |
... | @@ -209,14 +209,14 @@ ILAP:CostBased | ... | @@ -209,14 +209,14 @@ ILAP:CostBased |
209 | rdfs:subClassOf ILAP:Resource . | 209 | rdfs:subClassOf ILAP:Resource . |
210 | 210 | ||
211 | ILAP:CurrentSchedule | 211 | ILAP:CurrentSchedule |
212 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 212 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
213 | rdfs:label "Current schedule"^^xsd:string ; | 213 | rdfs:label "Current schedule"^^xsd:string ; |
214 | rdfs:subClassOf ILAP:Schedule . | 214 | rdfs:subClassOf ILAP:Schedule . |
215 | 215 | ||
216 | ILAP:Data | 216 | ILAP:Data |
217 | rdf:type owl:Class ; | 217 | rdf:type owl:Class ; |
218 | rdfs:label "Data"^^xsd:string ; | 218 | rdfs:label "Data"^^xsd:string ; |
219 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ; | 219 | + rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; |
220 | rdfs:subClassOf | 220 | rdfs:subClassOf |
221 | [ rdf:type owl:Restriction ; | 221 | [ rdf:type owl:Restriction ; |
222 | owl:onClass ILAP:Project ; | 222 | owl:onClass ILAP:Project ; |
... | @@ -246,7 +246,7 @@ ILAP:DesignMilestone | ... | @@ -246,7 +246,7 @@ ILAP:DesignMilestone |
246 | rdfs:subClassOf ILAP:MilestoneType . | 246 | rdfs:subClassOf ILAP:MilestoneType . |
247 | 247 | ||
248 | ILAP:Discipline | 248 | ILAP:Discipline |
249 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; | 249 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; |
250 | rdfs:label "Discipline"^^xsd:string ; | 250 | rdfs:label "Discipline"^^xsd:string ; |
251 | rdfs:subClassOf owl:Thing . | 251 | rdfs:subClassOf owl:Thing . |
252 | 252 | ||
... | @@ -261,15 +261,13 @@ ILAP:EngineeringMilestone | ... | @@ -261,15 +261,13 @@ ILAP:EngineeringMilestone |
261 | rdfs:subClassOf ILAP:MilestoneType . | 261 | rdfs:subClassOf ILAP:MilestoneType . |
262 | 262 | ||
263 | ILAP:ExternalReference | 263 | ILAP:ExternalReference |
264 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | 264 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; |
265 | rdfs:label "External Reference"^^xsd:string ; | 265 | rdfs:label "External Reference"^^xsd:string ; |
266 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; | 266 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; |
267 | rdfs:subClassOf | 267 | rdfs:subClassOf |
268 | [ rdf:type owl:Restriction ; | 268 | [ rdf:type owl:Restriction ; |
269 | - owl:onDataRange xsd:string ; | 269 | + owl:allValuesFrom ILAP:Application ; |
270 | - owl:onProperty ILAP:hasObjectReferenceID ; | 270 | + owl:onProperty ILAP:hasReferenceApplication |
271 | - owl:qualifiedCardinality | ||
272 | - "1"^^xsd:nonNegativeInteger | ||
273 | ] ; | 271 | ] ; |
274 | rdfs:subClassOf | 272 | rdfs:subClassOf |
275 | [ rdf:type owl:Restriction ; | 273 | [ rdf:type owl:Restriction ; |
... | @@ -278,8 +276,10 @@ ILAP:ExternalReference | ... | @@ -278,8 +276,10 @@ ILAP:ExternalReference |
278 | ] ; | 276 | ] ; |
279 | rdfs:subClassOf | 277 | rdfs:subClassOf |
280 | [ rdf:type owl:Restriction ; | 278 | [ rdf:type owl:Restriction ; |
281 | - owl:allValuesFrom ILAP:Application ; | 279 | + owl:onDataRange xsd:string ; |
282 | - owl:onProperty ILAP:hasReferenceApplication | 280 | + owl:onProperty ILAP:hasObjectReferenceID ; |
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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 296 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
297 | rdfs:label "Finish to finish"^^xsd:string ; | 297 | rdfs:label "Finish to finish"^^xsd:string ; |
298 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 298 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
299 | 299 | ||
300 | ILAP:FinishToStart | 300 | ILAP:FinishToStart |
301 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 301 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
302 | rdfs:label "Finish to start"^^xsd:string ; | 302 | rdfs:label "Finish to start"^^xsd:string ; |
303 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 303 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
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 <http://posccaesar.org/rdl/RDS11711488> , owl:Thing . | 318 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . |
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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 336 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; | 341 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; |
342 | rdfs:label "Location"^^xsd:string ; | 342 | rdfs:label "Location"^^xsd:string ; |
343 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . | 343 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . |
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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; | 351 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; |
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 <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . | 362 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . |
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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 393 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
394 | rdfs:label "Plan classifier"^^xsd:string ; | 394 | rdfs:label "Plan classifier"^^xsd:string ; |
395 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . | 395 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . |
396 | 396 | ||
397 | ILAP:PlanContentType | 397 | ILAP:PlanContentType |
398 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | 398 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; |
399 | rdfs:label "Plan content type"^^xsd:string ; | 399 | rdfs:label "Plan content type"^^xsd:string ; |
400 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . | 400 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . |
401 | 401 | ||
402 | ILAP:PlanContractType | 402 | ILAP:PlanContractType |
403 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 403 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
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 <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> ; |
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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; | 413 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; |
414 | rdfs:label "Plan geographic area"^^xsd:string ; | 414 | rdfs:label "Plan geographic area"^^xsd:string ; |
415 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 415 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
416 | 416 | ||
417 | ILAP:PlanLevel | 417 | ILAP:PlanLevel |
418 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 418 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
419 | rdfs:label "Plan level"^^xsd:string ; | 419 | rdfs:label "Plan level"^^xsd:string ; |
420 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 420 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
421 | 421 | ||
422 | ILAP:PlanLifecycleStage | 422 | ILAP:PlanLifecycleStage |
423 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 423 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
424 | rdfs:label "Plan lifecycle stage"^^xsd:string ; | 424 | rdfs:label "Plan lifecycle stage"^^xsd:string ; |
425 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 425 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
426 | 426 | ||
427 | ILAP:PlanObjectiveType | 427 | ILAP:PlanObjectiveType |
428 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; | 428 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; |
429 | rdfs:label "Plan objective type"^^xsd:string ; | 429 | rdfs:label "Plan objective type"^^xsd:string ; |
430 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . | 430 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . |
431 | 431 | ||
432 | ILAP:PlanProjectType | 432 | ILAP:PlanProjectType |
433 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 433 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
434 | rdfs:label "Plan project type"^^xsd:string ; | 434 | rdfs:label "Plan project type"^^xsd:string ; |
435 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . | 435 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . |
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,8 +440,20 @@ ILAP:PlannedActivity | ... | @@ -440,8 +440,20 @@ 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:ActivityDependency ; | 443 | + owl:maxQualifiedCardinality |
444 | - owl:onProperty ILAP:hasActivitySuccessor | 444 | + "1"^^xsd:nonNegativeInteger ; |
445 | + owl:onClass ILAP:Facility ; | ||
446 | + owl:onProperty ILAP:hasActivityFacility | ||
447 | + ] ; | ||
448 | + rdfs:subClassOf | ||
449 | + [ rdf:type owl:Restriction ; | ||
450 | + owl:allValuesFrom ILAP:ActivityWBS ; | ||
451 | + owl:onProperty ILAP:hasActivityWBSelement | ||
452 | + ] ; | ||
453 | + rdfs:subClassOf | ||
454 | + [ rdf:type owl:Restriction ; | ||
455 | + owl:allValuesFrom ILAP:ResourceProfile ; | ||
456 | + owl:onProperty ILAP:hasActivityResourceProfile | ||
445 | ] ; | 457 | ] ; |
446 | rdfs:subClassOf | 458 | rdfs:subClassOf |
447 | [ rdf:type owl:Restriction ; | 459 | [ rdf:type owl:Restriction ; |
... | @@ -452,18 +464,13 @@ ILAP:PlannedActivity | ... | @@ -452,18 +464,13 @@ ILAP:PlannedActivity |
452 | ] ; | 464 | ] ; |
453 | rdfs:subClassOf | 465 | rdfs:subClassOf |
454 | [ rdf:type owl:Restriction ; | 466 | [ rdf:type owl:Restriction ; |
455 | - owl:allValuesFrom ILAP:Location ; | ||
456 | - owl:onProperty ILAP:hasActivityLocation | ||
457 | - ] ; | ||
458 | - rdfs:subClassOf | ||
459 | - [ rdf:type owl:Restriction ; | ||
460 | owl:onProperty ILAP:hasActivityDiscipline ; | 467 | owl:onProperty ILAP:hasActivityDiscipline ; |
461 | owl:someValuesFrom ILAP:Discipline | 468 | owl:someValuesFrom ILAP:Discipline |
462 | ] ; | 469 | ] ; |
463 | rdfs:subClassOf | 470 | rdfs:subClassOf |
464 | [ rdf:type owl:Restriction ; | 471 | [ rdf:type owl:Restriction ; |
465 | - owl:allValuesFrom ILAP:Result ; | 472 | + owl:allValuesFrom ILAP:ActivityDependency ; |
466 | - owl:onProperty ILAP:hasActivityResult | 473 | + owl:onProperty ILAP:hasActivitySuccessor |
467 | ] ; | 474 | ] ; |
468 | rdfs:subClassOf | 475 | rdfs:subClassOf |
469 | [ rdf:type owl:Restriction ; | 476 | [ rdf:type owl:Restriction ; |
... | @@ -472,8 +479,8 @@ ILAP:PlannedActivity | ... | @@ -472,8 +479,8 @@ ILAP:PlannedActivity |
472 | ] ; | 479 | ] ; |
473 | rdfs:subClassOf | 480 | rdfs:subClassOf |
474 | [ rdf:type owl:Restriction ; | 481 | [ rdf:type owl:Restriction ; |
475 | - owl:allValuesFrom ILAP:ActivityWBS ; | 482 | + owl:allValuesFrom ILAP:Location ; |
476 | - owl:onProperty ILAP:hasActivityWBSelement | 483 | + owl:onProperty ILAP:hasActivityLocation |
477 | ] ; | 484 | ] ; |
478 | rdfs:subClassOf | 485 | rdfs:subClassOf |
479 | [ rdf:type owl:Restriction ; | 486 | [ rdf:type owl:Restriction ; |
... | @@ -482,15 +489,8 @@ ILAP:PlannedActivity | ... | @@ -482,15 +489,8 @@ ILAP:PlannedActivity |
482 | ] ; | 489 | ] ; |
483 | rdfs:subClassOf | 490 | rdfs:subClassOf |
484 | [ rdf:type owl:Restriction ; | 491 | [ rdf:type owl:Restriction ; |
485 | - owl:allValuesFrom ILAP:ResourceProfile ; | 492 | + owl:allValuesFrom ILAP:Result ; |
486 | - owl:onProperty ILAP:hasActivityResourceProfile | 493 | + owl:onProperty ILAP:hasActivityResult |
487 | - ] ; | ||
488 | - rdfs:subClassOf | ||
489 | - [ rdf:type owl:Restriction ; | ||
490 | - owl:maxQualifiedCardinality | ||
491 | - "1"^^xsd:nonNegativeInteger ; | ||
492 | - owl:onClass ILAP:Facility ; | ||
493 | - owl:onProperty ILAP:hasActivityFacility | ||
494 | ] . | 494 | ] . |
495 | 495 | ||
496 | ILAP:PlannedMilestone | 496 | ILAP:PlannedMilestone |
... | @@ -519,18 +519,13 @@ ILAP:Programme | ... | @@ -519,18 +519,13 @@ ILAP:Programme |
519 | rdfs:subClassOf ILAP:Project . | 519 | rdfs:subClassOf ILAP:Project . |
520 | 520 | ||
521 | ILAP:Project | 521 | ILAP:Project |
522 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 522 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
523 | rdfs:label "Project"^^xsd:string ; | 523 | rdfs:label "Project"^^xsd:string ; |
524 | rdfs:subClassOf ILAP:Activity ; | 524 | rdfs:subClassOf ILAP:Activity ; |
525 | rdfs:subClassOf | 525 | rdfs:subClassOf |
526 | [ rdf:type owl:Restriction ; | 526 | [ rdf:type owl:Restriction ; |
527 | - owl:allValuesFrom ILAP:Project ; | 527 | + owl:allValuesFrom BRREG:OilCompany ; |
528 | - owl:onProperty ILAP:hasProjectSubproject | 528 | + owl:onProperty ILAP:hasProjectResponsible |
529 | - ] ; | ||
530 | - rdfs:subClassOf | ||
531 | - [ rdf:type owl:Restriction ; | ||
532 | - owl:allValuesFrom ILAP:ExternalReference ; | ||
533 | - owl:onProperty ILAP:hasExternalReference | ||
534 | ] ; | 529 | ] ; |
535 | rdfs:subClassOf | 530 | rdfs:subClassOf |
536 | [ rdf:type owl:Restriction ; | 531 | [ rdf:type owl:Restriction ; |
... | @@ -541,8 +536,13 @@ ILAP:Project | ... | @@ -541,8 +536,13 @@ ILAP:Project |
541 | ] ; | 536 | ] ; |
542 | rdfs:subClassOf | 537 | rdfs:subClassOf |
543 | [ rdf:type owl:Restriction ; | 538 | [ rdf:type owl:Restriction ; |
544 | - owl:allValuesFrom BRREG:OilCompany ; | 539 | + owl:allValuesFrom ILAP:ExternalReference ; |
545 | - owl:onProperty ILAP:hasProjectResponsible | 540 | + owl:onProperty ILAP:hasExternalReference |
541 | + ] ; | ||
542 | + rdfs:subClassOf | ||
543 | + [ rdf:type owl:Restriction ; | ||
544 | + owl:allValuesFrom ILAP:Project ; | ||
545 | + owl:onProperty ILAP:hasProjectSubproject | ||
546 | ] . | 546 | ] . |
547 | 547 | ||
548 | ILAP:ProjectEffectiveness | 548 | ILAP:ProjectEffectiveness |
... | @@ -561,28 +561,40 @@ ILAP:ProjectExecutionPlan | ... | @@ -561,28 +561,40 @@ ILAP:ProjectExecutionPlan |
561 | rdfs:subClassOf ILAP:Network ; | 561 | rdfs:subClassOf ILAP:Network ; |
562 | rdfs:subClassOf | 562 | rdfs:subClassOf |
563 | [ rdf:type owl:Restriction ; | 563 | [ rdf:type owl:Restriction ; |
564 | - owl:allValuesFrom ILAP:PlanObjectiveType ; | 564 | + owl:maxQualifiedCardinality |
565 | - owl:onProperty ILAP:hasPlanObjectiveType | 565 | + "1"^^xsd:nonNegativeInteger ; |
566 | + owl:onClass ILAP:PlanLevel ; | ||
567 | + owl:onProperty ILAP:hasPlanLevel | ||
566 | ] ; | 568 | ] ; |
567 | rdfs:subClassOf | 569 | rdfs:subClassOf |
568 | [ rdf:type owl:Restriction ; | 570 | [ rdf:type owl:Restriction ; |
569 | - owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 571 | + owl:allValuesFrom BRREG:LegalEntity ; |
570 | - owl:onProperty ILAP:hasPlanRollUpPlan | 572 | + owl:onProperty ILAP:hasPlanResponsible |
571 | ] ; | 573 | ] ; |
572 | rdfs:subClassOf | 574 | rdfs:subClassOf |
573 | [ rdf:type owl:Restriction ; | 575 | [ rdf:type owl:Restriction ; |
574 | - owl:onProperty ILAP:hasPlanGeoArea ; | 576 | + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; |
575 | - owl:someValuesFrom ILAP:PlanGeoArea | 577 | + owl:onProperty ILAP:hasPlanAsset |
576 | ] ; | 578 | ] ; |
577 | rdfs:subClassOf | 579 | rdfs:subClassOf |
578 | [ rdf:type owl:Restriction ; | 580 | [ rdf:type owl:Restriction ; |
579 | - owl:allValuesFrom ILAP:PlanContractType ; | 581 | + owl:onProperty ILAP:hasPlanContentType ; |
580 | - owl:onProperty ILAP:hasPlanContractType | 582 | + owl:someValuesFrom ILAP:PlanContentType |
581 | ] ; | 583 | ] ; |
582 | rdfs:subClassOf | 584 | rdfs:subClassOf |
583 | [ rdf:type owl:Restriction ; | 585 | [ rdf:type owl:Restriction ; |
584 | - owl:allValuesFrom BRREG:LegalEntity ; | 586 | + owl:onProperty ILAP:hasPlanLevel ; |
585 | - owl:onProperty ILAP:hasPlanResponsible | 587 | + owl:someValuesFrom ILAP:PlanLevel |
588 | + ] ; | ||
589 | + rdfs:subClassOf | ||
590 | + [ rdf:type owl:Restriction ; | ||
591 | + owl:onProperty ILAP:hasPlanGeoArea ; | ||
592 | + owl:someValuesFrom ILAP:PlanGeoArea | ||
593 | + ] ; | ||
594 | + rdfs:subClassOf | ||
595 | + [ rdf:type owl:Restriction ; | ||
596 | + owl:allValuesFrom ILAP:PlanLifecycleStage ; | ||
597 | + owl:onProperty ILAP:hasPlanLifecycleStage | ||
586 | ] ; | 598 | ] ; |
587 | rdfs:subClassOf | 599 | rdfs:subClassOf |
588 | [ rdf:type owl:Restriction ; | 600 | [ rdf:type owl:Restriction ; |
... | @@ -594,12 +606,12 @@ ILAP:ProjectExecutionPlan | ... | @@ -594,12 +606,12 @@ ILAP:ProjectExecutionPlan |
594 | rdfs:subClassOf | 606 | rdfs:subClassOf |
595 | [ rdf:type owl:Restriction ; | 607 | [ rdf:type owl:Restriction ; |
596 | owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 608 | owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
597 | - owl:onProperty ILAP:hasPlanSubplan | 609 | + owl:onProperty ILAP:hasPlanRollUpPlan |
598 | ] ; | 610 | ] ; |
599 | rdfs:subClassOf | 611 | rdfs:subClassOf |
600 | [ rdf:type owl:Restriction ; | 612 | [ rdf:type owl:Restriction ; |
601 | - owl:onProperty ILAP:hasPlanContentType ; | 613 | + owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
602 | - owl:someValuesFrom ILAP:PlanContentType | 614 | + owl:onProperty ILAP:hasPlanSubplan |
603 | ] ; | 615 | ] ; |
604 | rdfs:subClassOf | 616 | rdfs:subClassOf |
605 | [ rdf:type owl:Restriction ; | 617 | [ rdf:type owl:Restriction ; |
... | @@ -608,25 +620,13 @@ ILAP:ProjectExecutionPlan | ... | @@ -608,25 +620,13 @@ ILAP:ProjectExecutionPlan |
608 | ] ; | 620 | ] ; |
609 | rdfs:subClassOf | 621 | rdfs:subClassOf |
610 | [ rdf:type owl:Restriction ; | 622 | [ rdf:type owl:Restriction ; |
611 | - owl:onProperty ILAP:hasPlanLevel ; | 623 | + owl:allValuesFrom ILAP:PlanObjectiveType ; |
612 | - owl:someValuesFrom ILAP:PlanLevel | 624 | + owl:onProperty ILAP:hasPlanObjectiveType |
613 | - ] ; | ||
614 | - rdfs:subClassOf | ||
615 | - [ rdf:type owl:Restriction ; | ||
616 | - owl:allValuesFrom ILAP:PlanLifecycleStage ; | ||
617 | - owl:onProperty ILAP:hasPlanLifecycleStage | ||
618 | - ] ; | ||
619 | - rdfs:subClassOf | ||
620 | - [ rdf:type owl:Restriction ; | ||
621 | - owl:maxQualifiedCardinality | ||
622 | - "1"^^xsd:nonNegativeInteger ; | ||
623 | - owl:onClass ILAP:PlanLevel ; | ||
624 | - owl:onProperty ILAP:hasPlanLevel | ||
625 | ] ; | 625 | ] ; |
626 | rdfs:subClassOf | 626 | rdfs:subClassOf |
627 | [ rdf:type owl:Restriction ; | 627 | [ rdf:type owl:Restriction ; |
628 | - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; | 628 | + owl:allValuesFrom ILAP:PlanContractType ; |
629 | - owl:onProperty ILAP:hasPlanAsset | 629 | + owl:onProperty ILAP:hasPlanContractType |
630 | ] . | 630 | ] . |
631 | 631 | ||
632 | ILAP:ProjectMilestone | 632 | ILAP:ProjectMilestone |
... | @@ -640,9 +640,9 @@ ILAP:ProjectPhase | ... | @@ -640,9 +640,9 @@ ILAP:ProjectPhase |
640 | rdfs:subClassOf ILAP:Phase . | 640 | rdfs:subClassOf ILAP:Phase . |
641 | 641 | ||
642 | ILAP:Regular8To16WorkingDayCalendar | 642 | ILAP:Regular8To16WorkingDayCalendar |
643 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 643 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
644 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; | 644 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; |
645 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> . | 645 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> . |
646 | 646 | ||
647 | ILAP:Regulator | 647 | ILAP:Regulator |
648 | rdf:type owl:Class ; | 648 | rdf:type owl:Class ; |
... | @@ -650,9 +650,9 @@ ILAP:Regulator | ... | @@ -650,9 +650,9 @@ ILAP:Regulator |
650 | rdfs:subClassOf ILAP:ResponsibleOrganization . | 650 | rdfs:subClassOf ILAP:ResponsibleOrganization . |
651 | 651 | ||
652 | ILAP:Resource | 652 | ILAP:Resource |
653 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; | 653 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; |
654 | rdfs:label "Resource"^^xsd:string ; | 654 | rdfs:label "Resource"^^xsd:string ; |
655 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . | 655 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . |
656 | 656 | ||
657 | ILAP:ResourceEstimate | 657 | ILAP:ResourceEstimate |
658 | rdf:type owl:Class ; | 658 | rdf:type owl:Class ; |
... | @@ -660,14 +660,14 @@ ILAP:ResourceEstimate | ... | @@ -660,14 +660,14 @@ ILAP:ResourceEstimate |
660 | rdfs:subClassOf ILAP:ResourceStructure . | 660 | rdfs:subClassOf ILAP:ResourceStructure . |
661 | 661 | ||
662 | ILAP:ResourceProfile | 662 | ILAP:ResourceProfile |
663 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; | 663 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; |
664 | rdfs:label "Resource profile"^^xsd:string ; | 664 | rdfs:label "Resource profile"^^xsd:string ; |
665 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . | 665 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . |
666 | 666 | ||
667 | ILAP:ResourceProfilePoint | 667 | ILAP:ResourceProfilePoint |
668 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; | 668 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; |
669 | rdfs:label "resource Profile point"^^xsd:string ; | 669 | rdfs:label "resource Profile point"^^xsd:string ; |
670 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . | 670 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . |
671 | 671 | ||
672 | ILAP:ResourceStructure | 672 | ILAP:ResourceStructure |
673 | rdf:type owl:Class ; | 673 | rdf:type owl:Class ; |
... | @@ -675,17 +675,17 @@ ILAP:ResourceStructure | ... | @@ -675,17 +675,17 @@ ILAP:ResourceStructure |
675 | rdfs:subClassOf ILAP:Network . | 675 | rdfs:subClassOf ILAP:Network . |
676 | 676 | ||
677 | ILAP:ResponsibleOrganization | 677 | ILAP:ResponsibleOrganization |
678 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; | 678 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; |
679 | rdfs:label "Responsible organization"^^xsd:string ; | 679 | rdfs:label "Responsible organization"^^xsd:string ; |
680 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing . | 680 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> . |
681 | 681 | ||
682 | ILAP:ResponsiblePerson | 682 | ILAP:ResponsiblePerson |
683 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; | 683 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; |
684 | rdfs:label "Responsible"^^xsd:string ; | 684 | rdfs:label "Responsible"^^xsd:string ; |
685 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing . | 685 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> . |
686 | 686 | ||
687 | ILAP:Result | 687 | ILAP:Result |
688 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 688 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
689 | rdfs:label "Result"^^xsd:string ; | 689 | rdfs:label "Result"^^xsd:string ; |
690 | rdfs:subClassOf owl:Thing . | 690 | rdfs:subClassOf owl:Thing . |
691 | 691 | ||
... | @@ -705,9 +705,9 @@ ILAP:RiskType | ... | @@ -705,9 +705,9 @@ ILAP:RiskType |
705 | rdfs:subClassOf owl:Thing . | 705 | rdfs:subClassOf owl:Thing . |
706 | 706 | ||
707 | ILAP:Schedule | 707 | ILAP:Schedule |
708 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 708 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
709 | rdfs:label "Scheduled Activity Network"^^xsd:string ; | 709 | rdfs:label "Scheduled Activity Network"^^xsd:string ; |
710 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ; | 710 | + rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; |
711 | rdfs:subClassOf | 711 | rdfs:subClassOf |
712 | [ rdf:type owl:Restriction ; | 712 | [ rdf:type owl:Restriction ; |
713 | owl:maxQualifiedCardinality | 713 | owl:maxQualifiedCardinality |
... | @@ -717,22 +717,22 @@ ILAP:Schedule | ... | @@ -717,22 +717,22 @@ ILAP:Schedule |
717 | ] . | 717 | ] . |
718 | 718 | ||
719 | ILAP:ScheduledActivity | 719 | ILAP:ScheduledActivity |
720 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 720 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
721 | rdfs:label "Activity in Network Schedule"^^xsd:string ; | 721 | rdfs:label "Activity in Network Schedule"^^xsd:string ; |
722 | rdfs:subClassOf ILAP:PlannedActivity ; | 722 | rdfs:subClassOf ILAP:PlannedActivity ; |
723 | rdfs:subClassOf | 723 | rdfs:subClassOf |
724 | [ rdf:type owl:Restriction ; | 724 | [ rdf:type owl:Restriction ; |
725 | owl:maxQualifiedCardinality | 725 | owl:maxQualifiedCardinality |
726 | "1"^^xsd:nonNegativeInteger ; | 726 | "1"^^xsd:nonNegativeInteger ; |
727 | - owl:onClass ILAP:Schedule ; | 727 | + owl:onClass ILAP:PlannedActivity ; |
728 | - owl:onProperty ILAP:hasActivitySchedule | 728 | + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan |
729 | ] ; | 729 | ] ; |
730 | rdfs:subClassOf | 730 | rdfs:subClassOf |
731 | [ rdf:type owl:Restriction ; | 731 | [ rdf:type owl:Restriction ; |
732 | owl:maxQualifiedCardinality | 732 | owl:maxQualifiedCardinality |
733 | "1"^^xsd:nonNegativeInteger ; | 733 | "1"^^xsd:nonNegativeInteger ; |
734 | - owl:onClass ILAP:PlannedActivity ; | 734 | + owl:onClass ILAP:Schedule ; |
735 | - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan | 735 | + owl:onProperty ILAP:hasActivitySchedule |
736 | ] . | 736 | ] . |
737 | 737 | ||
738 | ILAP:ScheduledMilestone | 738 | ILAP:ScheduledMilestone |
... | @@ -756,9 +756,9 @@ ILAP:ShutdownType | ... | @@ -756,9 +756,9 @@ ILAP:ShutdownType |
756 | rdfs:subClassOf owl:Thing . | 756 | rdfs:subClassOf owl:Thing . |
757 | 757 | ||
758 | ILAP:Source | 758 | ILAP:Source |
759 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; | 759 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; |
760 | rdfs:label "Source"^^xsd:string ; | 760 | rdfs:label "Source"^^xsd:string ; |
761 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . | 761 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . |
762 | 762 | ||
763 | ILAP:StartMilestone | 763 | ILAP:StartMilestone |
764 | rdf:type owl:Class ; | 764 | rdf:type owl:Class ; |
... | @@ -766,22 +766,22 @@ ILAP:StartMilestone | ... | @@ -766,22 +766,22 @@ ILAP:StartMilestone |
766 | rdfs:subClassOf ILAP:MilestoneType . | 766 | rdfs:subClassOf ILAP:MilestoneType . |
767 | 767 | ||
768 | ILAP:StartToFinish | 768 | ILAP:StartToFinish |
769 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 769 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
770 | rdfs:label "Start to finish"^^xsd:string ; | 770 | rdfs:label "Start to finish"^^xsd:string ; |
771 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 771 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
772 | 772 | ||
773 | ILAP:StartToStart | 773 | ILAP:StartToStart |
774 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 774 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
775 | rdfs:label "Start to start"^^xsd:string ; | 775 | rdfs:label "Start to start"^^xsd:string ; |
776 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 776 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
777 | 777 | ||
778 | ILAP:Status | 778 | ILAP:Status |
779 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; | 779 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; |
780 | rdfs:label "Status"^^xsd:string ; | 780 | rdfs:label "Status"^^xsd:string ; |
781 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . | 781 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . |
782 | 782 | ||
783 | ILAP:TargetSchedule | 783 | ILAP:TargetSchedule |
784 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 784 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
785 | rdfs:label "Target schedule"^^xsd:string ; | 785 | rdfs:label "Target schedule"^^xsd:string ; |
786 | rdfs:subClassOf ILAP:Schedule . | 786 | rdfs:subClassOf ILAP:Schedule . |
787 | 787 | ||
... | @@ -798,12 +798,12 @@ ILAP:UnitBased | ... | @@ -798,12 +798,12 @@ ILAP:UnitBased |
798 | ILAP:Value | 798 | ILAP:Value |
799 | rdf:type owl:Class ; | 799 | rdf:type owl:Class ; |
800 | rdfs:label "Value"^^xsd:string ; | 800 | rdfs:label "Value"^^xsd:string ; |
801 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . | 801 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . |
802 | 802 | ||
803 | ILAP:WeekendsFreeCalendar | 803 | ILAP:WeekendsFreeCalendar |
804 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 804 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
805 | rdfs:label "Weekends free calendar"^^xsd:string ; | 805 | rdfs:label "Weekends free calendar"^^xsd:string ; |
806 | - rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . | 806 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . |
807 | 807 | ||
808 | ILAP:WorkOrder | 808 | ILAP:WorkOrder |
809 | rdf:type owl:Class ; | 809 | rdf:type owl:Class ; |
... | @@ -811,18 +811,18 @@ ILAP:WorkOrder | ... | @@ -811,18 +811,18 @@ ILAP:WorkOrder |
811 | rdfs:subClassOf ILAP:WorkTask . | 811 | rdfs:subClassOf ILAP:WorkTask . |
812 | 812 | ||
813 | ILAP:WorkTask | 813 | ILAP:WorkTask |
814 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 814 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
815 | rdfs:label "Work task"^^xsd:string ; | 815 | rdfs:label "Work task"^^xsd:string ; |
816 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; | 816 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; |
817 | rdfs:subClassOf | 817 | rdfs:subClassOf |
818 | [ rdf:type owl:Restriction ; | 818 | [ rdf:type owl:Restriction ; |
819 | - owl:onProperty ILAP:hasWorkTaskActivity ; | 819 | + owl:allValuesFrom BRREG:LegalEntity ; |
820 | - owl:someValuesFrom ILAP:Activity | 820 | + owl:onProperty ILAP:hasWorkTaskResponsible |
821 | ] ; | 821 | ] ; |
822 | rdfs:subClassOf | 822 | rdfs:subClassOf |
823 | [ rdf:type owl:Restriction ; | 823 | [ rdf:type owl:Restriction ; |
824 | - owl:allValuesFrom BRREG:LegalEntity ; | 824 | + owl:onProperty ILAP:hasWorkTaskActivity ; |
825 | - owl:onProperty ILAP:hasWorkTaskResponsible | 825 | + owl:someValuesFrom ILAP:Activity |
826 | ] . | 826 | ] . |
827 | 827 | ||
828 | ILAP:WorkTaskStatus | 828 | ILAP:WorkTaskStatus |
... | @@ -947,7 +947,7 @@ ILAP:hasActivityPhysicalPercentComplete | ... | @@ -947,7 +947,7 @@ ILAP:hasActivityPhysicalPercentComplete |
947 | rdfs:range xsd:float . | 947 | rdfs:range xsd:float . |
948 | 948 | ||
949 | ILAP:hasActivityPlan | 949 | ILAP:hasActivityPlan |
950 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 950 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
951 | rdfs:domain ILAP:PlannedActivity ; | 951 | rdfs:domain ILAP:PlannedActivity ; |
952 | rdfs:label "has activity plan"^^xsd:string ; | 952 | rdfs:label "has activity plan"^^xsd:string ; |
953 | rdfs:range ILAP:ProjectExecutionPlan . | 953 | rdfs:range ILAP:ProjectExecutionPlan . |
... | @@ -997,7 +997,7 @@ ILAP:hasActivityResponsibleOrganization | ... | @@ -997,7 +997,7 @@ ILAP:hasActivityResponsibleOrganization |
997 | rdfs:range ILAP:ResponsibleOrganization . | 997 | rdfs:range ILAP:ResponsibleOrganization . |
998 | 998 | ||
999 | ILAP:hasActivityResponsiblePerson | 999 | ILAP:hasActivityResponsiblePerson |
1000 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1000 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
1001 | rdfs:domain ILAP:PlannedActivity ; | 1001 | rdfs:domain ILAP:PlannedActivity ; |
1002 | rdfs:label "has activity responsible"^^xsd:string ; | 1002 | rdfs:label "has activity responsible"^^xsd:string ; |
1003 | rdfs:range ILAP:ResponsiblePerson . | 1003 | rdfs:range ILAP:ResponsiblePerson . |
... | @@ -1032,7 +1032,7 @@ ILAP:hasActivityStatus | ... | @@ -1032,7 +1032,7 @@ ILAP:hasActivityStatus |
1032 | rdfs:range ILAP:Status . | 1032 | rdfs:range ILAP:Status . |
1033 | 1033 | ||
1034 | ILAP:hasActivitySuccessor | 1034 | ILAP:hasActivitySuccessor |
1035 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1035 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
1036 | rdfs:domain ILAP:PlannedActivity ; | 1036 | rdfs:domain ILAP:PlannedActivity ; |
1037 | rdfs:label "has activity successor"^^xsd:string ; | 1037 | rdfs:label "has activity successor"^^xsd:string ; |
1038 | rdfs:range ILAP:ActivityDependency ; | 1038 | rdfs:range ILAP:ActivityDependency ; |
... | @@ -1093,7 +1093,7 @@ ILAP:hasCalendarDate | ... | @@ -1093,7 +1093,7 @@ ILAP:hasCalendarDate |
1093 | rdfs:label "has calendar date"^^xsd:string . | 1093 | rdfs:label "has calendar date"^^xsd:string . |
1094 | 1094 | ||
1095 | ILAP:hasCalendarFreePeriod | 1095 | ILAP:hasCalendarFreePeriod |
1096 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1096 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
1097 | rdfs:domain ILAP:Calendar ; | 1097 | rdfs:domain ILAP:Calendar ; |
1098 | rdfs:label "has calendarcalendar free period"^^xsd:string ; | 1098 | rdfs:label "has calendarcalendar free period"^^xsd:string ; |
1099 | rdfs:range ILAP:CalendarFreePeriod . | 1099 | rdfs:range ILAP:CalendarFreePeriod . |
... | @@ -1394,7 +1394,7 @@ ILAP:hasPlanRegulator | ... | @@ -1394,7 +1394,7 @@ ILAP:hasPlanRegulator |
1394 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1394 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
1395 | 1395 | ||
1396 | ILAP:hasPlanResponsible | 1396 | ILAP:hasPlanResponsible |
1397 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1397 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
1398 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1398 | rdfs:domain ILAP:ProjectExecutionPlan ; |
1399 | rdfs:label "has plan responsible"^^xsd:string ; | 1399 | rdfs:label "has plan responsible"^^xsd:string ; |
1400 | rdfs:range ILAP:ResponsibleOrganization . | 1400 | rdfs:range ILAP:ResponsibleOrganization . |
... | @@ -1423,10 +1423,6 @@ ILAP:hasPlanSupplier | ... | @@ -1423,10 +1423,6 @@ ILAP:hasPlanSupplier |
1423 | rdfs:label "has plan supplier"^^xsd:string ; | 1423 | rdfs:label "has plan supplier"^^xsd:string ; |
1424 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1424 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
1425 | 1425 | ||
1426 | -ILAP:hasPlanUserField | ||
1427 | - rdf:type owl:ObjectProperty ; | ||
1428 | - rdfs:label "has plan user field"^^xsd:string . | ||
1429 | - | ||
1430 | ILAP:hasPredecessorActivity | 1426 | ILAP:hasPredecessorActivity |
1431 | rdf:type owl:ObjectProperty ; | 1427 | rdf:type owl:ObjectProperty ; |
1432 | rdfs:domain ILAP:ActivityDependency ; | 1428 | rdfs:domain ILAP:ActivityDependency ; |
... | @@ -1593,7 +1589,7 @@ ILAP:hasSourceApplicaton | ... | @@ -1593,7 +1589,7 @@ ILAP:hasSourceApplicaton |
1593 | rdfs:range ILAP:Application . | 1589 | rdfs:range ILAP:Application . |
1594 | 1590 | ||
1595 | ILAP:hasSuccessorActivity | 1591 | ILAP:hasSuccessorActivity |
1596 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1592 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
1597 | rdfs:domain ILAP:ActivityDependency ; | 1593 | rdfs:domain ILAP:ActivityDependency ; |
1598 | rdfs:label "has successor activity "^^xsd:string ; | 1594 | rdfs:label "has successor activity "^^xsd:string ; |
1599 | rdfs:range ILAP:PlannedActivity ; | 1595 | rdfs:range ILAP:PlannedActivity ; |
... | @@ -1621,11 +1617,7 @@ ILAP:hasTimeNow | ... | @@ -1621,11 +1617,7 @@ ILAP:hasTimeNow |
1621 | rdf:type owl:DatatypeProperty ; | 1617 | rdf:type owl:DatatypeProperty ; |
1622 | rdfs:domain ILAP:Schedule ; | 1618 | rdfs:domain ILAP:Schedule ; |
1623 | rdfs:label "has time now"^^xsd:string ; | 1619 | rdfs:label "has time now"^^xsd:string ; |
1624 | - rdfs:range xsd:dateTime , xsd:date . | 1620 | + rdfs:range xsd:date , xsd:dateTime . |
1625 | - | ||
1626 | -ILAP:hasUserFieldSource | ||
1627 | - rdf:type owl:ObjectProperty ; | ||
1628 | - rdfs:label "has user field source"^^xsd:string . | ||
1629 | 1621 | ||
1630 | ILAP:hasWBScomponent | 1622 | ILAP:hasWBScomponent |
1631 | rdf:type owl:ObjectProperty ; | 1623 | rdf:type owl:ObjectProperty ; | ... | ... |
1 | # baseURI: http://data.posccaesar.org/NCS_PLANNING/ | 1 | # baseURI: http://data.posccaesar.org/NCS_PLANNING/ |
2 | # imports: http://data.posccaesar.org/ilap/ | 2 | # imports: http://data.posccaesar.org/ilap/ |
3 | -# imports: http://data.posccaesar.org/ilap/USERFIELDS | ||
4 | # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS | 3 | # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS |
5 | - | 4 | +# imports: http://data.posccaesar.org/ilap/userfields/ |
6 | -@prefix : <http://data.posccaesar.org/NCS_PLANNING/> . | 5 | + |
7 | -@prefix ILAP: <http://data.posccaesar.org/ilap/> . | 6 | +@prefix : <http://data.posccaesar.org/NCS_PLANNING/> . |
8 | -@prefix NPD: <http://data.posccaesar.org/npd/> . | 7 | +@prefix ILAP: <http://data.posccaesar.org/ilap/> . |
9 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 8 | +@prefix NPD: <http://data.posccaesar.org/npd/> . |
10 | -@prefix p1: <http://example.org/file1#> . | 9 | +@prefix USERFIELDS: <http://data.posccaesar.org/ilap/userfields/> . |
11 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 10 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
12 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 11 | +@prefix p1: <http://example.org/file1#> . |
13 | -@prefix rdl: <http://data.posccaesar.org/rdl/> . | 12 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
14 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 13 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
15 | - | 14 | +@prefix rdl: <http://data.posccaesar.org/rdl/> . |
16 | -: rdf:type owl:Ontology ; | 15 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
17 | - owl:imports ILAP:USERFIELDS , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: . | 16 | + |
18 | - | 17 | +: |
18 | + rdf:type owl:Ontology ; | ||
19 | + owl:imports ILAP: ; | ||
20 | + owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> ; | ||
21 | + owl:imports USERFIELDS: ; | ||
22 | +. | ||
19 | ILAP: | 23 | ILAP: |
20 | - rdf:type owl:Ontology ; | 24 | + rdf:type owl:Ontology ; |
21 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 25 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; |
22 | - | 26 | +. |
23 | ILAP:ABEX | 27 | ILAP:ABEX |
24 | - rdf:type ILAP:PlanExpenseType ; | 28 | + rdf:type ILAP:PlanExpenseType ; |
25 | - rdfs:label "ABEX"^^xsd:string . | 29 | + rdfs:label "ABEX"^^xsd:string ; |
26 | - | 30 | +. |
27 | ILAP:Active | 31 | ILAP:Active |
28 | - rdf:type ILAP:Status ; | 32 | + rdf:type ILAP:Status ; |
29 | - rdfs:label "Active"^^xsd:string . | 33 | + rdfs:label "Active"^^xsd:string ; |
30 | - | 34 | +. |
31 | ILAP:ActivityWBS_1 | 35 | ILAP:ActivityWBS_1 |
32 | - ILAP:hasWBSprojectExpenseType | 36 | + ILAP:hasWBSprojectExpenseType ILAP:CAPEX ; |
33 | - ILAP:CAPEX . | 37 | +. |
34 | - | ||
35 | ILAP:AfterShutdown | 38 | ILAP:AfterShutdown |
36 | - rdf:type ILAP:ShutdownPhase ; | 39 | + rdf:type ILAP:ShutdownPhase ; |
37 | - rdfs:label "After shutdown"^^xsd:string . | 40 | + rdfs:label "After shutdown"^^xsd:string ; |
38 | - | 41 | +. |
39 | ILAP:Aquisition | 42 | ILAP:Aquisition |
40 | - rdf:type ILAP:PlanLifecycleStage ; | 43 | + rdf:type ILAP:PlanLifecycleStage ; |
41 | - rdfs:label "Aquire"^^xsd:string . | 44 | + rdfs:label "Aquire"^^xsd:string ; |
42 | - | 45 | +. |
43 | ILAP:BeforeShutdown | 46 | ILAP:BeforeShutdown |
44 | - rdf:type ILAP:ShutdownPhase ; | 47 | + rdf:type ILAP:ShutdownPhase ; |
45 | - rdfs:label "Before shutdown"^^xsd:string . | 48 | + rdfs:label "Before shutdown"^^xsd:string ; |
46 | - | 49 | +. |
47 | ILAP:BrownFieldProject | 50 | ILAP:BrownFieldProject |
48 | - rdf:type ILAP:PlanProjectType ; | 51 | + rdf:type ILAP:PlanProjectType ; |
49 | - rdfs:label "Brown field project"^^xsd:string . | 52 | + rdfs:label "Brown field project"^^xsd:string ; |
50 | - | 53 | +. |
51 | ILAP:BusinessArea | 54 | ILAP:BusinessArea |
52 | - rdf:type ILAP:PlanGeoArea ; | 55 | + rdf:type ILAP:PlanGeoArea ; |
53 | - rdfs:label "Business area"^^xsd:string . | 56 | + rdfs:label "Business area"^^xsd:string ; |
54 | - | 57 | +. |
55 | ILAP:BusinessAsUsual | 58 | ILAP:BusinessAsUsual |
56 | - rdf:type ILAP:PlanObjectiveType ; | 59 | + rdf:type ILAP:PlanObjectiveType ; |
57 | - rdfs:label "Business as usual"^^xsd:string . | 60 | + rdfs:label "Business as usual"^^xsd:string ; |
58 | - | 61 | +. |
59 | ILAP:CAPEX | 62 | ILAP:CAPEX |
60 | - rdf:type ILAP:PlanExpenseType ; | 63 | + rdf:type ILAP:PlanExpenseType ; |
61 | - rdfs:label "CAPEX"^^xsd:string . | 64 | + rdfs:label "CAPEX"^^xsd:string ; |
62 | - | 65 | +. |
63 | ILAP:Campaign | 66 | ILAP:Campaign |
64 | - rdf:type ILAP:ShutdownType ; | 67 | + rdf:type ILAP:ShutdownType ; |
65 | - rdfs:label "Campaign"^^xsd:string . | 68 | + rdfs:label "Campaign"^^xsd:string ; |
66 | - | 69 | +. |
67 | ILAP:Cancelled | 70 | ILAP:Cancelled |
68 | - rdf:type ILAP:Status ; | 71 | + rdf:type ILAP:Status ; |
69 | - rdfs:label "Cancelled"^^xsd:string . | 72 | + rdfs:label "Cancelled"^^xsd:string ; |
70 | - | 73 | +. |
71 | ILAP:ChangeOver | 74 | ILAP:ChangeOver |
72 | - rdf:type ILAP:ShutdownType ; | 75 | + rdf:type ILAP:ShutdownType ; |
73 | - rdfs:label "Change over"^^xsd:string . | 76 | + rdfs:label "Change over"^^xsd:string ; |
74 | - | 77 | +. |
75 | ILAP:ClosingDown | 78 | ILAP:ClosingDown |
76 | - rdf:type ILAP:ShutdownPhase ; | 79 | + rdf:type ILAP:ShutdownPhase ; |
77 | - rdfs:label "Closing down"^^xsd:string . | 80 | + rdfs:label "Closing down"^^xsd:string ; |
78 | - | 81 | +. |
79 | ILAP:Completed | 82 | ILAP:Completed |
80 | - rdf:type ILAP:Status ; | 83 | + rdf:type ILAP:Status ; |
81 | - rdfs:label "Completed"^^xsd:string . | 84 | + rdfs:label "Completed"^^xsd:string ; |
82 | - | 85 | +. |
83 | ILAP:Continent | 86 | ILAP:Continent |
84 | - rdf:type ILAP:PlanGeoArea ; | 87 | + rdf:type ILAP:PlanGeoArea ; |
85 | - rdfs:label "Continent"^^xsd:string . | 88 | + rdfs:label "Continent"^^xsd:string ; |
86 | - | 89 | +. |
87 | ILAP:CostDriven | 90 | ILAP:CostDriven |
88 | - rdf:type ILAP:PlanContractType ; | 91 | + rdf:type ILAP:PlanContractType ; |
89 | - rdfs:label "Cost driven"^^xsd:string . | 92 | + rdfs:label "Cost driven"^^xsd:string ; |
90 | - | 93 | +. |
91 | ILAP:Country | 94 | ILAP:Country |
92 | - rdf:type ILAP:PlanGeoArea ; | 95 | + rdf:type ILAP:PlanGeoArea ; |
93 | - rdfs:label "Country"^^xsd:string . | 96 | + rdfs:label "Country"^^xsd:string ; |
94 | - | 97 | +. |
95 | ILAP:DG1 | 98 | ILAP:DG1 |
96 | - rdf:type ILAP:DecisionGate ; | 99 | + rdf:type ILAP:DecisionGate ; |
97 | - rdfs:label "DG1"^^xsd:string . | 100 | + rdfs:label "DG1"^^xsd:string ; |
98 | - | 101 | +. |
99 | ILAP:DG2 | 102 | ILAP:DG2 |
100 | - rdf:type ILAP:DecisionGate ; | 103 | + rdf:type ILAP:DecisionGate ; |
101 | - rdfs:label "DG2"^^xsd:string . | 104 | + rdfs:label "DG2"^^xsd:string ; |
102 | - | 105 | +. |
103 | ILAP:DG3 | 106 | ILAP:DG3 |
104 | - rdf:type ILAP:DecisionGate ; | 107 | + rdf:type ILAP:DecisionGate ; |
105 | - rdfs:label "DG3"^^xsd:string . | 108 | + rdfs:label "DG3"^^xsd:string ; |
106 | - | 109 | +. |
107 | ILAP:DG4 | 110 | ILAP:DG4 |
108 | - rdf:type ILAP:DecisionGate ; | 111 | + rdf:type ILAP:DecisionGate ; |
109 | - rdfs:label "DG4"^^xsd:string . | 112 | + rdfs:label "DG4"^^xsd:string ; |
110 | - | 113 | +. |
111 | ILAP:DG5 | 114 | ILAP:DG5 |
112 | - rdf:type ILAP:DecisionGate ; | 115 | + rdf:type ILAP:DecisionGate ; |
113 | - rdfs:label "DG5"^^xsd:string . | 116 | + rdfs:label "DG5"^^xsd:string ; |
114 | - | 117 | +. |
115 | ILAP:DG6 | 118 | ILAP:DG6 |
116 | - rdf:type ILAP:DecisionGate ; | 119 | + rdf:type ILAP:DecisionGate ; |
117 | - rdfs:label "DG6"^^xsd:string . | 120 | + rdfs:label "DG6"^^xsd:string ; |
118 | - | 121 | +. |
119 | ILAP:DG7 | 122 | ILAP:DG7 |
120 | - rdf:type ILAP:DecisionGate ; | 123 | + rdf:type ILAP:DecisionGate ; |
121 | - rdfs:label "DG7"^^xsd:string . | 124 | + rdfs:label "DG7"^^xsd:string ; |
122 | - | 125 | +. |
123 | ILAP:DependentOnShutdown | 126 | ILAP:DependentOnShutdown |
124 | - rdf:type ILAP:ShutdownType ; | 127 | + rdf:type ILAP:ShutdownType ; |
125 | - rdfs:label "Dependent on Shutdown"^^xsd:string . | 128 | + rdfs:label "Dependent on Shutdown"^^xsd:string ; |
126 | - | 129 | +. |
127 | ILAP:Development | 130 | ILAP:Development |
128 | - rdf:type ILAP:PlanLifecycleStage ; | 131 | + rdf:type ILAP:PlanLifecycleStage ; |
129 | - rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string . | 132 | + rdfs:label "Develop"^^xsd:string ; |
130 | - | 133 | + rdfs:label "Development"^^xsd:string ; |
134 | +. | ||
131 | ILAP:DisasterRecovery | 135 | ILAP:DisasterRecovery |
132 | - rdf:type ILAP:PlanObjectiveType ; | 136 | + rdf:type ILAP:PlanObjectiveType ; |
133 | - rdfs:label "Disaster recovery"^^xsd:string . | 137 | + rdfs:label "Disaster recovery"^^xsd:string ; |
134 | - | 138 | +. |
135 | ILAP:Disposal | 139 | ILAP:Disposal |
136 | - rdf:type ILAP:PlanLifecycleStage ; | 140 | + rdf:type ILAP:PlanLifecycleStage ; |
137 | - rdfs:label "Dispose"^^xsd:string . | 141 | + rdfs:label "Dispose"^^xsd:string ; |
138 | - | 142 | +. |
139 | ILAP:Draft | 143 | ILAP:Draft |
140 | - rdf:type ILAP:Status ; | 144 | + rdf:type ILAP:Status ; |
141 | - rdfs:label "Draft"^^xsd:string . | 145 | + rdfs:label "Draft"^^xsd:string ; |
142 | - | 146 | +. |
143 | ILAP:DrillingAndWell | 147 | ILAP:DrillingAndWell |
144 | - rdf:type ILAP:PlanProjectType ; | 148 | + rdf:type ILAP:PlanProjectType ; |
145 | - rdfs:label "Drilling and well"^^xsd:string . | 149 | + rdfs:label "Drilling and well"^^xsd:string ; |
146 | - | 150 | +. |
147 | ILAP:DrillingShutdown | 151 | ILAP:DrillingShutdown |
148 | - rdf:type ILAP:ShutdownType ; | 152 | + rdf:type ILAP:ShutdownType ; |
149 | - rdfs:label "Drilling shutdown"^^xsd:string . | 153 | + rdfs:label "Drilling shutdown"^^xsd:string ; |
150 | - | 154 | +. |
151 | ILAP:DuringNormalOperation | 155 | ILAP:DuringNormalOperation |
152 | - rdf:type ILAP:ShutdownType ; | 156 | + rdf:type ILAP:ShutdownType ; |
153 | - rdfs:label "During Normal Operation"^^xsd:string . | 157 | + rdfs:label "During Normal Operation"^^xsd:string ; |
154 | - | 158 | +. |
155 | ILAP:DuringShutdown | 159 | ILAP:DuringShutdown |
156 | - rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ; | 160 | + rdf:type ILAP:ShutdownPhase ; |
157 | - rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string . | 161 | + rdf:type ILAP:ShutdownType ; |
158 | - | 162 | + rdfs:label "During Shutdown"^^xsd:string ; |
163 | + rdfs:label "During shutdown"^^xsd:string ; | ||
164 | +. | ||
159 | ILAP:EquipmentShutdown | 165 | ILAP:EquipmentShutdown |
160 | - rdf:type ILAP:ShutdownType ; | 166 | + rdf:type ILAP:ShutdownType ; |
161 | - rdfs:label "Equipment Shutdown"^^xsd:string . | 167 | + rdfs:label "Equipment Shutdown"^^xsd:string ; |
162 | - | 168 | +. |
163 | ILAP:Exploration | 169 | ILAP:Exploration |
164 | - rdf:type ILAP:PlanLifecycleStage ; | 170 | + rdf:type ILAP:PlanLifecycleStage ; |
165 | - rdfs:label "Exploration"^^xsd:string . | 171 | + rdfs:label "Exploration"^^xsd:string ; |
166 | - | 172 | +. |
167 | ILAP:FLEXEX | 173 | ILAP:FLEXEX |
168 | - rdf:type ILAP:PlanExpenseType ; | 174 | + rdf:type ILAP:PlanExpenseType ; |
169 | - rdfs:label "FLEXEX"^^xsd:string . | 175 | + rdfs:label "FLEXEX"^^xsd:string ; |
170 | - | 176 | +. |
171 | ILAP:Facility | 177 | ILAP:Facility |
172 | - rdf:type ILAP:PlanGeoArea ; | 178 | + rdf:type ILAP:PlanGeoArea ; |
173 | - rdfs:label "Facility"^^xsd:string . | 179 | + rdfs:label "Facility"^^xsd:string ; |
174 | - | 180 | +. |
175 | ILAP:Field | 181 | ILAP:Field |
176 | - rdf:type ILAP:PlanGeoArea ; | 182 | + rdf:type ILAP:PlanGeoArea ; |
177 | - rdfs:label "Field"^^xsd:string . | 183 | + rdfs:label "Field"^^xsd:string ; |
178 | - | 184 | +. |
179 | ILAP:FieldShutdown | 185 | ILAP:FieldShutdown |
180 | - rdf:type ILAP:ShutdownType ; | 186 | + rdf:type ILAP:ShutdownType ; |
181 | - rdfs:label "Field Shutdown"^^xsd:string . | 187 | + rdfs:label "Field Shutdown"^^xsd:string ; |
182 | - | 188 | +. |
183 | ILAP:FieldStudy | 189 | ILAP:FieldStudy |
184 | - rdf:type ILAP:PlanProjectType ; | 190 | + rdf:type ILAP:PlanProjectType ; |
185 | - rdfs:label "Field study"^^xsd:string . | 191 | + rdfs:label "Field study"^^xsd:string ; |
186 | - | 192 | +. |
187 | ILAP:Friday | 193 | ILAP:Friday |
188 | - rdf:type ILAP:CalendarDay ; | 194 | + rdf:type ILAP:CalendarDay ; |
189 | - rdfs:label "Friday"^^xsd:string . | 195 | + rdfs:label "Friday"^^xsd:string ; |
190 | - | 196 | +. |
191 | ILAP:From00To08 | 197 | ILAP:From00To08 |
192 | - rdf:type ILAP:CalendarHour ; | 198 | + rdf:type ILAP:CalendarHour ; |
193 | - rdfs:label "From 00 To 08"^^xsd:string ; | 199 | + ILAP:hasActivityEndTime "08:00:00"^^xsd:time ; |
194 | - ILAP:hasActivityEndTime | 200 | + ILAP:hasActivityStartTime "00:00:00"^^xsd:time ; |
195 | - "08:00:00"^^xsd:time ; | 201 | + rdfs:label "From 00 To 08"^^xsd:string ; |
196 | - ILAP:hasActivityStartTime | 202 | +. |
197 | - "00:00:00"^^xsd:time . | ||
198 | - | ||
199 | ILAP:From08To16 | 203 | ILAP:From08To16 |
200 | - rdf:type ILAP:CalendarHour ; | 204 | + rdf:type ILAP:CalendarHour ; |
201 | - rdfs:label "From 08 To 16"^^xsd:string ; | 205 | + ILAP:hasActivityEndTime "16:00:00"^^xsd:time ; |
202 | - ILAP:hasActivityEndTime | 206 | + ILAP:hasActivityStartTime "08:00:00"^^xsd:time ; |
203 | - "16:00:00"^^xsd:time ; | 207 | + rdfs:label "From 08 To 16"^^xsd:string ; |
204 | - ILAP:hasActivityStartTime | 208 | +. |
205 | - "08:00:00"^^xsd:time . | ||
206 | - | ||
207 | ILAP:From16To24 | 209 | ILAP:From16To24 |
208 | - rdf:type ILAP:CalendarHour ; | 210 | + rdf:type ILAP:CalendarHour ; |
209 | - rdfs:label "From 16 To 24"^^xsd:string ; | 211 | + ILAP:hasActivityEndTime "24:00:00"^^xsd:time ; |
210 | - ILAP:hasActivityEndTime | 212 | + ILAP:hasActivityStartTime "16:00:00"^^xsd:time ; |
211 | - "24:00:00"^^xsd:time ; | 213 | + rdfs:label "From 16 To 24"^^xsd:string ; |
212 | - ILAP:hasActivityStartTime | 214 | +. |
213 | - "16:00:00"^^xsd:time . | ||
214 | - | ||
215 | ILAP:GasExportShutdown | 215 | ILAP:GasExportShutdown |
216 | - rdf:type ILAP:ShutdownType ; | 216 | + rdf:type ILAP:ShutdownType ; |
217 | - rdfs:label "Gas Export Shutdown"^^xsd:string . | 217 | + rdfs:label "Gas Export Shutdown"^^xsd:string ; |
218 | - | 218 | +. |
219 | ILAP:GasInjectionShutdown | 219 | ILAP:GasInjectionShutdown |
220 | - rdf:type ILAP:ShutdownType ; | 220 | + rdf:type ILAP:ShutdownType ; |
221 | - rdfs:label "Gas Injection Shutdown"^^xsd:string . | 221 | + rdfs:label "Gas Injection Shutdown"^^xsd:string ; |
222 | - | 222 | +. |
223 | ILAP:GreenFieldProject | 223 | ILAP:GreenFieldProject |
224 | - rdf:type ILAP:PlanProjectType ; | 224 | + rdf:type ILAP:PlanProjectType ; |
225 | - rdfs:label "Green field project"^^xsd:string . | 225 | + rdfs:label "Green field project"^^xsd:string ; |
226 | - | 226 | +. |
227 | ILAP:HC_systemsWork | 227 | ILAP:HC_systemsWork |
228 | - rdf:type ILAP:RiskType ; | 228 | + rdf:type ILAP:RiskType ; |
229 | - rdfs:label "HC systems work"^^xsd:string . | 229 | + rdfs:label "HC systems work"^^xsd:string ; |
230 | - | 230 | +. |
231 | ILAP:HeightWork | 231 | ILAP:HeightWork |
232 | - rdf:type ILAP:RiskType ; | 232 | + rdf:type ILAP:RiskType ; |
233 | - rdfs:label "Height work"^^xsd:string . | 233 | + rdfs:label "Height work"^^xsd:string ; |
234 | - | 234 | +. |
235 | ILAP:HighActivityPeriod | 235 | ILAP:HighActivityPeriod |
236 | - rdf:type ILAP:ShutdownType ; | 236 | + rdf:type ILAP:ShutdownType ; |
237 | - rdfs:label "High activity period"^^xsd:string . | 237 | + rdfs:label "High activity period"^^xsd:string ; |
238 | - | 238 | +. |
239 | ILAP:HighCriticality | 239 | ILAP:HighCriticality |
240 | - rdf:type ILAP:DegreeOfCriticality ; | 240 | + rdf:type ILAP:DegreeOfCriticality ; |
241 | - rdfs:label "High criticality"^^xsd:string . | 241 | + rdfs:label "High criticality"^^xsd:string ; |
242 | - | 242 | +. |
243 | ILAP:HighPriority | 243 | ILAP:HighPriority |
244 | - rdf:type ILAP:DegreeOfPriority ; | 244 | + rdf:type ILAP:DegreeOfPriority ; |
245 | - rdfs:label "High priority"^^xsd:string . | 245 | + rdfs:label "High priority"^^xsd:string ; |
246 | - | 246 | +. |
247 | ILAP:HotWork | 247 | ILAP:HotWork |
248 | - rdf:type ILAP:RiskType ; | 248 | + rdf:type ILAP:RiskType ; |
249 | - rdfs:label "Hot work"^^xsd:string . | 249 | + rdfs:label "Hot work"^^xsd:string ; |
250 | - | 250 | +. |
251 | ILAP:IncreasedRecovery | 251 | ILAP:IncreasedRecovery |
252 | - rdf:type ILAP:PlanObjectiveType ; | 252 | + rdf:type ILAP:PlanObjectiveType ; |
253 | - rdfs:label "Increased recovery"^^xsd:string . | 253 | + rdfs:label "Increased recovery"^^xsd:string ; |
254 | - | 254 | +. |
255 | ILAP:IncrementalImprovement | 255 | ILAP:IncrementalImprovement |
256 | - rdf:type ILAP:PlanObjectiveType ; | 256 | + rdf:type ILAP:PlanObjectiveType ; |
257 | - rdfs:label "Incremental improvement"^^xsd:string . | 257 | + rdfs:label "Incremental improvement"^^xsd:string ; |
258 | - | 258 | +. |
259 | ILAP:IndependentOfOperation | 259 | ILAP:IndependentOfOperation |
260 | - rdf:type ILAP:ShutdownType ; | 260 | + rdf:type ILAP:ShutdownType ; |
261 | - rdfs:label "Independent of operation"^^xsd:string . | 261 | + rdfs:label "Independent of operation"^^xsd:string ; |
262 | - | 262 | +. |
263 | ILAP:L1_ProgramPortfolioSchedule | 263 | ILAP:L1_ProgramPortfolioSchedule |
264 | - rdf:type ILAP:PlanLevel ; | 264 | + rdf:type ILAP:PlanLevel ; |
265 | - rdfs:label "PPS"^^xsd:string . | 265 | + rdfs:label "PPS"^^xsd:string ; |
266 | - | 266 | +. |
267 | ILAP:L2_ProjectMasterSchedule | 267 | ILAP:L2_ProjectMasterSchedule |
268 | - rdf:type ILAP:PlanLevel ; | 268 | + rdf:type ILAP:PlanLevel ; |
269 | - rdfs:label "PMS"^^xsd:string . | 269 | + rdfs:label "PMS"^^xsd:string ; |
270 | - | 270 | +. |
271 | ILAP:L3_ContractMasterSchedule | 271 | ILAP:L3_ContractMasterSchedule |
272 | - rdf:type ILAP:PlanLevel ; | 272 | + rdf:type ILAP:PlanLevel ; |
273 | - rdfs:label "CMS"^^xsd:string . | 273 | + rdfs:label "CMS"^^xsd:string ; |
274 | - | 274 | +. |
275 | ILAP:L3_ProjectControlNetworkSchedule | 275 | ILAP:L3_ProjectControlNetworkSchedule |
276 | - rdf:type ILAP:PlanLevel ; | 276 | + rdf:type ILAP:PlanLevel ; |
277 | - rdfs:label "PCS"^^xsd:string . | 277 | + rdfs:label "PCS"^^xsd:string ; |
278 | - | 278 | +. |
279 | ILAP:L4_ContractControlNetworkSchedule | 279 | ILAP:L4_ContractControlNetworkSchedule |
280 | - rdf:type ILAP:PlanLevel ; | 280 | + rdf:type ILAP:PlanLevel ; |
281 | - rdfs:label "CCS"^^xsd:string . | 281 | + rdfs:label "CCS"^^xsd:string ; |
282 | - | 282 | +. |
283 | ILAP:L5_ContractTaskSchedule | 283 | ILAP:L5_ContractTaskSchedule |
284 | - rdf:type ILAP:PlanLevel ; | 284 | + rdf:type ILAP:PlanLevel ; |
285 | - rdfs:label "DWS"^^xsd:string . | 285 | + rdfs:label "DWS"^^xsd:string ; |
286 | - | 286 | +. |
287 | ILAP:L6_ContractorWorkOrderSchedule | 287 | ILAP:L6_ContractorWorkOrderSchedule |
288 | - rdf:type ILAP:PlanLevel ; | 288 | + rdf:type ILAP:PlanLevel ; |
289 | - rdfs:label "CWS"^^xsd:string . | 289 | + rdfs:label "CWS"^^xsd:string ; |
290 | - | 290 | +. |
291 | ILAP:L7_ContractorOperationsSchedule | 291 | ILAP:L7_ContractorOperationsSchedule |
292 | - rdf:type ILAP:PlanLevel ; | 292 | + rdf:type ILAP:PlanLevel ; |
293 | - rdfs:label "COS"^^xsd:string . | 293 | + rdfs:label "COS"^^xsd:string ; |
294 | - | 294 | +. |
295 | ILAP:LiftingOperation | 295 | ILAP:LiftingOperation |
296 | - rdf:type ILAP:RiskType ; | 296 | + rdf:type ILAP:RiskType ; |
297 | - rdfs:label "Lifting operation"^^xsd:string . | 297 | + rdfs:label "Lifting operation"^^xsd:string ; |
298 | - | 298 | +. |
299 | ILAP:LivingQuarterShutdown | 299 | ILAP:LivingQuarterShutdown |
300 | - rdf:type ILAP:ShutdownType ; | 300 | + rdf:type ILAP:ShutdownType ; |
301 | - rdfs:label "Living Quarter Shutdown"^^xsd:string . | 301 | + rdfs:label "Living Quarter Shutdown"^^xsd:string ; |
302 | - | 302 | +. |
303 | ILAP:LowCriticality | 303 | ILAP:LowCriticality |
304 | - rdf:type ILAP:DegreeOfCriticality ; | 304 | + rdf:type ILAP:DegreeOfCriticality ; |
305 | - rdfs:label "Low criticality"^^xsd:string . | 305 | + rdfs:label "Low criticality"^^xsd:string ; |
306 | - | 306 | +. |
307 | ILAP:LowPriority | 307 | ILAP:LowPriority |
308 | - rdf:type ILAP:DegreeOfPriority ; | 308 | + rdf:type ILAP:DegreeOfPriority ; |
309 | - rdfs:label "Low priority"^^xsd:string . | 309 | + rdfs:label "Low priority"^^xsd:string ; |
310 | - | 310 | +. |
311 | ILAP:Maintenance | 311 | ILAP:Maintenance |
312 | - rdf:type ILAP:PlanLifecycleStage ; | 312 | + rdf:type ILAP:PlanLifecycleStage ; |
313 | - rdfs:label "Maintenance"^^xsd:string . | 313 | + rdfs:label "Maintenance"^^xsd:string ; |
314 | - | 314 | +. |
315 | ILAP:ManagedClosedown | 315 | ILAP:ManagedClosedown |
316 | - rdf:type ILAP:PlanObjectiveType ; | 316 | + rdf:type ILAP:PlanObjectiveType ; |
317 | - rdfs:label "Managed closedown"^^xsd:string . | 317 | + rdfs:label "Managed closedown"^^xsd:string ; |
318 | - | 318 | +. |
319 | ILAP:MaterialDeliveredAtBase | 319 | ILAP:MaterialDeliveredAtBase |
320 | - rdf:type ILAP:MaterialOrderStatus ; | 320 | + rdf:type ILAP:MaterialOrderStatus ; |
321 | - rdfs:label "Material delivered at base"^^xsd:string . | 321 | + rdfs:label "Material delivered at base"^^xsd:string ; |
322 | - | 322 | +. |
323 | ILAP:MaterialDeliveredOffshore | 323 | ILAP:MaterialDeliveredOffshore |
324 | - rdf:type ILAP:MaterialOrderStatus ; | 324 | + rdf:type ILAP:MaterialOrderStatus ; |
325 | - rdfs:label "Material delivered offshore"^^xsd:string . | 325 | + rdfs:label "Material delivered offshore"^^xsd:string ; |
326 | - | 326 | +. |
327 | ILAP:MaterialDeliveredOnshore | 327 | ILAP:MaterialDeliveredOnshore |
328 | - rdf:type ILAP:MaterialOrderStatus ; | 328 | + rdf:type ILAP:MaterialOrderStatus ; |
329 | - rdfs:label "Material delivered onshore"^^xsd:string . | 329 | + rdfs:label "Material delivered onshore"^^xsd:string ; |
330 | - | 330 | +. |
331 | ILAP:MaterialDeliveryDelayed | 331 | ILAP:MaterialDeliveryDelayed |
332 | - rdf:type ILAP:MaterialOrderStatus ; | 332 | + rdf:type ILAP:MaterialOrderStatus ; |
333 | - rdfs:label "Material delivery delayed"^^xsd:string . | 333 | + rdfs:label "Material delivery delayed"^^xsd:string ; |
334 | - | 334 | +. |
335 | ILAP:MaterialDeliveryOnTime | 335 | ILAP:MaterialDeliveryOnTime |
336 | - rdf:type ILAP:MaterialOrderStatus ; | 336 | + rdf:type ILAP:MaterialOrderStatus ; |
337 | - rdfs:label "Material delivery on time"^^xsd:string . | 337 | + rdfs:label "Material delivery on time"^^xsd:string ; |
338 | - | 338 | +. |
339 | ILAP:MaterialOnOrder | 339 | ILAP:MaterialOnOrder |
340 | - rdf:type ILAP:MaterialOrderStatus ; | 340 | + rdf:type ILAP:MaterialOrderStatus ; |
341 | - rdfs:label "Material on order"^^xsd:string . | 341 | + rdfs:label "Material on order"^^xsd:string ; |
342 | - | 342 | +. |
343 | ILAP:MiniShutdown | 343 | ILAP:MiniShutdown |
344 | - rdf:type ILAP:ShutdownType ; | 344 | + rdf:type ILAP:ShutdownType ; |
345 | - rdfs:label "Mini shutdown"^^xsd:string . | 345 | + rdfs:label "Mini shutdown"^^xsd:string ; |
346 | - | 346 | +. |
347 | ILAP:Modification | 347 | ILAP:Modification |
348 | - rdf:type ILAP:PlanProjectType ; | 348 | + rdf:type ILAP:PlanProjectType ; |
349 | - rdfs:label "Modification"^^xsd:string . | 349 | + rdfs:label "Modification"^^xsd:string ; |
350 | - | 350 | +. |
351 | ILAP:Monday | 351 | ILAP:Monday |
352 | - rdf:type ILAP:CalendarDay ; | 352 | + rdf:type ILAP:CalendarDay ; |
353 | - rdfs:label "Monday"^^xsd:string . | 353 | + rdfs:label "Monday"^^xsd:string ; |
354 | - | 354 | +. |
355 | ILAP:NPDelement_1 | 355 | ILAP:NPDelement_1 |
356 | - rdf:type NPD:NPDelement ; | 356 | + rdf:type NPD:NPDelement ; |
357 | - rdfs:label "NPDelement 1"^^xsd:string . | 357 | + rdfs:label "NPDelement 1"^^xsd:string ; |
358 | - | 358 | +. |
359 | ILAP:NonScheduledShutdown | 359 | ILAP:NonScheduledShutdown |
360 | - rdf:type ILAP:ShutdownType ; | 360 | + rdf:type ILAP:ShutdownType ; |
361 | - rdfs:label "Non-Scheduled Shutdown"^^xsd:string . | 361 | + rdfs:label "Non-Scheduled Shutdown"^^xsd:string ; |
362 | - | 362 | +. |
363 | ILAP:NormalCriticality | 363 | ILAP:NormalCriticality |
364 | - rdf:type ILAP:DegreeOfCriticality ; | 364 | + rdf:type ILAP:DegreeOfCriticality ; |
365 | - rdfs:label "Normal criticality"^^xsd:string . | 365 | + rdfs:label "Normal criticality"^^xsd:string ; |
366 | - | 366 | +. |
367 | ILAP:NormalPriority | 367 | ILAP:NormalPriority |
368 | - rdf:type ILAP:DegreeOfPriority ; | 368 | + rdf:type ILAP:DegreeOfPriority ; |
369 | - rdfs:label "Normal priority"^^xsd:string . | 369 | + rdfs:label "Normal priority"^^xsd:string ; |
370 | - | 370 | +. |
371 | ILAP:OPEX | 371 | ILAP:OPEX |
372 | - rdf:type ILAP:PlanExpenseType ; | 372 | + rdf:type ILAP:PlanExpenseType ; |
373 | - rdfs:label "OPEX"^^xsd:string . | 373 | + rdfs:label "OPEX"^^xsd:string ; |
374 | - | 374 | +. |
375 | ILAP:OnHold | 375 | ILAP:OnHold |
376 | - rdf:type ILAP:Status ; | 376 | + rdf:type ILAP:Status ; |
377 | - rdfs:label "On hold"^^xsd:string . | 377 | + rdfs:label "On hold"^^xsd:string ; |
378 | - | 378 | +. |
379 | ILAP:Operation | 379 | ILAP:Operation |
380 | - rdf:type ILAP:PlanLifecycleStage ; | 380 | + rdf:type ILAP:PlanLifecycleStage ; |
381 | - rdfs:label "Operation"^^xsd:string . | 381 | + rdfs:label "Operation"^^xsd:string ; |
382 | - | 382 | +. |
383 | ILAP:OperationAndMaintenance | 383 | ILAP:OperationAndMaintenance |
384 | - rdf:type ILAP:PlanProjectType ; | 384 | + rdf:type ILAP:PlanProjectType ; |
385 | - rdfs:label "Operation and maintenance"^^xsd:string . | 385 | + rdfs:label "Operation and maintenance"^^xsd:string ; |
386 | - | 386 | +. |
387 | ILAP:Pending | 387 | ILAP:Pending |
388 | - rdf:type ILAP:Status ; | 388 | + rdf:type ILAP:Status ; |
389 | - rdfs:label "Pending"^^xsd:string . | 389 | + rdfs:label "Pending"^^xsd:string ; |
390 | - | 390 | +. |
391 | ILAP:Planned | 391 | ILAP:Planned |
392 | - rdf:type ILAP:Status ; | 392 | + rdf:type ILAP:Status ; |
393 | - rdfs:label "Planned"^^xsd:string . | 393 | + rdfs:label "Planned"^^xsd:string ; |
394 | - | 394 | +. |
395 | ILAP:Planning | 395 | ILAP:Planning |
396 | - rdf:type ILAP:PlanLifecycleStage ; | 396 | + rdf:type ILAP:PlanLifecycleStage ; |
397 | - rdfs:label "Planning"^^xsd:string . | 397 | + rdfs:label "Planning"^^xsd:string ; |
398 | - | 398 | +. |
399 | ILAP:Primavera | 399 | ILAP:Primavera |
400 | - rdf:type ILAP:Application ; | 400 | + rdf:type ILAP:Application ; |
401 | - rdfs:label "Primavera"^^xsd:string . | 401 | + rdfs:label "Primavera"^^xsd:string ; |
402 | - | 402 | +. |
403 | ILAP:ProductionShutdown | 403 | ILAP:ProductionShutdown |
404 | - rdf:type ILAP:ShutdownType ; | 404 | + rdf:type ILAP:ShutdownType ; |
405 | - rdfs:label "Production Shutdown"^^xsd:string . | 405 | + rdfs:label "Production Shutdown"^^xsd:string ; |
406 | - | 406 | +. |
407 | ILAP:RAMEX | 407 | ILAP:RAMEX |
408 | - rdf:type ILAP:PlanExpenseType ; | 408 | + rdf:type ILAP:PlanExpenseType ; |
409 | - rdfs:label "RAMEX"^^xsd:string . | 409 | + rdfs:label "RAMEX"^^xsd:string ; |
410 | - | 410 | +. |
411 | ILAP:RadicalChange | 411 | ILAP:RadicalChange |
412 | - rdf:type ILAP:PlanObjectiveType ; | 412 | + rdf:type ILAP:PlanObjectiveType ; |
413 | - rdfs:label "Radical change"^^xsd:string . | 413 | + rdfs:label "Radical change"^^xsd:string ; |
414 | - | 414 | +. |
415 | ILAP:Regular8To16WorkingDayCalendar | 415 | ILAP:Regular8To16WorkingDayCalendar |
416 | - rdfs:subClassOf | 416 | + rdfs:subClassOf [ |
417 | - [ rdf:type owl:Restriction ; | 417 | + rdf:type owl:Restriction ; |
418 | - owl:minQualifiedCardinality | 418 | + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
419 | - "1"^^xsd:nonNegativeInteger ; | 419 | + owl:onClass [ |
420 | - owl:onClass | 420 | + rdf:type owl:Class ; |
421 | - [ rdf:type owl:Class ; | 421 | + owl:oneOf ( |
422 | - owl:oneOf (ILAP:StandardFreeWeekendPeriod) | 422 | + ILAP:StandardFreeWeekendPeriod |
423 | - ] ; | 423 | + ) ; |
424 | - owl:onProperty ILAP:hasCalendarFreePeriod | 424 | + ] ; |
425 | - ] . | 425 | + owl:onProperty ILAP:hasCalendarFreePeriod ; |
426 | - | 426 | + ] ; |
427 | +. | ||
427 | ILAP:Released | 428 | ILAP:Released |
428 | - rdf:type ILAP:Status ; | 429 | + rdf:type ILAP:Status ; |
429 | - rdfs:label "Released"^^xsd:string . | 430 | + rdfs:label "Released"^^xsd:string ; |
430 | - | 431 | +. |
431 | ILAP:Removal | 432 | ILAP:Removal |
432 | - rdf:type ILAP:PlanLifecycleStage ; | 433 | + rdf:type ILAP:PlanLifecycleStage ; |
433 | - rdfs:label "Removal"^^xsd:string . | 434 | + rdfs:label "Removal"^^xsd:string ; |
434 | - | 435 | +. |
435 | ILAP:RemovalOfBarriers | 436 | ILAP:RemovalOfBarriers |
436 | - rdf:type ILAP:RiskType ; | 437 | + rdf:type ILAP:RiskType ; |
437 | - rdfs:label "Removal of barriers"^^xsd:string . | 438 | + rdfs:label "Removal of barriers"^^xsd:string ; |
438 | - | 439 | +. |
439 | ILAP:Renewal | 440 | ILAP:Renewal |
440 | - rdf:type ILAP:PlanLifecycleStage ; | 441 | + rdf:type ILAP:PlanLifecycleStage ; |
441 | - rdfs:label "Renew"^^xsd:string . | 442 | + rdfs:label "Renew"^^xsd:string ; |
442 | - | 443 | +. |
443 | ILAP:ReservoirDrillingOperation | 444 | ILAP:ReservoirDrillingOperation |
444 | - rdf:type ILAP:RiskType ; | 445 | + rdf:type ILAP:RiskType ; |
445 | - rdfs:label "Reservoir drilling operation"^^xsd:string . | 446 | + rdfs:label "Reservoir drilling operation"^^xsd:string ; |
446 | - | 447 | +. |
447 | ILAP:ResourceDriven | 448 | ILAP:ResourceDriven |
448 | - rdf:type ILAP:PlanContractType ; | 449 | + rdf:type ILAP:PlanContractType ; |
449 | - rdfs:label "Resource driven"^^xsd:string . | 450 | + rdfs:label "Resource driven"^^xsd:string ; |
450 | - | 451 | +. |
451 | ILAP:Revised | 452 | ILAP:Revised |
452 | - rdf:type ILAP:Status ; | 453 | + rdf:type ILAP:Status ; |
453 | - rdfs:label "Revised"^^xsd:string . | 454 | + rdfs:label "Revised"^^xsd:string ; |
454 | - | 455 | +. |
455 | ILAP:RevisionShutdown | 456 | ILAP:RevisionShutdown |
456 | - rdf:type ILAP:ShutdownType ; | 457 | + rdf:type ILAP:ShutdownType ; |
457 | - rdfs:label "Revision Shutdown"^^xsd:string . | 458 | + rdfs:label "Revision Shutdown"^^xsd:string ; |
458 | - | 459 | +. |
459 | ILAP:SAP | 460 | ILAP:SAP |
460 | - rdf:type ILAP:Application ; | 461 | + rdf:type ILAP:Application ; |
461 | - rdfs:label "SAP"^^xsd:string . | 462 | + rdfs:label "SAP"^^xsd:string ; |
462 | - | 463 | +. |
463 | ILAP:SafetyTestShutdown | 464 | ILAP:SafetyTestShutdown |
464 | - rdf:type ILAP:ShutdownType ; | 465 | + rdf:type ILAP:ShutdownType ; |
465 | - rdfs:label "Safety Test Shutdown"^^xsd:string . | 466 | + rdfs:label "Safety Test Shutdown"^^xsd:string ; |
466 | - | 467 | +. |
467 | ILAP:Safran | 468 | ILAP:Safran |
468 | - rdf:type ILAP:Application ; | 469 | + rdf:type ILAP:Application ; |
469 | - rdfs:label "Safran"^^xsd:string . | 470 | + rdfs:label "Safran"^^xsd:string ; |
470 | - | 471 | +. |
471 | ILAP:Saturday | 472 | ILAP:Saturday |
472 | - rdf:type ILAP:CalendarDay ; | 473 | + rdf:type ILAP:CalendarDay ; |
473 | - rdfs:label "Saturday"^^xsd:string . | 474 | + rdfs:label "Saturday"^^xsd:string ; |
474 | - | 475 | +. |
475 | ILAP:ScheduleDriven | 476 | ILAP:ScheduleDriven |
476 | - rdf:type ILAP:PlanContractType ; | 477 | + rdf:type ILAP:PlanContractType ; |
477 | - rdfs:label "Schedule driven"^^xsd:string . | 478 | + rdfs:label "Schedule driven"^^xsd:string ; |
478 | - | 479 | +. |
479 | ILAP:Scheduled | 480 | ILAP:Scheduled |
480 | - rdf:type ILAP:Status ; | 481 | + rdf:type ILAP:Status ; |
481 | - rdfs:label "Scheduled"^^xsd:string . | 482 | + rdfs:label "Scheduled"^^xsd:string ; |
482 | - | 483 | +. |
483 | ILAP:ScheduledShutdown | 484 | ILAP:ScheduledShutdown |
484 | - rdf:type ILAP:ShutdownType ; | 485 | + rdf:type ILAP:ShutdownType ; |
485 | - rdfs:label "Scheduled Shutdown"^^xsd:string . | 486 | + rdfs:label "Scheduled Shutdown"^^xsd:string ; |
486 | - | 487 | +. |
487 | ILAP:ShallowGasOperation | 488 | ILAP:ShallowGasOperation |
488 | - rdf:type ILAP:RiskType ; | 489 | + rdf:type ILAP:RiskType ; |
489 | - rdfs:label "Shallow gas operation"^^xsd:string . | 490 | + rdfs:label "Shallow gas operation"^^xsd:string ; |
490 | - | 491 | +. |
491 | ILAP:ShutdownAndDecommisioning | 492 | ILAP:ShutdownAndDecommisioning |
492 | - rdf:type ILAP:PlanLifecycleStage ; | 493 | + rdf:type ILAP:PlanLifecycleStage ; |
493 | - rdfs:label "Shutdown and decommisioning"^^xsd:string . | 494 | + rdfs:label "Shutdown and decommisioning"^^xsd:string ; |
494 | - | 495 | +. |
495 | ILAP:ShutdownNotEvaluated | 496 | ILAP:ShutdownNotEvaluated |
496 | - rdf:type ILAP:ShutdownType ; | 497 | + rdf:type ILAP:ShutdownType ; |
497 | - rdfs:label "Shutdown not evaluated"^^xsd:string . | 498 | + rdfs:label "Shutdown not evaluated"^^xsd:string ; |
498 | - | 499 | +. |
499 | ILAP:StandardFreeWeekendPeriod | 500 | ILAP:StandardFreeWeekendPeriod |
500 | - rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | 501 | + rdf:type ILAP:CalendarFreePeriodWeekRepeat ; |
501 | - rdfs:label "Standard free weekend period"^^xsd:string ; | 502 | + ILAP:hasCalendarPeriodFreeDay ILAP:Saturday ; |
502 | - ILAP:hasCalendarPeriodFreeDay | 503 | + ILAP:hasCalendarPeriodFreeDay ILAP:Sunday ; |
503 | - ILAP:Sunday , ILAP:Saturday . | 504 | + rdfs:label "Standard free weekend period"^^xsd:string ; |
504 | - | 505 | +. |
505 | ILAP:StandardWorkWeekdayPeriod | 506 | ILAP:StandardWorkWeekdayPeriod |
506 | - rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 507 | + rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; |
507 | - rdfs:label "Standard work weekday period"^^xsd:string . | 508 | + rdfs:label "Standard work weekday period"^^xsd:string ; |
508 | - | 509 | +. |
509 | ILAP:StartingUp | 510 | ILAP:StartingUp |
510 | - rdf:type ILAP:ShutdownPhase ; | 511 | + rdf:type ILAP:ShutdownPhase ; |
511 | - rdfs:label "Starting up"^^xsd:string . | 512 | + rdfs:label "Starting up"^^xsd:string ; |
512 | - | 513 | +. |
513 | ILAP:Sunday | 514 | ILAP:Sunday |
514 | - rdf:type ILAP:CalendarDay ; | 515 | + rdf:type ILAP:CalendarDay ; |
515 | - rdfs:label "Sunday"^^xsd:string . | 516 | + rdfs:label "Sunday"^^xsd:string ; |
516 | - | 517 | +. |
517 | ILAP:SystemShutdown | 518 | ILAP:SystemShutdown |
518 | - rdf:type ILAP:ShutdownType ; | 519 | + rdf:type ILAP:ShutdownType ; |
519 | - rdfs:label "System Shutdown"^^xsd:string . | 520 | + rdfs:label "System Shutdown"^^xsd:string ; |
520 | - | 521 | +. |
521 | ILAP:TIMEX | 522 | ILAP:TIMEX |
522 | - rdf:type ILAP:PlanExpenseType ; | 523 | + rdf:type ILAP:PlanExpenseType ; |
523 | - rdfs:label "TIMEX"^^xsd:string . | 524 | + rdfs:label "TIMEX"^^xsd:string ; |
524 | - | 525 | +. |
525 | ILAP:Thursday | 526 | ILAP:Thursday |
526 | - rdf:type ILAP:CalendarDay ; | 527 | + rdf:type ILAP:CalendarDay ; |
527 | - rdfs:label "Thursday"^^xsd:string . | 528 | + rdfs:label "Thursday"^^xsd:string ; |
528 | - | 529 | +. |
529 | ILAP:TrainShutdown | 530 | ILAP:TrainShutdown |
530 | - rdf:type ILAP:ShutdownType ; | 531 | + rdf:type ILAP:ShutdownType ; |
531 | - rdfs:label "Train Shutdown"^^xsd:string . | 532 | + rdfs:label "Train Shutdown"^^xsd:string ; |
532 | - | 533 | +. |
533 | ILAP:Tuesday | 534 | ILAP:Tuesday |
534 | - rdf:type ILAP:CalendarDay ; | 535 | + rdf:type ILAP:CalendarDay ; |
535 | - rdfs:label "Tuesday"^^xsd:string . | 536 | + rdfs:label "Tuesday"^^xsd:string ; |
536 | - | 537 | +. |
537 | ILAP:Unknown | 538 | ILAP:Unknown |
538 | - rdf:type ILAP:Status ; | 539 | + rdf:type ILAP:Status ; |
539 | - rdfs:label "Unknown"^^xsd:string . | 540 | + rdfs:label "Unknown"^^xsd:string ; |
540 | - | 541 | +. |
541 | ILAP:UserField | 542 | ILAP:UserField |
542 | - rdfs:subClassOf ILAP:Data . | 543 | + rdfs:subClassOf ILAP:Data ; |
543 | - | 544 | +. |
544 | ILAP:VesselOperation | 545 | ILAP:VesselOperation |
545 | - rdf:type ILAP:RiskType ; | 546 | + rdf:type ILAP:RiskType ; |
546 | - rdfs:label "Vessel operation"^^xsd:string . | 547 | + rdfs:label "Vessel operation"^^xsd:string ; |
547 | - | 548 | +. |
548 | ILAP:WaterInjectionShutdown | 549 | ILAP:WaterInjectionShutdown |
549 | - rdf:type ILAP:ShutdownType ; | 550 | + rdf:type ILAP:ShutdownType ; |
550 | - rdfs:label "Water Injection Shutdown"^^xsd:string . | 551 | + rdfs:label "Water Injection Shutdown"^^xsd:string ; |
551 | - | 552 | +. |
552 | ILAP:WaterProductionShutdown | 553 | ILAP:WaterProductionShutdown |
553 | - rdf:type ILAP:ShutdownType ; | 554 | + rdf:type ILAP:ShutdownType ; |
554 | - rdfs:label "Water Production Shutdown"^^xsd:string . | 555 | + rdfs:label "Water Production Shutdown"^^xsd:string ; |
555 | - | 556 | +. |
556 | ILAP:Wednesday | 557 | ILAP:Wednesday |
557 | - rdf:type ILAP:CalendarDay ; | 558 | + rdf:type ILAP:CalendarDay ; |
558 | - rdfs:label "Wednesday"^^xsd:string . | 559 | + rdfs:label "Wednesday"^^xsd:string ; |
559 | - | 560 | +. |
560 | ILAP:WeekendsFreeCalendar | 561 | ILAP:WeekendsFreeCalendar |
561 | - rdfs:subClassOf | 562 | + rdfs:subClassOf [ |
562 | - [ rdf:type owl:Restriction ; | 563 | + rdf:type owl:Restriction ; |
563 | - owl:minQualifiedCardinality | 564 | + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
564 | - "1"^^xsd:nonNegativeInteger ; | 565 | + owl:onClass [ |
565 | - owl:onClass | 566 | + rdf:type owl:Class ; |
566 | - [ rdf:type owl:Class ; | 567 | + owl:oneOf ( |
567 | - owl:oneOf (ILAP:StandardFreeWeekendPeriod) | 568 | + ILAP:StandardFreeWeekendPeriod |
568 | - ] ; | 569 | + ) ; |
569 | - owl:onProperty ILAP:hasCalendarFreePeriod | 570 | + ] ; |
570 | - ] . | 571 | + owl:onProperty ILAP:hasCalendarFreePeriod ; |
571 | - | 572 | + ] ; |
573 | +. | ||
572 | ILAP:WellTransfer | 574 | ILAP:WellTransfer |
573 | - rdf:type ILAP:ShutdownType ; | 575 | + rdf:type ILAP:ShutdownType ; |
574 | - rdfs:label "Well Transfer "^^xsd:string . | 576 | + rdfs:label "Well Transfer "^^xsd:string ; |
575 | - | 577 | +. |
576 | ILAP:Wellbore | 578 | ILAP:Wellbore |
577 | - rdf:type ILAP:PlanGeoArea ; | 579 | + rdf:type ILAP:PlanGeoArea ; |
578 | - rdfs:label "Wellbore"^^xsd:string . | 580 | + rdfs:label "Wellbore"^^xsd:string ; |
579 | - | 581 | +. |
580 | ILAP:hasActivityBaselineSchedule | 582 | ILAP:hasActivityBaselineSchedule |
581 | - rdfs:range ILAP:Schedule . | 583 | + rdfs:range ILAP:Schedule ; |
582 | - | 584 | +. |
583 | ILAP:hasActivityFacility | 585 | ILAP:hasActivityFacility |
584 | - rdfs:domain ILAP:PlannedActivity . | 586 | + rdfs:domain ILAP:PlannedActivity ; |
585 | - | 587 | +. |
586 | ILAP:hasActivityPhase | 588 | ILAP:hasActivityPhase |
587 | - rdfs:range ILAP:Phase . | 589 | + rdfs:range ILAP:Phase ; |
588 | - | 590 | +. |
589 | ILAP:hasActivityResource | 591 | ILAP:hasActivityResource |
590 | - rdfs:domain ILAP:Activity ; | 592 | + rdfs:domain ILAP:Activity ; |
591 | - rdfs:range ILAP:Resource . | 593 | + rdfs:range ILAP:Resource ; |
592 | - | 594 | +. |
593 | ILAP:hasActivityResourceProfile | 595 | ILAP:hasActivityResourceProfile |
594 | - rdfs:domain ILAP:Activity . | 596 | + rdfs:domain ILAP:Activity ; |
595 | - | 597 | +. |
596 | ILAP:hasActivityShutdown | 598 | ILAP:hasActivityShutdown |
597 | - rdfs:range ILAP:Shutdown . | 599 | + rdfs:range ILAP:Shutdown ; |
598 | - | 600 | +. |
599 | ILAP:hasActivityWBSelement | 601 | ILAP:hasActivityWBSelement |
600 | - rdfs:range ILAP:ActivityWBS . | 602 | + rdfs:range ILAP:ActivityWBS ; |
601 | - | 603 | +. |
602 | ILAP:hasActivityWeight | 604 | ILAP:hasActivityWeight |
603 | - rdfs:domain ILAP:Activity ; | 605 | + rdfs:domain ILAP:Activity ; |
604 | - rdfs:range xsd:float . | 606 | + rdfs:range xsd:float ; |
605 | - | 607 | +. |
606 | ILAP:hasCalendarDate | 608 | ILAP:hasCalendarDate |
607 | - rdfs:domain ILAP:Calendar ; | 609 | + rdfs:domain ILAP:Calendar ; |
608 | - rdfs:range xsd:date . | 610 | + rdfs:range xsd:date ; |
609 | - | 611 | +. |
610 | ILAP:hasCalendarPeriodDay | 612 | ILAP:hasCalendarPeriodDay |
611 | - rdfs:domain ILAP:CalendarPeriod ; | 613 | + rdfs:domain ILAP:CalendarPeriod ; |
612 | - rdfs:range ILAP:CalendarDay . | 614 | + rdfs:range ILAP:CalendarDay ; |
613 | - | 615 | +. |
614 | ILAP:hasCalendarPeriodHour | 616 | ILAP:hasCalendarPeriodHour |
615 | - rdfs:domain ILAP:CalendarPeriod ; | 617 | + rdfs:domain ILAP:CalendarPeriod ; |
616 | - rdfs:range ILAP:CalendarHour . | 618 | + rdfs:range ILAP:CalendarHour ; |
617 | - | 619 | +. |
618 | ILAP:hasCalendarTime | 620 | ILAP:hasCalendarTime |
619 | - rdfs:domain ILAP:Calendar ; | 621 | + rdfs:domain ILAP:Calendar ; |
620 | - rdfs:range xsd:dateTime . | 622 | + rdfs:range xsd:dateTime ; |
621 | - | 623 | +. |
622 | ILAP:hasPlanAssetOwner | 624 | ILAP:hasPlanAssetOwner |
623 | - rdfs:range ILAP:ResponsibleOrganization . | 625 | + rdfs:range ILAP:ResponsibleOrganization ; |
624 | - | 626 | +. |
625 | ILAP:hasPlanContractor | 627 | ILAP:hasPlanContractor |
626 | - rdfs:range ILAP:Contractor . | 628 | + rdfs:range ILAP:Contractor ; |
627 | - | 629 | +. |
628 | ILAP:hasPlanLicensePartner | 630 | ILAP:hasPlanLicensePartner |
629 | - rdfs:range ILAP:ResponsibleOrganization . | 631 | + rdfs:range ILAP:ResponsibleOrganization ; |
630 | - | 632 | +. |
631 | ILAP:hasPlanOperator | 633 | ILAP:hasPlanOperator |
632 | - rdfs:range ILAP:Operator . | 634 | + rdfs:range ILAP:Operator ; |
633 | - | 635 | +. |
634 | ILAP:hasPlanRegulator | 636 | ILAP:hasPlanRegulator |
635 | - rdfs:range ILAP:ResponsibleOrganization . | 637 | + rdfs:range ILAP:ResponsibleOrganization ; |
636 | - | 638 | +. |
637 | ILAP:hasPlanResponsible | 639 | ILAP:hasPlanResponsible |
638 | - rdfs:range ILAP:ResponsibleOrganization . | 640 | + rdfs:range ILAP:ResponsibleOrganization ; |
639 | - | 641 | +. |
640 | ILAP:hasPlanSupplier | 642 | ILAP:hasPlanSupplier |
641 | - rdfs:range ILAP:ResponsibleOrganization . | 643 | + rdfs:range ILAP:ResponsibleOrganization ; |
642 | - | 644 | +. |
643 | ILAP:hasWBScomponent | 645 | ILAP:hasWBScomponent |
644 | - rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> . | 646 | + rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> ; |
645 | - | 647 | +. |
646 | ILAP:hasWBSphase | 648 | ILAP:hasWBSphase |
647 | - rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . | 649 | + rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ; |
648 | - | 650 | +. |
649 | ILAP:hasWBSprojectExpenseType | 651 | ILAP:hasWBSprojectExpenseType |
650 | - rdfs:range ILAP:PlanExpenseType . | 652 | + rdfs:range ILAP:PlanExpenseType ; |
651 | - | 653 | +. |
652 | ILAP:hasWorkTaskResponsible | 654 | ILAP:hasWorkTaskResponsible |
653 | - rdfs:range ILAP:ResponsiblePerson . | 655 | + rdfs:range ILAP:ResponsiblePerson ; |
654 | - | 656 | +. |
655 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> | 657 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> |
656 | - rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category . | 658 | + rdfs:subClassOf ILAP:Category ; |
657 | - | 659 | + rdfs:subClassOf ILAP:Discipline ; |
660 | + rdfs:subClassOf ILAP:Resource ; | ||
661 | +. | ||
658 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> | 662 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> |
659 | - rdfs:subClassOf ILAP:Result , ILAP:Asset . | 663 | + rdfs:subClassOf ILAP:Asset ; |
660 | - | 664 | + rdfs:subClassOf ILAP:Result ; |
665 | +. | ||
661 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> | 666 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> |
662 | - rdfs:subClassOf ILAP:Phase . | 667 | + rdfs:subClassOf ILAP:Phase ; |
663 | - | 668 | +. |
664 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> | 669 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> |
665 | - rdf:type owl:Class ; | 670 | + rdf:type owl:Class ; |
666 | - rdfs:label "Regulator 1"^^xsd:string , "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ; | 671 | + rdfs:label "Contractor 1"^^xsd:string ; |
667 | - rdfs:subClassOf ILAP:Regulator , ILAP:Operator , ILAP:Contractor . | 672 | + rdfs:label "Operating company"^^xsd:string ; |
668 | - | 673 | + rdfs:label "Regulator 1"^^xsd:string ; |
674 | + rdfs:subClassOf ILAP:Contractor ; | ||
675 | + rdfs:subClassOf ILAP:Operator ; | ||
676 | + rdfs:subClassOf ILAP:Regulator ; | ||
677 | +. | ||
669 | <http://data.posccaesar.org/npd/ontology/productionFacility> | 678 | <http://data.posccaesar.org/npd/ontology/productionFacility> |
670 | - rdf:type owl:Class ; | 679 | + rdf:type owl:Class ; |
671 | - rdfs:label "Facility"^^xsd:string ; | 680 | + rdfs:label "Facility"^^xsd:string ; |
672 | - rdfs:subClassOf ILAP:Facility . | 681 | + rdfs:subClassOf ILAP:Facility ; |
673 | - | 682 | +. |
674 | rdl:RDS282149 | 683 | rdl:RDS282149 |
675 | - rdf:type owl:Class ; | 684 | + rdf:type owl:Class ; |
676 | - rdfs:label "RDS282149"^^xsd:string ; | 685 | + rdfs:label "RDS282149"^^xsd:string ; |
677 | - rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . | 686 | + rdfs:subClassOf ILAP:ResponsibleOrganization ; |
678 | - | 687 | + rdfs:subClassOf owl:Thing ; |
688 | +. | ||
679 | <http://data.posccaesar.orgnpd/ontology/License> | 689 | <http://data.posccaesar.orgnpd/ontology/License> |
680 | - rdf:type owl:Class ; | 690 | + rdf:type owl:Class ; |
681 | - rdfs:label "Norwegian production license area"^^xsd:string ; | 691 | + rdfs:label "Norwegian production license area"^^xsd:string ; |
682 | - rdfs:subClassOf ILAP:License . | 692 | + rdfs:subClassOf ILAP:License ; |
683 | - | 693 | +. |
684 | <http://staging.data.posccaesar.org/npd/ontology/discoveryField> | 694 | <http://staging.data.posccaesar.org/npd/ontology/discoveryField> |
685 | - rdf:type owl:Class ; | 695 | + rdf:type owl:Class ; |
686 | - rdfs:label "Field 1"^^xsd:string ; | 696 | + rdfs:label "Field 1"^^xsd:string ; |
687 | - rdfs:subClassOf ILAP:Field . | 697 | + rdfs:subClassOf ILAP:Field ; |
688 | - | 698 | +. |
689 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> | 699 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> |
690 | - rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 700 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ; |
691 | - | 701 | +. |
692 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#B> | 702 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#B> |
693 | - rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 703 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ; |
694 | - | 704 | +. |
695 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#C> | 705 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#C> |
696 | - rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 706 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ; |
697 | - | 707 | +. |
698 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#E> | 708 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#E> |
699 | - rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 709 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ; |
700 | - | 710 | +. |
701 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#H> | 711 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#H> |
702 | - rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 712 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ; |
703 | - | 713 | +. |
704 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#K> | 714 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#K> |
705 | - rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 715 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ; |
706 | - | 716 | +. |
707 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#L> | 717 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#L> |
708 | - rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 718 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ; |
709 | - | 719 | +. |
710 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#M> | 720 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#M> |
711 | - rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 721 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ; |
712 | - | 722 | +. |
713 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#Q> | 723 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#Q> |
714 | - rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 724 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ; |
715 | - | 725 | +. |
716 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#R> | 726 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#R> |
717 | - rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 727 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ; |
718 | - | 728 | +. |
719 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#S> | 729 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#S> |
720 | - rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 730 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ; |
721 | - | 731 | +. |
722 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#X> | 732 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#X> |
723 | - rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 733 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> ; |
724 | - | 734 | +. |
725 | <http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#A> | 735 | <http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#A> |
726 | - rdfs:subClassOf <http://data.posccaesar.org/sccs/PBScode> . | 736 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/PBScode> ; |
727 | - | 737 | +. |
728 | <http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#B> | 738 | <http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#B> |
729 | - rdfs:subClassOf <http://data.posccaesar.org/sccs/PBScode> . | 739 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/PBScode> ; |
730 | - | 740 | +. |
731 | <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#1> | 741 | <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#1> |
732 | - rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> . | 742 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> ; |
733 | - | 743 | +. |
734 | <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#2> | 744 | <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#2> |
735 | - rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> . | 745 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> ; |
736 | - | 746 | +. |
737 | <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#3> | 747 | <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#3> |
738 | - rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> . | 748 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> ; |
739 | - | 749 | +. |
740 | <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4> | 750 | <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4> |
741 | - rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> . | 751 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> ; |
742 | - | 752 | +. |
743 | <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5> | 753 | <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5> |
744 | - rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> . | 754 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> ; |
745 | - | 755 | +. |
746 | <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6> | 756 | <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6> |
747 | - rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> . | 757 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> ; |
748 | - | 758 | +. |
749 | <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#7> | 759 | <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#7> |
750 | - rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> . | 760 | + rdfs:subClassOf <http://data.posccaesar.org/sccs/SABcode> ; |
761 | +. | ... | ... |
... | @@ -4,15 +4,77 @@ | ... | @@ -4,15 +4,77 @@ |
4 | @prefix ILAP: <http://data.posccaesar.org/ilap/> . | 4 | @prefix ILAP: <http://data.posccaesar.org/ilap/> . |
5 | @prefix SCCS: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/> . | 5 | @prefix SCCS: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/> . |
6 | @prefix UC1: <http://data.posccaesar.org/Data/UC1/> . | 6 | @prefix UC1: <http://data.posccaesar.org/Data/UC1/> . |
7 | +@prefix USERFIELDS: <http://data.posccaesar.org/ilap/userfields/> . | ||
7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 8 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
8 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 9 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
9 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 10 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
11 | +@prefix userfields: <http://data.posccaesar.org/ilap/userfields#> . | ||
10 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 12 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
11 | 13 | ||
12 | UC1: rdf:type owl:Ontology ; | 14 | UC1: rdf:type owl:Ontology ; |
13 | owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; | 15 | owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; |
14 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
15 | 17 | ||
18 | +UC1:AreaCode | ||
19 | + rdf:type USERFIELDS:FreeTextField ; | ||
20 | + rdfs:label "Area code"^^xsd:string ; | ||
21 | + USERFIELDS:hasDescription | ||
22 | + "Area Code AA"^^xsd:string ; | ||
23 | + USERFIELDS:hasShort "AC AA"^^xsd:string . | ||
24 | + | ||
25 | +UC1:CostCenter | ||
26 | + rdf:type USERFIELDS:FreeTextField ; | ||
27 | + rdfs:label "Cost center"^^xsd:string ; | ||
28 | + USERFIELDS:hasDescription | ||
29 | + "COST CENTER B"^^xsd:string ; | ||
30 | + USERFIELDS:hasShort "CCB"^^xsd:string . | ||
31 | + | ||
32 | +UC1:Index_Code_Value | ||
33 | + rdf:type USERFIELDS:FreeTextField ; | ||
34 | + rdfs:label "Index Code" ; | ||
35 | + USERFIELDS:hasDescription | ||
36 | + "Index A"^^xsd:string ; | ||
37 | + USERFIELDS:hasShort "EXA"^^xsd:string . | ||
38 | + | ||
39 | +UC1:Quality_Descriptor_1 | ||
40 | + rdf:type USERFIELDS:FreeTextField ; | ||
41 | + rdfs:label "Quality Level" ; | ||
42 | + USERFIELDS:hasDescription | ||
43 | + "High Quality"^^xsd:string ; | ||
44 | + USERFIELDS:hasShort "HQ"^^xsd:string . | ||
45 | + | ||
46 | +UC1:ShutdownPeriod_1 | ||
47 | + rdf:type USERFIELDS:FreeTextField ; | ||
48 | + rdfs:label "Shutdown period 1"^^xsd:string ; | ||
49 | + USERFIELDS:hasDescription | ||
50 | + "Shutdown period 2016"^^xsd:string ; | ||
51 | + USERFIELDS:hasShort "SD2016"^^xsd:string . | ||
52 | + | ||
53 | +UC1:UserField_for_PlannedActivity_2 | ||
54 | + rdf:type USERFIELDS:UserField ; | ||
55 | + rdfs:label "User Field for Planned Activity 2" ; | ||
56 | + USERFIELDS:hasIndexCode | ||
57 | + UC1:Index_Code_Value ; | ||
58 | + USERFIELDS:hasQuality | ||
59 | + UC1:Quality_Descriptor_1 ; | ||
60 | + USERFIELDS:hasShutDownPeriod | ||
61 | + UC1:ShutdownPeriod_1 . | ||
62 | + | ||
63 | +UC1:UserField_for_Scheduled_Activity_1 | ||
64 | + rdf:type USERFIELDS:UserField ; | ||
65 | + rdfs:label "User field for Scheduled Activity 1"^^xsd:string ; | ||
66 | + USERFIELDS:hasAreaCode | ||
67 | + UC1:AreaCode ; | ||
68 | + USERFIELDS:hasCostCenter | ||
69 | + UC1:CostCenter . | ||
70 | + | ||
71 | +ILAP:Activity | ||
72 | + rdfs:subClassOf | ||
73 | + [ rdf:type owl:Restriction ; | ||
74 | + owl:onProperty USERFIELDS:hasUserField ; | ||
75 | + owl:someValuesFrom USERFIELDS:UserField | ||
76 | + ] . | ||
77 | + | ||
16 | ILAP:ActivityPlan_1 | 78 | ILAP:ActivityPlan_1 |
17 | rdf:type ILAP:ActivityPlan ; | 79 | rdf:type ILAP:ActivityPlan ; |
18 | rdfs:label "Activity plan 1"^^xsd:string . | 80 | rdfs:label "Activity plan 1"^^xsd:string . |
... | @@ -22,7 +84,7 @@ ILAP:ActivityWBS_1 | ... | @@ -22,7 +84,7 @@ ILAP:ActivityWBS_1 |
22 | rdfs:label "Activity WBS 1"^^xsd:string ; | 84 | rdfs:label "Activity WBS 1"^^xsd:string ; |
23 | ILAP:hasWBScomponent | 85 | ILAP:hasWBScomponent |
24 | SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ; | 86 | SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ; |
25 | - ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ; | 87 | + ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ; |
26 | ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 . | 88 | ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 . |
27 | 89 | ||
28 | ILAP:COR_KD_1 | 90 | ILAP:COR_KD_1 |
... | @@ -90,7 +152,8 @@ ILAP:PlannedActivity_2 | ... | @@ -90,7 +152,8 @@ ILAP:PlannedActivity_2 |
90 | "55000"^^xsd:float ; | 152 | "55000"^^xsd:float ; |
91 | ILAP:hasActivityWorkVolume | 153 | ILAP:hasActivityWorkVolume |
92 | "1500"^^xsd:float ; | 154 | "1500"^^xsd:float ; |
93 | - ILAP:hasUserField <http://data.posccaesar.org/ilap/USERFIELDS/hasIndexCode> , <http://data.posccaesar.org/ilap/USERFIELDS/hasExecutionMilestone> . | 155 | + USERFIELDS:hasUserField |
156 | + UC1:UserField_for_PlannedActivity_2 . | ||
94 | 157 | ||
95 | ILAP:ProjectExecutionPlan_1 | 158 | ILAP:ProjectExecutionPlan_1 |
96 | rdf:type ILAP:ProjectExecutionPlan ; | 159 | rdf:type ILAP:ProjectExecutionPlan ; |
... | @@ -151,7 +214,8 @@ ILAP:SAB_51_1 | ... | @@ -151,7 +214,8 @@ ILAP:SAB_51_1 |
151 | ILAP:ScheduledActivity_1 | 214 | ILAP:ScheduledActivity_1 |
152 | rdf:type ILAP:ScheduledActivity ; | 215 | rdf:type ILAP:ScheduledActivity ; |
153 | rdfs:label "Scheduled activity 1"^^xsd:string ; | 216 | rdfs:label "Scheduled activity 1"^^xsd:string ; |
154 | - ILAP:hasUserField <http://data.posccaesar.org/ilap/USERFIELDS/hasExecutionMilestone> . | 217 | + USERFIELDS:hasUserField |
218 | + UC1:UserField_for_Scheduled_Activity_1 . | ||
155 | 219 | ||
156 | ILAP:ScheduledMilestone_1 | 220 | ILAP:ScheduledMilestone_1 |
157 | rdf:type ILAP:ScheduledMilestone ; | 221 | rdf:type ILAP:ScheduledMilestone ; |
... | @@ -167,11 +231,7 @@ ILAP:SummerShutdown_UC1 | ... | @@ -167,11 +231,7 @@ ILAP:SummerShutdown_UC1 |
167 | ILAP:hasShutdownPriority | 231 | ILAP:hasShutdownPriority |
168 | ILAP:NormalPriority ; | 232 | ILAP:NormalPriority ; |
169 | ILAP:hasShutdownType | 233 | ILAP:hasShutdownType |
170 | - ILAP:SystemShutdown , ILAP:ProductionShutdown , ILAP:ScheduledShutdown . | 234 | + ILAP:SystemShutdown , ILAP:ScheduledShutdown , ILAP:ProductionShutdown . |
171 | - | ||
172 | -<http://data.posccaesar.org/ilap/USERFIELDS/hasExecutionMilestone> | ||
173 | - ILAP:hasValue "Final Milestone"^^xsd:string ; | ||
174 | - ILAP:hasValueSource "Use Case 13 - Safran"^^xsd:string . | ||
175 | 235 | ||
176 | ILAP:UseCaseAibelToCOPNO | 236 | ILAP:UseCaseAibelToCOPNO |
177 | rdf:type ILAP:Source ; | 237 | rdf:type ILAP:Source ; |
... | @@ -216,9 +276,6 @@ ILAP:hasActivityPreviousStatus | ... | @@ -216,9 +276,6 @@ ILAP:hasActivityPreviousStatus |
216 | ILAP:hasPlanUserField | 276 | ILAP:hasPlanUserField |
217 | rdfs:domain ILAP:ProjectExecutionPlan . | 277 | rdfs:domain ILAP:ProjectExecutionPlan . |
218 | 278 | ||
219 | -ILAP:hasUserField | ||
220 | - rdfs:domain ILAP:Activity . | ||
221 | - | ||
222 | ILAP:hasUserFieldSource | 279 | ILAP:hasUserFieldSource |
223 | rdfs:range ILAP:UserField . | 280 | rdfs:range ILAP:UserField . |
224 | 281 | ... | ... |
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 USERFIELDS: <http://data.posccaesar.org/ilap/userfields/> . |
4 | -@prefix USERFIELDS: <http://data.posccaesar.org/ilap/USERFIELDS/> . | 4 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
5 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 5 | +@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#> . | 6 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
7 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 7 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
8 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
9 | 8 | ||
10 | USERFIELDS: | 9 | USERFIELDS: |
11 | - rdf:type owl:Ontology ; | 10 | + rdf:type owl:Ontology ; |
12 | - owl:imports ILAP: ; | 11 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; |
13 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 12 | +. |
14 | - | 13 | +USERFIELDS:FreeTextField |
14 | + rdf:type owl:Class ; | ||
15 | + rdfs:label "Free text field"^^xsd:string ; | ||
16 | + rdfs:subClassOf owl:Thing ; | ||
17 | +. | ||
18 | +USERFIELDS:UserField | ||
19 | + rdf:type owl:Class ; | ||
20 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> ; | ||
21 | + rdfs:subClassOf owl:Thing ; | ||
22 | + rdfs:subClassOf [ | ||
23 | + rdf:type owl:Restriction ; | ||
24 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
25 | + owl:onClass USERFIELDS:FreeTextField ; | ||
26 | + owl:onProperty USERFIELDS:hasActivityProgress ; | ||
27 | + ] ; | ||
28 | + rdfs:subClassOf [ | ||
29 | + rdf:type owl:Restriction ; | ||
30 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
31 | + owl:onClass USERFIELDS:FreeTextField ; | ||
32 | + owl:onProperty USERFIELDS:hasArea ; | ||
33 | + ] ; | ||
34 | + rdfs:subClassOf [ | ||
35 | + rdf:type owl:Restriction ; | ||
36 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
37 | + owl:onClass USERFIELDS:FreeTextField ; | ||
38 | + owl:onProperty USERFIELDS:hasAreaCode ; | ||
39 | + ] ; | ||
40 | + rdfs:subClassOf [ | ||
41 | + rdf:type owl:Restriction ; | ||
42 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
43 | + owl:onClass USERFIELDS:FreeTextField ; | ||
44 | + owl:onProperty USERFIELDS:hasAssignment ; | ||
45 | + ] ; | ||
46 | + rdfs:subClassOf [ | ||
47 | + rdf:type owl:Restriction ; | ||
48 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
49 | + owl:onClass USERFIELDS:FreeTextField ; | ||
50 | + owl:onProperty USERFIELDS:hasBudgetYear ; | ||
51 | + ] ; | ||
52 | + rdfs:subClassOf [ | ||
53 | + rdf:type owl:Restriction ; | ||
54 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
55 | + owl:onClass USERFIELDS:FreeTextField ; | ||
56 | + owl:onProperty USERFIELDS:hasBuildingBlock ; | ||
57 | + ] ; | ||
58 | + rdfs:subClassOf [ | ||
59 | + rdf:type owl:Restriction ; | ||
60 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
61 | + owl:onClass USERFIELDS:FreeTextField ; | ||
62 | + owl:onProperty USERFIELDS:hasCTR ; | ||
63 | + ] ; | ||
64 | + rdfs:subClassOf [ | ||
65 | + rdf:type owl:Restriction ; | ||
66 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
67 | + owl:onClass USERFIELDS:FreeTextField ; | ||
68 | + owl:onProperty USERFIELDS:hasCause ; | ||
69 | + ] ; | ||
70 | + rdfs:subClassOf [ | ||
71 | + rdf:type owl:Restriction ; | ||
72 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
73 | + owl:onClass USERFIELDS:FreeTextField ; | ||
74 | + owl:onProperty USERFIELDS:hasCauseCategory ; | ||
75 | + ] ; | ||
76 | + rdfs:subClassOf [ | ||
77 | + rdf:type owl:Restriction ; | ||
78 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
79 | + owl:onClass USERFIELDS:FreeTextField ; | ||
80 | + owl:onProperty USERFIELDS:hasCommissioningPackage ; | ||
81 | + ] ; | ||
82 | + rdfs:subClassOf [ | ||
83 | + rdf:type owl:Restriction ; | ||
84 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
85 | + owl:onClass USERFIELDS:FreeTextField ; | ||
86 | + owl:onProperty USERFIELDS:hasCompletionStatus ; | ||
87 | + ] ; | ||
88 | + rdfs:subClassOf [ | ||
89 | + rdf:type owl:Restriction ; | ||
90 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
91 | + owl:onClass USERFIELDS:FreeTextField ; | ||
92 | + owl:onProperty USERFIELDS:hasContractType ; | ||
93 | + ] ; | ||
94 | + rdfs:subClassOf [ | ||
95 | + rdf:type owl:Restriction ; | ||
96 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
97 | + owl:onClass USERFIELDS:FreeTextField ; | ||
98 | + owl:onProperty USERFIELDS:hasCostBreakdownStructure ; | ||
99 | + ] ; | ||
100 | + rdfs:subClassOf [ | ||
101 | + rdf:type owl:Restriction ; | ||
102 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
103 | + owl:onClass USERFIELDS:FreeTextField ; | ||
104 | + owl:onProperty USERFIELDS:hasCostCenter ; | ||
105 | + ] ; | ||
106 | + rdfs:subClassOf [ | ||
107 | + rdf:type owl:Restriction ; | ||
108 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
109 | + owl:onClass USERFIELDS:FreeTextField ; | ||
110 | + owl:onProperty USERFIELDS:hasCriticalPath ; | ||
111 | + ] ; | ||
112 | + rdfs:subClassOf [ | ||
113 | + rdf:type owl:Restriction ; | ||
114 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
115 | + owl:onClass USERFIELDS:FreeTextField ; | ||
116 | + owl:onProperty USERFIELDS:hasCustomerWBS1 ; | ||
117 | + ] ; | ||
118 | + rdfs:subClassOf [ | ||
119 | + rdf:type owl:Restriction ; | ||
120 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
121 | + owl:onClass USERFIELDS:FreeTextField ; | ||
122 | + owl:onProperty USERFIELDS:hasCustomerWBS2 ; | ||
123 | + ] ; | ||
124 | + rdfs:subClassOf [ | ||
125 | + rdf:type owl:Restriction ; | ||
126 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
127 | + owl:onClass USERFIELDS:FreeTextField ; | ||
128 | + owl:onProperty USERFIELDS:hasCustomerWBS3 ; | ||
129 | + ] ; | ||
130 | + rdfs:subClassOf [ | ||
131 | + rdf:type owl:Restriction ; | ||
132 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
133 | + owl:onClass USERFIELDS:FreeTextField ; | ||
134 | + owl:onProperty USERFIELDS:hasDelivery ; | ||
135 | + ] ; | ||
136 | + rdfs:subClassOf [ | ||
137 | + rdf:type owl:Restriction ; | ||
138 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
139 | + owl:onClass USERFIELDS:FreeTextField ; | ||
140 | + owl:onProperty USERFIELDS:hasExecutionMilestone ; | ||
141 | + ] ; | ||
142 | + rdfs:subClassOf [ | ||
143 | + rdf:type owl:Restriction ; | ||
144 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
145 | + owl:onClass USERFIELDS:FreeTextField ; | ||
146 | + owl:onProperty USERFIELDS:hasExecutionSubDiscipline ; | ||
147 | + ] ; | ||
148 | + rdfs:subClassOf [ | ||
149 | + rdf:type owl:Restriction ; | ||
150 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
151 | + owl:onClass USERFIELDS:FreeTextField ; | ||
152 | + owl:onProperty USERFIELDS:hasGeographicLocation ; | ||
153 | + ] ; | ||
154 | + rdfs:subClassOf [ | ||
155 | + rdf:type owl:Restriction ; | ||
156 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
157 | + owl:onClass USERFIELDS:FreeTextField ; | ||
158 | + owl:onProperty USERFIELDS:hasHabitat ; | ||
159 | + ] ; | ||
160 | + rdfs:subClassOf [ | ||
161 | + rdf:type owl:Restriction ; | ||
162 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
163 | + owl:onClass USERFIELDS:FreeTextField ; | ||
164 | + owl:onProperty USERFIELDS:hasIndexCode ; | ||
165 | + ] ; | ||
166 | + rdfs:subClassOf [ | ||
167 | + rdf:type owl:Restriction ; | ||
168 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
169 | + owl:onClass USERFIELDS:FreeTextField ; | ||
170 | + owl:onProperty USERFIELDS:hasJobCardStatus ; | ||
171 | + ] ; | ||
172 | + rdfs:subClassOf [ | ||
173 | + rdf:type owl:Restriction ; | ||
174 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
175 | + owl:onClass USERFIELDS:FreeTextField ; | ||
176 | + owl:onProperty USERFIELDS:hasKPIStatus ; | ||
177 | + ] ; | ||
178 | + rdfs:subClassOf [ | ||
179 | + rdf:type owl:Restriction ; | ||
180 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
181 | + owl:onClass USERFIELDS:FreeTextField ; | ||
182 | + owl:onProperty USERFIELDS:hasLocationOfWork ; | ||
183 | + ] ; | ||
184 | + rdfs:subClassOf [ | ||
185 | + rdf:type owl:Restriction ; | ||
186 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
187 | + owl:onClass USERFIELDS:FreeTextField ; | ||
188 | + owl:onProperty USERFIELDS:hasLocationOnPlatform ; | ||
189 | + ] ; | ||
190 | + rdfs:subClassOf [ | ||
191 | + rdf:type owl:Restriction ; | ||
192 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
193 | + owl:onClass USERFIELDS:FreeTextField ; | ||
194 | + owl:onProperty USERFIELDS:hasMechanicalCompletionPackage ; | ||
195 | + ] ; | ||
196 | + rdfs:subClassOf [ | ||
197 | + rdf:type owl:Restriction ; | ||
198 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
199 | + owl:onClass USERFIELDS:FreeTextField ; | ||
200 | + owl:onProperty USERFIELDS:hasModificationPackage ; | ||
201 | + ] ; | ||
202 | + rdfs:subClassOf [ | ||
203 | + rdf:type owl:Restriction ; | ||
204 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
205 | + owl:onClass USERFIELDS:FreeTextField ; | ||
206 | + owl:onProperty USERFIELDS:hasNetwork ; | ||
207 | + ] ; | ||
208 | + rdfs:subClassOf [ | ||
209 | + rdf:type owl:Restriction ; | ||
210 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
211 | + owl:onClass USERFIELDS:FreeTextField ; | ||
212 | + owl:onProperty USERFIELDS:hasNotification ; | ||
213 | + ] ; | ||
214 | + rdfs:subClassOf [ | ||
215 | + rdf:type owl:Restriction ; | ||
216 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
217 | + owl:onClass USERFIELDS:FreeTextField ; | ||
218 | + owl:onProperty USERFIELDS:hasOwnerDepartment ; | ||
219 | + ] ; | ||
220 | + rdfs:subClassOf [ | ||
221 | + rdf:type owl:Restriction ; | ||
222 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
223 | + owl:onClass USERFIELDS:FreeTextField ; | ||
224 | + owl:onProperty USERFIELDS:hasPartProject ; | ||
225 | + ] ; | ||
226 | + rdfs:subClassOf [ | ||
227 | + rdf:type owl:Restriction ; | ||
228 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
229 | + owl:onClass USERFIELDS:FreeTextField ; | ||
230 | + owl:onProperty USERFIELDS:hasPortfolio ; | ||
231 | + ] ; | ||
232 | + rdfs:subClassOf [ | ||
233 | + rdf:type owl:Restriction ; | ||
234 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
235 | + owl:onClass USERFIELDS:FreeTextField ; | ||
236 | + owl:onProperty USERFIELDS:hasProcurementPackage ; | ||
237 | + ] ; | ||
238 | + rdfs:subClassOf [ | ||
239 | + rdf:type owl:Restriction ; | ||
240 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
241 | + owl:onClass USERFIELDS:FreeTextField ; | ||
242 | + owl:onProperty USERFIELDS:hasProjectCode ; | ||
243 | + ] ; | ||
244 | + rdfs:subClassOf [ | ||
245 | + rdf:type owl:Restriction ; | ||
246 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
247 | + owl:onClass USERFIELDS:FreeTextField ; | ||
248 | + owl:onProperty USERFIELDS:hasProjectType ; | ||
249 | + ] ; | ||
250 | + rdfs:subClassOf [ | ||
251 | + rdf:type owl:Restriction ; | ||
252 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
253 | + owl:onClass USERFIELDS:FreeTextField ; | ||
254 | + owl:onProperty USERFIELDS:hasQuality ; | ||
255 | + ] ; | ||
256 | + rdfs:subClassOf [ | ||
257 | + rdf:type owl:Restriction ; | ||
258 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
259 | + owl:onClass USERFIELDS:FreeTextField ; | ||
260 | + owl:onProperty USERFIELDS:hasRank ; | ||
261 | + ] ; | ||
262 | + rdfs:subClassOf [ | ||
263 | + rdf:type owl:Restriction ; | ||
264 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
265 | + owl:onClass USERFIELDS:FreeTextField ; | ||
266 | + owl:onProperty USERFIELDS:hasReporting ; | ||
267 | + ] ; | ||
268 | + rdfs:subClassOf [ | ||
269 | + rdf:type owl:Restriction ; | ||
270 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
271 | + owl:onClass USERFIELDS:FreeTextField ; | ||
272 | + owl:onProperty USERFIELDS:hasSRGL ; | ||
273 | + ] ; | ||
274 | + rdfs:subClassOf [ | ||
275 | + rdf:type owl:Restriction ; | ||
276 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
277 | + owl:onClass USERFIELDS:FreeTextField ; | ||
278 | + owl:onProperty USERFIELDS:hasSection ; | ||
279 | + ] ; | ||
280 | + rdfs:subClassOf [ | ||
281 | + rdf:type owl:Restriction ; | ||
282 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
283 | + owl:onClass USERFIELDS:FreeTextField ; | ||
284 | + owl:onProperty USERFIELDS:hasSectionStatus ; | ||
285 | + ] ; | ||
286 | + rdfs:subClassOf [ | ||
287 | + rdf:type owl:Restriction ; | ||
288 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
289 | + owl:onClass USERFIELDS:FreeTextField ; | ||
290 | + owl:onProperty USERFIELDS:hasShaft ; | ||
291 | + ] ; | ||
292 | + rdfs:subClassOf [ | ||
293 | + rdf:type owl:Restriction ; | ||
294 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
295 | + owl:onClass USERFIELDS:FreeTextField ; | ||
296 | + owl:onProperty USERFIELDS:hasShutDownPeriod ; | ||
297 | + ] ; | ||
298 | + rdfs:subClassOf [ | ||
299 | + rdf:type owl:Restriction ; | ||
300 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
301 | + owl:onClass USERFIELDS:FreeTextField ; | ||
302 | + owl:onProperty USERFIELDS:hasSubProjectType ; | ||
303 | + ] ; | ||
304 | + rdfs:subClassOf [ | ||
305 | + rdf:type owl:Restriction ; | ||
306 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
307 | + owl:onClass USERFIELDS:FreeTextField ; | ||
308 | + owl:onProperty USERFIELDS:hasSupplierATS ; | ||
309 | + ] ; | ||
310 | + rdfs:subClassOf [ | ||
311 | + rdf:type owl:Restriction ; | ||
312 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
313 | + owl:onClass USERFIELDS:FreeTextField ; | ||
314 | + owl:onProperty USERFIELDS:hasSystemType ; | ||
315 | + ] ; | ||
316 | + rdfs:subClassOf [ | ||
317 | + rdf:type owl:Restriction ; | ||
318 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
319 | + owl:onClass USERFIELDS:FreeTextField ; | ||
320 | + owl:onProperty USERFIELDS:hasWBS1 ; | ||
321 | + ] ; | ||
322 | + rdfs:subClassOf [ | ||
323 | + rdf:type owl:Restriction ; | ||
324 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
325 | + owl:onClass USERFIELDS:FreeTextField ; | ||
326 | + owl:onProperty USERFIELDS:hasWBS2 ; | ||
327 | + ] ; | ||
328 | + rdfs:subClassOf [ | ||
329 | + rdf:type owl:Restriction ; | ||
330 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
331 | + owl:onClass USERFIELDS:FreeTextField ; | ||
332 | + owl:onProperty USERFIELDS:hasWBS2 ; | ||
333 | + ] ; | ||
334 | + rdfs:subClassOf [ | ||
335 | + rdf:type owl:Restriction ; | ||
336 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
337 | + owl:onClass USERFIELDS:FreeTextField ; | ||
338 | + owl:onProperty USERFIELDS:hasWBS3 ; | ||
339 | + ] ; | ||
340 | + rdfs:subClassOf [ | ||
341 | + rdf:type owl:Restriction ; | ||
342 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
343 | + owl:onClass USERFIELDS:FreeTextField ; | ||
344 | + owl:onProperty USERFIELDS:hasWBS4 ; | ||
345 | + ] ; | ||
346 | + rdfs:subClassOf [ | ||
347 | + rdf:type owl:Restriction ; | ||
348 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
349 | + owl:onClass USERFIELDS:FreeTextField ; | ||
350 | + owl:onProperty USERFIELDS:hasWBS5 ; | ||
351 | + ] ; | ||
352 | + rdfs:subClassOf [ | ||
353 | + rdf:type owl:Restriction ; | ||
354 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
355 | + owl:onClass USERFIELDS:FreeTextField ; | ||
356 | + owl:onProperty USERFIELDS:hasWorkOrder ; | ||
357 | + ] ; | ||
358 | + rdfs:subClassOf [ | ||
359 | + rdf:type owl:Restriction ; | ||
360 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
361 | + owl:onClass USERFIELDS:FreeTextField ; | ||
362 | + owl:onProperty USERFIELDS:hasWorkOrder ; | ||
363 | + ] ; | ||
364 | +. | ||
15 | USERFIELDS:hasActivityProgress | 365 | USERFIELDS:hasActivityProgress |
16 | - rdf:type ILAP:UserField ; | 366 | + rdf:type owl:ObjectProperty ; |
17 | - rdfs:label "Activity progress" . | 367 | + rdfs:domain USERFIELDS:UserField ; |
18 | - | 368 | + rdfs:label "Activity progress"^^xsd:string ; |
369 | + rdfs:range USERFIELDS:FreeTextField ; | ||
370 | +. | ||
19 | USERFIELDS:hasArea | 371 | USERFIELDS:hasArea |
20 | - rdf:type ILAP:UserField ; | 372 | + rdf:type owl:ObjectProperty ; |
21 | - rdfs:label "Area" . | 373 | + rdfs:domain USERFIELDS:UserField ; |
22 | - | 374 | + rdfs:label "Area" ; |
375 | + rdfs:range USERFIELDS:FreeTextField ; | ||
376 | +. | ||
23 | USERFIELDS:hasAreaCode | 377 | USERFIELDS:hasAreaCode |
24 | - rdf:type ILAP:UserField ; | 378 | + rdf:type owl:ObjectProperty ; |
25 | - rdfs:label "Area code" . | 379 | + rdfs:domain USERFIELDS:UserField ; |
26 | - | 380 | + rdfs:label "Area code" ; |
381 | + rdfs:range USERFIELDS:FreeTextField ; | ||
382 | +. | ||
27 | USERFIELDS:hasAssignment | 383 | USERFIELDS:hasAssignment |
28 | - rdf:type ILAP:UserField ; | 384 | + rdf:type owl:ObjectProperty ; |
29 | - rdfs:label "Assignment" . | 385 | + rdfs:domain USERFIELDS:UserField ; |
30 | - | 386 | + rdfs:label "Assignment" ; |
387 | + rdfs:range USERFIELDS:FreeTextField ; | ||
388 | +. | ||
31 | USERFIELDS:hasBudgetYear | 389 | USERFIELDS:hasBudgetYear |
32 | - rdf:type ILAP:UserField ; | 390 | + rdf:type owl:ObjectProperty ; |
33 | - rdfs:label "Budget year" . | 391 | + rdfs:domain USERFIELDS:UserField ; |
34 | - | 392 | + rdfs:label "Budget year" ; |
393 | + rdfs:range USERFIELDS:FreeTextField ; | ||
394 | +. | ||
35 | USERFIELDS:hasBuildingBlock | 395 | USERFIELDS:hasBuildingBlock |
36 | - rdf:type ILAP:UserField ; | 396 | + rdf:type owl:ObjectProperty ; |
37 | - rdfs:label "Building block" . | 397 | + rdfs:domain USERFIELDS:UserField ; |
38 | - | 398 | + rdfs:label "Building block" ; |
399 | + rdfs:range USERFIELDS:FreeTextField ; | ||
400 | +. | ||
39 | USERFIELDS:hasCTR | 401 | USERFIELDS:hasCTR |
40 | - rdf:type ILAP:UserField ; | 402 | + rdf:type owl:ObjectProperty ; |
41 | - rdfs:label "CTR" . | 403 | + rdfs:domain USERFIELDS:UserField ; |
42 | - | 404 | + rdfs:label "CTR" ; |
405 | + rdfs:range USERFIELDS:FreeTextField ; | ||
406 | +. | ||
43 | USERFIELDS:hasCause | 407 | USERFIELDS:hasCause |
44 | - rdf:type ILAP:UserField ; | 408 | + rdf:type owl:ObjectProperty ; |
45 | - rdfs:label "Cause" . | 409 | + rdfs:domain USERFIELDS:UserField ; |
46 | - | 410 | + rdfs:label "Cause" ; |
411 | + rdfs:range USERFIELDS:FreeTextField ; | ||
412 | +. | ||
47 | USERFIELDS:hasCauseCategory | 413 | USERFIELDS:hasCauseCategory |
48 | - rdf:type ILAP:UserField ; | 414 | + rdf:type owl:ObjectProperty ; |
49 | - rdfs:label "Cause category" . | 415 | + rdfs:domain USERFIELDS:UserField ; |
50 | - | 416 | + rdfs:label "Cause category" ; |
417 | + rdfs:range USERFIELDS:FreeTextField ; | ||
418 | +. | ||
51 | USERFIELDS:hasCommissioningPackage | 419 | USERFIELDS:hasCommissioningPackage |
52 | - rdf:type ILAP:UserField ; | 420 | + rdf:type owl:ObjectProperty ; |
53 | - rdfs:label "Commissioning package" . | 421 | + rdfs:domain USERFIELDS:UserField ; |
54 | - | 422 | + rdfs:label "Commissioning package" ; |
423 | + rdfs:range USERFIELDS:FreeTextField ; | ||
424 | +. | ||
55 | USERFIELDS:hasCompletionStatus | 425 | USERFIELDS:hasCompletionStatus |
56 | - rdf:type ILAP:UserField ; | 426 | + rdf:type owl:ObjectProperty ; |
57 | - rdfs:label "Competition status" . | 427 | + rdfs:domain USERFIELDS:UserField ; |
58 | - | 428 | + rdfs:label "Competition status" ; |
429 | + rdfs:range USERFIELDS:FreeTextField ; | ||
430 | +. | ||
59 | USERFIELDS:hasContractType | 431 | USERFIELDS:hasContractType |
60 | - rdf:type ILAP:UserField ; | 432 | + rdf:type owl:ObjectProperty ; |
61 | - rdfs:label "Contract type" . | 433 | + rdfs:domain USERFIELDS:UserField ; |
62 | - | 434 | + rdfs:label "Contract type" ; |
435 | + rdfs:range USERFIELDS:FreeTextField ; | ||
436 | +. | ||
63 | USERFIELDS:hasCostBreakdownStructure | 437 | USERFIELDS:hasCostBreakdownStructure |
64 | - rdf:type ILAP:UserField ; | 438 | + rdf:type owl:ObjectProperty ; |
65 | - rdfs:label "Cost breakdown structure" . | 439 | + rdfs:domain USERFIELDS:UserField ; |
66 | - | 440 | + rdfs:label "Cost breakdown structure" ; |
441 | + rdfs:range USERFIELDS:FreeTextField ; | ||
442 | +. | ||
67 | USERFIELDS:hasCostCenter | 443 | USERFIELDS:hasCostCenter |
68 | - rdf:type ILAP:UserField ; | 444 | + rdf:type owl:ObjectProperty ; |
69 | - rdfs:label "Cost center" . | 445 | + rdfs:domain USERFIELDS:UserField ; |
70 | - | 446 | + rdfs:label "Cost center" ; |
447 | + rdfs:range USERFIELDS:FreeTextField ; | ||
448 | +. | ||
71 | USERFIELDS:hasCriticalPath | 449 | USERFIELDS:hasCriticalPath |
72 | - rdf:type ILAP:UserField ; | 450 | + rdf:type owl:ObjectProperty ; |
73 | - rdfs:label "Critical path" . | 451 | + rdfs:domain USERFIELDS:UserField ; |
74 | - | 452 | + rdfs:label "Critical path" ; |
453 | + rdfs:range USERFIELDS:FreeTextField ; | ||
454 | +. | ||
75 | USERFIELDS:hasCustomerWBS1 | 455 | USERFIELDS:hasCustomerWBS1 |
76 | - rdf:type ILAP:UserField ; | 456 | + rdf:type owl:ObjectProperty ; |
77 | - rdfs:label "Customer WBS1" . | 457 | + rdfs:domain USERFIELDS:UserField ; |
78 | - | 458 | + rdfs:label "Customer WBS1" ; |
459 | + rdfs:range USERFIELDS:FreeTextField ; | ||
460 | +. | ||
79 | USERFIELDS:hasCustomerWBS2 | 461 | USERFIELDS:hasCustomerWBS2 |
80 | - rdf:type ILAP:UserField ; | 462 | + rdf:type owl:ObjectProperty ; |
81 | - rdfs:label "Customer WBS2" . | 463 | + rdfs:domain USERFIELDS:UserField ; |
82 | - | 464 | + rdfs:label "Customer WBS2" ; |
465 | + rdfs:range USERFIELDS:FreeTextField ; | ||
466 | +. | ||
83 | USERFIELDS:hasCustomerWBS3 | 467 | USERFIELDS:hasCustomerWBS3 |
84 | - rdf:type ILAP:UserField ; | 468 | + rdf:type owl:ObjectProperty ; |
85 | - rdfs:label "Customer WBS3" . | 469 | + rdfs:domain USERFIELDS:UserField ; |
86 | - | 470 | + rdfs:label "Customer WBS3" ; |
471 | + rdfs:range USERFIELDS:FreeTextField ; | ||
472 | +. | ||
87 | USERFIELDS:hasDelivery | 473 | USERFIELDS:hasDelivery |
88 | - rdf:type ILAP:UserField ; | 474 | + rdf:type owl:ObjectProperty ; |
89 | - rdfs:label "Delivery" . | 475 | + rdfs:domain USERFIELDS:UserField ; |
90 | - | 476 | + rdfs:label "Delivery" ; |
477 | + rdfs:range USERFIELDS:FreeTextField ; | ||
478 | +. | ||
479 | +USERFIELDS:hasDescription | ||
480 | + rdf:type owl:DatatypeProperty ; | ||
481 | + rdfs:domain USERFIELDS:FreeTextField ; | ||
482 | + rdfs:range xsd:string ; | ||
483 | +. | ||
91 | USERFIELDS:hasExecutionMilestone | 484 | USERFIELDS:hasExecutionMilestone |
92 | - rdf:type ILAP:UserField ; | 485 | + rdf:type owl:ObjectProperty ; |
93 | - rdfs:label "Execution milestone" . | 486 | + rdfs:domain USERFIELDS:UserField ; |
94 | - | 487 | + rdfs:label "Execution milestone" ; |
488 | + rdfs:range USERFIELDS:FreeTextField ; | ||
489 | +. | ||
95 | USERFIELDS:hasExecutionSubDiscipline | 490 | USERFIELDS:hasExecutionSubDiscipline |
96 | - rdf:type ILAP:UserField ; | 491 | + rdf:type owl:ObjectProperty ; |
97 | - rdfs:label "Execution subdiscipline" . | 492 | + rdfs:domain USERFIELDS:UserField ; |
98 | - | 493 | + rdfs:label "Execution subdiscipline" ; |
494 | + rdfs:range USERFIELDS:FreeTextField ; | ||
495 | +. | ||
99 | USERFIELDS:hasGeographicLocation | 496 | USERFIELDS:hasGeographicLocation |
100 | - rdf:type ILAP:UserField ; | 497 | + rdf:type owl:ObjectProperty ; |
101 | - rdfs:label "Geographical location" . | 498 | + rdfs:domain USERFIELDS:UserField ; |
102 | - | 499 | + rdfs:label "Geographical location" ; |
500 | + rdfs:range USERFIELDS:FreeTextField ; | ||
501 | +. | ||
103 | USERFIELDS:hasHabitat | 502 | USERFIELDS:hasHabitat |
104 | - rdf:type ILAP:UserField ; | 503 | + rdf:type owl:ObjectProperty ; |
105 | - rdfs:label "Habitat" . | 504 | + rdfs:domain USERFIELDS:UserField ; |
106 | - | 505 | + rdfs:label "Habitat" ; |
506 | + rdfs:range USERFIELDS:FreeTextField ; | ||
507 | +. | ||
107 | USERFIELDS:hasIndexCode | 508 | USERFIELDS:hasIndexCode |
108 | - rdf:type ILAP:UserField ; | 509 | + rdf:type owl:ObjectProperty ; |
109 | - rdfs:label "Index code" . | 510 | + rdfs:domain USERFIELDS:UserField ; |
110 | - | 511 | + rdfs:label "Index code" ; |
512 | + rdfs:range USERFIELDS:FreeTextField ; | ||
513 | +. | ||
111 | USERFIELDS:hasJobCardStatus | 514 | USERFIELDS:hasJobCardStatus |
112 | - rdf:type ILAP:UserField ; | 515 | + rdf:type owl:ObjectProperty ; |
113 | - rdfs:label "Job card status" . | 516 | + rdfs:domain USERFIELDS:UserField ; |
114 | - | 517 | + rdfs:label "Job card status" ; |
518 | + rdfs:range USERFIELDS:FreeTextField ; | ||
519 | +. | ||
115 | USERFIELDS:hasKPIStatus | 520 | USERFIELDS:hasKPIStatus |
116 | - rdf:type ILAP:UserField ; | 521 | + rdf:type owl:ObjectProperty ; |
117 | - rdfs:label "KPI status" . | 522 | + rdfs:domain USERFIELDS:UserField ; |
118 | - | 523 | + rdfs:label "KPI status" ; |
524 | + rdfs:range USERFIELDS:FreeTextField ; | ||
525 | +. | ||
119 | USERFIELDS:hasLocationOfWork | 526 | USERFIELDS:hasLocationOfWork |
120 | - rdf:type ILAP:UserField ; | 527 | + rdf:type owl:ObjectProperty ; |
121 | - rdfs:label "Location of work"^^xsd:string . | 528 | + rdfs:domain USERFIELDS:UserField ; |
122 | - | 529 | + rdfs:label "Location of work"^^xsd:string ; |
530 | + rdfs:range USERFIELDS:FreeTextField ; | ||
531 | +. | ||
123 | USERFIELDS:hasLocationOnPlatform | 532 | USERFIELDS:hasLocationOnPlatform |
124 | - rdf:type ILAP:UserField ; | 533 | + rdf:type owl:ObjectProperty ; |
125 | - rdfs:label "Location on platform" . | 534 | + rdfs:domain USERFIELDS:UserField ; |
126 | - | 535 | + rdfs:label "Location on platform" ; |
536 | + rdfs:range USERFIELDS:FreeTextField ; | ||
537 | +. | ||
127 | USERFIELDS:hasMechanicalCompletionPackage | 538 | USERFIELDS:hasMechanicalCompletionPackage |
128 | - rdf:type ILAP:UserField ; | 539 | + rdf:type owl:ObjectProperty ; |
129 | - rdfs:label "Mechanical Completion package" . | 540 | + rdfs:domain USERFIELDS:UserField ; |
130 | - | 541 | + rdfs:label "Mechanical Completion package" ; |
542 | + rdfs:range USERFIELDS:FreeTextField ; | ||
543 | +. | ||
131 | USERFIELDS:hasModificationPackage | 544 | USERFIELDS:hasModificationPackage |
132 | - rdf:type ILAP:UserField ; | 545 | + rdf:type owl:ObjectProperty ; |
133 | - rdfs:label "Modification package" . | 546 | + rdfs:domain USERFIELDS:UserField ; |
134 | - | 547 | + rdfs:label "Modification package" ; |
548 | + rdfs:range USERFIELDS:FreeTextField ; | ||
549 | +. | ||
135 | USERFIELDS:hasNetwork | 550 | USERFIELDS:hasNetwork |
136 | - rdf:type ILAP:UserField ; | 551 | + rdf:type owl:ObjectProperty ; |
137 | - rdfs:label "Network" . | 552 | + rdfs:domain USERFIELDS:UserField ; |
138 | - | 553 | + rdfs:label "Network" ; |
554 | + rdfs:range USERFIELDS:FreeTextField ; | ||
555 | +. | ||
139 | USERFIELDS:hasNotification | 556 | USERFIELDS:hasNotification |
140 | - rdf:type ILAP:UserField ; | 557 | + rdf:type owl:ObjectProperty ; |
141 | - rdfs:label "Notification" . | 558 | + rdfs:domain USERFIELDS:UserField ; |
142 | - | 559 | + rdfs:label "Notification" ; |
560 | + rdfs:range USERFIELDS:FreeTextField ; | ||
561 | +. | ||
143 | USERFIELDS:hasOwnerDepartment | 562 | USERFIELDS:hasOwnerDepartment |
144 | - rdf:type ILAP:UserField ; | 563 | + rdf:type owl:ObjectProperty ; |
145 | - rdfs:label "Owner department" . | 564 | + rdfs:domain USERFIELDS:UserField ; |
146 | - | 565 | + rdfs:label "Owner department" ; |
566 | + rdfs:range USERFIELDS:FreeTextField ; | ||
567 | +. | ||
147 | USERFIELDS:hasPartProject | 568 | USERFIELDS:hasPartProject |
148 | - rdf:type ILAP:UserField ; | 569 | + rdf:type owl:ObjectProperty ; |
149 | - rdfs:label "Project part" . | 570 | + rdfs:domain USERFIELDS:UserField ; |
150 | - | 571 | + rdfs:label "Project part" ; |
572 | + rdfs:range USERFIELDS:FreeTextField ; | ||
573 | +. | ||
151 | USERFIELDS:hasPortfolio | 574 | USERFIELDS:hasPortfolio |
152 | - rdf:type ILAP:UserField ; | 575 | + rdf:type owl:ObjectProperty ; |
153 | - rdfs:label "Portfolio" . | 576 | + rdfs:domain USERFIELDS:UserField ; |
154 | - | 577 | + rdfs:label "Portfolio" ; |
578 | + rdfs:range USERFIELDS:FreeTextField ; | ||
579 | +. | ||
155 | USERFIELDS:hasProcurementPackage | 580 | USERFIELDS:hasProcurementPackage |
156 | - rdf:type ILAP:UserField ; | 581 | + rdf:type owl:ObjectProperty ; |
157 | - rdfs:label "Procurement package" . | 582 | + rdfs:domain USERFIELDS:UserField ; |
158 | - | 583 | + rdfs:label "Procurement package" ; |
584 | + rdfs:range USERFIELDS:FreeTextField ; | ||
585 | +. | ||
159 | USERFIELDS:hasProjectCode | 586 | USERFIELDS:hasProjectCode |
160 | - rdf:type ILAP:UserField ; | 587 | + rdf:type owl:ObjectProperty ; |
161 | - rdfs:label "Project code" . | 588 | + rdfs:domain USERFIELDS:UserField ; |
162 | - | 589 | + rdfs:label "Project code" ; |
590 | + rdfs:range USERFIELDS:FreeTextField ; | ||
591 | +. | ||
163 | USERFIELDS:hasProjectType | 592 | USERFIELDS:hasProjectType |
164 | - rdf:type ILAP:UserField ; | 593 | + rdf:type owl:ObjectProperty ; |
165 | - rdfs:label "Project type" . | 594 | + rdfs:domain USERFIELDS:UserField ; |
166 | - | 595 | + rdfs:label "Project type" ; |
596 | + rdfs:range USERFIELDS:FreeTextField ; | ||
597 | +. | ||
167 | USERFIELDS:hasQuality | 598 | USERFIELDS:hasQuality |
168 | - rdf:type ILAP:UserField ; | 599 | + rdf:type owl:ObjectProperty ; |
169 | - rdfs:label "Quality" . | 600 | + rdfs:domain USERFIELDS:UserField ; |
170 | - | 601 | + rdfs:label "Quality" ; |
602 | + rdfs:range USERFIELDS:FreeTextField ; | ||
603 | +. | ||
171 | USERFIELDS:hasRank | 604 | USERFIELDS:hasRank |
172 | - rdf:type ILAP:UserField ; | 605 | + rdf:type owl:ObjectProperty ; |
173 | - rdfs:label "Rank" . | 606 | + rdfs:domain USERFIELDS:UserField ; |
174 | - | 607 | + rdfs:label "Rank" ; |
608 | + rdfs:range USERFIELDS:FreeTextField ; | ||
609 | +. | ||
175 | USERFIELDS:hasReporting | 610 | USERFIELDS:hasReporting |
176 | - rdf:type ILAP:UserField ; | 611 | + rdf:type owl:ObjectProperty ; |
177 | - rdfs:label "Reporting" . | 612 | + rdfs:domain USERFIELDS:UserField ; |
178 | - | 613 | + rdfs:label "Reporting" ; |
614 | + rdfs:range USERFIELDS:FreeTextField ; | ||
615 | +. | ||
179 | USERFIELDS:hasSRGL | 616 | USERFIELDS:hasSRGL |
180 | - rdf:type ILAP:UserField ; | 617 | + rdf:type owl:ObjectProperty ; |
181 | - rdfs:label "SRGL" . | 618 | + rdfs:domain USERFIELDS:UserField ; |
182 | - | 619 | + rdfs:label "SRGL" ; |
620 | + rdfs:range USERFIELDS:FreeTextField ; | ||
621 | +. | ||
183 | USERFIELDS:hasSection | 622 | USERFIELDS:hasSection |
184 | - rdf:type ILAP:UserField ; | 623 | + rdf:type owl:ObjectProperty ; |
185 | - rdfs:label "Section" . | 624 | + rdfs:domain USERFIELDS:UserField ; |
186 | - | 625 | + rdfs:label "Section" ; |
626 | + rdfs:range USERFIELDS:FreeTextField ; | ||
627 | +. | ||
187 | USERFIELDS:hasSectionStatus | 628 | USERFIELDS:hasSectionStatus |
188 | - rdf:type ILAP:UserField ; | 629 | + rdf:type owl:ObjectProperty ; |
189 | - rdfs:label "Seciton status" . | 630 | + rdfs:domain USERFIELDS:UserField ; |
190 | - | 631 | + rdfs:label "Seciton status" ; |
632 | + rdfs:range USERFIELDS:FreeTextField ; | ||
633 | +. | ||
191 | USERFIELDS:hasShaft | 634 | USERFIELDS:hasShaft |
192 | - rdf:type ILAP:UserField ; | 635 | + rdf:type owl:ObjectProperty ; |
193 | - rdfs:label "Shaft" . | 636 | + rdfs:domain USERFIELDS:UserField ; |
194 | - | 637 | + rdfs:label "Shaft" ; |
638 | + rdfs:range USERFIELDS:FreeTextField ; | ||
639 | +. | ||
640 | +USERFIELDS:hasShort | ||
641 | + rdf:type owl:DatatypeProperty ; | ||
642 | + rdfs:domain USERFIELDS:FreeTextField ; | ||
643 | + rdfs:range xsd:string ; | ||
644 | +. | ||
195 | USERFIELDS:hasShutDownPeriod | 645 | USERFIELDS:hasShutDownPeriod |
196 | - rdf:type ILAP:UserField ; | 646 | + rdf:type owl:ObjectProperty ; |
197 | - rdfs:label "Shutdown period" . | 647 | + rdfs:domain USERFIELDS:UserField ; |
198 | - | 648 | + rdfs:label "Shutdown period" ; |
649 | + rdfs:range USERFIELDS:FreeTextField ; | ||
650 | +. | ||
199 | USERFIELDS:hasSubProjectType | 651 | USERFIELDS:hasSubProjectType |
200 | - rdf:type ILAP:UserField ; | 652 | + rdf:type owl:ObjectProperty ; |
201 | - rdfs:label "Subproject type" . | 653 | + rdfs:domain USERFIELDS:UserField ; |
202 | - | 654 | + rdfs:label "Subproject type" ; |
655 | + rdfs:range USERFIELDS:FreeTextField ; | ||
656 | +. | ||
203 | USERFIELDS:hasSupplierATS | 657 | USERFIELDS:hasSupplierATS |
204 | - rdf:type ILAP:UserField ; | 658 | + rdf:type owl:ObjectProperty ; |
205 | - rdfs:label "Supplier ATS" . | 659 | + rdfs:domain USERFIELDS:UserField ; |
206 | - | 660 | + rdfs:label "Supplier ATS" ; |
661 | + rdfs:range USERFIELDS:FreeTextField ; | ||
662 | +. | ||
207 | USERFIELDS:hasSystemType | 663 | USERFIELDS:hasSystemType |
208 | - rdf:type ILAP:UserField ; | 664 | + rdf:type owl:ObjectProperty ; |
209 | - rdfs:label "System type" . | 665 | + rdfs:domain USERFIELDS:UserField ; |
210 | - | 666 | + rdfs:label "System type" ; |
667 | + rdfs:range USERFIELDS:FreeTextField ; | ||
668 | +. | ||
669 | +USERFIELDS:hasUserField | ||
670 | + rdf:type owl:ObjectProperty ; | ||
671 | + rdfs:range USERFIELDS:UserField ; | ||
672 | +. | ||
211 | USERFIELDS:hasWBS1 | 673 | USERFIELDS:hasWBS1 |
212 | - rdf:type ILAP:UserField ; | 674 | + rdf:type owl:ObjectProperty ; |
213 | - rdfs:label "WBS1" . | 675 | + rdfs:domain USERFIELDS:UserField ; |
214 | - | 676 | + rdfs:label "WBS1" ; |
677 | + rdfs:range USERFIELDS:FreeTextField ; | ||
678 | +. | ||
215 | USERFIELDS:hasWBS2 | 679 | USERFIELDS:hasWBS2 |
216 | - rdf:type ILAP:UserField ; | 680 | + rdf:type owl:ObjectProperty ; |
217 | - rdfs:label "WBS2" . | 681 | + rdfs:domain USERFIELDS:UserField ; |
218 | - | 682 | + rdfs:label "WBS2" ; |
683 | + rdfs:range USERFIELDS:FreeTextField ; | ||
684 | +. | ||
219 | USERFIELDS:hasWBS3 | 685 | USERFIELDS:hasWBS3 |
220 | - rdf:type ILAP:UserField ; | 686 | + rdf:type owl:ObjectProperty ; |
221 | - rdfs:label "WBS3" . | 687 | + rdfs:domain USERFIELDS:UserField ; |
222 | - | 688 | + rdfs:label "WBS3" ; |
689 | + rdfs:range USERFIELDS:FreeTextField ; | ||
690 | +. | ||
223 | USERFIELDS:hasWBS4 | 691 | USERFIELDS:hasWBS4 |
224 | - rdf:type ILAP:UserField ; | 692 | + rdf:type owl:ObjectProperty ; |
225 | - rdfs:label "WBS4" . | 693 | + rdfs:domain USERFIELDS:UserField ; |
226 | - | 694 | + rdfs:label "WBS4" ; |
695 | + rdfs:range USERFIELDS:FreeTextField ; | ||
696 | +. | ||
227 | USERFIELDS:hasWBS5 | 697 | USERFIELDS:hasWBS5 |
228 | - rdf:type ILAP:UserField ; | 698 | + rdf:type owl:ObjectProperty ; |
229 | - rdfs:label "WBS5" . | 699 | + rdfs:domain USERFIELDS:UserField ; |
230 | - | 700 | + rdfs:label "WBS5" ; |
701 | + rdfs:range USERFIELDS:FreeTextField ; | ||
702 | +. | ||
231 | USERFIELDS:hasWorkOrder | 703 | USERFIELDS:hasWorkOrder |
232 | - rdf:type ILAP:WorkOrder , ILAP:UserField ; | 704 | + rdf:type owl:ObjectProperty ; |
233 | - rdfs:label "Work order" . | 705 | + rdfs:domain USERFIELDS:UserField ; |
234 | - | 706 | + rdfs:label "Work order" ; |
235 | -ILAP:UserField | 707 | + rdfs:range USERFIELDS:FreeTextField ; |
236 | - rdf:type owl:Class ; | 708 | +. |
237 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . | ||
238 | - | ||
239 | -ILAP:hasUserField | ||
240 | - rdf:type owl:ObjectProperty ; | ||
241 | - rdfs:range ILAP:UserField . | ||
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:hasArea , USERFIELDS:hasSectionStatus , USERFIELDS:hasContractType , USERFIELDS:hasCTR , 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: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:hasRank , USERFIELDS:hasProcurementPackage , USERFIELDS:hasWorkOrder , USERFIELDS:hasActivityProgress , USERFIELDS:hasNetwork , USERFIELDS:hasAreaCode , USERFIELDS:hasContractType , USERFIELDS:hasOwnerDepartment , USERFIELDS:hasWBS1 , USERFIELDS:hasCostCenter , USERFIELDS:hasWBS2 , USERFIELDS:hasProjectCode , USERFIELDS:hasMechanicalCompletionPackage , USERFIELDS:hasCommissioningPackage , USERFIELDS:hasPortfolio , USERFIELDS:hasProjectType , USERFIELDS:hasCustomerWBS1 , USERFIELDS:hasExecutionSubDiscipline , USERFIELDS:hasKPIStatus , 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