Tore Christiansen

One more correction

Showing 1 changed file with 17 additions and 3 deletions
...@@ -658,11 +658,25 @@ ILAP:TargetSchedule_1 ...@@ -658,11 +658,25 @@ ILAP:TargetSchedule_1
658 rdf:type ILAP:TargetSchedule ; 658 rdf:type ILAP:TargetSchedule ;
659 rdfs:label "Target schedule 1"^^xsd:string . 659 rdfs:label "Target schedule 1"^^xsd:string .
660 660
661 -ILAP:UseCaseRosenbergToCOPNO 661 +ILAP:UseCaseContractorAtoOperatorA
662 rdf:type ILAP:Source ; 662 rdf:type ILAP:Source ;
663 - rdfs:label "Use Case: Use Case Rosenberg to Conoco Phillips 1.8"^^xsd:string ; 663 + rdfs:label "Use Case Contractor A to Operator A"^^xsd:string ;
664 ILAP:hasSourceApplication 664 ILAP:hasSourceApplication
665 - ILAP:Safran . 665 + ILAP:Primavera ;
666 + ILAP:hasSourceInformation
667 + ILAP:UserFieldForContractorAtoOperatorA ;
668 + ILAP:hasSourceUserField
669 + ILAP:UserFieldForContractorAtoOperatorA .
670 +
671 +ILAP:UseCaseContractorBtoOperatorB
672 + rdf:type ILAP:Source ;
673 + rdfs:label "Use Case Contractor B to Operator B"^^xsd:string ;
674 + ILAP:hasSourceApplication
675 + ILAP:Safran ;
676 + ILAP:hasSourceInformation
677 + ILAP:UserFieldForContractorBtoOperatorB ;
678 + ILAP:hasSourceUserField
679 + ILAP:UserFieldForContractorBtoOperatorB .
666 680
667 ILAP:UserFieldClass 681 ILAP:UserFieldClass
668 rdf:type rdfs:Class ; 682 rdf:type rdfs:Class ;
......