Tore Christiansen

Added data.posccaesar.org as Activity superclass

1 # baseURI: http://data.posccaesar.org/ilap/ 1 # baseURI: http://data.posccaesar.org/ilap/
2 # imports: http://data.posccaesar.org/15926/tech/ontology/core/v-1 2 # imports: http://data.posccaesar.org/15926/tech/ontology/core/v-1
3 3
4 -# c14n-version: 3
5 @prefix BRREG: <http://data.posccaesar.org/brreg/> . 4 @prefix BRREG: <http://data.posccaesar.org/brreg/> .
6 @prefix CCU: <http://data.posccaesar.org/ccu/> . 5 @prefix CCU: <http://data.posccaesar.org/ccu/> .
7 @prefix DISKOS: <http://data.posccaesar.org/diskos/> . 6 @prefix DISKOS: <http://data.posccaesar.org/diskos/> .
...@@ -15,1450 +14,1389 @@ ...@@ -15,1450 +14,1389 @@
15 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 14 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
16 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 15 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
17 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 16 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
17 +
18 EPCIS:CBVevent 18 EPCIS:CBVevent
19 rdf:type owl:Class ; 19 rdf:type owl:Class ;
20 rdfs:label "CBVevent"^^xsd:string ; 20 rdfs:label "CBVevent"^^xsd:string ;
21 - rdfs:subClassOf ILAP:WorkTask ; 21 + rdfs:subClassOf ILAP:WorkTask .
22 -. 22 +
23 ILAP: 23 ILAP:
24 rdf:type owl:Ontology ; 24 rdf:type owl:Ontology ;
25 owl:imports <http://data.posccaesar.org/15926/tech/ontology/core/v-1> ; 25 owl:imports <http://data.posccaesar.org/15926/tech/ontology/core/v-1> ;
26 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; 26 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
27 -. 27 +
28 ILAP:Activity 28 ILAP:Activity
29 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 29 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
30 - rdf:type owl:Class ;
31 rdfs:label "Activity"^^xsd:string ; 30 rdfs:label "Activity"^^xsd:string ;
32 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> ; 31 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS3149> ;
33 - rdfs:subClassOf [ 32 + rdfs:subClassOf
34 - rdf:type owl:Restriction ; 33 + [ rdf:type owl:Restriction ;
35 - owl:allValuesFrom ILAP:Calendar ;
36 - owl:onProperty ILAP:hasActivityCalendar ;
37 - ] ;
38 - rdfs:subClassOf [
39 - rdf:type owl:Restriction ;
40 owl:allValuesFrom ILAP:Status ; 34 owl:allValuesFrom ILAP:Status ;
41 - owl:onProperty ILAP:hasActivityStatus ; 35 + owl:onProperty ILAP:hasActivityStatus
42 ] ; 36 ] ;
43 - rdfs:subClassOf [ 37 + rdfs:subClassOf
44 - rdf:type owl:Restriction ; 38 + [ rdf:type owl:Restriction ;
45 - owl:onProperty ILAP:hasExternalReference ; 39 + owl:allValuesFrom ILAP:Calendar ;
46 - owl:someValuesFrom ILAP:ExternalReference ; 40 + owl:onProperty ILAP:hasActivityCalendar
47 ] ; 41 ] ;
48 -. 42 + rdfs:subClassOf
43 + [ rdf:type owl:Restriction ;
44 + owl:onProperty ILAP:hasExternalReference ;
45 + owl:someValuesFrom ILAP:ExternalReference
46 + ] .
47 +
49 ILAP:ActivityNetwork 48 ILAP:ActivityNetwork
50 rdf:type owl:Class ; 49 rdf:type owl:Class ;
51 rdfs:label "Activity network"^^xsd:string ; 50 rdfs:label "Activity network"^^xsd:string ;
52 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS329669> ; 51 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS329669> ;
53 - rdfs:subClassOf owl:Thing ; 52 + rdfs:subClassOf
54 - rdfs:subClassOf [ 53 + [ rdf:type owl:Restriction ;
55 - rdf:type owl:Restriction ;
56 owl:allValuesFrom ILAP:ExternalReference ; 54 owl:allValuesFrom ILAP:ExternalReference ;
57 - owl:onProperty ILAP:hasExternalReference ; 55 + owl:onProperty ILAP:hasExternalReference
58 - ] ; 56 + ] .
59 -. 57 +
60 ILAP:ActualSchedule 58 ILAP:ActualSchedule
61 rdf:type owl:Class ; 59 rdf:type owl:Class ;
62 rdfs:label "Actual baseline"^^xsd:string ; 60 rdfs:label "Actual baseline"^^xsd:string ;
63 - rdfs:subClassOf ILAP:CurrentControlSchedule ; 61 + rdfs:subClassOf ILAP:CurrentControlSchedule .
64 -. 62 +
65 ILAP:Application 63 ILAP:Application
66 rdf:type owl:Class ; 64 rdf:type owl:Class ;
67 rdfs:label "System"^^xsd:string ; 65 rdfs:label "System"^^xsd:string ;
68 - rdfs:subClassOf owl:Thing ; 66 + rdfs:subClassOf owl:Thing .
69 -. 67 +
70 ILAP:Baseline 68 ILAP:Baseline
71 rdf:type owl:Class ; 69 rdf:type owl:Class ;
72 rdfs:label "Baseline"^^xsd:string ; 70 rdfs:label "Baseline"^^xsd:string ;
73 - rdfs:subClassOf owl:Thing ; 71 + rdfs:subClassOf owl:Thing .
74 -. 72 +
75 ILAP:BaselineSetting 73 ILAP:BaselineSetting
76 rdf:type owl:Class ; 74 rdf:type owl:Class ;
77 rdfs:label "Baseline setting"^^xsd:string ; 75 rdfs:label "Baseline setting"^^xsd:string ;
78 - rdfs:subClassOf ILAP:Planning ; 76 + rdfs:subClassOf ILAP:Planning .
79 -. 77 +
80 ILAP:Calendar 78 ILAP:Calendar
81 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 79 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
82 - rdf:type owl:Class ;
83 rdfs:label "Calendar"^^xsd:string ; 80 rdfs:label "Calendar"^^xsd:string ;
84 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> ; 81 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ;
85 - rdfs:subClassOf owl:Thing ; 82 + rdfs:subClassOf
86 - rdfs:subClassOf [ 83 + [ rdf:type owl:Restriction ;
87 - rdf:type owl:Restriction ;
88 - owl:allValuesFrom ILAP:CalendarFreePeriod ;
89 - owl:onProperty ILAP:hasCalendarFreePeriod ;
90 - ] ;
91 - rdfs:subClassOf [
92 - rdf:type owl:Restriction ;
93 owl:allValuesFrom ILAP:CalendarWorkPeriod ; 84 owl:allValuesFrom ILAP:CalendarWorkPeriod ;
94 - owl:onProperty ILAP:hasCalendarWorkPeriod ; 85 + owl:onProperty ILAP:hasCalendarWorkPeriod
95 ] ; 86 ] ;
96 -. 87 + rdfs:subClassOf
88 + [ rdf:type owl:Restriction ;
89 + owl:allValuesFrom ILAP:CalendarFreePeriod ;
90 + owl:onProperty ILAP:hasCalendarFreePeriod
91 + ] .
92 +
97 ILAP:CalendarDay 93 ILAP:CalendarDay
98 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 94 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
99 - rdf:type owl:Class ;
100 rdfs:label "Calendar day"^^xsd:string ; 95 rdfs:label "Calendar day"^^xsd:string ;
101 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> ; 96 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> .
102 - rdfs:subClassOf owl:Thing ; 97 +
103 -.
104 ILAP:CalendarFreePeriod 98 ILAP:CalendarFreePeriod
105 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; 99 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
106 - rdf:type owl:Class ;
107 rdfs:label "Calendar free period"^^xsd:string ; 100 rdfs:label "Calendar free period"^^xsd:string ;
108 - rdfs:subClassOf ILAP:CalendarPeriod ; 101 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ;
109 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> ; 102 + rdfs:subClassOf
110 - rdfs:subClassOf [ 103 + [ rdf:type owl:Restriction ;
111 - rdf:type owl:Restriction ;
112 owl:onClass ILAP:Calendar ; 104 owl:onClass ILAP:Calendar ;
113 - owl:onProperty [ 105 + owl:onProperty
114 - owl:inverseOf ILAP:hasCalendarFreePeriod ; 106 + [ owl:inverseOf ILAP:hasCalendarFreePeriod
115 - ] ;
116 - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
117 ] ; 107 ] ;
118 -. 108 + owl:qualifiedCardinality
109 + "1"^^xsd:nonNegativeInteger
110 + ] .
111 +
119 ILAP:CalendarFreePeriodWeekRepeat 112 ILAP:CalendarFreePeriodWeekRepeat
120 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; 113 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
121 - rdf:type owl:Class ;
122 rdfs:label "Free day"^^xsd:string ; 114 rdfs:label "Free day"^^xsd:string ;
123 - rdfs:subClassOf ILAP:CalendarFreePeriod ; 115 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod .
124 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> ; 116 +
125 -.
126 ILAP:CalendarHour 117 ILAP:CalendarHour
127 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#SinglePropertyDimension> ; 118 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#SinglePropertyDimension> ;
128 - rdf:type owl:Class ;
129 rdfs:label "calendar hour"^^xsd:string ; 119 rdfs:label "calendar hour"^^xsd:string ;
130 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS380969> ; 120 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> .
131 - rdfs:subClassOf owl:Thing ; 121 +
132 -.
133 ILAP:CalendarPeriod 122 ILAP:CalendarPeriod
134 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; 123 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
135 - rdf:type owl:Class ;
136 rdfs:label "Calendar period"^^xsd:string ; 124 rdfs:label "Calendar period"^^xsd:string ;
137 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> ; 125 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS356215271> ;
138 - rdfs:subClassOf owl:Thing ; 126 + rdfs:subClassOf
139 - rdfs:subClassOf [ 127 + [ rdf:type owl:Restriction ;
140 - rdf:type owl:Restriction ;
141 - owl:allValuesFrom ILAP:CalendarDay ;
142 - owl:onProperty ILAP:hasCalendarPeriodDay ;
143 - ] ;
144 - rdfs:subClassOf [
145 - rdf:type owl:Restriction ;
146 owl:allValuesFrom ILAP:CalendarHour ; 128 owl:allValuesFrom ILAP:CalendarHour ;
147 - owl:onProperty ILAP:hasCalendarPeriodHour ; 129 + owl:onProperty ILAP:hasCalendarPeriodHour
148 ] ; 130 ] ;
149 -. 131 + rdfs:subClassOf
132 + [ rdf:type owl:Restriction ;
133 + owl:allValuesFrom ILAP:CalendarDay ;
134 + owl:onProperty ILAP:hasCalendarPeriodDay
135 + ] .
136 +
150 ILAP:CalendarWorkPeriod 137 ILAP:CalendarWorkPeriod
151 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; 138 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
152 - rdf:type owl:Class ;
153 rdfs:label "Calendar work period"^^xsd:string ; 139 rdfs:label "Calendar work period"^^xsd:string ;
154 - rdfs:subClassOf ILAP:CalendarPeriod ; 140 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ;
155 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> ; 141 + rdfs:subClassOf
156 - rdfs:subClassOf [ 142 + [ rdf:type owl:Restriction ;
157 - rdf:type owl:Restriction ;
158 - owl:onProperty ILAP:hasCalendarPeriodWorkDay ;
159 - owl:someValuesFrom ILAP:CalendarDay ;
160 - ] ;
161 - rdfs:subClassOf [
162 - rdf:type owl:Restriction ;
163 owl:onProperty ILAP:hasCalendarPeriodWorkHour ; 143 owl:onProperty ILAP:hasCalendarPeriodWorkHour ;
164 - owl:someValuesFrom ILAP:CalendarHour ; 144 + owl:someValuesFrom ILAP:CalendarHour
165 ] ; 145 ] ;
166 -. 146 + rdfs:subClassOf
147 + [ rdf:type owl:Restriction ;
148 + owl:onProperty ILAP:hasCalendarPeriodWorkDay ;
149 + owl:someValuesFrom ILAP:CalendarDay
150 + ] .
151 +
167 ILAP:CalendarWorkPeriodWeekRepeat 152 ILAP:CalendarWorkPeriodWeekRepeat
168 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; 153 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
169 - rdf:type owl:Class ;
170 rdfs:label "Free day"^^xsd:string ; 154 rdfs:label "Free day"^^xsd:string ;
171 - rdfs:subClassOf ILAP:CalendarWorkPeriod ; 155 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarWorkPeriod .
172 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> ; 156 +
173 -.
174 ILAP:ContractorWBS 157 ILAP:ContractorWBS
175 rdf:type owl:Class ; 158 rdf:type owl:Class ;
176 rdfs:label "Contractor Activity Work Breakdown Structure"^^xsd:string ; 159 rdfs:label "Contractor Activity Work Breakdown Structure"^^xsd:string ;
177 - rdfs:subClassOf owl:Thing ; 160 + rdfs:subClassOf owl:Thing .
178 -. 161 +
179 ILAP:CostBased 162 ILAP:CostBased
180 rdf:type owl:Class ; 163 rdf:type owl:Class ;
181 rdfs:label "Cost based"^^xsd:string ; 164 rdfs:label "Cost based"^^xsd:string ;
182 - rdfs:subClassOf ILAP:Resource ; 165 + rdfs:subClassOf ILAP:Resource .
183 -. 166 +
184 ILAP:CostEstimate 167 ILAP:CostEstimate
185 rdf:type owl:Class ; 168 rdf:type owl:Class ;
186 rdfs:label "Cost stimate"^^xsd:string ; 169 rdfs:label "Cost stimate"^^xsd:string ;
187 - rdfs:subClassOf ILAP:ResourceStructure ; 170 + rdfs:subClassOf ILAP:ResourceStructure .
188 -. 171 +
189 ILAP:CurrentControlEstimate 172 ILAP:CurrentControlEstimate
190 rdf:type owl:Class ; 173 rdf:type owl:Class ;
191 rdfs:label "Current control estimate"^^xsd:string ; 174 rdfs:label "Current control estimate"^^xsd:string ;
192 - rdfs:subClassOf ILAP:CostEstimate ; 175 + rdfs:subClassOf ILAP:CostEstimate .
193 -. 176 +
194 ILAP:CurrentControlSchedule 177 ILAP:CurrentControlSchedule
195 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 178 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
196 - rdf:type owl:Class ;
197 rdfs:label "CCS"^^xsd:string ; 179 rdfs:label "CCS"^^xsd:string ;
198 - rdfs:subClassOf ILAP:NetworkSchedule ; 180 + rdfs:subClassOf ILAP:NetworkSchedule .
199 -. 181 +
200 ILAP:CurrentSchedule 182 ILAP:CurrentSchedule
201 rdf:type owl:Class ; 183 rdf:type owl:Class ;
202 rdfs:label "Current schedule"^^xsd:string ; 184 rdfs:label "Current schedule"^^xsd:string ;
203 - rdfs:subClassOf ILAP:CurrentControlSchedule ; 185 + rdfs:subClassOf ILAP:CurrentControlSchedule .
204 -. 186 +
205 ILAP:Discipline 187 ILAP:Discipline
206 rdf:type owl:Class ; 188 rdf:type owl:Class ;
207 rdfs:label "Discipline"^^xsd:string ; 189 rdfs:label "Discipline"^^xsd:string ;
208 - rdfs:subClassOf owl:Thing ; 190 + rdfs:subClassOf owl:Thing .
209 -. 191 +
210 ILAP:ExecutionPlan 192 ILAP:ExecutionPlan
211 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 193 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
212 - rdf:type owl:Class ;
213 rdfs:label "Planned Activity network"^^xsd:string ; 194 rdfs:label "Planned Activity network"^^xsd:string ;
214 - rdfs:subClassOf ILAP:ActivityNetwork ; 195 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7952931> , ILAP:ActivityNetwork ;
215 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7952931> ; 196 + rdfs:subClassOf
216 - rdfs:subClassOf [ 197 + [ rdf:type owl:Restriction ;
217 - rdf:type owl:Restriction ;
218 - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
219 - owl:onProperty ILAP:hasPlanAsset ;
220 - ] ;
221 - rdfs:subClassOf [
222 - rdf:type owl:Restriction ;
223 owl:allValuesFrom BRREG:LegalEntity ; 198 owl:allValuesFrom BRREG:LegalEntity ;
224 - owl:onProperty ILAP:hasPlanResponsible ; 199 + owl:onProperty ILAP:hasPlanResponsible
225 ] ; 200 ] ;
226 - rdfs:subClassOf [ 201 + rdfs:subClassOf
227 - rdf:type owl:Restriction ; 202 + [ rdf:type owl:Restriction ;
228 - owl:allValuesFrom ILAP:ExecutionPlan ; 203 + owl:allValuesFrom ILAP:PlanLifecyclePhase ;
229 - owl:onProperty ILAP:hasPlanRollUp ; 204 + owl:onProperty ILAP:hasPlanLifecyclePhase
230 ] ; 205 ] ;
231 - rdfs:subClassOf [ 206 + rdfs:subClassOf
232 - rdf:type owl:Restriction ; 207 + [ rdf:type owl:Restriction ;
233 - owl:allValuesFrom ILAP:ExecutionPlan ; 208 + owl:maxQualifiedCardinality
234 - owl:onProperty ILAP:hasPlanSubplan ; 209 + "1"^^xsd:nonNegativeInteger ;
210 + owl:onClass ILAP:Project ;
211 + owl:onProperty ILAP:hasPlanProject
235 ] ; 212 ] ;
236 - rdfs:subClassOf [ 213 + rdfs:subClassOf
237 - rdf:type owl:Restriction ; 214 + [ rdf:type owl:Restriction ;
238 - owl:allValuesFrom ILAP:PlanContractType ; 215 + owl:onProperty ILAP:hasPlanProjectType ;
239 - owl:onProperty ILAP:hasPlanContractType ; 216 + owl:someValuesFrom ILAP:PlanProjectType
240 ] ; 217 ] ;
241 - rdfs:subClassOf [ 218 + rdfs:subClassOf
242 - rdf:type owl:Restriction ; 219 + [ rdf:type owl:Restriction ;
243 - owl:allValuesFrom ILAP:PlanLifecyclePhase ; 220 + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
244 - owl:onProperty ILAP:hasPlanLifecyclePhase ; 221 + owl:onProperty ILAP:hasPlanAsset
245 ] ; 222 ] ;
246 - rdfs:subClassOf [ 223 + rdfs:subClassOf
247 - rdf:type owl:Restriction ; 224 + [ rdf:type owl:Restriction ;
248 owl:allValuesFrom ILAP:PlanValueObjective ; 225 owl:allValuesFrom ILAP:PlanValueObjective ;
249 - owl:onProperty ILAP:hasPlanValueObjective ; 226 + owl:onProperty ILAP:hasPlanValueObjective
250 ] ; 227 ] ;
251 - rdfs:subClassOf [ 228 + rdfs:subClassOf
252 - rdf:type owl:Restriction ; 229 + [ rdf:type owl:Restriction ;
253 - owl:allValuesFrom NPD:NPDelement ; 230 + owl:allValuesFrom ILAP:PlanContractType ;
254 - owl:onProperty ILAP:hasPlanNPDelement ; 231 + owl:onProperty ILAP:hasPlanContractType
255 ] ; 232 ] ;
256 - rdfs:subClassOf [ 233 + rdfs:subClassOf
257 - rdf:type owl:Restriction ; 234 + [ rdf:type owl:Restriction ;
258 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 235 + owl:maxQualifiedCardinality
236 + "1"^^xsd:nonNegativeInteger ;
259 owl:onClass ILAP:PlanLevel ; 237 owl:onClass ILAP:PlanLevel ;
260 - owl:onProperty ILAP:hasPlanLevel ; 238 + owl:onProperty ILAP:hasPlanLevel
261 ] ; 239 ] ;
262 - rdfs:subClassOf [ 240 + rdfs:subClassOf
263 - rdf:type owl:Restriction ; 241 + [ rdf:type owl:Restriction ;
264 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 242 + owl:onProperty ILAP:hasPlanLevel ;
265 - owl:onClass ILAP:Project ; 243 + owl:someValuesFrom ILAP:PlanLevel
266 - owl:onProperty ILAP:hasPlanProject ;
267 ] ; 244 ] ;
268 - rdfs:subClassOf [ 245 + rdfs:subClassOf
269 - rdf:type owl:Restriction ; 246 + [ rdf:type owl:Restriction ;
270 - owl:onProperty ILAP:hasPlanContentType ; 247 + owl:allValuesFrom ILAP:ExecutionPlan ;
271 - owl:someValuesFrom ILAP:PlanContentType ; 248 + owl:onProperty ILAP:hasPlanRollUp
272 ] ; 249 ] ;
273 - rdfs:subClassOf [ 250 + rdfs:subClassOf
274 - rdf:type owl:Restriction ; 251 + [ rdf:type owl:Restriction ;
275 - owl:onProperty ILAP:hasPlanGeoArea ; 252 + owl:allValuesFrom ILAP:ExecutionPlan ;
276 - owl:someValuesFrom ILAP:PlanGeoArea ; 253 + owl:onProperty ILAP:hasPlanSubplan
277 ] ; 254 ] ;
278 - rdfs:subClassOf [ 255 + rdfs:subClassOf
279 - rdf:type owl:Restriction ; 256 + [ rdf:type owl:Restriction ;
280 - owl:onProperty ILAP:hasPlanLevel ; 257 + owl:allValuesFrom NPD:NPDelement ;
281 - owl:someValuesFrom ILAP:PlanLevel ; 258 + owl:onProperty ILAP:hasPlanNPDelement
282 ] ; 259 ] ;
283 - rdfs:subClassOf [ 260 + rdfs:subClassOf
284 - rdf:type owl:Restriction ; 261 + [ rdf:type owl:Restriction ;
285 - owl:onProperty ILAP:hasPlanProjectType ; 262 + owl:onProperty ILAP:hasPlanGeoArea ;
286 - owl:someValuesFrom ILAP:PlanProjectType ; 263 + owl:someValuesFrom ILAP:PlanGeoArea
287 ] ; 264 ] ;
288 -. 265 + rdfs:subClassOf
266 + [ rdf:type owl:Restriction ;
267 + owl:onProperty ILAP:hasPlanContentType ;
268 + owl:someValuesFrom ILAP:PlanContentType
269 + ] .
270 +
289 ILAP:ExternalReference 271 ILAP:ExternalReference
290 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; 272 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ;
291 - rdf:type owl:Class ;
292 rdfs:label "External Reference"^^xsd:string ; 273 rdfs:label "External Reference"^^xsd:string ;
293 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> ; 274 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ;
294 - rdfs:subClassOf owl:Thing ; 275 + rdfs:subClassOf
295 - rdfs:subClassOf [ 276 + [ rdf:type owl:Restriction ;
296 - rdf:type owl:Restriction ;
297 - owl:allValuesFrom ILAP:Application ;
298 - owl:onProperty ILAP:hasReferenceApplication ;
299 - ] ;
300 - rdfs:subClassOf [
301 - rdf:type owl:Restriction ;
302 - owl:allValuesFrom ILAP:Source ;
303 - owl:onProperty ILAP:hasReferenceSource ;
304 - ] ;
305 - rdfs:subClassOf [
306 - rdf:type owl:Restriction ;
307 owl:onDataRange xsd:string ; 277 owl:onDataRange xsd:string ;
308 owl:onProperty ILAP:hasReferenceID ; 278 owl:onProperty ILAP:hasReferenceID ;
309 - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; 279 + owl:qualifiedCardinality
280 + "1"^^xsd:nonNegativeInteger
281 + ] ;
282 + rdfs:subClassOf
283 + [ rdf:type owl:Restriction ;
284 + owl:allValuesFrom ILAP:Source ;
285 + owl:onProperty ILAP:hasReferenceSource
310 ] ; 286 ] ;
311 -. 287 + rdfs:subClassOf
288 + [ rdf:type owl:Restriction ;
289 + owl:allValuesFrom ILAP:Application ;
290 + owl:onProperty ILAP:hasReferenceApplication
291 + ] .
292 +
312 ILAP:FinishToFinish 293 ILAP:FinishToFinish
313 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 294 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
314 - rdf:type owl:Class ;
315 rdfs:label "Finish to finish"^^xsd:string ; 295 rdfs:label "Finish to finish"^^xsd:string ;
316 - rdfs:subClassOf ILAP:Successor ; 296 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor .
317 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> ; 297 +
318 -.
319 ILAP:FinishToStart 298 ILAP:FinishToStart
320 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 299 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
321 - rdf:type owl:Class ;
322 rdfs:label "Finish to start"^^xsd:string ; 300 rdfs:label "Finish to start"^^xsd:string ;
323 - rdfs:subClassOf ILAP:Successor ; 301 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor .
324 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> ; 302 +
325 -.
326 ILAP:LiveSchedule 303 ILAP:LiveSchedule
327 rdf:type owl:Class ; 304 rdf:type owl:Class ;
328 rdfs:label "Live schedule"^^xsd:string ; 305 rdfs:label "Live schedule"^^xsd:string ;
329 - rdfs:subClassOf ILAP:CurrentControlSchedule ; 306 + rdfs:subClassOf ILAP:CurrentControlSchedule .
330 -. 307 +
331 ILAP:Location 308 ILAP:Location
332 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; 309 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ;
333 - rdf:type owl:Class ;
334 rdfs:label "Location"^^xsd:string ; 310 rdfs:label "Location"^^xsd:string ;
335 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> ; 311 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> .
336 - rdfs:subClassOf owl:Thing ; 312 +
337 -.
338 ILAP:Milestone 313 ILAP:Milestone
339 rdf:type owl:Class ; 314 rdf:type owl:Class ;
340 - rdfs:label "Milestone"^^xsd:string ; 315 + rdfs:label "Milestone"^^xsd:string .
341 -. 316 +
342 ILAP:NetworkSchedule 317 ILAP:NetworkSchedule
343 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 318 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
344 - rdf:type owl:Class ;
345 rdfs:label "Scheduled Activity Network"^^xsd:string ; 319 rdfs:label "Scheduled Activity Network"^^xsd:string ;
346 - rdfs:subClassOf ILAP:ActivityNetwork ; 320 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:ActivityNetwork ;
347 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> ; 321 + rdfs:subClassOf
348 - rdfs:subClassOf [ 322 + [ rdf:type owl:Restriction ;
349 - rdf:type owl:Restriction ; 323 + owl:maxQualifiedCardinality
350 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 324 + "1"^^xsd:nonNegativeInteger ;
351 owl:onClass ILAP:ExecutionPlan ; 325 owl:onClass ILAP:ExecutionPlan ;
352 - owl:onProperty ILAP:hasSchedulePlan ; 326 + owl:onProperty ILAP:hasSchedulePlan
353 - ] ; 327 + ] .
354 -. 328 +
355 ILAP:Operation 329 ILAP:Operation
356 rdf:type owl:Class ; 330 rdf:type owl:Class ;
357 rdfs:label "Operation"^^xsd:string ; 331 rdfs:label "Operation"^^xsd:string ;
358 - rdfs:subClassOf ILAP:WorkTask ; 332 + rdfs:subClassOf ILAP:WorkTask .
359 -. 333 +
360 ILAP:OriginalControlEstimate 334 ILAP:OriginalControlEstimate
361 rdf:type owl:Class ; 335 rdf:type owl:Class ;
362 rdfs:label "original control estimate"^^xsd:string ; 336 rdfs:label "original control estimate"^^xsd:string ;
363 - rdfs:subClassOf ILAP:CostEstimate ; 337 + rdfs:subClassOf ILAP:CostEstimate .
364 -. 338 +
365 ILAP:OriginalControlSchedule 339 ILAP:OriginalControlSchedule
366 rdf:type owl:Class ; 340 rdf:type owl:Class ;
367 rdfs:label "OCS"^^xsd:string ; 341 rdfs:label "OCS"^^xsd:string ;
368 - rdfs:subClassOf ILAP:NetworkSchedule ; 342 + rdfs:subClassOf ILAP:NetworkSchedule .
369 -. 343 +
370 ILAP:Phase 344 ILAP:Phase
371 rdf:type owl:Class ; 345 rdf:type owl:Class ;
372 rdfs:label "Phase"^^xsd:string ; 346 rdfs:label "Phase"^^xsd:string ;
373 - rdfs:subClassOf owl:Thing ; 347 + rdfs:subClassOf owl:Thing .
374 -. 348 +
375 ILAP:PlanClassifier 349 ILAP:PlanClassifier
376 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 350 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
377 - rdf:type owl:Class ;
378 rdfs:label "Plan classifier"^^xsd:string ; 351 rdfs:label "Plan classifier"^^xsd:string ;
379 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> ; 352 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> .
380 - rdfs:subClassOf owl:Thing ; 353 +
381 -.
382 ILAP:PlanContentType 354 ILAP:PlanContentType
383 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; 355 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
384 - rdf:type owl:Class ;
385 rdfs:label "Content type"^^xsd:string ; 356 rdfs:label "Content type"^^xsd:string ;
386 - rdfs:subClassOf ILAP:PlanClassifier ; 357 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier .
387 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> ; 358 +
388 -.
389 ILAP:PlanContractType 359 ILAP:PlanContractType
390 rdf:type owl:Class ; 360 rdf:type owl:Class ;
391 rdfs:label "Plan contract type"^^xsd:string ; 361 rdfs:label "Plan contract type"^^xsd:string ;
392 - rdfs:subClassOf ILAP:PlanClassifier ; 362 + rdfs:subClassOf ILAP:PlanClassifier .
393 -. 363 +
394 ILAP:PlanExpenseType 364 ILAP:PlanExpenseType
395 rdf:type owl:Class ; 365 rdf:type owl:Class ;
396 rdfs:label "Plan expense type"^^xsd:string ; 366 rdfs:label "Plan expense type"^^xsd:string ;
397 - rdfs:subClassOf ILAP:PlanClassifier ; 367 + rdfs:subClassOf ILAP:PlanClassifier .
398 -. 368 +
399 ILAP:PlanGeoArea 369 ILAP:PlanGeoArea
400 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; 370 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ;
401 - rdf:type owl:Class ;
402 rdfs:label "Plan geographic area"^^xsd:string ; 371 rdfs:label "Plan geographic area"^^xsd:string ;
403 - rdfs:subClassOf ILAP:PlanClassifier ; 372 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
404 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> ; 373 +
405 -.
406 ILAP:PlanLevel 374 ILAP:PlanLevel
407 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 375 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
408 - rdf:type owl:Class ;
409 rdfs:label "Plan level"^^xsd:string ; 376 rdfs:label "Plan level"^^xsd:string ;
410 - rdfs:subClassOf ILAP:PlanClassifier ; 377 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
411 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> ; 378 +
412 -.
413 ILAP:PlanLifecyclePhase 379 ILAP:PlanLifecyclePhase
414 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 380 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
415 - rdf:type owl:Class ;
416 rdfs:label "Plan lifecycle phase"^^xsd:string ; 381 rdfs:label "Plan lifecycle phase"^^xsd:string ;
417 - rdfs:subClassOf ILAP:PlanClassifier ; 382 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
418 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> ; 383 +
419 -.
420 ILAP:PlanProjectType 384 ILAP:PlanProjectType
421 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 385 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
422 - rdf:type owl:Class ;
423 rdfs:label "Plan project type"^^xsd:string ; 386 rdfs:label "Plan project type"^^xsd:string ;
424 - rdfs:subClassOf ILAP:PlanClassifier ; 387 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier .
425 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> ; 388 +
426 -.
427 ILAP:PlanValueObjective 389 ILAP:PlanValueObjective
428 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; 390 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ;
429 - rdf:type owl:Class ;
430 rdfs:label "Plan value objective"^^xsd:string ; 391 rdfs:label "Plan value objective"^^xsd:string ;
431 - rdfs:subClassOf ILAP:PlanClassifier ; 392 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier .
432 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> ; 393 +
433 -.
434 ILAP:PlannedActivity 394 ILAP:PlannedActivity
435 rdf:type owl:Class ; 395 rdf:type owl:Class ;
436 rdfs:label "Activity in Execution Plan"^^xsd:string ; 396 rdfs:label "Activity in Execution Plan"^^xsd:string ;
437 rdfs:subClassOf ILAP:Activity ; 397 rdfs:subClassOf ILAP:Activity ;
438 - rdfs:subClassOf [ 398 + rdfs:subClassOf
439 - rdf:type owl:Restriction ; 399 + [ rdf:type owl:Restriction ;
440 owl:allValuesFrom BRREG:LegalEntity ; 400 owl:allValuesFrom BRREG:LegalEntity ;
441 - owl:onProperty ILAP:hasActivityResponsibleOrganization ; 401 + owl:onProperty ILAP:hasActivityResponsibleOrganization
442 ] ; 402 ] ;
443 - rdfs:subClassOf [ 403 + rdfs:subClassOf
444 - rdf:type owl:Restriction ; 404 + [ rdf:type owl:Restriction ;
445 - owl:allValuesFrom ILAP:ContractorWBS ; 405 + owl:allValuesFrom ILAP:PlannedResource ;
446 - owl:onProperty ILAP:hasActivityContractorWBS ; 406 + owl:onProperty ILAP:hasActivityPlannedResource
447 ] ; 407 ] ;
448 - rdfs:subClassOf [ 408 + rdfs:subClassOf
449 - rdf:type owl:Restriction ; 409 + [ rdf:type owl:Restriction ;
450 - owl:allValuesFrom ILAP:Location ; 410 + owl:allValuesFrom ILAP:ResponsiblePerson ;
451 - owl:onProperty ILAP:hasActivityLocation ; 411 + owl:onProperty ILAP:hasActivityResponsiblePerson
452 ] ; 412 ] ;
453 - rdfs:subClassOf [ 413 + rdfs:subClassOf
454 - rdf:type owl:Restriction ; 414 + [ rdf:type owl:Restriction ;
455 - owl:allValuesFrom ILAP:Phase ; 415 + owl:allValuesFrom ILAP:Location ;
456 - owl:onProperty ILAP:hasActivityPhase ; 416 + owl:onProperty ILAP:hasActivityLocation
457 ] ; 417 ] ;
458 - rdfs:subClassOf [ 418 + rdfs:subClassOf
459 - rdf:type owl:Restriction ; 419 + [ rdf:type owl:Restriction ;
460 - owl:allValuesFrom ILAP:PlannedResource ; 420 + owl:allValuesFrom ILAP:Successor ;
461 - owl:onProperty ILAP:hasActivityPlannedResource ; 421 + owl:onProperty ILAP:hasActivityPredecessor
462 ] ; 422 ] ;
463 - rdfs:subClassOf [ 423 + rdfs:subClassOf
464 - rdf:type owl:Restriction ; 424 + [ rdf:type owl:Restriction ;
465 owl:allValuesFrom ILAP:Profile ; 425 owl:allValuesFrom ILAP:Profile ;
466 - owl:onProperty ILAP:hasActivityResourceProfile ; 426 + owl:onProperty ILAP:hasActivityResourceProfile
467 ] ; 427 ] ;
468 - rdfs:subClassOf [ 428 + rdfs:subClassOf
469 - rdf:type owl:Restriction ; 429 + [ rdf:type owl:Restriction ;
470 - owl:allValuesFrom ILAP:ResponsiblePerson ; 430 + owl:maxQualifiedCardinality
471 - owl:onProperty ILAP:hasActivityResponsiblePerson ; 431 + "1"^^xsd:nonNegativeInteger ;
432 + owl:onClass ILAP:ExecutionPlan ;
433 + owl:onProperty ILAP:hasActivityPlan
472 ] ; 434 ] ;
473 - rdfs:subClassOf [ 435 + rdfs:subClassOf
474 - rdf:type owl:Restriction ; 436 + [ rdf:type owl:Restriction ;
475 owl:allValuesFrom ILAP:Result ; 437 owl:allValuesFrom ILAP:Result ;
476 - owl:onProperty ILAP:hasActivityResult ; 438 + owl:onProperty ILAP:hasActivityResult
477 ] ; 439 ] ;
478 - rdfs:subClassOf [ 440 + rdfs:subClassOf
479 - rdf:type owl:Restriction ; 441 + [ rdf:type owl:Restriction ;
480 owl:allValuesFrom ILAP:Successor ; 442 owl:allValuesFrom ILAP:Successor ;
481 - owl:onProperty ILAP:hasActivityPredecessor ; 443 + owl:onProperty ILAP:hasActivitySuccessor
482 - ] ;
483 - rdfs:subClassOf [
484 - rdf:type owl:Restriction ;
485 - owl:allValuesFrom ILAP:Successor ;
486 - owl:onProperty ILAP:hasActivitySuccessor ;
487 - ] ;
488 - rdfs:subClassOf [
489 - rdf:type owl:Restriction ;
490 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
491 - owl:onClass ILAP:ExecutionPlan ;
492 - owl:onProperty ILAP:hasActivityPlan ;
493 ] ; 444 ] ;
494 - rdfs:subClassOf [ 445 + rdfs:subClassOf
495 - rdf:type owl:Restriction ; 446 + [ rdf:type owl:Restriction ;
496 owl:onProperty ILAP:hasActivityDiscipline ; 447 owl:onProperty ILAP:hasActivityDiscipline ;
497 - owl:someValuesFrom ILAP:PlannedActivity ; 448 + owl:someValuesFrom ILAP:PlannedActivity
449 + ] ;
450 + rdfs:subClassOf
451 + [ rdf:type owl:Restriction ;
452 + owl:allValuesFrom ILAP:ContractorWBS ;
453 + owl:onProperty ILAP:hasActivityContractorWBS
498 ] ; 454 ] ;
499 -. 455 + rdfs:subClassOf
456 + [ rdf:type owl:Restriction ;
457 + owl:allValuesFrom ILAP:Phase ;
458 + owl:onProperty ILAP:hasActivityPhase
459 + ] .
460 +
500 ILAP:PlannedResource 461 ILAP:PlannedResource
501 rdf:type owl:Class ; 462 rdf:type owl:Class ;
502 rdfs:label "Planned resource"^^xsd:string ; 463 rdfs:label "Planned resource"^^xsd:string ;
503 - rdfs:subClassOf ILAP:Resource ; 464 + rdfs:subClassOf ILAP:Resource .
504 -. 465 +
505 ILAP:Planning 466 ILAP:Planning
506 rdf:type owl:Class ; 467 rdf:type owl:Class ;
507 rdfs:label "Planning"^^xsd:string ; 468 rdfs:label "Planning"^^xsd:string ;
508 - rdfs:subClassOf <http://data.posccaesar.org/15926/tech/ontology/Activity> ; 469 + rdfs:subClassOf <http://data.posccaesar.org/15926/tech/ontology/Activity> .
509 -. 470 +
510 ILAP:PortfolioPlan 471 ILAP:PortfolioPlan
511 rdf:type owl:Class ; 472 rdf:type owl:Class ;
512 rdfs:label "Portfolio plan"^^xsd:string ; 473 rdfs:label "Portfolio plan"^^xsd:string ;
513 - rdfs:subClassOf ILAP:ExecutionPlan ; 474 + rdfs:subClassOf ILAP:ExecutionPlan .
514 -. 475 +
515 ILAP:Profile 476 ILAP:Profile
516 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; 477 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ;
517 - rdf:type owl:Class ;
518 rdfs:label "Resource profile"^^xsd:string ; 478 rdfs:label "Resource profile"^^xsd:string ;
519 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> ; 479 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> .
520 - rdfs:subClassOf owl:Thing ; 480 +
521 -.
522 ILAP:ProfilePoint 481 ILAP:ProfilePoint
523 rdf:type owl:Class ; 482 rdf:type owl:Class ;
524 rdfs:label "Profile point"^^xsd:string ; 483 rdfs:label "Profile point"^^xsd:string ;
525 - rdfs:subClassOf owl:Thing ; 484 + rdfs:subClassOf owl:Thing .
526 -. 485 +
527 ILAP:ProgrammePlan 486 ILAP:ProgrammePlan
528 rdf:type owl:Class ; 487 rdf:type owl:Class ;
529 rdfs:label "Programme plan"^^xsd:string ; 488 rdfs:label "Programme plan"^^xsd:string ;
530 - rdfs:subClassOf ILAP:ExecutionPlan ; 489 + rdfs:subClassOf ILAP:ExecutionPlan .
531 -. 490 +
532 ILAP:Project 491 ILAP:Project
533 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 492 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
534 - rdf:type owl:Class ;
535 rdfs:label "Project"^^xsd:string ; 493 rdfs:label "Project"^^xsd:string ;
536 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS9629> ; 494 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS9629> ;
537 - rdfs:subClassOf owl:Thing ; 495 + rdfs:subClassOf
538 - rdfs:subClassOf [ 496 + [ rdf:type owl:Restriction ;
539 - rdf:type owl:Restriction ; 497 + owl:onDataRange xsd:string ;
540 - owl:allValuesFrom BRREG:OilCompany ; 498 + owl:onProperty ILAP:hasName ;
541 - owl:onProperty ILAP:hasProjectResponsible ; 499 + owl:qualifiedCardinality
542 - ] ; 500 + "1"^^xsd:nonNegativeInteger
543 - rdfs:subClassOf [
544 - rdf:type owl:Restriction ;
545 - owl:allValuesFrom ILAP:ExternalReference ;
546 - owl:onProperty ILAP:hasExternalReference ;
547 ] ; 501 ] ;
548 - rdfs:subClassOf [ 502 + rdfs:subClassOf
549 - rdf:type owl:Restriction ; 503 + [ rdf:type owl:Restriction ;
550 owl:allValuesFrom ILAP:Project ; 504 owl:allValuesFrom ILAP:Project ;
551 - owl:onProperty ILAP:hasProjectSubproject ; 505 + owl:onProperty ILAP:hasProjectSubproject
552 ] ; 506 ] ;
553 - rdfs:subClassOf [ 507 + rdfs:subClassOf
554 - rdf:type owl:Restriction ; 508 + [ rdf:type owl:Restriction ;
555 - owl:onDataRange xsd:string ; 509 + owl:allValuesFrom ILAP:ExternalReference ;
556 - owl:onProperty ILAP:hasName ; 510 + owl:onProperty ILAP:hasExternalReference
557 - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
558 ] ; 511 ] ;
559 -. 512 + rdfs:subClassOf
513 + [ rdf:type owl:Restriction ;
514 + owl:allValuesFrom BRREG:OilCompany ;
515 + owl:onProperty ILAP:hasProjectResponsible
516 + ] .
517 +
560 ILAP:ProjectPlan 518 ILAP:ProjectPlan
561 rdf:type owl:Class ; 519 rdf:type owl:Class ;
562 rdfs:label "Project plan"^^xsd:string ; 520 rdfs:label "Project plan"^^xsd:string ;
563 - rdfs:subClassOf ILAP:ExecutionPlan ; 521 + rdfs:subClassOf ILAP:ExecutionPlan .
564 -. 522 +
565 ILAP:Regular8To16WorkingDayCalendar 523 ILAP:Regular8To16WorkingDayCalendar
566 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 524 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
567 - rdf:type owl:Class ;
568 rdfs:label "Regular8To16Working day calendar"^^xsd:string ; 525 rdfs:label "Regular8To16Working day calendar"^^xsd:string ;
569 - rdfs:subClassOf ILAP:WeekendsFreeCalendar ; 526 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar .
570 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> ; 527 +
571 -.
572 ILAP:Resource 528 ILAP:Resource
573 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 529 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
574 - rdf:type owl:Class ;
575 rdfs:label "Resource"^^xsd:string ; 530 rdfs:label "Resource"^^xsd:string ;
576 rdfs:subClassOf owl:Thing ; 531 rdfs:subClassOf owl:Thing ;
577 - rdfs:subClassOf [ 532 + rdfs:subClassOf
578 - rdf:type owl:Restriction ; 533 + [ rdf:type owl:Restriction ;
579 owl:onClass ILAP:Profile ; 534 owl:onClass ILAP:Profile ;
580 owl:onProperty ILAP:hasResourceProfile ; 535 owl:onProperty ILAP:hasResourceProfile ;
581 - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; 536 + owl:qualifiedCardinality
582 - ] ; 537 + "1"^^xsd:nonNegativeInteger
583 -. 538 + ] .
539 +
584 ILAP:ResourceBased 540 ILAP:ResourceBased
585 rdf:type owl:Class ; 541 rdf:type owl:Class ;
586 rdfs:label "Resource based"^^xsd:string ; 542 rdfs:label "Resource based"^^xsd:string ;
587 - rdfs:subClassOf ILAP:Resource ; 543 + rdfs:subClassOf ILAP:Resource .
588 -. 544 +
589 ILAP:ResourceStructure 545 ILAP:ResourceStructure
590 rdf:type owl:Class ; 546 rdf:type owl:Class ;
591 rdfs:label "Resource structure"^^xsd:string ; 547 rdfs:label "Resource structure"^^xsd:string ;
592 - rdfs:subClassOf owl:Thing ; 548 + rdfs:subClassOf owl:Thing .
593 -. 549 +
594 ILAP:ResponsibleOrganization 550 ILAP:ResponsibleOrganization
595 rdf:type owl:Class ; 551 rdf:type owl:Class ;
596 rdfs:label "Responsible organization"^^xsd:string ; 552 rdfs:label "Responsible organization"^^xsd:string ;
597 - rdfs:subClassOf owl:Thing ; 553 + rdfs:subClassOf owl:Thing .
598 -. 554 +
599 ILAP:ResponsiblePerson 555 ILAP:ResponsiblePerson
600 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Class> ; 556 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Class> ;
601 - rdf:type owl:Class ;
602 rdfs:label "Responsible"^^xsd:string ; 557 rdfs:label "Responsible"^^xsd:string ;
603 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS1001138391> ; 558 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS1001138391> .
604 - rdfs:subClassOf owl:Thing ; 559 +
605 -.
606 ILAP:Result 560 ILAP:Result
607 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 561 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
608 - rdf:type owl:Class ;
609 rdfs:label "Result"^^xsd:string ; 562 rdfs:label "Result"^^xsd:string ;
610 - rdfs:subClassOf owl:Thing ; 563 + rdfs:subClassOf owl:Thing .
611 -. 564 +
612 ILAP:ScheduledActivity 565 ILAP:ScheduledActivity
613 rdf:type owl:Class ; 566 rdf:type owl:Class ;
614 rdfs:label "Activity in schedule"^^xsd:string ; 567 rdfs:label "Activity in schedule"^^xsd:string ;
615 rdfs:subClassOf ILAP:Activity ; 568 rdfs:subClassOf ILAP:Activity ;
616 - rdfs:subClassOf [ 569 + rdfs:subClassOf
617 - rdf:type owl:Restriction ; 570 + [ rdf:type owl:Restriction ;
618 - owl:allValuesFrom ILAP:ScheduledResource ; 571 + owl:maxQualifiedCardinality
619 - owl:onProperty ILAP:hasActivityScheduledResource ; 572 + "1"^^xsd:nonNegativeInteger ;
573 + owl:onClass ILAP:PlannedActivity ;
574 + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
620 ] ; 575 ] ;
621 - rdfs:subClassOf [ 576 + rdfs:subClassOf
622 - rdf:type owl:Restriction ; 577 + [ rdf:type owl:Restriction ;
623 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 578 + owl:maxQualifiedCardinality
579 + "1"^^xsd:nonNegativeInteger ;
624 owl:onClass ILAP:NetworkSchedule ; 580 owl:onClass ILAP:NetworkSchedule ;
625 - owl:onProperty ILAP:hasActivitySchedule ; 581 + owl:onProperty ILAP:hasActivitySchedule
626 - ] ;
627 - rdfs:subClassOf [
628 - rdf:type owl:Restriction ;
629 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
630 - owl:onClass ILAP:PlannedActivity ;
631 - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan ;
632 ] ; 582 ] ;
633 -. 583 + rdfs:subClassOf
584 + [ rdf:type owl:Restriction ;
585 + owl:allValuesFrom ILAP:ScheduledResource ;
586 + owl:onProperty ILAP:hasActivityScheduledResource
587 + ] .
588 +
634 ILAP:ScheduledResource 589 ILAP:ScheduledResource
635 rdf:type owl:Class ; 590 rdf:type owl:Class ;
636 rdfs:label "Scheduled resource"^^xsd:string ; 591 rdfs:label "Scheduled resource"^^xsd:string ;
637 - rdfs:subClassOf ILAP:Resource ; 592 + rdfs:subClassOf ILAP:Resource .
638 -. 593 +
639 ILAP:Source 594 ILAP:Source
640 rdf:type owl:Class ; 595 rdf:type owl:Class ;
641 rdfs:label "Source"^^xsd:string ; 596 rdfs:label "Source"^^xsd:string ;
642 - rdfs:subClassOf owl:Thing ; 597 + rdfs:subClassOf owl:Thing .
643 -. 598 +
644 ILAP:SourceSpecifiedUserField 599 ILAP:SourceSpecifiedUserField
645 rdf:type owl:Class ; 600 rdf:type owl:Class ;
646 rdfs:label "Source specified user field"^^xsd:string ; 601 rdfs:label "Source specified user field"^^xsd:string ;
647 - rdfs:subClassOf ILAP:UserField ; 602 + rdfs:subClassOf ILAP:UserField .
648 -. 603 +
649 ILAP:SpecifiedUserField 604 ILAP:SpecifiedUserField
650 rdf:type owl:Class ; 605 rdf:type owl:Class ;
651 rdfs:label "Specified user field"^^xsd:string ; 606 rdfs:label "Specified user field"^^xsd:string ;
652 - rdfs:subClassOf ILAP:UserField ; 607 + rdfs:subClassOf ILAP:UserField .
653 -. 608 +
654 ILAP:StartToFinish 609 ILAP:StartToFinish
655 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 610 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
656 - rdf:type owl:Class ;
657 rdfs:label "Start to finish"^^xsd:string ; 611 rdfs:label "Start to finish"^^xsd:string ;
658 - rdfs:subClassOf ILAP:Successor ; 612 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor .
659 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> ; 613 +
660 -.
661 ILAP:StartToStart 614 ILAP:StartToStart
662 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 615 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
663 - rdf:type owl:Class ;
664 rdfs:label "Start to start"^^xsd:string ; 616 rdfs:label "Start to start"^^xsd:string ;
665 - rdfs:subClassOf ILAP:Successor ; 617 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor .
666 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> ; 618 +
667 -.
668 ILAP:Status 619 ILAP:Status
669 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; 620 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ;
670 - rdf:type owl:Class ;
671 rdfs:label "Status"^^xsd:string ; 621 rdfs:label "Status"^^xsd:string ;
672 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> ; 622 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> .
673 - rdfs:subClassOf owl:Thing ; 623 +
674 -.
675 ILAP:Successor 624 ILAP:Successor
676 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 625 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
677 - rdf:type owl:Class ;
678 rdfs:label "Successor"^^xsd:string ; 626 rdfs:label "Successor"^^xsd:string ;
679 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> ; 627 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS44294438194> ;
680 - rdfs:subClassOf owl:Thing ; 628 + rdfs:subClassOf
681 - rdfs:subClassOf [ 629 + [ rdf:type owl:Restriction ;
682 - rdf:type owl:Restriction ;
683 - owl:onClass ILAP:Activity ;
684 - owl:onProperty ILAP:hasPredecessorActivity ;
685 - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
686 - ] ;
687 - rdfs:subClassOf [
688 - rdf:type owl:Restriction ;
689 owl:onClass ILAP:Activity ; 630 owl:onClass ILAP:Activity ;
690 owl:onProperty ILAP:hasSuccessorActivity ; 631 owl:onProperty ILAP:hasSuccessorActivity ;
691 - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; 632 + owl:qualifiedCardinality
633 + "1"^^xsd:nonNegativeInteger
692 ] ; 634 ] ;
693 -. 635 + rdfs:subClassOf
636 + [ rdf:type owl:Restriction ;
637 + owl:onClass ILAP:Activity ;
638 + owl:onProperty ILAP:hasPredecessorActivity ;
639 + owl:qualifiedCardinality
640 + "1"^^xsd:nonNegativeInteger
641 + ] .
642 +
694 ILAP:TargetSchedule 643 ILAP:TargetSchedule
695 rdf:type owl:Class ; 644 rdf:type owl:Class ;
696 rdfs:label "Target baseline"^^xsd:string ; 645 rdfs:label "Target baseline"^^xsd:string ;
697 - rdfs:subClassOf ILAP:OriginalControlSchedule ; 646 + rdfs:subClassOf ILAP:OriginalControlSchedule .
698 -. 647 +
699 ILAP:Timebased 648 ILAP:Timebased
700 rdf:type owl:Class ; 649 rdf:type owl:Class ;
701 rdfs:label "Timebased"^^xsd:string ; 650 rdfs:label "Timebased"^^xsd:string ;
702 - rdfs:subClassOf ILAP:Resource ; 651 + rdfs:subClassOf ILAP:Resource .
703 -. 652 +
704 ILAP:UserField 653 ILAP:UserField
705 rdf:type owl:Class ; 654 rdf:type owl:Class ;
706 rdfs:label "User field"^^xsd:string ; 655 rdfs:label "User field"^^xsd:string ;
707 rdfs:subClassOf owl:Thing ; 656 rdfs:subClassOf owl:Thing ;
708 - rdfs:subClassOf [ 657 + rdfs:subClassOf
709 - rdf:type owl:Restriction ; 658 + [ rdf:type owl:Restriction ;
710 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 659 + owl:maxQualifiedCardinality
660 + "1"^^xsd:nonNegativeInteger ;
711 owl:onClass ILAP:Source ; 661 owl:onClass ILAP:Source ;
712 - owl:onProperty ILAP:hasUserFieldSource ; 662 + owl:onProperty ILAP:hasUserFieldSource
713 - ] ; 663 + ] .
714 -. 664 +
715 ILAP:WeekendsFreeCalendar 665 ILAP:WeekendsFreeCalendar
716 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 666 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
717 - rdf:type owl:Class ;
718 rdfs:label "Weekends free calendar"^^xsd:string ; 667 rdfs:label "Weekends free calendar"^^xsd:string ;
719 - rdfs:subClassOf ILAP:Calendar ; 668 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar .
720 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> ; 669 +
721 -.
722 ILAP:WorkOrders 670 ILAP:WorkOrders
723 rdf:type owl:Class ; 671 rdf:type owl:Class ;
724 rdfs:label "Work orders"^^xsd:string ; 672 rdfs:label "Work orders"^^xsd:string ;
725 - rdfs:subClassOf ILAP:WorkTask ; 673 + rdfs:subClassOf ILAP:WorkTask .
726 -. 674 +
727 ILAP:WorkTask 675 ILAP:WorkTask
728 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 676 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
729 - rdf:type owl:Class ;
730 rdfs:label "Work task"^^xsd:string ; 677 rdfs:label "Work task"^^xsd:string ;
731 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> ; 678 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ;
732 - rdfs:subClassOf owl:Thing ; 679 + rdfs:subClassOf
733 - rdfs:subClassOf [ 680 + [ rdf:type owl:Restriction ;
734 - rdf:type owl:Restriction ;
735 - owl:allValuesFrom BRREG:LegalEntity ;
736 - owl:onProperty ILAP:hasWorkTaskResponsible ;
737 - ] ;
738 - rdfs:subClassOf [
739 - rdf:type owl:Restriction ;
740 owl:onProperty ILAP:hasWorkTaskActivity ; 681 owl:onProperty ILAP:hasWorkTaskActivity ;
741 - owl:someValuesFrom ILAP:Activity ; 682 + owl:someValuesFrom ILAP:Activity
742 ] ; 683 ] ;
743 -. 684 + rdfs:subClassOf
685 + [ rdf:type owl:Restriction ;
686 + owl:allValuesFrom BRREG:LegalEntity ;
687 + owl:onProperty ILAP:hasWorkTaskResponsible
688 + ] .
689 +
744 ILAP:hasActivityActualWeight 690 ILAP:hasActivityActualWeight
745 rdf:type owl:DatatypeProperty ; 691 rdf:type owl:DatatypeProperty ;
746 rdfs:domain ILAP:ScheduledActivity ; 692 rdfs:domain ILAP:ScheduledActivity ;
747 rdfs:label "has activity actual weight"^^xsd:string ; 693 rdfs:label "has activity actual weight"^^xsd:string ;
748 rdfs:range xsd:float ; 694 rdfs:range xsd:float ;
749 - rdfs:subPropertyOf ILAP:hasActivityWeight ; 695 + rdfs:subPropertyOf ILAP:hasActivityWeight .
750 -. 696 +
751 ILAP:hasActivityCOR 697 ILAP:hasActivityCOR
752 rdf:type owl:ObjectProperty ; 698 rdf:type owl:ObjectProperty ;
753 rdfs:domain ILAP:PlannedActivity ; 699 rdfs:domain ILAP:PlannedActivity ;
754 rdfs:label "has activity COR"^^xsd:string ; 700 rdfs:label "has activity COR"^^xsd:string ;
755 - rdfs:subPropertyOf ILAP:hasActivityILAPWBS ; 701 + rdfs:subPropertyOf ILAP:hasActivityILAPWBS .
756 -. 702 +
757 ILAP:hasActivityCalendar 703 ILAP:hasActivityCalendar
758 rdf:type owl:ObjectProperty ; 704 rdf:type owl:ObjectProperty ;
759 rdfs:domain ILAP:Activity ; 705 rdfs:domain ILAP:Activity ;
760 rdfs:label "has activity calendar"^^xsd:string ; 706 rdfs:label "has activity calendar"^^xsd:string ;
761 - rdfs:range ILAP:Calendar ; 707 + rdfs:range ILAP:Calendar .
762 -. 708 +
763 ILAP:hasActivityContractor 709 ILAP:hasActivityContractor
764 rdf:type owl:ObjectProperty ; 710 rdf:type owl:ObjectProperty ;
765 rdfs:domain ILAP:PlannedActivity ; 711 rdfs:domain ILAP:PlannedActivity ;
766 rdfs:label "has activity contractor"^^xsd:string ; 712 rdfs:label "has activity contractor"^^xsd:string ;
767 rdfs:range BRREG:Contractor ; 713 rdfs:range BRREG:Contractor ;
768 - rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization ; 714 + rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization .
769 -. 715 +
770 ILAP:hasActivityContractorWBS 716 ILAP:hasActivityContractorWBS
771 rdf:type owl:ObjectProperty ; 717 rdf:type owl:ObjectProperty ;
772 rdfs:domain ILAP:PlannedActivity ; 718 rdfs:domain ILAP:PlannedActivity ;
773 rdfs:label "has activity contractorWBS"^^xsd:string ; 719 rdfs:label "has activity contractorWBS"^^xsd:string ;
774 - rdfs:range ILAP:ContractorWBS ; 720 + rdfs:range ILAP:ContractorWBS .
775 -. 721 +
776 ILAP:hasActivityCurrentProgressPercent 722 ILAP:hasActivityCurrentProgressPercent
777 rdf:type owl:DatatypeProperty ; 723 rdf:type owl:DatatypeProperty ;
778 rdfs:domain ILAP:PlannedActivity ; 724 rdfs:domain ILAP:PlannedActivity ;
779 rdfs:label "has activity current progress percentage"^^xsd:string ; 725 rdfs:label "has activity current progress percentage"^^xsd:string ;
780 - rdfs:range xsd:integer ; 726 + rdfs:range xsd:integer .
781 -. 727 +
782 ILAP:hasActivityDiscipline 728 ILAP:hasActivityDiscipline
783 rdf:type owl:ObjectProperty ; 729 rdf:type owl:ObjectProperty ;
784 rdfs:domain ILAP:PlannedActivity ; 730 rdfs:domain ILAP:PlannedActivity ;
785 rdfs:label "has activity discipline"^^xsd:string ; 731 rdfs:label "has activity discipline"^^xsd:string ;
786 - rdfs:range ILAP:Discipline ; 732 + rdfs:range ILAP:Discipline .
787 -. 733 +
788 ILAP:hasActivityDuration 734 ILAP:hasActivityDuration
789 rdf:type owl:DatatypeProperty ; 735 rdf:type owl:DatatypeProperty ;
790 rdfs:domain ILAP:ScheduledActivity ; 736 rdfs:domain ILAP:ScheduledActivity ;
791 rdfs:label "has activity duration"^^xsd:string ; 737 rdfs:label "has activity duration"^^xsd:string ;
792 - rdfs:range xsd:duration ; 738 + rdfs:range xsd:duration .
793 -. 739 +
794 ILAP:hasActivityEstimatedWeight 740 ILAP:hasActivityEstimatedWeight
795 rdf:type owl:DatatypeProperty ; 741 rdf:type owl:DatatypeProperty ;
796 rdfs:domain ILAP:PlannedActivity ; 742 rdfs:domain ILAP:PlannedActivity ;
797 rdfs:label "has activity estimated weight"^^xsd:string ; 743 rdfs:label "has activity estimated weight"^^xsd:string ;
798 rdfs:range xsd:float ; 744 rdfs:range xsd:float ;
799 - rdfs:subPropertyOf ILAP:hasActivityWeight ; 745 + rdfs:subPropertyOf ILAP:hasActivityWeight .
800 -. 746 +
801 ILAP:hasActivityILAPWBS 747 ILAP:hasActivityILAPWBS
802 rdf:type owl:ObjectProperty ; 748 rdf:type owl:ObjectProperty ;
803 rdfs:domain ILAP:PlannedActivity ; 749 rdfs:domain ILAP:PlannedActivity ;
804 - rdfs:label "has activity ILAP Work Breakdown Structure"^^xsd:string ; 750 + rdfs:label "has activity ILAP Work Breakdown Structure"^^xsd:string .
805 -. 751 +
806 ILAP:hasActivityInScheduleActivityInPlan 752 ILAP:hasActivityInScheduleActivityInPlan
807 rdf:type owl:ObjectProperty ; 753 rdf:type owl:ObjectProperty ;
808 rdfs:domain ILAP:ScheduledActivity ; 754 rdfs:domain ILAP:ScheduledActivity ;
809 rdfs:label "has activity in schedule activity in plan"^^xsd:string ; 755 rdfs:label "has activity in schedule activity in plan"^^xsd:string ;
810 - rdfs:range ILAP:PlannedActivity ; 756 + rdfs:range ILAP:PlannedActivity .
811 -. 757 +
812 ILAP:hasActivityLocation 758 ILAP:hasActivityLocation
813 rdf:type owl:ObjectProperty ; 759 rdf:type owl:ObjectProperty ;
814 rdfs:domain ILAP:PlannedActivity ; 760 rdfs:domain ILAP:PlannedActivity ;
815 rdfs:label "has location"^^xsd:string ; 761 rdfs:label "has location"^^xsd:string ;
816 - rdfs:range ILAP:Location ; 762 + rdfs:range ILAP:Location .
817 -. 763 +
818 ILAP:hasActivityPBS 764 ILAP:hasActivityPBS
819 rdf:type owl:ObjectProperty ; 765 rdf:type owl:ObjectProperty ;
820 rdfs:domain ILAP:PlannedActivity ; 766 rdfs:domain ILAP:PlannedActivity ;
821 rdfs:label "has activity PBS"^^xsd:string ; 767 rdfs:label "has activity PBS"^^xsd:string ;
822 rdfs:range SCCS:PBScode ; 768 rdfs:range SCCS:PBScode ;
823 - rdfs:subPropertyOf ILAP:hasActivityILAPWBS ; 769 + rdfs:subPropertyOf ILAP:hasActivityILAPWBS .
824 -. 770 +
825 ILAP:hasActivityPartActivity 771 ILAP:hasActivityPartActivity
826 rdf:type owl:ObjectProperty ; 772 rdf:type owl:ObjectProperty ;
827 rdfs:domain ILAP:PlannedActivity ; 773 rdfs:domain ILAP:PlannedActivity ;
828 rdfs:label "has activity part activity"^^xsd:string ; 774 rdfs:label "has activity part activity"^^xsd:string ;
829 - rdfs:range ILAP:PlannedActivity ; 775 + rdfs:range ILAP:PlannedActivity .
830 -. 776 +
831 ILAP:hasActivityPercentComplete 777 ILAP:hasActivityPercentComplete
832 rdf:type owl:DatatypeProperty ; 778 rdf:type owl:DatatypeProperty ;
833 rdfs:domain ILAP:PlannedActivity ; 779 rdfs:domain ILAP:PlannedActivity ;
834 rdfs:label "has activity percent complete"^^xsd:string ; 780 rdfs:label "has activity percent complete"^^xsd:string ;
835 - rdfs:range xsd:float ; 781 + rdfs:range xsd:float .
836 -. 782 +
837 ILAP:hasActivityPhase 783 ILAP:hasActivityPhase
838 rdf:type owl:ObjectProperty ; 784 rdf:type owl:ObjectProperty ;
839 rdfs:domain ILAP:PlannedActivity ; 785 rdfs:domain ILAP:PlannedActivity ;
840 rdfs:label "has activity phase"^^xsd:string ; 786 rdfs:label "has activity phase"^^xsd:string ;
841 - rdfs:range ILAP:Phase ; 787 + rdfs:range ILAP:Phase .
842 -. 788 +
843 ILAP:hasActivityPlan 789 ILAP:hasActivityPlan
844 - rdf:type owl:ObjectProperty ; 790 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
845 - rdf:type owl:TransitiveProperty ;
846 rdfs:domain ILAP:PlannedActivity ; 791 rdfs:domain ILAP:PlannedActivity ;
847 rdfs:label "has activity plan"^^xsd:string ; 792 rdfs:label "has activity plan"^^xsd:string ;
848 - rdfs:range ILAP:ExecutionPlan ; 793 + rdfs:range ILAP:ExecutionPlan .
849 -. 794 +
850 ILAP:hasActivityPlannedResource 795 ILAP:hasActivityPlannedResource
851 rdf:type owl:ObjectProperty ; 796 rdf:type owl:ObjectProperty ;
852 rdfs:domain ILAP:PlannedActivity ; 797 rdfs:domain ILAP:PlannedActivity ;
853 rdfs:label "has activity planned resource"^^xsd:string ; 798 rdfs:label "has activity planned resource"^^xsd:string ;
854 rdfs:range ILAP:PlannedResource ; 799 rdfs:range ILAP:PlannedResource ;
855 - rdfs:subPropertyOf ILAP:hasActivityResource ; 800 + rdfs:subPropertyOf ILAP:hasActivityResource .
856 -. 801 +
857 ILAP:hasActivityPredecessor 802 ILAP:hasActivityPredecessor
858 rdf:type owl:ObjectProperty ; 803 rdf:type owl:ObjectProperty ;
859 rdfs:domain ILAP:PlannedActivity ; 804 rdfs:domain ILAP:PlannedActivity ;
860 rdfs:label "has activitypredecessor"^^xsd:string ; 805 rdfs:label "has activitypredecessor"^^xsd:string ;
861 rdfs:range ILAP:Successor ; 806 rdfs:range ILAP:Successor ;
862 - owl:inverseOf ILAP:hasSuccessorActivity ; 807 + owl:inverseOf ILAP:hasSuccessorActivity .
863 -. 808 +
864 ILAP:hasActivityRegulator 809 ILAP:hasActivityRegulator
865 rdf:type owl:ObjectProperty ; 810 rdf:type owl:ObjectProperty ;
866 rdfs:domain ILAP:PlannedActivity ; 811 rdfs:domain ILAP:PlannedActivity ;
867 rdfs:label "has activity regulator"^^xsd:string ; 812 rdfs:label "has activity regulator"^^xsd:string ;
868 rdfs:range BRREG:Regulator ; 813 rdfs:range BRREG:Regulator ;
869 - rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization ; 814 + rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization .
870 -. 815 +
871 ILAP:hasActivityResource 816 ILAP:hasActivityResource
872 rdf:type owl:ObjectProperty ; 817 rdf:type owl:ObjectProperty ;
873 - rdfs:label "has activity resource"^^xsd:string ; 818 + rdfs:label "has activity resource"^^xsd:string .
874 -. 819 +
875 ILAP:hasActivityResourceProfile 820 ILAP:hasActivityResourceProfile
876 rdf:type owl:ObjectProperty ; 821 rdf:type owl:ObjectProperty ;
877 rdfs:domain ILAP:PlannedActivity ; 822 rdfs:domain ILAP:PlannedActivity ;
878 rdfs:label "has activity resource profile"^^xsd:string ; 823 rdfs:label "has activity resource profile"^^xsd:string ;
879 - rdfs:range ILAP:Profile ; 824 + rdfs:range ILAP:Profile .
880 -. 825 +
881 ILAP:hasActivityResponsibleOrganization 826 ILAP:hasActivityResponsibleOrganization
882 rdf:type owl:ObjectProperty ; 827 rdf:type owl:ObjectProperty ;
883 rdfs:domain ILAP:Activity ; 828 rdfs:domain ILAP:Activity ;
884 rdfs:label "has activity participant"^^xsd:string ; 829 rdfs:label "has activity participant"^^xsd:string ;
885 - rdfs:range ILAP:ResponsibleOrganization ; 830 + rdfs:range ILAP:ResponsibleOrganization .
886 -. 831 +
887 ILAP:hasActivityResponsiblePerson 832 ILAP:hasActivityResponsiblePerson
888 - rdf:type owl:ObjectProperty ; 833 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
889 - rdf:type owl:TransitiveProperty ;
890 rdfs:domain ILAP:PlannedActivity ; 834 rdfs:domain ILAP:PlannedActivity ;
891 rdfs:label "has activity responsible"^^xsd:string ; 835 rdfs:label "has activity responsible"^^xsd:string ;
892 - rdfs:range ILAP:ResponsiblePerson ; 836 + rdfs:range ILAP:ResponsiblePerson .
893 -. 837 +
894 ILAP:hasActivityResult 838 ILAP:hasActivityResult
895 rdf:type owl:ObjectProperty ; 839 rdf:type owl:ObjectProperty ;
896 rdfs:domain ILAP:PlannedActivity ; 840 rdfs:domain ILAP:PlannedActivity ;
897 rdfs:label "has activity result"^^xsd:string ; 841 rdfs:label "has activity result"^^xsd:string ;
898 - rdfs:range ILAP:Result ; 842 + rdfs:range ILAP:Result .
899 -. 843 +
900 ILAP:hasActivitySAB 844 ILAP:hasActivitySAB
901 rdf:type owl:ObjectProperty ; 845 rdf:type owl:ObjectProperty ;
902 rdfs:domain ILAP:PlannedActivity ; 846 rdfs:domain ILAP:PlannedActivity ;
903 rdfs:label "has activity SAB"^^xsd:string ; 847 rdfs:label "has activity SAB"^^xsd:string ;
904 rdfs:range SCCS:SABcode ; 848 rdfs:range SCCS:SABcode ;
905 - rdfs:subPropertyOf ILAP:hasActivityILAPWBS ; 849 + rdfs:subPropertyOf ILAP:hasActivityILAPWBS .
906 -. 850 +
907 ILAP:hasActivitySchedule 851 ILAP:hasActivitySchedule
908 rdf:type owl:ObjectProperty ; 852 rdf:type owl:ObjectProperty ;
909 rdfs:domain ILAP:ScheduledActivity ; 853 rdfs:domain ILAP:ScheduledActivity ;
910 rdfs:label "has activity schedule"^^xsd:string ; 854 rdfs:label "has activity schedule"^^xsd:string ;
911 - rdfs:range ILAP:NetworkSchedule ; 855 + rdfs:range ILAP:NetworkSchedule .
912 -. 856 +
913 ILAP:hasActivityScheduledResource 857 ILAP:hasActivityScheduledResource
914 rdf:type owl:ObjectProperty ; 858 rdf:type owl:ObjectProperty ;
915 rdfs:domain ILAP:ScheduledActivity ; 859 rdfs:domain ILAP:ScheduledActivity ;
916 rdfs:label "has activity scheduled resource"^^xsd:string ; 860 rdfs:label "has activity scheduled resource"^^xsd:string ;
917 rdfs:range ILAP:ScheduledResource ; 861 rdfs:range ILAP:ScheduledResource ;
918 - rdfs:subPropertyOf ILAP:hasActivityResource ; 862 + rdfs:subPropertyOf ILAP:hasActivityResource .
919 -. 863 +
920 ILAP:hasActivityServiceSupplier 864 ILAP:hasActivityServiceSupplier
921 rdf:type owl:ObjectProperty ; 865 rdf:type owl:ObjectProperty ;
922 rdfs:domain ILAP:PlannedActivity ; 866 rdfs:domain ILAP:PlannedActivity ;
923 rdfs:label "has activity service supplier"^^xsd:string ; 867 rdfs:label "has activity service supplier"^^xsd:string ;
924 rdfs:range BRREG:Contractor ; 868 rdfs:range BRREG:Contractor ;
925 - rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization ; 869 + rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization .
926 -. 870 +
927 ILAP:hasActivityStatus 871 ILAP:hasActivityStatus
928 rdf:type owl:ObjectProperty ; 872 rdf:type owl:ObjectProperty ;
929 rdfs:domain ILAP:Activity ; 873 rdfs:domain ILAP:Activity ;
930 rdfs:label "has activity status"^^xsd:string ; 874 rdfs:label "has activity status"^^xsd:string ;
931 - rdfs:range ILAP:Status ; 875 + rdfs:range ILAP:Status .
932 -. 876 +
933 ILAP:hasActivitySuccessor 877 ILAP:hasActivitySuccessor
934 - rdf:type owl:ObjectProperty ; 878 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
935 - rdf:type owl:TransitiveProperty ;
936 rdfs:domain ILAP:PlannedActivity ; 879 rdfs:domain ILAP:PlannedActivity ;
937 rdfs:label "has activity successor"^^xsd:string ; 880 rdfs:label "has activity successor"^^xsd:string ;
938 rdfs:range ILAP:Successor ; 881 rdfs:range ILAP:Successor ;
939 - owl:inverseOf ILAP:hasPredecessorActivity ; 882 + owl:inverseOf ILAP:hasPredecessorActivity .
940 -. 883 +
941 ILAP:hasActivityTaskLeader 884 ILAP:hasActivityTaskLeader
942 rdf:type owl:ObjectProperty ; 885 rdf:type owl:ObjectProperty ;
943 rdfs:domain ILAP:PlannedActivity ; 886 rdfs:domain ILAP:PlannedActivity ;
944 rdfs:label "has activity task leader"^^xsd:string ; 887 rdfs:label "has activity task leader"^^xsd:string ;
945 rdfs:range ILAP:ResponsiblePerson ; 888 rdfs:range ILAP:ResponsiblePerson ;
946 - rdfs:subPropertyOf ILAP:hasActivityResponsiblePerson ; 889 + rdfs:subPropertyOf ILAP:hasActivityResponsiblePerson .
947 -. 890 +
948 ILAP:hasActivityVendor 891 ILAP:hasActivityVendor
949 rdf:type owl:ObjectProperty ; 892 rdf:type owl:ObjectProperty ;
950 rdfs:domain ILAP:PlannedActivity ; 893 rdfs:domain ILAP:PlannedActivity ;
951 rdfs:label "has activity vendor"^^xsd:string ; 894 rdfs:label "has activity vendor"^^xsd:string ;
952 rdfs:range BRREG:Contractor ; 895 rdfs:range BRREG:Contractor ;
953 - rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization ; 896 + rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization .
954 -. 897 +
955 ILAP:hasActivityWeight 898 ILAP:hasActivityWeight
956 rdf:type owl:DatatypeProperty ; 899 rdf:type owl:DatatypeProperty ;
957 - rdfs:label "has activity weight"^^xsd:string ; 900 + rdfs:label "has activity weight"^^xsd:string .
958 -. 901 +
959 ILAP:hasActivityWorkVolume 902 ILAP:hasActivityWorkVolume
960 rdf:type owl:DatatypeProperty ; 903 rdf:type owl:DatatypeProperty ;
961 rdfs:domain ILAP:PlannedActivity ; 904 rdfs:domain ILAP:PlannedActivity ;
962 rdfs:label "has activity work volume"^^xsd:string ; 905 rdfs:label "has activity work volume"^^xsd:string ;
963 - rdfs:range xsd:float ; 906 + rdfs:range xsd:float .
964 -. 907 +
965 ILAP:hasBaseline 908 ILAP:hasBaseline
966 rdf:type owl:ObjectProperty ; 909 rdf:type owl:ObjectProperty ;
967 rdfs:domain ILAP:BaselineSetting ; 910 rdfs:domain ILAP:BaselineSetting ;
968 rdfs:label "has baseline"^^xsd:string ; 911 rdfs:label "has baseline"^^xsd:string ;
969 - rdfs:range ILAP:NetworkSchedule ; 912 + rdfs:range ILAP:NetworkSchedule .
970 -. 913 +
971 ILAP:hasBaselineCreatedDate 914 ILAP:hasBaselineCreatedDate
972 rdf:type owl:DatatypeProperty ; 915 rdf:type owl:DatatypeProperty ;
973 rdfs:domain ILAP:Baseline ; 916 rdfs:domain ILAP:Baseline ;
974 rdfs:label "has baseline created date"^^xsd:string ; 917 rdfs:label "has baseline created date"^^xsd:string ;
975 - rdfs:range xsd:date ; 918 + rdfs:range xsd:date .
976 -. 919 +
977 ILAP:hasCalendarDate 920 ILAP:hasCalendarDate
978 rdf:type owl:DatatypeProperty ; 921 rdf:type owl:DatatypeProperty ;
979 - rdfs:label "has calendar date"^^xsd:string ; 922 + rdfs:label "has calendar date"^^xsd:string .
980 -. 923 +
981 ILAP:hasCalendarFreePeriod 924 ILAP:hasCalendarFreePeriod
982 - rdf:type owl:ObjectProperty ; 925 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
983 - rdf:type owl:TransitiveProperty ;
984 rdfs:domain ILAP:Calendar ; 926 rdfs:domain ILAP:Calendar ;
985 rdfs:label "has calendarcalendar free period"^^xsd:string ; 927 rdfs:label "has calendarcalendar free period"^^xsd:string ;
986 - rdfs:range ILAP:CalendarFreePeriod ; 928 + rdfs:range ILAP:CalendarFreePeriod .
987 -. 929 +
988 ILAP:hasCalendarPeriodDay 930 ILAP:hasCalendarPeriodDay
989 rdf:type owl:ObjectProperty ; 931 rdf:type owl:ObjectProperty ;
990 - rdfs:label "has calendar period day"^^xsd:string ; 932 + rdfs:label "has calendar period day"^^xsd:string .
991 -. 933 +
992 ILAP:hasCalendarPeriodFreeDay 934 ILAP:hasCalendarPeriodFreeDay
993 rdf:type owl:ObjectProperty ; 935 rdf:type owl:ObjectProperty ;
994 rdfs:domain ILAP:CalendarFreePeriod ; 936 rdfs:domain ILAP:CalendarFreePeriod ;
995 rdfs:label "has calendar period free day"^^xsd:string ; 937 rdfs:label "has calendar period free day"^^xsd:string ;
996 rdfs:range ILAP:CalendarDay ; 938 rdfs:range ILAP:CalendarDay ;
997 - rdfs:subPropertyOf ILAP:hasCalendarPeriodDay ; 939 + rdfs:subPropertyOf ILAP:hasCalendarPeriodDay .
998 -. 940 +
999 ILAP:hasCalendarPeriodHour 941 ILAP:hasCalendarPeriodHour
1000 rdf:type owl:ObjectProperty ; 942 rdf:type owl:ObjectProperty ;
1001 - rdfs:label "has calendar period hour"^^xsd:string ; 943 + rdfs:label "has calendar period hour"^^xsd:string .
1002 -. 944 +
1003 ILAP:hasCalendarPeriodWorkDay 945 ILAP:hasCalendarPeriodWorkDay
1004 rdf:type owl:ObjectProperty ; 946 rdf:type owl:ObjectProperty ;
1005 rdfs:domain ILAP:CalendarWorkPeriod ; 947 rdfs:domain ILAP:CalendarWorkPeriod ;
1006 rdfs:label "has calendar period work day"^^xsd:string ; 948 rdfs:label "has calendar period work day"^^xsd:string ;
1007 rdfs:range ILAP:CalendarDay ; 949 rdfs:range ILAP:CalendarDay ;
1008 - rdfs:subPropertyOf ILAP:hasCalendarPeriodDay ; 950 + rdfs:subPropertyOf ILAP:hasCalendarPeriodDay .
1009 -. 951 +
1010 ILAP:hasCalendarPeriodWorkHour 952 ILAP:hasCalendarPeriodWorkHour
1011 rdf:type owl:ObjectProperty ; 953 rdf:type owl:ObjectProperty ;
1012 rdfs:domain ILAP:CalendarWorkPeriod ; 954 rdfs:domain ILAP:CalendarWorkPeriod ;
1013 rdfs:label "has calendar period work hour"^^xsd:string ; 955 rdfs:label "has calendar period work hour"^^xsd:string ;
1014 rdfs:range ILAP:CalendarHour ; 956 rdfs:range ILAP:CalendarHour ;
1015 - rdfs:subPropertyOf ILAP:hasCalendarPeriodHour ; 957 + rdfs:subPropertyOf ILAP:hasCalendarPeriodHour .
1016 -. 958 +
1017 ILAP:hasCalendarWorkPeriod 959 ILAP:hasCalendarWorkPeriod
1018 - rdf:type owl:ObjectProperty ; 960 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1019 - rdf:type owl:TransitiveProperty ;
1020 rdfs:domain ILAP:Calendar ; 961 rdfs:domain ILAP:Calendar ;
1021 rdfs:label "has calendarcalendar work period"^^xsd:string ; 962 rdfs:label "has calendarcalendar work period"^^xsd:string ;
1022 - rdfs:range ILAP:CalendarWorkPeriod ; 963 + rdfs:range ILAP:CalendarWorkPeriod .
1023 -. 964 +
1024 ILAP:hasContractorWBSelement 965 ILAP:hasContractorWBSelement
1025 rdf:type owl:DatatypeProperty ; 966 rdf:type owl:DatatypeProperty ;
1026 rdfs:domain ILAP:ContractorWBS ; 967 rdfs:domain ILAP:ContractorWBS ;
1027 rdfs:label "has contractor WBSelement"^^xsd:string ; 968 rdfs:label "has contractor WBSelement"^^xsd:string ;
1028 - rdfs:range xsd:string ; 969 + rdfs:range xsd:string .
1029 -. 970 +
1030 ILAP:hasDescription 971 ILAP:hasDescription
1031 rdf:type owl:DatatypeProperty ; 972 rdf:type owl:DatatypeProperty ;
1032 rdfs:domain owl:Thing ; 973 rdfs:domain owl:Thing ;
1033 rdfs:label "has description"^^xsd:string ; 974 rdfs:label "has description"^^xsd:string ;
1034 - rdfs:range xsd:string ; 975 + rdfs:range xsd:string .
1035 -. 976 +
1036 ILAP:hasEarlyFinish 977 ILAP:hasEarlyFinish
1037 rdf:type owl:DatatypeProperty ; 978 rdf:type owl:DatatypeProperty ;
1038 rdfs:domain ILAP:ScheduledActivity ; 979 rdfs:domain ILAP:ScheduledActivity ;
1039 rdfs:label "has early finish"^^xsd:string ; 980 rdfs:label "has early finish"^^xsd:string ;
1040 rdfs:range xsd:dateTime ; 981 rdfs:range xsd:dateTime ;
1041 - rdfs:subPropertyOf ILAP:hasScheduleDate ; 982 + rdfs:subPropertyOf ILAP:hasScheduleDate .
1042 -. 983 +
1043 ILAP:hasEarlyStart 984 ILAP:hasEarlyStart
1044 rdf:type owl:DatatypeProperty ; 985 rdf:type owl:DatatypeProperty ;
1045 rdfs:domain ILAP:ScheduledActivity ; 986 rdfs:domain ILAP:ScheduledActivity ;
1046 rdfs:label "has early start"^^xsd:string ; 987 rdfs:label "has early start"^^xsd:string ;
1047 rdfs:range xsd:dateTime ; 988 rdfs:range xsd:dateTime ;
1048 - rdfs:subPropertyOf ILAP:hasScheduleDate ; 989 + rdfs:subPropertyOf ILAP:hasScheduleDate .
1049 -. 990 +
1050 ILAP:hasEarlyStartActual 991 ILAP:hasEarlyStartActual
1051 rdf:type owl:DatatypeProperty ; 992 rdf:type owl:DatatypeProperty ;
1052 rdfs:domain ILAP:ScheduledActivity ; 993 rdfs:domain ILAP:ScheduledActivity ;
1053 rdfs:label "has Early Start Actual"^^xsd:string ; 994 rdfs:label "has Early Start Actual"^^xsd:string ;
1054 rdfs:range xsd:dateTime ; 995 rdfs:range xsd:dateTime ;
1055 - rdfs:subPropertyOf ILAP:hasScheduleDate ; 996 + rdfs:subPropertyOf ILAP:hasScheduleDate .
1056 -. 997 +
1057 ILAP:hasExternalReference 998 ILAP:hasExternalReference
1058 rdf:type owl:ObjectProperty ; 999 rdf:type owl:ObjectProperty ;
1059 rdfs:label "has External Reference"^^xsd:string ; 1000 rdfs:label "has External Reference"^^xsd:string ;
1060 - rdfs:range ILAP:ExternalReference ; 1001 + rdfs:range ILAP:ExternalReference .
1061 -. 1002 +
1062 ILAP:hasFixedFinish 1003 ILAP:hasFixedFinish
1063 rdf:type owl:DatatypeProperty ; 1004 rdf:type owl:DatatypeProperty ;
1064 rdfs:domain ILAP:PlannedActivity ; 1005 rdfs:domain ILAP:PlannedActivity ;
1065 rdfs:label "has fixed finish"^^xsd:string ; 1006 rdfs:label "has fixed finish"^^xsd:string ;
1066 rdfs:range xsd:dateTime ; 1007 rdfs:range xsd:dateTime ;
1067 - rdfs:subPropertyOf ILAP:hasScheduleDate ; 1008 + rdfs:subPropertyOf ILAP:hasScheduleDate .
1068 -. 1009 +
1069 ILAP:hasFixedStart 1010 ILAP:hasFixedStart
1070 rdf:type owl:DatatypeProperty ; 1011 rdf:type owl:DatatypeProperty ;
1071 rdfs:domain ILAP:PlannedActivity ; 1012 rdfs:domain ILAP:PlannedActivity ;
1072 rdfs:label "has Fixed start"^^xsd:string ; 1013 rdfs:label "has Fixed start"^^xsd:string ;
1073 rdfs:range xsd:dateTime ; 1014 rdfs:range xsd:dateTime ;
1074 - rdfs:subPropertyOf ILAP:hasScheduleDate ; 1015 + rdfs:subPropertyOf ILAP:hasScheduleDate .
1075 -. 1016 +
1076 ILAP:hasFreePeriodEndDate 1017 ILAP:hasFreePeriodEndDate
1077 rdf:type owl:DatatypeProperty ; 1018 rdf:type owl:DatatypeProperty ;
1078 rdfs:domain ILAP:CalendarFreePeriod ; 1019 rdfs:domain ILAP:CalendarFreePeriod ;
1079 rdfs:label "has free period end date"^^xsd:string ; 1020 rdfs:label "has free period end date"^^xsd:string ;
1080 rdfs:range xsd:date ; 1021 rdfs:range xsd:date ;
1081 - rdfs:subPropertyOf ILAP:hasCalendarDate ; 1022 + rdfs:subPropertyOf ILAP:hasCalendarDate .
1082 -. 1023 +
1083 ILAP:hasFreePeriodEndTime 1024 ILAP:hasFreePeriodEndTime
1084 rdf:type owl:DatatypeProperty ; 1025 rdf:type owl:DatatypeProperty ;
1085 rdfs:domain ILAP:CalendarFreePeriod ; 1026 rdfs:domain ILAP:CalendarFreePeriod ;
1086 rdfs:label "has free period end time"^^xsd:string ; 1027 rdfs:label "has free period end time"^^xsd:string ;
1087 rdfs:range xsd:time ; 1028 rdfs:range xsd:time ;
1088 - rdfs:subPropertyOf ILAP:hasTime ; 1029 + rdfs:subPropertyOf ILAP:hasTime .
1089 -. 1030 +
1090 ILAP:hasFreePeriodStartDate 1031 ILAP:hasFreePeriodStartDate
1091 rdf:type owl:DatatypeProperty ; 1032 rdf:type owl:DatatypeProperty ;
1092 rdfs:domain ILAP:CalendarFreePeriod ; 1033 rdfs:domain ILAP:CalendarFreePeriod ;
1093 rdfs:label "has free period start date"^^xsd:string ; 1034 rdfs:label "has free period start date"^^xsd:string ;
1094 rdfs:range xsd:date ; 1035 rdfs:range xsd:date ;
1095 - rdfs:subPropertyOf ILAP:hasCalendarDate ; 1036 + rdfs:subPropertyOf ILAP:hasCalendarDate .
1096 -. 1037 +
1097 ILAP:hasFreePeriodStartTime 1038 ILAP:hasFreePeriodStartTime
1098 rdf:type owl:DatatypeProperty ; 1039 rdf:type owl:DatatypeProperty ;
1099 rdfs:domain ILAP:CalendarFreePeriod ; 1040 rdfs:domain ILAP:CalendarFreePeriod ;
1100 rdfs:label "has free period start time"^^xsd:string ; 1041 rdfs:label "has free period start time"^^xsd:string ;
1101 rdfs:range xsd:time ; 1042 rdfs:range xsd:time ;
1102 - rdfs:subPropertyOf ILAP:hasTime ; 1043 + rdfs:subPropertyOf ILAP:hasTime .
1103 -. 1044 +
1104 ILAP:hasLateFinish 1045 ILAP:hasLateFinish
1105 rdf:type owl:DatatypeProperty ; 1046 rdf:type owl:DatatypeProperty ;
1106 rdfs:domain ILAP:ScheduledActivity ; 1047 rdfs:domain ILAP:ScheduledActivity ;
1107 rdfs:label "has late finish"^^xsd:string ; 1048 rdfs:label "has late finish"^^xsd:string ;
1108 rdfs:range xsd:dateTime ; 1049 rdfs:range xsd:dateTime ;
1109 - rdfs:subPropertyOf ILAP:hasScheduleDate ; 1050 + rdfs:subPropertyOf ILAP:hasScheduleDate .
1110 -. 1051 +
1111 ILAP:hasLateStart 1052 ILAP:hasLateStart
1112 rdf:type owl:DatatypeProperty ; 1053 rdf:type owl:DatatypeProperty ;
1113 rdfs:domain ILAP:ScheduledActivity ; 1054 rdfs:domain ILAP:ScheduledActivity ;
1114 rdfs:label "has late start"^^xsd:string ; 1055 rdfs:label "has late start"^^xsd:string ;
1115 rdfs:range xsd:dateTime ; 1056 rdfs:range xsd:dateTime ;
1116 - rdfs:subPropertyOf ILAP:hasScheduleDate ; 1057 + rdfs:subPropertyOf ILAP:hasScheduleDate .
1117 -. 1058 +
1118 ILAP:hasLatitude 1059 ILAP:hasLatitude
1119 rdf:type owl:DatatypeProperty ; 1060 rdf:type owl:DatatypeProperty ;
1120 rdfs:domain ILAP:Location ; 1061 rdfs:domain ILAP:Location ;
1121 rdfs:label "has latitude"^^xsd:string ; 1062 rdfs:label "has latitude"^^xsd:string ;
1122 - rdfs:range xsd:integer ; 1063 + rdfs:range xsd:integer .
1123 -. 1064 +
1124 ILAP:hasLongitude 1065 ILAP:hasLongitude
1125 rdf:type owl:DatatypeProperty ; 1066 rdf:type owl:DatatypeProperty ;
1126 rdfs:domain ILAP:Location ; 1067 rdfs:domain ILAP:Location ;
1127 rdfs:label "has longitude"^^xsd:string ; 1068 rdfs:label "has longitude"^^xsd:string ;
1128 - rdfs:range xsd:integer ; 1069 + rdfs:range xsd:integer .
1129 -. 1070 +
1130 ILAP:hasMilestoneSuccessor 1071 ILAP:hasMilestoneSuccessor
1131 rdf:type owl:ObjectProperty ; 1072 rdf:type owl:ObjectProperty ;
1132 rdfs:domain ILAP:Milestone ; 1073 rdfs:domain ILAP:Milestone ;
1133 rdfs:label "has milestone successor"^^xsd:string ; 1074 rdfs:label "has milestone successor"^^xsd:string ;
1134 - rdfs:range ILAP:Successor ; 1075 + rdfs:range ILAP:Successor .
1135 -. 1076 +
1136 ILAP:hasMilestoneePredecessor 1077 ILAP:hasMilestoneePredecessor
1137 rdf:type owl:ObjectProperty ; 1078 rdf:type owl:ObjectProperty ;
1138 rdfs:domain ILAP:Milestone ; 1079 rdfs:domain ILAP:Milestone ;
1139 rdfs:label "has Milestonee Predecessor"^^xsd:string ; 1080 rdfs:label "has Milestonee Predecessor"^^xsd:string ;
1140 - rdfs:range ILAP:Successor ; 1081 + rdfs:range ILAP:Successor .
1141 -. 1082 +
1142 ILAP:hasName 1083 ILAP:hasName
1143 rdf:type owl:DatatypeProperty ; 1084 rdf:type owl:DatatypeProperty ;
1144 rdfs:label "has name"^^xsd:string ; 1085 rdfs:label "has name"^^xsd:string ;
1145 - rdfs:range xsd:string ; 1086 + rdfs:range xsd:string .
1146 -. 1087 +
1147 ILAP:hasPlanAsset 1088 ILAP:hasPlanAsset
1148 rdf:type owl:ObjectProperty ; 1089 rdf:type owl:ObjectProperty ;
1149 rdfs:domain ILAP:ExecutionPlan ; 1090 rdfs:domain ILAP:ExecutionPlan ;
1150 - rdfs:label "has plan asset"^^xsd:string ; 1091 + rdfs:label "has plan asset"^^xsd:string .
1151 -. 1092 +
1152 ILAP:hasPlanAssetOwner 1093 ILAP:hasPlanAssetOwner
1153 rdf:type owl:ObjectProperty ; 1094 rdf:type owl:ObjectProperty ;
1154 rdfs:domain ILAP:ExecutionPlan ; 1095 rdfs:domain ILAP:ExecutionPlan ;
1155 rdfs:label "has asset plan owner"^^xsd:string ; 1096 rdfs:label "has asset plan owner"^^xsd:string ;
1156 rdfs:range BRREG:OilCompany ; 1097 rdfs:range BRREG:OilCompany ;
1157 - rdfs:subPropertyOf ILAP:hasPlanResponsible ; 1098 + rdfs:subPropertyOf ILAP:hasPlanResponsible .
1158 -. 1099 +
1159 ILAP:hasPlanContentType 1100 ILAP:hasPlanContentType
1160 rdf:type owl:ObjectProperty ; 1101 rdf:type owl:ObjectProperty ;
1161 rdfs:domain ILAP:ExecutionPlan ; 1102 rdfs:domain ILAP:ExecutionPlan ;
1162 rdfs:label "has plan content type"^^xsd:string ; 1103 rdfs:label "has plan content type"^^xsd:string ;
1163 - rdfs:range ILAP:PlanContentType ; 1104 + rdfs:range ILAP:PlanContentType .
1164 -. 1105 +
1165 ILAP:hasPlanContractType 1106 ILAP:hasPlanContractType
1166 rdf:type owl:ObjectProperty ; 1107 rdf:type owl:ObjectProperty ;
1167 rdfs:domain ILAP:ExecutionPlan ; 1108 rdfs:domain ILAP:ExecutionPlan ;
1168 rdfs:label "has plan contract type"^^xsd:string ; 1109 rdfs:label "has plan contract type"^^xsd:string ;
1169 - rdfs:range ILAP:PlanContractType ; 1110 + rdfs:range ILAP:PlanContractType .
1170 -. 1111 +
1171 ILAP:hasPlanContractor 1112 ILAP:hasPlanContractor
1172 rdf:type owl:ObjectProperty ; 1113 rdf:type owl:ObjectProperty ;
1173 rdfs:domain ILAP:ExecutionPlan ; 1114 rdfs:domain ILAP:ExecutionPlan ;
1174 rdfs:label "has plan contractor"^^xsd:string ; 1115 rdfs:label "has plan contractor"^^xsd:string ;
1175 rdfs:range BRREG:Contractor ; 1116 rdfs:range BRREG:Contractor ;
1176 - rdfs:subPropertyOf ILAP:hasPlanResponsible ; 1117 + rdfs:subPropertyOf ILAP:hasPlanResponsible .
1177 -. 1118 +
1178 ILAP:hasPlanExpenseType 1119 ILAP:hasPlanExpenseType
1179 rdf:type owl:ObjectProperty ; 1120 rdf:type owl:ObjectProperty ;
1180 rdfs:domain ILAP:ExecutionPlan ; 1121 rdfs:domain ILAP:ExecutionPlan ;
1181 rdfs:label "has plan expense type"^^xsd:string ; 1122 rdfs:label "has plan expense type"^^xsd:string ;
1182 - rdfs:range ILAP:PlanExpenseType ; 1123 + rdfs:range ILAP:PlanExpenseType .
1183 -. 1124 +
1184 ILAP:hasPlanGeoArea 1125 ILAP:hasPlanGeoArea
1185 rdf:type owl:ObjectProperty ; 1126 rdf:type owl:ObjectProperty ;
1186 rdfs:domain ILAP:ExecutionPlan ; 1127 rdfs:domain ILAP:ExecutionPlan ;
1187 rdfs:label "has plan focus area"^^xsd:string ; 1128 rdfs:label "has plan focus area"^^xsd:string ;
1188 - rdfs:range ILAP:PlanGeoArea ; 1129 + rdfs:range ILAP:PlanGeoArea .
1189 -. 1130 +
1190 ILAP:hasPlanLevel 1131 ILAP:hasPlanLevel
1191 rdf:type owl:ObjectProperty ; 1132 rdf:type owl:ObjectProperty ;
1192 rdfs:domain ILAP:ExecutionPlan ; 1133 rdfs:domain ILAP:ExecutionPlan ;
1193 rdfs:label "has plan level"^^xsd:string ; 1134 rdfs:label "has plan level"^^xsd:string ;
1194 - rdfs:range ILAP:PlanLevel ; 1135 + rdfs:range ILAP:PlanLevel .
1195 -. 1136 +
1196 ILAP:hasPlanLicensePartner 1137 ILAP:hasPlanLicensePartner
1197 rdf:type owl:ObjectProperty ; 1138 rdf:type owl:ObjectProperty ;
1198 rdfs:domain ILAP:ExecutionPlan ; 1139 rdfs:domain ILAP:ExecutionPlan ;
1199 rdfs:label "has plan license partner"^^xsd:string ; 1140 rdfs:label "has plan license partner"^^xsd:string ;
1200 rdfs:range BRREG:OilCompany ; 1141 rdfs:range BRREG:OilCompany ;
1201 - rdfs:subPropertyOf ILAP:hasPlanResponsible ; 1142 + rdfs:subPropertyOf ILAP:hasPlanResponsible .
1202 -. 1143 +
1203 ILAP:hasPlanLifecyclePhase 1144 ILAP:hasPlanLifecyclePhase
1204 rdf:type owl:ObjectProperty ; 1145 rdf:type owl:ObjectProperty ;
1205 rdfs:domain ILAP:ExecutionPlan ; 1146 rdfs:domain ILAP:ExecutionPlan ;
1206 rdfs:label "has plan lifecycle phase"^^xsd:string ; 1147 rdfs:label "has plan lifecycle phase"^^xsd:string ;
1207 - rdfs:range ILAP:PlanLifecyclePhase ; 1148 + rdfs:range ILAP:PlanLifecyclePhase .
1208 -. 1149 +
1209 ILAP:hasPlanNPDelement 1150 ILAP:hasPlanNPDelement
1210 rdf:type owl:ObjectProperty ; 1151 rdf:type owl:ObjectProperty ;
1211 rdfs:domain ILAP:ExecutionPlan ; 1152 rdfs:domain ILAP:ExecutionPlan ;
1212 rdfs:label "has plan NPD element"^^xsd:string ; 1153 rdfs:label "has plan NPD element"^^xsd:string ;
1213 - rdfs:range NPD:NPDelement ; 1154 + rdfs:range NPD:NPDelement .
1214 -. 1155 +
1215 ILAP:hasPlanOperator 1156 ILAP:hasPlanOperator
1216 rdf:type owl:ObjectProperty ; 1157 rdf:type owl:ObjectProperty ;
1217 rdfs:domain ILAP:ExecutionPlan ; 1158 rdfs:domain ILAP:ExecutionPlan ;
1218 rdfs:label "has plan operator"^^xsd:string ; 1159 rdfs:label "has plan operator"^^xsd:string ;
1219 rdfs:range BRREG:OilCompany ; 1160 rdfs:range BRREG:OilCompany ;
1220 - rdfs:subPropertyOf ILAP:hasPlanResponsible ; 1161 + rdfs:subPropertyOf ILAP:hasPlanResponsible .
1221 -. 1162 +
1222 ILAP:hasPlanProject 1163 ILAP:hasPlanProject
1223 rdf:type owl:ObjectProperty ; 1164 rdf:type owl:ObjectProperty ;
1224 rdfs:domain ILAP:ExecutionPlan ; 1165 rdfs:domain ILAP:ExecutionPlan ;
1225 rdfs:label "has Plan Project"^^xsd:string ; 1166 rdfs:label "has Plan Project"^^xsd:string ;
1226 - rdfs:range ILAP:Project ; 1167 + rdfs:range ILAP:Project .
1227 -. 1168 +
1228 ILAP:hasPlanProjectType 1169 ILAP:hasPlanProjectType
1229 rdf:type owl:ObjectProperty ; 1170 rdf:type owl:ObjectProperty ;
1230 rdfs:domain ILAP:ExecutionPlan ; 1171 rdfs:domain ILAP:ExecutionPlan ;
1231 rdfs:label "has plan project type"^^xsd:string ; 1172 rdfs:label "has plan project type"^^xsd:string ;
1232 - rdfs:range ILAP:PlanProjectType ; 1173 + rdfs:range ILAP:PlanProjectType .
1233 -. 1174 +
1234 ILAP:hasPlanRegulator 1175 ILAP:hasPlanRegulator
1235 rdf:type owl:ObjectProperty ; 1176 rdf:type owl:ObjectProperty ;
1236 rdfs:domain ILAP:ExecutionPlan ; 1177 rdfs:domain ILAP:ExecutionPlan ;
1237 rdfs:label "has plan regulator"^^xsd:string ; 1178 rdfs:label "has plan regulator"^^xsd:string ;
1238 rdfs:range BRREG:Regulator ; 1179 rdfs:range BRREG:Regulator ;
1239 - rdfs:subPropertyOf ILAP:hasPlanResponsible ; 1180 + rdfs:subPropertyOf ILAP:hasPlanResponsible .
1240 -. 1181 +
1241 ILAP:hasPlanResponsible 1182 ILAP:hasPlanResponsible
1242 - rdf:type owl:ObjectProperty ; 1183 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1243 - rdf:type owl:TransitiveProperty ; 1184 + rdfs:label "has plan responsible"^^xsd:string .
1244 - rdfs:label "has plan responsible"^^xsd:string ; 1185 +
1245 -.
1246 ILAP:hasPlanRollUp 1186 ILAP:hasPlanRollUp
1247 rdf:type owl:ObjectProperty ; 1187 rdf:type owl:ObjectProperty ;
1248 rdfs:domain ILAP:ExecutionPlan ; 1188 rdfs:domain ILAP:ExecutionPlan ;
1249 rdfs:label "has plan roll up"^^xsd:string ; 1189 rdfs:label "has plan roll up"^^xsd:string ;
1250 - rdfs:range ILAP:ExecutionPlan ; 1190 + rdfs:range ILAP:ExecutionPlan .
1251 -. 1191 +
1252 ILAP:hasPlanServiceSupplier 1192 ILAP:hasPlanServiceSupplier
1253 rdf:type owl:ObjectProperty ; 1193 rdf:type owl:ObjectProperty ;
1254 rdfs:domain ILAP:ExecutionPlan ; 1194 rdfs:domain ILAP:ExecutionPlan ;
1255 rdfs:label "has plan service supplier"^^xsd:string ; 1195 rdfs:label "has plan service supplier"^^xsd:string ;
1256 rdfs:range BRREG:Contractor ; 1196 rdfs:range BRREG:Contractor ;
1257 - rdfs:subPropertyOf ILAP:hasPlanResponsible ; 1197 + rdfs:subPropertyOf ILAP:hasPlanResponsible .
1258 -. 1198 +
1259 ILAP:hasPlanSubplan 1199 ILAP:hasPlanSubplan
1260 rdf:type owl:ObjectProperty ; 1200 rdf:type owl:ObjectProperty ;
1261 rdfs:domain ILAP:ExecutionPlan ; 1201 rdfs:domain ILAP:ExecutionPlan ;
1262 rdfs:label "has plan subplan"^^xsd:string ; 1202 rdfs:label "has plan subplan"^^xsd:string ;
1263 - rdfs:range ILAP:ExecutionPlan ; 1203 + rdfs:range ILAP:ExecutionPlan .
1264 -. 1204 +
1265 ILAP:hasPlanUserField 1205 ILAP:hasPlanUserField
1266 rdf:type owl:ObjectProperty ; 1206 rdf:type owl:ObjectProperty ;
1267 rdfs:domain ILAP:ActivityNetwork ; 1207 rdfs:domain ILAP:ActivityNetwork ;
1268 rdfs:label "has plan user field"^^xsd:string ; 1208 rdfs:label "has plan user field"^^xsd:string ;
1269 - rdfs:range ILAP:UserField ; 1209 + rdfs:range ILAP:UserField .
1270 -. 1210 +
1271 ILAP:hasPlanValueObjective 1211 ILAP:hasPlanValueObjective
1272 rdf:type owl:ObjectProperty ; 1212 rdf:type owl:ObjectProperty ;
1273 rdfs:domain ILAP:ExecutionPlan ; 1213 rdfs:domain ILAP:ExecutionPlan ;
1274 rdfs:label "has plan value objective"^^xsd:string ; 1214 rdfs:label "has plan value objective"^^xsd:string ;
1275 - rdfs:range ILAP:PlanValueObjective ; 1215 + rdfs:range ILAP:PlanValueObjective .
1276 -. 1216 +
1277 ILAP:hasPredecessorActivity 1217 ILAP:hasPredecessorActivity
1278 rdf:type owl:ObjectProperty ; 1218 rdf:type owl:ObjectProperty ;
1279 rdfs:domain ILAP:Successor ; 1219 rdfs:domain ILAP:Successor ;
1280 rdfs:label "has predecessor activity"^^xsd:string ; 1220 rdfs:label "has predecessor activity"^^xsd:string ;
1281 rdfs:range ILAP:PlannedActivity ; 1221 rdfs:range ILAP:PlannedActivity ;
1282 - owl:inverseOf ILAP:hasActivitySuccessor ; 1222 + owl:inverseOf ILAP:hasActivitySuccessor .
1283 -. 1223 +
1284 ILAP:hasProfilePoint 1224 ILAP:hasProfilePoint
1285 rdf:type owl:ObjectProperty ; 1225 rdf:type owl:ObjectProperty ;
1286 rdfs:domain ILAP:Profile ; 1226 rdfs:domain ILAP:Profile ;
1287 rdfs:label "has profile point"^^xsd:string ; 1227 rdfs:label "has profile point"^^xsd:string ;
1288 - rdfs:range ILAP:ProfilePoint ; 1228 + rdfs:range ILAP:ProfilePoint .
1289 -. 1229 +
1290 ILAP:hasProfilePointXValue 1230 ILAP:hasProfilePointXValue
1291 rdf:type owl:DatatypeProperty ; 1231 rdf:type owl:DatatypeProperty ;
1292 rdfs:domain ILAP:ProfilePoint ; 1232 rdfs:domain ILAP:ProfilePoint ;
1293 rdfs:label "has Profile Point X Value"^^xsd:string ; 1233 rdfs:label "has Profile Point X Value"^^xsd:string ;
1294 - rdfs:range xsd:float ; 1234 + rdfs:range xsd:float .
1295 -. 1235 +
1296 ILAP:hasProfilePointYValue 1236 ILAP:hasProfilePointYValue
1297 rdf:type owl:DatatypeProperty ; 1237 rdf:type owl:DatatypeProperty ;
1298 rdfs:domain ILAP:ProfilePoint ; 1238 rdfs:domain ILAP:ProfilePoint ;
1299 rdfs:label "has Profile Point Y Value"^^xsd:string ; 1239 rdfs:label "has Profile Point Y Value"^^xsd:string ;
1300 - rdfs:range xsd:float ; 1240 + rdfs:range xsd:float .
1301 -. 1241 +
1302 ILAP:hasProjectResponsible 1242 ILAP:hasProjectResponsible
1303 rdf:type owl:ObjectProperty ; 1243 rdf:type owl:ObjectProperty ;
1304 rdfs:domain ILAP:Project ; 1244 rdfs:domain ILAP:Project ;
1305 - rdfs:label "has project responsible"^^xsd:string ; 1245 + rdfs:label "has project responsible"^^xsd:string .
1306 -. 1246 +
1307 ILAP:hasProjectSubproject 1247 ILAP:hasProjectSubproject
1308 rdf:type owl:ObjectProperty ; 1248 rdf:type owl:ObjectProperty ;
1309 rdfs:domain ILAP:Project ; 1249 rdfs:domain ILAP:Project ;
1310 rdfs:label "Object property 1"^^xsd:string ; 1250 rdfs:label "Object property 1"^^xsd:string ;
1311 - rdfs:range ILAP:Project ; 1251 + rdfs:range ILAP:Project .
1312 -. 1252 +
1313 ILAP:hasReferenceApplication 1253 ILAP:hasReferenceApplication
1314 rdf:type owl:ObjectProperty ; 1254 rdf:type owl:ObjectProperty ;
1315 rdfs:domain ILAP:ExternalReference ; 1255 rdfs:domain ILAP:ExternalReference ;
1316 rdfs:label "has reference application"^^xsd:string ; 1256 rdfs:label "has reference application"^^xsd:string ;
1317 - rdfs:range ILAP:Application ; 1257 + rdfs:range ILAP:Application .
1318 -. 1258 +
1319 ILAP:hasReferenceID 1259 ILAP:hasReferenceID
1320 rdf:type owl:DatatypeProperty ; 1260 rdf:type owl:DatatypeProperty ;
1321 rdfs:label "has reference ID"^^xsd:string ; 1261 rdfs:label "has reference ID"^^xsd:string ;
1322 - rdfs:range xsd:string ; 1262 + rdfs:range xsd:string .
1323 -. 1263 +
1324 ILAP:hasReferenceSource 1264 ILAP:hasReferenceSource
1325 rdf:type owl:ObjectProperty ; 1265 rdf:type owl:ObjectProperty ;
1326 rdfs:domain ILAP:ExternalReference ; 1266 rdfs:domain ILAP:ExternalReference ;
1327 rdfs:label "has reference source"^^xsd:string ; 1267 rdfs:label "has reference source"^^xsd:string ;
1328 - rdfs:range ILAP:Source ; 1268 + rdfs:range ILAP:Source .
1329 -. 1269 +
1330 ILAP:hasResourceCalendar 1270 ILAP:hasResourceCalendar
1331 rdf:type owl:ObjectProperty ; 1271 rdf:type owl:ObjectProperty ;
1332 rdfs:domain ILAP:Resource ; 1272 rdfs:domain ILAP:Resource ;
1333 rdfs:label "has resource calendar"^^xsd:string ; 1273 rdfs:label "has resource calendar"^^xsd:string ;
1334 - rdfs:range ILAP:Calendar ; 1274 + rdfs:range ILAP:Calendar .
1335 -. 1275 +
1336 ILAP:hasResourceExpendedQuantity 1276 ILAP:hasResourceExpendedQuantity
1337 rdf:type owl:DatatypeProperty ; 1277 rdf:type owl:DatatypeProperty ;
1338 rdfs:domain ILAP:Resource ; 1278 rdfs:domain ILAP:Resource ;
1339 rdfs:label "has resource expended quantity"^^xsd:string ; 1279 rdfs:label "has resource expended quantity"^^xsd:string ;
1340 - rdfs:range xsd:float ; 1280 + rdfs:range xsd:float .
1341 -. 1281 +
1342 ILAP:hasResourceProfile 1282 ILAP:hasResourceProfile
1343 rdf:type owl:ObjectProperty ; 1283 rdf:type owl:ObjectProperty ;
1344 rdfs:domain ILAP:Resource ; 1284 rdfs:domain ILAP:Resource ;
1345 rdfs:label "has resource profile"^^xsd:string ; 1285 rdfs:label "has resource profile"^^xsd:string ;
1346 - rdfs:range ILAP:Profile ; 1286 + rdfs:range ILAP:Profile .
1347 -. 1287 +
1348 ILAP:hasResourceRemainingQuantity 1288 ILAP:hasResourceRemainingQuantity
1349 rdf:type owl:DatatypeProperty ; 1289 rdf:type owl:DatatypeProperty ;
1350 rdfs:domain ILAP:Resource ; 1290 rdfs:domain ILAP:Resource ;
1351 rdfs:label "has resource remaining quantity"^^xsd:string ; 1291 rdfs:label "has resource remaining quantity"^^xsd:string ;
1352 - rdfs:range xsd:float ; 1292 + rdfs:range xsd:float .
1353 -. 1293 +
1354 ILAP:hasResourceStructure 1294 ILAP:hasResourceStructure
1355 rdf:type owl:ObjectProperty ; 1295 rdf:type owl:ObjectProperty ;
1356 rdfs:domain ILAP:Resource ; 1296 rdfs:domain ILAP:Resource ;
1357 rdfs:label "has resource structure"^^xsd:string ; 1297 rdfs:label "has resource structure"^^xsd:string ;
1358 - rdfs:range ILAP:ResourceStructure ; 1298 + rdfs:range ILAP:ResourceStructure .
1359 -. 1299 +
1360 ILAP:hasScheduleBaseline 1300 ILAP:hasScheduleBaseline
1361 rdf:type owl:ObjectProperty ; 1301 rdf:type owl:ObjectProperty ;
1362 rdfs:domain ILAP:NetworkSchedule ; 1302 rdfs:domain ILAP:NetworkSchedule ;
1363 rdfs:label "has Schedule Baseline"^^xsd:string ; 1303 rdfs:label "has Schedule Baseline"^^xsd:string ;
1364 - rdfs:range ILAP:Baseline ; 1304 + rdfs:range ILAP:Baseline .
1365 -. 1305 +
1366 ILAP:hasScheduleDate 1306 ILAP:hasScheduleDate
1367 rdf:type owl:DatatypeProperty ; 1307 rdf:type owl:DatatypeProperty ;
1368 - rdfs:label "has schedule date"^^xsd:string ; 1308 + rdfs:label "has schedule date"^^xsd:string .
1369 -. 1309 +
1370 ILAP:hasSchedulePlan 1310 ILAP:hasSchedulePlan
1371 rdf:type owl:ObjectProperty ; 1311 rdf:type owl:ObjectProperty ;
1372 rdfs:domain ILAP:NetworkSchedule ; 1312 rdfs:domain ILAP:NetworkSchedule ;
1373 rdfs:label "has schedule plan "^^xsd:string ; 1313 rdfs:label "has schedule plan "^^xsd:string ;
1374 - rdfs:range ILAP:ExecutionPlan ; 1314 + rdfs:range ILAP:ExecutionPlan .
1375 -. 1315 +
1376 ILAP:hasSuccessorActivity 1316 ILAP:hasSuccessorActivity
1377 - rdf:type owl:ObjectProperty ; 1317 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1378 - rdf:type owl:TransitiveProperty ;
1379 rdfs:domain ILAP:Successor ; 1318 rdfs:domain ILAP:Successor ;
1380 rdfs:label "has successor activity "^^xsd:string ; 1319 rdfs:label "has successor activity "^^xsd:string ;
1381 rdfs:range ILAP:PlannedActivity ; 1320 rdfs:range ILAP:PlannedActivity ;
1382 - owl:inverseOf ILAP:hasActivityPredecessor ; 1321 + owl:inverseOf ILAP:hasActivityPredecessor .
1383 -. 1322 +
1384 ILAP:hasSuccessorCalendar 1323 ILAP:hasSuccessorCalendar
1385 rdf:type owl:ObjectProperty ; 1324 rdf:type owl:ObjectProperty ;
1386 rdfs:domain ILAP:Successor ; 1325 rdfs:domain ILAP:Successor ;
1387 rdfs:label "has successor calendar"^^xsd:string ; 1326 rdfs:label "has successor calendar"^^xsd:string ;
1388 - rdfs:range ILAP:Calendar ; 1327 + rdfs:range ILAP:Calendar .
1389 -. 1328 +
1390 ILAP:hasSuccessorLag 1329 ILAP:hasSuccessorLag
1391 rdf:type owl:DatatypeProperty ; 1330 rdf:type owl:DatatypeProperty ;
1392 rdfs:domain ILAP:Successor ; 1331 rdfs:domain ILAP:Successor ;
1393 rdfs:label "has successor lag"^^xsd:string ; 1332 rdfs:label "has successor lag"^^xsd:string ;
1394 - rdfs:range xsd:integer ; 1333 + rdfs:range xsd:integer .
1395 -. 1334 +
1396 ILAP:hasSuccessorMilestone 1335 ILAP:hasSuccessorMilestone
1397 rdf:type owl:ObjectProperty ; 1336 rdf:type owl:ObjectProperty ;
1398 rdfs:domain ILAP:Successor ; 1337 rdfs:domain ILAP:Successor ;
1399 rdfs:label "has successor milestone"^^xsd:string ; 1338 rdfs:label "has successor milestone"^^xsd:string ;
1400 - rdfs:range ILAP:Milestone ; 1339 + rdfs:range ILAP:Milestone .
1401 -. 1340 +
1402 ILAP:hasTime 1341 ILAP:hasTime
1403 rdf:type owl:DatatypeProperty ; 1342 rdf:type owl:DatatypeProperty ;
1404 - rdfs:label "has time"^^xsd:string ; 1343 + rdfs:label "has time"^^xsd:string .
1405 -. 1344 +
1406 ILAP:hasUserFieldName 1345 ILAP:hasUserFieldName
1407 rdf:type owl:DatatypeProperty ; 1346 rdf:type owl:DatatypeProperty ;
1408 rdfs:domain ILAP:UserField ; 1347 rdfs:domain ILAP:UserField ;
1409 rdfs:label "has user field name"^^xsd:string ; 1348 rdfs:label "has user field name"^^xsd:string ;
1410 - rdfs:range xsd:string ; 1349 + rdfs:range xsd:string .
1411 -. 1350 +
1412 ILAP:hasUserFieldSource 1351 ILAP:hasUserFieldSource
1413 rdf:type owl:ObjectProperty ; 1352 rdf:type owl:ObjectProperty ;
1414 rdfs:domain ILAP:SourceSpecifiedUserField ; 1353 rdfs:domain ILAP:SourceSpecifiedUserField ;
1415 rdfs:label "has user field source"^^xsd:string ; 1354 rdfs:label "has user field source"^^xsd:string ;
1416 - rdfs:range ILAP:Source ; 1355 + rdfs:range ILAP:Source .
1417 -. 1356 +
1418 ILAP:hasUserFieldValue 1357 ILAP:hasUserFieldValue
1419 rdf:type owl:DatatypeProperty ; 1358 rdf:type owl:DatatypeProperty ;
1420 rdfs:domain ILAP:UserField ; 1359 rdfs:domain ILAP:UserField ;
1421 rdfs:label "has user field value"^^xsd:string ; 1360 rdfs:label "has user field value"^^xsd:string ;
1422 - rdfs:range xsd:string ; 1361 + rdfs:range xsd:string .
1423 -. 1362 +
1424 ILAP:hasWorkTaskActivity 1363 ILAP:hasWorkTaskActivity
1425 rdf:type owl:ObjectProperty ; 1364 rdf:type owl:ObjectProperty ;
1426 rdfs:domain ILAP:WorkTask ; 1365 rdfs:domain ILAP:WorkTask ;
1427 rdfs:label "has Work Task Activity"^^xsd:string ; 1366 rdfs:label "has Work Task Activity"^^xsd:string ;
1428 - rdfs:range ILAP:ScheduledActivity ; 1367 + rdfs:range ILAP:ScheduledActivity .
1429 -. 1368 +
1430 ILAP:hasWorkTaskResponsible 1369 ILAP:hasWorkTaskResponsible
1431 rdf:type owl:ObjectProperty ; 1370 rdf:type owl:ObjectProperty ;
1432 - rdfs:label "has work task responsible"^^xsd:string ; 1371 + rdfs:label "has work task responsible"^^xsd:string .
1433 -. 1372 +
1434 ILAP:hasWorkTaskServiceSupplier 1373 ILAP:hasWorkTaskServiceSupplier
1435 rdf:type owl:ObjectProperty ; 1374 rdf:type owl:ObjectProperty ;
1436 rdfs:domain ILAP:WorkTask ; 1375 rdfs:domain ILAP:WorkTask ;
1437 rdfs:label "has work task service supplier"^^xsd:string ; 1376 rdfs:label "has work task service supplier"^^xsd:string ;
1438 rdfs:range BRREG:Contractor ; 1377 rdfs:range BRREG:Contractor ;
1439 - rdfs:subPropertyOf ILAP:hasWorkTaskResponsible ; 1378 + rdfs:subPropertyOf ILAP:hasWorkTaskResponsible .
1440 -. 1379 +
1441 ILAP:hasWorkTaskVendor 1380 ILAP:hasWorkTaskVendor
1442 rdf:type owl:ObjectProperty ; 1381 rdf:type owl:ObjectProperty ;
1443 rdfs:domain ILAP:WorkTask ; 1382 rdfs:domain ILAP:WorkTask ;
1444 rdfs:label "has work task vendor"^^xsd:string ; 1383 rdfs:label "has work task vendor"^^xsd:string ;
1445 rdfs:range BRREG:Contractor ; 1384 rdfs:range BRREG:Contractor ;
1446 - rdfs:subPropertyOf ILAP:hasWorkTaskResponsible ; 1385 + rdfs:subPropertyOf ILAP:hasWorkTaskResponsible .
1447 -. 1386 +
1448 NPD:BAA 1387 NPD:BAA
1449 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS431663463> ; 1388 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS431663463> .
1450 -. 1389 +
1451 NPD:Facility 1390 NPD:Facility
1452 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> ; 1391 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> .
1453 -. 1392 +
1454 NPD:Field 1393 NPD:Field
1455 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS409500951> ; 1394 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS409500951> .
1456 -. 1395 +
1457 NPD:NPDelement 1396 NPD:NPDelement
1458 rdf:type owl:Class ; 1397 rdf:type owl:Class ;
1459 rdfs:label "NPDelement"^^xsd:string ; 1398 rdfs:label "NPDelement"^^xsd:string ;
1460 - rdfs:subClassOf ILAP:Location ; 1399 + rdfs:subClassOf ILAP:Location .
1461 -. 1400 +
1462 NPD:ProductionLicense 1401 NPD:ProductionLicense
1463 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS43166345139> ; 1402 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS43166345139> .
1464 -.
......