Tore Christiansen

Corrected URIs in UC1

Showing 1 changed file with 13 additions and 13 deletions
......@@ -15,18 +15,6 @@ UC1: rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
UC1:FinishToStart_2
rdf:type ILAP:FinishToStart ;
rdfs:label "Finish to Start 2"^^xsd:string ;
ILAP:hasPredecessorMilestone
UC1:PlannedMilestone_1 ;
ILAP:hasSuccessorActivity
ILAP:PlannedActivity_2 .
UC1:PlannedMilestone_1
rdf:type ILAP:PlannedMilestone ;
rdfs:label "Planned milestone 1"^^xsd:string .
UC1:Schedule_1
rdf:type ILAP:Schedule ;
rdfs:label "Schedule 1"^^xsd:string .
......@@ -184,7 +172,15 @@ ILAP:FinishToStart_1
ILAP:hasPredecessorActivity
ILAP:PlannedActivity_1 ;
ILAP:hasSuccessorMilestone
UC1:PlannedMilestone_1 .
ILAP:PlannedMilestone_1 .
ILAP:FinishToStart_2
rdf:type ILAP:FinishToStart ;
rdfs:label "Finish to Start 2"^^xsd:string ;
ILAP:hasPredecessorMilestone
ILAP:PlannedMilestone_1 ;
ILAP:hasSuccessorActivity
ILAP:PlannedActivity_2 .
ILAP:FrameAgreement_1
rdf:type ILAP:FrameAgreement ;
......@@ -358,6 +354,10 @@ ILAP:PlannedActivity_2
ILAP:hasActivityWorkVolume
"1500"^^xsd:float .
ILAP:PlannedMilestone_1
rdf:type ILAP:PlannedMilestone ;
rdfs:label "Planned milestone 1"^^xsd:string .
<http://data.posccaesar.org/ilap/ProcPackageForRosenbergToConocoPhilllips2.0>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Proc Package for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
......