Merge branch 'staging' of http://stash.posccaesar.org:7990/scm/dat/ilap into staging
Showing
2 changed files
with
20 additions
and
20 deletions
| ... | @@ -355,12 +355,12 @@ ILAP:PlanContentType | ... | @@ -355,12 +355,12 @@ ILAP:PlanContentType |
| 355 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . | 355 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . |
| 356 | 356 | ||
| 357 | ILAP:PlanContractType | 357 | ILAP:PlanContractType |
| 358 | - rdf:type owl:Class ; | 358 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
| 359 | rdfs:label "Plan contract type"^^xsd:string ; | 359 | rdfs:label "Plan contract type"^^xsd:string ; |
| 360 | rdfs:subClassOf ILAP:PlanClassifier . | 360 | rdfs:subClassOf ILAP:PlanClassifier . |
| 361 | 361 | ||
| 362 | ILAP:PlanExpenseType | 362 | ILAP:PlanExpenseType |
| 363 | - rdf:type owl:Class ; | 363 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
| 364 | rdfs:label "Plan expense type"^^xsd:string ; | 364 | rdfs:label "Plan expense type"^^xsd:string ; |
| 365 | rdfs:subClassOf ILAP:PlanClassifier . | 365 | rdfs:subClassOf ILAP:PlanClassifier . |
| 366 | 366 | ... | ... |
| ... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
| 3 | 3 | ||
| 4 | @prefix : <http://data.posccaesar.org/Data/UC2/> . | 4 | @prefix : <http://data.posccaesar.org/Data/UC2/> . |
| 5 | @prefix ILAP: <http://data.posccaesar.org/ilap/> . | 5 | @prefix ILAP: <http://data.posccaesar.org/ilap/> . |
| 6 | -@prefix NCS_PLANNING: <http://data.posccaesar.org/NCS_PLANNING/> . | 6 | +@prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . |
| 7 | @prefix UC2: <http://data.posccaesar.org/Data/UC2/> . | 7 | @prefix UC2: <http://data.posccaesar.org/Data/UC2/> . |
| 8 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 8 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 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#> . |
| ... | @@ -18,7 +18,7 @@ ILAP:ActivityInPlan_1 | ... | @@ -18,7 +18,7 @@ ILAP:ActivityInPlan_1 |
| 18 | rdfs:label "Activity in plan 1"^^xsd:string ; | 18 | rdfs:label "Activity in plan 1"^^xsd:string ; |
| 19 | ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_L_Direct_Labor> , <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ; | 19 | ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_L_Direct_Labor> , <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ; |
| 20 | ILAP:hasActivityCalendar | 20 | ILAP:hasActivityCalendar |
| 21 | - NCS_PLANNING:Regular8To16WorkingDayCalendar ; | 21 | + ILAP:Regular8To16WorkingDayCalendar ; |
| 22 | ILAP:hasActivityContractor | 22 | ILAP:hasActivityContractor |
| 23 | <http://data.posccaesar.org/brreg/Technip> ; | 23 | <http://data.posccaesar.org/brreg/Technip> ; |
| 24 | ILAP:hasActivityContractorWBS | 24 | ILAP:hasActivityContractorWBS |
| ... | @@ -52,7 +52,7 @@ ILAP:ActivityInPlan_1 | ... | @@ -52,7 +52,7 @@ ILAP:ActivityInPlan_1 |
| 52 | ILAP:hasActivityServiceSupplier | 52 | ILAP:hasActivityServiceSupplier |
| 53 | <http://data.posccaesar.org/brreg/Sevan> ; | 53 | <http://data.posccaesar.org/brreg/Sevan> ; |
| 54 | ILAP:hasActivityStatus | 54 | ILAP:hasActivityStatus |
| 55 | - NCS_PLANNING:Active ; | 55 | + ILAP:Active ; |
| 56 | ILAP:hasActivitySuccessor | 56 | ILAP:hasActivitySuccessor |
| 57 | ILAP:Successor_1 ; | 57 | ILAP:Successor_1 ; |
| 58 | ILAP:hasActivityVendor | 58 | ILAP:hasActivityVendor |
| ... | @@ -88,7 +88,7 @@ ILAP:ActivityInSchedule_1 | ... | @@ -88,7 +88,7 @@ ILAP:ActivityInSchedule_1 |
| 88 | rdf:type ILAP:ScheduledActivity ; | 88 | rdf:type ILAP:ScheduledActivity ; |
| 89 | rdfs:label "Activity in schedule 1"^^xsd:string ; | 89 | rdfs:label "Activity in schedule 1"^^xsd:string ; |
| 90 | ILAP:hasActivityCalendar | 90 | ILAP:hasActivityCalendar |
| 91 | - NCS_PLANNING:Regular8To16WorkingDayCalendar ; | 91 | + ILAP:Regular8To16WorkingDayCalendar ; |
| 92 | ILAP:hasActivityDuration | 92 | ILAP:hasActivityDuration |
| 93 | "P0Y0M10D"^^xsd:duration ; | 93 | "P0Y0M10D"^^xsd:duration ; |
| 94 | ILAP:hasActivityInScheduleActivityInPlan | 94 | ILAP:hasActivityInScheduleActivityInPlan |
| ... | @@ -96,7 +96,7 @@ ILAP:ActivityInSchedule_1 | ... | @@ -96,7 +96,7 @@ ILAP:ActivityInSchedule_1 |
| 96 | ILAP:hasActivitySchedule | 96 | ILAP:hasActivitySchedule |
| 97 | ILAP:TargetSchedule_1 ; | 97 | ILAP:TargetSchedule_1 ; |
| 98 | ILAP:hasActivityStatus | 98 | ILAP:hasActivityStatus |
| 99 | - NCS_PLANNING:Scheduled ; | 99 | + ILAP:Scheduled ; |
| 100 | ILAP:hasActivityWorkVolume | 100 | ILAP:hasActivityWorkVolume |
| 101 | "30"^^xsd:float ; | 101 | "30"^^xsd:float ; |
| 102 | ILAP:hasEarlyFinish "2014-04-15T09:00:00"^^xsd:dateTime ; | 102 | ILAP:hasEarlyFinish "2014-04-15T09:00:00"^^xsd:dateTime ; |
| ... | @@ -114,7 +114,7 @@ ILAP:ActivityInSchedule_2 | ... | @@ -114,7 +114,7 @@ ILAP:ActivityInSchedule_2 |
| 114 | ILAP:hasActivitySchedule | 114 | ILAP:hasActivitySchedule |
| 115 | ILAP:TargetSchedule_1 ; | 115 | ILAP:TargetSchedule_1 ; |
| 116 | ILAP:hasActivityStatus | 116 | ILAP:hasActivityStatus |
| 117 | - NCS_PLANNING:Active . | 117 | + ILAP:Active . |
| 118 | 118 | ||
| 119 | ILAP:ActivityInSchedule_3 | 119 | ILAP:ActivityInSchedule_3 |
| 120 | rdf:type ILAP:ScheduledActivity ; | 120 | rdf:type ILAP:ScheduledActivity ; |
| ... | @@ -124,7 +124,7 @@ ILAP:ActivityInSchedule_3 | ... | @@ -124,7 +124,7 @@ ILAP:ActivityInSchedule_3 |
| 124 | ILAP:hasActivitySchedule | 124 | ILAP:hasActivitySchedule |
| 125 | ILAP:TargetSchedule_1 ; | 125 | ILAP:TargetSchedule_1 ; |
| 126 | ILAP:hasActivityStatus | 126 | ILAP:hasActivityStatus |
| 127 | - NCS_PLANNING:Scheduled . | 127 | + ILAP:Scheduled . |
| 128 | 128 | ||
| 129 | ILAP:ActivityInSchedule_4 | 129 | ILAP:ActivityInSchedule_4 |
| 130 | rdf:type ILAP:ScheduledActivity ; | 130 | rdf:type ILAP:ScheduledActivity ; |
| ... | @@ -134,7 +134,7 @@ ILAP:ActivityInSchedule_4 | ... | @@ -134,7 +134,7 @@ ILAP:ActivityInSchedule_4 |
| 134 | ILAP:hasActivitySchedule | 134 | ILAP:hasActivitySchedule |
| 135 | ILAP:ActualSchedule_1 ; | 135 | ILAP:ActualSchedule_1 ; |
| 136 | ILAP:hasActivityStatus | 136 | ILAP:hasActivityStatus |
| 137 | - NCS_PLANNING:Scheduled . | 137 | + ILAP:Scheduled . |
| 138 | 138 | ||
| 139 | ILAP:ActivityInSchedule_5 | 139 | ILAP:ActivityInSchedule_5 |
| 140 | rdf:type ILAP:ScheduledActivity ; | 140 | rdf:type ILAP:ScheduledActivity ; |
| ... | @@ -144,7 +144,7 @@ ILAP:ActivityInSchedule_5 | ... | @@ -144,7 +144,7 @@ ILAP:ActivityInSchedule_5 |
| 144 | ILAP:hasActivitySchedule | 144 | ILAP:hasActivitySchedule |
| 145 | ILAP:ActualSchedule_1 ; | 145 | ILAP:ActualSchedule_1 ; |
| 146 | ILAP:hasActivityStatus | 146 | ILAP:hasActivityStatus |
| 147 | - NCS_PLANNING:Scheduled . | 147 | + ILAP:Scheduled . |
| 148 | 148 | ||
| 149 | ILAP:ActivityInSchedule_6 | 149 | ILAP:ActivityInSchedule_6 |
| 150 | rdf:type ILAP:ScheduledActivity ; | 150 | rdf:type ILAP:ScheduledActivity ; |
| ... | @@ -154,7 +154,7 @@ ILAP:ActivityInSchedule_6 | ... | @@ -154,7 +154,7 @@ ILAP:ActivityInSchedule_6 |
| 154 | ILAP:hasActivitySchedule | 154 | ILAP:hasActivitySchedule |
| 155 | ILAP:ActualSchedule_1 ; | 155 | ILAP:ActualSchedule_1 ; |
| 156 | ILAP:hasActivityStatus | 156 | ILAP:hasActivityStatus |
| 157 | - NCS_PLANNING:Scheduled . | 157 | + ILAP:Scheduled . |
| 158 | 158 | ||
| 159 | ILAP:ActualSchedule_1 | 159 | ILAP:ActualSchedule_1 |
| 160 | rdf:type ILAP:ActualSchedule ; | 160 | rdf:type ILAP:ActualSchedule ; |
| ... | @@ -176,7 +176,7 @@ ILAP:ExternalReference_1 | ... | @@ -176,7 +176,7 @@ ILAP:ExternalReference_1 |
| 176 | rdf:type ILAP:ExternalReference ; | 176 | rdf:type ILAP:ExternalReference ; |
| 177 | rdfs:label "External reference 1"^^xsd:string ; | 177 | rdfs:label "External reference 1"^^xsd:string ; |
| 178 | ILAP:hasReferenceApplication | 178 | ILAP:hasReferenceApplication |
| 179 | - NCS_PLANNING:Safran ; | 179 | + ILAP:Safran ; |
| 180 | ILAP:hasReferenceID "UC2-Ex1-Safran-101"^^xsd:string ; | 180 | ILAP:hasReferenceID "UC2-Ex1-Safran-101"^^xsd:string ; |
| 181 | ILAP:hasReferenceSource | 181 | ILAP:hasReferenceSource |
| 182 | <http://data.posccaesar.org/brreg/Sevan> . | 182 | <http://data.posccaesar.org/brreg/Sevan> . |
| ... | @@ -185,7 +185,7 @@ ILAP:ExternalReference_2 | ... | @@ -185,7 +185,7 @@ ILAP:ExternalReference_2 |
| 185 | rdf:type ILAP:ExternalReference ; | 185 | rdf:type ILAP:ExternalReference ; |
| 186 | rdfs:label "External reference 2"^^xsd:string ; | 186 | rdfs:label "External reference 2"^^xsd:string ; |
| 187 | ILAP:hasReferenceApplication | 187 | ILAP:hasReferenceApplication |
| 188 | - NCS_PLANNING:Primavera ; | 188 | + ILAP:Primavera ; |
| 189 | ILAP:hasReferenceID "UC2-Ex2-P6-102"^^xsd:string ; | 189 | ILAP:hasReferenceID "UC2-Ex2-P6-102"^^xsd:string ; |
| 190 | ILAP:hasReferenceSource | 190 | ILAP:hasReferenceSource |
| 191 | <http://data.posccaesar.org/brreg/Schlumberger> . | 191 | <http://data.posccaesar.org/brreg/Schlumberger> . |
| ... | @@ -213,22 +213,22 @@ ILAP:Plan_1 | ... | @@ -213,22 +213,22 @@ ILAP:Plan_1 |
| 213 | ILAP:hasPlanContentType | 213 | ILAP:hasPlanContentType |
| 214 | <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ; | 214 | <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ; |
| 215 | ILAP:hasPlanContractType | 215 | ILAP:hasPlanContractType |
| 216 | - NCS_PLANNING:ScheduleDriven ; | 216 | + ILAP:ScheduleDriven ; |
| 217 | ILAP:hasPlanContractor | 217 | ILAP:hasPlanContractor |
| 218 | <http://data.posccaesar.org/brreg/Sevan> ; | 218 | <http://data.posccaesar.org/brreg/Sevan> ; |
| 219 | - ILAP:hasPlanGeoArea NCS_PLANNING:Facility ; | 219 | + ILAP:hasPlanGeoArea ILAP:Facility ; |
| 220 | - ILAP:hasPlanLevel NCS_PLANNING:L3_ProjectControlNetworkSchedule ; | 220 | + ILAP:hasPlanLevel ILAP:L3_ProjectControlNetworkSchedule ; |
| 221 | ILAP:hasPlanLicensePartner | 221 | ILAP:hasPlanLicensePartner |
| 222 | <http://data.posccaesar.org/brreg/Lundin> ; | 222 | <http://data.posccaesar.org/brreg/Lundin> ; |
| 223 | ILAP:hasPlanLifecyclePhase | 223 | ILAP:hasPlanLifecyclePhase |
| 224 | - NCS_PLANNING:Maintenance ; | 224 | + ILAP:Maintenance ; |
| 225 | ILAP:hasPlanNPDelement | 225 | ILAP:hasPlanNPDelement |
| 226 | <http://data.posccaesar.org/npd/EldfiskC> ; | 226 | <http://data.posccaesar.org/npd/EldfiskC> ; |
| 227 | ILAP:hasPlanOperator | 227 | ILAP:hasPlanOperator |
| 228 | <http://data.posccaesar.org/brreg/ConocoPhillips> ; | 228 | <http://data.posccaesar.org/brreg/ConocoPhillips> ; |
| 229 | ILAP:hasPlanProject ILAP:Project_1 ; | 229 | ILAP:hasPlanProject ILAP:Project_1 ; |
| 230 | ILAP:hasPlanProjectType | 230 | ILAP:hasPlanProjectType |
| 231 | - NCS_PLANNING:BrownFieldProject ; | 231 | + ILAP:BrownFieldProject ; |
| 232 | ILAP:hasPlanRegulator | 232 | ILAP:hasPlanRegulator |
| 233 | <http://data.posccaesar.org/brreg/NPD> ; | 233 | <http://data.posccaesar.org/brreg/NPD> ; |
| 234 | ILAP:hasPlanResponsible | 234 | ILAP:hasPlanResponsible |
| ... | @@ -238,7 +238,7 @@ ILAP:Plan_1 | ... | @@ -238,7 +238,7 @@ ILAP:Plan_1 |
| 238 | <http://data.posccaesar.org/brreg/Sevan> ; | 238 | <http://data.posccaesar.org/brreg/Sevan> ; |
| 239 | ILAP:hasPlanSubplan ILAP:Plan_3 ; | 239 | ILAP:hasPlanSubplan ILAP:Plan_3 ; |
| 240 | ILAP:hasPlanValueObjective | 240 | ILAP:hasPlanValueObjective |
| 241 | - NCS_PLANNING:BusinessAsUsual . | 241 | + ILAP:BusinessAsUsual . |
| 242 | 242 | ||
| 243 | ILAP:Plan_2 | 243 | ILAP:Plan_2 |
| 244 | rdf:type ILAP:ExecutionPlan ; | 244 | rdf:type ILAP:ExecutionPlan ; | ... | ... |
-
Please register or login to post a comment