Tore Christiansen

Corrected Planning Classifier example

...@@ -14,52 +14,52 @@ ILAP: ...@@ -14,52 +14,52 @@ ILAP:
14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
15 15
16 ILAP:Activity 16 ILAP:Activity
17 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 17 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
18 rdfs:comment "A Thing that brings about (intended) change by events, operations or processes that consume time and possibly other resources (adapted from ISO 15926, PMI and BSI)."^^xsd:string ; 18 rdfs:comment "A Thing that brings about (intended) change by events, operations or processes that consume time and possibly other resources (adapted from ISO 15926, PMI and BSI)."^^xsd:string ;
19 rdfs:label "Activity"^^xsd:string ; 19 rdfs:label "Activity"^^xsd:string ;
20 rdfs:subClassOf 20 rdfs:subClassOf
21 [ rdf:type owl:Restriction ; 21 [ rdf:type owl:Restriction ;
22 - owl:allValuesFrom ILAP:Status ; 22 + owl:allValuesFrom ILAP:Discipline ;
23 - owl:onProperty ILAP:hasActivityStatus 23 + owl:onProperty ILAP:hasActivityDiscipline
24 ] ; 24 ] ;
25 rdfs:subClassOf 25 rdfs:subClassOf
26 [ rdf:type owl:Restriction ; 26 [ rdf:type owl:Restriction ;
27 - owl:onProperty ILAP:hasExternalReference ; 27 + owl:allValuesFrom ILAP:Calendar ;
28 - owl:someValuesFrom ILAP:ExternalReference 28 + owl:onProperty ILAP:hasActivityCalendar
29 ] ; 29 ] ;
30 rdfs:subClassOf 30 rdfs:subClassOf
31 [ rdf:type owl:Restriction ; 31 [ rdf:type owl:Restriction ;
32 - owl:allValuesFrom ILAP:Calendar ; 32 + owl:onProperty ILAP:hasExternalReference ;
33 - owl:onProperty ILAP:hasActivityCalendar 33 + owl:someValuesFrom ILAP:ExternalReference
34 ] ; 34 ] ;
35 rdfs:subClassOf 35 rdfs:subClassOf
36 [ rdf:type owl:Restriction ; 36 [ rdf:type owl:Restriction ;
37 - owl:allValuesFrom ILAP:Discipline ; 37 + owl:allValuesFrom ILAP:Status ;
38 - owl:onProperty ILAP:hasActivityDiscipline 38 + owl:onProperty ILAP:hasActivityStatus
39 ] . 39 ] .
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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
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: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 ;
44 rdfs:label "Activity Dependency"^^xsd:string ; 44 rdfs:label "Activity Dependency"^^xsd:string ;
45 rdfs:subClassOf ILAP:Constraint ; 45 rdfs:subClassOf ILAP:Constraint ;
46 rdfs:subClassOf 46 rdfs:subClassOf
47 [ rdf:type owl:Restriction ; 47 [ rdf:type owl:Restriction ;
48 owl:onClass ILAP:Activity ; 48 owl:onClass ILAP:Activity ;
49 - owl:onProperty ILAP:hasSuccessorActivity ; 49 + owl:onProperty ILAP:hasPredecessorActivity ;
50 owl:qualifiedCardinality 50 owl:qualifiedCardinality
51 "1"^^xsd:nonNegativeInteger 51 "1"^^xsd:nonNegativeInteger
52 ] ; 52 ] ;
53 rdfs:subClassOf 53 rdfs:subClassOf
54 [ rdf:type owl:Restriction ; 54 [ rdf:type owl:Restriction ;
55 owl:onClass ILAP:Activity ; 55 owl:onClass ILAP:Activity ;
56 - owl:onProperty ILAP:hasPredecessorActivity ; 56 + owl:onProperty ILAP:hasSuccessorActivity ;
57 owl:qualifiedCardinality 57 owl:qualifiedCardinality
58 "1"^^xsd:nonNegativeInteger 58 "1"^^xsd:nonNegativeInteger
59 ] . 59 ] .
60 60
61 ILAP:ActivityPlan 61 ILAP:ActivityPlan
62 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 62 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
63 rdfs:comment "A Network of Activities connected by Activity Dependencies, usually represented as a diagram or list of steps used to achieve an Objective."^^xsd:string ; 63 rdfs:comment "A Network of Activities connected by Activity Dependencies, usually represented as a diagram or list of steps used to achieve an Objective."^^xsd:string ;
64 rdfs:label "Activity Plan"^^xsd:string ; 64 rdfs:label "Activity Plan"^^xsd:string ;
65 rdfs:subClassOf ILAP:Network ; 65 rdfs:subClassOf ILAP:Network ;
...@@ -76,7 +76,7 @@ ILAP:ActivityStatus ...@@ -76,7 +76,7 @@ ILAP:ActivityStatus
76 rdfs:subClassOf ILAP:Status . 76 rdfs:subClassOf ILAP:Status .
77 77
78 ILAP:ActivityWBS 78 ILAP:ActivityWBS
79 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; 79 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ;
80 rdfs:comment "A Network that consists of Work Breakdown Structure elements, a deliverable-oriented grouping of components that organizes and defines the scope of the project. Each Activity has a WBS elements assigned to it."^^xsd:string ; 80 rdfs:comment "A Network that consists of Work Breakdown Structure elements, a deliverable-oriented grouping of components that organizes and defines the scope of the project. Each Activity has a WBS elements assigned to it."^^xsd:string ;
81 rdfs:label "Activity WBS"^^xsd:string ; 81 rdfs:label "Activity WBS"^^xsd:string ;
82 rdfs:subClassOf ILAP:Network . 82 rdfs:subClassOf ILAP:Network .
...@@ -84,16 +84,16 @@ ILAP:ActivityWBS ...@@ -84,16 +84,16 @@ ILAP:ActivityWBS
84 ILAP:Application 84 ILAP:Application
85 rdf:type owl:Class ; 85 rdf:type owl:Class ;
86 rdfs:label "Application"^^xsd:string ; 86 rdfs:label "Application"^^xsd:string ;
87 - rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . 87 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing .
88 88
89 ILAP:Asset 89 ILAP:Asset
90 rdf:type owl:Class ; 90 rdf:type owl:Class ;
91 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 ; 91 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 ;
92 rdfs:label "Asset"^^xsd:string ; 92 rdfs:label "Asset"^^xsd:string ;
93 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . 93 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing .
94 94
95 ILAP:Baseline 95 ILAP:Baseline
96 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 96 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
97 rdfs:comment "A Network that represents the latest approved version of the Execution Plan, Schedule Cost Estimate and other related documentation, used to provide an official reference level against which the Activity Plan is monitored and controlled (Adapted from PMI and BSI)."^^xsd:string ; 97 rdfs:comment "A Network that represents the latest approved version of the Execution Plan, Schedule Cost Estimate and other related documentation, used to provide an official reference level against which the Activity Plan is monitored and controlled (Adapted from PMI and BSI)."^^xsd:string ;
98 rdfs:label "Baseline"^^xsd:string ; 98 rdfs:label "Baseline"^^xsd:string ;
99 rdfs:subClassOf ILAP:Network . 99 rdfs:subClassOf ILAP:Network .
...@@ -114,10 +114,10 @@ ILAP:COR ...@@ -114,10 +114,10 @@ ILAP:COR
114 rdfs:subClassOf ILAP:CommissioningMilestone . 114 rdfs:subClassOf ILAP:CommissioningMilestone .
115 115
116 ILAP:Calendar 116 ILAP:Calendar
117 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 117 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
118 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 ; 118 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 ;
119 rdfs:label "Calendar"^^xsd:string ; 119 rdfs:label "Calendar"^^xsd:string ;
120 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; 120 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ;
121 rdfs:subClassOf 121 rdfs:subClassOf
122 [ rdf:type owl:Restriction ; 122 [ rdf:type owl:Restriction ;
123 owl:allValuesFrom ILAP:CalendarFreePeriod ; 123 owl:allValuesFrom ILAP:CalendarFreePeriod ;
...@@ -125,16 +125,16 @@ ILAP:Calendar ...@@ -125,16 +125,16 @@ ILAP:Calendar
125 ] . 125 ] .
126 126
127 ILAP:CalendarDay 127 ILAP:CalendarDay
128 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 128 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
129 rdfs:comment "A Thing that is a (working or free) day in a given Calendar."^^xsd:string ; 129 rdfs:comment "A Thing that is a (working or free) day in a given Calendar."^^xsd:string ;
130 rdfs:label "Calendar Day"^^xsd:string ; 130 rdfs:label "Calendar Day"^^xsd:string ;
131 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . 131 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing .
132 132
133 ILAP:CalendarFreePeriod 133 ILAP:CalendarFreePeriod
134 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; 134 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
135 rdfs:comment "A Calendar Period that specifies free time."^^xsd:string ; 135 rdfs:comment "A Calendar Period that specifies free time."^^xsd:string ;
136 rdfs:label "Calendar Free Period"^^xsd:string ; 136 rdfs:label "Calendar Free Period"^^xsd:string ;
137 - rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; 137 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ;
138 rdfs:subClassOf 138 rdfs:subClassOf
139 [ rdf:type owl:Restriction ; 139 [ rdf:type owl:Restriction ;
140 owl:onClass ILAP:Calendar ; 140 owl:onClass ILAP:Calendar ;
...@@ -146,31 +146,31 @@ ILAP:CalendarFreePeriod ...@@ -146,31 +146,31 @@ ILAP:CalendarFreePeriod
146 ] . 146 ] .
147 147
148 ILAP:CalendarFreePeriodWeekRepeat 148 ILAP:CalendarFreePeriodWeekRepeat
149 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; 149 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
150 rdfs:comment "A Calendar Free Period that specifies the same free period every week."^^xsd:string ; 150 rdfs:comment "A Calendar Free Period that specifies the same free period every week."^^xsd:string ;
151 rdfs:label "Calendar Free Period Week Repeat"^^xsd:string ; 151 rdfs:label "Calendar Free Period Week Repeat"^^xsd:string ;
152 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . 152 + rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> .
153 153
154 ILAP:CalendarHour 154 ILAP:CalendarHour
155 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 155 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
156 rdfs:comment "A Thing that is a (working or free) hour in a given Calendar."^^xsd:string ; 156 rdfs:comment "A Thing that is a (working or free) hour in a given Calendar."^^xsd:string ;
157 rdfs:label "Calendar Hour"^^xsd:string ; 157 rdfs:label "Calendar Hour"^^xsd:string ;
158 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> . 158 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> , owl:Thing .
159 159
160 ILAP:CalendarPeriod 160 ILAP:CalendarPeriod
161 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; 161 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ;
162 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 ; 162 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 ;
163 rdfs:label "Calendar Period"^^xsd:string ; 163 rdfs:label "Calendar Period"^^xsd:string ;
164 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; 164 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ;
165 rdfs:subClassOf 165 rdfs:subClassOf
166 [ rdf:type owl:Restriction ; 166 [ rdf:type owl:Restriction ;
167 - owl:allValuesFrom ILAP:CalendarHour ; 167 + owl:allValuesFrom ILAP:CalendarDay ;
168 - owl:onProperty ILAP:hasCalendarPeriodHour 168 + owl:onProperty ILAP:hasCalendarPeriodDay
169 ] ; 169 ] ;
170 rdfs:subClassOf 170 rdfs:subClassOf
171 [ rdf:type owl:Restriction ; 171 [ rdf:type owl:Restriction ;
172 - owl:allValuesFrom ILAP:CalendarDay ; 172 + owl:allValuesFrom ILAP:CalendarHour ;
173 - owl:onProperty ILAP:hasCalendarPeriodDay 173 + owl:onProperty ILAP:hasCalendarPeriodHour
174 ] . 174 ] .
175 175
176 ILAP:Category 176 ILAP:Category
...@@ -188,7 +188,7 @@ ILAP:Constraint ...@@ -188,7 +188,7 @@ ILAP:Constraint
188 rdf:type owl:Class ; 188 rdf:type owl:Class ;
189 rdfs:comment "A Thing that defines limitation or restrictions on relationships between Possible Individuals (adapted from ISO 15926 and Dictionary.com)."^^xsd:string ; 189 rdfs:comment "A Thing that defines limitation or restrictions on relationships between Possible Individuals (adapted from ISO 15926 and Dictionary.com)."^^xsd:string ;
190 rdfs:label "Constraint"^^xsd:string ; 190 rdfs:label "Constraint"^^xsd:string ;
191 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> . 191 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing .
192 192
193 ILAP:ConstructionMilestone 193 ILAP:ConstructionMilestone
194 rdf:type owl:Class ; 194 rdf:type owl:Class ;
...@@ -199,7 +199,7 @@ ILAP:Contract ...@@ -199,7 +199,7 @@ ILAP:Contract
199 rdf:type owl:Class ; 199 rdf:type owl:Class ;
200 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 ; 200 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 ;
201 rdfs:label "Contract"^^xsd:string ; 201 rdfs:label "Contract"^^xsd:string ;
202 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . 202 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing .
203 203
204 ILAP:ContractMilestone 204 ILAP:ContractMilestone
205 rdf:type owl:Class ; 205 rdf:type owl:Class ;
...@@ -227,7 +227,7 @@ ILAP:Cost ...@@ -227,7 +227,7 @@ ILAP:Cost
227 rdf:type owl:Class ; 227 rdf:type owl:Class ;
228 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 ; 228 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 ;
229 rdfs:label "Cost"^^xsd:string ; 229 rdfs:label "Cost"^^xsd:string ;
230 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . 230 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing .
231 231
232 ILAP:CostBased 232 ILAP:CostBased
233 rdf:type owl:Class ; 233 rdf:type owl:Class ;
...@@ -242,7 +242,7 @@ ILAP:Criticality ...@@ -242,7 +242,7 @@ ILAP:Criticality
242 rdfs:subClassOf owl:Thing . 242 rdfs:subClassOf owl:Thing .
243 243
244 ILAP:CurrentSchedule 244 ILAP:CurrentSchedule
245 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 245 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
246 rdfs:comment "A calculated Schedule that contains actual Activity start and end times so far, and forecasted remaining Activity start and end times without mitigating effects."^^xsd:string ; 246 rdfs:comment "A calculated Schedule that contains actual Activity start and end times so far, and forecasted remaining Activity start and end times without mitigating effects."^^xsd:string ;
247 rdfs:label "Current Schedule"^^xsd:string ; 247 rdfs:label "Current Schedule"^^xsd:string ;
248 rdfs:subClassOf ILAP:Schedule . 248 rdfs:subClassOf ILAP:Schedule .
...@@ -251,7 +251,7 @@ ILAP:Data ...@@ -251,7 +251,7 @@ ILAP:Data
251 rdf:type owl:Class ; 251 rdf:type owl:Class ;
252 rdfs:comment "Information that is produced or stored by a computer in the context of a given Objective, used usually to calculate, analyze or plan something (adapted from Merriam-Webster)."^^xsd:string ; 252 rdfs:comment "Information that is produced or stored by a computer in the context of a given Objective, used usually to calculate, analyze or plan something (adapted from Merriam-Webster)."^^xsd:string ;
253 rdfs:label "Data"^^xsd:string ; 253 rdfs:label "Data"^^xsd:string ;
254 - rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; 254 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ;
255 rdfs:subClassOf 255 rdfs:subClassOf
256 [ rdf:type owl:Restriction ; 256 [ rdf:type owl:Restriction ;
257 owl:onClass ILAP:Project ; 257 owl:onClass ILAP:Project ;
...@@ -327,7 +327,7 @@ ILAP:DesignMilestone ...@@ -327,7 +327,7 @@ ILAP:DesignMilestone
327 rdfs:subClassOf ILAP:MilestoneType . 327 rdfs:subClassOf ILAP:MilestoneType .
328 328
329 ILAP:Discipline 329 ILAP:Discipline
330 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; 330 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
331 rdfs:comment "A Thing that is the competence (area of knowledge and experience) required to carry out the work in one or more defined Activities, classified according to Discipline Code Manuals defined by participant organizations (typically by large Contractors, and based on standards such as NORSOK COR codes)."^^xsd:string ; 331 rdfs:comment "A Thing that is the competence (area of knowledge and experience) required to carry out the work in one or more defined Activities, classified according to Discipline Code Manuals defined by participant organizations (typically by large Contractors, and based on standards such as NORSOK COR codes)."^^xsd:string ;
332 rdfs:label "Discipline"^^xsd:string ; 332 rdfs:label "Discipline"^^xsd:string ;
333 rdfs:subClassOf owl:Thing . 333 rdfs:subClassOf owl:Thing .
...@@ -348,14 +348,16 @@ ILAP:EngineeringMilestone ...@@ -348,14 +348,16 @@ ILAP:EngineeringMilestone
348 rdfs:subClassOf ILAP:MilestoneType . 348 rdfs:subClassOf ILAP:MilestoneType .
349 349
350 ILAP:ExternalReference 350 ILAP:ExternalReference
351 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; 351 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ;
352 rdfs:comment "A Thing that identifies a specific information object according to an identification scheme of an external application (i.e., other than the ILAP exchange representation itself). An External Reference can be assigned to any ILAP object, such as Activities, Activity Networks, Projects, Successors, Calendars, Calendar Periods, Resources, etc."^^xsd:string ; 352 rdfs:comment "A Thing that identifies a specific information object according to an identification scheme of an external application (i.e., other than the ILAP exchange representation itself). An External Reference can be assigned to any ILAP object, such as Activities, Activity Networks, Projects, Successors, Calendars, Calendar Periods, Resources, etc."^^xsd:string ;
353 rdfs:label "External Reference"^^xsd:string ; 353 rdfs:label "External Reference"^^xsd:string ;
354 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; 354 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ;
355 rdfs:subClassOf 355 rdfs:subClassOf
356 [ rdf:type owl:Restriction ; 356 [ rdf:type owl:Restriction ;
357 - owl:allValuesFrom ILAP:Application ; 357 + owl:onDataRange xsd:string ;
358 - owl:onProperty ILAP:hasReferenceApplication 358 + owl:onProperty ILAP:hasObjectReferenceID ;
359 + owl:qualifiedCardinality
360 + "1"^^xsd:nonNegativeInteger
359 ] ; 361 ] ;
360 rdfs:subClassOf 362 rdfs:subClassOf
361 [ rdf:type owl:Restriction ; 363 [ rdf:type owl:Restriction ;
...@@ -364,10 +366,8 @@ ILAP:ExternalReference ...@@ -364,10 +366,8 @@ ILAP:ExternalReference
364 ] ; 366 ] ;
365 rdfs:subClassOf 367 rdfs:subClassOf
366 [ rdf:type owl:Restriction ; 368 [ rdf:type owl:Restriction ;
367 - owl:onDataRange xsd:string ; 369 + owl:allValuesFrom ILAP:Application ;
368 - owl:onProperty ILAP:hasObjectReferenceID ; 370 + owl:onProperty ILAP:hasReferenceApplication
369 - owl:qualifiedCardinality
370 - "1"^^xsd:nonNegativeInteger
371 ] . 371 ] .
372 372
373 ILAP:Facility 373 ILAP:Facility
...@@ -383,16 +383,16 @@ ILAP:Field ...@@ -383,16 +383,16 @@ ILAP:Field
383 rdfs:subClassOf ILAP:Asset . 383 rdfs:subClassOf ILAP:Asset .
384 384
385 ILAP:FinishToFinish 385 ILAP:FinishToFinish
386 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 386 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
387 rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity is finished."^^xsd:string ; 387 rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity is finished."^^xsd:string ;
388 rdfs:label "Finish to Finish"^^xsd:string ; 388 rdfs:label "Finish to Finish"^^xsd:string ;
389 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 389 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
390 390
391 ILAP:FinishToStart 391 ILAP:FinishToStart
392 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 392 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
393 rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity is finished."^^xsd:string ; 393 rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity is finished."^^xsd:string ;
394 rdfs:label "Finish to Start"^^xsd:string ; 394 rdfs:label "Finish to Start"^^xsd:string ;
395 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 395 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
396 396
397 ILAP:FunctionalLocation 397 ILAP:FunctionalLocation
398 rdf:type owl:Class ; 398 rdf:type owl:Class ;
...@@ -422,7 +422,7 @@ ILAP:Information ...@@ -422,7 +422,7 @@ ILAP:Information
422 rdf:type owl:Class ; 422 rdf:type owl:Class ;
423 rdfs:comment "A Thing that is facts provided or learned about something or someone (Oxford Dictionaries)."^^xsd:string ; 423 rdfs:comment "A Thing that is facts provided or learned about something or someone (Oxford Dictionaries)."^^xsd:string ;
424 rdfs:label "Information"^^xsd:string ; 424 rdfs:label "Information"^^xsd:string ;
425 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . 425 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing .
426 426
427 ILAP:Knowledge 427 ILAP:Knowledge
428 rdf:type owl:Class ; 428 rdf:type owl:Class ;
...@@ -443,16 +443,16 @@ ILAP:LifecyclePhase ...@@ -443,16 +443,16 @@ ILAP:LifecyclePhase
443 rdfs:subClassOf ILAP:Phase . 443 rdfs:subClassOf ILAP:Phase .
444 444
445 ILAP:LiveSchedule 445 ILAP:LiveSchedule
446 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 446 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
447 rdfs:comment "A decided Schedule that mitigates any delays discovered in the Current Schedule."^^xsd:string ; 447 rdfs:comment "A decided Schedule that mitigates any delays discovered in the Current Schedule."^^xsd:string ;
448 rdfs:label "Live Schedule"^^xsd:string ; 448 rdfs:label "Live Schedule"^^xsd:string ;
449 rdfs:subClassOf ILAP:Schedule . 449 rdfs:subClassOf ILAP:Schedule .
450 450
451 ILAP:Location 451 ILAP:Location
452 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; 452 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ;
453 rdfs:comment "A Thing that is the location (position) of an Asset."^^xsd:string ; 453 rdfs:comment "A Thing that is the location (position) of an Asset."^^xsd:string ;
454 rdfs:label "Location"^^xsd:string ; 454 rdfs:label "Location"^^xsd:string ;
455 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . 455 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> .
456 456
457 ILAP:LowCriticality 457 ILAP:LowCriticality
458 rdf:type owl:Class ; 458 rdf:type owl:Class ;
...@@ -479,7 +479,7 @@ ILAP:MaterialOrderStatus ...@@ -479,7 +479,7 @@ ILAP:MaterialOrderStatus
479 rdfs:subClassOf ILAP:Status . 479 rdfs:subClassOf ILAP:Status .
480 480
481 ILAP:Milestone 481 ILAP:Milestone
482 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; 482 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ;
483 rdfs:comment "A Thing that is specified in the Activity Network, with a 0-duration, and in many cases a fixed date. A milestone is normally a specified event within the project, often linked to contractual items."^^xsd:string ; 483 rdfs:comment "A Thing that is specified in the Activity Network, with a 0-duration, and in many cases a fixed date. A milestone is normally a specified event within the project, often linked to contractual items."^^xsd:string ;
484 rdfs:label "Milestone"^^xsd:string . 484 rdfs:label "Milestone"^^xsd:string .
485 485
...@@ -492,7 +492,7 @@ ILAP:Network ...@@ -492,7 +492,7 @@ ILAP:Network
492 rdf:type owl:Class ; 492 rdf:type owl:Class ;
493 rdfs:comment "A Thing that defines how (a set of) Possible Individuals are connected by Constraints (adapted from Merriam-Webster)."^^xsd:string ; 493 rdfs:comment "A Thing that defines how (a set of) Possible Individuals are connected by Constraints (adapted from Merriam-Webster)."^^xsd:string ;
494 rdfs:label "Network"^^xsd:string ; 494 rdfs:label "Network"^^xsd:string ;
495 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . 495 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing .
496 496
497 ILAP:NormalCriticality 497 ILAP:NormalCriticality
498 rdf:type owl:Class ; 498 rdf:type owl:Class ;
...@@ -546,58 +546,58 @@ ILAP:PhysicalLocation ...@@ -546,58 +546,58 @@ ILAP:PhysicalLocation
546 rdfs:subClassOf ILAP:Location . 546 rdfs:subClassOf ILAP:Location .
547 547
548 ILAP:PlanClassifier 548 ILAP:PlanClassifier
549 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 549 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
550 rdfs:comment "A Thing that is a (set of) Classifier(s) used to categorize a Plan. The various Classifiers are assigned a value from a set of possible values that are representative for how “things are organized and executed” on the Norwegian Continental Shelf, (other sets of values may be appropriate for other areas of the world)."^^xsd:string ; 550 rdfs:comment "A Thing that is a (set of) Classifier(s) used to categorize a Plan. The various Classifiers are assigned a value from a set of possible values that are representative for how “things are organized and executed” on the Norwegian Continental Shelf, (other sets of values may be appropriate for other areas of the world)."^^xsd:string ;
551 rdfs:label "Plan Classifier"^^xsd:string ; 551 rdfs:label "Plan Classifier"^^xsd:string ;
552 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . 552 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing .
553 553
554 ILAP:PlanContentType 554 ILAP:PlanContentType
555 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 555 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
556 rdfs:comment "A Plan Classifier according to content type (typically classified by NORSOK Z-014 PBS codes)."^^xsd:string ; 556 rdfs:comment "A Plan Classifier according to content type (typically classified by NORSOK Z-014 PBS codes)."^^xsd:string ;
557 rdfs:label "Plan Content Type"^^xsd:string ; 557 rdfs:label "Plan Content Type"^^xsd:string ;
558 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . 558 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier .
559 559
560 ILAP:PlanContractType 560 ILAP:PlanContractType
561 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 561 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
562 rdfs:comment "A Plan Classifier that categorizes a Plan according to the Contract that governs execution."^^xsd:string ; 562 rdfs:comment "A Plan Classifier that categorizes a Plan according to the Contract that governs execution."^^xsd:string ;
563 rdfs:label "Plan Contract Type"^^xsd:string ; 563 rdfs:label "Plan Contract Type"^^xsd:string ;
564 rdfs:subClassOf ILAP:PlanClassifier . 564 rdfs:subClassOf ILAP:PlanClassifier .
565 565
566 ILAP:PlanExpenseType 566 ILAP:PlanExpenseType
567 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 567 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
568 rdfs:comment "A Plan Classifier that categorizes a Plan according to the type of Expense it incurrs."^^xsd:string ; 568 rdfs:comment "A Plan Classifier that categorizes a Plan according to the type of Expense it incurrs."^^xsd:string ;
569 rdfs:label "Plan Expense Type"^^xsd:string ; 569 rdfs:label "Plan Expense Type"^^xsd:string ;
570 rdfs:subClassOf ILAP:PlanClassifier . 570 rdfs:subClassOf ILAP:PlanClassifier .
571 571
572 ILAP:PlanGeoArea 572 ILAP:PlanGeoArea
573 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; 573 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ;
574 rdfs:comment "A Plan Classifier that categorizes a Plan according to the (size of the) geographic area it addresses."^^xsd:string ; 574 rdfs:comment "A Plan Classifier that categorizes a Plan according to the (size of the) geographic area it addresses."^^xsd:string ;
575 rdfs:label "Plan Geographic Area"^^xsd:string ; 575 rdfs:label "Plan Geographic Area"^^xsd:string ;
576 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 576 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
577 577
578 ILAP:PlanLevel 578 ILAP:PlanLevel
579 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 579 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
580 rdfs:comment "A Plan Classifier that categorizes a Plan according to the detail it addresses (from Level 1 down to Level 6 or 7)."^^xsd:string ; 580 rdfs:comment "A Plan Classifier that categorizes a Plan according to the detail it addresses (from Level 1 down to Level 6 or 7)."^^xsd:string ;
581 rdfs:label "Plan Level"^^xsd:string ; 581 rdfs:label "Plan Level"^^xsd:string ;
582 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 582 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
583 583
584 ILAP:PlanLifecycleStage 584 ILAP:PlanLifecycleStage
585 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 585 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
586 rdfs:comment "A Plan Classifier according to the part(s) of the Asset Lifecycle relevant for the Plan (typically classified by NORSOK Z-014 SAB codes)."^^xsd:string ; 586 rdfs:comment "A Plan Classifier according to the part(s) of the Asset Lifecycle relevant for the Plan (typically classified by NORSOK Z-014 SAB codes)."^^xsd:string ;
587 rdfs:label "Plan Lifecycle Stage"^^xsd:string ; 587 rdfs:label "Plan Lifecycle Stage"^^xsd:string ;
588 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 588 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
589 589
590 ILAP:PlanObjectiveType 590 ILAP:PlanObjectiveType
591 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; 591 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ;
592 rdfs:comment "A Plan Classifier that categorizes a Plan according to the nature of its objectives."^^xsd:string ; 592 rdfs:comment "A Plan Classifier that categorizes a Plan according to the nature of its objectives."^^xsd:string ;
593 rdfs:label "Plan Objective Type"^^xsd:string ; 593 rdfs:label "Plan Objective Type"^^xsd:string ;
594 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . 594 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> .
595 595
596 ILAP:PlanProjectType 596 ILAP:PlanProjectType
597 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 597 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
598 rdfs:comment "A Plan Classifier that categorizes a Plan according to the type of prooject used to execute it."^^xsd:string ; 598 rdfs:comment "A Plan Classifier that categorizes a Plan according to the type of prooject used to execute it."^^xsd:string ;
599 rdfs:label "Plan Project Type"^^xsd:string ; 599 rdfs:label "Plan Project Type"^^xsd:string ;
600 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . 600 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> .
601 601
602 ILAP:PlannedActivity 602 ILAP:PlannedActivity
603 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 603 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
...@@ -605,8 +605,15 @@ ILAP:PlannedActivity ...@@ -605,8 +605,15 @@ ILAP:PlannedActivity
605 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; 605 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
606 rdfs:subClassOf 606 rdfs:subClassOf
607 [ rdf:type owl:Restriction ; 607 [ rdf:type owl:Restriction ;
608 - owl:allValuesFrom ILAP:Result ; 608 + owl:maxQualifiedCardinality
609 - owl:onProperty ILAP:hasActivityResult 609 + "1"^^xsd:nonNegativeInteger ;
610 + owl:onClass ILAP:Facility ;
611 + owl:onProperty ILAP:hasActivityFacility
612 + ] ;
613 + rdfs:subClassOf
614 + [ rdf:type owl:Restriction ;
615 + owl:allValuesFrom ILAP:Location ;
616 + owl:onProperty ILAP:hasActivityLocation
610 ] ; 617 ] ;
611 rdfs:subClassOf 618 rdfs:subClassOf
612 [ rdf:type owl:Restriction ; 619 [ rdf:type owl:Restriction ;
...@@ -615,15 +622,13 @@ ILAP:PlannedActivity ...@@ -615,15 +622,13 @@ ILAP:PlannedActivity
615 ] ; 622 ] ;
616 rdfs:subClassOf 623 rdfs:subClassOf
617 [ rdf:type owl:Restriction ; 624 [ rdf:type owl:Restriction ;
618 - owl:allValuesFrom ILAP:Location ; 625 + owl:allValuesFrom ILAP:ActivityDependency ;
619 - owl:onProperty ILAP:hasActivityLocation 626 + owl:onProperty ILAP:hasActivitySuccessor
620 ] ; 627 ] ;
621 rdfs:subClassOf 628 rdfs:subClassOf
622 [ rdf:type owl:Restriction ; 629 [ rdf:type owl:Restriction ;
623 - owl:maxQualifiedCardinality 630 + owl:onProperty ILAP:hasActivityDiscipline ;
624 - "1"^^xsd:nonNegativeInteger ; 631 + owl:someValuesFrom ILAP:Discipline
625 - owl:onClass ILAP:Facility ;
626 - owl:onProperty ILAP:hasActivityFacility
627 ] ; 632 ] ;
628 rdfs:subClassOf 633 rdfs:subClassOf
629 [ rdf:type owl:Restriction ; 634 [ rdf:type owl:Restriction ;
...@@ -634,8 +639,8 @@ ILAP:PlannedActivity ...@@ -634,8 +639,8 @@ ILAP:PlannedActivity
634 ] ; 639 ] ;
635 rdfs:subClassOf 640 rdfs:subClassOf
636 [ rdf:type owl:Restriction ; 641 [ rdf:type owl:Restriction ;
637 - owl:allValuesFrom ILAP:ActivityDependency ; 642 + owl:allValuesFrom ILAP:ResourceProfile ;
638 - owl:onProperty ILAP:hasActivitySuccessor 643 + owl:onProperty ILAP:hasActivityResourceProfile
639 ] ; 644 ] ;
640 rdfs:subClassOf 645 rdfs:subClassOf
641 [ rdf:type owl:Restriction ; 646 [ rdf:type owl:Restriction ;
...@@ -644,18 +649,13 @@ ILAP:PlannedActivity ...@@ -644,18 +649,13 @@ ILAP:PlannedActivity
644 ] ; 649 ] ;
645 rdfs:subClassOf 650 rdfs:subClassOf
646 [ rdf:type owl:Restriction ; 651 [ rdf:type owl:Restriction ;
647 - owl:onProperty ILAP:hasActivityDiscipline ;
648 - owl:someValuesFrom ILAP:Discipline
649 - ] ;
650 - rdfs:subClassOf
651 - [ rdf:type owl:Restriction ;
652 owl:allValuesFrom ILAP:ActivityWBS ; 652 owl:allValuesFrom ILAP:ActivityWBS ;
653 owl:onProperty ILAP:hasActivityWBSelement 653 owl:onProperty ILAP:hasActivityWBSelement
654 ] ; 654 ] ;
655 rdfs:subClassOf 655 rdfs:subClassOf
656 [ rdf:type owl:Restriction ; 656 [ rdf:type owl:Restriction ;
657 - owl:allValuesFrom ILAP:ResourceProfile ; 657 + owl:allValuesFrom ILAP:Result ;
658 - owl:onProperty ILAP:hasActivityResourceProfile 658 + owl:onProperty ILAP:hasActivityResult
659 ] . 659 ] .
660 660
661 ILAP:PlannedMilestone 661 ILAP:PlannedMilestone
...@@ -696,13 +696,18 @@ ILAP:Programme ...@@ -696,13 +696,18 @@ ILAP:Programme
696 rdfs:subClassOf ILAP:Project . 696 rdfs:subClassOf ILAP:Project .
697 697
698 ILAP:Project 698 ILAP:Project
699 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 699 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
700 rdfs:label "Project"^^xsd:string ; 700 rdfs:label "Project"^^xsd:string ;
701 rdfs:subClassOf ILAP:Activity ; 701 rdfs:subClassOf ILAP:Activity ;
702 rdfs:subClassOf 702 rdfs:subClassOf
703 [ rdf:type owl:Restriction ; 703 [ rdf:type owl:Restriction ;
704 - owl:allValuesFrom BRREG:OilCompany ; 704 + owl:allValuesFrom ILAP:Project ;
705 - owl:onProperty ILAP:hasProjectResponsible 705 + owl:onProperty ILAP:hasProjectSubproject
706 + ] ;
707 + rdfs:subClassOf
708 + [ rdf:type owl:Restriction ;
709 + owl:allValuesFrom ILAP:ExternalReference ;
710 + owl:onProperty ILAP:hasExternalReference
706 ] ; 711 ] ;
707 rdfs:subClassOf 712 rdfs:subClassOf
708 [ rdf:type owl:Restriction ; 713 [ rdf:type owl:Restriction ;
...@@ -713,13 +718,8 @@ ILAP:Project ...@@ -713,13 +718,8 @@ ILAP:Project
713 ] ; 718 ] ;
714 rdfs:subClassOf 719 rdfs:subClassOf
715 [ rdf:type owl:Restriction ; 720 [ rdf:type owl:Restriction ;
716 - owl:allValuesFrom ILAP:ExternalReference ; 721 + owl:allValuesFrom BRREG:OilCompany ;
717 - owl:onProperty ILAP:hasExternalReference 722 + owl:onProperty ILAP:hasProjectResponsible
718 - ] ;
719 - rdfs:subClassOf
720 - [ rdf:type owl:Restriction ;
721 - owl:allValuesFrom ILAP:Project ;
722 - owl:onProperty ILAP:hasProjectSubproject
723 ] . 723 ] .
724 724
725 ILAP:ProjectExecutionPlan 725 ILAP:ProjectExecutionPlan
...@@ -729,42 +729,37 @@ ILAP:ProjectExecutionPlan ...@@ -729,42 +729,37 @@ ILAP:ProjectExecutionPlan
729 rdfs:subClassOf ILAP:Network ; 729 rdfs:subClassOf ILAP:Network ;
730 rdfs:subClassOf 730 rdfs:subClassOf
731 [ rdf:type owl:Restriction ; 731 [ rdf:type owl:Restriction ;
732 - owl:onProperty ILAP:hasPlanContentType ;
733 - owl:someValuesFrom ILAP:PlanContentType
734 - ] ;
735 - rdfs:subClassOf
736 - [ rdf:type owl:Restriction ;
737 owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; 732 owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
738 owl:onProperty ILAP:hasPlanAsset 733 owl:onProperty ILAP:hasPlanAsset
739 ] ; 734 ] ;
740 rdfs:subClassOf 735 rdfs:subClassOf
741 [ rdf:type owl:Restriction ; 736 [ rdf:type owl:Restriction ;
742 - owl:onProperty ILAP:hasPlanLevel ; 737 + owl:maxQualifiedCardinality
743 - owl:someValuesFrom ILAP:PlanLevel 738 + "1"^^xsd:nonNegativeInteger ;
739 + owl:onClass ILAP:Project ;
740 + owl:onProperty ILAP:hasPlanProject
744 ] ; 741 ] ;
745 rdfs:subClassOf 742 rdfs:subClassOf
746 [ rdf:type owl:Restriction ; 743 [ rdf:type owl:Restriction ;
747 - owl:onProperty ILAP:hasPlanProjectType ; 744 + owl:maxQualifiedCardinality
748 - owl:someValuesFrom ILAP:PlanProjectType 745 + "1"^^xsd:nonNegativeInteger ;
746 + owl:onClass ILAP:PlanLevel ;
747 + owl:onProperty ILAP:hasPlanLevel
749 ] ; 748 ] ;
750 rdfs:subClassOf 749 rdfs:subClassOf
751 [ rdf:type owl:Restriction ; 750 [ rdf:type owl:Restriction ;
752 - owl:allValuesFrom BRREG:LegalEntity ; 751 + owl:allValuesFrom ILAP:PlanObjectiveType ;
753 - owl:onProperty ILAP:hasPlanResponsible 752 + owl:onProperty ILAP:hasPlanObjectiveType
754 ] ; 753 ] ;
755 rdfs:subClassOf 754 rdfs:subClassOf
756 [ rdf:type owl:Restriction ; 755 [ rdf:type owl:Restriction ;
757 - owl:maxQualifiedCardinality 756 + owl:allValuesFrom BRREG:LegalEntity ;
758 - "1"^^xsd:nonNegativeInteger ; 757 + owl:onProperty ILAP:hasPlanResponsible
759 - owl:onClass ILAP:Project ;
760 - owl:onProperty ILAP:hasPlanProject
761 ] ; 758 ] ;
762 rdfs:subClassOf 759 rdfs:subClassOf
763 [ rdf:type owl:Restriction ; 760 [ rdf:type owl:Restriction ;
764 - owl:maxQualifiedCardinality 761 + owl:onProperty ILAP:hasPlanGeoArea ;
765 - "1"^^xsd:nonNegativeInteger ; 762 + owl:someValuesFrom ILAP:PlanGeoArea
766 - owl:onClass ILAP:PlanLevel ;
767 - owl:onProperty ILAP:hasPlanLevel
768 ] ; 763 ] ;
769 rdfs:subClassOf 764 rdfs:subClassOf
770 [ rdf:type owl:Restriction ; 765 [ rdf:type owl:Restriction ;
...@@ -778,23 +773,28 @@ ILAP:ProjectExecutionPlan ...@@ -778,23 +773,28 @@ ILAP:ProjectExecutionPlan
778 ] ; 773 ] ;
779 rdfs:subClassOf 774 rdfs:subClassOf
780 [ rdf:type owl:Restriction ; 775 [ rdf:type owl:Restriction ;
781 - owl:allValuesFrom ILAP:PlanObjectiveType ; 776 + owl:onProperty ILAP:hasPlanLevel ;
782 - owl:onProperty ILAP:hasPlanObjectiveType 777 + owl:someValuesFrom ILAP:PlanLevel
783 ] ; 778 ] ;
784 rdfs:subClassOf 779 rdfs:subClassOf
785 [ rdf:type owl:Restriction ; 780 [ rdf:type owl:Restriction ;
786 - owl:onProperty ILAP:hasPlanGeoArea ; 781 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
787 - owl:someValuesFrom ILAP:PlanGeoArea 782 + owl:onProperty ILAP:hasPlanSubplan
788 ] ; 783 ] ;
789 rdfs:subClassOf 784 rdfs:subClassOf
790 [ rdf:type owl:Restriction ; 785 [ rdf:type owl:Restriction ;
791 - owl:allValuesFrom ILAP:ProjectExecutionPlan ; 786 + owl:onProperty ILAP:hasPlanContentType ;
792 - owl:onProperty ILAP:hasPlanSubplan 787 + owl:someValuesFrom ILAP:PlanContentType
793 ] ; 788 ] ;
794 rdfs:subClassOf 789 rdfs:subClassOf
795 [ rdf:type owl:Restriction ; 790 [ rdf:type owl:Restriction ;
796 owl:allValuesFrom ILAP:PlanLifecycleStage ; 791 owl:allValuesFrom ILAP:PlanLifecycleStage ;
797 owl:onProperty ILAP:hasPlanLifecycleStage 792 owl:onProperty ILAP:hasPlanLifecycleStage
793 + ] ;
794 + rdfs:subClassOf
795 + [ rdf:type owl:Restriction ;
796 + owl:onProperty ILAP:hasPlanProjectType ;
797 + owl:someValuesFrom ILAP:PlanProjectType
798 ] . 798 ] .
799 799
800 ILAP:ProjectMilestone 800 ILAP:ProjectMilestone
...@@ -827,10 +827,10 @@ ILAP:RFOCissued ...@@ -827,10 +827,10 @@ ILAP:RFOCissued
827 rdfs:subClassOf ILAP:CommissioningMilestone . 827 rdfs:subClassOf ILAP:CommissioningMilestone .
828 828
829 ILAP:Regular8To16WorkingDayCalendar 829 ILAP:Regular8To16WorkingDayCalendar
830 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 830 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
831 rdfs:comment "A Weekends Free Calendar that specifies work only during normal working hours."^^xsd:string ; 831 rdfs:comment "A Weekends Free Calendar that specifies work only during normal working hours."^^xsd:string ;
832 rdfs:label "Regular 8 To 16 Working Day Calendar"^^xsd:string ; 832 rdfs:label "Regular 8 To 16 Working Day Calendar"^^xsd:string ;
833 - rdfs:subClassOf ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> , <http://posccaesar.org/rdl/RDS7014210> . 833 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar .
834 834
835 ILAP:Regulator 835 ILAP:Regulator
836 rdf:type owl:Class ; 836 rdf:type owl:Class ;
...@@ -839,10 +839,10 @@ ILAP:Regulator ...@@ -839,10 +839,10 @@ ILAP:Regulator
839 rdfs:subClassOf ILAP:ResponsibleOrganization . 839 rdfs:subClassOf ILAP:ResponsibleOrganization .
840 840
841 ILAP:Resource 841 ILAP:Resource
842 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; 842 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
843 rdfs:comment "A Thing that is items that can be measured with units. Resources are assigned to Activities and may consist of people (work hours), materials or physical items."^^xsd:string ; 843 rdfs:comment "A Thing that is items that can be measured with units. Resources are assigned to Activities and may consist of people (work hours), materials or physical items."^^xsd:string ;
844 rdfs:label "Resource"^^xsd:string ; 844 rdfs:label "Resource"^^xsd:string ;
845 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . 845 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing .
846 846
847 ILAP:ResourceEstimate 847 ILAP:ResourceEstimate
848 rdf:type owl:Class ; 848 rdf:type owl:Class ;
...@@ -850,16 +850,16 @@ ILAP:ResourceEstimate ...@@ -850,16 +850,16 @@ ILAP:ResourceEstimate
850 rdfs:label "Resource Estimate"^^xsd:string . 850 rdfs:label "Resource Estimate"^^xsd:string .
851 851
852 ILAP:ResourceProfile 852 ILAP:ResourceProfile
853 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; 853 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ;
854 rdfs:comment "A Thing that distributes Resources according to pre-defined intervals."^^xsd:string ; 854 rdfs:comment "A Thing that distributes Resources according to pre-defined intervals."^^xsd:string ;
855 rdfs:label "Resource Profile"^^xsd:string ; 855 rdfs:label "Resource Profile"^^xsd:string ;
856 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . 856 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> .
857 857
858 ILAP:ResourceProfilePoint 858 ILAP:ResourceProfilePoint
859 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; 859 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
860 rdfs:comment "A Thing that is a specific point on a Resource Profile."^^xsd:string ; 860 rdfs:comment "A Thing that is a specific point on a Resource Profile."^^xsd:string ;
861 rdfs:label "Resource Profile Point"^^xsd:string ; 861 rdfs:label "Resource Profile Point"^^xsd:string ;
862 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . 862 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing .
863 863
864 ILAP:ResourceType 864 ILAP:ResourceType
865 rdf:type owl:Class ; 865 rdf:type owl:Class ;
...@@ -873,18 +873,18 @@ ILAP:ResponsibleActor ...@@ -873,18 +873,18 @@ ILAP:ResponsibleActor
873 rdfs:subClassOf owl:Thing . 873 rdfs:subClassOf owl:Thing .
874 874
875 ILAP:ResponsibleOrganization 875 ILAP:ResponsibleOrganization
876 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; 876 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
877 rdfs:label "Responsible Organization"^^xsd:string ; 877 rdfs:label "Responsible Organization"^^xsd:string ;
878 rdfs:subClassOf ILAP:ResponsibleActor . 878 rdfs:subClassOf ILAP:ResponsibleActor .
879 879
880 ILAP:ResponsiblePerson 880 ILAP:ResponsiblePerson
881 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; 881 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ;
882 rdfs:comment "A Responsible Actor that is a person responsible for carrying out a specified part of the Schedule. Classified according to the Person On Board register."^^xsd:string ; 882 rdfs:comment "A Responsible Actor that is a person responsible for carrying out a specified part of the Schedule. Classified according to the Person On Board register."^^xsd:string ;
883 rdfs:label "Responsible Person"^^xsd:string ; 883 rdfs:label "Responsible Person"^^xsd:string ;
884 rdfs:subClassOf ILAP:ResponsibleActor . 884 rdfs:subClassOf ILAP:ResponsibleActor .
885 885
886 ILAP:Result 886 ILAP:Result
887 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 887 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
888 rdfs:comment "A Thing that is the outcome deliverable from an Activity or Plan (typically classified by NORSOK Z-014 PBS elements)."^^xsd:string ; 888 rdfs:comment "A Thing that is the outcome deliverable from an Activity or Plan (typically classified by NORSOK Z-014 PBS elements)."^^xsd:string ;
889 rdfs:label "Result"^^xsd:string ; 889 rdfs:label "Result"^^xsd:string ;
890 rdfs:subClassOf owl:Thing . 890 rdfs:subClassOf owl:Thing .
...@@ -919,10 +919,10 @@ ILAP:SACissued ...@@ -919,10 +919,10 @@ ILAP:SACissued
919 rdfs:subClassOf ILAP:CommissioningMilestone . 919 rdfs:subClassOf ILAP:CommissioningMilestone .
920 920
921 ILAP:Schedule 921 ILAP:Schedule
922 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 922 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
923 rdfs:comment "A Network of Activities with planned (start and end) Dates, Durations, and Milestones, which can be used to track and monitor work, and provide Resources against which Results are managed and controlled (Adapted from PMI)."^^xsd:string ; 923 rdfs:comment "A Network of Activities with planned (start and end) Dates, Durations, and Milestones, which can be used to track and monitor work, and provide Resources against which Results are managed and controlled (Adapted from PMI)."^^xsd:string ;
924 rdfs:label "Schedule (Scheduled Activity Network)"^^xsd:string ; 924 rdfs:label "Schedule (Scheduled Activity Network)"^^xsd:string ;
925 - rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; 925 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ;
926 rdfs:subClassOf 926 rdfs:subClassOf
927 [ rdf:type owl:Restriction ; 927 [ rdf:type owl:Restriction ;
928 owl:maxQualifiedCardinality 928 owl:maxQualifiedCardinality
...@@ -932,22 +932,22 @@ ILAP:Schedule ...@@ -932,22 +932,22 @@ ILAP:Schedule
932 ] . 932 ] .
933 933
934 ILAP:ScheduledActivity 934 ILAP:ScheduledActivity
935 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 935 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
936 rdfs:label "Scheduled Activity (Activity in Network Schedule)"^^xsd:string ; 936 rdfs:label "Scheduled Activity (Activity in Network Schedule)"^^xsd:string ;
937 rdfs:subClassOf ILAP:PlannedActivity ; 937 rdfs:subClassOf ILAP:PlannedActivity ;
938 rdfs:subClassOf 938 rdfs:subClassOf
939 [ rdf:type owl:Restriction ; 939 [ rdf:type owl:Restriction ;
940 owl:maxQualifiedCardinality 940 owl:maxQualifiedCardinality
941 "1"^^xsd:nonNegativeInteger ; 941 "1"^^xsd:nonNegativeInteger ;
942 - owl:onClass ILAP:Schedule ; 942 + owl:onClass ILAP:PlannedActivity ;
943 - owl:onProperty ILAP:hasActivitySchedule 943 + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
944 ] ; 944 ] ;
945 rdfs:subClassOf 945 rdfs:subClassOf
946 [ rdf:type owl:Restriction ; 946 [ rdf:type owl:Restriction ;
947 owl:maxQualifiedCardinality 947 owl:maxQualifiedCardinality
948 "1"^^xsd:nonNegativeInteger ; 948 "1"^^xsd:nonNegativeInteger ;
949 - owl:onClass ILAP:PlannedActivity ; 949 + owl:onClass ILAP:Schedule ;
950 - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan 950 + owl:onProperty ILAP:hasActivitySchedule
951 ] . 951 ] .
952 952
953 ILAP:ScheduledMilestone 953 ILAP:ScheduledMilestone
...@@ -975,10 +975,10 @@ ILAP:ShutdownType ...@@ -975,10 +975,10 @@ ILAP:ShutdownType
975 rdfs:subClassOf owl:Thing . 975 rdfs:subClassOf owl:Thing .
976 976
977 ILAP:Source 977 ILAP:Source
978 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; 978 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
979 rdfs:comment "A Thing that is the originator of an ILAP information object, which may be a Planning Application or a Responsible Organization classified according to BRREG (Brønnøysund Register) as a legal entity."^^xsd:string ; 979 rdfs:comment "A Thing that is the originator of an ILAP information object, which may be a Planning Application or a Responsible Organization classified according to BRREG (Brønnøysund Register) as a legal entity."^^xsd:string ;
980 rdfs:label "Source"^^xsd:string ; 980 rdfs:label "Source"^^xsd:string ;
981 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . 981 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing .
982 982
983 ILAP:StartMilestone 983 ILAP:StartMilestone
984 rdf:type owl:Class ; 984 rdf:type owl:Class ;
...@@ -986,25 +986,25 @@ ILAP:StartMilestone ...@@ -986,25 +986,25 @@ ILAP:StartMilestone
986 rdfs:subClassOf ILAP:MilestoneType . 986 rdfs:subClassOf ILAP:MilestoneType .
987 987
988 ILAP:StartToFinish 988 ILAP:StartToFinish
989 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 989 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
990 rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity has started."^^xsd:string ; 990 rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity has started."^^xsd:string ;
991 rdfs:label "Start to Finish"^^xsd:string ; 991 rdfs:label "Start to Finish"^^xsd:string ;
992 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 992 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
993 993
994 ILAP:StartToStart 994 ILAP:StartToStart
995 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 995 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
996 rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity has started."^^xsd:string ; 996 rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity has started."^^xsd:string ;
997 rdfs:label "Start to Start"^^xsd:string ; 997 rdfs:label "Start to Start"^^xsd:string ;
998 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 998 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
999 999
1000 ILAP:Status 1000 ILAP:Status
1001 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; 1001 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ;
1002 rdfs:comment "A Thing that holds information about what is currently happening. Status values describe whether to a Project or Activity is started, in progress or completed, and can also say something about resource availability."^^xsd:string ; 1002 rdfs:comment "A Thing that holds information about what is currently happening. Status values describe whether to a Project or Activity is started, in progress or completed, and can also say something about resource availability."^^xsd:string ;
1003 rdfs:label "Status"^^xsd:string ; 1003 rdfs:label "Status"^^xsd:string ;
1004 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . 1004 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> .
1005 1005
1006 ILAP:TargetSchedule 1006 ILAP:TargetSchedule
1007 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 1007 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
1008 rdfs:comment "A decided Schedule that reflects the current target start and finish Dates."^^xsd:string ; 1008 rdfs:comment "A decided Schedule that reflects the current target start and finish Dates."^^xsd:string ;
1009 rdfs:label "Target Schedule"^^xsd:string ; 1009 rdfs:label "Target Schedule"^^xsd:string ;
1010 rdfs:subClassOf ILAP:Schedule . 1010 rdfs:subClassOf ILAP:Schedule .
...@@ -1030,13 +1030,13 @@ ILAP:Value ...@@ -1030,13 +1030,13 @@ ILAP:Value
1030 rdf:type owl:Class ; 1030 rdf:type owl:Class ;
1031 rdfs:comment "A Thing that is the material or monetary worth of something relative to the price asked for it (from Oxford dictionaries.com)."^^xsd:string ; 1031 rdfs:comment "A Thing that is the material or monetary worth of something relative to the price asked for it (from Oxford dictionaries.com)."^^xsd:string ;
1032 rdfs:label "Value"^^xsd:string ; 1032 rdfs:label "Value"^^xsd:string ;
1033 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . 1033 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing .
1034 1034
1035 ILAP:WeekendsFreeCalendar 1035 ILAP:WeekendsFreeCalendar
1036 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 1036 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
1037 rdfs:comment "A Calendar that leaves all weekends as free time (only work during workdays)."^^xsd:string ; 1037 rdfs:comment "A Calendar that leaves all weekends as free time (only work during workdays)."^^xsd:string ;
1038 rdfs:label "Weekends Free Calendar"^^xsd:string ; 1038 rdfs:label "Weekends Free Calendar"^^xsd:string ;
1039 - rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . 1039 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar .
1040 1040
1041 ILAP:WorkOrder 1041 ILAP:WorkOrder
1042 rdf:type owl:Class ; 1042 rdf:type owl:Class ;
...@@ -1045,19 +1045,19 @@ ILAP:WorkOrder ...@@ -1045,19 +1045,19 @@ ILAP:WorkOrder
1045 rdfs:subClassOf ILAP:WorkTask . 1045 rdfs:subClassOf ILAP:WorkTask .
1046 1046
1047 ILAP:WorkTask 1047 ILAP:WorkTask
1048 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 1048 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
1049 rdfs:comment "A Thing that corresponds to part of an Activity, and which holds a description of the work content of that (part of the) Activity. Typically, there are more than one tasks related to an activity, and for each task clear start and end dates are given as well as clear assignments."^^xsd:string ; 1049 rdfs:comment "A Thing that corresponds to part of an Activity, and which holds a description of the work content of that (part of the) Activity. Typically, there are more than one tasks related to an activity, and for each task clear start and end dates are given as well as clear assignments."^^xsd:string ;
1050 rdfs:label "Work Task"^^xsd:string ; 1050 rdfs:label "Work Task"^^xsd:string ;
1051 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; 1051 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ;
1052 rdfs:subClassOf 1052 rdfs:subClassOf
1053 [ rdf:type owl:Restriction ; 1053 [ rdf:type owl:Restriction ;
1054 - owl:onProperty ILAP:hasWorkTaskActivity ; 1054 + owl:allValuesFrom BRREG:LegalEntity ;
1055 - owl:someValuesFrom ILAP:Activity 1055 + owl:onProperty ILAP:hasWorkTaskResponsible
1056 ] ; 1056 ] ;
1057 rdfs:subClassOf 1057 rdfs:subClassOf
1058 [ rdf:type owl:Restriction ; 1058 [ rdf:type owl:Restriction ;
1059 - owl:allValuesFrom BRREG:LegalEntity ; 1059 + owl:onProperty ILAP:hasWorkTaskActivity ;
1060 - owl:onProperty ILAP:hasWorkTaskResponsible 1060 + owl:someValuesFrom ILAP:Activity
1061 ] . 1061 ] .
1062 1062
1063 ILAP:WorkTaskStatus 1063 ILAP:WorkTaskStatus
...@@ -1185,7 +1185,7 @@ ILAP:hasActivityPhysicalPercentComplete ...@@ -1185,7 +1185,7 @@ ILAP:hasActivityPhysicalPercentComplete
1185 rdfs:range xsd:float . 1185 rdfs:range xsd:float .
1186 1186
1187 ILAP:hasActivityPlan 1187 ILAP:hasActivityPlan
1188 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1188 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1189 rdfs:domain ILAP:PlannedActivity ; 1189 rdfs:domain ILAP:PlannedActivity ;
1190 rdfs:label "has Activity Plan"^^xsd:string ; 1190 rdfs:label "has Activity Plan"^^xsd:string ;
1191 rdfs:range ILAP:ProjectExecutionPlan . 1191 rdfs:range ILAP:ProjectExecutionPlan .
...@@ -1235,7 +1235,7 @@ ILAP:hasActivityResponsibleOrganization ...@@ -1235,7 +1235,7 @@ ILAP:hasActivityResponsibleOrganization
1235 rdfs:range ILAP:ResponsibleOrganization . 1235 rdfs:range ILAP:ResponsibleOrganization .
1236 1236
1237 ILAP:hasActivityResponsiblePerson 1237 ILAP:hasActivityResponsiblePerson
1238 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1238 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1239 rdfs:domain ILAP:PlannedActivity ; 1239 rdfs:domain ILAP:PlannedActivity ;
1240 rdfs:label "has Activity Responsible Actor"^^xsd:string ; 1240 rdfs:label "has Activity Responsible Actor"^^xsd:string ;
1241 rdfs:range ILAP:ResponsiblePerson . 1241 rdfs:range ILAP:ResponsiblePerson .
...@@ -1270,7 +1270,7 @@ ILAP:hasActivityStatus ...@@ -1270,7 +1270,7 @@ ILAP:hasActivityStatus
1270 rdfs:range ILAP:Status . 1270 rdfs:range ILAP:Status .
1271 1271
1272 ILAP:hasActivitySuccessor 1272 ILAP:hasActivitySuccessor
1273 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1273 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1274 rdfs:domain ILAP:PlannedActivity ; 1274 rdfs:domain ILAP:PlannedActivity ;
1275 rdfs:label "has Activity Successor"^^xsd:string ; 1275 rdfs:label "has Activity Successor"^^xsd:string ;
1276 rdfs:range ILAP:ActivityDependency ; 1276 rdfs:range ILAP:ActivityDependency ;
...@@ -1337,7 +1337,7 @@ ILAP:hasCalendarDate ...@@ -1337,7 +1337,7 @@ ILAP:hasCalendarDate
1337 rdfs:label "has Calendar Date"^^xsd:string . 1337 rdfs:label "has Calendar Date"^^xsd:string .
1338 1338
1339 ILAP:hasCalendarPeriod 1339 ILAP:hasCalendarPeriod
1340 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1340 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1341 rdfs:domain ILAP:Calendar ; 1341 rdfs:domain ILAP:Calendar ;
1342 rdfs:label "has Calendar Period"^^xsd:string ; 1342 rdfs:label "has Calendar Period"^^xsd:string ;
1343 rdfs:range ILAP:CalendarFreePeriod . 1343 rdfs:range ILAP:CalendarFreePeriod .
...@@ -1556,7 +1556,7 @@ ILAP:hasPlanContentType ...@@ -1556,7 +1556,7 @@ ILAP:hasPlanContentType
1556 ILAP:hasPlanContractType 1556 ILAP:hasPlanContractType
1557 rdf:type owl:ObjectProperty ; 1557 rdf:type owl:ObjectProperty ;
1558 rdfs:domain ILAP:ProjectExecutionPlan ; 1558 rdfs:domain ILAP:ProjectExecutionPlan ;
1559 - rdfs:label "has Plan Contract Form"^^xsd:string ; 1559 + rdfs:label "has Plan Contract Type"^^xsd:string ;
1560 rdfs:range ILAP:PlanContractType . 1560 rdfs:range ILAP:PlanContractType .
1561 1561
1562 ILAP:hasPlanContractor 1562 ILAP:hasPlanContractor
...@@ -1644,7 +1644,7 @@ ILAP:hasPlanRegulator ...@@ -1644,7 +1644,7 @@ ILAP:hasPlanRegulator
1644 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1644 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1645 1645
1646 ILAP:hasPlanResponsible 1646 ILAP:hasPlanResponsible
1647 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1647 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1648 rdfs:domain ILAP:ProjectExecutionPlan ; 1648 rdfs:domain ILAP:ProjectExecutionPlan ;
1649 rdfs:label "has Plan Responsible"^^xsd:string ; 1649 rdfs:label "has Plan Responsible"^^xsd:string ;
1650 rdfs:range ILAP:ResponsibleOrganization . 1650 rdfs:range ILAP:ResponsibleOrganization .
...@@ -1851,7 +1851,7 @@ ILAP:hasSourceApplicaton ...@@ -1851,7 +1851,7 @@ ILAP:hasSourceApplicaton
1851 rdfs:range ILAP:Application . 1851 rdfs:range ILAP:Application .
1852 1852
1853 ILAP:hasSuccessorActivity 1853 ILAP:hasSuccessorActivity
1854 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1854 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1855 rdfs:domain ILAP:ActivityDependency ; 1855 rdfs:domain ILAP:ActivityDependency ;
1856 rdfs:label "has Successor Activity "^^xsd:string ; 1856 rdfs:label "has Successor Activity "^^xsd:string ;
1857 rdfs:range ILAP:PlannedActivity ; 1857 rdfs:range ILAP:PlannedActivity ;
...@@ -1879,7 +1879,7 @@ ILAP:hasTimeNow ...@@ -1879,7 +1879,7 @@ ILAP:hasTimeNow
1879 rdf:type owl:DatatypeProperty ; 1879 rdf:type owl:DatatypeProperty ;
1880 rdfs:domain ILAP:Schedule ; 1880 rdfs:domain ILAP:Schedule ;
1881 rdfs:label "has Time Now"^^xsd:string ; 1881 rdfs:label "has Time Now"^^xsd:string ;
1882 - rdfs:range xsd:dateTime , xsd:date . 1882 + rdfs:range xsd:date , xsd:dateTime .
1883 1883
1884 ILAP:hasWBScomponent 1884 ILAP:hasWBScomponent
1885 rdf:type owl:ObjectProperty ; 1885 rdf:type owl:ObjectProperty ;
......
...@@ -322,37 +322,37 @@ ILAP:InvoicableWork ...@@ -322,37 +322,37 @@ ILAP:InvoicableWork
322 rdfs:label "Invoicable work"^^xsd:string ; 322 rdfs:label "Invoicable work"^^xsd:string ;
323 rdfs:subClassOf ILAP:ContractType . 323 rdfs:subClassOf ILAP:ContractType .
324 324
325 -ILAP:L1_ProgramPortfolioSchedule 325 +ILAP:L1_PPS
326 rdf:type ILAP:PlanLevel ; 326 rdf:type ILAP:PlanLevel ;
327 - rdfs:label "PPS"^^xsd:string . 327 + rdfs:label "Level 1 - Program Portfolio Schedule"^^xsd:string .
328 328
329 -ILAP:L2_ProjectMasterSchedule 329 +ILAP:L2_PMS
330 rdf:type ILAP:PlanLevel ; 330 rdf:type ILAP:PlanLevel ;
331 - rdfs:label "PMS"^^xsd:string . 331 + rdfs:label "Level 2 - Project Master Schedule"^^xsd:string .
332 332
333 -ILAP:L3_ContractMasterSchedule 333 +ILAP:L3_CMS
334 rdf:type ILAP:PlanLevel ; 334 rdf:type ILAP:PlanLevel ;
335 - rdfs:label "CMS"^^xsd:string . 335 + rdfs:label "Level 3 - Contract Master Schedule"^^xsd:string .
336 336
337 -ILAP:L3_ProjectControlNetworkSchedule 337 +ILAP:L3_PCS
338 rdf:type ILAP:PlanLevel ; 338 rdf:type ILAP:PlanLevel ;
339 - rdfs:label "PCS"^^xsd:string . 339 + rdfs:label "Level 3 - Project Control Network Schedule"^^xsd:string .
340 340
341 -ILAP:L4_ContractControlNetworkSchedule 341 +ILAP:L4_CCS
342 rdf:type ILAP:PlanLevel ; 342 rdf:type ILAP:PlanLevel ;
343 - rdfs:label "CCS"^^xsd:string . 343 + rdfs:label "Level 4 - Contract Control Network Schedule"^^xsd:string .
344 344
345 -ILAP:L5_ContractTaskSchedule 345 +ILAP:L5_DWS
346 rdf:type ILAP:PlanLevel ; 346 rdf:type ILAP:PlanLevel ;
347 - rdfs:label "DWS"^^xsd:string . 347 + rdfs:label "Level 5 - Contract Task Schedule"^^xsd:string .
348 348
349 -ILAP:L6_ContractorWorkOrderSchedule 349 +ILAP:L6_CWS
350 rdf:type ILAP:PlanLevel ; 350 rdf:type ILAP:PlanLevel ;
351 - rdfs:label "CWS"^^xsd:string . 351 + rdfs:label "Level 6 - Contractor Work Order Schedule"^^xsd:string .
352 352
353 -ILAP:L7_ContractorOperationsSchedule 353 +ILAP:L7_COS
354 rdf:type ILAP:PlanLevel ; 354 rdf:type ILAP:PlanLevel ;
355 - rdfs:label "COS"^^xsd:string . 355 + rdfs:label "Level 7 - Contractor Operations Schedule"^^xsd:string .
356 356
357 ILAP:LiftingOperation 357 ILAP:LiftingOperation
358 rdf:type owl:Class ; 358 rdf:type owl:Class ;
......
...@@ -427,7 +427,7 @@ ILAP:ProjectExecutionPlan_1 ...@@ -427,7 +427,7 @@ ILAP:ProjectExecutionPlan_1
427 ILAP:hasPlanExpenseType 427 ILAP:hasPlanExpenseType
428 ILAP:OPEX ; 428 ILAP:OPEX ;
429 ILAP:hasPlanGeoArea ILAP:Facility ; 429 ILAP:hasPlanGeoArea ILAP:Facility ;
430 - ILAP:hasPlanLevel ILAP:L4_ContractControlNetworkSchedule ; 430 + ILAP:hasPlanLevel ILAP:L4_CCS ;
431 ILAP:hasPlanLifecycleStage 431 ILAP:hasPlanLifecycleStage
432 ILAP:Operation , ILAP:Maintenance ; 432 ILAP:Operation , ILAP:Maintenance ;
433 ILAP:hasPlanObjectiveType 433 ILAP:hasPlanObjectiveType
...@@ -453,7 +453,7 @@ ILAP:ProjectExecutionPlan_UC1 ...@@ -453,7 +453,7 @@ ILAP:ProjectExecutionPlan_UC1
453 <http://data.posccaesar.org/npd/facts/Facility-271273> ; 453 <http://data.posccaesar.org/npd/facts/Facility-271273> ;
454 ILAP:hasPlanField <http://data.posccaesar.org/npd/facts/Field-43658> ; 454 ILAP:hasPlanField <http://data.posccaesar.org/npd/facts/Field-43658> ;
455 ILAP:hasPlanGeoArea ILAP:Field ; 455 ILAP:hasPlanGeoArea ILAP:Field ;
456 - ILAP:hasPlanLevel ILAP:L2_ProjectMasterSchedule ; 456 + ILAP:hasPlanLevel ILAP:L2_PMS ;
457 ILAP:hasPlanLicense <http://data.posccaesar.org/npd/facts/Licence-20756> , <http://data.posccaesar.org/npd/facts/Licence-4227659> ; 457 ILAP:hasPlanLicense <http://data.posccaesar.org/npd/facts/Licence-20756> , <http://data.posccaesar.org/npd/facts/Licence-4227659> ;
458 ILAP:hasPlanLicensePartner 458 ILAP:hasPlanLicensePartner
459 ILAP:ResponsibleOrganization ; 459 ILAP:ResponsibleOrganization ;
......