Tore Christiansen

Made SAB and Lifecycle stage subclasses of project and lifecycle phase

...@@ -14,52 +14,52 @@ ILAP: ...@@ -14,52 +14,52 @@ ILAP:
14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
15 15
16 ILAP:Activity 16 ILAP:Activity
17 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 17 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
18 rdfs:comment "A Thing that brings about (intended) change by events, operations or processes that consume time and possibly other resources (adapted from ISO 15926, PMI and BSI)."^^xsd:string ; 18 rdfs:comment "A Thing that brings about (intended) change by events, operations or processes that consume time and possibly other resources (adapted from ISO 15926, PMI and BSI)."^^xsd:string ;
19 rdfs:label "Activity"^^xsd:string ; 19 rdfs:label "Activity"^^xsd:string ;
20 rdfs:subClassOf 20 rdfs:subClassOf
21 [ rdf:type owl:Restriction ; 21 [ rdf:type owl:Restriction ;
22 - owl:allValuesFrom ILAP:Discipline ; 22 + owl:allValuesFrom ILAP:Status ;
23 - owl:onProperty ILAP:hasActivityDiscipline 23 + owl:onProperty ILAP:hasActivityStatus
24 ] ; 24 ] ;
25 rdfs:subClassOf 25 rdfs:subClassOf
26 [ rdf:type owl:Restriction ; 26 [ rdf:type owl:Restriction ;
27 - owl:allValuesFrom ILAP:Calendar ; 27 + owl:onProperty ILAP:hasExternalReference ;
28 - owl:onProperty ILAP:hasActivityCalendar 28 + owl:someValuesFrom ILAP:ExternalReference
29 ] ; 29 ] ;
30 rdfs:subClassOf 30 rdfs:subClassOf
31 [ rdf:type owl:Restriction ; 31 [ rdf:type owl:Restriction ;
32 - owl:onProperty ILAP:hasExternalReference ; 32 + owl:allValuesFrom ILAP:Calendar ;
33 - owl:someValuesFrom ILAP:ExternalReference 33 + owl:onProperty ILAP:hasActivityCalendar
34 ] ; 34 ] ;
35 rdfs:subClassOf 35 rdfs:subClassOf
36 [ rdf:type owl:Restriction ; 36 [ rdf:type owl:Restriction ;
37 - owl:allValuesFrom ILAP:Status ; 37 + owl:allValuesFrom ILAP:Discipline ;
38 - owl:onProperty ILAP:hasActivityStatus 38 + owl:onProperty ILAP:hasActivityDiscipline
39 ] . 39 ] .
40 40
41 ILAP:ActivityDependency 41 ILAP:ActivityDependency
42 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 42 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
43 rdfs:comment "A Constraint in which an Activity or Milestone is linked to other Activities (or Milestones) that must be performed (completely or partially) before it can be performed."^^xsd:string ; 43 rdfs:comment "A Constraint in which an Activity or Milestone is linked to other Activities (or Milestones) that must be performed (completely or partially) before it can be performed."^^xsd:string ;
44 rdfs:label "Activity Dependency"^^xsd:string ; 44 rdfs:label "Activity Dependency"^^xsd:string ;
45 rdfs:subClassOf ILAP:Constraint ; 45 rdfs:subClassOf ILAP:Constraint ;
46 rdfs:subClassOf 46 rdfs:subClassOf
47 [ rdf:type owl:Restriction ; 47 [ rdf:type owl:Restriction ;
48 owl:onClass ILAP:Activity ; 48 owl:onClass ILAP:Activity ;
49 - owl:onProperty ILAP:hasPredecessorActivity ; 49 + owl:onProperty ILAP:hasSuccessorActivity ;
50 owl:qualifiedCardinality 50 owl:qualifiedCardinality
51 "1"^^xsd:nonNegativeInteger 51 "1"^^xsd:nonNegativeInteger
52 ] ; 52 ] ;
53 rdfs:subClassOf 53 rdfs:subClassOf
54 [ rdf:type owl:Restriction ; 54 [ rdf:type owl:Restriction ;
55 owl:onClass ILAP:Activity ; 55 owl:onClass ILAP:Activity ;
56 - owl:onProperty ILAP:hasSuccessorActivity ; 56 + owl:onProperty ILAP:hasPredecessorActivity ;
57 owl:qualifiedCardinality 57 owl:qualifiedCardinality
58 "1"^^xsd:nonNegativeInteger 58 "1"^^xsd:nonNegativeInteger
59 ] . 59 ] .
60 60
61 ILAP:ActivityPlan 61 ILAP:ActivityPlan
62 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 62 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
63 rdfs:comment "A Network of Activities connected by Activity Dependencies, usually represented as a diagram or list of steps used to achieve an Objective."^^xsd:string ; 63 rdfs:comment "A Network of Activities connected by Activity Dependencies, usually represented as a diagram or list of steps used to achieve an Objective."^^xsd:string ;
64 rdfs:label "Activity Plan"^^xsd:string ; 64 rdfs:label "Activity Plan"^^xsd:string ;
65 rdfs:subClassOf ILAP:Network ; 65 rdfs:subClassOf ILAP:Network ;
...@@ -76,7 +76,7 @@ ILAP:ActivityStatus ...@@ -76,7 +76,7 @@ ILAP:ActivityStatus
76 rdfs:subClassOf ILAP:Status . 76 rdfs:subClassOf ILAP:Status .
77 77
78 ILAP:ActivityWBS 78 ILAP:ActivityWBS
79 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; 79 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
80 rdfs:comment "A Network that consists of Work Breakdown Structure elements, a deliverable-oriented grouping of components that organizes and defines the scope of the project. Each Activity has a WBS elements assigned to it."^^xsd:string ; 80 rdfs:comment "A Network that consists of Work Breakdown Structure elements, a deliverable-oriented grouping of components that organizes and defines the scope of the project. Each Activity has a WBS elements assigned to it."^^xsd:string ;
81 rdfs:label "Activity WBS"^^xsd:string ; 81 rdfs:label "Activity WBS"^^xsd:string ;
82 rdfs:subClassOf ILAP:Network . 82 rdfs:subClassOf ILAP:Network .
...@@ -84,16 +84,16 @@ ILAP:ActivityWBS ...@@ -84,16 +84,16 @@ ILAP:ActivityWBS
84 ILAP:Application 84 ILAP:Application
85 rdf:type owl:Class ; 85 rdf:type owl:Class ;
86 rdfs:label "Application"^^xsd:string ; 86 rdfs:label "Application"^^xsd:string ;
87 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing . 87 + rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> .
88 88
89 ILAP:Asset 89 ILAP:Asset
90 rdf:type owl:Class ; 90 rdf:type owl:Class ;
91 rdfs:comment "A Thing that is owned by a business entity from which future economic benefits may be obtained. In the context of ILAP, the focus is on physical assets."^^xsd:string ; 91 rdfs:comment "A Thing that is owned by a business entity from which future economic benefits may be obtained. In the context of ILAP, the focus is on physical assets."^^xsd:string ;
92 rdfs:label "Asset"^^xsd:string ; 92 rdfs:label "Asset"^^xsd:string ;
93 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing . 93 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> .
94 94
95 ILAP:Baseline 95 ILAP:Baseline
96 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 96 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
97 rdfs:comment "A Network that represents the latest approved version of the Execution Plan, Schedule Cost Estimate and other related documentation, used to provide an official reference level against which the Activity Plan is monitored and controlled (Adapted from PMI and BSI)."^^xsd:string ; 97 rdfs:comment "A Network that represents the latest approved version of the Execution Plan, Schedule Cost Estimate and other related documentation, used to provide an official reference level against which the Activity Plan is monitored and controlled (Adapted from PMI and BSI)."^^xsd:string ;
98 rdfs:label "Baseline"^^xsd:string ; 98 rdfs:label "Baseline"^^xsd:string ;
99 rdfs:subClassOf ILAP:Network . 99 rdfs:subClassOf ILAP:Network .
...@@ -114,10 +114,10 @@ ILAP:COR ...@@ -114,10 +114,10 @@ ILAP:COR
114 rdfs:subClassOf ILAP:CommissioningMilestone . 114 rdfs:subClassOf ILAP:CommissioningMilestone .
115 115
116 ILAP:Calendar 116 ILAP:Calendar
117 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 117 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
118 rdfs:comment "A Thing that defines holidays, weekends, regular working hours and shifts applicable to the duration of a Plan or Schedule. It is used in the planning process for developing the schedule."^^xsd:string ; 118 rdfs:comment "A Thing that defines holidays, weekends, regular working hours and shifts applicable to the duration of a Plan or Schedule. It is used in the planning process for developing the schedule."^^xsd:string ;
119 rdfs:label "Calendar"^^xsd:string ; 119 rdfs:label "Calendar"^^xsd:string ;
120 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; 120 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ;
121 rdfs:subClassOf 121 rdfs:subClassOf
122 [ rdf:type owl:Restriction ; 122 [ rdf:type owl:Restriction ;
123 owl:allValuesFrom ILAP:CalendarFreePeriod ; 123 owl:allValuesFrom ILAP:CalendarFreePeriod ;
...@@ -125,16 +125,16 @@ ILAP:Calendar ...@@ -125,16 +125,16 @@ ILAP:Calendar
125 ] . 125 ] .
126 126
127 ILAP:CalendarDay 127 ILAP:CalendarDay
128 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 128 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
129 rdfs:comment "A Thing that is a (working or free) day in a given Calendar."^^xsd:string ; 129 rdfs:comment "A Thing that is a (working or free) day in a given Calendar."^^xsd:string ;
130 rdfs:label "Calendar Day"^^xsd:string ; 130 rdfs:label "Calendar Day"^^xsd:string ;
131 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing . 131 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> .
132 132
133 ILAP:CalendarFreePeriod 133 ILAP:CalendarFreePeriod
134 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; 134 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
135 rdfs:comment "A Calendar Period that specifies free time."^^xsd:string ; 135 rdfs:comment "A Calendar Period that specifies free time."^^xsd:string ;
136 rdfs:label "Calendar Free Period"^^xsd:string ; 136 rdfs:label "Calendar Free Period"^^xsd:string ;
137 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; 137 + rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ;
138 rdfs:subClassOf 138 rdfs:subClassOf
139 [ rdf:type owl:Restriction ; 139 [ rdf:type owl:Restriction ;
140 owl:onClass ILAP:Calendar ; 140 owl:onClass ILAP:Calendar ;
...@@ -146,31 +146,31 @@ ILAP:CalendarFreePeriod ...@@ -146,31 +146,31 @@ ILAP:CalendarFreePeriod
146 ] . 146 ] .
147 147
148 ILAP:CalendarFreePeriodWeekRepeat 148 ILAP:CalendarFreePeriodWeekRepeat
149 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; 149 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
150 rdfs:comment "A Calendar Free Period that specifies the same free period every week."^^xsd:string ; 150 rdfs:comment "A Calendar Free Period that specifies the same free period every week."^^xsd:string ;
151 rdfs:label "Calendar Free Period Week Repeat"^^xsd:string ; 151 rdfs:label "Calendar Free Period Week Repeat"^^xsd:string ;
152 - rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . 152 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod .
153 153
154 ILAP:CalendarHour 154 ILAP:CalendarHour
155 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 155 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
156 rdfs:comment "A Thing that is a (working or free) hour in a given Calendar."^^xsd:string ; 156 rdfs:comment "A Thing that is a (working or free) hour in a given Calendar."^^xsd:string ;
157 rdfs:label "Calendar Hour"^^xsd:string ; 157 rdfs:label "Calendar Hour"^^xsd:string ;
158 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> , owl:Thing . 158 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> .
159 159
160 ILAP:CalendarPeriod 160 ILAP:CalendarPeriod
161 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ; 161 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ;
162 rdfs:comment "A Thing that defines the period in which the work (and free) hours apply, defined by a Calendar From-Time and a Calendar To-Time."^^xsd:string ; 162 rdfs:comment "A Thing that defines the period in which the work (and free) hours apply, defined by a Calendar From-Time and a Calendar To-Time."^^xsd:string ;
163 rdfs:label "Calendar Period"^^xsd:string ; 163 rdfs:label "Calendar Period"^^xsd:string ;
164 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ; 164 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ;
165 rdfs:subClassOf 165 rdfs:subClassOf
166 [ rdf:type owl:Restriction ; 166 [ rdf:type owl:Restriction ;
167 - owl:allValuesFrom ILAP:CalendarDay ; 167 + owl:allValuesFrom ILAP:CalendarHour ;
168 - owl:onProperty ILAP:hasCalendarPeriodDay 168 + owl:onProperty ILAP:hasCalendarPeriodHour
169 ] ; 169 ] ;
170 rdfs:subClassOf 170 rdfs:subClassOf
171 [ rdf:type owl:Restriction ; 171 [ rdf:type owl:Restriction ;
172 - owl:allValuesFrom ILAP:CalendarHour ; 172 + owl:allValuesFrom ILAP:CalendarDay ;
173 - owl:onProperty ILAP:hasCalendarPeriodHour 173 + owl:onProperty ILAP:hasCalendarPeriodDay
174 ] . 174 ] .
175 175
176 ILAP:Category 176 ILAP:Category
...@@ -188,7 +188,7 @@ ILAP:Constraint ...@@ -188,7 +188,7 @@ ILAP:Constraint
188 rdf:type owl:Class ; 188 rdf:type owl:Class ;
189 rdfs:comment "A Thing that defines limitation or restrictions on relationships between Possible Individuals (adapted from ISO 15926 and Dictionary.com)."^^xsd:string ; 189 rdfs:comment "A Thing that defines limitation or restrictions on relationships between Possible Individuals (adapted from ISO 15926 and Dictionary.com)."^^xsd:string ;
190 rdfs:label "Constraint"^^xsd:string ; 190 rdfs:label "Constraint"^^xsd:string ;
191 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing . 191 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> .
192 192
193 ILAP:ConstructionMilestone 193 ILAP:ConstructionMilestone
194 rdf:type owl:Class ; 194 rdf:type owl:Class ;
...@@ -199,7 +199,7 @@ ILAP:Contract ...@@ -199,7 +199,7 @@ ILAP:Contract
199 rdf:type owl:Class ; 199 rdf:type owl:Class ;
200 rdfs:comment "An agreement between two or more parties to accomplish a certain goal in a certain way.A project contract may take the form of an agreement between a builder and an asset owner in which the builder agrees to build necessary infrastructure by a certain time in a certain way, and, in exchange, the property owner makes certain remuneration (adapted from the Free Dictionary)"^^xsd:string ; 200 rdfs:comment "An agreement between two or more parties to accomplish a certain goal in a certain way.A project contract may take the form of an agreement between a builder and an asset owner in which the builder agrees to build necessary infrastructure by a certain time in a certain way, and, in exchange, the property owner makes certain remuneration (adapted from the Free Dictionary)"^^xsd:string ;
201 rdfs:label "Contract"^^xsd:string ; 201 rdfs:label "Contract"^^xsd:string ;
202 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing . 202 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> .
203 203
204 ILAP:ContractMilestone 204 ILAP:ContractMilestone
205 rdf:type owl:Class ; 205 rdf:type owl:Class ;
...@@ -227,7 +227,7 @@ ILAP:Cost ...@@ -227,7 +227,7 @@ ILAP:Cost
227 rdf:type owl:Class ; 227 rdf:type owl:Class ;
228 rdfs:comment "A Thing that is a monetary valuation of (1) effort, (2) material, (3) resources, (4) time and utilities consumed, (5) risks incurred, and (6) opportunity forgone in executing an activity. Costs can be both direct and indirect. All expenses are costs, but not all costs (such as those incurred in acquisition of an income-generating asset) are expenses."^^xsd:string ; 228 rdfs:comment "A Thing that is a monetary valuation of (1) effort, (2) material, (3) resources, (4) time and utilities consumed, (5) risks incurred, and (6) opportunity forgone in executing an activity. Costs can be both direct and indirect. All expenses are costs, but not all costs (such as those incurred in acquisition of an income-generating asset) are expenses."^^xsd:string ;
229 rdfs:label "Cost"^^xsd:string ; 229 rdfs:label "Cost"^^xsd:string ;
230 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing . 230 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> .
231 231
232 ILAP:CostBased 232 ILAP:CostBased
233 rdf:type owl:Class ; 233 rdf:type owl:Class ;
...@@ -242,7 +242,7 @@ ILAP:Criticality ...@@ -242,7 +242,7 @@ ILAP:Criticality
242 rdfs:subClassOf owl:Thing . 242 rdfs:subClassOf owl:Thing .
243 243
244 ILAP:CurrentSchedule 244 ILAP:CurrentSchedule
245 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 245 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
246 rdfs:comment "A calculated Schedule that contains actual Activity start and end times so far, and forecasted remaining Activity start and end times without mitigating effects."^^xsd:string ; 246 rdfs:comment "A calculated Schedule that contains actual Activity start and end times so far, and forecasted remaining Activity start and end times without mitigating effects."^^xsd:string ;
247 rdfs:label "Current Schedule"^^xsd:string ; 247 rdfs:label "Current Schedule"^^xsd:string ;
248 rdfs:subClassOf ILAP:Schedule . 248 rdfs:subClassOf ILAP:Schedule .
...@@ -251,7 +251,7 @@ ILAP:Data ...@@ -251,7 +251,7 @@ ILAP:Data
251 rdf:type owl:Class ; 251 rdf:type owl:Class ;
252 rdfs:comment "Information that is produced or stored by a computer in the context of a given Objective, used usually to calculate, analyze or plan something (adapted from Merriam-Webster)."^^xsd:string ; 252 rdfs:comment "Information that is produced or stored by a computer in the context of a given Objective, used usually to calculate, analyze or plan something (adapted from Merriam-Webster)."^^xsd:string ;
253 rdfs:label "Data"^^xsd:string ; 253 rdfs:label "Data"^^xsd:string ;
254 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ; 254 + rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ;
255 rdfs:subClassOf 255 rdfs:subClassOf
256 [ rdf:type owl:Restriction ; 256 [ rdf:type owl:Restriction ;
257 owl:onClass ILAP:Project ; 257 owl:onClass ILAP:Project ;
...@@ -327,7 +327,7 @@ ILAP:DesignMilestone ...@@ -327,7 +327,7 @@ ILAP:DesignMilestone
327 rdfs:subClassOf ILAP:MilestoneType . 327 rdfs:subClassOf ILAP:MilestoneType .
328 328
329 ILAP:Discipline 329 ILAP:Discipline
330 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; 330 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
331 rdfs:comment "A Thing that is the competence (area of knowledge and experience) required to carry out the work in one or more defined Activities, classified according to Discipline Code Manuals defined by participant organizations (typically by large Contractors, and based on standards such as NORSOK COR codes)."^^xsd:string ; 331 rdfs:comment "A Thing that is the competence (area of knowledge and experience) required to carry out the work in one or more defined Activities, classified according to Discipline Code Manuals defined by participant organizations (typically by large Contractors, and based on standards such as NORSOK COR codes)."^^xsd:string ;
332 rdfs:label "Discipline"^^xsd:string ; 332 rdfs:label "Discipline"^^xsd:string ;
333 rdfs:subClassOf owl:Thing . 333 rdfs:subClassOf owl:Thing .
...@@ -348,16 +348,14 @@ ILAP:EngineeringMilestone ...@@ -348,16 +348,14 @@ ILAP:EngineeringMilestone
348 rdfs:subClassOf ILAP:MilestoneType . 348 rdfs:subClassOf ILAP:MilestoneType .
349 349
350 ILAP:ExternalReference 350 ILAP:ExternalReference
351 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; 351 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ;
352 rdfs:comment "A Thing that identifies a specific information object according to an identification scheme of an external application (i.e., other than the ILAP exchange representation itself). An External Reference can be assigned to any ILAP object, such as Activities, Activity Networks, Projects, Successors, Calendars, Calendar Periods, Resources, etc."^^xsd:string ; 352 rdfs:comment "A Thing that identifies a specific information object according to an identification scheme of an external application (i.e., other than the ILAP exchange representation itself). An External Reference can be assigned to any ILAP object, such as Activities, Activity Networks, Projects, Successors, Calendars, Calendar Periods, Resources, etc."^^xsd:string ;
353 rdfs:label "External Reference"^^xsd:string ; 353 rdfs:label "External Reference"^^xsd:string ;
354 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; 354 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ;
355 rdfs:subClassOf 355 rdfs:subClassOf
356 [ rdf:type owl:Restriction ; 356 [ rdf:type owl:Restriction ;
357 - owl:onDataRange xsd:string ; 357 + owl:allValuesFrom ILAP:Application ;
358 - owl:onProperty ILAP:hasObjectReferenceID ; 358 + owl:onProperty ILAP:hasReferenceApplication
359 - owl:qualifiedCardinality
360 - "1"^^xsd:nonNegativeInteger
361 ] ; 359 ] ;
362 rdfs:subClassOf 360 rdfs:subClassOf
363 [ rdf:type owl:Restriction ; 361 [ rdf:type owl:Restriction ;
...@@ -366,8 +364,10 @@ ILAP:ExternalReference ...@@ -366,8 +364,10 @@ ILAP:ExternalReference
366 ] ; 364 ] ;
367 rdfs:subClassOf 365 rdfs:subClassOf
368 [ rdf:type owl:Restriction ; 366 [ rdf:type owl:Restriction ;
369 - owl:allValuesFrom ILAP:Application ; 367 + owl:onDataRange xsd:string ;
370 - owl:onProperty ILAP:hasReferenceApplication 368 + owl:onProperty ILAP:hasObjectReferenceID ;
369 + owl:qualifiedCardinality
370 + "1"^^xsd:nonNegativeInteger
371 ] . 371 ] .
372 372
373 ILAP:Facility 373 ILAP:Facility
...@@ -383,16 +383,16 @@ ILAP:Field ...@@ -383,16 +383,16 @@ ILAP:Field
383 rdfs:subClassOf ILAP:Asset . 383 rdfs:subClassOf ILAP:Asset .
384 384
385 ILAP:FinishToFinish 385 ILAP:FinishToFinish
386 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 386 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
387 rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity is finished."^^xsd:string ; 387 rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity is finished."^^xsd:string ;
388 rdfs:label "Finish to Finish"^^xsd:string ; 388 rdfs:label "Finish to Finish"^^xsd:string ;
389 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 389 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
390 390
391 ILAP:FinishToStart 391 ILAP:FinishToStart
392 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 392 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
393 rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity is finished."^^xsd:string ; 393 rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity is finished."^^xsd:string ;
394 rdfs:label "Finish to Start"^^xsd:string ; 394 rdfs:label "Finish to Start"^^xsd:string ;
395 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 395 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
396 396
397 ILAP:FunctionalLocation 397 ILAP:FunctionalLocation
398 rdf:type owl:Class ; 398 rdf:type owl:Class ;
...@@ -422,7 +422,7 @@ ILAP:Information ...@@ -422,7 +422,7 @@ ILAP:Information
422 rdf:type owl:Class ; 422 rdf:type owl:Class ;
423 rdfs:comment "A Thing that is facts provided or learned about something or someone (Oxford Dictionaries)."^^xsd:string ; 423 rdfs:comment "A Thing that is facts provided or learned about something or someone (Oxford Dictionaries)."^^xsd:string ;
424 rdfs:label "Information"^^xsd:string ; 424 rdfs:label "Information"^^xsd:string ;
425 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing . 425 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> .
426 426
427 ILAP:Knowledge 427 ILAP:Knowledge
428 rdf:type owl:Class ; 428 rdf:type owl:Class ;
...@@ -443,16 +443,16 @@ ILAP:LifecyclePhase ...@@ -443,16 +443,16 @@ ILAP:LifecyclePhase
443 rdfs:subClassOf ILAP:Phase . 443 rdfs:subClassOf ILAP:Phase .
444 444
445 ILAP:LiveSchedule 445 ILAP:LiveSchedule
446 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 446 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
447 rdfs:comment "A decided Schedule that mitigates any delays discovered in the Current Schedule."^^xsd:string ; 447 rdfs:comment "A decided Schedule that mitigates any delays discovered in the Current Schedule."^^xsd:string ;
448 rdfs:label "Live Schedule"^^xsd:string ; 448 rdfs:label "Live Schedule"^^xsd:string ;
449 rdfs:subClassOf ILAP:Schedule . 449 rdfs:subClassOf ILAP:Schedule .
450 450
451 ILAP:Location 451 ILAP:Location
452 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; 452 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ;
453 rdfs:comment "A Thing that is the location (position) of an Asset."^^xsd:string ; 453 rdfs:comment "A Thing that is the location (position) of an Asset."^^xsd:string ;
454 rdfs:label "Location"^^xsd:string ; 454 rdfs:label "Location"^^xsd:string ;
455 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . 455 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing .
456 456
457 ILAP:LowCriticality 457 ILAP:LowCriticality
458 rdf:type owl:Class ; 458 rdf:type owl:Class ;
...@@ -479,7 +479,7 @@ ILAP:MaterialOrderStatus ...@@ -479,7 +479,7 @@ ILAP:MaterialOrderStatus
479 rdfs:subClassOf ILAP:Status . 479 rdfs:subClassOf ILAP:Status .
480 480
481 ILAP:Milestone 481 ILAP:Milestone
482 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; 482 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ;
483 rdfs:comment "A Thing that is specified in the Activity Network, with a 0-duration, and in many cases a fixed date. A milestone is normally a specified event within the project, often linked to contractual items."^^xsd:string ; 483 rdfs:comment "A Thing that is specified in the Activity Network, with a 0-duration, and in many cases a fixed date. A milestone is normally a specified event within the project, often linked to contractual items."^^xsd:string ;
484 rdfs:label "Milestone"^^xsd:string . 484 rdfs:label "Milestone"^^xsd:string .
485 485
...@@ -492,7 +492,7 @@ ILAP:Network ...@@ -492,7 +492,7 @@ ILAP:Network
492 rdf:type owl:Class ; 492 rdf:type owl:Class ;
493 rdfs:comment "A Thing that defines how (a set of) Possible Individuals are connected by Constraints (adapted from Merriam-Webster)."^^xsd:string ; 493 rdfs:comment "A Thing that defines how (a set of) Possible Individuals are connected by Constraints (adapted from Merriam-Webster)."^^xsd:string ;
494 rdfs:label "Network"^^xsd:string ; 494 rdfs:label "Network"^^xsd:string ;
495 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . 495 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> .
496 496
497 ILAP:NormalCriticality 497 ILAP:NormalCriticality
498 rdf:type owl:Class ; 498 rdf:type owl:Class ;
...@@ -546,58 +546,58 @@ ILAP:PhysicalLocation ...@@ -546,58 +546,58 @@ ILAP:PhysicalLocation
546 rdfs:subClassOf ILAP:Location . 546 rdfs:subClassOf ILAP:Location .
547 547
548 ILAP:PlanClassifier 548 ILAP:PlanClassifier
549 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 549 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
550 rdfs:comment "A Thing that is a (set of) Classifier(s) used to categorize a Plan. The various Classifiers are assigned a value from a set of possible values that are representative for how “things are organized and executed” on the Norwegian Continental Shelf, (other sets of values may be appropriate for other areas of the world)."^^xsd:string ; 550 rdfs:comment "A Thing that is a (set of) Classifier(s) used to categorize a Plan. The various Classifiers are assigned a value from a set of possible values that are representative for how “things are organized and executed” on the Norwegian Continental Shelf, (other sets of values may be appropriate for other areas of the world)."^^xsd:string ;
551 rdfs:label "Plan Classifier"^^xsd:string ; 551 rdfs:label "Plan Classifier"^^xsd:string ;
552 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . 552 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> .
553 553
554 ILAP:PlanContentType 554 ILAP:PlanContentType
555 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; 555 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
556 rdfs:comment "A Plan Classifier according to content type (typically classified by NORSOK Z-014 PBS codes)."^^xsd:string ; 556 rdfs:comment "A Plan Classifier according to content type (typically classified by NORSOK Z-014 PBS codes)."^^xsd:string ;
557 rdfs:label "Plan Content Type"^^xsd:string ; 557 rdfs:label "Plan Content Type"^^xsd:string ;
558 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . 558 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> .
559 559
560 ILAP:PlanContractType 560 ILAP:PlanContractType
561 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 561 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
562 rdfs:comment "A Plan Classifier that categorizes a Plan according to the Contract that governs execution."^^xsd:string ; 562 rdfs:comment "A Plan Classifier that categorizes a Plan according to the Contract that governs execution."^^xsd:string ;
563 rdfs:label "Plan Contract Type"^^xsd:string ; 563 rdfs:label "Plan Contract Type"^^xsd:string ;
564 rdfs:subClassOf ILAP:PlanClassifier . 564 rdfs:subClassOf ILAP:PlanClassifier .
565 565
566 ILAP:PlanExpenseType 566 ILAP:PlanExpenseType
567 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 567 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
568 rdfs:comment "A Plan Classifier that categorizes a Plan according to the type of Expense it incurrs."^^xsd:string ; 568 rdfs:comment "A Plan Classifier that categorizes a Plan according to the type of Expense it incurrs."^^xsd:string ;
569 rdfs:label "Plan Expense Type"^^xsd:string ; 569 rdfs:label "Plan Expense Type"^^xsd:string ;
570 rdfs:subClassOf ILAP:PlanClassifier . 570 rdfs:subClassOf ILAP:PlanClassifier .
571 571
572 ILAP:PlanGeoArea 572 ILAP:PlanGeoArea
573 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; 573 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ;
574 rdfs:comment "A Plan Classifier that categorizes a Plan according to the (size of the) geographic area it addresses."^^xsd:string ; 574 rdfs:comment "A Plan Classifier that categorizes a Plan according to the (size of the) geographic area it addresses."^^xsd:string ;
575 rdfs:label "Plan Geographic Area"^^xsd:string ; 575 rdfs:label "Plan Geographic Area"^^xsd:string ;
576 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 576 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
577 577
578 ILAP:PlanLevel 578 ILAP:PlanLevel
579 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 579 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
580 rdfs:comment "A Plan Classifier that categorizes a Plan according to the detail it addresses (from Level 1 down to Level 6 or 7)."^^xsd:string ; 580 rdfs:comment "A Plan Classifier that categorizes a Plan according to the detail it addresses (from Level 1 down to Level 6 or 7)."^^xsd:string ;
581 rdfs:label "Plan Level"^^xsd:string ; 581 rdfs:label "Plan Level"^^xsd:string ;
582 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 582 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
583 583
584 ILAP:PlanLifecycleStage 584 ILAP:PlanLifecycleStage
585 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 585 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
586 rdfs:comment "A Plan Classifier according to the part(s) of the Asset Lifecycle relevant for the Plan (typically classified by NORSOK Z-014 SAB codes)."^^xsd:string ; 586 rdfs:comment "A Plan Classifier according to the part(s) of the Asset Lifecycle relevant for the Plan (typically classified by NORSOK Z-014 SAB codes)."^^xsd:string ;
587 rdfs:label "Plan Lifecycle Stage"^^xsd:string ; 587 rdfs:label "Plan Lifecycle Stage"^^xsd:string ;
588 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 588 + rdfs:subClassOf ILAP:LifecyclePhase , <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
589 589
590 ILAP:PlanObjectiveType 590 ILAP:PlanObjectiveType
591 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; 591 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ;
592 rdfs:comment "A Plan Classifier that categorizes a Plan according to the nature of its objectives."^^xsd:string ; 592 rdfs:comment "A Plan Classifier that categorizes a Plan according to the nature of its objectives."^^xsd:string ;
593 rdfs:label "Plan Objective Type"^^xsd:string ; 593 rdfs:label "Plan Objective Type"^^xsd:string ;
594 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . 594 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier .
595 595
596 ILAP:PlanProjectType 596 ILAP:PlanProjectType
597 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 597 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
598 rdfs:comment "A Plan Classifier that categorizes a Plan according to the type of prooject used to execute it."^^xsd:string ; 598 rdfs:comment "A Plan Classifier that categorizes a Plan according to the type of prooject used to execute it."^^xsd:string ;
599 rdfs:label "Plan Project Type"^^xsd:string ; 599 rdfs:label "Plan Project Type"^^xsd:string ;
600 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . 600 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier .
601 601
602 ILAP:PlannedActivity 602 ILAP:PlannedActivity
603 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 603 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
...@@ -605,20 +605,13 @@ ILAP:PlannedActivity ...@@ -605,20 +605,13 @@ ILAP:PlannedActivity
605 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; 605 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
606 rdfs:subClassOf 606 rdfs:subClassOf
607 [ rdf:type owl:Restriction ; 607 [ rdf:type owl:Restriction ;
608 - owl:maxQualifiedCardinality
609 - "1"^^xsd:nonNegativeInteger ;
610 - owl:onClass ILAP:Facility ;
611 - owl:onProperty ILAP:hasActivityFacility
612 - ] ;
613 - rdfs:subClassOf
614 - [ rdf:type owl:Restriction ;
615 owl:allValuesFrom ILAP:Location ; 608 owl:allValuesFrom ILAP:Location ;
616 owl:onProperty ILAP:hasActivityLocation 609 owl:onProperty ILAP:hasActivityLocation
617 ] ; 610 ] ;
618 rdfs:subClassOf 611 rdfs:subClassOf
619 [ rdf:type owl:Restriction ; 612 [ rdf:type owl:Restriction ;
620 - owl:allValuesFrom ILAP:ActivityDependency ; 613 + owl:allValuesFrom ILAP:Result ;
621 - owl:onProperty ILAP:hasActivityPredecessor 614 + owl:onProperty ILAP:hasActivityResult
622 ] ; 615 ] ;
623 rdfs:subClassOf 616 rdfs:subClassOf
624 [ rdf:type owl:Restriction ; 617 [ rdf:type owl:Restriction ;
...@@ -627,8 +620,13 @@ ILAP:PlannedActivity ...@@ -627,8 +620,13 @@ ILAP:PlannedActivity
627 ] ; 620 ] ;
628 rdfs:subClassOf 621 rdfs:subClassOf
629 [ rdf:type owl:Restriction ; 622 [ rdf:type owl:Restriction ;
630 - owl:onProperty ILAP:hasActivityDiscipline ; 623 + owl:allValuesFrom ILAP:ResourceProfile ;
631 - owl:someValuesFrom ILAP:Discipline 624 + owl:onProperty ILAP:hasActivityResourceProfile
625 + ] ;
626 + rdfs:subClassOf
627 + [ rdf:type owl:Restriction ;
628 + owl:allValuesFrom ILAP:ActivityWBS ;
629 + owl:onProperty ILAP:hasActivityWBSelement
632 ] ; 630 ] ;
633 rdfs:subClassOf 631 rdfs:subClassOf
634 [ rdf:type owl:Restriction ; 632 [ rdf:type owl:Restriction ;
...@@ -639,23 +637,25 @@ ILAP:PlannedActivity ...@@ -639,23 +637,25 @@ ILAP:PlannedActivity
639 ] ; 637 ] ;
640 rdfs:subClassOf 638 rdfs:subClassOf
641 [ rdf:type owl:Restriction ; 639 [ rdf:type owl:Restriction ;
642 - owl:allValuesFrom ILAP:ResourceProfile ; 640 + owl:maxQualifiedCardinality
643 - owl:onProperty ILAP:hasActivityResourceProfile 641 + "1"^^xsd:nonNegativeInteger ;
642 + owl:onClass ILAP:Facility ;
643 + owl:onProperty ILAP:hasActivityFacility
644 ] ; 644 ] ;
645 rdfs:subClassOf 645 rdfs:subClassOf
646 [ rdf:type owl:Restriction ; 646 [ rdf:type owl:Restriction ;
647 - owl:allValuesFrom ILAP:ResponsiblePerson ; 647 + owl:allValuesFrom ILAP:ActivityDependency ;
648 - owl:onProperty ILAP:hasActivityResponsiblePerson 648 + owl:onProperty ILAP:hasActivityPredecessor
649 ] ; 649 ] ;
650 rdfs:subClassOf 650 rdfs:subClassOf
651 [ rdf:type owl:Restriction ; 651 [ rdf:type owl:Restriction ;
652 - owl:allValuesFrom ILAP:ActivityWBS ; 652 + owl:allValuesFrom ILAP:ResponsiblePerson ;
653 - owl:onProperty ILAP:hasActivityWBSelement 653 + owl:onProperty ILAP:hasActivityResponsiblePerson
654 ] ; 654 ] ;
655 rdfs:subClassOf 655 rdfs:subClassOf
656 [ rdf:type owl:Restriction ; 656 [ rdf:type owl:Restriction ;
657 - owl:allValuesFrom ILAP:Result ; 657 + owl:onProperty ILAP:hasActivityDiscipline ;
658 - owl:onProperty ILAP:hasActivityResult 658 + owl:someValuesFrom ILAP:Discipline
659 ] . 659 ] .
660 660
661 ILAP:PlannedMilestone 661 ILAP:PlannedMilestone
...@@ -696,18 +696,13 @@ ILAP:Programme ...@@ -696,18 +696,13 @@ ILAP:Programme
696 rdfs:subClassOf ILAP:Project . 696 rdfs:subClassOf ILAP:Project .
697 697
698 ILAP:Project 698 ILAP:Project
699 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 699 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
700 rdfs:label "Project"^^xsd:string ; 700 rdfs:label "Project"^^xsd:string ;
701 rdfs:subClassOf ILAP:Activity ; 701 rdfs:subClassOf ILAP:Activity ;
702 rdfs:subClassOf 702 rdfs:subClassOf
703 [ rdf:type owl:Restriction ; 703 [ rdf:type owl:Restriction ;
704 - owl:allValuesFrom ILAP:Project ; 704 + owl:allValuesFrom BRREG:OilCompany ;
705 - owl:onProperty ILAP:hasProjectSubproject 705 + owl:onProperty ILAP:hasProjectResponsible
706 - ] ;
707 - rdfs:subClassOf
708 - [ rdf:type owl:Restriction ;
709 - owl:allValuesFrom ILAP:ExternalReference ;
710 - owl:onProperty ILAP:hasExternalReference
711 ] ; 706 ] ;
712 rdfs:subClassOf 707 rdfs:subClassOf
713 [ rdf:type owl:Restriction ; 708 [ rdf:type owl:Restriction ;
...@@ -718,8 +713,13 @@ ILAP:Project ...@@ -718,8 +713,13 @@ ILAP:Project
718 ] ; 713 ] ;
719 rdfs:subClassOf 714 rdfs:subClassOf
720 [ rdf:type owl:Restriction ; 715 [ rdf:type owl:Restriction ;
721 - owl:allValuesFrom BRREG:OilCompany ; 716 + owl:allValuesFrom ILAP:ExternalReference ;
722 - owl:onProperty ILAP:hasProjectResponsible 717 + owl:onProperty ILAP:hasExternalReference
718 + ] ;
719 + rdfs:subClassOf
720 + [ rdf:type owl:Restriction ;
721 + owl:allValuesFrom ILAP:Project ;
722 + owl:onProperty ILAP:hasProjectSubproject
723 ] . 723 ] .
724 724
725 ILAP:ProjectExecutionPlan 725 ILAP:ProjectExecutionPlan
...@@ -729,52 +729,52 @@ ILAP:ProjectExecutionPlan ...@@ -729,52 +729,52 @@ ILAP:ProjectExecutionPlan
729 rdfs:subClassOf ILAP:Network ; 729 rdfs:subClassOf ILAP:Network ;
730 rdfs:subClassOf 730 rdfs:subClassOf
731 [ rdf:type owl:Restriction ; 731 [ rdf:type owl:Restriction ;
732 - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; 732 + owl:allValuesFrom BRREG:LegalEntity ;
733 - owl:onProperty ILAP:hasPlanAsset 733 + owl:onProperty ILAP:hasPlanResponsible
734 ] ; 734 ] ;
735 rdfs:subClassOf 735 rdfs:subClassOf
736 [ rdf:type owl:Restriction ; 736 [ rdf:type owl:Restriction ;
737 - owl:maxQualifiedCardinality 737 + owl:onProperty ILAP:hasPlanGeoArea ;
738 - "1"^^xsd:nonNegativeInteger ; 738 + owl:someValuesFrom ILAP:PlanGeoArea
739 - owl:onClass ILAP:Project ;
740 - owl:onProperty ILAP:hasPlanProject
741 ] ; 739 ] ;
742 rdfs:subClassOf 740 rdfs:subClassOf
743 [ rdf:type owl:Restriction ; 741 [ rdf:type owl:Restriction ;
744 - owl:maxQualifiedCardinality 742 + owl:onProperty ILAP:hasPlanContentType ;
745 - "1"^^xsd:nonNegativeInteger ; 743 + owl:someValuesFrom ILAP:PlanContentType
746 - owl:onClass ILAP:PlanLevel ;
747 - owl:onProperty ILAP:hasPlanLevel
748 ] ; 744 ] ;
749 rdfs:subClassOf 745 rdfs:subClassOf
750 [ rdf:type owl:Restriction ; 746 [ rdf:type owl:Restriction ;
751 - owl:allValuesFrom ILAP:PlanObjectiveType ; 747 + owl:allValuesFrom ILAP:PlanLifecycleStage ;
752 - owl:onProperty ILAP:hasPlanObjectiveType 748 + owl:onProperty ILAP:hasPlanLifecycleStage
753 ] ; 749 ] ;
754 rdfs:subClassOf 750 rdfs:subClassOf
755 [ rdf:type owl:Restriction ; 751 [ rdf:type owl:Restriction ;
756 - owl:allValuesFrom BRREG:LegalEntity ; 752 + owl:maxQualifiedCardinality
757 - owl:onProperty ILAP:hasPlanResponsible 753 + "1"^^xsd:nonNegativeInteger ;
754 + owl:onClass ILAP:Project ;
755 + owl:onProperty ILAP:hasPlanProject
758 ] ; 756 ] ;
759 rdfs:subClassOf 757 rdfs:subClassOf
760 [ rdf:type owl:Restriction ; 758 [ rdf:type owl:Restriction ;
761 - owl:onProperty ILAP:hasPlanGeoArea ; 759 + owl:allValuesFrom ILAP:PlanObjectiveType ;
762 - owl:someValuesFrom ILAP:PlanGeoArea 760 + owl:onProperty ILAP:hasPlanObjectiveType
763 ] ; 761 ] ;
764 rdfs:subClassOf 762 rdfs:subClassOf
765 [ rdf:type owl:Restriction ; 763 [ rdf:type owl:Restriction ;
766 - owl:allValuesFrom ILAP:ProjectExecutionPlan ; 764 + owl:onProperty ILAP:hasPlanProjectType ;
767 - owl:onProperty ILAP:hasPlanRollUpPlan 765 + owl:someValuesFrom ILAP:PlanProjectType
768 ] ; 766 ] ;
769 rdfs:subClassOf 767 rdfs:subClassOf
770 [ rdf:type owl:Restriction ; 768 [ rdf:type owl:Restriction ;
771 - owl:allValuesFrom ILAP:PlanContractType ; 769 + owl:onProperty ILAP:hasPlanLevel ;
772 - owl:onProperty ILAP:hasPlanContractType 770 + owl:someValuesFrom ILAP:PlanLevel
773 ] ; 771 ] ;
774 rdfs:subClassOf 772 rdfs:subClassOf
775 [ rdf:type owl:Restriction ; 773 [ rdf:type owl:Restriction ;
776 - owl:onProperty ILAP:hasPlanLevel ; 774 + owl:maxQualifiedCardinality
777 - owl:someValuesFrom ILAP:PlanLevel 775 + "1"^^xsd:nonNegativeInteger ;
776 + owl:onClass ILAP:PlanLevel ;
777 + owl:onProperty ILAP:hasPlanLevel
778 ] ; 778 ] ;
779 rdfs:subClassOf 779 rdfs:subClassOf
780 [ rdf:type owl:Restriction ; 780 [ rdf:type owl:Restriction ;
...@@ -783,18 +783,18 @@ ILAP:ProjectExecutionPlan ...@@ -783,18 +783,18 @@ ILAP:ProjectExecutionPlan
783 ] ; 783 ] ;
784 rdfs:subClassOf 784 rdfs:subClassOf
785 [ rdf:type owl:Restriction ; 785 [ rdf:type owl:Restriction ;
786 - owl:onProperty ILAP:hasPlanContentType ; 786 + owl:allValuesFrom ILAP:PlanContractType ;
787 - owl:someValuesFrom ILAP:PlanContentType 787 + owl:onProperty ILAP:hasPlanContractType
788 ] ; 788 ] ;
789 rdfs:subClassOf 789 rdfs:subClassOf
790 [ rdf:type owl:Restriction ; 790 [ rdf:type owl:Restriction ;
791 - owl:allValuesFrom ILAP:PlanLifecycleStage ; 791 + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
792 - owl:onProperty ILAP:hasPlanLifecycleStage 792 + owl:onProperty ILAP:hasPlanAsset
793 ] ; 793 ] ;
794 rdfs:subClassOf 794 rdfs:subClassOf
795 [ rdf:type owl:Restriction ; 795 [ rdf:type owl:Restriction ;
796 - owl:onProperty ILAP:hasPlanProjectType ; 796 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
797 - owl:someValuesFrom ILAP:PlanProjectType 797 + owl:onProperty ILAP:hasPlanRollUpPlan
798 ] . 798 ] .
799 799
800 ILAP:ProjectMilestone 800 ILAP:ProjectMilestone
...@@ -827,10 +827,10 @@ ILAP:RFOCissued ...@@ -827,10 +827,10 @@ ILAP:RFOCissued
827 rdfs:subClassOf ILAP:CommissioningMilestone . 827 rdfs:subClassOf ILAP:CommissioningMilestone .
828 828
829 ILAP:Regular8To16WorkingDayCalendar 829 ILAP:Regular8To16WorkingDayCalendar
830 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 830 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
831 rdfs:comment "A Weekends Free Calendar that specifies work only during normal working hours."^^xsd:string ; 831 rdfs:comment "A Weekends Free Calendar that specifies work only during normal working hours."^^xsd:string ;
832 rdfs:label "Regular 8 To 16 Working Day Calendar"^^xsd:string ; 832 rdfs:label "Regular 8 To 16 Working Day Calendar"^^xsd:string ;
833 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar . 833 + rdfs:subClassOf ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> , <http://posccaesar.org/rdl/RDS7014210> .
834 834
835 ILAP:Regulator 835 ILAP:Regulator
836 rdf:type owl:Class ; 836 rdf:type owl:Class ;
...@@ -839,10 +839,10 @@ ILAP:Regulator ...@@ -839,10 +839,10 @@ ILAP:Regulator
839 rdfs:subClassOf ILAP:ResponsibleOrganization . 839 rdfs:subClassOf ILAP:ResponsibleOrganization .
840 840
841 ILAP:Resource 841 ILAP:Resource
842 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; 842 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
843 rdfs:comment "A Thing that is items that can be measured with units. Resources are assigned to Activities and may consist of people (work hours), materials or physical items."^^xsd:string ; 843 rdfs:comment "A Thing that is items that can be measured with units. Resources are assigned to Activities and may consist of people (work hours), materials or physical items."^^xsd:string ;
844 rdfs:label "Resource"^^xsd:string ; 844 rdfs:label "Resource"^^xsd:string ;
845 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . 845 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> .
846 846
847 ILAP:ResourceEstimate 847 ILAP:ResourceEstimate
848 rdf:type owl:Class ; 848 rdf:type owl:Class ;
...@@ -850,16 +850,16 @@ ILAP:ResourceEstimate ...@@ -850,16 +850,16 @@ ILAP:ResourceEstimate
850 rdfs:label "Resource Estimate"^^xsd:string . 850 rdfs:label "Resource Estimate"^^xsd:string .
851 851
852 ILAP:ResourceProfile 852 ILAP:ResourceProfile
853 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; 853 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ;
854 rdfs:comment "A Thing that distributes Resources according to pre-defined intervals."^^xsd:string ; 854 rdfs:comment "A Thing that distributes Resources according to pre-defined intervals."^^xsd:string ;
855 rdfs:label "Resource Profile"^^xsd:string ; 855 rdfs:label "Resource Profile"^^xsd:string ;
856 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . 856 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing .
857 857
858 ILAP:ResourceProfilePoint 858 ILAP:ResourceProfilePoint
859 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; 859 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
860 rdfs:comment "A Thing that is a specific point on a Resource Profile."^^xsd:string ; 860 rdfs:comment "A Thing that is a specific point on a Resource Profile."^^xsd:string ;
861 rdfs:label "Resource Profile Point"^^xsd:string ; 861 rdfs:label "Resource Profile Point"^^xsd:string ;
862 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . 862 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> .
863 863
864 ILAP:ResourceType 864 ILAP:ResourceType
865 rdf:type owl:Class ; 865 rdf:type owl:Class ;
...@@ -873,18 +873,18 @@ ILAP:ResponsibleActor ...@@ -873,18 +873,18 @@ ILAP:ResponsibleActor
873 rdfs:subClassOf owl:Thing . 873 rdfs:subClassOf owl:Thing .
874 874
875 ILAP:ResponsibleOrganization 875 ILAP:ResponsibleOrganization
876 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; 876 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
877 rdfs:label "Responsible Organization"^^xsd:string ; 877 rdfs:label "Responsible Organization"^^xsd:string ;
878 rdfs:subClassOf ILAP:ResponsibleActor . 878 rdfs:subClassOf ILAP:ResponsibleActor .
879 879
880 ILAP:ResponsiblePerson 880 ILAP:ResponsiblePerson
881 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; 881 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ;
882 rdfs:comment "A Responsible Actor that is a person responsible for carrying out a specified part of the Schedule. Classified according to the Person On Board register."^^xsd:string ; 882 rdfs:comment "A Responsible Actor that is a person responsible for carrying out a specified part of the Schedule. Classified according to the Person On Board register."^^xsd:string ;
883 rdfs:label "Responsible Person"^^xsd:string ; 883 rdfs:label "Responsible Person"^^xsd:string ;
884 rdfs:subClassOf ILAP:ResponsibleActor . 884 rdfs:subClassOf ILAP:ResponsibleActor .
885 885
886 ILAP:Result 886 ILAP:Result
887 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 887 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
888 rdfs:comment "A Thing that is the outcome deliverable from an Activity or Plan (typically classified by NORSOK Z-014 PBS elements)."^^xsd:string ; 888 rdfs:comment "A Thing that is the outcome deliverable from an Activity or Plan (typically classified by NORSOK Z-014 PBS elements)."^^xsd:string ;
889 rdfs:label "Result"^^xsd:string ; 889 rdfs:label "Result"^^xsd:string ;
890 rdfs:subClassOf owl:Thing . 890 rdfs:subClassOf owl:Thing .
...@@ -919,10 +919,10 @@ ILAP:SACissued ...@@ -919,10 +919,10 @@ ILAP:SACissued
919 rdfs:subClassOf ILAP:CommissioningMilestone . 919 rdfs:subClassOf ILAP:CommissioningMilestone .
920 920
921 ILAP:Schedule 921 ILAP:Schedule
922 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 922 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
923 rdfs:comment "A Network of Activities with planned (start and end) Dates, Durations, and Milestones, which can be used to track and monitor work, and provide Resources against which Results are managed and controlled (Adapted from PMI)."^^xsd:string ; 923 rdfs:comment "A Network of Activities with planned (start and end) Dates, Durations, and Milestones, which can be used to track and monitor work, and provide Resources against which Results are managed and controlled (Adapted from PMI)."^^xsd:string ;
924 rdfs:label "Schedule (Scheduled Activity Network)"^^xsd:string ; 924 rdfs:label "Schedule (Scheduled Activity Network)"^^xsd:string ;
925 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ; 925 + rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ;
926 rdfs:subClassOf 926 rdfs:subClassOf
927 [ rdf:type owl:Restriction ; 927 [ rdf:type owl:Restriction ;
928 owl:maxQualifiedCardinality 928 owl:maxQualifiedCardinality
...@@ -932,22 +932,22 @@ ILAP:Schedule ...@@ -932,22 +932,22 @@ ILAP:Schedule
932 ] . 932 ] .
933 933
934 ILAP:ScheduledActivity 934 ILAP:ScheduledActivity
935 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 935 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
936 rdfs:label "Scheduled Activity (Activity in Network Schedule)"^^xsd:string ; 936 rdfs:label "Scheduled Activity (Activity in Network Schedule)"^^xsd:string ;
937 rdfs:subClassOf ILAP:PlannedActivity ; 937 rdfs:subClassOf ILAP:PlannedActivity ;
938 rdfs:subClassOf 938 rdfs:subClassOf
939 [ rdf:type owl:Restriction ; 939 [ rdf:type owl:Restriction ;
940 owl:maxQualifiedCardinality 940 owl:maxQualifiedCardinality
941 "1"^^xsd:nonNegativeInteger ; 941 "1"^^xsd:nonNegativeInteger ;
942 - owl:onClass ILAP:PlannedActivity ; 942 + owl:onClass ILAP:Schedule ;
943 - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan 943 + owl:onProperty ILAP:hasActivitySchedule
944 ] ; 944 ] ;
945 rdfs:subClassOf 945 rdfs:subClassOf
946 [ rdf:type owl:Restriction ; 946 [ rdf:type owl:Restriction ;
947 owl:maxQualifiedCardinality 947 owl:maxQualifiedCardinality
948 "1"^^xsd:nonNegativeInteger ; 948 "1"^^xsd:nonNegativeInteger ;
949 - owl:onClass ILAP:Schedule ; 949 + owl:onClass ILAP:PlannedActivity ;
950 - owl:onProperty ILAP:hasActivitySchedule 950 + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
951 ] . 951 ] .
952 952
953 ILAP:ScheduledMilestone 953 ILAP:ScheduledMilestone
...@@ -975,10 +975,10 @@ ILAP:ShutdownType ...@@ -975,10 +975,10 @@ ILAP:ShutdownType
975 rdfs:subClassOf owl:Thing . 975 rdfs:subClassOf owl:Thing .
976 976
977 ILAP:Source 977 ILAP:Source
978 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 978 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
979 rdfs:comment "A Thing that is the originator of an ILAP information object, which may be a Planning Application or a Responsible Organization classified according to BRREG (Brønnøysund Register) as a legal entity."^^xsd:string ; 979 rdfs:comment "A Thing that is the originator of an ILAP information object, which may be a Planning Application or a Responsible Organization classified according to BRREG (Brønnøysund Register) as a legal entity."^^xsd:string ;
980 rdfs:label "Source"^^xsd:string ; 980 rdfs:label "Source"^^xsd:string ;
981 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . 981 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> .
982 982
983 ILAP:StartMilestone 983 ILAP:StartMilestone
984 rdf:type owl:Class ; 984 rdf:type owl:Class ;
...@@ -986,25 +986,25 @@ ILAP:StartMilestone ...@@ -986,25 +986,25 @@ ILAP:StartMilestone
986 rdfs:subClassOf ILAP:MilestoneType . 986 rdfs:subClassOf ILAP:MilestoneType .
987 987
988 ILAP:StartToFinish 988 ILAP:StartToFinish
989 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 989 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
990 rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity has started."^^xsd:string ; 990 rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity has started."^^xsd:string ;
991 rdfs:label "Start to Finish"^^xsd:string ; 991 rdfs:label "Start to Finish"^^xsd:string ;
992 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 992 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
993 993
994 ILAP:StartToStart 994 ILAP:StartToStart
995 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 995 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
996 rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity has started."^^xsd:string ; 996 rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity has started."^^xsd:string ;
997 rdfs:label "Start to Start"^^xsd:string ; 997 rdfs:label "Start to Start"^^xsd:string ;
998 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 998 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
999 999
1000 ILAP:Status 1000 ILAP:Status
1001 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; 1001 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ;
1002 rdfs:comment "A Thing that holds information about what is currently happening. Status values describe whether to a Project or Activity is started, in progress or completed, and can also say something about resource availability."^^xsd:string ; 1002 rdfs:comment "A Thing that holds information about what is currently happening. Status values describe whether to a Project or Activity is started, in progress or completed, and can also say something about resource availability."^^xsd:string ;
1003 rdfs:label "Status"^^xsd:string ; 1003 rdfs:label "Status"^^xsd:string ;
1004 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . 1004 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing .
1005 1005
1006 ILAP:TargetSchedule 1006 ILAP:TargetSchedule
1007 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 1007 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
1008 rdfs:comment "A decided Schedule that reflects the current target start and finish Dates."^^xsd:string ; 1008 rdfs:comment "A decided Schedule that reflects the current target start and finish Dates."^^xsd:string ;
1009 rdfs:label "Target Schedule"^^xsd:string ; 1009 rdfs:label "Target Schedule"^^xsd:string ;
1010 rdfs:subClassOf ILAP:Schedule . 1010 rdfs:subClassOf ILAP:Schedule .
...@@ -1030,13 +1030,13 @@ ILAP:Value ...@@ -1030,13 +1030,13 @@ ILAP:Value
1030 rdf:type owl:Class ; 1030 rdf:type owl:Class ;
1031 rdfs:comment "A Thing that is the material or monetary worth of something relative to the price asked for it (from Oxford dictionaries.com)."^^xsd:string ; 1031 rdfs:comment "A Thing that is the material or monetary worth of something relative to the price asked for it (from Oxford dictionaries.com)."^^xsd:string ;
1032 rdfs:label "Value"^^xsd:string ; 1032 rdfs:label "Value"^^xsd:string ;
1033 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . 1033 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> .
1034 1034
1035 ILAP:WeekendsFreeCalendar 1035 ILAP:WeekendsFreeCalendar
1036 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 1036 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
1037 rdfs:comment "A Calendar that leaves all weekends as free time (only work during workdays)."^^xsd:string ; 1037 rdfs:comment "A Calendar that leaves all weekends as free time (only work during workdays)."^^xsd:string ;
1038 rdfs:label "Weekends Free Calendar"^^xsd:string ; 1038 rdfs:label "Weekends Free Calendar"^^xsd:string ;
1039 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . 1039 + rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> .
1040 1040
1041 ILAP:WorkOrder 1041 ILAP:WorkOrder
1042 rdf:type owl:Class ; 1042 rdf:type owl:Class ;
...@@ -1045,19 +1045,19 @@ ILAP:WorkOrder ...@@ -1045,19 +1045,19 @@ ILAP:WorkOrder
1045 rdfs:subClassOf ILAP:WorkTask . 1045 rdfs:subClassOf ILAP:WorkTask .
1046 1046
1047 ILAP:WorkTask 1047 ILAP:WorkTask
1048 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 1048 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
1049 rdfs:comment "A Thing that corresponds to part of an Activity, and which holds a description of the work content of that (part of the) Activity. Typically, there are more than one tasks related to an activity, and for each task clear start and end dates are given as well as clear assignments."^^xsd:string ; 1049 rdfs:comment "A Thing that corresponds to part of an Activity, and which holds a description of the work content of that (part of the) Activity. Typically, there are more than one tasks related to an activity, and for each task clear start and end dates are given as well as clear assignments."^^xsd:string ;
1050 rdfs:label "Work Task"^^xsd:string ; 1050 rdfs:label "Work Task"^^xsd:string ;
1051 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; 1051 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ;
1052 rdfs:subClassOf 1052 rdfs:subClassOf
1053 [ rdf:type owl:Restriction ; 1053 [ rdf:type owl:Restriction ;
1054 - owl:allValuesFrom BRREG:LegalEntity ; 1054 + owl:onProperty ILAP:hasWorkTaskActivity ;
1055 - owl:onProperty ILAP:hasWorkTaskResponsible 1055 + owl:someValuesFrom ILAP:Activity
1056 ] ; 1056 ] ;
1057 rdfs:subClassOf 1057 rdfs:subClassOf
1058 [ rdf:type owl:Restriction ; 1058 [ rdf:type owl:Restriction ;
1059 - owl:onProperty ILAP:hasWorkTaskActivity ; 1059 + owl:allValuesFrom BRREG:LegalEntity ;
1060 - owl:someValuesFrom ILAP:Activity 1060 + owl:onProperty ILAP:hasWorkTaskResponsible
1061 ] . 1061 ] .
1062 1062
1063 ILAP:WorkTaskStatus 1063 ILAP:WorkTaskStatus
...@@ -1185,7 +1185,7 @@ ILAP:hasActivityPhysicalPercentComplete ...@@ -1185,7 +1185,7 @@ ILAP:hasActivityPhysicalPercentComplete
1185 rdfs:range xsd:float . 1185 rdfs:range xsd:float .
1186 1186
1187 ILAP:hasActivityPlan 1187 ILAP:hasActivityPlan
1188 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1188 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1189 rdfs:domain ILAP:PlannedActivity ; 1189 rdfs:domain ILAP:PlannedActivity ;
1190 rdfs:label "has Activity Plan"^^xsd:string ; 1190 rdfs:label "has Activity Plan"^^xsd:string ;
1191 rdfs:range ILAP:ProjectExecutionPlan . 1191 rdfs:range ILAP:ProjectExecutionPlan .
...@@ -1235,7 +1235,7 @@ ILAP:hasActivityResponsibleOrganization ...@@ -1235,7 +1235,7 @@ ILAP:hasActivityResponsibleOrganization
1235 rdfs:range ILAP:ResponsibleOrganization . 1235 rdfs:range ILAP:ResponsibleOrganization .
1236 1236
1237 ILAP:hasActivityResponsiblePerson 1237 ILAP:hasActivityResponsiblePerson
1238 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1238 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1239 rdfs:domain ILAP:PlannedActivity ; 1239 rdfs:domain ILAP:PlannedActivity ;
1240 rdfs:label "has Activity Responsible Actor"^^xsd:string ; 1240 rdfs:label "has Activity Responsible Actor"^^xsd:string ;
1241 rdfs:range ILAP:ResponsiblePerson . 1241 rdfs:range ILAP:ResponsiblePerson .
...@@ -1270,7 +1270,7 @@ ILAP:hasActivityStatus ...@@ -1270,7 +1270,7 @@ ILAP:hasActivityStatus
1270 rdfs:range ILAP:Status . 1270 rdfs:range ILAP:Status .
1271 1271
1272 ILAP:hasActivitySuccessor 1272 ILAP:hasActivitySuccessor
1273 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1273 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1274 rdfs:domain ILAP:PlannedActivity ; 1274 rdfs:domain ILAP:PlannedActivity ;
1275 rdfs:label "has Activity Successor"^^xsd:string ; 1275 rdfs:label "has Activity Successor"^^xsd:string ;
1276 rdfs:range ILAP:ActivityDependency ; 1276 rdfs:range ILAP:ActivityDependency ;
...@@ -1331,7 +1331,7 @@ ILAP:hasCalendarDate ...@@ -1331,7 +1331,7 @@ ILAP:hasCalendarDate
1331 rdfs:label "has Calendar Date"^^xsd:string . 1331 rdfs:label "has Calendar Date"^^xsd:string .
1332 1332
1333 ILAP:hasCalendarPeriod 1333 ILAP:hasCalendarPeriod
1334 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1334 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1335 rdfs:domain ILAP:Calendar ; 1335 rdfs:domain ILAP:Calendar ;
1336 rdfs:label "has Calendar Period"^^xsd:string ; 1336 rdfs:label "has Calendar Period"^^xsd:string ;
1337 rdfs:range ILAP:CalendarFreePeriod . 1337 rdfs:range ILAP:CalendarFreePeriod .
...@@ -1638,7 +1638,7 @@ ILAP:hasPlanRegulator ...@@ -1638,7 +1638,7 @@ ILAP:hasPlanRegulator
1638 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1638 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1639 1639
1640 ILAP:hasPlanResponsible 1640 ILAP:hasPlanResponsible
1641 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1641 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1642 rdfs:domain ILAP:ProjectExecutionPlan ; 1642 rdfs:domain ILAP:ProjectExecutionPlan ;
1643 rdfs:label "has Plan Responsible"^^xsd:string ; 1643 rdfs:label "has Plan Responsible"^^xsd:string ;
1644 rdfs:range ILAP:ResponsibleOrganization . 1644 rdfs:range ILAP:ResponsibleOrganization .
...@@ -1856,7 +1856,7 @@ ILAP:hasSourceUserField ...@@ -1856,7 +1856,7 @@ ILAP:hasSourceUserField
1856 rdfs:label "has Source User Field"^^xsd:string . 1856 rdfs:label "has Source User Field"^^xsd:string .
1857 1857
1858 ILAP:hasSuccessorActivity 1858 ILAP:hasSuccessorActivity
1859 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1859 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1860 rdfs:domain ILAP:ActivityDependency ; 1860 rdfs:domain ILAP:ActivityDependency ;
1861 rdfs:label "has Successor Activity "^^xsd:string ; 1861 rdfs:label "has Successor Activity "^^xsd:string ;
1862 rdfs:range ILAP:PlannedActivity ; 1862 rdfs:range ILAP:PlannedActivity ;
...@@ -1884,7 +1884,7 @@ ILAP:hasTimeNow ...@@ -1884,7 +1884,7 @@ ILAP:hasTimeNow
1884 rdf:type owl:DatatypeProperty ; 1884 rdf:type owl:DatatypeProperty ;
1885 rdfs:domain ILAP:Schedule ; 1885 rdfs:domain ILAP:Schedule ;
1886 rdfs:label "has Time Now"^^xsd:string ; 1886 rdfs:label "has Time Now"^^xsd:string ;
1887 - rdfs:range xsd:date , xsd:dateTime . 1887 + rdfs:range xsd:dateTime , xsd:date .
1888 1888
1889 ILAP:hasValueAsset 1889 ILAP:hasValueAsset
1890 rdf:type owl:ObjectProperty ; 1890 rdf:type owl:ObjectProperty ;
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 15 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
16 16
17 : rdf:type owl:Ontology ; 17 : rdf:type owl:Ontology ;
18 - owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , USERFIELDS: . 18 + owl:imports USERFIELDS: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: .
19 19
20 ILAP: 20 ILAP:
21 rdf:type owl:Ontology ; 21 rdf:type owl:Ontology ;
...@@ -150,7 +150,7 @@ ILAP:DependentOnShutdown ...@@ -150,7 +150,7 @@ ILAP:DependentOnShutdown
150 150
151 ILAP:Development 151 ILAP:Development
152 rdf:type ILAP:PlanLifecycleStage ; 152 rdf:type ILAP:PlanLifecycleStage ;
153 - rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string . 153 + rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string .
154 154
155 ILAP:DisasterRecovery 155 ILAP:DisasterRecovery
156 rdf:type ILAP:PlanObjectiveType ; 156 rdf:type ILAP:PlanObjectiveType ;
...@@ -177,8 +177,8 @@ ILAP:DuringNormalOperation ...@@ -177,8 +177,8 @@ ILAP:DuringNormalOperation
177 rdfs:label "During Normal Operation"^^xsd:string . 177 rdfs:label "During Normal Operation"^^xsd:string .
178 178
179 ILAP:DuringShutdown 179 ILAP:DuringShutdown
180 - rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ; 180 + rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ;
181 - rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string . 181 + rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string .
182 182
183 ILAP:EIS 183 ILAP:EIS
184 rdf:type ILAP:Application ; 184 rdf:type ILAP:Application ;
...@@ -627,7 +627,7 @@ ILAP:StandardFreeWeekendPeriod ...@@ -627,7 +627,7 @@ ILAP:StandardFreeWeekendPeriod
627 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 627 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
628 rdfs:label "Standard Free Weekend Period"^^xsd:string ; 628 rdfs:label "Standard Free Weekend Period"^^xsd:string ;
629 ILAP:hasCalendarPeriodFreeDay 629 ILAP:hasCalendarPeriodFreeDay
630 - ILAP:Sunday , ILAP:Saturday . 630 + ILAP:Saturday , ILAP:Sunday .
631 631
632 ILAP:StandardWorkWeekdayPeriod 632 ILAP:StandardWorkWeekdayPeriod
633 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 633 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
...@@ -793,70 +793,70 @@ ILAP:hasWorkTaskResponsible ...@@ -793,70 +793,70 @@ ILAP:hasWorkTaskResponsible
793 rdfs:range ILAP:ResponsiblePerson . 793 rdfs:range ILAP:ResponsiblePerson .
794 794
795 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> 795 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
796 - rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource . 796 + rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category .
797 797
798 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> 798 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
799 - rdfs:subClassOf ILAP:PlanContentType , ILAP:Result . 799 + rdfs:subClassOf ILAP:Result , ILAP:PlanContentType .
800 800
801 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> 801 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing>
802 - rdfs:subClassOf ILAP:Phase . 802 + rdfs:subClassOf ILAP:ProjectPhase .
803 803
804 USERFIELDS:UserField 804 USERFIELDS:UserField
805 rdfs:subClassOf 805 rdfs:subClassOf
806 [ rdf:type owl:Restriction ; 806 [ rdf:type owl:Restriction ;
807 owl:maxQualifiedCardinality 807 owl:maxQualifiedCardinality
808 "1"^^xsd:nonNegativeInteger ; 808 "1"^^xsd:nonNegativeInteger ;
809 - owl:onClass ILAP:ShutdownType ; 809 + owl:onClass ILAP:Discipline ;
810 - owl:onProperty USERFIELDS:hasShutdownType 810 + owl:onProperty USERFIELDS:hasDiscipline
811 ] ; 811 ] ;
812 rdfs:subClassOf 812 rdfs:subClassOf
813 [ rdf:type owl:Restriction ; 813 [ rdf:type owl:Restriction ;
814 owl:maxQualifiedCardinality 814 owl:maxQualifiedCardinality
815 "1"^^xsd:nonNegativeInteger ; 815 "1"^^xsd:nonNegativeInteger ;
816 - owl:onClass ILAP:Result ; 816 + owl:onClass ILAP:MilestoneType ;
817 - owl:onProperty USERFIELDS:hasProduct 817 + owl:onProperty USERFIELDS:hasMilestone
818 ] ; 818 ] ;
819 rdfs:subClassOf 819 rdfs:subClassOf
820 [ rdf:type owl:Restriction ; 820 [ rdf:type owl:Restriction ;
821 owl:maxQualifiedCardinality 821 owl:maxQualifiedCardinality
822 "1"^^xsd:nonNegativeInteger ; 822 "1"^^xsd:nonNegativeInteger ;
823 - owl:onClass ILAP:Phase ; 823 + owl:onClass ILAP:Contractor ;
824 - owl:onProperty USERFIELDS:hasProjectPhase 824 + owl:onProperty USERFIELDS:hasContractor
825 ] ; 825 ] ;
826 rdfs:subClassOf 826 rdfs:subClassOf
827 [ rdf:type owl:Restriction ; 827 [ rdf:type owl:Restriction ;
828 owl:maxQualifiedCardinality 828 owl:maxQualifiedCardinality
829 "1"^^xsd:nonNegativeInteger ; 829 "1"^^xsd:nonNegativeInteger ;
830 - owl:onClass ILAP:Discipline ; 830 + owl:onClass ILAP:Facility ;
831 - owl:onProperty USERFIELDS:hasCategory 831 + owl:onProperty USERFIELDS:hasFacility
832 ] ; 832 ] ;
833 rdfs:subClassOf 833 rdfs:subClassOf
834 [ rdf:type owl:Restriction ; 834 [ rdf:type owl:Restriction ;
835 owl:maxQualifiedCardinality 835 owl:maxQualifiedCardinality
836 "1"^^xsd:nonNegativeInteger ; 836 "1"^^xsd:nonNegativeInteger ;
837 - owl:onClass ILAP:Facility ; 837 + owl:onClass ILAP:Discipline ;
838 - owl:onProperty USERFIELDS:hasFacility 838 + owl:onProperty USERFIELDS:hasCategory
839 ] ; 839 ] ;
840 rdfs:subClassOf 840 rdfs:subClassOf
841 [ rdf:type owl:Restriction ; 841 [ rdf:type owl:Restriction ;
842 owl:maxQualifiedCardinality 842 owl:maxQualifiedCardinality
843 "1"^^xsd:nonNegativeInteger ; 843 "1"^^xsd:nonNegativeInteger ;
844 - owl:onClass ILAP:Contractor ; 844 + owl:onClass ILAP:Phase ;
845 - owl:onProperty USERFIELDS:hasContractor 845 + owl:onProperty USERFIELDS:hasProjectPhase
846 ] ; 846 ] ;
847 rdfs:subClassOf 847 rdfs:subClassOf
848 [ rdf:type owl:Restriction ; 848 [ rdf:type owl:Restriction ;
849 owl:maxQualifiedCardinality 849 owl:maxQualifiedCardinality
850 "1"^^xsd:nonNegativeInteger ; 850 "1"^^xsd:nonNegativeInteger ;
851 - owl:onClass ILAP:MilestoneType ; 851 + owl:onClass ILAP:Result ;
852 - owl:onProperty USERFIELDS:hasMilestone 852 + owl:onProperty USERFIELDS:hasProduct
853 ] ; 853 ] ;
854 rdfs:subClassOf 854 rdfs:subClassOf
855 [ rdf:type owl:Restriction ; 855 [ rdf:type owl:Restriction ;
856 owl:maxQualifiedCardinality 856 owl:maxQualifiedCardinality
857 "1"^^xsd:nonNegativeInteger ; 857 "1"^^xsd:nonNegativeInteger ;
858 - owl:onClass ILAP:Discipline ; 858 + owl:onClass ILAP:ShutdownType ;
859 - owl:onProperty USERFIELDS:hasDiscipline 859 + owl:onProperty USERFIELDS:hasShutdownType
860 ] . 860 ] .
861 861
862 <http://data.posccaesar.org/npd/ontology/Licence> 862 <http://data.posccaesar.org/npd/ontology/Licence>
...@@ -892,7 +892,7 @@ USERFIELDS:UserField ...@@ -892,7 +892,7 @@ USERFIELDS:UserField
892 rdl:RDS282149 892 rdl:RDS282149
893 rdf:type owl:Class ; 893 rdf:type owl:Class ;
894 rdfs:label "RDS282149"^^xsd:string ; 894 rdfs:label "RDS282149"^^xsd:string ;
895 - rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . 895 + rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization .
896 896
897 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> 897 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A>
898 rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . 898 rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
......
...@@ -22,7 +22,7 @@ UC1:Schedule_1 ...@@ -22,7 +22,7 @@ UC1:Schedule_1
22 <http://data.posccaesar.org/ilap/AFEForRosenbergToConocoPhilllips2.0> 22 <http://data.posccaesar.org/ilap/AFEForRosenbergToConocoPhilllips2.0>
23 rdf:type USERFIELDS:FreeTextField ; 23 rdf:type USERFIELDS:FreeTextField ;
24 rdfs:label "AFE for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 24 rdfs:label "AFE for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
25 - USERFIELDS:hasShort "H207-WHRU"^^xsd:string , "H373-DUCT"^^xsd:string , "G139 (WUX.27F.G139.AE)"^^xsd:string . 25 + USERFIELDS:hasShort "G139 (WUX.27F.G139.AE)"^^xsd:string , "H373-DUCT"^^xsd:string , "H207-WHRU"^^xsd:string .
26 26
27 ILAP:AccruedTimeContract_1 27 ILAP:AccruedTimeContract_1
28 rdf:type ILAP:AccruedTimeContract ; 28 rdf:type ILAP:AccruedTimeContract ;
...@@ -43,15 +43,15 @@ ILAP:ActivityPlan_1 ...@@ -43,15 +43,15 @@ ILAP:ActivityPlan_1
43 rdf:type USERFIELDS:FreeTextField ; 43 rdf:type USERFIELDS:FreeTextField ;
44 rdfs:label "Activity Role for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 44 rdfs:label "Activity Role for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
45 USERFIELDS:hasDescription 45 USERFIELDS:hasDescription
46 - "Manual progress, Mhr Carrier"^^xsd:string , "Control object manula progress"^^xsd:string , "Procurement Milestone"^^xsd:string , "Activities to specify objects and produce basic for modelling, Mhr. Carrier"^^xsd:string , "Doc. prg, Mhr. Carrier"^^xsd:string , "Document, Manual progres"^^xsd:string , "Doc. prg, jobs"^^xsd:string , "Control object progress"^^xsd:string , "Manual progress"^^xsd:string , "Jobs in KIFS, Manual progress"^^xsd:string , "Document progress"^^xsd:string , "Control object progress, Jobs"^^xsd:string , "Job progress"^^xsd:string , "Modelling activities containing objects to be both engineered and modelled, Mhr. Carrier"^^xsd:string , "Mhr. Carrier"^^xsd:string , "Modelling activities containing objects to be modelled only, not engineered, Mhr. Carrier"^^xsd:string . 46 + "Manual progress, Mhr Carrier"^^xsd:string , "Control object manula progress"^^xsd:string , "Procurement Milestone"^^xsd:string , "Activities to specify objects and produce basic for modelling, Mhr. Carrier"^^xsd:string , "Doc. prg, Mhr. Carrier"^^xsd:string , "Document, Manual progres"^^xsd:string , "Doc. prg, jobs"^^xsd:string , "Control object progress"^^xsd:string , "Manual progress"^^xsd:string , "Document progress"^^xsd:string , "Jobs in KIFS, Manual progress"^^xsd:string , "Modelling activities containing objects to be both engineered and modelled, Mhr. Carrier"^^xsd:string , "Job progress"^^xsd:string , "Control object progress, Jobs"^^xsd:string , "Mhr. Carrier"^^xsd:string , "Modelling activities containing objects to be modelled only, not engineered, Mhr. Carrier"^^xsd:string .
47 47
48 ILAP:ActivityWBS_1 48 ILAP:ActivityWBS_1
49 rdf:type ILAP:ActivityWBS ; 49 rdf:type ILAP:ActivityWBS ;
50 rdfs:label "Activity WBS 1"^^xsd:string ; 50 rdfs:label "Activity WBS 1"^^xsd:string ;
51 ILAP:hasWBScomponent 51 ILAP:hasWBScomponent
52 - ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA ; 52 + SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ;
53 - ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ; 53 + ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ;
54 - ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD . 54 + ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 .
55 55
56 ILAP:Activity_1 56 ILAP:Activity_1
57 rdf:type ILAP:Activity ; 57 rdf:type ILAP:Activity ;
...@@ -80,28 +80,28 @@ ILAP:BaselineSchedule_1 ...@@ -80,28 +80,28 @@ ILAP:BaselineSchedule_1
80 rdf:type USERFIELDS:FreeTextField ; 80 rdf:type USERFIELDS:FreeTextField ;
81 rdfs:label "Budget Responsible for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 81 rdfs:label "Budget Responsible for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
82 USERFIELDS:hasDescription 82 USERFIELDS:hasDescription
83 - "Jostein Larsen"^^xsd:string , "Vidar Kjempenes"^^xsd:string ; 83 + "Vidar Kjempenes"^^xsd:string , "Jostein Larsen"^^xsd:string ;
84 - USERFIELDS:hasShort "JL"^^xsd:string , "VK"^^xsd:string . 84 + USERFIELDS:hasShort "VK"^^xsd:string , "JL"^^xsd:string .
85 85
86 <http://data.posccaesar.org/ilap/BuidingBlockForRosenbergToConocoPhilllips2.0> 86 <http://data.posccaesar.org/ilap/BuidingBlockForRosenbergToConocoPhilllips2.0>
87 rdf:type USERFIELDS:FreeTextField ; 87 rdf:type USERFIELDS:FreeTextField ;
88 rdfs:label "Buiding Block for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 88 rdfs:label "Buiding Block for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
89 USERFIELDS:hasDescription 89 USERFIELDS:hasDescription
90 "Modifications of WI ducting and vertical exhaust stacks to WHRU"^^xsd:string , "LP Hydro Cyclone"^^xsd:string , "Contract General Milestones"^^xsd:string , "Hook-up of tie-in and integrating of new WHRU"^^xsd:string , "Gas Lift Compressor"^^xsd:string , "Installation of temp. generator for stable power supply"^^xsd:string , "ELDF Assist (E- 040)"^^xsd:string , "Modifications of GI ducting system to WHRU"^^xsd:string , "Assistance to COPSAS Comm"^^xsd:string , "X-Over"^^xsd:string , "Demolition Gas Lift Compressor"^^xsd:string , "Demolition of old WHRU module"^^xsd:string , "Manhours needed for delivery of SOW, but not invoiced to Company"^^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 , "Prep. Of tie-in and integrating work for new WHRU"^^xsd:string , "Onshore fabrication and assembly of a new WHRU module"^^xsd:string ; 90 "Modifications of WI ducting and vertical exhaust stacks to WHRU"^^xsd:string , "LP Hydro Cyclone"^^xsd:string , "Contract General Milestones"^^xsd:string , "Hook-up of tie-in and integrating of new WHRU"^^xsd:string , "Gas Lift Compressor"^^xsd:string , "Installation of temp. generator for stable power supply"^^xsd:string , "ELDF Assist (E- 040)"^^xsd:string , "Modifications of GI ducting system to WHRU"^^xsd:string , "Assistance to COPSAS Comm"^^xsd:string , "X-Over"^^xsd:string , "Demolition Gas Lift Compressor"^^xsd:string , "Demolition of old WHRU module"^^xsd:string , "Manhours needed for delivery of SOW, but not invoiced to Company"^^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 , "Prep. Of tie-in and integrating work for new WHRU"^^xsd:string , "Onshore fabrication and assembly of a new WHRU module"^^xsd:string ;
91 - USERFIELDS:hasShort "G0"^^xsd:string , "D2"^^xsd:string , "W5"^^xsd:string , "XOV"^^xsd:string , "W2"^^xsd:string , "AG"^^xsd:string , "GLC"^^xsd:string , "D1"^^xsd:string , "R0"^^xsd:string , "F0"^^xsd:string , "DEM-GLC"^^xsd:string , "W1"^^xsd:string , "W4"^^xsd:string , "W3"^^xsd:string , "LPHC"^^xsd:string , "CA"^^xsd:string . 91 + USERFIELDS:hasShort "G0"^^xsd:string , "D2"^^xsd:string , "W5"^^xsd:string , "AG"^^xsd:string , "W2"^^xsd:string , "XOV"^^xsd:string , "GLC"^^xsd:string , "D1"^^xsd:string , "R0"^^xsd:string , "F0"^^xsd:string , "DEM-GLC"^^xsd:string , "W1"^^xsd:string , "W4"^^xsd:string , "W3"^^xsd:string , "LPHC"^^xsd:string , "CA"^^xsd:string .
92 92
93 <http://data.posccaesar.org/ilap/CM-oppdragForReinertsenToStatoil1.8> 93 <http://data.posccaesar.org/ilap/CM-oppdragForReinertsenToStatoil1.8>
94 rdf:type USERFIELDS:FreeTextField ; 94 rdf:type USERFIELDS:FreeTextField ;
95 rdfs:label "CM-oppdrag for Reinertsen to Statoil1.8"^^xsd:string ; 95 rdfs:label "CM-oppdrag for Reinertsen to Statoil1.8"^^xsd:string ;
96 USERFIELDS:hasDescription 96 USERFIELDS:hasDescription
97 - "CM-oppdrag"^^xsd:string , "Not CM-oppdrag"^^xsd:string . 97 + "Not CM-oppdrag"^^xsd:string , "CM-oppdrag"^^xsd:string .
98 98
99 <http://data.posccaesar.org/ilap/CORForRosenbergToConocoPhilllips2.0> 99 <http://data.posccaesar.org/ilap/CORForRosenbergToConocoPhilllips2.0>
100 rdf:type USERFIELDS:FreeTextField ; 100 rdf:type USERFIELDS:FreeTextField ;
101 rdfs:label "COR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 101 rdfs:label "COR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
102 USERFIELDS:hasDescription 102 USERFIELDS:hasDescription
103 "First Steam North System"^^xsd:string , "Full Steam Generation"^^xsd:string , "Steam Blowing"^^xsd:string , "Steam System Cold Commissioning"^^xsd:string , "Utilities not SAS Dependant"^^xsd:string , "Utilities SAS Dependant"^^xsd:string , "WIP D & GL By pass exhaust ducting"^^xsd:string , "Safety Systems"^^xsd:string , "WIP A/B/C By pass exhaust ducting"^^xsd:string , "General Activities required for all COR's"^^xsd:string , "Buildingblock CA"^^xsd:string , "First Steam South System"^^xsd:string ; 103 "First Steam North System"^^xsd:string , "Full Steam Generation"^^xsd:string , "Steam Blowing"^^xsd:string , "Steam System Cold Commissioning"^^xsd:string , "Utilities not SAS Dependant"^^xsd:string , "Utilities SAS Dependant"^^xsd:string , "WIP D & GL By pass exhaust ducting"^^xsd:string , "Safety Systems"^^xsd:string , "WIP A/B/C By pass exhaust ducting"^^xsd:string , "General Activities required for all COR's"^^xsd:string , "Buildingblock CA"^^xsd:string , "First Steam South System"^^xsd:string ;
104 - USERFIELDS:hasShort "COR CA"^^xsd:string , "COR 7"^^xsd:string , "COR 1"^^xsd:string , "COR 5"^^xsd:string , "COR 2"^^xsd:string , "COR 8"^^xsd:string , "COR 3"^^xsd:string , "COR 10"^^xsd:string , "COR 9"^^xsd:string , "COR 6"^^xsd:string , "COR 0"^^xsd:string , "COR 4"^^xsd:string . 104 + USERFIELDS:hasShort "COR 7"^^xsd:string , "COR CA"^^xsd:string , "COR 1"^^xsd:string , "COR 5"^^xsd:string , "COR 2"^^xsd:string , "COR 8"^^xsd:string , "COR 3"^^xsd:string , "COR 10"^^xsd:string , "COR 9"^^xsd:string , "COR 6"^^xsd:string , "COR 0"^^xsd:string , "COR 4"^^xsd:string .
105 105
106 ILAP:COR_KD_1 106 ILAP:COR_KD_1
107 rdf:type SCCS:COR_KD ; 107 rdf:type SCCS:COR_KD ;
...@@ -123,8 +123,8 @@ ILAP:COR_KX_1 ...@@ -123,8 +123,8 @@ ILAP:COR_KX_1
123 rdf:type USERFIELDS:FreeTextField ; 123 rdf:type USERFIELDS:FreeTextField ;
124 rdfs:label "CTR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 124 rdfs:label "CTR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
125 USERFIELDS:hasDescription 125 USERFIELDS:hasDescription
126 - "Document Control"^^xsd:string , "Mod. M11 Constr planner - Thailan"^^xsd:string , "Hotwork and Platform SD"^^xsd:string ; 126 + "Hotwork and Platform SD"^^xsd:string , "Mod. M11 Constr planner - Thailan"^^xsd:string , "Document Control"^^xsd:string ;
127 - USERFIELDS:hasShort "DDZEG0000"^^xsd:string , "HA09AD-TH"^^xsd:string , "X"^^xsd:string . 127 + USERFIELDS:hasShort "X"^^xsd:string , "HA09AD-TH"^^xsd:string , "DDZEG0000"^^xsd:string .
128 128
129 ILAP:Calendar_1 129 ILAP:Calendar_1
130 rdf:type ILAP:Calendar ; 130 rdf:type ILAP:Calendar ;
...@@ -186,7 +186,7 @@ ILAP:DataSet_1 ...@@ -186,7 +186,7 @@ ILAP:DataSet_1
186 rdf:type USERFIELDS:FreeTextField ; 186 rdf:type USERFIELDS:FreeTextField ;
187 rdfs:label "Engineering Fase for Reinertsen to Statoil 1.8"^^xsd:string ; 187 rdfs:label "Engineering Fase for Reinertsen to Statoil 1.8"^^xsd:string ;
188 USERFIELDS:hasDescription 188 USERFIELDS:hasDescription
189 - "Elektronisk oppmåling"^^xsd:string , "Lister"^^xsd:string , "Tegningsproduksjon"^^xsd:string , "MCC strategi"^^xsd:string , "Stressanalyse"^^xsd:string , "Sveisekoordinering"^^xsd:string , "Modellering"^^xsd:string , "MCC Støtte"^^xsd:string , "Follow-on"^^xsd:string , "Risikovurdering"^^xsd:string , "Utarbeidelse av studierappor"^^xsd:string , "Offshore befaring"^^xsd:string , "P&ID/PED/PFD"^^xsd:string , "Prefabpakker"^^xsd:string , "Systemutprøving"^^xsd:string , "Databaseoppdatering"^^xsd:string , "MTO/teknisk spec."^^xsd:string , "As-buil"^^xsd:string , "Installasjon"^^xsd:string , "Prefab"^^xsd:string , "Leverandøroppfølging"^^xsd:string , "Installasjonspakker"^^xsd:string , "Disiplinkoordinering"^^xsd:string , "Familiarisering"^^xsd:string , "Beregninger"^^xsd:string , "Medgått tid"^^xsd:string , "Offshore"^^xsd:string . 189 + "Elektronisk oppmåling"^^xsd:string , "Lister"^^xsd:string , "Tegningsproduksjon"^^xsd:string , "MCC strategi"^^xsd:string , "Stressanalyse"^^xsd:string , "Sveisekoordinering"^^xsd:string , "Modellering"^^xsd:string , "Follow-on"^^xsd:string , "MCC Støtte"^^xsd:string , "Risikovurdering"^^xsd:string , "Utarbeidelse av studierappor"^^xsd:string , "Offshore befaring"^^xsd:string , "P&ID/PED/PFD"^^xsd:string , "Prefabpakker"^^xsd:string , "Systemutprøving"^^xsd:string , "Databaseoppdatering"^^xsd:string , "MTO/teknisk spec."^^xsd:string , "As-buil"^^xsd:string , "Installasjon"^^xsd:string , "Prefab"^^xsd:string , "Leverandøroppfølging"^^xsd:string , "Installasjonspakker"^^xsd:string , "Disiplinkoordinering"^^xsd:string , "Familiarisering"^^xsd:string , "Beregninger"^^xsd:string , "Offshore"^^xsd:string , "Medgått tid"^^xsd:string .
190 190
191 ILAP:FinishToStart_1 191 ILAP:FinishToStart_1
192 rdf:type ILAP:FinishToStart ; 192 rdf:type ILAP:FinishToStart ;
...@@ -243,13 +243,13 @@ ILAP:IncentiveContract_2 ...@@ -243,13 +243,13 @@ ILAP:IncentiveContract_2
243 rdf:type USERFIELDS:FreeTextField ; 243 rdf:type USERFIELDS:FreeTextField ;
244 rdfs:label "Ingenioer for Reinertsen to Statoil1.8"^^xsd:string ; 244 rdfs:label "Ingenioer for Reinertsen to Statoil1.8"^^xsd:string ;
245 USERFIELDS:hasDescription 245 USERFIELDS:hasDescription
246 - "Lennart Svensson"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Christer Andersson"^^xsd:string , "Andreas Forberg "^^xsd:string , "Andreas Gurk"^^xsd:string . 246 + "Andreas Gurk"^^xsd:string , "Andreas Forberg "^^xsd:string , "Christer Andersson"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Lennart Svensson"^^xsd:string .
247 247
248 <http://data.posccaesar.org/ilap/InndelingForReinertsenToStatoil1.8> 248 <http://data.posccaesar.org/ilap/InndelingForReinertsenToStatoil1.8>
249 rdf:type USERFIELDS:FreeTextField ; 249 rdf:type USERFIELDS:FreeTextField ;
250 rdfs:label "Inndeling for Reinertsen to Statoil 1.8"^^xsd:string ; 250 rdfs:label "Inndeling for Reinertsen to Statoil 1.8"^^xsd:string ;
251 USERFIELDS:hasDescription 251 USERFIELDS:hasDescription
252 - "18"^^xsd:string , "1"^^xsd:string , "2"^^xsd:string , "3"^^xsd:string , "4"^^xsd:string , "5"^^xsd:string , "6"^^xsd:string . 252 + "6"^^xsd:string , "5"^^xsd:string , "4"^^xsd:string , "3"^^xsd:string , "2"^^xsd:string , "1"^^xsd:string , "18"^^xsd:string .
253 253
254 ILAP:InvoicableWork_1 254 ILAP:InvoicableWork_1
255 rdf:type ILAP:InvoicableWork ; 255 rdf:type ILAP:InvoicableWork ;
...@@ -263,7 +263,7 @@ ILAP:JohnTravolta ...@@ -263,7 +263,7 @@ ILAP:JohnTravolta
263 rdf:type USERFIELDS:FreeTextField ; 263 rdf:type USERFIELDS:FreeTextField ;
264 rdfs:label "KPI 3 Type for Reinertsen to Statoil 1.8"^^xsd:string ; 264 rdfs:label "KPI 3 Type for Reinertsen to Statoil 1.8"^^xsd:string ;
265 USERFIELDS:hasDescription 265 USERFIELDS:hasDescription
266 - "Studierapport"^^xsd:string , "RFOC"^^xsd:string , "Sluttrapport"^^xsd:string . 266 + "Sluttrapport"^^xsd:string , "RFOC"^^xsd:string , "Studierapport"^^xsd:string .
267 267
268 <http://data.posccaesar.org/ilap/KontorForReinertsenToStatoil1.8> 268 <http://data.posccaesar.org/ilap/KontorForReinertsenToStatoil1.8>
269 rdf:type USERFIELDS:FreeTextField ; 269 rdf:type USERFIELDS:FreeTextField ;
...@@ -276,7 +276,7 @@ ILAP:JohnTravolta ...@@ -276,7 +276,7 @@ ILAP:JohnTravolta
276 rdf:type USERFIELDS:FreeTextField ; 276 rdf:type USERFIELDS:FreeTextField ;
277 rdfs:label "Kunde WBS1 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 277 rdfs:label "Kunde WBS1 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
278 USERFIELDS:hasDescription 278 USERFIELDS:hasDescription
279 - "Steam Blow off preparation"^^xsd:string , "Venturi Flow Elements"^^xsd:string , "Insulation piping From superheater drain to Blow down vessel (Limits as per Test pack 640/08/P04)"^^xsd:string , "Permanent modification normal lightings - Circuit 20"^^xsd:string , "Reinstatement after steam blow off"^^xsd:string , "Clean & Test piping Air purge and drain from South Boiler"^^xsd:string , "Hoop up normal lighting on mezzanine deck of New WHRU - Circuit 41"^^xsd:string , "Press, Temp and Level Transmitters"^^xsd:string , "Comm. Ass. Instrument Direct"^^xsd:string , "Electro Magnetic Flow Meter"^^xsd:string , "Painting of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Comm. Ass Insulation Direct"^^xsd:string , "Comm. Ass. Surf. Prot. Direct"^^xsd:string , "PCS hardware - AKSO"^^xsd:string , "Comm Ass. Electrical direct "^^xsd:string , "Comm. Ass. Telecom Direct"^^xsd:string , "Comm. Ass. Mechanical Direct"^^xsd:string , "Insulation 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 , "Insulation boiler pumps 67-00961 & 67-00964"^^xsd:string , "Comm. Ass. Structurel Direct"^^xsd:string , "Prefab and Install piping Discharge superheated steam from PSV 12783 (W1)"^^xsd:string ; 279 + "Steam Blow off preparation"^^xsd:string , "Venturi Flow Elements"^^xsd:string , "Insulation piping From superheater drain to Blow down vessel (Limits as per Test pack 640/08/P04)"^^xsd:string , "Permanent modification normal lightings - Circuit 20"^^xsd:string , "Reinstatement after steam blow off"^^xsd:string , "Comm. Ass Insulation Direct"^^xsd:string , "Electro Magnetic Flow Meter"^^xsd:string , "Press, Temp and Level Transmitters"^^xsd:string , "Comm. Ass. Instrument Direct"^^xsd:string , "Hoop up normal lighting on mezzanine deck of New WHRU - Circuit 41"^^xsd:string , "Painting 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 , "Comm. Ass. Surf. Prot. Direct"^^xsd:string , "PCS hardware - AKSO"^^xsd:string , "Comm Ass. Electrical direct "^^xsd:string , "Comm. Ass. Telecom Direct"^^xsd:string , "Comm. Ass. Mechanical Direct"^^xsd:string , "Insulation of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Comm. Ass. Piping Direct"^^xsd:string , "Insulation boiler pumps 67-00961 & 67-00964"^^xsd:string , "Level Glass"^^xsd:string , "Comm. Ass. Structurel Direct"^^xsd:string , "Prefab and Install piping Discharge superheated steam from PSV 12783 (W1)"^^xsd:string ;
280 USERFIELDS:hasShort "SR"^^xsd:string . 280 USERFIELDS:hasShort "SR"^^xsd:string .
281 281
282 <http://data.posccaesar.org/ilap/KundeWBS2ForRosenbergToConocoPhilllips2.0> 282 <http://data.posccaesar.org/ilap/KundeWBS2ForRosenbergToConocoPhilllips2.0>
...@@ -287,7 +287,7 @@ ILAP:JohnTravolta ...@@ -287,7 +287,7 @@ ILAP:JohnTravolta
287 <http://data.posccaesar.org/ilap/KundeWBS3ForRosenbergToConocoPhilllips2.0> 287 <http://data.posccaesar.org/ilap/KundeWBS3ForRosenbergToConocoPhilllips2.0>
288 rdf:type USERFIELDS:FreeTextField ; 288 rdf:type USERFIELDS:FreeTextField ;
289 rdfs:label "Kunde WBS3 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 289 rdfs:label "Kunde WBS3 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
290 - USERFIELDS:hasShort "43"^^xsd:string , "6"^^xsd:string , "4"^^xsd:string , "7"^^xsd:string , "2"^^xsd:string , "5"^^xsd:string , "12"^^xsd:string , "9"^^xsd:string , "LR"^^xsd:string , "10"^^xsd:string , "2A"^^xsd:string , "11"^^xsd:string , "3"^^xsd:string , "1"^^xsd:string , "42"^^xsd:string , "2B"^^xsd:string , "8"^^xsd:string . 290 + USERFIELDS:hasShort "43"^^xsd:string , "6"^^xsd:string , "4"^^xsd:string , "7"^^xsd:string , "2"^^xsd:string , "5"^^xsd:string , "LR"^^xsd:string , "9"^^xsd:string , "12"^^xsd:string , "2A"^^xsd:string , "10"^^xsd:string , "2B"^^xsd:string , "3"^^xsd:string , "42"^^xsd:string , "1"^^xsd:string , "11"^^xsd:string , "8"^^xsd:string .
291 291
292 ILAP:LiveSchedule_1 292 ILAP:LiveSchedule_1
293 rdf:type ILAP:LiveSchedule ; 293 rdf:type ILAP:LiveSchedule ;
...@@ -342,7 +342,7 @@ ILAP:PBS_ACAA_1 ...@@ -342,7 +342,7 @@ ILAP:PBS_ACAA_1
342 rdf:type USERFIELDS:FreeTextField ; 342 rdf:type USERFIELDS:FreeTextField ;
343 rdfs:label "Planlegger for Reinertsen to Statoil1.8"^^xsd:string ; 343 rdfs:label "Planlegger for Reinertsen to Statoil1.8"^^xsd:string ;
344 USERFIELDS:hasDescription 344 USERFIELDS:hasDescription
345 - "Mattias Allebert"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Yngve Rolseth"^^xsd:string , "Erik Havnes"^^xsd:string , "Gry Helle Nakstad"^^xsd:string . 345 + "Gry Helle Nakstad"^^xsd:string , "Erik Havnes"^^xsd:string , "Yngve Rolseth"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Mattias Allebert"^^xsd:string .
346 346
347 ILAP:PlannedActivity_1 347 ILAP:PlannedActivity_1
348 rdf:type ILAP:PlannedActivity ; 348 rdf:type ILAP:PlannedActivity ;
...@@ -492,7 +492,7 @@ ILAP:ProjectExecutionSubPlan_UC1 ...@@ -492,7 +492,7 @@ ILAP:ProjectExecutionSubPlan_UC1
492 rdf:type USERFIELDS:FreeTextField ; 492 rdf:type USERFIELDS:FreeTextField ;
493 rdfs:label "Prosjektleder for Reinertsen to Statoil1.8"^^xsd:string ; 493 rdfs:label "Prosjektleder for Reinertsen to Statoil1.8"^^xsd:string ;
494 USERFIELDS:hasDescription 494 USERFIELDS:hasDescription
495 - "Ove Løberg"^^xsd:string , "Kenneth Johansson"^^xsd:string , "Finn Olav Aase"^^xsd:string , "Geir Sve"^^xsd:string , "Gunn Elin Harba"^^xsd:string . 495 + "Gunn Elin Harba"^^xsd:string , "Geir Sve"^^xsd:string , "Finn Olav Aase"^^xsd:string , "Kenneth Johansson"^^xsd:string , "Ove Løberg"^^xsd:string .
496 496
497 <http://data.posccaesar.org/ilap/ProsjektstrukturIFSForRosenbergToConocoPhilllips2.0> 497 <http://data.posccaesar.org/ilap/ProsjektstrukturIFSForRosenbergToConocoPhilllips2.0>
498 rdf:type USERFIELDS:FreeTextField ; 498 rdf:type USERFIELDS:FreeTextField ;
...@@ -646,7 +646,7 @@ ILAP:ScheduledMilestone_1 ...@@ -646,7 +646,7 @@ ILAP:ScheduledMilestone_1
646 646
647 ILAP:StandardFreeWeekendPeriod 647 ILAP:StandardFreeWeekendPeriod
648 ILAP:hasCalendarPeriodFreeHour 648 ILAP:hasCalendarPeriodFreeHour
649 - ILAP:From16To24 , ILAP:From00To08 ; 649 + ILAP:From00To08 , ILAP:From16To24 ;
650 ILAP:hasCalendarPeriodHour 650 ILAP:hasCalendarPeriodHour
651 ILAP:From08To16 ; 651 ILAP:From08To16 ;
652 ILAP:hasFreePeriodEndDate 652 ILAP:hasFreePeriodEndDate
...@@ -682,14 +682,14 @@ ILAP:SummerShutdown_UC1 ...@@ -682,14 +682,14 @@ ILAP:SummerShutdown_UC1
682 ILAP:hasShutdownPriority 682 ILAP:hasShutdownPriority
683 ILAP:NormalPriority ; 683 ILAP:NormalPriority ;
684 ILAP:hasShutdownType 684 ILAP:hasShutdownType
685 - ILAP:SystemShutdown , ILAP:ProductionShutdown , ILAP:ScheduledShutdown . 685 + ILAP:ScheduledShutdown , ILAP:ProductionShutdown , ILAP:SystemShutdown .
686 686
687 <http://data.posccaesar.org/ilap/SystemCodeForRosenbergToConocoPhilllips2.0> 687 <http://data.posccaesar.org/ilap/SystemCodeForRosenbergToConocoPhilllips2.0>
688 rdf:type USERFIELDS:FreeTextField ; 688 rdf:type USERFIELDS:FreeTextField ;
689 rdfs:label "System Code for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 689 rdfs:label "System Code for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
690 USERFIELDS:hasDescription 690 USERFIELDS:hasDescription
691 - "Non Specific And Across Many Systems"^^xsd:string , "Water Injection System General"^^xsd:string , "Glycol circulation and Regeneration"^^xsd:string , "Injection Seawater Supply"^^xsd:string , "Mechanical Handling"^^xsd:string , "Open Drains"^^xsd:string , "Gas Lift"^^xsd:string , "Water Fire Fighting"^^xsd:string , "Steam Generation and Waste Heat Recovery"^^xsd:string , "(blank)"^^xsd:string , "Navigation And Identification"^^xsd:string , "Fresh Water"^^xsd:string , "Emergency Power Generation and Distribution"^^xsd:string , "Low Voltage Power Generation and Distribution"^^xsd:string , "Closed Cooling Water"^^xsd:string , "Flare, vent and Blow Down"^^xsd:string , "Process and Equipment Control"^^xsd:string , "Temporary Equipment"^^xsd:string , "Instrument and Utility Air"^^xsd:string ; 691 + "Non Specific And Across Many Systems"^^xsd:string , "Water Injection System General"^^xsd:string , "Glycol circulation and Regeneration"^^xsd:string , "Injection Seawater Supply"^^xsd:string , "Mechanical Handling"^^xsd:string , "Open Drains"^^xsd:string , "Gas Lift"^^xsd:string , "Water Fire Fighting"^^xsd:string , "(blank)"^^xsd:string , "Steam Generation and Waste Heat Recovery"^^xsd:string , "Navigation And Identification"^^xsd:string , "Fresh Water"^^xsd:string , "Emergency Power Generation and Distribution"^^xsd:string , "Low Voltage Power Generation and Distribution"^^xsd:string , "Closed Cooling Water"^^xsd:string , "Flare, vent and Blow Down"^^xsd:string , "Instrument and Utility Air"^^xsd:string , "Temporary Equipment"^^xsd:string , "Process and Equipment Control"^^xsd:string ;
692 - USERFIELDS:hasShort "600"^^xsd:string , "740"^^xsd:string , "260"^^xsd:string , "500"^^xsd:string , "610"^^xsd:string , "840"^^xsd:string , "510"^^xsd:string , "G00"^^xsd:string , "630"^^xsd:string , "640"^^xsd:string , "780"^^xsd:string , "530"^^xsd:string , "540"^^xsd:string , "710"^^xsd:string , "800"^^xsd:string , "300"^^xsd:string , "310"^^xsd:string , "670"^^xsd:string . 692 + USERFIELDS:hasShort "600"^^xsd:string , "740"^^xsd:string , "610"^^xsd:string , "500"^^xsd:string , "260"^^xsd:string , "840"^^xsd:string , "G00"^^xsd:string , "510"^^xsd:string , "630"^^xsd:string , "640"^^xsd:string , "780"^^xsd:string , "530"^^xsd:string , "540"^^xsd:string , "710"^^xsd:string , "800"^^xsd:string , "300"^^xsd:string , "310"^^xsd:string , "670"^^xsd:string .
693 693
694 ILAP:TargetBudget_1 694 ILAP:TargetBudget_1
695 rdf:type ILAP:TargetBudget ; 695 rdf:type ILAP:TargetBudget ;
...@@ -713,14 +713,14 @@ ILAP:UserField ...@@ -713,14 +713,14 @@ ILAP:UserField
713 rdfs:subClassOf 713 rdfs:subClassOf
714 [ rdf:type owl:Restriction ; 714 [ rdf:type owl:Restriction ;
715 owl:onDataRange xsd:string ; 715 owl:onDataRange xsd:string ;
716 - owl:onProperty ILAP:hasValue ; 716 + owl:onProperty ILAP:hasValueSource ;
717 owl:qualifiedCardinality 717 owl:qualifiedCardinality
718 "1"^^xsd:nonNegativeInteger 718 "1"^^xsd:nonNegativeInteger
719 ] ; 719 ] ;
720 rdfs:subClassOf 720 rdfs:subClassOf
721 [ rdf:type owl:Restriction ; 721 [ rdf:type owl:Restriction ;
722 owl:onDataRange xsd:string ; 722 owl:onDataRange xsd:string ;
723 - owl:onProperty ILAP:hasValueSource ; 723 + owl:onProperty ILAP:hasValue ;
724 owl:qualifiedCardinality 724 owl:qualifiedCardinality
725 "1"^^xsd:nonNegativeInteger 725 "1"^^xsd:nonNegativeInteger
726 ] . 726 ] .
...@@ -827,7 +827,7 @@ ILAP:UserFieldClass ...@@ -827,7 +827,7 @@ ILAP:UserFieldClass
827 ILAP:Value_1 827 ILAP:Value_1
828 rdf:type ILAP:Value ; 828 rdf:type ILAP:Value ;
829 rdfs:label "The Value of the Asset (link to value estimates)"^^xsd:string ; 829 rdfs:label "The Value of the Asset (link to value estimates)"^^xsd:string ;
830 - ILAP:hasValueAsset <http://data.posccaesar.org/npd/facts/Field-4350> , ILAP:Asset_1 . 830 + ILAP:hasValueAsset ILAP:Asset_1 , <http://data.posccaesar.org/npd/facts/Field-4350> .
831 831
832 ILAP:WorkOrder_1 832 ILAP:WorkOrder_1
833 rdf:type ILAP:WorkOrder ; 833 rdf:type ILAP:WorkOrder ;
...@@ -904,15 +904,15 @@ USERFIELDS:UserField ...@@ -904,15 +904,15 @@ USERFIELDS:UserField
904 [ rdf:type owl:Restriction ; 904 [ rdf:type owl:Restriction ;
905 owl:maxQualifiedCardinality 905 owl:maxQualifiedCardinality
906 "1"^^xsd:nonNegativeInteger ; 906 "1"^^xsd:nonNegativeInteger ;
907 - owl:onClass ILAP:Contractor ; 907 + owl:onClass ILAP:MilestoneType ;
908 - owl:onProperty USERFIELDS:hasContractor 908 + owl:onProperty USERFIELDS:hasMilestone
909 ] ; 909 ] ;
910 rdfs:subClassOf 910 rdfs:subClassOf
911 [ rdf:type owl:Restriction ; 911 [ rdf:type owl:Restriction ;
912 owl:maxQualifiedCardinality 912 owl:maxQualifiedCardinality
913 "1"^^xsd:nonNegativeInteger ; 913 "1"^^xsd:nonNegativeInteger ;
914 - owl:onClass ILAP:MilestoneType ; 914 + owl:onClass ILAP:Contractor ;
915 - owl:onProperty USERFIELDS:hasMilestone 915 + owl:onProperty USERFIELDS:hasContractor
916 ] . 916 ] .
917 917
918 USERFIELDS:hasCategory 918 USERFIELDS:hasCategory
......