Showing
3 changed files
with
198 additions
and
192 deletions
... | @@ -14,50 +14,50 @@ ILAP: | ... | @@ -14,50 +14,50 @@ ILAP: |
14 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 14 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
15 | 15 | ||
16 | ILAP:Activity | 16 | ILAP:Activity |
17 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 17 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
18 | rdfs:label "Activity"^^xsd:string ; | 18 | rdfs:label "Activity"^^xsd:string ; |
19 | rdfs:subClassOf | 19 | rdfs:subClassOf |
20 | [ rdf:type owl:Restriction ; | 20 | [ rdf:type owl:Restriction ; |
21 | - owl:allValuesFrom ILAP:Status ; | 21 | + owl:allValuesFrom ILAP:Discipline ; |
22 | - owl:onProperty ILAP:hasActivityStatus | 22 | + owl:onProperty ILAP:hasActivityDiscipline |
23 | ] ; | 23 | ] ; |
24 | rdfs:subClassOf | 24 | rdfs:subClassOf |
25 | [ rdf:type owl:Restriction ; | 25 | [ rdf:type owl:Restriction ; |
26 | - owl:onProperty ILAP:hasExternalReference ; | 26 | + owl:allValuesFrom ILAP:Calendar ; |
27 | - owl:someValuesFrom ILAP:ExternalReference | 27 | + owl:onProperty ILAP:hasActivityCalendar |
28 | ] ; | 28 | ] ; |
29 | rdfs:subClassOf | 29 | rdfs:subClassOf |
30 | [ rdf:type owl:Restriction ; | 30 | [ rdf:type owl:Restriction ; |
31 | - owl:allValuesFrom ILAP:Calendar ; | 31 | + owl:onProperty ILAP:hasExternalReference ; |
32 | - owl:onProperty ILAP:hasActivityCalendar | 32 | + owl:someValuesFrom ILAP:ExternalReference |
33 | ] ; | 33 | ] ; |
34 | rdfs:subClassOf | 34 | rdfs:subClassOf |
35 | [ rdf:type owl:Restriction ; | 35 | [ rdf:type owl:Restriction ; |
36 | - owl:allValuesFrom ILAP:Discipline ; | 36 | + owl:allValuesFrom ILAP:Status ; |
37 | - owl:onProperty ILAP:hasActivityDiscipline | 37 | + owl:onProperty ILAP:hasActivityStatus |
38 | ] . | 38 | ] . |
39 | 39 | ||
40 | ILAP:ActivityDependency | 40 | ILAP:ActivityDependency |
41 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 41 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
42 | rdfs:label "Activity Dependency"^^xsd:string ; | 42 | rdfs:label "Activity Dependency"^^xsd:string ; |
43 | rdfs:subClassOf ILAP:Constraint ; | 43 | rdfs:subClassOf ILAP:Constraint ; |
44 | rdfs:subClassOf | 44 | rdfs:subClassOf |
45 | [ rdf:type owl:Restriction ; | 45 | [ rdf:type owl:Restriction ; |
46 | owl:onClass ILAP:Activity ; | 46 | owl:onClass ILAP:Activity ; |
47 | - owl:onProperty ILAP:hasSuccessorActivity ; | 47 | + owl:onProperty ILAP:hasPredecessorActivity ; |
48 | owl:qualifiedCardinality | 48 | owl:qualifiedCardinality |
49 | "1"^^xsd:nonNegativeInteger | 49 | "1"^^xsd:nonNegativeInteger |
50 | ] ; | 50 | ] ; |
51 | rdfs:subClassOf | 51 | rdfs:subClassOf |
52 | [ rdf:type owl:Restriction ; | 52 | [ rdf:type owl:Restriction ; |
53 | owl:onClass ILAP:Activity ; | 53 | owl:onClass ILAP:Activity ; |
54 | - owl:onProperty ILAP:hasPredecessorActivity ; | 54 | + owl:onProperty ILAP:hasSuccessorActivity ; |
55 | owl:qualifiedCardinality | 55 | owl:qualifiedCardinality |
56 | "1"^^xsd:nonNegativeInteger | 56 | "1"^^xsd:nonNegativeInteger |
57 | ] . | 57 | ] . |
58 | 58 | ||
59 | ILAP:ActivityPlan | 59 | ILAP:ActivityPlan |
60 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 60 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
61 | rdfs:label "Activity Plan"^^xsd:string ; | 61 | rdfs:label "Activity Plan"^^xsd:string ; |
62 | rdfs:subClassOf ILAP:Network ; | 62 | rdfs:subClassOf ILAP:Network ; |
63 | rdfs:subClassOf | 63 | rdfs:subClassOf |
... | @@ -72,22 +72,22 @@ ILAP:ActivityStatus | ... | @@ -72,22 +72,22 @@ ILAP:ActivityStatus |
72 | rdfs:subClassOf ILAP:Status . | 72 | rdfs:subClassOf ILAP:Status . |
73 | 73 | ||
74 | ILAP:ActivityWBS | 74 | ILAP:ActivityWBS |
75 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; | 75 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; |
76 | rdfs:label "Activity WBS"^^xsd:string ; | 76 | rdfs:label "Activity WBS"^^xsd:string ; |
77 | rdfs:subClassOf ILAP:Network . | 77 | rdfs:subClassOf ILAP:Network . |
78 | 78 | ||
79 | ILAP:Application | 79 | ILAP:Application |
80 | rdf:type owl:Class ; | 80 | rdf:type owl:Class ; |
81 | rdfs:label "Application"^^xsd:string ; | 81 | rdfs:label "Application"^^xsd:string ; |
82 | - rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . | 82 | + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing . |
83 | 83 | ||
84 | ILAP:Asset | 84 | ILAP:Asset |
85 | rdf:type owl:Class ; | 85 | rdf:type owl:Class ; |
86 | rdfs:label "Asset"^^xsd:string ; | 86 | rdfs:label "Asset"^^xsd:string ; |
87 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . | 87 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing . |
88 | 88 | ||
89 | ILAP:Baseline | 89 | ILAP:Baseline |
90 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 90 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
91 | rdfs:label "Baseline"^^xsd:string ; | 91 | rdfs:label "Baseline"^^xsd:string ; |
92 | rdfs:subClassOf ILAP:Network . | 92 | rdfs:subClassOf ILAP:Network . |
93 | 93 | ||
... | @@ -100,9 +100,9 @@ ILAP:CAPEX | ... | @@ -100,9 +100,9 @@ ILAP:CAPEX |
100 | rdfs:label "CAPEX"^^xsd:string . | 100 | rdfs:label "CAPEX"^^xsd:string . |
101 | 101 | ||
102 | ILAP:Calendar | 102 | ILAP:Calendar |
103 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 103 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
104 | rdfs:label "Calendar"^^xsd:string ; | 104 | rdfs:label "Calendar"^^xsd:string ; |
105 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; | 105 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; |
106 | rdfs:subClassOf | 106 | rdfs:subClassOf |
107 | [ rdf:type owl:Restriction ; | 107 | [ rdf:type owl:Restriction ; |
108 | owl:allValuesFrom ILAP:CalendarFreePeriod ; | 108 | owl:allValuesFrom ILAP:CalendarFreePeriod ; |
... | @@ -110,14 +110,14 @@ ILAP:Calendar | ... | @@ -110,14 +110,14 @@ ILAP:Calendar |
110 | ] . | 110 | ] . |
111 | 111 | ||
112 | ILAP:CalendarDay | 112 | ILAP:CalendarDay |
113 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 113 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
114 | rdfs:label "Calendar day"^^xsd:string ; | 114 | rdfs:label "Calendar day"^^xsd:string ; |
115 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing . | 115 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . |
116 | 116 | ||
117 | ILAP:CalendarFreePeriod | 117 | ILAP:CalendarFreePeriod |
118 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; | 118 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; |
119 | rdfs:label "Calendar free period"^^xsd:string ; | 119 | rdfs:label "Calendar free period"^^xsd:string ; |
120 | - rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; | 120 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; |
121 | rdfs:subClassOf | 121 | rdfs:subClassOf |
122 | [ rdf:type owl:Restriction ; | 122 | [ rdf:type owl:Restriction ; |
123 | owl:onClass ILAP:Calendar ; | 123 | owl:onClass ILAP:Calendar ; |
... | @@ -129,28 +129,28 @@ ILAP:CalendarFreePeriod | ... | @@ -129,28 +129,28 @@ ILAP:CalendarFreePeriod |
129 | ] . | 129 | ] . |
130 | 130 | ||
131 | ILAP:CalendarFreePeriodWeekRepeat | 131 | ILAP:CalendarFreePeriodWeekRepeat |
132 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; | 132 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; |
133 | rdfs:label "Free day"^^xsd:string ; | 133 | rdfs:label "Free day"^^xsd:string ; |
134 | - rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . | 134 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . |
135 | 135 | ||
136 | ILAP:CalendarHour | 136 | ILAP:CalendarHour |
137 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 137 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
138 | rdfs:label "calendar hour"^^xsd:string ; | 138 | rdfs:label "calendar hour"^^xsd:string ; |
139 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing . | 139 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> . |
140 | 140 | ||
141 | ILAP:CalendarPeriod | 141 | ILAP:CalendarPeriod |
142 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; | 142 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ; |
143 | rdfs:label "Calendar period"^^xsd:string ; | 143 | rdfs:label "Calendar period"^^xsd:string ; |
144 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; | 144 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ; |
145 | rdfs:subClassOf | 145 | rdfs:subClassOf |
146 | [ rdf:type owl:Restriction ; | 146 | [ rdf:type owl:Restriction ; |
147 | - owl:allValuesFrom ILAP:CalendarHour ; | 147 | + owl:allValuesFrom ILAP:CalendarDay ; |
148 | - owl:onProperty ILAP:hasCalendarPeriodHour | 148 | + owl:onProperty ILAP:hasCalendarPeriodDay |
149 | ] ; | 149 | ] ; |
150 | rdfs:subClassOf | 150 | rdfs:subClassOf |
151 | [ rdf:type owl:Restriction ; | 151 | [ rdf:type owl:Restriction ; |
152 | - owl:allValuesFrom ILAP:CalendarDay ; | 152 | + owl:allValuesFrom ILAP:CalendarHour ; |
153 | - owl:onProperty ILAP:hasCalendarPeriodDay | 153 | + owl:onProperty ILAP:hasCalendarPeriodHour |
154 | ] . | 154 | ] . |
155 | 155 | ||
156 | ILAP:Category | 156 | ILAP:Category |
... | @@ -161,12 +161,12 @@ ILAP:Category | ... | @@ -161,12 +161,12 @@ ILAP:Category |
161 | ILAP:Constraint | 161 | ILAP:Constraint |
162 | rdf:type owl:Class ; | 162 | rdf:type owl:Class ; |
163 | rdfs:label "Constraint"^^xsd:string ; | 163 | rdfs:label "Constraint"^^xsd:string ; |
164 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> . | 164 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing . |
165 | 165 | ||
166 | ILAP:Contract | 166 | ILAP:Contract |
167 | rdf:type owl:Class ; | 167 | rdf:type owl:Class ; |
168 | rdfs:label "Contract"^^xsd:string ; | 168 | rdfs:label "Contract"^^xsd:string ; |
169 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . | 169 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing . |
170 | 170 | ||
171 | ILAP:Contractor | 171 | ILAP:Contractor |
172 | rdf:type owl:Class ; | 172 | rdf:type owl:Class ; |
... | @@ -181,7 +181,7 @@ ILAP:ControlSchedule | ... | @@ -181,7 +181,7 @@ ILAP:ControlSchedule |
181 | ILAP:Cost | 181 | ILAP:Cost |
182 | rdf:type owl:Class ; | 182 | rdf:type owl:Class ; |
183 | rdfs:label "Cost"^^xsd:string ; | 183 | rdfs:label "Cost"^^xsd:string ; |
184 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . | 184 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing . |
185 | 185 | ||
186 | ILAP:CostBased | 186 | ILAP:CostBased |
187 | rdf:type owl:Class ; | 187 | rdf:type owl:Class ; |
... | @@ -189,14 +189,14 @@ ILAP:CostBased | ... | @@ -189,14 +189,14 @@ ILAP:CostBased |
189 | rdfs:subClassOf ILAP:Resource . | 189 | rdfs:subClassOf ILAP:Resource . |
190 | 190 | ||
191 | ILAP:CurrentSchedule | 191 | ILAP:CurrentSchedule |
192 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 192 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
193 | rdfs:label "Current schedule"^^xsd:string ; | 193 | rdfs:label "Current schedule"^^xsd:string ; |
194 | rdfs:subClassOf ILAP:Schedule . | 194 | rdfs:subClassOf ILAP:Schedule . |
195 | 195 | ||
196 | ILAP:Data | 196 | ILAP:Data |
197 | rdf:type owl:Class ; | 197 | rdf:type owl:Class ; |
198 | rdfs:label "Data"^^xsd:string ; | 198 | rdfs:label "Data"^^xsd:string ; |
199 | - rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; | 199 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ; |
200 | rdfs:subClassOf | 200 | rdfs:subClassOf |
201 | [ rdf:type owl:Restriction ; | 201 | [ rdf:type owl:Restriction ; |
202 | owl:onClass ILAP:Project ; | 202 | owl:onClass ILAP:Project ; |
... | @@ -221,18 +221,20 @@ ILAP:DegreeOfPriority | ... | @@ -221,18 +221,20 @@ ILAP:DegreeOfPriority |
221 | rdfs:subClassOf owl:Thing . | 221 | rdfs:subClassOf owl:Thing . |
222 | 222 | ||
223 | ILAP:Discipline | 223 | ILAP:Discipline |
224 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 224 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
225 | rdfs:label "Discipline"^^xsd:string ; | 225 | rdfs:label "Discipline"^^xsd:string ; |
226 | rdfs:subClassOf owl:Thing . | 226 | rdfs:subClassOf owl:Thing . |
227 | 227 | ||
228 | ILAP:ExternalReference | 228 | ILAP:ExternalReference |
229 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; | 229 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; |
230 | rdfs:label "External Reference"^^xsd:string ; | 230 | rdfs:label "External Reference"^^xsd:string ; |
231 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; | 231 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; |
232 | rdfs:subClassOf | 232 | rdfs:subClassOf |
233 | [ rdf:type owl:Restriction ; | 233 | [ rdf:type owl:Restriction ; |
234 | - owl:allValuesFrom ILAP:Application ; | 234 | + owl:onDataRange xsd:string ; |
235 | - owl:onProperty ILAP:hasReferenceApplication | 235 | + owl:onProperty ILAP:hasObjectReferenceID ; |
236 | + owl:qualifiedCardinality | ||
237 | + "1"^^xsd:nonNegativeInteger | ||
236 | ] ; | 238 | ] ; |
237 | rdfs:subClassOf | 239 | rdfs:subClassOf |
238 | [ rdf:type owl:Restriction ; | 240 | [ rdf:type owl:Restriction ; |
... | @@ -241,10 +243,8 @@ ILAP:ExternalReference | ... | @@ -241,10 +243,8 @@ ILAP:ExternalReference |
241 | ] ; | 243 | ] ; |
242 | rdfs:subClassOf | 244 | rdfs:subClassOf |
243 | [ rdf:type owl:Restriction ; | 245 | [ rdf:type owl:Restriction ; |
244 | - owl:onDataRange xsd:string ; | 246 | + owl:allValuesFrom ILAP:Application ; |
245 | - owl:onProperty ILAP:hasObjectReferenceID ; | 247 | + owl:onProperty ILAP:hasReferenceApplication |
246 | - owl:qualifiedCardinality | ||
247 | - "1"^^xsd:nonNegativeInteger | ||
248 | ] . | 248 | ] . |
249 | 249 | ||
250 | ILAP:Facility | 250 | ILAP:Facility |
... | @@ -258,14 +258,14 @@ ILAP:Field | ... | @@ -258,14 +258,14 @@ ILAP:Field |
258 | rdfs:subClassOf owl:Thing . | 258 | rdfs:subClassOf owl:Thing . |
259 | 259 | ||
260 | ILAP:FinishToFinish | 260 | ILAP:FinishToFinish |
261 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 261 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
262 | rdfs:label "Finish to finish"^^xsd:string ; | 262 | rdfs:label "Finish to finish"^^xsd:string ; |
263 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 263 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
264 | 264 | ||
265 | ILAP:FinishToStart | 265 | ILAP:FinishToStart |
266 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 266 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
267 | rdfs:label "Finish to start"^^xsd:string ; | 267 | rdfs:label "Finish to start"^^xsd:string ; |
268 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 268 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
269 | 269 | ||
270 | ILAP:FunctionalLocation | 270 | ILAP:FunctionalLocation |
271 | rdf:type owl:Class ; | 271 | rdf:type owl:Class ; |
... | @@ -280,7 +280,7 @@ ILAP:GeographicLocation | ... | @@ -280,7 +280,7 @@ ILAP:GeographicLocation |
280 | ILAP:Information | 280 | ILAP:Information |
281 | rdf:type owl:Class ; | 281 | rdf:type owl:Class ; |
282 | rdfs:label "Information"^^xsd:string ; | 282 | rdfs:label "Information"^^xsd:string ; |
283 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . | 283 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing . |
284 | 284 | ||
285 | ILAP:Knowledge | 285 | ILAP:Knowledge |
286 | rdf:type owl:Class ; | 286 | rdf:type owl:Class ; |
... | @@ -288,23 +288,23 @@ ILAP:Knowledge | ... | @@ -288,23 +288,23 @@ ILAP:Knowledge |
288 | rdfs:subClassOf ILAP:Information . | 288 | rdfs:subClassOf ILAP:Information . |
289 | 289 | ||
290 | ILAP:LiveSchedule | 290 | ILAP:LiveSchedule |
291 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 291 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
292 | rdfs:label "Live schedule"^^xsd:string ; | 292 | rdfs:label "Live schedule"^^xsd:string ; |
293 | rdfs:subClassOf ILAP:Schedule . | 293 | rdfs:subClassOf ILAP:Schedule . |
294 | 294 | ||
295 | ILAP:Location | 295 | ILAP:Location |
296 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; | 296 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; |
297 | rdfs:label "Location"^^xsd:string ; | 297 | rdfs:label "Location"^^xsd:string ; |
298 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . | 298 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . |
299 | 299 | ||
300 | ILAP:Milestone | 300 | ILAP:Milestone |
301 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; | 301 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; |
302 | rdfs:label "Milestone"^^xsd:string . | 302 | rdfs:label "Milestone"^^xsd:string . |
303 | 303 | ||
304 | ILAP:Network | 304 | ILAP:Network |
305 | rdf:type owl:Class ; | 305 | rdf:type owl:Class ; |
306 | rdfs:label "Network"^^xsd:string ; | 306 | rdfs:label "Network"^^xsd:string ; |
307 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . | 307 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . |
308 | 308 | ||
309 | ILAP:OPEX | 309 | ILAP:OPEX |
310 | rdfs:label "OPEX"^^xsd:string . | 310 | rdfs:label "OPEX"^^xsd:string . |
... | @@ -335,49 +335,49 @@ ILAP:PhysicalLocation | ... | @@ -335,49 +335,49 @@ ILAP:PhysicalLocation |
335 | rdfs:subClassOf ILAP:Location . | 335 | rdfs:subClassOf ILAP:Location . |
336 | 336 | ||
337 | ILAP:PlanClassifier | 337 | ILAP:PlanClassifier |
338 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 338 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
339 | rdfs:label "Plan classifier"^^xsd:string ; | 339 | rdfs:label "Plan classifier"^^xsd:string ; |
340 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . | 340 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . |
341 | 341 | ||
342 | ILAP:PlanContentType | 342 | ILAP:PlanContentType |
343 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; | 343 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; |
344 | rdfs:label "Plan content type"^^xsd:string ; | 344 | rdfs:label "Plan content type"^^xsd:string ; |
345 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . | 345 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . |
346 | 346 | ||
347 | ILAP:PlanContractType | 347 | ILAP:PlanContractType |
348 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 348 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
349 | rdfs:label "Plan contract type"^^xsd:string ; | 349 | rdfs:label "Plan contract type"^^xsd:string ; |
350 | rdfs:subClassOf ILAP:PlanClassifier . | 350 | rdfs:subClassOf ILAP:PlanClassifier . |
351 | 351 | ||
352 | ILAP:PlanExpenseType | 352 | ILAP:PlanExpenseType |
353 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 353 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
354 | rdfs:label "Plan expense type"^^xsd:string ; | 354 | rdfs:label "Plan expense type"^^xsd:string ; |
355 | rdfs:subClassOf ILAP:PlanClassifier . | 355 | rdfs:subClassOf ILAP:PlanClassifier . |
356 | 356 | ||
357 | ILAP:PlanGeoArea | 357 | ILAP:PlanGeoArea |
358 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; | 358 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; |
359 | rdfs:label "Plan geographic area"^^xsd:string ; | 359 | rdfs:label "Plan geographic area"^^xsd:string ; |
360 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 360 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
361 | 361 | ||
362 | ILAP:PlanLevel | 362 | ILAP:PlanLevel |
363 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 363 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
364 | rdfs:label "Plan level"^^xsd:string ; | 364 | rdfs:label "Plan level"^^xsd:string ; |
365 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 365 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
366 | 366 | ||
367 | ILAP:PlanLifecycleStage | 367 | ILAP:PlanLifecycleStage |
368 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 368 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
369 | rdfs:label "Plan lifecycle stage"^^xsd:string ; | 369 | rdfs:label "Plan lifecycle stage"^^xsd:string ; |
370 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 370 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
371 | 371 | ||
372 | ILAP:PlanObjectiveType | 372 | ILAP:PlanObjectiveType |
373 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; | 373 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; |
374 | rdfs:label "Plan objective type"^^xsd:string ; | 374 | rdfs:label "Plan objective type"^^xsd:string ; |
375 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . | 375 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . |
376 | 376 | ||
377 | ILAP:PlanProjectType | 377 | ILAP:PlanProjectType |
378 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 378 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
379 | rdfs:label "Plan project type"^^xsd:string ; | 379 | rdfs:label "Plan project type"^^xsd:string ; |
380 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . | 380 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . |
381 | 381 | ||
382 | ILAP:PlannedActivity | 382 | ILAP:PlannedActivity |
383 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 383 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
... | @@ -385,23 +385,25 @@ ILAP:PlannedActivity | ... | @@ -385,23 +385,25 @@ ILAP:PlannedActivity |
385 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; | 385 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; |
386 | rdfs:subClassOf | 386 | rdfs:subClassOf |
387 | [ rdf:type owl:Restriction ; | 387 | [ rdf:type owl:Restriction ; |
388 | - owl:onProperty ILAP:hasActivityDiscipline ; | 388 | + owl:allValuesFrom ILAP:ActivityWBS ; |
389 | - owl:someValuesFrom ILAP:Discipline | 389 | + owl:onProperty ILAP:hasActivityWBSelement |
390 | ] ; | 390 | ] ; |
391 | rdfs:subClassOf | 391 | rdfs:subClassOf |
392 | [ rdf:type owl:Restriction ; | 392 | [ rdf:type owl:Restriction ; |
393 | - owl:allValuesFrom ILAP:Result ; | 393 | + owl:maxQualifiedCardinality |
394 | - owl:onProperty ILAP:hasActivityResult | 394 | + "1"^^xsd:nonNegativeInteger ; |
395 | + owl:onClass ILAP:Facility ; | ||
396 | + owl:onProperty ILAP:hasActivityFacility | ||
395 | ] ; | 397 | ] ; |
396 | rdfs:subClassOf | 398 | rdfs:subClassOf |
397 | [ rdf:type owl:Restriction ; | 399 | [ rdf:type owl:Restriction ; |
398 | - owl:allValuesFrom ILAP:ResponsiblePerson ; | 400 | + owl:onProperty ILAP:hasActivityDiscipline ; |
399 | - owl:onProperty ILAP:hasActivityResponsiblePerson | 401 | + owl:someValuesFrom ILAP:Discipline |
400 | ] ; | 402 | ] ; |
401 | rdfs:subClassOf | 403 | rdfs:subClassOf |
402 | [ rdf:type owl:Restriction ; | 404 | [ rdf:type owl:Restriction ; |
403 | - owl:allValuesFrom ILAP:Location ; | 405 | + owl:allValuesFrom ILAP:ResponsiblePerson ; |
404 | - owl:onProperty ILAP:hasActivityLocation | 406 | + owl:onProperty ILAP:hasActivityResponsiblePerson |
405 | ] ; | 407 | ] ; |
406 | rdfs:subClassOf | 408 | rdfs:subClassOf |
407 | [ rdf:type owl:Restriction ; | 409 | [ rdf:type owl:Restriction ; |
... | @@ -410,8 +412,8 @@ ILAP:PlannedActivity | ... | @@ -410,8 +412,8 @@ ILAP:PlannedActivity |
410 | ] ; | 412 | ] ; |
411 | rdfs:subClassOf | 413 | rdfs:subClassOf |
412 | [ rdf:type owl:Restriction ; | 414 | [ rdf:type owl:Restriction ; |
413 | - owl:allValuesFrom ILAP:ActivityDependency ; | 415 | + owl:allValuesFrom ILAP:Result ; |
414 | - owl:onProperty ILAP:hasActivitySuccessor | 416 | + owl:onProperty ILAP:hasActivityResult |
415 | ] ; | 417 | ] ; |
416 | rdfs:subClassOf | 418 | rdfs:subClassOf |
417 | [ rdf:type owl:Restriction ; | 419 | [ rdf:type owl:Restriction ; |
... | @@ -420,8 +422,8 @@ ILAP:PlannedActivity | ... | @@ -420,8 +422,8 @@ ILAP:PlannedActivity |
420 | ] ; | 422 | ] ; |
421 | rdfs:subClassOf | 423 | rdfs:subClassOf |
422 | [ rdf:type owl:Restriction ; | 424 | [ rdf:type owl:Restriction ; |
423 | - owl:allValuesFrom ILAP:ActivityWBS ; | 425 | + owl:allValuesFrom ILAP:Location ; |
424 | - owl:onProperty ILAP:hasActivityWBSelement | 426 | + owl:onProperty ILAP:hasActivityLocation |
425 | ] ; | 427 | ] ; |
426 | rdfs:subClassOf | 428 | rdfs:subClassOf |
427 | [ rdf:type owl:Restriction ; | 429 | [ rdf:type owl:Restriction ; |
... | @@ -432,10 +434,8 @@ ILAP:PlannedActivity | ... | @@ -432,10 +434,8 @@ ILAP:PlannedActivity |
432 | ] ; | 434 | ] ; |
433 | rdfs:subClassOf | 435 | rdfs:subClassOf |
434 | [ rdf:type owl:Restriction ; | 436 | [ rdf:type owl:Restriction ; |
435 | - owl:maxQualifiedCardinality | 437 | + owl:allValuesFrom ILAP:ActivityDependency ; |
436 | - "1"^^xsd:nonNegativeInteger ; | 438 | + owl:onProperty ILAP:hasActivitySuccessor |
437 | - owl:onClass ILAP:Facility ; | ||
438 | - owl:onProperty ILAP:hasActivityFacility | ||
439 | ] . | 439 | ] . |
440 | 440 | ||
441 | ILAP:PlannedMilestone | 441 | ILAP:PlannedMilestone |
... | @@ -459,13 +459,18 @@ ILAP:Programme | ... | @@ -459,13 +459,18 @@ ILAP:Programme |
459 | rdfs:subClassOf ILAP:Project . | 459 | rdfs:subClassOf ILAP:Project . |
460 | 460 | ||
461 | ILAP:Project | 461 | ILAP:Project |
462 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 462 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
463 | rdfs:label "Project"^^xsd:string ; | 463 | rdfs:label "Project"^^xsd:string ; |
464 | rdfs:subClassOf ILAP:Activity ; | 464 | rdfs:subClassOf ILAP:Activity ; |
465 | rdfs:subClassOf | 465 | rdfs:subClassOf |
466 | [ rdf:type owl:Restriction ; | 466 | [ rdf:type owl:Restriction ; |
467 | - owl:allValuesFrom BRREG:OilCompany ; | 467 | + owl:allValuesFrom ILAP:Project ; |
468 | - owl:onProperty ILAP:hasProjectResponsible | 468 | + owl:onProperty ILAP:hasProjectSubproject |
469 | + ] ; | ||
470 | + rdfs:subClassOf | ||
471 | + [ rdf:type owl:Restriction ; | ||
472 | + owl:allValuesFrom ILAP:ExternalReference ; | ||
473 | + owl:onProperty ILAP:hasExternalReference | ||
469 | ] ; | 474 | ] ; |
470 | rdfs:subClassOf | 475 | rdfs:subClassOf |
471 | [ rdf:type owl:Restriction ; | 476 | [ rdf:type owl:Restriction ; |
... | @@ -476,13 +481,8 @@ ILAP:Project | ... | @@ -476,13 +481,8 @@ ILAP:Project |
476 | ] ; | 481 | ] ; |
477 | rdfs:subClassOf | 482 | rdfs:subClassOf |
478 | [ rdf:type owl:Restriction ; | 483 | [ rdf:type owl:Restriction ; |
479 | - owl:allValuesFrom ILAP:ExternalReference ; | 484 | + owl:allValuesFrom BRREG:OilCompany ; |
480 | - owl:onProperty ILAP:hasExternalReference | 485 | + owl:onProperty ILAP:hasProjectResponsible |
481 | - ] ; | ||
482 | - rdfs:subClassOf | ||
483 | - [ rdf:type owl:Restriction ; | ||
484 | - owl:allValuesFrom ILAP:Project ; | ||
485 | - owl:onProperty ILAP:hasProjectSubproject | ||
486 | ] . | 486 | ] . |
487 | 487 | ||
488 | ILAP:ProjectEffectiveness | 488 | ILAP:ProjectEffectiveness |
... | @@ -501,83 +501,83 @@ ILAP:ProjectExecutionPlan | ... | @@ -501,83 +501,83 @@ ILAP:ProjectExecutionPlan |
501 | rdfs:subClassOf ILAP:Network ; | 501 | rdfs:subClassOf ILAP:Network ; |
502 | rdfs:subClassOf | 502 | rdfs:subClassOf |
503 | [ rdf:type owl:Restriction ; | 503 | [ rdf:type owl:Restriction ; |
504 | - owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 504 | + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; |
505 | - owl:onProperty ILAP:hasPlanRollUpPlan | 505 | + owl:onProperty ILAP:hasPlanAsset |
506 | ] ; | 506 | ] ; |
507 | rdfs:subClassOf | 507 | rdfs:subClassOf |
508 | [ rdf:type owl:Restriction ; | 508 | [ rdf:type owl:Restriction ; |
509 | - owl:allValuesFrom ILAP:PlanContractType ; | 509 | + owl:allValuesFrom BRREG:LegalEntity ; |
510 | - owl:onProperty ILAP:hasPlanContractType | 510 | + owl:onProperty ILAP:hasPlanResponsible |
511 | ] ; | 511 | ] ; |
512 | rdfs:subClassOf | 512 | rdfs:subClassOf |
513 | [ rdf:type owl:Restriction ; | 513 | [ rdf:type owl:Restriction ; |
514 | - owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 514 | + owl:onProperty ILAP:hasPlanGeoArea ; |
515 | - owl:onProperty ILAP:hasPlanSubplan | 515 | + owl:someValuesFrom ILAP:PlanGeoArea |
516 | ] ; | 516 | ] ; |
517 | rdfs:subClassOf | 517 | rdfs:subClassOf |
518 | [ rdf:type owl:Restriction ; | 518 | [ rdf:type owl:Restriction ; |
519 | - owl:allValuesFrom BRREG:LegalEntity ; | 519 | + owl:maxQualifiedCardinality |
520 | - owl:onProperty ILAP:hasPlanResponsible | 520 | + "1"^^xsd:nonNegativeInteger ; |
521 | + owl:onClass ILAP:Project ; | ||
522 | + owl:onProperty ILAP:hasPlanProject | ||
521 | ] ; | 523 | ] ; |
522 | rdfs:subClassOf | 524 | rdfs:subClassOf |
523 | [ rdf:type owl:Restriction ; | 525 | [ rdf:type owl:Restriction ; |
524 | - owl:maxQualifiedCardinality | 526 | + owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
525 | - "1"^^xsd:nonNegativeInteger ; | 527 | + owl:onProperty ILAP:hasPlanSubplan |
526 | - owl:onClass ILAP:PlanLevel ; | ||
527 | - owl:onProperty ILAP:hasPlanLevel | ||
528 | ] ; | 528 | ] ; |
529 | rdfs:subClassOf | 529 | rdfs:subClassOf |
530 | [ rdf:type owl:Restriction ; | 530 | [ rdf:type owl:Restriction ; |
531 | - owl:onProperty ILAP:hasPlanProjectType ; | 531 | + owl:onProperty ILAP:hasPlanContentType ; |
532 | - owl:someValuesFrom ILAP:PlanProjectType | 532 | + owl:someValuesFrom ILAP:PlanContentType |
533 | ] ; | 533 | ] ; |
534 | rdfs:subClassOf | 534 | rdfs:subClassOf |
535 | [ rdf:type owl:Restriction ; | 535 | [ rdf:type owl:Restriction ; |
536 | owl:maxQualifiedCardinality | 536 | owl:maxQualifiedCardinality |
537 | "1"^^xsd:nonNegativeInteger ; | 537 | "1"^^xsd:nonNegativeInteger ; |
538 | - owl:onClass ILAP:Project ; | 538 | + owl:onClass ILAP:PlanLevel ; |
539 | - owl:onProperty ILAP:hasPlanProject | 539 | + owl:onProperty ILAP:hasPlanLevel |
540 | ] ; | 540 | ] ; |
541 | rdfs:subClassOf | 541 | rdfs:subClassOf |
542 | [ rdf:type owl:Restriction ; | 542 | [ rdf:type owl:Restriction ; |
543 | - owl:onProperty ILAP:hasPlanLevel ; | 543 | + owl:allValuesFrom ILAP:PlanObjectiveType ; |
544 | - owl:someValuesFrom ILAP:PlanLevel | 544 | + owl:onProperty ILAP:hasPlanObjectiveType |
545 | ] ; | 545 | ] ; |
546 | rdfs:subClassOf | 546 | rdfs:subClassOf |
547 | [ rdf:type owl:Restriction ; | 547 | [ rdf:type owl:Restriction ; |
548 | - owl:onProperty ILAP:hasPlanGeoArea ; | 548 | + owl:onProperty ILAP:hasPlanLevel ; |
549 | - owl:someValuesFrom ILAP:PlanGeoArea | 549 | + owl:someValuesFrom ILAP:PlanLevel |
550 | ] ; | 550 | ] ; |
551 | rdfs:subClassOf | 551 | rdfs:subClassOf |
552 | [ rdf:type owl:Restriction ; | 552 | [ rdf:type owl:Restriction ; |
553 | - owl:onProperty ILAP:hasPlanContentType ; | 553 | + owl:allValuesFrom ILAP:PlanContractType ; |
554 | - owl:someValuesFrom ILAP:PlanContentType | 554 | + owl:onProperty ILAP:hasPlanContractType |
555 | ] ; | 555 | ] ; |
556 | rdfs:subClassOf | 556 | rdfs:subClassOf |
557 | [ rdf:type owl:Restriction ; | 557 | [ rdf:type owl:Restriction ; |
558 | - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; | 558 | + owl:allValuesFrom ILAP:PlanLifecycleStage ; |
559 | - owl:onProperty ILAP:hasPlanAsset | 559 | + owl:onProperty ILAP:hasPlanLifecycleStage |
560 | ] ; | 560 | ] ; |
561 | rdfs:subClassOf | 561 | rdfs:subClassOf |
562 | [ rdf:type owl:Restriction ; | 562 | [ rdf:type owl:Restriction ; |
563 | - owl:allValuesFrom ILAP:PlanLifecycleStage ; | 563 | + owl:onProperty ILAP:hasPlanProjectType ; |
564 | - owl:onProperty ILAP:hasPlanLifecycleStage | 564 | + owl:someValuesFrom ILAP:PlanProjectType |
565 | ] ; | 565 | ] ; |
566 | rdfs:subClassOf | 566 | rdfs:subClassOf |
567 | [ rdf:type owl:Restriction ; | 567 | [ rdf:type owl:Restriction ; |
568 | - owl:allValuesFrom ILAP:PlanObjectiveType ; | 568 | + owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
569 | - owl:onProperty ILAP:hasPlanObjectiveType | 569 | + owl:onProperty ILAP:hasPlanRollUpPlan |
570 | ] . | 570 | ] . |
571 | 571 | ||
572 | ILAP:Regular8To16WorkingDayCalendar | 572 | ILAP:Regular8To16WorkingDayCalendar |
573 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 573 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
574 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; | 574 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; |
575 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> . | 575 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> . |
576 | 576 | ||
577 | ILAP:Resource | 577 | ILAP:Resource |
578 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; | 578 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; |
579 | rdfs:label "Resource"^^xsd:string ; | 579 | rdfs:label "Resource"^^xsd:string ; |
580 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . | 580 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . |
581 | 581 | ||
582 | ILAP:ResourceEstimate | 582 | ILAP:ResourceEstimate |
583 | rdf:type owl:Class ; | 583 | rdf:type owl:Class ; |
... | @@ -585,14 +585,14 @@ ILAP:ResourceEstimate | ... | @@ -585,14 +585,14 @@ ILAP:ResourceEstimate |
585 | rdfs:subClassOf ILAP:ResourceStructure . | 585 | rdfs:subClassOf ILAP:ResourceStructure . |
586 | 586 | ||
587 | ILAP:ResourceProfile | 587 | ILAP:ResourceProfile |
588 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; | 588 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; |
589 | rdfs:label "Resource profile"^^xsd:string ; | 589 | rdfs:label "Resource profile"^^xsd:string ; |
590 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . | 590 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . |
591 | 591 | ||
592 | ILAP:ResourceProfilePoint | 592 | ILAP:ResourceProfilePoint |
593 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; | 593 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; |
594 | rdfs:label "resource Profile point"^^xsd:string ; | 594 | rdfs:label "resource Profile point"^^xsd:string ; |
595 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . | 595 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . |
596 | 596 | ||
597 | ILAP:ResourceStructure | 597 | ILAP:ResourceStructure |
598 | rdf:type owl:Class ; | 598 | rdf:type owl:Class ; |
... | @@ -600,17 +600,17 @@ ILAP:ResourceStructure | ... | @@ -600,17 +600,17 @@ ILAP:ResourceStructure |
600 | rdfs:subClassOf ILAP:Network . | 600 | rdfs:subClassOf ILAP:Network . |
601 | 601 | ||
602 | ILAP:ResponsibleOrganization | 602 | ILAP:ResponsibleOrganization |
603 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 603 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
604 | rdfs:label "Responsible organization"^^xsd:string ; | 604 | rdfs:label "Responsible organization"^^xsd:string ; |
605 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> . | 605 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing . |
606 | 606 | ||
607 | ILAP:ResponsiblePerson | 607 | ILAP:ResponsiblePerson |
608 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; | 608 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; |
609 | rdfs:label "Responsible"^^xsd:string ; | 609 | rdfs:label "Responsible"^^xsd:string ; |
610 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> . | 610 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing . |
611 | 611 | ||
612 | ILAP:Result | 612 | ILAP:Result |
613 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 613 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
614 | rdfs:label "Result"^^xsd:string ; | 614 | rdfs:label "Result"^^xsd:string ; |
615 | rdfs:subClassOf owl:Thing . | 615 | rdfs:subClassOf owl:Thing . |
616 | 616 | ||
... | @@ -630,9 +630,9 @@ ILAP:RiskType | ... | @@ -630,9 +630,9 @@ ILAP:RiskType |
630 | rdfs:subClassOf owl:Thing . | 630 | rdfs:subClassOf owl:Thing . |
631 | 631 | ||
632 | ILAP:Schedule | 632 | ILAP:Schedule |
633 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 633 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
634 | rdfs:label "Scheduled Activity Network"^^xsd:string ; | 634 | rdfs:label "Scheduled Activity Network"^^xsd:string ; |
635 | - rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; | 635 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ; |
636 | rdfs:subClassOf | 636 | rdfs:subClassOf |
637 | [ rdf:type owl:Restriction ; | 637 | [ rdf:type owl:Restriction ; |
638 | owl:maxQualifiedCardinality | 638 | owl:maxQualifiedCardinality |
... | @@ -642,22 +642,22 @@ ILAP:Schedule | ... | @@ -642,22 +642,22 @@ ILAP:Schedule |
642 | ] . | 642 | ] . |
643 | 643 | ||
644 | ILAP:ScheduledActivity | 644 | ILAP:ScheduledActivity |
645 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 645 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
646 | rdfs:label "Activity in Network Schedule"^^xsd:string ; | 646 | rdfs:label "Activity in Network Schedule"^^xsd:string ; |
647 | rdfs:subClassOf ILAP:PlannedActivity ; | 647 | rdfs:subClassOf ILAP:PlannedActivity ; |
648 | rdfs:subClassOf | 648 | rdfs:subClassOf |
649 | [ rdf:type owl:Restriction ; | 649 | [ rdf:type owl:Restriction ; |
650 | owl:maxQualifiedCardinality | 650 | owl:maxQualifiedCardinality |
651 | "1"^^xsd:nonNegativeInteger ; | 651 | "1"^^xsd:nonNegativeInteger ; |
652 | - owl:onClass ILAP:PlannedActivity ; | 652 | + owl:onClass ILAP:Schedule ; |
653 | - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan | 653 | + owl:onProperty ILAP:hasActivitySchedule |
654 | ] ; | 654 | ] ; |
655 | rdfs:subClassOf | 655 | rdfs:subClassOf |
656 | [ rdf:type owl:Restriction ; | 656 | [ rdf:type owl:Restriction ; |
657 | owl:maxQualifiedCardinality | 657 | owl:maxQualifiedCardinality |
658 | "1"^^xsd:nonNegativeInteger ; | 658 | "1"^^xsd:nonNegativeInteger ; |
659 | - owl:onClass ILAP:Schedule ; | 659 | + owl:onClass ILAP:PlannedActivity ; |
660 | - owl:onProperty ILAP:hasActivitySchedule | 660 | + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan |
661 | ] . | 661 | ] . |
662 | 662 | ||
663 | ILAP:ScheduledMilestone | 663 | ILAP:ScheduledMilestone |
... | @@ -681,9 +681,9 @@ ILAP:ShutdownType | ... | @@ -681,9 +681,9 @@ ILAP:ShutdownType |
681 | rdfs:subClassOf owl:Thing . | 681 | rdfs:subClassOf owl:Thing . |
682 | 682 | ||
683 | ILAP:Source | 683 | ILAP:Source |
684 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | 684 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; |
685 | rdfs:label "Source"^^xsd:string ; | 685 | rdfs:label "Source"^^xsd:string ; |
686 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . | 686 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . |
687 | 687 | ||
688 | ILAP:SourceSpecifiedUserField | 688 | ILAP:SourceSpecifiedUserField |
689 | rdf:type owl:Class ; | 689 | rdf:type owl:Class ; |
... | @@ -696,22 +696,22 @@ ILAP:SpecifiedUserField | ... | @@ -696,22 +696,22 @@ ILAP:SpecifiedUserField |
696 | rdfs:subClassOf ILAP:UserField . | 696 | rdfs:subClassOf ILAP:UserField . |
697 | 697 | ||
698 | ILAP:StartToFinish | 698 | ILAP:StartToFinish |
699 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 699 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
700 | rdfs:label "Start to finish"^^xsd:string ; | 700 | rdfs:label "Start to finish"^^xsd:string ; |
701 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 701 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
702 | 702 | ||
703 | ILAP:StartToStart | 703 | ILAP:StartToStart |
704 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 704 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
705 | rdfs:label "Start to start"^^xsd:string ; | 705 | rdfs:label "Start to start"^^xsd:string ; |
706 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 706 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
707 | 707 | ||
708 | ILAP:Status | 708 | ILAP:Status |
709 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; | 709 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; |
710 | rdfs:label "Status"^^xsd:string ; | 710 | rdfs:label "Status"^^xsd:string ; |
711 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . | 711 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . |
712 | 712 | ||
713 | ILAP:TargetSchedule | 713 | ILAP:TargetSchedule |
714 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 714 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
715 | rdfs:label "Target schedule"^^xsd:string ; | 715 | rdfs:label "Target schedule"^^xsd:string ; |
716 | rdfs:subClassOf ILAP:Schedule . | 716 | rdfs:subClassOf ILAP:Schedule . |
717 | 717 | ||
... | @@ -726,7 +726,7 @@ ILAP:UnitBased | ... | @@ -726,7 +726,7 @@ ILAP:UnitBased |
726 | rdfs:subClassOf ILAP:Resource . | 726 | rdfs:subClassOf ILAP:Resource . |
727 | 727 | ||
728 | ILAP:UserField | 728 | ILAP:UserField |
729 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; | 729 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; |
730 | rdfs:label "User field"^^xsd:string ; | 730 | rdfs:label "User field"^^xsd:string ; |
731 | rdfs:subClassOf ILAP:Data ; | 731 | rdfs:subClassOf ILAP:Data ; |
732 | rdfs:subClassOf | 732 | rdfs:subClassOf |
... | @@ -740,12 +740,12 @@ ILAP:UserField | ... | @@ -740,12 +740,12 @@ ILAP:UserField |
740 | ILAP:Value | 740 | ILAP:Value |
741 | rdf:type owl:Class ; | 741 | rdf:type owl:Class ; |
742 | rdfs:label "Value"^^xsd:string ; | 742 | rdfs:label "Value"^^xsd:string ; |
743 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . | 743 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . |
744 | 744 | ||
745 | ILAP:WeekendsFreeCalendar | 745 | ILAP:WeekendsFreeCalendar |
746 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 746 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
747 | rdfs:label "Weekends free calendar"^^xsd:string ; | 747 | rdfs:label "Weekends free calendar"^^xsd:string ; |
748 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . | 748 | + rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . |
749 | 749 | ||
750 | ILAP:WorkOrder | 750 | ILAP:WorkOrder |
751 | rdf:type owl:Class ; | 751 | rdf:type owl:Class ; |
... | @@ -753,18 +753,18 @@ ILAP:WorkOrder | ... | @@ -753,18 +753,18 @@ ILAP:WorkOrder |
753 | rdfs:subClassOf ILAP:WorkTask . | 753 | rdfs:subClassOf ILAP:WorkTask . |
754 | 754 | ||
755 | ILAP:WorkTask | 755 | ILAP:WorkTask |
756 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 756 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
757 | rdfs:label "Work task"^^xsd:string ; | 757 | rdfs:label "Work task"^^xsd:string ; |
758 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; | 758 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; |
759 | rdfs:subClassOf | 759 | rdfs:subClassOf |
760 | [ rdf:type owl:Restriction ; | 760 | [ rdf:type owl:Restriction ; |
761 | - owl:allValuesFrom BRREG:LegalEntity ; | 761 | + owl:onProperty ILAP:hasWorkTaskActivity ; |
762 | - owl:onProperty ILAP:hasWorkTaskResponsible | 762 | + owl:someValuesFrom ILAP:Activity |
763 | ] ; | 763 | ] ; |
764 | rdfs:subClassOf | 764 | rdfs:subClassOf |
765 | [ rdf:type owl:Restriction ; | 765 | [ rdf:type owl:Restriction ; |
766 | - owl:onProperty ILAP:hasWorkTaskActivity ; | 766 | + owl:allValuesFrom BRREG:LegalEntity ; |
767 | - owl:someValuesFrom ILAP:Activity | 767 | + owl:onProperty ILAP:hasWorkTaskResponsible |
768 | ] . | 768 | ] . |
769 | 769 | ||
770 | ILAP:WorkTaskStatus | 770 | ILAP:WorkTaskStatus |
... | @@ -873,7 +873,7 @@ ILAP:hasActivityPhysicalPercentComplete | ... | @@ -873,7 +873,7 @@ ILAP:hasActivityPhysicalPercentComplete |
873 | rdfs:range xsd:float . | 873 | rdfs:range xsd:float . |
874 | 874 | ||
875 | ILAP:hasActivityPlan | 875 | ILAP:hasActivityPlan |
876 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 876 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
877 | rdfs:domain ILAP:PlannedActivity ; | 877 | rdfs:domain ILAP:PlannedActivity ; |
878 | rdfs:label "has activity plan"^^xsd:string ; | 878 | rdfs:label "has activity plan"^^xsd:string ; |
879 | rdfs:range ILAP:ProjectExecutionPlan . | 879 | rdfs:range ILAP:ProjectExecutionPlan . |
... | @@ -924,7 +924,7 @@ ILAP:hasActivityResponsibleOrganization | ... | @@ -924,7 +924,7 @@ ILAP:hasActivityResponsibleOrganization |
924 | rdfs:range ILAP:ResponsibleOrganization . | 924 | rdfs:range ILAP:ResponsibleOrganization . |
925 | 925 | ||
926 | ILAP:hasActivityResponsiblePerson | 926 | ILAP:hasActivityResponsiblePerson |
927 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 927 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
928 | rdfs:domain ILAP:PlannedActivity ; | 928 | rdfs:domain ILAP:PlannedActivity ; |
929 | rdfs:label "has activity responsible"^^xsd:string ; | 929 | rdfs:label "has activity responsible"^^xsd:string ; |
930 | rdfs:range ILAP:ResponsiblePerson . | 930 | rdfs:range ILAP:ResponsiblePerson . |
... | @@ -960,7 +960,7 @@ ILAP:hasActivityStatus | ... | @@ -960,7 +960,7 @@ ILAP:hasActivityStatus |
960 | rdfs:range ILAP:Status . | 960 | rdfs:range ILAP:Status . |
961 | 961 | ||
962 | ILAP:hasActivitySuccessor | 962 | ILAP:hasActivitySuccessor |
963 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 963 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
964 | rdfs:domain ILAP:PlannedActivity ; | 964 | rdfs:domain ILAP:PlannedActivity ; |
965 | rdfs:label "has activity successor"^^xsd:string ; | 965 | rdfs:label "has activity successor"^^xsd:string ; |
966 | rdfs:range ILAP:ActivityDependency ; | 966 | rdfs:range ILAP:ActivityDependency ; |
... | @@ -1021,7 +1021,7 @@ ILAP:hasCalendarDate | ... | @@ -1021,7 +1021,7 @@ ILAP:hasCalendarDate |
1021 | rdfs:label "has calendar date"^^xsd:string . | 1021 | rdfs:label "has calendar date"^^xsd:string . |
1022 | 1022 | ||
1023 | ILAP:hasCalendarFreePeriod | 1023 | ILAP:hasCalendarFreePeriod |
1024 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1024 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
1025 | rdfs:domain ILAP:Calendar ; | 1025 | rdfs:domain ILAP:Calendar ; |
1026 | rdfs:label "has calendarcalendar free period"^^xsd:string ; | 1026 | rdfs:label "has calendarcalendar free period"^^xsd:string ; |
1027 | rdfs:range ILAP:CalendarFreePeriod . | 1027 | rdfs:range ILAP:CalendarFreePeriod . |
... | @@ -1267,12 +1267,6 @@ ILAP:hasPlanLevel | ... | @@ -1267,12 +1267,6 @@ ILAP:hasPlanLevel |
1267 | rdfs:label "has plan level"^^xsd:string ; | 1267 | rdfs:label "has plan level"^^xsd:string ; |
1268 | rdfs:range ILAP:PlanLevel . | 1268 | rdfs:range ILAP:PlanLevel . |
1269 | 1269 | ||
1270 | -ILAP:hasPlanLicenseOperator | ||
1271 | - rdf:type owl:ObjectProperty ; | ||
1272 | - rdfs:domain ILAP:ProjectExecutionPlan ; | ||
1273 | - rdfs:label "has plan license operator"^^xsd:string ; | ||
1274 | - rdfs:subPropertyOf ILAP:hasPlanResponsible . | ||
1275 | - | ||
1276 | ILAP:hasPlanLicensePartner | 1270 | ILAP:hasPlanLicensePartner |
1277 | rdf:type owl:ObjectProperty ; | 1271 | rdf:type owl:ObjectProperty ; |
1278 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1272 | rdfs:domain ILAP:ProjectExecutionPlan ; |
... | @@ -1291,6 +1285,12 @@ ILAP:hasPlanObjectiveType | ... | @@ -1291,6 +1285,12 @@ ILAP:hasPlanObjectiveType |
1291 | rdfs:label "has plan objective type"^^xsd:string ; | 1285 | rdfs:label "has plan objective type"^^xsd:string ; |
1292 | rdfs:range ILAP:PlanObjectiveType . | 1286 | rdfs:range ILAP:PlanObjectiveType . |
1293 | 1287 | ||
1288 | +ILAP:hasPlanOperator | ||
1289 | + rdf:type owl:ObjectProperty ; | ||
1290 | + rdfs:domain ILAP:ProjectExecutionPlan ; | ||
1291 | + rdfs:label "has plan operator"^^xsd:string ; | ||
1292 | + rdfs:subPropertyOf ILAP:hasPlanResponsible . | ||
1293 | + | ||
1294 | ILAP:hasPlanProject | 1294 | ILAP:hasPlanProject |
1295 | rdf:type owl:ObjectProperty ; | 1295 | rdf:type owl:ObjectProperty ; |
1296 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1296 | rdfs:domain ILAP:ProjectExecutionPlan ; |
... | @@ -1310,7 +1310,7 @@ ILAP:hasPlanRegulator | ... | @@ -1310,7 +1310,7 @@ ILAP:hasPlanRegulator |
1310 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1310 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
1311 | 1311 | ||
1312 | ILAP:hasPlanResponsible | 1312 | ILAP:hasPlanResponsible |
1313 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1313 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
1314 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1314 | rdfs:domain ILAP:ProjectExecutionPlan ; |
1315 | rdfs:label "has plan responsible"^^xsd:string ; | 1315 | rdfs:label "has plan responsible"^^xsd:string ; |
1316 | rdfs:range ILAP:ResponsibleOrganization . | 1316 | rdfs:range ILAP:ResponsibleOrganization . |
... | @@ -1499,7 +1499,7 @@ ILAP:hasShutdownType | ... | @@ -1499,7 +1499,7 @@ ILAP:hasShutdownType |
1499 | rdfs:range ILAP:ShutdownType . | 1499 | rdfs:range ILAP:ShutdownType . |
1500 | 1500 | ||
1501 | ILAP:hasSuccessorActivity | 1501 | ILAP:hasSuccessorActivity |
1502 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1502 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
1503 | rdfs:domain ILAP:ActivityDependency ; | 1503 | rdfs:domain ILAP:ActivityDependency ; |
1504 | rdfs:label "has successor activity "^^xsd:string ; | 1504 | rdfs:label "has successor activity "^^xsd:string ; |
1505 | rdfs:range ILAP:PlannedActivity ; | 1505 | rdfs:range ILAP:PlannedActivity ; |
... | @@ -1527,7 +1527,7 @@ ILAP:hasTimeNow | ... | @@ -1527,7 +1527,7 @@ ILAP:hasTimeNow |
1527 | rdf:type owl:DatatypeProperty ; | 1527 | rdf:type owl:DatatypeProperty ; |
1528 | rdfs:domain ILAP:Schedule ; | 1528 | rdfs:domain ILAP:Schedule ; |
1529 | rdfs:label "has time now"^^xsd:string ; | 1529 | rdfs:label "has time now"^^xsd:string ; |
1530 | - rdfs:range xsd:date , xsd:dateTime . | 1530 | + rdfs:range xsd:dateTime , xsd:date . |
1531 | 1531 | ||
1532 | ILAP:hasUserFieldName | 1532 | ILAP:hasUserFieldName |
1533 | rdf:type owl:DatatypeProperty ; | 1533 | rdf:type owl:DatatypeProperty ; | ... | ... |
... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
13 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 13 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
14 | 14 | ||
15 | : rdf:type owl:Ontology ; | 15 | : rdf:type owl:Ontology ; |
16 | - owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> . | 16 | + owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: . |
17 | 17 | ||
18 | ILAP: | 18 | ILAP: |
19 | rdf:type owl:Ontology ; | 19 | rdf:type owl:Ontology ; |
... | @@ -121,7 +121,7 @@ ILAP:Dependent_on_Shutdown | ... | @@ -121,7 +121,7 @@ ILAP:Dependent_on_Shutdown |
121 | 121 | ||
122 | ILAP:Development | 122 | ILAP:Development |
123 | rdf:type ILAP:PlanLifecycleStage ; | 123 | rdf:type ILAP:PlanLifecycleStage ; |
124 | - rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string . | 124 | + rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string . |
125 | 125 | ||
126 | ILAP:DisasterRecovery | 126 | ILAP:DisasterRecovery |
127 | rdf:type ILAP:PlanObjectiveType ; | 127 | rdf:type ILAP:PlanObjectiveType ; |
... | @@ -463,7 +463,7 @@ ILAP:StandardFreeWeekendPeriod | ... | @@ -463,7 +463,7 @@ ILAP:StandardFreeWeekendPeriod |
463 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | 463 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; |
464 | rdfs:label "Standard free weekend period"^^xsd:string ; | 464 | rdfs:label "Standard free weekend period"^^xsd:string ; |
465 | ILAP:hasCalendarPeriodFreeDay | 465 | ILAP:hasCalendarPeriodFreeDay |
466 | - ILAP:Saturday , ILAP:Sunday . | 466 | + ILAP:Sunday , ILAP:Saturday . |
467 | 467 | ||
468 | ILAP:StandardWorkWeekdayPeriod | 468 | ILAP:StandardWorkWeekdayPeriod |
469 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 469 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; |
... | @@ -584,12 +584,12 @@ ILAP:hasPlanAssetOwner | ... | @@ -584,12 +584,12 @@ ILAP:hasPlanAssetOwner |
584 | ILAP:hasPlanContractor | 584 | ILAP:hasPlanContractor |
585 | rdfs:range ILAP:Contractor . | 585 | rdfs:range ILAP:Contractor . |
586 | 586 | ||
587 | -ILAP:hasPlanLicenseOperator | ||
588 | - rdfs:range ILAP:Operator . | ||
589 | - | ||
590 | ILAP:hasPlanLicensePartner | 587 | ILAP:hasPlanLicensePartner |
591 | rdfs:range ILAP:ResponsibleOrganization . | 588 | rdfs:range ILAP:ResponsibleOrganization . |
592 | 589 | ||
590 | +ILAP:hasPlanOperator | ||
591 | + rdfs:range ILAP:Operator . | ||
592 | + | ||
593 | ILAP:hasPlanRegulator | 593 | ILAP:hasPlanRegulator |
594 | rdfs:range ILAP:ResponsibleOrganization . | 594 | rdfs:range ILAP:ResponsibleOrganization . |
595 | 595 | ||
... | @@ -612,7 +612,7 @@ ILAP:hasWorkTaskResponsible | ... | @@ -612,7 +612,7 @@ ILAP:hasWorkTaskResponsible |
612 | rdfs:range ILAP:ResponsiblePerson . | 612 | rdfs:range ILAP:ResponsiblePerson . |
613 | 613 | ||
614 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> | 614 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> |
615 | - rdfs:subClassOf ILAP:Discipline , ILAP:Resource . | 615 | + rdfs:subClassOf ILAP:Resource , ILAP:Discipline . |
616 | 616 | ||
617 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> | 617 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> |
618 | rdfs:subClassOf ILAP:Result . | 618 | rdfs:subClassOf ILAP:Result . |
... | @@ -622,8 +622,8 @@ ILAP:hasWorkTaskResponsible | ... | @@ -622,8 +622,8 @@ ILAP:hasWorkTaskResponsible |
622 | 622 | ||
623 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> | 623 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> |
624 | rdf:type owl:Class ; | 624 | rdf:type owl:Class ; |
625 | - rdfs:label "Contractor 1"^^xsd:string , "Operating company"^^xsd:string ; | 625 | + rdfs:label "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ; |
626 | - rdfs:subClassOf ILAP:Contractor , ILAP:Operator . | 626 | + rdfs:subClassOf ILAP:Operator , ILAP:Contractor . |
627 | 627 | ||
628 | <http://data.posccaesar.org/npd/ontology/productionFacility> | 628 | <http://data.posccaesar.org/npd/ontology/productionFacility> |
629 | rdf:type owl:Class ; | 629 | rdf:type owl:Class ; |
... | @@ -633,7 +633,7 @@ ILAP:hasWorkTaskResponsible | ... | @@ -633,7 +633,7 @@ ILAP:hasWorkTaskResponsible |
633 | rdl:RDS282149 | 633 | rdl:RDS282149 |
634 | rdf:type owl:Class ; | 634 | rdf:type owl:Class ; |
635 | rdfs:label "RDS282149"^^xsd:string ; | 635 | rdfs:label "RDS282149"^^xsd:string ; |
636 | - rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . | 636 | + rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . |
637 | 637 | ||
638 | <http://staging.data.posccaesar.org/npd/ontology/discoveryField> | 638 | <http://staging.data.posccaesar.org/npd/ontology/discoveryField> |
639 | rdf:type owl:Class ; | 639 | rdf:type owl:Class ; | ... | ... |
... | @@ -17,9 +17,9 @@ ILAP:ActivityWBS_1 | ... | @@ -17,9 +17,9 @@ ILAP:ActivityWBS_1 |
17 | rdf:type ILAP:ActivityWBS ; | 17 | rdf:type ILAP:ActivityWBS ; |
18 | rdfs:label "Activity WBS 1"^^xsd:string ; | 18 | rdfs:label "Activity WBS 1"^^xsd:string ; |
19 | ILAP:hasWBScomponent | 19 | ILAP:hasWBScomponent |
20 | - ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA ; | 20 | + SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ; |
21 | - ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ; | 21 | + ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ; |
22 | - ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD . | 22 | + ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 . |
23 | 23 | ||
24 | ILAP:COR_KD_1 | 24 | ILAP:COR_KD_1 |
25 | rdf:type SCCS:COR_KD ; | 25 | rdf:type SCCS:COR_KD ; |
... | @@ -69,6 +69,12 @@ ILAP:PlannedActivity_2 | ... | @@ -69,6 +69,12 @@ ILAP:PlannedActivity_2 |
69 | ILAP:hasActivityWorkVolume | 69 | ILAP:hasActivityWorkVolume |
70 | "1500"^^xsd:float . | 70 | "1500"^^xsd:float . |
71 | 71 | ||
72 | +ILAP:ProjectExecutionPlan_UC1 | ||
73 | + rdf:type ILAP:ProjectExecutionPlan ; | ||
74 | + rdfs:label "Project execution plan UC1"^^xsd:string ; | ||
75 | + ILAP:hasPlanContractor | ||
76 | + <http://data.posccaesar.org/brreg/R-04253108-a156-4c0c-bfa3-cb3cfb40a776> , <http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b> . | ||
77 | + | ||
72 | ILAP:RiskFactor_1 | 78 | ILAP:RiskFactor_1 |
73 | rdf:type ILAP:RiskFactor ; | 79 | rdf:type ILAP:RiskFactor ; |
74 | rdfs:label "Risk factor 1"^^xsd:string ; | 80 | rdfs:label "Risk factor 1"^^xsd:string ; | ... | ... |
-
Please register or login to post a comment