Tore Christiansen

Misc updates to Operations and work orders

...@@ -14,13 +14,13 @@ ILAP: ...@@ -14,13 +14,13 @@ ILAP:
14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
15 15
16 ILAP:Activity 16 ILAP:Activity
17 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 17 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
18 rdfs: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:Discipline ; 22 + owl:allValuesFrom ILAP:Status ;
23 - owl:onProperty ILAP:hasActivityDiscipline 23 + owl:onProperty ILAP:hasActivityStatus
24 ] ; 24 ] ;
25 rdfs:subClassOf 25 rdfs:subClassOf
26 [ rdf:type owl:Restriction ; 26 [ rdf:type owl:Restriction ;
...@@ -29,35 +29,35 @@ ILAP:Activity ...@@ -29,35 +29,35 @@ ILAP:Activity
29 ] ; 29 ] ;
30 rdfs:subClassOf 30 rdfs:subClassOf
31 [ rdf:type owl:Restriction ; 31 [ rdf:type owl:Restriction ;
32 - owl:allValuesFrom ILAP:Status ; 32 + owl:allValuesFrom ILAP:Discipline ;
33 - owl:onProperty ILAP:hasActivityStatus 33 + owl:onProperty ILAP:hasActivityDiscipline
34 ] . 34 ] .
35 35
36 ILAP:ActivityDependency 36 ILAP:ActivityDependency
37 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 37 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
38 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 ; 38 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 ;
39 rdfs:label "Activity Dependency"^^xsd:string ; 39 rdfs:label "Activity Dependency"^^xsd:string ;
40 rdfs:subClassOf ILAP:Constraint ; 40 rdfs:subClassOf ILAP:Constraint ;
41 rdfs:subClassOf 41 rdfs:subClassOf
42 [ rdf:type owl:Restriction ; 42 [ rdf:type owl:Restriction ;
43 owl:onClass ILAP:Activity ; 43 owl:onClass ILAP:Activity ;
44 - owl:onProperty ILAP:hasPredecessorActivity ; 44 + owl:onProperty ILAP:hasSuccessorActivity ;
45 owl:qualifiedCardinality 45 owl:qualifiedCardinality
46 "1"^^xsd:nonNegativeInteger 46 "1"^^xsd:nonNegativeInteger
47 ] ; 47 ] ;
48 rdfs:subClassOf 48 rdfs:subClassOf
49 [ rdf:type owl:Restriction ; 49 [ rdf:type owl:Restriction ;
50 owl:onClass ILAP:Activity ; 50 owl:onClass ILAP:Activity ;
51 - owl:onProperty ILAP:hasSuccessorActivity ; 51 + owl:onProperty ILAP:hasPredecessorActivity ;
52 owl:qualifiedCardinality 52 owl:qualifiedCardinality
53 "1"^^xsd:nonNegativeInteger 53 "1"^^xsd:nonNegativeInteger
54 ] . 54 ] .
55 55
56 ILAP:ActivityPlan 56 ILAP:ActivityPlan
57 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 57 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
58 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 ; 58 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 ;
59 rdfs:label "Activity Plan (Planned Activity Network)"^^xsd:string ; 59 rdfs:label "Activity Plan (Planned Activity Network)"^^xsd:string ;
60 - rdfs:subClassOf ILAP:Network ; 60 + rdfs:subClassOf ILAP:ProjectExecutionPlan ;
61 rdfs:subClassOf 61 rdfs:subClassOf
62 [ rdf:type owl:Restriction ; 62 [ rdf:type owl:Restriction ;
63 owl:allValuesFrom ILAP:ExternalReference ; 63 owl:allValuesFrom ILAP:ExternalReference ;
...@@ -71,7 +71,7 @@ ILAP:ActivityStatus ...@@ -71,7 +71,7 @@ ILAP:ActivityStatus
71 rdfs:subClassOf ILAP:Status . 71 rdfs:subClassOf ILAP:Status .
72 72
73 ILAP:ActivityWBS 73 ILAP:ActivityWBS
74 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; 74 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
75 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 ; 75 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 ;
76 rdfs:label "Activity WBS"^^xsd:string ; 76 rdfs:label "Activity WBS"^^xsd:string ;
77 rdfs:subClassOf ILAP:Network . 77 rdfs:subClassOf ILAP:Network .
...@@ -80,16 +80,16 @@ ILAP:Application ...@@ -80,16 +80,16 @@ ILAP:Application
80 rdf:type owl:Class ; 80 rdf:type owl:Class ;
81 rdfs:comment "A Thing that is a software program that creates, manipulates, stores and retrieves Data (adapted from eHow.com)."^^xsd:string ; 81 rdfs:comment "A Thing that is a software program that creates, manipulates, stores and retrieves Data (adapted from eHow.com)."^^xsd:string ;
82 rdfs:label "Application"^^xsd:string ; 82 rdfs:label "Application"^^xsd:string ;
83 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing . 83 + rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> .
84 84
85 ILAP:Asset 85 ILAP:Asset
86 rdf:type owl:Class ; 86 rdf:type owl:Class ;
87 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: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 ;
88 rdfs:label "Asset"^^xsd:string ; 88 rdfs:label "Asset"^^xsd:string ;
89 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing . 89 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> .
90 90
91 ILAP:Baseline 91 ILAP:Baseline
92 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 92 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
93 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 ; 93 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 ;
94 rdfs:label "Baseline"^^xsd:string ; 94 rdfs:label "Baseline"^^xsd:string ;
95 rdfs:subClassOf ILAP:Network . 95 rdfs:subClassOf ILAP:Network .
...@@ -110,10 +110,10 @@ ILAP:COR ...@@ -110,10 +110,10 @@ ILAP:COR
110 rdfs:subClassOf ILAP:CommissioningMilestone . 110 rdfs:subClassOf ILAP:CommissioningMilestone .
111 111
112 ILAP:Calendar 112 ILAP:Calendar
113 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 113 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
114 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 ; 114 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 ;
115 rdfs:label "Calendar"^^xsd:string ; 115 rdfs:label "Calendar"^^xsd:string ;
116 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; 116 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ;
117 rdfs:subClassOf 117 rdfs:subClassOf
118 [ rdf:type owl:Restriction ; 118 [ rdf:type owl:Restriction ;
119 owl:allValuesFrom ILAP:CalendarFreePeriod ; 119 owl:allValuesFrom ILAP:CalendarFreePeriod ;
...@@ -121,16 +121,16 @@ ILAP:Calendar ...@@ -121,16 +121,16 @@ ILAP:Calendar
121 ] . 121 ] .
122 122
123 ILAP:CalendarDay 123 ILAP:CalendarDay
124 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 124 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
125 rdfs:comment "A Thing that is a (working or free) day in a given Calendar."^^xsd:string ; 125 rdfs:comment "A Thing that is a (working or free) day in a given Calendar."^^xsd:string ;
126 rdfs:label "Calendar Day"^^xsd:string ; 126 rdfs:label "Calendar Day"^^xsd:string ;
127 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing . 127 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> .
128 128
129 ILAP:CalendarFreePeriod 129 ILAP:CalendarFreePeriod
130 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; 130 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
131 rdfs:comment "A Calendar Period that specifies free time."^^xsd:string ; 131 rdfs:comment "A Calendar Period that specifies free time."^^xsd:string ;
132 rdfs:label "Calendar Free Period"^^xsd:string ; 132 rdfs:label "Calendar Free Period"^^xsd:string ;
133 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; 133 + rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ;
134 rdfs:subClassOf 134 rdfs:subClassOf
135 [ rdf:type owl:Restriction ; 135 [ rdf:type owl:Restriction ;
136 owl:onClass ILAP:Calendar ; 136 owl:onClass ILAP:Calendar ;
...@@ -142,31 +142,31 @@ ILAP:CalendarFreePeriod ...@@ -142,31 +142,31 @@ ILAP:CalendarFreePeriod
142 ] . 142 ] .
143 143
144 ILAP:CalendarFreePeriodWeekRepeat 144 ILAP:CalendarFreePeriodWeekRepeat
145 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; 145 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
146 rdfs:comment "A Calendar Free Period that specifies the same free period every week."^^xsd:string ; 146 rdfs:comment "A Calendar Free Period that specifies the same free period every week."^^xsd:string ;
147 rdfs:label "Calendar Free Period Week Repeat"^^xsd:string ; 147 rdfs:label "Calendar Free Period Week Repeat"^^xsd:string ;
148 - rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . 148 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod .
149 149
150 ILAP:CalendarHour 150 ILAP:CalendarHour
151 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 151 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
152 rdfs:comment "A Thing that is a (working or free) hour in a given Calendar."^^xsd:string ; 152 rdfs:comment "A Thing that is a (working or free) hour in a given Calendar."^^xsd:string ;
153 rdfs:label "Calendar Hour"^^xsd:string ; 153 rdfs:label "Calendar Hour"^^xsd:string ;
154 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> , owl:Thing . 154 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> .
155 155
156 ILAP:CalendarPeriod 156 ILAP:CalendarPeriod
157 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ; 157 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ;
158 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 ; 158 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 ;
159 rdfs:label "Calendar Period"^^xsd:string ; 159 rdfs:label "Calendar Period"^^xsd:string ;
160 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ; 160 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ;
161 rdfs:subClassOf 161 rdfs:subClassOf
162 [ rdf:type owl:Restriction ; 162 [ rdf:type owl:Restriction ;
163 - owl:allValuesFrom ILAP:CalendarDay ; 163 + owl:allValuesFrom ILAP:CalendarHour ;
164 - owl:onProperty ILAP:hasCalendarPeriodDay 164 + owl:onProperty ILAP:hasCalendarPeriodHour
165 ] ; 165 ] ;
166 rdfs:subClassOf 166 rdfs:subClassOf
167 [ rdf:type owl:Restriction ; 167 [ rdf:type owl:Restriction ;
168 - owl:allValuesFrom ILAP:CalendarHour ; 168 + owl:allValuesFrom ILAP:CalendarDay ;
169 - owl:onProperty ILAP:hasCalendarPeriodHour 169 + owl:onProperty ILAP:hasCalendarPeriodDay
170 ] . 170 ] .
171 171
172 ILAP:Category 172 ILAP:Category
...@@ -184,7 +184,7 @@ ILAP:Constraint ...@@ -184,7 +184,7 @@ ILAP:Constraint
184 rdf:type owl:Class ; 184 rdf:type owl:Class ;
185 rdfs:comment "A Thing that defines limitation or restrictions on relationships between Possible Individuals (adapted from ISO 15926 and Dictionary.com)."^^xsd:string ; 185 rdfs:comment "A Thing that defines limitation or restrictions on relationships between Possible Individuals (adapted from ISO 15926 and Dictionary.com)."^^xsd:string ;
186 rdfs:label "Constraint"^^xsd:string ; 186 rdfs:label "Constraint"^^xsd:string ;
187 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing . 187 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> .
188 188
189 ILAP:ConstructionMilestone 189 ILAP:ConstructionMilestone
190 rdf:type owl:Class ; 190 rdf:type owl:Class ;
...@@ -195,7 +195,7 @@ ILAP:Contract ...@@ -195,7 +195,7 @@ ILAP:Contract
195 rdf:type owl:Class ; 195 rdf:type owl:Class ;
196 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 ; 196 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 ;
197 rdfs:label "Contract"^^xsd:string ; 197 rdfs:label "Contract"^^xsd:string ;
198 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing . 198 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> .
199 199
200 ILAP:ContractMilestone 200 ILAP:ContractMilestone
201 rdf:type owl:Class ; 201 rdf:type owl:Class ;
...@@ -223,7 +223,7 @@ ILAP:Cost ...@@ -223,7 +223,7 @@ ILAP:Cost
223 rdf:type owl:Class ; 223 rdf:type owl:Class ;
224 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 ; 224 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 ;
225 rdfs:label "Cost"^^xsd:string ; 225 rdfs:label "Cost"^^xsd:string ;
226 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing . 226 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> .
227 227
228 ILAP:CostBased 228 ILAP:CostBased
229 rdf:type owl:Class ; 229 rdf:type owl:Class ;
...@@ -238,7 +238,7 @@ ILAP:Criticality ...@@ -238,7 +238,7 @@ ILAP:Criticality
238 rdfs:subClassOf owl:Thing . 238 rdfs:subClassOf owl:Thing .
239 239
240 ILAP:CurrentSchedule 240 ILAP:CurrentSchedule
241 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 241 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
242 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 ; 242 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 ;
243 rdfs:label "Current Schedule"^^xsd:string ; 243 rdfs:label "Current Schedule"^^xsd:string ;
244 rdfs:subClassOf ILAP:Schedule . 244 rdfs:subClassOf ILAP:Schedule .
...@@ -247,7 +247,7 @@ ILAP:Data ...@@ -247,7 +247,7 @@ ILAP:Data
247 rdf:type owl:Class ; 247 rdf:type owl:Class ;
248 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 ; 248 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 ;
249 rdfs:label "Data"^^xsd:string ; 249 rdfs:label "Data"^^xsd:string ;
250 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ; 250 + rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ;
251 rdfs:subClassOf 251 rdfs:subClassOf
252 [ rdf:type owl:Restriction ; 252 [ rdf:type owl:Restriction ;
253 owl:onClass ILAP:Project ; 253 owl:onClass ILAP:Project ;
...@@ -323,7 +323,7 @@ ILAP:DesignMilestone ...@@ -323,7 +323,7 @@ ILAP:DesignMilestone
323 rdfs:subClassOf ILAP:MilestoneType . 323 rdfs:subClassOf ILAP:MilestoneType .
324 324
325 ILAP:Discipline 325 ILAP:Discipline
326 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; 326 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
327 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 ; 327 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 ;
328 rdfs:label "Discipline"^^xsd:string ; 328 rdfs:label "Discipline"^^xsd:string ;
329 rdfs:subClassOf owl:Thing . 329 rdfs:subClassOf owl:Thing .
...@@ -344,16 +344,14 @@ ILAP:EngineeringMilestone ...@@ -344,16 +344,14 @@ ILAP:EngineeringMilestone
344 rdfs:subClassOf ILAP:MilestoneType . 344 rdfs:subClassOf ILAP:MilestoneType .
345 345
346 ILAP:ExternalReference 346 ILAP:ExternalReference
347 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; 347 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ;
348 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 ; 348 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 ;
349 rdfs:label "External Reference"^^xsd:string ; 349 rdfs:label "External Reference"^^xsd:string ;
350 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; 350 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ;
351 rdfs:subClassOf 351 rdfs:subClassOf
352 [ rdf:type owl:Restriction ; 352 [ rdf:type owl:Restriction ;
353 - owl:onDataRange xsd:string ; 353 + owl:allValuesFrom ILAP:Application ;
354 - owl:onProperty ILAP:hasObjectReferenceID ; 354 + owl:onProperty ILAP:hasReferenceApplication
355 - owl:qualifiedCardinality
356 - "1"^^xsd:nonNegativeInteger
357 ] ; 355 ] ;
358 rdfs:subClassOf 356 rdfs:subClassOf
359 [ rdf:type owl:Restriction ; 357 [ rdf:type owl:Restriction ;
...@@ -362,8 +360,10 @@ ILAP:ExternalReference ...@@ -362,8 +360,10 @@ ILAP:ExternalReference
362 ] ; 360 ] ;
363 rdfs:subClassOf 361 rdfs:subClassOf
364 [ rdf:type owl:Restriction ; 362 [ rdf:type owl:Restriction ;
365 - owl:allValuesFrom ILAP:Application ; 363 + owl:onDataRange xsd:string ;
366 - owl:onProperty ILAP:hasReferenceApplication 364 + owl:onProperty ILAP:hasObjectReferenceID ;
365 + owl:qualifiedCardinality
366 + "1"^^xsd:nonNegativeInteger
367 ] . 367 ] .
368 368
369 ILAP:Facility 369 ILAP:Facility
...@@ -379,16 +379,16 @@ ILAP:Field ...@@ -379,16 +379,16 @@ ILAP:Field
379 rdfs:subClassOf ILAP:Asset . 379 rdfs:subClassOf ILAP:Asset .
380 380
381 ILAP:FinishToFinish 381 ILAP:FinishToFinish
382 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 382 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
383 rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity is finished."^^xsd:string ; 383 rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity is finished."^^xsd:string ;
384 rdfs:label "Finish to Finish"^^xsd:string ; 384 rdfs:label "Finish to Finish"^^xsd:string ;
385 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 385 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
386 386
387 ILAP:FinishToStart 387 ILAP:FinishToStart
388 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 388 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
389 rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity is finished."^^xsd:string ; 389 rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity is finished."^^xsd:string ;
390 rdfs:label "Finish to Start"^^xsd:string ; 390 rdfs:label "Finish to Start"^^xsd:string ;
391 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 391 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
392 392
393 ILAP:FunctionalLocation 393 ILAP:FunctionalLocation
394 rdf:type owl:Class ; 394 rdf:type owl:Class ;
...@@ -418,7 +418,7 @@ ILAP:Information ...@@ -418,7 +418,7 @@ ILAP:Information
418 rdf:type owl:Class ; 418 rdf:type owl:Class ;
419 rdfs:comment "A Thing that is facts provided or learned about something or someone (Oxford Dictionaries)."^^xsd:string ; 419 rdfs:comment "A Thing that is facts provided or learned about something or someone (Oxford Dictionaries)."^^xsd:string ;
420 rdfs:label "Information"^^xsd:string ; 420 rdfs:label "Information"^^xsd:string ;
421 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing . 421 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> .
422 422
423 ILAP:Knowledge 423 ILAP:Knowledge
424 rdf:type owl:Class ; 424 rdf:type owl:Class ;
...@@ -439,16 +439,16 @@ ILAP:LifecyclePhase ...@@ -439,16 +439,16 @@ ILAP:LifecyclePhase
439 rdfs:subClassOf ILAP:Phase . 439 rdfs:subClassOf ILAP:Phase .
440 440
441 ILAP:LiveSchedule 441 ILAP:LiveSchedule
442 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 442 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
443 rdfs:comment "A decided Schedule that mitigates any delays discovered in the Current Schedule."^^xsd:string ; 443 rdfs:comment "A decided Schedule that mitigates any delays discovered in the Current Schedule."^^xsd:string ;
444 rdfs:label "Live Schedule"^^xsd:string ; 444 rdfs:label "Live Schedule"^^xsd:string ;
445 rdfs:subClassOf ILAP:Schedule . 445 rdfs:subClassOf ILAP:Schedule .
446 446
447 ILAP:Location 447 ILAP:Location
448 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; 448 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ;
449 rdfs:comment "A Thing that is the location (position) of an Asset."^^xsd:string ; 449 rdfs:comment "A Thing that is the location (position) of an Asset."^^xsd:string ;
450 rdfs:label "Location"^^xsd:string ; 450 rdfs:label "Location"^^xsd:string ;
451 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . 451 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing .
452 452
453 ILAP:LowCriticality 453 ILAP:LowCriticality
454 rdf:type owl:Class ; 454 rdf:type owl:Class ;
...@@ -475,7 +475,7 @@ ILAP:MaterialOrderStatus ...@@ -475,7 +475,7 @@ ILAP:MaterialOrderStatus
475 rdfs:subClassOf ILAP:Status . 475 rdfs:subClassOf ILAP:Status .
476 476
477 ILAP:Milestone 477 ILAP:Milestone
478 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; 478 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ;
479 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 ; 479 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 ;
480 rdfs:label "Milestone"^^xsd:string . 480 rdfs:label "Milestone"^^xsd:string .
481 481
...@@ -488,7 +488,7 @@ ILAP:Network ...@@ -488,7 +488,7 @@ ILAP:Network
488 rdf:type owl:Class ; 488 rdf:type owl:Class ;
489 rdfs:comment "A Thing that defines how (a set of) Possible Individuals are connected by Constraints (adapted from Merriam-Webster)."^^xsd:string ; 489 rdfs:comment "A Thing that defines how (a set of) Possible Individuals are connected by Constraints (adapted from Merriam-Webster)."^^xsd:string ;
490 rdfs:label "Network"^^xsd:string ; 490 rdfs:label "Network"^^xsd:string ;
491 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . 491 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> .
492 492
493 ILAP:NormalCriticality 493 ILAP:NormalCriticality
494 rdf:type owl:Class ; 494 rdf:type owl:Class ;
...@@ -553,58 +553,58 @@ ILAP:PhysicalLocation ...@@ -553,58 +553,58 @@ ILAP:PhysicalLocation
553 rdfs:subClassOf ILAP:Location . 553 rdfs:subClassOf ILAP:Location .
554 554
555 ILAP:PlanClassifier 555 ILAP:PlanClassifier
556 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 556 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
557 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 ; 557 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 ;
558 rdfs:label "Plan Classifier"^^xsd:string ; 558 rdfs:label "Plan Classifier"^^xsd:string ;
559 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . 559 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> .
560 560
561 ILAP:PlanContentType 561 ILAP:PlanContentType
562 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; 562 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
563 rdfs:comment "A Plan Classifier according to content type (typically classified by NORSOK Z-014 PBS codes)."^^xsd:string ; 563 rdfs:comment "A Plan Classifier according to content type (typically classified by NORSOK Z-014 PBS codes)."^^xsd:string ;
564 rdfs:label "Plan Content Type"^^xsd:string ; 564 rdfs:label "Plan Content Type"^^xsd:string ;
565 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . 565 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> .
566 566
567 ILAP:PlanContractType 567 ILAP:PlanContractType
568 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 568 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
569 rdfs:comment "A Plan Classifier that categorizes a Plan according to the Contract that governs execution."^^xsd:string ; 569 rdfs:comment "A Plan Classifier that categorizes a Plan according to the Contract that governs execution."^^xsd:string ;
570 rdfs:label "Plan Contract Type"^^xsd:string ; 570 rdfs:label "Plan Contract Type"^^xsd:string ;
571 rdfs:subClassOf ILAP:PlanClassifier . 571 rdfs:subClassOf ILAP:PlanClassifier .
572 572
573 ILAP:PlanExpenseType 573 ILAP:PlanExpenseType
574 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 574 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
575 rdfs:comment "A Plan Classifier that categorizes a Plan according to the type of Expense it incurrs."^^xsd:string ; 575 rdfs:comment "A Plan Classifier that categorizes a Plan according to the type of Expense it incurrs."^^xsd:string ;
576 rdfs:label "Plan Expense Type"^^xsd:string ; 576 rdfs:label "Plan Expense Type"^^xsd:string ;
577 rdfs:subClassOf ILAP:PlanClassifier . 577 rdfs:subClassOf ILAP:PlanClassifier .
578 578
579 ILAP:PlanGeoArea 579 ILAP:PlanGeoArea
580 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; 580 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ;
581 rdfs:comment "A Plan Classifier that categorizes a Plan according to the (size of the) geographic area it addresses."^^xsd:string ; 581 rdfs:comment "A Plan Classifier that categorizes a Plan according to the (size of the) geographic area it addresses."^^xsd:string ;
582 rdfs:label "Plan Geographic Area"^^xsd:string ; 582 rdfs:label "Plan Geographic Area"^^xsd:string ;
583 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 583 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
584 584
585 ILAP:PlanLevel 585 ILAP:PlanLevel
586 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 586 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
587 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 ; 587 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 ;
588 rdfs:label "Plan Level"^^xsd:string ; 588 rdfs:label "Plan Level"^^xsd:string ;
589 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 589 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
590 590
591 ILAP:PlanLifecycleStage 591 ILAP:PlanLifecycleStage
592 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 592 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
593 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 ; 593 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 ;
594 rdfs:label "Plan Lifecycle Stage"^^xsd:string ; 594 rdfs:label "Plan Lifecycle Stage"^^xsd:string ;
595 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> , ILAP:LifecyclePhase . 595 + rdfs:subClassOf ILAP:LifecyclePhase , <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
596 596
597 ILAP:PlanObjectiveType 597 ILAP:PlanObjectiveType
598 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; 598 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ;
599 rdfs:comment "A Plan Classifier that categorizes a Plan according to the nature of its objectives."^^xsd:string ; 599 rdfs:comment "A Plan Classifier that categorizes a Plan according to the nature of its objectives."^^xsd:string ;
600 rdfs:label "Plan Objective Type"^^xsd:string ; 600 rdfs:label "Plan Objective Type"^^xsd:string ;
601 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . 601 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier .
602 602
603 ILAP:PlanProjectType 603 ILAP:PlanProjectType
604 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 604 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
605 rdfs:comment "A Plan Classifier that categorizes a Plan according to the type of prooject used to execute it."^^xsd:string ; 605 rdfs:comment "A Plan Classifier that categorizes a Plan according to the type of prooject used to execute it."^^xsd:string ;
606 rdfs:label "Plan Project Type"^^xsd:string ; 606 rdfs:label "Plan Project Type"^^xsd:string ;
607 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . 607 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier .
608 608
609 ILAP:PlannedActivity 609 ILAP:PlannedActivity
610 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 610 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
...@@ -615,30 +615,20 @@ ILAP:PlannedActivity ...@@ -615,30 +615,20 @@ ILAP:PlannedActivity
615 [ rdf:type owl:Restriction ; 615 [ rdf:type owl:Restriction ;
616 owl:maxQualifiedCardinality 616 owl:maxQualifiedCardinality
617 "1"^^xsd:nonNegativeInteger ; 617 "1"^^xsd:nonNegativeInteger ;
618 - owl:onClass ILAP:Facility ;
619 - owl:onProperty ILAP:hasActivityAsset
620 - ] ;
621 - rdfs:subClassOf
622 - [ rdf:type owl:Restriction ;
623 - owl:maxQualifiedCardinality
624 - "1"^^xsd:nonNegativeInteger ;
625 owl:onClass ILAP:ProjectExecutionPlan ; 618 owl:onClass ILAP:ProjectExecutionPlan ;
626 owl:onProperty ILAP:hasActivityPlan 619 owl:onProperty ILAP:hasActivityPlan
627 ] ; 620 ] ;
628 rdfs:subClassOf 621 rdfs:subClassOf
629 [ rdf:type owl:Restriction ; 622 [ rdf:type owl:Restriction ;
630 - owl:allValuesFrom ILAP:Result ;
631 - owl:onProperty ILAP:hasActivityResult
632 - ] ;
633 - rdfs:subClassOf
634 - [ rdf:type owl:Restriction ;
635 owl:allValuesFrom ILAP:Location ; 623 owl:allValuesFrom ILAP:Location ;
636 owl:onProperty ILAP:hasActivityLocation 624 owl:onProperty ILAP:hasActivityLocation
637 ] ; 625 ] ;
638 rdfs:subClassOf 626 rdfs:subClassOf
639 [ rdf:type owl:Restriction ; 627 [ rdf:type owl:Restriction ;
640 - owl:allValuesFrom ILAP:ActivityDependency ; 628 + owl:maxQualifiedCardinality
641 - owl:onProperty ILAP:hasActivitySuccessor 629 + "1"^^xsd:nonNegativeInteger ;
630 + owl:onClass ILAP:Facility ;
631 + owl:onProperty ILAP:hasActivityAsset
642 ] ; 632 ] ;
643 rdfs:subClassOf 633 rdfs:subClassOf
644 [ rdf:type owl:Restriction ; 634 [ rdf:type owl:Restriction ;
...@@ -647,13 +637,13 @@ ILAP:PlannedActivity ...@@ -647,13 +637,13 @@ ILAP:PlannedActivity
647 ] ; 637 ] ;
648 rdfs:subClassOf 638 rdfs:subClassOf
649 [ rdf:type owl:Restriction ; 639 [ rdf:type owl:Restriction ;
650 - owl:onProperty ILAP:hasActivityDiscipline ; 640 + owl:allValuesFrom ILAP:Result ;
651 - owl:someValuesFrom ILAP:Discipline 641 + owl:onProperty ILAP:hasActivityResult
652 ] ; 642 ] ;
653 rdfs:subClassOf 643 rdfs:subClassOf
654 [ rdf:type owl:Restriction ; 644 [ rdf:type owl:Restriction ;
655 - owl:allValuesFrom ILAP:ActivityDependency ; 645 + owl:onProperty ILAP:hasActivityDiscipline ;
656 - owl:onProperty ILAP:hasActivityPredecessor 646 + owl:someValuesFrom ILAP:Discipline
657 ] ; 647 ] ;
658 rdfs:subClassOf 648 rdfs:subClassOf
659 [ rdf:type owl:Restriction ; 649 [ rdf:type owl:Restriction ;
...@@ -662,13 +652,23 @@ ILAP:PlannedActivity ...@@ -662,13 +652,23 @@ ILAP:PlannedActivity
662 ] ; 652 ] ;
663 rdfs:subClassOf 653 rdfs:subClassOf
664 [ rdf:type owl:Restriction ; 654 [ rdf:type owl:Restriction ;
665 - owl:allValuesFrom ILAP:ActivityWBS ; 655 + owl:allValuesFrom ILAP:ActivityDependency ;
666 - owl:onProperty ILAP:hasActivityWBSelement 656 + owl:onProperty ILAP:hasActivitySuccessor
667 ] ; 657 ] ;
668 rdfs:subClassOf 658 rdfs:subClassOf
669 [ rdf:type owl:Restriction ; 659 [ rdf:type owl:Restriction ;
670 owl:allValuesFrom ILAP:ResponsiblePerson ; 660 owl:allValuesFrom ILAP:ResponsiblePerson ;
671 owl:onProperty ILAP:hasActivityResponsiblePerson 661 owl:onProperty ILAP:hasActivityResponsiblePerson
662 + ] ;
663 + rdfs:subClassOf
664 + [ rdf:type owl:Restriction ;
665 + owl:allValuesFrom ILAP:ActivityDependency ;
666 + owl:onProperty ILAP:hasActivityPredecessor
667 + ] ;
668 + rdfs:subClassOf
669 + [ rdf:type owl:Restriction ;
670 + owl:allValuesFrom ILAP:ActivityWBS ;
671 + owl:onProperty ILAP:hasActivityWBSelement
672 ] . 672 ] .
673 673
674 ILAP:PlannedMilestone 674 ILAP:PlannedMilestone
...@@ -712,19 +712,14 @@ ILAP:Programme ...@@ -712,19 +712,14 @@ ILAP:Programme
712 rdfs:subClassOf ILAP:Activity . 712 rdfs:subClassOf ILAP:Activity .
713 713
714 ILAP:Project 714 ILAP:Project
715 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 715 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
716 rdfs:comment "An Activity that is a temporary endeavor (in contrast with ongoing operations) with a defined beginning and end, constrained by available time, funding and resources, undertaken to achieve an objective conforming to specific requirements, meet unique objectives, and bring about beneficial change or added value (adapted from BSI and Wikipedia)."^^xsd:string ; 716 rdfs:comment "An Activity that is a temporary endeavor (in contrast with ongoing operations) with a defined beginning and end, constrained by available time, funding and resources, undertaken to achieve an objective conforming to specific requirements, meet unique objectives, and bring about beneficial change or added value (adapted from BSI and Wikipedia)."^^xsd:string ;
717 rdfs:label "Project"^^xsd:string ; 717 rdfs:label "Project"^^xsd:string ;
718 rdfs:subClassOf ILAP:Activity ; 718 rdfs:subClassOf ILAP:Activity ;
719 rdfs:subClassOf 719 rdfs:subClassOf
720 [ rdf:type owl:Restriction ; 720 [ rdf:type owl:Restriction ;
721 - owl:allValuesFrom ILAP:Project ; 721 + owl:allValuesFrom BRREG:OilCompany ;
722 - owl:onProperty ILAP:hasProjectSubproject 722 + owl:onProperty ILAP:hasProjectResponsible
723 - ] ;
724 - rdfs:subClassOf
725 - [ rdf:type owl:Restriction ;
726 - owl:allValuesFrom ILAP:ExternalReference ;
727 - owl:onProperty ILAP:hasExternalReference
728 ] ; 723 ] ;
729 rdfs:subClassOf 724 rdfs:subClassOf
730 [ rdf:type owl:Restriction ; 725 [ rdf:type owl:Restriction ;
...@@ -735,8 +730,13 @@ ILAP:Project ...@@ -735,8 +730,13 @@ ILAP:Project
735 ] ; 730 ] ;
736 rdfs:subClassOf 731 rdfs:subClassOf
737 [ rdf:type owl:Restriction ; 732 [ rdf:type owl:Restriction ;
738 - owl:allValuesFrom BRREG:OilCompany ; 733 + owl:allValuesFrom ILAP:ExternalReference ;
739 - owl:onProperty ILAP:hasProjectResponsible 734 + owl:onProperty ILAP:hasExternalReference
735 + ] ;
736 + rdfs:subClassOf
737 + [ rdf:type owl:Restriction ;
738 + owl:allValuesFrom ILAP:Project ;
739 + owl:onProperty ILAP:hasProjectSubproject
740 ] . 740 ] .
741 741
742 ILAP:ProjectExecutionPlan 742 ILAP:ProjectExecutionPlan
...@@ -746,13 +746,20 @@ ILAP:ProjectExecutionPlan ...@@ -746,13 +746,20 @@ ILAP:ProjectExecutionPlan
746 rdfs:subClassOf ILAP:Network ; 746 rdfs:subClassOf ILAP:Network ;
747 rdfs:subClassOf 747 rdfs:subClassOf
748 [ rdf:type owl:Restriction ; 748 [ rdf:type owl:Restriction ;
749 - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; 749 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
750 - owl:onProperty ILAP:hasPlanAsset 750 + owl:onProperty ILAP:hasPlanSubplan
751 ] ; 751 ] ;
752 rdfs:subClassOf 752 rdfs:subClassOf
753 [ rdf:type owl:Restriction ; 753 [ rdf:type owl:Restriction ;
754 - owl:onProperty ILAP:hasPlanLevel ; 754 + owl:maxQualifiedCardinality
755 - owl:someValuesFrom ILAP:PlanLevel 755 + "1"^^xsd:nonNegativeInteger ;
756 + owl:onClass ILAP:Project ;
757 + owl:onProperty ILAP:hasPlanProject
758 + ] ;
759 + rdfs:subClassOf
760 + [ rdf:type owl:Restriction ;
761 + owl:allValuesFrom ILAP:PlanLifecycleStage ;
762 + owl:onProperty ILAP:hasPlanLifecycleStage
756 ] ; 763 ] ;
757 rdfs:subClassOf 764 rdfs:subClassOf
758 [ rdf:type owl:Restriction ; 765 [ rdf:type owl:Restriction ;
...@@ -761,13 +768,18 @@ ILAP:ProjectExecutionPlan ...@@ -761,13 +768,18 @@ ILAP:ProjectExecutionPlan
761 ] ; 768 ] ;
762 rdfs:subClassOf 769 rdfs:subClassOf
763 [ rdf:type owl:Restriction ; 770 [ rdf:type owl:Restriction ;
771 + owl:onProperty ILAP:hasPlanGeoArea ;
772 + owl:someValuesFrom ILAP:PlanGeoArea
773 + ] ;
774 + rdfs:subClassOf
775 + [ rdf:type owl:Restriction ;
764 owl:onProperty ILAP:hasPlanContentType ; 776 owl:onProperty ILAP:hasPlanContentType ;
765 owl:someValuesFrom ILAP:PlanContentType 777 owl:someValuesFrom ILAP:PlanContentType
766 ] ; 778 ] ;
767 rdfs:subClassOf 779 rdfs:subClassOf
768 [ rdf:type owl:Restriction ; 780 [ rdf:type owl:Restriction ;
769 - owl:allValuesFrom ILAP:ProjectExecutionPlan ; 781 + owl:onProperty ILAP:hasPlanLevel ;
770 - owl:onProperty ILAP:hasPlanSubplan 782 + owl:someValuesFrom ILAP:PlanLevel
771 ] ; 783 ] ;
772 rdfs:subClassOf 784 rdfs:subClassOf
773 [ rdf:type owl:Restriction ; 785 [ rdf:type owl:Restriction ;
...@@ -776,20 +788,18 @@ ILAP:ProjectExecutionPlan ...@@ -776,20 +788,18 @@ ILAP:ProjectExecutionPlan
776 ] ; 788 ] ;
777 rdfs:subClassOf 789 rdfs:subClassOf
778 [ rdf:type owl:Restriction ; 790 [ rdf:type owl:Restriction ;
779 - owl:onProperty ILAP:hasPlanGeoArea ; 791 + owl:allValuesFrom ILAP:PlanObjectiveType ;
780 - owl:someValuesFrom ILAP:PlanGeoArea 792 + owl:onProperty ILAP:hasPlanObjectiveType
781 ] ; 793 ] ;
782 rdfs:subClassOf 794 rdfs:subClassOf
783 [ rdf:type owl:Restriction ; 795 [ rdf:type owl:Restriction ;
784 - owl:maxQualifiedCardinality 796 + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
785 - "1"^^xsd:nonNegativeInteger ; 797 + owl:onProperty ILAP:hasPlanAsset
786 - owl:onClass ILAP:Project ;
787 - owl:onProperty ILAP:hasPlanProject
788 ] ; 798 ] ;
789 rdfs:subClassOf 799 rdfs:subClassOf
790 [ rdf:type owl:Restriction ; 800 [ rdf:type owl:Restriction ;
791 - owl:allValuesFrom ILAP:PlanLifecycleStage ; 801 + owl:allValuesFrom BRREG:LegalEntity ;
792 - owl:onProperty ILAP:hasPlanLifecycleStage 802 + owl:onProperty ILAP:hasPlanResponsible
793 ] ; 803 ] ;
794 rdfs:subClassOf 804 rdfs:subClassOf
795 [ rdf:type owl:Restriction ; 805 [ rdf:type owl:Restriction ;
...@@ -802,16 +812,6 @@ ILAP:ProjectExecutionPlan ...@@ -802,16 +812,6 @@ ILAP:ProjectExecutionPlan
802 [ rdf:type owl:Restriction ; 812 [ rdf:type owl:Restriction ;
803 owl:allValuesFrom ILAP:ProjectExecutionPlan ; 813 owl:allValuesFrom ILAP:ProjectExecutionPlan ;
804 owl:onProperty ILAP:hasPlanRollUpPlan 814 owl:onProperty ILAP:hasPlanRollUpPlan
805 - ] ;
806 - rdfs:subClassOf
807 - [ rdf:type owl:Restriction ;
808 - owl:allValuesFrom ILAP:PlanObjectiveType ;
809 - owl:onProperty ILAP:hasPlanObjectiveType
810 - ] ;
811 - rdfs:subClassOf
812 - [ rdf:type owl:Restriction ;
813 - owl:allValuesFrom BRREG:LegalEntity ;
814 - owl:onProperty ILAP:hasPlanResponsible
815 ] . 815 ] .
816 816
817 ILAP:ProjectMilestone 817 ILAP:ProjectMilestone
...@@ -844,10 +844,10 @@ ILAP:RFOCissued ...@@ -844,10 +844,10 @@ ILAP:RFOCissued
844 rdfs:subClassOf ILAP:CommissioningMilestone . 844 rdfs:subClassOf ILAP:CommissioningMilestone .
845 845
846 ILAP:Regular8To16WorkingDayCalendar 846 ILAP:Regular8To16WorkingDayCalendar
847 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 847 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
848 rdfs:comment "A Weekends Free Calendar that specifies work only during normal working hours."^^xsd:string ; 848 rdfs:comment "A Weekends Free Calendar that specifies work only during normal working hours."^^xsd:string ;
849 rdfs:label "Regular 8 To 16 Working Day Calendar"^^xsd:string ; 849 rdfs:label "Regular 8 To 16 Working Day Calendar"^^xsd:string ;
850 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar . 850 + rdfs:subClassOf ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> , <http://posccaesar.org/rdl/RDS7014210> .
851 851
852 ILAP:Regulator 852 ILAP:Regulator
853 rdf:type owl:Class ; 853 rdf:type owl:Class ;
...@@ -856,10 +856,10 @@ ILAP:Regulator ...@@ -856,10 +856,10 @@ ILAP:Regulator
856 rdfs:subClassOf ILAP:ResponsibleOrganization . 856 rdfs:subClassOf ILAP:ResponsibleOrganization .
857 857
858 ILAP:Resource 858 ILAP:Resource
859 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; 859 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
860 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 ; 860 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 ;
861 rdfs:label "Resource"^^xsd:string ; 861 rdfs:label "Resource"^^xsd:string ;
862 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . 862 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> .
863 863
864 ILAP:ResourceEstimate 864 ILAP:ResourceEstimate
865 rdf:type owl:Class ; 865 rdf:type owl:Class ;
...@@ -867,16 +867,16 @@ ILAP:ResourceEstimate ...@@ -867,16 +867,16 @@ ILAP:ResourceEstimate
867 rdfs:label "Resource Estimate"^^xsd:string . 867 rdfs:label "Resource Estimate"^^xsd:string .
868 868
869 ILAP:ResourceProfile 869 ILAP:ResourceProfile
870 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; 870 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ;
871 rdfs:comment "A Thing that distributes Resources according to pre-defined intervals."^^xsd:string ; 871 rdfs:comment "A Thing that distributes Resources according to pre-defined intervals."^^xsd:string ;
872 rdfs:label "Resource Profile"^^xsd:string ; 872 rdfs:label "Resource Profile"^^xsd:string ;
873 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . 873 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing .
874 874
875 ILAP:ResourceProfilePoint 875 ILAP:ResourceProfilePoint
876 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; 876 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
877 rdfs:comment "A Thing that is a specific point on a Resource Profile."^^xsd:string ; 877 rdfs:comment "A Thing that is a specific point on a Resource Profile."^^xsd:string ;
878 rdfs:label "Resource Profile Point"^^xsd:string ; 878 rdfs:label "Resource Profile Point"^^xsd:string ;
879 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . 879 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> .
880 880
881 ILAP:ResourceType 881 ILAP:ResourceType
882 rdf:type owl:Class ; 882 rdf:type owl:Class ;
...@@ -890,19 +890,19 @@ ILAP:ResponsibleActor ...@@ -890,19 +890,19 @@ ILAP:ResponsibleActor
890 rdfs:subClassOf owl:Thing . 890 rdfs:subClassOf owl:Thing .
891 891
892 ILAP:ResponsibleOrganization 892 ILAP:ResponsibleOrganization
893 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; 893 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
894 rdfs:comment "A Responsible Actor that is an organizational entity (according to the regulations of an official company register)"^^xsd:string ; 894 rdfs:comment "A Responsible Actor that is an organizational entity (according to the regulations of an official company register)"^^xsd:string ;
895 rdfs:label "Responsible Organization"^^xsd:string ; 895 rdfs:label "Responsible Organization"^^xsd:string ;
896 rdfs:subClassOf ILAP:ResponsibleActor . 896 rdfs:subClassOf ILAP:ResponsibleActor .
897 897
898 ILAP:ResponsiblePerson 898 ILAP:ResponsiblePerson
899 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; 899 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ;
900 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 ; 900 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 ;
901 rdfs:label "Responsible Person"^^xsd:string ; 901 rdfs:label "Responsible Person"^^xsd:string ;
902 rdfs:subClassOf ILAP:ResponsibleActor . 902 rdfs:subClassOf ILAP:ResponsibleActor .
903 903
904 ILAP:Result 904 ILAP:Result
905 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 905 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
906 rdfs:comment "A Thing that is the outcome deliverable from an Activity or Plan (typically classified by NORSOK Z-014 PBS elements)."^^xsd:string ; 906 rdfs:comment "A Thing that is the outcome deliverable from an Activity or Plan (typically classified by NORSOK Z-014 PBS elements)."^^xsd:string ;
907 rdfs:label "Result"^^xsd:string ; 907 rdfs:label "Result"^^xsd:string ;
908 rdfs:subClassOf owl:Thing . 908 rdfs:subClassOf owl:Thing .
...@@ -937,10 +937,10 @@ ILAP:SACissued ...@@ -937,10 +937,10 @@ ILAP:SACissued
937 rdfs:subClassOf ILAP:CommissioningMilestone . 937 rdfs:subClassOf ILAP:CommissioningMilestone .
938 938
939 ILAP:Schedule 939 ILAP:Schedule
940 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 940 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
941 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 ; 941 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 ;
942 rdfs:label "Schedule (Scheduled Activity Network)"^^xsd:string ; 942 rdfs:label "Schedule (Scheduled Activity Network)"^^xsd:string ;
943 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ; 943 + rdfs:subClassOf ILAP:ActivityPlan ;
944 rdfs:subClassOf 944 rdfs:subClassOf
945 [ rdf:type owl:Restriction ; 945 [ rdf:type owl:Restriction ;
946 owl:maxQualifiedCardinality 946 owl:maxQualifiedCardinality
...@@ -950,7 +950,7 @@ ILAP:Schedule ...@@ -950,7 +950,7 @@ ILAP:Schedule
950 ] . 950 ] .
951 951
952 ILAP:ScheduledActivity 952 ILAP:ScheduledActivity
953 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 953 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
954 rdfs:comment "A Planned Activity that is part of a Schedule, with defined time, effort, duration and resources."^^xsd:string ; 954 rdfs:comment "A Planned Activity that is part of a Schedule, with defined time, effort, duration and resources."^^xsd:string ;
955 rdfs:label "Scheduled Activity (Activity in Schedule)"^^xsd:string ; 955 rdfs:label "Scheduled Activity (Activity in Schedule)"^^xsd:string ;
956 rdfs:subClassOf ILAP:PlannedActivity ; 956 rdfs:subClassOf ILAP:PlannedActivity ;
...@@ -958,15 +958,15 @@ ILAP:ScheduledActivity ...@@ -958,15 +958,15 @@ ILAP:ScheduledActivity
958 [ rdf:type owl:Restriction ; 958 [ rdf:type owl:Restriction ;
959 owl:maxQualifiedCardinality 959 owl:maxQualifiedCardinality
960 "1"^^xsd:nonNegativeInteger ; 960 "1"^^xsd:nonNegativeInteger ;
961 - owl:onClass ILAP:Schedule ; 961 + owl:onClass ILAP:PlannedActivity ;
962 - owl:onProperty ILAP:hasActivitySchedule 962 + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
963 ] ; 963 ] ;
964 rdfs:subClassOf 964 rdfs:subClassOf
965 [ rdf:type owl:Restriction ; 965 [ rdf:type owl:Restriction ;
966 owl:maxQualifiedCardinality 966 owl:maxQualifiedCardinality
967 "1"^^xsd:nonNegativeInteger ; 967 "1"^^xsd:nonNegativeInteger ;
968 - owl:onClass ILAP:PlannedActivity ; 968 + owl:onClass ILAP:Schedule ;
969 - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan 969 + owl:onProperty ILAP:hasActivitySchedule
970 ] . 970 ] .
971 971
972 ILAP:ScheduledMilestone 972 ILAP:ScheduledMilestone
...@@ -994,10 +994,10 @@ ILAP:ShutdownType ...@@ -994,10 +994,10 @@ ILAP:ShutdownType
994 rdfs:subClassOf owl:Thing . 994 rdfs:subClassOf owl:Thing .
995 995
996 ILAP:Source 996 ILAP:Source
997 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 997 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
998 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 ; 998 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 ;
999 rdfs:label "Source"^^xsd:string ; 999 rdfs:label "Source"^^xsd:string ;
1000 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . 1000 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> .
1001 1001
1002 ILAP:StartMilestone 1002 ILAP:StartMilestone
1003 rdf:type owl:Class ; 1003 rdf:type owl:Class ;
...@@ -1005,25 +1005,25 @@ ILAP:StartMilestone ...@@ -1005,25 +1005,25 @@ ILAP:StartMilestone
1005 rdfs:subClassOf ILAP:MilestoneType . 1005 rdfs:subClassOf ILAP:MilestoneType .
1006 1006
1007 ILAP:StartToFinish 1007 ILAP:StartToFinish
1008 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 1008 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
1009 rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity has started."^^xsd:string ; 1009 rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity has started."^^xsd:string ;
1010 rdfs:label "Start to Finish"^^xsd:string ; 1010 rdfs:label "Start to Finish"^^xsd:string ;
1011 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 1011 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
1012 1012
1013 ILAP:StartToStart 1013 ILAP:StartToStart
1014 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 1014 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
1015 rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity has started."^^xsd:string ; 1015 rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity has started."^^xsd:string ;
1016 rdfs:label "Start to Start"^^xsd:string ; 1016 rdfs:label "Start to Start"^^xsd:string ;
1017 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 1017 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
1018 1018
1019 ILAP:Status 1019 ILAP:Status
1020 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; 1020 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ;
1021 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 ; 1021 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 ;
1022 rdfs:label "Status"^^xsd:string ; 1022 rdfs:label "Status"^^xsd:string ;
1023 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . 1023 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing .
1024 1024
1025 ILAP:TargetSchedule 1025 ILAP:TargetSchedule
1026 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 1026 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
1027 rdfs:comment "A decided Schedule that reflects the current target start and finish Dates."^^xsd:string ; 1027 rdfs:comment "A decided Schedule that reflects the current target start and finish Dates."^^xsd:string ;
1028 rdfs:label "Target Schedule"^^xsd:string ; 1028 rdfs:label "Target Schedule"^^xsd:string ;
1029 rdfs:subClassOf ILAP:Schedule . 1029 rdfs:subClassOf ILAP:Schedule .
...@@ -1049,13 +1049,13 @@ ILAP:Value ...@@ -1049,13 +1049,13 @@ ILAP:Value
1049 rdf:type owl:Class ; 1049 rdf:type owl:Class ;
1050 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 ; 1050 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 ;
1051 rdfs:label "Value"^^xsd:string ; 1051 rdfs:label "Value"^^xsd:string ;
1052 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . 1052 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> .
1053 1053
1054 ILAP:WeekendsFreeCalendar 1054 ILAP:WeekendsFreeCalendar
1055 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 1055 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
1056 rdfs:comment "A Calendar that leaves all weekends as free time (only work during workdays)."^^xsd:string ; 1056 rdfs:comment "A Calendar that leaves all weekends as free time (only work during workdays)."^^xsd:string ;
1057 rdfs:label "Weekends Free Calendar"^^xsd:string ; 1057 rdfs:label "Weekends Free Calendar"^^xsd:string ;
1058 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . 1058 + rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> .
1059 1059
1060 ILAP:WorkOrder 1060 ILAP:WorkOrder
1061 rdf:type owl:Class ; 1061 rdf:type owl:Class ;
...@@ -1064,19 +1064,14 @@ ILAP:WorkOrder ...@@ -1064,19 +1064,14 @@ ILAP:WorkOrder
1064 rdfs:subClassOf ILAP:Network . 1064 rdfs:subClassOf ILAP:Network .
1065 1065
1066 ILAP:WorkTask 1066 ILAP:WorkTask
1067 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 1067 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
1068 rdfs:comment "A type of Activity which holds a description of the work content of (part of) the Activity. Typically, there are more than one Work Task related to an Activity, and for each Work Task there are start and end dates as well as clear assignments to a Responsible Actor."^^xsd:string ; 1068 rdfs:comment "A type of Activity which holds a description of the work content of (part of) the Activity. Typically, there are more than one Work Task related to an Activity, and for each Work Task there are start and end dates as well as clear assignments to a Responsible Actor."^^xsd:string ;
1069 rdfs:label "Work Task"^^xsd:string ; 1069 rdfs:label "Work Task"^^xsd:string ;
1070 - rdfs:subClassOf ILAP:Activity , <http://posccaesar.org/rdl/RDS3149> ; 1070 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , ILAP:Activity ;
1071 rdfs:subClassOf 1071 rdfs:subClassOf
1072 [ rdf:type owl:Restriction ; 1072 [ rdf:type owl:Restriction ;
1073 owl:allValuesFrom BRREG:LegalEntity ; 1073 owl:allValuesFrom BRREG:LegalEntity ;
1074 owl:onProperty ILAP:hasWorkTaskResponsible 1074 owl:onProperty ILAP:hasWorkTaskResponsible
1075 - ] ;
1076 - rdfs:subClassOf
1077 - [ rdf:type owl:Restriction ;
1078 - owl:onProperty ILAP:hasWorkTaskActivity ;
1079 - owl:someValuesFrom ILAP:Activity
1080 ] . 1075 ] .
1081 1076
1082 ILAP:WorkTaskStatus 1077 ILAP:WorkTaskStatus
...@@ -1221,7 +1216,7 @@ ILAP:hasActivityPhysicalPercentComplete ...@@ -1221,7 +1216,7 @@ ILAP:hasActivityPhysicalPercentComplete
1221 rdfs:range xsd:float . 1216 rdfs:range xsd:float .
1222 1217
1223 ILAP:hasActivityPlan 1218 ILAP:hasActivityPlan
1224 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1219 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1225 rdfs:comment "A Relationship between a Planned Activity and the Execution Plan of which it is a part."^^xsd:string ; 1220 rdfs:comment "A Relationship between a Planned Activity and the Execution Plan of which it is a part."^^xsd:string ;
1226 rdfs:domain ILAP:PlannedActivity ; 1221 rdfs:domain ILAP:PlannedActivity ;
1227 rdfs:label "has Activity Plan"^^xsd:string ; 1222 rdfs:label "has Activity Plan"^^xsd:string ;
...@@ -1279,7 +1274,7 @@ ILAP:hasActivityResponsibleOrganization ...@@ -1279,7 +1274,7 @@ ILAP:hasActivityResponsibleOrganization
1279 rdfs:range ILAP:ResponsibleOrganization . 1274 rdfs:range ILAP:ResponsibleOrganization .
1280 1275
1281 ILAP:hasActivityResponsiblePerson 1276 ILAP:hasActivityResponsiblePerson
1282 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1277 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1283 rdfs:comment "A Relationship between an Activity and an individual Person that has been assigned responsibility."^^xsd:string ; 1278 rdfs:comment "A Relationship between an Activity and an individual Person that has been assigned responsibility."^^xsd:string ;
1284 rdfs:domain ILAP:PlannedActivity ; 1279 rdfs:domain ILAP:PlannedActivity ;
1285 rdfs:label "has Activity Responsible Actor"^^xsd:string ; 1280 rdfs:label "has Activity Responsible Actor"^^xsd:string ;
...@@ -1321,7 +1316,7 @@ ILAP:hasActivityStatus ...@@ -1321,7 +1316,7 @@ ILAP:hasActivityStatus
1321 rdfs:range ILAP:Status . 1316 rdfs:range ILAP:Status .
1322 1317
1323 ILAP:hasActivitySuccessor 1318 ILAP:hasActivitySuccessor
1324 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1319 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1325 rdfs:comment "A Relationship between a Planned Activity and the Activity Dependency object that follows it."^^xsd:string ; 1320 rdfs:comment "A Relationship between a Planned Activity and the Activity Dependency object that follows it."^^xsd:string ;
1326 rdfs:domain ILAP:PlannedActivity ; 1321 rdfs:domain ILAP:PlannedActivity ;
1327 rdfs:label "has Activity Successor"^^xsd:string ; 1322 rdfs:label "has Activity Successor"^^xsd:string ;
...@@ -1392,7 +1387,7 @@ ILAP:hasCalendarDate ...@@ -1392,7 +1387,7 @@ ILAP:hasCalendarDate
1392 rdfs:label "has Calendar Date"^^xsd:string . 1387 rdfs:label "has Calendar Date"^^xsd:string .
1393 1388
1394 ILAP:hasCalendarPeriod 1389 ILAP:hasCalendarPeriod
1395 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1390 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1396 rdfs:comment "A Relationship between a Calendar and its Free Period."^^xsd:string ; 1391 rdfs:comment "A Relationship between a Calendar and its Free Period."^^xsd:string ;
1397 rdfs:domain ILAP:Calendar ; 1392 rdfs:domain ILAP:Calendar ;
1398 rdfs:label "has Calendar Period"^^xsd:string ; 1393 rdfs:label "has Calendar Period"^^xsd:string ;
...@@ -1606,12 +1601,6 @@ ILAP:hasObjectReferenceID ...@@ -1606,12 +1601,6 @@ ILAP:hasObjectReferenceID
1606 rdfs:label "has Object Reference ID"^^xsd:string ; 1601 rdfs:label "has Object Reference ID"^^xsd:string ;
1607 rdfs:range xsd:string . 1602 rdfs:range xsd:string .
1608 1603
1609 -ILAP:hasOperationWorkOrder
1610 - rdf:type owl:ObjectProperty ;
1611 - rdfs:domain ILAP:Operation ;
1612 - rdfs:label "has Operation Work Order"^^xsd:string ;
1613 - rdfs:range ILAP:WorkOrder .
1614 -
1615 ILAP:hasOriginalActivityDuration 1604 ILAP:hasOriginalActivityDuration
1616 rdf:type owl:DatatypeProperty ; 1605 rdf:type owl:DatatypeProperty ;
1617 rdfs:comment "A has Activity Duration relationship that holds the initial estimate for the Activity."^^xsd:string ; 1606 rdfs:comment "A has Activity Duration relationship that holds the initial estimate for the Activity."^^xsd:string ;
...@@ -1754,7 +1743,7 @@ ILAP:hasPlanRegulator ...@@ -1754,7 +1743,7 @@ ILAP:hasPlanRegulator
1754 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1743 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1755 1744
1756 ILAP:hasPlanResponsible 1745 ILAP:hasPlanResponsible
1757 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1746 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1758 rdfs:comment "A Relationship between an Activity Plan and a Responsible Organization."^^xsd:string ; 1747 rdfs:comment "A Relationship between an Activity Plan and a Responsible Organization."^^xsd:string ;
1759 rdfs:domain ILAP:ActivityPlan ; 1748 rdfs:domain ILAP:ActivityPlan ;
1760 rdfs:label "has Plan Responsible"^^xsd:string ; 1749 rdfs:label "has Plan Responsible"^^xsd:string ;
...@@ -1777,7 +1766,7 @@ ILAP:hasPlanShutdown ...@@ -1777,7 +1766,7 @@ ILAP:hasPlanShutdown
1777 ILAP:hasPlanSubplan 1766 ILAP:hasPlanSubplan
1778 rdf:type owl:ObjectProperty ; 1767 rdf:type owl:ObjectProperty ;
1779 rdfs:comment "A Relationship between an Activity Plan and a partial Plan at the same Plan Level."^^xsd:string ; 1768 rdfs:comment "A Relationship between an Activity Plan and a partial Plan at the same Plan Level."^^xsd:string ;
1780 - rdfs:domain ILAP:ActivityPlan ; 1769 + rdfs:domain ILAP:ProjectExecutionPlan ;
1781 rdfs:label "has Plan Subplan"^^xsd:string ; 1770 rdfs:label "has Plan Subplan"^^xsd:string ;
1782 rdfs:range ILAP:ProjectExecutionPlan . 1771 rdfs:range ILAP:ProjectExecutionPlan .
1783 1772
...@@ -2015,7 +2004,7 @@ ILAP:hasSourceUserField ...@@ -2015,7 +2004,7 @@ ILAP:hasSourceUserField
2015 rdfs:label "has Source User Field"^^xsd:string . 2004 rdfs:label "has Source User Field"^^xsd:string .
2016 2005
2017 ILAP:hasSuccessorActivity 2006 ILAP:hasSuccessorActivity
2018 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 2007 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
2019 rdfs:comment "A Relationship between an Activity Dependency and a Planned Activity that follows it."^^xsd:string ; 2008 rdfs:comment "A Relationship between an Activity Dependency and a Planned Activity that follows it."^^xsd:string ;
2020 rdfs:domain ILAP:ActivityDependency ; 2009 rdfs:domain ILAP:ActivityDependency ;
2021 rdfs:label "has Successor Activity "^^xsd:string ; 2010 rdfs:label "has Successor Activity "^^xsd:string ;
...@@ -2048,7 +2037,7 @@ ILAP:hasTimeNow ...@@ -2048,7 +2037,7 @@ ILAP:hasTimeNow
2048 rdfs:comment "A Property that holds the Time of calculation for the latest Schedule."^^xsd:string ; 2037 rdfs:comment "A Property that holds the Time of calculation for the latest Schedule."^^xsd:string ;
2049 rdfs:domain ILAP:Schedule ; 2038 rdfs:domain ILAP:Schedule ;
2050 rdfs:label "has Time Now"^^xsd:string ; 2039 rdfs:label "has Time Now"^^xsd:string ;
2051 - rdfs:range xsd:date , xsd:dateTime . 2040 + rdfs:range xsd:dateTime , xsd:date .
2052 2041
2053 ILAP:hasValueAsset 2042 ILAP:hasValueAsset
2054 rdf:type owl:ObjectProperty ; 2043 rdf:type owl:ObjectProperty ;
...@@ -2085,18 +2074,12 @@ ILAP:hasWBSresult ...@@ -2085,18 +2074,12 @@ ILAP:hasWBSresult
2085 rdfs:label "has WBS Result"^^xsd:string ; 2074 rdfs:label "has WBS Result"^^xsd:string ;
2086 rdfs:range ILAP:Result . 2075 rdfs:range ILAP:Result .
2087 2076
2088 -ILAP:hasWorkOrderOperation 2077 +ILAP:hasWorkOrderActivity
2089 rdf:type owl:ObjectProperty ; 2078 rdf:type owl:ObjectProperty ;
2090 - rdfs:comment "A Relationship between a WorkOrder (Network) and the Operations (WorkTasks) that are connected to it."^^xsd:string ; 2079 + rdfs:comment "A Relationship between a WorkOrder and the Activity it corresponds to."^^xsd:string ;
2091 rdfs:domain ILAP:WorkOrder ; 2080 rdfs:domain ILAP:WorkOrder ;
2092 - rdfs:label "has WorkOrder Operation"^^xsd:string ; 2081 + rdfs:label "has Work Order Activity"^^xsd:string ;
2093 - rdfs:range ILAP:Operation . 2082 + rdfs:range ILAP:Activity .
2094 -
2095 -ILAP:hasWorkTaskActivity
2096 - rdf:type owl:ObjectProperty ;
2097 - rdfs:comment "A Relationship between a Work Task the Activity it belongs to."^^xsd:string ;
2098 - rdfs:domain ILAP:WorkTask ;
2099 - rdfs:label "has Work Task Activity"^^xsd:string .
2100 2083
2101 ILAP:hasWorkTaskPriority 2084 ILAP:hasWorkTaskPriority
2102 rdf:type owl:ObjectProperty ; 2085 rdf:type owl:ObjectProperty ;
...@@ -2127,5 +2110,12 @@ ILAP:hasWorkTaskVendor ...@@ -2127,5 +2110,12 @@ ILAP:hasWorkTaskVendor
2127 rdfs:range BRREG:Contractor ; 2110 rdfs:range BRREG:Contractor ;
2128 rdfs:subPropertyOf ILAP:hasWorkTaskResponsible . 2111 rdfs:subPropertyOf ILAP:hasWorkTaskResponsible .
2129 2112
2113 +ILAP:hasWorkTaskWorkOrder
2114 + rdf:type owl:ObjectProperty ;
2115 + rdfs:comment "A Relationship between a Work Task and the Work Order it is part of."^^xsd:string ;
2116 + rdfs:domain ILAP:WorkTask ;
2117 + rdfs:label "has Work Task Work Order"^^xsd:string ;
2118 + rdfs:range ILAP:WorkOrder .
2119 +
2130 <http://data.posccaesar.org/ilap/riskfactor/hasRiskType> 2120 <http://data.posccaesar.org/ilap/riskfactor/hasRiskType>
2131 rdfs:range ILAP:RiskType . 2121 rdfs:range ILAP:RiskType .
......
...@@ -15,14 +15,10 @@ UC1: rdf:type owl:Ontology ; ...@@ -15,14 +15,10 @@ UC1: rdf:type owl:Ontology ;
15 owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; 15 owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ;
16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
17 17
18 -UC1:Schedule_1
19 - rdf:type ILAP:Schedule ;
20 - rdfs:label "Schedule 1"^^xsd:string .
21 -
22 ILAP:AFEforContractorBtoOperatorB 18 ILAP:AFEforContractorBtoOperatorB
23 rdf:type USERFIELDS:FreeTextField ; 19 rdf:type USERFIELDS:FreeTextField ;
24 rdfs:label "AFE for Contractor B to Operator B"^^xsd:string ; 20 rdfs:label "AFE for Contractor B to Operator B"^^xsd:string ;
25 - USERFIELDS:hasShort "H207-WHRU"^^xsd:string , "G139 (WUX.27F.G139.AE)"^^xsd:string , "H373-DUCT"^^xsd:string . 21 + USERFIELDS:hasShort "H373-DUCT"^^xsd:string , "G139 (WUX.27F.G139.AE)"^^xsd:string , "H207-WHRU"^^xsd:string .
26 22
27 ILAP:AccruedTimeContract_1 23 ILAP:AccruedTimeContract_1
28 rdf:type ILAP:AccruedTimeContract ; 24 rdf:type ILAP:AccruedTimeContract ;
...@@ -47,9 +43,9 @@ ILAP:ActivityRoleForContractorBtoOperatorB ...@@ -47,9 +43,9 @@ ILAP:ActivityRoleForContractorBtoOperatorB
47 ILAP:ActivityWBS_1 43 ILAP:ActivityWBS_1
48 rdf:type ILAP:ActivityWBS ; 44 rdf:type ILAP:ActivityWBS ;
49 rdfs:label "Activity WBS 1"^^xsd:string ; 45 rdfs:label "Activity WBS 1"^^xsd:string ;
50 - ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ; 46 + ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ;
51 - ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD ; 47 + ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 ;
52 - ILAP:hasWBSresult ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA . 48 + ILAP:hasWBSresult SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 .
53 49
54 ILAP:Activity_1 50 ILAP:Activity_1
55 rdf:type ILAP:Activity ; 51 rdf:type ILAP:Activity ;
...@@ -76,14 +72,14 @@ ILAP:BaselineSchedule_1 ...@@ -76,14 +72,14 @@ ILAP:BaselineSchedule_1
76 ILAP:BudgetResponsibleForContractorBtoOperatorB 72 ILAP:BudgetResponsibleForContractorBtoOperatorB
77 rdf:type USERFIELDS:FreeTextField ; 73 rdf:type USERFIELDS:FreeTextField ;
78 rdfs:label "Budget Responsible for Contractor B to Operator B"^^xsd:string ; 74 rdfs:label "Budget Responsible for Contractor B to Operator B"^^xsd:string ;
79 - USERFIELDS:hasShort "VK"^^xsd:string , "JL"^^xsd:string ; 75 + USERFIELDS:hasShort "JL"^^xsd:string , "VK"^^xsd:string ;
80 - USERFIELDS:hasValue "Vidar Kjempenes"^^xsd:string , "Jostein Larsen"^^xsd:string . 76 + USERFIELDS:hasValue "Jostein Larsen"^^xsd:string , "Vidar Kjempenes"^^xsd:string .
81 77
82 ILAP:BuidingBlockForContractorBtoOperatorB 78 ILAP:BuidingBlockForContractorBtoOperatorB
83 rdf:type USERFIELDS:FreeTextField ; 79 rdf:type USERFIELDS:FreeTextField ;
84 rdfs:label "Buiding Block for Contractor B to Operator B"^^xsd:string ; 80 rdfs:label "Buiding Block for Contractor B to Operator B"^^xsd:string ;
85 - USERFIELDS:hasShort "D2"^^xsd:string , "LPHC"^^xsd:string , "D1"^^xsd:string , "W5"^^xsd:string , "XOV"^^xsd:string , "W3"^^xsd:string , "W2"^^xsd:string , "DEM-GLC"^^xsd:string , "W4"^^xsd:string , "F0"^^xsd:string , "R0"^^xsd:string , "G0"^^xsd:string , "AG"^^xsd:string , "CA"^^xsd:string , "W1"^^xsd:string , "GLC"^^xsd:string ; 81 + USERFIELDS:hasShort "D2"^^xsd:string , "LPHC"^^xsd:string , "D1"^^xsd:string , "W5"^^xsd:string , "XOV"^^xsd:string , "W3"^^xsd:string , "W2"^^xsd:string , "DEM-GLC"^^xsd:string , "W4"^^xsd:string , "F0"^^xsd:string , "R0"^^xsd:string , "G0"^^xsd:string , "AG"^^xsd:string , "CA"^^xsd:string , "GLC"^^xsd:string , "W1"^^xsd:string ;
86 - USERFIELDS:hasValue "Demolition of old WHRU module"^^xsd:string , "X-Over"^^xsd:string , "Contract General Milestones"^^xsd:string , "Modifications of GI ducting system to WHRU"^^xsd:string , "General, for general work activities, not specifically allocated to one of the following Building Blocks (W1, W2,W3, W4, W5, D1 or D2)"^^xsd:string , "Demolition Gas Lift Compressor"^^xsd:string , "Manhours needed for delivery of SOW, but not invoiced to Company"^^xsd:string , "Installation of temp. generator for stable power supply"^^xsd:string , "Gas Lift Compressor"^^xsd:string , "ELDF Assist (E- 040)"^^xsd:string , "Assistance to COPSAS Comm"^^xsd:string , "Hook-up of tie-in and integrating of new WHRU"^^xsd:string , "Onshore fabrication and assembly of a new WHRU module"^^xsd:string , "Prep. Of tie-in and integrating work for new WHRU"^^xsd:string , "LP Hydro Cyclone"^^xsd:string , "Modifications of WI ducting and vertical exhaust stacks to WHRU"^^xsd:string . 82 + USERFIELDS:hasValue "Demolition of old WHRU module"^^xsd:string , "X-Over"^^xsd:string , "Contract General Milestones"^^xsd:string , "Modifications of GI ducting system to WHRU"^^xsd:string , "General, for general work activities, not specifically allocated to one of the following Building Blocks (W1, W2,W3, W4, W5, D1 or D2)"^^xsd:string , "Demolition Gas Lift Compressor"^^xsd:string , "Manhours needed for delivery of SOW, but not invoiced to Company"^^xsd:string , "Gas Lift Compressor"^^xsd:string , "Installation of temp. generator for stable power supply"^^xsd:string , "ELDF Assist (E- 040)"^^xsd:string , "Assistance to COPSAS Comm"^^xsd:string , "Hook-up of tie-in and integrating of new WHRU"^^xsd:string , "Onshore fabrication and assembly of a new WHRU module"^^xsd:string , "Prep. Of tie-in and integrating work for new WHRU"^^xsd:string , "LP Hydro Cyclone"^^xsd:string , "Modifications of WI ducting and vertical exhaust stacks to WHRU"^^xsd:string .
87 83
88 ILAP:CORForContractorBtoOperatorB 84 ILAP:CORForContractorBtoOperatorB
89 rdf:type USERFIELDS:FreeTextField ; 85 rdf:type USERFIELDS:FreeTextField ;
...@@ -110,8 +106,8 @@ ILAP:COR_KX_1 ...@@ -110,8 +106,8 @@ ILAP:COR_KX_1
110 ILAP:CTRForContractorBtoOperatorB 106 ILAP:CTRForContractorBtoOperatorB
111 rdf:type USERFIELDS:FreeTextField ; 107 rdf:type USERFIELDS:FreeTextField ;
112 rdfs:label "CTR for Contractor B to Operator B"^^xsd:string ; 108 rdfs:label "CTR for Contractor B to Operator B"^^xsd:string ;
113 - USERFIELDS:hasShort "HA09AD-TH"^^xsd:string , "X"^^xsd:string , "DDZEG0000"^^xsd:string ; 109 + USERFIELDS:hasShort "DDZEG0000"^^xsd:string , "X"^^xsd:string , "HA09AD-TH"^^xsd:string ;
114 - USERFIELDS:hasValue "Mod. M11 Constr planner - Thailan"^^xsd:string , "Hotwork and Platform SD"^^xsd:string , "Document Control"^^xsd:string . 110 + USERFIELDS:hasValue "Document Control"^^xsd:string , "Hotwork and Platform SD"^^xsd:string , "Mod. M11 Constr planner - Thailan"^^xsd:string .
115 111
116 ILAP:Calendar_1 112 ILAP:Calendar_1
117 rdf:type ILAP:Calendar ; 113 rdf:type ILAP:Calendar ;
...@@ -135,16 +131,16 @@ ILAP:Contract_1 ...@@ -135,16 +131,16 @@ ILAP:Contract_1
135 ILAP:LumpSumContract . 131 ILAP:LumpSumContract .
136 132
137 ILAP:ContractorAtoOperatorAPlan 133 ILAP:ContractorAtoOperatorAPlan
138 - rdf:type ILAP:ProjectExecutionPlan ; 134 + rdf:type ILAP:ActivityPlan ;
139 rdfs:label "Contractor A to Operator A Plan"^^xsd:string ; 135 rdfs:label "Contractor A to Operator A Plan"^^xsd:string ;
140 ILAP:hasPlanProject ILAP:ProjectByContractorAforOperatorA . 136 ILAP:hasPlanProject ILAP:ProjectByContractorAforOperatorA .
141 137
142 ILAP:ContractorBFabricationSubplan 138 ILAP:ContractorBFabricationSubplan
143 - rdf:type ILAP:ProjectExecutionPlan ; 139 + rdf:type ILAP:ActivityPlan ;
144 rdfs:label "Contractor B Fabrication Subplan"^^xsd:string . 140 rdfs:label "Contractor B Fabrication Subplan"^^xsd:string .
145 141
146 ILAP:ContractorBtoOperatorBDataExchangePlan 142 ILAP:ContractorBtoOperatorBDataExchangePlan
147 - rdf:type ILAP:ProjectExecutionPlan ; 143 + rdf:type ILAP:ActivityPlan ;
148 rdfs:label "Contractor B to Operator B Data Exchange Plan"^^xsd:string ; 144 rdfs:label "Contractor B to Operator B Data Exchange Plan"^^xsd:string ;
149 ILAP:hasPlanAsset ILAP:Asset ; 145 ILAP:hasPlanAsset ILAP:Asset ;
150 ILAP:hasPlanAssetOwner 146 ILAP:hasPlanAssetOwner
...@@ -211,7 +207,7 @@ ILAP:DisiplinSubfaseForContractorAtoOperatorA ...@@ -211,7 +207,7 @@ ILAP:DisiplinSubfaseForContractorAtoOperatorA
211 ILAP:EngineeringFaseForContractorAtoOperatorA 207 ILAP:EngineeringFaseForContractorAtoOperatorA
212 rdf:type USERFIELDS:FreeTextField ; 208 rdf:type USERFIELDS:FreeTextField ;
213 rdfs:label "Engineering Fase for Contractor A to Operator A"^^xsd:string ; 209 rdfs:label "Engineering Fase for Contractor A to Operator A"^^xsd:string ;
214 - USERFIELDS:hasValue "Installasjonspakker"^^xsd:string , "Disiplinkoordinering"^^xsd:string , "Beregninger"^^xsd:string , "Risikovurdering"^^xsd:string , "MTO/teknisk spec."^^xsd:string , "Prefabpakker"^^xsd:string , "Familiarisering"^^xsd:string , "Offshore befaring"^^xsd:string , "Offshore"^^xsd:string , "Leverandøroppfølging"^^xsd:string , "Systemutprøving"^^xsd:string , "MCC strategi"^^xsd:string , "MCC Støtte"^^xsd:string , "Stressanalyse"^^xsd:string , "Utarbeidelse av studierappor"^^xsd:string , "As-buil"^^xsd:string , "P&ID/PED/PFD"^^xsd:string , "Modellering"^^xsd:string , "Elektronisk oppmåling"^^xsd:string , "Installasjon"^^xsd:string , "Prefab"^^xsd:string , "Databaseoppdatering"^^xsd:string , "Tegningsproduksjon"^^xsd:string , "Medgått tid"^^xsd:string , "Lister"^^xsd:string , "Sveisekoordinering"^^xsd:string , "Follow-on"^^xsd:string . 210 + USERFIELDS:hasValue "Installasjonspakker"^^xsd:string , "Disiplinkoordinering"^^xsd:string , "Beregninger"^^xsd:string , "Risikovurdering"^^xsd:string , "MTO/teknisk spec."^^xsd:string , "Prefabpakker"^^xsd:string , "Familiarisering"^^xsd:string , "Offshore befaring"^^xsd:string , "Offshore"^^xsd:string , "P&ID/PED/PFD"^^xsd:string , "As-buil"^^xsd:string , "MCC strategi"^^xsd:string , "Utarbeidelse av studierappor"^^xsd:string , "Stressanalyse"^^xsd:string , "MCC Støtte"^^xsd:string , "Systemutprøving"^^xsd:string , "Leverandøroppfølging"^^xsd:string , "Modellering"^^xsd:string , "Elektronisk oppmåling"^^xsd:string , "Installasjon"^^xsd:string , "Prefab"^^xsd:string , "Databaseoppdatering"^^xsd:string , "Medgått tid"^^xsd:string , "Tegningsproduksjon"^^xsd:string , "Sveisekoordinering"^^xsd:string , "Lister"^^xsd:string , "Follow-on"^^xsd:string .
215 211
216 ILAP:FinishToStart_1 212 ILAP:FinishToStart_1
217 rdf:type ILAP:FinishToStart ; 213 rdf:type ILAP:FinishToStart ;
...@@ -266,12 +262,12 @@ ILAP:IncentiveContract_2 ...@@ -266,12 +262,12 @@ ILAP:IncentiveContract_2
266 ILAP:IngenioerForContractorAtoOperatorA 262 ILAP:IngenioerForContractorAtoOperatorA
267 rdf:type USERFIELDS:FreeTextField ; 263 rdf:type USERFIELDS:FreeTextField ;
268 rdfs:label "Ingenioer for Contractor A to Operator A"^^xsd:string ; 264 rdfs:label "Ingenioer for Contractor A to Operator A"^^xsd:string ;
269 - USERFIELDS:hasValue "Lennart Svensson"^^xsd:string , "Andreas Forberg "^^xsd:string , "Christer Andersson"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Andreas Gurk"^^xsd:string . 265 + USERFIELDS:hasValue "Andreas Gurk"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Christer Andersson"^^xsd:string , "Andreas Forberg "^^xsd:string , "Lennart Svensson"^^xsd:string .
270 266
271 ILAP:InndelingForContractorAtoOperatorA 267 ILAP:InndelingForContractorAtoOperatorA
272 rdf:type USERFIELDS:FreeTextField ; 268 rdf:type USERFIELDS:FreeTextField ;
273 rdfs:label "Inndeling for Contractor A to Operator A"^^xsd:string ; 269 rdfs:label "Inndeling for Contractor A to Operator A"^^xsd:string ;
274 - USERFIELDS:hasValue "18"^^xsd:string , "6"^^xsd:string , "5"^^xsd:string , "1"^^xsd:string , "2"^^xsd:string , "3"^^xsd:string , "4"^^xsd:string . 270 + USERFIELDS:hasValue "4"^^xsd:string , "3"^^xsd:string , "2"^^xsd:string , "1"^^xsd:string , "5"^^xsd:string , "6"^^xsd:string , "18"^^xsd:string .
275 271
276 ILAP:InvoicableWork_1 272 ILAP:InvoicableWork_1
277 rdf:type ILAP:InvoicableWork ; 273 rdf:type ILAP:InvoicableWork ;
...@@ -284,7 +280,7 @@ ILAP:JohnTravolta ...@@ -284,7 +280,7 @@ ILAP:JohnTravolta
284 ILAP:KPI3TypeForContractorAtoOperatorA 280 ILAP:KPI3TypeForContractorAtoOperatorA
285 rdf:type USERFIELDS:FreeTextField ; 281 rdf:type USERFIELDS:FreeTextField ;
286 rdfs:label "KPI 3 Type for Contractor A to Operator A"^^xsd:string ; 282 rdfs:label "KPI 3 Type for Contractor A to Operator A"^^xsd:string ;
287 - USERFIELDS:hasValue "Studierapport"^^xsd:string , "Sluttrapport"^^xsd:string , "RFOC"^^xsd:string . 283 + USERFIELDS:hasValue "RFOC"^^xsd:string , "Sluttrapport"^^xsd:string , "Studierapport"^^xsd:string .
288 284
289 ILAP:KontorForContractorAtoOperatorA 285 ILAP:KontorForContractorAtoOperatorA
290 rdf:type USERFIELDS:FreeTextField ; 286 rdf:type USERFIELDS:FreeTextField ;
...@@ -296,7 +292,7 @@ ILAP:KundeWBS1ForContractorBtoOperatorB ...@@ -296,7 +292,7 @@ ILAP:KundeWBS1ForContractorBtoOperatorB
296 rdf:type USERFIELDS:FreeTextField ; 292 rdf:type USERFIELDS:FreeTextField ;
297 rdfs:label "Kunde WBS1 for Contractor B to Operator B"^^xsd:string ; 293 rdfs:label "Kunde WBS1 for Contractor B to Operator B"^^xsd:string ;
298 USERFIELDS:hasShort "SR"^^xsd:string ; 294 USERFIELDS:hasShort "SR"^^xsd:string ;
299 - USERFIELDS:hasValue "Comm. Ass. Instrument Direct"^^xsd:string , "Insulation of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Clean & Test piping Air purge and drain from South Boiler"^^xsd:string , "PCS hardware - AKSO"^^xsd:string , "Reinstatement after steam blow off"^^xsd:string , "Prefab and Install piping Discharge superheated steam from PSV 12783 (W1)"^^xsd:string , "Comm Ass. Electrical direct "^^xsd:string , "Comm. Ass. Surf. Prot. Direct"^^xsd:string , "Insulation boiler pumps 67-00961 & 67-00964"^^xsd:string , "Press, Temp and Level Transmitters"^^xsd:string , "Comm. Ass. Mechanical Direct"^^xsd:string , "Steam Blow off preparation"^^xsd:string , "Painting of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Comm. Ass. Piping Direct"^^xsd:string , "Hoop up normal lighting on mezzanine deck of New WHRU - Circuit 41"^^xsd:string , "Level Glass"^^xsd:string , "Insulation piping From superheater drain to Blow down vessel (Limits as per Test pack 640/08/P04)"^^xsd:string , "Comm. Ass. Telecom Direct"^^xsd:string , "Electro Magnetic Flow Meter"^^xsd:string , "Venturi Flow Elements"^^xsd:string , "Comm. Ass Insulation Direct"^^xsd:string , "Comm. Ass. Structurel Direct"^^xsd:string , "Permanent modification normal lightings - Circuit 20"^^xsd:string . 295 + USERFIELDS:hasValue "Comm. Ass. Instrument Direct"^^xsd:string , "Insulation of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Clean & Test piping Air purge and drain from South Boiler"^^xsd:string , "PCS hardware - AKSO"^^xsd:string , "Reinstatement after steam blow off"^^xsd:string , "Prefab and Install piping Discharge superheated steam from PSV 12783 (W1)"^^xsd:string , "Comm Ass. Electrical direct "^^xsd:string , "Comm. Ass. Surf. Prot. Direct"^^xsd:string , "Insulation boiler pumps 67-00961 & 67-00964"^^xsd:string , "Press, Temp and Level Transmitters"^^xsd:string , "Steam Blow off preparation"^^xsd:string , "Comm. Ass. Mechanical Direct"^^xsd:string , "Painting of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Comm. Ass. Piping Direct"^^xsd:string , "Level Glass"^^xsd:string , "Hoop up normal lighting on mezzanine deck of New WHRU - Circuit 41"^^xsd:string , "Insulation piping From superheater drain to Blow down vessel (Limits as per Test pack 640/08/P04)"^^xsd:string , "Comm. Ass. Telecom Direct"^^xsd:string , "Electro Magnetic Flow Meter"^^xsd:string , "Comm. Ass Insulation Direct"^^xsd:string , "Venturi Flow Elements"^^xsd:string , "Comm. Ass. Structurel Direct"^^xsd:string , "Permanent modification normal lightings - Circuit 20"^^xsd:string .
300 296
301 ILAP:KundeWBS2ForContractorBtoOperatorB 297 ILAP:KundeWBS2ForContractorBtoOperatorB
302 rdf:type USERFIELDS:FreeTextField ; 298 rdf:type USERFIELDS:FreeTextField ;
...@@ -306,7 +302,7 @@ ILAP:KundeWBS2ForContractorBtoOperatorB ...@@ -306,7 +302,7 @@ ILAP:KundeWBS2ForContractorBtoOperatorB
306 ILAP:KundeWBS3ForContractorBtoOperatorB 302 ILAP:KundeWBS3ForContractorBtoOperatorB
307 rdf:type USERFIELDS:FreeTextField ; 303 rdf:type USERFIELDS:FreeTextField ;
308 rdfs:label "Kunde WBS3 for Contractor B to Operator B"^^xsd:string ; 304 rdfs:label "Kunde WBS3 for Contractor B to Operator B"^^xsd:string ;
309 - USERFIELDS:hasShort "1"^^xsd:string , "3"^^xsd:string , "9"^^xsd:string , "LR"^^xsd:string , "4"^^xsd:string , "10"^^xsd:string , "5"^^xsd:string , "42"^^xsd:string , "11"^^xsd:string , "6"^^xsd:string , "2A"^^xsd:string , "43"^^xsd:string , "2B"^^xsd:string , "7"^^xsd:string , "2"^^xsd:string , "12"^^xsd:string , "8"^^xsd:string . 305 + USERFIELDS:hasShort "1"^^xsd:string , "3"^^xsd:string , "9"^^xsd:string , "4"^^xsd:string , "LR"^^xsd:string , "10"^^xsd:string , "5"^^xsd:string , "42"^^xsd:string , "11"^^xsd:string , "6"^^xsd:string , "2A"^^xsd:string , "43"^^xsd:string , "2B"^^xsd:string , "7"^^xsd:string , "2"^^xsd:string , "12"^^xsd:string , "8"^^xsd:string .
310 306
311 ILAP:LiveSchedule_1 307 ILAP:LiveSchedule_1
312 rdf:type ILAP:LiveSchedule ; 308 rdf:type ILAP:LiveSchedule ;
...@@ -343,31 +339,31 @@ ILAP:NonInvoicableWork_1 ...@@ -343,31 +339,31 @@ ILAP:NonInvoicableWork_1
343 ILAP:Operation_1 339 ILAP:Operation_1
344 rdf:type ILAP:Operation ; 340 rdf:type ILAP:Operation ;
345 rdfs:label "Operation 1"^^xsd:string ; 341 rdfs:label "Operation 1"^^xsd:string ;
346 - ILAP:hasOperationWorkOrder
347 - ILAP:WorkOrder_1 ;
348 ILAP:hasWorkTaskPriority 342 ILAP:hasWorkTaskPriority
349 - ILAP:NormalPriority . 343 + ILAP:NormalPriority ;
344 + ILAP:hasWorkTaskWorkOrder
345 + ILAP:WorkOrder_1 .
350 346
351 ILAP:Operation_2 347 ILAP:Operation_2
352 rdf:type ILAP:Operation ; 348 rdf:type ILAP:Operation ;
353 rdfs:label "Operation 2"^^xsd:string ; 349 rdfs:label "Operation 2"^^xsd:string ;
354 - ILAP:hasOperationWorkOrder
355 - ILAP:WorkOrder_1 , ILAP:WorkOrder_2 ;
356 ILAP:hasWorkTaskPriority 350 ILAP:hasWorkTaskPriority
357 - ILAP:LowPriority . 351 + ILAP:LowPriority ;
352 + ILAP:hasWorkTaskWorkOrder
353 + ILAP:WorkOrder_1 , ILAP:WorkOrder_2 .
358 354
359 ILAP:Operation_3 355 ILAP:Operation_3
360 rdf:type ILAP:Operation ; 356 rdf:type ILAP:Operation ;
361 rdfs:label "Operation 3"^^xsd:string ; 357 rdfs:label "Operation 3"^^xsd:string ;
362 - ILAP:hasOperationWorkOrder
363 - ILAP:WorkOrder_1 , ILAP:WorkOrder_3 ;
364 ILAP:hasWorkTaskPriority 358 ILAP:hasWorkTaskPriority
365 - ILAP:HighPriority . 359 + ILAP:HighPriority ;
360 + ILAP:hasWorkTaskWorkOrder
361 + ILAP:WorkOrder_1 , ILAP:WorkOrder_3 .
366 362
367 ILAP:Operation_4 363 ILAP:Operation_4
368 rdf:type ILAP:Operation ; 364 rdf:type ILAP:Operation ;
369 rdfs:label "Operation 4"^^xsd:string ; 365 rdfs:label "Operation 4"^^xsd:string ;
370 - ILAP:hasOperationWorkOrder 366 + ILAP:hasWorkTaskWorkOrder
371 ILAP:WorkOrder_4 . 367 ILAP:WorkOrder_4 .
372 368
373 ILAP:OperatorBcontractPortfolioPlan 369 ILAP:OperatorBcontractPortfolioPlan
...@@ -406,7 +402,7 @@ ILAP:PBS_ACAA_1 ...@@ -406,7 +402,7 @@ ILAP:PBS_ACAA_1
406 ILAP:PlanleggerForContractorAtoOperatorA 402 ILAP:PlanleggerForContractorAtoOperatorA
407 rdf:type USERFIELDS:FreeTextField ; 403 rdf:type USERFIELDS:FreeTextField ;
408 rdfs:label "Planlegger for Contractor A to Operator A"^^xsd:string ; 404 rdfs:label "Planlegger for Contractor A to Operator A"^^xsd:string ;
409 - USERFIELDS:hasValue "Alf Anton Hammerdal"^^xsd:string , "Gry Helle Nakstad"^^xsd:string , "Mattias Allebert"^^xsd:string , "Erik Havnes"^^xsd:string , "Yngve Rolseth"^^xsd:string . 405 + USERFIELDS:hasValue "Yngve Rolseth"^^xsd:string , "Erik Havnes"^^xsd:string , "Mattias Allebert"^^xsd:string , "Gry Helle Nakstad"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string .
410 406
411 ILAP:PlannedActivity_1 407 ILAP:PlannedActivity_1
412 rdf:type ILAP:PlannedActivity ; 408 rdf:type ILAP:PlannedActivity ;
...@@ -414,7 +410,7 @@ ILAP:PlannedActivity_1 ...@@ -414,7 +410,7 @@ ILAP:PlannedActivity_1
414 ILAP:hasActivityActiveStatus 410 ILAP:hasActivityActiveStatus
415 ILAP:Active ; 411 ILAP:Active ;
416 ILAP:hasActivityPlan 412 ILAP:hasActivityPlan
417 - ILAP:ContractorAtoOperatorAPlan , ILAP:OperatorBcontractPortfolioPlan ; 413 + ILAP:OperatorBcontractPortfolioPlan , ILAP:ContractorAtoOperatorAPlan ;
418 ILAP:hasActivityRisk 414 ILAP:hasActivityRisk
419 ILAP:Risk_1 ; 415 ILAP:Risk_1 ;
420 ILAP:hasFixedFinish "2015-01-05"^^xsd:date ; 416 ILAP:hasFixedFinish "2015-01-05"^^xsd:date ;
...@@ -513,7 +509,7 @@ ILAP:ProjectTypeForContractorAtoOperatorA ...@@ -513,7 +509,7 @@ ILAP:ProjectTypeForContractorAtoOperatorA
513 ILAP:ProsjektlederForContractorAtoOperatorA 509 ILAP:ProsjektlederForContractorAtoOperatorA
514 rdf:type USERFIELDS:FreeTextField ; 510 rdf:type USERFIELDS:FreeTextField ;
515 rdfs:label "Prosjektleder for Contractor A to Operator A"^^xsd:string ; 511 rdfs:label "Prosjektleder for Contractor A to Operator A"^^xsd:string ;
516 - USERFIELDS:hasValue "Geir Sve"^^xsd:string , "Finn Olav Aase"^^xsd:string , "Ove Løberg"^^xsd:string , "Kenneth Johansson"^^xsd:string , "Gunn Elin Harba"^^xsd:string . 512 + USERFIELDS:hasValue "Gunn Elin Harba"^^xsd:string , "Kenneth Johansson"^^xsd:string , "Ove Løberg"^^xsd:string , "Finn Olav Aase"^^xsd:string , "Geir Sve"^^xsd:string .
517 513
518 ILAP:ProsjektstrukturIFSForContractorBtoOperatorB 514 ILAP:ProsjektstrukturIFSForContractorBtoOperatorB
519 rdf:type USERFIELDS:FreeTextField ; 515 rdf:type USERFIELDS:FreeTextField ;
...@@ -644,7 +640,7 @@ ILAP:ShutdownPeriodForContractorAtoOperatorA ...@@ -644,7 +640,7 @@ ILAP:ShutdownPeriodForContractorAtoOperatorA
644 640
645 ILAP:StandardFreeWeekendPeriod 641 ILAP:StandardFreeWeekendPeriod
646 ILAP:hasCalendarPeriodFreeHour 642 ILAP:hasCalendarPeriodFreeHour
647 - ILAP:From00To08 , ILAP:From16To24 ; 643 + ILAP:From16To24 , ILAP:From00To08 ;
648 ILAP:hasCalendarPeriodHour 644 ILAP:hasCalendarPeriodHour
649 ILAP:From08To16 ; 645 ILAP:From08To16 ;
650 ILAP:hasFreePeriodEndDate 646 ILAP:hasFreePeriodEndDate
...@@ -666,7 +662,7 @@ ILAP:SubSystemCommPckForContractorBtoOperatorB ...@@ -666,7 +662,7 @@ ILAP:SubSystemCommPckForContractorBtoOperatorB
666 rdf:type USERFIELDS:FreeTextField ; 662 rdf:type USERFIELDS:FreeTextField ;
667 rdfs:label "Sub System Comm Pck. for Contractor B to Operator B"^^xsd:string ; 663 rdfs:label "Sub System Comm Pck. for Contractor B to Operator B"^^xsd:string ;
668 USERFIELDS:hasShort "300/01"^^xsd:string , "G00/01"^^xsd:string , "260/01"^^xsd:string , "300/04"^^xsd:string , "300/06"^^xsd:string , "260/03"^^xsd:string , "300/03"^^xsd:string , "300/02"^^xsd:string , "300/05"^^xsd:string ; 664 USERFIELDS:hasShort "300/01"^^xsd:string , "G00/01"^^xsd:string , "260/01"^^xsd:string , "300/04"^^xsd:string , "300/06"^^xsd:string , "260/03"^^xsd:string , "300/03"^^xsd:string , "300/02"^^xsd:string , "300/05"^^xsd:string ;
669 - USERFIELDS:hasValue "WIP-D Power & Controls MLD 91 XV-31414"^^xsd:string , "WIP-B Power & Controls MLD 91 XV-31411"^^xsd:string , "Modification on Ducting Gas Lift Turbine 84 10001"^^xsd:string , "Spares (if any) installed on the field related to new WHRU Project"^^xsd:string , "New Exhaust of WI Turbines 84-10012 & 84-10011 (A&B)"^^xsd:string , "SD 13 New Exhaust of WI Turbines 84-10013 (C)"^^xsd:string , "Installation and Hook up MLD 91 XV-31410 to new module"^^xsd:string , "WIP-A Power & Controls MLD 91 XV-31412"^^xsd:string , "WIP-C Power & Controls MLD 91 XV-31413"^^xsd:string . 665 + USERFIELDS:hasValue "Spares (if any) installed on the field related to new WHRU Project"^^xsd:string , "WIP-B Power & Controls MLD 91 XV-31411"^^xsd:string , "Modification on Ducting Gas Lift Turbine 84 10001"^^xsd:string , "WIP-D Power & Controls MLD 91 XV-31414"^^xsd:string , "New Exhaust of WI Turbines 84-10012 & 84-10011 (A&B)"^^xsd:string , "SD 13 New Exhaust of WI Turbines 84-10013 (C)"^^xsd:string , "Installation and Hook up MLD 91 XV-31410 to new module"^^xsd:string , "WIP-A Power & Controls MLD 91 XV-31412"^^xsd:string , "WIP-C Power & Controls MLD 91 XV-31413"^^xsd:string .
670 666
671 ILAP:SummerShutdown_UC1 667 ILAP:SummerShutdown_UC1
672 rdf:type ILAP:Shutdown ; 668 rdf:type ILAP:Shutdown ;
...@@ -678,13 +674,13 @@ ILAP:SummerShutdown_UC1 ...@@ -678,13 +674,13 @@ ILAP:SummerShutdown_UC1
678 ILAP:hasShutdownPriority 674 ILAP:hasShutdownPriority
679 ILAP:NormalPriority ; 675 ILAP:NormalPriority ;
680 ILAP:hasShutdownType 676 ILAP:hasShutdownType
681 - ILAP:ScheduledShutdown , ILAP:ProductionShutdown , ILAP:SystemShutdown . 677 + ILAP:SystemShutdown , ILAP:ProductionShutdown , ILAP:ScheduledShutdown .
682 678
683 ILAP:SystemCodeForContractorBtoOperatorB 679 ILAP:SystemCodeForContractorBtoOperatorB
684 rdf:type USERFIELDS:FreeTextField ; 680 rdf:type USERFIELDS:FreeTextField ;
685 rdfs:label "System Code for Contractor B to Operator B"^^xsd:string ; 681 rdfs:label "System Code for Contractor B to Operator B"^^xsd:string ;
686 - USERFIELDS:hasShort "300"^^xsd:string , "740"^^xsd:string , "670"^^xsd:string , "610"^^xsd:string , "640"^^xsd:string , "540"^^xsd:string , "710"^^xsd:string , "840"^^xsd:string , "600"^^xsd:string , "780"^^xsd:string , "630"^^xsd:string , "260"^^xsd:string , "510"^^xsd:string , "500"^^xsd:string , "800"^^xsd:string , "G00"^^xsd:string , "310"^^xsd:string , "530"^^xsd:string ; 682 + USERFIELDS:hasShort "300"^^xsd:string , "740"^^xsd:string , "670"^^xsd:string , "610"^^xsd:string , "640"^^xsd:string , "540"^^xsd:string , "710"^^xsd:string , "600"^^xsd:string , "840"^^xsd:string , "260"^^xsd:string , "630"^^xsd:string , "780"^^xsd:string , "510"^^xsd:string , "500"^^xsd:string , "800"^^xsd:string , "G00"^^xsd:string , "530"^^xsd:string , "310"^^xsd:string ;
687 - USERFIELDS:hasValue "Water Fire Fighting"^^xsd:string , "Water Injection System General"^^xsd:string , "(blank)"^^xsd:string , "Closed Cooling Water"^^xsd:string , "Glycol circulation and Regeneration"^^xsd:string , "Gas Lift"^^xsd:string , "Mechanical Handling"^^xsd:string , "Navigation And Identification"^^xsd:string , "Instrument and Utility Air"^^xsd:string , "Flare, vent and Blow Down"^^xsd:string , "Temporary Equipment"^^xsd:string , "Process and Equipment Control"^^xsd:string , "Emergency Power Generation and Distribution"^^xsd:string , "Low Voltage Power Generation and Distribution"^^xsd:string , "Fresh Water"^^xsd:string , "Non Specific And Across Many Systems"^^xsd:string , "Steam Generation and Waste Heat Recovery"^^xsd:string , "Injection Seawater Supply"^^xsd:string , "Open Drains"^^xsd:string . 683 + USERFIELDS:hasValue "Water Fire Fighting"^^xsd:string , "Water Injection System General"^^xsd:string , "(blank)"^^xsd:string , "Glycol circulation and Regeneration"^^xsd:string , "Closed Cooling Water"^^xsd:string , "Instrument and Utility Air"^^xsd:string , "Mechanical Handling"^^xsd:string , "Navigation And Identification"^^xsd:string , "Gas Lift"^^xsd:string , "Flare, vent and Blow Down"^^xsd:string , "Temporary Equipment"^^xsd:string , "Process and Equipment Control"^^xsd:string , "Emergency Power Generation and Distribution"^^xsd:string , "Non Specific And Across Many Systems"^^xsd:string , "Fresh Water"^^xsd:string , "Low Voltage Power Generation and Distribution"^^xsd:string , "Injection Seawater Supply"^^xsd:string , "Steam Generation and Waste Heat Recovery"^^xsd:string , "Open Drains"^^xsd:string .
688 684
689 ILAP:TargetBudget_1 685 ILAP:TargetBudget_1
690 rdf:type ILAP:TargetBudget ; 686 rdf:type ILAP:TargetBudget ;
...@@ -813,7 +809,7 @@ ILAP:UserFieldForContractorBtoOperatorB ...@@ -813,7 +809,7 @@ ILAP:UserFieldForContractorBtoOperatorB
813 ILAP:Value_1 809 ILAP:Value_1
814 rdf:type ILAP:Value ; 810 rdf:type ILAP:Value ;
815 rdfs:label "The Value of the Asset (link to value estimates)"^^xsd:string ; 811 rdfs:label "The Value of the Asset (link to value estimates)"^^xsd:string ;
816 - ILAP:hasValueAsset ILAP:Asset_1 , <http://data.posccaesar.org/npd/facts/Field-4350> . 812 + ILAP:hasValueAsset <http://data.posccaesar.org/npd/facts/Field-4350> , ILAP:Asset_1 .
817 813
818 ILAP:WorkOrder_1 814 ILAP:WorkOrder_1
819 rdf:type ILAP:WorkOrder ; 815 rdf:type ILAP:WorkOrder ;
...@@ -851,7 +847,7 @@ ILAP:WorkcenterSAPForContractorAtoOperatorA ...@@ -851,7 +847,7 @@ ILAP:WorkcenterSAPForContractorAtoOperatorA
851 rdf:type USERFIELDS:FreeTextField ; 847 rdf:type USERFIELDS:FreeTextField ;
852 rdfs:label "Workcenter SAP for Contractor A to Operator A"^^xsd:string ; 848 rdfs:label "Workcenter SAP for Contractor A to Operator A"^^xsd:string ;
853 USERFIELDS:hasShort "C03COS"^^xsd:string , "C03ELM"^^xsd:string , "C03ELE"^^xsd:string , "C03HVA "^^xsd:string , "C03STA"^^xsd:string ; 849 USERFIELDS:hasShort "C03COS"^^xsd:string , "C03ELM"^^xsd:string , "C03ELE"^^xsd:string , "C03HVA "^^xsd:string , "C03STA"^^xsd:string ;
854 - USERFIELDS:hasValue "Elektro"^^xsd:string , "Struktur analyse"^^xsd:string , "Kostkontroll"^^xsd:string , "HVAC"^^xsd:string , "El. Oppmålin"^^xsd:string . 850 + USERFIELDS:hasValue "Elektro"^^xsd:string , "Struktur analyse"^^xsd:string , "Kostkontroll"^^xsd:string , "El. Oppmålin"^^xsd:string , "HVAC"^^xsd:string .
855 851
856 ILAP:hasActivityActiveStatus 852 ILAP:hasActivityActiveStatus
857 rdfs:range ILAP:Status . 853 rdfs:range ILAP:Status .
...@@ -887,15 +883,15 @@ USERFIELDS:UserField ...@@ -887,15 +883,15 @@ USERFIELDS:UserField
887 [ rdf:type owl:Restriction ; 883 [ rdf:type owl:Restriction ;
888 owl:maxQualifiedCardinality 884 owl:maxQualifiedCardinality
889 "1"^^xsd:nonNegativeInteger ; 885 "1"^^xsd:nonNegativeInteger ;
890 - owl:onClass ILAP:MilestoneType ; 886 + owl:onClass ILAP:Contractor ;
891 - owl:onProperty USERFIELDS:hasMilestoneType 887 + owl:onProperty USERFIELDS:hasContractor
892 ] ; 888 ] ;
893 rdfs:subClassOf 889 rdfs:subClassOf
894 [ rdf:type owl:Restriction ; 890 [ rdf:type owl:Restriction ;
895 owl:maxQualifiedCardinality 891 owl:maxQualifiedCardinality
896 "1"^^xsd:nonNegativeInteger ; 892 "1"^^xsd:nonNegativeInteger ;
897 - owl:onClass ILAP:Contractor ; 893 + owl:onClass ILAP:MilestoneType ;
898 - owl:onProperty USERFIELDS:hasContractor 894 + owl:onProperty USERFIELDS:hasMilestoneType
899 ] . 895 ] .
900 896
901 USERFIELDS:hasCategory 897 USERFIELDS:hasCategory
......