Tore Christiansen

Minor updates after EIRG

...@@ -14,52 +14,52 @@ ILAP: ...@@ -14,52 +14,52 @@ ILAP:
14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
15 15
16 ILAP:Activity 16 ILAP:Activity
17 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 17 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
18 rdfs:comment "A Thing that brings about (intended) change by events, operations or processes that consume time and possibly other resources (adapted from ISO 15926, PMI and BSI)."^^xsd:string ; 18 rdfs:comment "A Thing that brings about (intended) change by events, operations or processes that consume time and possibly other resources (adapted from ISO 15926, PMI and BSI)."^^xsd:string ;
19 rdfs:label "Activity"^^xsd:string ; 19 rdfs:label "Activity"^^xsd:string ;
20 rdfs:subClassOf 20 rdfs:subClassOf
21 [ rdf:type owl:Restriction ; 21 [ rdf:type owl:Restriction ;
22 - owl:allValuesFrom ILAP:Status ; 22 + owl:allValuesFrom ILAP:Discipline ;
23 - owl:onProperty ILAP:hasActivityStatus 23 + owl:onProperty ILAP:hasActivityDiscipline
24 ] ; 24 ] ;
25 rdfs:subClassOf 25 rdfs:subClassOf
26 [ rdf:type owl:Restriction ; 26 [ rdf:type owl:Restriction ;
27 - owl:onProperty ILAP:hasExternalReference ; 27 + owl:allValuesFrom ILAP:Calendar ;
28 - owl:someValuesFrom ILAP:ExternalReference 28 + owl:onProperty ILAP:hasActivityCalendar
29 ] ; 29 ] ;
30 rdfs:subClassOf 30 rdfs:subClassOf
31 [ rdf:type owl:Restriction ; 31 [ rdf:type owl:Restriction ;
32 - owl:allValuesFrom ILAP:Calendar ; 32 + owl:onProperty ILAP:hasExternalReference ;
33 - owl:onProperty ILAP:hasActivityCalendar 33 + owl:someValuesFrom ILAP:ExternalReference
34 ] ; 34 ] ;
35 rdfs:subClassOf 35 rdfs:subClassOf
36 [ rdf:type owl:Restriction ; 36 [ rdf:type owl:Restriction ;
37 - owl:allValuesFrom ILAP:Discipline ; 37 + owl:allValuesFrom ILAP:Status ;
38 - owl:onProperty ILAP:hasActivityDiscipline 38 + owl:onProperty ILAP:hasActivityStatus
39 ] . 39 ] .
40 40
41 ILAP:ActivityDependency 41 ILAP:ActivityDependency
42 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 42 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
43 rdfs:comment "A Constraint in which an Activity or Milestone is linked to other Activities (or Milestones) that must be performed (completely or partially) before it can be performed."^^xsd:string ; 43 rdfs:comment "A Constraint in which an Activity or Milestone is linked to other Activities (or Milestones) that must be performed (completely or partially) before it can be performed."^^xsd:string ;
44 rdfs:label "Activity Dependency"^^xsd:string ; 44 rdfs:label "Activity Dependency"^^xsd:string ;
45 rdfs:subClassOf ILAP:Constraint ; 45 rdfs:subClassOf ILAP:Constraint ;
46 rdfs:subClassOf 46 rdfs:subClassOf
47 [ rdf:type owl:Restriction ; 47 [ rdf:type owl:Restriction ;
48 owl:onClass ILAP:Activity ; 48 owl:onClass ILAP:Activity ;
49 - owl:onProperty ILAP:hasSuccessorActivity ; 49 + owl:onProperty ILAP:hasPredecessorActivity ;
50 owl:qualifiedCardinality 50 owl:qualifiedCardinality
51 "1"^^xsd:nonNegativeInteger 51 "1"^^xsd:nonNegativeInteger
52 ] ; 52 ] ;
53 rdfs:subClassOf 53 rdfs:subClassOf
54 [ rdf:type owl:Restriction ; 54 [ rdf:type owl:Restriction ;
55 owl:onClass ILAP:Activity ; 55 owl:onClass ILAP:Activity ;
56 - owl:onProperty ILAP:hasPredecessorActivity ; 56 + owl:onProperty ILAP:hasSuccessorActivity ;
57 owl:qualifiedCardinality 57 owl:qualifiedCardinality
58 "1"^^xsd:nonNegativeInteger 58 "1"^^xsd:nonNegativeInteger
59 ] . 59 ] .
60 60
61 ILAP:ActivityPlan 61 ILAP:ActivityPlan
62 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 62 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
63 rdfs:comment "A Network of Activities connected by Activity Dependencies, usually represented as a diagram or list of steps used to achieve an Objective."^^xsd:string ; 63 rdfs:comment "A Network of Activities connected by Activity Dependencies, usually represented as a diagram or list of steps used to achieve an Objective."^^xsd:string ;
64 rdfs:label "Activity Plan"^^xsd:string ; 64 rdfs:label "Activity Plan"^^xsd:string ;
65 rdfs:subClassOf ILAP:Network ; 65 rdfs:subClassOf ILAP:Network ;
...@@ -76,7 +76,7 @@ ILAP:ActivityStatus ...@@ -76,7 +76,7 @@ ILAP:ActivityStatus
76 rdfs:subClassOf ILAP:Status . 76 rdfs:subClassOf ILAP:Status .
77 77
78 ILAP:ActivityWBS 78 ILAP:ActivityWBS
79 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; 79 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ;
80 rdfs:comment "A Network that consists of Work Breakdown Structure elements, a deliverable-oriented grouping of components that organizes and defines the scope of the project. Each Activity has a WBS elements assigned to it."^^xsd:string ; 80 rdfs:comment "A Network that consists of Work Breakdown Structure elements, a deliverable-oriented grouping of components that organizes and defines the scope of the project. Each Activity has a WBS elements assigned to it."^^xsd:string ;
81 rdfs:label "Activity WBS"^^xsd:string ; 81 rdfs:label "Activity WBS"^^xsd:string ;
82 rdfs:subClassOf ILAP:Network . 82 rdfs:subClassOf ILAP:Network .
...@@ -84,16 +84,16 @@ ILAP:ActivityWBS ...@@ -84,16 +84,16 @@ ILAP:ActivityWBS
84 ILAP:Application 84 ILAP:Application
85 rdf:type owl:Class ; 85 rdf:type owl:Class ;
86 rdfs:label "Application"^^xsd:string ; 86 rdfs:label "Application"^^xsd:string ;
87 - rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . 87 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing .
88 88
89 ILAP:Asset 89 ILAP:Asset
90 rdf:type owl:Class ; 90 rdf:type owl:Class ;
91 rdfs:comment "A Thing that is owned by a business entity from which future economic benefits may be obtained. In the context of ILAP, the focus is on physical assets."^^xsd:string ; 91 rdfs:comment "A Thing that is owned by a business entity from which future economic benefits may be obtained. In the context of ILAP, the focus is on physical assets."^^xsd:string ;
92 rdfs:label "Asset"^^xsd:string ; 92 rdfs:label "Asset"^^xsd:string ;
93 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . 93 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing .
94 94
95 ILAP:Baseline 95 ILAP:Baseline
96 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 96 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
97 rdfs:comment "A Network that represents the latest approved version of the Execution Plan, Schedule Cost Estimate and other related documentation, used to provide an official reference level against which the Activity Plan is monitored and controlled (Adapted from PMI and BSI)."^^xsd:string ; 97 rdfs:comment "A Network that represents the latest approved version of the Execution Plan, Schedule Cost Estimate and other related documentation, used to provide an official reference level against which the Activity Plan is monitored and controlled (Adapted from PMI and BSI)."^^xsd:string ;
98 rdfs:label "Baseline"^^xsd:string ; 98 rdfs:label "Baseline"^^xsd:string ;
99 rdfs:subClassOf ILAP:Network . 99 rdfs:subClassOf ILAP:Network .
...@@ -114,10 +114,10 @@ ILAP:COR ...@@ -114,10 +114,10 @@ ILAP:COR
114 rdfs:subClassOf ILAP:CommissioningMilestone . 114 rdfs:subClassOf ILAP:CommissioningMilestone .
115 115
116 ILAP:Calendar 116 ILAP:Calendar
117 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 117 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
118 rdfs:comment "A Thing that defines holidays, weekends, regular working hours and shifts applicable to the duration of a Plan or Schedule. It is used in the planning process for developing the schedule."^^xsd:string ; 118 rdfs:comment "A Thing that defines holidays, weekends, regular working hours and shifts applicable to the duration of a Plan or Schedule. It is used in the planning process for developing the schedule."^^xsd:string ;
119 rdfs:label "Calendar"^^xsd:string ; 119 rdfs:label "Calendar"^^xsd:string ;
120 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; 120 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ;
121 rdfs:subClassOf 121 rdfs:subClassOf
122 [ rdf:type owl:Restriction ; 122 [ rdf:type owl:Restriction ;
123 owl:allValuesFrom ILAP:CalendarFreePeriod ; 123 owl:allValuesFrom ILAP:CalendarFreePeriod ;
...@@ -125,16 +125,16 @@ ILAP:Calendar ...@@ -125,16 +125,16 @@ ILAP:Calendar
125 ] . 125 ] .
126 126
127 ILAP:CalendarDay 127 ILAP:CalendarDay
128 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 128 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
129 rdfs:comment "A Thing that is a (working or free) day in a given Calendar."^^xsd:string ; 129 rdfs:comment "A Thing that is a (working or free) day in a given Calendar."^^xsd:string ;
130 rdfs:label "Calendar Day"^^xsd:string ; 130 rdfs:label "Calendar Day"^^xsd:string ;
131 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . 131 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing .
132 132
133 ILAP:CalendarFreePeriod 133 ILAP:CalendarFreePeriod
134 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; 134 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
135 rdfs:comment "A Calendar Period that specifies free time."^^xsd:string ; 135 rdfs:comment "A Calendar Period that specifies free time."^^xsd:string ;
136 rdfs:label "Calendar Free Period"^^xsd:string ; 136 rdfs:label "Calendar Free Period"^^xsd:string ;
137 - rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; 137 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ;
138 rdfs:subClassOf 138 rdfs:subClassOf
139 [ rdf:type owl:Restriction ; 139 [ rdf:type owl:Restriction ;
140 owl:onClass ILAP:Calendar ; 140 owl:onClass ILAP:Calendar ;
...@@ -146,31 +146,31 @@ ILAP:CalendarFreePeriod ...@@ -146,31 +146,31 @@ ILAP:CalendarFreePeriod
146 ] . 146 ] .
147 147
148 ILAP:CalendarFreePeriodWeekRepeat 148 ILAP:CalendarFreePeriodWeekRepeat
149 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; 149 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
150 rdfs:comment "A Calendar Free Period that specifies the same free period every week."^^xsd:string ; 150 rdfs:comment "A Calendar Free Period that specifies the same free period every week."^^xsd:string ;
151 rdfs:label "Calendar Free Period Week Repeat"^^xsd:string ; 151 rdfs:label "Calendar Free Period Week Repeat"^^xsd:string ;
152 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . 152 + rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> .
153 153
154 ILAP:CalendarHour 154 ILAP:CalendarHour
155 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 155 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
156 rdfs:comment "A Thing that is a (working or free) hour in a given Calendar."^^xsd:string ; 156 rdfs:comment "A Thing that is a (working or free) hour in a given Calendar."^^xsd:string ;
157 rdfs:label "Calendar Hour"^^xsd:string ; 157 rdfs:label "Calendar Hour"^^xsd:string ;
158 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> . 158 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> , owl:Thing .
159 159
160 ILAP:CalendarPeriod 160 ILAP:CalendarPeriod
161 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; 161 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ;
162 rdfs:comment "A Thing that defines the period in which the work (and free) hours apply, defined by a Calendar From-Time and a Calendar To-Time."^^xsd:string ; 162 rdfs:comment "A Thing that defines the period in which the work (and free) hours apply, defined by a Calendar From-Time and a Calendar To-Time."^^xsd:string ;
163 rdfs:label "Calendar Period"^^xsd:string ; 163 rdfs:label "Calendar Period"^^xsd:string ;
164 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; 164 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ;
165 rdfs:subClassOf 165 rdfs:subClassOf
166 [ rdf:type owl:Restriction ; 166 [ rdf:type owl:Restriction ;
167 - owl:allValuesFrom ILAP:CalendarHour ; 167 + owl:allValuesFrom ILAP:CalendarDay ;
168 - owl:onProperty ILAP:hasCalendarPeriodHour 168 + owl:onProperty ILAP:hasCalendarPeriodDay
169 ] ; 169 ] ;
170 rdfs:subClassOf 170 rdfs:subClassOf
171 [ rdf:type owl:Restriction ; 171 [ rdf:type owl:Restriction ;
172 - owl:allValuesFrom ILAP:CalendarDay ; 172 + owl:allValuesFrom ILAP:CalendarHour ;
173 - owl:onProperty ILAP:hasCalendarPeriodDay 173 + owl:onProperty ILAP:hasCalendarPeriodHour
174 ] . 174 ] .
175 175
176 ILAP:Category 176 ILAP:Category
...@@ -188,7 +188,7 @@ ILAP:Constraint ...@@ -188,7 +188,7 @@ ILAP:Constraint
188 rdf:type owl:Class ; 188 rdf:type owl:Class ;
189 rdfs:comment "A Thing that defines limitation or restrictions on relationships between Possible Individuals (adapted from ISO 15926 and Dictionary.com)."^^xsd:string ; 189 rdfs:comment "A Thing that defines limitation or restrictions on relationships between Possible Individuals (adapted from ISO 15926 and Dictionary.com)."^^xsd:string ;
190 rdfs:label "Constraint"^^xsd:string ; 190 rdfs:label "Constraint"^^xsd:string ;
191 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> . 191 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing .
192 192
193 ILAP:ConstructionMilestone 193 ILAP:ConstructionMilestone
194 rdf:type owl:Class ; 194 rdf:type owl:Class ;
...@@ -199,7 +199,7 @@ ILAP:Contract ...@@ -199,7 +199,7 @@ ILAP:Contract
199 rdf:type owl:Class ; 199 rdf:type owl:Class ;
200 rdfs:comment "An agreement between two or more parties to accomplish a certain goal in a certain way.A project contract may take the form of an agreement between a builder and an asset owner in which the builder agrees to build necessary infrastructure by a certain time in a certain way, and, in exchange, the property owner makes certain remuneration (adapted from the Free Dictionary)"^^xsd:string ; 200 rdfs:comment "An agreement between two or more parties to accomplish a certain goal in a certain way.A project contract may take the form of an agreement between a builder and an asset owner in which the builder agrees to build necessary infrastructure by a certain time in a certain way, and, in exchange, the property owner makes certain remuneration (adapted from the Free Dictionary)"^^xsd:string ;
201 rdfs:label "Contract"^^xsd:string ; 201 rdfs:label "Contract"^^xsd:string ;
202 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . 202 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing .
203 203
204 ILAP:ContractMilestone 204 ILAP:ContractMilestone
205 rdf:type owl:Class ; 205 rdf:type owl:Class ;
...@@ -227,7 +227,7 @@ ILAP:Cost ...@@ -227,7 +227,7 @@ ILAP:Cost
227 rdf:type owl:Class ; 227 rdf:type owl:Class ;
228 rdfs:comment "A Thing that is a monetary valuation of (1) effort, (2) material, (3) resources, (4) time and utilities consumed, (5) risks incurred, and (6) opportunity forgone in executing an activity. Costs can be both direct and indirect. All expenses are costs, but not all costs (such as those incurred in acquisition of an income-generating asset) are expenses."^^xsd:string ; 228 rdfs:comment "A Thing that is a monetary valuation of (1) effort, (2) material, (3) resources, (4) time and utilities consumed, (5) risks incurred, and (6) opportunity forgone in executing an activity. Costs can be both direct and indirect. All expenses are costs, but not all costs (such as those incurred in acquisition of an income-generating asset) are expenses."^^xsd:string ;
229 rdfs:label "Cost"^^xsd:string ; 229 rdfs:label "Cost"^^xsd:string ;
230 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . 230 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing .
231 231
232 ILAP:CostBased 232 ILAP:CostBased
233 rdf:type owl:Class ; 233 rdf:type owl:Class ;
...@@ -242,7 +242,7 @@ ILAP:Criticality ...@@ -242,7 +242,7 @@ ILAP:Criticality
242 rdfs:subClassOf owl:Thing . 242 rdfs:subClassOf owl:Thing .
243 243
244 ILAP:CurrentSchedule 244 ILAP:CurrentSchedule
245 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 245 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
246 rdfs:comment "A calculated Schedule that contains actual Activity start and end times so far, and forecasted remaining Activity start and end times without mitigating effects."^^xsd:string ; 246 rdfs:comment "A calculated Schedule that contains actual Activity start and end times so far, and forecasted remaining Activity start and end times without mitigating effects."^^xsd:string ;
247 rdfs:label "Current Schedule"^^xsd:string ; 247 rdfs:label "Current Schedule"^^xsd:string ;
248 rdfs:subClassOf ILAP:Schedule . 248 rdfs:subClassOf ILAP:Schedule .
...@@ -251,7 +251,7 @@ ILAP:Data ...@@ -251,7 +251,7 @@ ILAP:Data
251 rdf:type owl:Class ; 251 rdf:type owl:Class ;
252 rdfs:comment "Information that is produced or stored by a computer in the context of a given Objective, used usually to calculate, analyze or plan something (adapted from Merriam-Webster)."^^xsd:string ; 252 rdfs:comment "Information that is produced or stored by a computer in the context of a given Objective, used usually to calculate, analyze or plan something (adapted from Merriam-Webster)."^^xsd:string ;
253 rdfs:label "Data"^^xsd:string ; 253 rdfs:label "Data"^^xsd:string ;
254 - rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; 254 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ;
255 rdfs:subClassOf 255 rdfs:subClassOf
256 [ rdf:type owl:Restriction ; 256 [ rdf:type owl:Restriction ;
257 owl:onClass ILAP:Project ; 257 owl:onClass ILAP:Project ;
...@@ -327,7 +327,7 @@ ILAP:DesignMilestone ...@@ -327,7 +327,7 @@ ILAP:DesignMilestone
327 rdfs:subClassOf ILAP:MilestoneType . 327 rdfs:subClassOf ILAP:MilestoneType .
328 328
329 ILAP:Discipline 329 ILAP:Discipline
330 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; 330 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
331 rdfs:comment "A Thing that is the competence (area of knowledge and experience) required to carry out the work in one or more defined Activities, classified according to Discipline Code Manuals defined by participant organizations (typically by large Contractors, and based on standards such as NORSOK COR codes)."^^xsd:string ; 331 rdfs:comment "A Thing that is the competence (area of knowledge and experience) required to carry out the work in one or more defined Activities, classified according to Discipline Code Manuals defined by participant organizations (typically by large Contractors, and based on standards such as NORSOK COR codes)."^^xsd:string ;
332 rdfs:label "Discipline"^^xsd:string ; 332 rdfs:label "Discipline"^^xsd:string ;
333 rdfs:subClassOf owl:Thing . 333 rdfs:subClassOf owl:Thing .
...@@ -348,14 +348,16 @@ ILAP:EngineeringMilestone ...@@ -348,14 +348,16 @@ ILAP:EngineeringMilestone
348 rdfs:subClassOf ILAP:MilestoneType . 348 rdfs:subClassOf ILAP:MilestoneType .
349 349
350 ILAP:ExternalReference 350 ILAP:ExternalReference
351 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; 351 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ;
352 rdfs:comment "A Thing that identifies a specific information object according to an identification scheme of an external application (i.e., other than the ILAP exchange representation itself). An External Reference can be assigned to any ILAP object, such as Activities, Activity Networks, Projects, Successors, Calendars, Calendar Periods, Resources, etc."^^xsd:string ; 352 rdfs:comment "A Thing that identifies a specific information object according to an identification scheme of an external application (i.e., other than the ILAP exchange representation itself). An External Reference can be assigned to any ILAP object, such as Activities, Activity Networks, Projects, Successors, Calendars, Calendar Periods, Resources, etc."^^xsd:string ;
353 rdfs:label "External Reference"^^xsd:string ; 353 rdfs:label "External Reference"^^xsd:string ;
354 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; 354 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ;
355 rdfs:subClassOf 355 rdfs:subClassOf
356 [ rdf:type owl:Restriction ; 356 [ rdf:type owl:Restriction ;
357 - owl:allValuesFrom ILAP:Application ; 357 + owl:onDataRange xsd:string ;
358 - owl:onProperty ILAP:hasReferenceApplication 358 + owl:onProperty ILAP:hasObjectReferenceID ;
359 + owl:qualifiedCardinality
360 + "1"^^xsd:nonNegativeInteger
359 ] ; 361 ] ;
360 rdfs:subClassOf 362 rdfs:subClassOf
361 [ rdf:type owl:Restriction ; 363 [ rdf:type owl:Restriction ;
...@@ -364,10 +366,8 @@ ILAP:ExternalReference ...@@ -364,10 +366,8 @@ ILAP:ExternalReference
364 ] ; 366 ] ;
365 rdfs:subClassOf 367 rdfs:subClassOf
366 [ rdf:type owl:Restriction ; 368 [ rdf:type owl:Restriction ;
367 - owl:onDataRange xsd:string ; 369 + owl:allValuesFrom ILAP:Application ;
368 - owl:onProperty ILAP:hasObjectReferenceID ; 370 + owl:onProperty ILAP:hasReferenceApplication
369 - owl:qualifiedCardinality
370 - "1"^^xsd:nonNegativeInteger
371 ] . 371 ] .
372 372
373 ILAP:Facility 373 ILAP:Facility
...@@ -383,16 +383,16 @@ ILAP:Field ...@@ -383,16 +383,16 @@ ILAP:Field
383 rdfs:subClassOf ILAP:Asset . 383 rdfs:subClassOf ILAP:Asset .
384 384
385 ILAP:FinishToFinish 385 ILAP:FinishToFinish
386 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 386 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
387 rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity is finished."^^xsd:string ; 387 rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity is finished."^^xsd:string ;
388 rdfs:label "Finish to Finish"^^xsd:string ; 388 rdfs:label "Finish to Finish"^^xsd:string ;
389 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 389 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
390 390
391 ILAP:FinishToStart 391 ILAP:FinishToStart
392 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 392 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
393 rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity is finished."^^xsd:string ; 393 rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity is finished."^^xsd:string ;
394 rdfs:label "Finish to Start"^^xsd:string ; 394 rdfs:label "Finish to Start"^^xsd:string ;
395 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 395 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
396 396
397 ILAP:FunctionalLocation 397 ILAP:FunctionalLocation
398 rdf:type owl:Class ; 398 rdf:type owl:Class ;
...@@ -422,7 +422,7 @@ ILAP:Information ...@@ -422,7 +422,7 @@ ILAP:Information
422 rdf:type owl:Class ; 422 rdf:type owl:Class ;
423 rdfs:comment "A Thing that is facts provided or learned about something or someone (Oxford Dictionaries)."^^xsd:string ; 423 rdfs:comment "A Thing that is facts provided or learned about something or someone (Oxford Dictionaries)."^^xsd:string ;
424 rdfs:label "Information"^^xsd:string ; 424 rdfs:label "Information"^^xsd:string ;
425 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . 425 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing .
426 426
427 ILAP:Knowledge 427 ILAP:Knowledge
428 rdf:type owl:Class ; 428 rdf:type owl:Class ;
...@@ -443,16 +443,16 @@ ILAP:LifecyclePhase ...@@ -443,16 +443,16 @@ ILAP:LifecyclePhase
443 rdfs:subClassOf ILAP:Phase . 443 rdfs:subClassOf ILAP:Phase .
444 444
445 ILAP:LiveSchedule 445 ILAP:LiveSchedule
446 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 446 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
447 rdfs:comment "A decided Schedule that mitigates any delays discovered in the Current Schedule."^^xsd:string ; 447 rdfs:comment "A decided Schedule that mitigates any delays discovered in the Current Schedule."^^xsd:string ;
448 rdfs:label "Live Schedule"^^xsd:string ; 448 rdfs:label "Live Schedule"^^xsd:string ;
449 rdfs:subClassOf ILAP:Schedule . 449 rdfs:subClassOf ILAP:Schedule .
450 450
451 ILAP:Location 451 ILAP:Location
452 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; 452 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ;
453 rdfs:comment "A Thing that is the location (position) of an Asset."^^xsd:string ; 453 rdfs:comment "A Thing that is the location (position) of an Asset."^^xsd:string ;
454 rdfs:label "Location"^^xsd:string ; 454 rdfs:label "Location"^^xsd:string ;
455 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . 455 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> .
456 456
457 ILAP:LowCriticality 457 ILAP:LowCriticality
458 rdf:type owl:Class ; 458 rdf:type owl:Class ;
...@@ -479,7 +479,7 @@ ILAP:MaterialOrderStatus ...@@ -479,7 +479,7 @@ ILAP:MaterialOrderStatus
479 rdfs:subClassOf ILAP:Status . 479 rdfs:subClassOf ILAP:Status .
480 480
481 ILAP:Milestone 481 ILAP:Milestone
482 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; 482 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ;
483 rdfs:comment "A Thing that is specified in the Activity Network, with a 0-duration, and in many cases a fixed date. A milestone is normally a specified event within the project, often linked to contractual items."^^xsd:string ; 483 rdfs:comment "A Thing that is specified in the Activity Network, with a 0-duration, and in many cases a fixed date. A milestone is normally a specified event within the project, often linked to contractual items."^^xsd:string ;
484 rdfs:label "Milestone"^^xsd:string . 484 rdfs:label "Milestone"^^xsd:string .
485 485
...@@ -492,7 +492,7 @@ ILAP:Network ...@@ -492,7 +492,7 @@ ILAP:Network
492 rdf:type owl:Class ; 492 rdf:type owl:Class ;
493 rdfs:comment "A Thing that defines how (a set of) Possible Individuals are connected by Constraints (adapted from Merriam-Webster)."^^xsd:string ; 493 rdfs:comment "A Thing that defines how (a set of) Possible Individuals are connected by Constraints (adapted from Merriam-Webster)."^^xsd:string ;
494 rdfs:label "Network"^^xsd:string ; 494 rdfs:label "Network"^^xsd:string ;
495 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . 495 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing .
496 496
497 ILAP:NormalCriticality 497 ILAP:NormalCriticality
498 rdf:type owl:Class ; 498 rdf:type owl:Class ;
...@@ -506,6 +506,11 @@ ILAP:NormalPriority ...@@ -506,6 +506,11 @@ ILAP:NormalPriority
506 rdfs:label "Normal Priority"^^xsd:string ; 506 rdfs:label "Normal Priority"^^xsd:string ;
507 rdfs:subClassOf ILAP:Priority . 507 rdfs:subClassOf ILAP:Priority .
508 508
509 +ILAP:NotRanked
510 + rdf:type owl:Class ;
511 + rdfs:label "Not ranked"^^xsd:string ;
512 + rdfs:subClassOf ILAP:Criticality .
513 +
509 ILAP:OPEX 514 ILAP:OPEX
510 rdfs:label "OPEX"^^xsd:string . 515 rdfs:label "OPEX"^^xsd:string .
511 516
...@@ -546,58 +551,58 @@ ILAP:PhysicalLocation ...@@ -546,58 +551,58 @@ ILAP:PhysicalLocation
546 rdfs:subClassOf ILAP:Location . 551 rdfs:subClassOf ILAP:Location .
547 552
548 ILAP:PlanClassifier 553 ILAP:PlanClassifier
549 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 554 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
550 rdfs:comment "A Thing that is a (set of) Classifier(s) used to categorize a Plan. The various Classifiers are assigned a value from a set of possible values that are representative for how “things are organized and executed” on the Norwegian Continental Shelf, (other sets of values may be appropriate for other areas of the world)."^^xsd:string ; 555 rdfs:comment "A Thing that is a (set of) Classifier(s) used to categorize a Plan. The various Classifiers are assigned a value from a set of possible values that are representative for how “things are organized and executed” on the Norwegian Continental Shelf, (other sets of values may be appropriate for other areas of the world)."^^xsd:string ;
551 rdfs:label "Plan Classifier"^^xsd:string ; 556 rdfs:label "Plan Classifier"^^xsd:string ;
552 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . 557 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing .
553 558
554 ILAP:PlanContentType 559 ILAP:PlanContentType
555 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 560 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
556 rdfs:comment "A Plan Classifier according to content type (typically classified by NORSOK Z-014 PBS codes)."^^xsd:string ; 561 rdfs:comment "A Plan Classifier according to content type (typically classified by NORSOK Z-014 PBS codes)."^^xsd:string ;
557 rdfs:label "Plan Content Type"^^xsd:string ; 562 rdfs:label "Plan Content Type"^^xsd:string ;
558 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . 563 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier .
559 564
560 ILAP:PlanContractType 565 ILAP:PlanContractType
561 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 566 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
562 rdfs:comment "A Plan Classifier that categorizes a Plan according to the Contract that governs execution."^^xsd:string ; 567 rdfs:comment "A Plan Classifier that categorizes a Plan according to the Contract that governs execution."^^xsd:string ;
563 rdfs:label "Plan Contract Type"^^xsd:string ; 568 rdfs:label "Plan Contract Type"^^xsd:string ;
564 rdfs:subClassOf ILAP:PlanClassifier . 569 rdfs:subClassOf ILAP:PlanClassifier .
565 570
566 ILAP:PlanExpenseType 571 ILAP:PlanExpenseType
567 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 572 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
568 rdfs:comment "A Plan Classifier that categorizes a Plan according to the type of Expense it incurrs."^^xsd:string ; 573 rdfs:comment "A Plan Classifier that categorizes a Plan according to the type of Expense it incurrs."^^xsd:string ;
569 rdfs:label "Plan Expense Type"^^xsd:string ; 574 rdfs:label "Plan Expense Type"^^xsd:string ;
570 rdfs:subClassOf ILAP:PlanClassifier . 575 rdfs:subClassOf ILAP:PlanClassifier .
571 576
572 ILAP:PlanGeoArea 577 ILAP:PlanGeoArea
573 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; 578 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ;
574 rdfs:comment "A Plan Classifier that categorizes a Plan according to the (size of the) geographic area it addresses."^^xsd:string ; 579 rdfs:comment "A Plan Classifier that categorizes a Plan according to the (size of the) geographic area it addresses."^^xsd:string ;
575 rdfs:label "Plan Geographic Area"^^xsd:string ; 580 rdfs:label "Plan Geographic Area"^^xsd:string ;
576 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 581 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
577 582
578 ILAP:PlanLevel 583 ILAP:PlanLevel
579 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 584 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
580 rdfs:comment "A Plan Classifier that categorizes a Plan according to the detail it addresses (from Level 1 down to Level 6 or 7)."^^xsd:string ; 585 rdfs:comment "A Plan Classifier that categorizes a Plan according to the detail it addresses (from Level 1 down to Level 6 or 7)."^^xsd:string ;
581 rdfs:label "Plan Level"^^xsd:string ; 586 rdfs:label "Plan Level"^^xsd:string ;
582 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 587 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
583 588
584 ILAP:PlanLifecycleStage 589 ILAP:PlanLifecycleStage
585 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 590 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
586 rdfs:comment "A Plan Classifier according to the part(s) of the Asset Lifecycle relevant for the Plan (typically classified by NORSOK Z-014 SAB codes)."^^xsd:string ; 591 rdfs:comment "A Plan Classifier according to the part(s) of the Asset Lifecycle relevant for the Plan (typically classified by NORSOK Z-014 SAB codes)."^^xsd:string ;
587 rdfs:label "Plan Lifecycle Stage"^^xsd:string ; 592 rdfs:label "Plan Lifecycle Stage"^^xsd:string ;
588 - rdfs:subClassOf ILAP:LifecyclePhase , <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 593 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> , ILAP:LifecyclePhase .
589 594
590 ILAP:PlanObjectiveType 595 ILAP:PlanObjectiveType
591 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; 596 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ;
592 rdfs:comment "A Plan Classifier that categorizes a Plan according to the nature of its objectives."^^xsd:string ; 597 rdfs:comment "A Plan Classifier that categorizes a Plan according to the nature of its objectives."^^xsd:string ;
593 rdfs:label "Plan Objective Type"^^xsd:string ; 598 rdfs:label "Plan Objective Type"^^xsd:string ;
594 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . 599 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> .
595 600
596 ILAP:PlanProjectType 601 ILAP:PlanProjectType
597 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 602 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
598 rdfs:comment "A Plan Classifier that categorizes a Plan according to the type of prooject used to execute it."^^xsd:string ; 603 rdfs:comment "A Plan Classifier that categorizes a Plan according to the type of prooject used to execute it."^^xsd:string ;
599 rdfs:label "Plan Project Type"^^xsd:string ; 604 rdfs:label "Plan Project Type"^^xsd:string ;
600 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . 605 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> .
601 606
602 ILAP:PlannedActivity 607 ILAP:PlannedActivity
603 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 608 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
...@@ -605,13 +610,18 @@ ILAP:PlannedActivity ...@@ -605,13 +610,18 @@ ILAP:PlannedActivity
605 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; 610 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
606 rdfs:subClassOf 611 rdfs:subClassOf
607 [ rdf:type owl:Restriction ; 612 [ rdf:type owl:Restriction ;
613 + owl:onProperty ILAP:hasActivityDiscipline ;
614 + owl:someValuesFrom ILAP:Discipline
615 + ] ;
616 + rdfs:subClassOf
617 + [ rdf:type owl:Restriction ;
608 owl:allValuesFrom ILAP:Location ; 618 owl:allValuesFrom ILAP:Location ;
609 owl:onProperty ILAP:hasActivityLocation 619 owl:onProperty ILAP:hasActivityLocation
610 ] ; 620 ] ;
611 rdfs:subClassOf 621 rdfs:subClassOf
612 [ rdf:type owl:Restriction ; 622 [ rdf:type owl:Restriction ;
613 - owl:allValuesFrom ILAP:Result ; 623 + owl:allValuesFrom ILAP:ResourceProfile ;
614 - owl:onProperty ILAP:hasActivityResult 624 + owl:onProperty ILAP:hasActivityResourceProfile
615 ] ; 625 ] ;
616 rdfs:subClassOf 626 rdfs:subClassOf
617 [ rdf:type owl:Restriction ; 627 [ rdf:type owl:Restriction ;
...@@ -620,20 +630,20 @@ ILAP:PlannedActivity ...@@ -620,20 +630,20 @@ ILAP:PlannedActivity
620 ] ; 630 ] ;
621 rdfs:subClassOf 631 rdfs:subClassOf
622 [ rdf:type owl:Restriction ; 632 [ rdf:type owl:Restriction ;
623 - owl:allValuesFrom ILAP:ResourceProfile ; 633 + owl:maxQualifiedCardinality
624 - owl:onProperty ILAP:hasActivityResourceProfile 634 + "1"^^xsd:nonNegativeInteger ;
635 + owl:onClass ILAP:ProjectExecutionPlan ;
636 + owl:onProperty ILAP:hasActivityPlan
625 ] ; 637 ] ;
626 rdfs:subClassOf 638 rdfs:subClassOf
627 [ rdf:type owl:Restriction ; 639 [ rdf:type owl:Restriction ;
628 - owl:allValuesFrom ILAP:ActivityWBS ; 640 + owl:allValuesFrom ILAP:Result ;
629 - owl:onProperty ILAP:hasActivityWBSelement 641 + owl:onProperty ILAP:hasActivityResult
630 ] ; 642 ] ;
631 rdfs:subClassOf 643 rdfs:subClassOf
632 [ rdf:type owl:Restriction ; 644 [ rdf:type owl:Restriction ;
633 - owl:maxQualifiedCardinality 645 + owl:allValuesFrom ILAP:ActivityWBS ;
634 - "1"^^xsd:nonNegativeInteger ; 646 + owl:onProperty ILAP:hasActivityWBSelement
635 - owl:onClass ILAP:ProjectExecutionPlan ;
636 - owl:onProperty ILAP:hasActivityPlan
637 ] ; 647 ] ;
638 rdfs:subClassOf 648 rdfs:subClassOf
639 [ rdf:type owl:Restriction ; 649 [ rdf:type owl:Restriction ;
...@@ -644,18 +654,13 @@ ILAP:PlannedActivity ...@@ -644,18 +654,13 @@ ILAP:PlannedActivity
644 ] ; 654 ] ;
645 rdfs:subClassOf 655 rdfs:subClassOf
646 [ rdf:type owl:Restriction ; 656 [ rdf:type owl:Restriction ;
647 - owl:allValuesFrom ILAP:ActivityDependency ;
648 - owl:onProperty ILAP:hasActivityPredecessor
649 - ] ;
650 - rdfs:subClassOf
651 - [ rdf:type owl:Restriction ;
652 owl:allValuesFrom ILAP:ResponsiblePerson ; 657 owl:allValuesFrom ILAP:ResponsiblePerson ;
653 owl:onProperty ILAP:hasActivityResponsiblePerson 658 owl:onProperty ILAP:hasActivityResponsiblePerson
654 ] ; 659 ] ;
655 rdfs:subClassOf 660 rdfs:subClassOf
656 [ rdf:type owl:Restriction ; 661 [ rdf:type owl:Restriction ;
657 - owl:onProperty ILAP:hasActivityDiscipline ; 662 + owl:allValuesFrom ILAP:ActivityDependency ;
658 - owl:someValuesFrom ILAP:Discipline 663 + owl:onProperty ILAP:hasActivityPredecessor
659 ] . 664 ] .
660 665
661 ILAP:PlannedMilestone 666 ILAP:PlannedMilestone
...@@ -696,13 +701,18 @@ ILAP:Programme ...@@ -696,13 +701,18 @@ ILAP:Programme
696 rdfs:subClassOf ILAP:Project . 701 rdfs:subClassOf ILAP:Project .
697 702
698 ILAP:Project 703 ILAP:Project
699 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 704 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
700 rdfs:label "Project"^^xsd:string ; 705 rdfs:label "Project"^^xsd:string ;
701 rdfs:subClassOf ILAP:Activity ; 706 rdfs:subClassOf ILAP:Activity ;
702 rdfs:subClassOf 707 rdfs:subClassOf
703 [ rdf:type owl:Restriction ; 708 [ rdf:type owl:Restriction ;
704 - owl:allValuesFrom BRREG:OilCompany ; 709 + owl:allValuesFrom ILAP:Project ;
705 - owl:onProperty ILAP:hasProjectResponsible 710 + owl:onProperty ILAP:hasProjectSubproject
711 + ] ;
712 + rdfs:subClassOf
713 + [ rdf:type owl:Restriction ;
714 + owl:allValuesFrom ILAP:ExternalReference ;
715 + owl:onProperty ILAP:hasExternalReference
706 ] ; 716 ] ;
707 rdfs:subClassOf 717 rdfs:subClassOf
708 [ rdf:type owl:Restriction ; 718 [ rdf:type owl:Restriction ;
...@@ -713,13 +723,8 @@ ILAP:Project ...@@ -713,13 +723,8 @@ ILAP:Project
713 ] ; 723 ] ;
714 rdfs:subClassOf 724 rdfs:subClassOf
715 [ rdf:type owl:Restriction ; 725 [ rdf:type owl:Restriction ;
716 - owl:allValuesFrom ILAP:ExternalReference ; 726 + owl:allValuesFrom BRREG:OilCompany ;
717 - owl:onProperty ILAP:hasExternalReference 727 + owl:onProperty ILAP:hasProjectResponsible
718 - ] ;
719 - rdfs:subClassOf
720 - [ rdf:type owl:Restriction ;
721 - owl:allValuesFrom ILAP:Project ;
722 - owl:onProperty ILAP:hasProjectSubproject
723 ] . 728 ] .
724 729
725 ILAP:ProjectExecutionPlan 730 ILAP:ProjectExecutionPlan
...@@ -729,23 +734,28 @@ ILAP:ProjectExecutionPlan ...@@ -729,23 +734,28 @@ ILAP:ProjectExecutionPlan
729 rdfs:subClassOf ILAP:Network ; 734 rdfs:subClassOf ILAP:Network ;
730 rdfs:subClassOf 735 rdfs:subClassOf
731 [ rdf:type owl:Restriction ; 736 [ rdf:type owl:Restriction ;
732 - owl:allValuesFrom BRREG:LegalEntity ; 737 + owl:onProperty ILAP:hasPlanProjectType ;
733 - owl:onProperty ILAP:hasPlanResponsible 738 + owl:someValuesFrom ILAP:PlanProjectType
734 ] ; 739 ] ;
735 rdfs:subClassOf 740 rdfs:subClassOf
736 [ rdf:type owl:Restriction ; 741 [ rdf:type owl:Restriction ;
737 - owl:onProperty ILAP:hasPlanGeoArea ; 742 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
738 - owl:someValuesFrom ILAP:PlanGeoArea 743 + owl:onProperty ILAP:hasPlanRollUpPlan
739 ] ; 744 ] ;
740 rdfs:subClassOf 745 rdfs:subClassOf
741 [ rdf:type owl:Restriction ; 746 [ rdf:type owl:Restriction ;
742 - owl:onProperty ILAP:hasPlanContentType ; 747 + owl:allValuesFrom BRREG:LegalEntity ;
743 - owl:someValuesFrom ILAP:PlanContentType 748 + owl:onProperty ILAP:hasPlanResponsible
744 ] ; 749 ] ;
745 rdfs:subClassOf 750 rdfs:subClassOf
746 [ rdf:type owl:Restriction ; 751 [ rdf:type owl:Restriction ;
747 - owl:allValuesFrom ILAP:PlanLifecycleStage ; 752 + owl:allValuesFrom ILAP:PlanContractType ;
748 - owl:onProperty ILAP:hasPlanLifecycleStage 753 + owl:onProperty ILAP:hasPlanContractType
754 + ] ;
755 + rdfs:subClassOf
756 + [ rdf:type owl:Restriction ;
757 + owl:onProperty ILAP:hasPlanGeoArea ;
758 + owl:someValuesFrom ILAP:PlanGeoArea
749 ] ; 759 ] ;
750 rdfs:subClassOf 760 rdfs:subClassOf
751 [ rdf:type owl:Restriction ; 761 [ rdf:type owl:Restriction ;
...@@ -756,13 +766,13 @@ ILAP:ProjectExecutionPlan ...@@ -756,13 +766,13 @@ ILAP:ProjectExecutionPlan
756 ] ; 766 ] ;
757 rdfs:subClassOf 767 rdfs:subClassOf
758 [ rdf:type owl:Restriction ; 768 [ rdf:type owl:Restriction ;
759 - owl:allValuesFrom ILAP:PlanObjectiveType ; 769 + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
760 - owl:onProperty ILAP:hasPlanObjectiveType 770 + owl:onProperty ILAP:hasPlanAsset
761 ] ; 771 ] ;
762 rdfs:subClassOf 772 rdfs:subClassOf
763 [ rdf:type owl:Restriction ; 773 [ rdf:type owl:Restriction ;
764 - owl:onProperty ILAP:hasPlanProjectType ; 774 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
765 - owl:someValuesFrom ILAP:PlanProjectType 775 + owl:onProperty ILAP:hasPlanSubplan
766 ] ; 776 ] ;
767 rdfs:subClassOf 777 rdfs:subClassOf
768 [ rdf:type owl:Restriction ; 778 [ rdf:type owl:Restriction ;
...@@ -771,30 +781,25 @@ ILAP:ProjectExecutionPlan ...@@ -771,30 +781,25 @@ ILAP:ProjectExecutionPlan
771 ] ; 781 ] ;
772 rdfs:subClassOf 782 rdfs:subClassOf
773 [ rdf:type owl:Restriction ; 783 [ rdf:type owl:Restriction ;
774 - owl:maxQualifiedCardinality 784 + owl:onProperty ILAP:hasPlanContentType ;
775 - "1"^^xsd:nonNegativeInteger ; 785 + owl:someValuesFrom ILAP:PlanContentType
776 - owl:onClass ILAP:PlanLevel ;
777 - owl:onProperty ILAP:hasPlanLevel
778 - ] ;
779 - rdfs:subClassOf
780 - [ rdf:type owl:Restriction ;
781 - owl:allValuesFrom ILAP:ProjectExecutionPlan ;
782 - owl:onProperty ILAP:hasPlanSubplan
783 ] ; 786 ] ;
784 rdfs:subClassOf 787 rdfs:subClassOf
785 [ rdf:type owl:Restriction ; 788 [ rdf:type owl:Restriction ;
786 - owl:allValuesFrom ILAP:PlanContractType ; 789 + owl:allValuesFrom ILAP:PlanLifecycleStage ;
787 - owl:onProperty ILAP:hasPlanContractType 790 + owl:onProperty ILAP:hasPlanLifecycleStage
788 ] ; 791 ] ;
789 rdfs:subClassOf 792 rdfs:subClassOf
790 [ rdf:type owl:Restriction ; 793 [ rdf:type owl:Restriction ;
791 - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; 794 + owl:allValuesFrom ILAP:PlanObjectiveType ;
792 - owl:onProperty ILAP:hasPlanAsset 795 + owl:onProperty ILAP:hasPlanObjectiveType
793 ] ; 796 ] ;
794 rdfs:subClassOf 797 rdfs:subClassOf
795 [ rdf:type owl:Restriction ; 798 [ rdf:type owl:Restriction ;
796 - owl:allValuesFrom ILAP:ProjectExecutionPlan ; 799 + owl:maxQualifiedCardinality
797 - owl:onProperty ILAP:hasPlanRollUpPlan 800 + "1"^^xsd:nonNegativeInteger ;
801 + owl:onClass ILAP:PlanLevel ;
802 + owl:onProperty ILAP:hasPlanLevel
798 ] . 803 ] .
799 804
800 ILAP:ProjectMilestone 805 ILAP:ProjectMilestone
...@@ -827,10 +832,10 @@ ILAP:RFOCissued ...@@ -827,10 +832,10 @@ ILAP:RFOCissued
827 rdfs:subClassOf ILAP:CommissioningMilestone . 832 rdfs:subClassOf ILAP:CommissioningMilestone .
828 833
829 ILAP:Regular8To16WorkingDayCalendar 834 ILAP:Regular8To16WorkingDayCalendar
830 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 835 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
831 rdfs:comment "A Weekends Free Calendar that specifies work only during normal working hours."^^xsd:string ; 836 rdfs:comment "A Weekends Free Calendar that specifies work only during normal working hours."^^xsd:string ;
832 rdfs:label "Regular 8 To 16 Working Day Calendar"^^xsd:string ; 837 rdfs:label "Regular 8 To 16 Working Day Calendar"^^xsd:string ;
833 - rdfs:subClassOf ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> , <http://posccaesar.org/rdl/RDS7014210> . 838 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar .
834 839
835 ILAP:Regulator 840 ILAP:Regulator
836 rdf:type owl:Class ; 841 rdf:type owl:Class ;
...@@ -839,10 +844,10 @@ ILAP:Regulator ...@@ -839,10 +844,10 @@ ILAP:Regulator
839 rdfs:subClassOf ILAP:ResponsibleOrganization . 844 rdfs:subClassOf ILAP:ResponsibleOrganization .
840 845
841 ILAP:Resource 846 ILAP:Resource
842 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; 847 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
843 rdfs:comment "A Thing that is items that can be measured with units. Resources are assigned to Activities and may consist of people (work hours), materials or physical items."^^xsd:string ; 848 rdfs:comment "A Thing that is items that can be measured with units. Resources are assigned to Activities and may consist of people (work hours), materials or physical items."^^xsd:string ;
844 rdfs:label "Resource"^^xsd:string ; 849 rdfs:label "Resource"^^xsd:string ;
845 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . 850 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing .
846 851
847 ILAP:ResourceEstimate 852 ILAP:ResourceEstimate
848 rdf:type owl:Class ; 853 rdf:type owl:Class ;
...@@ -850,16 +855,16 @@ ILAP:ResourceEstimate ...@@ -850,16 +855,16 @@ ILAP:ResourceEstimate
850 rdfs:label "Resource Estimate"^^xsd:string . 855 rdfs:label "Resource Estimate"^^xsd:string .
851 856
852 ILAP:ResourceProfile 857 ILAP:ResourceProfile
853 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; 858 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ;
854 rdfs:comment "A Thing that distributes Resources according to pre-defined intervals."^^xsd:string ; 859 rdfs:comment "A Thing that distributes Resources according to pre-defined intervals."^^xsd:string ;
855 rdfs:label "Resource Profile"^^xsd:string ; 860 rdfs:label "Resource Profile"^^xsd:string ;
856 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . 861 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> .
857 862
858 ILAP:ResourceProfilePoint 863 ILAP:ResourceProfilePoint
859 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; 864 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
860 rdfs:comment "A Thing that is a specific point on a Resource Profile."^^xsd:string ; 865 rdfs:comment "A Thing that is a specific point on a Resource Profile."^^xsd:string ;
861 rdfs:label "Resource Profile Point"^^xsd:string ; 866 rdfs:label "Resource Profile Point"^^xsd:string ;
862 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . 867 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing .
863 868
864 ILAP:ResourceType 869 ILAP:ResourceType
865 rdf:type owl:Class ; 870 rdf:type owl:Class ;
...@@ -873,18 +878,18 @@ ILAP:ResponsibleActor ...@@ -873,18 +878,18 @@ ILAP:ResponsibleActor
873 rdfs:subClassOf owl:Thing . 878 rdfs:subClassOf owl:Thing .
874 879
875 ILAP:ResponsibleOrganization 880 ILAP:ResponsibleOrganization
876 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; 881 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
877 rdfs:label "Responsible Organization"^^xsd:string ; 882 rdfs:label "Responsible Organization"^^xsd:string ;
878 rdfs:subClassOf ILAP:ResponsibleActor . 883 rdfs:subClassOf ILAP:ResponsibleActor .
879 884
880 ILAP:ResponsiblePerson 885 ILAP:ResponsiblePerson
881 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; 886 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ;
882 rdfs:comment "A Responsible Actor that is a person responsible for carrying out a specified part of the Schedule. Classified according to the Person On Board register."^^xsd:string ; 887 rdfs:comment "A Responsible Actor that is a person responsible for carrying out a specified part of the Schedule. Classified according to the Person On Board register."^^xsd:string ;
883 rdfs:label "Responsible Person"^^xsd:string ; 888 rdfs:label "Responsible Person"^^xsd:string ;
884 rdfs:subClassOf ILAP:ResponsibleActor . 889 rdfs:subClassOf ILAP:ResponsibleActor .
885 890
886 ILAP:Result 891 ILAP:Result
887 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 892 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
888 rdfs:comment "A Thing that is the outcome deliverable from an Activity or Plan (typically classified by NORSOK Z-014 PBS elements)."^^xsd:string ; 893 rdfs:comment "A Thing that is the outcome deliverable from an Activity or Plan (typically classified by NORSOK Z-014 PBS elements)."^^xsd:string ;
889 rdfs:label "Result"^^xsd:string ; 894 rdfs:label "Result"^^xsd:string ;
890 rdfs:subClassOf owl:Thing . 895 rdfs:subClassOf owl:Thing .
...@@ -919,10 +924,10 @@ ILAP:SACissued ...@@ -919,10 +924,10 @@ ILAP:SACissued
919 rdfs:subClassOf ILAP:CommissioningMilestone . 924 rdfs:subClassOf ILAP:CommissioningMilestone .
920 925
921 ILAP:Schedule 926 ILAP:Schedule
922 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 927 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
923 rdfs:comment "A Network of Activities with planned (start and end) Dates, Durations, and Milestones, which can be used to track and monitor work, and provide Resources against which Results are managed and controlled (Adapted from PMI)."^^xsd:string ; 928 rdfs:comment "A Network of Activities with planned (start and end) Dates, Durations, and Milestones, which can be used to track and monitor work, and provide Resources against which Results are managed and controlled (Adapted from PMI)."^^xsd:string ;
924 rdfs:label "Schedule (Scheduled Activity Network)"^^xsd:string ; 929 rdfs:label "Schedule (Scheduled Activity Network)"^^xsd:string ;
925 - rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; 930 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ;
926 rdfs:subClassOf 931 rdfs:subClassOf
927 [ rdf:type owl:Restriction ; 932 [ rdf:type owl:Restriction ;
928 owl:maxQualifiedCardinality 933 owl:maxQualifiedCardinality
...@@ -932,22 +937,22 @@ ILAP:Schedule ...@@ -932,22 +937,22 @@ ILAP:Schedule
932 ] . 937 ] .
933 938
934 ILAP:ScheduledActivity 939 ILAP:ScheduledActivity
935 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 940 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
936 rdfs:label "Scheduled Activity (Activity in Network Schedule)"^^xsd:string ; 941 rdfs:label "Scheduled Activity (Activity in Network Schedule)"^^xsd:string ;
937 rdfs:subClassOf ILAP:PlannedActivity ; 942 rdfs:subClassOf ILAP:PlannedActivity ;
938 rdfs:subClassOf 943 rdfs:subClassOf
939 [ rdf:type owl:Restriction ; 944 [ rdf:type owl:Restriction ;
940 owl:maxQualifiedCardinality 945 owl:maxQualifiedCardinality
941 "1"^^xsd:nonNegativeInteger ; 946 "1"^^xsd:nonNegativeInteger ;
942 - owl:onClass ILAP:Schedule ; 947 + owl:onClass ILAP:PlannedActivity ;
943 - owl:onProperty ILAP:hasActivitySchedule 948 + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
944 ] ; 949 ] ;
945 rdfs:subClassOf 950 rdfs:subClassOf
946 [ rdf:type owl:Restriction ; 951 [ rdf:type owl:Restriction ;
947 owl:maxQualifiedCardinality 952 owl:maxQualifiedCardinality
948 "1"^^xsd:nonNegativeInteger ; 953 "1"^^xsd:nonNegativeInteger ;
949 - owl:onClass ILAP:PlannedActivity ; 954 + owl:onClass ILAP:Schedule ;
950 - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan 955 + owl:onProperty ILAP:hasActivitySchedule
951 ] . 956 ] .
952 957
953 ILAP:ScheduledMilestone 958 ILAP:ScheduledMilestone
...@@ -975,10 +980,10 @@ ILAP:ShutdownType ...@@ -975,10 +980,10 @@ ILAP:ShutdownType
975 rdfs:subClassOf owl:Thing . 980 rdfs:subClassOf owl:Thing .
976 981
977 ILAP:Source 982 ILAP:Source
978 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; 983 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
979 rdfs:comment "A Thing that is the originator of an ILAP information object, which may be a Planning Application or a Responsible Organization classified according to BRREG (Brønnøysund Register) as a legal entity."^^xsd:string ; 984 rdfs:comment "A Thing that is the originator of an ILAP information object, which may be a Planning Application or a Responsible Organization classified according to BRREG (Brønnøysund Register) as a legal entity."^^xsd:string ;
980 rdfs:label "Source"^^xsd:string ; 985 rdfs:label "Source"^^xsd:string ;
981 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . 986 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing .
982 987
983 ILAP:StartMilestone 988 ILAP:StartMilestone
984 rdf:type owl:Class ; 989 rdf:type owl:Class ;
...@@ -986,25 +991,25 @@ ILAP:StartMilestone ...@@ -986,25 +991,25 @@ ILAP:StartMilestone
986 rdfs:subClassOf ILAP:MilestoneType . 991 rdfs:subClassOf ILAP:MilestoneType .
987 992
988 ILAP:StartToFinish 993 ILAP:StartToFinish
989 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 994 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
990 rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity has started."^^xsd:string ; 995 rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity has started."^^xsd:string ;
991 rdfs:label "Start to Finish"^^xsd:string ; 996 rdfs:label "Start to Finish"^^xsd:string ;
992 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 997 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
993 998
994 ILAP:StartToStart 999 ILAP:StartToStart
995 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 1000 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
996 rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity has started."^^xsd:string ; 1001 rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity has started."^^xsd:string ;
997 rdfs:label "Start to Start"^^xsd:string ; 1002 rdfs:label "Start to Start"^^xsd:string ;
998 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 1003 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
999 1004
1000 ILAP:Status 1005 ILAP:Status
1001 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; 1006 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ;
1002 rdfs:comment "A Thing that holds information about what is currently happening. Status values describe whether to a Project or Activity is started, in progress or completed, and can also say something about resource availability."^^xsd:string ; 1007 rdfs:comment "A Thing that holds information about what is currently happening. Status values describe whether to a Project or Activity is started, in progress or completed, and can also say something about resource availability."^^xsd:string ;
1003 rdfs:label "Status"^^xsd:string ; 1008 rdfs:label "Status"^^xsd:string ;
1004 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . 1009 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> .
1005 1010
1006 ILAP:TargetSchedule 1011 ILAP:TargetSchedule
1007 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 1012 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
1008 rdfs:comment "A decided Schedule that reflects the current target start and finish Dates."^^xsd:string ; 1013 rdfs:comment "A decided Schedule that reflects the current target start and finish Dates."^^xsd:string ;
1009 rdfs:label "Target Schedule"^^xsd:string ; 1014 rdfs:label "Target Schedule"^^xsd:string ;
1010 rdfs:subClassOf ILAP:Schedule . 1015 rdfs:subClassOf ILAP:Schedule .
...@@ -1030,13 +1035,13 @@ ILAP:Value ...@@ -1030,13 +1035,13 @@ ILAP:Value
1030 rdf:type owl:Class ; 1035 rdf:type owl:Class ;
1031 rdfs:comment "A Thing that is the material or monetary worth of something relative to the price asked for it (from Oxford dictionaries.com)."^^xsd:string ; 1036 rdfs:comment "A Thing that is the material or monetary worth of something relative to the price asked for it (from Oxford dictionaries.com)."^^xsd:string ;
1032 rdfs:label "Value"^^xsd:string ; 1037 rdfs:label "Value"^^xsd:string ;
1033 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . 1038 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing .
1034 1039
1035 ILAP:WeekendsFreeCalendar 1040 ILAP:WeekendsFreeCalendar
1036 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 1041 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
1037 rdfs:comment "A Calendar that leaves all weekends as free time (only work during workdays)."^^xsd:string ; 1042 rdfs:comment "A Calendar that leaves all weekends as free time (only work during workdays)."^^xsd:string ;
1038 rdfs:label "Weekends Free Calendar"^^xsd:string ; 1043 rdfs:label "Weekends Free Calendar"^^xsd:string ;
1039 - rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . 1044 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar .
1040 1045
1041 ILAP:WorkOrder 1046 ILAP:WorkOrder
1042 rdf:type owl:Class ; 1047 rdf:type owl:Class ;
...@@ -1045,19 +1050,19 @@ ILAP:WorkOrder ...@@ -1045,19 +1050,19 @@ ILAP:WorkOrder
1045 rdfs:subClassOf ILAP:WorkTask . 1050 rdfs:subClassOf ILAP:WorkTask .
1046 1051
1047 ILAP:WorkTask 1052 ILAP:WorkTask
1048 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 1053 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
1049 rdfs:comment "A Thing that corresponds to part of an Activity, and which holds a description of the work content of that (part of the) Activity. Typically, there are more than one tasks related to an activity, and for each task clear start and end dates are given as well as clear assignments."^^xsd:string ; 1054 rdfs:comment "A Thing that corresponds to part of an Activity, and which holds a description of the work content of that (part of the) Activity. Typically, there are more than one tasks related to an activity, and for each task clear start and end dates are given as well as clear assignments."^^xsd:string ;
1050 rdfs:label "Work Task"^^xsd:string ; 1055 rdfs:label "Work Task"^^xsd:string ;
1051 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; 1056 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ;
1052 rdfs:subClassOf 1057 rdfs:subClassOf
1053 [ rdf:type owl:Restriction ; 1058 [ rdf:type owl:Restriction ;
1054 - owl:onProperty ILAP:hasWorkTaskActivity ; 1059 + owl:allValuesFrom BRREG:LegalEntity ;
1055 - owl:someValuesFrom ILAP:Activity 1060 + owl:onProperty ILAP:hasWorkTaskResponsible
1056 ] ; 1061 ] ;
1057 rdfs:subClassOf 1062 rdfs:subClassOf
1058 [ rdf:type owl:Restriction ; 1063 [ rdf:type owl:Restriction ;
1059 - owl:allValuesFrom BRREG:LegalEntity ; 1064 + owl:onProperty ILAP:hasWorkTaskActivity ;
1060 - owl:onProperty ILAP:hasWorkTaskResponsible 1065 + owl:someValuesFrom ILAP:Activity
1061 ] . 1066 ] .
1062 1067
1063 ILAP:WorkTaskStatus 1068 ILAP:WorkTaskStatus
...@@ -1185,7 +1190,7 @@ ILAP:hasActivityPhysicalPercentComplete ...@@ -1185,7 +1190,7 @@ ILAP:hasActivityPhysicalPercentComplete
1185 rdfs:range xsd:float . 1190 rdfs:range xsd:float .
1186 1191
1187 ILAP:hasActivityPlan 1192 ILAP:hasActivityPlan
1188 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1193 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1189 rdfs:domain ILAP:PlannedActivity ; 1194 rdfs:domain ILAP:PlannedActivity ;
1190 rdfs:label "has Activity Plan"^^xsd:string ; 1195 rdfs:label "has Activity Plan"^^xsd:string ;
1191 rdfs:range ILAP:ProjectExecutionPlan . 1196 rdfs:range ILAP:ProjectExecutionPlan .
...@@ -1235,7 +1240,7 @@ ILAP:hasActivityResponsibleOrganization ...@@ -1235,7 +1240,7 @@ ILAP:hasActivityResponsibleOrganization
1235 rdfs:range ILAP:ResponsibleOrganization . 1240 rdfs:range ILAP:ResponsibleOrganization .
1236 1241
1237 ILAP:hasActivityResponsiblePerson 1242 ILAP:hasActivityResponsiblePerson
1238 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1243 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1239 rdfs:domain ILAP:PlannedActivity ; 1244 rdfs:domain ILAP:PlannedActivity ;
1240 rdfs:label "has Activity Responsible Actor"^^xsd:string ; 1245 rdfs:label "has Activity Responsible Actor"^^xsd:string ;
1241 rdfs:range ILAP:ResponsiblePerson . 1246 rdfs:range ILAP:ResponsiblePerson .
...@@ -1270,7 +1275,7 @@ ILAP:hasActivityStatus ...@@ -1270,7 +1275,7 @@ ILAP:hasActivityStatus
1270 rdfs:range ILAP:Status . 1275 rdfs:range ILAP:Status .
1271 1276
1272 ILAP:hasActivitySuccessor 1277 ILAP:hasActivitySuccessor
1273 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1278 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1274 rdfs:domain ILAP:PlannedActivity ; 1279 rdfs:domain ILAP:PlannedActivity ;
1275 rdfs:label "has Activity Successor"^^xsd:string ; 1280 rdfs:label "has Activity Successor"^^xsd:string ;
1276 rdfs:range ILAP:ActivityDependency ; 1281 rdfs:range ILAP:ActivityDependency ;
...@@ -1331,7 +1336,7 @@ ILAP:hasCalendarDate ...@@ -1331,7 +1336,7 @@ ILAP:hasCalendarDate
1331 rdfs:label "has Calendar Date"^^xsd:string . 1336 rdfs:label "has Calendar Date"^^xsd:string .
1332 1337
1333 ILAP:hasCalendarPeriod 1338 ILAP:hasCalendarPeriod
1334 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1339 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1335 rdfs:domain ILAP:Calendar ; 1340 rdfs:domain ILAP:Calendar ;
1336 rdfs:label "has Calendar Period"^^xsd:string ; 1341 rdfs:label "has Calendar Period"^^xsd:string ;
1337 rdfs:range ILAP:CalendarFreePeriod . 1342 rdfs:range ILAP:CalendarFreePeriod .
...@@ -1638,7 +1643,7 @@ ILAP:hasPlanRegulator ...@@ -1638,7 +1643,7 @@ ILAP:hasPlanRegulator
1638 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1643 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1639 1644
1640 ILAP:hasPlanResponsible 1645 ILAP:hasPlanResponsible
1641 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1646 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1642 rdfs:domain ILAP:ProjectExecutionPlan ; 1647 rdfs:domain ILAP:ProjectExecutionPlan ;
1643 rdfs:label "has Plan Responsible"^^xsd:string ; 1648 rdfs:label "has Plan Responsible"^^xsd:string ;
1644 rdfs:range ILAP:ResponsibleOrganization . 1649 rdfs:range ILAP:ResponsibleOrganization .
...@@ -1856,7 +1861,7 @@ ILAP:hasSourceUserField ...@@ -1856,7 +1861,7 @@ ILAP:hasSourceUserField
1856 rdfs:label "has Source User Field"^^xsd:string . 1861 rdfs:label "has Source User Field"^^xsd:string .
1857 1862
1858 ILAP:hasSuccessorActivity 1863 ILAP:hasSuccessorActivity
1859 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1864 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1860 rdfs:domain ILAP:ActivityDependency ; 1865 rdfs:domain ILAP:ActivityDependency ;
1861 rdfs:label "has Successor Activity "^^xsd:string ; 1866 rdfs:label "has Successor Activity "^^xsd:string ;
1862 rdfs:range ILAP:PlannedActivity ; 1867 rdfs:range ILAP:PlannedActivity ;
...@@ -1884,7 +1889,7 @@ ILAP:hasTimeNow ...@@ -1884,7 +1889,7 @@ ILAP:hasTimeNow
1884 rdf:type owl:DatatypeProperty ; 1889 rdf:type owl:DatatypeProperty ;
1885 rdfs:domain ILAP:Schedule ; 1890 rdfs:domain ILAP:Schedule ;
1886 rdfs:label "has Time Now"^^xsd:string ; 1891 rdfs:label "has Time Now"^^xsd:string ;
1887 - rdfs:range xsd:dateTime , xsd:date . 1892 + rdfs:range xsd:date , xsd:dateTime .
1888 1893
1889 ILAP:hasValueAsset 1894 ILAP:hasValueAsset
1890 rdf:type owl:ObjectProperty ; 1895 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 ;
...@@ -150,7 +150,7 @@ ILAP:DependentOnShutdown ...@@ -150,7 +150,7 @@ ILAP:DependentOnShutdown
150 150
151 ILAP:Development 151 ILAP:Development
152 rdf:type ILAP:PlanLifecycleStage ; 152 rdf:type ILAP:PlanLifecycleStage ;
153 - rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string . 153 + rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string .
154 154
155 ILAP:DisasterRecovery 155 ILAP:DisasterRecovery
156 rdf:type ILAP:PlanObjectiveType ; 156 rdf:type ILAP:PlanObjectiveType ;
...@@ -177,8 +177,8 @@ ILAP:DuringNormalOperation ...@@ -177,8 +177,8 @@ ILAP:DuringNormalOperation
177 rdfs:label "During Normal Operation"^^xsd:string . 177 rdfs:label "During Normal Operation"^^xsd:string .
178 178
179 ILAP:DuringShutdown 179 ILAP:DuringShutdown
180 - rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ; 180 + rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ;
181 - rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string . 181 + rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string .
182 182
183 ILAP:EIS 183 ILAP:EIS
184 rdf:type ILAP:Application ; 184 rdf:type ILAP:Application ;
...@@ -627,7 +627,7 @@ ILAP:StandardFreeWeekendPeriod ...@@ -627,7 +627,7 @@ ILAP:StandardFreeWeekendPeriod
627 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 627 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
628 rdfs:label "Standard Free Weekend Period"^^xsd:string ; 628 rdfs:label "Standard Free Weekend Period"^^xsd:string ;
629 ILAP:hasCalendarPeriodFreeDay 629 ILAP:hasCalendarPeriodFreeDay
630 - ILAP:Saturday , ILAP:Sunday . 630 + ILAP:Sunday , ILAP:Saturday .
631 631
632 ILAP:StandardWorkWeekdayPeriod 632 ILAP:StandardWorkWeekdayPeriod
633 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 633 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
...@@ -793,10 +793,10 @@ ILAP:hasWorkTaskResponsible ...@@ -793,10 +793,10 @@ ILAP:hasWorkTaskResponsible
793 rdfs:range ILAP:ResponsiblePerson . 793 rdfs:range ILAP:ResponsiblePerson .
794 794
795 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> 795 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
796 - rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category . 796 + rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource .
797 797
798 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> 798 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
799 - rdfs:subClassOf ILAP:Result , ILAP:PlanContentType . 799 + rdfs:subClassOf ILAP:PlanContentType , ILAP:Result .
800 800
801 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> 801 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing>
802 rdfs:subClassOf ILAP:ProjectPhase . 802 rdfs:subClassOf ILAP:ProjectPhase .
...@@ -806,57 +806,57 @@ USERFIELDS:UserField ...@@ -806,57 +806,57 @@ USERFIELDS:UserField
806 [ rdf:type owl:Restriction ; 806 [ rdf:type owl:Restriction ;
807 owl:maxQualifiedCardinality 807 owl:maxQualifiedCardinality
808 "1"^^xsd:nonNegativeInteger ; 808 "1"^^xsd:nonNegativeInteger ;
809 - owl:onClass ILAP:Discipline ; 809 + owl:onClass ILAP:ShutdownType ;
810 - owl:onProperty USERFIELDS:hasDiscipline 810 + owl:onProperty USERFIELDS:hasShutdownType
811 ] ; 811 ] ;
812 rdfs:subClassOf 812 rdfs:subClassOf
813 [ rdf:type owl:Restriction ; 813 [ rdf:type owl:Restriction ;
814 owl:maxQualifiedCardinality 814 owl:maxQualifiedCardinality
815 "1"^^xsd:nonNegativeInteger ; 815 "1"^^xsd:nonNegativeInteger ;
816 - owl:onClass ILAP:MilestoneType ; 816 + owl:onClass ILAP:Result ;
817 - owl:onProperty USERFIELDS:hasMilestone 817 + owl:onProperty USERFIELDS:hasProduct
818 ] ; 818 ] ;
819 rdfs:subClassOf 819 rdfs:subClassOf
820 [ rdf:type owl:Restriction ; 820 [ rdf:type owl:Restriction ;
821 owl:maxQualifiedCardinality 821 owl:maxQualifiedCardinality
822 "1"^^xsd:nonNegativeInteger ; 822 "1"^^xsd:nonNegativeInteger ;
823 - owl:onClass ILAP:Contractor ; 823 + owl:onClass ILAP:Phase ;
824 - owl:onProperty USERFIELDS:hasContractor 824 + owl:onProperty USERFIELDS:hasProjectPhase
825 ] ; 825 ] ;
826 rdfs:subClassOf 826 rdfs:subClassOf
827 [ rdf:type owl:Restriction ; 827 [ rdf:type owl:Restriction ;
828 owl:maxQualifiedCardinality 828 owl:maxQualifiedCardinality
829 "1"^^xsd:nonNegativeInteger ; 829 "1"^^xsd:nonNegativeInteger ;
830 - owl:onClass ILAP:Facility ; 830 + owl:onClass ILAP:Discipline ;
831 - owl:onProperty USERFIELDS:hasFacility 831 + owl:onProperty USERFIELDS:hasCategory
832 ] ; 832 ] ;
833 rdfs:subClassOf 833 rdfs:subClassOf
834 [ rdf:type owl:Restriction ; 834 [ rdf:type owl:Restriction ;
835 owl:maxQualifiedCardinality 835 owl:maxQualifiedCardinality
836 "1"^^xsd:nonNegativeInteger ; 836 "1"^^xsd:nonNegativeInteger ;
837 - owl:onClass ILAP:Discipline ; 837 + owl:onClass ILAP:Facility ;
838 - owl:onProperty USERFIELDS:hasCategory 838 + owl:onProperty USERFIELDS:hasFacility
839 ] ; 839 ] ;
840 rdfs:subClassOf 840 rdfs:subClassOf
841 [ rdf:type owl:Restriction ; 841 [ rdf:type owl:Restriction ;
842 owl:maxQualifiedCardinality 842 owl:maxQualifiedCardinality
843 "1"^^xsd:nonNegativeInteger ; 843 "1"^^xsd:nonNegativeInteger ;
844 - owl:onClass ILAP:Phase ; 844 + owl:onClass ILAP:Contractor ;
845 - owl:onProperty USERFIELDS:hasProjectPhase 845 + owl:onProperty USERFIELDS:hasContractor
846 ] ; 846 ] ;
847 rdfs:subClassOf 847 rdfs:subClassOf
848 [ rdf:type owl:Restriction ; 848 [ rdf:type owl:Restriction ;
849 owl:maxQualifiedCardinality 849 owl:maxQualifiedCardinality
850 "1"^^xsd:nonNegativeInteger ; 850 "1"^^xsd:nonNegativeInteger ;
851 - owl:onClass ILAP:Result ; 851 + owl:onClass ILAP:MilestoneType ;
852 - owl:onProperty USERFIELDS:hasProduct 852 + owl:onProperty USERFIELDS:hasMilestone
853 ] ; 853 ] ;
854 rdfs:subClassOf 854 rdfs:subClassOf
855 [ rdf:type owl:Restriction ; 855 [ rdf:type owl:Restriction ;
856 owl:maxQualifiedCardinality 856 owl:maxQualifiedCardinality
857 "1"^^xsd:nonNegativeInteger ; 857 "1"^^xsd:nonNegativeInteger ;
858 - owl:onClass ILAP:ShutdownType ; 858 + owl:onClass ILAP:Discipline ;
859 - owl:onProperty USERFIELDS:hasShutdownType 859 + owl:onProperty USERFIELDS:hasDiscipline
860 ] . 860 ] .
861 861
862 <http://data.posccaesar.org/npd/ontology/Licence> 862 <http://data.posccaesar.org/npd/ontology/Licence>
...@@ -892,7 +892,7 @@ USERFIELDS:UserField ...@@ -892,7 +892,7 @@ USERFIELDS:UserField
892 rdl:RDS282149 892 rdl:RDS282149
893 rdf:type owl:Class ; 893 rdf:type owl:Class ;
894 rdfs:label "RDS282149"^^xsd:string ; 894 rdfs:label "RDS282149"^^xsd:string ;
895 - rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . 895 + rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing .
896 896
897 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> 897 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A>
898 rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . 898 rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
......