Showing
8 changed files
with
312 additions
and
572 deletions
| ... | @@ -14,6 +14,7 @@ | ... | @@ -14,6 +14,7 @@ |
| 14 | @prefix : <http://data.posccaesar.org/NCS_PLANNING/> . | 14 | @prefix : <http://data.posccaesar.org/NCS_PLANNING/> . |
| 15 | @prefix ILAP: <http://data.posccaesar.org/ilap/> . | 15 | @prefix ILAP: <http://data.posccaesar.org/ilap/> . |
| 16 | @prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . | 16 | @prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . |
| 17 | +@prefix NPD: <http://data.posccaesar.org/npd/> . | ||
| 17 | @prefix PLANNING_STANDARD: <http:///data.posccaesar.org/ilap/PLANNING_STANDARD#> . | 18 | @prefix PLANNING_STANDARD: <http:///data.posccaesar.org/ilap/PLANNING_STANDARD#> . |
| 18 | @prefix StandardData: <http://ILAP_1.5_(git)/StandardData#> . | 19 | @prefix StandardData: <http://ILAP_1.5_(git)/StandardData#> . |
| 19 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 20 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| ... | @@ -25,32 +26,7 @@ | ... | @@ -25,32 +26,7 @@ |
| 25 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 26 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 26 | 27 | ||
| 27 | NCS: rdf:type owl:Ontology ; | 28 | NCS: rdf:type owl:Ontology ; |
| 28 | - owl:imports <http://data.posccaesar.org/brreg/> , riskfactor: , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/npd/> , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: , <http://data.posccaesar.org/epcis/> , <http:///data.posccaesar.org/ilap/PLANNING_STANDARD> , shutdown: . | 29 | + owl:imports <http://data.posccaesar.org/brreg/> , riskfactor: , <http://data.posccaesar.org/diskos/> , NPD: , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: , <http://data.posccaesar.org/epcis/> , <http:///data.posccaesar.org/ilap/PLANNING_STANDARD> , shutdown: . |
| 29 | - | ||
| 30 | -NCS:ClassInNorsok | ||
| 31 | - rdf:type owl:Class ; | ||
| 32 | - rdfs:label "Class in norsok"^^xsd:string ; | ||
| 33 | - rdfs:subClassOf NCS:ClassOfIndividual . | ||
| 34 | - | ||
| 35 | -NCS:ClassOfClassOfIndividual | ||
| 36 | - rdf:type owl:Class ; | ||
| 37 | - rdfs:label "Class of class of individual"^^xsd:string ; | ||
| 38 | - rdfs:subClassOf owl:Class . | ||
| 39 | - | ||
| 40 | -NCS:ClassOfIndividual | ||
| 41 | - rdf:type owl:Class ; | ||
| 42 | - rdfs:label "Class of individual"^^xsd:string ; | ||
| 43 | - rdfs:subClassOf owl:Class . | ||
| 44 | - | ||
| 45 | -NCS:ClassificationStructureForNorsok | ||
| 46 | - rdf:type owl:Class ; | ||
| 47 | - rdfs:label "Classification structure for Norsok"^^xsd:string ; | ||
| 48 | - rdfs:subClassOf NCS:ClassOfClassOfIndividual . | ||
| 49 | - | ||
| 50 | -NCS:CorClass | ||
| 51 | - rdf:type owl:Class , NCS:ClassificationStructureForNorsok ; | ||
| 52 | - rdfs:label "Cor class"^^xsd:string ; | ||
| 53 | - rdfs:subClassOf NCS:ClassInNorsok . | ||
| 54 | 30 | ||
| 55 | NCS:Development | 31 | NCS:Development |
| 56 | rdf:type ILAP:PlanPhase ; | 32 | rdf:type ILAP:PlanPhase ; |
| ... | @@ -68,26 +44,6 @@ NCS:HighPriority | ... | @@ -68,26 +44,6 @@ NCS:HighPriority |
| 68 | rdf:type StandardData:Priority ; | 44 | rdf:type StandardData:Priority ; |
| 69 | rdfs:label "High priority"^^xsd:string . | 45 | rdfs:label "High priority"^^xsd:string . |
| 70 | 46 | ||
| 71 | -NCS:IndividualInCorClass | ||
| 72 | - rdf:type owl:Class , ILAP:NORSOKZ014 , NCS:CorClass ; | ||
| 73 | - rdfs:label "Individual in cor class"^^xsd:string ; | ||
| 74 | - rdfs:subClassOf NCS:IndividualInNorsokClass , ILAP:Discipline . | ||
| 75 | - | ||
| 76 | -NCS:IndividualInNorsokClass | ||
| 77 | - rdf:type owl:Class ; | ||
| 78 | - rdfs:label "Individual in norsok class"^^xsd:string ; | ||
| 79 | - rdfs:subClassOf NCS:PossibleIndividual . | ||
| 80 | - | ||
| 81 | -NCS:IndividualInPBSClass | ||
| 82 | - rdf:type owl:Class ; | ||
| 83 | - rdfs:label "Individual in PBSClass"^^xsd:string ; | ||
| 84 | - rdfs:subClassOf NCS:IndividualInNorsokClass . | ||
| 85 | - | ||
| 86 | -NCS:IndividualInSABClass | ||
| 87 | - rdf:type owl:Class ; | ||
| 88 | - rdfs:label "Individual in SABClass"^^xsd:string ; | ||
| 89 | - rdfs:subClassOf NCS:IndividualInNorsokClass . | ||
| 90 | - | ||
| 91 | NCS:LowCriticality | 47 | NCS:LowCriticality |
| 92 | rdf:type StandardData:Criticality ; | 48 | rdf:type StandardData:Criticality ; |
| 93 | rdfs:label "Low criticality"^^xsd:string . | 49 | rdfs:label "Low criticality"^^xsd:string . |
| ... | @@ -96,6 +52,10 @@ NCS:LowPriority | ... | @@ -96,6 +52,10 @@ NCS:LowPriority |
| 96 | rdf:type StandardData:Priority ; | 52 | rdf:type StandardData:Priority ; |
| 97 | rdfs:label "Low priority"^^xsd:string . | 53 | rdfs:label "Low priority"^^xsd:string . |
| 98 | 54 | ||
| 55 | +NCS:NPDelement_1 | ||
| 56 | + rdf:type NPD:NPDelement ; | ||
| 57 | + rdfs:label "NPDelement 1"^^xsd:string . | ||
| 58 | + | ||
| 99 | NCS:NormalCriticality | 59 | NCS:NormalCriticality |
| 100 | rdf:type StandardData:Criticality ; | 60 | rdf:type StandardData:Criticality ; |
| 101 | rdfs:label "Normal criticality"^^xsd:string . | 61 | rdfs:label "Normal criticality"^^xsd:string . |
| ... | @@ -108,11 +68,6 @@ NCS:Operation | ... | @@ -108,11 +68,6 @@ NCS:Operation |
| 108 | rdf:type ILAP:PlanPhase ; | 68 | rdf:type ILAP:PlanPhase ; |
| 109 | rdfs:label "Operation"^^xsd:string . | 69 | rdfs:label "Operation"^^xsd:string . |
| 110 | 70 | ||
| 111 | -NCS:PbsClass | ||
| 112 | - rdf:type owl:Class , NCS:ClassificationStructureForNorsok ; | ||
| 113 | - rdfs:label "PbsClass"^^xsd:string ; | ||
| 114 | - rdfs:subClassOf NCS:ClassInNorsok . | ||
| 115 | - | ||
| 116 | NCS:PlannedActivity_1 | 71 | NCS:PlannedActivity_1 |
| 117 | rdf:type ILAP:PlannedActivity ; | 72 | rdf:type ILAP:PlannedActivity ; |
| 118 | rdfs:label "Planned activity 1"^^xsd:string ; | 73 | rdfs:label "Planned activity 1"^^xsd:string ; |
| ... | @@ -123,20 +78,10 @@ NCS:Planning | ... | @@ -123,20 +78,10 @@ NCS:Planning |
| 123 | rdf:type ILAP:PlanPhase ; | 78 | rdf:type ILAP:PlanPhase ; |
| 124 | rdfs:label "Planning"^^xsd:string . | 79 | rdfs:label "Planning"^^xsd:string . |
| 125 | 80 | ||
| 126 | -NCS:PossibleIndividual | ||
| 127 | - rdf:type owl:Class ; | ||
| 128 | - rdfs:label "Possible individual"^^xsd:string ; | ||
| 129 | - rdfs:subClassOf owl:Thing . | ||
| 130 | - | ||
| 131 | NCS:Removal | 81 | NCS:Removal |
| 132 | rdf:type ILAP:PlanPhase ; | 82 | rdf:type ILAP:PlanPhase ; |
| 133 | rdfs:label "Removal"^^xsd:string . | 83 | rdfs:label "Removal"^^xsd:string . |
| 134 | 84 | ||
| 135 | -NCS:SabClass | ||
| 136 | - rdf:type owl:Class , NCS:ClassificationStructureForNorsok ; | ||
| 137 | - rdfs:label "Sab class"^^xsd:string ; | ||
| 138 | - rdfs:subClassOf NCS:ClassInNorsok . | ||
| 139 | - | ||
| 140 | NCS:ShutdownAndDecommisioning | 85 | NCS:ShutdownAndDecommisioning |
| 141 | rdf:type ILAP:PlanPhase ; | 86 | rdf:type ILAP:PlanPhase ; |
| 142 | rdfs:label "Shutdown and decommisioning"^^xsd:string . | 87 | rdfs:label "Shutdown and decommisioning"^^xsd:string . |
| ... | @@ -413,7 +358,7 @@ ILAP:StandardFreeWeekendPeriod | ... | @@ -413,7 +358,7 @@ ILAP:StandardFreeWeekendPeriod |
| 413 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | 358 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; |
| 414 | rdfs:label "Standard free weekend period"^^xsd:string ; | 359 | rdfs:label "Standard free weekend period"^^xsd:string ; |
| 415 | ILAP:hasCalendarPeriodFreeDay | 360 | ILAP:hasCalendarPeriodFreeDay |
| 416 | - ILAP:Saturday , ILAP:Sunday . | 361 | + ILAP:Sunday , ILAP:Saturday . |
| 417 | 362 | ||
| 418 | ILAP:StandardWorkWeekdayPeriod | 363 | ILAP:StandardWorkWeekdayPeriod |
| 419 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 364 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; |
| ... | @@ -458,6 +403,9 @@ ILAP:Wellbore | ... | @@ -458,6 +403,9 @@ ILAP:Wellbore |
| 458 | ILAP:hasActivityBaselineSchedule | 403 | ILAP:hasActivityBaselineSchedule |
| 459 | rdfs:range ILAP:Schedule . | 404 | rdfs:range ILAP:Schedule . |
| 460 | 405 | ||
| 406 | +ILAP:hasActivityPhase | ||
| 407 | + rdfs:range ILAP:Phase . | ||
| 408 | + | ||
| 461 | ILAP:hasActivityResource | 409 | ILAP:hasActivityResource |
| 462 | rdfs:domain ILAP:Activity ; | 410 | rdfs:domain ILAP:Activity ; |
| 463 | rdfs:range ILAP:Resource . | 411 | rdfs:range ILAP:Resource . |
| ... | @@ -465,9 +413,20 @@ ILAP:hasActivityResource | ... | @@ -465,9 +413,20 @@ ILAP:hasActivityResource |
| 465 | ILAP:hasActivityResourceProfile | 413 | ILAP:hasActivityResourceProfile |
| 466 | rdfs:domain ILAP:Activity . | 414 | rdfs:domain ILAP:Activity . |
| 467 | 415 | ||
| 416 | +ILAP:hasActivityShutdown | ||
| 417 | + rdfs:range ILAP:Shutdown . | ||
| 418 | + | ||
| 468 | ILAP:hasActivityWBSelement | 419 | ILAP:hasActivityWBSelement |
| 469 | rdfs:range ILAP:ActivityWBS . | 420 | rdfs:range ILAP:ActivityWBS . |
| 470 | 421 | ||
| 422 | +ILAP:hasActivityWeight | ||
| 423 | + rdfs:domain ILAP:Activity ; | ||
| 424 | + rdfs:range xsd:float . | ||
| 425 | + | ||
| 426 | +ILAP:hasCalendarDate | ||
| 427 | + rdfs:domain ILAP:Calendar ; | ||
| 428 | + rdfs:range xsd:date . | ||
| 429 | + | ||
| 471 | ILAP:hasCalendarPeriodDay | 430 | ILAP:hasCalendarPeriodDay |
| 472 | rdfs:domain ILAP:CalendarPeriod ; | 431 | rdfs:domain ILAP:CalendarPeriod ; |
| 473 | rdfs:range ILAP:CalendarDay . | 432 | rdfs:range ILAP:CalendarDay . |
| ... | @@ -476,13 +435,15 @@ ILAP:hasCalendarPeriodHour | ... | @@ -476,13 +435,15 @@ ILAP:hasCalendarPeriodHour |
| 476 | rdfs:domain ILAP:CalendarPeriod ; | 435 | rdfs:domain ILAP:CalendarPeriod ; |
| 477 | rdfs:range ILAP:CalendarHour . | 436 | rdfs:range ILAP:CalendarHour . |
| 478 | 437 | ||
| 438 | +ILAP:hasCalendarTime | ||
| 439 | + rdfs:domain ILAP:Calendar ; | ||
| 440 | + rdfs:range xsd:dateTime . | ||
| 441 | + | ||
| 479 | ILAP:hasPlanAsset | 442 | ILAP:hasPlanAsset |
| 480 | rdfs:range <http://data.posccaesar.org/diskos/Asset> . | 443 | rdfs:range <http://data.posccaesar.org/diskos/Asset> . |
| 481 | 444 | ||
| 482 | -ILAP:hasTimeNow | 445 | +ILAP:hasPlanResponsible |
| 483 | - rdf:type owl:DatatypeProperty ; | 446 | + rdfs:range ILAP:ResponsibleOrganization . |
| 484 | - rdfs:label "has time now"^^xsd:string ; | ||
| 485 | - rdfs:range xsd:date . | ||
| 486 | 447 | ||
| 487 | ILAP:hasWBSResource | 448 | ILAP:hasWBSResource |
| 488 | rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> . | 449 | rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> . |
| ... | @@ -493,6 +454,27 @@ ILAP:hasWBScomponent | ... | @@ -493,6 +454,27 @@ ILAP:hasWBScomponent |
| 493 | ILAP:hasWBSphase | 454 | ILAP:hasWBSphase |
| 494 | rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . | 455 | rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . |
| 495 | 456 | ||
| 457 | +ILAP:hasWorkTaskResponsible | ||
| 458 | + rdfs:range ILAP:ResponsiblePerson . | ||
| 459 | + | ||
| 460 | +riskfactor:hasRiskType | ||
| 461 | + rdfs:domain ILAP:RiskFactor . | ||
| 462 | + | ||
| 463 | +shutdown:hasShutdownContent | ||
| 464 | + rdfs:domain ILAP:Shutdown . | ||
| 465 | + | ||
| 466 | +shutdown:hasShutdownOperation | ||
| 467 | + rdfs:domain ILAP:Shutdown . | ||
| 468 | + | ||
| 469 | +shutdown:hasShutdownPeriod | ||
| 470 | + rdfs:domain ILAP:Shutdown . | ||
| 471 | + | ||
| 472 | +shutdown:hasShutdownPriority | ||
| 473 | + rdfs:domain ILAP:Shutdown . | ||
| 474 | + | ||
| 475 | +shutdown:hasShutdownType | ||
| 476 | + rdfs:domain ILAP:Shutdown . | ||
| 477 | + | ||
| 496 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> | 478 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> |
| 497 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 479 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
| 498 | 480 | ... | ... |
| ... | @@ -18,50 +18,50 @@ ILAP: | ... | @@ -18,50 +18,50 @@ ILAP: |
| 18 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 18 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 19 | 19 | ||
| 20 | ILAP:Activity | 20 | ILAP:Activity |
| 21 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 21 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 22 | rdfs:label "Activity"^^xsd:string ; | 22 | rdfs:label "Activity"^^xsd:string ; |
| 23 | rdfs:subClassOf | 23 | rdfs:subClassOf |
| 24 | [ rdf:type owl:Restriction ; | 24 | [ rdf:type owl:Restriction ; |
| 25 | - owl:allValuesFrom ILAP:Discipline ; | 25 | + owl:allValuesFrom ILAP:Status ; |
| 26 | - owl:onProperty ILAP:hasActivityDiscipline | 26 | + owl:onProperty ILAP:hasActivityStatus |
| 27 | ] ; | 27 | ] ; |
| 28 | rdfs:subClassOf | 28 | rdfs:subClassOf |
| 29 | [ rdf:type owl:Restriction ; | 29 | [ rdf:type owl:Restriction ; |
| 30 | - owl:allValuesFrom ILAP:Calendar ; | 30 | + owl:onProperty ILAP:hasExternalReference ; |
| 31 | - owl:onProperty ILAP:hasActivityCalendar | 31 | + owl:someValuesFrom ILAP:ExternalReference |
| 32 | ] ; | 32 | ] ; |
| 33 | rdfs:subClassOf | 33 | rdfs:subClassOf |
| 34 | [ rdf:type owl:Restriction ; | 34 | [ rdf:type owl:Restriction ; |
| 35 | - owl:onProperty ILAP:hasExternalReference ; | 35 | + owl:allValuesFrom ILAP:Calendar ; |
| 36 | - owl:someValuesFrom ILAP:ExternalReference | 36 | + owl:onProperty ILAP:hasActivityCalendar |
| 37 | ] ; | 37 | ] ; |
| 38 | rdfs:subClassOf | 38 | rdfs:subClassOf |
| 39 | [ rdf:type owl:Restriction ; | 39 | [ rdf:type owl:Restriction ; |
| 40 | - owl:allValuesFrom ILAP:Status ; | 40 | + owl:allValuesFrom ILAP:Discipline ; |
| 41 | - owl:onProperty ILAP:hasActivityStatus | 41 | + owl:onProperty ILAP:hasActivityDiscipline |
| 42 | ] . | 42 | ] . |
| 43 | 43 | ||
| 44 | ILAP:ActivityDependency | 44 | ILAP:ActivityDependency |
| 45 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 45 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 46 | rdfs:label "Activity Dependency"^^xsd:string ; | 46 | rdfs:label "Activity Dependency"^^xsd:string ; |
| 47 | rdfs:subClassOf ILAP:Constraint ; | 47 | rdfs:subClassOf ILAP:Constraint ; |
| 48 | rdfs:subClassOf | 48 | rdfs:subClassOf |
| 49 | [ rdf:type owl:Restriction ; | 49 | [ rdf:type owl:Restriction ; |
| 50 | owl:onClass ILAP:Activity ; | 50 | owl:onClass ILAP:Activity ; |
| 51 | - owl:onProperty ILAP:hasPredecessorActivity ; | 51 | + owl:onProperty ILAP:hasSuccessorActivity ; |
| 52 | owl:qualifiedCardinality | 52 | owl:qualifiedCardinality |
| 53 | "1"^^xsd:nonNegativeInteger | 53 | "1"^^xsd:nonNegativeInteger |
| 54 | ] ; | 54 | ] ; |
| 55 | rdfs:subClassOf | 55 | rdfs:subClassOf |
| 56 | [ rdf:type owl:Restriction ; | 56 | [ rdf:type owl:Restriction ; |
| 57 | owl:onClass ILAP:Activity ; | 57 | owl:onClass ILAP:Activity ; |
| 58 | - owl:onProperty ILAP:hasSuccessorActivity ; | 58 | + owl:onProperty ILAP:hasPredecessorActivity ; |
| 59 | owl:qualifiedCardinality | 59 | owl:qualifiedCardinality |
| 60 | "1"^^xsd:nonNegativeInteger | 60 | "1"^^xsd:nonNegativeInteger |
| 61 | ] . | 61 | ] . |
| 62 | 62 | ||
| 63 | ILAP:ActivityPlan | 63 | ILAP:ActivityPlan |
| 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 "Activity Plan"^^xsd:string ; | 65 | rdfs:label "Activity Plan"^^xsd:string ; |
| 66 | rdfs:subClassOf ILAP:Network ; | 66 | rdfs:subClassOf ILAP:Network ; |
| 67 | rdfs:subClassOf | 67 | rdfs:subClassOf |
| ... | @@ -76,7 +76,7 @@ ILAP:ActivityStatus | ... | @@ -76,7 +76,7 @@ ILAP:ActivityStatus |
| 76 | rdfs:subClassOf ILAP:Status . | 76 | rdfs:subClassOf ILAP:Status . |
| 77 | 77 | ||
| 78 | ILAP:ActivityWBS | 78 | ILAP:ActivityWBS |
| 79 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; | 79 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; |
| 80 | rdfs:label "Activity WBS"^^xsd:string ; | 80 | rdfs:label "Activity WBS"^^xsd:string ; |
| 81 | rdfs:subClassOf ILAP:Network . | 81 | rdfs:subClassOf ILAP:Network . |
| 82 | 82 | ||
| ... | @@ -87,15 +87,15 @@ ILAP:ActivityWBS_1 | ... | @@ -87,15 +87,15 @@ ILAP:ActivityWBS_1 |
| 87 | ILAP:Application | 87 | ILAP:Application |
| 88 | rdf:type owl:Class ; | 88 | rdf:type owl:Class ; |
| 89 | rdfs:label "Application"^^xsd:string ; | 89 | rdfs:label "Application"^^xsd:string ; |
| 90 | - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing . | 90 | + rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . |
| 91 | 91 | ||
| 92 | ILAP:Asset | 92 | ILAP:Asset |
| 93 | rdf:type owl:Class ; | 93 | rdf:type owl:Class ; |
| 94 | rdfs:label "Asset"^^xsd:string ; | 94 | rdfs:label "Asset"^^xsd:string ; |
| 95 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing . | 95 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . |
| 96 | 96 | ||
| 97 | ILAP:Baseline | 97 | ILAP:Baseline |
| 98 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 98 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 99 | rdfs:label "Baseline"^^xsd:string ; | 99 | rdfs:label "Baseline"^^xsd:string ; |
| 100 | rdfs:subClassOf ILAP:Network . | 100 | rdfs:subClassOf ILAP:Network . |
| 101 | 101 | ||
| ... | @@ -109,9 +109,9 @@ ILAP:CAPEX | ... | @@ -109,9 +109,9 @@ ILAP:CAPEX |
| 109 | rdfs:label "CAPEX"^^xsd:string . | 109 | rdfs:label "CAPEX"^^xsd:string . |
| 110 | 110 | ||
| 111 | ILAP:Calendar | 111 | ILAP:Calendar |
| 112 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 112 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 113 | rdfs:label "Calendar"^^xsd:string ; | 113 | rdfs:label "Calendar"^^xsd:string ; |
| 114 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; | 114 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; |
| 115 | rdfs:subClassOf | 115 | rdfs:subClassOf |
| 116 | [ rdf:type owl:Restriction ; | 116 | [ rdf:type owl:Restriction ; |
| 117 | owl:allValuesFrom ILAP:CalendarFreePeriod ; | 117 | owl:allValuesFrom ILAP:CalendarFreePeriod ; |
| ... | @@ -119,14 +119,14 @@ ILAP:Calendar | ... | @@ -119,14 +119,14 @@ ILAP:Calendar |
| 119 | ] . | 119 | ] . |
| 120 | 120 | ||
| 121 | ILAP:CalendarDay | 121 | ILAP:CalendarDay |
| 122 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 122 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
| 123 | rdfs:label "Calendar day"^^xsd:string ; | 123 | rdfs:label "Calendar day"^^xsd:string ; |
| 124 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . | 124 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing . |
| 125 | 125 | ||
| 126 | ILAP:CalendarFreePeriod | 126 | ILAP:CalendarFreePeriod |
| 127 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | 127 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; |
| 128 | rdfs:label "Calendar free period"^^xsd:string ; | 128 | rdfs:label "Calendar free period"^^xsd:string ; |
| 129 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; | 129 | + rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; |
| 130 | rdfs:subClassOf | 130 | rdfs:subClassOf |
| 131 | [ rdf:type owl:Restriction ; | 131 | [ rdf:type owl:Restriction ; |
| 132 | owl:onClass ILAP:Calendar ; | 132 | owl:onClass ILAP:Calendar ; |
| ... | @@ -138,39 +138,44 @@ ILAP:CalendarFreePeriod | ... | @@ -138,39 +138,44 @@ ILAP:CalendarFreePeriod |
| 138 | ] . | 138 | ] . |
| 139 | 139 | ||
| 140 | ILAP:CalendarFreePeriodWeekRepeat | 140 | ILAP:CalendarFreePeriodWeekRepeat |
| 141 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | 141 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; |
| 142 | rdfs:label "Free day"^^xsd:string ; | 142 | rdfs:label "Free day"^^xsd:string ; |
| 143 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . | 143 | + rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . |
| 144 | 144 | ||
| 145 | ILAP:CalendarHour | 145 | ILAP:CalendarHour |
| 146 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 146 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
| 147 | rdfs:label "calendar hour"^^xsd:string ; | 147 | rdfs:label "calendar hour"^^xsd:string ; |
| 148 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> . | 148 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing . |
| 149 | 149 | ||
| 150 | ILAP:CalendarPeriod | 150 | ILAP:CalendarPeriod |
| 151 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ; | 151 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; |
| 152 | rdfs:label "Calendar period"^^xsd:string ; | 152 | rdfs:label "Calendar period"^^xsd:string ; |
| 153 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ; | 153 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; |
| 154 | rdfs:subClassOf | 154 | rdfs:subClassOf |
| 155 | [ rdf:type owl:Restriction ; | 155 | [ rdf:type owl:Restriction ; |
| 156 | - owl:allValuesFrom ILAP:CalendarDay ; | 156 | + owl:allValuesFrom ILAP:CalendarHour ; |
| 157 | - owl:onProperty ILAP:hasCalendarPeriodDay | 157 | + owl:onProperty ILAP:hasCalendarPeriodHour |
| 158 | ] ; | 158 | ] ; |
| 159 | rdfs:subClassOf | 159 | rdfs:subClassOf |
| 160 | [ rdf:type owl:Restriction ; | 160 | [ rdf:type owl:Restriction ; |
| 161 | - owl:allValuesFrom ILAP:CalendarHour ; | 161 | + owl:allValuesFrom ILAP:CalendarDay ; |
| 162 | - owl:onProperty ILAP:hasCalendarPeriodHour | 162 | + owl:onProperty ILAP:hasCalendarPeriodDay |
| 163 | ] . | 163 | ] . |
| 164 | 164 | ||
| 165 | +ILAP:Category | ||
| 166 | + rdf:type owl:Class ; | ||
| 167 | + rdfs:label "Category"^^xsd:string ; | ||
| 168 | + rdfs:subClassOf owl:Thing . | ||
| 169 | + | ||
| 165 | ILAP:Constraint | 170 | ILAP:Constraint |
| 166 | rdf:type owl:Class ; | 171 | rdf:type owl:Class ; |
| 167 | rdfs:label "Constraint"^^xsd:string ; | 172 | rdfs:label "Constraint"^^xsd:string ; |
| 168 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing . | 173 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> . |
| 169 | 174 | ||
| 170 | ILAP:Contract | 175 | ILAP:Contract |
| 171 | rdf:type owl:Class ; | 176 | rdf:type owl:Class ; |
| 172 | rdfs:label "Contract"^^xsd:string ; | 177 | rdfs:label "Contract"^^xsd:string ; |
| 173 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing . | 178 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . |
| 174 | 179 | ||
| 175 | ILAP:ControlSchedule | 180 | ILAP:ControlSchedule |
| 176 | rdf:type owl:Class ; | 181 | rdf:type owl:Class ; |
| ... | @@ -180,55 +185,50 @@ ILAP:ControlSchedule | ... | @@ -180,55 +185,50 @@ ILAP:ControlSchedule |
| 180 | ILAP:Cost | 185 | ILAP:Cost |
| 181 | rdf:type owl:Class ; | 186 | rdf:type owl:Class ; |
| 182 | rdfs:label "Cost"^^xsd:string ; | 187 | rdfs:label "Cost"^^xsd:string ; |
| 183 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing . | 188 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . |
| 184 | 189 | ||
| 185 | ILAP:CostBased | 190 | ILAP:CostBased |
| 186 | rdf:type owl:Class ; | 191 | rdf:type owl:Class ; |
| 187 | rdfs:label "Cost based"^^xsd:string ; | 192 | rdfs:label "Cost based"^^xsd:string ; |
| 188 | rdfs:subClassOf ILAP:Resource . | 193 | rdfs:subClassOf ILAP:Resource . |
| 189 | 194 | ||
| 190 | -ILAP:Criticality | ||
| 191 | - rdf:type owl:Class ; | ||
| 192 | - rdfs:label "Criticality"^^xsd:string ; | ||
| 193 | - rdfs:subClassOf owl:Thing . | ||
| 194 | - | ||
| 195 | ILAP:CurrentSchedule | 195 | ILAP:CurrentSchedule |
| 196 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 196 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 197 | rdfs:label "Current schedule"^^xsd:string ; | 197 | rdfs:label "Current schedule"^^xsd:string ; |
| 198 | rdfs:subClassOf ILAP:Schedule . | 198 | rdfs:subClassOf ILAP:Schedule . |
| 199 | 199 | ||
| 200 | ILAP:DG1 | 200 | ILAP:DG1 |
| 201 | - rdf:type ILAP:MilestoneType ; | 201 | + rdf:type ILAP:DecisionGate ; |
| 202 | rdfs:label "DG1"^^xsd:string . | 202 | rdfs:label "DG1"^^xsd:string . |
| 203 | 203 | ||
| 204 | ILAP:DG2 | 204 | ILAP:DG2 |
| 205 | - rdf:type ILAP:MilestoneType ; | 205 | + rdf:type ILAP:DecisionGate ; |
| 206 | rdfs:label "DG2"^^xsd:string . | 206 | rdfs:label "DG2"^^xsd:string . |
| 207 | 207 | ||
| 208 | ILAP:DG3 | 208 | ILAP:DG3 |
| 209 | - rdf:type ILAP:MilestoneType ; | 209 | + rdf:type ILAP:DecisionGate ; |
| 210 | rdfs:label "DG3"^^xsd:string . | 210 | rdfs:label "DG3"^^xsd:string . |
| 211 | 211 | ||
| 212 | ILAP:DG4 | 212 | ILAP:DG4 |
| 213 | - rdf:type ILAP:MilestoneType ; | 213 | + rdf:type ILAP:DecisionGate ; |
| 214 | rdfs:label "DG4"^^xsd:string . | 214 | rdfs:label "DG4"^^xsd:string . |
| 215 | 215 | ||
| 216 | ILAP:DG5 | 216 | ILAP:DG5 |
| 217 | - rdf:type ILAP:MilestoneType ; | 217 | + rdf:type ILAP:DecisionGate ; |
| 218 | rdfs:label "DG5"^^xsd:string . | 218 | rdfs:label "DG5"^^xsd:string . |
| 219 | 219 | ||
| 220 | ILAP:DG6 | 220 | ILAP:DG6 |
| 221 | - rdf:type ILAP:MilestoneType ; | 221 | + rdf:type ILAP:DecisionGate ; |
| 222 | rdfs:label "DG6"^^xsd:string . | 222 | rdfs:label "DG6"^^xsd:string . |
| 223 | 223 | ||
| 224 | ILAP:DG7 | 224 | ILAP:DG7 |
| 225 | - rdf:type ILAP:MilestoneType ; | 225 | + rdf:type ILAP:DecisionGate ; |
| 226 | rdfs:label "DG7"^^xsd:string . | 226 | rdfs:label "DG7"^^xsd:string . |
| 227 | 227 | ||
| 228 | ILAP:Data | 228 | ILAP:Data |
| 229 | rdf:type owl:Class ; | 229 | rdf:type owl:Class ; |
| 230 | rdfs:label "Data"^^xsd:string ; | 230 | rdfs:label "Data"^^xsd:string ; |
| 231 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ; | 231 | + rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; |
| 232 | rdfs:subClassOf | 232 | rdfs:subClassOf |
| 233 | [ rdf:type owl:Restriction ; | 233 | [ rdf:type owl:Restriction ; |
| 234 | owl:onClass ILAP:Project ; | 234 | owl:onClass ILAP:Project ; |
| ... | @@ -237,21 +237,34 @@ ILAP:Data | ... | @@ -237,21 +237,34 @@ ILAP:Data |
| 237 | "1"^^xsd:nonNegativeInteger | 237 | "1"^^xsd:nonNegativeInteger |
| 238 | ] . | 238 | ] . |
| 239 | 239 | ||
| 240 | +ILAP:DecisionGate | ||
| 241 | + rdf:type owl:Class ; | ||
| 242 | + rdfs:label "Milestone type"^^xsd:string ; | ||
| 243 | + rdfs:subClassOf owl:Thing . | ||
| 244 | + | ||
| 245 | +ILAP:DegreeOfCriticality | ||
| 246 | + rdf:type owl:Class ; | ||
| 247 | + rdfs:label "Degree of Criticality"^^xsd:string ; | ||
| 248 | + rdfs:subClassOf owl:Thing . | ||
| 249 | + | ||
| 250 | +ILAP:DegreeOfPriority | ||
| 251 | + rdf:type owl:Class ; | ||
| 252 | + rdfs:label "Degree of Priority"^^xsd:string ; | ||
| 253 | + rdfs:subClassOf owl:Thing . | ||
| 254 | + | ||
| 240 | ILAP:Discipline | 255 | ILAP:Discipline |
| 241 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; | 256 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; |
| 242 | rdfs:label "Discipline"^^xsd:string ; | 257 | rdfs:label "Discipline"^^xsd:string ; |
| 243 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS6811233> , owl:Thing . | 258 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS6811233> . |
| 244 | 259 | ||
| 245 | ILAP:ExternalReference | 260 | ILAP:ExternalReference |
| 246 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | 261 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; |
| 247 | rdfs:label "External Reference"^^xsd:string ; | 262 | rdfs:label "External Reference"^^xsd:string ; |
| 248 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; | 263 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; |
| 249 | rdfs:subClassOf | 264 | rdfs:subClassOf |
| 250 | [ rdf:type owl:Restriction ; | 265 | [ rdf:type owl:Restriction ; |
| 251 | - owl:onDataRange xsd:string ; | 266 | + owl:allValuesFrom ILAP:Application ; |
| 252 | - owl:onProperty ILAP:hasObjectReferenceID ; | 267 | + owl:onProperty ILAP:hasReferenceApplication |
| 253 | - owl:qualifiedCardinality | ||
| 254 | - "1"^^xsd:nonNegativeInteger | ||
| 255 | ] ; | 268 | ] ; |
| 256 | rdfs:subClassOf | 269 | rdfs:subClassOf |
| 257 | [ rdf:type owl:Restriction ; | 270 | [ rdf:type owl:Restriction ; |
| ... | @@ -260,97 +273,78 @@ ILAP:ExternalReference | ... | @@ -260,97 +273,78 @@ ILAP:ExternalReference |
| 260 | ] ; | 273 | ] ; |
| 261 | rdfs:subClassOf | 274 | rdfs:subClassOf |
| 262 | [ rdf:type owl:Restriction ; | 275 | [ rdf:type owl:Restriction ; |
| 263 | - owl:allValuesFrom ILAP:Application ; | 276 | + owl:onDataRange xsd:string ; |
| 264 | - owl:onProperty ILAP:hasReferenceApplication | 277 | + owl:onProperty ILAP:hasObjectReferenceID ; |
| 278 | + owl:qualifiedCardinality | ||
| 279 | + "1"^^xsd:nonNegativeInteger | ||
| 265 | ] . | 280 | ] . |
| 266 | 281 | ||
| 267 | ILAP:FinishToFinish | 282 | ILAP:FinishToFinish |
| 268 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 283 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 269 | rdfs:label "Finish to finish"^^xsd:string ; | 284 | rdfs:label "Finish to finish"^^xsd:string ; |
| 270 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 285 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
| 271 | 286 | ||
| 272 | ILAP:FinishToStart | 287 | ILAP:FinishToStart |
| 273 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 288 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 274 | rdfs:label "Finish to start"^^xsd:string ; | 289 | rdfs:label "Finish to start"^^xsd:string ; |
| 275 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 290 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
| 276 | 291 | ||
| 277 | ILAP:FunctionalLocation | 292 | ILAP:FunctionalLocation |
| 278 | rdf:type owl:Class ; | 293 | rdf:type owl:Class ; |
| 279 | rdfs:label "Functional location"^^xsd:string ; | 294 | rdfs:label "Functional location"^^xsd:string ; |
| 280 | rdfs:subClassOf ILAP:Location . | 295 | rdfs:subClassOf ILAP:Location . |
| 281 | 296 | ||
| 282 | -ILAP:HCSystemsWork | ||
| 283 | - rdf:type ILAP:RiskFactor ; | ||
| 284 | - rdfs:label "HC Systems Work"^^xsd:string . | ||
| 285 | - | ||
| 286 | ILAP:HighCriticality | 297 | ILAP:HighCriticality |
| 287 | - rdf:type ILAP:Criticality ; | 298 | + rdf:type ILAP:DegreeOfCriticality ; |
| 288 | rdfs:label "High criticality"^^xsd:string . | 299 | rdfs:label "High criticality"^^xsd:string . |
| 289 | 300 | ||
| 290 | ILAP:HighPriority | 301 | ILAP:HighPriority |
| 291 | - rdf:type ILAP:Priority ; | 302 | + rdf:type ILAP:DegreeOfPriority ; |
| 292 | rdfs:label "High priority"^^xsd:string . | 303 | rdfs:label "High priority"^^xsd:string . |
| 293 | 304 | ||
| 294 | -ILAP:Hot_Work | ||
| 295 | - rdf:type ILAP:RiskFactor ; | ||
| 296 | - rdfs:label "Hot Work"^^xsd:string . | ||
| 297 | - | ||
| 298 | ILAP:Information | 305 | ILAP:Information |
| 299 | rdf:type owl:Class ; | 306 | rdf:type owl:Class ; |
| 300 | rdfs:label "Information"^^xsd:string ; | 307 | rdfs:label "Information"^^xsd:string ; |
| 301 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing . | 308 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . |
| 302 | 309 | ||
| 303 | ILAP:Knowledge | 310 | ILAP:Knowledge |
| 304 | rdf:type owl:Class ; | 311 | rdf:type owl:Class ; |
| 305 | rdfs:label "Knowledge"^^xsd:string ; | 312 | rdfs:label "Knowledge"^^xsd:string ; |
| 306 | rdfs:subClassOf ILAP:Information . | 313 | rdfs:subClassOf ILAP:Information . |
| 307 | 314 | ||
| 308 | -ILAP:Lifting_Operation | ||
| 309 | - rdf:type ILAP:RiskFactor ; | ||
| 310 | - rdfs:label "Lifting Operation"^^xsd:string . | ||
| 311 | - | ||
| 312 | ILAP:LiveSchedule | 315 | ILAP:LiveSchedule |
| 313 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 316 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 314 | rdfs:label "Live schedule"^^xsd:string ; | 317 | rdfs:label "Live schedule"^^xsd:string ; |
| 315 | rdfs:subClassOf ILAP:Schedule . | 318 | rdfs:subClassOf ILAP:Schedule . |
| 316 | 319 | ||
| 317 | ILAP:Location | 320 | ILAP:Location |
| 318 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; | 321 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; |
| 319 | rdfs:label "Location"^^xsd:string ; | 322 | rdfs:label "Location"^^xsd:string ; |
| 320 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . | 323 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . |
| 321 | 324 | ||
| 322 | ILAP:LowCriticality | 325 | ILAP:LowCriticality |
| 323 | - rdf:type ILAP:Criticality ; | 326 | + rdf:type ILAP:DegreeOfCriticality ; |
| 324 | rdfs:label "Low criticality"^^xsd:string . | 327 | rdfs:label "Low criticality"^^xsd:string . |
| 325 | 328 | ||
| 326 | ILAP:LowPriority | 329 | ILAP:LowPriority |
| 327 | - rdf:type ILAP:Priority ; | 330 | + rdf:type ILAP:DegreeOfPriority ; |
| 328 | rdfs:label "Low priority"^^xsd:string . | 331 | rdfs:label "Low priority"^^xsd:string . |
| 329 | 332 | ||
| 330 | ILAP:Milestone | 333 | ILAP:Milestone |
| 331 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; | 334 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; |
| 332 | rdfs:label "Milestone"^^xsd:string . | 335 | rdfs:label "Milestone"^^xsd:string . |
| 333 | 336 | ||
| 334 | -ILAP:MilestoneType | ||
| 335 | - rdf:type owl:Class ; | ||
| 336 | - rdfs:label "Milestone type"^^xsd:string ; | ||
| 337 | - rdfs:subClassOf owl:Thing . | ||
| 338 | - | ||
| 339 | -ILAP:Missing_Barriers | ||
| 340 | - rdf:type ILAP:RiskFactor ; | ||
| 341 | - rdfs:label "Missing Barriers"^^xsd:string . | ||
| 342 | - | ||
| 343 | ILAP:Network | 337 | ILAP:Network |
| 344 | rdf:type owl:Class ; | 338 | rdf:type owl:Class ; |
| 345 | rdfs:label "Network"^^xsd:string ; | 339 | rdfs:label "Network"^^xsd:string ; |
| 346 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . | 340 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . |
| 347 | 341 | ||
| 348 | ILAP:NormalCriticality | 342 | ILAP:NormalCriticality |
| 349 | - rdf:type ILAP:Criticality ; | 343 | + rdf:type ILAP:DegreeOfCriticality ; |
| 350 | rdfs:label "Normal criticality"^^xsd:string . | 344 | rdfs:label "Normal criticality"^^xsd:string . |
| 351 | 345 | ||
| 352 | ILAP:NormalPriority | 346 | ILAP:NormalPriority |
| 353 | - rdf:type ILAP:Priority ; | 347 | + rdf:type ILAP:DegreeOfPriority ; |
| 354 | rdfs:label "Normal priority"^^xsd:string . | 348 | rdfs:label "Normal priority"^^xsd:string . |
| 355 | 349 | ||
| 356 | ILAP:OPEX | 350 | ILAP:OPEX |
| ... | @@ -367,55 +361,60 @@ ILAP:OperationStatus | ... | @@ -367,55 +361,60 @@ ILAP:OperationStatus |
| 367 | rdfs:label "Operation status"^^xsd:string ; | 361 | rdfs:label "Operation status"^^xsd:string ; |
| 368 | rdfs:subClassOf ILAP:Status . | 362 | rdfs:subClassOf ILAP:Status . |
| 369 | 363 | ||
| 364 | +ILAP:Phase | ||
| 365 | + rdf:type owl:Class ; | ||
| 366 | + rdfs:label "Phase"^^xsd:string ; | ||
| 367 | + rdfs:subClassOf owl:Thing . | ||
| 368 | + | ||
| 370 | ILAP:PhysicalLocation | 369 | ILAP:PhysicalLocation |
| 371 | rdf:type owl:Class ; | 370 | rdf:type owl:Class ; |
| 372 | rdfs:label "Physical location"^^xsd:string ; | 371 | rdfs:label "Physical location"^^xsd:string ; |
| 373 | rdfs:subClassOf ILAP:Location . | 372 | rdfs:subClassOf ILAP:Location . |
| 374 | 373 | ||
| 375 | ILAP:PlanClassifier | 374 | ILAP:PlanClassifier |
| 376 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 375 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
| 377 | rdfs:label "Plan classifier"^^xsd:string ; | 376 | rdfs:label "Plan classifier"^^xsd:string ; |
| 378 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . | 377 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . |
| 379 | 378 | ||
| 380 | ILAP:PlanContentType | 379 | ILAP:PlanContentType |
| 381 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | 380 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; |
| 382 | rdfs:label "Content type"^^xsd:string ; | 381 | rdfs:label "Content type"^^xsd:string ; |
| 383 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . | 382 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . |
| 384 | 383 | ||
| 385 | ILAP:PlanContractType | 384 | ILAP:PlanContractType |
| 386 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 385 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
| 387 | rdfs:label "Plan contract type"^^xsd:string ; | 386 | rdfs:label "Plan contract type"^^xsd:string ; |
| 388 | rdfs:subClassOf ILAP:PlanClassifier . | 387 | rdfs:subClassOf ILAP:PlanClassifier . |
| 389 | 388 | ||
| 390 | ILAP:PlanExpenseType | 389 | ILAP:PlanExpenseType |
| 391 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 390 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
| 392 | rdfs:label "Plan expense type"^^xsd:string ; | 391 | rdfs:label "Plan expense type"^^xsd:string ; |
| 393 | rdfs:subClassOf ILAP:PlanClassifier . | 392 | rdfs:subClassOf ILAP:PlanClassifier . |
| 394 | 393 | ||
| 395 | ILAP:PlanGeoArea | 394 | ILAP:PlanGeoArea |
| 396 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; | 395 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; |
| 397 | rdfs:label "Plan geographic area"^^xsd:string ; | 396 | rdfs:label "Plan geographic area"^^xsd:string ; |
| 398 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 397 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
| 399 | 398 | ||
| 400 | ILAP:PlanLevel | 399 | ILAP:PlanLevel |
| 401 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 400 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
| 402 | rdfs:label "Plan level"^^xsd:string ; | 401 | rdfs:label "Plan level"^^xsd:string ; |
| 403 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 402 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
| 404 | 403 | ||
| 405 | ILAP:PlanLifecycleStage | 404 | ILAP:PlanLifecycleStage |
| 406 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 405 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 407 | rdfs:label "Plan lifecycle stage"^^xsd:string ; | 406 | rdfs:label "Plan lifecycle stage"^^xsd:string ; |
| 408 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 407 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
| 409 | 408 | ||
| 410 | ILAP:PlanObjectiveType | 409 | ILAP:PlanObjectiveType |
| 411 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; | 410 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; |
| 412 | rdfs:label "Plan objective type"^^xsd:string ; | 411 | rdfs:label "Plan objective type"^^xsd:string ; |
| 413 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . | 412 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . |
| 414 | 413 | ||
| 415 | ILAP:PlanProjectType | 414 | ILAP:PlanProjectType |
| 416 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 415 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
| 417 | rdfs:label "Plan project type"^^xsd:string ; | 416 | rdfs:label "Plan project type"^^xsd:string ; |
| 418 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . | 417 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . |
| 419 | 418 | ||
| 420 | ILAP:PlannedActivity | 419 | ILAP:PlannedActivity |
| 421 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 420 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| ... | @@ -423,50 +422,50 @@ ILAP:PlannedActivity | ... | @@ -423,50 +422,50 @@ ILAP:PlannedActivity |
| 423 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; | 422 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; |
| 424 | rdfs:subClassOf | 423 | rdfs:subClassOf |
| 425 | [ rdf:type owl:Restriction ; | 424 | [ rdf:type owl:Restriction ; |
| 426 | - owl:allValuesFrom ILAP:Result ; | 425 | + owl:maxQualifiedCardinality |
| 427 | - owl:onProperty ILAP:hasActivityResult | 426 | + "1"^^xsd:nonNegativeInteger ; |
| 427 | + owl:onClass ILAP:ProjectExecutionPlan ; | ||
| 428 | + owl:onProperty ILAP:hasActivityPlan | ||
| 428 | ] ; | 429 | ] ; |
| 429 | rdfs:subClassOf | 430 | rdfs:subClassOf |
| 430 | [ rdf:type owl:Restriction ; | 431 | [ rdf:type owl:Restriction ; |
| 431 | - owl:allValuesFrom ILAP:Location ; | 432 | + owl:allValuesFrom ILAP:ResponsiblePerson ; |
| 432 | - owl:onProperty ILAP:hasActivityLocation | 433 | + owl:onProperty ILAP:hasActivityResponsiblePerson |
| 433 | ] ; | 434 | ] ; |
| 434 | rdfs:subClassOf | 435 | rdfs:subClassOf |
| 435 | [ rdf:type owl:Restriction ; | 436 | [ rdf:type owl:Restriction ; |
| 436 | - owl:allValuesFrom ILAP:ActivityDependency ; | 437 | + owl:allValuesFrom ILAP:ActivityWBS ; |
| 437 | - owl:onProperty ILAP:hasActivitySuccessor | 438 | + owl:onProperty ILAP:hasActivityWBSelement |
| 438 | ] ; | 439 | ] ; |
| 439 | rdfs:subClassOf | 440 | rdfs:subClassOf |
| 440 | [ rdf:type owl:Restriction ; | 441 | [ rdf:type owl:Restriction ; |
| 441 | - owl:allValuesFrom ILAP:ActivityDependency ; | 442 | + owl:allValuesFrom ILAP:Location ; |
| 442 | - owl:onProperty ILAP:hasActivityPredecessor | 443 | + owl:onProperty ILAP:hasActivityLocation |
| 443 | ] ; | 444 | ] ; |
| 444 | rdfs:subClassOf | 445 | rdfs:subClassOf |
| 445 | [ rdf:type owl:Restriction ; | 446 | [ rdf:type owl:Restriction ; |
| 446 | - owl:allValuesFrom ILAP:ResponsiblePerson ; | 447 | + owl:allValuesFrom ILAP:Result ; |
| 447 | - owl:onProperty ILAP:hasActivityResponsiblePerson | 448 | + owl:onProperty ILAP:hasActivityResult |
| 448 | ] ; | 449 | ] ; |
| 449 | rdfs:subClassOf | 450 | rdfs:subClassOf |
| 450 | [ rdf:type owl:Restriction ; | 451 | [ rdf:type owl:Restriction ; |
| 451 | - owl:onProperty ILAP:hasActivityDiscipline ; | 452 | + owl:allValuesFrom ILAP:ActivityDependency ; |
| 452 | - owl:someValuesFrom ILAP:Discipline | 453 | + owl:onProperty ILAP:hasActivityPredecessor |
| 453 | ] ; | 454 | ] ; |
| 454 | rdfs:subClassOf | 455 | rdfs:subClassOf |
| 455 | [ rdf:type owl:Restriction ; | 456 | [ rdf:type owl:Restriction ; |
| 456 | - owl:allValuesFrom ILAP:ActivityWBS ; | 457 | + owl:allValuesFrom ILAP:ResourceProfile ; |
| 457 | - owl:onProperty ILAP:hasActivityWBSelement | 458 | + owl:onProperty ILAP:hasActivityResourceProfile |
| 458 | ] ; | 459 | ] ; |
| 459 | rdfs:subClassOf | 460 | rdfs:subClassOf |
| 460 | [ rdf:type owl:Restriction ; | 461 | [ rdf:type owl:Restriction ; |
| 461 | - owl:maxQualifiedCardinality | 462 | + owl:allValuesFrom ILAP:ActivityDependency ; |
| 462 | - "1"^^xsd:nonNegativeInteger ; | 463 | + owl:onProperty ILAP:hasActivitySuccessor |
| 463 | - owl:onClass ILAP:ProjectExecutionPlan ; | ||
| 464 | - owl:onProperty ILAP:hasActivityPlan | ||
| 465 | ] ; | 464 | ] ; |
| 466 | rdfs:subClassOf | 465 | rdfs:subClassOf |
| 467 | [ rdf:type owl:Restriction ; | 466 | [ rdf:type owl:Restriction ; |
| 468 | - owl:allValuesFrom ILAP:ResourceProfile ; | 467 | + owl:onProperty ILAP:hasActivityDiscipline ; |
| 469 | - owl:onProperty ILAP:hasActivityResourceProfile | 468 | + owl:someValuesFrom ILAP:Discipline |
| 470 | ] . | 469 | ] . |
| 471 | 470 | ||
| 472 | ILAP:PlannedMilestone | 471 | ILAP:PlannedMilestone |
| ... | @@ -484,29 +483,19 @@ ILAP:Portfolio | ... | @@ -484,29 +483,19 @@ ILAP:Portfolio |
| 484 | rdfs:label "Portfolio"^^xsd:string ; | 483 | rdfs:label "Portfolio"^^xsd:string ; |
| 485 | rdfs:subClassOf ILAP:Project . | 484 | rdfs:subClassOf ILAP:Project . |
| 486 | 485 | ||
| 487 | -ILAP:Priority | ||
| 488 | - rdf:type owl:Class ; | ||
| 489 | - rdfs:label "Priority"^^xsd:string ; | ||
| 490 | - rdfs:subClassOf owl:Thing . | ||
| 491 | - | ||
| 492 | ILAP:Programme | 486 | ILAP:Programme |
| 493 | rdf:type owl:Class ; | 487 | rdf:type owl:Class ; |
| 494 | rdfs:label "Programme"^^xsd:string ; | 488 | rdfs:label "Programme"^^xsd:string ; |
| 495 | rdfs:subClassOf ILAP:Project . | 489 | rdfs:subClassOf ILAP:Project . |
| 496 | 490 | ||
| 497 | ILAP:Project | 491 | ILAP:Project |
| 498 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 492 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 499 | rdfs:label "Project"^^xsd:string ; | 493 | rdfs:label "Project"^^xsd:string ; |
| 500 | rdfs:subClassOf ILAP:Activity ; | 494 | rdfs:subClassOf ILAP:Activity ; |
| 501 | rdfs:subClassOf | 495 | rdfs:subClassOf |
| 502 | [ rdf:type owl:Restriction ; | 496 | [ rdf:type owl:Restriction ; |
| 503 | - owl:allValuesFrom ILAP:Project ; | 497 | + owl:allValuesFrom BRREG:OilCompany ; |
| 504 | - owl:onProperty ILAP:hasProjectSubproject | 498 | + owl:onProperty ILAP:hasProjectResponsible |
| 505 | - ] ; | ||
| 506 | - rdfs:subClassOf | ||
| 507 | - [ rdf:type owl:Restriction ; | ||
| 508 | - owl:allValuesFrom ILAP:ExternalReference ; | ||
| 509 | - owl:onProperty ILAP:hasExternalReference | ||
| 510 | ] ; | 499 | ] ; |
| 511 | rdfs:subClassOf | 500 | rdfs:subClassOf |
| 512 | [ rdf:type owl:Restriction ; | 501 | [ rdf:type owl:Restriction ; |
| ... | @@ -517,8 +506,13 @@ ILAP:Project | ... | @@ -517,8 +506,13 @@ ILAP:Project |
| 517 | ] ; | 506 | ] ; |
| 518 | rdfs:subClassOf | 507 | rdfs:subClassOf |
| 519 | [ rdf:type owl:Restriction ; | 508 | [ rdf:type owl:Restriction ; |
| 520 | - owl:allValuesFrom BRREG:OilCompany ; | 509 | + owl:allValuesFrom ILAP:ExternalReference ; |
| 521 | - owl:onProperty ILAP:hasProjectResponsible | 510 | + owl:onProperty ILAP:hasExternalReference |
| 511 | + ] ; | ||
| 512 | + rdfs:subClassOf | ||
| 513 | + [ rdf:type owl:Restriction ; | ||
| 514 | + owl:allValuesFrom ILAP:Project ; | ||
| 515 | + owl:onProperty ILAP:hasProjectSubproject | ||
| 522 | ] . | 516 | ] . |
| 523 | 517 | ||
| 524 | ILAP:ProjectExecutionPlan | 518 | ILAP:ProjectExecutionPlan |
| ... | @@ -527,50 +521,42 @@ ILAP:ProjectExecutionPlan | ... | @@ -527,50 +521,42 @@ ILAP:ProjectExecutionPlan |
| 527 | rdfs:subClassOf ILAP:Network ; | 521 | rdfs:subClassOf ILAP:Network ; |
| 528 | rdfs:subClassOf | 522 | rdfs:subClassOf |
| 529 | [ rdf:type owl:Restriction ; | 523 | [ rdf:type owl:Restriction ; |
| 530 | - owl:allValuesFrom BRREG:LegalEntity ; | ||
| 531 | - owl:onProperty ILAP:hasPlanResponsible | ||
| 532 | - ] ; | ||
| 533 | - rdfs:subClassOf | ||
| 534 | - [ rdf:type owl:Restriction ; | ||
| 535 | - owl:onProperty ILAP:hasPlanLevel ; | ||
| 536 | - owl:someValuesFrom ILAP:PlanLevel | ||
| 537 | - ] ; | ||
| 538 | - rdfs:subClassOf | ||
| 539 | - [ rdf:type owl:Restriction ; | ||
| 540 | owl:maxQualifiedCardinality | 524 | owl:maxQualifiedCardinality |
| 541 | "1"^^xsd:nonNegativeInteger ; | 525 | "1"^^xsd:nonNegativeInteger ; |
| 542 | - owl:onClass ILAP:Project ; | 526 | + owl:onClass ILAP:PlanLevel ; |
| 543 | - owl:onProperty ILAP:hasPlanProject | 527 | + owl:onProperty ILAP:hasPlanLevel |
| 544 | ] ; | 528 | ] ; |
| 545 | rdfs:subClassOf | 529 | rdfs:subClassOf |
| 546 | [ rdf:type owl:Restriction ; | 530 | [ rdf:type owl:Restriction ; |
| 547 | owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 531 | owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
| 548 | - owl:onProperty ILAP:hasPlanSubplan | 532 | + owl:onProperty ILAP:hasPlanRollUpPlan |
| 549 | ] ; | 533 | ] ; |
| 550 | rdfs:subClassOf | 534 | rdfs:subClassOf |
| 551 | [ rdf:type owl:Restriction ; | 535 | [ rdf:type owl:Restriction ; |
| 552 | - owl:onProperty ILAP:hasPlanGeoArea ; | 536 | + owl:allValuesFrom ILAP:PlanContractType ; |
| 553 | - owl:someValuesFrom ILAP:PlanGeoArea | 537 | + owl:onProperty ILAP:hasPlanContractType |
| 554 | ] ; | 538 | ] ; |
| 555 | rdfs:subClassOf | 539 | rdfs:subClassOf |
| 556 | [ rdf:type owl:Restriction ; | 540 | [ rdf:type owl:Restriction ; |
| 557 | - owl:onProperty ILAP:hasPlanContentType ; | 541 | + owl:onProperty ILAP:hasPlanGeoArea ; |
| 558 | - owl:someValuesFrom ILAP:PlanContentType | 542 | + owl:someValuesFrom ILAP:PlanGeoArea |
| 559 | ] ; | 543 | ] ; |
| 560 | rdfs:subClassOf | 544 | rdfs:subClassOf |
| 561 | [ rdf:type owl:Restriction ; | 545 | [ rdf:type owl:Restriction ; |
| 562 | - owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 546 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 563 | - owl:onProperty ILAP:hasPlanRollUpPlan | 547 | + owl:onProperty ILAP:hasPlanResponsible |
| 564 | ] ; | 548 | ] ; |
| 565 | rdfs:subClassOf | 549 | rdfs:subClassOf |
| 566 | [ rdf:type owl:Restriction ; | 550 | [ rdf:type owl:Restriction ; |
| 567 | - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; | 551 | + owl:allValuesFrom ILAP:PlanLifecycleStage ; |
| 568 | - owl:onProperty ILAP:hasPlanAsset | 552 | + owl:onProperty ILAP:hasPlanLifecycleStage |
| 569 | ] ; | 553 | ] ; |
| 570 | rdfs:subClassOf | 554 | rdfs:subClassOf |
| 571 | [ rdf:type owl:Restriction ; | 555 | [ rdf:type owl:Restriction ; |
| 572 | - owl:allValuesFrom ILAP:PlanContractType ; | 556 | + owl:maxQualifiedCardinality |
| 573 | - owl:onProperty ILAP:hasPlanContractType | 557 | + "1"^^xsd:nonNegativeInteger ; |
| 558 | + owl:onClass ILAP:Project ; | ||
| 559 | + owl:onProperty ILAP:hasPlanProject | ||
| 574 | ] ; | 560 | ] ; |
| 575 | rdfs:subClassOf | 561 | rdfs:subClassOf |
| 576 | [ rdf:type owl:Restriction ; | 562 | [ rdf:type owl:Restriction ; |
| ... | @@ -579,10 +565,13 @@ ILAP:ProjectExecutionPlan | ... | @@ -579,10 +565,13 @@ ILAP:ProjectExecutionPlan |
| 579 | ] ; | 565 | ] ; |
| 580 | rdfs:subClassOf | 566 | rdfs:subClassOf |
| 581 | [ rdf:type owl:Restriction ; | 567 | [ rdf:type owl:Restriction ; |
| 582 | - owl:maxQualifiedCardinality | 568 | + owl:onProperty ILAP:hasPlanContentType ; |
| 583 | - "1"^^xsd:nonNegativeInteger ; | 569 | + owl:someValuesFrom ILAP:PlanContentType |
| 584 | - owl:onClass ILAP:PlanLevel ; | 570 | + ] ; |
| 585 | - owl:onProperty ILAP:hasPlanLevel | 571 | + rdfs:subClassOf |
| 572 | + [ rdf:type owl:Restriction ; | ||
| 573 | + owl:allValuesFrom ILAP:ProjectExecutionPlan ; | ||
| 574 | + owl:onProperty ILAP:hasPlanSubplan | ||
| 586 | ] ; | 575 | ] ; |
| 587 | rdfs:subClassOf | 576 | rdfs:subClassOf |
| 588 | [ rdf:type owl:Restriction ; | 577 | [ rdf:type owl:Restriction ; |
| ... | @@ -591,8 +580,13 @@ ILAP:ProjectExecutionPlan | ... | @@ -591,8 +580,13 @@ ILAP:ProjectExecutionPlan |
| 591 | ] ; | 580 | ] ; |
| 592 | rdfs:subClassOf | 581 | rdfs:subClassOf |
| 593 | [ rdf:type owl:Restriction ; | 582 | [ rdf:type owl:Restriction ; |
| 594 | - owl:allValuesFrom ILAP:PlanLifecycleStage ; | 583 | + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; |
| 595 | - owl:onProperty ILAP:hasPlanLifecycleStage | 584 | + owl:onProperty ILAP:hasPlanAsset |
| 585 | + ] ; | ||
| 586 | + rdfs:subClassOf | ||
| 587 | + [ rdf:type owl:Restriction ; | ||
| 588 | + owl:onProperty ILAP:hasPlanLevel ; | ||
| 589 | + owl:someValuesFrom ILAP:PlanLevel | ||
| 596 | ] . | 590 | ] . |
| 597 | 591 | ||
| 598 | ILAP:ProjectType | 592 | ILAP:ProjectType |
| ... | @@ -601,18 +595,14 @@ ILAP:ProjectType | ... | @@ -601,18 +595,14 @@ ILAP:ProjectType |
| 601 | rdfs:subClassOf owl:Thing . | 595 | rdfs:subClassOf owl:Thing . |
| 602 | 596 | ||
| 603 | ILAP:Regular8To16WorkingDayCalendar | 597 | ILAP:Regular8To16WorkingDayCalendar |
| 604 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 598 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
| 605 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; | 599 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; |
| 606 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> . | 600 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> . |
| 607 | - | ||
| 608 | -ILAP:Reservoir_Drilling | ||
| 609 | - rdf:type ILAP:RiskFactor ; | ||
| 610 | - rdfs:label "Reservoir Drilling"^^xsd:string . | ||
| 611 | 601 | ||
| 612 | ILAP:Resource | 602 | ILAP:Resource |
| 613 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; | 603 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; |
| 614 | rdfs:label "Resource"^^xsd:string ; | 604 | rdfs:label "Resource"^^xsd:string ; |
| 615 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . | 605 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . |
| 616 | 606 | ||
| 617 | ILAP:ResourceEstimate | 607 | ILAP:ResourceEstimate |
| 618 | rdf:type owl:Class ; | 608 | rdf:type owl:Class ; |
| ... | @@ -620,14 +610,14 @@ ILAP:ResourceEstimate | ... | @@ -620,14 +610,14 @@ ILAP:ResourceEstimate |
| 620 | rdfs:subClassOf ILAP:ResourceStructure . | 610 | rdfs:subClassOf ILAP:ResourceStructure . |
| 621 | 611 | ||
| 622 | ILAP:ResourceProfile | 612 | ILAP:ResourceProfile |
| 623 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; | 613 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; |
| 624 | rdfs:label "Resource profile"^^xsd:string ; | 614 | rdfs:label "Resource profile"^^xsd:string ; |
| 625 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . | 615 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . |
| 626 | 616 | ||
| 627 | ILAP:ResourceProfilePoint | 617 | ILAP:ResourceProfilePoint |
| 628 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; | 618 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; |
| 629 | rdfs:label "resource Profile point"^^xsd:string ; | 619 | rdfs:label "resource Profile point"^^xsd:string ; |
| 630 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . | 620 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . |
| 631 | 621 | ||
| 632 | ILAP:ResourceStructure | 622 | ILAP:ResourceStructure |
| 633 | rdf:type owl:Class ; | 623 | rdf:type owl:Class ; |
| ... | @@ -635,17 +625,17 @@ ILAP:ResourceStructure | ... | @@ -635,17 +625,17 @@ ILAP:ResourceStructure |
| 635 | rdfs:subClassOf ILAP:Network . | 625 | rdfs:subClassOf ILAP:Network . |
| 636 | 626 | ||
| 637 | ILAP:ResponsibleOrganization | 627 | ILAP:ResponsibleOrganization |
| 638 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; | 628 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; |
| 639 | rdfs:label "Responsible organization"^^xsd:string ; | 629 | rdfs:label "Responsible organization"^^xsd:string ; |
| 640 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing . | 630 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> . |
| 641 | 631 | ||
| 642 | ILAP:ResponsiblePerson | 632 | ILAP:ResponsiblePerson |
| 643 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; | 633 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; |
| 644 | rdfs:label "Responsible"^^xsd:string ; | 634 | rdfs:label "Responsible"^^xsd:string ; |
| 645 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing . | 635 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> . |
| 646 | 636 | ||
| 647 | ILAP:Result | 637 | ILAP:Result |
| 648 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 638 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
| 649 | rdfs:label "Result"^^xsd:string ; | 639 | rdfs:label "Result"^^xsd:string ; |
| 650 | rdfs:subClassOf owl:Thing . | 640 | rdfs:subClassOf owl:Thing . |
| 651 | 641 | ||
| ... | @@ -660,9 +650,9 @@ ILAP:RiskFactor | ... | @@ -660,9 +650,9 @@ ILAP:RiskFactor |
| 660 | rdfs:subClassOf owl:Thing . | 650 | rdfs:subClassOf owl:Thing . |
| 661 | 651 | ||
| 662 | ILAP:Schedule | 652 | ILAP:Schedule |
| 663 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 653 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 664 | rdfs:label "Scheduled Activity Network"^^xsd:string ; | 654 | rdfs:label "Scheduled Activity Network"^^xsd:string ; |
| 665 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ; | 655 | + rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; |
| 666 | rdfs:subClassOf | 656 | rdfs:subClassOf |
| 667 | [ rdf:type owl:Restriction ; | 657 | [ rdf:type owl:Restriction ; |
| 668 | owl:maxQualifiedCardinality | 658 | owl:maxQualifiedCardinality |
| ... | @@ -672,22 +662,22 @@ ILAP:Schedule | ... | @@ -672,22 +662,22 @@ ILAP:Schedule |
| 672 | ] . | 662 | ] . |
| 673 | 663 | ||
| 674 | ILAP:ScheduledActivity | 664 | ILAP:ScheduledActivity |
| 675 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 665 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 676 | rdfs:label "Activity in Network Schedule"^^xsd:string ; | 666 | rdfs:label "Activity in Network Schedule"^^xsd:string ; |
| 677 | rdfs:subClassOf ILAP:PlannedActivity ; | 667 | rdfs:subClassOf ILAP:PlannedActivity ; |
| 678 | rdfs:subClassOf | 668 | rdfs:subClassOf |
| 679 | [ rdf:type owl:Restriction ; | 669 | [ rdf:type owl:Restriction ; |
| 680 | owl:maxQualifiedCardinality | 670 | owl:maxQualifiedCardinality |
| 681 | "1"^^xsd:nonNegativeInteger ; | 671 | "1"^^xsd:nonNegativeInteger ; |
| 682 | - owl:onClass ILAP:Schedule ; | 672 | + owl:onClass ILAP:PlannedActivity ; |
| 683 | - owl:onProperty ILAP:hasActivitySchedule | 673 | + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan |
| 684 | ] ; | 674 | ] ; |
| 685 | rdfs:subClassOf | 675 | rdfs:subClassOf |
| 686 | [ rdf:type owl:Restriction ; | 676 | [ rdf:type owl:Restriction ; |
| 687 | owl:maxQualifiedCardinality | 677 | owl:maxQualifiedCardinality |
| 688 | "1"^^xsd:nonNegativeInteger ; | 678 | "1"^^xsd:nonNegativeInteger ; |
| 689 | - owl:onClass ILAP:PlannedActivity ; | 679 | + owl:onClass ILAP:Schedule ; |
| 690 | - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan | 680 | + owl:onProperty ILAP:hasActivitySchedule |
| 691 | ] . | 681 | ] . |
| 692 | 682 | ||
| 693 | ILAP:ScheduledMilestone | 683 | ILAP:ScheduledMilestone |
| ... | @@ -695,14 +685,15 @@ ILAP:ScheduledMilestone | ... | @@ -695,14 +685,15 @@ ILAP:ScheduledMilestone |
| 695 | rdfs:label "Scheduled milestone"^^xsd:string ; | 685 | rdfs:label "Scheduled milestone"^^xsd:string ; |
| 696 | rdfs:subClassOf ILAP:PlannedMilestone . | 686 | rdfs:subClassOf ILAP:PlannedMilestone . |
| 697 | 687 | ||
| 698 | -ILAP:Shallow_Gas | 688 | +ILAP:Shutdown |
| 699 | - rdf:type ILAP:RiskFactor ; | 689 | + rdf:type owl:Class ; |
| 700 | - rdfs:label "Shallow Gas"^^xsd:string . | 690 | + rdfs:label "Shutdown"^^xsd:string ; |
| 691 | + rdfs:subClassOf owl:Thing . | ||
| 701 | 692 | ||
| 702 | ILAP:Source | 693 | ILAP:Source |
| 703 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; | 694 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; |
| 704 | rdfs:label "Source"^^xsd:string ; | 695 | rdfs:label "Source"^^xsd:string ; |
| 705 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . | 696 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . |
| 706 | 697 | ||
| 707 | ILAP:SourceSpecifiedUserField | 698 | ILAP:SourceSpecifiedUserField |
| 708 | rdf:type owl:Class ; | 699 | rdf:type owl:Class ; |
| ... | @@ -715,22 +706,22 @@ ILAP:SpecifiedUserField | ... | @@ -715,22 +706,22 @@ ILAP:SpecifiedUserField |
| 715 | rdfs:subClassOf ILAP:UserField . | 706 | rdfs:subClassOf ILAP:UserField . |
| 716 | 707 | ||
| 717 | ILAP:StartToFinish | 708 | ILAP:StartToFinish |
| 718 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 709 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 719 | rdfs:label "Start to finish"^^xsd:string ; | 710 | rdfs:label "Start to finish"^^xsd:string ; |
| 720 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 711 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
| 721 | 712 | ||
| 722 | ILAP:StartToStart | 713 | ILAP:StartToStart |
| 723 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 714 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 724 | rdfs:label "Start to start"^^xsd:string ; | 715 | rdfs:label "Start to start"^^xsd:string ; |
| 725 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 716 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
| 726 | 717 | ||
| 727 | ILAP:Status | 718 | ILAP:Status |
| 728 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; | 719 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; |
| 729 | rdfs:label "Status"^^xsd:string ; | 720 | rdfs:label "Status"^^xsd:string ; |
| 730 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . | 721 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . |
| 731 | 722 | ||
| 732 | ILAP:TargetSchedule | 723 | ILAP:TargetSchedule |
| 733 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 724 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 734 | rdfs:label "Target schedule"^^xsd:string ; | 725 | rdfs:label "Target schedule"^^xsd:string ; |
| 735 | rdfs:subClassOf ILAP:Schedule . | 726 | rdfs:subClassOf ILAP:Schedule . |
| 736 | 727 | ||
| ... | @@ -745,7 +736,7 @@ ILAP:UnitBased | ... | @@ -745,7 +736,7 @@ ILAP:UnitBased |
| 745 | rdfs:subClassOf ILAP:Resource . | 736 | rdfs:subClassOf ILAP:Resource . |
| 746 | 737 | ||
| 747 | ILAP:UserField | 738 | ILAP:UserField |
| 748 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; | 739 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; |
| 749 | rdfs:label "User field"^^xsd:string ; | 740 | rdfs:label "User field"^^xsd:string ; |
| 750 | rdfs:subClassOf ILAP:Data ; | 741 | rdfs:subClassOf ILAP:Data ; |
| 751 | rdfs:subClassOf | 742 | rdfs:subClassOf |
| ... | @@ -759,16 +750,12 @@ ILAP:UserField | ... | @@ -759,16 +750,12 @@ ILAP:UserField |
| 759 | ILAP:Value | 750 | ILAP:Value |
| 760 | rdf:type owl:Class ; | 751 | rdf:type owl:Class ; |
| 761 | rdfs:label "Value"^^xsd:string ; | 752 | rdfs:label "Value"^^xsd:string ; |
| 762 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . | 753 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . |
| 763 | - | ||
| 764 | -ILAP:Vessel_Operation | ||
| 765 | - rdf:type ILAP:RiskFactor ; | ||
| 766 | - rdfs:label "Vessel Operation"^^xsd:string . | ||
| 767 | 754 | ||
| 768 | ILAP:WeekendsFreeCalendar | 755 | ILAP:WeekendsFreeCalendar |
| 769 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 756 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 770 | rdfs:label "Weekends free calendar"^^xsd:string ; | 757 | rdfs:label "Weekends free calendar"^^xsd:string ; |
| 771 | - rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . | 758 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . |
| 772 | 759 | ||
| 773 | ILAP:WorkOrder | 760 | ILAP:WorkOrder |
| 774 | rdf:type owl:Class ; | 761 | rdf:type owl:Class ; |
| ... | @@ -776,18 +763,18 @@ ILAP:WorkOrder | ... | @@ -776,18 +763,18 @@ ILAP:WorkOrder |
| 776 | rdfs:subClassOf ILAP:WorkTask . | 763 | rdfs:subClassOf ILAP:WorkTask . |
| 777 | 764 | ||
| 778 | ILAP:WorkTask | 765 | ILAP:WorkTask |
| 779 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 766 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 780 | rdfs:label "Work task"^^xsd:string ; | 767 | rdfs:label "Work task"^^xsd:string ; |
| 781 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; | 768 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; |
| 782 | rdfs:subClassOf | 769 | rdfs:subClassOf |
| 783 | [ rdf:type owl:Restriction ; | 770 | [ rdf:type owl:Restriction ; |
| 784 | - owl:onProperty ILAP:hasWorkTaskActivity ; | 771 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 785 | - owl:someValuesFrom ILAP:Activity | 772 | + owl:onProperty ILAP:hasWorkTaskResponsible |
| 786 | ] ; | 773 | ] ; |
| 787 | rdfs:subClassOf | 774 | rdfs:subClassOf |
| 788 | [ rdf:type owl:Restriction ; | 775 | [ rdf:type owl:Restriction ; |
| 789 | - owl:allValuesFrom BRREG:LegalEntity ; | 776 | + owl:onProperty ILAP:hasWorkTaskActivity ; |
| 790 | - owl:onProperty ILAP:hasWorkTaskResponsible | 777 | + owl:someValuesFrom ILAP:Activity |
| 791 | ] . | 778 | ] . |
| 792 | 779 | ||
| 793 | ILAP:WorkTaskStatus | 780 | ILAP:WorkTaskStatus |
| ... | @@ -795,10 +782,6 @@ ILAP:WorkTaskStatus | ... | @@ -795,10 +782,6 @@ ILAP:WorkTaskStatus |
| 795 | rdfs:label "Work task status"^^xsd:string ; | 782 | rdfs:label "Work task status"^^xsd:string ; |
| 796 | rdfs:subClassOf ILAP:Status . | 783 | rdfs:subClassOf ILAP:Status . |
| 797 | 784 | ||
| 798 | -ILAP:Working_at_Height | ||
| 799 | - rdf:type ILAP:RiskFactor ; | ||
| 800 | - rdfs:label "Working at Height"^^xsd:string . | ||
| 801 | - | ||
| 802 | ILAP:hasActivityActiveStatus | 785 | ILAP:hasActivityActiveStatus |
| 803 | rdf:type owl:ObjectProperty ; | 786 | rdf:type owl:ObjectProperty ; |
| 804 | rdfs:domain ILAP:Activity ; | 787 | rdfs:domain ILAP:Activity ; |
| ... | @@ -887,7 +870,7 @@ ILAP:hasActivityPhysicalPercentComplete | ... | @@ -887,7 +870,7 @@ ILAP:hasActivityPhysicalPercentComplete |
| 887 | rdfs:range xsd:float . | 870 | rdfs:range xsd:float . |
| 888 | 871 | ||
| 889 | ILAP:hasActivityPlan | 872 | ILAP:hasActivityPlan |
| 890 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 873 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 891 | rdfs:domain ILAP:PlannedActivity ; | 874 | rdfs:domain ILAP:PlannedActivity ; |
| 892 | rdfs:label "has activity plan"^^xsd:string ; | 875 | rdfs:label "has activity plan"^^xsd:string ; |
| 893 | rdfs:range ILAP:ProjectExecutionPlan . | 876 | rdfs:range ILAP:ProjectExecutionPlan . |
| ... | @@ -935,7 +918,7 @@ ILAP:hasActivityResponsibleOrganization | ... | @@ -935,7 +918,7 @@ ILAP:hasActivityResponsibleOrganization |
| 935 | rdfs:range ILAP:ResponsibleOrganization . | 918 | rdfs:range ILAP:ResponsibleOrganization . |
| 936 | 919 | ||
| 937 | ILAP:hasActivityResponsiblePerson | 920 | ILAP:hasActivityResponsiblePerson |
| 938 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 921 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 939 | rdfs:domain ILAP:PlannedActivity ; | 922 | rdfs:domain ILAP:PlannedActivity ; |
| 940 | rdfs:label "has activity responsible"^^xsd:string ; | 923 | rdfs:label "has activity responsible"^^xsd:string ; |
| 941 | rdfs:range ILAP:ResponsiblePerson . | 924 | rdfs:range ILAP:ResponsiblePerson . |
| ... | @@ -970,7 +953,7 @@ ILAP:hasActivityStatus | ... | @@ -970,7 +953,7 @@ ILAP:hasActivityStatus |
| 970 | rdfs:range ILAP:Status . | 953 | rdfs:range ILAP:Status . |
| 971 | 954 | ||
| 972 | ILAP:hasActivitySuccessor | 955 | ILAP:hasActivitySuccessor |
| 973 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 956 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 974 | rdfs:domain ILAP:PlannedActivity ; | 957 | rdfs:domain ILAP:PlannedActivity ; |
| 975 | rdfs:label "has activity successor"^^xsd:string ; | 958 | rdfs:label "has activity successor"^^xsd:string ; |
| 976 | rdfs:range ILAP:ActivityDependency ; | 959 | rdfs:range ILAP:ActivityDependency ; |
| ... | @@ -1031,7 +1014,7 @@ ILAP:hasCalendarDate | ... | @@ -1031,7 +1014,7 @@ ILAP:hasCalendarDate |
| 1031 | rdfs:label "has calendar date"^^xsd:string . | 1014 | rdfs:label "has calendar date"^^xsd:string . |
| 1032 | 1015 | ||
| 1033 | ILAP:hasCalendarFreePeriod | 1016 | ILAP:hasCalendarFreePeriod |
| 1034 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1017 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 1035 | rdfs:domain ILAP:Calendar ; | 1018 | rdfs:domain ILAP:Calendar ; |
| 1036 | rdfs:label "has calendarcalendar free period"^^xsd:string ; | 1019 | rdfs:label "has calendarcalendar free period"^^xsd:string ; |
| 1037 | rdfs:range ILAP:CalendarFreePeriod . | 1020 | rdfs:range ILAP:CalendarFreePeriod . |
| ... | @@ -1182,12 +1165,6 @@ ILAP:hasMilestoneSuccessor | ... | @@ -1182,12 +1165,6 @@ ILAP:hasMilestoneSuccessor |
| 1182 | rdfs:label "has milestone successor"^^xsd:string ; | 1165 | rdfs:label "has milestone successor"^^xsd:string ; |
| 1183 | rdfs:range ILAP:ActivityDependency . | 1166 | rdfs:range ILAP:ActivityDependency . |
| 1184 | 1167 | ||
| 1185 | -ILAP:hasMilestoneType | ||
| 1186 | - rdf:type owl:ObjectProperty ; | ||
| 1187 | - rdfs:domain ILAP:Milestone ; | ||
| 1188 | - rdfs:label "has milestone type"^^xsd:string ; | ||
| 1189 | - rdfs:range ILAP:MilestoneType . | ||
| 1190 | - | ||
| 1191 | ILAP:hasObjectDescription | 1168 | ILAP:hasObjectDescription |
| 1192 | rdf:type owl:DatatypeProperty ; | 1169 | rdf:type owl:DatatypeProperty ; |
| 1193 | rdfs:domain owl:Thing ; | 1170 | rdfs:domain owl:Thing ; |
| ... | @@ -1314,7 +1291,7 @@ ILAP:hasPlanRegulator | ... | @@ -1314,7 +1291,7 @@ ILAP:hasPlanRegulator |
| 1314 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1291 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
| 1315 | 1292 | ||
| 1316 | ILAP:hasPlanResponsible | 1293 | ILAP:hasPlanResponsible |
| 1317 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1294 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 1318 | rdfs:domain ILAP:ResponsibleOrganization ; | 1295 | rdfs:domain ILAP:ResponsibleOrganization ; |
| 1319 | rdfs:label "has plan responsible"^^xsd:string . | 1296 | rdfs:label "has plan responsible"^^xsd:string . |
| 1320 | 1297 | ||
| ... | @@ -1473,7 +1450,7 @@ ILAP:hasScheduledStart | ... | @@ -1473,7 +1450,7 @@ ILAP:hasScheduledStart |
| 1473 | rdfs:subPropertyOf ILAP:hasScheduleDate . | 1450 | rdfs:subPropertyOf ILAP:hasScheduleDate . |
| 1474 | 1451 | ||
| 1475 | ILAP:hasSuccessorActivity | 1452 | ILAP:hasSuccessorActivity |
| 1476 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1453 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 1477 | rdfs:domain ILAP:ActivityDependency ; | 1454 | rdfs:domain ILAP:ActivityDependency ; |
| 1478 | rdfs:label "has successor activity "^^xsd:string ; | 1455 | rdfs:label "has successor activity "^^xsd:string ; |
| 1479 | rdfs:range ILAP:PlannedActivity ; | 1456 | rdfs:range ILAP:PlannedActivity ; |
| ... | @@ -1501,7 +1478,7 @@ ILAP:hasTimeNow | ... | @@ -1501,7 +1478,7 @@ ILAP:hasTimeNow |
| 1501 | rdf:type owl:DatatypeProperty ; | 1478 | rdf:type owl:DatatypeProperty ; |
| 1502 | rdfs:domain ILAP:Schedule ; | 1479 | rdfs:domain ILAP:Schedule ; |
| 1503 | rdfs:label "has time now"^^xsd:string ; | 1480 | rdfs:label "has time now"^^xsd:string ; |
| 1504 | - rdfs:range xsd:dateTime . | 1481 | + rdfs:range xsd:date , xsd:dateTime . |
| 1505 | 1482 | ||
| 1506 | ILAP:hasUserFieldName | 1483 | ILAP:hasUserFieldName |
| 1507 | rdf:type owl:DatatypeProperty ; | 1484 | rdf:type owl:DatatypeProperty ; |
| ... | @@ -1566,15 +1543,3 @@ ILAP:hasWorkTaskVendor | ... | @@ -1566,15 +1543,3 @@ ILAP:hasWorkTaskVendor |
| 1566 | rdfs:label "has work task vendor"^^xsd:string ; | 1543 | rdfs:label "has work task vendor"^^xsd:string ; |
| 1567 | rdfs:range BRREG:Contractor ; | 1544 | rdfs:range BRREG:Contractor ; |
| 1568 | rdfs:subPropertyOf ILAP:hasWorkTaskResponsible . | 1545 | rdfs:subPropertyOf ILAP:hasWorkTaskResponsible . |
| 1569 | - | ||
| 1570 | -NPD:BAA | ||
| 1571 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS431663463> . | ||
| 1572 | - | ||
| 1573 | -NPD:Facility | ||
| 1574 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> . | ||
| 1575 | - | ||
| 1576 | -NPD:Field | ||
| 1577 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS409500951> . | ||
| 1578 | - | ||
| 1579 | -NPD:ProductionLicense | ||
| 1580 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS43166345139> . | ... | ... |
| ... | @@ -12,7 +12,7 @@ | ... | @@ -12,7 +12,7 @@ |
| 12 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 12 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 13 | 13 | ||
| 14 | : rdf:type owl:Ontology ; | 14 | : rdf:type owl:Ontology ; |
| 15 | - owl:imports <http://topbraid.org/spin/skosspin> , <http://topbraid.org/spin/skoscleaner> , <http://www.w3.org/2008/05/skos-xl> , <file:///C:/Users/Eier/Documents/Projects/TopBraid%20Workspace/TopBraid/SKOS/skos-core.ttl.tbc> , <http://www.w3.org/2004/02/skos/core> ; | 15 | + owl:imports <http://www.w3.org/2004/02/skos/core> , <file:///C:/Users/Eier/Documents/Projects/TopBraid%20Workspace/TopBraid/SKOS/skos-core.ttl.tbc> , <http://www.w3.org/2008/05/skos-xl> , <http://topbraid.org/spin/skoscleaner> , <http://topbraid.org/spin/skosspin> ; |
| 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 17 | 17 | ||
| 18 | :BakerHughes | 18 | :BakerHughes |
| ... | @@ -24,83 +24,23 @@ | ... | @@ -24,83 +24,23 @@ |
| 24 | rdfs:label "Conoco phillips"^^xsd:string . | 24 | rdfs:label "Conoco phillips"^^xsd:string . |
| 25 | 25 | ||
| 26 | :Contractor | 26 | :Contractor |
| 27 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 27 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
| 28 | rdfs:label "Contractor"^^xsd:string ; | 28 | rdfs:label "Contractor"^^xsd:string ; |
| 29 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648162> , :LegalEntity . | 29 | + rdfs:subClassOf :LegalEntity , <http://posccaesar.org/rdl/RDS8648162> . |
| 30 | - | ||
| 31 | -:EniNorge | ||
| 32 | - rdf:type :OilCompany ; | ||
| 33 | - rdfs:label "Eni norge"^^xsd:string . | ||
| 34 | 30 | ||
| 35 | :LegalEntity | 31 | :LegalEntity |
| 36 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 32 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
| 37 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> , <http://data.posccaesar.org/ilap/Source> ; | 33 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Source> , <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . |
| 38 | - rdfs:subClassOf | ||
| 39 | - [ rdf:type owl:Restriction ; | ||
| 40 | - owl:onClass :Location ; | ||
| 41 | - owl:onProperty :hasLegalEntityLocation ; | ||
| 42 | - owl:qualifiedCardinality | ||
| 43 | - "1"^^xsd:nonNegativeInteger | ||
| 44 | - ] . | ||
| 45 | - | ||
| 46 | -:Location | ||
| 47 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; | ||
| 48 | - rdfs:label "Location"^^xsd:string ; | ||
| 49 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> , <http://data.posccaesar.org/ilap/Location> . | ||
| 50 | - | ||
| 51 | -:Lundin | ||
| 52 | - rdf:type :OilCompany ; | ||
| 53 | - rdfs:label "Lundin"^^xsd:string . | ||
| 54 | - | ||
| 55 | -:NEA rdf:type :Regulator ; | ||
| 56 | - rdfs:label "NEA"^^xsd:string . | ||
| 57 | 34 | ||
| 58 | :NPD rdf:type :Regulator ; | 35 | :NPD rdf:type :Regulator ; |
| 59 | rdfs:label "NPD"^^xsd:string . | 36 | rdfs:label "NPD"^^xsd:string . |
| 60 | 37 | ||
| 61 | -:NTA rdf:type :Regulator ; | ||
| 62 | - rdfs:label "NTA"^^xsd:string . | ||
| 63 | - | ||
| 64 | :OilCompany | 38 | :OilCompany |
| 65 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 39 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
| 66 | rdfs:label "Oil Company"^^xsd:string ; | 40 | rdfs:label "Oil Company"^^xsd:string ; |
| 67 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648100> , :LegalEntity . | 41 | + rdfs:subClassOf :LegalEntity , <http://posccaesar.org/rdl/RDS8648100> . |
| 68 | 42 | ||
| 69 | :Regulator | 43 | :Regulator |
| 70 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 44 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
| 71 | rdfs:label "Regulator"^^xsd:string ; | 45 | rdfs:label "Regulator"^^xsd:string ; |
| 72 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS283544> , :LegalEntity . | 46 | + rdfs:subClassOf :LegalEntity , <http://posccaesar.org/rdl/RDS283544> . |
| 73 | - | ||
| 74 | -:Schlumberger | ||
| 75 | - rdf:type :Contractor ; | ||
| 76 | - rdfs:label "Schlumberger"^^xsd:string . | ||
| 77 | - | ||
| 78 | -:Sevan | ||
| 79 | - rdf:type :Contractor ; | ||
| 80 | - rdfs:label "Sevan"^^xsd:string . | ||
| 81 | - | ||
| 82 | -:Statoil | ||
| 83 | - rdf:type :OilCompany ; | ||
| 84 | - rdfs:label "Statoil"^^xsd:string . | ||
| 85 | - | ||
| 86 | -:Subsea7 | ||
| 87 | - rdf:type :Contractor ; | ||
| 88 | - rdfs:label "Subsea7"^^xsd:string . | ||
| 89 | - | ||
| 90 | -:SumitomoMetal | ||
| 91 | - rdf:type :Contractor ; | ||
| 92 | - rdfs:label "Sumitomo metal"^^xsd:string . | ||
| 93 | - | ||
| 94 | -:Tananger | ||
| 95 | - rdf:type :Location ; | ||
| 96 | - rdfs:label "Tananger"^^xsd:string . | ||
| 97 | - | ||
| 98 | -:Technip | ||
| 99 | - rdf:type :Contractor ; | ||
| 100 | - rdfs:label "Technip"^^xsd:string . | ||
| 101 | - | ||
| 102 | -:hasLegalEntityLocation | ||
| 103 | - rdf:type owl:ObjectProperty ; | ||
| 104 | - rdfs:domain :LegalEntity ; | ||
| 105 | - rdfs:label "has legal entity location"^^xsd:string ; | ||
| 106 | - rdfs:range :Location . | ... | ... |
| 1 | # baseURI: http://data.posccaesar.org/ccu/ | 1 | # baseURI: http://data.posccaesar.org/ccu/ |
| 2 | 2 | ||
| 3 | -# c14n-version: 3 | 3 | +@prefix : <http://data.posccaesar.org/ccu/> . |
| 4 | -@prefix : <http://data.posccaesar.org/ccu/> . | 4 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 5 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 5 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 6 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 6 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 7 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 7 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 8 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 8 | + |
| 9 | -: | 9 | +: rdf:type owl:Ontology ; |
| 10 | - rdf:type owl:Ontology ; | 10 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 11 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | 11 | + |
| 12 | -. | 12 | +:CCU rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; |
| 13 | -:CCU | 13 | + rdfs:label "CCU"^^xsd:string ; |
| 14 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | 14 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS221644028150> . |
| 15 | - rdf:type owl:Class ; | 15 | + |
| 16 | - rdfs:label "CCU"^^xsd:string ; | ||
| 17 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS221644028150> ; | ||
| 18 | - rdfs:subClassOf owl:Thing ; | ||
| 19 | -. | ||
| 20 | :CCU123 | 16 | :CCU123 |
| 21 | - rdf:type :CCU ; | 17 | + rdf:type :CCU ; |
| 22 | - rdfs:label "CCU 123"^^xsd:string ; | 18 | + rdfs:label "CCU 123"^^xsd:string . |
| 23 | -. | ||
| 24 | -:CCU456 | ||
| 25 | - rdf:type :CCU ; | ||
| 26 | - rdfs:label "CCU 456"^^xsd:string ; | ||
| 27 | -. | ... | ... |
| 1 | # baseURI: http://data.posccaesar.org/diskos/ | 1 | # baseURI: http://data.posccaesar.org/diskos/ |
| 2 | 2 | ||
| 3 | -# c14n-version: 3 | 3 | +@prefix : <http://data.posccaesar.org/diskos/> . |
| 4 | -@prefix : <http://data.posccaesar.org/diskos/> . | 4 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 5 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 5 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 6 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 6 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 7 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 7 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 8 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 8 | + |
| 9 | -: | 9 | +: rdf:type owl:Ontology ; |
| 10 | - rdf:type owl:Ontology ; | 10 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 11 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | 11 | + |
| 12 | -. | ||
| 13 | :Asset | 12 | :Asset |
| 14 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 13 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
| 15 | - rdf:type owl:Class ; | 14 | + rdfs:label "Asset"^^xsd:string ; |
| 16 | - rdfs:label "Asset"^^xsd:string ; | 15 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8645837> . |
| 17 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8645837> ; | 16 | + |
| 18 | - rdfs:subClassOf owl:Thing ; | ||
| 19 | - rdfs:subClassOf [ | ||
| 20 | - rdf:type owl:Restriction ; | ||
| 21 | - owl:onDataRange xsd:float ; | ||
| 22 | - owl:onProperty :hasAssetValue ; | ||
| 23 | - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 24 | - ] ; | ||
| 25 | -. | ||
| 26 | :EkofiskField | 17 | :EkofiskField |
| 27 | - rdf:type :Asset ; | 18 | + rdf:type :Asset ; |
| 28 | - :hasAssetValue "30"^^xsd:float ; | 19 | + rdfs:label "Ekofisk field"^^xsd:string . |
| 29 | - rdfs:label "Ekofisk field"^^xsd:string ; | ||
| 30 | -. | ||
| 31 | -:GoliatField | ||
| 32 | - rdf:type :Asset ; | ||
| 33 | - :hasAssetValue "50"^^xsd:float ; | ||
| 34 | - rdfs:label "Goliat field"^^xsd:string ; | ||
| 35 | -. | ||
| 36 | -:StatfjordField | ||
| 37 | - rdf:type :Asset ; | ||
| 38 | - :hasAssetValue "40"^^xsd:float ; | ||
| 39 | - rdfs:label "Statfjord field"^^xsd:string ; | ||
| 40 | -. | ||
| 41 | -:hasAssetValue | ||
| 42 | - rdf:type owl:DatatypeProperty ; | ||
| 43 | - rdfs:domain :Asset ; | ||
| 44 | - rdfs:label "has asset value"^^xsd:string ; | ||
| 45 | - rdfs:range xsd:float ; | ||
| 46 | -. | ... | ... |
| ... | @@ -19,96 +19,7 @@ | ... | @@ -19,96 +19,7 @@ |
| 19 | : rdf:type owl:Ontology ; | 19 | : rdf:type owl:Ontology ; |
| 20 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 20 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 21 | 21 | ||
| 22 | -:BAA rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | ||
| 23 | - rdfs:label "Business area agreement"^^xsd:string ; | ||
| 24 | - rdfs:subClassOf :NPDelement . | ||
| 25 | - | ||
| 26 | -:BAA_1 | ||
| 27 | - rdf:type :BAA ; | ||
| 28 | - rdfs:label "Business Area Arrangement 1"^^xsd:string . | ||
| 29 | - | ||
| 30 | -:Ekofisk | ||
| 31 | - rdf:type :Field ; | ||
| 32 | - rdfs:label "Ekofisk"^^xsd:string . | ||
| 33 | - | ||
| 34 | -:EldfiskC | ||
| 35 | - rdf:type :SubsurfaceFacility ; | ||
| 36 | - rdfs:label "Eldfisk C"^^xsd:string . | ||
| 37 | - | ||
| 38 | -:Facility | ||
| 39 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ; | ||
| 40 | - rdfs:label "Facility"^^xsd:string ; | ||
| 41 | - rdfs:subClassOf :NPDelement . | ||
| 42 | - | ||
| 43 | -:Field | ||
| 44 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | ||
| 45 | - rdfs:label "Field"^^xsd:string ; | ||
| 46 | - rdfs:subClassOf :NPDelement . | ||
| 47 | - | ||
| 48 | -:Goliat | ||
| 49 | - rdf:type :Field ; | ||
| 50 | - rdfs:label "Goliat"^^xsd:string . | ||
| 51 | - | ||
| 52 | -:GoliatFPSO | ||
| 53 | - rdf:type :Facility ; | ||
| 54 | - rdfs:label "Goliat FPSO"^^xsd:string . | ||
| 55 | - | ||
| 56 | -:JohanSverdrup | ||
| 57 | - rdf:type :Field ; | ||
| 58 | - rdfs:label "Johan sverdrup"^^xsd:string . | ||
| 59 | - | ||
| 60 | -:License_1 | ||
| 61 | - rdf:type :ProductionLicense ; | ||
| 62 | - rdfs:label "License 1"^^xsd:string . | ||
| 63 | - | ||
| 64 | :NPDelement | 22 | :NPDelement |
| 65 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ; | ||
| 66 | - rdfs:label "NPDelement"^^xsd:string , "Petroleum register element"^^xsd:string ; | ||
| 67 | - rdfs:subClassOf <http://data.posccaesar.org/ilap/Location> , owl:Thing , <http://posccaesar.org/rdl/RDS1750688011> . | ||
| 68 | - | ||
| 69 | -:PipelineFacility | ||
| 70 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; | ||
| 71 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility . | ||
| 72 | - | ||
| 73 | -:ProductionLicense | ||
| 74 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | ||
| 75 | - rdfs:label "License"^^xsd:string ; | ||
| 76 | - rdfs:subClassOf :NPDelement . | ||
| 77 | - | ||
| 78 | -:StafjordA | ||
| 79 | - rdf:type :SurfaceFacility ; | ||
| 80 | - rdfs:label "Statfjord A"^^xsd:string . | ||
| 81 | - | ||
| 82 | -:StatPipe | ||
| 83 | - rdf:type :PipelineFacility . | ||
| 84 | - | ||
| 85 | -:Statfjord | ||
| 86 | - rdf:type :Field ; | ||
| 87 | - rdfs:label "Statfjord"^^xsd:string . | ||
| 88 | - | ||
| 89 | -:StatfjordA | ||
| 90 | - rdf:type owl:Class ; | ||
| 91 | - rdfs:label "Statfjord a"^^xsd:string ; | ||
| 92 | - rdfs:subClassOf :SurfaceFacility . | ||
| 93 | - | ||
| 94 | -:StatfjordB | ||
| 95 | - rdf:type :SurfaceFacility ; | ||
| 96 | - rdfs:label "Statfjord B"^^xsd:string . | ||
| 97 | - | ||
| 98 | -:StatfjordSatelliteA | ||
| 99 | - rdf:type :SubsurfaceFacility . | ||
| 100 | - | ||
| 101 | -:SubsurfaceFacility | ||
| 102 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; | ||
| 103 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility . | ||
| 104 | - | ||
| 105 | -:SurfaceFacility | ||
| 106 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; | 23 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; |
| 107 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility . | 24 | + rdfs:label "Petroleum register element"^^xsd:string , "NPDelement"^^xsd:string ; |
| 108 | - | 25 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750688011> , owl:Thing , <http://data.posccaesar.org/ilap/Location> . |
| 109 | -:WellBore | ||
| 110 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFeature> , owl:Class ; | ||
| 111 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1714464911> , :NPDelement . | ||
| 112 | - | ||
| 113 | -:WellBore_1 | ||
| 114 | - rdf:type :WellBore . | ... | ... |
| ... | @@ -9,9 +9,9 @@ | ... | @@ -9,9 +9,9 @@ |
| 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 | -:HcSystemsWork | 12 | +:HCsystemsWork |
| 13 | rdf:type :RiskType ; | 13 | rdf:type :RiskType ; |
| 14 | - rdfs:label "Hc systems work"^^xsd:string . | 14 | + rdfs:label "HC systems work"^^xsd:string . |
| 15 | 15 | ||
| 16 | :HeightWork | 16 | :HeightWork |
| 17 | rdf:type :RiskType ; | 17 | rdf:type :RiskType ; |
| ... | @@ -33,11 +33,6 @@ | ... | @@ -33,11 +33,6 @@ |
| 33 | rdf:type :RiskType ; | 33 | rdf:type :RiskType ; |
| 34 | rdfs:label "Reservoir drilling operation"^^xsd:string . | 34 | rdfs:label "Reservoir drilling operation"^^xsd:string . |
| 35 | 35 | ||
| 36 | -:RiskFactor | ||
| 37 | - rdf:type owl:Class ; | ||
| 38 | - rdfs:label "Risk factor"^^xsd:string ; | ||
| 39 | - rdfs:subClassOf owl:Thing . | ||
| 40 | - | ||
| 41 | :RiskType | 36 | :RiskType |
| 42 | rdf:type owl:Class ; | 37 | rdf:type owl:Class ; |
| 43 | rdfs:label "Risk type"^^xsd:string ; | 38 | rdfs:label "Risk type"^^xsd:string ; |
| ... | @@ -53,6 +48,5 @@ | ... | @@ -53,6 +48,5 @@ |
| 53 | 48 | ||
| 54 | :hasRiskType | 49 | :hasRiskType |
| 55 | rdf:type owl:ObjectProperty ; | 50 | rdf:type owl:ObjectProperty ; |
| 56 | - rdfs:domain :RiskFactor ; | ||
| 57 | rdfs:label "has risk type"^^xsd:string ; | 51 | rdfs:label "has risk type"^^xsd:string ; |
| 58 | rdfs:range :RiskType . | 52 | rdfs:range :RiskType . | ... | ... |
| ... | @@ -101,11 +101,6 @@ | ... | @@ -101,11 +101,6 @@ |
| 101 | rdf:type :ShutdownType ; | 101 | rdf:type :ShutdownType ; |
| 102 | rdfs:label "Scheduled Shutdown"^^xsd:string . | 102 | rdfs:label "Scheduled Shutdown"^^xsd:string . |
| 103 | 103 | ||
| 104 | -:Shutdown | ||
| 105 | - rdf:type owl:Class ; | ||
| 106 | - rdfs:label "Shutdown"^^xsd:string ; | ||
| 107 | - rdfs:subClassOf owl:Thing . | ||
| 108 | - | ||
| 109 | :ShutdownContent | 104 | :ShutdownContent |
| 110 | rdf:type owl:Class ; | 105 | rdf:type owl:Class ; |
| 111 | rdfs:label "Shutdown content"^^xsd:string ; | 106 | rdfs:label "Shutdown content"^^xsd:string ; |
| ... | @@ -161,7 +156,6 @@ | ... | @@ -161,7 +156,6 @@ |
| 161 | 156 | ||
| 162 | :hasShutdownContent | 157 | :hasShutdownContent |
| 163 | rdf:type owl:ObjectProperty ; | 158 | rdf:type owl:ObjectProperty ; |
| 164 | - rdfs:domain :Shutdown ; | ||
| 165 | rdfs:label "has shutdown content"^^xsd:string ; | 159 | rdfs:label "has shutdown content"^^xsd:string ; |
| 166 | rdfs:range :ShutdownContent . | 160 | rdfs:range :ShutdownContent . |
| 167 | 161 | ||
| ... | @@ -171,27 +165,18 @@ | ... | @@ -171,27 +165,18 @@ |
| 171 | rdfs:label "has shutdwn end"^^xsd:string ; | 165 | rdfs:label "has shutdwn end"^^xsd:string ; |
| 172 | rdfs:range xsd:dateTime . | 166 | rdfs:range xsd:dateTime . |
| 173 | 167 | ||
| 174 | -:hasShutdownName | ||
| 175 | - rdf:type owl:DatatypeProperty ; | ||
| 176 | - rdfs:domain :Shutdown ; | ||
| 177 | - rdfs:label "has shutdown name"^^xsd:string ; | ||
| 178 | - rdfs:range xsd:string . | ||
| 179 | - | ||
| 180 | :hasShutdownOperation | 168 | :hasShutdownOperation |
| 181 | rdf:type owl:ObjectProperty ; | 169 | rdf:type owl:ObjectProperty ; |
| 182 | - rdfs:domain :Shutdown ; | ||
| 183 | rdfs:label "has shutdown operation"^^xsd:string ; | 170 | rdfs:label "has shutdown operation"^^xsd:string ; |
| 184 | rdfs:range :ShutdownOperation . | 171 | rdfs:range :ShutdownOperation . |
| 185 | 172 | ||
| 186 | :hasShutdownPeriod | 173 | :hasShutdownPeriod |
| 187 | rdf:type owl:ObjectProperty ; | 174 | rdf:type owl:ObjectProperty ; |
| 188 | - rdfs:domain :Shutdown ; | ||
| 189 | rdfs:label "has shutdown period"^^xsd:string ; | 175 | rdfs:label "has shutdown period"^^xsd:string ; |
| 190 | rdfs:range :ShutdownPeriod . | 176 | rdfs:range :ShutdownPeriod . |
| 191 | 177 | ||
| 192 | :hasShutdownPriority | 178 | :hasShutdownPriority |
| 193 | rdf:type owl:ObjectProperty ; | 179 | rdf:type owl:ObjectProperty ; |
| 194 | - rdfs:domain :Shutdown ; | ||
| 195 | rdfs:label "has shutdown priority"^^xsd:string ; | 180 | rdfs:label "has shutdown priority"^^xsd:string ; |
| 196 | rdfs:range :ShutdownPriority . | 181 | rdfs:range :ShutdownPriority . |
| 197 | 182 | ||
| ... | @@ -203,6 +188,5 @@ | ... | @@ -203,6 +188,5 @@ |
| 203 | 188 | ||
| 204 | :hasShutdownType | 189 | :hasShutdownType |
| 205 | rdf:type owl:ObjectProperty ; | 190 | rdf:type owl:ObjectProperty ; |
| 206 | - rdfs:domain :Shutdown ; | ||
| 207 | rdfs:label "has shutdown type"^^xsd:string ; | 191 | rdfs:label "has shutdown type"^^xsd:string ; |
| 208 | rdfs:range :ShutdownType . | 192 | rdfs:range :ShutdownType . | ... | ... |
-
Please register or login to post a comment