Showing
1 changed file
with
25 additions
and
0 deletions
... | @@ -40,6 +40,7 @@ ILAP:Activity | ... | @@ -40,6 +40,7 @@ ILAP:Activity |
40 | 40 | ||
41 | ILAP:ActivityDependency | 41 | ILAP:ActivityDependency |
42 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 42 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
43 | + rdfs:comment "A Constraint in which an Activity or Milestone is linked to other Activities (or Milestones) that must be performed (completely or partially) before it can be performed."^^xsd:string ; | ||
43 | rdfs:label "Activity Dependency"^^xsd:string ; | 44 | rdfs:label "Activity Dependency"^^xsd:string ; |
44 | rdfs:subClassOf ILAP:Constraint ; | 45 | rdfs:subClassOf ILAP:Constraint ; |
45 | rdfs:subClassOf | 46 | rdfs:subClassOf |
... | @@ -84,6 +85,7 @@ ILAP:Application | ... | @@ -84,6 +85,7 @@ ILAP:Application |
84 | 85 | ||
85 | ILAP:Asset | 86 | ILAP:Asset |
86 | rdf:type owl:Class ; | 87 | rdf:type owl:Class ; |
88 | + rdfs:comment "A Thing that is owned by a business entity from which future economic benefits may be obtained. In the context of ILAP, the focus is on physical assets."^^xsd:string ; | ||
87 | rdfs:label "Asset"^^xsd:string ; | 89 | rdfs:label "Asset"^^xsd:string ; |
88 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . | 90 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . |
89 | 91 | ||
... | @@ -108,6 +110,7 @@ ILAP:COR | ... | @@ -108,6 +110,7 @@ ILAP:COR |
108 | 110 | ||
109 | ILAP:Calendar | 111 | ILAP:Calendar |
110 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 112 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
113 | + rdfs:comment "A Thing that defines holidays, weekends, regular working hours and shifts applicable to the duration of a Plan or Schedule. It is used in the planning process for developing the schedule."^^xsd:string ; | ||
111 | rdfs:label "Calendar"^^xsd:string ; | 114 | rdfs:label "Calendar"^^xsd:string ; |
112 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; | 115 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; |
113 | rdfs:subClassOf | 116 | rdfs:subClassOf |
... | @@ -118,11 +121,13 @@ ILAP:Calendar | ... | @@ -118,11 +121,13 @@ ILAP:Calendar |
118 | 121 | ||
119 | ILAP:CalendarDay | 122 | ILAP:CalendarDay |
120 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 123 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
124 | + rdfs:comment "A Thing that is a (working or free) day in a given Calendar."^^xsd:string ; | ||
121 | rdfs:label "Calendar Day"^^xsd:string ; | 125 | rdfs:label "Calendar Day"^^xsd:string ; |
122 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . | 126 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . |
123 | 127 | ||
124 | ILAP:CalendarFreePeriod | 128 | ILAP:CalendarFreePeriod |
125 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; | 129 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; |
130 | + rdfs:comment "A Calendar Period that specifies free time."^^xsd:string ; | ||
126 | rdfs:label "Calendar Free Period"^^xsd:string ; | 131 | rdfs:label "Calendar Free Period"^^xsd:string ; |
127 | rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; | 132 | rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; |
128 | rdfs:subClassOf | 133 | rdfs:subClassOf |
... | @@ -137,16 +142,19 @@ ILAP:CalendarFreePeriod | ... | @@ -137,16 +142,19 @@ ILAP:CalendarFreePeriod |
137 | 142 | ||
138 | ILAP:CalendarFreePeriodWeekRepeat | 143 | ILAP:CalendarFreePeriodWeekRepeat |
139 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; | 144 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; |
145 | + rdfs:comment "A Calendar Free Period that specifies the same free period every week."^^xsd:string ; | ||
140 | rdfs:label "Calendar Free Period Week Repeat"^^xsd:string ; | 146 | rdfs:label "Calendar Free Period Week Repeat"^^xsd:string ; |
141 | rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . | 147 | rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . |
142 | 148 | ||
143 | ILAP:CalendarHour | 149 | ILAP:CalendarHour |
144 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 150 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
151 | + rdfs:comment "A Thing that is a (working or free) hour in a given Calendar."^^xsd:string ; | ||
145 | rdfs:label "Calendar Hour"^^xsd:string ; | 152 | rdfs:label "Calendar Hour"^^xsd:string ; |
146 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> . | 153 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> . |
147 | 154 | ||
148 | ILAP:CalendarPeriod | 155 | ILAP:CalendarPeriod |
149 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; | 156 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; |
157 | + rdfs:comment "A Thing that defines the period in which the work (and free) hours apply, defined by a Calendar From-Time and a Calendar To-Time."^^xsd:string ; | ||
150 | rdfs:label "Calendar Period"^^xsd:string ; | 158 | rdfs:label "Calendar Period"^^xsd:string ; |
151 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; | 159 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; |
152 | rdfs:subClassOf | 160 | rdfs:subClassOf |
... | @@ -162,6 +170,7 @@ ILAP:CalendarPeriod | ... | @@ -162,6 +170,7 @@ ILAP:CalendarPeriod |
162 | 170 | ||
163 | ILAP:Category | 171 | ILAP:Category |
164 | rdf:type owl:Class ; | 172 | rdf:type owl:Class ; |
173 | + rdfs:comment "A Thing that is a group of related competencies used to classify Disciplines according to Discipline Code Manuals (typically based on standards such as NORSOK COR codes)."^^xsd:string ; | ||
165 | rdfs:label "Category"^^xsd:string ; | 174 | rdfs:label "Category"^^xsd:string ; |
166 | rdfs:subClassOf owl:Thing . | 175 | rdfs:subClassOf owl:Thing . |
167 | 176 | ||
... | @@ -172,6 +181,7 @@ ILAP:CommissioningMilestone | ... | @@ -172,6 +181,7 @@ ILAP:CommissioningMilestone |
172 | 181 | ||
173 | ILAP:Constraint | 182 | ILAP:Constraint |
174 | rdf:type owl:Class ; | 183 | rdf:type owl:Class ; |
184 | + rdfs:comment "A Thing that defines limitation or restrictions on relationships between Possible Individuals (adapted from ISO 15926 and Dictionary.com)."^^xsd:string ; | ||
175 | rdfs:label "Constraint"^^xsd:string ; | 185 | rdfs:label "Constraint"^^xsd:string ; |
176 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> . | 186 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> . |
177 | 187 | ||
... | @@ -182,6 +192,7 @@ ILAP:ConstructionMilestone | ... | @@ -182,6 +192,7 @@ ILAP:ConstructionMilestone |
182 | 192 | ||
183 | ILAP:Contract | 193 | ILAP:Contract |
184 | rdf:type owl:Class ; | 194 | rdf:type owl:Class ; |
195 | + rdfs:comment "An agreement between two or more parties to accomplish a certain goal in a certain way.A project contract may take the form of an agreement between a builder and an asset owner in which the builder agrees to build necessary infrastructure by a certain time in a certain way, and, in exchange, the property owner makes certain remuneration (adapted from the Free Dictionary)"^^xsd:string ; | ||
185 | rdfs:label "Contract"^^xsd:string ; | 196 | rdfs:label "Contract"^^xsd:string ; |
186 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . | 197 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . |
187 | 198 | ||
... | @@ -207,6 +218,7 @@ ILAP:ControlSchedule | ... | @@ -207,6 +218,7 @@ ILAP:ControlSchedule |
207 | 218 | ||
208 | ILAP:Cost | 219 | ILAP:Cost |
209 | rdf:type owl:Class ; | 220 | rdf:type owl:Class ; |
221 | + rdfs:comment "A Thing that is a monetary valuation of (1) effort, (2) material, (3) resources, (4) time and utilities consumed, (5) risks incurred, and (6) opportunity forgone in executing an activity. Costs can be both direct and indirect. All expenses are costs, but not all costs (such as those incurred in acquisition of an income-generating asset) are expenses."^^xsd:string ; | ||
210 | rdfs:label "Cost"^^xsd:string ; | 222 | rdfs:label "Cost"^^xsd:string ; |
211 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . | 223 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . |
212 | 224 | ||
... | @@ -217,6 +229,7 @@ ILAP:CostBased | ... | @@ -217,6 +229,7 @@ ILAP:CostBased |
217 | 229 | ||
218 | ILAP:Criticality | 230 | ILAP:Criticality |
219 | rdf:type owl:Class ; | 231 | rdf:type owl:Class ; |
232 | + rdfs:comment "A Thing that is a measure of the consequence of failure of (one or more) activities."^^xsd:string ; | ||
220 | rdfs:label "Criticality"^^xsd:string ; | 233 | rdfs:label "Criticality"^^xsd:string ; |
221 | rdfs:subClassOf owl:Thing . | 234 | rdfs:subClassOf owl:Thing . |
222 | 235 | ||
... | @@ -346,21 +359,25 @@ ILAP:ExternalReference | ... | @@ -346,21 +359,25 @@ ILAP:ExternalReference |
346 | 359 | ||
347 | ILAP:Facility | 360 | ILAP:Facility |
348 | rdf:type owl:Class ; | 361 | rdf:type owl:Class ; |
362 | + rdfs:comment "An Asset that is designed, built and operated to serve a particular purpose, such as production of oil and gas."^^xsd:string ; | ||
349 | rdfs:label "Facility"^^xsd:string ; | 363 | rdfs:label "Facility"^^xsd:string ; |
350 | rdfs:subClassOf ILAP:Asset . | 364 | rdfs:subClassOf ILAP:Asset . |
351 | 365 | ||
352 | ILAP:Field | 366 | ILAP:Field |
353 | rdf:type owl:Class ; | 367 | rdf:type owl:Class ; |
368 | + rdfs:comment "An Asset that is the location of reserves for production of oil and gas."^^xsd:string ; | ||
354 | rdfs:label "Field"^^xsd:string ; | 369 | rdfs:label "Field"^^xsd:string ; |
355 | rdfs:subClassOf ILAP:Asset . | 370 | rdfs:subClassOf ILAP:Asset . |
356 | 371 | ||
357 | ILAP:FinishToFinish | 372 | ILAP:FinishToFinish |
358 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 373 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
374 | + rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity is finished."^^xsd:string ; | ||
359 | rdfs:label "Finish to Finish"^^xsd:string ; | 375 | rdfs:label "Finish to Finish"^^xsd:string ; |
360 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 376 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
361 | 377 | ||
362 | ILAP:FinishToStart | 378 | ILAP:FinishToStart |
363 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 379 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
380 | + rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity is finished."^^xsd:string ; | ||
364 | rdfs:label "Finish to Start"^^xsd:string ; | 381 | rdfs:label "Finish to Start"^^xsd:string ; |
365 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 382 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
366 | 383 | ||
... | @@ -376,6 +393,7 @@ ILAP:GeographicLocation | ... | @@ -376,6 +393,7 @@ ILAP:GeographicLocation |
376 | 393 | ||
377 | ILAP:HighCriticality | 394 | ILAP:HighCriticality |
378 | rdf:type owl:Class ; | 395 | rdf:type owl:Class ; |
396 | + rdfs:comment "An amount of Risk that is classified as High."^^xsd:string ; | ||
379 | rdfs:label "High Criticality"^^xsd:string ; | 397 | rdfs:label "High Criticality"^^xsd:string ; |
380 | rdfs:subClassOf ILAP:Criticality . | 398 | rdfs:subClassOf ILAP:Criticality . |
381 | 399 | ||
... | @@ -396,6 +414,7 @@ ILAP:Knowledge | ... | @@ -396,6 +414,7 @@ ILAP:Knowledge |
396 | 414 | ||
397 | ILAP:License | 415 | ILAP:License |
398 | rdf:type owl:Class ; | 416 | rdf:type owl:Class ; |
417 | + rdfs:comment "An Asset that is represents permission to explore and exploit petrochemical reserves in a defined area."^^xsd:string ; | ||
399 | rdfs:label "License"^^xsd:string ; | 418 | rdfs:label "License"^^xsd:string ; |
400 | rdfs:subClassOf ILAP:Asset . | 419 | rdfs:subClassOf ILAP:Asset . |
401 | 420 | ||
... | @@ -416,6 +435,7 @@ ILAP:Location | ... | @@ -416,6 +435,7 @@ ILAP:Location |
416 | 435 | ||
417 | ILAP:LowCriticality | 436 | ILAP:LowCriticality |
418 | rdf:type owl:Class ; | 437 | rdf:type owl:Class ; |
438 | + rdfs:comment "An amount of Risk that is classified as Low."^^xsd:string ; | ||
419 | rdfs:label "Low Criticality"^^xsd:string ; | 439 | rdfs:label "Low Criticality"^^xsd:string ; |
420 | rdfs:subClassOf ILAP:Criticality . | 440 | rdfs:subClassOf ILAP:Criticality . |
421 | 441 | ||
... | @@ -451,6 +471,7 @@ ILAP:Network | ... | @@ -451,6 +471,7 @@ ILAP:Network |
451 | 471 | ||
452 | ILAP:NormalCriticality | 472 | ILAP:NormalCriticality |
453 | rdf:type owl:Class ; | 473 | rdf:type owl:Class ; |
474 | + rdfs:comment "An amount of Risk that is classified as Normal."^^xsd:string ; | ||
454 | rdfs:label "Medium Criticality"^^xsd:string ; | 475 | rdfs:label "Medium Criticality"^^xsd:string ; |
455 | rdfs:subClassOf ILAP:Criticality . | 476 | rdfs:subClassOf ILAP:Criticality . |
456 | 477 | ||
... | @@ -763,6 +784,7 @@ ILAP:RFOCissued | ... | @@ -763,6 +784,7 @@ ILAP:RFOCissued |
763 | 784 | ||
764 | ILAP:Regular8To16WorkingDayCalendar | 785 | ILAP:Regular8To16WorkingDayCalendar |
765 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 786 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
787 | + rdfs:comment "A Weekends Free Calendar that specifies work only during normal working hours."^^xsd:string ; | ||
766 | rdfs:label "Regular 8 To 16 Working Day Calendar"^^xsd:string ; | 788 | rdfs:label "Regular 8 To 16 Working Day Calendar"^^xsd:string ; |
767 | rdfs:subClassOf ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> , <http://posccaesar.org/rdl/RDS7014210> . | 789 | rdfs:subClassOf ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> , <http://posccaesar.org/rdl/RDS7014210> . |
768 | 790 | ||
... | @@ -903,11 +925,13 @@ ILAP:StartMilestone | ... | @@ -903,11 +925,13 @@ ILAP:StartMilestone |
903 | 925 | ||
904 | ILAP:StartToFinish | 926 | ILAP:StartToFinish |
905 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 927 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
928 | + rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity has started."^^xsd:string ; | ||
906 | rdfs:label "Start to Finish"^^xsd:string ; | 929 | rdfs:label "Start to Finish"^^xsd:string ; |
907 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 930 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
908 | 931 | ||
909 | ILAP:StartToStart | 932 | ILAP:StartToStart |
910 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 933 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
934 | + rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity has started."^^xsd:string ; | ||
911 | rdfs:label "Start to Start"^^xsd:string ; | 935 | rdfs:label "Start to Start"^^xsd:string ; |
912 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 936 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
913 | 937 | ||
... | @@ -943,6 +967,7 @@ ILAP:Value | ... | @@ -943,6 +967,7 @@ ILAP:Value |
943 | 967 | ||
944 | ILAP:WeekendsFreeCalendar | 968 | ILAP:WeekendsFreeCalendar |
945 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 969 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
970 | + rdfs:comment "A Calendar that leaves all weekends as free time (only work during workdays)."^^xsd:string ; | ||
946 | rdfs:label "Weekends Free Calendar"^^xsd:string ; | 971 | rdfs:label "Weekends Free Calendar"^^xsd:string ; |
947 | rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . | 972 | rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . |
948 | 973 | ... | ... |
-
Please register or login to post a comment