ilap-eng-def-ilap-view.ttl
19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
@prefix ilap: <http://data.posccaesar.org/ilap/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ilap-xsd: <http://data.posccaesar.org/ilap/xsd-generator-ontology/> .
@prefix lci: <http://data.posccaesar.org/dm/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ptrn: <http://data.posccaesar.org/ptrn/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix lcm: <http://data.posccaesar.org/dm/metadata/> .
@prefix rdl: <http://data.posccaesar.org/rdl/> .
@prefix ilap-view: <http://data.posccaesar.org/ilap/view-ontology/> .
@prefix pn: <http://www.w3.org/2005/xpath-functions#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
ilap-view:mustFinishAsLateAsPossible
rdl:hasInformalDefinition
"Boolean that is true if the activity is specifed to finish as late as possible, and false otherwise"^^xsd:string .
ilap-view:hasFrontlineDate
rdl:hasInformalDefinition
"point in time that is the frontline date for the actual activity"^^xsd:string .
ilap-view:mustFinishOn
rdl:hasInformalDefinition
"point in time that the activity is specified to finish at"^^xsd:string .
ilap-view:WeeklyRepeatingPeriodSpecifiedByStartAndFinish
rdl:hasInformalDefinition
"period in time that repeats every week and has specified start and end time"^^xsd:string .
ilap-view:hasProfile
rdl:hasInformalDefinition
"identification of reference of the consumption profile"^^xsd:string .
ilap-view:availableResourceHasBreakdownClass
rdl:hasInformalDefinition
"resource breakdown structure for available resource"^^xsd:string .
ilap-view:EachDayOfWeekInSomeTimeZone
rdl:hasInformalDefinition
"time zone specification for a weekday"^^xsd:string .
ilap-view:hasRemainingDuration
rdl:hasInformalDefinition
"duration of time left for activity from now"^^xsd:string .
ilap-view:String
rdl:hasInformalDefinition
"data type that is string"^^xsd:string .
ilap-view:hasActualCurrentQuantityUsed
rdl:hasInformalDefinition
"quantity that is actually used up to date"^^xsd:string .
ilap-view:hasMaterialDeliveryLocationStatus
rdl:hasInformalDefinition
"material delivery location status"^^xsd:string .
ilap-view:fulfilmentHasCurrentCompletionStatus
rdl:hasInformalDefinition
"activity completion status that the actual activity fulfilling the required activity has"^^xsd:string .
ilap-view:PeriodSpecifiedByStartAndFinish
rdl:hasInformalDefinition
"Period that has specified start and finish"^^xsd:string .
ilap-view:hasPlannedMainContractor
rdl:hasInformalDefinition
"organization that is the planned main contractor"^^xsd:string .
ilap-view:hasPriority
rdl:hasInformalDefinition
"activity priority"^^xsd:string .
ilap-view:hasPlannedTotalResourceExpenditure
rdl:hasInformalDefinition
"quantity of a monetary amount that is expressed in terms of a currency and is planned to be used"^^xsd:string .
ilap-view:hasActivityBreakdownClass
rdl:hasInformalDefinition
"activity breakdown class that the activity is a member of"^^xsd:string .
ilap-view:hasDiscipline
rdl:hasInformalDefinition
"discipline of the staff alocated to activity"^^xsd:string .
ilap-view:AvailableResource
rdl:hasInformalDefinition
"Resource with a calculated/decided amount (quantity) for use in a Plan/Activity"^^xsd:string .
ilap-view:mustFinishNoLaterThan
rdl:hasInformalDefinition
"point in time that the activity is specifed to finish no later than"^^xsd:string .
ilap-view:PairOfReal
rdl:hasInformalDefinition
"pair of coordinates in consumption profile"^^xsd:string .
ilap-view:hasMaterialComponent
rdl:hasInformalDefinition
"boolean, where true if the activity has material component"^^xsd:string .
ilap-view:resourceInPlanHasCalendar
rdl:hasInformalDefinition
"calendar defining availability of resource in plan"^^xsd:string .
ilap-view:hasOperatorOfActivitySubjectOfWork
rdl:hasInformalDefinition
"organization that is the operator of the facility or any other physical object that the activity is carried out upon"^^xsd:string .
ilap-view:hasEarlyAchievement
rdl:hasInformalDefinition
"point in time that is the earliest specified for the milestone"^^xsd:string .
ilap-view:hasEarlyStart
rdl:hasInformalDefinition
"point in time early start of activity"^^xsd:string .
ilap-view:hasDescription
rdl:hasInformalDefinition
"description"^^xsd:string .
ilap-view:CalendarDay
rdl:hasInformalDefinition
"day specified in a calendar"^^xsd:string .
ilap-view:TripleOfReal
rdl:hasInformalDefinition
"triple of coordinates in consumption profile"^^xsd:string .
ilap-view:hasProductStructureBreakdownClass
rdl:hasInformalDefinition
"product structure breakdown class for the physical object"^^xsd:string .
ilap-view:hasActivitySubjectOfWork
rdl:hasInformalDefinition
"physical object that the activity is carried out upon"^^xsd:string .
ilap-view:realisationHasActualProjectLeader
rdl:hasInformalDefinition
"person or organization that is the project leader for the actual activity"^^xsd:string .
ilap-view:hasPlannedCurrentStaffTimeDurationUsed
rdl:hasInformalDefinition
"duration of the staff time that have been planned to be used up to the 'now'"^^xsd:string .
ilap-view:hasPlannedCurrentResourceExpenditure
rdl:hasInformalDefinition
"quantity of a monetary amount that is expressed in terms of a currency and is planned to be used up to date"^^xsd:string .
ilap-view:hasAuthorisationForExpenditureIdentifier
rdl:hasInformalDefinition
"identifier of the authorisation for expenditures for activity"^^xsd:string .
ilap-view:hasProgrammeSubjectOfWork
rdl:hasInformalDefinition
"programme or project that the activity fulfilling the required activity is carried out upon"^^xsd:string .
ilap-view:Milestone
rdl:hasInformalDefinition
"event in plan that is a milestone for the planning activity"^^xsd:string .
ilap-view:hasCurrentSchedule
rdl:hasInformalDefinition
"current schedule that specifies dates for all the events in a plan"^^xsd:string .
ilap-view:weeklyRepeatingElementHasFinish
rdl:hasInformalDefinition
"time at which a weekly repeated element finishes"^^xsd:string .
ilap-view:realisationHasCurrentCompletionStatus
rdl:hasInformalDefinition
"activity completion status that the actual activity"^^xsd:string .
ilap-view:hasShutdownPlan
rdl:hasInformalDefinition
"shutdown plan that is required by the plan"^^xsd:string .
ilap-view:hasEarlyFinish
rdl:hasInformalDefinition
"point in time for early finish of activity"^^xsd:string .
ilap-view:x1
rdl:hasInformalDefinition
"period start in consumption profile"^^xsd:string .
ilap-view:hasLatestScheduleTime
rdl:hasInformalDefinition
"point in time that the latest schedule was created"^^xsd:string .
ilap-view:hasFreeFloat
rdl:hasInformalDefinition
"amount of time that spans from the completion of one previously scheduled activity to the point at which the next scheduled activity is set to begin"^^xsd:string .
ilap-view:hasActualCurrentResourceExpenditure
rdl:hasInformalDefinition
"quantity of a monetary amount that is expressed in terms of a currency and is used up to date"^^xsd:string .
ilap-view:requiresShutdownOfProcess
rdl:hasInformalDefinition
"activity that must be shutdown in order to carry out the activity"^^xsd:string .
ilap-view:weeklyRepeatingElementHasStart
rdl:hasInformalDefinition
"time at which a weekly repeated element starts"^^xsd:string .
ilap-view:Currency
rdl:hasInformalDefinition
"currency of a monetary amount"^^xsd:string .
ilap-view:mustFinishNoEarlierThan
rdl:hasInformalDefinition
"point in time that the activity is specifed to finish no earlier than"^^xsd:string .
ilap-view:calendarHasFinish
rdl:hasInformalDefinition
"finish timepoint of a calendar"^^xsd:string .
ilap-view:partOfPlan
rdl:hasInformalDefinition
"relationship used to multi-decomposition of activities"^^xsd:string .
ilap-view:hasPlannedCurrentPercentageUsed
rdl:hasInformalDefinition
"percentage of the resource planned to be used up to date"^^xsd:string .
ilap-view:hasOperatorOfProgrammeSubjectOfWork
rdl:hasInformalDefinition
"organization that is the operator of the facility or other physical object that the required activity is carried out upon"^^xsd:string .
ilap-view:x2
rdl:hasInformalDefinition
"period end in consumption profile"^^xsd:string .
ilap-view:hasActualCurrentStaffTimeDurationUsed
rdl:hasInformalDefinition
"duration of the actual staff time used for activity up to date"^^xsd:string .
ilap-view:hasOperatorsRequiredStartDate
rdl:hasInformalDefinition
"point in time that the operator requires the activity to start at"^^xsd:string .
ilap-view:planHasCalendar
rdl:hasInformalDefinition
"calendar within which the activity can occur"^^xsd:string .
ilap-view:planHasActualCurrentExpenditure
rdl:hasInformalDefinition
"actual quantity that is a monetary amount that is expressed in a currency"^^xsd:string .
ilap-view:calendarHasStart
rdl:hasInformalDefinition
"start timepoint of a calendar"^^xsd:string .
ilap-view:hasQuantityValue
rdl:hasInformalDefinition
"quantity value"^^xsd:string .
ilap-view:hasCriticality
rdl:hasInformalDefinition
"activity criticality"^^xsd:string .
ilap-view:hasBaselineSchedule
rdl:hasInformalDefinition
"baseline schedule that specifies dates for all the events in a plan"^^xsd:string .
ilap-view:IdentifiedObject
rdl:hasInformalDefinition
"Identified object"^^xsd:string .
ilap-view:hasPreviousSchedule
rdl:hasInformalDefinition
"schedule that is previous to the schedule"^^xsd:string .
ilap-view:hasTotalFloat
rdl:hasInformalDefinition
"delays allowed from the beginning of the activity which will not interfere with the planned completion date"^^xsd:string .
ilap-view:Integer
rdl:hasInformalDefinition
"data type that is integer"^^xsd:string .
ilap-view:timeOfEach
rdl:hasInformalDefinition
"time of each weekly repeating period"^^xsd:string .
ilap-view:dayOfEach
rdl:hasInformalDefinition
"day of each weekly repeating period"^^xsd:string .
ilap-view:realisationHasActualFinish
rdl:hasInformalDefinition
"point in time that the actual activity finishes at"^^xsd:string .
ilap-view:hasLateAchievement
rdl:hasInformalDefinition
"point in time that is the latest specified for the milestone"^^xsd:string .
ilap-view:y
rdl:hasInformalDefinition
"coordinate on planned resource or cost axis in consumption profile"^^xsd:string .
ilap-view:propertyHasType
rdl:hasInformalDefinition
"type of the specified user field"^^xsd:string .
ilap-view:mustFinishAsEarlyAsPossible
rdl:hasInformalDefinition
"Boolean that is true if the activity is specifed to finish as early as possible, and false otherwise"^^xsd:string .
ilap-view:hasActualCurrentPercentageComplete
rdl:hasInformalDefinition
"percentage completed of the actual activity up to date"^^xsd:string .
ilap-view:activityHasPlannedDuration
rdl:hasInformalDefinition
"planned duration in time of activity"^^xsd:string .
ilap-view:activityPartOfSchedule
rdl:hasInformalDefinition
"activity that is a part of the schedule"^^xsd:string .
ilap-view:hasCurrentPlanningStatus
rdl:hasInformalDefinition
"planning status for the required activity"^^xsd:string .
ilap-view:hasLiveSchedule
rdl:hasInformalDefinition
"live schedule that specifies dates for all the events in a plan"^^xsd:string .
ilap-view:x
rdl:hasInformalDefinition
"coordinate on planned duration axis in consumption profile"^^xsd:string .
ilap-view:periodHasFinish
rdl:hasInformalDefinition
"date and time of period end"^^xsd:string .
ilap-view:hasActualCurrentPercentageUsed
rdl:hasInformalDefinition
"percentage of the actual resource used realising the planned resource up to date"^^xsd:string .
ilap-view:DateOrDateTime
rdl:hasInformalDefinition
"data type that is date or date time"^^xsd:string .
ilap-view:hasMaterialDeliveryProgressStatus
rdl:hasInformalDefinition
"material delivery progress status"^^xsd:string .
ilap-view:hasAvailableResource
rdl:hasInformalDefinition
"available resource from which the realisation of the resource in plan is to be taken"^^xsd:string .
ilap-view:requiresShutdownOfSystem
rdl:hasInformalDefinition
"physical object that must be shutdown in order to carry out the activity"^^xsd:string .
ilap-view:mustStartAsEarlyAsPossible
rdl:hasInformalDefinition
"Boolean that is true if the activity is specifed to start as early as possible, and false otherwise"^^xsd:string .
ilap-view:hasLateFinish
rdl:hasInformalDefinition
"point in time for late finish of activity"^^xsd:string .
ilap-view:realisationHasActualSubContractor
rdl:hasInformalDefinition
"person or organization that is a sub-contractor for the actual activity"^^xsd:string .
ilap-view:mustStartAsLateAsPossible
rdl:hasInformalDefinition
"Boolean that is true if the activity is specifed to start as late as possible, and false otherwise"^^xsd:string .
ilap-view:hasPlannedTotalActivityExpenditure
rdl:hasInformalDefinition
"quantity that is a monetary amount expressed in a currency"^^xsd:string .
ilap-view:periodHasStart
rdl:hasInformalDefinition
"date and time of period start"^^xsd:string .
ilap-view:hasPlannedProjectLeader
rdl:hasInformalDefinition
"person or organization that is the planned project leader"^^xsd:string .
ilap-view:PlanSuccessionLink
rdl:hasInformalDefinition
"period of time in plan that is between events in plan, which can be starts or ends of activities or milestones, and that is defined by the planning activity implicit in the view in order to constrain their temporal relationship"^^xsd:string .
ilap-view:realisationHasActualStart
rdl:hasInformalDefinition
"point in time that the actual activity starts at"^^xsd:string .
ilap-view:hasPlannedCurrentDurationUsed
rdl:hasInformalDefinition
"duration of the actual staff time planned to be used up to date"^^xsd:string .
ilap-view:mustStartNoLaterThan
rdl:hasInformalDefinition
"point in time that the required activity starts before"^^xsd:string .
ilap-view:hasPlannedTotalQuantity
rdl:hasInformalDefinition
"total quantity that is planned"^^xsd:string .
ilap-view:hasDescriptionOfPlannedCurrentProgress
rdl:hasInformalDefinition
"description of planned current progress"^^xsd:string .
ilap-view:hasPlannedSubContractor
rdl:hasInformalDefinition
"person or organization that is a planned sub-contractor"^^xsd:string .
ilap-view:hasDateOfReportedData
rdl:hasInformalDefinition
"progress reporting date"^^xsd:string .
ilap-view:hasRiskFactor
rdl:hasInformalDefinition
"activity risk factor"^^xsd:string .
ilap-view:mustStartOn
rdl:hasInformalDefinition
"point in time that the activity is specified to start at"^^xsd:string .
ilap-view:delta
rdl:hasInformalDefinition
"period value in consumption profile"^^xsd:string .
ilap-view:Property
rdl:hasInformalDefinition
"specified user field used to extend the standard planning model"^^xsd:string .
ilap-view:hasMonetaryAmountValue
rdl:hasInformalDefinition
"value of monetary amount"^^xsd:string .
ilap-view:hasPlannedTotalDuration
rdl:hasInformalDefinition
"total duration of the staff time planned to be used in plan"^^xsd:string .
ilap-view:realisationHasActualMainContractor
rdl:hasInformalDefinition
"organization that is the main contract for the actual activity"^^xsd:string .
ilap-view:hasDescriptionOfActualCurrentProgress
rdl:hasInformalDefinition
"description of actual current progress"^^xsd:string .
ilap-view:isPartOfProjectPhase
rdl:hasInformalDefinition
"project phase that the activity is part of"^^xsd:string .
ilap-view:Float
rdl:hasInformalDefinition
"data type that is float"^^xsd:string .
ilap-view:hasPlannedCurrentQuantityUsed
rdl:hasInformalDefinition
"quanity that is planned to be used up to date"^^xsd:string .
ilap-view:hasActualCurrentDurationUsed
rdl:hasInformalDefinition
"duration of the actual staff time used up to date"^^xsd:string .
ilap-view:hasLateStart
rdl:hasInformalDefinition
"point in time for late start of activity"^^xsd:string .
ilap-view:Uom
rdl:hasInformalDefinition
"unit of measurement"^^xsd:string .
ilap-view:hasParentActivityInPlan
rdl:hasInformalDefinition
"relashionship used to multi-decomposition of activities"^^xsd:string .
ilap-view:hasPropertyValue
rdl:hasInformalDefinition
"value of the specified user field"^^xsd:string .
ilap-view:plannedResourceHasBreakdownClass
rdl:hasInformalDefinition
"resource breakdown class for resource in plan"^^xsd:string .
ilap-view:PropertyType
rdl:hasInformalDefinition
"type of the specified user field"^^xsd:string .
ilap-view:isPartOfShutdownPhase
rdl:hasInformalDefinition
"shutdown phase that the activity is part of"^^xsd:string .
ilap-view:hasOperatorsRequiredFinishDate
rdl:hasInformalDefinition
"point in time that the operator requires the activity to finish at"^^xsd:string .
ilap-view:typeOfEachRepeatedPeriodInTime
rdl:hasInformalDefinition
"type definition of a period in time that repeats"^^xsd:string .
ilap-view:mustStartNoEarlierThan
rdl:hasInformalDefinition
"point in time that the required activity starts after"^^xsd:string .