Tore Christiansen

Moved WorkOrder and Operation in PlanningCore

...@@ -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 ;
...@@ -522,6 +522,7 @@ ILAP:Objective ...@@ -522,6 +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:label "Operation"^^xsd:string ; 526 rdfs:label "Operation"^^xsd:string ;
526 rdfs:subClassOf ILAP:WorkTask . 527 rdfs:subClassOf ILAP:WorkTask .
527 528
...@@ -556,58 +557,58 @@ ILAP:PhysicalLocation ...@@ -556,58 +557,58 @@ ILAP:PhysicalLocation
556 rdfs:subClassOf ILAP:Location . 557 rdfs:subClassOf ILAP:Location .
557 558
558 ILAP:PlanClassifier 559 ILAP:PlanClassifier
559 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 560 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
560 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 ;
561 rdfs:label "Plan Classifier"^^xsd:string ; 562 rdfs:label "Plan Classifier"^^xsd:string ;
562 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . 563 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing .
563 564
564 ILAP:PlanContentType 565 ILAP:PlanContentType
565 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 566 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
566 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 ;
567 rdfs:label "Plan Content Type"^^xsd:string ; 568 rdfs:label "Plan Content Type"^^xsd:string ;
568 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . 569 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier .
569 570
570 ILAP:PlanContractType 571 ILAP:PlanContractType
571 - 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 ;
572 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 ;
573 rdfs:label "Plan Contract Type"^^xsd:string ; 574 rdfs:label "Plan Contract Type"^^xsd:string ;
574 rdfs:subClassOf ILAP:PlanClassifier . 575 rdfs:subClassOf ILAP:PlanClassifier .
575 576
576 ILAP:PlanExpenseType 577 ILAP:PlanExpenseType
577 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 578 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
578 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 ;
579 rdfs:label "Plan Expense Type"^^xsd:string ; 580 rdfs:label "Plan Expense Type"^^xsd:string ;
580 rdfs:subClassOf ILAP:PlanClassifier . 581 rdfs:subClassOf ILAP:PlanClassifier .
581 582
582 ILAP:PlanGeoArea 583 ILAP:PlanGeoArea
583 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; 584 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ;
584 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 ;
585 rdfs:label "Plan Geographic Area"^^xsd:string ; 586 rdfs:label "Plan Geographic Area"^^xsd:string ;
586 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 587 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
587 588
588 ILAP:PlanLevel 589 ILAP:PlanLevel
589 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 590 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
590 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 ;
591 rdfs:label "Plan Level"^^xsd:string ; 592 rdfs:label "Plan Level"^^xsd:string ;
592 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 593 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
593 594
594 ILAP:PlanLifecycleStage 595 ILAP:PlanLifecycleStage
595 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 596 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
596 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 ;
597 rdfs:label "Plan Lifecycle Stage"^^xsd:string ; 598 rdfs:label "Plan Lifecycle Stage"^^xsd:string ;
598 - rdfs:subClassOf ILAP:LifecyclePhase , <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 599 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> , ILAP:LifecyclePhase .
599 600
600 ILAP:PlanObjectiveType 601 ILAP:PlanObjectiveType
601 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; 602 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ;
602 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 ;
603 rdfs:label "Plan Objective Type"^^xsd:string ; 604 rdfs:label "Plan Objective Type"^^xsd:string ;
604 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . 605 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> .
605 606
606 ILAP:PlanProjectType 607 ILAP:PlanProjectType
607 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 608 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
608 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 ;
609 rdfs:label "Plan Project Type"^^xsd:string ; 610 rdfs:label "Plan Project Type"^^xsd:string ;
610 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . 611 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> .
611 612
612 ILAP:PlannedActivity 613 ILAP:PlannedActivity
613 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 ;
...@@ -615,6 +616,11 @@ ILAP:PlannedActivity ...@@ -615,6 +616,11 @@ ILAP:PlannedActivity
615 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; 616 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
616 rdfs:subClassOf 617 rdfs:subClassOf
617 [ rdf:type owl:Restriction ; 618 [ rdf:type owl:Restriction ;
619 + owl:allValuesFrom ILAP:ResourceProfile ;
620 + owl:onProperty ILAP:hasActivityResourceProfile
621 + ] ;
622 + rdfs:subClassOf
623 + [ rdf:type owl:Restriction ;
618 owl:maxQualifiedCardinality 624 owl:maxQualifiedCardinality
619 "1"^^xsd:nonNegativeInteger ; 625 "1"^^xsd:nonNegativeInteger ;
620 owl:onClass ILAP:Facility ; 626 owl:onClass ILAP:Facility ;
...@@ -622,8 +628,10 @@ ILAP:PlannedActivity ...@@ -622,8 +628,10 @@ ILAP:PlannedActivity
622 ] ; 628 ] ;
623 rdfs:subClassOf 629 rdfs:subClassOf
624 [ rdf:type owl:Restriction ; 630 [ rdf:type owl:Restriction ;
625 - owl:allValuesFrom ILAP:Result ; 631 + owl:maxQualifiedCardinality
626 - owl:onProperty ILAP:hasActivityResult 632 + "1"^^xsd:nonNegativeInteger ;
633 + owl:onClass ILAP:ProjectExecutionPlan ;
634 + owl:onProperty ILAP:hasActivityPlan
627 ] ; 635 ] ;
628 rdfs:subClassOf 636 rdfs:subClassOf
629 [ rdf:type owl:Restriction ; 637 [ rdf:type owl:Restriction ;
...@@ -632,25 +640,18 @@ ILAP:PlannedActivity ...@@ -632,25 +640,18 @@ ILAP:PlannedActivity
632 ] ; 640 ] ;
633 rdfs:subClassOf 641 rdfs:subClassOf
634 [ rdf:type owl:Restriction ; 642 [ rdf:type owl:Restriction ;
635 - owl:allValuesFrom ILAP:ResourceProfile ;
636 - owl:onProperty ILAP:hasActivityResourceProfile
637 - ] ;
638 - rdfs:subClassOf
639 - [ rdf:type owl:Restriction ;
640 owl:allValuesFrom ILAP:ActivityDependency ; 643 owl:allValuesFrom ILAP:ActivityDependency ;
641 owl:onProperty ILAP:hasActivityPredecessor 644 owl:onProperty ILAP:hasActivityPredecessor
642 ] ; 645 ] ;
643 rdfs:subClassOf 646 rdfs:subClassOf
644 [ rdf:type owl:Restriction ; 647 [ rdf:type owl:Restriction ;
645 - owl:allValuesFrom ILAP:Location ; 648 + owl:allValuesFrom ILAP:ActivityWBS ;
646 - owl:onProperty ILAP:hasActivityLocation 649 + owl:onProperty ILAP:hasActivityWBSelement
647 ] ; 650 ] ;
648 rdfs:subClassOf 651 rdfs:subClassOf
649 [ rdf:type owl:Restriction ; 652 [ rdf:type owl:Restriction ;
650 - owl:maxQualifiedCardinality 653 + owl:allValuesFrom ILAP:Location ;
651 - "1"^^xsd:nonNegativeInteger ; 654 + owl:onProperty ILAP:hasActivityLocation
652 - owl:onClass ILAP:ProjectExecutionPlan ;
653 - owl:onProperty ILAP:hasActivityPlan
654 ] ; 655 ] ;
655 rdfs:subClassOf 656 rdfs:subClassOf
656 [ rdf:type owl:Restriction ; 657 [ rdf:type owl:Restriction ;
...@@ -659,13 +660,13 @@ ILAP:PlannedActivity ...@@ -659,13 +660,13 @@ ILAP:PlannedActivity
659 ] ; 660 ] ;
660 rdfs:subClassOf 661 rdfs:subClassOf
661 [ rdf:type owl:Restriction ; 662 [ rdf:type owl:Restriction ;
662 - owl:allValuesFrom ILAP:ActivityWBS ; 663 + owl:allValuesFrom ILAP:ActivityDependency ;
663 - owl:onProperty ILAP:hasActivityWBSelement 664 + owl:onProperty ILAP:hasActivitySuccessor
664 ] ; 665 ] ;
665 rdfs:subClassOf 666 rdfs:subClassOf
666 [ rdf:type owl:Restriction ; 667 [ rdf:type owl:Restriction ;
667 - owl:allValuesFrom ILAP:ActivityDependency ; 668 + owl:allValuesFrom ILAP:Result ;
668 - owl:onProperty ILAP:hasActivitySuccessor 669 + owl:onProperty ILAP:hasActivityResult
669 ] . 670 ] .
670 671
671 ILAP:PlannedMilestone 672 ILAP:PlannedMilestone
...@@ -706,13 +707,18 @@ ILAP:Programme ...@@ -706,13 +707,18 @@ ILAP:Programme
706 rdfs:subClassOf ILAP:Project . 707 rdfs:subClassOf ILAP:Project .
707 708
708 ILAP:Project 709 ILAP:Project
709 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 710 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
710 rdfs:label "Project"^^xsd:string ; 711 rdfs:label "Project"^^xsd:string ;
711 rdfs:subClassOf ILAP:Activity ; 712 rdfs:subClassOf ILAP:Activity ;
712 rdfs:subClassOf 713 rdfs:subClassOf
713 [ rdf:type owl:Restriction ; 714 [ rdf:type owl:Restriction ;
714 - owl:allValuesFrom BRREG:OilCompany ; 715 + owl:allValuesFrom ILAP:Project ;
715 - owl:onProperty ILAP:hasProjectResponsible 716 + owl:onProperty ILAP:hasProjectSubproject
717 + ] ;
718 + rdfs:subClassOf
719 + [ rdf:type owl:Restriction ;
720 + owl:allValuesFrom ILAP:ExternalReference ;
721 + owl:onProperty ILAP:hasExternalReference
716 ] ; 722 ] ;
717 rdfs:subClassOf 723 rdfs:subClassOf
718 [ rdf:type owl:Restriction ; 724 [ rdf:type owl:Restriction ;
...@@ -723,31 +729,24 @@ ILAP:Project ...@@ -723,31 +729,24 @@ ILAP:Project
723 ] ; 729 ] ;
724 rdfs:subClassOf 730 rdfs:subClassOf
725 [ rdf:type owl:Restriction ; 731 [ rdf:type owl:Restriction ;
726 - owl:allValuesFrom ILAP:ExternalReference ; 732 + owl:allValuesFrom BRREG:OilCompany ;
727 - owl:onProperty ILAP:hasExternalReference 733 + owl:onProperty ILAP:hasProjectResponsible
728 - ] ;
729 - rdfs:subClassOf
730 - [ rdf:type owl:Restriction ;
731 - owl:allValuesFrom ILAP:Project ;
732 - owl:onProperty ILAP:hasProjectSubproject
733 ] . 734 ] .
734 735
735 ILAP:ProjectExecutionPlan 736 ILAP:ProjectExecutionPlan
736 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 737 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
737 - rdfs:comment "A Network that includes an overall setting of a Project, including design basis, construction philosophy and contracting strategy as basis for preparing a project specific master Schedule."^^xsd:string ; 738 + rdfs:comment "An early and general form of Network that describes a Project - including design basis, construction philosophy and contracting strategy - used as basis for preparing (first) an Activity Plan and (then) a (specific) BaselineSchedule."^^xsd:string ;
738 rdfs:label "Project Execution Plan (Planned Activity Network)"^^xsd:string ; 739 rdfs:label "Project Execution Plan (Planned Activity Network)"^^xsd:string ;
739 rdfs:subClassOf ILAP:Network ; 740 rdfs:subClassOf ILAP:Network ;
740 rdfs:subClassOf 741 rdfs:subClassOf
741 [ rdf:type owl:Restriction ; 742 [ rdf:type owl:Restriction ;
742 - owl:maxQualifiedCardinality 743 + owl:allValuesFrom BRREG:LegalEntity ;
743 - "1"^^xsd:nonNegativeInteger ; 744 + owl:onProperty ILAP:hasPlanResponsible
744 - owl:onClass ILAP:PlanLevel ;
745 - owl:onProperty ILAP:hasPlanLevel
746 ] ; 745 ] ;
747 rdfs:subClassOf 746 rdfs:subClassOf
748 [ rdf:type owl:Restriction ; 747 [ rdf:type owl:Restriction ;
749 - owl:allValuesFrom ILAP:ProjectExecutionPlan ; 748 + owl:onProperty ILAP:hasPlanProjectType ;
750 - owl:onProperty ILAP:hasPlanSubplan 749 + owl:someValuesFrom ILAP:PlanProjectType
751 ] ; 750 ] ;
752 rdfs:subClassOf 751 rdfs:subClassOf
753 [ rdf:type owl:Restriction ; 752 [ rdf:type owl:Restriction ;
...@@ -756,6 +755,11 @@ ILAP:ProjectExecutionPlan ...@@ -756,6 +755,11 @@ ILAP:ProjectExecutionPlan
756 ] ; 755 ] ;
757 rdfs:subClassOf 756 rdfs:subClassOf
758 [ rdf:type owl:Restriction ; 757 [ rdf:type owl:Restriction ;
758 + owl:onProperty ILAP:hasPlanContentType ;
759 + owl:someValuesFrom ILAP:PlanContentType
760 + ] ;
761 + rdfs:subClassOf
762 + [ rdf:type owl:Restriction ;
759 owl:onProperty ILAP:hasPlanLevel ; 763 owl:onProperty ILAP:hasPlanLevel ;
760 owl:someValuesFrom ILAP:PlanLevel 764 owl:someValuesFrom ILAP:PlanLevel
761 ] ; 765 ] ;
...@@ -763,18 +767,20 @@ ILAP:ProjectExecutionPlan ...@@ -763,18 +767,20 @@ ILAP:ProjectExecutionPlan
763 [ rdf:type owl:Restriction ; 767 [ rdf:type owl:Restriction ;
764 owl:maxQualifiedCardinality 768 owl:maxQualifiedCardinality
765 "1"^^xsd:nonNegativeInteger ; 769 "1"^^xsd:nonNegativeInteger ;
766 - owl:onClass ILAP:Project ; 770 + owl:onClass ILAP:PlanLevel ;
767 - owl:onProperty ILAP:hasPlanProject 771 + owl:onProperty ILAP:hasPlanLevel
768 ] ; 772 ] ;
769 rdfs:subClassOf 773 rdfs:subClassOf
770 [ rdf:type owl:Restriction ; 774 [ rdf:type owl:Restriction ;
771 - owl:onProperty ILAP:hasPlanProjectType ; 775 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
772 - owl:someValuesFrom ILAP:PlanProjectType 776 + owl:onProperty ILAP:hasPlanRollUpPlan
773 ] ; 777 ] ;
774 rdfs:subClassOf 778 rdfs:subClassOf
775 [ rdf:type owl:Restriction ; 779 [ rdf:type owl:Restriction ;
776 - owl:allValuesFrom ILAP:PlanObjectiveType ; 780 + owl:maxQualifiedCardinality
777 - owl:onProperty ILAP:hasPlanObjectiveType 781 + "1"^^xsd:nonNegativeInteger ;
782 + owl:onClass ILAP:Project ;
783 + owl:onProperty ILAP:hasPlanProject
778 ] ; 784 ] ;
779 rdfs:subClassOf 785 rdfs:subClassOf
780 [ rdf:type owl:Restriction ; 786 [ rdf:type owl:Restriction ;
...@@ -783,28 +789,23 @@ ILAP:ProjectExecutionPlan ...@@ -783,28 +789,23 @@ ILAP:ProjectExecutionPlan
783 ] ; 789 ] ;
784 rdfs:subClassOf 790 rdfs:subClassOf
785 [ rdf:type owl:Restriction ; 791 [ rdf:type owl:Restriction ;
786 - owl:onProperty ILAP:hasPlanContentType ; 792 + owl:allValuesFrom ILAP:PlanObjectiveType ;
787 - owl:someValuesFrom ILAP:PlanContentType 793 + owl:onProperty ILAP:hasPlanObjectiveType
788 - ] ;
789 - rdfs:subClassOf
790 - [ rdf:type owl:Restriction ;
791 - owl:allValuesFrom ILAP:ProjectExecutionPlan ;
792 - owl:onProperty ILAP:hasPlanRollUpPlan
793 ] ; 794 ] ;
794 rdfs:subClassOf 795 rdfs:subClassOf
795 [ rdf:type owl:Restriction ; 796 [ rdf:type owl:Restriction ;
796 - owl:allValuesFrom ILAP:PlanContractType ; 797 + owl:onProperty ILAP:hasPlanGeoArea ;
797 - owl:onProperty ILAP:hasPlanContractType 798 + owl:someValuesFrom ILAP:PlanGeoArea
798 ] ; 799 ] ;
799 rdfs:subClassOf 800 rdfs:subClassOf
800 [ rdf:type owl:Restriction ; 801 [ rdf:type owl:Restriction ;
801 - owl:allValuesFrom BRREG:LegalEntity ; 802 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
802 - owl:onProperty ILAP:hasPlanResponsible 803 + owl:onProperty ILAP:hasPlanSubplan
803 ] ; 804 ] ;
804 rdfs:subClassOf 805 rdfs:subClassOf
805 [ rdf:type owl:Restriction ; 806 [ rdf:type owl:Restriction ;
806 - owl:onProperty ILAP:hasPlanGeoArea ; 807 + owl:allValuesFrom ILAP:PlanContractType ;
807 - owl:someValuesFrom ILAP:PlanGeoArea 808 + owl:onProperty ILAP:hasPlanContractType
808 ] . 809 ] .
809 810
810 ILAP:ProjectMilestone 811 ILAP:ProjectMilestone
...@@ -837,10 +838,10 @@ ILAP:RFOCissued ...@@ -837,10 +838,10 @@ ILAP:RFOCissued
837 rdfs:subClassOf ILAP:CommissioningMilestone . 838 rdfs:subClassOf ILAP:CommissioningMilestone .
838 839
839 ILAP:Regular8To16WorkingDayCalendar 840 ILAP:Regular8To16WorkingDayCalendar
840 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 841 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
841 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 ;
842 rdfs:label "Regular 8 To 16 Working Day Calendar"^^xsd:string ; 843 rdfs:label "Regular 8 To 16 Working Day Calendar"^^xsd:string ;
843 - rdfs:subClassOf ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> , <http://posccaesar.org/rdl/RDS7014210> . 844 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar .
844 845
845 ILAP:Regulator 846 ILAP:Regulator
846 rdf:type owl:Class ; 847 rdf:type owl:Class ;
...@@ -849,10 +850,10 @@ ILAP:Regulator ...@@ -849,10 +850,10 @@ ILAP:Regulator
849 rdfs:subClassOf ILAP:ResponsibleOrganization . 850 rdfs:subClassOf ILAP:ResponsibleOrganization .
850 851
851 ILAP:Resource 852 ILAP:Resource
852 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; 853 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
853 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 ;
854 rdfs:label "Resource"^^xsd:string ; 855 rdfs:label "Resource"^^xsd:string ;
855 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . 856 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing .
856 857
857 ILAP:ResourceEstimate 858 ILAP:ResourceEstimate
858 rdf:type owl:Class ; 859 rdf:type owl:Class ;
...@@ -860,16 +861,16 @@ ILAP:ResourceEstimate ...@@ -860,16 +861,16 @@ ILAP:ResourceEstimate
860 rdfs:label "Resource Estimate"^^xsd:string . 861 rdfs:label "Resource Estimate"^^xsd:string .
861 862
862 ILAP:ResourceProfile 863 ILAP:ResourceProfile
863 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; 864 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ;
864 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 ;
865 rdfs:label "Resource Profile"^^xsd:string ; 866 rdfs:label "Resource Profile"^^xsd:string ;
866 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . 867 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> .
867 868
868 ILAP:ResourceProfilePoint 869 ILAP:ResourceProfilePoint
869 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; 870 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
870 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 ;
871 rdfs:label "Resource Profile Point"^^xsd:string ; 872 rdfs:label "Resource Profile Point"^^xsd:string ;
872 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . 873 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing .
873 874
874 ILAP:ResourceType 875 ILAP:ResourceType
875 rdf:type owl:Class ; 876 rdf:type owl:Class ;
...@@ -883,18 +884,18 @@ ILAP:ResponsibleActor ...@@ -883,18 +884,18 @@ ILAP:ResponsibleActor
883 rdfs:subClassOf owl:Thing . 884 rdfs:subClassOf owl:Thing .
884 885
885 ILAP:ResponsibleOrganization 886 ILAP:ResponsibleOrganization
886 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; 887 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
887 rdfs:label "Responsible Organization"^^xsd:string ; 888 rdfs:label "Responsible Organization"^^xsd:string ;
888 rdfs:subClassOf ILAP:ResponsibleActor . 889 rdfs:subClassOf ILAP:ResponsibleActor .
889 890
890 ILAP:ResponsiblePerson 891 ILAP:ResponsiblePerson
891 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; 892 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ;
892 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 ;
893 rdfs:label "Responsible Person"^^xsd:string ; 894 rdfs:label "Responsible Person"^^xsd:string ;
894 rdfs:subClassOf ILAP:ResponsibleActor . 895 rdfs:subClassOf ILAP:ResponsibleActor .
895 896
896 ILAP:Result 897 ILAP:Result
897 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 898 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
898 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 ;
899 rdfs:label "Result"^^xsd:string ; 900 rdfs:label "Result"^^xsd:string ;
900 rdfs:subClassOf owl:Thing . 901 rdfs:subClassOf owl:Thing .
...@@ -929,10 +930,10 @@ ILAP:SACissued ...@@ -929,10 +930,10 @@ ILAP:SACissued
929 rdfs:subClassOf ILAP:CommissioningMilestone . 930 rdfs:subClassOf ILAP:CommissioningMilestone .
930 931
931 ILAP:Schedule 932 ILAP:Schedule
932 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 933 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
933 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 ;
934 rdfs:label "Schedule (Scheduled Activity Network)"^^xsd:string ; 935 rdfs:label "Schedule (Scheduled Activity Network)"^^xsd:string ;
935 - rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; 936 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ;
936 rdfs:subClassOf 937 rdfs:subClassOf
937 [ rdf:type owl:Restriction ; 938 [ rdf:type owl:Restriction ;
938 owl:maxQualifiedCardinality 939 owl:maxQualifiedCardinality
...@@ -942,22 +943,22 @@ ILAP:Schedule ...@@ -942,22 +943,22 @@ ILAP:Schedule
942 ] . 943 ] .
943 944
944 ILAP:ScheduledActivity 945 ILAP:ScheduledActivity
945 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 946 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
946 rdfs:label "Scheduled Activity (Activity in Network Schedule)"^^xsd:string ; 947 rdfs:label "Scheduled Activity (Activity in Network Schedule)"^^xsd:string ;
947 rdfs:subClassOf ILAP:PlannedActivity ; 948 rdfs:subClassOf ILAP:PlannedActivity ;
948 rdfs:subClassOf 949 rdfs:subClassOf
949 [ rdf:type owl:Restriction ; 950 [ rdf:type owl:Restriction ;
950 owl:maxQualifiedCardinality 951 owl:maxQualifiedCardinality
951 "1"^^xsd:nonNegativeInteger ; 952 "1"^^xsd:nonNegativeInteger ;
952 - owl:onClass ILAP:Schedule ; 953 + owl:onClass ILAP:PlannedActivity ;
953 - owl:onProperty ILAP:hasActivitySchedule 954 + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
954 ] ; 955 ] ;
955 rdfs:subClassOf 956 rdfs:subClassOf
956 [ rdf:type owl:Restriction ; 957 [ rdf:type owl:Restriction ;
957 owl:maxQualifiedCardinality 958 owl:maxQualifiedCardinality
958 "1"^^xsd:nonNegativeInteger ; 959 "1"^^xsd:nonNegativeInteger ;
959 - owl:onClass ILAP:PlannedActivity ; 960 + owl:onClass ILAP:Schedule ;
960 - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan 961 + owl:onProperty ILAP:hasActivitySchedule
961 ] . 962 ] .
962 963
963 ILAP:ScheduledMilestone 964 ILAP:ScheduledMilestone
...@@ -985,10 +986,10 @@ ILAP:ShutdownType ...@@ -985,10 +986,10 @@ ILAP:ShutdownType
985 rdfs:subClassOf owl:Thing . 986 rdfs:subClassOf owl:Thing .
986 987
987 ILAP:Source 988 ILAP:Source
988 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; 989 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
989 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 ;
990 rdfs:label "Source"^^xsd:string ; 991 rdfs:label "Source"^^xsd:string ;
991 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . 992 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing .
992 993
993 ILAP:StartMilestone 994 ILAP:StartMilestone
994 rdf:type owl:Class ; 995 rdf:type owl:Class ;
...@@ -996,25 +997,25 @@ ILAP:StartMilestone ...@@ -996,25 +997,25 @@ ILAP:StartMilestone
996 rdfs:subClassOf ILAP:MilestoneType . 997 rdfs:subClassOf ILAP:MilestoneType .
997 998
998 ILAP:StartToFinish 999 ILAP:StartToFinish
999 - 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> ;
1000 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 ;
1001 rdfs:label "Start to Finish"^^xsd:string ; 1002 rdfs:label "Start to Finish"^^xsd:string ;
1002 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 1003 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
1003 1004
1004 ILAP:StartToStart 1005 ILAP:StartToStart
1005 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 1006 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
1006 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 ;
1007 rdfs:label "Start to Start"^^xsd:string ; 1008 rdfs:label "Start to Start"^^xsd:string ;
1008 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 1009 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
1009 1010
1010 ILAP:Status 1011 ILAP:Status
1011 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; 1012 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ;
1012 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 ;
1013 rdfs:label "Status"^^xsd:string ; 1014 rdfs:label "Status"^^xsd:string ;
1014 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . 1015 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> .
1015 1016
1016 ILAP:TargetSchedule 1017 ILAP:TargetSchedule
1017 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 1018 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
1018 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 ;
1019 rdfs:label "Target Schedule"^^xsd:string ; 1020 rdfs:label "Target Schedule"^^xsd:string ;
1020 rdfs:subClassOf ILAP:Schedule . 1021 rdfs:subClassOf ILAP:Schedule .
...@@ -1040,25 +1041,25 @@ ILAP:Value ...@@ -1040,25 +1041,25 @@ ILAP:Value
1040 rdf:type owl:Class ; 1041 rdf:type owl:Class ;
1041 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 ;
1042 rdfs:label "Value"^^xsd:string ; 1043 rdfs:label "Value"^^xsd:string ;
1043 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . 1044 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing .
1044 1045
1045 ILAP:WeekendsFreeCalendar 1046 ILAP:WeekendsFreeCalendar
1046 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 1047 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
1047 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 ;
1048 rdfs:label "Weekends Free Calendar"^^xsd:string ; 1049 rdfs:label "Weekends Free Calendar"^^xsd:string ;
1049 - rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . 1050 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar .
1050 1051
1051 ILAP:WorkOrder 1052 ILAP:WorkOrder
1052 rdf:type owl:Class ; 1053 rdf:type owl:Class ;
1053 - rdfs:comment "A Work Task defined in ERP systems, such as detailed operations or movements in a logistics chain."^^xsd:string ; 1054 + rdfs:comment "A type of Network consisting (often) used to describe work , such as detailed Operations in ERP systems or Events in logistics chains."^^xsd:string ;
1054 rdfs:label "Work Order"^^xsd:string ; 1055 rdfs:label "Work Order"^^xsd:string ;
1055 - rdfs:subClassOf ILAP:WorkTask . 1056 + rdfs:subClassOf ILAP:Network .
1056 1057
1057 ILAP:WorkTask 1058 ILAP:WorkTask
1058 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 1059 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
1059 - 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 ; 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:label "Work Task"^^xsd:string ; 1061 rdfs:label "Work Task"^^xsd:string ;
1061 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; 1062 + rdfs:subClassOf ILAP:Activity , <http://posccaesar.org/rdl/RDS3149> ;
1062 rdfs:subClassOf 1063 rdfs:subClassOf
1063 [ rdf:type owl:Restriction ; 1064 [ rdf:type owl:Restriction ;
1064 owl:onProperty ILAP:hasWorkTaskActivity ; 1065 owl:onProperty ILAP:hasWorkTaskActivity ;
...@@ -1209,7 +1210,7 @@ ILAP:hasActivityPhysicalPercentComplete ...@@ -1209,7 +1210,7 @@ ILAP:hasActivityPhysicalPercentComplete
1209 rdfs:range xsd:float . 1210 rdfs:range xsd:float .
1210 1211
1211 ILAP:hasActivityPlan 1212 ILAP:hasActivityPlan
1212 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1213 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1213 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 ;
1214 rdfs:domain ILAP:PlannedActivity ; 1215 rdfs:domain ILAP:PlannedActivity ;
1215 rdfs:label "has Activity Plan"^^xsd:string ; 1216 rdfs:label "has Activity Plan"^^xsd:string ;
...@@ -1267,7 +1268,7 @@ ILAP:hasActivityResponsibleOrganization ...@@ -1267,7 +1268,7 @@ ILAP:hasActivityResponsibleOrganization
1267 rdfs:range ILAP:ResponsibleOrganization . 1268 rdfs:range ILAP:ResponsibleOrganization .
1268 1269
1269 ILAP:hasActivityResponsiblePerson 1270 ILAP:hasActivityResponsiblePerson
1270 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1271 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1271 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 ;
1272 rdfs:domain ILAP:PlannedActivity ; 1273 rdfs:domain ILAP:PlannedActivity ;
1273 rdfs:label "has Activity Responsible Actor"^^xsd:string ; 1274 rdfs:label "has Activity Responsible Actor"^^xsd:string ;
...@@ -1308,7 +1309,7 @@ ILAP:hasActivityStatus ...@@ -1308,7 +1309,7 @@ ILAP:hasActivityStatus
1308 rdfs:range ILAP:Status . 1309 rdfs:range ILAP:Status .
1309 1310
1310 ILAP:hasActivitySuccessor 1311 ILAP:hasActivitySuccessor
1311 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1312 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1312 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 ;
1313 rdfs:domain ILAP:PlannedActivity ; 1314 rdfs:domain ILAP:PlannedActivity ;
1314 rdfs:label "has Activity Successor"^^xsd:string ; 1315 rdfs:label "has Activity Successor"^^xsd:string ;
...@@ -1379,7 +1380,7 @@ ILAP:hasCalendarDate ...@@ -1379,7 +1380,7 @@ ILAP:hasCalendarDate
1379 rdfs:label "has Calendar Date"^^xsd:string . 1380 rdfs:label "has Calendar Date"^^xsd:string .
1380 1381
1381 ILAP:hasCalendarPeriod 1382 ILAP:hasCalendarPeriod
1382 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1383 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1383 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 ;
1384 rdfs:domain ILAP:Calendar ; 1385 rdfs:domain ILAP:Calendar ;
1385 rdfs:label "has Calendar Period"^^xsd:string ; 1386 rdfs:label "has Calendar Period"^^xsd:string ;
...@@ -1741,7 +1742,7 @@ ILAP:hasPlanRegulator ...@@ -1741,7 +1742,7 @@ ILAP:hasPlanRegulator
1741 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1742 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1742 1743
1743 ILAP:hasPlanResponsible 1744 ILAP:hasPlanResponsible
1744 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1745 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1745 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 ;
1746 rdfs:domain ILAP:ProjectExecutionPlan ; 1747 rdfs:domain ILAP:ProjectExecutionPlan ;
1747 rdfs:label "has Plan Responsible"^^xsd:string ; 1748 rdfs:label "has Plan Responsible"^^xsd:string ;
...@@ -2001,7 +2002,7 @@ ILAP:hasSourceUserField ...@@ -2001,7 +2002,7 @@ ILAP:hasSourceUserField
2001 rdfs:label "has Source User Field"^^xsd:string . 2002 rdfs:label "has Source User Field"^^xsd:string .
2002 2003
2003 ILAP:hasSuccessorActivity 2004 ILAP:hasSuccessorActivity
2004 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 2005 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
2005 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 ;
2006 rdfs:domain ILAP:ActivityDependency ; 2007 rdfs:domain ILAP:ActivityDependency ;
2007 rdfs:label "has Successor Activity "^^xsd:string ; 2008 rdfs:label "has Successor Activity "^^xsd:string ;
...@@ -2034,7 +2035,7 @@ ILAP:hasTimeNow ...@@ -2034,7 +2035,7 @@ ILAP:hasTimeNow
2034 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 ;
2035 rdfs:domain ILAP:Schedule ; 2036 rdfs:domain ILAP:Schedule ;
2036 rdfs:label "has Time Now"^^xsd:string ; 2037 rdfs:label "has Time Now"^^xsd:string ;
2037 - rdfs:range xsd:dateTime , xsd:date . 2038 + rdfs:range xsd:date , xsd:dateTime .
2038 2039
2039 ILAP:hasValueAsset 2040 ILAP:hasValueAsset
2040 rdf:type owl:ObjectProperty ; 2041 rdf:type owl:ObjectProperty ;
......