Tore Christiansen

Misc updates to clean up model

...@@ -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 ;
...@@ -522,7 +522,7 @@ ILAP:Objective ...@@ -522,7 +522,7 @@ ILAP:Objective
522 522
523 ILAP:Operation 523 ILAP:Operation
524 rdf:type owl:Class ; 524 rdf:type owl:Class ;
525 - rdfs:comment "A WorkTask that represents work carried out in pProjects, and has (often detailed) descriptions of the actual work carried out"^^xsd:string ; 525 + rdfs:comment "A WorkTask that represents work carried out in Projects, and has (often detailed) descriptions of the actual work carried out"^^xsd:string ;
526 rdfs:label "Operation"^^xsd:string ; 526 rdfs:label "Operation"^^xsd:string ;
527 rdfs:subClassOf ILAP:WorkTask . 527 rdfs:subClassOf ILAP:WorkTask .
528 528
...@@ -557,58 +557,58 @@ ILAP:PhysicalLocation ...@@ -557,58 +557,58 @@ ILAP:PhysicalLocation
557 rdfs:subClassOf ILAP:Location . 557 rdfs:subClassOf ILAP:Location .
558 558
559 ILAP:PlanClassifier 559 ILAP:PlanClassifier
560 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 560 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
561 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 ; 561 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 ;
562 rdfs:label "Plan Classifier"^^xsd:string ; 562 rdfs:label "Plan Classifier"^^xsd:string ;
563 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . 563 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> .
564 564
565 ILAP:PlanContentType 565 ILAP:PlanContentType
566 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; 566 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
567 rdfs:comment "A Plan Classifier according to content type (typically classified by NORSOK Z-014 PBS codes)."^^xsd:string ; 567 rdfs:comment "A Plan Classifier according to content type (typically classified by NORSOK Z-014 PBS codes)."^^xsd:string ;
568 rdfs:label "Plan Content Type"^^xsd:string ; 568 rdfs:label "Plan Content Type"^^xsd:string ;
569 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . 569 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> .
570 570
571 ILAP:PlanContractType 571 ILAP:PlanContractType
572 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 572 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
573 rdfs:comment "A Plan Classifier that categorizes a Plan according to the Contract that governs execution."^^xsd:string ; 573 rdfs:comment "A Plan Classifier that categorizes a Plan according to the Contract that governs execution."^^xsd:string ;
574 rdfs:label "Plan Contract Type"^^xsd:string ; 574 rdfs:label "Plan Contract Type"^^xsd:string ;
575 rdfs:subClassOf ILAP:PlanClassifier . 575 rdfs:subClassOf ILAP:PlanClassifier .
576 576
577 ILAP:PlanExpenseType 577 ILAP:PlanExpenseType
578 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 578 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
579 rdfs:comment "A Plan Classifier that categorizes a Plan according to the type of Expense it incurrs."^^xsd:string ; 579 rdfs:comment "A Plan Classifier that categorizes a Plan according to the type of Expense it incurrs."^^xsd:string ;
580 rdfs:label "Plan Expense Type"^^xsd:string ; 580 rdfs:label "Plan Expense Type"^^xsd:string ;
581 rdfs:subClassOf ILAP:PlanClassifier . 581 rdfs:subClassOf ILAP:PlanClassifier .
582 582
583 ILAP:PlanGeoArea 583 ILAP:PlanGeoArea
584 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; 584 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ;
585 rdfs:comment "A Plan Classifier that categorizes a Plan according to the (size of the) geographic area it addresses."^^xsd:string ; 585 rdfs:comment "A Plan Classifier that categorizes a Plan according to the (size of the) geographic area it addresses."^^xsd:string ;
586 rdfs:label "Plan Geographic Area"^^xsd:string ; 586 rdfs:label "Plan Geographic Area"^^xsd:string ;
587 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 587 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
588 588
589 ILAP:PlanLevel 589 ILAP:PlanLevel
590 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 590 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
591 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 ; 591 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 ;
592 rdfs:label "Plan Level"^^xsd:string ; 592 rdfs:label "Plan Level"^^xsd:string ;
593 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 593 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
594 594
595 ILAP:PlanLifecycleStage 595 ILAP:PlanLifecycleStage
596 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 596 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
597 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 ; 597 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 ;
598 rdfs:label "Plan Lifecycle Stage"^^xsd:string ; 598 rdfs:label "Plan Lifecycle Stage"^^xsd:string ;
599 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> , ILAP:LifecyclePhase . 599 + rdfs:subClassOf ILAP:LifecyclePhase , <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
600 600
601 ILAP:PlanObjectiveType 601 ILAP:PlanObjectiveType
602 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; 602 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ;
603 rdfs:comment "A Plan Classifier that categorizes a Plan according to the nature of its objectives."^^xsd:string ; 603 rdfs:comment "A Plan Classifier that categorizes a Plan according to the nature of its objectives."^^xsd:string ;
604 rdfs:label "Plan Objective Type"^^xsd:string ; 604 rdfs:label "Plan Objective Type"^^xsd:string ;
605 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . 605 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier .
606 606
607 ILAP:PlanProjectType 607 ILAP:PlanProjectType
608 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 608 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
609 rdfs:comment "A Plan Classifier that categorizes a Plan according to the type of prooject used to execute it."^^xsd:string ; 609 rdfs:comment "A Plan Classifier that categorizes a Plan according to the type of prooject used to execute it."^^xsd:string ;
610 rdfs:label "Plan Project Type"^^xsd:string ; 610 rdfs:label "Plan Project Type"^^xsd:string ;
611 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . 611 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier .
612 612
613 ILAP:PlannedActivity 613 ILAP:PlannedActivity
614 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 614 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
...@@ -616,8 +616,15 @@ ILAP:PlannedActivity ...@@ -616,8 +616,15 @@ ILAP:PlannedActivity
616 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; 616 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
617 rdfs:subClassOf 617 rdfs:subClassOf
618 [ rdf:type owl:Restriction ; 618 [ rdf:type owl:Restriction ;
619 - owl:allValuesFrom ILAP:ResourceProfile ; 619 + owl:maxQualifiedCardinality
620 - owl:onProperty ILAP:hasActivityResourceProfile 620 + "1"^^xsd:nonNegativeInteger ;
621 + owl:onClass ILAP:ProjectExecutionPlan ;
622 + owl:onProperty ILAP:hasActivityPlan
623 + ] ;
624 + rdfs:subClassOf
625 + [ rdf:type owl:Restriction ;
626 + owl:allValuesFrom ILAP:ActivityWBS ;
627 + owl:onProperty ILAP:hasActivityWBSelement
621 ] ; 628 ] ;
622 rdfs:subClassOf 629 rdfs:subClassOf
623 [ rdf:type owl:Restriction ; 630 [ rdf:type owl:Restriction ;
...@@ -628,25 +635,23 @@ ILAP:PlannedActivity ...@@ -628,25 +635,23 @@ ILAP:PlannedActivity
628 ] ; 635 ] ;
629 rdfs:subClassOf 636 rdfs:subClassOf
630 [ rdf:type owl:Restriction ; 637 [ rdf:type owl:Restriction ;
631 - owl:maxQualifiedCardinality 638 + owl:allValuesFrom ILAP:ActivityDependency ;
632 - "1"^^xsd:nonNegativeInteger ; 639 + owl:onProperty ILAP:hasActivityPredecessor
633 - owl:onClass ILAP:ProjectExecutionPlan ;
634 - owl:onProperty ILAP:hasActivityPlan
635 ] ; 640 ] ;
636 rdfs:subClassOf 641 rdfs:subClassOf
637 [ rdf:type owl:Restriction ; 642 [ rdf:type owl:Restriction ;
638 - owl:onProperty ILAP:hasActivityDiscipline ; 643 + owl:allValuesFrom ILAP:ResponsiblePerson ;
639 - owl:someValuesFrom ILAP:Discipline 644 + owl:onProperty ILAP:hasActivityResponsiblePerson
640 ] ; 645 ] ;
641 rdfs:subClassOf 646 rdfs:subClassOf
642 [ rdf:type owl:Restriction ; 647 [ rdf:type owl:Restriction ;
643 - owl:allValuesFrom ILAP:ActivityDependency ; 648 + owl:onProperty ILAP:hasActivityDiscipline ;
644 - owl:onProperty ILAP:hasActivityPredecessor 649 + owl:someValuesFrom ILAP:Discipline
645 ] ; 650 ] ;
646 rdfs:subClassOf 651 rdfs:subClassOf
647 [ rdf:type owl:Restriction ; 652 [ rdf:type owl:Restriction ;
648 - owl:allValuesFrom ILAP:ActivityWBS ; 653 + owl:allValuesFrom ILAP:Result ;
649 - owl:onProperty ILAP:hasActivityWBSelement 654 + owl:onProperty ILAP:hasActivityResult
650 ] ; 655 ] ;
651 rdfs:subClassOf 656 rdfs:subClassOf
652 [ rdf:type owl:Restriction ; 657 [ rdf:type owl:Restriction ;
...@@ -655,18 +660,13 @@ ILAP:PlannedActivity ...@@ -655,18 +660,13 @@ ILAP:PlannedActivity
655 ] ; 660 ] ;
656 rdfs:subClassOf 661 rdfs:subClassOf
657 [ rdf:type owl:Restriction ; 662 [ rdf:type owl:Restriction ;
658 - owl:allValuesFrom ILAP:ResponsiblePerson ;
659 - owl:onProperty ILAP:hasActivityResponsiblePerson
660 - ] ;
661 - rdfs:subClassOf
662 - [ rdf:type owl:Restriction ;
663 owl:allValuesFrom ILAP:ActivityDependency ; 663 owl:allValuesFrom ILAP:ActivityDependency ;
664 owl:onProperty ILAP:hasActivitySuccessor 664 owl:onProperty ILAP:hasActivitySuccessor
665 ] ; 665 ] ;
666 rdfs:subClassOf 666 rdfs:subClassOf
667 [ rdf:type owl:Restriction ; 667 [ rdf:type owl:Restriction ;
668 - owl:allValuesFrom ILAP:Result ; 668 + owl:allValuesFrom ILAP:ResourceProfile ;
669 - owl:onProperty ILAP:hasActivityResult 669 + owl:onProperty ILAP:hasActivityResourceProfile
670 ] . 670 ] .
671 671
672 ILAP:PlannedMilestone 672 ILAP:PlannedMilestone
...@@ -707,18 +707,13 @@ ILAP:Programme ...@@ -707,18 +707,13 @@ ILAP:Programme
707 rdfs:subClassOf ILAP:Project . 707 rdfs:subClassOf ILAP:Project .
708 708
709 ILAP:Project 709 ILAP:Project
710 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 710 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
711 rdfs:label "Project"^^xsd:string ; 711 rdfs:label "Project"^^xsd:string ;
712 rdfs:subClassOf ILAP:Activity ; 712 rdfs:subClassOf ILAP:Activity ;
713 rdfs:subClassOf 713 rdfs:subClassOf
714 [ rdf:type owl:Restriction ; 714 [ rdf:type owl:Restriction ;
715 - owl:allValuesFrom ILAP:Project ; 715 + owl:allValuesFrom BRREG:OilCompany ;
716 - owl:onProperty ILAP:hasProjectSubproject 716 + owl:onProperty ILAP:hasProjectResponsible
717 - ] ;
718 - rdfs:subClassOf
719 - [ rdf:type owl:Restriction ;
720 - owl:allValuesFrom ILAP:ExternalReference ;
721 - owl:onProperty ILAP:hasExternalReference
722 ] ; 717 ] ;
723 rdfs:subClassOf 718 rdfs:subClassOf
724 [ rdf:type owl:Restriction ; 719 [ rdf:type owl:Restriction ;
...@@ -729,8 +724,13 @@ ILAP:Project ...@@ -729,8 +724,13 @@ ILAP:Project
729 ] ; 724 ] ;
730 rdfs:subClassOf 725 rdfs:subClassOf
731 [ rdf:type owl:Restriction ; 726 [ rdf:type owl:Restriction ;
732 - owl:allValuesFrom BRREG:OilCompany ; 727 + owl:allValuesFrom ILAP:ExternalReference ;
733 - owl:onProperty ILAP:hasProjectResponsible 728 + owl:onProperty ILAP:hasExternalReference
729 + ] ;
730 + rdfs:subClassOf
731 + [ rdf:type owl:Restriction ;
732 + owl:allValuesFrom ILAP:Project ;
733 + owl:onProperty ILAP:hasProjectSubproject
734 ] . 734 ] .
735 735
736 ILAP:ProjectExecutionPlan 736 ILAP:ProjectExecutionPlan
...@@ -740,18 +740,18 @@ ILAP:ProjectExecutionPlan ...@@ -740,18 +740,18 @@ ILAP:ProjectExecutionPlan
740 rdfs:subClassOf ILAP:Network ; 740 rdfs:subClassOf ILAP:Network ;
741 rdfs:subClassOf 741 rdfs:subClassOf
742 [ rdf:type owl:Restriction ; 742 [ rdf:type owl:Restriction ;
743 - owl:allValuesFrom BRREG:LegalEntity ; 743 + owl:allValuesFrom ILAP:PlanLifecycleStage ;
744 - owl:onProperty ILAP:hasPlanResponsible 744 + owl:onProperty ILAP:hasPlanLifecycleStage
745 ] ; 745 ] ;
746 rdfs:subClassOf 746 rdfs:subClassOf
747 [ rdf:type owl:Restriction ; 747 [ rdf:type owl:Restriction ;
748 - owl:onProperty ILAP:hasPlanProjectType ; 748 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
749 - owl:someValuesFrom ILAP:PlanProjectType 749 + owl:onProperty ILAP:hasPlanSubplan
750 ] ; 750 ] ;
751 rdfs:subClassOf 751 rdfs:subClassOf
752 [ rdf:type owl:Restriction ; 752 [ rdf:type owl:Restriction ;
753 - owl:allValuesFrom ILAP:PlanLifecycleStage ; 753 + owl:allValuesFrom BRREG:LegalEntity ;
754 - owl:onProperty ILAP:hasPlanLifecycleStage 754 + owl:onProperty ILAP:hasPlanResponsible
755 ] ; 755 ] ;
756 rdfs:subClassOf 756 rdfs:subClassOf
757 [ rdf:type owl:Restriction ; 757 [ rdf:type owl:Restriction ;
...@@ -760,20 +760,18 @@ ILAP:ProjectExecutionPlan ...@@ -760,20 +760,18 @@ ILAP:ProjectExecutionPlan
760 ] ; 760 ] ;
761 rdfs:subClassOf 761 rdfs:subClassOf
762 [ rdf:type owl:Restriction ; 762 [ rdf:type owl:Restriction ;
763 - owl:onProperty ILAP:hasPlanLevel ; 763 + owl:onProperty ILAP:hasPlanProjectType ;
764 - owl:someValuesFrom ILAP:PlanLevel 764 + owl:someValuesFrom ILAP:PlanProjectType
765 ] ; 765 ] ;
766 rdfs:subClassOf 766 rdfs:subClassOf
767 [ rdf:type owl:Restriction ; 767 [ rdf:type owl:Restriction ;
768 - owl:maxQualifiedCardinality 768 + owl:allValuesFrom ILAP:PlanObjectiveType ;
769 - "1"^^xsd:nonNegativeInteger ; 769 + owl:onProperty ILAP:hasPlanObjectiveType
770 - owl:onClass ILAP:PlanLevel ;
771 - owl:onProperty ILAP:hasPlanLevel
772 ] ; 770 ] ;
773 rdfs:subClassOf 771 rdfs:subClassOf
774 [ rdf:type owl:Restriction ; 772 [ rdf:type owl:Restriction ;
775 - owl:allValuesFrom ILAP:ProjectExecutionPlan ; 773 + owl:allValuesFrom ILAP:PlanContractType ;
776 - owl:onProperty ILAP:hasPlanRollUpPlan 774 + owl:onProperty ILAP:hasPlanContractType
777 ] ; 775 ] ;
778 rdfs:subClassOf 776 rdfs:subClassOf
779 [ rdf:type owl:Restriction ; 777 [ rdf:type owl:Restriction ;
...@@ -784,28 +782,30 @@ ILAP:ProjectExecutionPlan ...@@ -784,28 +782,30 @@ ILAP:ProjectExecutionPlan
784 ] ; 782 ] ;
785 rdfs:subClassOf 783 rdfs:subClassOf
786 [ rdf:type owl:Restriction ; 784 [ rdf:type owl:Restriction ;
787 - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; 785 + owl:onProperty ILAP:hasPlanGeoArea ;
788 - owl:onProperty ILAP:hasPlanAsset 786 + owl:someValuesFrom ILAP:PlanGeoArea
789 ] ; 787 ] ;
790 rdfs:subClassOf 788 rdfs:subClassOf
791 [ rdf:type owl:Restriction ; 789 [ rdf:type owl:Restriction ;
792 - owl:allValuesFrom ILAP:PlanObjectiveType ; 790 + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
793 - owl:onProperty ILAP:hasPlanObjectiveType 791 + owl:onProperty ILAP:hasPlanAsset
794 ] ; 792 ] ;
795 rdfs:subClassOf 793 rdfs:subClassOf
796 [ rdf:type owl:Restriction ; 794 [ rdf:type owl:Restriction ;
797 - owl:onProperty ILAP:hasPlanGeoArea ; 795 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
798 - owl:someValuesFrom ILAP:PlanGeoArea 796 + owl:onProperty ILAP:hasPlanRollUpPlan
799 ] ; 797 ] ;
800 rdfs:subClassOf 798 rdfs:subClassOf
801 [ rdf:type owl:Restriction ; 799 [ rdf:type owl:Restriction ;
802 - owl:allValuesFrom ILAP:ProjectExecutionPlan ; 800 + owl:onProperty ILAP:hasPlanLevel ;
803 - owl:onProperty ILAP:hasPlanSubplan 801 + owl:someValuesFrom ILAP:PlanLevel
804 ] ; 802 ] ;
805 rdfs:subClassOf 803 rdfs:subClassOf
806 [ rdf:type owl:Restriction ; 804 [ rdf:type owl:Restriction ;
807 - owl:allValuesFrom ILAP:PlanContractType ; 805 + owl:maxQualifiedCardinality
808 - owl:onProperty ILAP:hasPlanContractType 806 + "1"^^xsd:nonNegativeInteger ;
807 + owl:onClass ILAP:PlanLevel ;
808 + owl:onProperty ILAP:hasPlanLevel
809 ] . 809 ] .
810 810
811 ILAP:ProjectMilestone 811 ILAP:ProjectMilestone
...@@ -838,10 +838,10 @@ ILAP:RFOCissued ...@@ -838,10 +838,10 @@ ILAP:RFOCissued
838 rdfs:subClassOf ILAP:CommissioningMilestone . 838 rdfs:subClassOf ILAP:CommissioningMilestone .
839 839
840 ILAP:Regular8To16WorkingDayCalendar 840 ILAP:Regular8To16WorkingDayCalendar
841 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 841 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
842 rdfs:comment "A Weekends Free Calendar that specifies work only during normal working hours."^^xsd:string ; 842 rdfs:comment "A Weekends Free Calendar that specifies work only during normal working hours."^^xsd:string ;
843 rdfs:label "Regular 8 To 16 Working Day Calendar"^^xsd:string ; 843 rdfs:label "Regular 8 To 16 Working Day Calendar"^^xsd:string ;
844 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar . 844 + rdfs:subClassOf ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> , <http://posccaesar.org/rdl/RDS7014210> .
845 845
846 ILAP:Regulator 846 ILAP:Regulator
847 rdf:type owl:Class ; 847 rdf:type owl:Class ;
...@@ -850,10 +850,10 @@ ILAP:Regulator ...@@ -850,10 +850,10 @@ ILAP:Regulator
850 rdfs:subClassOf ILAP:ResponsibleOrganization . 850 rdfs:subClassOf ILAP:ResponsibleOrganization .
851 851
852 ILAP:Resource 852 ILAP:Resource
853 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; 853 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
854 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 ; 854 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 ;
855 rdfs:label "Resource"^^xsd:string ; 855 rdfs:label "Resource"^^xsd:string ;
856 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . 856 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> .
857 857
858 ILAP:ResourceEstimate 858 ILAP:ResourceEstimate
859 rdf:type owl:Class ; 859 rdf:type owl:Class ;
...@@ -861,16 +861,16 @@ ILAP:ResourceEstimate ...@@ -861,16 +861,16 @@ ILAP:ResourceEstimate
861 rdfs:label "Resource Estimate"^^xsd:string . 861 rdfs:label "Resource Estimate"^^xsd:string .
862 862
863 ILAP:ResourceProfile 863 ILAP:ResourceProfile
864 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; 864 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ;
865 rdfs:comment "A Thing that distributes Resources according to pre-defined intervals."^^xsd:string ; 865 rdfs:comment "A Thing that distributes Resources according to pre-defined intervals."^^xsd:string ;
866 rdfs:label "Resource Profile"^^xsd:string ; 866 rdfs:label "Resource Profile"^^xsd:string ;
867 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . 867 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing .
868 868
869 ILAP:ResourceProfilePoint 869 ILAP:ResourceProfilePoint
870 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; 870 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
871 rdfs:comment "A Thing that is a specific point on a Resource Profile."^^xsd:string ; 871 rdfs:comment "A Thing that is a specific point on a Resource Profile."^^xsd:string ;
872 rdfs:label "Resource Profile Point"^^xsd:string ; 872 rdfs:label "Resource Profile Point"^^xsd:string ;
873 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . 873 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> .
874 874
875 ILAP:ResourceType 875 ILAP:ResourceType
876 rdf:type owl:Class ; 876 rdf:type owl:Class ;
...@@ -884,18 +884,18 @@ ILAP:ResponsibleActor ...@@ -884,18 +884,18 @@ ILAP:ResponsibleActor
884 rdfs:subClassOf owl:Thing . 884 rdfs:subClassOf owl:Thing .
885 885
886 ILAP:ResponsibleOrganization 886 ILAP:ResponsibleOrganization
887 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; 887 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
888 rdfs:label "Responsible Organization"^^xsd:string ; 888 rdfs:label "Responsible Organization"^^xsd:string ;
889 rdfs:subClassOf ILAP:ResponsibleActor . 889 rdfs:subClassOf ILAP:ResponsibleActor .
890 890
891 ILAP:ResponsiblePerson 891 ILAP:ResponsiblePerson
892 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; 892 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ;
893 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 ; 893 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 ;
894 rdfs:label "Responsible Person"^^xsd:string ; 894 rdfs:label "Responsible Person"^^xsd:string ;
895 rdfs:subClassOf ILAP:ResponsibleActor . 895 rdfs:subClassOf ILAP:ResponsibleActor .
896 896
897 ILAP:Result 897 ILAP:Result
898 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 898 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
899 rdfs:comment "A Thing that is the outcome deliverable from an Activity or Plan (typically classified by NORSOK Z-014 PBS elements)."^^xsd:string ; 899 rdfs:comment "A Thing that is the outcome deliverable from an Activity or Plan (typically classified by NORSOK Z-014 PBS elements)."^^xsd:string ;
900 rdfs:label "Result"^^xsd:string ; 900 rdfs:label "Result"^^xsd:string ;
901 rdfs:subClassOf owl:Thing . 901 rdfs:subClassOf owl:Thing .
...@@ -930,10 +930,10 @@ ILAP:SACissued ...@@ -930,10 +930,10 @@ ILAP:SACissued
930 rdfs:subClassOf ILAP:CommissioningMilestone . 930 rdfs:subClassOf ILAP:CommissioningMilestone .
931 931
932 ILAP:Schedule 932 ILAP:Schedule
933 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 933 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
934 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 ; 934 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 ;
935 rdfs:label "Schedule (Scheduled Activity Network)"^^xsd:string ; 935 rdfs:label "Schedule (Scheduled Activity Network)"^^xsd:string ;
936 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ; 936 + rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ;
937 rdfs:subClassOf 937 rdfs:subClassOf
938 [ rdf:type owl:Restriction ; 938 [ rdf:type owl:Restriction ;
939 owl:maxQualifiedCardinality 939 owl:maxQualifiedCardinality
...@@ -943,22 +943,22 @@ ILAP:Schedule ...@@ -943,22 +943,22 @@ ILAP:Schedule
943 ] . 943 ] .
944 944
945 ILAP:ScheduledActivity 945 ILAP:ScheduledActivity
946 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 946 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
947 rdfs:label "Scheduled Activity (Activity in Network Schedule)"^^xsd:string ; 947 rdfs:label "Scheduled Activity (Activity in Network Schedule)"^^xsd:string ;
948 rdfs:subClassOf ILAP:PlannedActivity ; 948 rdfs:subClassOf ILAP:PlannedActivity ;
949 rdfs:subClassOf 949 rdfs:subClassOf
950 [ rdf:type owl:Restriction ; 950 [ rdf:type owl:Restriction ;
951 owl:maxQualifiedCardinality 951 owl:maxQualifiedCardinality
952 "1"^^xsd:nonNegativeInteger ; 952 "1"^^xsd:nonNegativeInteger ;
953 - owl:onClass ILAP:PlannedActivity ; 953 + owl:onClass ILAP:Schedule ;
954 - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan 954 + owl:onProperty ILAP:hasActivitySchedule
955 ] ; 955 ] ;
956 rdfs:subClassOf 956 rdfs:subClassOf
957 [ rdf:type owl:Restriction ; 957 [ rdf:type owl:Restriction ;
958 owl:maxQualifiedCardinality 958 owl:maxQualifiedCardinality
959 "1"^^xsd:nonNegativeInteger ; 959 "1"^^xsd:nonNegativeInteger ;
960 - owl:onClass ILAP:Schedule ; 960 + owl:onClass ILAP:PlannedActivity ;
961 - owl:onProperty ILAP:hasActivitySchedule 961 + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
962 ] . 962 ] .
963 963
964 ILAP:ScheduledMilestone 964 ILAP:ScheduledMilestone
...@@ -986,10 +986,10 @@ ILAP:ShutdownType ...@@ -986,10 +986,10 @@ ILAP:ShutdownType
986 rdfs:subClassOf owl:Thing . 986 rdfs:subClassOf owl:Thing .
987 987
988 ILAP:Source 988 ILAP:Source
989 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 989 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
990 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 ; 990 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 ;
991 rdfs:label "Source"^^xsd:string ; 991 rdfs:label "Source"^^xsd:string ;
992 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . 992 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> .
993 993
994 ILAP:StartMilestone 994 ILAP:StartMilestone
995 rdf:type owl:Class ; 995 rdf:type owl:Class ;
...@@ -997,25 +997,25 @@ ILAP:StartMilestone ...@@ -997,25 +997,25 @@ ILAP:StartMilestone
997 rdfs:subClassOf ILAP:MilestoneType . 997 rdfs:subClassOf ILAP:MilestoneType .
998 998
999 ILAP:StartToFinish 999 ILAP:StartToFinish
1000 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 1000 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
1001 rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity has started."^^xsd:string ; 1001 rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity has started."^^xsd:string ;
1002 rdfs:label "Start to Finish"^^xsd:string ; 1002 rdfs:label "Start to Finish"^^xsd:string ;
1003 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 1003 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
1004 1004
1005 ILAP:StartToStart 1005 ILAP:StartToStart
1006 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 1006 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
1007 rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity has started."^^xsd:string ; 1007 rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity has started."^^xsd:string ;
1008 rdfs:label "Start to Start"^^xsd:string ; 1008 rdfs:label "Start to Start"^^xsd:string ;
1009 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 1009 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
1010 1010
1011 ILAP:Status 1011 ILAP:Status
1012 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; 1012 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ;
1013 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 ; 1013 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 ;
1014 rdfs:label "Status"^^xsd:string ; 1014 rdfs:label "Status"^^xsd:string ;
1015 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . 1015 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing .
1016 1016
1017 ILAP:TargetSchedule 1017 ILAP:TargetSchedule
1018 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 1018 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
1019 rdfs:comment "A decided Schedule that reflects the current target start and finish Dates."^^xsd:string ; 1019 rdfs:comment "A decided Schedule that reflects the current target start and finish Dates."^^xsd:string ;
1020 rdfs:label "Target Schedule"^^xsd:string ; 1020 rdfs:label "Target Schedule"^^xsd:string ;
1021 rdfs:subClassOf ILAP:Schedule . 1021 rdfs:subClassOf ILAP:Schedule .
...@@ -1041,13 +1041,13 @@ ILAP:Value ...@@ -1041,13 +1041,13 @@ ILAP:Value
1041 rdf:type owl:Class ; 1041 rdf:type owl:Class ;
1042 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 ; 1042 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 ;
1043 rdfs:label "Value"^^xsd:string ; 1043 rdfs:label "Value"^^xsd:string ;
1044 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . 1044 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> .
1045 1045
1046 ILAP:WeekendsFreeCalendar 1046 ILAP:WeekendsFreeCalendar
1047 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 1047 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
1048 rdfs:comment "A Calendar that leaves all weekends as free time (only work during workdays)."^^xsd:string ; 1048 rdfs:comment "A Calendar that leaves all weekends as free time (only work during workdays)."^^xsd:string ;
1049 rdfs:label "Weekends Free Calendar"^^xsd:string ; 1049 rdfs:label "Weekends Free Calendar"^^xsd:string ;
1050 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . 1050 + rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> .
1051 1051
1052 ILAP:WorkOrder 1052 ILAP:WorkOrder
1053 rdf:type owl:Class ; 1053 rdf:type owl:Class ;
...@@ -1056,19 +1056,19 @@ ILAP:WorkOrder ...@@ -1056,19 +1056,19 @@ ILAP:WorkOrder
1056 rdfs:subClassOf ILAP:Network . 1056 rdfs:subClassOf ILAP:Network .
1057 1057
1058 ILAP:WorkTask 1058 ILAP:WorkTask
1059 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 1059 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
1060 rdfs:comment "An type of Activity 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 ; 1060 rdfs:comment "An type of Activity 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 ;
1061 rdfs:label "Work Task"^^xsd:string ; 1061 rdfs:label "Work Task"^^xsd:string ;
1062 - rdfs:subClassOf ILAP:Activity , <http://posccaesar.org/rdl/RDS3149> ; 1062 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , ILAP:Activity ;
1063 rdfs:subClassOf 1063 rdfs:subClassOf
1064 [ rdf:type owl:Restriction ; 1064 [ rdf:type owl:Restriction ;
1065 - owl:onProperty ILAP:hasWorkTaskActivity ; 1065 + owl:allValuesFrom BRREG:LegalEntity ;
1066 - owl:someValuesFrom ILAP:Activity 1066 + owl:onProperty ILAP:hasWorkTaskResponsible
1067 ] ; 1067 ] ;
1068 rdfs:subClassOf 1068 rdfs:subClassOf
1069 [ rdf:type owl:Restriction ; 1069 [ rdf:type owl:Restriction ;
1070 - owl:allValuesFrom BRREG:LegalEntity ; 1070 + owl:onProperty ILAP:hasWorkTaskActivity ;
1071 - owl:onProperty ILAP:hasWorkTaskResponsible 1071 + owl:someValuesFrom ILAP:Activity
1072 ] . 1072 ] .
1073 1073
1074 ILAP:WorkTaskStatus 1074 ILAP:WorkTaskStatus
...@@ -1210,7 +1210,7 @@ ILAP:hasActivityPhysicalPercentComplete ...@@ -1210,7 +1210,7 @@ ILAP:hasActivityPhysicalPercentComplete
1210 rdfs:range xsd:float . 1210 rdfs:range xsd:float .
1211 1211
1212 ILAP:hasActivityPlan 1212 ILAP:hasActivityPlan
1213 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1213 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1214 rdfs:comment "A Relationship between a Planned Activity and the Execution Plan of which it is a part."^^xsd:string ; 1214 rdfs:comment "A Relationship between a Planned Activity and the Execution Plan of which it is a part."^^xsd:string ;
1215 rdfs:domain ILAP:PlannedActivity ; 1215 rdfs:domain ILAP:PlannedActivity ;
1216 rdfs:label "has Activity Plan"^^xsd:string ; 1216 rdfs:label "has Activity Plan"^^xsd:string ;
...@@ -1268,7 +1268,7 @@ ILAP:hasActivityResponsibleOrganization ...@@ -1268,7 +1268,7 @@ ILAP:hasActivityResponsibleOrganization
1268 rdfs:range ILAP:ResponsibleOrganization . 1268 rdfs:range ILAP:ResponsibleOrganization .
1269 1269
1270 ILAP:hasActivityResponsiblePerson 1270 ILAP:hasActivityResponsiblePerson
1271 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1271 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1272 rdfs:comment "A Relationship between an Activity and an individual Person that has been assigned responsibility."^^xsd:string ; 1272 rdfs:comment "A Relationship between an Activity and an individual Person that has been assigned responsibility."^^xsd:string ;
1273 rdfs:domain ILAP:PlannedActivity ; 1273 rdfs:domain ILAP:PlannedActivity ;
1274 rdfs:label "has Activity Responsible Actor"^^xsd:string ; 1274 rdfs:label "has Activity Responsible Actor"^^xsd:string ;
...@@ -1309,7 +1309,7 @@ ILAP:hasActivityStatus ...@@ -1309,7 +1309,7 @@ ILAP:hasActivityStatus
1309 rdfs:range ILAP:Status . 1309 rdfs:range ILAP:Status .
1310 1310
1311 ILAP:hasActivitySuccessor 1311 ILAP:hasActivitySuccessor
1312 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1312 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1313 rdfs:comment "A Relationship between a Planned Activity and the Activity Dependency object that follows it."^^xsd:string ; 1313 rdfs:comment "A Relationship between a Planned Activity and the Activity Dependency object that follows it."^^xsd:string ;
1314 rdfs:domain ILAP:PlannedActivity ; 1314 rdfs:domain ILAP:PlannedActivity ;
1315 rdfs:label "has Activity Successor"^^xsd:string ; 1315 rdfs:label "has Activity Successor"^^xsd:string ;
...@@ -1380,7 +1380,7 @@ ILAP:hasCalendarDate ...@@ -1380,7 +1380,7 @@ ILAP:hasCalendarDate
1380 rdfs:label "has Calendar Date"^^xsd:string . 1380 rdfs:label "has Calendar Date"^^xsd:string .
1381 1381
1382 ILAP:hasCalendarPeriod 1382 ILAP:hasCalendarPeriod
1383 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1383 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1384 rdfs:comment "A Relationship between a Calendar and its Free Period."^^xsd:string ; 1384 rdfs:comment "A Relationship between a Calendar and its Free Period."^^xsd:string ;
1385 rdfs:domain ILAP:Calendar ; 1385 rdfs:domain ILAP:Calendar ;
1386 rdfs:label "has Calendar Period"^^xsd:string ; 1386 rdfs:label "has Calendar Period"^^xsd:string ;
...@@ -1742,7 +1742,7 @@ ILAP:hasPlanRegulator ...@@ -1742,7 +1742,7 @@ ILAP:hasPlanRegulator
1742 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1742 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1743 1743
1744 ILAP:hasPlanResponsible 1744 ILAP:hasPlanResponsible
1745 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1745 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1746 rdfs:comment "A Relationship between a Project Execution Plan and a Responsible Organization."^^xsd:string ; 1746 rdfs:comment "A Relationship between a Project Execution Plan and a Responsible Organization."^^xsd:string ;
1747 rdfs:domain ILAP:ProjectExecutionPlan ; 1747 rdfs:domain ILAP:ProjectExecutionPlan ;
1748 rdfs:label "has Plan Responsible"^^xsd:string ; 1748 rdfs:label "has Plan Responsible"^^xsd:string ;
...@@ -2002,7 +2002,7 @@ ILAP:hasSourceUserField ...@@ -2002,7 +2002,7 @@ ILAP:hasSourceUserField
2002 rdfs:label "has Source User Field"^^xsd:string . 2002 rdfs:label "has Source User Field"^^xsd:string .
2003 2003
2004 ILAP:hasSuccessorActivity 2004 ILAP:hasSuccessorActivity
2005 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 2005 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
2006 rdfs:comment "A Relationship between an Activity Dependency and a Planned Activity that follows it."^^xsd:string ; 2006 rdfs:comment "A Relationship between an Activity Dependency and a Planned Activity that follows it."^^xsd:string ;
2007 rdfs:domain ILAP:ActivityDependency ; 2007 rdfs:domain ILAP:ActivityDependency ;
2008 rdfs:label "has Successor Activity "^^xsd:string ; 2008 rdfs:label "has Successor Activity "^^xsd:string ;
...@@ -2035,7 +2035,7 @@ ILAP:hasTimeNow ...@@ -2035,7 +2035,7 @@ ILAP:hasTimeNow
2035 rdfs:comment "A Property that holds the Time of calculation for the latest Schedule."^^xsd:string ; 2035 rdfs:comment "A Property that holds the Time of calculation for the latest Schedule."^^xsd:string ;
2036 rdfs:domain ILAP:Schedule ; 2036 rdfs:domain ILAP:Schedule ;
2037 rdfs:label "has Time Now"^^xsd:string ; 2037 rdfs:label "has Time Now"^^xsd:string ;
2038 - rdfs:range xsd:date , xsd:dateTime . 2038 + rdfs:range xsd:dateTime , xsd:date .
2039 2039
2040 ILAP:hasValueAsset 2040 ILAP:hasValueAsset
2041 rdf:type owl:ObjectProperty ; 2041 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 USERFIELDS: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: . 18 + owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , USERFIELDS: .
19 19
20 ILAP: 20 ILAP:
21 rdf:type owl:Ontology ; 21 rdf:type owl:Ontology ;
...@@ -55,7 +55,7 @@ ILAP:Approved ...@@ -55,7 +55,7 @@ ILAP:Approved
55 55
56 ILAP:Aquisition 56 ILAP:Aquisition
57 rdf:type ILAP:PlanLifecycleStage ; 57 rdf:type ILAP:PlanLifecycleStage ;
58 - rdfs:label "Aquire"^^xsd:string . 58 + rdfs:label "Aquisition"^^xsd:string .
59 59
60 ILAP:Assistance 60 ILAP:Assistance
61 rdf:type ILAP:Status ; 61 rdf:type ILAP:Status ;
...@@ -182,7 +182,7 @@ ILAP:DependentOnShutdown ...@@ -182,7 +182,7 @@ ILAP:DependentOnShutdown
182 182
183 ILAP:Development 183 ILAP:Development
184 rdf:type ILAP:PlanLifecycleStage ; 184 rdf:type ILAP:PlanLifecycleStage ;
185 - rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string . 185 + rdfs:label "Development"^^xsd:string .
186 186
187 ILAP:DisasterRecovery 187 ILAP:DisasterRecovery
188 rdf:type ILAP:PlanObjectiveType ; 188 rdf:type ILAP:PlanObjectiveType ;
...@@ -190,7 +190,7 @@ ILAP:DisasterRecovery ...@@ -190,7 +190,7 @@ ILAP:DisasterRecovery
190 190
191 ILAP:Disposal 191 ILAP:Disposal
192 rdf:type ILAP:PlanLifecycleStage ; 192 rdf:type ILAP:PlanLifecycleStage ;
193 - rdfs:label "Dispose"^^xsd:string . 193 + rdfs:label "Disposal"^^xsd:string .
194 194
195 ILAP:Draft 195 ILAP:Draft
196 rdf:type ILAP:Status ; 196 rdf:type ILAP:Status ;
...@@ -209,8 +209,8 @@ ILAP:DuringNormalOperation ...@@ -209,8 +209,8 @@ ILAP:DuringNormalOperation
209 rdfs:label "During Normal Operation"^^xsd:string . 209 rdfs:label "During Normal Operation"^^xsd:string .
210 210
211 ILAP:DuringShutdown 211 ILAP:DuringShutdown
212 - rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ; 212 + rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ;
213 - rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string . 213 + rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string .
214 214
215 ILAP:EIS 215 ILAP:EIS
216 rdf:type ILAP:Application ; 216 rdf:type ILAP:Application ;
...@@ -360,35 +360,31 @@ ILAP:InvoicableWork ...@@ -360,35 +360,31 @@ ILAP:InvoicableWork
360 360
361 ILAP:L1_PPS 361 ILAP:L1_PPS
362 rdf:type ILAP:PlanLevel ; 362 rdf:type ILAP:PlanLevel ;
363 - rdfs:label "Level 1 - Program Portfolio Schedule"^^xsd:string . 363 + rdfs:label "Level 1 - Project Portfolio Schedule"^^xsd:string .
364 364
365 -ILAP:L2_PMS 365 +ILAP:L2_PSS
366 rdf:type ILAP:PlanLevel ; 366 rdf:type ILAP:PlanLevel ;
367 - rdfs:label "Level 2 - Project Master Schedule"^^xsd:string . 367 + rdfs:label "Level 2 - Project Summary Schedule"^^xsd:string .
368 368
369 ILAP:L3_CMS 369 ILAP:L3_CMS
370 rdf:type ILAP:PlanLevel ; 370 rdf:type ILAP:PlanLevel ;
371 rdfs:label "Level 3 - Contract Master Schedule"^^xsd:string . 371 rdfs:label "Level 3 - Contract Master Schedule"^^xsd:string .
372 372
373 -ILAP:L3_PCS 373 +ILAP:L3_PMS
374 rdf:type ILAP:PlanLevel ; 374 rdf:type ILAP:PlanLevel ;
375 - rdfs:label "Level 3 - Project Control Network Schedule"^^xsd:string . 375 + rdfs:label "Level 3 - Project Master Schedule"^^xsd:string .
376 376
377 -ILAP:L4_CCS 377 +ILAP:L4_CNS
378 rdf:type ILAP:PlanLevel ; 378 rdf:type ILAP:PlanLevel ;
379 - rdfs:label "Level 4 - Contract Control Network Schedule"^^xsd:string . 379 + rdfs:label "Level 4 - Contract Control Schedule"^^xsd:string .
380 380
381 -ILAP:L5_DWS 381 +ILAP:L5_CWS
382 rdf:type ILAP:PlanLevel ; 382 rdf:type ILAP:PlanLevel ;
383 - rdfs:label "Level 5 - Contract Task Schedule"^^xsd:string . 383 + rdfs:label "Level 5 - Contract Work Schedule"^^xsd:string .
384 384
385 -ILAP:L6_CWS 385 +ILAP:L6_COS
386 rdf:type ILAP:PlanLevel ; 386 rdf:type ILAP:PlanLevel ;
387 - rdfs:label "Level 6 - Contractor Work Order Schedule"^^xsd:string . 387 + rdfs:label "Level 6 - Contractor Operations Schedule"^^xsd:string .
388 -
389 -ILAP:L7_COS
390 - rdf:type ILAP:PlanLevel ;
391 - rdfs:label "Level 7 - Contractor Operations Schedule"^^xsd:string .
392 388
393 ILAP:LiftingOperation 389 ILAP:LiftingOperation
394 rdf:type owl:Class ; 390 rdf:type owl:Class ;
...@@ -419,10 +415,6 @@ ILAP:MS_Project ...@@ -419,10 +415,6 @@ ILAP:MS_Project
419 rdf:type ILAP:Application ; 415 rdf:type ILAP:Application ;
420 rdfs:label "MS Project"^^xsd:string . 416 rdfs:label "MS Project"^^xsd:string .
421 417
422 -ILAP:Maintenance
423 - rdf:type ILAP:PlanLifecycleStage ;
424 - rdfs:label "Maintenance"^^xsd:string .
425 -
426 ILAP:ManagedClosedown 418 ILAP:ManagedClosedown
427 rdf:type ILAP:PlanObjectiveType ; 419 rdf:type ILAP:PlanObjectiveType ;
428 rdfs:label "Managed closedown"^^xsd:string . 420 rdfs:label "Managed closedown"^^xsd:string .
...@@ -504,14 +496,14 @@ ILAP:OnHold ...@@ -504,14 +496,14 @@ ILAP:OnHold
504 rdf:type ILAP:Status ; 496 rdf:type ILAP:Status ;
505 rdfs:label "On Hold"^^xsd:string . 497 rdfs:label "On Hold"^^xsd:string .
506 498
507 -ILAP:Operation
508 - rdf:type ILAP:PlanLifecycleStage ;
509 - rdfs:label "Operation"^^xsd:string .
510 -
511 ILAP:OperationAndMaintenance 499 ILAP:OperationAndMaintenance
512 rdf:type ILAP:PlanProjectType ; 500 rdf:type ILAP:PlanProjectType ;
513 rdfs:label "Operation and maintenance"^^xsd:string . 501 rdfs:label "Operation and maintenance"^^xsd:string .
514 502
503 +ILAP:OperationsAndMaintenance
504 + rdf:type ILAP:PlanLifecycleStage ;
505 + rdfs:label "Operations and Maintenance"^^xsd:string .
506 +
515 ILAP:Pacs 507 ILAP:Pacs
516 rdf:type ILAP:Application ; 508 rdf:type ILAP:Application ;
517 rdfs:label "Pacs"^^xsd:string . 509 rdfs:label "Pacs"^^xsd:string .
...@@ -616,7 +608,7 @@ ILAP:RemovalOfBarriers ...@@ -616,7 +608,7 @@ ILAP:RemovalOfBarriers
616 608
617 ILAP:Renewal 609 ILAP:Renewal
618 rdf:type ILAP:PlanLifecycleStage ; 610 rdf:type ILAP:PlanLifecycleStage ;
619 - rdfs:label "Renew"^^xsd:string . 611 + rdfs:label "Renewal"^^xsd:string .
620 612
621 ILAP:Replanned 613 ILAP:Replanned
622 rdf:type ILAP:Status ; 614 rdf:type ILAP:Status ;
...@@ -677,7 +669,7 @@ ILAP:ShallowGasOperation ...@@ -677,7 +669,7 @@ ILAP:ShallowGasOperation
677 669
678 ILAP:ShutdownAndDecommisioning 670 ILAP:ShutdownAndDecommisioning
679 rdf:type ILAP:PlanLifecycleStage ; 671 rdf:type ILAP:PlanLifecycleStage ;
680 - rdfs:label "Shutdown and decommisioning"^^xsd:string . 672 + rdfs:label "Shutdown and Decommisioning"^^xsd:string .
681 673
682 ILAP:ShutdownNotEvaluated 674 ILAP:ShutdownNotEvaluated
683 rdf:type ILAP:ShutdownType ; 675 rdf:type ILAP:ShutdownType ;
...@@ -691,7 +683,7 @@ ILAP:StandardFreeWeekendPeriod ...@@ -691,7 +683,7 @@ ILAP:StandardFreeWeekendPeriod
691 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 683 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
692 rdfs:label "Standard Free Weekend Period"^^xsd:string ; 684 rdfs:label "Standard Free Weekend Period"^^xsd:string ;
693 ILAP:hasCalendarPeriodFreeDay 685 ILAP:hasCalendarPeriodFreeDay
694 - ILAP:Saturday , ILAP:Sunday . 686 + ILAP:Sunday , ILAP:Saturday .
695 687
696 ILAP:StandardWorkWeekdayPeriod 688 ILAP:StandardWorkWeekdayPeriod
697 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 689 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
...@@ -862,10 +854,10 @@ ILAP:hasWorkTaskResponsible ...@@ -862,10 +854,10 @@ ILAP:hasWorkTaskResponsible
862 rdfs:range ILAP:ResponsiblePerson . 854 rdfs:range ILAP:ResponsiblePerson .
863 855
864 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> 856 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
865 - rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category . 857 + rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource .
866 858
867 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> 859 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
868 - rdfs:subClassOf ILAP:Result , ILAP:PlanContentType . 860 + rdfs:subClassOf ILAP:PlanContentType , ILAP:Result .
869 861
870 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> 862 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing>
871 rdfs:subClassOf ILAP:ProjectPhase . 863 rdfs:subClassOf ILAP:ProjectPhase .
...@@ -875,57 +867,57 @@ USERFIELDS:UserField ...@@ -875,57 +867,57 @@ USERFIELDS:UserField
875 [ rdf:type owl:Restriction ; 867 [ rdf:type owl:Restriction ;
876 owl:maxQualifiedCardinality 868 owl:maxQualifiedCardinality
877 "1"^^xsd:nonNegativeInteger ; 869 "1"^^xsd:nonNegativeInteger ;
878 - owl:onClass ILAP:Discipline ; 870 + owl:onClass ILAP:ShutdownType ;
879 - owl:onProperty USERFIELDS:hasDiscipline 871 + owl:onProperty USERFIELDS:hasShutdownType
880 ] ; 872 ] ;
881 rdfs:subClassOf 873 rdfs:subClassOf
882 [ rdf:type owl:Restriction ; 874 [ rdf:type owl:Restriction ;
883 owl:maxQualifiedCardinality 875 owl:maxQualifiedCardinality
884 "1"^^xsd:nonNegativeInteger ; 876 "1"^^xsd:nonNegativeInteger ;
885 - owl:onClass ILAP:MilestoneType ; 877 + owl:onClass ILAP:Result ;
886 - owl:onProperty USERFIELDS:hasMilestoneType 878 + owl:onProperty USERFIELDS:hasProduct
887 ] ; 879 ] ;
888 rdfs:subClassOf 880 rdfs:subClassOf
889 [ rdf:type owl:Restriction ; 881 [ rdf:type owl:Restriction ;
890 owl:maxQualifiedCardinality 882 owl:maxQualifiedCardinality
891 "1"^^xsd:nonNegativeInteger ; 883 "1"^^xsd:nonNegativeInteger ;
892 - owl:onClass ILAP:Contractor ; 884 + owl:onClass ILAP:Phase ;
893 - owl:onProperty USERFIELDS:hasContractor 885 + owl:onProperty USERFIELDS:hasProjectPhaseType
894 ] ; 886 ] ;
895 rdfs:subClassOf 887 rdfs:subClassOf
896 [ rdf:type owl:Restriction ; 888 [ rdf:type owl:Restriction ;
897 owl:maxQualifiedCardinality 889 owl:maxQualifiedCardinality
898 "1"^^xsd:nonNegativeInteger ; 890 "1"^^xsd:nonNegativeInteger ;
899 - owl:onClass ILAP:Facility ; 891 + owl:onClass ILAP:Discipline ;
900 - owl:onProperty USERFIELDS:hasFacility 892 + owl:onProperty USERFIELDS:hasCategory
901 ] ; 893 ] ;
902 rdfs:subClassOf 894 rdfs:subClassOf
903 [ rdf:type owl:Restriction ; 895 [ rdf:type owl:Restriction ;
904 owl:maxQualifiedCardinality 896 owl:maxQualifiedCardinality
905 "1"^^xsd:nonNegativeInteger ; 897 "1"^^xsd:nonNegativeInteger ;
906 - owl:onClass ILAP:Discipline ; 898 + owl:onClass ILAP:Facility ;
907 - owl:onProperty USERFIELDS:hasCategory 899 + owl:onProperty USERFIELDS:hasFacility
908 ] ; 900 ] ;
909 rdfs:subClassOf 901 rdfs:subClassOf
910 [ rdf:type owl:Restriction ; 902 [ rdf:type owl:Restriction ;
911 owl:maxQualifiedCardinality 903 owl:maxQualifiedCardinality
912 "1"^^xsd:nonNegativeInteger ; 904 "1"^^xsd:nonNegativeInteger ;
913 - owl:onClass ILAP:Phase ; 905 + owl:onClass ILAP:Contractor ;
914 - owl:onProperty USERFIELDS:hasProjectPhaseType 906 + owl:onProperty USERFIELDS:hasContractor
915 ] ; 907 ] ;
916 rdfs:subClassOf 908 rdfs:subClassOf
917 [ rdf:type owl:Restriction ; 909 [ rdf:type owl:Restriction ;
918 owl:maxQualifiedCardinality 910 owl:maxQualifiedCardinality
919 "1"^^xsd:nonNegativeInteger ; 911 "1"^^xsd:nonNegativeInteger ;
920 - owl:onClass ILAP:Result ; 912 + owl:onClass ILAP:MilestoneType ;
921 - owl:onProperty USERFIELDS:hasProduct 913 + owl:onProperty USERFIELDS:hasMilestoneType
922 ] ; 914 ] ;
923 rdfs:subClassOf 915 rdfs:subClassOf
924 [ rdf:type owl:Restriction ; 916 [ rdf:type owl:Restriction ;
925 owl:maxQualifiedCardinality 917 owl:maxQualifiedCardinality
926 "1"^^xsd:nonNegativeInteger ; 918 "1"^^xsd:nonNegativeInteger ;
927 - owl:onClass ILAP:ShutdownType ; 919 + owl:onClass ILAP:Discipline ;
928 - owl:onProperty USERFIELDS:hasShutdownType 920 + owl:onProperty USERFIELDS:hasDiscipline
929 ] . 921 ] .
930 922
931 <http://data.posccaesar.org/npd/ontology/Licence> 923 <http://data.posccaesar.org/npd/ontology/Licence>
...@@ -961,7 +953,7 @@ USERFIELDS:UserField ...@@ -961,7 +953,7 @@ USERFIELDS:UserField
961 rdl:RDS282149 953 rdl:RDS282149
962 rdf:type owl:Class ; 954 rdf:type owl:Class ;
963 rdfs:label "RDS282149"^^xsd:string ; 955 rdfs:label "RDS282149"^^xsd:string ;
964 - rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . 956 + rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing .
965 957
966 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> 958 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A>
967 rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . 959 rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
......
...@@ -22,7 +22,7 @@ UC1:Schedule_1 ...@@ -22,7 +22,7 @@ UC1:Schedule_1
22 ILAP:AFEforContractorBtoOperatorB 22 ILAP:AFEforContractorBtoOperatorB
23 rdf:type USERFIELDS:FreeTextField ; 23 rdf:type USERFIELDS:FreeTextField ;
24 rdfs:label "AFE for Contractor B to Operator B"^^xsd:string ; 24 rdfs:label "AFE for Contractor B to Operator B"^^xsd:string ;
25 - USERFIELDS:hasShort "H207-WHRU"^^xsd:string , "G139 (WUX.27F.G139.AE)"^^xsd:string , "H373-DUCT"^^xsd:string . 25 + USERFIELDS:hasShort "H373-DUCT"^^xsd:string , "G139 (WUX.27F.G139.AE)"^^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 ;
...@@ -48,9 +48,9 @@ ILAP:ActivityWBS_1 ...@@ -48,9 +48,9 @@ ILAP:ActivityWBS_1
48 rdf:type ILAP:ActivityWBS ; 48 rdf:type ILAP:ActivityWBS ;
49 rdfs:label "Activity WBS 1"^^xsd:string ; 49 rdfs:label "Activity WBS 1"^^xsd:string ;
50 ILAP:hasWBScomponent 50 ILAP:hasWBScomponent
51 - SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ; 51 + ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA ;
52 - ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ; 52 + ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ;
53 - ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 . 53 + ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD .
54 54
55 ILAP:Activity_1 55 ILAP:Activity_1
56 rdf:type ILAP:Activity ; 56 rdf:type ILAP:Activity ;
...@@ -77,14 +77,14 @@ ILAP:BaselineSchedule_1 ...@@ -77,14 +77,14 @@ ILAP:BaselineSchedule_1
77 ILAP:BudgetResponsibleForContractorBtoOperatorB 77 ILAP:BudgetResponsibleForContractorBtoOperatorB
78 rdf:type USERFIELDS:FreeTextField ; 78 rdf:type USERFIELDS:FreeTextField ;
79 rdfs:label "Budget Responsible for Contractor B to Operator B"^^xsd:string ; 79 rdfs:label "Budget Responsible for Contractor B to Operator B"^^xsd:string ;
80 - USERFIELDS:hasShort "VK"^^xsd:string , "JL"^^xsd:string ; 80 + USERFIELDS:hasShort "JL"^^xsd:string , "VK"^^xsd:string ;
81 - USERFIELDS:hasValue "Vidar Kjempenes"^^xsd:string , "Jostein Larsen"^^xsd:string . 81 + USERFIELDS:hasValue "Jostein Larsen"^^xsd:string , "Vidar Kjempenes"^^xsd:string .
82 82
83 ILAP:BuidingBlockForContractorBtoOperatorB 83 ILAP:BuidingBlockForContractorBtoOperatorB
84 rdf:type USERFIELDS:FreeTextField ; 84 rdf:type USERFIELDS:FreeTextField ;
85 rdfs:label "Buiding Block for Contractor B to Operator B"^^xsd:string ; 85 rdfs:label "Buiding Block for Contractor B to Operator B"^^xsd:string ;
86 - USERFIELDS:hasShort "D2"^^xsd:string , "LPHC"^^xsd:string , "D1"^^xsd:string , "W5"^^xsd:string , "XOV"^^xsd:string , "W3"^^xsd:string , "W2"^^xsd:string , "DEM-GLC"^^xsd:string , "W4"^^xsd:string , "F0"^^xsd:string , "R0"^^xsd:string , "G0"^^xsd:string , "AG"^^xsd:string , "CA"^^xsd:string , "W1"^^xsd:string , "GLC"^^xsd:string ; 86 + USERFIELDS:hasShort "D2"^^xsd:string , "LPHC"^^xsd:string , "D1"^^xsd:string , "W5"^^xsd:string , "XOV"^^xsd:string , "W3"^^xsd:string , "W2"^^xsd:string , "DEM-GLC"^^xsd:string , "W4"^^xsd:string , "F0"^^xsd:string , "R0"^^xsd:string , "G0"^^xsd:string , "AG"^^xsd:string , "CA"^^xsd:string , "GLC"^^xsd:string , "W1"^^xsd:string ;
87 - USERFIELDS:hasValue "Demolition of old WHRU module"^^xsd:string , "X-Over"^^xsd:string , "Contract General Milestones"^^xsd:string , "Modifications of GI ducting system to WHRU"^^xsd:string , "General, for general work activities, not specifically allocated to one of the following Building Blocks (W1, W2,W3, W4, W5, D1 or D2)"^^xsd:string , "Demolition Gas Lift Compressor"^^xsd:string , "Manhours needed for delivery of SOW, but not invoiced to Company"^^xsd:string , "Installation of temp. generator for stable power supply"^^xsd:string , "Gas Lift Compressor"^^xsd:string , "ELDF Assist (E- 040)"^^xsd:string , "Assistance to COPSAS Comm"^^xsd:string , "Hook-up of tie-in and integrating of new WHRU"^^xsd:string , "Onshore fabrication and assembly of a new WHRU module"^^xsd:string , "Prep. Of tie-in and integrating work for new WHRU"^^xsd:string , "LP Hydro Cyclone"^^xsd:string , "Modifications of WI ducting and vertical exhaust stacks to WHRU"^^xsd:string . 87 + USERFIELDS:hasValue "Demolition of old WHRU module"^^xsd:string , "X-Over"^^xsd:string , "Contract General Milestones"^^xsd:string , "Modifications of GI ducting system to WHRU"^^xsd:string , "General, for general work activities, not specifically allocated to one of the following Building Blocks (W1, W2,W3, W4, W5, D1 or D2)"^^xsd:string , "Demolition Gas Lift Compressor"^^xsd:string , "Manhours needed for delivery of SOW, but not invoiced to Company"^^xsd:string , "Gas Lift Compressor"^^xsd:string , "Installation of temp. generator for stable power supply"^^xsd:string , "ELDF Assist (E- 040)"^^xsd:string , "Assistance to COPSAS Comm"^^xsd:string , "Hook-up of tie-in and integrating of new WHRU"^^xsd:string , "Onshore fabrication and assembly of a new WHRU module"^^xsd:string , "Prep. Of tie-in and integrating work for new WHRU"^^xsd:string , "LP Hydro Cyclone"^^xsd:string , "Modifications of WI ducting and vertical exhaust stacks to WHRU"^^xsd:string .
88 88
89 ILAP:CORForContractorBtoOperatorB 89 ILAP:CORForContractorBtoOperatorB
90 rdf:type USERFIELDS:FreeTextField ; 90 rdf:type USERFIELDS:FreeTextField ;
...@@ -111,8 +111,8 @@ ILAP:COR_KX_1 ...@@ -111,8 +111,8 @@ ILAP:COR_KX_1
111 ILAP:CTRForContractorBtoOperatorB 111 ILAP:CTRForContractorBtoOperatorB
112 rdf:type USERFIELDS:FreeTextField ; 112 rdf:type USERFIELDS:FreeTextField ;
113 rdfs:label "CTR for Contractor B to Operator B"^^xsd:string ; 113 rdfs:label "CTR for Contractor B to Operator B"^^xsd:string ;
114 - USERFIELDS:hasShort "HA09AD-TH"^^xsd:string , "X"^^xsd:string , "DDZEG0000"^^xsd:string ; 114 + USERFIELDS:hasShort "DDZEG0000"^^xsd:string , "X"^^xsd:string , "HA09AD-TH"^^xsd:string ;
115 - USERFIELDS:hasValue "Mod. M11 Constr planner - Thailan"^^xsd:string , "Hotwork and Platform SD"^^xsd:string , "Document Control"^^xsd:string . 115 + USERFIELDS:hasValue "Document Control"^^xsd:string , "Hotwork and Platform SD"^^xsd:string , "Mod. M11 Constr planner - Thailan"^^xsd:string .
116 116
117 ILAP:Calendar_1 117 ILAP:Calendar_1
118 rdf:type ILAP:Calendar ; 118 rdf:type ILAP:Calendar ;
...@@ -162,7 +162,7 @@ ILAP:ContractorBtoOperatorBDataExchangePlan ...@@ -162,7 +162,7 @@ ILAP:ContractorBtoOperatorBDataExchangePlan
162 <http://data.posccaesar.org/npd/facts/Facility-271273> ; 162 <http://data.posccaesar.org/npd/facts/Facility-271273> ;
163 ILAP:hasPlanField <http://data.posccaesar.org/npd/facts/Field-43658> ; 163 ILAP:hasPlanField <http://data.posccaesar.org/npd/facts/Field-43658> ;
164 ILAP:hasPlanGeoArea ILAP:Field ; 164 ILAP:hasPlanGeoArea ILAP:Field ;
165 - ILAP:hasPlanLevel ILAP:L2_PMS ; 165 + ILAP:hasPlanLevel ILAP:L2_PSS ;
166 ILAP:hasPlanLicense <http://data.posccaesar.org/npd/facts/Licence-20756> , <http://data.posccaesar.org/npd/facts/Licence-4227659> ; 166 ILAP:hasPlanLicense <http://data.posccaesar.org/npd/facts/Licence-20756> , <http://data.posccaesar.org/npd/facts/Licence-4227659> ;
167 ILAP:hasPlanLicensePartner 167 ILAP:hasPlanLicensePartner
168 ILAP:ResponsibleOrganization ; 168 ILAP:ResponsibleOrganization ;
...@@ -212,7 +212,7 @@ ILAP:DisiplinSubfaseForContractorAtoOperatorA ...@@ -212,7 +212,7 @@ ILAP:DisiplinSubfaseForContractorAtoOperatorA
212 ILAP:EngineeringFaseForContractorAtoOperatorA 212 ILAP:EngineeringFaseForContractorAtoOperatorA
213 rdf:type USERFIELDS:FreeTextField ; 213 rdf:type USERFIELDS:FreeTextField ;
214 rdfs:label "Engineering Fase for Contractor A to Operator A"^^xsd:string ; 214 rdfs:label "Engineering Fase for Contractor A to Operator A"^^xsd:string ;
215 - USERFIELDS:hasValue "Installasjonspakker"^^xsd:string , "Disiplinkoordinering"^^xsd:string , "Beregninger"^^xsd:string , "Risikovurdering"^^xsd:string , "MTO/teknisk spec."^^xsd:string , "Prefabpakker"^^xsd:string , "Familiarisering"^^xsd:string , "Offshore befaring"^^xsd:string , "Offshore"^^xsd:string , "Leverandøroppfølging"^^xsd:string , "Systemutprøving"^^xsd:string , "MCC strategi"^^xsd:string , "MCC Støtte"^^xsd:string , "Stressanalyse"^^xsd:string , "Utarbeidelse av studierappor"^^xsd:string , "As-buil"^^xsd:string , "P&ID/PED/PFD"^^xsd:string , "Modellering"^^xsd:string , "Elektronisk oppmåling"^^xsd:string , "Installasjon"^^xsd:string , "Prefab"^^xsd:string , "Databaseoppdatering"^^xsd:string , "Tegningsproduksjon"^^xsd:string , "Medgått tid"^^xsd:string , "Lister"^^xsd:string , "Sveisekoordinering"^^xsd:string , "Follow-on"^^xsd:string . 215 + USERFIELDS:hasValue "Installasjonspakker"^^xsd:string , "Disiplinkoordinering"^^xsd:string , "Beregninger"^^xsd:string , "Risikovurdering"^^xsd:string , "MTO/teknisk spec."^^xsd:string , "Prefabpakker"^^xsd:string , "Familiarisering"^^xsd:string , "Offshore befaring"^^xsd:string , "Offshore"^^xsd:string , "P&ID/PED/PFD"^^xsd:string , "As-buil"^^xsd:string , "MCC strategi"^^xsd:string , "Utarbeidelse av studierappor"^^xsd:string , "Stressanalyse"^^xsd:string , "MCC Støtte"^^xsd:string , "Systemutprøving"^^xsd:string , "Leverandøroppfølging"^^xsd:string , "Modellering"^^xsd:string , "Elektronisk oppmåling"^^xsd:string , "Installasjon"^^xsd:string , "Prefab"^^xsd:string , "Databaseoppdatering"^^xsd:string , "Medgått tid"^^xsd:string , "Tegningsproduksjon"^^xsd:string , "Sveisekoordinering"^^xsd:string , "Lister"^^xsd:string , "Follow-on"^^xsd:string .
216 216
217 ILAP:FinishToStart_1 217 ILAP:FinishToStart_1
218 rdf:type ILAP:FinishToStart ; 218 rdf:type ILAP:FinishToStart ;
...@@ -267,12 +267,12 @@ ILAP:IncentiveContract_2 ...@@ -267,12 +267,12 @@ ILAP:IncentiveContract_2
267 ILAP:IngenioerForContractorAtoOperatorA 267 ILAP:IngenioerForContractorAtoOperatorA
268 rdf:type USERFIELDS:FreeTextField ; 268 rdf:type USERFIELDS:FreeTextField ;
269 rdfs:label "Ingenioer for Contractor A to Operator A"^^xsd:string ; 269 rdfs:label "Ingenioer for Contractor A to Operator A"^^xsd:string ;
270 - USERFIELDS:hasValue "Lennart Svensson"^^xsd:string , "Andreas Forberg "^^xsd:string , "Christer Andersson"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Andreas Gurk"^^xsd:string . 270 + USERFIELDS:hasValue "Andreas Gurk"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Christer Andersson"^^xsd:string , "Andreas Forberg "^^xsd:string , "Lennart Svensson"^^xsd:string .
271 271
272 ILAP:InndelingForContractorAtoOperatorA 272 ILAP:InndelingForContractorAtoOperatorA
273 rdf:type USERFIELDS:FreeTextField ; 273 rdf:type USERFIELDS:FreeTextField ;
274 rdfs:label "Inndeling for Contractor A to Operator A"^^xsd:string ; 274 rdfs:label "Inndeling for Contractor A to Operator A"^^xsd:string ;
275 - USERFIELDS:hasValue "18"^^xsd:string , "6"^^xsd:string , "5"^^xsd:string , "1"^^xsd:string , "2"^^xsd:string , "3"^^xsd:string , "4"^^xsd:string . 275 + USERFIELDS:hasValue "4"^^xsd:string , "3"^^xsd:string , "2"^^xsd:string , "1"^^xsd:string , "5"^^xsd:string , "6"^^xsd:string , "18"^^xsd:string .
276 276
277 ILAP:InvoicableWork_1 277 ILAP:InvoicableWork_1
278 rdf:type ILAP:InvoicableWork ; 278 rdf:type ILAP:InvoicableWork ;
...@@ -285,7 +285,7 @@ ILAP:JohnTravolta ...@@ -285,7 +285,7 @@ ILAP:JohnTravolta
285 ILAP:KPI3TypeForContractorAtoOperatorA 285 ILAP:KPI3TypeForContractorAtoOperatorA
286 rdf:type USERFIELDS:FreeTextField ; 286 rdf:type USERFIELDS:FreeTextField ;
287 rdfs:label "KPI 3 Type for Contractor A to Operator A"^^xsd:string ; 287 rdfs:label "KPI 3 Type for Contractor A to Operator A"^^xsd:string ;
288 - USERFIELDS:hasValue "Studierapport"^^xsd:string , "Sluttrapport"^^xsd:string , "RFOC"^^xsd:string . 288 + USERFIELDS:hasValue "RFOC"^^xsd:string , "Sluttrapport"^^xsd:string , "Studierapport"^^xsd:string .
289 289
290 ILAP:KontorForContractorAtoOperatorA 290 ILAP:KontorForContractorAtoOperatorA
291 rdf:type USERFIELDS:FreeTextField ; 291 rdf:type USERFIELDS:FreeTextField ;
...@@ -297,7 +297,7 @@ ILAP:KundeWBS1ForContractorBtoOperatorB ...@@ -297,7 +297,7 @@ ILAP:KundeWBS1ForContractorBtoOperatorB
297 rdf:type USERFIELDS:FreeTextField ; 297 rdf:type USERFIELDS:FreeTextField ;
298 rdfs:label "Kunde WBS1 for Contractor B to Operator B"^^xsd:string ; 298 rdfs:label "Kunde WBS1 for Contractor B to Operator B"^^xsd:string ;
299 USERFIELDS:hasShort "SR"^^xsd:string ; 299 USERFIELDS:hasShort "SR"^^xsd:string ;
300 - USERFIELDS:hasValue "Comm. Ass. Instrument Direct"^^xsd:string , "Insulation of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Clean & Test piping Air purge and drain from South Boiler"^^xsd:string , "PCS hardware - AKSO"^^xsd:string , "Reinstatement after steam blow off"^^xsd:string , "Prefab and Install piping Discharge superheated steam from PSV 12783 (W1)"^^xsd:string , "Comm Ass. Electrical direct "^^xsd:string , "Comm. Ass. Surf. Prot. Direct"^^xsd:string , "Insulation boiler pumps 67-00961 & 67-00964"^^xsd:string , "Press, Temp and Level Transmitters"^^xsd:string , "Comm. Ass. Mechanical Direct"^^xsd:string , "Steam Blow off preparation"^^xsd:string , "Painting of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Comm. Ass. Piping Direct"^^xsd:string , "Hoop up normal lighting on mezzanine deck of New WHRU - Circuit 41"^^xsd:string , "Level Glass"^^xsd:string , "Insulation piping From superheater drain to Blow down vessel (Limits as per Test pack 640/08/P04)"^^xsd:string , "Comm. Ass. Telecom Direct"^^xsd:string , "Electro Magnetic Flow Meter"^^xsd:string , "Venturi Flow Elements"^^xsd:string , "Comm. Ass Insulation Direct"^^xsd:string , "Comm. Ass. Structurel Direct"^^xsd:string , "Permanent modification normal lightings - Circuit 20"^^xsd:string . 300 + USERFIELDS:hasValue "Comm. Ass. Instrument Direct"^^xsd:string , "Insulation of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Clean & Test piping Air purge and drain from South Boiler"^^xsd:string , "PCS hardware - AKSO"^^xsd:string , "Reinstatement after steam blow off"^^xsd:string , "Prefab and Install piping Discharge superheated steam from PSV 12783 (W1)"^^xsd:string , "Comm Ass. Electrical direct "^^xsd:string , "Comm. Ass. Surf. Prot. Direct"^^xsd:string , "Insulation boiler pumps 67-00961 & 67-00964"^^xsd:string , "Press, Temp and Level Transmitters"^^xsd:string , "Steam Blow off preparation"^^xsd:string , "Comm. Ass. Mechanical Direct"^^xsd:string , "Painting of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Comm. Ass. Piping Direct"^^xsd:string , "Level Glass"^^xsd:string , "Hoop up normal lighting on mezzanine deck of New WHRU - Circuit 41"^^xsd:string , "Insulation piping From superheater drain to Blow down vessel (Limits as per Test pack 640/08/P04)"^^xsd:string , "Comm. Ass. Telecom Direct"^^xsd:string , "Electro Magnetic Flow Meter"^^xsd:string , "Comm. Ass Insulation Direct"^^xsd:string , "Venturi Flow Elements"^^xsd:string , "Comm. Ass. Structurel Direct"^^xsd:string , "Permanent modification normal lightings - Circuit 20"^^xsd:string .
301 301
302 ILAP:KundeWBS2ForContractorBtoOperatorB 302 ILAP:KundeWBS2ForContractorBtoOperatorB
303 rdf:type USERFIELDS:FreeTextField ; 303 rdf:type USERFIELDS:FreeTextField ;
...@@ -307,7 +307,7 @@ ILAP:KundeWBS2ForContractorBtoOperatorB ...@@ -307,7 +307,7 @@ ILAP:KundeWBS2ForContractorBtoOperatorB
307 ILAP:KundeWBS3ForContractorBtoOperatorB 307 ILAP:KundeWBS3ForContractorBtoOperatorB
308 rdf:type USERFIELDS:FreeTextField ; 308 rdf:type USERFIELDS:FreeTextField ;
309 rdfs:label "Kunde WBS3 for Contractor B to Operator B"^^xsd:string ; 309 rdfs:label "Kunde WBS3 for Contractor B to Operator B"^^xsd:string ;
310 - USERFIELDS:hasShort "1"^^xsd:string , "3"^^xsd:string , "9"^^xsd:string , "LR"^^xsd:string , "4"^^xsd:string , "10"^^xsd:string , "5"^^xsd:string , "42"^^xsd:string , "11"^^xsd:string , "6"^^xsd:string , "2A"^^xsd:string , "43"^^xsd:string , "2B"^^xsd:string , "7"^^xsd:string , "2"^^xsd:string , "12"^^xsd:string , "8"^^xsd:string . 310 + USERFIELDS:hasShort "1"^^xsd:string , "3"^^xsd:string , "9"^^xsd:string , "4"^^xsd:string , "LR"^^xsd:string , "10"^^xsd:string , "5"^^xsd:string , "42"^^xsd:string , "11"^^xsd:string , "6"^^xsd:string , "2A"^^xsd:string , "43"^^xsd:string , "2B"^^xsd:string , "7"^^xsd:string , "2"^^xsd:string , "12"^^xsd:string , "8"^^xsd:string .
311 311
312 ILAP:LiveSchedule_1 312 ILAP:LiveSchedule_1
313 rdf:type ILAP:LiveSchedule ; 313 rdf:type ILAP:LiveSchedule ;
...@@ -353,7 +353,7 @@ ILAP:Operation_2 ...@@ -353,7 +353,7 @@ ILAP:Operation_2
353 rdf:type ILAP:Operation ; 353 rdf:type ILAP:Operation ;
354 rdfs:label "Operation 2"^^xsd:string ; 354 rdfs:label "Operation 2"^^xsd:string ;
355 ILAP:hasOperationWorkOrder 355 ILAP:hasOperationWorkOrder
356 - ILAP:WorkOrder_1 , ILAP:WorkOrder_2 ; 356 + ILAP:WorkOrder_2 , ILAP:WorkOrder_1 ;
357 ILAP:hasWorkTaskPriority 357 ILAP:hasWorkTaskPriority
358 ILAP:LowPriority . 358 ILAP:LowPriority .
359 359
...@@ -361,7 +361,7 @@ ILAP:Operation_3 ...@@ -361,7 +361,7 @@ ILAP:Operation_3
361 rdf:type ILAP:Operation ; 361 rdf:type ILAP:Operation ;
362 rdfs:label "Operation 3"^^xsd:string ; 362 rdfs:label "Operation 3"^^xsd:string ;
363 ILAP:hasOperationWorkOrder 363 ILAP:hasOperationWorkOrder
364 - ILAP:WorkOrder_1 , ILAP:WorkOrder_3 ; 364 + ILAP:WorkOrder_3 , ILAP:WorkOrder_1 ;
365 ILAP:hasWorkTaskPriority 365 ILAP:hasWorkTaskPriority
366 ILAP:HighPriority . 366 ILAP:HighPriority .
367 367
...@@ -382,9 +382,9 @@ ILAP:OperatorBcontractPortfolioPlan ...@@ -382,9 +382,9 @@ ILAP:OperatorBcontractPortfolioPlan
382 ILAP:hasPlanExpenseType 382 ILAP:hasPlanExpenseType
383 ILAP:OPEX ; 383 ILAP:OPEX ;
384 ILAP:hasPlanGeoArea ILAP:Facility ; 384 ILAP:hasPlanGeoArea ILAP:Facility ;
385 - ILAP:hasPlanLevel ILAP:L4_CCS ; 385 + ILAP:hasPlanLevel ILAP:L4_CNS ;
386 ILAP:hasPlanLifecycleStage 386 ILAP:hasPlanLifecycleStage
387 - ILAP:Maintenance , ILAP:Operation ; 387 + ILAP:OperationsAndMaintenance , ILAP:Operation ;
388 ILAP:hasPlanObjectiveType 388 ILAP:hasPlanObjectiveType
389 ILAP:BusinessAsUsual ; 389 ILAP:BusinessAsUsual ;
390 ILAP:hasPlanProjectType 390 ILAP:hasPlanProjectType
...@@ -407,7 +407,7 @@ ILAP:PBS_ACAA_1 ...@@ -407,7 +407,7 @@ ILAP:PBS_ACAA_1
407 ILAP:PlanleggerForContractorAtoOperatorA 407 ILAP:PlanleggerForContractorAtoOperatorA
408 rdf:type USERFIELDS:FreeTextField ; 408 rdf:type USERFIELDS:FreeTextField ;
409 rdfs:label "Planlegger for Contractor A to Operator A"^^xsd:string ; 409 rdfs:label "Planlegger for Contractor A to Operator A"^^xsd:string ;
410 - USERFIELDS:hasValue "Alf Anton Hammerdal"^^xsd:string , "Gry Helle Nakstad"^^xsd:string , "Mattias Allebert"^^xsd:string , "Erik Havnes"^^xsd:string , "Yngve Rolseth"^^xsd:string . 410 + USERFIELDS:hasValue "Yngve Rolseth"^^xsd:string , "Erik Havnes"^^xsd:string , "Mattias Allebert"^^xsd:string , "Gry Helle Nakstad"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string .
411 411
412 ILAP:PlannedActivity_1 412 ILAP:PlannedActivity_1
413 rdf:type ILAP:PlannedActivity ; 413 rdf:type ILAP:PlannedActivity ;
...@@ -415,7 +415,7 @@ ILAP:PlannedActivity_1 ...@@ -415,7 +415,7 @@ ILAP:PlannedActivity_1
415 ILAP:hasActivityActiveStatus 415 ILAP:hasActivityActiveStatus
416 ILAP:Active ; 416 ILAP:Active ;
417 ILAP:hasActivityPlan 417 ILAP:hasActivityPlan
418 - ILAP:ContractorAtoOperatorAPlan , ILAP:OperatorBcontractPortfolioPlan ; 418 + ILAP:OperatorBcontractPortfolioPlan , ILAP:ContractorAtoOperatorAPlan ;
419 ILAP:hasActivityRisk 419 ILAP:hasActivityRisk
420 ILAP:Risk_1 ; 420 ILAP:Risk_1 ;
421 ILAP:hasFixedFinish "2015-01-05"^^xsd:date ; 421 ILAP:hasFixedFinish "2015-01-05"^^xsd:date ;
...@@ -514,7 +514,7 @@ ILAP:ProjectTypeForContractorAtoOperatorA ...@@ -514,7 +514,7 @@ ILAP:ProjectTypeForContractorAtoOperatorA
514 ILAP:ProsjektlederForContractorAtoOperatorA 514 ILAP:ProsjektlederForContractorAtoOperatorA
515 rdf:type USERFIELDS:FreeTextField ; 515 rdf:type USERFIELDS:FreeTextField ;
516 rdfs:label "Prosjektleder for Contractor A to Operator A"^^xsd:string ; 516 rdfs:label "Prosjektleder for Contractor A to Operator A"^^xsd:string ;
517 - USERFIELDS:hasValue "Geir Sve"^^xsd:string , "Finn Olav Aase"^^xsd:string , "Ove Løberg"^^xsd:string , "Kenneth Johansson"^^xsd:string , "Gunn Elin Harba"^^xsd:string . 517 + USERFIELDS:hasValue "Gunn Elin Harba"^^xsd:string , "Kenneth Johansson"^^xsd:string , "Ove Løberg"^^xsd:string , "Finn Olav Aase"^^xsd:string , "Geir Sve"^^xsd:string .
518 518
519 ILAP:ProsjektstrukturIFSForContractorBtoOperatorB 519 ILAP:ProsjektstrukturIFSForContractorBtoOperatorB
520 rdf:type USERFIELDS:FreeTextField ; 520 rdf:type USERFIELDS:FreeTextField ;
...@@ -645,7 +645,7 @@ ILAP:ShutdownPeriodForContractorAtoOperatorA ...@@ -645,7 +645,7 @@ ILAP:ShutdownPeriodForContractorAtoOperatorA
645 645
646 ILAP:StandardFreeWeekendPeriod 646 ILAP:StandardFreeWeekendPeriod
647 ILAP:hasCalendarPeriodFreeHour 647 ILAP:hasCalendarPeriodFreeHour
648 - ILAP:From00To08 , ILAP:From16To24 ; 648 + ILAP:From16To24 , ILAP:From00To08 ;
649 ILAP:hasCalendarPeriodHour 649 ILAP:hasCalendarPeriodHour
650 ILAP:From08To16 ; 650 ILAP:From08To16 ;
651 ILAP:hasFreePeriodEndDate 651 ILAP:hasFreePeriodEndDate
...@@ -667,7 +667,7 @@ ILAP:SubSystemCommPckForContractorBtoOperatorB ...@@ -667,7 +667,7 @@ ILAP:SubSystemCommPckForContractorBtoOperatorB
667 rdf:type USERFIELDS:FreeTextField ; 667 rdf:type USERFIELDS:FreeTextField ;
668 rdfs:label "Sub System Comm Pck. for Contractor B to Operator B"^^xsd:string ; 668 rdfs:label "Sub System Comm Pck. for Contractor B to Operator B"^^xsd:string ;
669 USERFIELDS:hasShort "300/01"^^xsd:string , "G00/01"^^xsd:string , "260/01"^^xsd:string , "300/04"^^xsd:string , "300/06"^^xsd:string , "260/03"^^xsd:string , "300/03"^^xsd:string , "300/02"^^xsd:string , "300/05"^^xsd:string ; 669 USERFIELDS:hasShort "300/01"^^xsd:string , "G00/01"^^xsd:string , "260/01"^^xsd:string , "300/04"^^xsd:string , "300/06"^^xsd:string , "260/03"^^xsd:string , "300/03"^^xsd:string , "300/02"^^xsd:string , "300/05"^^xsd:string ;
670 - USERFIELDS:hasValue "WIP-D Power & Controls MLD 91 XV-31414"^^xsd:string , "WIP-B Power & Controls MLD 91 XV-31411"^^xsd:string , "Modification on Ducting Gas Lift Turbine 84 10001"^^xsd:string , "Spares (if any) installed on the field related to new WHRU Project"^^xsd:string , "New Exhaust of WI Turbines 84-10012 & 84-10011 (A&B)"^^xsd:string , "SD 13 New Exhaust of WI Turbines 84-10013 (C)"^^xsd:string , "Installation and Hook up MLD 91 XV-31410 to new module"^^xsd:string , "WIP-A Power & Controls MLD 91 XV-31412"^^xsd:string , "WIP-C Power & Controls MLD 91 XV-31413"^^xsd:string . 670 + USERFIELDS:hasValue "Spares (if any) installed on the field related to new WHRU Project"^^xsd:string , "WIP-B Power & Controls MLD 91 XV-31411"^^xsd:string , "Modification on Ducting Gas Lift Turbine 84 10001"^^xsd:string , "WIP-D Power & Controls MLD 91 XV-31414"^^xsd:string , "New Exhaust of WI Turbines 84-10012 & 84-10011 (A&B)"^^xsd:string , "SD 13 New Exhaust of WI Turbines 84-10013 (C)"^^xsd:string , "Installation and Hook up MLD 91 XV-31410 to new module"^^xsd:string , "WIP-A Power & Controls MLD 91 XV-31412"^^xsd:string , "WIP-C Power & Controls MLD 91 XV-31413"^^xsd:string .
671 671
672 ILAP:SummerShutdown_UC1 672 ILAP:SummerShutdown_UC1
673 rdf:type ILAP:Shutdown ; 673 rdf:type ILAP:Shutdown ;
...@@ -679,13 +679,13 @@ ILAP:SummerShutdown_UC1 ...@@ -679,13 +679,13 @@ ILAP:SummerShutdown_UC1
679 ILAP:hasShutdownPriority 679 ILAP:hasShutdownPriority
680 ILAP:NormalPriority ; 680 ILAP:NormalPriority ;
681 ILAP:hasShutdownType 681 ILAP:hasShutdownType
682 - ILAP:ScheduledShutdown , ILAP:ProductionShutdown , ILAP:SystemShutdown . 682 + ILAP:SystemShutdown , ILAP:ProductionShutdown , ILAP:ScheduledShutdown .
683 683
684 ILAP:SystemCodeForContractorBtoOperatorB 684 ILAP:SystemCodeForContractorBtoOperatorB
685 rdf:type USERFIELDS:FreeTextField ; 685 rdf:type USERFIELDS:FreeTextField ;
686 rdfs:label "System Code for Contractor B to Operator B"^^xsd:string ; 686 rdfs:label "System Code for Contractor B to Operator B"^^xsd:string ;
687 - USERFIELDS:hasShort "300"^^xsd:string , "740"^^xsd:string , "670"^^xsd:string , "610"^^xsd:string , "640"^^xsd:string , "540"^^xsd:string , "710"^^xsd:string , "840"^^xsd:string , "600"^^xsd:string , "780"^^xsd:string , "630"^^xsd:string , "260"^^xsd:string , "510"^^xsd:string , "500"^^xsd:string , "800"^^xsd:string , "G00"^^xsd:string , "310"^^xsd:string , "530"^^xsd:string ; 687 + USERFIELDS:hasShort "300"^^xsd:string , "740"^^xsd:string , "670"^^xsd:string , "610"^^xsd:string , "640"^^xsd:string , "540"^^xsd:string , "710"^^xsd:string , "600"^^xsd:string , "840"^^xsd:string , "260"^^xsd:string , "630"^^xsd:string , "780"^^xsd:string , "510"^^xsd:string , "500"^^xsd:string , "800"^^xsd:string , "G00"^^xsd:string , "530"^^xsd:string , "310"^^xsd:string ;
688 - USERFIELDS:hasValue "Water Fire Fighting"^^xsd:string , "Water Injection System General"^^xsd:string , "(blank)"^^xsd:string , "Closed Cooling Water"^^xsd:string , "Glycol circulation and Regeneration"^^xsd:string , "Gas Lift"^^xsd:string , "Mechanical Handling"^^xsd:string , "Navigation And Identification"^^xsd:string , "Instrument and Utility Air"^^xsd:string , "Flare, vent and Blow Down"^^xsd:string , "Temporary Equipment"^^xsd:string , "Process and Equipment Control"^^xsd:string , "Emergency Power Generation and Distribution"^^xsd:string , "Low Voltage Power Generation and Distribution"^^xsd:string , "Fresh Water"^^xsd:string , "Non Specific And Across Many Systems"^^xsd:string , "Steam Generation and Waste Heat Recovery"^^xsd:string , "Injection Seawater Supply"^^xsd:string , "Open Drains"^^xsd:string . 688 + USERFIELDS:hasValue "Water Fire Fighting"^^xsd:string , "Water Injection System General"^^xsd:string , "(blank)"^^xsd:string , "Glycol circulation and Regeneration"^^xsd:string , "Closed Cooling Water"^^xsd:string , "Instrument and Utility Air"^^xsd:string , "Mechanical Handling"^^xsd:string , "Navigation And Identification"^^xsd:string , "Gas Lift"^^xsd:string , "Flare, vent and Blow Down"^^xsd:string , "Temporary Equipment"^^xsd:string , "Process and Equipment Control"^^xsd:string , "Emergency Power Generation and Distribution"^^xsd:string , "Non Specific And Across Many Systems"^^xsd:string , "Fresh Water"^^xsd:string , "Low Voltage Power Generation and Distribution"^^xsd:string , "Injection Seawater Supply"^^xsd:string , "Steam Generation and Waste Heat Recovery"^^xsd:string , "Open Drains"^^xsd:string .
689 689
690 ILAP:TargetBudget_1 690 ILAP:TargetBudget_1
691 rdf:type ILAP:TargetBudget ; 691 rdf:type ILAP:TargetBudget ;
...@@ -814,7 +814,7 @@ ILAP:UserFieldForContractorBtoOperatorB ...@@ -814,7 +814,7 @@ ILAP:UserFieldForContractorBtoOperatorB
814 ILAP:Value_1 814 ILAP:Value_1
815 rdf:type ILAP:Value ; 815 rdf:type ILAP:Value ;
816 rdfs:label "The Value of the Asset (link to value estimates)"^^xsd:string ; 816 rdfs:label "The Value of the Asset (link to value estimates)"^^xsd:string ;
817 - ILAP:hasValueAsset ILAP:Asset_1 , <http://data.posccaesar.org/npd/facts/Field-4350> . 817 + ILAP:hasValueAsset <http://data.posccaesar.org/npd/facts/Field-4350> , ILAP:Asset_1 .
818 818
819 ILAP:WorkOrder_1 819 ILAP:WorkOrder_1
820 rdf:type ILAP:WorkOrder ; 820 rdf:type ILAP:WorkOrder ;
...@@ -852,7 +852,7 @@ ILAP:WorkcenterSAPForContractorAtoOperatorA ...@@ -852,7 +852,7 @@ ILAP:WorkcenterSAPForContractorAtoOperatorA
852 rdf:type USERFIELDS:FreeTextField ; 852 rdf:type USERFIELDS:FreeTextField ;
853 rdfs:label "Workcenter SAP for Contractor A to Operator A"^^xsd:string ; 853 rdfs:label "Workcenter SAP for Contractor A to Operator A"^^xsd:string ;
854 USERFIELDS:hasShort "C03COS"^^xsd:string , "C03ELM"^^xsd:string , "C03ELE"^^xsd:string , "C03HVA "^^xsd:string , "C03STA"^^xsd:string ; 854 USERFIELDS:hasShort "C03COS"^^xsd:string , "C03ELM"^^xsd:string , "C03ELE"^^xsd:string , "C03HVA "^^xsd:string , "C03STA"^^xsd:string ;
855 - USERFIELDS:hasValue "Elektro"^^xsd:string , "Struktur analyse"^^xsd:string , "Kostkontroll"^^xsd:string , "HVAC"^^xsd:string , "El. Oppmålin"^^xsd:string . 855 + USERFIELDS:hasValue "Elektro"^^xsd:string , "Struktur analyse"^^xsd:string , "Kostkontroll"^^xsd:string , "El. Oppmålin"^^xsd:string , "HVAC"^^xsd:string .
856 856
857 ILAP:hasActivityActiveStatus 857 ILAP:hasActivityActiveStatus
858 rdfs:range ILAP:Status . 858 rdfs:range ILAP:Status .
...@@ -885,15 +885,15 @@ USERFIELDS:UserField ...@@ -885,15 +885,15 @@ USERFIELDS:UserField
885 [ rdf:type owl:Restriction ; 885 [ rdf:type owl:Restriction ;
886 owl:maxQualifiedCardinality 886 owl:maxQualifiedCardinality
887 "1"^^xsd:nonNegativeInteger ; 887 "1"^^xsd:nonNegativeInteger ;
888 - owl:onClass ILAP:MilestoneType ; 888 + owl:onClass ILAP:Contractor ;
889 - owl:onProperty USERFIELDS:hasMilestoneType 889 + owl:onProperty USERFIELDS:hasContractor
890 ] ; 890 ] ;
891 rdfs:subClassOf 891 rdfs:subClassOf
892 [ rdf:type owl:Restriction ; 892 [ rdf:type owl:Restriction ;
893 owl:maxQualifiedCardinality 893 owl:maxQualifiedCardinality
894 "1"^^xsd:nonNegativeInteger ; 894 "1"^^xsd:nonNegativeInteger ;
895 - owl:onClass ILAP:Contractor ; 895 + owl:onClass ILAP:MilestoneType ;
896 - owl:onProperty USERFIELDS:hasContractor 896 + owl:onProperty USERFIELDS:hasMilestoneType
897 ] . 897 ] .
898 898
899 USERFIELDS:hasCategory 899 USERFIELDS:hasCategory
......