Tore Christiansen

Added Milestone example

Showing 1 changed file with 18 additions and 6 deletions
......@@ -15,6 +15,18 @@ 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 .
......@@ -166,13 +178,13 @@ ILAP:Contract_1
USERFIELDS:hasDescription
"Elektronisk oppmåling"^^xsd:string , "Lister"^^xsd:string , "Tegningsproduksjon"^^xsd:string , "MCC strategi"^^xsd:string , "Stressanalyse"^^xsd:string , "Sveisekoordinering"^^xsd:string , "Modellering"^^xsd:string , "Follow-on"^^xsd:string , "MCC Støtte"^^xsd:string , "Risikovurdering"^^xsd:string , "Utarbeidelse av studierappor"^^xsd:string , "Offshore befaring"^^xsd:string , "P&ID/PED/PFD"^^xsd:string , "Prefabpakker"^^xsd:string , "Systemutprøving"^^xsd:string , "Databaseoppdatering"^^xsd:string , "MTO/teknisk spec."^^xsd:string , "As-buil"^^xsd:string , "Installasjon"^^xsd:string , "Prefab"^^xsd:string , "Leverandøroppfølging"^^xsd:string , "Installasjonspakker"^^xsd:string , "Disiplinkoordinering"^^xsd:string , "Familiarisering"^^xsd:string , "Beregninger"^^xsd:string , "Offshore"^^xsd:string , "Medgått tid"^^xsd:string .
ILAP:FinishToStart_1_2
ILAP:FinishToStart_1
rdf:type ILAP:FinishToStart ;
rdfs:label "Finish to start 1 2"^^xsd:string ;
rdfs:label "Finish to Start 1"^^xsd:string ;
ILAP:hasPredecessorActivity
ILAP:PlannedActivity_2 ;
ILAP:PlannedActivity_1 ;
ILAP:hasSuccessorMilestone
ILAP:ScheduledMilestone_1 .
UC1:PlannedMilestone_1 .
ILAP:FrameAgreement_1
rdf:type ILAP:FrameAgreement ;
......@@ -338,7 +350,7 @@ ILAP:PlannedActivity_2
ILAP:hasActivityStatus
ILAP:Active ;
ILAP:hasActivitySuccessor
ILAP:FinishToStart_1_2 ;
ILAP:FinishToStart_1 ;
ILAP:hasActivityWBSelement
ILAP:ActivityWBS_1 ;
ILAP:hasActivityWeight
......@@ -497,7 +509,7 @@ ILAP:ScheduledMilestone_1
rdf:type ILAP:ScheduledMilestone ;
rdfs:label "Scheduled milestone 1"^^xsd:string ;
ILAP:hasMilestonePredecessor
ILAP:FinishToStart_1_2 ;
ILAP:FinishToStart_1 ;
ILAP:hasMilestoneType
ILAP:ProcurementMilestone .
......