Showing
3 changed files
with
14 additions
and
6 deletions
| ... | @@ -1503,6 +1503,12 @@ ILAP:hasShutdownType | ... | @@ -1503,6 +1503,12 @@ ILAP:hasShutdownType |
| 1503 | rdfs:label "has shutdown type"^^xsd:string ; | 1503 | rdfs:label "has shutdown type"^^xsd:string ; |
| 1504 | rdfs:range ILAP:ShutdownType . | 1504 | rdfs:range ILAP:ShutdownType . |
| 1505 | 1505 | ||
| 1506 | +ILAP:hasSourceApplicaton | ||
| 1507 | + rdf:type owl:ObjectProperty ; | ||
| 1508 | + rdfs:domain ILAP:Source ; | ||
| 1509 | + rdfs:label "has source applicaton"^^xsd:string ; | ||
| 1510 | + rdfs:range ILAP:Application . | ||
| 1511 | + | ||
| 1506 | ILAP:hasSuccessorActivity | 1512 | ILAP:hasSuccessorActivity |
| 1507 | rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1513 | rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 1508 | rdfs:domain ILAP:ActivityDependency ; | 1514 | rdfs:domain ILAP:ActivityDependency ; | ... | ... |
| ... | @@ -431,10 +431,6 @@ ILAP:Safran | ... | @@ -431,10 +431,6 @@ ILAP:Safran |
| 431 | rdf:type ILAP:Application ; | 431 | rdf:type ILAP:Application ; |
| 432 | rdfs:label "Safran"^^xsd:string . | 432 | rdfs:label "Safran"^^xsd:string . |
| 433 | 433 | ||
| 434 | -ILAP:SafranConocoPhillips | ||
| 435 | - rdf:type ILAP:Source ; | ||
| 436 | - rdfs:label "Safran in ConocoPhillips"^^xsd:string . | ||
| 437 | - | ||
| 438 | ILAP:Saturday | 434 | ILAP:Saturday |
| 439 | rdf:type ILAP:CalendarDay ; | 435 | rdf:type ILAP:CalendarDay ; |
| 440 | rdfs:label "Saturday"^^xsd:string . | 436 | rdfs:label "Saturday"^^xsd:string . | ... | ... |
| ... | @@ -100,6 +100,12 @@ ILAP:SummerShutdown_UC1 | ... | @@ -100,6 +100,12 @@ ILAP:SummerShutdown_UC1 |
| 100 | ILAP:hasShutdownType | 100 | ILAP:hasShutdownType |
| 101 | ILAP:Scheduled_Shutdown . | 101 | ILAP:Scheduled_Shutdown . |
| 102 | 102 | ||
| 103 | +ILAP:UseCaseAibelToCOPNO | ||
| 104 | + rdf:type ILAP:Source ; | ||
| 105 | + rdfs:label "Use Case: Aibel to COPNO 1.5"^^xsd:string ; | ||
| 106 | + ILAP:hasSourceApplicaton | ||
| 107 | + ILAP:Safran . | ||
| 108 | + | ||
| 103 | ILAP:WorkOrder_1 | 109 | ILAP:WorkOrder_1 |
| 104 | rdf:type ILAP:WorkOrder ; | 110 | rdf:type ILAP:WorkOrder ; |
| 105 | rdfs:label "Work order 1"^^xsd:string . | 111 | rdfs:label "Work order 1"^^xsd:string . |
| ... | @@ -110,9 +116,9 @@ ILAP:hasContract | ... | @@ -110,9 +116,9 @@ ILAP:hasContract |
| 110 | ILAP:hasUserFieldName | 116 | ILAP:hasUserFieldName |
| 111 | "Comp.Format"^^xsd:string ; | 117 | "Comp.Format"^^xsd:string ; |
| 112 | ILAP:hasUserFieldSource | 118 | ILAP:hasUserFieldSource |
| 113 | - ILAP:SafranConocoPhillips ; | 119 | + ILAP:UseCaseAibelToCOPNO ; |
| 114 | ILAP:hasUserFieldValue | 120 | ILAP:hasUserFieldValue |
| 115 | - "Reimbbursement"^^xsd:string . | 121 | + "Reimbursement"^^xsd:string . |
| 116 | 122 | ||
| 117 | ILAP:hasPlanUserField | 123 | ILAP:hasPlanUserField |
| 118 | rdfs:domain ILAP:ProjectExecutionPlan . | 124 | rdfs:domain ILAP:ProjectExecutionPlan . | ... | ... |
-
Please register or login to post a comment