Tore Christiansen

Moved Activity example from UC1 to PlanningCore

This diff is collapsed. Click to expand it.
......@@ -17,73 +17,6 @@ UC1:ActivityDependency_1
rdf:type ILAP:ActivityDependency ;
rdfs:label "Activity dependency 1"^^xsd:string .
UC1:ActivityInPlan_1
rdf:type ILAP:PlannedActivity ;
rdfs:label "Activity in plan 1"^^xsd:string ;
ILAP:hasActivityActiveStatus
UC1:ActivityStatus_1 ;
ILAP:hasActivityActualProgressPercent
"75"^^xsd:float ;
ILAP:hasActivityCalendar
UC1:Calendar_1 ;
ILAP:hasActivityContractor
<http://data.posccaesar.org/brreg/BakerHughes> ;
ILAP:hasActivityDiscipline
UC1:Discipline_1 ;
ILAP:hasActivityEstimatedWeight
"10500"^^xsd:float ;
ILAP:hasActivityLocation
<http://data.posccaesar.org/NCS_PLANNING/NPDelement_1> ;
ILAP:hasActivityPartActivity
UC1:ActivityInPlan_2 ;
ILAP:hasActivityPhase
UC1:Phase_1 ;
ILAP:hasActivityPhysicalPercentComplete
"70"^^xsd:float ;
ILAP:hasActivityPlan
UC1:ProjectPlan_1 ;
ILAP:hasActivityPlannedProgressPercent
80 ;
ILAP:hasActivityPlannedResource
UC1:PlannedResource_1 ;
ILAP:hasActivityRegulator
<http://data.posccaesar.org/brreg/NPD> ;
ILAP:hasActivityResourceProfile
UC1:Profile_1 ;
ILAP:hasActivityResponsiblePerson
<http://data.posccaesar.org/pob/RolfHansen> ;
ILAP:hasActivityResult
UC1:Result_1 ;
ILAP:hasActivityRiskFactor
UC1:RiskFactor_1 ;
ILAP:hasActivityShutdown
UC1:Shutdown_1 ;
ILAP:hasActivityStatus
ILAP:Active ;
ILAP:hasActivitySuccessor
UC1:ActivityDependency_1 ;
ILAP:hasActivitySupplier
<http://data.posccaesar.org/brreg/BakerHughes> ;
ILAP:hasActivityTaskLeader
<http://data.posccaesar.org/pob/NiloErdal> ;
ILAP:hasActivityVendor
<http://data.posccaesar.org/brreg/BakerHughes> ;
ILAP:hasActivityWBSelement
ILAP:ActivityWBS_1 ;
ILAP:hasActivityWeight
"10800"^^xsd:float ;
ILAP:hasActivityWorkVolume
"250"^^xsd:float ;
ILAP:hasExternalReference
UC1:ExternalReference_1 ;
ILAP:hasFixedFinish "2014-10-17"^^xsd:date ;
ILAP:hasFixedStart "2014-09-01"^^xsd:date ;
ILAP:hasObjectDescription
"Specific text object"^^xsd:string ;
ILAP:hasObjectName "Soecific object name"^^xsd:string ;
ILAP:hasObjectReferenceID
"Specific object ID"^^xsd:string .
UC1:ActivityInPlan_2
rdf:type ILAP:PlannedActivity ;
rdfs:label "Activity in plan 2"^^xsd:string ;
......@@ -95,8 +28,6 @@ UC1:ActivityInSchedule_1
rdfs:label "Activity in schedule 1"^^xsd:string ;
ILAP:hasActivityActualWeight
"100750"^^xsd:float ;
ILAP:hasActivityInScheduleActivityInPlan
UC1:ActivityInPlan_1 ;
ILAP:hasActivitySchedule
UC1:LiveSchedule_1 ;
ILAP:hasActivityScheduledResource
......@@ -105,8 +36,6 @@ UC1:ActivityInSchedule_1
UC1:ActivityInSchedule_2
rdf:type ILAP:ScheduledActivity ;
rdfs:label "Activity in schedule 2"^^xsd:string ;
ILAP:hasActivityInScheduleActivityInPlan
UC1:ActivityInPlan_1 ;
ILAP:hasActivitySchedule
UC1:ActualSchedule_1 .
......