Showing
1 changed file
with
179 additions
and
175 deletions
... | @@ -19,50 +19,50 @@ ILAP: | ... | @@ -19,50 +19,50 @@ ILAP: |
19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
20 | 20 | ||
21 | ILAP:Activity | 21 | ILAP:Activity |
22 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 22 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
23 | rdfs:label "Activity"^^xsd:string ; | 23 | rdfs:label "Activity"^^xsd:string ; |
24 | rdfs:subClassOf | 24 | rdfs:subClassOf |
25 | [ rdf:type owl:Restriction ; | 25 | [ rdf:type owl:Restriction ; |
26 | - owl:allValuesFrom ILAP:Status ; | 26 | + owl:allValuesFrom ILAP:Discipline ; |
27 | - owl:onProperty ILAP:hasActivityStatus | 27 | + owl:onProperty ILAP:hasActivityDiscipline |
28 | ] ; | 28 | ] ; |
29 | rdfs:subClassOf | 29 | rdfs:subClassOf |
30 | [ rdf:type owl:Restriction ; | 30 | [ rdf:type owl:Restriction ; |
31 | - owl:onProperty ILAP:hasExternalReference ; | 31 | + owl:allValuesFrom ILAP:Calendar ; |
32 | - owl:someValuesFrom ILAP:ExternalReference | 32 | + owl:onProperty ILAP:hasActivityCalendar |
33 | ] ; | 33 | ] ; |
34 | rdfs:subClassOf | 34 | rdfs:subClassOf |
35 | [ rdf:type owl:Restriction ; | 35 | [ rdf:type owl:Restriction ; |
36 | - owl:allValuesFrom ILAP:Calendar ; | 36 | + owl:onProperty ILAP:hasExternalReference ; |
37 | - owl:onProperty ILAP:hasActivityCalendar | 37 | + owl:someValuesFrom ILAP:ExternalReference |
38 | ] ; | 38 | ] ; |
39 | rdfs:subClassOf | 39 | rdfs:subClassOf |
40 | [ rdf:type owl:Restriction ; | 40 | [ rdf:type owl:Restriction ; |
41 | - owl:allValuesFrom ILAP:Discipline ; | 41 | + owl:allValuesFrom ILAP:Status ; |
42 | - owl:onProperty ILAP:hasActivityDiscipline | 42 | + owl:onProperty ILAP:hasActivityStatus |
43 | ] . | 43 | ] . |
44 | 44 | ||
45 | ILAP:ActivityDependency | 45 | ILAP:ActivityDependency |
46 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 46 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
47 | rdfs:label "Activity Dependency"^^xsd:string ; | 47 | rdfs:label "Activity Dependency"^^xsd:string ; |
48 | rdfs:subClassOf ILAP:Constraint ; | 48 | rdfs:subClassOf ILAP:Constraint ; |
49 | rdfs:subClassOf | 49 | rdfs:subClassOf |
50 | [ rdf:type owl:Restriction ; | 50 | [ rdf:type owl:Restriction ; |
51 | owl:onClass ILAP:Activity ; | 51 | owl:onClass ILAP:Activity ; |
52 | - owl:onProperty ILAP:hasSuccessorActivity ; | 52 | + owl:onProperty ILAP:hasPredecessorActivity ; |
53 | owl:qualifiedCardinality | 53 | owl:qualifiedCardinality |
54 | "1"^^xsd:nonNegativeInteger | 54 | "1"^^xsd:nonNegativeInteger |
55 | ] ; | 55 | ] ; |
56 | rdfs:subClassOf | 56 | rdfs:subClassOf |
57 | [ rdf:type owl:Restriction ; | 57 | [ rdf:type owl:Restriction ; |
58 | owl:onClass ILAP:Activity ; | 58 | owl:onClass ILAP:Activity ; |
59 | - owl:onProperty ILAP:hasPredecessorActivity ; | 59 | + owl:onProperty ILAP:hasSuccessorActivity ; |
60 | owl:qualifiedCardinality | 60 | owl:qualifiedCardinality |
61 | "1"^^xsd:nonNegativeInteger | 61 | "1"^^xsd:nonNegativeInteger |
62 | ] . | 62 | ] . |
63 | 63 | ||
64 | ILAP:ActivityPlan | 64 | ILAP:ActivityPlan |
65 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 65 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
66 | rdfs:label "Activity Plan"^^xsd:string ; | 66 | rdfs:label "Activity Plan"^^xsd:string ; |
67 | rdfs:subClassOf ILAP:Network ; | 67 | rdfs:subClassOf ILAP:Network ; |
68 | rdfs:subClassOf | 68 | rdfs:subClassOf |
... | @@ -77,22 +77,22 @@ ILAP:ActivityStatus | ... | @@ -77,22 +77,22 @@ ILAP:ActivityStatus |
77 | rdfs:subClassOf ILAP:Status . | 77 | rdfs:subClassOf ILAP:Status . |
78 | 78 | ||
79 | ILAP:ActivityWBS | 79 | ILAP:ActivityWBS |
80 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; | 80 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; |
81 | rdfs:label "Activity WBS"^^xsd:string ; | 81 | rdfs:label "Activity WBS"^^xsd:string ; |
82 | rdfs:subClassOf ILAP:Network . | 82 | rdfs:subClassOf ILAP:Network . |
83 | 83 | ||
84 | ILAP:Application | 84 | ILAP:Application |
85 | rdf:type owl:Class ; | 85 | rdf:type owl:Class ; |
86 | rdfs:label "Application"^^xsd:string ; | 86 | rdfs:label "Application"^^xsd:string ; |
87 | - rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . | 87 | + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing . |
88 | 88 | ||
89 | ILAP:Asset | 89 | ILAP:Asset |
90 | rdf:type owl:Class ; | 90 | rdf:type owl:Class ; |
91 | rdfs:label "Asset"^^xsd:string ; | 91 | rdfs:label "Asset"^^xsd:string ; |
92 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . | 92 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing . |
93 | 93 | ||
94 | ILAP:Baseline | 94 | ILAP:Baseline |
95 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 95 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
96 | rdfs:label "Baseline"^^xsd:string ; | 96 | rdfs:label "Baseline"^^xsd:string ; |
97 | rdfs:subClassOf ILAP:Network . | 97 | rdfs:subClassOf ILAP:Network . |
98 | 98 | ||
... | @@ -106,9 +106,9 @@ ILAP:CAPEX | ... | @@ -106,9 +106,9 @@ ILAP:CAPEX |
106 | rdfs:label "CAPEX"^^xsd:string . | 106 | rdfs:label "CAPEX"^^xsd:string . |
107 | 107 | ||
108 | ILAP:Calendar | 108 | ILAP:Calendar |
109 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 109 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
110 | rdfs:label "Calendar"^^xsd:string ; | 110 | rdfs:label "Calendar"^^xsd:string ; |
111 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; | 111 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; |
112 | rdfs:subClassOf | 112 | rdfs:subClassOf |
113 | [ rdf:type owl:Restriction ; | 113 | [ rdf:type owl:Restriction ; |
114 | owl:allValuesFrom ILAP:CalendarFreePeriod ; | 114 | owl:allValuesFrom ILAP:CalendarFreePeriod ; |
... | @@ -116,14 +116,14 @@ ILAP:Calendar | ... | @@ -116,14 +116,14 @@ ILAP:Calendar |
116 | ] . | 116 | ] . |
117 | 117 | ||
118 | ILAP:CalendarDay | 118 | ILAP:CalendarDay |
119 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 119 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
120 | rdfs:label "Calendar day"^^xsd:string ; | 120 | rdfs:label "Calendar day"^^xsd:string ; |
121 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing . | 121 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . |
122 | 122 | ||
123 | ILAP:CalendarFreePeriod | 123 | ILAP:CalendarFreePeriod |
124 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; | 124 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; |
125 | rdfs:label "Calendar free period"^^xsd:string ; | 125 | rdfs:label "Calendar free period"^^xsd:string ; |
126 | - rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; | 126 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; |
127 | rdfs:subClassOf | 127 | rdfs:subClassOf |
128 | [ rdf:type owl:Restriction ; | 128 | [ rdf:type owl:Restriction ; |
129 | owl:onClass ILAP:Calendar ; | 129 | owl:onClass ILAP:Calendar ; |
... | @@ -135,39 +135,39 @@ ILAP:CalendarFreePeriod | ... | @@ -135,39 +135,39 @@ ILAP:CalendarFreePeriod |
135 | ] . | 135 | ] . |
136 | 136 | ||
137 | ILAP:CalendarFreePeriodWeekRepeat | 137 | ILAP:CalendarFreePeriodWeekRepeat |
138 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; | 138 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; |
139 | rdfs:label "Free day"^^xsd:string ; | 139 | rdfs:label "Free day"^^xsd:string ; |
140 | - rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . | 140 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . |
141 | 141 | ||
142 | ILAP:CalendarHour | 142 | ILAP:CalendarHour |
143 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 143 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
144 | rdfs:label "calendar hour"^^xsd:string ; | 144 | rdfs:label "calendar hour"^^xsd:string ; |
145 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing . | 145 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> . |
146 | 146 | ||
147 | ILAP:CalendarPeriod | 147 | ILAP:CalendarPeriod |
148 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; | 148 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ; |
149 | rdfs:label "Calendar period"^^xsd:string ; | 149 | rdfs:label "Calendar period"^^xsd:string ; |
150 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; | 150 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ; |
151 | rdfs:subClassOf | 151 | rdfs:subClassOf |
152 | [ rdf:type owl:Restriction ; | 152 | [ rdf:type owl:Restriction ; |
153 | - owl:allValuesFrom ILAP:CalendarHour ; | 153 | + owl:allValuesFrom ILAP:CalendarDay ; |
154 | - owl:onProperty ILAP:hasCalendarPeriodHour | 154 | + owl:onProperty ILAP:hasCalendarPeriodDay |
155 | ] ; | 155 | ] ; |
156 | rdfs:subClassOf | 156 | rdfs:subClassOf |
157 | [ rdf:type owl:Restriction ; | 157 | [ rdf:type owl:Restriction ; |
158 | - owl:allValuesFrom ILAP:CalendarDay ; | 158 | + owl:allValuesFrom ILAP:CalendarHour ; |
159 | - owl:onProperty ILAP:hasCalendarPeriodDay | 159 | + owl:onProperty ILAP:hasCalendarPeriodHour |
160 | ] . | 160 | ] . |
161 | 161 | ||
162 | ILAP:Constraint | 162 | ILAP:Constraint |
163 | rdf:type owl:Class ; | 163 | rdf:type owl:Class ; |
164 | rdfs:label "Constraint"^^xsd:string ; | 164 | rdfs:label "Constraint"^^xsd:string ; |
165 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> . | 165 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing . |
166 | 166 | ||
167 | ILAP:Contract | 167 | ILAP:Contract |
168 | rdf:type owl:Class ; | 168 | rdf:type owl:Class ; |
169 | rdfs:label "Contract"^^xsd:string ; | 169 | rdfs:label "Contract"^^xsd:string ; |
170 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . | 170 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing . |
171 | 171 | ||
172 | ILAP:ControlSchedule | 172 | ILAP:ControlSchedule |
173 | rdf:type owl:Class ; | 173 | rdf:type owl:Class ; |
... | @@ -177,7 +177,7 @@ ILAP:ControlSchedule | ... | @@ -177,7 +177,7 @@ ILAP:ControlSchedule |
177 | ILAP:Cost | 177 | ILAP:Cost |
178 | rdf:type owl:Class ; | 178 | rdf:type owl:Class ; |
179 | rdfs:label "Cost"^^xsd:string ; | 179 | rdfs:label "Cost"^^xsd:string ; |
180 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . | 180 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing . |
181 | 181 | ||
182 | ILAP:CostBased | 182 | ILAP:CostBased |
183 | rdf:type owl:Class ; | 183 | rdf:type owl:Class ; |
... | @@ -185,14 +185,14 @@ ILAP:CostBased | ... | @@ -185,14 +185,14 @@ ILAP:CostBased |
185 | rdfs:subClassOf ILAP:Resource . | 185 | rdfs:subClassOf ILAP:Resource . |
186 | 186 | ||
187 | ILAP:CurrentSchedule | 187 | ILAP:CurrentSchedule |
188 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 188 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
189 | rdfs:label "Current schedule"^^xsd:string ; | 189 | rdfs:label "Current schedule"^^xsd:string ; |
190 | rdfs:subClassOf ILAP:Schedule . | 190 | rdfs:subClassOf ILAP:Schedule . |
191 | 191 | ||
192 | ILAP:Data | 192 | ILAP:Data |
193 | rdf:type owl:Class ; | 193 | rdf:type owl:Class ; |
194 | rdfs:label "Data"^^xsd:string ; | 194 | rdfs:label "Data"^^xsd:string ; |
195 | - rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; | 195 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ; |
196 | rdfs:subClassOf | 196 | rdfs:subClassOf |
197 | [ rdf:type owl:Restriction ; | 197 | [ rdf:type owl:Restriction ; |
198 | owl:onClass ILAP:Project ; | 198 | owl:onClass ILAP:Project ; |
... | @@ -202,18 +202,20 @@ ILAP:Data | ... | @@ -202,18 +202,20 @@ ILAP:Data |
202 | ] . | 202 | ] . |
203 | 203 | ||
204 | ILAP:Discipline | 204 | ILAP:Discipline |
205 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 205 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
206 | rdfs:label "Discipline"^^xsd:string ; | 206 | rdfs:label "Discipline"^^xsd:string ; |
207 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS6811233> . | 207 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS6811233> , owl:Thing . |
208 | 208 | ||
209 | ILAP:ExternalReference | 209 | ILAP:ExternalReference |
210 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; | 210 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; |
211 | rdfs:label "External Reference"^^xsd:string ; | 211 | rdfs:label "External Reference"^^xsd:string ; |
212 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; | 212 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; |
213 | rdfs:subClassOf | 213 | rdfs:subClassOf |
214 | [ rdf:type owl:Restriction ; | 214 | [ rdf:type owl:Restriction ; |
215 | - owl:allValuesFrom ILAP:Application ; | 215 | + owl:onDataRange xsd:string ; |
216 | - owl:onProperty ILAP:hasReferenceApplication | 216 | + owl:onProperty ILAP:hasObjectReferenceID ; |
217 | + owl:qualifiedCardinality | ||
218 | + "1"^^xsd:nonNegativeInteger | ||
217 | ] ; | 219 | ] ; |
218 | rdfs:subClassOf | 220 | rdfs:subClassOf |
219 | [ rdf:type owl:Restriction ; | 221 | [ rdf:type owl:Restriction ; |
... | @@ -222,21 +224,19 @@ ILAP:ExternalReference | ... | @@ -222,21 +224,19 @@ ILAP:ExternalReference |
222 | ] ; | 224 | ] ; |
223 | rdfs:subClassOf | 225 | rdfs:subClassOf |
224 | [ rdf:type owl:Restriction ; | 226 | [ rdf:type owl:Restriction ; |
225 | - owl:onDataRange xsd:string ; | 227 | + owl:allValuesFrom ILAP:Application ; |
226 | - owl:onProperty ILAP:hasObjectReferenceID ; | 228 | + owl:onProperty ILAP:hasReferenceApplication |
227 | - owl:qualifiedCardinality | ||
228 | - "1"^^xsd:nonNegativeInteger | ||
229 | ] . | 229 | ] . |
230 | 230 | ||
231 | ILAP:FinishToFinish | 231 | ILAP:FinishToFinish |
232 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 232 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
233 | rdfs:label "Finish to finish"^^xsd:string ; | 233 | rdfs:label "Finish to finish"^^xsd:string ; |
234 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 234 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
235 | 235 | ||
236 | ILAP:FinishToStart | 236 | ILAP:FinishToStart |
237 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 237 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
238 | rdfs:label "Finish to start"^^xsd:string ; | 238 | rdfs:label "Finish to start"^^xsd:string ; |
239 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 239 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
240 | 240 | ||
241 | ILAP:FunctionalLocation | 241 | ILAP:FunctionalLocation |
242 | rdf:type owl:Class ; | 242 | rdf:type owl:Class ; |
... | @@ -254,7 +254,7 @@ ILAP:Hot_Work | ... | @@ -254,7 +254,7 @@ ILAP:Hot_Work |
254 | ILAP:Information | 254 | ILAP:Information |
255 | rdf:type owl:Class ; | 255 | rdf:type owl:Class ; |
256 | rdfs:label "Information"^^xsd:string ; | 256 | rdfs:label "Information"^^xsd:string ; |
257 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . | 257 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing . |
258 | 258 | ||
259 | ILAP:Knowledge | 259 | ILAP:Knowledge |
260 | rdf:type owl:Class ; | 260 | rdf:type owl:Class ; |
... | @@ -266,23 +266,27 @@ ILAP:Lifting_Operation | ... | @@ -266,23 +266,27 @@ ILAP:Lifting_Operation |
266 | rdfs:label "Lifting Operation"^^xsd:string . | 266 | rdfs:label "Lifting Operation"^^xsd:string . |
267 | 267 | ||
268 | ILAP:LiveSchedule | 268 | ILAP:LiveSchedule |
269 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 269 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
270 | rdfs:label "Live schedule"^^xsd:string ; | 270 | rdfs:label "Live schedule"^^xsd:string ; |
271 | rdfs:subClassOf ILAP:Schedule . | 271 | rdfs:subClassOf ILAP:Schedule . |
272 | 272 | ||
273 | ILAP:Location | 273 | ILAP:Location |
274 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; | 274 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; |
275 | rdfs:label "Location"^^xsd:string ; | 275 | rdfs:label "Location"^^xsd:string ; |
276 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . | 276 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . |
277 | 277 | ||
278 | ILAP:Milestone | 278 | ILAP:Milestone |
279 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; | 279 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; |
280 | rdfs:label "Milestone"^^xsd:string . | 280 | rdfs:label "Milestone"^^xsd:string . |
281 | 281 | ||
282 | +ILAP:Missing_Barriers | ||
283 | + rdf:type ILAP:RiskFactor ; | ||
284 | + rdfs:label "Missing Barriers"^^xsd:string . | ||
285 | + | ||
282 | ILAP:Network | 286 | ILAP:Network |
283 | rdf:type owl:Class ; | 287 | rdf:type owl:Class ; |
284 | rdfs:label "Network"^^xsd:string ; | 288 | rdfs:label "Network"^^xsd:string ; |
285 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . | 289 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . |
286 | 290 | ||
287 | ILAP:OPEX | 291 | ILAP:OPEX |
288 | rdf:type ILAP:ProjectType ; | 292 | rdf:type ILAP:ProjectType ; |
... | @@ -309,49 +313,49 @@ ILAP:PhysicalLocation | ... | @@ -309,49 +313,49 @@ ILAP:PhysicalLocation |
309 | rdfs:subClassOf ILAP:Location . | 313 | rdfs:subClassOf ILAP:Location . |
310 | 314 | ||
311 | ILAP:PlanClassifier | 315 | ILAP:PlanClassifier |
312 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 316 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
313 | rdfs:label "Plan classifier"^^xsd:string ; | 317 | rdfs:label "Plan classifier"^^xsd:string ; |
314 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . | 318 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . |
315 | 319 | ||
316 | ILAP:PlanContentType | 320 | ILAP:PlanContentType |
317 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; | 321 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; |
318 | rdfs:label "Content type"^^xsd:string ; | 322 | rdfs:label "Content type"^^xsd:string ; |
319 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . | 323 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . |
320 | 324 | ||
321 | ILAP:PlanContractType | 325 | ILAP:PlanContractType |
322 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 326 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
323 | rdfs:label "Plan contract type"^^xsd:string ; | 327 | rdfs:label "Plan contract type"^^xsd:string ; |
324 | rdfs:subClassOf ILAP:PlanClassifier . | 328 | rdfs:subClassOf ILAP:PlanClassifier . |
325 | 329 | ||
326 | ILAP:PlanExpenseType | 330 | ILAP:PlanExpenseType |
327 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 331 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
328 | rdfs:label "Plan expense type"^^xsd:string ; | 332 | rdfs:label "Plan expense type"^^xsd:string ; |
329 | rdfs:subClassOf ILAP:PlanClassifier . | 333 | rdfs:subClassOf ILAP:PlanClassifier . |
330 | 334 | ||
331 | ILAP:PlanGeoArea | 335 | ILAP:PlanGeoArea |
332 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; | 336 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; |
333 | rdfs:label "Plan geographic area"^^xsd:string ; | 337 | rdfs:label "Plan geographic area"^^xsd:string ; |
334 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 338 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
335 | 339 | ||
336 | ILAP:PlanLevel | 340 | ILAP:PlanLevel |
337 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 341 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
338 | rdfs:label "Plan level"^^xsd:string ; | 342 | rdfs:label "Plan level"^^xsd:string ; |
339 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 343 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
340 | 344 | ||
341 | ILAP:PlanLifecycleStage | 345 | ILAP:PlanLifecycleStage |
342 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 346 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
343 | rdfs:label "Plan lifecycle stage"^^xsd:string ; | 347 | rdfs:label "Plan lifecycle stage"^^xsd:string ; |
344 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 348 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
345 | 349 | ||
346 | ILAP:PlanObjectiveType | 350 | ILAP:PlanObjectiveType |
347 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; | 351 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; |
348 | rdfs:label "Plan objective type"^^xsd:string ; | 352 | rdfs:label "Plan objective type"^^xsd:string ; |
349 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . | 353 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . |
350 | 354 | ||
351 | ILAP:PlanProjectType | 355 | ILAP:PlanProjectType |
352 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 356 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
353 | rdfs:label "Plan project type"^^xsd:string ; | 357 | rdfs:label "Plan project type"^^xsd:string ; |
354 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . | 358 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . |
355 | 359 | ||
356 | ILAP:PlannedActivity | 360 | ILAP:PlannedActivity |
357 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 361 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
... | @@ -359,23 +363,30 @@ ILAP:PlannedActivity | ... | @@ -359,23 +363,30 @@ ILAP:PlannedActivity |
359 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; | 363 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; |
360 | rdfs:subClassOf | 364 | rdfs:subClassOf |
361 | [ rdf:type owl:Restriction ; | 365 | [ rdf:type owl:Restriction ; |
362 | - owl:allValuesFrom ILAP:ActivityWBS ; | 366 | + owl:allValuesFrom ILAP:ActivityDependency ; |
363 | - owl:onProperty ILAP:hasActivityWBSelement | 367 | + owl:onProperty ILAP:hasActivityPredecessor |
364 | ] ; | 368 | ] ; |
365 | rdfs:subClassOf | 369 | rdfs:subClassOf |
366 | [ rdf:type owl:Restriction ; | 370 | [ rdf:type owl:Restriction ; |
367 | - owl:onProperty ILAP:hasActivityDiscipline ; | 371 | + owl:maxQualifiedCardinality |
368 | - owl:someValuesFrom ILAP:Discipline | 372 | + "1"^^xsd:nonNegativeInteger ; |
373 | + owl:onClass ILAP:ProjectExecutionPlan ; | ||
374 | + owl:onProperty ILAP:hasActivityPlan | ||
369 | ] ; | 375 | ] ; |
370 | rdfs:subClassOf | 376 | rdfs:subClassOf |
371 | [ rdf:type owl:Restriction ; | 377 | [ rdf:type owl:Restriction ; |
372 | - owl:allValuesFrom ILAP:Result ; | 378 | + owl:allValuesFrom ILAP:ResourceProfile ; |
373 | - owl:onProperty ILAP:hasActivityResult | 379 | + owl:onProperty ILAP:hasActivityResourceProfile |
374 | ] ; | 380 | ] ; |
375 | rdfs:subClassOf | 381 | rdfs:subClassOf |
376 | [ rdf:type owl:Restriction ; | 382 | [ rdf:type owl:Restriction ; |
377 | - owl:allValuesFrom ILAP:Location ; | 383 | + owl:allValuesFrom ILAP:ActivityWBS ; |
378 | - owl:onProperty ILAP:hasActivityLocation | 384 | + owl:onProperty ILAP:hasActivityWBSelement |
385 | + ] ; | ||
386 | + rdfs:subClassOf | ||
387 | + [ rdf:type owl:Restriction ; | ||
388 | + owl:allValuesFrom ILAP:Result ; | ||
389 | + owl:onProperty ILAP:hasActivityResult | ||
379 | ] ; | 390 | ] ; |
380 | rdfs:subClassOf | 391 | rdfs:subClassOf |
381 | [ rdf:type owl:Restriction ; | 392 | [ rdf:type owl:Restriction ; |
... | @@ -384,25 +395,18 @@ ILAP:PlannedActivity | ... | @@ -384,25 +395,18 @@ ILAP:PlannedActivity |
384 | ] ; | 395 | ] ; |
385 | rdfs:subClassOf | 396 | rdfs:subClassOf |
386 | [ rdf:type owl:Restriction ; | 397 | [ rdf:type owl:Restriction ; |
387 | - owl:maxQualifiedCardinality | 398 | + owl:onProperty ILAP:hasActivityDiscipline ; |
388 | - "1"^^xsd:nonNegativeInteger ; | 399 | + owl:someValuesFrom ILAP:Discipline |
389 | - owl:onClass ILAP:ProjectExecutionPlan ; | ||
390 | - owl:onProperty ILAP:hasActivityPlan | ||
391 | ] ; | 400 | ] ; |
392 | rdfs:subClassOf | 401 | rdfs:subClassOf |
393 | [ rdf:type owl:Restriction ; | 402 | [ rdf:type owl:Restriction ; |
394 | - owl:allValuesFrom ILAP:ActivityDependency ; | 403 | + owl:allValuesFrom ILAP:Location ; |
395 | - owl:onProperty ILAP:hasActivityPredecessor | 404 | + owl:onProperty ILAP:hasActivityLocation |
396 | ] ; | 405 | ] ; |
397 | rdfs:subClassOf | 406 | rdfs:subClassOf |
398 | [ rdf:type owl:Restriction ; | 407 | [ rdf:type owl:Restriction ; |
399 | owl:allValuesFrom ILAP:ActivityDependency ; | 408 | owl:allValuesFrom ILAP:ActivityDependency ; |
400 | owl:onProperty ILAP:hasActivitySuccessor | 409 | owl:onProperty ILAP:hasActivitySuccessor |
401 | - ] ; | ||
402 | - rdfs:subClassOf | ||
403 | - [ rdf:type owl:Restriction ; | ||
404 | - owl:allValuesFrom ILAP:ResourceProfile ; | ||
405 | - owl:onProperty ILAP:hasActivityResourceProfile | ||
406 | ] . | 410 | ] . |
407 | 411 | ||
408 | ILAP:PlannedMilestone | 412 | ILAP:PlannedMilestone |
... | @@ -426,13 +430,18 @@ ILAP:Programme | ... | @@ -426,13 +430,18 @@ ILAP:Programme |
426 | rdfs:subClassOf ILAP:Project . | 430 | rdfs:subClassOf ILAP:Project . |
427 | 431 | ||
428 | ILAP:Project | 432 | ILAP:Project |
429 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 433 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
430 | rdfs:label "Project"^^xsd:string ; | 434 | rdfs:label "Project"^^xsd:string ; |
431 | rdfs:subClassOf ILAP:Activity ; | 435 | rdfs:subClassOf ILAP:Activity ; |
432 | rdfs:subClassOf | 436 | rdfs:subClassOf |
433 | [ rdf:type owl:Restriction ; | 437 | [ rdf:type owl:Restriction ; |
434 | - owl:allValuesFrom BRREG:OilCompany ; | 438 | + owl:allValuesFrom ILAP:Project ; |
435 | - owl:onProperty ILAP:hasProjectResponsible | 439 | + owl:onProperty ILAP:hasProjectSubproject |
440 | + ] ; | ||
441 | + rdfs:subClassOf | ||
442 | + [ rdf:type owl:Restriction ; | ||
443 | + owl:allValuesFrom ILAP:ExternalReference ; | ||
444 | + owl:onProperty ILAP:hasExternalReference | ||
436 | ] ; | 445 | ] ; |
437 | rdfs:subClassOf | 446 | rdfs:subClassOf |
438 | [ rdf:type owl:Restriction ; | 447 | [ rdf:type owl:Restriction ; |
... | @@ -443,13 +452,8 @@ ILAP:Project | ... | @@ -443,13 +452,8 @@ ILAP:Project |
443 | ] ; | 452 | ] ; |
444 | rdfs:subClassOf | 453 | rdfs:subClassOf |
445 | [ rdf:type owl:Restriction ; | 454 | [ rdf:type owl:Restriction ; |
446 | - owl:allValuesFrom ILAP:ExternalReference ; | 455 | + owl:allValuesFrom BRREG:OilCompany ; |
447 | - owl:onProperty ILAP:hasExternalReference | 456 | + owl:onProperty ILAP:hasProjectResponsible |
448 | - ] ; | ||
449 | - rdfs:subClassOf | ||
450 | - [ rdf:type owl:Restriction ; | ||
451 | - owl:allValuesFrom ILAP:Project ; | ||
452 | - owl:onProperty ILAP:hasProjectSubproject | ||
453 | ] . | 457 | ] . |
454 | 458 | ||
455 | ILAP:ProjectExecutionPlan | 459 | ILAP:ProjectExecutionPlan |
... | @@ -458,55 +462,52 @@ ILAP:ProjectExecutionPlan | ... | @@ -458,55 +462,52 @@ ILAP:ProjectExecutionPlan |
458 | rdfs:subClassOf ILAP:Network ; | 462 | rdfs:subClassOf ILAP:Network ; |
459 | rdfs:subClassOf | 463 | rdfs:subClassOf |
460 | [ rdf:type owl:Restriction ; | 464 | [ rdf:type owl:Restriction ; |
461 | - owl:onProperty ILAP:hasPlanLevel ; | 465 | + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; |
462 | - owl:someValuesFrom ILAP:PlanLevel | 466 | + owl:onProperty ILAP:hasPlanAsset |
463 | - ] ; | ||
464 | - rdfs:subClassOf | ||
465 | - [ rdf:type owl:Restriction ; | ||
466 | - owl:allValuesFrom ILAP:PlanLifecycleStage ; | ||
467 | - owl:onProperty ILAP:hasPlanLifecycleStage | ||
468 | ] ; | 467 | ] ; |
469 | rdfs:subClassOf | 468 | rdfs:subClassOf |
470 | [ rdf:type owl:Restriction ; | 469 | [ rdf:type owl:Restriction ; |
471 | - owl:allValuesFrom BRREG:LegalEntity ; | 470 | + owl:onProperty ILAP:hasPlanGeoArea ; |
472 | - owl:onProperty ILAP:hasPlanResponsible | 471 | + owl:someValuesFrom ILAP:PlanGeoArea |
473 | ] ; | 472 | ] ; |
474 | rdfs:subClassOf | 473 | rdfs:subClassOf |
475 | [ rdf:type owl:Restriction ; | 474 | [ rdf:type owl:Restriction ; |
476 | - owl:allValuesFrom ILAP:PlanContractType ; | 475 | + owl:onProperty ILAP:hasPlanLevel ; |
477 | - owl:onProperty ILAP:hasPlanContractType | 476 | + owl:someValuesFrom ILAP:PlanLevel |
478 | ] ; | 477 | ] ; |
479 | rdfs:subClassOf | 478 | rdfs:subClassOf |
480 | [ rdf:type owl:Restriction ; | 479 | [ rdf:type owl:Restriction ; |
481 | - owl:allValuesFrom ILAP:PlanObjectiveType ; | 480 | + owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
482 | - owl:onProperty ILAP:hasPlanObjectiveType | 481 | + owl:onProperty ILAP:hasPlanRollUpPlan |
483 | ] ; | 482 | ] ; |
484 | rdfs:subClassOf | 483 | rdfs:subClassOf |
485 | [ rdf:type owl:Restriction ; | 484 | [ rdf:type owl:Restriction ; |
486 | - owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 485 | + owl:maxQualifiedCardinality |
487 | - owl:onProperty ILAP:hasPlanRollUpPlan | 486 | + "1"^^xsd:nonNegativeInteger ; |
487 | + owl:onClass ILAP:Project ; | ||
488 | + owl:onProperty ILAP:hasPlanProject | ||
488 | ] ; | 489 | ] ; |
489 | rdfs:subClassOf | 490 | rdfs:subClassOf |
490 | [ rdf:type owl:Restriction ; | 491 | [ rdf:type owl:Restriction ; |
491 | - owl:onProperty ILAP:hasPlanContentType ; | 492 | + owl:allValuesFrom ILAP:PlanLifecycleStage ; |
492 | - owl:someValuesFrom ILAP:PlanContentType | 493 | + owl:onProperty ILAP:hasPlanLifecycleStage |
493 | ] ; | 494 | ] ; |
494 | rdfs:subClassOf | 495 | rdfs:subClassOf |
495 | [ rdf:type owl:Restriction ; | 496 | [ rdf:type owl:Restriction ; |
496 | - owl:onProperty ILAP:hasPlanGeoArea ; | 497 | + owl:allValuesFrom ILAP:PlanContractType ; |
497 | - owl:someValuesFrom ILAP:PlanGeoArea | 498 | + owl:onProperty ILAP:hasPlanContractType |
498 | ] ; | 499 | ] ; |
499 | rdfs:subClassOf | 500 | rdfs:subClassOf |
500 | [ rdf:type owl:Restriction ; | 501 | [ rdf:type owl:Restriction ; |
501 | owl:maxQualifiedCardinality | 502 | owl:maxQualifiedCardinality |
502 | "1"^^xsd:nonNegativeInteger ; | 503 | "1"^^xsd:nonNegativeInteger ; |
503 | - owl:onClass ILAP:Project ; | 504 | + owl:onClass ILAP:PlanLevel ; |
504 | - owl:onProperty ILAP:hasPlanProject | 505 | + owl:onProperty ILAP:hasPlanLevel |
505 | ] ; | 506 | ] ; |
506 | rdfs:subClassOf | 507 | rdfs:subClassOf |
507 | [ rdf:type owl:Restriction ; | 508 | [ rdf:type owl:Restriction ; |
508 | - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; | 509 | + owl:allValuesFrom ILAP:PlanObjectiveType ; |
509 | - owl:onProperty ILAP:hasPlanAsset | 510 | + owl:onProperty ILAP:hasPlanObjectiveType |
510 | ] ; | 511 | ] ; |
511 | rdfs:subClassOf | 512 | rdfs:subClassOf |
512 | [ rdf:type owl:Restriction ; | 513 | [ rdf:type owl:Restriction ; |
... | @@ -515,15 +516,18 @@ ILAP:ProjectExecutionPlan | ... | @@ -515,15 +516,18 @@ ILAP:ProjectExecutionPlan |
515 | ] ; | 516 | ] ; |
516 | rdfs:subClassOf | 517 | rdfs:subClassOf |
517 | [ rdf:type owl:Restriction ; | 518 | [ rdf:type owl:Restriction ; |
519 | + owl:onProperty ILAP:hasPlanContentType ; | ||
520 | + owl:someValuesFrom ILAP:PlanContentType | ||
521 | + ] ; | ||
522 | + rdfs:subClassOf | ||
523 | + [ rdf:type owl:Restriction ; | ||
518 | owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 524 | owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
519 | owl:onProperty ILAP:hasPlanSubplan | 525 | owl:onProperty ILAP:hasPlanSubplan |
520 | ] ; | 526 | ] ; |
521 | rdfs:subClassOf | 527 | rdfs:subClassOf |
522 | [ rdf:type owl:Restriction ; | 528 | [ rdf:type owl:Restriction ; |
523 | - owl:maxQualifiedCardinality | 529 | + owl:allValuesFrom BRREG:LegalEntity ; |
524 | - "1"^^xsd:nonNegativeInteger ; | 530 | + owl:onProperty ILAP:hasPlanResponsible |
525 | - owl:onClass ILAP:PlanLevel ; | ||
526 | - owl:onProperty ILAP:hasPlanLevel | ||
527 | ] . | 531 | ] . |
528 | 532 | ||
529 | ILAP:ProjectType | 533 | ILAP:ProjectType |
... | @@ -532,18 +536,18 @@ ILAP:ProjectType | ... | @@ -532,18 +536,18 @@ ILAP:ProjectType |
532 | rdfs:subClassOf owl:Thing . | 536 | rdfs:subClassOf owl:Thing . |
533 | 537 | ||
534 | ILAP:Regular8To16WorkingDayCalendar | 538 | ILAP:Regular8To16WorkingDayCalendar |
535 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 539 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
536 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; | 540 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; |
537 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> . | 541 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> . |
538 | 542 | ||
539 | ILAP:Reservoir_Drilling | 543 | ILAP:Reservoir_Drilling |
540 | rdf:type ILAP:RiskFactor ; | 544 | rdf:type ILAP:RiskFactor ; |
541 | rdfs:label "Reservoir Drilling"^^xsd:string . | 545 | rdfs:label "Reservoir Drilling"^^xsd:string . |
542 | 546 | ||
543 | ILAP:Resource | 547 | ILAP:Resource |
544 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; | 548 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; |
545 | rdfs:label "Resource"^^xsd:string ; | 549 | rdfs:label "Resource"^^xsd:string ; |
546 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . | 550 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . |
547 | 551 | ||
548 | ILAP:ResourceEstimate | 552 | ILAP:ResourceEstimate |
549 | rdf:type owl:Class ; | 553 | rdf:type owl:Class ; |
... | @@ -551,14 +555,14 @@ ILAP:ResourceEstimate | ... | @@ -551,14 +555,14 @@ ILAP:ResourceEstimate |
551 | rdfs:subClassOf ILAP:ResourceStructure . | 555 | rdfs:subClassOf ILAP:ResourceStructure . |
552 | 556 | ||
553 | ILAP:ResourceProfile | 557 | ILAP:ResourceProfile |
554 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; | 558 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; |
555 | rdfs:label "Resource profile"^^xsd:string ; | 559 | rdfs:label "Resource profile"^^xsd:string ; |
556 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . | 560 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . |
557 | 561 | ||
558 | ILAP:ResourceProfilePoint | 562 | ILAP:ResourceProfilePoint |
559 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; | 563 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; |
560 | rdfs:label "resource Profile point"^^xsd:string ; | 564 | rdfs:label "resource Profile point"^^xsd:string ; |
561 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . | 565 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . |
562 | 566 | ||
563 | ILAP:ResourceStructure | 567 | ILAP:ResourceStructure |
564 | rdf:type owl:Class ; | 568 | rdf:type owl:Class ; |
... | @@ -566,17 +570,17 @@ ILAP:ResourceStructure | ... | @@ -566,17 +570,17 @@ ILAP:ResourceStructure |
566 | rdfs:subClassOf ILAP:Network . | 570 | rdfs:subClassOf ILAP:Network . |
567 | 571 | ||
568 | ILAP:ResponsibleOrganization | 572 | ILAP:ResponsibleOrganization |
569 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 573 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
570 | rdfs:label "Responsible organization"^^xsd:string ; | 574 | rdfs:label "Responsible organization"^^xsd:string ; |
571 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> . | 575 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing . |
572 | 576 | ||
573 | ILAP:ResponsiblePerson | 577 | ILAP:ResponsiblePerson |
574 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; | 578 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; |
575 | rdfs:label "Responsible"^^xsd:string ; | 579 | rdfs:label "Responsible"^^xsd:string ; |
576 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> . | 580 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing . |
577 | 581 | ||
578 | ILAP:Result | 582 | ILAP:Result |
579 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 583 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
580 | rdfs:label "Result"^^xsd:string ; | 584 | rdfs:label "Result"^^xsd:string ; |
581 | rdfs:subClassOf owl:Thing . | 585 | rdfs:subClassOf owl:Thing . |
582 | 586 | ||
... | @@ -591,9 +595,9 @@ ILAP:RiskFactor | ... | @@ -591,9 +595,9 @@ ILAP:RiskFactor |
591 | rdfs:subClassOf owl:Thing . | 595 | rdfs:subClassOf owl:Thing . |
592 | 596 | ||
593 | ILAP:Schedule | 597 | ILAP:Schedule |
594 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 598 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
595 | rdfs:label "Scheduled Activity Network"^^xsd:string ; | 599 | rdfs:label "Scheduled Activity Network"^^xsd:string ; |
596 | - rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; | 600 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ; |
597 | rdfs:subClassOf | 601 | rdfs:subClassOf |
598 | [ rdf:type owl:Restriction ; | 602 | [ rdf:type owl:Restriction ; |
599 | owl:maxQualifiedCardinality | 603 | owl:maxQualifiedCardinality |
... | @@ -603,22 +607,22 @@ ILAP:Schedule | ... | @@ -603,22 +607,22 @@ ILAP:Schedule |
603 | ] . | 607 | ] . |
604 | 608 | ||
605 | ILAP:ScheduledActivity | 609 | ILAP:ScheduledActivity |
606 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 610 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
607 | rdfs:label "Activity in Network Schedule"^^xsd:string ; | 611 | rdfs:label "Activity in Network Schedule"^^xsd:string ; |
608 | rdfs:subClassOf ILAP:PlannedActivity ; | 612 | rdfs:subClassOf ILAP:PlannedActivity ; |
609 | rdfs:subClassOf | 613 | rdfs:subClassOf |
610 | [ rdf:type owl:Restriction ; | 614 | [ rdf:type owl:Restriction ; |
611 | owl:maxQualifiedCardinality | 615 | owl:maxQualifiedCardinality |
612 | "1"^^xsd:nonNegativeInteger ; | 616 | "1"^^xsd:nonNegativeInteger ; |
613 | - owl:onClass ILAP:PlannedActivity ; | 617 | + owl:onClass ILAP:Schedule ; |
614 | - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan | 618 | + owl:onProperty ILAP:hasActivitySchedule |
615 | ] ; | 619 | ] ; |
616 | rdfs:subClassOf | 620 | rdfs:subClassOf |
617 | [ rdf:type owl:Restriction ; | 621 | [ rdf:type owl:Restriction ; |
618 | owl:maxQualifiedCardinality | 622 | owl:maxQualifiedCardinality |
619 | "1"^^xsd:nonNegativeInteger ; | 623 | "1"^^xsd:nonNegativeInteger ; |
620 | - owl:onClass ILAP:Schedule ; | 624 | + owl:onClass ILAP:PlannedActivity ; |
621 | - owl:onProperty ILAP:hasActivitySchedule | 625 | + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan |
622 | ] . | 626 | ] . |
623 | 627 | ||
624 | ILAP:ScheduledMilestone | 628 | ILAP:ScheduledMilestone |
... | @@ -631,9 +635,9 @@ ILAP:Shallow_Gas | ... | @@ -631,9 +635,9 @@ ILAP:Shallow_Gas |
631 | rdfs:label "Shallow Gas"^^xsd:string . | 635 | rdfs:label "Shallow Gas"^^xsd:string . |
632 | 636 | ||
633 | ILAP:Source | 637 | ILAP:Source |
634 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | 638 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; |
635 | rdfs:label "Source"^^xsd:string ; | 639 | rdfs:label "Source"^^xsd:string ; |
636 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . | 640 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . |
637 | 641 | ||
638 | ILAP:SourceSpecifiedUserField | 642 | ILAP:SourceSpecifiedUserField |
639 | rdf:type owl:Class ; | 643 | rdf:type owl:Class ; |
... | @@ -646,22 +650,22 @@ ILAP:SpecifiedUserField | ... | @@ -646,22 +650,22 @@ ILAP:SpecifiedUserField |
646 | rdfs:subClassOf ILAP:UserField . | 650 | rdfs:subClassOf ILAP:UserField . |
647 | 651 | ||
648 | ILAP:StartToFinish | 652 | ILAP:StartToFinish |
649 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 653 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
650 | rdfs:label "Start to finish"^^xsd:string ; | 654 | rdfs:label "Start to finish"^^xsd:string ; |
651 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 655 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
652 | 656 | ||
653 | ILAP:StartToStart | 657 | ILAP:StartToStart |
654 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 658 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
655 | rdfs:label "Start to start"^^xsd:string ; | 659 | rdfs:label "Start to start"^^xsd:string ; |
656 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 660 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
657 | 661 | ||
658 | ILAP:Status | 662 | ILAP:Status |
659 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; | 663 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; |
660 | rdfs:label "Status"^^xsd:string ; | 664 | rdfs:label "Status"^^xsd:string ; |
661 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . | 665 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . |
662 | 666 | ||
663 | ILAP:TargetSchedule | 667 | ILAP:TargetSchedule |
664 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 668 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
665 | rdfs:label "Target schedule"^^xsd:string ; | 669 | rdfs:label "Target schedule"^^xsd:string ; |
666 | rdfs:subClassOf ILAP:Schedule . | 670 | rdfs:subClassOf ILAP:Schedule . |
667 | 671 | ||
... | @@ -676,7 +680,7 @@ ILAP:UnitBased | ... | @@ -676,7 +680,7 @@ ILAP:UnitBased |
676 | rdfs:subClassOf ILAP:Resource . | 680 | rdfs:subClassOf ILAP:Resource . |
677 | 681 | ||
678 | ILAP:UserField | 682 | ILAP:UserField |
679 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; | 683 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; |
680 | rdfs:label "User field"^^xsd:string ; | 684 | rdfs:label "User field"^^xsd:string ; |
681 | rdfs:subClassOf ILAP:Data ; | 685 | rdfs:subClassOf ILAP:Data ; |
682 | rdfs:subClassOf | 686 | rdfs:subClassOf |
... | @@ -690,16 +694,16 @@ ILAP:UserField | ... | @@ -690,16 +694,16 @@ ILAP:UserField |
690 | ILAP:Value | 694 | ILAP:Value |
691 | rdf:type owl:Class ; | 695 | rdf:type owl:Class ; |
692 | rdfs:label "Value"^^xsd:string ; | 696 | rdfs:label "Value"^^xsd:string ; |
693 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . | 697 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . |
694 | 698 | ||
695 | ILAP:Vessel_Operation | 699 | ILAP:Vessel_Operation |
696 | rdf:type ILAP:RiskFactor ; | 700 | rdf:type ILAP:RiskFactor ; |
697 | rdfs:label "Vessel Operation"^^xsd:string . | 701 | rdfs:label "Vessel Operation"^^xsd:string . |
698 | 702 | ||
699 | ILAP:WeekendsFreeCalendar | 703 | ILAP:WeekendsFreeCalendar |
700 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 704 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
701 | rdfs:label "Weekends free calendar"^^xsd:string ; | 705 | rdfs:label "Weekends free calendar"^^xsd:string ; |
702 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . | 706 | + rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . |
703 | 707 | ||
704 | ILAP:WorkOrder | 708 | ILAP:WorkOrder |
705 | rdf:type owl:Class ; | 709 | rdf:type owl:Class ; |
... | @@ -707,18 +711,18 @@ ILAP:WorkOrder | ... | @@ -707,18 +711,18 @@ ILAP:WorkOrder |
707 | rdfs:subClassOf ILAP:WorkTask . | 711 | rdfs:subClassOf ILAP:WorkTask . |
708 | 712 | ||
709 | ILAP:WorkTask | 713 | ILAP:WorkTask |
710 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 714 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
711 | rdfs:label "Work task"^^xsd:string ; | 715 | rdfs:label "Work task"^^xsd:string ; |
712 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; | 716 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; |
713 | rdfs:subClassOf | 717 | rdfs:subClassOf |
714 | [ rdf:type owl:Restriction ; | 718 | [ rdf:type owl:Restriction ; |
715 | - owl:allValuesFrom BRREG:LegalEntity ; | 719 | + owl:onProperty ILAP:hasWorkTaskActivity ; |
716 | - owl:onProperty ILAP:hasWorkTaskResponsible | 720 | + owl:someValuesFrom ILAP:Activity |
717 | ] ; | 721 | ] ; |
718 | rdfs:subClassOf | 722 | rdfs:subClassOf |
719 | [ rdf:type owl:Restriction ; | 723 | [ rdf:type owl:Restriction ; |
720 | - owl:onProperty ILAP:hasWorkTaskActivity ; | 724 | + owl:allValuesFrom BRREG:LegalEntity ; |
721 | - owl:someValuesFrom ILAP:Activity | 725 | + owl:onProperty ILAP:hasWorkTaskResponsible |
722 | ] . | 726 | ] . |
723 | 727 | ||
724 | ILAP:WorkTaskStatus | 728 | ILAP:WorkTaskStatus |
... | @@ -813,7 +817,7 @@ ILAP:hasActivityPhysicalPercentComplete | ... | @@ -813,7 +817,7 @@ ILAP:hasActivityPhysicalPercentComplete |
813 | rdfs:range xsd:float . | 817 | rdfs:range xsd:float . |
814 | 818 | ||
815 | ILAP:hasActivityPlan | 819 | ILAP:hasActivityPlan |
816 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 820 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
817 | rdfs:domain ILAP:PlannedActivity ; | 821 | rdfs:domain ILAP:PlannedActivity ; |
818 | rdfs:label "has activity plan"^^xsd:string ; | 822 | rdfs:label "has activity plan"^^xsd:string ; |
819 | rdfs:range ILAP:ProjectExecutionPlan . | 823 | rdfs:range ILAP:ProjectExecutionPlan . |
... | @@ -861,7 +865,7 @@ ILAP:hasActivityResponsibleOrganization | ... | @@ -861,7 +865,7 @@ ILAP:hasActivityResponsibleOrganization |
861 | rdfs:range ILAP:ResponsibleOrganization . | 865 | rdfs:range ILAP:ResponsibleOrganization . |
862 | 866 | ||
863 | ILAP:hasActivityResponsiblePerson | 867 | ILAP:hasActivityResponsiblePerson |
864 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 868 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
865 | rdfs:domain ILAP:PlannedActivity ; | 869 | rdfs:domain ILAP:PlannedActivity ; |
866 | rdfs:label "has activity responsible"^^xsd:string ; | 870 | rdfs:label "has activity responsible"^^xsd:string ; |
867 | rdfs:range ILAP:ResponsiblePerson . | 871 | rdfs:range ILAP:ResponsiblePerson . |
... | @@ -896,7 +900,7 @@ ILAP:hasActivityStatus | ... | @@ -896,7 +900,7 @@ ILAP:hasActivityStatus |
896 | rdfs:range ILAP:Status . | 900 | rdfs:range ILAP:Status . |
897 | 901 | ||
898 | ILAP:hasActivitySuccessor | 902 | ILAP:hasActivitySuccessor |
899 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 903 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
900 | rdfs:domain ILAP:PlannedActivity ; | 904 | rdfs:domain ILAP:PlannedActivity ; |
901 | rdfs:label "has activity successor"^^xsd:string ; | 905 | rdfs:label "has activity successor"^^xsd:string ; |
902 | rdfs:range ILAP:ActivityDependency ; | 906 | rdfs:range ILAP:ActivityDependency ; |
... | @@ -962,7 +966,7 @@ ILAP:hasCalendarDate | ... | @@ -962,7 +966,7 @@ ILAP:hasCalendarDate |
962 | rdfs:label "has calendar date"^^xsd:string . | 966 | rdfs:label "has calendar date"^^xsd:string . |
963 | 967 | ||
964 | ILAP:hasCalendarFreePeriod | 968 | ILAP:hasCalendarFreePeriod |
965 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 969 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
966 | rdfs:domain ILAP:Calendar ; | 970 | rdfs:domain ILAP:Calendar ; |
967 | rdfs:label "has calendarcalendar free period"^^xsd:string ; | 971 | rdfs:label "has calendarcalendar free period"^^xsd:string ; |
968 | rdfs:range ILAP:CalendarFreePeriod . | 972 | rdfs:range ILAP:CalendarFreePeriod . |
... | @@ -1239,7 +1243,7 @@ ILAP:hasPlanRegulator | ... | @@ -1239,7 +1243,7 @@ ILAP:hasPlanRegulator |
1239 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1243 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
1240 | 1244 | ||
1241 | ILAP:hasPlanResponsible | 1245 | ILAP:hasPlanResponsible |
1242 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1246 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
1243 | rdfs:domain ILAP:ResponsibleOrganization ; | 1247 | rdfs:domain ILAP:ResponsibleOrganization ; |
1244 | rdfs:label "has plan responsible"^^xsd:string . | 1248 | rdfs:label "has plan responsible"^^xsd:string . |
1245 | 1249 | ||
... | @@ -1398,7 +1402,7 @@ ILAP:hasScheduledStart | ... | @@ -1398,7 +1402,7 @@ ILAP:hasScheduledStart |
1398 | rdfs:subPropertyOf ILAP:hasScheduleDate . | 1402 | rdfs:subPropertyOf ILAP:hasScheduleDate . |
1399 | 1403 | ||
1400 | ILAP:hasSuccessorActivity | 1404 | ILAP:hasSuccessorActivity |
1401 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1405 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
1402 | rdfs:domain ILAP:ActivityDependency ; | 1406 | rdfs:domain ILAP:ActivityDependency ; |
1403 | rdfs:label "has successor activity "^^xsd:string ; | 1407 | rdfs:label "has successor activity "^^xsd:string ; |
1404 | rdfs:range ILAP:PlannedActivity ; | 1408 | rdfs:range ILAP:PlannedActivity ; | ... | ... |
-
Please register or login to post a comment