Tore Christiansen

Updated Work Order

...@@ -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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 17 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
18 rdfs:comment "A Thing that brings about (intended) change by events, operations or processes that consume time and possibly other resources (adapted from ISO 15926, PMI and BSI)."^^xsd:string ; 18 rdfs:comment "A Thing that brings about (intended) change by events, operations or processes that consume time and possibly other resources (adapted from ISO 15926, PMI and BSI)."^^xsd:string ;
19 rdfs:label "Activity"^^xsd:string ; 19 rdfs:label "Activity"^^xsd:string ;
20 rdfs:subClassOf 20 rdfs:subClassOf
21 [ rdf:type owl:Restriction ; 21 [ rdf:type owl:Restriction ;
22 - owl:allValuesFrom ILAP:Status ; 22 + owl:allValuesFrom ILAP:Discipline ;
23 - owl:onProperty ILAP:hasActivityStatus 23 + owl:onProperty ILAP:hasActivityDiscipline
24 ] ; 24 ] ;
25 rdfs:subClassOf 25 rdfs:subClassOf
26 [ rdf:type owl:Restriction ; 26 [ rdf:type owl:Restriction ;
...@@ -29,32 +29,32 @@ ILAP:Activity ...@@ -29,32 +29,32 @@ ILAP:Activity
29 ] ; 29 ] ;
30 rdfs:subClassOf 30 rdfs:subClassOf
31 [ rdf:type owl:Restriction ; 31 [ rdf:type owl:Restriction ;
32 - owl:allValuesFrom ILAP:Discipline ; 32 + owl:allValuesFrom ILAP:Status ;
33 - owl:onProperty ILAP:hasActivityDiscipline 33 + owl:onProperty ILAP:hasActivityStatus
34 ] . 34 ] .
35 35
36 ILAP:ActivityDependency 36 ILAP:ActivityDependency
37 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 37 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
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:hasSuccessorActivity ; 44 + owl:onProperty ILAP:hasPredecessorActivity ;
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:hasPredecessorActivity ; 51 + owl:onProperty ILAP:hasSuccessorActivity ;
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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 57 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
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:ProjectExecutionPlan ; 60 rdfs:subClassOf ILAP:ProjectExecutionPlan ;
...@@ -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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; 74 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ;
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 owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . 83 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing .
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 owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . 89 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing .
90 90
91 ILAP:Baseline 91 ILAP:Baseline
92 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 92 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 113 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
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 <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; 116 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ;
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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 124 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
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 owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . 127 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing .
128 128
129 ILAP:CalendarFreePeriod 129 ILAP:CalendarFreePeriod
130 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; 130 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
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 ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; 133 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ;
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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; 145 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
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 <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . 148 + rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> .
149 149
150 ILAP:CalendarHour 150 ILAP:CalendarHour
151 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 151 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
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 owl:Thing , <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> . 154 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> , owl:Thing .
155 155
156 ILAP:CalendarPeriod 156 ILAP:CalendarPeriod
157 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; 157 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ;
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 owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; 160 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ;
161 rdfs:subClassOf 161 rdfs:subClassOf
162 [ rdf:type owl:Restriction ; 162 [ rdf:type owl:Restriction ;
163 - owl:allValuesFrom ILAP:CalendarHour ; 163 + owl:allValuesFrom ILAP:CalendarDay ;
164 - owl:onProperty ILAP:hasCalendarPeriodHour 164 + owl:onProperty ILAP:hasCalendarPeriodDay
165 ] ; 165 ] ;
166 rdfs:subClassOf 166 rdfs:subClassOf
167 [ rdf:type owl:Restriction ; 167 [ rdf:type owl:Restriction ;
168 - owl:allValuesFrom ILAP:CalendarDay ; 168 + owl:allValuesFrom ILAP:CalendarHour ;
169 - owl:onProperty ILAP:hasCalendarPeriodDay 169 + owl:onProperty ILAP:hasCalendarPeriodHour
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 owl:Thing , <http://posccaesar.org/rdl/RDS330344> . 187 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing .
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 owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . 198 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing .
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 owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . 226 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing .
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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 241 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
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 ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; 250 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ;
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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; 326 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
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,14 +344,16 @@ ILAP:EngineeringMilestone ...@@ -344,14 +344,16 @@ ILAP:EngineeringMilestone
344 rdfs:subClassOf ILAP:MilestoneType . 344 rdfs:subClassOf ILAP:MilestoneType .
345 345
346 ILAP:ExternalReference 346 ILAP:ExternalReference
347 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; 347 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ;
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 <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; 350 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ;
351 rdfs:subClassOf 351 rdfs:subClassOf
352 [ rdf:type owl:Restriction ; 352 [ rdf:type owl:Restriction ;
353 - owl:allValuesFrom ILAP:Application ; 353 + owl:onDataRange xsd:string ;
354 - owl:onProperty ILAP:hasReferenceApplication 354 + owl:onProperty ILAP:hasObjectReferenceID ;
355 + owl:qualifiedCardinality
356 + "1"^^xsd:nonNegativeInteger
355 ] ; 357 ] ;
356 rdfs:subClassOf 358 rdfs:subClassOf
357 [ rdf:type owl:Restriction ; 359 [ rdf:type owl:Restriction ;
...@@ -360,10 +362,8 @@ ILAP:ExternalReference ...@@ -360,10 +362,8 @@ ILAP:ExternalReference
360 ] ; 362 ] ;
361 rdfs:subClassOf 363 rdfs:subClassOf
362 [ rdf:type owl:Restriction ; 364 [ rdf:type owl:Restriction ;
363 - owl:onDataRange xsd:string ; 365 + owl:allValuesFrom ILAP:Application ;
364 - owl:onProperty ILAP:hasObjectReferenceID ; 366 + owl:onProperty ILAP:hasReferenceApplication
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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 382 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
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 <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 385 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
386 386
387 ILAP:FinishToStart 387 ILAP:FinishToStart
388 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 388 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
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 <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 391 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
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 owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . 421 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing .
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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 442 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; 448 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ;
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 <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . 451 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> .
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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; 478 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ;
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 owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . 491 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing .
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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 556 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
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 owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . 559 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing .
560 560
561 ILAP:PlanContentType 561 ILAP:PlanContentType
562 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 562 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
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 ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . 565 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier .
566 566
567 ILAP:PlanContractType 567 ILAP:PlanContractType
568 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 568 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 574 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; 580 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ;
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 <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 583 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
584 584
585 ILAP:PlanLevel 585 ILAP:PlanLevel
586 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 586 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
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 <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 589 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
590 590
591 ILAP:PlanLifecycleStage 591 ILAP:PlanLifecycleStage
592 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 592 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
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:LifecyclePhase , <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 595 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> , ILAP:LifecyclePhase .
596 596
597 ILAP:PlanObjectiveType 597 ILAP:PlanObjectiveType
598 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; 598 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ;
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 <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . 601 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> .
602 602
603 ILAP:PlanProjectType 603 ILAP:PlanProjectType
604 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 604 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
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 <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . 607 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> .
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 ;
...@@ -613,15 +613,13 @@ ILAP:PlannedActivity ...@@ -613,15 +613,13 @@ ILAP:PlannedActivity
613 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; 613 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
614 rdfs:subClassOf 614 rdfs:subClassOf
615 [ rdf:type owl:Restriction ; 615 [ rdf:type owl:Restriction ;
616 - owl:maxQualifiedCardinality 616 + owl:allValuesFrom ILAP:Calendar ;
617 - "1"^^xsd:nonNegativeInteger ; 617 + owl:onProperty ILAP:hasActivityCalendar
618 - owl:onClass ILAP:ProjectExecutionPlan ;
619 - owl:onProperty ILAP:hasActivityPlan
620 ] ; 618 ] ;
621 rdfs:subClassOf 619 rdfs:subClassOf
622 [ rdf:type owl:Restriction ; 620 [ rdf:type owl:Restriction ;
623 - owl:allValuesFrom ILAP:Location ; 621 + owl:onProperty ILAP:hasActivityDiscipline ;
624 - owl:onProperty ILAP:hasActivityLocation 622 + owl:someValuesFrom ILAP:Discipline
625 ] ; 623 ] ;
626 rdfs:subClassOf 624 rdfs:subClassOf
627 [ rdf:type owl:Restriction ; 625 [ rdf:type owl:Restriction ;
...@@ -632,18 +630,20 @@ ILAP:PlannedActivity ...@@ -632,18 +630,20 @@ ILAP:PlannedActivity
632 ] ; 630 ] ;
633 rdfs:subClassOf 631 rdfs:subClassOf
634 [ rdf:type owl:Restriction ; 632 [ rdf:type owl:Restriction ;
635 - owl:allValuesFrom ILAP:Calendar ; 633 + owl:maxQualifiedCardinality
636 - owl:onProperty ILAP:hasActivityCalendar 634 + "1"^^xsd:nonNegativeInteger ;
635 + owl:onClass ILAP:ProjectExecutionPlan ;
636 + owl:onProperty ILAP:hasActivityPlan
637 ] ; 637 ] ;
638 rdfs:subClassOf 638 rdfs:subClassOf
639 [ rdf:type owl:Restriction ; 639 [ rdf:type owl:Restriction ;
640 - owl:allValuesFrom ILAP:Result ; 640 + owl:allValuesFrom ILAP:ResponsiblePerson ;
641 - owl:onProperty ILAP:hasActivityResult 641 + owl:onProperty ILAP:hasActivityResponsiblePerson
642 ] ; 642 ] ;
643 rdfs:subClassOf 643 rdfs:subClassOf
644 [ rdf:type owl:Restriction ; 644 [ rdf:type owl:Restriction ;
645 - owl:onProperty ILAP:hasActivityDiscipline ; 645 + owl:allValuesFrom ILAP:Result ;
646 - owl:someValuesFrom ILAP:Discipline 646 + owl:onProperty ILAP:hasActivityResult
647 ] ; 647 ] ;
648 rdfs:subClassOf 648 rdfs:subClassOf
649 [ rdf:type owl:Restriction ; 649 [ rdf:type owl:Restriction ;
...@@ -652,13 +652,13 @@ ILAP:PlannedActivity ...@@ -652,13 +652,13 @@ ILAP:PlannedActivity
652 ] ; 652 ] ;
653 rdfs:subClassOf 653 rdfs:subClassOf
654 [ rdf:type owl:Restriction ; 654 [ rdf:type owl:Restriction ;
655 - owl:allValuesFrom ILAP:ActivityDependency ; 655 + owl:allValuesFrom ILAP:ActivityWBS ;
656 - owl:onProperty ILAP:hasActivitySuccessor 656 + owl:onProperty ILAP:hasActivityWBSelement
657 ] ; 657 ] ;
658 rdfs:subClassOf 658 rdfs:subClassOf
659 [ rdf:type owl:Restriction ; 659 [ rdf:type owl:Restriction ;
660 - owl:allValuesFrom ILAP:ResponsiblePerson ; 660 + owl:allValuesFrom ILAP:ActivityDependency ;
661 - owl:onProperty ILAP:hasActivityResponsiblePerson 661 + owl:onProperty ILAP:hasActivitySuccessor
662 ] ; 662 ] ;
663 rdfs:subClassOf 663 rdfs:subClassOf
664 [ rdf:type owl:Restriction ; 664 [ rdf:type owl:Restriction ;
...@@ -667,8 +667,8 @@ ILAP:PlannedActivity ...@@ -667,8 +667,8 @@ ILAP:PlannedActivity
667 ] ; 667 ] ;
668 rdfs:subClassOf 668 rdfs:subClassOf
669 [ rdf:type owl:Restriction ; 669 [ rdf:type owl:Restriction ;
670 - owl:allValuesFrom ILAP:ActivityWBS ; 670 + owl:allValuesFrom ILAP:Location ;
671 - owl:onProperty ILAP:hasActivityWBSelement 671 + owl:onProperty ILAP:hasActivityLocation
672 ] . 672 ] .
673 673
674 ILAP:PlannedMilestone 674 ILAP:PlannedMilestone
...@@ -712,14 +712,19 @@ ILAP:Programme ...@@ -712,14 +712,19 @@ ILAP:Programme
712 rdfs:subClassOf ILAP:Activity . 712 rdfs:subClassOf ILAP:Activity .
713 713
714 ILAP:Project 714 ILAP:Project
715 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 715 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
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 BRREG:OilCompany ; 721 + owl:allValuesFrom ILAP:Project ;
722 - owl:onProperty ILAP:hasProjectResponsible 722 + owl:onProperty ILAP:hasProjectSubproject
723 + ] ;
724 + rdfs:subClassOf
725 + [ rdf:type owl:Restriction ;
726 + owl:allValuesFrom ILAP:ExternalReference ;
727 + owl:onProperty ILAP:hasExternalReference
723 ] ; 728 ] ;
724 rdfs:subClassOf 729 rdfs:subClassOf
725 [ rdf:type owl:Restriction ; 730 [ rdf:type owl:Restriction ;
...@@ -730,13 +735,8 @@ ILAP:Project ...@@ -730,13 +735,8 @@ ILAP:Project
730 ] ; 735 ] ;
731 rdfs:subClassOf 736 rdfs:subClassOf
732 [ rdf:type owl:Restriction ; 737 [ rdf:type owl:Restriction ;
733 - owl:allValuesFrom ILAP:ExternalReference ; 738 + owl:allValuesFrom BRREG:OilCompany ;
734 - owl:onProperty ILAP:hasExternalReference 739 + owl:onProperty ILAP:hasProjectResponsible
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,50 +746,52 @@ ILAP:ProjectExecutionPlan ...@@ -746,50 +746,52 @@ 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 ILAP:ProjectExecutionPlan ; 749 + owl:allValuesFrom BRREG:LegalEntity ;
750 - owl:onProperty ILAP:hasPlanSubplan 750 + owl:onProperty ILAP:hasPlanResponsible
751 ] ; 751 ] ;
752 rdfs:subClassOf 752 rdfs:subClassOf
753 [ rdf:type owl:Restriction ; 753 [ rdf:type owl:Restriction ;
754 - owl:maxQualifiedCardinality 754 + owl:onProperty ILAP:hasPlanProjectType ;
755 - "1"^^xsd:nonNegativeInteger ; 755 + owl:someValuesFrom ILAP:PlanProjectType
756 - owl:onClass ILAP:Project ;
757 - owl:onProperty ILAP:hasPlanProject
758 ] ; 756 ] ;
759 rdfs:subClassOf 757 rdfs:subClassOf
760 [ rdf:type owl:Restriction ; 758 [ rdf:type owl:Restriction ;
761 - owl:allValuesFrom ILAP:PlanLifecycleStage ; 759 + owl:onProperty ILAP:hasPlanGeoArea ;
762 - owl:onProperty ILAP:hasPlanLifecycleStage 760 + owl:someValuesFrom ILAP:PlanGeoArea
763 ] ; 761 ] ;
764 rdfs:subClassOf 762 rdfs:subClassOf
765 [ rdf:type owl:Restriction ; 763 [ rdf:type owl:Restriction ;
766 - owl:allValuesFrom ILAP:PlanContractType ; 764 + owl:allValuesFrom ILAP:PlanObjectiveType ;
767 - owl:onProperty ILAP:hasPlanContractType 765 + owl:onProperty ILAP:hasPlanObjectiveType
768 ] ; 766 ] ;
769 rdfs:subClassOf 767 rdfs:subClassOf
770 [ rdf:type owl:Restriction ; 768 [ rdf:type owl:Restriction ;
771 - owl:onProperty ILAP:hasPlanGeoArea ; 769 + owl:onProperty ILAP:hasPlanContentType ;
772 - owl:someValuesFrom ILAP:PlanGeoArea 770 + owl:someValuesFrom ILAP:PlanContentType
773 ] ; 771 ] ;
774 rdfs:subClassOf 772 rdfs:subClassOf
775 [ rdf:type owl:Restriction ; 773 [ rdf:type owl:Restriction ;
776 - owl:onProperty ILAP:hasPlanContentType ; 774 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
777 - owl:someValuesFrom ILAP:PlanContentType 775 + owl:onProperty ILAP:hasPlanRollUpPlan
778 ] ; 776 ] ;
779 rdfs:subClassOf 777 rdfs:subClassOf
780 [ rdf:type owl:Restriction ; 778 [ rdf:type owl:Restriction ;
781 - owl:onProperty ILAP:hasPlanLevel ; 779 + owl:maxQualifiedCardinality
782 - owl:someValuesFrom ILAP:PlanLevel 780 + "1"^^xsd:nonNegativeInteger ;
781 + owl:onClass ILAP:Project ;
782 + owl:onProperty ILAP:hasPlanProject
783 ] ; 783 ] ;
784 rdfs:subClassOf 784 rdfs:subClassOf
785 [ rdf:type owl:Restriction ; 785 [ rdf:type owl:Restriction ;
786 - owl:onProperty ILAP:hasPlanProjectType ; 786 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
787 - owl:someValuesFrom ILAP:PlanProjectType 787 + owl:onProperty ILAP:hasPlanSubplan
788 ] ; 788 ] ;
789 rdfs:subClassOf 789 rdfs:subClassOf
790 [ rdf:type owl:Restriction ; 790 [ rdf:type owl:Restriction ;
791 - owl:allValuesFrom ILAP:PlanObjectiveType ; 791 + owl:maxQualifiedCardinality
792 - owl:onProperty ILAP:hasPlanObjectiveType 792 + "1"^^xsd:nonNegativeInteger ;
793 + owl:onClass ILAP:PlanLevel ;
794 + owl:onProperty ILAP:hasPlanLevel
793 ] ; 795 ] ;
794 rdfs:subClassOf 796 rdfs:subClassOf
795 [ rdf:type owl:Restriction ; 797 [ rdf:type owl:Restriction ;
...@@ -798,20 +800,18 @@ ILAP:ProjectExecutionPlan ...@@ -798,20 +800,18 @@ ILAP:ProjectExecutionPlan
798 ] ; 800 ] ;
799 rdfs:subClassOf 801 rdfs:subClassOf
800 [ rdf:type owl:Restriction ; 802 [ rdf:type owl:Restriction ;
801 - owl:allValuesFrom BRREG:LegalEntity ; 803 + owl:allValuesFrom ILAP:PlanLifecycleStage ;
802 - owl:onProperty ILAP:hasPlanResponsible 804 + owl:onProperty ILAP:hasPlanLifecycleStage
803 ] ; 805 ] ;
804 rdfs:subClassOf 806 rdfs:subClassOf
805 [ rdf:type owl:Restriction ; 807 [ rdf:type owl:Restriction ;
806 - owl:maxQualifiedCardinality 808 + owl:allValuesFrom ILAP:PlanContractType ;
807 - "1"^^xsd:nonNegativeInteger ; 809 + owl:onProperty ILAP:hasPlanContractType
808 - owl:onClass ILAP:PlanLevel ;
809 - owl:onProperty ILAP:hasPlanLevel
810 ] ; 810 ] ;
811 rdfs:subClassOf 811 rdfs:subClassOf
812 [ rdf:type owl:Restriction ; 812 [ rdf:type owl:Restriction ;
813 - owl:allValuesFrom ILAP:ProjectExecutionPlan ; 813 + owl:onProperty ILAP:hasPlanLevel ;
814 - owl:onProperty ILAP:hasPlanRollUpPlan 814 + owl:someValuesFrom ILAP:PlanLevel
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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 847 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
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 ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> , <http://posccaesar.org/rdl/RDS7014210> . 850 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar .
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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; 859 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
860 rdfs:comment "A Thing that is 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 owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . 862 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing .
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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; 870 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ;
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 <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . 873 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> .
874 874
875 ILAP:ResourceProfilePoint 875 ILAP:ResourceProfilePoint
876 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; 876 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
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 owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . 879 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing .
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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; 893 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; 899 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ;
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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 905 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
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,7 +937,7 @@ ILAP:SACissued ...@@ -937,7 +937,7 @@ ILAP:SACissued
937 rdfs:subClassOf ILAP:CommissioningMilestone . 937 rdfs:subClassOf ILAP:CommissioningMilestone .
938 938
939 ILAP:Schedule 939 ILAP:Schedule
940 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 940 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
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 ILAP:ActivityPlan ; 943 rdfs:subClassOf ILAP:ActivityPlan ;
...@@ -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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 953 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
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:PlannedActivity ; 961 + owl:onClass ILAP:Schedule ;
962 - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan 962 + owl:onProperty ILAP:hasActivitySchedule
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:Schedule ; 968 + owl:onClass ILAP:PlannedActivity ;
969 - owl:onProperty ILAP:hasActivitySchedule 969 + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; 997 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
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 owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . 1000 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing .
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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 1008 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
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 <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 1011 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
1012 1012
1013 ILAP:StartToStart 1013 ILAP:StartToStart
1014 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 1014 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
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 <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 1017 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
1018 1018
1019 ILAP:Status 1019 ILAP:Status
1020 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; 1020 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ;
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 <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . 1023 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> .
1024 1024
1025 ILAP:TargetSchedule 1025 ILAP:TargetSchedule
1026 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 1026 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
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 owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . 1052 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing .
1053 1053
1054 ILAP:WeekendsFreeCalendar 1054 ILAP:WeekendsFreeCalendar
1055 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 1055 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
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 ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . 1058 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar .
1059 1059
1060 ILAP:WorkOrder 1060 ILAP:WorkOrder
1061 rdf:type owl:Class ; 1061 rdf:type owl:Class ;
...@@ -1064,10 +1064,10 @@ ILAP:WorkOrder ...@@ -1064,10 +1064,10 @@ ILAP:WorkOrder
1064 rdfs:subClassOf ILAP:Network . 1064 rdfs:subClassOf ILAP:Network .
1065 1065
1066 ILAP:WorkTask 1066 ILAP:WorkTask
1067 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 1067 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
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 <http://posccaesar.org/rdl/RDS3149> , ILAP:Activity ; 1070 + rdfs:subClassOf ILAP:Activity , <http://posccaesar.org/rdl/RDS3149> ;
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 ;
...@@ -1216,7 +1216,7 @@ ILAP:hasActivityPhysicalPercentComplete ...@@ -1216,7 +1216,7 @@ ILAP:hasActivityPhysicalPercentComplete
1216 rdfs:range xsd:float . 1216 rdfs:range xsd:float .
1217 1217
1218 ILAP:hasActivityPlan 1218 ILAP:hasActivityPlan
1219 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1219 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1220 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 ;
1221 rdfs:domain ILAP:PlannedActivity ; 1221 rdfs:domain ILAP:PlannedActivity ;
1222 rdfs:label "has Activity Plan"^^xsd:string ; 1222 rdfs:label "has Activity Plan"^^xsd:string ;
...@@ -1274,7 +1274,7 @@ ILAP:hasActivityResponsibleOrganization ...@@ -1274,7 +1274,7 @@ ILAP:hasActivityResponsibleOrganization
1274 rdfs:range ILAP:ResponsibleOrganization . 1274 rdfs:range ILAP:ResponsibleOrganization .
1275 1275
1276 ILAP:hasActivityResponsiblePerson 1276 ILAP:hasActivityResponsiblePerson
1277 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1277 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1278 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 ;
1279 rdfs:domain ILAP:PlannedActivity ; 1279 rdfs:domain ILAP:PlannedActivity ;
1280 rdfs:label "has Activity Responsible Actor"^^xsd:string ; 1280 rdfs:label "has Activity Responsible Actor"^^xsd:string ;
...@@ -1316,7 +1316,7 @@ ILAP:hasActivityStatus ...@@ -1316,7 +1316,7 @@ ILAP:hasActivityStatus
1316 rdfs:range ILAP:Status . 1316 rdfs:range ILAP:Status .
1317 1317
1318 ILAP:hasActivitySuccessor 1318 ILAP:hasActivitySuccessor
1319 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1319 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1320 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 ;
1321 rdfs:domain ILAP:PlannedActivity ; 1321 rdfs:domain ILAP:PlannedActivity ;
1322 rdfs:label "has Activity Successor"^^xsd:string ; 1322 rdfs:label "has Activity Successor"^^xsd:string ;
...@@ -1387,7 +1387,7 @@ ILAP:hasCalendarDate ...@@ -1387,7 +1387,7 @@ ILAP:hasCalendarDate
1387 rdfs:label "has Calendar Date"^^xsd:string . 1387 rdfs:label "has Calendar Date"^^xsd:string .
1388 1388
1389 ILAP:hasCalendarPeriod 1389 ILAP:hasCalendarPeriod
1390 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1390 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1391 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 ;
1392 rdfs:domain ILAP:Calendar ; 1392 rdfs:domain ILAP:Calendar ;
1393 rdfs:label "has Calendar Period"^^xsd:string ; 1393 rdfs:label "has Calendar Period"^^xsd:string ;
...@@ -1743,7 +1743,7 @@ ILAP:hasPlanRegulator ...@@ -1743,7 +1743,7 @@ ILAP:hasPlanRegulator
1743 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1743 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1744 1744
1745 ILAP:hasPlanResponsible 1745 ILAP:hasPlanResponsible
1746 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1746 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1747 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 ;
1748 rdfs:domain ILAP:ActivityPlan ; 1748 rdfs:domain ILAP:ActivityPlan ;
1749 rdfs:label "has Plan Responsible"^^xsd:string ; 1749 rdfs:label "has Plan Responsible"^^xsd:string ;
...@@ -2004,7 +2004,7 @@ ILAP:hasSourceUserField ...@@ -2004,7 +2004,7 @@ ILAP:hasSourceUserField
2004 rdfs:label "has Source User Field"^^xsd:string . 2004 rdfs:label "has Source User Field"^^xsd:string .
2005 2005
2006 ILAP:hasSuccessorActivity 2006 ILAP:hasSuccessorActivity
2007 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 2007 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
2008 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 ;
2009 rdfs:domain ILAP:ActivityDependency ; 2009 rdfs:domain ILAP:ActivityDependency ;
2010 rdfs:label "has Successor Activity "^^xsd:string ; 2010 rdfs:label "has Successor Activity "^^xsd:string ;
...@@ -2037,7 +2037,7 @@ ILAP:hasTimeNow ...@@ -2037,7 +2037,7 @@ ILAP:hasTimeNow
2037 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 ;
2038 rdfs:domain ILAP:Schedule ; 2038 rdfs:domain ILAP:Schedule ;
2039 rdfs:label "has Time Now"^^xsd:string ; 2039 rdfs:label "has Time Now"^^xsd:string ;
2040 - rdfs:range xsd:dateTime , xsd:date . 2040 + rdfs:range xsd:date , xsd:dateTime .
2041 2041
2042 ILAP:hasValueAsset 2042 ILAP:hasValueAsset
2043 rdf:type owl:ObjectProperty ; 2043 rdf:type owl:ObjectProperty ;
...@@ -2110,7 +2110,7 @@ ILAP:hasWorkTaskVendor ...@@ -2110,7 +2110,7 @@ ILAP:hasWorkTaskVendor
2110 rdfs:range BRREG:Contractor ; 2110 rdfs:range BRREG:Contractor ;
2111 rdfs:subPropertyOf ILAP:hasWorkTaskResponsible . 2111 rdfs:subPropertyOf ILAP:hasWorkTaskResponsible .
2112 2112
2113 -ILAP:hasWorkTaskWorkOrder 2113 +ILAP:hasWorkTaskWorkWorkOrder
2114 rdf:type owl:ObjectProperty ; 2114 rdf:type owl:ObjectProperty ;
2115 rdfs:comment "A Relationship between a Work Task and the Work Order it is part of."^^xsd:string ; 2115 rdfs:comment "A Relationship between a Work Task and the Work Order it is part of."^^xsd:string ;
2116 rdfs:domain ILAP:WorkTask ; 2116 rdfs:domain ILAP:WorkTask ;
......
...@@ -18,7 +18,7 @@ UC1: rdf:type owl:Ontology ; ...@@ -18,7 +18,7 @@ UC1: rdf:type owl:Ontology ;
18 ILAP:AFEforContractorBtoOperatorB 18 ILAP:AFEforContractorBtoOperatorB
19 rdf:type USERFIELDS:FreeTextField ; 19 rdf:type USERFIELDS:FreeTextField ;
20 rdfs:label "AFE for Contractor B to Operator B"^^xsd:string ; 20 rdfs:label "AFE for Contractor B to Operator B"^^xsd:string ;
21 - USERFIELDS:hasShort "H373-DUCT"^^xsd:string , "G139 (WUX.27F.G139.AE)"^^xsd:string , "H207-WHRU"^^xsd:string . 21 + USERFIELDS:hasShort "H207-WHRU"^^xsd:string , "G139 (WUX.27F.G139.AE)"^^xsd:string , "H373-DUCT"^^xsd:string .
22 22
23 ILAP:AccruedTimeContract_1 23 ILAP:AccruedTimeContract_1
24 rdf:type ILAP:AccruedTimeContract ; 24 rdf:type ILAP:AccruedTimeContract ;
...@@ -43,9 +43,9 @@ ILAP:ActivityRoleForContractorBtoOperatorB ...@@ -43,9 +43,9 @@ ILAP:ActivityRoleForContractorBtoOperatorB
43 ILAP:ActivityWBS_1 43 ILAP:ActivityWBS_1
44 rdf:type ILAP:ActivityWBS ; 44 rdf:type ILAP:ActivityWBS ;
45 rdfs:label "Activity WBS 1"^^xsd:string ; 45 rdfs:label "Activity WBS 1"^^xsd:string ;
46 - ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ; 46 + ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ;
47 - ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 ; 47 + ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD ;
48 - ILAP:hasWBSresult SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 . 48 + ILAP:hasWBSresult ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA .
49 49
50 ILAP:Activity_1 50 ILAP:Activity_1
51 rdf:type ILAP:Activity ; 51 rdf:type ILAP:Activity ;
...@@ -72,14 +72,14 @@ ILAP:BaselineSchedule_1 ...@@ -72,14 +72,14 @@ ILAP:BaselineSchedule_1
72 ILAP:BudgetResponsibleForContractorBtoOperatorB 72 ILAP:BudgetResponsibleForContractorBtoOperatorB
73 rdf:type USERFIELDS:FreeTextField ; 73 rdf:type USERFIELDS:FreeTextField ;
74 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 ;
75 - USERFIELDS:hasShort "JL"^^xsd:string , "VK"^^xsd:string ; 75 + USERFIELDS:hasShort "VK"^^xsd:string , "JL"^^xsd:string ;
76 - USERFIELDS:hasValue "Jostein Larsen"^^xsd:string , "Vidar Kjempenes"^^xsd:string . 76 + USERFIELDS:hasValue "Vidar Kjempenes"^^xsd:string , "Jostein Larsen"^^xsd:string .
77 77
78 ILAP:BuidingBlockForContractorBtoOperatorB 78 ILAP:BuidingBlockForContractorBtoOperatorB
79 rdf:type USERFIELDS:FreeTextField ; 79 rdf:type USERFIELDS:FreeTextField ;
80 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 ;
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 ; 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 , "W1"^^xsd:string , "GLC"^^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 . 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 , "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 .
83 83
84 ILAP:CORForContractorBtoOperatorB 84 ILAP:CORForContractorBtoOperatorB
85 rdf:type USERFIELDS:FreeTextField ; 85 rdf:type USERFIELDS:FreeTextField ;
...@@ -106,8 +106,8 @@ ILAP:COR_KX_1 ...@@ -106,8 +106,8 @@ ILAP:COR_KX_1
106 ILAP:CTRForContractorBtoOperatorB 106 ILAP:CTRForContractorBtoOperatorB
107 rdf:type USERFIELDS:FreeTextField ; 107 rdf:type USERFIELDS:FreeTextField ;
108 rdfs:label "CTR for Contractor B to Operator B"^^xsd:string ; 108 rdfs:label "CTR for Contractor B to Operator B"^^xsd:string ;
109 - USERFIELDS:hasShort "DDZEG0000"^^xsd:string , "X"^^xsd:string , "HA09AD-TH"^^xsd:string ; 109 + USERFIELDS:hasShort "HA09AD-TH"^^xsd:string , "X"^^xsd:string , "DDZEG0000"^^xsd:string ;
110 - USERFIELDS:hasValue "Document Control"^^xsd:string , "Hotwork and Platform SD"^^xsd:string , "Mod. M11 Constr planner - Thailan"^^xsd:string . 110 + USERFIELDS:hasValue "Mod. M11 Constr planner - Thailan"^^xsd:string , "Hotwork and Platform SD"^^xsd:string , "Document Control"^^xsd:string .
111 111
112 ILAP:Calendar_1 112 ILAP:Calendar_1
113 rdf:type ILAP:Calendar ; 113 rdf:type ILAP:Calendar ;
...@@ -207,7 +207,7 @@ ILAP:DisiplinSubfaseForContractorAtoOperatorA ...@@ -207,7 +207,7 @@ ILAP:DisiplinSubfaseForContractorAtoOperatorA
207 ILAP:EngineeringFaseForContractorAtoOperatorA 207 ILAP:EngineeringFaseForContractorAtoOperatorA
208 rdf:type USERFIELDS:FreeTextField ; 208 rdf:type USERFIELDS:FreeTextField ;
209 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 ;
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 . 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 , "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 .
211 211
212 ILAP:FinishToStart_1 212 ILAP:FinishToStart_1
213 rdf:type ILAP:FinishToStart ; 213 rdf:type ILAP:FinishToStart ;
...@@ -262,12 +262,12 @@ ILAP:IncentiveContract_2 ...@@ -262,12 +262,12 @@ ILAP:IncentiveContract_2
262 ILAP:IngenioerForContractorAtoOperatorA 262 ILAP:IngenioerForContractorAtoOperatorA
263 rdf:type USERFIELDS:FreeTextField ; 263 rdf:type USERFIELDS:FreeTextField ;
264 rdfs:label "Ingenioer for Contractor A to Operator A"^^xsd:string ; 264 rdfs:label "Ingenioer for Contractor A to Operator A"^^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 . 265 + USERFIELDS:hasValue "Lennart Svensson"^^xsd:string , "Andreas Forberg "^^xsd:string , "Christer Andersson"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Andreas Gurk"^^xsd:string .
266 266
267 ILAP:InndelingForContractorAtoOperatorA 267 ILAP:InndelingForContractorAtoOperatorA
268 rdf:type USERFIELDS:FreeTextField ; 268 rdf:type USERFIELDS:FreeTextField ;
269 rdfs:label "Inndeling for Contractor A to Operator A"^^xsd:string ; 269 rdfs:label "Inndeling for Contractor A to Operator A"^^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 . 270 + USERFIELDS:hasValue "18"^^xsd:string , "6"^^xsd:string , "5"^^xsd:string , "1"^^xsd:string , "2"^^xsd:string , "3"^^xsd:string , "4"^^xsd:string .
271 271
272 ILAP:InvoicableWork_1 272 ILAP:InvoicableWork_1
273 rdf:type ILAP:InvoicableWork ; 273 rdf:type ILAP:InvoicableWork ;
...@@ -280,7 +280,7 @@ ILAP:JohnTravolta ...@@ -280,7 +280,7 @@ ILAP:JohnTravolta
280 ILAP:KPI3TypeForContractorAtoOperatorA 280 ILAP:KPI3TypeForContractorAtoOperatorA
281 rdf:type USERFIELDS:FreeTextField ; 281 rdf:type USERFIELDS:FreeTextField ;
282 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 ;
283 - USERFIELDS:hasValue "RFOC"^^xsd:string , "Sluttrapport"^^xsd:string , "Studierapport"^^xsd:string . 283 + USERFIELDS:hasValue "Studierapport"^^xsd:string , "Sluttrapport"^^xsd:string , "RFOC"^^xsd:string .
284 284
285 ILAP:KontorForContractorAtoOperatorA 285 ILAP:KontorForContractorAtoOperatorA
286 rdf:type USERFIELDS:FreeTextField ; 286 rdf:type USERFIELDS:FreeTextField ;
...@@ -292,7 +292,7 @@ ILAP:KundeWBS1ForContractorBtoOperatorB ...@@ -292,7 +292,7 @@ ILAP:KundeWBS1ForContractorBtoOperatorB
292 rdf:type USERFIELDS:FreeTextField ; 292 rdf:type USERFIELDS:FreeTextField ;
293 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 ;
294 USERFIELDS:hasShort "SR"^^xsd:string ; 294 USERFIELDS:hasShort "SR"^^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 . 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 , "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 .
296 296
297 ILAP:KundeWBS2ForContractorBtoOperatorB 297 ILAP:KundeWBS2ForContractorBtoOperatorB
298 rdf:type USERFIELDS:FreeTextField ; 298 rdf:type USERFIELDS:FreeTextField ;
...@@ -302,7 +302,7 @@ ILAP:KundeWBS2ForContractorBtoOperatorB ...@@ -302,7 +302,7 @@ ILAP:KundeWBS2ForContractorBtoOperatorB
302 ILAP:KundeWBS3ForContractorBtoOperatorB 302 ILAP:KundeWBS3ForContractorBtoOperatorB
303 rdf:type USERFIELDS:FreeTextField ; 303 rdf:type USERFIELDS:FreeTextField ;
304 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 ;
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 . 305 + 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 .
306 306
307 ILAP:LiveSchedule_1 307 ILAP:LiveSchedule_1
308 rdf:type ILAP:LiveSchedule ; 308 rdf:type ILAP:LiveSchedule ;
...@@ -341,7 +341,7 @@ ILAP:Operation_1 ...@@ -341,7 +341,7 @@ ILAP:Operation_1
341 rdfs:label "Operation 1"^^xsd:string ; 341 rdfs:label "Operation 1"^^xsd:string ;
342 ILAP:hasWorkTaskPriority 342 ILAP:hasWorkTaskPriority
343 ILAP:NormalPriority ; 343 ILAP:NormalPriority ;
344 - ILAP:hasWorkTaskWorkOrder 344 + ILAP:hasWorkTaskWorkWorkOrder
345 ILAP:WorkOrder_1 . 345 ILAP:WorkOrder_1 .
346 346
347 ILAP:Operation_2 347 ILAP:Operation_2
...@@ -349,7 +349,7 @@ ILAP:Operation_2 ...@@ -349,7 +349,7 @@ ILAP:Operation_2
349 rdfs:label "Operation 2"^^xsd:string ; 349 rdfs:label "Operation 2"^^xsd:string ;
350 ILAP:hasWorkTaskPriority 350 ILAP:hasWorkTaskPriority
351 ILAP:LowPriority ; 351 ILAP:LowPriority ;
352 - ILAP:hasWorkTaskWorkOrder 352 + ILAP:hasWorkTaskWorkWorkOrder
353 ILAP:WorkOrder_1 , ILAP:WorkOrder_2 . 353 ILAP:WorkOrder_1 , ILAP:WorkOrder_2 .
354 354
355 ILAP:Operation_3 355 ILAP:Operation_3
...@@ -357,13 +357,13 @@ ILAP:Operation_3 ...@@ -357,13 +357,13 @@ ILAP:Operation_3
357 rdfs:label "Operation 3"^^xsd:string ; 357 rdfs:label "Operation 3"^^xsd:string ;
358 ILAP:hasWorkTaskPriority 358 ILAP:hasWorkTaskPriority
359 ILAP:HighPriority ; 359 ILAP:HighPriority ;
360 - ILAP:hasWorkTaskWorkOrder 360 + ILAP:hasWorkTaskWorkWorkOrder
361 ILAP:WorkOrder_1 , ILAP:WorkOrder_3 . 361 ILAP:WorkOrder_1 , ILAP:WorkOrder_3 .
362 362
363 ILAP:Operation_4 363 ILAP:Operation_4
364 rdf:type ILAP:Operation ; 364 rdf:type ILAP:Operation ;
365 rdfs:label "Operation 4"^^xsd:string ; 365 rdfs:label "Operation 4"^^xsd:string ;
366 - ILAP:hasWorkTaskWorkOrder 366 + ILAP:hasWorkTaskWorkWorkOrder
367 ILAP:WorkOrder_4 . 367 ILAP:WorkOrder_4 .
368 368
369 ILAP:OperatorBcontractPortfolioPlan 369 ILAP:OperatorBcontractPortfolioPlan
...@@ -402,7 +402,7 @@ ILAP:PBS_ACAA_1 ...@@ -402,7 +402,7 @@ ILAP:PBS_ACAA_1
402 ILAP:PlanleggerForContractorAtoOperatorA 402 ILAP:PlanleggerForContractorAtoOperatorA
403 rdf:type USERFIELDS:FreeTextField ; 403 rdf:type USERFIELDS:FreeTextField ;
404 rdfs:label "Planlegger for Contractor A to Operator A"^^xsd:string ; 404 rdfs:label "Planlegger for Contractor A to Operator A"^^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 . 405 + USERFIELDS:hasValue "Alf Anton Hammerdal"^^xsd:string , "Gry Helle Nakstad"^^xsd:string , "Mattias Allebert"^^xsd:string , "Erik Havnes"^^xsd:string , "Yngve Rolseth"^^xsd:string .
406 406
407 ILAP:PlannedActivity_1 407 ILAP:PlannedActivity_1
408 rdf:type ILAP:PlannedActivity ; 408 rdf:type ILAP:PlannedActivity ;
...@@ -410,7 +410,7 @@ ILAP:PlannedActivity_1 ...@@ -410,7 +410,7 @@ ILAP:PlannedActivity_1
410 ILAP:hasActivityActiveStatus 410 ILAP:hasActivityActiveStatus
411 ILAP:Active ; 411 ILAP:Active ;
412 ILAP:hasActivityPlan 412 ILAP:hasActivityPlan
413 - ILAP:OperatorBcontractPortfolioPlan , ILAP:ContractorAtoOperatorAPlan ; 413 + ILAP:ContractorAtoOperatorAPlan , ILAP:OperatorBcontractPortfolioPlan ;
414 ILAP:hasActivityRisk 414 ILAP:hasActivityRisk
415 ILAP:Risk_1 ; 415 ILAP:Risk_1 ;
416 ILAP:hasFixedFinish "2015-01-05"^^xsd:date ; 416 ILAP:hasFixedFinish "2015-01-05"^^xsd:date ;
...@@ -509,7 +509,7 @@ ILAP:ProjectTypeForContractorAtoOperatorA ...@@ -509,7 +509,7 @@ ILAP:ProjectTypeForContractorAtoOperatorA
509 ILAP:ProsjektlederForContractorAtoOperatorA 509 ILAP:ProsjektlederForContractorAtoOperatorA
510 rdf:type USERFIELDS:FreeTextField ; 510 rdf:type USERFIELDS:FreeTextField ;
511 rdfs:label "Prosjektleder for Contractor A to Operator A"^^xsd:string ; 511 rdfs:label "Prosjektleder for Contractor A to Operator A"^^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 . 512 + 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 .
513 513
514 ILAP:ProsjektstrukturIFSForContractorBtoOperatorB 514 ILAP:ProsjektstrukturIFSForContractorBtoOperatorB
515 rdf:type USERFIELDS:FreeTextField ; 515 rdf:type USERFIELDS:FreeTextField ;
...@@ -640,7 +640,7 @@ ILAP:ShutdownPeriodForContractorAtoOperatorA ...@@ -640,7 +640,7 @@ ILAP:ShutdownPeriodForContractorAtoOperatorA
640 640
641 ILAP:StandardFreeWeekendPeriod 641 ILAP:StandardFreeWeekendPeriod
642 ILAP:hasCalendarPeriodFreeHour 642 ILAP:hasCalendarPeriodFreeHour
643 - ILAP:From16To24 , ILAP:From00To08 ; 643 + ILAP:From00To08 , ILAP:From16To24 ;
644 ILAP:hasCalendarPeriodHour 644 ILAP:hasCalendarPeriodHour
645 ILAP:From08To16 ; 645 ILAP:From08To16 ;
646 ILAP:hasFreePeriodEndDate 646 ILAP:hasFreePeriodEndDate
...@@ -662,7 +662,7 @@ ILAP:SubSystemCommPckForContractorBtoOperatorB ...@@ -662,7 +662,7 @@ ILAP:SubSystemCommPckForContractorBtoOperatorB
662 rdf:type USERFIELDS:FreeTextField ; 662 rdf:type USERFIELDS:FreeTextField ;
663 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 ;
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 ; 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 ;
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 . 665 + 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 .
666 666
667 ILAP:SummerShutdown_UC1 667 ILAP:SummerShutdown_UC1
668 rdf:type ILAP:Shutdown ; 668 rdf:type ILAP:Shutdown ;
...@@ -674,13 +674,13 @@ ILAP:SummerShutdown_UC1 ...@@ -674,13 +674,13 @@ ILAP:SummerShutdown_UC1
674 ILAP:hasShutdownPriority 674 ILAP:hasShutdownPriority
675 ILAP:NormalPriority ; 675 ILAP:NormalPriority ;
676 ILAP:hasShutdownType 676 ILAP:hasShutdownType
677 - ILAP:SystemShutdown , ILAP:ProductionShutdown , ILAP:ScheduledShutdown . 677 + ILAP:ScheduledShutdown , ILAP:ProductionShutdown , ILAP:SystemShutdown .
678 678
679 ILAP:SystemCodeForContractorBtoOperatorB 679 ILAP:SystemCodeForContractorBtoOperatorB
680 rdf:type USERFIELDS:FreeTextField ; 680 rdf:type USERFIELDS:FreeTextField ;
681 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 ;
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 ; 682 + 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 ;
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 . 683 + 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 .
684 684
685 ILAP:TargetBudget_1 685 ILAP:TargetBudget_1
686 rdf:type ILAP:TargetBudget ; 686 rdf:type ILAP:TargetBudget ;
...@@ -809,7 +809,7 @@ ILAP:UserFieldForContractorBtoOperatorB ...@@ -809,7 +809,7 @@ ILAP:UserFieldForContractorBtoOperatorB
809 ILAP:Value_1 809 ILAP:Value_1
810 rdf:type ILAP:Value ; 810 rdf:type ILAP:Value ;
811 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 ;
812 - ILAP:hasValueAsset <http://data.posccaesar.org/npd/facts/Field-4350> , ILAP:Asset_1 . 812 + ILAP:hasValueAsset ILAP:Asset_1 , <http://data.posccaesar.org/npd/facts/Field-4350> .
813 813
814 ILAP:WorkOrder_1 814 ILAP:WorkOrder_1
815 rdf:type ILAP:WorkOrder ; 815 rdf:type ILAP:WorkOrder ;
...@@ -847,7 +847,7 @@ ILAP:WorkcenterSAPForContractorAtoOperatorA ...@@ -847,7 +847,7 @@ ILAP:WorkcenterSAPForContractorAtoOperatorA
847 rdf:type USERFIELDS:FreeTextField ; 847 rdf:type USERFIELDS:FreeTextField ;
848 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 ;
849 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 ;
850 - USERFIELDS:hasValue "Elektro"^^xsd:string , "Struktur analyse"^^xsd:string , "Kostkontroll"^^xsd:string , "El. Oppmålin"^^xsd:string , "HVAC"^^xsd:string . 850 + USERFIELDS:hasValue "Elektro"^^xsd:string , "Struktur analyse"^^xsd:string , "Kostkontroll"^^xsd:string , "HVAC"^^xsd:string , "El. Oppmålin"^^xsd:string .
851 851
852 ILAP:hasActivityActiveStatus 852 ILAP:hasActivityActiveStatus
853 rdfs:range ILAP:Status . 853 rdfs:range ILAP:Status .
...@@ -883,15 +883,15 @@ USERFIELDS:UserField ...@@ -883,15 +883,15 @@ USERFIELDS:UserField
883 [ rdf:type owl:Restriction ; 883 [ rdf:type owl:Restriction ;
884 owl:maxQualifiedCardinality 884 owl:maxQualifiedCardinality
885 "1"^^xsd:nonNegativeInteger ; 885 "1"^^xsd:nonNegativeInteger ;
886 - owl:onClass ILAP:Contractor ; 886 + owl:onClass ILAP:MilestoneType ;
887 - owl:onProperty USERFIELDS:hasContractor 887 + owl:onProperty USERFIELDS:hasMilestoneType
888 ] ; 888 ] ;
889 rdfs:subClassOf 889 rdfs:subClassOf
890 [ rdf:type owl:Restriction ; 890 [ rdf:type owl:Restriction ;
891 owl:maxQualifiedCardinality 891 owl:maxQualifiedCardinality
892 "1"^^xsd:nonNegativeInteger ; 892 "1"^^xsd:nonNegativeInteger ;
893 - owl:onClass ILAP:MilestoneType ; 893 + owl:onClass ILAP:Contractor ;
894 - owl:onProperty USERFIELDS:hasMilestoneType 894 + owl:onProperty USERFIELDS:hasContractor
895 ] . 895 ] .
896 896
897 USERFIELDS:hasCategory 897 USERFIELDS:hasCategory
......