Tore Christiansen

Adding hasContract as User Fiekd

......@@ -1503,6 +1503,12 @@ ILAP:hasShutdownType
rdfs:label "has shutdown type"^^xsd:string ;
rdfs:range ILAP:ShutdownType .
ILAP:hasSourceApplicaton
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Source ;
rdfs:label "has source applicaton"^^xsd:string ;
rdfs:range ILAP:Application .
ILAP:hasSuccessorActivity
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdfs:domain ILAP:ActivityDependency ;
......
......@@ -431,10 +431,6 @@ ILAP:Safran
rdf:type ILAP:Application ;
rdfs:label "Safran"^^xsd:string .
ILAP:SafranConocoPhillips
rdf:type ILAP:Source ;
rdfs:label "Safran in ConocoPhillips"^^xsd:string .
ILAP:Saturday
rdf:type ILAP:CalendarDay ;
rdfs:label "Saturday"^^xsd:string .
......
......@@ -100,6 +100,12 @@ ILAP:SummerShutdown_UC1
ILAP:hasShutdownType
ILAP:Scheduled_Shutdown .
ILAP:UseCaseAibelToCOPNO
rdf:type ILAP:Source ;
rdfs:label "Use Case: Aibel to COPNO 1.5"^^xsd:string ;
ILAP:hasSourceApplicaton
ILAP:Safran .
ILAP:WorkOrder_1
rdf:type ILAP:WorkOrder ;
rdfs:label "Work order 1"^^xsd:string .
......@@ -110,9 +116,9 @@ ILAP:hasContract
ILAP:hasUserFieldName
"Comp.Format"^^xsd:string ;
ILAP:hasUserFieldSource
ILAP:SafranConocoPhillips ;
ILAP:UseCaseAibelToCOPNO ;
ILAP:hasUserFieldValue
"Reimbbursement"^^xsd:string .
"Reimbursement"^^xsd:string .
ILAP:hasPlanUserField
rdfs:domain ILAP:ProjectExecutionPlan .
......