Tore Christiansen

Updated relationship and Label text

...@@ -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,39 +29,34 @@ ILAP:Activity ...@@ -29,39 +29,34 @@ ILAP:Activity
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:allValuesFrom ILAP:Status ;
33 - owl:onProperty ILAP:hasActivityCalendar 33 + owl:onProperty ILAP:hasActivityStatus
34 - ] ;
35 - rdfs:subClassOf
36 - [ rdf:type owl:Restriction ;
37 - owl:allValuesFrom ILAP:Discipline ;
38 - owl:onProperty ILAP:hasActivityDiscipline
39 ] . 34 ] .
40 35
41 ILAP:ActivityDependency 36 ILAP:ActivityDependency
42 - 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 ;
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 ; 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 ;
44 rdfs:label "Activity Dependency"^^xsd:string ; 39 rdfs:label "Activity Dependency"^^xsd:string ;
45 rdfs:subClassOf ILAP:Constraint ; 40 rdfs:subClassOf ILAP:Constraint ;
46 rdfs:subClassOf 41 rdfs:subClassOf
47 [ rdf:type owl:Restriction ; 42 [ rdf:type owl:Restriction ;
48 owl:onClass ILAP:Activity ; 43 owl:onClass ILAP:Activity ;
49 - owl:onProperty ILAP:hasSuccessorActivity ; 44 + owl:onProperty ILAP:hasPredecessorActivity ;
50 owl:qualifiedCardinality 45 owl:qualifiedCardinality
51 "1"^^xsd:nonNegativeInteger 46 "1"^^xsd:nonNegativeInteger
52 ] ; 47 ] ;
53 rdfs:subClassOf 48 rdfs:subClassOf
54 [ rdf:type owl:Restriction ; 49 [ rdf:type owl:Restriction ;
55 owl:onClass ILAP:Activity ; 50 owl:onClass ILAP:Activity ;
56 - owl:onProperty ILAP:hasPredecessorActivity ; 51 + owl:onProperty ILAP:hasSuccessorActivity ;
57 owl:qualifiedCardinality 52 owl:qualifiedCardinality
58 "1"^^xsd:nonNegativeInteger 53 "1"^^xsd:nonNegativeInteger
59 ] . 54 ] .
60 55
61 ILAP:ActivityPlan 56 ILAP:ActivityPlan
62 - 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> ;
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 ; 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 ;
64 - rdfs:label "Activity Plan"^^xsd:string ; 59 + rdfs:label "Activity Plan (Planned Activity Network)"^^xsd:string ;
65 rdfs:subClassOf ILAP:Network ; 60 rdfs:subClassOf ILAP:Network ;
66 rdfs:subClassOf 61 rdfs:subClassOf
67 [ rdf:type owl:Restriction ; 62 [ rdf:type owl:Restriction ;
...@@ -76,7 +71,7 @@ ILAP:ActivityStatus ...@@ -76,7 +71,7 @@ ILAP:ActivityStatus
76 rdfs:subClassOf ILAP:Status . 71 rdfs:subClassOf ILAP:Status .
77 72
78 ILAP:ActivityWBS 73 ILAP:ActivityWBS
79 - 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> ;
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 ; 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 ;
81 rdfs:label "Activity WBS"^^xsd:string ; 76 rdfs:label "Activity WBS"^^xsd:string ;
82 rdfs:subClassOf ILAP:Network . 77 rdfs:subClassOf ILAP:Network .
...@@ -85,16 +80,16 @@ ILAP:Application ...@@ -85,16 +80,16 @@ ILAP:Application
85 rdf:type owl:Class ; 80 rdf:type owl:Class ;
86 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 ;
87 rdfs:label "Application"^^xsd:string ; 82 rdfs:label "Application"^^xsd:string ;
88 - rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . 83 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing .
89 84
90 ILAP:Asset 85 ILAP:Asset
91 rdf:type owl:Class ; 86 rdf:type owl:Class ;
92 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 ;
93 rdfs:label "Asset"^^xsd:string ; 88 rdfs:label "Asset"^^xsd:string ;
94 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . 89 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing .
95 90
96 ILAP:Baseline 91 ILAP:Baseline
97 - 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 ;
98 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 ;
99 rdfs:label "Baseline"^^xsd:string ; 94 rdfs:label "Baseline"^^xsd:string ;
100 rdfs:subClassOf ILAP:Network . 95 rdfs:subClassOf ILAP:Network .
...@@ -115,10 +110,10 @@ ILAP:COR ...@@ -115,10 +110,10 @@ ILAP:COR
115 rdfs:subClassOf ILAP:CommissioningMilestone . 110 rdfs:subClassOf ILAP:CommissioningMilestone .
116 111
117 ILAP:Calendar 112 ILAP:Calendar
118 - 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> ;
119 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 ;
120 rdfs:label "Calendar"^^xsd:string ; 115 rdfs:label "Calendar"^^xsd:string ;
121 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; 116 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ;
122 rdfs:subClassOf 117 rdfs:subClassOf
123 [ rdf:type owl:Restriction ; 118 [ rdf:type owl:Restriction ;
124 owl:allValuesFrom ILAP:CalendarFreePeriod ; 119 owl:allValuesFrom ILAP:CalendarFreePeriod ;
...@@ -126,16 +121,16 @@ ILAP:Calendar ...@@ -126,16 +121,16 @@ ILAP:Calendar
126 ] . 121 ] .
127 122
128 ILAP:CalendarDay 123 ILAP:CalendarDay
129 - 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> ;
130 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 ;
131 rdfs:label "Calendar Day"^^xsd:string ; 126 rdfs:label "Calendar Day"^^xsd:string ;
132 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . 127 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing .
133 128
134 ILAP:CalendarFreePeriod 129 ILAP:CalendarFreePeriod
135 - 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> ;
136 rdfs:comment "A Calendar Period that specifies free time."^^xsd:string ; 131 rdfs:comment "A Calendar Period that specifies free time."^^xsd:string ;
137 rdfs:label "Calendar Free Period"^^xsd:string ; 132 rdfs:label "Calendar Free Period"^^xsd:string ;
138 - rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; 133 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ;
139 rdfs:subClassOf 134 rdfs:subClassOf
140 [ rdf:type owl:Restriction ; 135 [ rdf:type owl:Restriction ;
141 owl:onClass ILAP:Calendar ; 136 owl:onClass ILAP:Calendar ;
...@@ -147,31 +142,31 @@ ILAP:CalendarFreePeriod ...@@ -147,31 +142,31 @@ ILAP:CalendarFreePeriod
147 ] . 142 ] .
148 143
149 ILAP:CalendarFreePeriodWeekRepeat 144 ILAP:CalendarFreePeriodWeekRepeat
150 - 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> ;
151 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 ;
152 rdfs:label "Calendar Free Period Week Repeat"^^xsd:string ; 147 rdfs:label "Calendar Free Period Week Repeat"^^xsd:string ;
153 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . 148 + rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> .
154 149
155 ILAP:CalendarHour 150 ILAP:CalendarHour
156 - 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 ;
157 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 ;
158 rdfs:label "Calendar Hour"^^xsd:string ; 153 rdfs:label "Calendar Hour"^^xsd:string ;
159 - 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 .
160 155
161 ILAP:CalendarPeriod 156 ILAP:CalendarPeriod
162 - 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> ;
163 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 ;
164 rdfs:label "Calendar Period"^^xsd:string ; 159 rdfs:label "Calendar Period"^^xsd:string ;
165 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; 160 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ;
166 rdfs:subClassOf 161 rdfs:subClassOf
167 [ rdf:type owl:Restriction ; 162 [ rdf:type owl:Restriction ;
168 - owl:allValuesFrom ILAP:CalendarHour ; 163 + owl:allValuesFrom ILAP:CalendarDay ;
169 - owl:onProperty ILAP:hasCalendarPeriodHour 164 + owl:onProperty ILAP:hasCalendarPeriodDay
170 ] ; 165 ] ;
171 rdfs:subClassOf 166 rdfs:subClassOf
172 [ rdf:type owl:Restriction ; 167 [ rdf:type owl:Restriction ;
173 - owl:allValuesFrom ILAP:CalendarDay ; 168 + owl:allValuesFrom ILAP:CalendarHour ;
174 - owl:onProperty ILAP:hasCalendarPeriodDay 169 + owl:onProperty ILAP:hasCalendarPeriodHour
175 ] . 170 ] .
176 171
177 ILAP:Category 172 ILAP:Category
...@@ -189,7 +184,7 @@ ILAP:Constraint ...@@ -189,7 +184,7 @@ ILAP:Constraint
189 rdf:type owl:Class ; 184 rdf:type owl:Class ;
190 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 ;
191 rdfs:label "Constraint"^^xsd:string ; 186 rdfs:label "Constraint"^^xsd:string ;
192 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> . 187 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing .
193 188
194 ILAP:ConstructionMilestone 189 ILAP:ConstructionMilestone
195 rdf:type owl:Class ; 190 rdf:type owl:Class ;
...@@ -200,7 +195,7 @@ ILAP:Contract ...@@ -200,7 +195,7 @@ ILAP:Contract
200 rdf:type owl:Class ; 195 rdf:type owl:Class ;
201 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 ;
202 rdfs:label "Contract"^^xsd:string ; 197 rdfs:label "Contract"^^xsd:string ;
203 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . 198 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing .
204 199
205 ILAP:ContractMilestone 200 ILAP:ContractMilestone
206 rdf:type owl:Class ; 201 rdf:type owl:Class ;
...@@ -228,7 +223,7 @@ ILAP:Cost ...@@ -228,7 +223,7 @@ ILAP:Cost
228 rdf:type owl:Class ; 223 rdf:type owl:Class ;
229 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 ;
230 rdfs:label "Cost"^^xsd:string ; 225 rdfs:label "Cost"^^xsd:string ;
231 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . 226 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing .
232 227
233 ILAP:CostBased 228 ILAP:CostBased
234 rdf:type owl:Class ; 229 rdf:type owl:Class ;
...@@ -243,7 +238,7 @@ ILAP:Criticality ...@@ -243,7 +238,7 @@ ILAP:Criticality
243 rdfs:subClassOf owl:Thing . 238 rdfs:subClassOf owl:Thing .
244 239
245 ILAP:CurrentSchedule 240 ILAP:CurrentSchedule
246 - 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 ;
247 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 ;
248 rdfs:label "Current Schedule"^^xsd:string ; 243 rdfs:label "Current Schedule"^^xsd:string ;
249 rdfs:subClassOf ILAP:Schedule . 244 rdfs:subClassOf ILAP:Schedule .
...@@ -252,7 +247,7 @@ ILAP:Data ...@@ -252,7 +247,7 @@ ILAP:Data
252 rdf:type owl:Class ; 247 rdf:type owl:Class ;
253 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 ;
254 rdfs:label "Data"^^xsd:string ; 249 rdfs:label "Data"^^xsd:string ;
255 - rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; 250 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ;
256 rdfs:subClassOf 251 rdfs:subClassOf
257 [ rdf:type owl:Restriction ; 252 [ rdf:type owl:Restriction ;
258 owl:onClass ILAP:Project ; 253 owl:onClass ILAP:Project ;
...@@ -328,7 +323,7 @@ ILAP:DesignMilestone ...@@ -328,7 +323,7 @@ ILAP:DesignMilestone
328 rdfs:subClassOf ILAP:MilestoneType . 323 rdfs:subClassOf ILAP:MilestoneType .
329 324
330 ILAP:Discipline 325 ILAP:Discipline
331 - 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 ;
332 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 ;
333 rdfs:label "Discipline"^^xsd:string ; 328 rdfs:label "Discipline"^^xsd:string ;
334 rdfs:subClassOf owl:Thing . 329 rdfs:subClassOf owl:Thing .
...@@ -349,14 +344,16 @@ ILAP:EngineeringMilestone ...@@ -349,14 +344,16 @@ ILAP:EngineeringMilestone
349 rdfs:subClassOf ILAP:MilestoneType . 344 rdfs:subClassOf ILAP:MilestoneType .
350 345
351 ILAP:ExternalReference 346 ILAP:ExternalReference
352 - 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> ;
353 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 ;
354 rdfs:label "External Reference"^^xsd:string ; 349 rdfs:label "External Reference"^^xsd:string ;
355 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; 350 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ;
356 rdfs:subClassOf 351 rdfs:subClassOf
357 [ rdf:type owl:Restriction ; 352 [ rdf:type owl:Restriction ;
358 - owl:allValuesFrom ILAP:Application ; 353 + owl:onDataRange xsd:string ;
359 - owl:onProperty ILAP:hasReferenceApplication 354 + owl:onProperty ILAP:hasObjectReferenceID ;
355 + owl:qualifiedCardinality
356 + "1"^^xsd:nonNegativeInteger
360 ] ; 357 ] ;
361 rdfs:subClassOf 358 rdfs:subClassOf
362 [ rdf:type owl:Restriction ; 359 [ rdf:type owl:Restriction ;
...@@ -365,10 +362,8 @@ ILAP:ExternalReference ...@@ -365,10 +362,8 @@ ILAP:ExternalReference
365 ] ; 362 ] ;
366 rdfs:subClassOf 363 rdfs:subClassOf
367 [ rdf:type owl:Restriction ; 364 [ rdf:type owl:Restriction ;
368 - owl:onDataRange xsd:string ; 365 + owl:allValuesFrom ILAP:Application ;
369 - owl:onProperty ILAP:hasObjectReferenceID ; 366 + owl:onProperty ILAP:hasReferenceApplication
370 - owl:qualifiedCardinality
371 - "1"^^xsd:nonNegativeInteger
372 ] . 367 ] .
373 368
374 ILAP:Facility 369 ILAP:Facility
...@@ -384,16 +379,16 @@ ILAP:Field ...@@ -384,16 +379,16 @@ ILAP:Field
384 rdfs:subClassOf ILAP:Asset . 379 rdfs:subClassOf ILAP:Asset .
385 380
386 ILAP:FinishToFinish 381 ILAP:FinishToFinish
387 - 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> ;
388 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 ;
389 rdfs:label "Finish to Finish"^^xsd:string ; 384 rdfs:label "Finish to Finish"^^xsd:string ;
390 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 385 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
391 386
392 ILAP:FinishToStart 387 ILAP:FinishToStart
393 - 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> ;
394 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 ;
395 rdfs:label "Finish to Start"^^xsd:string ; 390 rdfs:label "Finish to Start"^^xsd:string ;
396 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 391 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
397 392
398 ILAP:FunctionalLocation 393 ILAP:FunctionalLocation
399 rdf:type owl:Class ; 394 rdf:type owl:Class ;
...@@ -423,7 +418,7 @@ ILAP:Information ...@@ -423,7 +418,7 @@ ILAP:Information
423 rdf:type owl:Class ; 418 rdf:type owl:Class ;
424 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 ;
425 rdfs:label "Information"^^xsd:string ; 420 rdfs:label "Information"^^xsd:string ;
426 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . 421 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing .
427 422
428 ILAP:Knowledge 423 ILAP:Knowledge
429 rdf:type owl:Class ; 424 rdf:type owl:Class ;
...@@ -444,16 +439,16 @@ ILAP:LifecyclePhase ...@@ -444,16 +439,16 @@ ILAP:LifecyclePhase
444 rdfs:subClassOf ILAP:Phase . 439 rdfs:subClassOf ILAP:Phase .
445 440
446 ILAP:LiveSchedule 441 ILAP:LiveSchedule
447 - 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 ;
448 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 ;
449 rdfs:label "Live Schedule"^^xsd:string ; 444 rdfs:label "Live Schedule"^^xsd:string ;
450 rdfs:subClassOf ILAP:Schedule . 445 rdfs:subClassOf ILAP:Schedule .
451 446
452 ILAP:Location 447 ILAP:Location
453 - 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> ;
454 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 ;
455 rdfs:label "Location"^^xsd:string ; 450 rdfs:label "Location"^^xsd:string ;
456 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . 451 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> .
457 452
458 ILAP:LowCriticality 453 ILAP:LowCriticality
459 rdf:type owl:Class ; 454 rdf:type owl:Class ;
...@@ -480,7 +475,7 @@ ILAP:MaterialOrderStatus ...@@ -480,7 +475,7 @@ ILAP:MaterialOrderStatus
480 rdfs:subClassOf ILAP:Status . 475 rdfs:subClassOf ILAP:Status .
481 476
482 ILAP:Milestone 477 ILAP:Milestone
483 - 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 ;
484 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 ;
485 rdfs:label "Milestone"^^xsd:string . 480 rdfs:label "Milestone"^^xsd:string .
486 481
...@@ -493,7 +488,7 @@ ILAP:Network ...@@ -493,7 +488,7 @@ ILAP:Network
493 rdf:type owl:Class ; 488 rdf:type owl:Class ;
494 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 ;
495 rdfs:label "Network"^^xsd:string ; 490 rdfs:label "Network"^^xsd:string ;
496 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . 491 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing .
497 492
498 ILAP:NormalCriticality 493 ILAP:NormalCriticality
499 rdf:type owl:Class ; 494 rdf:type owl:Class ;
...@@ -558,66 +553,81 @@ ILAP:PhysicalLocation ...@@ -558,66 +553,81 @@ ILAP:PhysicalLocation
558 rdfs:subClassOf ILAP:Location . 553 rdfs:subClassOf ILAP:Location .
559 554
560 ILAP:PlanClassifier 555 ILAP:PlanClassifier
561 - 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> ;
562 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 ;
563 rdfs:label "Plan Classifier"^^xsd:string ; 558 rdfs:label "Plan Classifier"^^xsd:string ;
564 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . 559 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing .
565 560
566 ILAP:PlanContentType 561 ILAP:PlanContentType
567 - 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> ;
568 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 ;
569 rdfs:label "Plan Content Type"^^xsd:string ; 564 rdfs:label "Plan Content Type"^^xsd:string ;
570 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . 565 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier .
571 566
572 ILAP:PlanContractType 567 ILAP:PlanContractType
573 - 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 ;
574 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 ;
575 rdfs:label "Plan Contract Type"^^xsd:string ; 570 rdfs:label "Plan Contract Type"^^xsd:string ;
576 rdfs:subClassOf ILAP:PlanClassifier . 571 rdfs:subClassOf ILAP:PlanClassifier .
577 572
578 ILAP:PlanExpenseType 573 ILAP:PlanExpenseType
579 - 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 ;
580 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 ;
581 rdfs:label "Plan Expense Type"^^xsd:string ; 576 rdfs:label "Plan Expense Type"^^xsd:string ;
582 rdfs:subClassOf ILAP:PlanClassifier . 577 rdfs:subClassOf ILAP:PlanClassifier .
583 578
584 ILAP:PlanGeoArea 579 ILAP:PlanGeoArea
585 - 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> ;
586 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 ;
587 rdfs:label "Plan Geographic Area"^^xsd:string ; 582 rdfs:label "Plan Geographic Area"^^xsd:string ;
588 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 583 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
589 584
590 ILAP:PlanLevel 585 ILAP:PlanLevel
591 - 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> ;
592 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 ;
593 rdfs:label "Plan Level"^^xsd:string ; 588 rdfs:label "Plan Level"^^xsd:string ;
594 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 589 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
595 590
596 ILAP:PlanLifecycleStage 591 ILAP:PlanLifecycleStage
597 - 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 ;
598 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 ;
599 rdfs:label "Plan Lifecycle Stage"^^xsd:string ; 594 rdfs:label "Plan Lifecycle Stage"^^xsd:string ;
600 - rdfs:subClassOf ILAP:LifecyclePhase , <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 595 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> , ILAP:LifecyclePhase .
601 596
602 ILAP:PlanObjectiveType 597 ILAP:PlanObjectiveType
603 - 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 ;
604 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 ;
605 rdfs:label "Plan Objective Type"^^xsd:string ; 600 rdfs:label "Plan Objective Type"^^xsd:string ;
606 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . 601 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> .
607 602
608 ILAP:PlanProjectType 603 ILAP:PlanProjectType
609 - 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> ;
610 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 ;
611 rdfs:label "Plan Project Type"^^xsd:string ; 606 rdfs:label "Plan Project Type"^^xsd:string ;
612 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . 607 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> .
613 608
614 ILAP:PlannedActivity 609 ILAP:PlannedActivity
615 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 ;
616 rdfs:comment "An Activity that is part of an Execution Plan, and for which the scope of work is defined."^^xsd:string ; 611 rdfs:comment "An Activity that is part of an Execution Plan, and for which the scope of work is defined."^^xsd:string ;
617 - rdfs:label "Planned Activity (Activity in Execution Plan)"^^xsd:string ; 612 + rdfs:label "Planned Activity (Activity in Activity Plan)"^^xsd:string ;
618 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; 613 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
619 rdfs:subClassOf 614 rdfs:subClassOf
620 [ rdf:type owl:Restriction ; 615 [ rdf:type owl:Restriction ;
616 + owl:allValuesFrom ILAP:ActivityDependency ;
617 + owl:onProperty ILAP:hasActivitySuccessor
618 + ] ;
619 + rdfs:subClassOf
620 + [ rdf:type owl:Restriction ;
621 + owl:allValuesFrom ILAP:Calendar ;
622 + owl:onProperty ILAP:hasActivityCalendar
623 + ] ;
624 + rdfs:subClassOf
625 + [ rdf:type owl:Restriction ;
626 + owl:allValuesFrom ILAP:Location ;
627 + owl:onProperty ILAP:hasActivityLocation
628 + ] ;
629 + rdfs:subClassOf
630 + [ rdf:type owl:Restriction ;
621 owl:maxQualifiedCardinality 631 owl:maxQualifiedCardinality
622 "1"^^xsd:nonNegativeInteger ; 632 "1"^^xsd:nonNegativeInteger ;
623 owl:onClass ILAP:ProjectExecutionPlan ; 633 owl:onClass ILAP:ProjectExecutionPlan ;
...@@ -625,8 +635,8 @@ ILAP:PlannedActivity ...@@ -625,8 +635,8 @@ ILAP:PlannedActivity
625 ] ; 635 ] ;
626 rdfs:subClassOf 636 rdfs:subClassOf
627 [ rdf:type owl:Restriction ; 637 [ rdf:type owl:Restriction ;
628 - owl:allValuesFrom ILAP:ActivityWBS ; 638 + owl:allValuesFrom ILAP:ResourceProfile ;
629 - owl:onProperty ILAP:hasActivityWBSelement 639 + owl:onProperty ILAP:hasActivityResourceProfile
630 ] ; 640 ] ;
631 rdfs:subClassOf 641 rdfs:subClassOf
632 [ rdf:type owl:Restriction ; 642 [ rdf:type owl:Restriction ;
...@@ -637,38 +647,28 @@ ILAP:PlannedActivity ...@@ -637,38 +647,28 @@ ILAP:PlannedActivity
637 ] ; 647 ] ;
638 rdfs:subClassOf 648 rdfs:subClassOf
639 [ rdf:type owl:Restriction ; 649 [ rdf:type owl:Restriction ;
640 - owl:allValuesFrom ILAP:ActivityDependency ;
641 - owl:onProperty ILAP:hasActivityPredecessor
642 - ] ;
643 - rdfs:subClassOf
644 - [ rdf:type owl:Restriction ;
645 owl:allValuesFrom ILAP:ResponsiblePerson ; 650 owl:allValuesFrom ILAP:ResponsiblePerson ;
646 owl:onProperty ILAP:hasActivityResponsiblePerson 651 owl:onProperty ILAP:hasActivityResponsiblePerson
647 ] ; 652 ] ;
648 rdfs:subClassOf 653 rdfs:subClassOf
649 [ rdf:type owl:Restriction ; 654 [ rdf:type owl:Restriction ;
650 - owl:onProperty ILAP:hasActivityDiscipline ; 655 + owl:allValuesFrom ILAP:ActivityWBS ;
651 - owl:someValuesFrom ILAP:Discipline 656 + owl:onProperty ILAP:hasActivityWBSelement
652 - ] ;
653 - rdfs:subClassOf
654 - [ rdf:type owl:Restriction ;
655 - owl:allValuesFrom ILAP:Result ;
656 - owl:onProperty ILAP:hasActivityResult
657 ] ; 657 ] ;
658 rdfs:subClassOf 658 rdfs:subClassOf
659 [ rdf:type owl:Restriction ; 659 [ rdf:type owl:Restriction ;
660 - owl:allValuesFrom ILAP:Location ; 660 + owl:allValuesFrom ILAP:ActivityDependency ;
661 - owl:onProperty ILAP:hasActivityLocation 661 + owl:onProperty ILAP:hasActivityPredecessor
662 ] ; 662 ] ;
663 rdfs:subClassOf 663 rdfs:subClassOf
664 [ rdf:type owl:Restriction ; 664 [ rdf:type owl:Restriction ;
665 - owl:allValuesFrom ILAP:ActivityDependency ; 665 + owl:allValuesFrom ILAP:Result ;
666 - owl:onProperty ILAP:hasActivitySuccessor 666 + owl:onProperty ILAP:hasActivityResult
667 ] ; 667 ] ;
668 rdfs:subClassOf 668 rdfs:subClassOf
669 [ rdf:type owl:Restriction ; 669 [ rdf:type owl:Restriction ;
670 - owl:allValuesFrom ILAP:ResourceProfile ; 670 + owl:onProperty ILAP:hasActivityDiscipline ;
671 - owl:onProperty ILAP:hasActivityResourceProfile 671 + owl:someValuesFrom ILAP:Discipline
672 ] . 672 ] .
673 673
674 ILAP:PlannedMilestone 674 ILAP:PlannedMilestone
...@@ -685,9 +685,9 @@ ILAP:PlanningApplication ...@@ -685,9 +685,9 @@ ILAP:PlanningApplication
685 685
686 ILAP:Portfolio 686 ILAP:Portfolio
687 rdf:type owl:Class ; 687 rdf:type owl:Class ;
688 - rdfs:comment "A collection of Projects and Programmes (Portfolio components) grouped together to facilitate their management to meet strategic objectives (ISO 21502)."^^xsd:string ; 688 + rdfs:comment "An Activity that is a collection of Projects and Programmes (Portfolio components) grouped together to facilitate their management to meet strategic objectives (from ISO 21502)."^^xsd:string ;
689 rdfs:label "Portfolio"^^xsd:string ; 689 rdfs:label "Portfolio"^^xsd:string ;
690 - rdfs:subClassOf ILAP:Project . 690 + rdfs:subClassOf ILAP:Activity .
691 691
692 ILAP:Priority 692 ILAP:Priority
693 rdf:type owl:Class ; 693 rdf:type owl:Class ;
...@@ -707,20 +707,24 @@ ILAP:ProductionMilestone ...@@ -707,20 +707,24 @@ ILAP:ProductionMilestone
707 707
708 ILAP:Programme 708 ILAP:Programme
709 rdf:type owl:Class ; 709 rdf:type owl:Class ;
710 - rdfs:comment """A group of related Projects, Programmes, and other related Activity components. 710 + rdfs:comment "An Activity that is a group of related Projects and related Activities (from ISO 21500)."^^xsd:string ;
711 -(ISO 21500)."""^^xsd:string ;
712 rdfs:label "Programme"^^xsd:string ; 711 rdfs:label "Programme"^^xsd:string ;
713 - rdfs:subClassOf ILAP:Project . 712 + rdfs:subClassOf ILAP:Activity .
714 713
715 ILAP:Project 714 ILAP:Project
716 - 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 ;
717 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 ;
718 rdfs:label "Project"^^xsd:string ; 717 rdfs:label "Project"^^xsd:string ;
719 rdfs:subClassOf ILAP:Activity ; 718 rdfs:subClassOf ILAP:Activity ;
720 rdfs:subClassOf 719 rdfs:subClassOf
721 [ rdf:type owl:Restriction ; 720 [ rdf:type owl:Restriction ;
722 - owl:allValuesFrom BRREG:OilCompany ; 721 + owl:allValuesFrom ILAP:Project ;
723 - 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
724 ] ; 728 ] ;
725 rdfs:subClassOf 729 rdfs:subClassOf
726 [ rdf:type owl:Restriction ; 730 [ rdf:type owl:Restriction ;
...@@ -731,71 +735,63 @@ ILAP:Project ...@@ -731,71 +735,63 @@ ILAP:Project
731 ] ; 735 ] ;
732 rdfs:subClassOf 736 rdfs:subClassOf
733 [ rdf:type owl:Restriction ; 737 [ rdf:type owl:Restriction ;
734 - owl:allValuesFrom ILAP:ExternalReference ; 738 + owl:allValuesFrom BRREG:OilCompany ;
735 - owl:onProperty ILAP:hasExternalReference 739 + owl:onProperty ILAP:hasProjectResponsible
736 - ] ;
737 - rdfs:subClassOf
738 - [ rdf:type owl:Restriction ;
739 - owl:allValuesFrom ILAP:Project ;
740 - owl:onProperty ILAP:hasProjectSubproject
741 ] . 740 ] .
742 741
743 ILAP:ProjectExecutionPlan 742 ILAP:ProjectExecutionPlan
744 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 743 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
745 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 ; 744 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 ;
746 - rdfs:label "Project Execution Plan (Planned Activity Network)"^^xsd:string ; 745 + rdfs:label "Project Execution Plan"^^xsd:string ;
747 rdfs:subClassOf ILAP:Network ; 746 rdfs:subClassOf ILAP:Network ;
748 rdfs:subClassOf 747 rdfs:subClassOf
749 [ rdf:type owl:Restriction ; 748 [ rdf:type owl:Restriction ;
750 - owl:allValuesFrom ILAP:PlanLifecycleStage ; 749 + owl:onProperty ILAP:hasPlanLevel ;
751 - owl:onProperty ILAP:hasPlanLifecycleStage 750 + owl:someValuesFrom ILAP:PlanLevel
752 - ] ;
753 - rdfs:subClassOf
754 - [ rdf:type owl:Restriction ;
755 - owl:allValuesFrom ILAP:ProjectExecutionPlan ;
756 - owl:onProperty ILAP:hasPlanSubplan
757 ] ; 751 ] ;
758 rdfs:subClassOf 752 rdfs:subClassOf
759 [ rdf:type owl:Restriction ; 753 [ rdf:type owl:Restriction ;
760 - owl:allValuesFrom BRREG:LegalEntity ; 754 + owl:maxQualifiedCardinality
761 - owl:onProperty ILAP:hasPlanResponsible 755 + "1"^^xsd:nonNegativeInteger ;
756 + owl:onClass ILAP:Project ;
757 + owl:onProperty ILAP:hasPlanProject
762 ] ; 758 ] ;
763 rdfs:subClassOf 759 rdfs:subClassOf
764 [ rdf:type owl:Restriction ; 760 [ rdf:type owl:Restriction ;
765 - owl:onProperty ILAP:hasPlanContentType ; 761 + owl:allValuesFrom ILAP:PlanObjectiveType ;
766 - owl:someValuesFrom ILAP:PlanContentType 762 + owl:onProperty ILAP:hasPlanObjectiveType
767 ] ; 763 ] ;
768 rdfs:subClassOf 764 rdfs:subClassOf
769 [ rdf:type owl:Restriction ; 765 [ rdf:type owl:Restriction ;
770 - owl:onProperty ILAP:hasPlanProjectType ; 766 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
771 - owl:someValuesFrom ILAP:PlanProjectType 767 + owl:onProperty ILAP:hasPlanSubplan
772 ] ; 768 ] ;
773 rdfs:subClassOf 769 rdfs:subClassOf
774 [ rdf:type owl:Restriction ; 770 [ rdf:type owl:Restriction ;
775 - owl:allValuesFrom ILAP:PlanObjectiveType ; 771 + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
776 - owl:onProperty ILAP:hasPlanObjectiveType 772 + owl:onProperty ILAP:hasPlanAsset
777 ] ; 773 ] ;
778 rdfs:subClassOf 774 rdfs:subClassOf
779 [ rdf:type owl:Restriction ; 775 [ rdf:type owl:Restriction ;
780 - owl:allValuesFrom ILAP:PlanContractType ; 776 + owl:allValuesFrom ILAP:PlanLifecycleStage ;
781 - owl:onProperty ILAP:hasPlanContractType 777 + owl:onProperty ILAP:hasPlanLifecycleStage
782 ] ; 778 ] ;
783 rdfs:subClassOf 779 rdfs:subClassOf
784 [ rdf:type owl:Restriction ; 780 [ rdf:type owl:Restriction ;
785 owl:maxQualifiedCardinality 781 owl:maxQualifiedCardinality
786 "1"^^xsd:nonNegativeInteger ; 782 "1"^^xsd:nonNegativeInteger ;
787 - owl:onClass ILAP:Project ; 783 + owl:onClass ILAP:PlanLevel ;
788 - owl:onProperty ILAP:hasPlanProject 784 + owl:onProperty ILAP:hasPlanLevel
789 ] ; 785 ] ;
790 rdfs:subClassOf 786 rdfs:subClassOf
791 [ rdf:type owl:Restriction ; 787 [ rdf:type owl:Restriction ;
792 - owl:onProperty ILAP:hasPlanGeoArea ; 788 + owl:onProperty ILAP:hasPlanContentType ;
793 - owl:someValuesFrom ILAP:PlanGeoArea 789 + owl:someValuesFrom ILAP:PlanContentType
794 ] ; 790 ] ;
795 rdfs:subClassOf 791 rdfs:subClassOf
796 [ rdf:type owl:Restriction ; 792 [ rdf:type owl:Restriction ;
797 - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; 793 + owl:allValuesFrom ILAP:PlanContractType ;
798 - owl:onProperty ILAP:hasPlanAsset 794 + owl:onProperty ILAP:hasPlanContractType
799 ] ; 795 ] ;
800 rdfs:subClassOf 796 rdfs:subClassOf
801 [ rdf:type owl:Restriction ; 797 [ rdf:type owl:Restriction ;
...@@ -804,15 +800,18 @@ ILAP:ProjectExecutionPlan ...@@ -804,15 +800,18 @@ ILAP:ProjectExecutionPlan
804 ] ; 800 ] ;
805 rdfs:subClassOf 801 rdfs:subClassOf
806 [ rdf:type owl:Restriction ; 802 [ rdf:type owl:Restriction ;
807 - owl:onProperty ILAP:hasPlanLevel ; 803 + owl:onProperty ILAP:hasPlanProjectType ;
808 - owl:someValuesFrom ILAP:PlanLevel 804 + owl:someValuesFrom ILAP:PlanProjectType
809 ] ; 805 ] ;
810 rdfs:subClassOf 806 rdfs:subClassOf
811 [ rdf:type owl:Restriction ; 807 [ rdf:type owl:Restriction ;
812 - owl:maxQualifiedCardinality 808 + owl:onProperty ILAP:hasPlanGeoArea ;
813 - "1"^^xsd:nonNegativeInteger ; 809 + owl:someValuesFrom ILAP:PlanGeoArea
814 - owl:onClass ILAP:PlanLevel ; 810 + ] ;
815 - owl:onProperty ILAP:hasPlanLevel 811 + rdfs:subClassOf
812 + [ rdf:type owl:Restriction ;
813 + owl:allValuesFrom BRREG:LegalEntity ;
814 + owl:onProperty ILAP:hasPlanResponsible
816 ] . 815 ] .
817 816
818 ILAP:ProjectMilestone 817 ILAP:ProjectMilestone
...@@ -845,10 +844,10 @@ ILAP:RFOCissued ...@@ -845,10 +844,10 @@ ILAP:RFOCissued
845 rdfs:subClassOf ILAP:CommissioningMilestone . 844 rdfs:subClassOf ILAP:CommissioningMilestone .
846 845
847 ILAP:Regular8To16WorkingDayCalendar 846 ILAP:Regular8To16WorkingDayCalendar
848 - 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 ;
849 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 ;
850 rdfs:label "Regular 8 To 16 Working Day Calendar"^^xsd:string ; 849 rdfs:label "Regular 8 To 16 Working Day Calendar"^^xsd:string ;
851 - 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 .
852 851
853 ILAP:Regulator 852 ILAP:Regulator
854 rdf:type owl:Class ; 853 rdf:type owl:Class ;
...@@ -857,10 +856,10 @@ ILAP:Regulator ...@@ -857,10 +856,10 @@ ILAP:Regulator
857 rdfs:subClassOf ILAP:ResponsibleOrganization . 856 rdfs:subClassOf ILAP:ResponsibleOrganization .
858 857
859 ILAP:Resource 858 ILAP:Resource
860 - 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> ;
861 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 ;
862 rdfs:label "Resource"^^xsd:string ; 861 rdfs:label "Resource"^^xsd:string ;
863 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . 862 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing .
864 863
865 ILAP:ResourceEstimate 864 ILAP:ResourceEstimate
866 rdf:type owl:Class ; 865 rdf:type owl:Class ;
...@@ -868,16 +867,16 @@ ILAP:ResourceEstimate ...@@ -868,16 +867,16 @@ ILAP:ResourceEstimate
868 rdfs:label "Resource Estimate"^^xsd:string . 867 rdfs:label "Resource Estimate"^^xsd:string .
869 868
870 ILAP:ResourceProfile 869 ILAP:ResourceProfile
871 - 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 ;
872 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 ;
873 rdfs:label "Resource Profile"^^xsd:string ; 872 rdfs:label "Resource Profile"^^xsd:string ;
874 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . 873 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> .
875 874
876 ILAP:ResourceProfilePoint 875 ILAP:ResourceProfilePoint
877 - 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> ;
878 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 ;
879 rdfs:label "Resource Profile Point"^^xsd:string ; 878 rdfs:label "Resource Profile Point"^^xsd:string ;
880 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . 879 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing .
881 880
882 ILAP:ResourceType 881 ILAP:ResourceType
883 rdf:type owl:Class ; 882 rdf:type owl:Class ;
...@@ -891,19 +890,19 @@ ILAP:ResponsibleActor ...@@ -891,19 +890,19 @@ ILAP:ResponsibleActor
891 rdfs:subClassOf owl:Thing . 890 rdfs:subClassOf owl:Thing .
892 891
893 ILAP:ResponsibleOrganization 892 ILAP:ResponsibleOrganization
894 - 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 ;
895 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 ;
896 rdfs:label "Responsible Organization"^^xsd:string ; 895 rdfs:label "Responsible Organization"^^xsd:string ;
897 rdfs:subClassOf ILAP:ResponsibleActor . 896 rdfs:subClassOf ILAP:ResponsibleActor .
898 897
899 ILAP:ResponsiblePerson 898 ILAP:ResponsiblePerson
900 - 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 ;
901 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 ;
902 rdfs:label "Responsible Person"^^xsd:string ; 901 rdfs:label "Responsible Person"^^xsd:string ;
903 rdfs:subClassOf ILAP:ResponsibleActor . 902 rdfs:subClassOf ILAP:ResponsibleActor .
904 903
905 ILAP:Result 904 ILAP:Result
906 - 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> ;
907 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 ;
908 rdfs:label "Result"^^xsd:string ; 907 rdfs:label "Result"^^xsd:string ;
909 rdfs:subClassOf owl:Thing . 908 rdfs:subClassOf owl:Thing .
...@@ -938,10 +937,10 @@ ILAP:SACissued ...@@ -938,10 +937,10 @@ ILAP:SACissued
938 rdfs:subClassOf ILAP:CommissioningMilestone . 937 rdfs:subClassOf ILAP:CommissioningMilestone .
939 938
940 ILAP:Schedule 939 ILAP:Schedule
941 - 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> ;
942 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 ;
943 rdfs:label "Schedule (Scheduled Activity Network)"^^xsd:string ; 942 rdfs:label "Schedule (Scheduled Activity Network)"^^xsd:string ;
944 - rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; 943 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ;
945 rdfs:subClassOf 944 rdfs:subClassOf
946 [ rdf:type owl:Restriction ; 945 [ rdf:type owl:Restriction ;
947 owl:maxQualifiedCardinality 946 owl:maxQualifiedCardinality
...@@ -951,9 +950,9 @@ ILAP:Schedule ...@@ -951,9 +950,9 @@ ILAP:Schedule
951 ] . 950 ] .
952 951
953 ILAP:ScheduledActivity 952 ILAP:ScheduledActivity
954 - 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 ;
955 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 ;
956 - rdfs:label "Scheduled Activity (Activity in Network Schedule)"^^xsd:string ; 955 + rdfs:label "Scheduled Activity (Activity in Schedule)"^^xsd:string ;
957 rdfs:subClassOf ILAP:PlannedActivity ; 956 rdfs:subClassOf ILAP:PlannedActivity ;
958 rdfs:subClassOf 957 rdfs:subClassOf
959 [ rdf:type owl:Restriction ; 958 [ rdf:type owl:Restriction ;
...@@ -995,10 +994,10 @@ ILAP:ShutdownType ...@@ -995,10 +994,10 @@ ILAP:ShutdownType
995 rdfs:subClassOf owl:Thing . 994 rdfs:subClassOf owl:Thing .
996 995
997 ILAP:Source 996 ILAP:Source
998 - 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 ;
999 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 ;
1000 rdfs:label "Source"^^xsd:string ; 999 rdfs:label "Source"^^xsd:string ;
1001 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . 1000 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing .
1002 1001
1003 ILAP:StartMilestone 1002 ILAP:StartMilestone
1004 rdf:type owl:Class ; 1003 rdf:type owl:Class ;
...@@ -1006,25 +1005,25 @@ ILAP:StartMilestone ...@@ -1006,25 +1005,25 @@ ILAP:StartMilestone
1006 rdfs:subClassOf ILAP:MilestoneType . 1005 rdfs:subClassOf ILAP:MilestoneType .
1007 1006
1008 ILAP:StartToFinish 1007 ILAP:StartToFinish
1009 - 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> ;
1010 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 ;
1011 rdfs:label "Start to Finish"^^xsd:string ; 1010 rdfs:label "Start to Finish"^^xsd:string ;
1012 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 1011 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
1013 1012
1014 ILAP:StartToStart 1013 ILAP:StartToStart
1015 - 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> ;
1016 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 ;
1017 rdfs:label "Start to Start"^^xsd:string ; 1016 rdfs:label "Start to Start"^^xsd:string ;
1018 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 1017 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
1019 1018
1020 ILAP:Status 1019 ILAP:Status
1021 - 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> ;
1022 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 ;
1023 rdfs:label "Status"^^xsd:string ; 1022 rdfs:label "Status"^^xsd:string ;
1024 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . 1023 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> .
1025 1024
1026 ILAP:TargetSchedule 1025 ILAP:TargetSchedule
1027 - 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> ;
1028 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 ;
1029 rdfs:label "Target Schedule"^^xsd:string ; 1028 rdfs:label "Target Schedule"^^xsd:string ;
1030 rdfs:subClassOf ILAP:Schedule . 1029 rdfs:subClassOf ILAP:Schedule .
...@@ -1050,13 +1049,13 @@ ILAP:Value ...@@ -1050,13 +1049,13 @@ ILAP:Value
1050 rdf:type owl:Class ; 1049 rdf:type owl:Class ;
1051 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 ;
1052 rdfs:label "Value"^^xsd:string ; 1051 rdfs:label "Value"^^xsd:string ;
1053 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . 1052 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing .
1054 1053
1055 ILAP:WeekendsFreeCalendar 1054 ILAP:WeekendsFreeCalendar
1056 - 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 ;
1057 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 ;
1058 rdfs:label "Weekends Free Calendar"^^xsd:string ; 1057 rdfs:label "Weekends Free Calendar"^^xsd:string ;
1059 - rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . 1058 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar .
1060 1059
1061 ILAP:WorkOrder 1060 ILAP:WorkOrder
1062 rdf:type owl:Class ; 1061 rdf:type owl:Class ;
...@@ -1065,10 +1064,10 @@ ILAP:WorkOrder ...@@ -1065,10 +1064,10 @@ ILAP:WorkOrder
1065 rdfs:subClassOf ILAP:Network . 1064 rdfs:subClassOf ILAP:Network .
1066 1065
1067 ILAP:WorkTask 1066 ILAP:WorkTask
1068 - 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> ;
1069 - 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 ; 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 ;
1070 rdfs:label "Work Task"^^xsd:string ; 1069 rdfs:label "Work Task"^^xsd:string ;
1071 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , ILAP:Activity ; 1070 + rdfs:subClassOf ILAP:Activity , <http://posccaesar.org/rdl/RDS3149> ;
1072 rdfs:subClassOf 1071 rdfs:subClassOf
1073 [ rdf:type owl:Restriction ; 1072 [ rdf:type owl:Restriction ;
1074 owl:allValuesFrom BRREG:LegalEntity ; 1073 owl:allValuesFrom BRREG:LegalEntity ;
...@@ -1157,9 +1156,9 @@ ILAP:hasActivityFacility ...@@ -1157,9 +1156,9 @@ ILAP:hasActivityFacility
1157 1156
1158 ILAP:hasActivityInScheduleActivityInPlan 1157 ILAP:hasActivityInScheduleActivityInPlan
1159 rdf:type owl:ObjectProperty ; 1158 rdf:type owl:ObjectProperty ;
1160 - rdfs:comment "A Relationship between a Scheduled Activity and the corresponding Planned Activity (note that in general a plan will be scheduled many times during execution, and thus a Planned Activity will have a set of Scheduled Activities)."^^xsd:string ; 1159 + rdfs:comment "A Relationship between a Scheduled Activity and the corresponding Planned Activity (note that in general a plan will be scheduled many times during execution, and thus a Planned Activity will typically have a set of Scheduled Activities)."^^xsd:string ;
1161 rdfs:domain ILAP:ScheduledActivity ; 1160 rdfs:domain ILAP:ScheduledActivity ;
1162 - rdfs:label "has activity in schedule activity in plan"^^xsd:string ; 1161 + rdfs:label "has Activity in Schedule Activity in Plan"^^xsd:string ;
1163 rdfs:range ILAP:PlannedActivity . 1162 rdfs:range ILAP:PlannedActivity .
1164 1163
1165 ILAP:hasActivityLocation 1164 ILAP:hasActivityLocation
...@@ -1219,7 +1218,7 @@ ILAP:hasActivityPhysicalPercentComplete ...@@ -1219,7 +1218,7 @@ ILAP:hasActivityPhysicalPercentComplete
1219 rdfs:range xsd:float . 1218 rdfs:range xsd:float .
1220 1219
1221 ILAP:hasActivityPlan 1220 ILAP:hasActivityPlan
1222 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1221 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1223 rdfs:comment "A Relationship between a Planned Activity and the Execution Plan of which it is a part."^^xsd:string ; 1222 rdfs:comment "A Relationship between a Planned Activity and the Execution Plan of which it is a part."^^xsd:string ;
1224 rdfs:domain ILAP:PlannedActivity ; 1223 rdfs:domain ILAP:PlannedActivity ;
1225 rdfs:label "has Activity Plan"^^xsd:string ; 1224 rdfs:label "has Activity Plan"^^xsd:string ;
...@@ -1277,7 +1276,7 @@ ILAP:hasActivityResponsibleOrganization ...@@ -1277,7 +1276,7 @@ ILAP:hasActivityResponsibleOrganization
1277 rdfs:range ILAP:ResponsibleOrganization . 1276 rdfs:range ILAP:ResponsibleOrganization .
1278 1277
1279 ILAP:hasActivityResponsiblePerson 1278 ILAP:hasActivityResponsiblePerson
1280 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1279 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1281 rdfs:comment "A Relationship between an Activity and an individual Person that has been assigned responsibility."^^xsd:string ; 1280 rdfs:comment "A Relationship between an Activity and an individual Person that has been assigned responsibility."^^xsd:string ;
1282 rdfs:domain ILAP:PlannedActivity ; 1281 rdfs:domain ILAP:PlannedActivity ;
1283 rdfs:label "has Activity Responsible Actor"^^xsd:string ; 1282 rdfs:label "has Activity Responsible Actor"^^xsd:string ;
...@@ -1318,7 +1317,7 @@ ILAP:hasActivityStatus ...@@ -1318,7 +1317,7 @@ ILAP:hasActivityStatus
1318 rdfs:range ILAP:Status . 1317 rdfs:range ILAP:Status .
1319 1318
1320 ILAP:hasActivitySuccessor 1319 ILAP:hasActivitySuccessor
1321 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1320 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1322 rdfs:comment "A Relationship between a Planned Activity and the Activity Dependency object that follows it."^^xsd:string ; 1321 rdfs:comment "A Relationship between a Planned Activity and the Activity Dependency object that follows it."^^xsd:string ;
1323 rdfs:domain ILAP:PlannedActivity ; 1322 rdfs:domain ILAP:PlannedActivity ;
1324 rdfs:label "has Activity Successor"^^xsd:string ; 1323 rdfs:label "has Activity Successor"^^xsd:string ;
...@@ -1389,7 +1388,7 @@ ILAP:hasCalendarDate ...@@ -1389,7 +1388,7 @@ ILAP:hasCalendarDate
1389 rdfs:label "has Calendar Date"^^xsd:string . 1388 rdfs:label "has Calendar Date"^^xsd:string .
1390 1389
1391 ILAP:hasCalendarPeriod 1390 ILAP:hasCalendarPeriod
1392 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1391 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1393 rdfs:comment "A Relationship between a Calendar and its Free Period."^^xsd:string ; 1392 rdfs:comment "A Relationship between a Calendar and its Free Period."^^xsd:string ;
1394 rdfs:domain ILAP:Calendar ; 1393 rdfs:domain ILAP:Calendar ;
1395 rdfs:label "has Calendar Period"^^xsd:string ; 1394 rdfs:label "has Calendar Period"^^xsd:string ;
...@@ -1456,7 +1455,7 @@ ILAP:hasEarlyFinish ...@@ -1456,7 +1455,7 @@ ILAP:hasEarlyFinish
1456 rdf:type owl:DatatypeProperty ; 1455 rdf:type owl:DatatypeProperty ;
1457 rdfs:comment "A has Schedule Date property which describes the earliest finish date of an Activity."^^xsd:string ; 1456 rdfs:comment "A has Schedule Date property which describes the earliest finish date of an Activity."^^xsd:string ;
1458 rdfs:domain ILAP:ScheduledActivity ; 1457 rdfs:domain ILAP:ScheduledActivity ;
1459 - rdfs:label "has early finish"^^xsd:string ; 1458 + rdfs:label "has Early Finish"^^xsd:string ;
1460 rdfs:range xsd:date ; 1459 rdfs:range xsd:date ;
1461 rdfs:subPropertyOf ILAP:hasScheduleDate . 1460 rdfs:subPropertyOf ILAP:hasScheduleDate .
1462 1461
...@@ -1464,7 +1463,7 @@ ILAP:hasEarlyStart ...@@ -1464,7 +1463,7 @@ ILAP:hasEarlyStart
1464 rdf:type owl:DatatypeProperty ; 1463 rdf:type owl:DatatypeProperty ;
1465 rdfs:comment "A has Schedule Date property which describes the earliest start date of an Activity according to network analysis, forward pass."^^xsd:string ; 1464 rdfs:comment "A has Schedule Date property which describes the earliest start date of an Activity according to network analysis, forward pass."^^xsd:string ;
1466 rdfs:domain ILAP:ScheduledActivity ; 1465 rdfs:domain ILAP:ScheduledActivity ;
1467 - rdfs:label "has early start"^^xsd:string ; 1466 + rdfs:label "has Early Start"^^xsd:string ;
1468 rdfs:range xsd:date ; 1467 rdfs:range xsd:date ;
1469 rdfs:subPropertyOf ILAP:hasScheduleDate . 1468 rdfs:subPropertyOf ILAP:hasScheduleDate .
1470 1469
...@@ -1472,7 +1471,7 @@ ILAP:hasEarlyStartActual ...@@ -1472,7 +1471,7 @@ ILAP:hasEarlyStartActual
1472 rdf:type owl:DatatypeProperty ; 1471 rdf:type owl:DatatypeProperty ;
1473 rdfs:comment "A has Schedule Date property which describes the Earliest Finish Date minus Duration (Safran-specific, transfer if calculated to avoid differences between planning programs)."^^xsd:string ; 1472 rdfs:comment "A has Schedule Date property which describes the Earliest Finish Date minus Duration (Safran-specific, transfer if calculated to avoid differences between planning programs)."^^xsd:string ;
1474 rdfs:domain ILAP:ScheduledActivity ; 1473 rdfs:domain ILAP:ScheduledActivity ;
1475 - rdfs:label "has early start actual "^^xsd:string ; 1474 + rdfs:label "has Early Start Actual "^^xsd:string ;
1476 rdfs:range xsd:date ; 1475 rdfs:range xsd:date ;
1477 rdfs:subPropertyOf ILAP:hasScheduleDate . 1476 rdfs:subPropertyOf ILAP:hasScheduleDate .
1478 1477
...@@ -1487,7 +1486,7 @@ ILAP:hasFixedFinish ...@@ -1487,7 +1486,7 @@ ILAP:hasFixedFinish
1487 rdf:type owl:DatatypeProperty ; 1486 rdf:type owl:DatatypeProperty ;
1488 rdfs:comment "A has Schedule Date property which describes a fixed finish date of an Activity."^^xsd:string ; 1487 rdfs:comment "A has Schedule Date property which describes a fixed finish date of an Activity."^^xsd:string ;
1489 rdfs:domain ILAP:PlannedActivity ; 1488 rdfs:domain ILAP:PlannedActivity ;
1490 - rdfs:label "has fixed finish"^^xsd:string ; 1489 + rdfs:label "has Fixed Finish"^^xsd:string ;
1491 rdfs:range xsd:date ; 1490 rdfs:range xsd:date ;
1492 rdfs:subPropertyOf ILAP:hasScheduleDate . 1491 rdfs:subPropertyOf ILAP:hasScheduleDate .
1493 1492
...@@ -1495,7 +1494,7 @@ ILAP:hasFixedStart ...@@ -1495,7 +1494,7 @@ ILAP:hasFixedStart
1495 rdf:type owl:DatatypeProperty ; 1494 rdf:type owl:DatatypeProperty ;
1496 rdfs:comment "A has Schedule Date property which describes a fixed start date of an Activity."^^xsd:string ; 1495 rdfs:comment "A has Schedule Date property which describes a fixed start date of an Activity."^^xsd:string ;
1497 rdfs:domain ILAP:PlannedActivity ; 1496 rdfs:domain ILAP:PlannedActivity ;
1498 - rdfs:label "has fixed start"^^xsd:string ; 1497 + rdfs:label "has Fixed Start"^^xsd:string ;
1499 rdfs:range xsd:date ; 1498 rdfs:range xsd:date ;
1500 rdfs:subPropertyOf ILAP:hasScheduleDate . 1499 rdfs:subPropertyOf ILAP:hasScheduleDate .
1501 1500
...@@ -1535,7 +1534,7 @@ ILAP:hasLateFinish ...@@ -1535,7 +1534,7 @@ ILAP:hasLateFinish
1535 rdf:type owl:DatatypeProperty ; 1534 rdf:type owl:DatatypeProperty ;
1536 rdfs:comment "A has Schedule Date property which describes the latest finish date of an Activity."^^xsd:string ; 1535 rdfs:comment "A has Schedule Date property which describes the latest finish date of an Activity."^^xsd:string ;
1537 rdfs:domain ILAP:ScheduledActivity ; 1536 rdfs:domain ILAP:ScheduledActivity ;
1538 - rdfs:label "has late finish"^^xsd:string ; 1537 + rdfs:label "has Late Finish"^^xsd:string ;
1539 rdfs:range xsd:date ; 1538 rdfs:range xsd:date ;
1540 rdfs:subPropertyOf ILAP:hasScheduleDate . 1539 rdfs:subPropertyOf ILAP:hasScheduleDate .
1541 1540
...@@ -1543,7 +1542,7 @@ ILAP:hasLateStart ...@@ -1543,7 +1542,7 @@ ILAP:hasLateStart
1543 rdf:type owl:DatatypeProperty ; 1542 rdf:type owl:DatatypeProperty ;
1544 rdfs:comment "A has Schedule Date property which describes the latest start date of an Activity according to network analysis, backward pass."^^xsd:string ; 1543 rdfs:comment "A has Schedule Date property which describes the latest start date of an Activity according to network analysis, backward pass."^^xsd:string ;
1545 rdfs:domain ILAP:ScheduledActivity ; 1544 rdfs:domain ILAP:ScheduledActivity ;
1546 - rdfs:label "has late start"^^xsd:string ; 1545 + rdfs:label "has Late Start"^^xsd:string ;
1547 rdfs:range xsd:date ; 1546 rdfs:range xsd:date ;
1548 rdfs:subPropertyOf ILAP:hasScheduleDate . 1547 rdfs:subPropertyOf ILAP:hasScheduleDate .
1549 1548
...@@ -1606,7 +1605,7 @@ ILAP:hasObjectReferenceID ...@@ -1606,7 +1605,7 @@ ILAP:hasObjectReferenceID
1606 ILAP:hasOperationWorkOrder 1605 ILAP:hasOperationWorkOrder
1607 rdf:type owl:ObjectProperty ; 1606 rdf:type owl:ObjectProperty ;
1608 rdfs:domain ILAP:Operation ; 1607 rdfs:domain ILAP:Operation ;
1609 - rdfs:label "has operation work order"^^xsd:string ; 1608 + rdfs:label "has Operation Work Order"^^xsd:string ;
1610 rdfs:range ILAP:WorkOrder . 1609 rdfs:range ILAP:WorkOrder .
1611 1610
1612 ILAP:hasOriginalActivityDuration 1611 ILAP:hasOriginalActivityDuration
...@@ -1635,7 +1634,7 @@ ILAP:hasPlanAssetOwner ...@@ -1635,7 +1634,7 @@ ILAP:hasPlanAssetOwner
1635 rdf:type owl:ObjectProperty ; 1634 rdf:type owl:ObjectProperty ;
1636 rdfs:comment "A has Plan Participant relationship involving Responsible Organization."^^xsd:string ; 1635 rdfs:comment "A has Plan Participant relationship involving Responsible Organization."^^xsd:string ;
1637 rdfs:domain ILAP:ProjectExecutionPlan ; 1636 rdfs:domain ILAP:ProjectExecutionPlan ;
1638 - rdfs:label "has asset plan owner"^^xsd:string ; 1637 + rdfs:label "has Asset Plan Owner"^^xsd:string ;
1639 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1638 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1640 1639
1641 ILAP:hasPlanContentType 1640 ILAP:hasPlanContentType
...@@ -1656,7 +1655,7 @@ ILAP:hasPlanContractor ...@@ -1656,7 +1655,7 @@ ILAP:hasPlanContractor
1656 rdf:type owl:ObjectProperty ; 1655 rdf:type owl:ObjectProperty ;
1657 rdfs:comment "A has Plan Participant relationship involving a Contractor."^^xsd:string ; 1656 rdfs:comment "A has Plan Participant relationship involving a Contractor."^^xsd:string ;
1658 rdfs:domain ILAP:ProjectExecutionPlan ; 1657 rdfs:domain ILAP:ProjectExecutionPlan ;
1659 - rdfs:label "has plan contractor"^^xsd:string ; 1658 + rdfs:label "has Plan Contractor"^^xsd:string ;
1660 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1659 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1661 1660
1662 ILAP:hasPlanExpenseType 1661 ILAP:hasPlanExpenseType
...@@ -1684,7 +1683,7 @@ ILAP:hasPlanGeoArea ...@@ -1684,7 +1683,7 @@ ILAP:hasPlanGeoArea
1684 rdf:type owl:ObjectProperty ; 1683 rdf:type owl:ObjectProperty ;
1685 rdfs:comment "A Relationship between a Project Execution Plan and its Geographic Area Classification."^^xsd:string ; 1684 rdfs:comment "A Relationship between a Project Execution Plan and its Geographic Area Classification."^^xsd:string ;
1686 rdfs:domain ILAP:ProjectExecutionPlan ; 1685 rdfs:domain ILAP:ProjectExecutionPlan ;
1687 - rdfs:label "has Plan Geo Area"^^xsd:string ; 1686 + rdfs:label "has Plan Geographic Area"^^xsd:string ;
1688 rdfs:range ILAP:PlanGeoArea . 1687 rdfs:range ILAP:PlanGeoArea .
1689 1688
1690 ILAP:hasPlanLevel 1689 ILAP:hasPlanLevel
...@@ -1705,7 +1704,7 @@ ILAP:hasPlanLicensePartner ...@@ -1705,7 +1704,7 @@ ILAP:hasPlanLicensePartner
1705 rdf:type owl:ObjectProperty ; 1704 rdf:type owl:ObjectProperty ;
1706 rdfs:comment "A has Plan Participant relationship involving Responsible Organization."^^xsd:string ; 1705 rdfs:comment "A has Plan Participant relationship involving Responsible Organization."^^xsd:string ;
1707 rdfs:domain ILAP:ProjectExecutionPlan ; 1706 rdfs:domain ILAP:ProjectExecutionPlan ;
1708 - rdfs:label "has plan license partner"^^xsd:string ; 1707 + rdfs:label "has Plan License Partner"^^xsd:string ;
1709 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1708 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1710 1709
1711 ILAP:hasPlanLifecycleStage 1710 ILAP:hasPlanLifecycleStage
...@@ -1726,7 +1725,7 @@ ILAP:hasPlanOperator ...@@ -1726,7 +1725,7 @@ ILAP:hasPlanOperator
1726 rdf:type owl:ObjectProperty ; 1725 rdf:type owl:ObjectProperty ;
1727 rdfs:comment "A has Plan Participant relationship involving an Operator."^^xsd:string ; 1726 rdfs:comment "A has Plan Participant relationship involving an Operator."^^xsd:string ;
1728 rdfs:domain ILAP:ProjectExecutionPlan ; 1727 rdfs:domain ILAP:ProjectExecutionPlan ;
1729 - rdfs:label "has plan operator"^^xsd:string ; 1728 + rdfs:label "has Plan Operator"^^xsd:string ;
1730 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1729 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1731 1730
1732 ILAP:hasPlanProject 1731 ILAP:hasPlanProject
...@@ -1747,11 +1746,11 @@ ILAP:hasPlanRegulator ...@@ -1747,11 +1746,11 @@ ILAP:hasPlanRegulator
1747 rdf:type owl:ObjectProperty ; 1746 rdf:type owl:ObjectProperty ;
1748 rdfs:comment "A has Plan Participant relationship involving a Responsible Organization."^^xsd:string ; 1747 rdfs:comment "A has Plan Participant relationship involving a Responsible Organization."^^xsd:string ;
1749 rdfs:domain ILAP:ProjectExecutionPlan ; 1748 rdfs:domain ILAP:ProjectExecutionPlan ;
1750 - rdfs:label "has plan regulator"^^xsd:string ; 1749 + rdfs:label "has Plan Regulator"^^xsd:string ;
1751 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1750 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1752 1751
1753 ILAP:hasPlanResponsible 1752 ILAP:hasPlanResponsible
1754 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1753 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1755 rdfs:comment "A Relationship between a Project Execution Plan and a Responsible Organization."^^xsd:string ; 1754 rdfs:comment "A Relationship between a Project Execution Plan and a Responsible Organization."^^xsd:string ;
1756 rdfs:domain ILAP:ProjectExecutionPlan ; 1755 rdfs:domain ILAP:ProjectExecutionPlan ;
1757 rdfs:label "has Plan Responsible"^^xsd:string ; 1756 rdfs:label "has Plan Responsible"^^xsd:string ;
...@@ -1768,7 +1767,7 @@ ILAP:hasPlanShutdown ...@@ -1768,7 +1767,7 @@ ILAP:hasPlanShutdown
1768 rdf:type owl:ObjectProperty ; 1767 rdf:type owl:ObjectProperty ;
1769 rdfs:comment "A Relationship between a Project Execution Plan and a Shutdown."^^xsd:string ; 1768 rdfs:comment "A Relationship between a Project Execution Plan and a Shutdown."^^xsd:string ;
1770 rdfs:domain ILAP:ProjectExecutionPlan ; 1769 rdfs:domain ILAP:ProjectExecutionPlan ;
1771 - rdfs:label "has plan shutdown"^^xsd:string ; 1770 + rdfs:label "has Plan Shutdown"^^xsd:string ;
1772 rdfs:range ILAP:Shutdown . 1771 rdfs:range ILAP:Shutdown .
1773 1772
1774 ILAP:hasPlanSubplan 1773 ILAP:hasPlanSubplan
...@@ -1782,7 +1781,7 @@ ILAP:hasPlanSupplier ...@@ -1782,7 +1781,7 @@ ILAP:hasPlanSupplier
1782 rdf:type owl:ObjectProperty ; 1781 rdf:type owl:ObjectProperty ;
1783 rdfs:comment "A has Plan Participant relationship involving a Responsible Organization."^^xsd:string ; 1782 rdfs:comment "A has Plan Participant relationship involving a Responsible Organization."^^xsd:string ;
1784 rdfs:domain ILAP:ProjectExecutionPlan ; 1783 rdfs:domain ILAP:ProjectExecutionPlan ;
1785 - rdfs:label "has plan supplier"^^xsd:string ; 1784 + rdfs:label "has Plan Supplier"^^xsd:string ;
1786 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1785 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1787 1786
1788 ILAP:hasPredecessorActivity 1787 ILAP:hasPredecessorActivity
...@@ -1944,7 +1943,7 @@ ILAP:hasScheduledFinish ...@@ -1944,7 +1943,7 @@ ILAP:hasScheduledFinish
1944 rdf:type owl:DatatypeProperty ; 1943 rdf:type owl:DatatypeProperty ;
1945 rdfs:comment "A has Schedule Date property which describes the date which an Activity is aimed to end."^^xsd:string ; 1944 rdfs:comment "A has Schedule Date property which describes the date which an Activity is aimed to end."^^xsd:string ;
1946 rdfs:domain ILAP:ScheduledActivity ; 1945 rdfs:domain ILAP:ScheduledActivity ;
1947 - rdfs:label "has scheduled finish"^^xsd:string ; 1946 + rdfs:label "has Scheduled Finish"^^xsd:string ;
1948 rdfs:range xsd:date ; 1947 rdfs:range xsd:date ;
1949 rdfs:subPropertyOf ILAP:hasScheduleDate . 1948 rdfs:subPropertyOf ILAP:hasScheduleDate .
1950 1949
...@@ -1952,7 +1951,7 @@ ILAP:hasScheduledStart ...@@ -1952,7 +1951,7 @@ ILAP:hasScheduledStart
1952 rdf:type owl:DatatypeProperty ; 1951 rdf:type owl:DatatypeProperty ;
1953 rdfs:comment "A has Schedule Date property which describes the date which an Activity is aimed to start."^^xsd:string ; 1952 rdfs:comment "A has Schedule Date property which describes the date which an Activity is aimed to start."^^xsd:string ;
1954 rdfs:domain ILAP:ScheduledActivity ; 1953 rdfs:domain ILAP:ScheduledActivity ;
1955 - rdfs:label "has scheduled start"^^xsd:string ; 1954 + rdfs:label "has Scheduled Start"^^xsd:string ;
1956 rdfs:range xsd:date ; 1955 rdfs:range xsd:date ;
1957 rdfs:subPropertyOf ILAP:hasScheduleDate . 1956 rdfs:subPropertyOf ILAP:hasScheduleDate .
1958 1957
...@@ -1960,7 +1959,7 @@ ILAP:hasShutdownActivity ...@@ -1960,7 +1959,7 @@ ILAP:hasShutdownActivity
1960 rdf:type owl:ObjectProperty ; 1959 rdf:type owl:ObjectProperty ;
1961 rdfs:comment "A Relationship between a Shutdown and the Activity it is tied to"^^xsd:string ; 1960 rdfs:comment "A Relationship between a Shutdown and the Activity it is tied to"^^xsd:string ;
1962 rdfs:domain ILAP:Shutdown ; 1961 rdfs:domain ILAP:Shutdown ;
1963 - rdfs:label "has Shutdown Phase"^^xsd:string ; 1962 + rdfs:label "has Shutdown Activity"^^xsd:string ;
1964 rdfs:range ILAP:PlannedActivity . 1963 rdfs:range ILAP:PlannedActivity .
1965 1964
1966 ILAP:hasShutdownPeriod 1965 ILAP:hasShutdownPeriod
...@@ -1994,7 +1993,7 @@ ILAP:hasSourceApplication ...@@ -1994,7 +1993,7 @@ ILAP:hasSourceApplication
1994 ILAP:hasSourceData 1993 ILAP:hasSourceData
1995 rdf:type owl:ObjectProperty ; 1994 rdf:type owl:ObjectProperty ;
1996 rdfs:domain ILAP:Source ; 1995 rdfs:domain ILAP:Source ;
1997 - rdfs:label "has source data"^^xsd:string ; 1996 + rdfs:label "has Source Data"^^xsd:string ;
1998 rdfs:range ILAP:Data . 1997 rdfs:range ILAP:Data .
1999 1998
2000 ILAP:hasSourceInformation 1999 ILAP:hasSourceInformation
...@@ -2011,7 +2010,7 @@ ILAP:hasSourceUserField ...@@ -2011,7 +2010,7 @@ ILAP:hasSourceUserField
2011 rdfs:label "has Source User Field"^^xsd:string . 2010 rdfs:label "has Source User Field"^^xsd:string .
2012 2011
2013 ILAP:hasSuccessorActivity 2012 ILAP:hasSuccessorActivity
2014 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 2013 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
2015 rdfs:comment "A Relationship between an Activity Dependency and a Planned Activity that follows it."^^xsd:string ; 2014 rdfs:comment "A Relationship between an Activity Dependency and a Planned Activity that follows it."^^xsd:string ;
2016 rdfs:domain ILAP:ActivityDependency ; 2015 rdfs:domain ILAP:ActivityDependency ;
2017 rdfs:label "has Successor Activity "^^xsd:string ; 2016 rdfs:label "has Successor Activity "^^xsd:string ;
...@@ -2044,13 +2043,13 @@ ILAP:hasTimeNow ...@@ -2044,13 +2043,13 @@ ILAP:hasTimeNow
2044 rdfs:comment "A Property that holds the Time of calculation for the latest Schedule."^^xsd:string ; 2043 rdfs:comment "A Property that holds the Time of calculation for the latest Schedule."^^xsd:string ;
2045 rdfs:domain ILAP:Schedule ; 2044 rdfs:domain ILAP:Schedule ;
2046 rdfs:label "has Time Now"^^xsd:string ; 2045 rdfs:label "has Time Now"^^xsd:string ;
2047 - rdfs:range xsd:dateTime , xsd:date . 2046 + rdfs:range xsd:date , xsd:dateTime .
2048 2047
2049 ILAP:hasValueAsset 2048 ILAP:hasValueAsset
2050 rdf:type owl:ObjectProperty ; 2049 rdf:type owl:ObjectProperty ;
2051 rdfs:comment "A Relationship between a Value and the Asset it belongs to."^^xsd:string ; 2050 rdfs:comment "A Relationship between a Value and the Asset it belongs to."^^xsd:string ;
2052 rdfs:domain ILAP:Value ; 2051 rdfs:domain ILAP:Value ;
2053 - rdfs:label "has value asset"^^xsd:string ; 2052 + rdfs:label "has Value Asset"^^xsd:string ;
2054 rdfs:range ILAP:Asset . 2053 rdfs:range ILAP:Asset .
2055 2054
2056 ILAP:hasWBScomponent 2055 ILAP:hasWBScomponent
......
...@@ -16,12 +16,12 @@ USERFIELDS:FreeTextField ...@@ -16,12 +16,12 @@ USERFIELDS:FreeTextField
16 rdfs:subClassOf owl:Thing ; 16 rdfs:subClassOf owl:Thing ;
17 rdfs:subClassOf 17 rdfs:subClassOf
18 [ rdf:type owl:Restriction ; 18 [ rdf:type owl:Restriction ;
19 - owl:onProperty USERFIELDS:hasShort ; 19 + owl:onProperty USERFIELDS:hasValue ;
20 owl:someValuesFrom xsd:string 20 owl:someValuesFrom xsd:string
21 ] ; 21 ] ;
22 rdfs:subClassOf 22 rdfs:subClassOf
23 [ rdf:type owl:Restriction ; 23 [ rdf:type owl:Restriction ;
24 - owl:onProperty USERFIELDS:hasValue ; 24 + owl:onProperty USERFIELDS:hasShort ;
25 owl:someValuesFrom xsd:string 25 owl:someValuesFrom xsd:string
26 ] . 26 ] .
27 27
...@@ -34,245 +34,245 @@ USERFIELDS:UserField ...@@ -34,245 +34,245 @@ USERFIELDS:UserField
34 owl:maxQualifiedCardinality 34 owl:maxQualifiedCardinality
35 "1"^^xsd:nonNegativeInteger ; 35 "1"^^xsd:nonNegativeInteger ;
36 owl:onClass USERFIELDS:FreeTextField ; 36 owl:onClass USERFIELDS:FreeTextField ;
37 - owl:onProperty USERFIELDS:hasPortfolio 37 + owl:onProperty USERFIELDS:hasCompletionStatus
38 ] ; 38 ] ;
39 rdfs:subClassOf 39 rdfs:subClassOf
40 [ rdf:type owl:Restriction ; 40 [ rdf:type owl:Restriction ;
41 owl:maxQualifiedCardinality 41 owl:maxQualifiedCardinality
42 "1"^^xsd:nonNegativeInteger ; 42 "1"^^xsd:nonNegativeInteger ;
43 owl:onClass USERFIELDS:FreeTextField ; 43 owl:onClass USERFIELDS:FreeTextField ;
44 - owl:onProperty USERFIELDS:hasShutDownPeriod 44 + owl:onProperty USERFIELDS:hasExecutionSubDiscipline
45 ] ; 45 ] ;
46 rdfs:subClassOf 46 rdfs:subClassOf
47 [ rdf:type owl:Restriction ; 47 [ rdf:type owl:Restriction ;
48 owl:maxQualifiedCardinality 48 owl:maxQualifiedCardinality
49 "1"^^xsd:nonNegativeInteger ; 49 "1"^^xsd:nonNegativeInteger ;
50 owl:onClass USERFIELDS:FreeTextField ; 50 owl:onClass USERFIELDS:FreeTextField ;
51 - owl:onProperty USERFIELDS:hasWBS 51 + owl:onProperty USERFIELDS:hasCriticalPath
52 ] ; 52 ] ;
53 rdfs:subClassOf 53 rdfs:subClassOf
54 [ rdf:type owl:Restriction ; 54 [ rdf:type owl:Restriction ;
55 owl:maxQualifiedCardinality 55 owl:maxQualifiedCardinality
56 "1"^^xsd:nonNegativeInteger ; 56 "1"^^xsd:nonNegativeInteger ;
57 owl:onClass USERFIELDS:FreeTextField ; 57 owl:onClass USERFIELDS:FreeTextField ;
58 - owl:onProperty USERFIELDS:hasWorkOrder 58 + owl:onProperty USERFIELDS:hasLocationOfWork
59 ] ; 59 ] ;
60 rdfs:subClassOf 60 rdfs:subClassOf
61 [ rdf:type owl:Restriction ; 61 [ rdf:type owl:Restriction ;
62 owl:maxQualifiedCardinality 62 owl:maxQualifiedCardinality
63 "1"^^xsd:nonNegativeInteger ; 63 "1"^^xsd:nonNegativeInteger ;
64 owl:onClass USERFIELDS:FreeTextField ; 64 owl:onClass USERFIELDS:FreeTextField ;
65 - owl:onProperty USERFIELDS:hasGeographicLocation 65 + owl:onProperty USERFIELDS:hasTaskResponsible
66 ] ; 66 ] ;
67 rdfs:subClassOf 67 rdfs:subClassOf
68 [ rdf:type owl:Restriction ; 68 [ rdf:type owl:Restriction ;
69 owl:maxQualifiedCardinality 69 owl:maxQualifiedCardinality
70 "1"^^xsd:nonNegativeInteger ; 70 "1"^^xsd:nonNegativeInteger ;
71 owl:onClass USERFIELDS:FreeTextField ; 71 owl:onClass USERFIELDS:FreeTextField ;
72 - owl:onProperty USERFIELDS:hasReporting 72 + owl:onProperty USERFIELDS:hasShutDownPeriod
73 ] ; 73 ] ;
74 rdfs:subClassOf 74 rdfs:subClassOf
75 [ rdf:type owl:Restriction ; 75 [ rdf:type owl:Restriction ;
76 owl:maxQualifiedCardinality 76 owl:maxQualifiedCardinality
77 "1"^^xsd:nonNegativeInteger ; 77 "1"^^xsd:nonNegativeInteger ;
78 owl:onClass USERFIELDS:FreeTextField ; 78 owl:onClass USERFIELDS:FreeTextField ;
79 - owl:onProperty USERFIELDS:hasLocationOfWork 79 + owl:onProperty USERFIELDS:hasReporting
80 ] ; 80 ] ;
81 rdfs:subClassOf 81 rdfs:subClassOf
82 [ rdf:type owl:Restriction ; 82 [ rdf:type owl:Restriction ;
83 owl:maxQualifiedCardinality 83 owl:maxQualifiedCardinality
84 "1"^^xsd:nonNegativeInteger ; 84 "1"^^xsd:nonNegativeInteger ;
85 owl:onClass USERFIELDS:FreeTextField ; 85 owl:onClass USERFIELDS:FreeTextField ;
86 - owl:onProperty USERFIELDS:hasAreaOnFacility 86 + owl:onProperty USERFIELDS:hasSystemType
87 ] ; 87 ] ;
88 rdfs:subClassOf 88 rdfs:subClassOf
89 [ rdf:type owl:Restriction ; 89 [ rdf:type owl:Restriction ;
90 owl:maxQualifiedCardinality 90 owl:maxQualifiedCardinality
91 "1"^^xsd:nonNegativeInteger ; 91 "1"^^xsd:nonNegativeInteger ;
92 owl:onClass USERFIELDS:FreeTextField ; 92 owl:onClass USERFIELDS:FreeTextField ;
93 - owl:onProperty USERFIELDS:hasProjectCode 93 + owl:onProperty USERFIELDS:hasMainActivity
94 ] ; 94 ] ;
95 rdfs:subClassOf 95 rdfs:subClassOf
96 [ rdf:type owl:Restriction ; 96 [ rdf:type owl:Restriction ;
97 owl:maxQualifiedCardinality 97 owl:maxQualifiedCardinality
98 "1"^^xsd:nonNegativeInteger ; 98 "1"^^xsd:nonNegativeInteger ;
99 owl:onClass USERFIELDS:FreeTextField ; 99 owl:onClass USERFIELDS:FreeTextField ;
100 - owl:onProperty USERFIELDS:hasWBSpart4 100 + owl:onProperty USERFIELDS:hasOwnerDepartment
101 ] ; 101 ] ;
102 rdfs:subClassOf 102 rdfs:subClassOf
103 [ rdf:type owl:Restriction ; 103 [ rdf:type owl:Restriction ;
104 owl:maxQualifiedCardinality 104 owl:maxQualifiedCardinality
105 "1"^^xsd:nonNegativeInteger ; 105 "1"^^xsd:nonNegativeInteger ;
106 owl:onClass USERFIELDS:FreeTextField ; 106 owl:onClass USERFIELDS:FreeTextField ;
107 - owl:onProperty USERFIELDS:hasSection 107 + owl:onProperty USERFIELDS:hasSupplierATS
108 ] ; 108 ] ;
109 rdfs:subClassOf 109 rdfs:subClassOf
110 [ rdf:type owl:Restriction ; 110 [ rdf:type owl:Restriction ;
111 owl:maxQualifiedCardinality 111 owl:maxQualifiedCardinality
112 "1"^^xsd:nonNegativeInteger ; 112 "1"^^xsd:nonNegativeInteger ;
113 owl:onClass USERFIELDS:FreeTextField ; 113 owl:onClass USERFIELDS:FreeTextField ;
114 - owl:onProperty USERFIELDS:hasWBSpart5 114 + owl:onProperty USERFIELDS:hasPortfolio
115 ] ; 115 ] ;
116 rdfs:subClassOf 116 rdfs:subClassOf
117 [ rdf:type owl:Restriction ; 117 [ rdf:type owl:Restriction ;
118 owl:maxQualifiedCardinality 118 owl:maxQualifiedCardinality
119 "1"^^xsd:nonNegativeInteger ; 119 "1"^^xsd:nonNegativeInteger ;
120 owl:onClass USERFIELDS:FreeTextField ; 120 owl:onClass USERFIELDS:FreeTextField ;
121 - owl:onProperty USERFIELDS:hasWBSpart2 121 + owl:onProperty USERFIELDS:hasAssignment
122 ] ; 122 ] ;
123 rdfs:subClassOf 123 rdfs:subClassOf
124 [ rdf:type owl:Restriction ; 124 [ rdf:type owl:Restriction ;
125 owl:maxQualifiedCardinality 125 owl:maxQualifiedCardinality
126 "1"^^xsd:nonNegativeInteger ; 126 "1"^^xsd:nonNegativeInteger ;
127 owl:onClass USERFIELDS:FreeTextField ; 127 owl:onClass USERFIELDS:FreeTextField ;
128 - owl:onProperty USERFIELDS:hasOwnerDepartment 128 + owl:onProperty USERFIELDS:hasWBSpart4
129 ] ; 129 ] ;
130 rdfs:subClassOf 130 rdfs:subClassOf
131 [ rdf:type owl:Restriction ; 131 [ rdf:type owl:Restriction ;
132 owl:maxQualifiedCardinality 132 owl:maxQualifiedCardinality
133 "1"^^xsd:nonNegativeInteger ; 133 "1"^^xsd:nonNegativeInteger ;
134 owl:onClass USERFIELDS:FreeTextField ; 134 owl:onClass USERFIELDS:FreeTextField ;
135 - owl:onProperty USERFIELDS:hasMechanicalCompletionPackage 135 + owl:onProperty USERFIELDS:hasWBS
136 ] ; 136 ] ;
137 rdfs:subClassOf 137 rdfs:subClassOf
138 [ rdf:type owl:Restriction ; 138 [ rdf:type owl:Restriction ;
139 owl:maxQualifiedCardinality 139 owl:maxQualifiedCardinality
140 "1"^^xsd:nonNegativeInteger ; 140 "1"^^xsd:nonNegativeInteger ;
141 owl:onClass USERFIELDS:FreeTextField ; 141 owl:onClass USERFIELDS:FreeTextField ;
142 - owl:onProperty USERFIELDS:hasKPIStatus 142 + owl:onProperty USERFIELDS:hasWorkOrder
143 ] ; 143 ] ;
144 rdfs:subClassOf 144 rdfs:subClassOf
145 [ rdf:type owl:Restriction ; 145 [ rdf:type owl:Restriction ;
146 owl:maxQualifiedCardinality 146 owl:maxQualifiedCardinality
147 "1"^^xsd:nonNegativeInteger ; 147 "1"^^xsd:nonNegativeInteger ;
148 owl:onClass USERFIELDS:FreeTextField ; 148 owl:onClass USERFIELDS:FreeTextField ;
149 - owl:onProperty USERFIELDS:hasNetwork 149 + owl:onProperty USERFIELDS:hasGeographicLocation
150 ] ; 150 ] ;
151 rdfs:subClassOf 151 rdfs:subClassOf
152 [ rdf:type owl:Restriction ; 152 [ rdf:type owl:Restriction ;
153 owl:maxQualifiedCardinality 153 owl:maxQualifiedCardinality
154 "1"^^xsd:nonNegativeInteger ; 154 "1"^^xsd:nonNegativeInteger ;
155 owl:onClass USERFIELDS:FreeTextField ; 155 owl:onClass USERFIELDS:FreeTextField ;
156 - owl:onProperty USERFIELDS:hasBuildingBlock 156 + owl:onProperty USERFIELDS:hasActivityProgress
157 ] ; 157 ] ;
158 rdfs:subClassOf 158 rdfs:subClassOf
159 [ rdf:type owl:Restriction ; 159 [ rdf:type owl:Restriction ;
160 owl:maxQualifiedCardinality 160 owl:maxQualifiedCardinality
161 "1"^^xsd:nonNegativeInteger ; 161 "1"^^xsd:nonNegativeInteger ;
162 owl:onClass USERFIELDS:FreeTextField ; 162 owl:onClass USERFIELDS:FreeTextField ;
163 - owl:onProperty USERFIELDS:hasMainActivity 163 + owl:onProperty USERFIELDS:hasNetwork
164 ] ; 164 ] ;
165 rdfs:subClassOf 165 rdfs:subClassOf
166 [ rdf:type owl:Restriction ; 166 [ rdf:type owl:Restriction ;
167 owl:maxQualifiedCardinality 167 owl:maxQualifiedCardinality
168 "1"^^xsd:nonNegativeInteger ; 168 "1"^^xsd:nonNegativeInteger ;
169 owl:onClass USERFIELDS:FreeTextField ; 169 owl:onClass USERFIELDS:FreeTextField ;
170 - owl:onProperty USERFIELDS:hasCriticalPath 170 + owl:onProperty USERFIELDS:hasJobCardStatus
171 ] ; 171 ] ;
172 rdfs:subClassOf 172 rdfs:subClassOf
173 [ rdf:type owl:Restriction ; 173 [ rdf:type owl:Restriction ;
174 owl:maxQualifiedCardinality 174 owl:maxQualifiedCardinality
175 "1"^^xsd:nonNegativeInteger ; 175 "1"^^xsd:nonNegativeInteger ;
176 owl:onClass USERFIELDS:FreeTextField ; 176 owl:onClass USERFIELDS:FreeTextField ;
177 - owl:onProperty USERFIELDS:hasLocationOnFacility 177 + owl:onProperty USERFIELDS:hasBuildingBlock
178 ] ; 178 ] ;
179 rdfs:subClassOf 179 rdfs:subClassOf
180 [ rdf:type owl:Restriction ; 180 [ rdf:type owl:Restriction ;
181 owl:maxQualifiedCardinality 181 owl:maxQualifiedCardinality
182 "1"^^xsd:nonNegativeInteger ; 182 "1"^^xsd:nonNegativeInteger ;
183 owl:onClass USERFIELDS:FreeTextField ; 183 owl:onClass USERFIELDS:FreeTextField ;
184 - owl:onProperty USERFIELDS:hasWBSpart3 184 + owl:onProperty USERFIELDS:hasWBSpart5
185 ] ; 185 ] ;
186 rdfs:subClassOf 186 rdfs:subClassOf
187 [ rdf:type owl:Restriction ; 187 [ rdf:type owl:Restriction ;
188 owl:maxQualifiedCardinality 188 owl:maxQualifiedCardinality
189 "1"^^xsd:nonNegativeInteger ; 189 "1"^^xsd:nonNegativeInteger ;
190 owl:onClass USERFIELDS:FreeTextField ; 190 owl:onClass USERFIELDS:FreeTextField ;
191 - owl:onProperty USERFIELDS:hasAssignment 191 + owl:onProperty USERFIELDS:hasWBSpart2
192 ] ; 192 ] ;
193 rdfs:subClassOf 193 rdfs:subClassOf
194 [ rdf:type owl:Restriction ; 194 [ rdf:type owl:Restriction ;
195 owl:maxQualifiedCardinality 195 owl:maxQualifiedCardinality
196 "1"^^xsd:nonNegativeInteger ; 196 "1"^^xsd:nonNegativeInteger ;
197 owl:onClass USERFIELDS:FreeTextField ; 197 owl:onClass USERFIELDS:FreeTextField ;
198 - owl:onProperty USERFIELDS:hasSupplierATS 198 + owl:onProperty USERFIELDS:hasProjectType
199 ] ; 199 ] ;
200 rdfs:subClassOf 200 rdfs:subClassOf
201 [ rdf:type owl:Restriction ; 201 [ rdf:type owl:Restriction ;
202 owl:maxQualifiedCardinality 202 owl:maxQualifiedCardinality
203 "1"^^xsd:nonNegativeInteger ; 203 "1"^^xsd:nonNegativeInteger ;
204 owl:onClass USERFIELDS:FreeTextField ; 204 owl:onClass USERFIELDS:FreeTextField ;
205 - owl:onProperty USERFIELDS:hasExecutionSubDiscipline 205 + owl:onProperty USERFIELDS:hasWBSpart2
206 ] ; 206 ] ;
207 rdfs:subClassOf 207 rdfs:subClassOf
208 [ rdf:type owl:Restriction ; 208 [ rdf:type owl:Restriction ;
209 owl:maxQualifiedCardinality 209 owl:maxQualifiedCardinality
210 "1"^^xsd:nonNegativeInteger ; 210 "1"^^xsd:nonNegativeInteger ;
211 owl:onClass USERFIELDS:FreeTextField ; 211 owl:onClass USERFIELDS:FreeTextField ;
212 - owl:onProperty USERFIELDS:hasContractType 212 + owl:onProperty USERFIELDS:hasLocationOnFacility
213 ] ; 213 ] ;
214 rdfs:subClassOf 214 rdfs:subClassOf
215 [ rdf:type owl:Restriction ; 215 [ rdf:type owl:Restriction ;
216 owl:maxQualifiedCardinality 216 owl:maxQualifiedCardinality
217 "1"^^xsd:nonNegativeInteger ; 217 "1"^^xsd:nonNegativeInteger ;
218 owl:onClass USERFIELDS:FreeTextField ; 218 owl:onClass USERFIELDS:FreeTextField ;
219 - owl:onProperty USERFIELDS:hasProjectType 219 + owl:onProperty USERFIELDS:hasAreaOnFacility
220 ] ; 220 ] ;
221 rdfs:subClassOf 221 rdfs:subClassOf
222 [ rdf:type owl:Restriction ; 222 [ rdf:type owl:Restriction ;
223 owl:maxQualifiedCardinality 223 owl:maxQualifiedCardinality
224 "1"^^xsd:nonNegativeInteger ; 224 "1"^^xsd:nonNegativeInteger ;
225 owl:onClass USERFIELDS:FreeTextField ; 225 owl:onClass USERFIELDS:FreeTextField ;
226 - owl:onProperty USERFIELDS:hasCompletionStatus 226 + owl:onProperty USERFIELDS:hasWBSpart3
227 ] ; 227 ] ;
228 rdfs:subClassOf 228 rdfs:subClassOf
229 [ rdf:type owl:Restriction ; 229 [ rdf:type owl:Restriction ;
230 owl:maxQualifiedCardinality 230 owl:maxQualifiedCardinality
231 "1"^^xsd:nonNegativeInteger ; 231 "1"^^xsd:nonNegativeInteger ;
232 owl:onClass USERFIELDS:FreeTextField ; 232 owl:onClass USERFIELDS:FreeTextField ;
233 - owl:onProperty USERFIELDS:hasWBSpart2 233 + owl:onProperty USERFIELDS:hasProjectCode
234 ] ; 234 ] ;
235 rdfs:subClassOf 235 rdfs:subClassOf
236 [ rdf:type owl:Restriction ; 236 [ rdf:type owl:Restriction ;
237 owl:maxQualifiedCardinality 237 owl:maxQualifiedCardinality
238 "1"^^xsd:nonNegativeInteger ; 238 "1"^^xsd:nonNegativeInteger ;
239 owl:onClass USERFIELDS:FreeTextField ; 239 owl:onClass USERFIELDS:FreeTextField ;
240 - owl:onProperty USERFIELDS:hasActivityProgress 240 + owl:onProperty USERFIELDS:hasProcurementPackage
241 ] ; 241 ] ;
242 rdfs:subClassOf 242 rdfs:subClassOf
243 [ rdf:type owl:Restriction ; 243 [ rdf:type owl:Restriction ;
244 owl:maxQualifiedCardinality 244 owl:maxQualifiedCardinality
245 "1"^^xsd:nonNegativeInteger ; 245 "1"^^xsd:nonNegativeInteger ;
246 owl:onClass USERFIELDS:FreeTextField ; 246 owl:onClass USERFIELDS:FreeTextField ;
247 - owl:onProperty USERFIELDS:hasJobCardStatus 247 + owl:onProperty USERFIELDS:hasCommissioningPackage
248 ] ; 248 ] ;
249 rdfs:subClassOf 249 rdfs:subClassOf
250 [ rdf:type owl:Restriction ; 250 [ rdf:type owl:Restriction ;
251 owl:maxQualifiedCardinality 251 owl:maxQualifiedCardinality
252 "1"^^xsd:nonNegativeInteger ; 252 "1"^^xsd:nonNegativeInteger ;
253 owl:onClass USERFIELDS:FreeTextField ; 253 owl:onClass USERFIELDS:FreeTextField ;
254 - owl:onProperty USERFIELDS:hasSystemType 254 + owl:onProperty USERFIELDS:hasKPIStatus
255 ] ; 255 ] ;
256 rdfs:subClassOf 256 rdfs:subClassOf
257 [ rdf:type owl:Restriction ; 257 [ rdf:type owl:Restriction ;
258 owl:maxQualifiedCardinality 258 owl:maxQualifiedCardinality
259 "1"^^xsd:nonNegativeInteger ; 259 "1"^^xsd:nonNegativeInteger ;
260 owl:onClass USERFIELDS:FreeTextField ; 260 owl:onClass USERFIELDS:FreeTextField ;
261 - owl:onProperty USERFIELDS:hasTaskResponsible 261 + owl:onProperty USERFIELDS:hasSection
262 ] ; 262 ] ;
263 rdfs:subClassOf 263 rdfs:subClassOf
264 [ rdf:type owl:Restriction ; 264 [ rdf:type owl:Restriction ;
265 owl:maxQualifiedCardinality 265 owl:maxQualifiedCardinality
266 "1"^^xsd:nonNegativeInteger ; 266 "1"^^xsd:nonNegativeInteger ;
267 owl:onClass USERFIELDS:FreeTextField ; 267 owl:onClass USERFIELDS:FreeTextField ;
268 - owl:onProperty USERFIELDS:hasProcurementPackage 268 + owl:onProperty USERFIELDS:hasContractType
269 ] ; 269 ] ;
270 rdfs:subClassOf 270 rdfs:subClassOf
271 [ rdf:type owl:Restriction ; 271 [ rdf:type owl:Restriction ;
272 owl:maxQualifiedCardinality 272 owl:maxQualifiedCardinality
273 "1"^^xsd:nonNegativeInteger ; 273 "1"^^xsd:nonNegativeInteger ;
274 owl:onClass USERFIELDS:FreeTextField ; 274 owl:onClass USERFIELDS:FreeTextField ;
275 - owl:onProperty USERFIELDS:hasCommissioningPackage 275 + owl:onProperty USERFIELDS:hasMechanicalCompletionPackage
276 ] . 276 ] .
277 277
278 USERFIELDS:hasActivityNetwork 278 USERFIELDS:hasActivityNetwork
...@@ -308,7 +308,7 @@ USERFIELDS:hasBuildingBlock ...@@ -308,7 +308,7 @@ USERFIELDS:hasBuildingBlock
308 USERFIELDS:hasCategory 308 USERFIELDS:hasCategory
309 rdf:type owl:ObjectProperty ; 309 rdf:type owl:ObjectProperty ;
310 rdfs:domain USERFIELDS:UserField ; 310 rdfs:domain USERFIELDS:UserField ;
311 - rdfs:label "has category"^^xsd:string . 311 + rdfs:label "has Category"^^xsd:string .
312 312
313 USERFIELDS:hasCommissioningPackage 313 USERFIELDS:hasCommissioningPackage
314 rdf:type owl:ObjectProperty ; 314 rdf:type owl:ObjectProperty ;
...@@ -331,7 +331,7 @@ USERFIELDS:hasContractType ...@@ -331,7 +331,7 @@ USERFIELDS:hasContractType
331 USERFIELDS:hasContractor 331 USERFIELDS:hasContractor
332 rdf:type owl:ObjectProperty ; 332 rdf:type owl:ObjectProperty ;
333 rdfs:domain USERFIELDS:UserField ; 333 rdfs:domain USERFIELDS:UserField ;
334 - rdfs:label "has contractor"^^xsd:string . 334 + rdfs:label "has Contractor"^^xsd:string .
335 335
336 USERFIELDS:hasCriticalPath 336 USERFIELDS:hasCriticalPath
337 rdf:type owl:ObjectProperty ; 337 rdf:type owl:ObjectProperty ;
...@@ -342,7 +342,7 @@ USERFIELDS:hasCriticalPath ...@@ -342,7 +342,7 @@ USERFIELDS:hasCriticalPath
342 USERFIELDS:hasDiscipline 342 USERFIELDS:hasDiscipline
343 rdf:type owl:ObjectProperty ; 343 rdf:type owl:ObjectProperty ;
344 rdfs:domain USERFIELDS:UserField ; 344 rdfs:domain USERFIELDS:UserField ;
345 - rdfs:label "has discipline"^^xsd:string . 345 + rdfs:label "has Discipline"^^xsd:string .
346 346
347 USERFIELDS:hasEngineeringPhase 347 USERFIELDS:hasEngineeringPhase
348 rdf:type owl:ObjectProperty ; 348 rdf:type owl:ObjectProperty ;
...@@ -359,7 +359,7 @@ USERFIELDS:hasExecutionSubDiscipline ...@@ -359,7 +359,7 @@ USERFIELDS:hasExecutionSubDiscipline
359 USERFIELDS:hasFacility 359 USERFIELDS:hasFacility
360 rdf:type owl:ObjectProperty ; 360 rdf:type owl:ObjectProperty ;
361 rdfs:domain USERFIELDS:UserField ; 361 rdfs:domain USERFIELDS:UserField ;
362 - rdfs:label "has facility"^^xsd:string . 362 + rdfs:label "has Facility"^^xsd:string .
363 363
364 USERFIELDS:hasGeographicLocation 364 USERFIELDS:hasGeographicLocation
365 rdf:type owl:ObjectProperty ; 365 rdf:type owl:ObjectProperty ;
...@@ -415,7 +415,7 @@ USERFIELDS:hasMilestoneType ...@@ -415,7 +415,7 @@ USERFIELDS:hasMilestoneType
415 USERFIELDS:hasNetwork 415 USERFIELDS:hasNetwork
416 rdf:type owl:ObjectProperty ; 416 rdf:type owl:ObjectProperty ;
417 rdfs:domain USERFIELDS:UserField ; 417 rdfs:domain USERFIELDS:UserField ;
418 - rdfs:label "Network" ; 418 + rdfs:label "has Network"^^xsd:string ;
419 rdfs:range USERFIELDS:FreeTextField . 419 rdfs:range USERFIELDS:FreeTextField .
420 420
421 USERFIELDS:hasOwnerDepartment 421 USERFIELDS:hasOwnerDepartment
...@@ -433,13 +433,13 @@ USERFIELDS:hasOwnerResponsible ...@@ -433,13 +433,13 @@ USERFIELDS:hasOwnerResponsible
433 USERFIELDS:hasPlanResponsible 433 USERFIELDS:hasPlanResponsible
434 rdf:type owl:ObjectProperty ; 434 rdf:type owl:ObjectProperty ;
435 rdfs:domain USERFIELDS:UserField ; 435 rdfs:domain USERFIELDS:UserField ;
436 - rdfs:label "has plan responsible"^^xsd:string ; 436 + rdfs:label "has Plan Responsible"^^xsd:string ;
437 rdfs:range USERFIELDS:FreeTextField . 437 rdfs:range USERFIELDS:FreeTextField .
438 438
439 USERFIELDS:hasPortfolio 439 USERFIELDS:hasPortfolio
440 rdf:type owl:ObjectProperty ; 440 rdf:type owl:ObjectProperty ;
441 rdfs:domain USERFIELDS:UserField ; 441 rdfs:domain USERFIELDS:UserField ;
442 - rdfs:label "Portfolio" ; 442 + rdfs:label "has Portfolio"^^xsd:string ;
443 rdfs:range USERFIELDS:FreeTextField . 443 rdfs:range USERFIELDS:FreeTextField .
444 444
445 USERFIELDS:hasProcurementPackage 445 USERFIELDS:hasProcurementPackage
...@@ -456,7 +456,7 @@ USERFIELDS:hasProduct ...@@ -456,7 +456,7 @@ USERFIELDS:hasProduct
456 USERFIELDS:hasProjectCode 456 USERFIELDS:hasProjectCode
457 rdf:type owl:ObjectProperty ; 457 rdf:type owl:ObjectProperty ;
458 rdfs:domain USERFIELDS:UserField ; 458 rdfs:domain USERFIELDS:UserField ;
459 - rdfs:label "Project code" ; 459 + rdfs:label "has Project Code"^^xsd:string ;
460 rdfs:range USERFIELDS:FreeTextField . 460 rdfs:range USERFIELDS:FreeTextField .
461 461
462 USERFIELDS:hasProjectPhaseType 462 USERFIELDS:hasProjectPhaseType
...@@ -467,7 +467,7 @@ USERFIELDS:hasProjectPhaseType ...@@ -467,7 +467,7 @@ USERFIELDS:hasProjectPhaseType
467 USERFIELDS:hasProjectResponsible 467 USERFIELDS:hasProjectResponsible
468 rdf:type owl:ObjectProperty ; 468 rdf:type owl:ObjectProperty ;
469 rdfs:domain USERFIELDS:UserField ; 469 rdfs:domain USERFIELDS:UserField ;
470 - rdfs:label "has project responsible"^^xsd:string ; 470 + rdfs:label "has Project Responsible"^^xsd:string ;
471 rdfs:range USERFIELDS:FreeTextField . 471 rdfs:range USERFIELDS:FreeTextField .
472 472
473 USERFIELDS:hasProjectType 473 USERFIELDS:hasProjectType
...@@ -508,7 +508,7 @@ USERFIELDS:hasShutdownType ...@@ -508,7 +508,7 @@ USERFIELDS:hasShutdownType
508 USERFIELDS:hasSource 508 USERFIELDS:hasSource
509 rdf:type owl:ObjectProperty ; 509 rdf:type owl:ObjectProperty ;
510 rdfs:domain USERFIELDS:UserField ; 510 rdfs:domain USERFIELDS:UserField ;
511 - rdfs:label "has source"^^xsd:string ; 511 + rdfs:label "has Source"^^xsd:string ;
512 rdfs:range USERFIELDS:FreeTextField . 512 rdfs:range USERFIELDS:FreeTextField .
513 513
514 USERFIELDS:hasSupplierATS 514 USERFIELDS:hasSupplierATS
...@@ -582,7 +582,7 @@ USERFIELDS:hasWBSpart5 ...@@ -582,7 +582,7 @@ USERFIELDS:hasWBSpart5
582 USERFIELDS:hasWorkCenter 582 USERFIELDS:hasWorkCenter
583 rdf:type owl:ObjectProperty ; 583 rdf:type owl:ObjectProperty ;
584 rdfs:domain USERFIELDS:UserField ; 584 rdfs:domain USERFIELDS:UserField ;
585 - rdfs:label "has work center"^^xsd:string ; 585 + rdfs:label "has Work Center"^^xsd:string ;
586 rdfs:range USERFIELDS:FreeTextField . 586 rdfs:range USERFIELDS:FreeTextField .
587 587
588 USERFIELDS:hasWorkOrder 588 USERFIELDS:hasWorkOrder
......