Showing
1 changed file
with
18 additions
and
18 deletions
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| 2 | 2 | ||
| 3 | @prefix : <http://data.posccaesar.org/Data/UC2/> . | 3 | @prefix : <http://data.posccaesar.org/Data/UC2/> . |
| 4 | @prefix ILAP: <http://data.posccaesar.org/ilap/> . | 4 | @prefix ILAP: <http://data.posccaesar.org/ilap/> . |
| 5 | -@prefix NCS_PLANNING: <http://data.posccaesar.org/NCS_PLANNING/> . | 5 | +@prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . |
| 6 | @prefix UC2: <http://data.posccaesar.org/Data/UC2/> . | 6 | @prefix UC2: <http://data.posccaesar.org/Data/UC2/> . |
| 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 8 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 8 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| ... | @@ -16,7 +16,7 @@ ILAP:ActivityInPlan_1 | ... | @@ -16,7 +16,7 @@ ILAP:ActivityInPlan_1 |
| 16 | rdfs:label "Activity in plan 1"^^xsd:string ; | 16 | rdfs:label "Activity in plan 1"^^xsd:string ; |
| 17 | ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_L_Direct_Labor> , <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ; | 17 | ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_L_Direct_Labor> , <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ; |
| 18 | ILAP:hasActivityCalendar | 18 | ILAP:hasActivityCalendar |
| 19 | - NCS_PLANNING:Regular8To16WorkingDayCalendar ; | 19 | + ILAP:Regular8To16WorkingDayCalendar ; |
| 20 | ILAP:hasActivityContractor | 20 | ILAP:hasActivityContractor |
| 21 | <http://data.posccaesar.org/brreg/Technip> ; | 21 | <http://data.posccaesar.org/brreg/Technip> ; |
| 22 | ILAP:hasActivityContractorWBS | 22 | ILAP:hasActivityContractorWBS |
| ... | @@ -50,7 +50,7 @@ ILAP:ActivityInPlan_1 | ... | @@ -50,7 +50,7 @@ ILAP:ActivityInPlan_1 |
| 50 | ILAP:hasActivityServiceSupplier | 50 | ILAP:hasActivityServiceSupplier |
| 51 | <http://data.posccaesar.org/brreg/Sevan> ; | 51 | <http://data.posccaesar.org/brreg/Sevan> ; |
| 52 | ILAP:hasActivityStatus | 52 | ILAP:hasActivityStatus |
| 53 | - NCS_PLANNING:Active ; | 53 | + ILAP:Active ; |
| 54 | ILAP:hasActivitySuccessor | 54 | ILAP:hasActivitySuccessor |
| 55 | ILAP:Successor_1 ; | 55 | ILAP:Successor_1 ; |
| 56 | ILAP:hasActivityVendor | 56 | ILAP:hasActivityVendor |
| ... | @@ -86,7 +86,7 @@ ILAP:ActivityInSchedule_1 | ... | @@ -86,7 +86,7 @@ ILAP:ActivityInSchedule_1 |
| 86 | rdf:type ILAP:ScheduledActivity ; | 86 | rdf:type ILAP:ScheduledActivity ; |
| 87 | rdfs:label "Activity in schedule 1"^^xsd:string ; | 87 | rdfs:label "Activity in schedule 1"^^xsd:string ; |
| 88 | ILAP:hasActivityCalendar | 88 | ILAP:hasActivityCalendar |
| 89 | - NCS_PLANNING:Regular8To16WorkingDayCalendar ; | 89 | + ILAP:Regular8To16WorkingDayCalendar ; |
| 90 | ILAP:hasActivityDuration | 90 | ILAP:hasActivityDuration |
| 91 | "P0Y0M10D"^^xsd:duration ; | 91 | "P0Y0M10D"^^xsd:duration ; |
| 92 | ILAP:hasActivityInScheduleActivityInPlan | 92 | ILAP:hasActivityInScheduleActivityInPlan |
| ... | @@ -94,7 +94,7 @@ ILAP:ActivityInSchedule_1 | ... | @@ -94,7 +94,7 @@ ILAP:ActivityInSchedule_1 |
| 94 | ILAP:hasActivitySchedule | 94 | ILAP:hasActivitySchedule |
| 95 | ILAP:TargetSchedule_1 ; | 95 | ILAP:TargetSchedule_1 ; |
| 96 | ILAP:hasActivityStatus | 96 | ILAP:hasActivityStatus |
| 97 | - NCS_PLANNING:Scheduled ; | 97 | + ILAP:Scheduled ; |
| 98 | ILAP:hasActivityWorkVolume | 98 | ILAP:hasActivityWorkVolume |
| 99 | "30"^^xsd:float ; | 99 | "30"^^xsd:float ; |
| 100 | ILAP:hasEarlyFinish "2014-04-15T09:00:00"^^xsd:dateTime ; | 100 | ILAP:hasEarlyFinish "2014-04-15T09:00:00"^^xsd:dateTime ; |
| ... | @@ -112,7 +112,7 @@ ILAP:ActivityInSchedule_2 | ... | @@ -112,7 +112,7 @@ ILAP:ActivityInSchedule_2 |
| 112 | ILAP:hasActivitySchedule | 112 | ILAP:hasActivitySchedule |
| 113 | ILAP:TargetSchedule_1 ; | 113 | ILAP:TargetSchedule_1 ; |
| 114 | ILAP:hasActivityStatus | 114 | ILAP:hasActivityStatus |
| 115 | - NCS_PLANNING:Active . | 115 | + ILAP:Active . |
| 116 | 116 | ||
| 117 | ILAP:ActivityInSchedule_3 | 117 | ILAP:ActivityInSchedule_3 |
| 118 | rdf:type ILAP:ScheduledActivity ; | 118 | rdf:type ILAP:ScheduledActivity ; |
| ... | @@ -122,7 +122,7 @@ ILAP:ActivityInSchedule_3 | ... | @@ -122,7 +122,7 @@ ILAP:ActivityInSchedule_3 |
| 122 | ILAP:hasActivitySchedule | 122 | ILAP:hasActivitySchedule |
| 123 | ILAP:TargetSchedule_1 ; | 123 | ILAP:TargetSchedule_1 ; |
| 124 | ILAP:hasActivityStatus | 124 | ILAP:hasActivityStatus |
| 125 | - NCS_PLANNING:Scheduled . | 125 | + ILAP:Scheduled . |
| 126 | 126 | ||
| 127 | ILAP:ActivityInSchedule_4 | 127 | ILAP:ActivityInSchedule_4 |
| 128 | rdf:type ILAP:ScheduledActivity ; | 128 | rdf:type ILAP:ScheduledActivity ; |
| ... | @@ -132,7 +132,7 @@ ILAP:ActivityInSchedule_4 | ... | @@ -132,7 +132,7 @@ ILAP:ActivityInSchedule_4 |
| 132 | ILAP:hasActivitySchedule | 132 | ILAP:hasActivitySchedule |
| 133 | ILAP:ActualSchedule_1 ; | 133 | ILAP:ActualSchedule_1 ; |
| 134 | ILAP:hasActivityStatus | 134 | ILAP:hasActivityStatus |
| 135 | - NCS_PLANNING:Scheduled . | 135 | + ILAP:Scheduled . |
| 136 | 136 | ||
| 137 | ILAP:ActivityInSchedule_5 | 137 | ILAP:ActivityInSchedule_5 |
| 138 | rdf:type ILAP:ScheduledActivity ; | 138 | rdf:type ILAP:ScheduledActivity ; |
| ... | @@ -142,7 +142,7 @@ ILAP:ActivityInSchedule_5 | ... | @@ -142,7 +142,7 @@ ILAP:ActivityInSchedule_5 |
| 142 | ILAP:hasActivitySchedule | 142 | ILAP:hasActivitySchedule |
| 143 | ILAP:ActualSchedule_1 ; | 143 | ILAP:ActualSchedule_1 ; |
| 144 | ILAP:hasActivityStatus | 144 | ILAP:hasActivityStatus |
| 145 | - NCS_PLANNING:Scheduled . | 145 | + ILAP:Scheduled . |
| 146 | 146 | ||
| 147 | ILAP:ActivityInSchedule_6 | 147 | ILAP:ActivityInSchedule_6 |
| 148 | rdf:type ILAP:ScheduledActivity ; | 148 | rdf:type ILAP:ScheduledActivity ; |
| ... | @@ -152,7 +152,7 @@ ILAP:ActivityInSchedule_6 | ... | @@ -152,7 +152,7 @@ ILAP:ActivityInSchedule_6 |
| 152 | ILAP:hasActivitySchedule | 152 | ILAP:hasActivitySchedule |
| 153 | ILAP:ActualSchedule_1 ; | 153 | ILAP:ActualSchedule_1 ; |
| 154 | ILAP:hasActivityStatus | 154 | ILAP:hasActivityStatus |
| 155 | - NCS_PLANNING:Scheduled . | 155 | + ILAP:Scheduled . |
| 156 | 156 | ||
| 157 | ILAP:ActualSchedule_1 | 157 | ILAP:ActualSchedule_1 |
| 158 | rdf:type ILAP:ActualSchedule ; | 158 | rdf:type ILAP:ActualSchedule ; |
| ... | @@ -174,7 +174,7 @@ ILAP:ExternalReference_1 | ... | @@ -174,7 +174,7 @@ ILAP:ExternalReference_1 |
| 174 | rdf:type ILAP:ExternalReference ; | 174 | rdf:type ILAP:ExternalReference ; |
| 175 | rdfs:label "External reference 1"^^xsd:string ; | 175 | rdfs:label "External reference 1"^^xsd:string ; |
| 176 | ILAP:hasReferenceApplication | 176 | ILAP:hasReferenceApplication |
| 177 | - NCS_PLANNING:Safran ; | 177 | + ILAP:Safran ; |
| 178 | ILAP:hasReferenceID "UC2-Ex1-Safran-101"^^xsd:string ; | 178 | ILAP:hasReferenceID "UC2-Ex1-Safran-101"^^xsd:string ; |
| 179 | ILAP:hasReferenceSource | 179 | ILAP:hasReferenceSource |
| 180 | <http://data.posccaesar.org/brreg/Sevan> . | 180 | <http://data.posccaesar.org/brreg/Sevan> . |
| ... | @@ -183,7 +183,7 @@ ILAP:ExternalReference_2 | ... | @@ -183,7 +183,7 @@ ILAP:ExternalReference_2 |
| 183 | rdf:type ILAP:ExternalReference ; | 183 | rdf:type ILAP:ExternalReference ; |
| 184 | rdfs:label "External reference 2"^^xsd:string ; | 184 | rdfs:label "External reference 2"^^xsd:string ; |
| 185 | ILAP:hasReferenceApplication | 185 | ILAP:hasReferenceApplication |
| 186 | - NCS_PLANNING:Primavera ; | 186 | + ILAP:Primavera ; |
| 187 | ILAP:hasReferenceID "UC2-Ex2-P6-102"^^xsd:string ; | 187 | ILAP:hasReferenceID "UC2-Ex2-P6-102"^^xsd:string ; |
| 188 | ILAP:hasReferenceSource | 188 | ILAP:hasReferenceSource |
| 189 | <http://data.posccaesar.org/brreg/Schlumberger> . | 189 | <http://data.posccaesar.org/brreg/Schlumberger> . |
| ... | @@ -211,22 +211,22 @@ ILAP:Plan_1 | ... | @@ -211,22 +211,22 @@ ILAP:Plan_1 |
| 211 | ILAP:hasPlanContentType | 211 | ILAP:hasPlanContentType |
| 212 | <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ; | 212 | <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ; |
| 213 | ILAP:hasPlanContractType | 213 | ILAP:hasPlanContractType |
| 214 | - NCS_PLANNING:ScheduleDriven ; | 214 | + ILAP:ScheduleDriven ; |
| 215 | ILAP:hasPlanContractor | 215 | ILAP:hasPlanContractor |
| 216 | <http://data.posccaesar.org/brreg/Sevan> ; | 216 | <http://data.posccaesar.org/brreg/Sevan> ; |
| 217 | - ILAP:hasPlanGeoArea NCS_PLANNING:Facility ; | 217 | + ILAP:hasPlanGeoArea ILAP:Facility ; |
| 218 | - ILAP:hasPlanLevel NCS_PLANNING:L3_ProjectControlNetworkSchedule ; | 218 | + ILAP:hasPlanLevel ILAP:L3_ProjectControlNetworkSchedule ; |
| 219 | ILAP:hasPlanLicensePartner | 219 | ILAP:hasPlanLicensePartner |
| 220 | <http://data.posccaesar.org/brreg/Lundin> ; | 220 | <http://data.posccaesar.org/brreg/Lundin> ; |
| 221 | ILAP:hasPlanLifecyclePhase | 221 | ILAP:hasPlanLifecyclePhase |
| 222 | - NCS_PLANNING:Maintenance ; | 222 | + ILAP:Maintenance ; |
| 223 | ILAP:hasPlanNPDelement | 223 | ILAP:hasPlanNPDelement |
| 224 | <http://data.posccaesar.org/npd/EldfiskC> ; | 224 | <http://data.posccaesar.org/npd/EldfiskC> ; |
| 225 | ILAP:hasPlanOperator | 225 | ILAP:hasPlanOperator |
| 226 | <http://data.posccaesar.org/brreg/ConocoPhillips> ; | 226 | <http://data.posccaesar.org/brreg/ConocoPhillips> ; |
| 227 | ILAP:hasPlanProject ILAP:Project_1 ; | 227 | ILAP:hasPlanProject ILAP:Project_1 ; |
| 228 | ILAP:hasPlanProjectType | 228 | ILAP:hasPlanProjectType |
| 229 | - NCS_PLANNING:BrownFieldProject ; | 229 | + ILAP:BrownFieldProject ; |
| 230 | ILAP:hasPlanRegulator | 230 | ILAP:hasPlanRegulator |
| 231 | <http://data.posccaesar.org/brreg/NPD> ; | 231 | <http://data.posccaesar.org/brreg/NPD> ; |
| 232 | ILAP:hasPlanResponsible | 232 | ILAP:hasPlanResponsible |
| ... | @@ -236,7 +236,7 @@ ILAP:Plan_1 | ... | @@ -236,7 +236,7 @@ ILAP:Plan_1 |
| 236 | <http://data.posccaesar.org/brreg/Sevan> ; | 236 | <http://data.posccaesar.org/brreg/Sevan> ; |
| 237 | ILAP:hasPlanSubplan ILAP:Plan_3 ; | 237 | ILAP:hasPlanSubplan ILAP:Plan_3 ; |
| 238 | ILAP:hasPlanValueObjective | 238 | ILAP:hasPlanValueObjective |
| 239 | - NCS_PLANNING:BusinessAsUsual . | 239 | + ILAP:BusinessAsUsual . |
| 240 | 240 | ||
| 241 | ILAP:Plan_2 | 241 | ILAP:Plan_2 |
| 242 | rdf:type ILAP:ExecutionPlan ; | 242 | rdf:type ILAP:ExecutionPlan ; | ... | ... |
-
Please register or login to post a comment