Tore Christiansen

Moved Activity example from UC1 to PlanningCore

This diff is collapsed. Click to expand it.
...@@ -17,73 +17,6 @@ UC1:ActivityDependency_1 ...@@ -17,73 +17,6 @@ UC1:ActivityDependency_1
17 rdf:type ILAP:ActivityDependency ; 17 rdf:type ILAP:ActivityDependency ;
18 rdfs:label "Activity dependency 1"^^xsd:string . 18 rdfs:label "Activity dependency 1"^^xsd:string .
19 19
20 -UC1:ActivityInPlan_1
21 - rdf:type ILAP:PlannedActivity ;
22 - rdfs:label "Activity in plan 1"^^xsd:string ;
23 - ILAP:hasActivityActiveStatus
24 - UC1:ActivityStatus_1 ;
25 - ILAP:hasActivityActualProgressPercent
26 - "75"^^xsd:float ;
27 - ILAP:hasActivityCalendar
28 - UC1:Calendar_1 ;
29 - ILAP:hasActivityContractor
30 - <http://data.posccaesar.org/brreg/BakerHughes> ;
31 - ILAP:hasActivityDiscipline
32 - UC1:Discipline_1 ;
33 - ILAP:hasActivityEstimatedWeight
34 - "10500"^^xsd:float ;
35 - ILAP:hasActivityLocation
36 - <http://data.posccaesar.org/NCS_PLANNING/NPDelement_1> ;
37 - ILAP:hasActivityPartActivity
38 - UC1:ActivityInPlan_2 ;
39 - ILAP:hasActivityPhase
40 - UC1:Phase_1 ;
41 - ILAP:hasActivityPhysicalPercentComplete
42 - "70"^^xsd:float ;
43 - ILAP:hasActivityPlan
44 - UC1:ProjectPlan_1 ;
45 - ILAP:hasActivityPlannedProgressPercent
46 - 80 ;
47 - ILAP:hasActivityPlannedResource
48 - UC1:PlannedResource_1 ;
49 - ILAP:hasActivityRegulator
50 - <http://data.posccaesar.org/brreg/NPD> ;
51 - ILAP:hasActivityResourceProfile
52 - UC1:Profile_1 ;
53 - ILAP:hasActivityResponsiblePerson
54 - <http://data.posccaesar.org/pob/RolfHansen> ;
55 - ILAP:hasActivityResult
56 - UC1:Result_1 ;
57 - ILAP:hasActivityRiskFactor
58 - UC1:RiskFactor_1 ;
59 - ILAP:hasActivityShutdown
60 - UC1:Shutdown_1 ;
61 - ILAP:hasActivityStatus
62 - ILAP:Active ;
63 - ILAP:hasActivitySuccessor
64 - UC1:ActivityDependency_1 ;
65 - ILAP:hasActivitySupplier
66 - <http://data.posccaesar.org/brreg/BakerHughes> ;
67 - ILAP:hasActivityTaskLeader
68 - <http://data.posccaesar.org/pob/NiloErdal> ;
69 - ILAP:hasActivityVendor
70 - <http://data.posccaesar.org/brreg/BakerHughes> ;
71 - ILAP:hasActivityWBSelement
72 - ILAP:ActivityWBS_1 ;
73 - ILAP:hasActivityWeight
74 - "10800"^^xsd:float ;
75 - ILAP:hasActivityWorkVolume
76 - "250"^^xsd:float ;
77 - ILAP:hasExternalReference
78 - UC1:ExternalReference_1 ;
79 - ILAP:hasFixedFinish "2014-10-17"^^xsd:date ;
80 - ILAP:hasFixedStart "2014-09-01"^^xsd:date ;
81 - ILAP:hasObjectDescription
82 - "Specific text object"^^xsd:string ;
83 - ILAP:hasObjectName "Soecific object name"^^xsd:string ;
84 - ILAP:hasObjectReferenceID
85 - "Specific object ID"^^xsd:string .
86 -
87 UC1:ActivityInPlan_2 20 UC1:ActivityInPlan_2
88 rdf:type ILAP:PlannedActivity ; 21 rdf:type ILAP:PlannedActivity ;
89 rdfs:label "Activity in plan 2"^^xsd:string ; 22 rdfs:label "Activity in plan 2"^^xsd:string ;
...@@ -95,8 +28,6 @@ UC1:ActivityInSchedule_1 ...@@ -95,8 +28,6 @@ UC1:ActivityInSchedule_1
95 rdfs:label "Activity in schedule 1"^^xsd:string ; 28 rdfs:label "Activity in schedule 1"^^xsd:string ;
96 ILAP:hasActivityActualWeight 29 ILAP:hasActivityActualWeight
97 "100750"^^xsd:float ; 30 "100750"^^xsd:float ;
98 - ILAP:hasActivityInScheduleActivityInPlan
99 - UC1:ActivityInPlan_1 ;
100 ILAP:hasActivitySchedule 31 ILAP:hasActivitySchedule
101 UC1:LiveSchedule_1 ; 32 UC1:LiveSchedule_1 ;
102 ILAP:hasActivityScheduledResource 33 ILAP:hasActivityScheduledResource
...@@ -105,8 +36,6 @@ UC1:ActivityInSchedule_1 ...@@ -105,8 +36,6 @@ UC1:ActivityInSchedule_1
105 UC1:ActivityInSchedule_2 36 UC1:ActivityInSchedule_2
106 rdf:type ILAP:ScheduledActivity ; 37 rdf:type ILAP:ScheduledActivity ;
107 rdfs:label "Activity in schedule 2"^^xsd:string ; 38 rdfs:label "Activity in schedule 2"^^xsd:string ;
108 - ILAP:hasActivityInScheduleActivityInPlan
109 - UC1:ActivityInPlan_1 ;
110 ILAP:hasActivitySchedule 39 ILAP:hasActivitySchedule
111 UC1:ActualSchedule_1 . 40 UC1:ActualSchedule_1 .
112 41
......