Showing
2 changed files
with
12 additions
and
15 deletions
... | @@ -418,21 +418,6 @@ ILAP:hasPlanAsset | ... | @@ -418,21 +418,6 @@ ILAP:hasPlanAsset |
418 | ILAP:hasPlanResponsible | 418 | ILAP:hasPlanResponsible |
419 | rdfs:range ILAP:ResponsibleOrganization . | 419 | rdfs:range ILAP:ResponsibleOrganization . |
420 | 420 | ||
421 | -ILAP:hasRiskType | ||
422 | - rdfs:domain ILAP:RiskFactor . | ||
423 | - | ||
424 | -ILAP:hasShutdownContent | ||
425 | - rdfs:domain ILAP:Shutdown . | ||
426 | - | ||
427 | -ILAP:hasShutdownOperation | ||
428 | - rdfs:domain ILAP:Shutdown . | ||
429 | - | ||
430 | -ILAP:hasShutdownPriority | ||
431 | - rdfs:domain ILAP:Shutdown . | ||
432 | - | ||
433 | -ILAP:hasShutdownType | ||
434 | - rdfs:domain ILAP:Shutdown . | ||
435 | - | ||
436 | ILAP:hasWBSResource | 421 | ILAP:hasWBSResource |
437 | rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> . | 422 | rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> . |
438 | 423 | ... | ... |
... | @@ -20,6 +20,18 @@ UC1:ScheduledResource_1 | ... | @@ -20,6 +20,18 @@ UC1:ScheduledResource_1 |
20 | rdf:type ILAP:ScheduledResource ; | 20 | rdf:type ILAP:ScheduledResource ; |
21 | rdfs:label "Scheduled resource 1"^^xsd:string . | 21 | rdfs:label "Scheduled resource 1"^^xsd:string . |
22 | 22 | ||
23 | +UC1:Shutdown_1 | ||
24 | + rdf:type ILAP:Shutdown ; | ||
25 | + rdfs:label "Shutdown 1"^^xsd:string ; | ||
26 | + ILAP:hasShutdownContent | ||
27 | + ILAP:Field_Shutdown ; | ||
28 | + ILAP:hasShutdownPeriod | ||
29 | + "SD-2015"^^xsd:string ; | ||
30 | + ILAP:hasShutdownPriority | ||
31 | + ILAP:HighPriority ; | ||
32 | + ILAP:hasShutdownType | ||
33 | + ILAP:Scheduled_Shutdown . | ||
34 | + | ||
23 | ILAP:PlannedActivity_1 | 35 | ILAP:PlannedActivity_1 |
24 | ILAP:hasActivityPlan | 36 | ILAP:hasActivityPlan |
25 | UC1:ProjectPlan_1 . | 37 | UC1:ProjectPlan_1 . | ... | ... |
-
Please register or login to post a comment