Showing
1 changed file
with
71 additions
and
71 deletions
| ... | @@ -9,18 +9,18 @@ | ... | @@ -9,18 +9,18 @@ |
| 9 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 9 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 10 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 10 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 11 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 11 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 12 | -UC2: | 12 | +ILAP: |
| 13 | rdf:type owl:Ontology ; | 13 | rdf:type owl:Ontology ; |
| 14 | owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; | 14 | owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; |
| 15 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | 15 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; |
| 16 | . | 16 | . |
| 17 | -UC2:ActivityInPlan_1 | 17 | +ILAP:ActivityInPlan_1 |
| 18 | rdf:type ILAP:PlannedActivity ; | 18 | rdf:type ILAP:PlannedActivity ; |
| 19 | ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ; | 19 | ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ; |
| 20 | ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_L_Direct_Labor> ; | 20 | ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_L_Direct_Labor> ; |
| 21 | ILAP:hasActivityCalendar <http://data.posccaesar.org/NCS_PLANNING/Regular8To16WorkingDayCalendar> ; | 21 | ILAP:hasActivityCalendar <http://data.posccaesar.org/NCS_PLANNING/Regular8To16WorkingDayCalendar> ; |
| 22 | ILAP:hasActivityContractor <http://data.posccaesar.org/brreg/Technip> ; | 22 | ILAP:hasActivityContractor <http://data.posccaesar.org/brreg/Technip> ; |
| 23 | - ILAP:hasActivityContractorWBS UC2:ContractorWBS_1 ; | 23 | + ILAP:hasActivityContractorWBS ILAP:ContractorWBS_1 ; |
| 24 | ILAP:hasActivityDiscipline <http://data.posccaesar.org/sccs/COR_H_Owners_Personnel> ; | 24 | ILAP:hasActivityDiscipline <http://data.posccaesar.org/sccs/COR_H_Owners_Personnel> ; |
| 25 | ILAP:hasActivityDiscipline <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ; | 25 | ILAP:hasActivityDiscipline <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ; |
| 26 | ILAP:hasActivityDuration "P0Y0M10D"^^xsd:duration ; | 26 | ILAP:hasActivityDuration "P0Y0M10D"^^xsd:duration ; |
| ... | @@ -34,11 +34,11 @@ UC2:ActivityInPlan_1 | ... | @@ -34,11 +34,11 @@ UC2:ActivityInPlan_1 |
| 34 | ILAP:hasActivityPBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ; | 34 | ILAP:hasActivityPBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ; |
| 35 | ILAP:hasActivityPhase <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ; | 35 | ILAP:hasActivityPhase <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ; |
| 36 | ILAP:hasActivityPhase <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> ; | 36 | ILAP:hasActivityPhase <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> ; |
| 37 | - ILAP:hasActivityPlan UC2:Plan_1 ; | 37 | + ILAP:hasActivityPlan ILAP:Plan_1 ; |
| 38 | ILAP:hasActivityRegulator <http://data.posccaesar.org/brreg/NPD> ; | 38 | ILAP:hasActivityRegulator <http://data.posccaesar.org/brreg/NPD> ; |
| 39 | ILAP:hasActivityResource <http://data.posccaesar.org/sccs/COR_H_Owners_Personnel> ; | 39 | ILAP:hasActivityResource <http://data.posccaesar.org/sccs/COR_H_Owners_Personnel> ; |
| 40 | ILAP:hasActivityResource <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ; | 40 | ILAP:hasActivityResource <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ; |
| 41 | - ILAP:hasActivityResourceProfile UC2:Profile_1 ; | 41 | + ILAP:hasActivityResourceProfile ILAP:Profile_1 ; |
| 42 | ILAP:hasActivityResponsibleOrganization <http://data.posccaesar.org/brreg/Sevan> ; | 42 | ILAP:hasActivityResponsibleOrganization <http://data.posccaesar.org/brreg/Sevan> ; |
| 43 | ILAP:hasActivityResponsiblePerson <http://data.posccaesar.org/pob/RolfHansen> ; | 43 | ILAP:hasActivityResponsiblePerson <http://data.posccaesar.org/pob/RolfHansen> ; |
| 44 | ILAP:hasActivityResult <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ; | 44 | ILAP:hasActivityResult <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ; |
| ... | @@ -46,123 +46,123 @@ UC2:ActivityInPlan_1 | ... | @@ -46,123 +46,123 @@ UC2:ActivityInPlan_1 |
| 46 | ILAP:hasActivitySAB <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> ; | 46 | ILAP:hasActivitySAB <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> ; |
| 47 | ILAP:hasActivityServiceSupplier <http://data.posccaesar.org/brreg/Sevan> ; | 47 | ILAP:hasActivityServiceSupplier <http://data.posccaesar.org/brreg/Sevan> ; |
| 48 | ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Active> ; | 48 | ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Active> ; |
| 49 | - ILAP:hasActivitySuccessor UC2:Successor_1 ; | 49 | + ILAP:hasActivitySuccessor ILAP:Successor_1 ; |
| 50 | ILAP:hasActivityVendor <http://data.posccaesar.org/brreg/SumitomoMetal> ; | 50 | ILAP:hasActivityVendor <http://data.posccaesar.org/brreg/SumitomoMetal> ; |
| 51 | - ILAP:hasActivityWorkTask UC2:WorkTask_1 ; | 51 | + ILAP:hasActivityWorkTask ILAP:WorkTask_1 ; |
| 52 | ILAP:hasActivityWorkTask <http://data.posccaesar.org/epcis/ArrivingEvent_1> ; | 52 | ILAP:hasActivityWorkTask <http://data.posccaesar.org/epcis/ArrivingEvent_1> ; |
| 53 | ILAP:hasActivityWorkTask <http://data.posccaesar.org/epcis/DepartingEvent_1> ; | 53 | ILAP:hasActivityWorkTask <http://data.posccaesar.org/epcis/DepartingEvent_1> ; |
| 54 | ILAP:hasActivityWorkVolume "1000"^^xsd:float ; | 54 | ILAP:hasActivityWorkVolume "1000"^^xsd:float ; |
| 55 | - ILAP:hasExternalReference UC2:ExternalReference_1 ; | 55 | + ILAP:hasExternalReference ILAP:ExternalReference_1 ; |
| 56 | ILAP:hasFixedFinish "2014-04-15T09:00:00"^^xsd:dateTime ; | 56 | ILAP:hasFixedFinish "2014-04-15T09:00:00"^^xsd:dateTime ; |
| 57 | ILAP:hasFixedStart "2014-04-01T09:00:00"^^xsd:dateTime ; | 57 | ILAP:hasFixedStart "2014-04-01T09:00:00"^^xsd:dateTime ; |
| 58 | rdfs:label "Activity in plan 1"^^xsd:string ; | 58 | rdfs:label "Activity in plan 1"^^xsd:string ; |
| 59 | . | 59 | . |
| 60 | -UC2:ActivityInPlan_2 | 60 | +ILAP:ActivityInPlan_2 |
| 61 | rdf:type ILAP:PlannedActivity ; | 61 | rdf:type ILAP:PlannedActivity ; |
| 62 | - ILAP:hasActivityPlan UC2:Plan_1 ; | 62 | + ILAP:hasActivityPlan ILAP:Plan_1 ; |
| 63 | - ILAP:hasActivityPredecessor UC2:Successor_1 ; | 63 | + ILAP:hasActivityPredecessor ILAP:Successor_1 ; |
| 64 | - ILAP:hasActivitySuccessor UC2:Successor_2 ; | 64 | + ILAP:hasActivitySuccessor ILAP:Successor_2 ; |
| 65 | rdfs:label "Activity in plan 2"^^xsd:string ; | 65 | rdfs:label "Activity in plan 2"^^xsd:string ; |
| 66 | . | 66 | . |
| 67 | -UC2:ActivityInPlan_3 | 67 | +ILAP:ActivityInPlan_3 |
| 68 | rdf:type ILAP:PlannedActivity ; | 68 | rdf:type ILAP:PlannedActivity ; |
| 69 | - ILAP:hasActivityPlan UC2:Plan_1 ; | 69 | + ILAP:hasActivityPlan ILAP:Plan_1 ; |
| 70 | - ILAP:hasActivityPredecessor UC2:Successor_2 ; | 70 | + ILAP:hasActivityPredecessor ILAP:Successor_2 ; |
| 71 | rdfs:label "Activity in plan 3"^^xsd:string ; | 71 | rdfs:label "Activity in plan 3"^^xsd:string ; |
| 72 | . | 72 | . |
| 73 | -UC2:ActivityInSchedule_1 | 73 | +ILAP:ActivityInSchedule_1 |
| 74 | rdf:type ILAP:ScheduledActivity ; | 74 | rdf:type ILAP:ScheduledActivity ; |
| 75 | ILAP:hasActivityCalendar <http://data.posccaesar.org/NCS_PLANNING/Regular8To16WorkingDayCalendar> ; | 75 | ILAP:hasActivityCalendar <http://data.posccaesar.org/NCS_PLANNING/Regular8To16WorkingDayCalendar> ; |
| 76 | ILAP:hasActivityDuration "P0Y0M10D"^^xsd:duration ; | 76 | ILAP:hasActivityDuration "P0Y0M10D"^^xsd:duration ; |
| 77 | - ILAP:hasActivityInScheduleActivityInPlan UC2:ActivityInPlan_1 ; | 77 | + ILAP:hasActivityInScheduleActivityInPlan ILAP:ActivityInPlan_1 ; |
| 78 | - ILAP:hasActivitySchedule UC2:TargetSchedule_1 ; | 78 | + ILAP:hasActivitySchedule ILAP:TargetSchedule_1 ; |
| 79 | ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Scheduled> ; | 79 | ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Scheduled> ; |
| 80 | ILAP:hasActivityWorkVolume "30"^^xsd:float ; | 80 | ILAP:hasActivityWorkVolume "30"^^xsd:float ; |
| 81 | ILAP:hasEarlyFinish "2014-04-15T09:00:00"^^xsd:dateTime ; | 81 | ILAP:hasEarlyFinish "2014-04-15T09:00:00"^^xsd:dateTime ; |
| 82 | ILAP:hasEarlyStart "2014-04-01T09:00:00"^^xsd:dateTime ; | 82 | ILAP:hasEarlyStart "2014-04-01T09:00:00"^^xsd:dateTime ; |
| 83 | - ILAP:hasExternalReference UC2:ExternalReference_4 ; | 83 | + ILAP:hasExternalReference ILAP:ExternalReference_4 ; |
| 84 | ILAP:hasLateFinish "2014-04-20T09:00:00"^^xsd:dateTime ; | 84 | ILAP:hasLateFinish "2014-04-20T09:00:00"^^xsd:dateTime ; |
| 85 | ILAP:hasLateStart "2014-04-01T09:00:00"^^xsd:dateTime ; | 85 | ILAP:hasLateStart "2014-04-01T09:00:00"^^xsd:dateTime ; |
| 86 | rdfs:label "Activity in schedule 1"^^xsd:string ; | 86 | rdfs:label "Activity in schedule 1"^^xsd:string ; |
| 87 | . | 87 | . |
| 88 | -UC2:ActivityInSchedule_2 | 88 | +ILAP:ActivityInSchedule_2 |
| 89 | rdf:type ILAP:ScheduledActivity ; | 89 | rdf:type ILAP:ScheduledActivity ; |
| 90 | - ILAP:hasActivityInScheduleActivityInPlan UC2:ActivityInPlan_2 ; | 90 | + ILAP:hasActivityInScheduleActivityInPlan ILAP:ActivityInPlan_2 ; |
| 91 | - ILAP:hasActivitySchedule UC2:TargetSchedule_1 ; | 91 | + ILAP:hasActivitySchedule ILAP:TargetSchedule_1 ; |
| 92 | ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Active> ; | 92 | ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Active> ; |
| 93 | rdfs:label "Activity in schedule 2"^^xsd:string ; | 93 | rdfs:label "Activity in schedule 2"^^xsd:string ; |
| 94 | . | 94 | . |
| 95 | -UC2:ActivityInSchedule_3 | 95 | +ILAP:ActivityInSchedule_3 |
| 96 | rdf:type ILAP:ScheduledActivity ; | 96 | rdf:type ILAP:ScheduledActivity ; |
| 97 | - ILAP:hasActivityInScheduleActivityInPlan UC2:ActivityInPlan_3 ; | 97 | + ILAP:hasActivityInScheduleActivityInPlan ILAP:ActivityInPlan_3 ; |
| 98 | - ILAP:hasActivitySchedule UC2:TargetSchedule_1 ; | 98 | + ILAP:hasActivitySchedule ILAP:TargetSchedule_1 ; |
| 99 | ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Scheduled> ; | 99 | ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Scheduled> ; |
| 100 | rdfs:label "Activity in schedule 3"^^xsd:string ; | 100 | rdfs:label "Activity in schedule 3"^^xsd:string ; |
| 101 | . | 101 | . |
| 102 | -UC2:ActivityInSchedule_4 | 102 | +ILAP:ActivityInSchedule_4 |
| 103 | rdf:type ILAP:ScheduledActivity ; | 103 | rdf:type ILAP:ScheduledActivity ; |
| 104 | - ILAP:hasActivityInScheduleActivityInPlan UC2:ActivityInPlan_1 ; | 104 | + ILAP:hasActivityInScheduleActivityInPlan ILAP:ActivityInPlan_1 ; |
| 105 | - ILAP:hasActivitySchedule UC2:ActualSchedule_1 ; | 105 | + ILAP:hasActivitySchedule ILAP:ActualSchedule_1 ; |
| 106 | ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Scheduled> ; | 106 | ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Scheduled> ; |
| 107 | rdfs:label "Activity in schedule 4"^^xsd:string ; | 107 | rdfs:label "Activity in schedule 4"^^xsd:string ; |
| 108 | . | 108 | . |
| 109 | -UC2:ActivityInSchedule_5 | 109 | +ILAP:ActivityInSchedule_5 |
| 110 | rdf:type ILAP:ScheduledActivity ; | 110 | rdf:type ILAP:ScheduledActivity ; |
| 111 | - ILAP:hasActivityInScheduleActivityInPlan UC2:ActivityInPlan_2 ; | 111 | + ILAP:hasActivityInScheduleActivityInPlan ILAP:ActivityInPlan_2 ; |
| 112 | - ILAP:hasActivitySchedule UC2:ActualSchedule_1 ; | 112 | + ILAP:hasActivitySchedule ILAP:ActualSchedule_1 ; |
| 113 | ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Scheduled> ; | 113 | ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Scheduled> ; |
| 114 | rdfs:label "Activity in schedule 5"^^xsd:string ; | 114 | rdfs:label "Activity in schedule 5"^^xsd:string ; |
| 115 | . | 115 | . |
| 116 | -UC2:ActivityInSchedule_6 | 116 | +ILAP:ActivityInSchedule_6 |
| 117 | rdf:type ILAP:ScheduledActivity ; | 117 | rdf:type ILAP:ScheduledActivity ; |
| 118 | - ILAP:hasActivityInScheduleActivityInPlan UC2:ActivityInPlan_3 ; | 118 | + ILAP:hasActivityInScheduleActivityInPlan ILAP:ActivityInPlan_3 ; |
| 119 | - ILAP:hasActivitySchedule UC2:ActualSchedule_1 ; | 119 | + ILAP:hasActivitySchedule ILAP:ActualSchedule_1 ; |
| 120 | ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Scheduled> ; | 120 | ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Scheduled> ; |
| 121 | rdfs:label "Activity in schedule 6"^^xsd:string ; | 121 | rdfs:label "Activity in schedule 6"^^xsd:string ; |
| 122 | . | 122 | . |
| 123 | -UC2:ActualSchedule_1 | 123 | +ILAP:ActualSchedule_1 |
| 124 | rdf:type ILAP:ActualSchedule ; | 124 | rdf:type ILAP:ActualSchedule ; |
| 125 | ILAP:hasBaselineCreatedDate "2014-03-15"^^xsd:date ; | 125 | ILAP:hasBaselineCreatedDate "2014-03-15"^^xsd:date ; |
| 126 | - ILAP:hasExternalReference UC2:ExternalReference_1 ; | 126 | + ILAP:hasExternalReference ILAP:ExternalReference_1 ; |
| 127 | - ILAP:hasSchedulePlan UC2:Plan_1 ; | 127 | + ILAP:hasSchedulePlan ILAP:Plan_1 ; |
| 128 | rdfs:label "Actual schedule 1"^^xsd:string ; | 128 | rdfs:label "Actual schedule 1"^^xsd:string ; |
| 129 | . | 129 | . |
| 130 | -UC2:ContractorWBS_1 | 130 | +ILAP:ContractorWBS_1 |
| 131 | rdf:type ILAP:ContractorWBS ; | 131 | rdf:type ILAP:ContractorWBS ; |
| 132 | ILAP:hasContractorWBSelement "Installation activity"^^xsd:string ; | 132 | ILAP:hasContractorWBSelement "Installation activity"^^xsd:string ; |
| 133 | ILAP:hasContractorWBSelement "Installing pump"^^xsd:string ; | 133 | ILAP:hasContractorWBSelement "Installing pump"^^xsd:string ; |
| 134 | ILAP:hasContractorWBSelement "Pump engineer"^^xsd:string ; | 134 | ILAP:hasContractorWBSelement "Pump engineer"^^xsd:string ; |
| 135 | rdfs:label "Contractor WBS 1"^^xsd:string ; | 135 | rdfs:label "Contractor WBS 1"^^xsd:string ; |
| 136 | . | 136 | . |
| 137 | -UC2:ExternalReference_1 | 137 | +ILAP:ExternalReference_1 |
| 138 | rdf:type ILAP:ExternalReference ; | 138 | rdf:type ILAP:ExternalReference ; |
| 139 | ILAP:hasReferenceApplication <http://data.posccaesar.org/NCS_PLANNING/Safran> ; | 139 | ILAP:hasReferenceApplication <http://data.posccaesar.org/NCS_PLANNING/Safran> ; |
| 140 | ILAP:hasReferenceID "UC2-Ex1-Safran-101"^^xsd:string ; | 140 | ILAP:hasReferenceID "UC2-Ex1-Safran-101"^^xsd:string ; |
| 141 | ILAP:hasReferenceSource <http://data.posccaesar.org/brreg/Sevan> ; | 141 | ILAP:hasReferenceSource <http://data.posccaesar.org/brreg/Sevan> ; |
| 142 | rdfs:label "External reference 1"^^xsd:string ; | 142 | rdfs:label "External reference 1"^^xsd:string ; |
| 143 | . | 143 | . |
| 144 | -UC2:ExternalReference_2 | 144 | +ILAP:ExternalReference_2 |
| 145 | rdf:type ILAP:ExternalReference ; | 145 | rdf:type ILAP:ExternalReference ; |
| 146 | ILAP:hasReferenceApplication <http://data.posccaesar.org/NCS_PLANNING/Primavera> ; | 146 | ILAP:hasReferenceApplication <http://data.posccaesar.org/NCS_PLANNING/Primavera> ; |
| 147 | ILAP:hasReferenceID "UC2-Ex2-P6-102"^^xsd:string ; | 147 | ILAP:hasReferenceID "UC2-Ex2-P6-102"^^xsd:string ; |
| 148 | ILAP:hasReferenceSource <http://data.posccaesar.org/brreg/Schlumberger> ; | 148 | ILAP:hasReferenceSource <http://data.posccaesar.org/brreg/Schlumberger> ; |
| 149 | rdfs:label "External reference 2"^^xsd:string ; | 149 | rdfs:label "External reference 2"^^xsd:string ; |
| 150 | . | 150 | . |
| 151 | -UC2:ExternalReference_3 | 151 | +ILAP:ExternalReference_3 |
| 152 | rdf:type ILAP:ExternalReference ; | 152 | rdf:type ILAP:ExternalReference ; |
| 153 | rdfs:label "External reference 3"^^xsd:string ; | 153 | rdfs:label "External reference 3"^^xsd:string ; |
| 154 | . | 154 | . |
| 155 | -UC2:ExternalReference_4 | 155 | +ILAP:ExternalReference_4 |
| 156 | rdf:type ILAP:ExternalReference ; | 156 | rdf:type ILAP:ExternalReference ; |
| 157 | rdfs:label "External reference 4"^^xsd:string ; | 157 | rdfs:label "External reference 4"^^xsd:string ; |
| 158 | . | 158 | . |
| 159 | -UC2:Milestone_1 | 159 | +ILAP:Milestone_1 |
| 160 | rdf:type ILAP:Milestone ; | 160 | rdf:type ILAP:Milestone ; |
| 161 | rdfs:label "Milestone 1"^^xsd:string ; | 161 | rdfs:label "Milestone 1"^^xsd:string ; |
| 162 | . | 162 | . |
| 163 | -UC2:Plan_1 | 163 | +ILAP:Plan_1 |
| 164 | rdf:type ILAP:ExecutionPlan ; | 164 | rdf:type ILAP:ExecutionPlan ; |
| 165 | - ILAP:hasExternalReference UC2:ExternalReference_3 ; | 165 | + ILAP:hasExternalReference ILAP:ExternalReference_3 ; |
| 166 | ILAP:hasPlanAsset <http://data.posccaesar.org/diskos/EkofiskField> ; | 166 | ILAP:hasPlanAsset <http://data.posccaesar.org/diskos/EkofiskField> ; |
| 167 | ILAP:hasPlanAssetOwner <http://data.posccaesar.org/brreg/ConocoPhillips> ; | 167 | ILAP:hasPlanAssetOwner <http://data.posccaesar.org/brreg/ConocoPhillips> ; |
| 168 | ILAP:hasPlanContentType <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ; | 168 | ILAP:hasPlanContentType <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ; |
| ... | @@ -174,78 +174,78 @@ UC2:Plan_1 | ... | @@ -174,78 +174,78 @@ UC2:Plan_1 |
| 174 | ILAP:hasPlanLifecyclePhase <http://data.posccaesar.org/NCS_PLANNING/Maintenance> ; | 174 | ILAP:hasPlanLifecyclePhase <http://data.posccaesar.org/NCS_PLANNING/Maintenance> ; |
| 175 | ILAP:hasPlanNPDelement <http://data.posccaesar.org/npd/EldfiskC> ; | 175 | ILAP:hasPlanNPDelement <http://data.posccaesar.org/npd/EldfiskC> ; |
| 176 | ILAP:hasPlanOperator <http://data.posccaesar.org/brreg/ConocoPhillips> ; | 176 | ILAP:hasPlanOperator <http://data.posccaesar.org/brreg/ConocoPhillips> ; |
| 177 | - ILAP:hasPlanProject UC2:Project_1 ; | 177 | + ILAP:hasPlanProject ILAP:Project_1 ; |
| 178 | ILAP:hasPlanProjectType <http://data.posccaesar.org/NCS_PLANNING/BrownFieldProject> ; | 178 | ILAP:hasPlanProjectType <http://data.posccaesar.org/NCS_PLANNING/BrownFieldProject> ; |
| 179 | ILAP:hasPlanRegulator <http://data.posccaesar.org/brreg/NPD> ; | 179 | ILAP:hasPlanRegulator <http://data.posccaesar.org/brreg/NPD> ; |
| 180 | ILAP:hasPlanResponsible <http://data.posccaesar.org/brreg/Lundin> ; | 180 | ILAP:hasPlanResponsible <http://data.posccaesar.org/brreg/Lundin> ; |
| 181 | - ILAP:hasPlanRollUp UC2:Plan_2 ; | 181 | + ILAP:hasPlanRollUp ILAP:Plan_2 ; |
| 182 | ILAP:hasPlanServiceSupplier <http://data.posccaesar.org/brreg/Sevan> ; | 182 | ILAP:hasPlanServiceSupplier <http://data.posccaesar.org/brreg/Sevan> ; |
| 183 | - ILAP:hasPlanSubplan UC2:Plan_3 ; | 183 | + ILAP:hasPlanSubplan ILAP:Plan_3 ; |
| 184 | ILAP:hasPlanValueObjective <http://data.posccaesar.org/NCS_PLANNING/BusinessAsUsual> ; | 184 | ILAP:hasPlanValueObjective <http://data.posccaesar.org/NCS_PLANNING/BusinessAsUsual> ; |
| 185 | rdfs:label "Plan 1"^^xsd:string ; | 185 | rdfs:label "Plan 1"^^xsd:string ; |
| 186 | . | 186 | . |
| 187 | -UC2:Plan_2 | 187 | +ILAP:Plan_2 |
| 188 | rdf:type ILAP:ExecutionPlan ; | 188 | rdf:type ILAP:ExecutionPlan ; |
| 189 | rdfs:label "Plan 2"^^xsd:string ; | 189 | rdfs:label "Plan 2"^^xsd:string ; |
| 190 | . | 190 | . |
| 191 | -UC2:Plan_3 | 191 | +ILAP:Plan_3 |
| 192 | rdf:type ILAP:ExecutionPlan ; | 192 | rdf:type ILAP:ExecutionPlan ; |
| 193 | rdfs:label "Plan 3"^^xsd:string ; | 193 | rdfs:label "Plan 3"^^xsd:string ; |
| 194 | . | 194 | . |
| 195 | -UC2:Profile_1 | 195 | +ILAP:Profile_1 |
| 196 | rdf:type ILAP:Profile ; | 196 | rdf:type ILAP:Profile ; |
| 197 | rdfs:label "Profile 1"^^xsd:string ; | 197 | rdfs:label "Profile 1"^^xsd:string ; |
| 198 | . | 198 | . |
| 199 | -UC2:Project_1 | 199 | +ILAP:Project_1 |
| 200 | rdf:type ILAP:Project ; | 200 | rdf:type ILAP:Project ; |
| 201 | - ILAP:hasExternalReference UC2:ExternalReference_1 ; | 201 | + ILAP:hasExternalReference ILAP:ExternalReference_1 ; |
| 202 | ILAP:hasName "Use Case 2 Project 1"^^xsd:string ; | 202 | ILAP:hasName "Use Case 2 Project 1"^^xsd:string ; |
| 203 | ILAP:hasProjectResponsible <http://data.posccaesar.org/brreg/ConocoPhillips> ; | 203 | ILAP:hasProjectResponsible <http://data.posccaesar.org/brreg/ConocoPhillips> ; |
| 204 | - ILAP:hasProjectSubproject UC2:Project_2 ; | 204 | + ILAP:hasProjectSubproject ILAP:Project_2 ; |
| 205 | rdfs:label "Project 1"^^xsd:string ; | 205 | rdfs:label "Project 1"^^xsd:string ; |
| 206 | . | 206 | . |
| 207 | -UC2:Project_2 | 207 | +ILAP:Project_2 |
| 208 | rdf:type ILAP:Project ; | 208 | rdf:type ILAP:Project ; |
| 209 | rdfs:label "Project 2"^^xsd:string ; | 209 | rdfs:label "Project 2"^^xsd:string ; |
| 210 | . | 210 | . |
| 211 | -UC2:Successor_1 | 211 | +ILAP:Successor_1 |
| 212 | rdf:type ILAP:Successor ; | 212 | rdf:type ILAP:Successor ; |
| 213 | - ILAP:hasPredecessorActivity UC2:ActivityInPlan_1 ; | 213 | + ILAP:hasPredecessorActivity ILAP:ActivityInPlan_1 ; |
| 214 | - ILAP:hasSuccessorActivity UC2:ActivityInPlan_2 ; | 214 | + ILAP:hasSuccessorActivity ILAP:ActivityInPlan_2 ; |
| 215 | ILAP:hasSuccessorLag 5 ; | 215 | ILAP:hasSuccessorLag 5 ; |
| 216 | - ILAP:hasSuccessorMilestone UC2:Milestone_1 ; | 216 | + ILAP:hasSuccessorMilestone ILAP:Milestone_1 ; |
| 217 | rdfs:label "Successor 1"^^xsd:string ; | 217 | rdfs:label "Successor 1"^^xsd:string ; |
| 218 | . | 218 | . |
| 219 | -UC2:Successor_2 | 219 | +ILAP:Successor_2 |
| 220 | rdf:type ILAP:Successor ; | 220 | rdf:type ILAP:Successor ; |
| 221 | - ILAP:hasPredecessorActivity UC2:ActivityInPlan_2 ; | 221 | + ILAP:hasPredecessorActivity ILAP:ActivityInPlan_2 ; |
| 222 | - ILAP:hasSuccessorActivity UC2:ActivityInPlan_3 ; | 222 | + ILAP:hasSuccessorActivity ILAP:ActivityInPlan_3 ; |
| 223 | ILAP:hasSuccessorLag 2 ; | 223 | ILAP:hasSuccessorLag 2 ; |
| 224 | rdfs:label "Successor 2"^^xsd:string ; | 224 | rdfs:label "Successor 2"^^xsd:string ; |
| 225 | . | 225 | . |
| 226 | -UC2:TargetSchedule_1 | 226 | +ILAP:TargetSchedule_1 |
| 227 | rdf:type ILAP:TargetSchedule ; | 227 | rdf:type ILAP:TargetSchedule ; |
| 228 | ILAP:hasBaselineCreatedDate "2014-03-01"^^xsd:date ; | 228 | ILAP:hasBaselineCreatedDate "2014-03-01"^^xsd:date ; |
| 229 | - ILAP:hasExternalReference UC2:ExternalReference_2 ; | 229 | + ILAP:hasExternalReference ILAP:ExternalReference_2 ; |
| 230 | - ILAP:hasSchedulePlan UC2:Plan_1 ; | 230 | + ILAP:hasSchedulePlan ILAP:Plan_1 ; |
| 231 | rdfs:label "Target schedule 1"^^xsd:string ; | 231 | rdfs:label "Target schedule 1"^^xsd:string ; |
| 232 | . | 232 | . |
| 233 | -UC2:UC2_ActivityInSchedule_1-hasActivityInScheduleActivityInPlan-UC2_ActivityInPlan_1 | 233 | +ILAP:UC2_ActivityInSchedule_1-hasActivityInScheduleActivityInPlan-UC2_ActivityInPlan_1 |
| 234 | rdf:type rdf:Statement ; | 234 | rdf:type rdf:Statement ; |
| 235 | - rdf:object UC2:ActivityInPlan_1 ; | 235 | + rdf:object ILAP:ActivityInPlan_1 ; |
| 236 | rdf:predicate ILAP:hasActivityInScheduleActivityInPlan ; | 236 | rdf:predicate ILAP:hasActivityInScheduleActivityInPlan ; |
| 237 | - rdf:subject UC2:ActivityInSchedule_1 ; | 237 | + rdf:subject ILAP:ActivityInSchedule_1 ; |
| 238 | rdfs:label "UC2 Activity in schedule 1-has activity in schedule activity in plan-UC2 Activity in plan 1"^^xsd:string ; | 238 | rdfs:label "UC2 Activity in schedule 1-has activity in schedule activity in plan-UC2 Activity in plan 1"^^xsd:string ; |
| 239 | . | 239 | . |
| 240 | -UC2:UserField_1 | 240 | +ILAP:UserField_1 |
| 241 | rdf:type ILAP:UserField ; | 241 | rdf:type ILAP:UserField ; |
| 242 | ILAP:hasUserFieldContractor <http://data.posccaesar.org/brreg/SumitomoMetal> ; | 242 | ILAP:hasUserFieldContractor <http://data.posccaesar.org/brreg/SumitomoMetal> ; |
| 243 | ILAP:hasUserFieldSource <http://data.posccaesar.org/brreg/ConocoPhillips> ; | 243 | ILAP:hasUserFieldSource <http://data.posccaesar.org/brreg/ConocoPhillips> ; |
| 244 | rdfs:label "User field 1"^^xsd:string ; | 244 | rdfs:label "User field 1"^^xsd:string ; |
| 245 | . | 245 | . |
| 246 | -UC2:WorkTask_1 | 246 | +ILAP:WorkTask_1 |
| 247 | rdf:type ILAP:WorkTask ; | 247 | rdf:type ILAP:WorkTask ; |
| 248 | - ILAP:hasWorkTaskActivity UC2:ActivityInPlan_1 ; | 248 | + ILAP:hasWorkTaskActivity ILAP:ActivityInPlan_1 ; |
| 249 | ILAP:hasWorkTaskResponsible <http://data.posccaesar.org/brreg/Subsea7> ; | 249 | ILAP:hasWorkTaskResponsible <http://data.posccaesar.org/brreg/Subsea7> ; |
| 250 | ILAP:hasWorkTaskServiceSupplier <http://data.posccaesar.org/brreg/Sevan> ; | 250 | ILAP:hasWorkTaskServiceSupplier <http://data.posccaesar.org/brreg/Sevan> ; |
| 251 | ILAP:hasWorkTaskVendor <http://data.posccaesar.org/brreg/Sevan> ; | 251 | ILAP:hasWorkTaskVendor <http://data.posccaesar.org/brreg/Sevan> ; | ... | ... |
-
Please register or login to post a comment