Showing
6 changed files
with
151 additions
and
399 deletions
| 1 | # baseURI: http://data.posccaesar.org/NCS_PLANNING/ | 1 | # baseURI: http://data.posccaesar.org/NCS_PLANNING/ |
| 2 | +# imports: http://data.posccaesar.org/brreg/ | ||
| 3 | +# imports: http://data.posccaesar.org/ccu/ | ||
| 4 | +# imports: http://data.posccaesar.org/diskos/ | ||
| 5 | +# imports: http://data.posccaesar.org/epcis/ | ||
| 2 | # imports: http://data.posccaesar.org/ilap/ | 6 | # imports: http://data.posccaesar.org/ilap/ |
| 7 | +# imports: http://data.posccaesar.org/npd/ | ||
| 8 | +# imports: http://data.posccaesar.org/pob/ | ||
| 3 | # imports: http://www.ilap.no/codes/NORSOK/Z-014/CORCoding | 9 | # imports: http://www.ilap.no/codes/NORSOK/Z-014/CORCoding |
| 4 | 10 | ||
| 5 | @prefix : <http://data.posccaesar.org/NCS_PLANNING/> . | 11 | @prefix : <http://data.posccaesar.org/NCS_PLANNING/> . |
| 6 | @prefix COR: <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#> . | 12 | @prefix COR: <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#> . |
| 7 | @prefix ILAP: <http://data.posccaesar.org/ilap/> . | 13 | @prefix ILAP: <http://data.posccaesar.org/ilap/> . |
| 8 | @prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . | 14 | @prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . |
| 9 | -@prefix SCCS: <http://data.posccaesar.org/sccs/> . | 15 | +@prefix SCCS: <http://example.com/> . |
| 10 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 16 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 11 | @prefix p1: <http://example.org/file1#> . | 17 | @prefix p1: <http://example.org/file1#> . |
| 12 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 18 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| ... | @@ -14,17 +20,12 @@ | ... | @@ -14,17 +20,12 @@ |
| 14 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 20 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 15 | 21 | ||
| 16 | NCS: rdf:type owl:Ontology ; | 22 | NCS: rdf:type owl:Ontology ; |
| 17 | - owl:imports ILAP: , <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding> . | 23 | + owl:imports <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding> , ILAP: , <http://data.posccaesar.org/brreg/> , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/epcis/> , <http://data.posccaesar.org/npd/> , <http://data.posccaesar.org/pob/> . |
| 18 | 24 | ||
| 19 | ILAP: | 25 | ILAP: |
| 20 | rdf:type owl:Ontology ; | 26 | rdf:type owl:Ontology ; |
| 21 | - owl:imports <http://data.posccaesar.org/ccu/> , SCCS: , <http://data.posccaesar.org/npd/> , <http://data.posccaesar.org/brreg/> , <http://data.posccaesar.org/pob/> , <http://data.posccaesar.org/diskos/> , ILAP: , <http://data.posccaesar.org/epcis/> ; | ||
| 22 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 27 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 23 | 28 | ||
| 24 | -ILAP:Active | ||
| 25 | - rdf:type ILAP:Status ; | ||
| 26 | - rdfs:label "Active"^^xsd:string . | ||
| 27 | - | ||
| 28 | ILAP:Aquisition | 29 | ILAP:Aquisition |
| 29 | rdf:type ILAP:PlanLifecyclePhase ; | 30 | rdf:type ILAP:PlanLifecyclePhase ; |
| 30 | rdfs:label "Aquire"^^xsd:string . | 31 | rdfs:label "Aquire"^^xsd:string . |
| ... | @@ -291,14 +292,16 @@ ILAP:Wellbore | ... | @@ -291,14 +292,16 @@ ILAP:Wellbore |
| 291 | rdf:type ILAP:PlanGeoArea ; | 292 | rdf:type ILAP:PlanGeoArea ; |
| 292 | rdfs:label "Wellbore"^^xsd:string . | 293 | rdfs:label "Wellbore"^^xsd:string . |
| 293 | 294 | ||
| 294 | -ILAP:hasActivityCOR | 295 | +ILAP:hasActivityBaselineSchedule |
| 295 | - rdfs:range SCCS:CORcode . | 296 | + rdfs:range ILAP:NetworkSchedule . |
| 296 | - | ||
| 297 | -ILAP:hasActivityWBS | ||
| 298 | - rdfs:range COR:CORelement . | ||
| 299 | 297 | ||
| 300 | ILAP:hasPlanAsset | 298 | ILAP:hasPlanAsset |
| 301 | rdfs:range <http://data.posccaesar.org/diskos/Asset> . | 299 | rdfs:range <http://data.posccaesar.org/diskos/Asset> . |
| 302 | 300 | ||
| 301 | +ILAP:hasTimeNow | ||
| 302 | + rdf:type owl:DatatypeProperty ; | ||
| 303 | + rdfs:label "has time now"^^xsd:string ; | ||
| 304 | + rdfs:range xsd:date . | ||
| 305 | + | ||
| 303 | COR:CORelement | 306 | COR:CORelement |
| 304 | rdf:type ILAP:NORSOKZ014 , COR:CORClassOfClass . | 307 | rdf:type ILAP:NORSOKZ014 , COR:CORClassOfClass . | ... | ... |
| ... | @@ -172,6 +172,16 @@ ILAP:CostBased | ... | @@ -172,6 +172,16 @@ ILAP:CostBased |
| 172 | rdfs:label "Cost based"^^xsd:string ; | 172 | rdfs:label "Cost based"^^xsd:string ; |
| 173 | rdfs:subClassOf ILAP:ResourceStructure . | 173 | rdfs:subClassOf ILAP:ResourceStructure . |
| 174 | 174 | ||
| 175 | +ILAP:CostEstimate | ||
| 176 | + rdf:type owl:Class ; | ||
| 177 | + rdfs:label "Cost estimate"^^xsd:string ; | ||
| 178 | + rdfs:subClassOf owl:Thing . | ||
| 179 | + | ||
| 180 | +ILAP:CurrentControlEstimate | ||
| 181 | + rdf:type owl:Class ; | ||
| 182 | + rdfs:label "Current control estimate"^^xsd:string ; | ||
| 183 | + rdfs:subClassOf ILAP:CostEstimate . | ||
| 184 | + | ||
| 175 | ILAP:CurrentSchedule | 185 | ILAP:CurrentSchedule |
| 176 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 186 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 177 | rdfs:label "Current schedule"^^xsd:string ; | 187 | rdfs:label "Current schedule"^^xsd:string ; |
| ... | @@ -188,8 +198,8 @@ ILAP:ExecutionPlan | ... | @@ -188,8 +198,8 @@ ILAP:ExecutionPlan |
| 188 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS7952931> , ILAP:ActivityPlan ; | 198 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS7952931> , ILAP:ActivityPlan ; |
| 189 | rdfs:subClassOf | 199 | rdfs:subClassOf |
| 190 | [ rdf:type owl:Restriction ; | 200 | [ rdf:type owl:Restriction ; |
| 191 | - owl:onProperty ILAP:hasPlanLevel ; | 201 | + owl:allValuesFrom ILAP:PlanValueObjective ; |
| 192 | - owl:someValuesFrom ILAP:PlanLevel | 202 | + owl:onProperty ILAP:hasPlanValueObjective |
| 193 | ] ; | 203 | ] ; |
| 194 | rdfs:subClassOf | 204 | rdfs:subClassOf |
| 195 | [ rdf:type owl:Restriction ; | 205 | [ rdf:type owl:Restriction ; |
| ... | @@ -198,67 +208,67 @@ ILAP:ExecutionPlan | ... | @@ -198,67 +208,67 @@ ILAP:ExecutionPlan |
| 198 | ] ; | 208 | ] ; |
| 199 | rdfs:subClassOf | 209 | rdfs:subClassOf |
| 200 | [ rdf:type owl:Restriction ; | 210 | [ rdf:type owl:Restriction ; |
| 201 | - owl:maxQualifiedCardinality | 211 | + owl:allValuesFrom ILAP:PlanContractType ; |
| 202 | - "1"^^xsd:nonNegativeInteger ; | 212 | + owl:onProperty ILAP:hasPlanContractType |
| 203 | - owl:onClass ILAP:Project ; | ||
| 204 | - owl:onProperty ILAP:hasPlanProject | ||
| 205 | ] ; | 213 | ] ; |
| 206 | rdfs:subClassOf | 214 | rdfs:subClassOf |
| 207 | [ rdf:type owl:Restriction ; | 215 | [ rdf:type owl:Restriction ; |
| 208 | - owl:allValuesFrom NPD:NPDelement ; | 216 | + owl:maxQualifiedCardinality |
| 209 | - owl:onProperty ILAP:hasPlanNPDelement | 217 | + "1"^^xsd:nonNegativeInteger ; |
| 218 | + owl:onClass ILAP:PlanLevel ; | ||
| 219 | + owl:onProperty ILAP:hasPlanLevel | ||
| 210 | ] ; | 220 | ] ; |
| 211 | rdfs:subClassOf | 221 | rdfs:subClassOf |
| 212 | [ rdf:type owl:Restriction ; | 222 | [ rdf:type owl:Restriction ; |
| 213 | - owl:allValuesFrom ILAP:ExecutionPlan ; | 223 | + owl:onProperty ILAP:hasPlanGeoArea ; |
| 214 | - owl:onProperty ILAP:hasPlanSubplan | 224 | + owl:someValuesFrom ILAP:PlanGeoArea |
| 215 | ] ; | 225 | ] ; |
| 216 | rdfs:subClassOf | 226 | rdfs:subClassOf |
| 217 | [ rdf:type owl:Restriction ; | 227 | [ rdf:type owl:Restriction ; |
| 218 | - owl:onProperty ILAP:hasPlanProjectType ; | 228 | + owl:onProperty ILAP:hasPlanLevel ; |
| 219 | - owl:someValuesFrom ILAP:PlanProjectType | 229 | + owl:someValuesFrom ILAP:PlanLevel |
| 220 | ] ; | 230 | ] ; |
| 221 | rdfs:subClassOf | 231 | rdfs:subClassOf |
| 222 | [ rdf:type owl:Restriction ; | 232 | [ rdf:type owl:Restriction ; |
| 223 | - owl:allValuesFrom ILAP:ExecutionPlan ; | 233 | + owl:allValuesFrom ILAP:PlanLifecyclePhase ; |
| 224 | - owl:onProperty ILAP:hasPlanRollUp | 234 | + owl:onProperty ILAP:hasPlanLifecyclePhase |
| 225 | ] ; | 235 | ] ; |
| 226 | rdfs:subClassOf | 236 | rdfs:subClassOf |
| 227 | [ rdf:type owl:Restriction ; | 237 | [ rdf:type owl:Restriction ; |
| 228 | - owl:onProperty ILAP:hasPlanGeoArea ; | 238 | + owl:allValuesFrom ILAP:ExecutionPlan ; |
| 229 | - owl:someValuesFrom ILAP:PlanGeoArea | 239 | + owl:onProperty ILAP:hasPlanRollUpPlan |
| 230 | ] ; | 240 | ] ; |
| 231 | rdfs:subClassOf | 241 | rdfs:subClassOf |
| 232 | [ rdf:type owl:Restriction ; | 242 | [ rdf:type owl:Restriction ; |
| 233 | - owl:allValuesFrom BRREG:LegalEntity ; | 243 | + owl:allValuesFrom NPD:NPDelement ; |
| 234 | - owl:onProperty ILAP:hasPlanResponsible | 244 | + owl:onProperty ILAP:hasPlanNPDelement |
| 235 | ] ; | 245 | ] ; |
| 236 | rdfs:subClassOf | 246 | rdfs:subClassOf |
| 237 | [ rdf:type owl:Restriction ; | 247 | [ rdf:type owl:Restriction ; |
| 238 | - owl:allValuesFrom ILAP:PlanLifecyclePhase ; | 248 | + owl:onProperty ILAP:hasPlanProjectType ; |
| 239 | - owl:onProperty ILAP:hasPlanLifecyclePhase | 249 | + owl:someValuesFrom ILAP:PlanProjectType |
| 240 | ] ; | 250 | ] ; |
| 241 | rdfs:subClassOf | 251 | rdfs:subClassOf |
| 242 | [ rdf:type owl:Restriction ; | 252 | [ rdf:type owl:Restriction ; |
| 243 | - owl:allValuesFrom ILAP:PlanValueObjective ; | 253 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 244 | - owl:onProperty ILAP:hasPlanValueObjective | 254 | + owl:onProperty ILAP:hasPlanResponsible |
| 245 | ] ; | 255 | ] ; |
| 246 | rdfs:subClassOf | 256 | rdfs:subClassOf |
| 247 | [ rdf:type owl:Restriction ; | 257 | [ rdf:type owl:Restriction ; |
| 248 | owl:maxQualifiedCardinality | 258 | owl:maxQualifiedCardinality |
| 249 | "1"^^xsd:nonNegativeInteger ; | 259 | "1"^^xsd:nonNegativeInteger ; |
| 250 | - owl:onClass ILAP:PlanLevel ; | 260 | + owl:onClass ILAP:Project ; |
| 251 | - owl:onProperty ILAP:hasPlanLevel | 261 | + owl:onProperty ILAP:hasPlanProject |
| 252 | ] ; | 262 | ] ; |
| 253 | rdfs:subClassOf | 263 | rdfs:subClassOf |
| 254 | [ rdf:type owl:Restriction ; | 264 | [ rdf:type owl:Restriction ; |
| 255 | - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; | 265 | + owl:allValuesFrom ILAP:ExecutionPlan ; |
| 256 | - owl:onProperty ILAP:hasPlanAsset | 266 | + owl:onProperty ILAP:hasPlanSubplan |
| 257 | ] ; | 267 | ] ; |
| 258 | rdfs:subClassOf | 268 | rdfs:subClassOf |
| 259 | [ rdf:type owl:Restriction ; | 269 | [ rdf:type owl:Restriction ; |
| 260 | - owl:allValuesFrom ILAP:PlanContractType ; | 270 | + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; |
| 261 | - owl:onProperty ILAP:hasPlanContractType | 271 | + owl:onProperty ILAP:hasPlanAsset |
| 262 | ] . | 272 | ] . |
| 263 | 273 | ||
| 264 | ILAP:ExternalReference | 274 | ILAP:ExternalReference |
| ... | @@ -319,6 +329,11 @@ ILAP:NetworkSchedule | ... | @@ -319,6 +329,11 @@ ILAP:NetworkSchedule |
| 319 | owl:onProperty ILAP:hasSchedulePlan | 329 | owl:onProperty ILAP:hasSchedulePlan |
| 320 | ] . | 330 | ] . |
| 321 | 331 | ||
| 332 | +ILAP:OriginalControlEstimate | ||
| 333 | + rdf:type owl:Class ; | ||
| 334 | + rdfs:label "Original control estimate"^^xsd:string ; | ||
| 335 | + rdfs:subClassOf ILAP:CostEstimate . | ||
| 336 | + | ||
| 322 | ILAP:OwnersContractControlSchedule | 337 | ILAP:OwnersContractControlSchedule |
| 323 | rdf:type owl:Class ; | 338 | rdf:type owl:Class ; |
| 324 | rdfs:label "Owners control schedule"^^xsd:string ; | 339 | rdfs:label "Owners control schedule"^^xsd:string ; |
| ... | @@ -390,23 +405,18 @@ ILAP:PlannedActivity | ... | @@ -390,23 +405,18 @@ ILAP:PlannedActivity |
| 390 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; | 405 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; |
| 391 | rdfs:subClassOf | 406 | rdfs:subClassOf |
| 392 | [ rdf:type owl:Restriction ; | 407 | [ rdf:type owl:Restriction ; |
| 393 | - owl:allValuesFrom ILAP:Profile ; | 408 | + owl:allValuesFrom ILAP:PlannedResource ; |
| 394 | - owl:onProperty ILAP:hasActivityResourceProfile | 409 | + owl:onProperty ILAP:hasActivityPlannedResource |
| 395 | - ] ; | ||
| 396 | - rdfs:subClassOf | ||
| 397 | - [ rdf:type owl:Restriction ; | ||
| 398 | - owl:onProperty ILAP:hasActivityDiscipline ; | ||
| 399 | - owl:someValuesFrom ILAP:PlannedActivity | ||
| 400 | ] ; | 410 | ] ; |
| 401 | rdfs:subClassOf | 411 | rdfs:subClassOf |
| 402 | [ rdf:type owl:Restriction ; | 412 | [ rdf:type owl:Restriction ; |
| 403 | - owl:allValuesFrom ILAP:Result ; | 413 | + owl:allValuesFrom ILAP:Location ; |
| 404 | - owl:onProperty ILAP:hasActivityResult | 414 | + owl:onProperty ILAP:hasActivityLocation |
| 405 | ] ; | 415 | ] ; |
| 406 | rdfs:subClassOf | 416 | rdfs:subClassOf |
| 407 | [ rdf:type owl:Restriction ; | 417 | [ rdf:type owl:Restriction ; |
| 408 | - owl:allValuesFrom ILAP:Successor ; | 418 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 409 | - owl:onProperty ILAP:hasActivityPredecessor | 419 | + owl:onProperty ILAP:hasActivityResponsibleOrganization |
| 410 | ] ; | 420 | ] ; |
| 411 | rdfs:subClassOf | 421 | rdfs:subClassOf |
| 412 | [ rdf:type owl:Restriction ; | 422 | [ rdf:type owl:Restriction ; |
| ... | @@ -414,18 +424,6 @@ ILAP:PlannedActivity | ... | @@ -414,18 +424,6 @@ ILAP:PlannedActivity |
| 414 | owl:onProperty ILAP:hasActivityPhase | 424 | owl:onProperty ILAP:hasActivityPhase |
| 415 | ] ; | 425 | ] ; |
| 416 | rdfs:subClassOf | 426 | rdfs:subClassOf |
| 417 | - [ rdf:type owl:Class ; | ||
| 418 | - owl:intersectionOf ([ rdf:type owl:Restriction ; | ||
| 419 | - owl:allValuesFrom owl:Class ; | ||
| 420 | - owl:onProperty ILAP:hasActivityWBS | ||
| 421 | - ] [ rdf:type owl:Restriction ; | ||
| 422 | - owl:onClass owl:Class ; | ||
| 423 | - owl:onProperty ILAP:hasActivityWBS ; | ||
| 424 | - owl:qualifiedCardinality | ||
| 425 | - "1"^^xsd:nonNegativeInteger | ||
| 426 | - ]) | ||
| 427 | - ] ; | ||
| 428 | - rdfs:subClassOf | ||
| 429 | [ rdf:type owl:Restriction ; | 427 | [ rdf:type owl:Restriction ; |
| 430 | owl:maxQualifiedCardinality | 428 | owl:maxQualifiedCardinality |
| 431 | "1"^^xsd:nonNegativeInteger ; | 429 | "1"^^xsd:nonNegativeInteger ; |
| ... | @@ -434,28 +432,38 @@ ILAP:PlannedActivity | ... | @@ -434,28 +432,38 @@ ILAP:PlannedActivity |
| 434 | ] ; | 432 | ] ; |
| 435 | rdfs:subClassOf | 433 | rdfs:subClassOf |
| 436 | [ rdf:type owl:Restriction ; | 434 | [ rdf:type owl:Restriction ; |
| 437 | - owl:allValuesFrom ILAP:ResponsiblePerson ; | 435 | + owl:allValuesFrom ILAP:Successor ; |
| 438 | - owl:onProperty ILAP:hasActivityResponsiblePerson | 436 | + owl:onProperty ILAP:hasActivitySuccessor |
| 437 | + ] ; | ||
| 438 | + rdfs:subClassOf | ||
| 439 | + [ rdf:type owl:Restriction ; | ||
| 440 | + owl:allValuesFrom ILAP:Result ; | ||
| 441 | + owl:onProperty ILAP:hasActivityResult | ||
| 439 | ] ; | 442 | ] ; |
| 440 | rdfs:subClassOf | 443 | rdfs:subClassOf |
| 441 | [ rdf:type owl:Restriction ; | 444 | [ rdf:type owl:Restriction ; |
| 442 | owl:allValuesFrom ILAP:Successor ; | 445 | owl:allValuesFrom ILAP:Successor ; |
| 443 | - owl:onProperty ILAP:hasActivitySuccessor | 446 | + owl:onProperty ILAP:hasActivityPredecessor |
| 444 | ] ; | 447 | ] ; |
| 445 | rdfs:subClassOf | 448 | rdfs:subClassOf |
| 446 | [ rdf:type owl:Restriction ; | 449 | [ rdf:type owl:Restriction ; |
| 447 | - owl:allValuesFrom BRREG:LegalEntity ; | 450 | + owl:allValuesFrom ILAP:Profile ; |
| 448 | - owl:onProperty ILAP:hasActivityResponsibleOrganization | 451 | + owl:onProperty ILAP:hasActivityResourceProfile |
| 449 | ] ; | 452 | ] ; |
| 450 | rdfs:subClassOf | 453 | rdfs:subClassOf |
| 451 | [ rdf:type owl:Restriction ; | 454 | [ rdf:type owl:Restriction ; |
| 452 | - owl:allValuesFrom ILAP:PlannedResource ; | 455 | + owl:allValuesFrom ILAP:ActivityWBS ; |
| 453 | - owl:onProperty ILAP:hasActivityPlannedResource | 456 | + owl:onProperty ILAP:hasActivityWBS |
| 454 | ] ; | 457 | ] ; |
| 455 | rdfs:subClassOf | 458 | rdfs:subClassOf |
| 456 | [ rdf:type owl:Restriction ; | 459 | [ rdf:type owl:Restriction ; |
| 457 | - owl:allValuesFrom ILAP:Location ; | 460 | + owl:allValuesFrom ILAP:ResponsiblePerson ; |
| 458 | - owl:onProperty ILAP:hasActivityLocation | 461 | + owl:onProperty ILAP:hasActivityResponsiblePerson |
| 462 | + ] ; | ||
| 463 | + rdfs:subClassOf | ||
| 464 | + [ rdf:type owl:Restriction ; | ||
| 465 | + owl:onProperty ILAP:hasActivityDiscipline ; | ||
| 466 | + owl:someValuesFrom ILAP:Discipline | ||
| 459 | ] . | 467 | ] . |
| 460 | 468 | ||
| 461 | ILAP:PlannedResource | 469 | ILAP:PlannedResource |
| ... | @@ -695,11 +703,10 @@ ILAP:hasActivityActualWeight | ... | @@ -695,11 +703,10 @@ ILAP:hasActivityActualWeight |
| 695 | rdfs:range xsd:float ; | 703 | rdfs:range xsd:float ; |
| 696 | rdfs:subPropertyOf ILAP:hasActivityWeight . | 704 | rdfs:subPropertyOf ILAP:hasActivityWeight . |
| 697 | 705 | ||
| 698 | -ILAP:hasActivityCOR | 706 | +ILAP:hasActivityBaselineSchedule |
| 699 | rdf:type owl:ObjectProperty ; | 707 | rdf:type owl:ObjectProperty ; |
| 700 | - rdfs:domain ILAP:PlannedActivity ; | 708 | + rdfs:domain ILAP:ScheduledActivity ; |
| 701 | - rdfs:label "has activity COR"^^xsd:string ; | 709 | + rdfs:label "has activity baseline schedule"^^xsd:string . |
| 702 | - rdfs:subPropertyOf ILAP:hasActivityWBS . | ||
| 703 | 710 | ||
| 704 | ILAP:hasActivityCalendar | 711 | ILAP:hasActivityCalendar |
| 705 | rdf:type owl:ObjectProperty ; | 712 | rdf:type owl:ObjectProperty ; |
| ... | @@ -745,13 +752,6 @@ ILAP:hasActivityLocation | ... | @@ -745,13 +752,6 @@ ILAP:hasActivityLocation |
| 745 | rdfs:label "has location"^^xsd:string ; | 752 | rdfs:label "has location"^^xsd:string ; |
| 746 | rdfs:range ILAP:Location . | 753 | rdfs:range ILAP:Location . |
| 747 | 754 | ||
| 748 | -ILAP:hasActivityPBS | ||
| 749 | - rdf:type owl:ObjectProperty ; | ||
| 750 | - rdfs:domain ILAP:PlannedActivity ; | ||
| 751 | - rdfs:label "has activity PBS"^^xsd:string ; | ||
| 752 | - rdfs:range SCCS:PBScode ; | ||
| 753 | - rdfs:subPropertyOf ILAP:hasActivityWBS . | ||
| 754 | - | ||
| 755 | ILAP:hasActivityPartActivity | 755 | ILAP:hasActivityPartActivity |
| 756 | rdf:type owl:ObjectProperty ; | 756 | rdf:type owl:ObjectProperty ; |
| 757 | rdfs:domain ILAP:PlannedActivity ; | 757 | rdfs:domain ILAP:PlannedActivity ; |
| ... | @@ -831,13 +831,6 @@ ILAP:hasActivityResult | ... | @@ -831,13 +831,6 @@ ILAP:hasActivityResult |
| 831 | rdfs:label "has activity result"^^xsd:string ; | 831 | rdfs:label "has activity result"^^xsd:string ; |
| 832 | rdfs:range ILAP:Result . | 832 | rdfs:range ILAP:Result . |
| 833 | 833 | ||
| 834 | -ILAP:hasActivitySAB | ||
| 835 | - rdf:type owl:ObjectProperty ; | ||
| 836 | - rdfs:domain ILAP:PlannedActivity ; | ||
| 837 | - rdfs:label "has activity SAB"^^xsd:string ; | ||
| 838 | - rdfs:range SCCS:SABcode ; | ||
| 839 | - rdfs:subPropertyOf ILAP:hasActivityWBS . | ||
| 840 | - | ||
| 841 | ILAP:hasActivitySchedule | 834 | ILAP:hasActivitySchedule |
| 842 | rdf:type owl:ObjectProperty ; | 835 | rdf:type owl:ObjectProperty ; |
| 843 | rdfs:domain ILAP:ScheduledActivity ; | 836 | rdfs:domain ILAP:ScheduledActivity ; |
| ... | @@ -971,6 +964,13 @@ ILAP:hasEarlyStart | ... | @@ -971,6 +964,13 @@ ILAP:hasEarlyStart |
| 971 | rdfs:range xsd:date ; | 964 | rdfs:range xsd:date ; |
| 972 | rdfs:subPropertyOf ILAP:hasScheduleDate . | 965 | rdfs:subPropertyOf ILAP:hasScheduleDate . |
| 973 | 966 | ||
| 967 | +ILAP:hasEarlyStartActual | ||
| 968 | + rdf:type owl:DatatypeProperty ; | ||
| 969 | + rdfs:domain ILAP:ScheduledActivity ; | ||
| 970 | + rdfs:label "has early start actual "^^xsd:string ; | ||
| 971 | + rdfs:range xsd:date ; | ||
| 972 | + rdfs:subPropertyOf ILAP:hasScheduleDate . | ||
| 973 | + | ||
| 974 | ILAP:hasExternalReference | 974 | ILAP:hasExternalReference |
| 975 | rdf:type owl:ObjectProperty ; | 975 | rdf:type owl:ObjectProperty ; |
| 976 | rdfs:label "has External Reference"^^xsd:string ; | 976 | rdfs:label "has External Reference"^^xsd:string ; |
| ... | @@ -1159,10 +1159,10 @@ ILAP:hasPlanResponsible | ... | @@ -1159,10 +1159,10 @@ ILAP:hasPlanResponsible |
| 1159 | rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1159 | rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 1160 | rdfs:label "has plan responsible"^^xsd:string . | 1160 | rdfs:label "has plan responsible"^^xsd:string . |
| 1161 | 1161 | ||
| 1162 | -ILAP:hasPlanRollUp | 1162 | +ILAP:hasPlanRollUpPlan |
| 1163 | rdf:type owl:ObjectProperty ; | 1163 | rdf:type owl:ObjectProperty ; |
| 1164 | rdfs:domain ILAP:ExecutionPlan ; | 1164 | rdfs:domain ILAP:ExecutionPlan ; |
| 1165 | - rdfs:label "has plan roll up"^^xsd:string ; | 1165 | + rdfs:label "has plan roll up plan"^^xsd:string ; |
| 1166 | rdfs:range ILAP:ExecutionPlan . | 1166 | rdfs:range ILAP:ExecutionPlan . |
| 1167 | 1167 | ||
| 1168 | ILAP:hasPlanServiceSupplier | 1168 | ILAP:hasPlanServiceSupplier |
| ... | @@ -1249,6 +1249,12 @@ ILAP:hasResourceCalendar | ... | @@ -1249,6 +1249,12 @@ ILAP:hasResourceCalendar |
| 1249 | rdfs:label "has resource calendar"^^xsd:string ; | 1249 | rdfs:label "has resource calendar"^^xsd:string ; |
| 1250 | rdfs:range ILAP:Calendar . | 1250 | rdfs:range ILAP:Calendar . |
| 1251 | 1251 | ||
| 1252 | +ILAP:hasResourceEarnedQuantity | ||
| 1253 | + rdf:type owl:DatatypeProperty ; | ||
| 1254 | + rdfs:domain ILAP:Resource ; | ||
| 1255 | + rdfs:label "has resource earned quantity"^^xsd:string ; | ||
| 1256 | + rdfs:range xsd:float . | ||
| 1257 | + | ||
| 1252 | ILAP:hasResourceExpendedQuantity | 1258 | ILAP:hasResourceExpendedQuantity |
| 1253 | rdf:type owl:DatatypeProperty ; | 1259 | rdf:type owl:DatatypeProperty ; |
| 1254 | rdfs:domain ILAP:Resource ; | 1260 | rdfs:domain ILAP:Resource ; | ... | ... |
File moved
| ... | @@ -9,7 +9,7 @@ | ... | @@ -9,7 +9,7 @@ |
| 9 | : rdf:type owl:Ontology ; | 9 | : rdf:type owl:Ontology ; |
| 10 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 10 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 11 | 11 | ||
| 12 | -:BAA rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 12 | +:BAA rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 13 | rdfs:label "Business area agreement"^^xsd:string ; | 13 | rdfs:label "Business area agreement"^^xsd:string ; |
| 14 | rdfs:subClassOf :NPDelement . | 14 | rdfs:subClassOf :NPDelement . |
| 15 | 15 | ||
| ... | @@ -26,12 +26,12 @@ | ... | @@ -26,12 +26,12 @@ |
| 26 | rdfs:label "Eldfisk C"^^xsd:string . | 26 | rdfs:label "Eldfisk C"^^xsd:string . |
| 27 | 27 | ||
| 28 | :Facility | 28 | :Facility |
| 29 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ; | 29 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; |
| 30 | rdfs:label "Facility"^^xsd:string ; | 30 | rdfs:label "Facility"^^xsd:string ; |
| 31 | rdfs:subClassOf :NPDelement . | 31 | rdfs:subClassOf :NPDelement . |
| 32 | 32 | ||
| 33 | :Field | 33 | :Field |
| 34 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | 34 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; |
| 35 | rdfs:label "Field"^^xsd:string ; | 35 | rdfs:label "Field"^^xsd:string ; |
| 36 | rdfs:subClassOf :NPDelement . | 36 | rdfs:subClassOf :NPDelement . |
| 37 | 37 | ||
| ... | @@ -52,16 +52,16 @@ | ... | @@ -52,16 +52,16 @@ |
| 52 | rdfs:label "License 1"^^xsd:string . | 52 | rdfs:label "License 1"^^xsd:string . |
| 53 | 53 | ||
| 54 | :NPDelement | 54 | :NPDelement |
| 55 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ; | 55 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; |
| 56 | rdfs:label "Petroleum register element"^^xsd:string ; | 56 | rdfs:label "Petroleum register element"^^xsd:string ; |
| 57 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1750688011> . | 57 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750688011> , owl:Thing . |
| 58 | 58 | ||
| 59 | :PipelineFacility | 59 | :PipelineFacility |
| 60 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; | 60 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ; |
| 61 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility . | 61 | + rdfs:subClassOf :Facility , <http://posccaesar.org/rdl/RDS1750613511> . |
| 62 | 62 | ||
| 63 | :ProductionLicense | 63 | :ProductionLicense |
| 64 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 64 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 65 | rdfs:label "License"^^xsd:string ; | 65 | rdfs:label "License"^^xsd:string ; |
| 66 | rdfs:subClassOf :NPDelement . | 66 | rdfs:subClassOf :NPDelement . |
| 67 | 67 | ||
| ... | @@ -76,6 +76,11 @@ | ... | @@ -76,6 +76,11 @@ |
| 76 | rdf:type :Field ; | 76 | rdf:type :Field ; |
| 77 | rdfs:label "Statfjord"^^xsd:string . | 77 | rdfs:label "Statfjord"^^xsd:string . |
| 78 | 78 | ||
| 79 | +:StatfjordA | ||
| 80 | + rdf:type owl:Class ; | ||
| 81 | + rdfs:label "Statfjord a"^^xsd:string ; | ||
| 82 | + rdfs:subClassOf :SurfaceFacility . | ||
| 83 | + | ||
| 79 | :StatfjordB | 84 | :StatfjordB |
| 80 | rdf:type :SurfaceFacility ; | 85 | rdf:type :SurfaceFacility ; |
| 81 | rdfs:label "Statfjord B"^^xsd:string . | 86 | rdfs:label "Statfjord B"^^xsd:string . |
| ... | @@ -84,16 +89,16 @@ | ... | @@ -84,16 +89,16 @@ |
| 84 | rdf:type :SubsurfaceFacility . | 89 | rdf:type :SubsurfaceFacility . |
| 85 | 90 | ||
| 86 | :SubsurfaceFacility | 91 | :SubsurfaceFacility |
| 87 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; | 92 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ; |
| 88 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility . | 93 | + rdfs:subClassOf :Facility , <http://posccaesar.org/rdl/RDS1750613511> . |
| 89 | 94 | ||
| 90 | :SurfaceFacility | 95 | :SurfaceFacility |
| 91 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; | 96 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ; |
| 92 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility . | 97 | + rdfs:subClassOf :Facility , <http://posccaesar.org/rdl/RDS1750613511> . |
| 93 | 98 | ||
| 94 | :WellBore | 99 | :WellBore |
| 95 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFeature> , owl:Class ; | 100 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFeature> ; |
| 96 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1714464911> , :NPDelement . | 101 | + rdfs:subClassOf :NPDelement , <http://posccaesar.org/rdl/RDS1714464911> . |
| 97 | 102 | ||
| 98 | :WellBore_1 | 103 | :WellBore_1 |
| 99 | rdf:type :WellBore . | 104 | rdf:type :WellBore . | ... | ... |
| ... | @@ -106,6 +106,13 @@ UC1:CurrentSchedule_1 | ... | @@ -106,6 +106,13 @@ UC1:CurrentSchedule_1 |
| 106 | ILAP:hasSchedulePlan | 106 | ILAP:hasSchedulePlan |
| 107 | UC1:ProjectPlan_1 . | 107 | UC1:ProjectPlan_1 . |
| 108 | 108 | ||
| 109 | +UC1:ExternalReference_1 | ||
| 110 | + rdf:type ILAP:ExternalReference ; | ||
| 111 | + rdfs:label "External reference 1"^^xsd:string ; | ||
| 112 | + ILAP:hasReferenceApplication | ||
| 113 | + ILAP:SAP ; | ||
| 114 | + ILAP:hasReferenceID "UC2-Ex2-P6-102"^^xsd:string . | ||
| 115 | + | ||
| 109 | UC1:LiveSchedule_1 | 116 | UC1:LiveSchedule_1 |
| 110 | rdf:type ILAP:LiveSchedule ; | 117 | rdf:type ILAP:LiveSchedule ; |
| 111 | rdfs:label "Live schedule 1"^^xsd:string ; | 118 | rdfs:label "Live schedule 1"^^xsd:string ; |
| ... | @@ -142,13 +149,13 @@ UC1:Profile_1 | ... | @@ -142,13 +149,13 @@ UC1:Profile_1 |
| 142 | rdf:type ILAP:Profile ; | 149 | rdf:type ILAP:Profile ; |
| 143 | rdfs:label "Profile 1"^^xsd:string ; | 150 | rdfs:label "Profile 1"^^xsd:string ; |
| 144 | ILAP:hasProfilePoint | 151 | ILAP:hasProfilePoint |
| 145 | - ILAP:ProfilePoint_2 , ILAP:ProfilePoint_1 . | 152 | + ILAP:ProfilePoint_1 , ILAP:ProfilePoint_2 . |
| 146 | 153 | ||
| 147 | UC1:ProjectPlan_1 | 154 | UC1:ProjectPlan_1 |
| 148 | rdf:type ILAP:ProjectPlan ; | 155 | rdf:type ILAP:ProjectPlan ; |
| 149 | rdfs:label "Project plan 1"^^xsd:string ; | 156 | rdfs:label "Project plan 1"^^xsd:string ; |
| 150 | ILAP:hasPlanUserField | 157 | ILAP:hasPlanUserField |
| 151 | - <http://data.posccaesar.org/NCS_PLANNING/UserField_3> , <http://data.posccaesar.org/NCS_PLANNING/UserField_2> , <http://data.posccaesar.org/NCS_PLANNING/UserField_1> . | 158 | + <http://data.posccaesar.org/NCS_PLANNING/UserField_1> , <http://data.posccaesar.org/NCS_PLANNING/UserField_2> , <http://data.posccaesar.org/NCS_PLANNING/UserField_3> . |
| 152 | 159 | ||
| 153 | UC1:Project_1 | 160 | UC1:Project_1 |
| 154 | rdf:type ILAP:Project ; | 161 | rdf:type ILAP:Project ; | ... | ... |
| ... | @@ -2,8 +2,10 @@ | ... | @@ -2,8 +2,10 @@ |
| 2 | # imports: http://data.posccaesar.org/NCS_PLANNING/ | 2 | # imports: http://data.posccaesar.org/NCS_PLANNING/ |
| 3 | 3 | ||
| 4 | @prefix : <http://data.posccaesar.org/Data/UC2/> . | 4 | @prefix : <http://data.posccaesar.org/Data/UC2/> . |
| 5 | +@prefix COR: <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#> . | ||
| 5 | @prefix ILAP: <http://data.posccaesar.org/ilap/> . | 6 | @prefix ILAP: <http://data.posccaesar.org/ilap/> . |
| 6 | @prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . | 7 | @prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . |
| 8 | +@prefix NPD: <http://data.posccaesar.org/npd/> . | ||
| 7 | @prefix UC2: <http://data.posccaesar.org/Data/UC2/> . | 9 | @prefix UC2: <http://data.posccaesar.org/Data/UC2/> . |
| 8 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 10 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 9 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 11 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| ... | @@ -13,157 +15,26 @@ | ... | @@ -13,157 +15,26 @@ |
| 13 | UC2: rdf:type owl:Ontology ; | 15 | UC2: rdf:type owl:Ontology ; |
| 14 | owl:imports NCS: . | 16 | owl:imports NCS: . |
| 15 | 17 | ||
| 16 | -ILAP:ActivityInPlan_1 | 18 | +UC2:ActivityWBS_1 |
| 17 | - rdf:type ILAP:PlannedActivity ; | 19 | + rdf:type COR:ADA , ILAP:ActivityWBS ; |
| 18 | - rdfs:label "Activity in plan 1"^^xsd:string ; | 20 | + rdfs:label "Activity WBS 1"^^xsd:string . |
| 19 | - ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_L_Direct_Labor> , <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ; | ||
| 20 | - ILAP:hasActivityCalendar | ||
| 21 | - ILAP:Regular8To16WorkingDayCalendar ; | ||
| 22 | - ILAP:hasActivityContractor | ||
| 23 | - <http://data.posccaesar.org/brreg/Technip> ; | ||
| 24 | - ILAP:hasActivityContractorWBS | ||
| 25 | - ILAP:ContractorWBS_1 ; | ||
| 26 | - ILAP:hasActivityDiscipline | ||
| 27 | - <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> , <http://data.posccaesar.org/sccs/COR_H_Owners_Personnel> ; | ||
| 28 | - ILAP:hasActivityDuration | ||
| 29 | - "P0Y0M10D"^^xsd:duration ; | ||
| 30 | - ILAP:hasActivityLocation | ||
| 31 | - <http://data.posccaesar.org/npd/EldfiskC> ; | ||
| 32 | - ILAP:hasActivityPBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ; | ||
| 33 | - ILAP:hasActivityPhase | ||
| 34 | - <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> , <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ; | ||
| 35 | - ILAP:hasActivityPlan | ||
| 36 | - ILAP:Plan_1 ; | ||
| 37 | - ILAP:hasActivityRegulator | ||
| 38 | - <http://data.posccaesar.org/brreg/NPD> ; | ||
| 39 | - ILAP:hasActivityResource | ||
| 40 | - <http://data.posccaesar.org/sccs/COR_H_Owners_Personnel> , <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ; | ||
| 41 | - ILAP:hasActivityResourceProfile | ||
| 42 | - ILAP:Profile_1 ; | ||
| 43 | - ILAP:hasActivityResponsibleOrganization | ||
| 44 | - <http://data.posccaesar.org/brreg/Sevan> ; | ||
| 45 | - ILAP:hasActivityResponsiblePerson | ||
| 46 | - <http://data.posccaesar.org/pob/RolfHansen> ; | ||
| 47 | - ILAP:hasActivityResult | ||
| 48 | - <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ; | ||
| 49 | - ILAP:hasActivitySAB <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> , <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> ; | ||
| 50 | - ILAP:hasActivityServiceSupplier | ||
| 51 | - <http://data.posccaesar.org/brreg/Sevan> ; | ||
| 52 | - ILAP:hasActivityStatus | ||
| 53 | - ILAP:Active ; | ||
| 54 | - ILAP:hasActivitySuccessor | ||
| 55 | - ILAP:Successor_1 ; | ||
| 56 | - ILAP:hasActivityVendor | ||
| 57 | - <http://data.posccaesar.org/brreg/SumitomoMetal> ; | ||
| 58 | - ILAP:hasActivityWBS <http://data.posccaesar.org/sccs/COR_C_Construction_Overheads> , <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> , <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> , <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> , <http://data.posccaesar.org/sccs/COR_E_Equipment> , <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ; | ||
| 59 | - ILAP:hasActivityWorkTask | ||
| 60 | - <http://data.posccaesar.org/epcis/DepartingEvent_1> , <http://data.posccaesar.org/epcis/ArrivingEvent_1> , ILAP:WorkTask_1 ; | ||
| 61 | - ILAP:hasActivityWorkVolume | ||
| 62 | - "1000"^^xsd:float ; | ||
| 63 | - ILAP:hasExternalReference | ||
| 64 | - ILAP:ExternalReference_1 ; | ||
| 65 | - ILAP:hasFixedFinish "2014-04-15T09:00:00"^^xsd:dateTime ; | ||
| 66 | - ILAP:hasFixedStart "2014-04-01T09:00:00"^^xsd:dateTime . | ||
| 67 | - | ||
| 68 | -ILAP:ActivityInPlan_2 | ||
| 69 | - rdf:type ILAP:PlannedActivity ; | ||
| 70 | - rdfs:label "Activity in plan 2"^^xsd:string ; | ||
| 71 | - ILAP:hasActivityPlan | ||
| 72 | - ILAP:Plan_1 ; | ||
| 73 | - ILAP:hasActivityPredecessor | ||
| 74 | - ILAP:Successor_1 ; | ||
| 75 | - ILAP:hasActivitySuccessor | ||
| 76 | - ILAP:Successor_2 . | ||
| 77 | - | ||
| 78 | -ILAP:ActivityInPlan_3 | ||
| 79 | - rdf:type ILAP:PlannedActivity ; | ||
| 80 | - rdfs:label "Activity in plan 3"^^xsd:string ; | ||
| 81 | - ILAP:hasActivityPlan | ||
| 82 | - ILAP:Plan_1 ; | ||
| 83 | - ILAP:hasActivityPredecessor | ||
| 84 | - ILAP:Successor_2 . | ||
| 85 | - | ||
| 86 | -ILAP:ActivityInSchedule_1 | ||
| 87 | - rdf:type ILAP:ScheduledActivity ; | ||
| 88 | - rdfs:label "Activity in schedule 1"^^xsd:string ; | ||
| 89 | - ILAP:hasActivityCalendar | ||
| 90 | - ILAP:Regular8To16WorkingDayCalendar ; | ||
| 91 | - ILAP:hasActivityDuration | ||
| 92 | - "P0Y0M10D"^^xsd:duration ; | ||
| 93 | - ILAP:hasActivityInScheduleActivityInPlan | ||
| 94 | - ILAP:ActivityInPlan_1 ; | ||
| 95 | - ILAP:hasActivitySchedule | ||
| 96 | - ILAP:TargetSchedule_1 ; | ||
| 97 | - ILAP:hasActivityStatus | ||
| 98 | - ILAP:Scheduled ; | ||
| 99 | - ILAP:hasActivityWorkVolume | ||
| 100 | - "30"^^xsd:float ; | ||
| 101 | - ILAP:hasEarlyFinish "2014-04-15T09:00:00"^^xsd:dateTime ; | ||
| 102 | - ILAP:hasEarlyStart "2014-04-01T09:00:00"^^xsd:dateTime ; | ||
| 103 | - ILAP:hasExternalReference | ||
| 104 | - ILAP:ExternalReference_4 ; | ||
| 105 | - ILAP:hasLateFinish "2014-04-20T09:00:00"^^xsd:dateTime ; | ||
| 106 | - ILAP:hasLateStart "2014-04-01T09:00:00"^^xsd:dateTime . | ||
| 107 | 21 | ||
| 108 | -ILAP:ActivityInSchedule_2 | 22 | +UC2:Discipline_1 |
| 109 | - rdf:type ILAP:ScheduledActivity ; | 23 | + rdf:type COR:BEA , ILAP:Discipline ; |
| 110 | - rdfs:label "Activity in schedule 2"^^xsd:string ; | 24 | + rdfs:label "Discipline 1"^^xsd:string . |
| 111 | - ILAP:hasActivityInScheduleActivityInPlan | ||
| 112 | - ILAP:ActivityInPlan_2 ; | ||
| 113 | - ILAP:hasActivitySchedule | ||
| 114 | - ILAP:TargetSchedule_1 ; | ||
| 115 | - ILAP:hasActivityStatus | ||
| 116 | - ILAP:Active . | ||
| 117 | 25 | ||
| 118 | -ILAP:ActivityInSchedule_3 | 26 | +UC2:Location_1 |
| 119 | - rdf:type ILAP:ScheduledActivity ; | 27 | + rdf:type NPD:StatfjordA , ILAP:Location ; |
| 120 | - rdfs:label "Activity in schedule 3"^^xsd:string ; | 28 | + rdfs:label "Location 1"^^xsd:string . |
| 121 | - ILAP:hasActivityInScheduleActivityInPlan | ||
| 122 | - ILAP:ActivityInPlan_3 ; | ||
| 123 | - ILAP:hasActivitySchedule | ||
| 124 | - ILAP:TargetSchedule_1 ; | ||
| 125 | - ILAP:hasActivityStatus | ||
| 126 | - ILAP:Scheduled . | ||
| 127 | 29 | ||
| 128 | -ILAP:ActivityInSchedule_4 | 30 | +UC2:PlannedActivity_1 |
| 129 | - rdf:type ILAP:ScheduledActivity ; | 31 | + rdf:type ILAP:PlannedActivity ; |
| 130 | - rdfs:label "Activity in schedule 4"^^xsd:string ; | 32 | + rdfs:label "Planned activity 1"^^xsd:string ; |
| 131 | - ILAP:hasActivityInScheduleActivityInPlan | 33 | + ILAP:hasActivityDiscipline |
| 132 | - ILAP:ActivityInPlan_1 ; | 34 | + UC2:Discipline_1 ; |
| 133 | - ILAP:hasActivitySchedule | 35 | + ILAP:hasActivityLocation |
| 134 | - ILAP:ActualSchedule_1 ; | 36 | + UC2:Location_1 , NPD:StafjordA ; |
| 135 | - ILAP:hasActivityStatus | 37 | + ILAP:hasActivityWBS UC2:ActivityWBS_1 . |
| 136 | - ILAP:Scheduled . | ||
| 137 | - | ||
| 138 | -ILAP:ActivityInSchedule_5 | ||
| 139 | - rdf:type ILAP:ScheduledActivity ; | ||
| 140 | - rdfs:label "Activity in schedule 5"^^xsd:string ; | ||
| 141 | - ILAP:hasActivityInScheduleActivityInPlan | ||
| 142 | - ILAP:ActivityInPlan_2 ; | ||
| 143 | - ILAP:hasActivitySchedule | ||
| 144 | - ILAP:ActualSchedule_1 ; | ||
| 145 | - ILAP:hasActivityStatus | ||
| 146 | - ILAP:Scheduled . | ||
| 147 | - | ||
| 148 | -ILAP:ActivityInSchedule_6 | ||
| 149 | - rdf:type ILAP:ScheduledActivity ; | ||
| 150 | - rdfs:label "Activity in schedule 6"^^xsd:string ; | ||
| 151 | - ILAP:hasActivityInScheduleActivityInPlan | ||
| 152 | - ILAP:ActivityInPlan_3 ; | ||
| 153 | - ILAP:hasActivitySchedule | ||
| 154 | - ILAP:ActualSchedule_1 ; | ||
| 155 | - ILAP:hasActivityStatus | ||
| 156 | - ILAP:Scheduled . | ||
| 157 | - | ||
| 158 | -ILAP:ActualSchedule_1 | ||
| 159 | - rdf:type ILAP:RevisedSchedule ; | ||
| 160 | - rdfs:label "Actual schedule 1"^^xsd:string ; | ||
| 161 | - ILAP:hasBaselineCreatedDate | ||
| 162 | - "2014-03-15"^^xsd:date ; | ||
| 163 | - ILAP:hasExternalReference | ||
| 164 | - ILAP:ExternalReference_1 ; | ||
| 165 | - ILAP:hasSchedulePlan | ||
| 166 | - ILAP:Plan_1 . | ||
| 167 | 38 | ||
| 168 | ILAP:ContractorWBS_1 | 39 | ILAP:ContractorWBS_1 |
| 169 | rdf:type ILAP:ContractorWBS ; | 40 | rdf:type ILAP:ContractorWBS ; |
| ... | @@ -171,159 +42,19 @@ ILAP:ContractorWBS_1 | ... | @@ -171,159 +42,19 @@ ILAP:ContractorWBS_1 |
| 171 | ILAP:hasContractorWBSelement | 42 | ILAP:hasContractorWBSelement |
| 172 | "Installation activity"^^xsd:string , "Installing pump"^^xsd:string , "Pump engineer"^^xsd:string . | 43 | "Installation activity"^^xsd:string , "Installing pump"^^xsd:string , "Pump engineer"^^xsd:string . |
| 173 | 44 | ||
| 174 | -ILAP:ExternalReference_1 | ||
| 175 | - rdf:type ILAP:ExternalReference ; | ||
| 176 | - rdfs:label "External reference 1"^^xsd:string ; | ||
| 177 | - ILAP:hasReferenceApplication | ||
| 178 | - ILAP:Safran ; | ||
| 179 | - ILAP:hasReferenceID "UC2-Ex1-Safran-101"^^xsd:string ; | ||
| 180 | - ILAP:hasReferenceSource | ||
| 181 | - <http://data.posccaesar.org/brreg/Sevan> . | ||
| 182 | - | ||
| 183 | -ILAP:ExternalReference_2 | ||
| 184 | - rdf:type ILAP:ExternalReference ; | ||
| 185 | - rdfs:label "External reference 2"^^xsd:string ; | ||
| 186 | - ILAP:hasReferenceApplication | ||
| 187 | - ILAP:Primavera ; | ||
| 188 | - ILAP:hasReferenceID "UC2-Ex2-P6-102"^^xsd:string ; | ||
| 189 | - ILAP:hasReferenceSource | ||
| 190 | - <http://data.posccaesar.org/brreg/Schlumberger> . | ||
| 191 | - | ||
| 192 | -ILAP:ExternalReference_3 | ||
| 193 | - rdf:type ILAP:ExternalReference ; | ||
| 194 | - rdfs:label "External reference 3"^^xsd:string . | ||
| 195 | - | ||
| 196 | -ILAP:ExternalReference_4 | ||
| 197 | - rdf:type ILAP:ExternalReference ; | ||
| 198 | - rdfs:label "External reference 4"^^xsd:string . | ||
| 199 | - | ||
| 200 | -ILAP:Milestone_1 | ||
| 201 | - rdf:type ILAP:Milestone ; | ||
| 202 | - rdfs:label "Milestone 1"^^xsd:string . | ||
| 203 | - | ||
| 204 | -ILAP:Plan_1 | ||
| 205 | - rdf:type ILAP:ExecutionPlan ; | ||
| 206 | - rdfs:label "Plan 1"^^xsd:string ; | ||
| 207 | - ILAP:hasExternalReference | ||
| 208 | - ILAP:ExternalReference_3 ; | ||
| 209 | - ILAP:hasPlanAsset <http://data.posccaesar.org/diskos/EkofiskField> ; | ||
| 210 | - ILAP:hasPlanAssetOwner | ||
| 211 | - <http://data.posccaesar.org/brreg/ConocoPhillips> ; | ||
| 212 | - ILAP:hasPlanContentType | ||
| 213 | - <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ; | ||
| 214 | - ILAP:hasPlanContractType | ||
| 215 | - ILAP:ScheduleDriven ; | ||
| 216 | - ILAP:hasPlanContractor | ||
| 217 | - <http://data.posccaesar.org/brreg/Sevan> ; | ||
| 218 | - ILAP:hasPlanGeoArea ILAP:Facility ; | ||
| 219 | - ILAP:hasPlanLevel ILAP:L3_ProjectControlNetworkSchedule ; | ||
| 220 | - ILAP:hasPlanLicensePartner | ||
| 221 | - <http://data.posccaesar.org/brreg/Lundin> ; | ||
| 222 | - ILAP:hasPlanLifecyclePhase | ||
| 223 | - ILAP:Maintenance ; | ||
| 224 | - ILAP:hasPlanNPDelement | ||
| 225 | - <http://data.posccaesar.org/npd/EldfiskC> ; | ||
| 226 | - ILAP:hasPlanOperator | ||
| 227 | - <http://data.posccaesar.org/brreg/ConocoPhillips> ; | ||
| 228 | - ILAP:hasPlanProject ILAP:Project_1 ; | ||
| 229 | - ILAP:hasPlanProjectType | ||
| 230 | - ILAP:BrownFieldProject ; | ||
| 231 | - ILAP:hasPlanRegulator | ||
| 232 | - <http://data.posccaesar.org/brreg/NPD> ; | ||
| 233 | - ILAP:hasPlanResponsible | ||
| 234 | - <http://data.posccaesar.org/brreg/Lundin> ; | ||
| 235 | - ILAP:hasPlanRollUp ILAP:Plan_2 ; | ||
| 236 | - ILAP:hasPlanServiceSupplier | ||
| 237 | - <http://data.posccaesar.org/brreg/Sevan> ; | ||
| 238 | - ILAP:hasPlanSubplan ILAP:Plan_3 ; | ||
| 239 | - ILAP:hasPlanValueObjective | ||
| 240 | - ILAP:BusinessAsUsual . | ||
| 241 | - | ||
| 242 | -ILAP:Plan_2 | ||
| 243 | - rdf:type ILAP:ExecutionPlan ; | ||
| 244 | - rdfs:label "Plan 2"^^xsd:string . | ||
| 245 | - | ||
| 246 | -ILAP:Plan_3 | ||
| 247 | - rdf:type ILAP:ExecutionPlan ; | ||
| 248 | - rdfs:label "Plan 3"^^xsd:string . | ||
| 249 | - | ||
| 250 | -ILAP:Profile_1 | ||
| 251 | - rdf:type ILAP:Profile ; | ||
| 252 | - rdfs:label "Profile 1"^^xsd:string . | ||
| 253 | - | ||
| 254 | -ILAP:Project_1 | ||
| 255 | - rdf:type ILAP:Project ; | ||
| 256 | - rdfs:label "Project 1"^^xsd:string ; | ||
| 257 | - ILAP:hasExternalReference | ||
| 258 | - ILAP:ExternalReference_1 ; | ||
| 259 | - ILAP:hasName "Use Case 2 Project 1"^^xsd:string ; | ||
| 260 | - ILAP:hasProjectResponsible | ||
| 261 | - <http://data.posccaesar.org/brreg/ConocoPhillips> ; | ||
| 262 | - ILAP:hasProjectSubproject | ||
| 263 | - ILAP:Project_2 . | ||
| 264 | - | ||
| 265 | -ILAP:Project_2 | ||
| 266 | - rdf:type ILAP:Project ; | ||
| 267 | - rdfs:label "Project 2"^^xsd:string . | ||
| 268 | - | ||
| 269 | -ILAP:Successor_1 | ||
| 270 | - rdf:type ILAP:Successor ; | ||
| 271 | - rdfs:label "Successor 1"^^xsd:string ; | ||
| 272 | - ILAP:hasPredecessorActivity | ||
| 273 | - ILAP:ActivityInPlan_1 ; | ||
| 274 | - ILAP:hasSuccessorActivity | ||
| 275 | - ILAP:ActivityInPlan_2 ; | ||
| 276 | - ILAP:hasSuccessorLag | ||
| 277 | - 5 ; | ||
| 278 | - ILAP:hasSuccessorMilestone | ||
| 279 | - ILAP:Milestone_1 . | ||
| 280 | - | ||
| 281 | -ILAP:Successor_2 | ||
| 282 | - rdf:type ILAP:Successor ; | ||
| 283 | - rdfs:label "Successor 2"^^xsd:string ; | ||
| 284 | - ILAP:hasPredecessorActivity | ||
| 285 | - ILAP:ActivityInPlan_2 ; | ||
| 286 | - ILAP:hasSuccessorActivity | ||
| 287 | - ILAP:ActivityInPlan_3 ; | ||
| 288 | - ILAP:hasSuccessorLag | ||
| 289 | - 2 . | ||
| 290 | - | ||
| 291 | ILAP:TargetSchedule_1 | 45 | ILAP:TargetSchedule_1 |
| 292 | rdf:type ILAP:TargetSchedule ; | 46 | rdf:type ILAP:TargetSchedule ; |
| 293 | rdfs:label "Target schedule 1"^^xsd:string ; | 47 | rdfs:label "Target schedule 1"^^xsd:string ; |
| 294 | ILAP:hasBaselineCreatedDate | 48 | ILAP:hasBaselineCreatedDate |
| 295 | - "2014-03-01"^^xsd:date ; | 49 | + "2014-03-01"^^xsd:date . |
| 296 | - ILAP:hasExternalReference | ||
| 297 | - ILAP:ExternalReference_2 ; | ||
| 298 | - ILAP:hasSchedulePlan | ||
| 299 | - ILAP:Plan_1 . | ||
| 300 | 50 | ||
| 301 | ILAP:UC2_ActivityInSchedule_1-hasActivityInScheduleActivityInPlan-UC2_ActivityInPlan_1 | 51 | ILAP:UC2_ActivityInSchedule_1-hasActivityInScheduleActivityInPlan-UC2_ActivityInPlan_1 |
| 302 | rdf:type rdf:Statement ; | 52 | rdf:type rdf:Statement ; |
| 303 | - rdf:object ILAP:ActivityInPlan_1 ; | ||
| 304 | rdf:predicate ILAP:hasActivityInScheduleActivityInPlan ; | 53 | rdf:predicate ILAP:hasActivityInScheduleActivityInPlan ; |
| 305 | - rdf:subject ILAP:ActivityInSchedule_1 ; | ||
| 306 | rdfs:label "UC2 Activity in schedule 1-has activity in schedule activity in plan-UC2 Activity in plan 1"^^xsd:string . | 54 | rdfs:label "UC2 Activity in schedule 1-has activity in schedule activity in plan-UC2 Activity in plan 1"^^xsd:string . |
| 307 | 55 | ||
| 308 | -ILAP:UserField_1 | 56 | +ILAP:hasActivityWBS |
| 309 | - rdf:type ILAP:UserField ; | 57 | + rdfs:range ILAP:ActivityWBS . |
| 310 | - rdfs:label "User field 1"^^xsd:string ; | ||
| 311 | - ILAP:hasUserFieldContractor | ||
| 312 | - <http://data.posccaesar.org/brreg/SumitomoMetal> ; | ||
| 313 | - ILAP:hasUserFieldSource | ||
| 314 | - <http://data.posccaesar.org/brreg/ConocoPhillips> . | ||
| 315 | - | ||
| 316 | -ILAP:WorkTask_1 | ||
| 317 | - rdf:type ILAP:WorkTask ; | ||
| 318 | - rdfs:label "Work task 1"^^xsd:string ; | ||
| 319 | - ILAP:hasWorkTaskActivity | ||
| 320 | - ILAP:ActivityInPlan_1 ; | ||
| 321 | - ILAP:hasWorkTaskResponsible | ||
| 322 | - <http://data.posccaesar.org/brreg/Subsea7> ; | ||
| 323 | - ILAP:hasWorkTaskServiceSupplier | ||
| 324 | - <http://data.posccaesar.org/brreg/Sevan> ; | ||
| 325 | - ILAP:hasWorkTaskVendor | ||
| 326 | - <http://data.posccaesar.org/brreg/Sevan> . | ||
| 327 | 58 | ||
| 328 | ILAP:hasReferenceID | 59 | ILAP:hasReferenceID |
| 329 | rdfs:domain owl:Thing . | 60 | rdfs:domain owl:Thing . | ... | ... |
-
Please register or login to post a comment