Tore Christiansen

Minor updates

...@@ -14,13 +14,13 @@ ILAP: ...@@ -14,13 +14,13 @@ ILAP:
14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
15 15
16 ILAP:Activity 16 ILAP:Activity
17 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 17 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
18 rdfs:comment "A Thing that brings about (intended) change by events, operations or processes that consume time and possibly other resources (adapted from ISO 15926, PMI and BSI)."^^xsd:string ; 18 rdfs:comment "A Thing that brings about (intended) change by events, operations or processes that consume time and possibly other resources (adapted from ISO 15926, PMI and BSI)."^^xsd:string ;
19 rdfs:label "Activity"^^xsd:string ; 19 rdfs:label "Activity"^^xsd:string ;
20 rdfs:subClassOf 20 rdfs:subClassOf
21 [ rdf:type owl:Restriction ; 21 [ rdf:type owl:Restriction ;
22 - owl:allValuesFrom ILAP:Status ; 22 + owl:allValuesFrom ILAP:Discipline ;
23 - owl:onProperty ILAP:hasActivityStatus 23 + owl:onProperty ILAP:hasActivityDiscipline
24 ] ; 24 ] ;
25 rdfs:subClassOf 25 rdfs:subClassOf
26 [ rdf:type owl:Restriction ; 26 [ rdf:type owl:Restriction ;
...@@ -29,32 +29,32 @@ ILAP:Activity ...@@ -29,32 +29,32 @@ ILAP:Activity
29 ] ; 29 ] ;
30 rdfs:subClassOf 30 rdfs:subClassOf
31 [ rdf:type owl:Restriction ; 31 [ rdf:type owl:Restriction ;
32 - owl:allValuesFrom ILAP:Discipline ; 32 + owl:allValuesFrom ILAP:Status ;
33 - owl:onProperty ILAP:hasActivityDiscipline 33 + owl:onProperty ILAP:hasActivityStatus
34 ] . 34 ] .
35 35
36 ILAP:ActivityDependency 36 ILAP:ActivityDependency
37 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 37 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
38 rdfs:comment "A Constraint in which an Activity or Milestone is linked to other Activities (or Milestones) that must be performed (completely or partially) before it can be performed."^^xsd:string ; 38 rdfs:comment "A Constraint in which an Activity or Milestone is linked to other Activities (or Milestones) that must be performed (completely or partially) before it can be performed."^^xsd:string ;
39 rdfs:label "Activity Dependency"^^xsd:string ; 39 rdfs:label "Activity Dependency"^^xsd:string ;
40 rdfs:subClassOf ILAP:Constraint ; 40 rdfs:subClassOf ILAP:Constraint ;
41 rdfs:subClassOf 41 rdfs:subClassOf
42 [ rdf:type owl:Restriction ; 42 [ rdf:type owl:Restriction ;
43 owl:onClass ILAP:Activity ; 43 owl:onClass ILAP:Activity ;
44 - owl:onProperty ILAP:hasSuccessorActivity ; 44 + owl:onProperty ILAP:hasPredecessorActivity ;
45 owl:qualifiedCardinality 45 owl:qualifiedCardinality
46 "1"^^xsd:nonNegativeInteger 46 "1"^^xsd:nonNegativeInteger
47 ] ; 47 ] ;
48 rdfs:subClassOf 48 rdfs:subClassOf
49 [ rdf:type owl:Restriction ; 49 [ rdf:type owl:Restriction ;
50 owl:onClass ILAP:Activity ; 50 owl:onClass ILAP:Activity ;
51 - owl:onProperty ILAP:hasPredecessorActivity ; 51 + owl:onProperty ILAP:hasSuccessorActivity ;
52 owl:qualifiedCardinality 52 owl:qualifiedCardinality
53 "1"^^xsd:nonNegativeInteger 53 "1"^^xsd:nonNegativeInteger
54 ] . 54 ] .
55 55
56 ILAP:ActivityPlan 56 ILAP:ActivityPlan
57 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 57 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
58 rdfs:comment "A Network of Activities connected by Activity Dependencies, usually represented as a diagram or list of steps used to achieve an Objective."^^xsd:string ; 58 rdfs:comment "A Network of Activities connected by Activity Dependencies, usually represented as a diagram or list of steps used to achieve an Objective."^^xsd:string ;
59 rdfs:label "Activity Plan (Planned Activity Network)"^^xsd:string ; 59 rdfs:label "Activity Plan (Planned Activity Network)"^^xsd:string ;
60 rdfs:subClassOf ILAP:ProjectExecutionPlan ; 60 rdfs:subClassOf ILAP:ProjectExecutionPlan ;
...@@ -71,7 +71,7 @@ ILAP:ActivityStatus ...@@ -71,7 +71,7 @@ ILAP:ActivityStatus
71 rdfs:subClassOf ILAP:Status . 71 rdfs:subClassOf ILAP:Status .
72 72
73 ILAP:ActivityWBS 73 ILAP:ActivityWBS
74 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; 74 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ;
75 rdfs:comment "A Network that consists of Work Breakdown Structure elements, a deliverable-oriented grouping of components that organizes and defines the scope of the project. Each Activity has a WBS elements assigned to it."^^xsd:string ; 75 rdfs:comment "A Network that consists of Work Breakdown Structure elements, a deliverable-oriented grouping of components that organizes and defines the scope of the project. Each Activity has a WBS elements assigned to it."^^xsd:string ;
76 rdfs:label "Activity WBS"^^xsd:string ; 76 rdfs:label "Activity WBS"^^xsd:string ;
77 rdfs:subClassOf ILAP:Network . 77 rdfs:subClassOf ILAP:Network .
...@@ -80,16 +80,16 @@ ILAP:Application ...@@ -80,16 +80,16 @@ ILAP:Application
80 rdf:type owl:Class ; 80 rdf:type owl:Class ;
81 rdfs:comment "A Thing that is a software program that creates, manipulates, stores and retrieves Data (adapted from eHow.com)."^^xsd:string ; 81 rdfs:comment "A Thing that is a software program that creates, manipulates, stores and retrieves Data (adapted from eHow.com)."^^xsd:string ;
82 rdfs:label "Application"^^xsd:string ; 82 rdfs:label "Application"^^xsd:string ;
83 - rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . 83 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing .
84 84
85 ILAP:Asset 85 ILAP:Asset
86 rdf:type owl:Class ; 86 rdf:type owl:Class ;
87 rdfs:comment "A Thing that is owned by a business entity from which future economic benefits may be obtained. In the context of ILAP, the focus is on physical assets."^^xsd:string ; 87 rdfs:comment "A Thing that is owned by a business entity from which future economic benefits may be obtained. In the context of ILAP, the focus is on physical assets."^^xsd:string ;
88 rdfs:label "Asset"^^xsd:string ; 88 rdfs:label "Asset"^^xsd:string ;
89 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . 89 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing .
90 90
91 ILAP:Baseline 91 ILAP:Baseline
92 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 92 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
93 rdfs:comment "A Network that represents the latest approved version of the Execution Plan, Schedule Cost Estimate and other related documentation, used to provide an official reference level against which the Activity Plan is monitored and controlled (Adapted from PMI and BSI)."^^xsd:string ; 93 rdfs:comment "A Network that represents the latest approved version of the Execution Plan, Schedule Cost Estimate and other related documentation, used to provide an official reference level against which the Activity Plan is monitored and controlled (Adapted from PMI and BSI)."^^xsd:string ;
94 rdfs:label "Baseline"^^xsd:string ; 94 rdfs:label "Baseline"^^xsd:string ;
95 rdfs:subClassOf ILAP:Network . 95 rdfs:subClassOf ILAP:Network .
...@@ -110,10 +110,10 @@ ILAP:COR ...@@ -110,10 +110,10 @@ ILAP:COR
110 rdfs:subClassOf ILAP:CommissioningMilestone . 110 rdfs:subClassOf ILAP:CommissioningMilestone .
111 111
112 ILAP:Calendar 112 ILAP:Calendar
113 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 113 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
114 rdfs:comment "A Thing that defines holidays, weekends, regular working hours and shifts applicable to the duration of a Plan or Schedule. It is used in the planning process for developing the schedule."^^xsd:string ; 114 rdfs:comment "A Thing that defines holidays, weekends, regular working hours and shifts applicable to the duration of a Plan or Schedule. It is used in the planning process for developing the schedule."^^xsd:string ;
115 rdfs:label "Calendar"^^xsd:string ; 115 rdfs:label "Calendar"^^xsd:string ;
116 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; 116 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ;
117 rdfs:subClassOf 117 rdfs:subClassOf
118 [ rdf:type owl:Restriction ; 118 [ rdf:type owl:Restriction ;
119 owl:allValuesFrom ILAP:CalendarFreePeriod ; 119 owl:allValuesFrom ILAP:CalendarFreePeriod ;
...@@ -121,16 +121,16 @@ ILAP:Calendar ...@@ -121,16 +121,16 @@ ILAP:Calendar
121 ] . 121 ] .
122 122
123 ILAP:CalendarDay 123 ILAP:CalendarDay
124 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 124 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
125 rdfs:comment "A Thing that is a (working or free) day in a given Calendar."^^xsd:string ; 125 rdfs:comment "A Thing that is a (working or free) day in a given Calendar."^^xsd:string ;
126 rdfs:label "Calendar Day"^^xsd:string ; 126 rdfs:label "Calendar Day"^^xsd:string ;
127 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . 127 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing .
128 128
129 ILAP:CalendarFreePeriod 129 ILAP:CalendarFreePeriod
130 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; 130 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
131 rdfs:comment "A Calendar Period that specifies free time."^^xsd:string ; 131 rdfs:comment "A Calendar Period that specifies free time."^^xsd:string ;
132 rdfs:label "Calendar Free Period"^^xsd:string ; 132 rdfs:label "Calendar Free Period"^^xsd:string ;
133 - rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; 133 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ;
134 rdfs:subClassOf 134 rdfs:subClassOf
135 [ rdf:type owl:Restriction ; 135 [ rdf:type owl:Restriction ;
136 owl:onClass ILAP:Calendar ; 136 owl:onClass ILAP:Calendar ;
...@@ -142,31 +142,31 @@ ILAP:CalendarFreePeriod ...@@ -142,31 +142,31 @@ ILAP:CalendarFreePeriod
142 ] . 142 ] .
143 143
144 ILAP:CalendarFreePeriodWeekRepeat 144 ILAP:CalendarFreePeriodWeekRepeat
145 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; 145 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
146 rdfs:comment "A Calendar Free Period that specifies the same free period every week."^^xsd:string ; 146 rdfs:comment "A Calendar Free Period that specifies the same free period every week."^^xsd:string ;
147 rdfs:label "Calendar Free Period Week Repeat"^^xsd:string ; 147 rdfs:label "Calendar Free Period Week Repeat"^^xsd:string ;
148 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . 148 + rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> .
149 149
150 ILAP:CalendarHour 150 ILAP:CalendarHour
151 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 151 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
152 rdfs:comment "A Thing that is a (working or free) hour in a given Calendar."^^xsd:string ; 152 rdfs:comment "A Thing that is a (working or free) hour in a given Calendar."^^xsd:string ;
153 rdfs:label "Calendar Hour"^^xsd:string ; 153 rdfs:label "Calendar Hour"^^xsd:string ;
154 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> . 154 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> , owl:Thing .
155 155
156 ILAP:CalendarPeriod 156 ILAP:CalendarPeriod
157 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; 157 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ;
158 rdfs:comment "A Thing that defines the period in which the work (and free) hours apply, defined by a Calendar From-Time and a Calendar To-Time."^^xsd:string ; 158 rdfs:comment "A Thing that defines the period in which the work (and free) hours apply, defined by a Calendar From-Time and a Calendar To-Time."^^xsd:string ;
159 rdfs:label "Calendar Period"^^xsd:string ; 159 rdfs:label "Calendar Period"^^xsd:string ;
160 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; 160 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ;
161 rdfs:subClassOf 161 rdfs:subClassOf
162 [ rdf:type owl:Restriction ; 162 [ rdf:type owl:Restriction ;
163 - owl:allValuesFrom ILAP:CalendarHour ; 163 + owl:allValuesFrom ILAP:CalendarDay ;
164 - owl:onProperty ILAP:hasCalendarPeriodHour 164 + owl:onProperty ILAP:hasCalendarPeriodDay
165 ] ; 165 ] ;
166 rdfs:subClassOf 166 rdfs:subClassOf
167 [ rdf:type owl:Restriction ; 167 [ rdf:type owl:Restriction ;
168 - owl:allValuesFrom ILAP:CalendarDay ; 168 + owl:allValuesFrom ILAP:CalendarHour ;
169 - owl:onProperty ILAP:hasCalendarPeriodDay 169 + owl:onProperty ILAP:hasCalendarPeriodHour
170 ] . 170 ] .
171 171
172 ILAP:Category 172 ILAP:Category
...@@ -184,7 +184,7 @@ ILAP:Constraint ...@@ -184,7 +184,7 @@ ILAP:Constraint
184 rdf:type owl:Class ; 184 rdf:type owl:Class ;
185 rdfs:comment "A Thing that defines limitation or restrictions on relationships between Possible Individuals (adapted from ISO 15926 and Dictionary.com)."^^xsd:string ; 185 rdfs:comment "A Thing that defines limitation or restrictions on relationships between Possible Individuals (adapted from ISO 15926 and Dictionary.com)."^^xsd:string ;
186 rdfs:label "Constraint"^^xsd:string ; 186 rdfs:label "Constraint"^^xsd:string ;
187 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing . 187 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> .
188 188
189 ILAP:ConstructionMilestone 189 ILAP:ConstructionMilestone
190 rdf:type owl:Class ; 190 rdf:type owl:Class ;
...@@ -195,7 +195,7 @@ ILAP:Contract ...@@ -195,7 +195,7 @@ ILAP:Contract
195 rdf:type owl:Class ; 195 rdf:type owl:Class ;
196 rdfs:comment "An agreement between two or more parties to accomplish a certain goal in a certain way.A project contract may take the form of an agreement between a builder and an asset owner in which the builder agrees to build necessary infrastructure by a certain time in a certain way, and, in exchange, the property owner makes certain remuneration (adapted from the Free Dictionary)"^^xsd:string ; 196 rdfs:comment "An agreement between two or more parties to accomplish a certain goal in a certain way.A project contract may take the form of an agreement between a builder and an asset owner in which the builder agrees to build necessary infrastructure by a certain time in a certain way, and, in exchange, the property owner makes certain remuneration (adapted from the Free Dictionary)"^^xsd:string ;
197 rdfs:label "Contract"^^xsd:string ; 197 rdfs:label "Contract"^^xsd:string ;
198 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . 198 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing .
199 199
200 ILAP:ContractMilestone 200 ILAP:ContractMilestone
201 rdf:type owl:Class ; 201 rdf:type owl:Class ;
...@@ -223,7 +223,7 @@ ILAP:Cost ...@@ -223,7 +223,7 @@ ILAP:Cost
223 rdf:type owl:Class ; 223 rdf:type owl:Class ;
224 rdfs:comment "A Thing that is a monetary valuation of (1) effort, (2) material, (3) resources, (4) time and utilities consumed, (5) risks incurred, and (6) opportunity forgone in executing an activity. Costs can be both direct and indirect. All expenses are costs, but not all costs (such as those incurred in acquisition of an income-generating asset) are expenses."^^xsd:string ; 224 rdfs:comment "A Thing that is a monetary valuation of (1) effort, (2) material, (3) resources, (4) time and utilities consumed, (5) risks incurred, and (6) opportunity forgone in executing an activity. Costs can be both direct and indirect. All expenses are costs, but not all costs (such as those incurred in acquisition of an income-generating asset) are expenses."^^xsd:string ;
225 rdfs:label "Cost"^^xsd:string ; 225 rdfs:label "Cost"^^xsd:string ;
226 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . 226 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing .
227 227
228 ILAP:CostBased 228 ILAP:CostBased
229 rdf:type owl:Class ; 229 rdf:type owl:Class ;
...@@ -238,7 +238,7 @@ ILAP:Criticality ...@@ -238,7 +238,7 @@ ILAP:Criticality
238 rdfs:subClassOf owl:Thing . 238 rdfs:subClassOf owl:Thing .
239 239
240 ILAP:CurrentSchedule 240 ILAP:CurrentSchedule
241 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 241 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
242 rdfs:comment "A calculated Schedule that contains actual Activity start and end times so far, and forecasted remaining Activity start and end times without mitigating effects."^^xsd:string ; 242 rdfs:comment "A calculated Schedule that contains actual Activity start and end times so far, and forecasted remaining Activity start and end times without mitigating effects."^^xsd:string ;
243 rdfs:label "Current Schedule"^^xsd:string ; 243 rdfs:label "Current Schedule"^^xsd:string ;
244 rdfs:subClassOf ILAP:Schedule . 244 rdfs:subClassOf ILAP:Schedule .
...@@ -247,7 +247,7 @@ ILAP:Data ...@@ -247,7 +247,7 @@ ILAP:Data
247 rdf:type owl:Class ; 247 rdf:type owl:Class ;
248 rdfs:comment "Information that is produced or stored by a computer in the context of a given Objective, used usually to calculate, analyze or plan something (adapted from Merriam-Webster)."^^xsd:string ; 248 rdfs:comment "Information that is produced or stored by a computer in the context of a given Objective, used usually to calculate, analyze or plan something (adapted from Merriam-Webster)."^^xsd:string ;
249 rdfs:label "Data"^^xsd:string ; 249 rdfs:label "Data"^^xsd:string ;
250 - rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; 250 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ;
251 rdfs:subClassOf 251 rdfs:subClassOf
252 [ rdf:type owl:Restriction ; 252 [ rdf:type owl:Restriction ;
253 owl:onClass ILAP:Project ; 253 owl:onClass ILAP:Project ;
...@@ -323,7 +323,7 @@ ILAP:DesignMilestone ...@@ -323,7 +323,7 @@ ILAP:DesignMilestone
323 rdfs:subClassOf ILAP:MilestoneType . 323 rdfs:subClassOf ILAP:MilestoneType .
324 324
325 ILAP:Discipline 325 ILAP:Discipline
326 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; 326 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
327 rdfs:comment "A Thing that is the competence (area of knowledge and experience) required to carry out the work in one or more defined Activities, classified according to Discipline Code Manuals defined by participant organizations (typically by large Contractors, and based on standards such as NORSOK COR codes)."^^xsd:string ; 327 rdfs:comment "A Thing that is the competence (area of knowledge and experience) required to carry out the work in one or more defined Activities, classified according to Discipline Code Manuals defined by participant organizations (typically by large Contractors, and based on standards such as NORSOK COR codes)."^^xsd:string ;
328 rdfs:label "Discipline"^^xsd:string ; 328 rdfs:label "Discipline"^^xsd:string ;
329 rdfs:subClassOf owl:Thing . 329 rdfs:subClassOf owl:Thing .
...@@ -344,14 +344,16 @@ ILAP:EngineeringMilestone ...@@ -344,14 +344,16 @@ ILAP:EngineeringMilestone
344 rdfs:subClassOf ILAP:MilestoneType . 344 rdfs:subClassOf ILAP:MilestoneType .
345 345
346 ILAP:ExternalReference 346 ILAP:ExternalReference
347 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; 347 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ;
348 rdfs:comment "A Thing that identifies a specific information object according to an identification scheme of an external application (i.e., other than the ILAP exchange representation itself). An External Reference can be assigned to any ILAP object, such as Activities, Activity Networks, Projects, Successors, Calendars, Calendar Periods, Resources, etc."^^xsd:string ; 348 rdfs:comment "A Thing that identifies a specific information object according to an identification scheme of an external application (i.e., other than the ILAP exchange representation itself). An External Reference can be assigned to any ILAP object, such as Activities, Activity Networks, Projects, Successors, Calendars, Calendar Periods, Resources, etc."^^xsd:string ;
349 rdfs:label "External Reference"^^xsd:string ; 349 rdfs:label "External Reference"^^xsd:string ;
350 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; 350 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ;
351 rdfs:subClassOf 351 rdfs:subClassOf
352 [ rdf:type owl:Restriction ; 352 [ rdf:type owl:Restriction ;
353 - owl:allValuesFrom ILAP:Application ; 353 + owl:onDataRange xsd:string ;
354 - owl:onProperty ILAP:hasReferenceApplication 354 + owl:onProperty ILAP:hasObjectReferenceID ;
355 + owl:qualifiedCardinality
356 + "1"^^xsd:nonNegativeInteger
355 ] ; 357 ] ;
356 rdfs:subClassOf 358 rdfs:subClassOf
357 [ rdf:type owl:Restriction ; 359 [ rdf:type owl:Restriction ;
...@@ -360,10 +362,8 @@ ILAP:ExternalReference ...@@ -360,10 +362,8 @@ ILAP:ExternalReference
360 ] ; 362 ] ;
361 rdfs:subClassOf 363 rdfs:subClassOf
362 [ rdf:type owl:Restriction ; 364 [ rdf:type owl:Restriction ;
363 - owl:onDataRange xsd:string ; 365 + owl:allValuesFrom ILAP:Application ;
364 - owl:onProperty ILAP:hasObjectReferenceID ; 366 + owl:onProperty ILAP:hasReferenceApplication
365 - owl:qualifiedCardinality
366 - "1"^^xsd:nonNegativeInteger
367 ] . 367 ] .
368 368
369 ILAP:Facility 369 ILAP:Facility
...@@ -379,16 +379,16 @@ ILAP:Field ...@@ -379,16 +379,16 @@ ILAP:Field
379 rdfs:subClassOf ILAP:Asset . 379 rdfs:subClassOf ILAP:Asset .
380 380
381 ILAP:FinishToFinish 381 ILAP:FinishToFinish
382 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 382 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
383 rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity is finished."^^xsd:string ; 383 rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity is finished."^^xsd:string ;
384 rdfs:label "Finish to Finish"^^xsd:string ; 384 rdfs:label "Finish to Finish"^^xsd:string ;
385 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 385 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
386 386
387 ILAP:FinishToStart 387 ILAP:FinishToStart
388 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 388 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
389 rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity is finished."^^xsd:string ; 389 rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity is finished."^^xsd:string ;
390 rdfs:label "Finish to Start"^^xsd:string ; 390 rdfs:label "Finish to Start"^^xsd:string ;
391 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 391 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
392 392
393 ILAP:FunctionalLocation 393 ILAP:FunctionalLocation
394 rdf:type owl:Class ; 394 rdf:type owl:Class ;
...@@ -418,7 +418,7 @@ ILAP:Information ...@@ -418,7 +418,7 @@ ILAP:Information
418 rdf:type owl:Class ; 418 rdf:type owl:Class ;
419 rdfs:comment "A Thing that is facts provided or learned about something or someone (Oxford Dictionaries)."^^xsd:string ; 419 rdfs:comment "A Thing that is facts provided or learned about something or someone (Oxford Dictionaries)."^^xsd:string ;
420 rdfs:label "Information"^^xsd:string ; 420 rdfs:label "Information"^^xsd:string ;
421 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . 421 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing .
422 422
423 ILAP:Knowledge 423 ILAP:Knowledge
424 rdf:type owl:Class ; 424 rdf:type owl:Class ;
...@@ -439,16 +439,16 @@ ILAP:LifecyclePhase ...@@ -439,16 +439,16 @@ ILAP:LifecyclePhase
439 rdfs:subClassOf ILAP:Phase . 439 rdfs:subClassOf ILAP:Phase .
440 440
441 ILAP:LiveSchedule 441 ILAP:LiveSchedule
442 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 442 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
443 rdfs:comment "A decided Schedule that mitigates any delays discovered in the Current Schedule."^^xsd:string ; 443 rdfs:comment "A decided Schedule that mitigates any delays discovered in the Current Schedule."^^xsd:string ;
444 rdfs:label "Live Schedule"^^xsd:string ; 444 rdfs:label "Live Schedule"^^xsd:string ;
445 rdfs:subClassOf ILAP:Schedule . 445 rdfs:subClassOf ILAP:Schedule .
446 446
447 ILAP:Location 447 ILAP:Location
448 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; 448 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ;
449 rdfs:comment "A Thing that is the location (position) of an Asset."^^xsd:string ; 449 rdfs:comment "A Thing that is the location (position) of an Asset."^^xsd:string ;
450 rdfs:label "Location"^^xsd:string ; 450 rdfs:label "Location"^^xsd:string ;
451 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . 451 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> .
452 452
453 ILAP:LowCriticality 453 ILAP:LowCriticality
454 rdf:type owl:Class ; 454 rdf:type owl:Class ;
...@@ -475,7 +475,7 @@ ILAP:MaterialOrderStatus ...@@ -475,7 +475,7 @@ ILAP:MaterialOrderStatus
475 rdfs:subClassOf ILAP:Status . 475 rdfs:subClassOf ILAP:Status .
476 476
477 ILAP:Milestone 477 ILAP:Milestone
478 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; 478 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ;
479 rdfs:comment "A Thing that is specified in the Activity Network, with a 0-duration, and in many cases a fixed date. A milestone is normally a specified event within the project, often linked to contractual items."^^xsd:string ; 479 rdfs:comment "A Thing that is specified in the Activity Network, with a 0-duration, and in many cases a fixed date. A milestone is normally a specified event within the project, often linked to contractual items."^^xsd:string ;
480 rdfs:label "Milestone"^^xsd:string . 480 rdfs:label "Milestone"^^xsd:string .
481 481
...@@ -488,7 +488,7 @@ ILAP:Network ...@@ -488,7 +488,7 @@ ILAP:Network
488 rdf:type owl:Class ; 488 rdf:type owl:Class ;
489 rdfs:comment "A Thing that defines how (a set of) Possible Individuals are connected by Constraints (adapted from Merriam-Webster)."^^xsd:string ; 489 rdfs:comment "A Thing that defines how (a set of) Possible Individuals are connected by Constraints (adapted from Merriam-Webster)."^^xsd:string ;
490 rdfs:label "Network"^^xsd:string ; 490 rdfs:label "Network"^^xsd:string ;
491 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . 491 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing .
492 492
493 ILAP:NormalCriticality 493 ILAP:NormalCriticality
494 rdf:type owl:Class ; 494 rdf:type owl:Class ;
...@@ -553,58 +553,58 @@ ILAP:PhysicalLocation ...@@ -553,58 +553,58 @@ ILAP:PhysicalLocation
553 rdfs:subClassOf ILAP:Location . 553 rdfs:subClassOf ILAP:Location .
554 554
555 ILAP:PlanClassifier 555 ILAP:PlanClassifier
556 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 556 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
557 rdfs:comment "A Thing that is a (set of) Classifier(s) used to categorize a Plan. The various Classifiers are assigned a value from a set of possible values that are representative for how “things are organized and executed” on the Norwegian Continental Shelf, (other sets of values may be appropriate for other areas of the world)."^^xsd:string ; 557 rdfs:comment "A Thing that is a (set of) Classifier(s) used to categorize a Plan. The various Classifiers are assigned a value from a set of possible values that are representative for how “things are organized and executed” on the Norwegian Continental Shelf, (other sets of values may be appropriate for other areas of the world)."^^xsd:string ;
558 rdfs:label "Plan Classifier"^^xsd:string ; 558 rdfs:label "Plan Classifier"^^xsd:string ;
559 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . 559 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing .
560 560
561 ILAP:PlanContentType 561 ILAP:PlanContentType
562 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 562 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
563 rdfs:comment "A Plan Classifier according to content type (typically classified by NORSOK Z-014 PBS codes)."^^xsd:string ; 563 rdfs:comment "A Plan Classifier according to content type (typically classified by NORSOK Z-014 PBS codes)."^^xsd:string ;
564 rdfs:label "Plan Content Type"^^xsd:string ; 564 rdfs:label "Plan Content Type"^^xsd:string ;
565 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . 565 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier .
566 566
567 ILAP:PlanContractType 567 ILAP:PlanContractType
568 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 568 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
569 rdfs:comment "A Plan Classifier that categorizes a Plan according to the Contract that governs execution."^^xsd:string ; 569 rdfs:comment "A Plan Classifier that categorizes a Plan according to the Contract that governs execution."^^xsd:string ;
570 rdfs:label "Plan Contract Type"^^xsd:string ; 570 rdfs:label "Plan Contract Type"^^xsd:string ;
571 rdfs:subClassOf ILAP:PlanClassifier . 571 rdfs:subClassOf ILAP:PlanClassifier .
572 572
573 ILAP:PlanExpenseType 573 ILAP:PlanExpenseType
574 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 574 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
575 rdfs:comment "A Plan Classifier that categorizes a Plan according to the type of Expense it incurrs."^^xsd:string ; 575 rdfs:comment "A Plan Classifier that categorizes a Plan according to the type of Expense it incurrs."^^xsd:string ;
576 rdfs:label "Plan Expense Type"^^xsd:string ; 576 rdfs:label "Plan Expense Type"^^xsd:string ;
577 rdfs:subClassOf ILAP:PlanClassifier . 577 rdfs:subClassOf ILAP:PlanClassifier .
578 578
579 ILAP:PlanGeoArea 579 ILAP:PlanGeoArea
580 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; 580 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ;
581 rdfs:comment "A Plan Classifier that categorizes a Plan according to the (size of the) geographic area it addresses."^^xsd:string ; 581 rdfs:comment "A Plan Classifier that categorizes a Plan according to the (size of the) geographic area it addresses."^^xsd:string ;
582 rdfs:label "Plan Geographic Area"^^xsd:string ; 582 rdfs:label "Plan Geographic Area"^^xsd:string ;
583 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 583 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
584 584
585 ILAP:PlanLevel 585 ILAP:PlanLevel
586 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 586 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
587 rdfs:comment "A Plan Classifier that categorizes a Plan according to the detail it addresses (from Level 1 down to Level 6 or 7)."^^xsd:string ; 587 rdfs:comment "A Plan Classifier that categorizes a Plan according to the detail it addresses (from Level 1 down to Level 6 or 7)."^^xsd:string ;
588 rdfs:label "Plan Level"^^xsd:string ; 588 rdfs:label "Plan Level"^^xsd:string ;
589 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 589 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
590 590
591 ILAP:PlanLifecycleStage 591 ILAP:PlanLifecycleStage
592 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 592 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
593 rdfs:comment "A Plan Classifier according to the part(s) of the Asset Lifecycle relevant for the Plan (typically classified by NORSOK Z-014 SAB codes)."^^xsd:string ; 593 rdfs:comment "A Plan Classifier according to the part(s) of the Asset Lifecycle relevant for the Plan (typically classified by NORSOK Z-014 SAB codes)."^^xsd:string ;
594 rdfs:label "Plan Lifecycle Stage"^^xsd:string ; 594 rdfs:label "Plan Lifecycle Stage"^^xsd:string ;
595 - rdfs:subClassOf ILAP:LifecyclePhase , <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 595 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> , ILAP:LifecyclePhase .
596 596
597 ILAP:PlanObjectiveType 597 ILAP:PlanObjectiveType
598 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; 598 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ;
599 rdfs:comment "A Plan Classifier that categorizes a Plan according to the nature of its objectives."^^xsd:string ; 599 rdfs:comment "A Plan Classifier that categorizes a Plan according to the nature of its objectives."^^xsd:string ;
600 rdfs:label "Plan Objective Type"^^xsd:string ; 600 rdfs:label "Plan Objective Type"^^xsd:string ;
601 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . 601 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> .
602 602
603 ILAP:PlanProjectType 603 ILAP:PlanProjectType
604 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 604 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
605 rdfs:comment "A Plan Classifier that categorizes a Plan according to the type of prooject used to execute it."^^xsd:string ; 605 rdfs:comment "A Plan Classifier that categorizes a Plan according to the type of prooject used to execute it."^^xsd:string ;
606 rdfs:label "Plan Project Type"^^xsd:string ; 606 rdfs:label "Plan Project Type"^^xsd:string ;
607 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . 607 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> .
608 608
609 ILAP:PlannedActivity 609 ILAP:PlannedActivity
610 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 610 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
...@@ -613,13 +613,8 @@ ILAP:PlannedActivity ...@@ -613,13 +613,8 @@ ILAP:PlannedActivity
613 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; 613 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
614 rdfs:subClassOf 614 rdfs:subClassOf
615 [ rdf:type owl:Restriction ; 615 [ rdf:type owl:Restriction ;
616 - owl:allValuesFrom ILAP:Location ; 616 + owl:allValuesFrom ILAP:ResponsiblePerson ;
617 - owl:onProperty ILAP:hasActivityLocation 617 + owl:onProperty ILAP:hasActivityResponsiblePerson
618 - ] ;
619 - rdfs:subClassOf
620 - [ rdf:type owl:Restriction ;
621 - owl:allValuesFrom ILAP:ResourceProfile ;
622 - owl:onProperty ILAP:hasActivityResourceProfile
623 ] ; 618 ] ;
624 rdfs:subClassOf 619 rdfs:subClassOf
625 [ rdf:type owl:Restriction ; 620 [ rdf:type owl:Restriction ;
...@@ -628,11 +623,6 @@ ILAP:PlannedActivity ...@@ -628,11 +623,6 @@ ILAP:PlannedActivity
628 ] ; 623 ] ;
629 rdfs:subClassOf 624 rdfs:subClassOf
630 [ rdf:type owl:Restriction ; 625 [ rdf:type owl:Restriction ;
631 - owl:onProperty ILAP:hasActivityDiscipline ;
632 - owl:someValuesFrom ILAP:Discipline
633 - ] ;
634 - rdfs:subClassOf
635 - [ rdf:type owl:Restriction ;
636 owl:maxQualifiedCardinality 626 owl:maxQualifiedCardinality
637 "1"^^xsd:nonNegativeInteger ; 627 "1"^^xsd:nonNegativeInteger ;
638 owl:onClass ILAP:ProjectExecutionPlan ; 628 owl:onClass ILAP:ProjectExecutionPlan ;
...@@ -640,8 +630,18 @@ ILAP:PlannedActivity ...@@ -640,8 +630,18 @@ ILAP:PlannedActivity
640 ] ; 630 ] ;
641 rdfs:subClassOf 631 rdfs:subClassOf
642 [ rdf:type owl:Restriction ; 632 [ rdf:type owl:Restriction ;
643 - owl:allValuesFrom ILAP:Result ; 633 + owl:allValuesFrom ILAP:ResourceProfile ;
644 - owl:onProperty ILAP:hasActivityResult 634 + owl:onProperty ILAP:hasActivityResourceProfile
635 + ] ;
636 + rdfs:subClassOf
637 + [ rdf:type owl:Restriction ;
638 + owl:allValuesFrom ILAP:Location ;
639 + owl:onProperty ILAP:hasActivityLocation
640 + ] ;
641 + rdfs:subClassOf
642 + [ rdf:type owl:Restriction ;
643 + owl:onProperty ILAP:hasActivityDiscipline ;
644 + owl:someValuesFrom ILAP:Discipline
645 ] ; 645 ] ;
646 rdfs:subClassOf 646 rdfs:subClassOf
647 [ rdf:type owl:Restriction ; 647 [ rdf:type owl:Restriction ;
...@@ -652,8 +652,8 @@ ILAP:PlannedActivity ...@@ -652,8 +652,8 @@ ILAP:PlannedActivity
652 ] ; 652 ] ;
653 rdfs:subClassOf 653 rdfs:subClassOf
654 [ rdf:type owl:Restriction ; 654 [ rdf:type owl:Restriction ;
655 - owl:allValuesFrom ILAP:ActivityDependency ; 655 + owl:allValuesFrom ILAP:Result ;
656 - owl:onProperty ILAP:hasActivitySuccessor 656 + owl:onProperty ILAP:hasActivityResult
657 ] ; 657 ] ;
658 rdfs:subClassOf 658 rdfs:subClassOf
659 [ rdf:type owl:Restriction ; 659 [ rdf:type owl:Restriction ;
...@@ -662,13 +662,13 @@ ILAP:PlannedActivity ...@@ -662,13 +662,13 @@ ILAP:PlannedActivity
662 ] ; 662 ] ;
663 rdfs:subClassOf 663 rdfs:subClassOf
664 [ rdf:type owl:Restriction ; 664 [ rdf:type owl:Restriction ;
665 - owl:allValuesFrom ILAP:ResponsiblePerson ; 665 + owl:allValuesFrom ILAP:ActivityWBS ;
666 - owl:onProperty ILAP:hasActivityResponsiblePerson 666 + owl:onProperty ILAP:hasActivityWBSelement
667 ] ; 667 ] ;
668 rdfs:subClassOf 668 rdfs:subClassOf
669 [ rdf:type owl:Restriction ; 669 [ rdf:type owl:Restriction ;
670 - owl:allValuesFrom ILAP:ActivityWBS ; 670 + owl:allValuesFrom ILAP:ActivityDependency ;
671 - owl:onProperty ILAP:hasActivityWBSelement 671 + owl:onProperty ILAP:hasActivitySuccessor
672 ] . 672 ] .
673 673
674 ILAP:PlannedMilestone 674 ILAP:PlannedMilestone
...@@ -712,14 +712,19 @@ ILAP:Programme ...@@ -712,14 +712,19 @@ ILAP:Programme
712 rdfs:subClassOf ILAP:Activity . 712 rdfs:subClassOf ILAP:Activity .
713 713
714 ILAP:Project 714 ILAP:Project
715 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 715 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
716 rdfs:comment "An Activity that is a temporary endeavor (in contrast with ongoing operations) with a defined beginning and end, constrained by available time, funding and resources, undertaken to achieve an objective conforming to specific requirements, meet unique objectives, and bring about beneficial change or added value (adapted from BSI and Wikipedia)."^^xsd:string ; 716 rdfs:comment "An Activity that is a temporary endeavor (in contrast with ongoing operations) with a defined beginning and end, constrained by available time, funding and resources, undertaken to achieve an objective conforming to specific requirements, meet unique objectives, and bring about beneficial change or added value (adapted from BSI and Wikipedia)."^^xsd:string ;
717 rdfs:label "Project"^^xsd:string ; 717 rdfs:label "Project"^^xsd:string ;
718 rdfs:subClassOf ILAP:Activity ; 718 rdfs:subClassOf ILAP:Activity ;
719 rdfs:subClassOf 719 rdfs:subClassOf
720 [ rdf:type owl:Restriction ; 720 [ rdf:type owl:Restriction ;
721 - owl:allValuesFrom BRREG:OilCompany ; 721 + owl:allValuesFrom ILAP:Project ;
722 - owl:onProperty ILAP:hasProjectResponsible 722 + owl:onProperty ILAP:hasProjectSubproject
723 + ] ;
724 + rdfs:subClassOf
725 + [ rdf:type owl:Restriction ;
726 + owl:allValuesFrom ILAP:ExternalReference ;
727 + owl:onProperty ILAP:hasExternalReference
723 ] ; 728 ] ;
724 rdfs:subClassOf 729 rdfs:subClassOf
725 [ rdf:type owl:Restriction ; 730 [ rdf:type owl:Restriction ;
...@@ -730,13 +735,8 @@ ILAP:Project ...@@ -730,13 +735,8 @@ ILAP:Project
730 ] ; 735 ] ;
731 rdfs:subClassOf 736 rdfs:subClassOf
732 [ rdf:type owl:Restriction ; 737 [ rdf:type owl:Restriction ;
733 - owl:allValuesFrom ILAP:ExternalReference ; 738 + owl:allValuesFrom BRREG:OilCompany ;
734 - owl:onProperty ILAP:hasExternalReference 739 + owl:onProperty ILAP:hasProjectResponsible
735 - ] ;
736 - rdfs:subClassOf
737 - [ rdf:type owl:Restriction ;
738 - owl:allValuesFrom ILAP:Project ;
739 - owl:onProperty ILAP:hasProjectSubproject
740 ] . 740 ] .
741 741
742 ILAP:ProjectExecutionPlan 742 ILAP:ProjectExecutionPlan
...@@ -746,20 +746,30 @@ ILAP:ProjectExecutionPlan ...@@ -746,20 +746,30 @@ ILAP:ProjectExecutionPlan
746 rdfs:subClassOf ILAP:Network ; 746 rdfs:subClassOf ILAP:Network ;
747 rdfs:subClassOf 747 rdfs:subClassOf
748 [ rdf:type owl:Restriction ; 748 [ rdf:type owl:Restriction ;
749 + owl:allValuesFrom ILAP:PlanContractType ;
750 + owl:onProperty ILAP:hasPlanContractType
751 + ] ;
752 + rdfs:subClassOf
753 + [ rdf:type owl:Restriction ;
754 + owl:allValuesFrom BRREG:LegalEntity ;
755 + owl:onProperty ILAP:hasPlanResponsible
756 + ] ;
757 + rdfs:subClassOf
758 + [ rdf:type owl:Restriction ;
749 owl:maxQualifiedCardinality 759 owl:maxQualifiedCardinality
750 "1"^^xsd:nonNegativeInteger ; 760 "1"^^xsd:nonNegativeInteger ;
751 - owl:onClass ILAP:Project ; 761 + owl:onClass ILAP:PlanLevel ;
752 - owl:onProperty ILAP:hasPlanProject 762 + owl:onProperty ILAP:hasPlanLevel
753 ] ; 763 ] ;
754 rdfs:subClassOf 764 rdfs:subClassOf
755 [ rdf:type owl:Restriction ; 765 [ rdf:type owl:Restriction ;
756 - owl:allValuesFrom ILAP:ProjectExecutionPlan ; 766 + owl:onProperty ILAP:hasPlanLevel ;
757 - owl:onProperty ILAP:hasPlanSubplan 767 + owl:someValuesFrom ILAP:PlanLevel
758 ] ; 768 ] ;
759 rdfs:subClassOf 769 rdfs:subClassOf
760 [ rdf:type owl:Restriction ; 770 [ rdf:type owl:Restriction ;
761 - owl:onProperty ILAP:hasPlanContentType ; 771 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
762 - owl:someValuesFrom ILAP:PlanContentType 772 + owl:onProperty ILAP:hasPlanRollUpPlan
763 ] ; 773 ] ;
764 rdfs:subClassOf 774 rdfs:subClassOf
765 [ rdf:type owl:Restriction ; 775 [ rdf:type owl:Restriction ;
...@@ -768,13 +778,8 @@ ILAP:ProjectExecutionPlan ...@@ -768,13 +778,8 @@ ILAP:ProjectExecutionPlan
768 ] ; 778 ] ;
769 rdfs:subClassOf 779 rdfs:subClassOf
770 [ rdf:type owl:Restriction ; 780 [ rdf:type owl:Restriction ;
771 - owl:allValuesFrom ILAP:PlanObjectiveType ; 781 + owl:onProperty ILAP:hasPlanGeoArea ;
772 - owl:onProperty ILAP:hasPlanObjectiveType 782 + owl:someValuesFrom ILAP:PlanGeoArea
773 - ] ;
774 - rdfs:subClassOf
775 - [ rdf:type owl:Restriction ;
776 - owl:allValuesFrom ILAP:ProjectExecutionPlan ;
777 - owl:onProperty ILAP:hasPlanRollUpPlan
778 ] ; 783 ] ;
779 rdfs:subClassOf 784 rdfs:subClassOf
780 [ rdf:type owl:Restriction ; 785 [ rdf:type owl:Restriction ;
...@@ -785,33 +790,28 @@ ILAP:ProjectExecutionPlan ...@@ -785,33 +790,28 @@ ILAP:ProjectExecutionPlan
785 [ rdf:type owl:Restriction ; 790 [ rdf:type owl:Restriction ;
786 owl:maxQualifiedCardinality 791 owl:maxQualifiedCardinality
787 "1"^^xsd:nonNegativeInteger ; 792 "1"^^xsd:nonNegativeInteger ;
788 - owl:onClass ILAP:PlanLevel ; 793 + owl:onClass ILAP:Project ;
789 - owl:onProperty ILAP:hasPlanLevel 794 + owl:onProperty ILAP:hasPlanProject
790 - ] ;
791 - rdfs:subClassOf
792 - [ rdf:type owl:Restriction ;
793 - owl:onProperty ILAP:hasPlanProjectType ;
794 - owl:someValuesFrom ILAP:PlanProjectType
795 ] ; 795 ] ;
796 rdfs:subClassOf 796 rdfs:subClassOf
797 [ rdf:type owl:Restriction ; 797 [ rdf:type owl:Restriction ;
798 - owl:onProperty ILAP:hasPlanLevel ; 798 + owl:allValuesFrom ILAP:PlanObjectiveType ;
799 - owl:someValuesFrom ILAP:PlanLevel 799 + owl:onProperty ILAP:hasPlanObjectiveType
800 ] ; 800 ] ;
801 rdfs:subClassOf 801 rdfs:subClassOf
802 [ rdf:type owl:Restriction ; 802 [ rdf:type owl:Restriction ;
803 - owl:onProperty ILAP:hasPlanGeoArea ; 803 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
804 - owl:someValuesFrom ILAP:PlanGeoArea 804 + owl:onProperty ILAP:hasPlanSubplan
805 ] ; 805 ] ;
806 rdfs:subClassOf 806 rdfs:subClassOf
807 [ rdf:type owl:Restriction ; 807 [ rdf:type owl:Restriction ;
808 - owl:allValuesFrom BRREG:LegalEntity ; 808 + owl:onProperty ILAP:hasPlanProjectType ;
809 - owl:onProperty ILAP:hasPlanResponsible 809 + owl:someValuesFrom ILAP:PlanProjectType
810 ] ; 810 ] ;
811 rdfs:subClassOf 811 rdfs:subClassOf
812 [ rdf:type owl:Restriction ; 812 [ rdf:type owl:Restriction ;
813 - owl:allValuesFrom ILAP:PlanContractType ; 813 + owl:onProperty ILAP:hasPlanContentType ;
814 - owl:onProperty ILAP:hasPlanContractType 814 + owl:someValuesFrom ILAP:PlanContentType
815 ] . 815 ] .
816 816
817 ILAP:ProjectMilestone 817 ILAP:ProjectMilestone
...@@ -844,10 +844,10 @@ ILAP:RFOCissued ...@@ -844,10 +844,10 @@ ILAP:RFOCissued
844 rdfs:subClassOf ILAP:CommissioningMilestone . 844 rdfs:subClassOf ILAP:CommissioningMilestone .
845 845
846 ILAP:Regular8To16WorkingDayCalendar 846 ILAP:Regular8To16WorkingDayCalendar
847 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 847 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
848 rdfs:comment "A Weekends Free Calendar that specifies work only during normal working hours."^^xsd:string ; 848 rdfs:comment "A Weekends Free Calendar that specifies work only during normal working hours."^^xsd:string ;
849 rdfs:label "Regular 8 To 16 Working Day Calendar"^^xsd:string ; 849 rdfs:label "Regular 8 To 16 Working Day Calendar"^^xsd:string ;
850 - rdfs:subClassOf ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> , <http://posccaesar.org/rdl/RDS7014210> . 850 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar .
851 851
852 ILAP:Regulator 852 ILAP:Regulator
853 rdf:type owl:Class ; 853 rdf:type owl:Class ;
...@@ -856,10 +856,10 @@ ILAP:Regulator ...@@ -856,10 +856,10 @@ ILAP:Regulator
856 rdfs:subClassOf ILAP:ResponsibleOrganization . 856 rdfs:subClassOf ILAP:ResponsibleOrganization .
857 857
858 ILAP:Resource 858 ILAP:Resource
859 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; 859 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
860 rdfs:comment "A Thing that is items that can be measured with units. Resources are assigned to Activities and may consist of people (work hours), materials or physical items."^^xsd:string ; 860 rdfs:comment "A Thing that is items that can be measured with units. Resources are assigned to Activities and may consist of people (work hours), materials or physical items."^^xsd:string ;
861 rdfs:label "Resource"^^xsd:string ; 861 rdfs:label "Resource"^^xsd:string ;
862 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . 862 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing .
863 863
864 ILAP:ResourceEstimate 864 ILAP:ResourceEstimate
865 rdf:type owl:Class ; 865 rdf:type owl:Class ;
...@@ -867,16 +867,16 @@ ILAP:ResourceEstimate ...@@ -867,16 +867,16 @@ ILAP:ResourceEstimate
867 rdfs:label "Resource Estimate"^^xsd:string . 867 rdfs:label "Resource Estimate"^^xsd:string .
868 868
869 ILAP:ResourceProfile 869 ILAP:ResourceProfile
870 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; 870 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ;
871 rdfs:comment "A Thing that distributes Resources according to pre-defined intervals."^^xsd:string ; 871 rdfs:comment "A Thing that distributes Resources according to pre-defined intervals."^^xsd:string ;
872 rdfs:label "Resource Profile"^^xsd:string ; 872 rdfs:label "Resource Profile"^^xsd:string ;
873 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . 873 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> .
874 874
875 ILAP:ResourceProfilePoint 875 ILAP:ResourceProfilePoint
876 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; 876 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
877 rdfs:comment "A Thing that is a specific point on a Resource Profile."^^xsd:string ; 877 rdfs:comment "A Thing that is a specific point on a Resource Profile."^^xsd:string ;
878 rdfs:label "Resource Profile Point"^^xsd:string ; 878 rdfs:label "Resource Profile Point"^^xsd:string ;
879 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . 879 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing .
880 880
881 ILAP:ResourceType 881 ILAP:ResourceType
882 rdf:type owl:Class ; 882 rdf:type owl:Class ;
...@@ -890,19 +890,19 @@ ILAP:ResponsibleActor ...@@ -890,19 +890,19 @@ ILAP:ResponsibleActor
890 rdfs:subClassOf owl:Thing . 890 rdfs:subClassOf owl:Thing .
891 891
892 ILAP:ResponsibleOrganization 892 ILAP:ResponsibleOrganization
893 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; 893 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
894 rdfs:comment "A Responsible Actor that is an organizational entity (according to the regulations of an official company register)"^^xsd:string ; 894 rdfs:comment "A Responsible Actor that is an organizational entity (according to the regulations of an official company register)"^^xsd:string ;
895 rdfs:label "Responsible Organization"^^xsd:string ; 895 rdfs:label "Responsible Organization"^^xsd:string ;
896 rdfs:subClassOf ILAP:ResponsibleActor . 896 rdfs:subClassOf ILAP:ResponsibleActor .
897 897
898 ILAP:ResponsiblePerson 898 ILAP:ResponsiblePerson
899 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; 899 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ;
900 rdfs:comment "A Responsible Actor that is a person responsible for carrying out a specified part of the Schedule. Classified according to the Person On Board register."^^xsd:string ; 900 rdfs:comment "A Responsible Actor that is a person responsible for carrying out a specified part of the Schedule. Classified according to the Person On Board register."^^xsd:string ;
901 rdfs:label "Responsible Person"^^xsd:string ; 901 rdfs:label "Responsible Person"^^xsd:string ;
902 rdfs:subClassOf ILAP:ResponsibleActor . 902 rdfs:subClassOf ILAP:ResponsibleActor .
903 903
904 ILAP:Result 904 ILAP:Result
905 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 905 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
906 rdfs:comment "A Thing that is the outcome deliverable from an Activity or Plan (typically classified by NORSOK Z-014 PBS elements)."^^xsd:string ; 906 rdfs:comment "A Thing that is the outcome deliverable from an Activity or Plan (typically classified by NORSOK Z-014 PBS elements)."^^xsd:string ;
907 rdfs:label "Result"^^xsd:string ; 907 rdfs:label "Result"^^xsd:string ;
908 rdfs:subClassOf owl:Thing . 908 rdfs:subClassOf owl:Thing .
...@@ -937,7 +937,7 @@ ILAP:SACissued ...@@ -937,7 +937,7 @@ ILAP:SACissued
937 rdfs:subClassOf ILAP:CommissioningMilestone . 937 rdfs:subClassOf ILAP:CommissioningMilestone .
938 938
939 ILAP:Schedule 939 ILAP:Schedule
940 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 940 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
941 rdfs:comment "A Network of Activities with planned (start and end) Dates, Durations, and Milestones, which can be used to track and monitor work, and provide Resources against which Results are managed and controlled (Adapted from PMI)."^^xsd:string ; 941 rdfs:comment "A Network of Activities with planned (start and end) Dates, Durations, and Milestones, which can be used to track and monitor work, and provide Resources against which Results are managed and controlled (Adapted from PMI)."^^xsd:string ;
942 rdfs:label "Schedule (Scheduled Activity Network)"^^xsd:string ; 942 rdfs:label "Schedule (Scheduled Activity Network)"^^xsd:string ;
943 rdfs:subClassOf ILAP:ActivityPlan ; 943 rdfs:subClassOf ILAP:ActivityPlan ;
...@@ -950,7 +950,7 @@ ILAP:Schedule ...@@ -950,7 +950,7 @@ ILAP:Schedule
950 ] . 950 ] .
951 951
952 ILAP:ScheduledActivity 952 ILAP:ScheduledActivity
953 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 953 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
954 rdfs:comment "A Planned Activity that is part of a Schedule, with defined time, effort, duration and resources."^^xsd:string ; 954 rdfs:comment "A Planned Activity that is part of a Schedule, with defined time, effort, duration and resources."^^xsd:string ;
955 rdfs:label "Scheduled Activity (Activity in Schedule)"^^xsd:string ; 955 rdfs:label "Scheduled Activity (Activity in Schedule)"^^xsd:string ;
956 rdfs:subClassOf ILAP:PlannedActivity ; 956 rdfs:subClassOf ILAP:PlannedActivity ;
...@@ -958,15 +958,15 @@ ILAP:ScheduledActivity ...@@ -958,15 +958,15 @@ ILAP:ScheduledActivity
958 [ rdf:type owl:Restriction ; 958 [ rdf:type owl:Restriction ;
959 owl:maxQualifiedCardinality 959 owl:maxQualifiedCardinality
960 "1"^^xsd:nonNegativeInteger ; 960 "1"^^xsd:nonNegativeInteger ;
961 - owl:onClass ILAP:PlannedActivity ; 961 + owl:onClass ILAP:Schedule ;
962 - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan 962 + owl:onProperty ILAP:hasActivitySchedule
963 ] ; 963 ] ;
964 rdfs:subClassOf 964 rdfs:subClassOf
965 [ rdf:type owl:Restriction ; 965 [ rdf:type owl:Restriction ;
966 owl:maxQualifiedCardinality 966 owl:maxQualifiedCardinality
967 "1"^^xsd:nonNegativeInteger ; 967 "1"^^xsd:nonNegativeInteger ;
968 - owl:onClass ILAP:Schedule ; 968 + owl:onClass ILAP:PlannedActivity ;
969 - owl:onProperty ILAP:hasActivitySchedule 969 + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
970 ] . 970 ] .
971 971
972 ILAP:ScheduledMilestone 972 ILAP:ScheduledMilestone
...@@ -994,10 +994,10 @@ ILAP:ShutdownType ...@@ -994,10 +994,10 @@ ILAP:ShutdownType
994 rdfs:subClassOf owl:Thing . 994 rdfs:subClassOf owl:Thing .
995 995
996 ILAP:Source 996 ILAP:Source
997 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; 997 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
998 rdfs:comment "A Thing that is the originator of an ILAP information object, which may be a Planning Application or a Responsible Organization classified according to BRREG (Brønnøysund Register) as a legal entity."^^xsd:string ; 998 rdfs:comment "A Thing that is the originator of an ILAP information object, which may be a Planning Application or a Responsible Organization classified according to BRREG (Brønnøysund Register) as a legal entity."^^xsd:string ;
999 rdfs:label "Source"^^xsd:string ; 999 rdfs:label "Source"^^xsd:string ;
1000 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . 1000 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing .
1001 1001
1002 ILAP:StartMilestone 1002 ILAP:StartMilestone
1003 rdf:type owl:Class ; 1003 rdf:type owl:Class ;
...@@ -1005,25 +1005,25 @@ ILAP:StartMilestone ...@@ -1005,25 +1005,25 @@ ILAP:StartMilestone
1005 rdfs:subClassOf ILAP:MilestoneType . 1005 rdfs:subClassOf ILAP:MilestoneType .
1006 1006
1007 ILAP:StartToFinish 1007 ILAP:StartToFinish
1008 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 1008 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
1009 rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity has started."^^xsd:string ; 1009 rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity has started."^^xsd:string ;
1010 rdfs:label "Start to Finish"^^xsd:string ; 1010 rdfs:label "Start to Finish"^^xsd:string ;
1011 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 1011 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
1012 1012
1013 ILAP:StartToStart 1013 ILAP:StartToStart
1014 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 1014 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
1015 rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity has started."^^xsd:string ; 1015 rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity has started."^^xsd:string ;
1016 rdfs:label "Start to Start"^^xsd:string ; 1016 rdfs:label "Start to Start"^^xsd:string ;
1017 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 1017 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
1018 1018
1019 ILAP:Status 1019 ILAP:Status
1020 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; 1020 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ;
1021 rdfs:comment "A Thing that holds information about what is currently happening. Status values describe whether to a Project or Activity is started, in progress or completed, and can also say something about resource availability."^^xsd:string ; 1021 rdfs:comment "A Thing that holds information about what is currently happening. Status values describe whether to a Project or Activity is started, in progress or completed, and can also say something about resource availability."^^xsd:string ;
1022 rdfs:label "Status"^^xsd:string ; 1022 rdfs:label "Status"^^xsd:string ;
1023 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . 1023 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> .
1024 1024
1025 ILAP:TargetSchedule 1025 ILAP:TargetSchedule
1026 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 1026 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
1027 rdfs:comment "A decided Schedule that reflects the current target start and finish Dates."^^xsd:string ; 1027 rdfs:comment "A decided Schedule that reflects the current target start and finish Dates."^^xsd:string ;
1028 rdfs:label "Target Schedule"^^xsd:string ; 1028 rdfs:label "Target Schedule"^^xsd:string ;
1029 rdfs:subClassOf ILAP:Schedule . 1029 rdfs:subClassOf ILAP:Schedule .
...@@ -1049,13 +1049,13 @@ ILAP:Value ...@@ -1049,13 +1049,13 @@ ILAP:Value
1049 rdf:type owl:Class ; 1049 rdf:type owl:Class ;
1050 rdfs:comment "A Thing that is the material or monetary worth of something relative to the price asked for it (from Oxford dictionaries.com)."^^xsd:string ; 1050 rdfs:comment "A Thing that is the material or monetary worth of something relative to the price asked for it (from Oxford dictionaries.com)."^^xsd:string ;
1051 rdfs:label "Value"^^xsd:string ; 1051 rdfs:label "Value"^^xsd:string ;
1052 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . 1052 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing .
1053 1053
1054 ILAP:WeekendsFreeCalendar 1054 ILAP:WeekendsFreeCalendar
1055 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 1055 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
1056 rdfs:comment "A Calendar that leaves all weekends as free time (only work during workdays)."^^xsd:string ; 1056 rdfs:comment "A Calendar that leaves all weekends as free time (only work during workdays)."^^xsd:string ;
1057 rdfs:label "Weekends Free Calendar"^^xsd:string ; 1057 rdfs:label "Weekends Free Calendar"^^xsd:string ;
1058 - rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . 1058 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar .
1059 1059
1060 ILAP:WorkOrder 1060 ILAP:WorkOrder
1061 rdf:type owl:Class ; 1061 rdf:type owl:Class ;
...@@ -1064,10 +1064,10 @@ ILAP:WorkOrder ...@@ -1064,10 +1064,10 @@ ILAP:WorkOrder
1064 rdfs:subClassOf ILAP:Network . 1064 rdfs:subClassOf ILAP:Network .
1065 1065
1066 ILAP:WorkTask 1066 ILAP:WorkTask
1067 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 1067 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
1068 rdfs:comment "A type of Activity which holds a description of the work content of (part of) the Activity. Typically, there are more than one Work Task related to an Activity, and for each Work Task there are start and end dates as well as clear assignments to a Responsible Actor."^^xsd:string ; 1068 rdfs:comment "A type of Activity which holds a description of the work content of (part of) the Activity. Typically, there are more than one Work Task related to an Activity, and for each Work Task there are start and end dates as well as clear assignments to a Responsible Actor."^^xsd:string ;
1069 rdfs:label "Work Task"^^xsd:string ; 1069 rdfs:label "Work Task"^^xsd:string ;
1070 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , ILAP:Activity ; 1070 + rdfs:subClassOf ILAP:Activity , <http://posccaesar.org/rdl/RDS3149> ;
1071 rdfs:subClassOf 1071 rdfs:subClassOf
1072 [ rdf:type owl:Restriction ; 1072 [ rdf:type owl:Restriction ;
1073 owl:allValuesFrom BRREG:LegalEntity ; 1073 owl:allValuesFrom BRREG:LegalEntity ;
...@@ -1182,7 +1182,6 @@ ILAP:hasActivityMaterialEstimatedArrivalTime ...@@ -1182,7 +1182,6 @@ ILAP:hasActivityMaterialEstimatedArrivalTime
1182 ILAP:hasActivityMaterialOrderStatus 1182 ILAP:hasActivityMaterialOrderStatus
1183 rdf:type owl:ObjectProperty ; 1183 rdf:type owl:ObjectProperty ;
1184 rdfs:comment "A Relationship between a Planned Activity and the Status of Ordered Material."^^xsd:string ; 1184 rdfs:comment "A Relationship between a Planned Activity and the Status of Ordered Material."^^xsd:string ;
1185 - rdfs:domain ILAP:Activity ;
1186 rdfs:label "has Activity Material Order Status"^^xsd:string ; 1185 rdfs:label "has Activity Material Order Status"^^xsd:string ;
1187 rdfs:range ILAP:MaterialOrderStatus . 1186 rdfs:range ILAP:MaterialOrderStatus .
1188 1187
...@@ -1216,7 +1215,7 @@ ILAP:hasActivityPhysicalPercentComplete ...@@ -1216,7 +1215,7 @@ ILAP:hasActivityPhysicalPercentComplete
1216 rdfs:range xsd:float . 1215 rdfs:range xsd:float .
1217 1216
1218 ILAP:hasActivityPlan 1217 ILAP:hasActivityPlan
1219 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1218 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1220 rdfs:comment "A Relationship between a Planned Activity and the Execution Plan of which it is a part."^^xsd:string ; 1219 rdfs:comment "A Relationship between a Planned Activity and the Execution Plan of which it is a part."^^xsd:string ;
1221 rdfs:domain ILAP:PlannedActivity ; 1220 rdfs:domain ILAP:PlannedActivity ;
1222 rdfs:label "has Activity Plan"^^xsd:string ; 1221 rdfs:label "has Activity Plan"^^xsd:string ;
...@@ -1274,7 +1273,7 @@ ILAP:hasActivityResponsibleOrganization ...@@ -1274,7 +1273,7 @@ ILAP:hasActivityResponsibleOrganization
1274 rdfs:range ILAP:ResponsibleOrganization . 1273 rdfs:range ILAP:ResponsibleOrganization .
1275 1274
1276 ILAP:hasActivityResponsiblePerson 1275 ILAP:hasActivityResponsiblePerson
1277 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1276 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1278 rdfs:comment "A Relationship between an Activity and an individual Person that has been assigned responsibility."^^xsd:string ; 1277 rdfs:comment "A Relationship between an Activity and an individual Person that has been assigned responsibility."^^xsd:string ;
1279 rdfs:domain ILAP:PlannedActivity ; 1278 rdfs:domain ILAP:PlannedActivity ;
1280 rdfs:label "has Activity Responsible Actor"^^xsd:string ; 1279 rdfs:label "has Activity Responsible Actor"^^xsd:string ;
...@@ -1316,7 +1315,7 @@ ILAP:hasActivityStatus ...@@ -1316,7 +1315,7 @@ ILAP:hasActivityStatus
1316 rdfs:range ILAP:Status . 1315 rdfs:range ILAP:Status .
1317 1316
1318 ILAP:hasActivitySuccessor 1317 ILAP:hasActivitySuccessor
1319 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1318 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1320 rdfs:comment "A Relationship between a Planned Activity and the Activity Dependency object that follows it."^^xsd:string ; 1319 rdfs:comment "A Relationship between a Planned Activity and the Activity Dependency object that follows it."^^xsd:string ;
1321 rdfs:domain ILAP:PlannedActivity ; 1320 rdfs:domain ILAP:PlannedActivity ;
1322 rdfs:label "has Activity Successor"^^xsd:string ; 1321 rdfs:label "has Activity Successor"^^xsd:string ;
...@@ -1387,7 +1386,7 @@ ILAP:hasCalendarDate ...@@ -1387,7 +1386,7 @@ ILAP:hasCalendarDate
1387 rdfs:label "has Calendar Date"^^xsd:string . 1386 rdfs:label "has Calendar Date"^^xsd:string .
1388 1387
1389 ILAP:hasCalendarPeriod 1388 ILAP:hasCalendarPeriod
1390 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1389 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1391 rdfs:comment "A Relationship between a Calendar and its Free Period."^^xsd:string ; 1390 rdfs:comment "A Relationship between a Calendar and its Free Period."^^xsd:string ;
1392 rdfs:domain ILAP:Calendar ; 1391 rdfs:domain ILAP:Calendar ;
1393 rdfs:label "has Calendar Period"^^xsd:string ; 1392 rdfs:label "has Calendar Period"^^xsd:string ;
...@@ -1743,7 +1742,7 @@ ILAP:hasPlanRegulator ...@@ -1743,7 +1742,7 @@ ILAP:hasPlanRegulator
1743 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1742 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1744 1743
1745 ILAP:hasPlanResponsible 1744 ILAP:hasPlanResponsible
1746 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1745 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1747 rdfs:comment "A Relationship between an Activity Plan and a Responsible Organization."^^xsd:string ; 1746 rdfs:comment "A Relationship between an Activity Plan and a Responsible Organization."^^xsd:string ;
1748 rdfs:domain ILAP:ActivityPlan ; 1747 rdfs:domain ILAP:ActivityPlan ;
1749 rdfs:label "has Plan Responsible"^^xsd:string ; 1748 rdfs:label "has Plan Responsible"^^xsd:string ;
...@@ -2005,7 +2004,7 @@ ILAP:hasSourceUserField ...@@ -2005,7 +2004,7 @@ ILAP:hasSourceUserField
2005 rdfs:label "has Source User Field"^^xsd:string . 2004 rdfs:label "has Source User Field"^^xsd:string .
2006 2005
2007 ILAP:hasSuccessorActivity 2006 ILAP:hasSuccessorActivity
2008 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 2007 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
2009 rdfs:comment "A Relationship between an Activity Dependency and a Planned Activity that follows it."^^xsd:string ; 2008 rdfs:comment "A Relationship between an Activity Dependency and a Planned Activity that follows it."^^xsd:string ;
2010 rdfs:domain ILAP:ActivityDependency ; 2009 rdfs:domain ILAP:ActivityDependency ;
2011 rdfs:label "has Successor Activity "^^xsd:string ; 2010 rdfs:label "has Successor Activity "^^xsd:string ;
...@@ -2038,7 +2037,7 @@ ILAP:hasTimeNow ...@@ -2038,7 +2037,7 @@ ILAP:hasTimeNow
2038 rdfs:comment "A Property that holds the Time of calculation for the latest Schedule."^^xsd:string ; 2037 rdfs:comment "A Property that holds the Time of calculation for the latest Schedule."^^xsd:string ;
2039 rdfs:domain ILAP:Schedule ; 2038 rdfs:domain ILAP:Schedule ;
2040 rdfs:label "has Time Now"^^xsd:string ; 2039 rdfs:label "has Time Now"^^xsd:string ;
2041 - rdfs:range xsd:dateTime , xsd:date . 2040 + rdfs:range xsd:date , xsd:dateTime .
2042 2041
2043 ILAP:hasValueAsset 2042 ILAP:hasValueAsset
2044 rdf:type owl:ObjectProperty ; 2043 rdf:type owl:ObjectProperty ;
......