Showing
2 changed files
with
7 additions
and
5 deletions
| ... | @@ -1021,10 +1021,10 @@ ILAP:hasActivityResult | ... | @@ -1021,10 +1021,10 @@ ILAP:hasActivityResult |
| 1021 | rdfs:label "has activity result"^^xsd:string ; | 1021 | rdfs:label "has activity result"^^xsd:string ; |
| 1022 | rdfs:range ILAP:Result . | 1022 | rdfs:range ILAP:Result . |
| 1023 | 1023 | ||
| 1024 | -ILAP:hasActivityRiskFactor | 1024 | +ILAP:hasActivityRisk |
| 1025 | rdf:type owl:ObjectProperty ; | 1025 | rdf:type owl:ObjectProperty ; |
| 1026 | rdfs:domain ILAP:Activity ; | 1026 | rdfs:domain ILAP:Activity ; |
| 1027 | - rdfs:label "has activity risk factor"^^xsd:string ; | 1027 | + rdfs:label "has activity risk"^^xsd:string ; |
| 1028 | rdfs:range ILAP:Risk . | 1028 | rdfs:range ILAP:Risk . |
| 1029 | 1029 | ||
| 1030 | ILAP:hasActivitySchedule | 1030 | ILAP:hasActivitySchedule | ... | ... |
| ... | @@ -264,7 +264,9 @@ ILAP:PBS_ACAA_1 | ... | @@ -264,7 +264,9 @@ ILAP:PBS_ACAA_1 |
| 264 | 264 | ||
| 265 | ILAP:PlannedActivity_1 | 265 | ILAP:PlannedActivity_1 |
| 266 | rdf:type ILAP:PlannedActivity ; | 266 | rdf:type ILAP:PlannedActivity ; |
| 267 | - rdfs:label "Planned activity 1"^^xsd:string . | 267 | + rdfs:label "Planned activity 1"^^xsd:string ; |
| 268 | + ILAP:hasActivityRisk | ||
| 269 | + ILAP:Risk_1 . | ||
| 268 | 270 | ||
| 269 | ILAP:PlannedActivity_2 | 271 | ILAP:PlannedActivity_2 |
| 270 | rdf:type ILAP:PlannedActivity ; | 272 | rdf:type ILAP:PlannedActivity ; |
| ... | @@ -295,8 +297,8 @@ ILAP:PlannedActivity_2 | ... | @@ -295,8 +297,8 @@ ILAP:PlannedActivity_2 |
| 295 | ILAP:COR_KD_1 ; | 297 | ILAP:COR_KD_1 ; |
| 296 | ILAP:hasActivityResult | 298 | ILAP:hasActivityResult |
| 297 | ILAP:PBS_ABB_1 ; | 299 | ILAP:PBS_ABB_1 ; |
| 298 | - ILAP:hasActivityRiskFactor | 300 | + ILAP:hasActivityRisk |
| 299 | - ILAP:Risk_1 ; | 301 | + ILAP:Risk_2 , ILAP:Risk_1 ; |
| 300 | ILAP:hasActivityShutdown | 302 | ILAP:hasActivityShutdown |
| 301 | ILAP:SummerShutdown_UC1 ; | 303 | ILAP:SummerShutdown_UC1 ; |
| 302 | ILAP:hasActivityStatus | 304 | ILAP:hasActivityStatus | ... | ... |
-
Please register or login to post a comment