Showing
1 changed file
with
192 additions
and
171 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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 17 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
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:Discipline ; | 21 | + owl:allValuesFrom ILAP:Status ; |
22 | - owl:onProperty ILAP:hasActivityDiscipline | 22 | + owl:onProperty ILAP:hasActivityStatus |
23 | ] ; | 23 | ] ; |
24 | rdfs:subClassOf | 24 | rdfs:subClassOf |
25 | [ rdf:type owl:Restriction ; | 25 | [ rdf:type owl:Restriction ; |
26 | - owl:allValuesFrom ILAP:Calendar ; | 26 | + owl:onProperty ILAP:hasExternalReference ; |
27 | - owl:onProperty ILAP:hasActivityCalendar | 27 | + owl:someValuesFrom ILAP:ExternalReference |
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:Status ; | 36 | + owl:allValuesFrom ILAP:Discipline ; |
37 | - owl:onProperty ILAP:hasActivityStatus | 37 | + owl:onProperty ILAP:hasActivityDiscipline |
38 | ] . | 38 | ] . |
39 | 39 | ||
40 | ILAP:ActivityDependency | 40 | ILAP:ActivityDependency |
41 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 41 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
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:hasPredecessorActivity ; | 47 | + owl:onProperty ILAP:hasSuccessorActivity ; |
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:hasSuccessorActivity ; | 54 | + owl:onProperty ILAP:hasPredecessorActivity ; |
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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 60 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; | 75 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; |
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 <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing . | 82 | + rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . |
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 <http://posccaesar.org/rdl/RDS13318199> , owl:Thing . | 87 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . |
88 | 88 | ||
89 | ILAP:Baseline | 89 | ILAP:Baseline |
90 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 90 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 103 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
104 | rdfs:label "Calendar"^^xsd:string ; | 104 | rdfs:label "Calendar"^^xsd:string ; |
105 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; | 105 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; |
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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 113 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
114 | rdfs:label "Calendar day"^^xsd:string ; | 114 | rdfs:label "Calendar day"^^xsd:string ; |
115 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . | 115 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing . |
116 | 116 | ||
117 | ILAP:CalendarFreePeriod | 117 | ILAP:CalendarFreePeriod |
118 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | 118 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; |
119 | rdfs:label "Calendar free period"^^xsd:string ; | 119 | rdfs:label "Calendar free period"^^xsd:string ; |
120 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; | 120 | + rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; |
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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | 132 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; |
133 | rdfs:label "Free day"^^xsd:string ; | 133 | rdfs:label "Free day"^^xsd:string ; |
134 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . | 134 | + rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . |
135 | 135 | ||
136 | ILAP:CalendarHour | 136 | ILAP:CalendarHour |
137 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 137 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
138 | rdfs:label "calendar hour"^^xsd:string ; | 138 | rdfs:label "calendar hour"^^xsd:string ; |
139 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> . | 139 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing . |
140 | 140 | ||
141 | ILAP:CalendarPeriod | 141 | ILAP:CalendarPeriod |
142 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ; | 142 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; |
143 | rdfs:label "Calendar period"^^xsd:string ; | 143 | rdfs:label "Calendar period"^^xsd:string ; |
144 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ; | 144 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; |
145 | rdfs:subClassOf | 145 | rdfs:subClassOf |
146 | [ rdf:type owl:Restriction ; | 146 | [ rdf:type owl:Restriction ; |
147 | - owl:allValuesFrom ILAP:CalendarDay ; | 147 | + owl:allValuesFrom ILAP:CalendarHour ; |
148 | - owl:onProperty ILAP:hasCalendarPeriodDay | 148 | + owl:onProperty ILAP:hasCalendarPeriodHour |
149 | ] ; | 149 | ] ; |
150 | rdfs:subClassOf | 150 | rdfs:subClassOf |
151 | [ rdf:type owl:Restriction ; | 151 | [ rdf:type owl:Restriction ; |
152 | - owl:allValuesFrom ILAP:CalendarHour ; | 152 | + owl:allValuesFrom ILAP:CalendarDay ; |
153 | - owl:onProperty ILAP:hasCalendarPeriodHour | 153 | + owl:onProperty ILAP:hasCalendarPeriodDay |
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 <http://posccaesar.org/rdl/RDS330344> , owl:Thing . | 164 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> . |
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 <http://posccaesar.org/rdl/RDS7953078> , owl:Thing . | 169 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . |
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 <http://posccaesar.org/rdl/RDS7945027> , owl:Thing . | 184 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . |
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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 192 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
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 <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ; | 199 | + rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; |
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 ; |
... | @@ -207,8 +207,8 @@ ILAP:Data | ... | @@ -207,8 +207,8 @@ ILAP:Data |
207 | 207 | ||
208 | ILAP:DecisionGate | 208 | ILAP:DecisionGate |
209 | rdf:type owl:Class ; | 209 | rdf:type owl:Class ; |
210 | - rdfs:label "Milestone type"^^xsd:string ; | 210 | + rdfs:label "Decision gate"^^xsd:string ; |
211 | - rdfs:subClassOf ILAP:Milestone . | 211 | + rdfs:subClassOf ILAP:MilestoneType . |
212 | 212 | ||
213 | ILAP:DegreeOfCriticality | 213 | ILAP:DegreeOfCriticality |
214 | rdf:type owl:Class ; | 214 | rdf:type owl:Class ; |
... | @@ -221,20 +221,23 @@ ILAP:DegreeOfPriority | ... | @@ -221,20 +221,23 @@ ILAP:DegreeOfPriority |
221 | rdfs:subClassOf owl:Thing . | 221 | rdfs:subClassOf owl:Thing . |
222 | 222 | ||
223 | ILAP:Discipline | 223 | ILAP:Discipline |
224 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; | 224 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; |
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:EndMilestone | ||
229 | + rdf:type owl:Class ; | ||
230 | + rdfs:label "End milestone"^^xsd:string ; | ||
231 | + rdfs:subClassOf ILAP:MilestoneType . | ||
232 | + | ||
228 | ILAP:ExternalReference | 233 | ILAP:ExternalReference |
229 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | 234 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; |
230 | rdfs:label "External Reference"^^xsd:string ; | 235 | rdfs:label "External Reference"^^xsd:string ; |
231 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; | 236 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; |
232 | rdfs:subClassOf | 237 | rdfs:subClassOf |
233 | [ rdf:type owl:Restriction ; | 238 | [ rdf:type owl:Restriction ; |
234 | - owl:onDataRange xsd:string ; | 239 | + owl:allValuesFrom ILAP:Application ; |
235 | - owl:onProperty ILAP:hasObjectReferenceID ; | 240 | + owl:onProperty ILAP:hasReferenceApplication |
236 | - owl:qualifiedCardinality | ||
237 | - "1"^^xsd:nonNegativeInteger | ||
238 | ] ; | 241 | ] ; |
239 | rdfs:subClassOf | 242 | rdfs:subClassOf |
240 | [ rdf:type owl:Restriction ; | 243 | [ rdf:type owl:Restriction ; |
... | @@ -243,8 +246,10 @@ ILAP:ExternalReference | ... | @@ -243,8 +246,10 @@ ILAP:ExternalReference |
243 | ] ; | 246 | ] ; |
244 | rdfs:subClassOf | 247 | rdfs:subClassOf |
245 | [ rdf:type owl:Restriction ; | 248 | [ rdf:type owl:Restriction ; |
246 | - owl:allValuesFrom ILAP:Application ; | 249 | + owl:onDataRange xsd:string ; |
247 | - owl:onProperty ILAP:hasReferenceApplication | 250 | + owl:onProperty ILAP:hasObjectReferenceID ; |
251 | + owl:qualifiedCardinality | ||
252 | + "1"^^xsd:nonNegativeInteger | ||
248 | ] . | 253 | ] . |
249 | 254 | ||
250 | ILAP:Facility | 255 | ILAP:Facility |
... | @@ -258,14 +263,14 @@ ILAP:Field | ... | @@ -258,14 +263,14 @@ ILAP:Field |
258 | rdfs:subClassOf owl:Thing . | 263 | rdfs:subClassOf owl:Thing . |
259 | 264 | ||
260 | ILAP:FinishToFinish | 265 | ILAP:FinishToFinish |
261 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 266 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
262 | rdfs:label "Finish to finish"^^xsd:string ; | 267 | rdfs:label "Finish to finish"^^xsd:string ; |
263 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 268 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
264 | 269 | ||
265 | ILAP:FinishToStart | 270 | ILAP:FinishToStart |
266 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 271 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
267 | rdfs:label "Finish to start"^^xsd:string ; | 272 | rdfs:label "Finish to start"^^xsd:string ; |
268 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 273 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
269 | 274 | ||
270 | ILAP:FunctionalLocation | 275 | ILAP:FunctionalLocation |
271 | rdf:type owl:Class ; | 276 | rdf:type owl:Class ; |
... | @@ -280,7 +285,7 @@ ILAP:GeographicLocation | ... | @@ -280,7 +285,7 @@ ILAP:GeographicLocation |
280 | ILAP:Information | 285 | ILAP:Information |
281 | rdf:type owl:Class ; | 286 | rdf:type owl:Class ; |
282 | rdfs:label "Information"^^xsd:string ; | 287 | rdfs:label "Information"^^xsd:string ; |
283 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing . | 288 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . |
284 | 289 | ||
285 | ILAP:Knowledge | 290 | ILAP:Knowledge |
286 | rdf:type owl:Class ; | 291 | rdf:type owl:Class ; |
... | @@ -288,14 +293,14 @@ ILAP:Knowledge | ... | @@ -288,14 +293,14 @@ ILAP:Knowledge |
288 | rdfs:subClassOf ILAP:Information . | 293 | rdfs:subClassOf ILAP:Information . |
289 | 294 | ||
290 | ILAP:LiveSchedule | 295 | ILAP:LiveSchedule |
291 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 296 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
292 | rdfs:label "Live schedule"^^xsd:string ; | 297 | rdfs:label "Live schedule"^^xsd:string ; |
293 | rdfs:subClassOf ILAP:Schedule . | 298 | rdfs:subClassOf ILAP:Schedule . |
294 | 299 | ||
295 | ILAP:Location | 300 | ILAP:Location |
296 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; | 301 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; |
297 | rdfs:label "Location"^^xsd:string ; | 302 | rdfs:label "Location"^^xsd:string ; |
298 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . | 303 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . |
299 | 304 | ||
300 | ILAP:MaterialOrderStatus | 305 | ILAP:MaterialOrderStatus |
301 | rdf:type owl:Class ; | 306 | rdf:type owl:Class ; |
... | @@ -303,13 +308,18 @@ ILAP:MaterialOrderStatus | ... | @@ -303,13 +308,18 @@ ILAP:MaterialOrderStatus |
303 | rdfs:subClassOf ILAP:Status . | 308 | rdfs:subClassOf ILAP:Status . |
304 | 309 | ||
305 | ILAP:Milestone | 310 | ILAP:Milestone |
306 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; | 311 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; |
307 | rdfs:label "Milestone"^^xsd:string . | 312 | rdfs:label "Milestone"^^xsd:string . |
308 | 313 | ||
314 | +ILAP:MilestoneType | ||
315 | + rdf:type owl:Class ; | ||
316 | + rdfs:label "Milestone type"^^xsd:string ; | ||
317 | + rdfs:subClassOf owl:Thing . | ||
318 | + | ||
309 | ILAP:Network | 319 | ILAP:Network |
310 | rdf:type owl:Class ; | 320 | rdf:type owl:Class ; |
311 | rdfs:label "Network"^^xsd:string ; | 321 | rdfs:label "Network"^^xsd:string ; |
312 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . | 322 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . |
313 | 323 | ||
314 | ILAP:OPEX | 324 | ILAP:OPEX |
315 | rdfs:label "OPEX"^^xsd:string . | 325 | rdfs:label "OPEX"^^xsd:string . |
... | @@ -340,49 +350,49 @@ ILAP:PhysicalLocation | ... | @@ -340,49 +350,49 @@ ILAP:PhysicalLocation |
340 | rdfs:subClassOf ILAP:Location . | 350 | rdfs:subClassOf ILAP:Location . |
341 | 351 | ||
342 | ILAP:PlanClassifier | 352 | ILAP:PlanClassifier |
343 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 353 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
344 | rdfs:label "Plan classifier"^^xsd:string ; | 354 | rdfs:label "Plan classifier"^^xsd:string ; |
345 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . | 355 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . |
346 | 356 | ||
347 | ILAP:PlanContentType | 357 | ILAP:PlanContentType |
348 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | 358 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; |
349 | rdfs:label "Plan content type"^^xsd:string ; | 359 | rdfs:label "Plan content type"^^xsd:string ; |
350 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . | 360 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . |
351 | 361 | ||
352 | ILAP:PlanContractType | 362 | ILAP:PlanContractType |
353 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 363 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
354 | rdfs:label "Plan contract type"^^xsd:string ; | 364 | rdfs:label "Plan contract type"^^xsd:string ; |
355 | rdfs:subClassOf ILAP:PlanClassifier . | 365 | rdfs:subClassOf ILAP:PlanClassifier . |
356 | 366 | ||
357 | ILAP:PlanExpenseType | 367 | ILAP:PlanExpenseType |
358 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 368 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
359 | rdfs:label "Plan expense type"^^xsd:string ; | 369 | rdfs:label "Plan expense type"^^xsd:string ; |
360 | rdfs:subClassOf ILAP:PlanClassifier . | 370 | rdfs:subClassOf ILAP:PlanClassifier . |
361 | 371 | ||
362 | ILAP:PlanGeoArea | 372 | ILAP:PlanGeoArea |
363 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; | 373 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; |
364 | rdfs:label "Plan geographic area"^^xsd:string ; | 374 | rdfs:label "Plan geographic area"^^xsd:string ; |
365 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 375 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
366 | 376 | ||
367 | ILAP:PlanLevel | 377 | ILAP:PlanLevel |
368 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 378 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
369 | rdfs:label "Plan level"^^xsd:string ; | 379 | rdfs:label "Plan level"^^xsd:string ; |
370 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 380 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
371 | 381 | ||
372 | ILAP:PlanLifecycleStage | 382 | ILAP:PlanLifecycleStage |
373 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 383 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
374 | rdfs:label "Plan lifecycle stage"^^xsd:string ; | 384 | rdfs:label "Plan lifecycle stage"^^xsd:string ; |
375 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 385 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
376 | 386 | ||
377 | ILAP:PlanObjectiveType | 387 | ILAP:PlanObjectiveType |
378 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; | 388 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; |
379 | rdfs:label "Plan objective type"^^xsd:string ; | 389 | rdfs:label "Plan objective type"^^xsd:string ; |
380 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . | 390 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . |
381 | 391 | ||
382 | ILAP:PlanProjectType | 392 | ILAP:PlanProjectType |
383 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 393 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
384 | rdfs:label "Plan project type"^^xsd:string ; | 394 | rdfs:label "Plan project type"^^xsd:string ; |
385 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . | 395 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . |
386 | 396 | ||
387 | ILAP:PlannedActivity | 397 | ILAP:PlannedActivity |
388 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 398 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
... | @@ -390,8 +400,10 @@ ILAP:PlannedActivity | ... | @@ -390,8 +400,10 @@ ILAP:PlannedActivity |
390 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; | 400 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; |
391 | rdfs:subClassOf | 401 | rdfs:subClassOf |
392 | [ rdf:type owl:Restriction ; | 402 | [ rdf:type owl:Restriction ; |
393 | - owl:allValuesFrom ILAP:ActivityWBS ; | 403 | + owl:maxQualifiedCardinality |
394 | - owl:onProperty ILAP:hasActivityWBSelement | 404 | + "1"^^xsd:nonNegativeInteger ; |
405 | + owl:onClass ILAP:ProjectExecutionPlan ; | ||
406 | + owl:onProperty ILAP:hasActivityPlan | ||
395 | ] ; | 407 | ] ; |
396 | rdfs:subClassOf | 408 | rdfs:subClassOf |
397 | [ rdf:type owl:Restriction ; | 409 | [ rdf:type owl:Restriction ; |
... | @@ -402,18 +414,13 @@ ILAP:PlannedActivity | ... | @@ -402,18 +414,13 @@ ILAP:PlannedActivity |
402 | ] ; | 414 | ] ; |
403 | rdfs:subClassOf | 415 | rdfs:subClassOf |
404 | [ rdf:type owl:Restriction ; | 416 | [ rdf:type owl:Restriction ; |
405 | - owl:onProperty ILAP:hasActivityDiscipline ; | ||
406 | - owl:someValuesFrom ILAP:Discipline | ||
407 | - ] ; | ||
408 | - rdfs:subClassOf | ||
409 | - [ rdf:type owl:Restriction ; | ||
410 | owl:allValuesFrom ILAP:ResponsiblePerson ; | 417 | owl:allValuesFrom ILAP:ResponsiblePerson ; |
411 | owl:onProperty ILAP:hasActivityResponsiblePerson | 418 | owl:onProperty ILAP:hasActivityResponsiblePerson |
412 | ] ; | 419 | ] ; |
413 | rdfs:subClassOf | 420 | rdfs:subClassOf |
414 | [ rdf:type owl:Restriction ; | 421 | [ rdf:type owl:Restriction ; |
415 | - owl:allValuesFrom ILAP:ActivityDependency ; | 422 | + owl:allValuesFrom ILAP:ActivityWBS ; |
416 | - owl:onProperty ILAP:hasActivityPredecessor | 423 | + owl:onProperty ILAP:hasActivityWBSelement |
417 | ] ; | 424 | ] ; |
418 | rdfs:subClassOf | 425 | rdfs:subClassOf |
419 | [ rdf:type owl:Restriction ; | 426 | [ rdf:type owl:Restriction ; |
... | @@ -422,8 +429,13 @@ ILAP:PlannedActivity | ... | @@ -422,8 +429,13 @@ ILAP:PlannedActivity |
422 | ] ; | 429 | ] ; |
423 | rdfs:subClassOf | 430 | rdfs:subClassOf |
424 | [ rdf:type owl:Restriction ; | 431 | [ rdf:type owl:Restriction ; |
425 | - owl:allValuesFrom ILAP:ResourceProfile ; | 432 | + owl:onProperty ILAP:hasActivityDiscipline ; |
426 | - owl:onProperty ILAP:hasActivityResourceProfile | 433 | + owl:someValuesFrom ILAP:Discipline |
434 | + ] ; | ||
435 | + rdfs:subClassOf | ||
436 | + [ rdf:type owl:Restriction ; | ||
437 | + owl:allValuesFrom ILAP:ActivityDependency ; | ||
438 | + owl:onProperty ILAP:hasActivityPredecessor | ||
427 | ] ; | 439 | ] ; |
428 | rdfs:subClassOf | 440 | rdfs:subClassOf |
429 | [ rdf:type owl:Restriction ; | 441 | [ rdf:type owl:Restriction ; |
... | @@ -432,10 +444,8 @@ ILAP:PlannedActivity | ... | @@ -432,10 +444,8 @@ ILAP:PlannedActivity |
432 | ] ; | 444 | ] ; |
433 | rdfs:subClassOf | 445 | rdfs:subClassOf |
434 | [ rdf:type owl:Restriction ; | 446 | [ rdf:type owl:Restriction ; |
435 | - owl:maxQualifiedCardinality | 447 | + owl:allValuesFrom ILAP:ResourceProfile ; |
436 | - "1"^^xsd:nonNegativeInteger ; | 448 | + owl:onProperty ILAP:hasActivityResourceProfile |
437 | - owl:onClass ILAP:ProjectExecutionPlan ; | ||
438 | - owl:onProperty ILAP:hasActivityPlan | ||
439 | ] ; | 449 | ] ; |
440 | rdfs:subClassOf | 450 | rdfs:subClassOf |
441 | [ rdf:type owl:Restriction ; | 451 | [ rdf:type owl:Restriction ; |
... | @@ -464,18 +474,13 @@ ILAP:Programme | ... | @@ -464,18 +474,13 @@ ILAP:Programme |
464 | rdfs:subClassOf ILAP:Project . | 474 | rdfs:subClassOf ILAP:Project . |
465 | 475 | ||
466 | ILAP:Project | 476 | ILAP:Project |
467 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 477 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
468 | rdfs:label "Project"^^xsd:string ; | 478 | rdfs:label "Project"^^xsd:string ; |
469 | rdfs:subClassOf ILAP:Activity ; | 479 | rdfs:subClassOf ILAP:Activity ; |
470 | rdfs:subClassOf | 480 | rdfs:subClassOf |
471 | [ rdf:type owl:Restriction ; | 481 | [ rdf:type owl:Restriction ; |
472 | - owl:allValuesFrom ILAP:Project ; | 482 | + owl:allValuesFrom BRREG:OilCompany ; |
473 | - owl:onProperty ILAP:hasProjectSubproject | 483 | + owl:onProperty ILAP:hasProjectResponsible |
474 | - ] ; | ||
475 | - rdfs:subClassOf | ||
476 | - [ rdf:type owl:Restriction ; | ||
477 | - owl:allValuesFrom ILAP:ExternalReference ; | ||
478 | - owl:onProperty ILAP:hasExternalReference | ||
479 | ] ; | 484 | ] ; |
480 | rdfs:subClassOf | 485 | rdfs:subClassOf |
481 | [ rdf:type owl:Restriction ; | 486 | [ rdf:type owl:Restriction ; |
... | @@ -486,8 +491,13 @@ ILAP:Project | ... | @@ -486,8 +491,13 @@ ILAP:Project |
486 | ] ; | 491 | ] ; |
487 | rdfs:subClassOf | 492 | rdfs:subClassOf |
488 | [ rdf:type owl:Restriction ; | 493 | [ rdf:type owl:Restriction ; |
489 | - owl:allValuesFrom BRREG:OilCompany ; | 494 | + owl:allValuesFrom ILAP:ExternalReference ; |
490 | - owl:onProperty ILAP:hasProjectResponsible | 495 | + owl:onProperty ILAP:hasExternalReference |
496 | + ] ; | ||
497 | + rdfs:subClassOf | ||
498 | + [ rdf:type owl:Restriction ; | ||
499 | + owl:allValuesFrom ILAP:Project ; | ||
500 | + owl:onProperty ILAP:hasProjectSubproject | ||
491 | ] . | 501 | ] . |
492 | 502 | ||
493 | ILAP:ProjectEffectiveness | 503 | ILAP:ProjectEffectiveness |
... | @@ -506,45 +516,47 @@ ILAP:ProjectExecutionPlan | ... | @@ -506,45 +516,47 @@ ILAP:ProjectExecutionPlan |
506 | rdfs:subClassOf ILAP:Network ; | 516 | rdfs:subClassOf ILAP:Network ; |
507 | rdfs:subClassOf | 517 | rdfs:subClassOf |
508 | [ rdf:type owl:Restriction ; | 518 | [ rdf:type owl:Restriction ; |
509 | - owl:onProperty ILAP:hasPlanLevel ; | 519 | + owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
510 | - owl:someValuesFrom ILAP:PlanLevel | 520 | + owl:onProperty ILAP:hasPlanRollUpPlan |
511 | ] ; | 521 | ] ; |
512 | rdfs:subClassOf | 522 | rdfs:subClassOf |
513 | [ rdf:type owl:Restriction ; | 523 | [ rdf:type owl:Restriction ; |
514 | - owl:onProperty ILAP:hasPlanGeoArea ; | 524 | + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; |
515 | - owl:someValuesFrom ILAP:PlanGeoArea | 525 | + owl:onProperty ILAP:hasPlanAsset |
516 | ] ; | 526 | ] ; |
517 | rdfs:subClassOf | 527 | rdfs:subClassOf |
518 | [ rdf:type owl:Restriction ; | 528 | [ rdf:type owl:Restriction ; |
519 | - owl:onProperty ILAP:hasPlanProjectType ; | 529 | + owl:onProperty ILAP:hasPlanGeoArea ; |
520 | - owl:someValuesFrom ILAP:PlanProjectType | 530 | + owl:someValuesFrom ILAP:PlanGeoArea |
521 | ] ; | 531 | ] ; |
522 | rdfs:subClassOf | 532 | rdfs:subClassOf |
523 | [ rdf:type owl:Restriction ; | 533 | [ rdf:type owl:Restriction ; |
524 | - owl:allValuesFrom ILAP:PlanLifecycleStage ; | 534 | + owl:allValuesFrom BRREG:LegalEntity ; |
525 | - owl:onProperty ILAP:hasPlanLifecycleStage | 535 | + owl:onProperty ILAP:hasPlanResponsible |
526 | ] ; | 536 | ] ; |
527 | rdfs:subClassOf | 537 | rdfs:subClassOf |
528 | [ rdf:type owl:Restriction ; | 538 | [ rdf:type owl:Restriction ; |
529 | - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; | 539 | + owl:onProperty ILAP:hasPlanProjectType ; |
530 | - owl:onProperty ILAP:hasPlanAsset | 540 | + owl:someValuesFrom ILAP:PlanProjectType |
531 | ] ; | 541 | ] ; |
532 | rdfs:subClassOf | 542 | rdfs:subClassOf |
533 | [ rdf:type owl:Restriction ; | 543 | [ rdf:type owl:Restriction ; |
534 | - owl:allValuesFrom ILAP:PlanContractType ; | 544 | + owl:maxQualifiedCardinality |
535 | - owl:onProperty ILAP:hasPlanContractType | 545 | + "1"^^xsd:nonNegativeInteger ; |
546 | + owl:onClass ILAP:PlanLevel ; | ||
547 | + owl:onProperty ILAP:hasPlanLevel | ||
536 | ] ; | 548 | ] ; |
537 | rdfs:subClassOf | 549 | rdfs:subClassOf |
538 | [ rdf:type owl:Restriction ; | 550 | [ rdf:type owl:Restriction ; |
539 | - owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 551 | + owl:maxQualifiedCardinality |
540 | - owl:onProperty ILAP:hasPlanSubplan | 552 | + "1"^^xsd:nonNegativeInteger ; |
553 | + owl:onClass ILAP:Project ; | ||
554 | + owl:onProperty ILAP:hasPlanProject | ||
541 | ] ; | 555 | ] ; |
542 | rdfs:subClassOf | 556 | rdfs:subClassOf |
543 | [ rdf:type owl:Restriction ; | 557 | [ rdf:type owl:Restriction ; |
544 | - owl:maxQualifiedCardinality | 558 | + owl:onProperty ILAP:hasPlanLevel ; |
545 | - "1"^^xsd:nonNegativeInteger ; | 559 | + owl:someValuesFrom ILAP:PlanLevel |
546 | - owl:onClass ILAP:PlanLevel ; | ||
547 | - owl:onProperty ILAP:hasPlanLevel | ||
548 | ] ; | 560 | ] ; |
549 | rdfs:subClassOf | 561 | rdfs:subClassOf |
550 | [ rdf:type owl:Restriction ; | 562 | [ rdf:type owl:Restriction ; |
... | @@ -553,8 +565,8 @@ ILAP:ProjectExecutionPlan | ... | @@ -553,8 +565,8 @@ ILAP:ProjectExecutionPlan |
553 | ] ; | 565 | ] ; |
554 | rdfs:subClassOf | 566 | rdfs:subClassOf |
555 | [ rdf:type owl:Restriction ; | 567 | [ rdf:type owl:Restriction ; |
556 | - owl:allValuesFrom BRREG:LegalEntity ; | 568 | + owl:allValuesFrom ILAP:PlanContractType ; |
557 | - owl:onProperty ILAP:hasPlanResponsible | 569 | + owl:onProperty ILAP:hasPlanContractType |
558 | ] ; | 570 | ] ; |
559 | rdfs:subClassOf | 571 | rdfs:subClassOf |
560 | [ rdf:type owl:Restriction ; | 572 | [ rdf:type owl:Restriction ; |
... | @@ -563,26 +575,24 @@ ILAP:ProjectExecutionPlan | ... | @@ -563,26 +575,24 @@ ILAP:ProjectExecutionPlan |
563 | ] ; | 575 | ] ; |
564 | rdfs:subClassOf | 576 | rdfs:subClassOf |
565 | [ rdf:type owl:Restriction ; | 577 | [ rdf:type owl:Restriction ; |
566 | - owl:maxQualifiedCardinality | 578 | + owl:allValuesFrom ILAP:PlanLifecycleStage ; |
567 | - "1"^^xsd:nonNegativeInteger ; | 579 | + owl:onProperty ILAP:hasPlanLifecycleStage |
568 | - owl:onClass ILAP:Project ; | ||
569 | - owl:onProperty ILAP:hasPlanProject | ||
570 | ] ; | 580 | ] ; |
571 | rdfs:subClassOf | 581 | rdfs:subClassOf |
572 | [ rdf:type owl:Restriction ; | 582 | [ rdf:type owl:Restriction ; |
573 | owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 583 | owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
574 | - owl:onProperty ILAP:hasPlanRollUpPlan | 584 | + owl:onProperty ILAP:hasPlanSubplan |
575 | ] . | 585 | ] . |
576 | 586 | ||
577 | ILAP:Regular8To16WorkingDayCalendar | 587 | ILAP:Regular8To16WorkingDayCalendar |
578 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 588 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
579 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; | 589 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; |
580 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> . | 590 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> . |
581 | 591 | ||
582 | ILAP:Resource | 592 | ILAP:Resource |
583 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; | 593 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; |
584 | rdfs:label "Resource"^^xsd:string ; | 594 | rdfs:label "Resource"^^xsd:string ; |
585 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . | 595 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . |
586 | 596 | ||
587 | ILAP:ResourceEstimate | 597 | ILAP:ResourceEstimate |
588 | rdf:type owl:Class ; | 598 | rdf:type owl:Class ; |
... | @@ -590,14 +600,14 @@ ILAP:ResourceEstimate | ... | @@ -590,14 +600,14 @@ ILAP:ResourceEstimate |
590 | rdfs:subClassOf ILAP:ResourceStructure . | 600 | rdfs:subClassOf ILAP:ResourceStructure . |
591 | 601 | ||
592 | ILAP:ResourceProfile | 602 | ILAP:ResourceProfile |
593 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; | 603 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; |
594 | rdfs:label "Resource profile"^^xsd:string ; | 604 | rdfs:label "Resource profile"^^xsd:string ; |
595 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . | 605 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . |
596 | 606 | ||
597 | ILAP:ResourceProfilePoint | 607 | ILAP:ResourceProfilePoint |
598 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; | 608 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; |
599 | rdfs:label "resource Profile point"^^xsd:string ; | 609 | rdfs:label "resource Profile point"^^xsd:string ; |
600 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . | 610 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . |
601 | 611 | ||
602 | ILAP:ResourceStructure | 612 | ILAP:ResourceStructure |
603 | rdf:type owl:Class ; | 613 | rdf:type owl:Class ; |
... | @@ -605,17 +615,17 @@ ILAP:ResourceStructure | ... | @@ -605,17 +615,17 @@ ILAP:ResourceStructure |
605 | rdfs:subClassOf ILAP:Network . | 615 | rdfs:subClassOf ILAP:Network . |
606 | 616 | ||
607 | ILAP:ResponsibleOrganization | 617 | ILAP:ResponsibleOrganization |
608 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; | 618 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; |
609 | rdfs:label "Responsible organization"^^xsd:string ; | 619 | rdfs:label "Responsible organization"^^xsd:string ; |
610 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing . | 620 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> . |
611 | 621 | ||
612 | ILAP:ResponsiblePerson | 622 | ILAP:ResponsiblePerson |
613 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; | 623 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; |
614 | rdfs:label "Responsible"^^xsd:string ; | 624 | rdfs:label "Responsible"^^xsd:string ; |
615 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing . | 625 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> . |
616 | 626 | ||
617 | ILAP:Result | 627 | ILAP:Result |
618 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 628 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
619 | rdfs:label "Result"^^xsd:string ; | 629 | rdfs:label "Result"^^xsd:string ; |
620 | rdfs:subClassOf owl:Thing . | 630 | rdfs:subClassOf owl:Thing . |
621 | 631 | ||
... | @@ -635,9 +645,9 @@ ILAP:RiskType | ... | @@ -635,9 +645,9 @@ ILAP:RiskType |
635 | rdfs:subClassOf owl:Thing . | 645 | rdfs:subClassOf owl:Thing . |
636 | 646 | ||
637 | ILAP:Schedule | 647 | ILAP:Schedule |
638 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 648 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
639 | rdfs:label "Scheduled Activity Network"^^xsd:string ; | 649 | rdfs:label "Scheduled Activity Network"^^xsd:string ; |
640 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ; | 650 | + rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; |
641 | rdfs:subClassOf | 651 | rdfs:subClassOf |
642 | [ rdf:type owl:Restriction ; | 652 | [ rdf:type owl:Restriction ; |
643 | owl:maxQualifiedCardinality | 653 | owl:maxQualifiedCardinality |
... | @@ -647,22 +657,22 @@ ILAP:Schedule | ... | @@ -647,22 +657,22 @@ ILAP:Schedule |
647 | ] . | 657 | ] . |
648 | 658 | ||
649 | ILAP:ScheduledActivity | 659 | ILAP:ScheduledActivity |
650 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 660 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
651 | rdfs:label "Activity in Network Schedule"^^xsd:string ; | 661 | rdfs:label "Activity in Network Schedule"^^xsd:string ; |
652 | rdfs:subClassOf ILAP:PlannedActivity ; | 662 | rdfs:subClassOf ILAP:PlannedActivity ; |
653 | rdfs:subClassOf | 663 | rdfs:subClassOf |
654 | [ rdf:type owl:Restriction ; | 664 | [ rdf:type owl:Restriction ; |
655 | owl:maxQualifiedCardinality | 665 | owl:maxQualifiedCardinality |
656 | "1"^^xsd:nonNegativeInteger ; | 666 | "1"^^xsd:nonNegativeInteger ; |
657 | - owl:onClass ILAP:Schedule ; | 667 | + owl:onClass ILAP:PlannedActivity ; |
658 | - owl:onProperty ILAP:hasActivitySchedule | 668 | + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan |
659 | ] ; | 669 | ] ; |
660 | rdfs:subClassOf | 670 | rdfs:subClassOf |
661 | [ rdf:type owl:Restriction ; | 671 | [ rdf:type owl:Restriction ; |
662 | owl:maxQualifiedCardinality | 672 | owl:maxQualifiedCardinality |
663 | "1"^^xsd:nonNegativeInteger ; | 673 | "1"^^xsd:nonNegativeInteger ; |
664 | - owl:onClass ILAP:PlannedActivity ; | 674 | + owl:onClass ILAP:Schedule ; |
665 | - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan | 675 | + owl:onProperty ILAP:hasActivitySchedule |
666 | ] . | 676 | ] . |
667 | 677 | ||
668 | ILAP:ScheduledMilestone | 678 | ILAP:ScheduledMilestone |
... | @@ -686,9 +696,9 @@ ILAP:ShutdownType | ... | @@ -686,9 +696,9 @@ ILAP:ShutdownType |
686 | rdfs:subClassOf owl:Thing . | 696 | rdfs:subClassOf owl:Thing . |
687 | 697 | ||
688 | ILAP:Source | 698 | ILAP:Source |
689 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; | 699 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; |
690 | rdfs:label "Source"^^xsd:string ; | 700 | rdfs:label "Source"^^xsd:string ; |
691 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . | 701 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . |
692 | 702 | ||
693 | ILAP:SourceSpecifiedUserField | 703 | ILAP:SourceSpecifiedUserField |
694 | rdf:type owl:Class ; | 704 | rdf:type owl:Class ; |
... | @@ -700,23 +710,28 @@ ILAP:SpecifiedUserField | ... | @@ -700,23 +710,28 @@ ILAP:SpecifiedUserField |
700 | rdfs:label "Specified user field"^^xsd:string ; | 710 | rdfs:label "Specified user field"^^xsd:string ; |
701 | rdfs:subClassOf ILAP:UserField . | 711 | rdfs:subClassOf ILAP:UserField . |
702 | 712 | ||
713 | +ILAP:StartMilestone | ||
714 | + rdf:type owl:Class ; | ||
715 | + rdfs:label "Start milestone"^^xsd:string ; | ||
716 | + rdfs:subClassOf ILAP:MilestoneType . | ||
717 | + | ||
703 | ILAP:StartToFinish | 718 | ILAP:StartToFinish |
704 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 719 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
705 | rdfs:label "Start to finish"^^xsd:string ; | 720 | rdfs:label "Start to finish"^^xsd:string ; |
706 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 721 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
707 | 722 | ||
708 | ILAP:StartToStart | 723 | ILAP:StartToStart |
709 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 724 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
710 | rdfs:label "Start to start"^^xsd:string ; | 725 | rdfs:label "Start to start"^^xsd:string ; |
711 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 726 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
712 | 727 | ||
713 | ILAP:Status | 728 | ILAP:Status |
714 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; | 729 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; |
715 | rdfs:label "Status"^^xsd:string ; | 730 | rdfs:label "Status"^^xsd:string ; |
716 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . | 731 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . |
717 | 732 | ||
718 | ILAP:TargetSchedule | 733 | ILAP:TargetSchedule |
719 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 734 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
720 | rdfs:label "Target schedule"^^xsd:string ; | 735 | rdfs:label "Target schedule"^^xsd:string ; |
721 | rdfs:subClassOf ILAP:Schedule . | 736 | rdfs:subClassOf ILAP:Schedule . |
722 | 737 | ||
... | @@ -731,7 +746,7 @@ ILAP:UnitBased | ... | @@ -731,7 +746,7 @@ ILAP:UnitBased |
731 | rdfs:subClassOf ILAP:Resource . | 746 | rdfs:subClassOf ILAP:Resource . |
732 | 747 | ||
733 | ILAP:UserField | 748 | ILAP:UserField |
734 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; | 749 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; |
735 | rdfs:label "User field"^^xsd:string ; | 750 | rdfs:label "User field"^^xsd:string ; |
736 | rdfs:subClassOf ILAP:Data ; | 751 | rdfs:subClassOf ILAP:Data ; |
737 | rdfs:subClassOf | 752 | rdfs:subClassOf |
... | @@ -745,12 +760,12 @@ ILAP:UserField | ... | @@ -745,12 +760,12 @@ ILAP:UserField |
745 | ILAP:Value | 760 | ILAP:Value |
746 | rdf:type owl:Class ; | 761 | rdf:type owl:Class ; |
747 | rdfs:label "Value"^^xsd:string ; | 762 | rdfs:label "Value"^^xsd:string ; |
748 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . | 763 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . |
749 | 764 | ||
750 | ILAP:WeekendsFreeCalendar | 765 | ILAP:WeekendsFreeCalendar |
751 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 766 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
752 | rdfs:label "Weekends free calendar"^^xsd:string ; | 767 | rdfs:label "Weekends free calendar"^^xsd:string ; |
753 | - rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . | 768 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . |
754 | 769 | ||
755 | ILAP:WorkOrder | 770 | ILAP:WorkOrder |
756 | rdf:type owl:Class ; | 771 | rdf:type owl:Class ; |
... | @@ -758,18 +773,18 @@ ILAP:WorkOrder | ... | @@ -758,18 +773,18 @@ ILAP:WorkOrder |
758 | rdfs:subClassOf ILAP:WorkTask . | 773 | rdfs:subClassOf ILAP:WorkTask . |
759 | 774 | ||
760 | ILAP:WorkTask | 775 | ILAP:WorkTask |
761 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 776 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
762 | rdfs:label "Work task"^^xsd:string ; | 777 | rdfs:label "Work task"^^xsd:string ; |
763 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; | 778 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; |
764 | rdfs:subClassOf | 779 | rdfs:subClassOf |
765 | [ rdf:type owl:Restriction ; | 780 | [ rdf:type owl:Restriction ; |
766 | - owl:onProperty ILAP:hasWorkTaskActivity ; | 781 | + owl:allValuesFrom BRREG:LegalEntity ; |
767 | - owl:someValuesFrom ILAP:Activity | 782 | + owl:onProperty ILAP:hasWorkTaskResponsible |
768 | ] ; | 783 | ] ; |
769 | rdfs:subClassOf | 784 | rdfs:subClassOf |
770 | [ rdf:type owl:Restriction ; | 785 | [ rdf:type owl:Restriction ; |
771 | - owl:allValuesFrom BRREG:LegalEntity ; | 786 | + owl:onProperty ILAP:hasWorkTaskActivity ; |
772 | - owl:onProperty ILAP:hasWorkTaskResponsible | 787 | + owl:someValuesFrom ILAP:Activity |
773 | ] . | 788 | ] . |
774 | 789 | ||
775 | ILAP:WorkTaskStatus | 790 | ILAP:WorkTaskStatus |
... | @@ -882,7 +897,7 @@ ILAP:hasActivityPhysicalPercentComplete | ... | @@ -882,7 +897,7 @@ ILAP:hasActivityPhysicalPercentComplete |
882 | rdfs:range xsd:float . | 897 | rdfs:range xsd:float . |
883 | 898 | ||
884 | ILAP:hasActivityPlan | 899 | ILAP:hasActivityPlan |
885 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 900 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
886 | rdfs:domain ILAP:PlannedActivity ; | 901 | rdfs:domain ILAP:PlannedActivity ; |
887 | rdfs:label "has activity plan"^^xsd:string ; | 902 | rdfs:label "has activity plan"^^xsd:string ; |
888 | rdfs:range ILAP:ProjectExecutionPlan . | 903 | rdfs:range ILAP:ProjectExecutionPlan . |
... | @@ -932,7 +947,7 @@ ILAP:hasActivityResponsibleOrganization | ... | @@ -932,7 +947,7 @@ ILAP:hasActivityResponsibleOrganization |
932 | rdfs:range ILAP:ResponsibleOrganization . | 947 | rdfs:range ILAP:ResponsibleOrganization . |
933 | 948 | ||
934 | ILAP:hasActivityResponsiblePerson | 949 | ILAP:hasActivityResponsiblePerson |
935 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 950 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
936 | rdfs:domain ILAP:PlannedActivity ; | 951 | rdfs:domain ILAP:PlannedActivity ; |
937 | rdfs:label "has activity responsible"^^xsd:string ; | 952 | rdfs:label "has activity responsible"^^xsd:string ; |
938 | rdfs:range ILAP:ResponsiblePerson . | 953 | rdfs:range ILAP:ResponsiblePerson . |
... | @@ -967,7 +982,7 @@ ILAP:hasActivityStatus | ... | @@ -967,7 +982,7 @@ ILAP:hasActivityStatus |
967 | rdfs:range ILAP:Status . | 982 | rdfs:range ILAP:Status . |
968 | 983 | ||
969 | ILAP:hasActivitySuccessor | 984 | ILAP:hasActivitySuccessor |
970 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 985 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
971 | rdfs:domain ILAP:PlannedActivity ; | 986 | rdfs:domain ILAP:PlannedActivity ; |
972 | rdfs:label "has activity successor"^^xsd:string ; | 987 | rdfs:label "has activity successor"^^xsd:string ; |
973 | rdfs:range ILAP:ActivityDependency ; | 988 | rdfs:range ILAP:ActivityDependency ; |
... | @@ -1028,7 +1043,7 @@ ILAP:hasCalendarDate | ... | @@ -1028,7 +1043,7 @@ ILAP:hasCalendarDate |
1028 | rdfs:label "has calendar date"^^xsd:string . | 1043 | rdfs:label "has calendar date"^^xsd:string . |
1029 | 1044 | ||
1030 | ILAP:hasCalendarFreePeriod | 1045 | ILAP:hasCalendarFreePeriod |
1031 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1046 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
1032 | rdfs:domain ILAP:Calendar ; | 1047 | rdfs:domain ILAP:Calendar ; |
1033 | rdfs:label "has calendarcalendar free period"^^xsd:string ; | 1048 | rdfs:label "has calendarcalendar free period"^^xsd:string ; |
1034 | rdfs:range ILAP:CalendarFreePeriod . | 1049 | rdfs:range ILAP:CalendarFreePeriod . |
... | @@ -1183,6 +1198,12 @@ ILAP:hasMilestoneSuccessor | ... | @@ -1183,6 +1198,12 @@ ILAP:hasMilestoneSuccessor |
1183 | rdfs:label "has milestone successor"^^xsd:string ; | 1198 | rdfs:label "has milestone successor"^^xsd:string ; |
1184 | rdfs:range ILAP:ActivityDependency . | 1199 | rdfs:range ILAP:ActivityDependency . |
1185 | 1200 | ||
1201 | +ILAP:hasMilestoneType | ||
1202 | + rdf:type owl:ObjectProperty ; | ||
1203 | + rdfs:domain ILAP:Milestone ; | ||
1204 | + rdfs:label "has milestone type"^^xsd:string ; | ||
1205 | + rdfs:range ILAP:MilestoneType . | ||
1206 | + | ||
1186 | ILAP:hasObjectDescription | 1207 | ILAP:hasObjectDescription |
1187 | rdf:type owl:DatatypeProperty ; | 1208 | rdf:type owl:DatatypeProperty ; |
1188 | rdfs:domain owl:Thing ; | 1209 | rdfs:domain owl:Thing ; |
... | @@ -1317,7 +1338,7 @@ ILAP:hasPlanRegulator | ... | @@ -1317,7 +1338,7 @@ ILAP:hasPlanRegulator |
1317 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1338 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
1318 | 1339 | ||
1319 | ILAP:hasPlanResponsible | 1340 | ILAP:hasPlanResponsible |
1320 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1341 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
1321 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1342 | rdfs:domain ILAP:ProjectExecutionPlan ; |
1322 | rdfs:label "has plan responsible"^^xsd:string ; | 1343 | rdfs:label "has plan responsible"^^xsd:string ; |
1323 | rdfs:range ILAP:ResponsibleOrganization . | 1344 | rdfs:range ILAP:ResponsibleOrganization . |
... | @@ -1517,7 +1538,7 @@ ILAP:hasSourceApplicaton | ... | @@ -1517,7 +1538,7 @@ ILAP:hasSourceApplicaton |
1517 | rdfs:range ILAP:Application . | 1538 | rdfs:range ILAP:Application . |
1518 | 1539 | ||
1519 | ILAP:hasSuccessorActivity | 1540 | ILAP:hasSuccessorActivity |
1520 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1541 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
1521 | rdfs:domain ILAP:ActivityDependency ; | 1542 | rdfs:domain ILAP:ActivityDependency ; |
1522 | rdfs:label "has successor activity "^^xsd:string ; | 1543 | rdfs:label "has successor activity "^^xsd:string ; |
1523 | rdfs:range ILAP:PlannedActivity ; | 1544 | rdfs:range ILAP:PlannedActivity ; |
... | @@ -1545,7 +1566,7 @@ ILAP:hasTimeNow | ... | @@ -1545,7 +1566,7 @@ ILAP:hasTimeNow |
1545 | rdf:type owl:DatatypeProperty ; | 1566 | rdf:type owl:DatatypeProperty ; |
1546 | rdfs:domain ILAP:Schedule ; | 1567 | rdfs:domain ILAP:Schedule ; |
1547 | rdfs:label "has time now"^^xsd:string ; | 1568 | rdfs:label "has time now"^^xsd:string ; |
1548 | - rdfs:range xsd:dateTime , xsd:date . | 1569 | + rdfs:range xsd:date , xsd:dateTime . |
1549 | 1570 | ||
1550 | ILAP:hasUserFieldName | 1571 | ILAP:hasUserFieldName |
1551 | rdf:type owl:DatatypeProperty ; | 1572 | rdf:type owl:DatatypeProperty ; | ... | ... |
-
Please register or login to post a comment