Showing
1 changed file
with
62 additions
and
62 deletions
| ... | @@ -17,7 +17,7 @@ | ... | @@ -17,7 +17,7 @@ |
| 17 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 17 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 18 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 18 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 19 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 19 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 20 | -NCS: | 20 | +ILAP: |
| 21 | rdf:type owl:Ontology ; | 21 | rdf:type owl:Ontology ; |
| 22 | owl:imports <http://data.posccaesar.org/brreg/> ; | 22 | owl:imports <http://data.posccaesar.org/brreg/> ; |
| 23 | owl:imports <http://data.posccaesar.org/ccu/> ; | 23 | owl:imports <http://data.posccaesar.org/ccu/> ; |
| ... | @@ -29,245 +29,245 @@ NCS: | ... | @@ -29,245 +29,245 @@ NCS: |
| 29 | owl:imports SCCS: ; | 29 | owl:imports SCCS: ; |
| 30 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | 30 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; |
| 31 | . | 31 | . |
| 32 | -NCS:Active | 32 | +ILAP:Active |
| 33 | rdf:type ILAP:Status ; | 33 | rdf:type ILAP:Status ; |
| 34 | rdfs:label "Active"^^xsd:string ; | 34 | rdfs:label "Active"^^xsd:string ; |
| 35 | . | 35 | . |
| 36 | -NCS:Aquisition | 36 | +ILAP:Aquisition |
| 37 | rdf:type ILAP:PlanLifecyclePhase ; | 37 | rdf:type ILAP:PlanLifecyclePhase ; |
| 38 | rdfs:label "Aquire"^^xsd:string ; | 38 | rdfs:label "Aquire"^^xsd:string ; |
| 39 | . | 39 | . |
| 40 | -NCS:BrownFieldProject | 40 | +ILAP:BrownFieldProject |
| 41 | rdf:type ILAP:PlanProjectType ; | 41 | rdf:type ILAP:PlanProjectType ; |
| 42 | rdfs:label "Brown field project"^^xsd:string ; | 42 | rdfs:label "Brown field project"^^xsd:string ; |
| 43 | . | 43 | . |
| 44 | -NCS:BusinessArea | 44 | +ILAP:BusinessArea |
| 45 | rdf:type ILAP:PlanGeoArea ; | 45 | rdf:type ILAP:PlanGeoArea ; |
| 46 | rdfs:label "Business area"^^xsd:string ; | 46 | rdfs:label "Business area"^^xsd:string ; |
| 47 | . | 47 | . |
| 48 | -NCS:BusinessAsUsual | 48 | +ILAP:BusinessAsUsual |
| 49 | rdf:type ILAP:PlanValueObjective ; | 49 | rdf:type ILAP:PlanValueObjective ; |
| 50 | rdfs:label "Business as usual"^^xsd:string ; | 50 | rdfs:label "Business as usual"^^xsd:string ; |
| 51 | . | 51 | . |
| 52 | -NCS:CAPEX | 52 | +ILAP:CAPEX |
| 53 | rdf:type ILAP:PlanExpenseType ; | 53 | rdf:type ILAP:PlanExpenseType ; |
| 54 | rdfs:label "CAPEX"^^xsd:string ; | 54 | rdfs:label "CAPEX"^^xsd:string ; |
| 55 | . | 55 | . |
| 56 | -NCS:Cancelled | 56 | +ILAP:Cancelled |
| 57 | rdf:type ILAP:Status ; | 57 | rdf:type ILAP:Status ; |
| 58 | rdfs:label "Cancelled"^^xsd:string ; | 58 | rdfs:label "Cancelled"^^xsd:string ; |
| 59 | . | 59 | . |
| 60 | -NCS:Completed | 60 | +ILAP:Completed |
| 61 | rdf:type ILAP:Status ; | 61 | rdf:type ILAP:Status ; |
| 62 | rdfs:label "Completed"^^xsd:string ; | 62 | rdfs:label "Completed"^^xsd:string ; |
| 63 | . | 63 | . |
| 64 | -NCS:Continent | 64 | +ILAP:Continent |
| 65 | rdf:type ILAP:PlanGeoArea ; | 65 | rdf:type ILAP:PlanGeoArea ; |
| 66 | rdfs:label "Continent"^^xsd:string ; | 66 | rdfs:label "Continent"^^xsd:string ; |
| 67 | . | 67 | . |
| 68 | -NCS:CostDriven | 68 | +ILAP:CostDriven |
| 69 | rdf:type ILAP:PlanContractType ; | 69 | rdf:type ILAP:PlanContractType ; |
| 70 | rdfs:label "Cost driven"^^xsd:string ; | 70 | rdfs:label "Cost driven"^^xsd:string ; |
| 71 | . | 71 | . |
| 72 | -NCS:Country | 72 | +ILAP:Country |
| 73 | rdf:type ILAP:PlanGeoArea ; | 73 | rdf:type ILAP:PlanGeoArea ; |
| 74 | rdfs:label "Country"^^xsd:string ; | 74 | rdfs:label "Country"^^xsd:string ; |
| 75 | . | 75 | . |
| 76 | -NCS:Development | 76 | +ILAP:Development |
| 77 | rdf:type ILAP:PlanLifecyclePhase ; | 77 | rdf:type ILAP:PlanLifecyclePhase ; |
| 78 | rdfs:label "Develop"^^xsd:string ; | 78 | rdfs:label "Develop"^^xsd:string ; |
| 79 | . | 79 | . |
| 80 | -NCS:DisasterRecovery | 80 | +ILAP:DisasterRecovery |
| 81 | rdf:type ILAP:PlanValueObjective ; | 81 | rdf:type ILAP:PlanValueObjective ; |
| 82 | rdfs:label "Disaster recovery"^^xsd:string ; | 82 | rdfs:label "Disaster recovery"^^xsd:string ; |
| 83 | . | 83 | . |
| 84 | -NCS:Disposal | 84 | +ILAP:Disposal |
| 85 | rdf:type ILAP:PlanLifecyclePhase ; | 85 | rdf:type ILAP:PlanLifecyclePhase ; |
| 86 | rdfs:label "Dispose"^^xsd:string ; | 86 | rdfs:label "Dispose"^^xsd:string ; |
| 87 | . | 87 | . |
| 88 | -NCS:DrillingAndWell | 88 | +ILAP:DrillingAndWell |
| 89 | rdf:type ILAP:PlanProjectType ; | 89 | rdf:type ILAP:PlanProjectType ; |
| 90 | rdfs:label "Drilling and well"^^xsd:string ; | 90 | rdfs:label "Drilling and well"^^xsd:string ; |
| 91 | . | 91 | . |
| 92 | -NCS:Facility | 92 | +ILAP:Facility |
| 93 | rdf:type ILAP:PlanGeoArea ; | 93 | rdf:type ILAP:PlanGeoArea ; |
| 94 | rdfs:label "Facility"^^xsd:string ; | 94 | rdfs:label "Facility"^^xsd:string ; |
| 95 | . | 95 | . |
| 96 | -NCS:Field | 96 | +ILAP:Field |
| 97 | rdf:type ILAP:PlanGeoArea ; | 97 | rdf:type ILAP:PlanGeoArea ; |
| 98 | rdfs:label "Field"^^xsd:string ; | 98 | rdfs:label "Field"^^xsd:string ; |
| 99 | . | 99 | . |
| 100 | -NCS:FieldStudy | 100 | +ILAP:FieldStudy |
| 101 | rdf:type ILAP:PlanProjectType ; | 101 | rdf:type ILAP:PlanProjectType ; |
| 102 | rdfs:label "Field study"^^xsd:string ; | 102 | rdfs:label "Field study"^^xsd:string ; |
| 103 | . | 103 | . |
| 104 | -NCS:Friday | 104 | +ILAP:Friday |
| 105 | rdf:type ILAP:CalendarDay ; | 105 | rdf:type ILAP:CalendarDay ; |
| 106 | rdfs:label "Friday"^^xsd:string ; | 106 | rdfs:label "Friday"^^xsd:string ; |
| 107 | . | 107 | . |
| 108 | -NCS:From00To08 | 108 | +ILAP:From00To08 |
| 109 | rdf:type ILAP:CalendarHour ; | 109 | rdf:type ILAP:CalendarHour ; |
| 110 | ILAP:hasActivityEndTime "08:00:00"^^xsd:time ; | 110 | ILAP:hasActivityEndTime "08:00:00"^^xsd:time ; |
| 111 | ILAP:hasActivityStartTime "00:00:00"^^xsd:time ; | 111 | ILAP:hasActivityStartTime "00:00:00"^^xsd:time ; |
| 112 | rdfs:label "From 00 To 08"^^xsd:string ; | 112 | rdfs:label "From 00 To 08"^^xsd:string ; |
| 113 | . | 113 | . |
| 114 | -NCS:From08To16 | 114 | +ILAP:From08To16 |
| 115 | rdf:type ILAP:CalendarHour ; | 115 | rdf:type ILAP:CalendarHour ; |
| 116 | ILAP:hasActivityEndTime "16:00:00"^^xsd:time ; | 116 | ILAP:hasActivityEndTime "16:00:00"^^xsd:time ; |
| 117 | ILAP:hasActivityStartTime "08:00:00"^^xsd:time ; | 117 | ILAP:hasActivityStartTime "08:00:00"^^xsd:time ; |
| 118 | rdfs:label "From 08 To 16"^^xsd:string ; | 118 | rdfs:label "From 08 To 16"^^xsd:string ; |
| 119 | . | 119 | . |
| 120 | -NCS:From16To24 | 120 | +ILAP:From16To24 |
| 121 | rdf:type ILAP:CalendarHour ; | 121 | rdf:type ILAP:CalendarHour ; |
| 122 | ILAP:hasActivityEndTime "24:00:00"^^xsd:time ; | 122 | ILAP:hasActivityEndTime "24:00:00"^^xsd:time ; |
| 123 | ILAP:hasActivityStartTime "16:00:00"^^xsd:time ; | 123 | ILAP:hasActivityStartTime "16:00:00"^^xsd:time ; |
| 124 | rdfs:label "From 16 To 24"^^xsd:string ; | 124 | rdfs:label "From 16 To 24"^^xsd:string ; |
| 125 | . | 125 | . |
| 126 | -NCS:GreenFieldProject | 126 | +ILAP:GreenFieldProject |
| 127 | rdf:type ILAP:PlanProjectType ; | 127 | rdf:type ILAP:PlanProjectType ; |
| 128 | rdfs:label "Green field project"^^xsd:string ; | 128 | rdfs:label "Green field project"^^xsd:string ; |
| 129 | . | 129 | . |
| 130 | -NCS:IncreasedRecovery | 130 | +ILAP:IncreasedRecovery |
| 131 | rdf:type ILAP:PlanValueObjective ; | 131 | rdf:type ILAP:PlanValueObjective ; |
| 132 | rdfs:label "Increased recovery"^^xsd:string ; | 132 | rdfs:label "Increased recovery"^^xsd:string ; |
| 133 | . | 133 | . |
| 134 | -NCS:IncrementalImprovement | 134 | +ILAP:IncrementalImprovement |
| 135 | rdf:type ILAP:PlanValueObjective ; | 135 | rdf:type ILAP:PlanValueObjective ; |
| 136 | rdfs:label "Incremental improvement"^^xsd:string ; | 136 | rdfs:label "Incremental improvement"^^xsd:string ; |
| 137 | . | 137 | . |
| 138 | -NCS:L1_ProgramPortfolioSchedule | 138 | +ILAP:L1_ProgramPortfolioSchedule |
| 139 | rdf:type ILAP:PlanLevel ; | 139 | rdf:type ILAP:PlanLevel ; |
| 140 | rdfs:label "PPS"^^xsd:string ; | 140 | rdfs:label "PPS"^^xsd:string ; |
| 141 | . | 141 | . |
| 142 | -NCS:L2_ProjectMasterSchedule | 142 | +ILAP:L2_ProjectMasterSchedule |
| 143 | rdf:type ILAP:PlanLevel ; | 143 | rdf:type ILAP:PlanLevel ; |
| 144 | rdfs:label "PMS"^^xsd:string ; | 144 | rdfs:label "PMS"^^xsd:string ; |
| 145 | . | 145 | . |
| 146 | -NCS:L3_ContractMasterSchedule | 146 | +ILAP:L3_ContractMasterSchedule |
| 147 | rdf:type ILAP:PlanLevel ; | 147 | rdf:type ILAP:PlanLevel ; |
| 148 | rdfs:label "CMS"^^xsd:string ; | 148 | rdfs:label "CMS"^^xsd:string ; |
| 149 | . | 149 | . |
| 150 | -NCS:L3_ProjectControlNetworkSchedule | 150 | +ILAP:L3_ProjectControlNetworkSchedule |
| 151 | rdf:type ILAP:PlanLevel ; | 151 | rdf:type ILAP:PlanLevel ; |
| 152 | rdfs:label "PCS"^^xsd:string ; | 152 | rdfs:label "PCS"^^xsd:string ; |
| 153 | . | 153 | . |
| 154 | -NCS:L4_ContractControlNetworkSchedule | 154 | +ILAP:L4_ContractControlNetworkSchedule |
| 155 | rdf:type ILAP:PlanLevel ; | 155 | rdf:type ILAP:PlanLevel ; |
| 156 | rdfs:label "CCS"^^xsd:string ; | 156 | rdfs:label "CCS"^^xsd:string ; |
| 157 | . | 157 | . |
| 158 | -NCS:L5_ContractTaskSchedule | 158 | +ILAP:L5_ContractTaskSchedule |
| 159 | rdf:type ILAP:PlanLevel ; | 159 | rdf:type ILAP:PlanLevel ; |
| 160 | rdfs:label "DWS"^^xsd:string ; | 160 | rdfs:label "DWS"^^xsd:string ; |
| 161 | . | 161 | . |
| 162 | -NCS:L6_ContractorWorkOrderSchedule | 162 | +ILAP:L6_ContractorWorkOrderSchedule |
| 163 | rdf:type ILAP:PlanLevel ; | 163 | rdf:type ILAP:PlanLevel ; |
| 164 | rdfs:label "CWS"^^xsd:string ; | 164 | rdfs:label "CWS"^^xsd:string ; |
| 165 | . | 165 | . |
| 166 | -NCS:L7_ContractorOperationsSchedule | 166 | +ILAP:L7_ContractorOperationsSchedule |
| 167 | rdf:type ILAP:PlanLevel ; | 167 | rdf:type ILAP:PlanLevel ; |
| 168 | rdfs:label "COS"^^xsd:string ; | 168 | rdfs:label "COS"^^xsd:string ; |
| 169 | . | 169 | . |
| 170 | -NCS:Maintenance | 170 | +ILAP:Maintenance |
| 171 | rdf:type ILAP:PlanLifecyclePhase ; | 171 | rdf:type ILAP:PlanLifecyclePhase ; |
| 172 | rdfs:label "Maintain"^^xsd:string ; | 172 | rdfs:label "Maintain"^^xsd:string ; |
| 173 | . | 173 | . |
| 174 | -NCS:ManagedClosedown | 174 | +ILAP:ManagedClosedown |
| 175 | rdf:type ILAP:PlanValueObjective ; | 175 | rdf:type ILAP:PlanValueObjective ; |
| 176 | rdfs:label "Managed closedown"^^xsd:string ; | 176 | rdfs:label "Managed closedown"^^xsd:string ; |
| 177 | . | 177 | . |
| 178 | -NCS:Modification | 178 | +ILAP:Modification |
| 179 | rdf:type ILAP:PlanProjectType ; | 179 | rdf:type ILAP:PlanProjectType ; |
| 180 | rdfs:label "Modification"^^xsd:string ; | 180 | rdfs:label "Modification"^^xsd:string ; |
| 181 | . | 181 | . |
| 182 | -NCS:Monday | 182 | +ILAP:Monday |
| 183 | rdf:type ILAP:CalendarDay ; | 183 | rdf:type ILAP:CalendarDay ; |
| 184 | rdfs:label "Monday"^^xsd:string ; | 184 | rdfs:label "Monday"^^xsd:string ; |
| 185 | . | 185 | . |
| 186 | -NCS:OPEX | 186 | +ILAP:OPEX |
| 187 | rdf:type ILAP:PlanExpenseType ; | 187 | rdf:type ILAP:PlanExpenseType ; |
| 188 | rdfs:label "OPEX"^^xsd:string ; | 188 | rdfs:label "OPEX"^^xsd:string ; |
| 189 | . | 189 | . |
| 190 | -NCS:Operation | 190 | +ILAP:Operation |
| 191 | rdf:type ILAP:PlanLifecyclePhase ; | 191 | rdf:type ILAP:PlanLifecyclePhase ; |
| 192 | rdfs:label "Operate"^^xsd:string ; | 192 | rdfs:label "Operate"^^xsd:string ; |
| 193 | . | 193 | . |
| 194 | -NCS:OperationAndMaintenance | 194 | +ILAP:OperationAndMaintenance |
| 195 | rdf:type ILAP:PlanProjectType ; | 195 | rdf:type ILAP:PlanProjectType ; |
| 196 | rdfs:label "Operation and maintenance"^^xsd:string ; | 196 | rdfs:label "Operation and maintenance"^^xsd:string ; |
| 197 | . | 197 | . |
| 198 | -NCS:Pending | 198 | +ILAP:Pending |
| 199 | rdf:type ILAP:Status ; | 199 | rdf:type ILAP:Status ; |
| 200 | rdfs:label "Pending"^^xsd:string ; | 200 | rdfs:label "Pending"^^xsd:string ; |
| 201 | . | 201 | . |
| 202 | -NCS:Primavera | 202 | +ILAP:Primavera |
| 203 | rdf:type ILAP:Application ; | 203 | rdf:type ILAP:Application ; |
| 204 | rdfs:label "Primavera"^^xsd:string ; | 204 | rdfs:label "Primavera"^^xsd:string ; |
| 205 | . | 205 | . |
| 206 | -NCS:RadicalChange | 206 | +ILAP:RadicalChange |
| 207 | rdf:type ILAP:PlanValueObjective ; | 207 | rdf:type ILAP:PlanValueObjective ; |
| 208 | rdfs:label "Radical change"^^xsd:string ; | 208 | rdfs:label "Radical change"^^xsd:string ; |
| 209 | . | 209 | . |
| 210 | -NCS:Regular8To16WorkingDayCalendar | 210 | +ILAP:Regular8To16WorkingDayCalendar |
| 211 | rdf:type ILAP:Regular8To16WorkingDayCalendar ; | 211 | rdf:type ILAP:Regular8To16WorkingDayCalendar ; |
| 212 | rdfs:label "Regular8To16Working day calendar 1"^^xsd:string ; | 212 | rdfs:label "Regular8To16Working day calendar 1"^^xsd:string ; |
| 213 | . | 213 | . |
| 214 | -NCS:Renewal | 214 | +ILAP:Renewal |
| 215 | rdf:type ILAP:PlanLifecyclePhase ; | 215 | rdf:type ILAP:PlanLifecyclePhase ; |
| 216 | rdfs:label "Renew"^^xsd:string ; | 216 | rdfs:label "Renew"^^xsd:string ; |
| 217 | . | 217 | . |
| 218 | -NCS:ResourceDriven | 218 | +ILAP:ResourceDriven |
| 219 | rdf:type ILAP:PlanContractType ; | 219 | rdf:type ILAP:PlanContractType ; |
| 220 | rdfs:label "Resource driven"^^xsd:string ; | 220 | rdfs:label "Resource driven"^^xsd:string ; |
| 221 | . | 221 | . |
| 222 | -NCS:SAP | 222 | +ILAP:SAP |
| 223 | rdf:type ILAP:Application ; | 223 | rdf:type ILAP:Application ; |
| 224 | rdfs:label "SAP"^^xsd:string ; | 224 | rdfs:label "SAP"^^xsd:string ; |
| 225 | . | 225 | . |
| 226 | -NCS:Safran | 226 | +ILAP:Safran |
| 227 | rdf:type ILAP:Application ; | 227 | rdf:type ILAP:Application ; |
| 228 | rdfs:label "Safran"^^xsd:string ; | 228 | rdfs:label "Safran"^^xsd:string ; |
| 229 | . | 229 | . |
| 230 | -NCS:Saturday | 230 | +ILAP:Saturday |
| 231 | rdf:type ILAP:CalendarDay ; | 231 | rdf:type ILAP:CalendarDay ; |
| 232 | rdfs:label "Saturday"^^xsd:string ; | 232 | rdfs:label "Saturday"^^xsd:string ; |
| 233 | . | 233 | . |
| 234 | -NCS:ScheduleDriven | 234 | +ILAP:ScheduleDriven |
| 235 | rdf:type ILAP:PlanContractType ; | 235 | rdf:type ILAP:PlanContractType ; |
| 236 | rdfs:label "Schedule driven"^^xsd:string ; | 236 | rdfs:label "Schedule driven"^^xsd:string ; |
| 237 | . | 237 | . |
| 238 | -NCS:Scheduled | 238 | +ILAP:Scheduled |
| 239 | rdf:type ILAP:Status ; | 239 | rdf:type ILAP:Status ; |
| 240 | rdfs:label "Scheduled"^^xsd:string ; | 240 | rdfs:label "Scheduled"^^xsd:string ; |
| 241 | . | 241 | . |
| 242 | -NCS:StandardFreeWeekendPeriod | 242 | +ILAP:StandardFreeWeekendPeriod |
| 243 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | 243 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; |
| 244 | rdfs:label "Standard free weekend period"^^xsd:string ; | 244 | rdfs:label "Standard free weekend period"^^xsd:string ; |
| 245 | . | 245 | . |
| 246 | -NCS:StandardWorkWeekdayPeriod | 246 | +ILAP:StandardWorkWeekdayPeriod |
| 247 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 247 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; |
| 248 | rdfs:label "Standard work weekday period"^^xsd:string ; | 248 | rdfs:label "Standard work weekday period"^^xsd:string ; |
| 249 | . | 249 | . |
| 250 | -NCS:Sunday | 250 | +ILAP:Sunday |
| 251 | rdf:type ILAP:CalendarDay ; | 251 | rdf:type ILAP:CalendarDay ; |
| 252 | rdfs:label "Sunday"^^xsd:string ; | 252 | rdfs:label "Sunday"^^xsd:string ; |
| 253 | . | 253 | . |
| 254 | -NCS:Thursday | 254 | +ILAP:Thursday |
| 255 | rdf:type ILAP:CalendarDay ; | 255 | rdf:type ILAP:CalendarDay ; |
| 256 | rdfs:label "Thursday"^^xsd:string ; | 256 | rdfs:label "Thursday"^^xsd:string ; |
| 257 | . | 257 | . |
| 258 | -NCS:Tuesday | 258 | +ILAP:Tuesday |
| 259 | rdf:type ILAP:CalendarDay ; | 259 | rdf:type ILAP:CalendarDay ; |
| 260 | rdfs:label "Tuesday"^^xsd:string ; | 260 | rdfs:label "Tuesday"^^xsd:string ; |
| 261 | . | 261 | . |
| 262 | -NCS:Unknown | 262 | +ILAP:Unknown |
| 263 | rdf:type ILAP:Status ; | 263 | rdf:type ILAP:Status ; |
| 264 | rdfs:label "Unknown"^^xsd:string ; | 264 | rdfs:label "Unknown"^^xsd:string ; |
| 265 | . | 265 | . |
| 266 | -NCS:Wednesday | 266 | +ILAP:Wednesday |
| 267 | rdf:type ILAP:CalendarDay ; | 267 | rdf:type ILAP:CalendarDay ; |
| 268 | rdfs:label "Wednesday"^^xsd:string ; | 268 | rdfs:label "Wednesday"^^xsd:string ; |
| 269 | . | 269 | . |
| 270 | -NCS:Wellbore | 270 | +ILAP:Wellbore |
| 271 | rdf:type ILAP:PlanGeoArea ; | 271 | rdf:type ILAP:PlanGeoArea ; |
| 272 | rdfs:label "Wellbore"^^xsd:string ; | 272 | rdfs:label "Wellbore"^^xsd:string ; |
| 273 | . | 273 | . |
| ... | @@ -285,7 +285,7 @@ ILAP:Regular8To16WorkingDayCalendar | ... | @@ -285,7 +285,7 @@ ILAP:Regular8To16WorkingDayCalendar |
| 285 | owl:onClass [ | 285 | owl:onClass [ |
| 286 | rdf:type owl:Class ; | 286 | rdf:type owl:Class ; |
| 287 | owl:oneOf ( | 287 | owl:oneOf ( |
| 288 | - NCS:StandardFreeWeekendPeriod | 288 | + ILAP:StandardFreeWeekendPeriod |
| 289 | ) ; | 289 | ) ; |
| 290 | ] ; | 290 | ] ; |
| 291 | owl:onProperty ILAP:hasCalendarFreePeriod ; | 291 | owl:onProperty ILAP:hasCalendarFreePeriod ; |
| ... | @@ -298,7 +298,7 @@ ILAP:WeekendsFreeCalendar | ... | @@ -298,7 +298,7 @@ ILAP:WeekendsFreeCalendar |
| 298 | owl:onClass [ | 298 | owl:onClass [ |
| 299 | rdf:type owl:Class ; | 299 | rdf:type owl:Class ; |
| 300 | owl:oneOf ( | 300 | owl:oneOf ( |
| 301 | - NCS:StandardFreeWeekendPeriod | 301 | + ILAP:StandardFreeWeekendPeriod |
| 302 | ) ; | 302 | ) ; |
| 303 | ] ; | 303 | ] ; |
| 304 | owl:onProperty ILAP:hasCalendarFreePeriod ; | 304 | owl:onProperty ILAP:hasCalendarFreePeriod ; | ... | ... |
-
Please register or login to post a comment