Showing
3 changed files
with
19 additions
and
13 deletions
This diff is collapsed. Click to expand it.
| ... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
| 13 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 13 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 14 | 14 | ||
| 15 | : rdf:type owl:Ontology ; | 15 | : rdf:type owl:Ontology ; |
| 16 | - owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> . | 16 | + owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: . |
| 17 | 17 | ||
| 18 | ILAP: | 18 | ILAP: |
| 19 | rdf:type owl:Ontology ; | 19 | rdf:type owl:Ontology ; |
| ... | @@ -121,7 +121,7 @@ ILAP:Dependent_on_Shutdown | ... | @@ -121,7 +121,7 @@ ILAP:Dependent_on_Shutdown |
| 121 | 121 | ||
| 122 | ILAP:Development | 122 | ILAP:Development |
| 123 | rdf:type ILAP:PlanLifecycleStage ; | 123 | rdf:type ILAP:PlanLifecycleStage ; |
| 124 | - rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string . | 124 | + rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string . |
| 125 | 125 | ||
| 126 | ILAP:DisasterRecovery | 126 | ILAP:DisasterRecovery |
| 127 | rdf:type ILAP:PlanObjectiveType ; | 127 | rdf:type ILAP:PlanObjectiveType ; |
| ... | @@ -463,7 +463,7 @@ ILAP:StandardFreeWeekendPeriod | ... | @@ -463,7 +463,7 @@ ILAP:StandardFreeWeekendPeriod |
| 463 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | 463 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; |
| 464 | rdfs:label "Standard free weekend period"^^xsd:string ; | 464 | rdfs:label "Standard free weekend period"^^xsd:string ; |
| 465 | ILAP:hasCalendarPeriodFreeDay | 465 | ILAP:hasCalendarPeriodFreeDay |
| 466 | - ILAP:Saturday , ILAP:Sunday . | 466 | + ILAP:Sunday , ILAP:Saturday . |
| 467 | 467 | ||
| 468 | ILAP:StandardWorkWeekdayPeriod | 468 | ILAP:StandardWorkWeekdayPeriod |
| 469 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 469 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; |
| ... | @@ -584,12 +584,12 @@ ILAP:hasPlanAssetOwner | ... | @@ -584,12 +584,12 @@ ILAP:hasPlanAssetOwner |
| 584 | ILAP:hasPlanContractor | 584 | ILAP:hasPlanContractor |
| 585 | rdfs:range ILAP:Contractor . | 585 | rdfs:range ILAP:Contractor . |
| 586 | 586 | ||
| 587 | -ILAP:hasPlanLicenseOperator | ||
| 588 | - rdfs:range ILAP:Operator . | ||
| 589 | - | ||
| 590 | ILAP:hasPlanLicensePartner | 587 | ILAP:hasPlanLicensePartner |
| 591 | rdfs:range ILAP:ResponsibleOrganization . | 588 | rdfs:range ILAP:ResponsibleOrganization . |
| 592 | 589 | ||
| 590 | +ILAP:hasPlanOperator | ||
| 591 | + rdfs:range ILAP:Operator . | ||
| 592 | + | ||
| 593 | ILAP:hasPlanRegulator | 593 | ILAP:hasPlanRegulator |
| 594 | rdfs:range ILAP:ResponsibleOrganization . | 594 | rdfs:range ILAP:ResponsibleOrganization . |
| 595 | 595 | ||
| ... | @@ -612,7 +612,7 @@ ILAP:hasWorkTaskResponsible | ... | @@ -612,7 +612,7 @@ ILAP:hasWorkTaskResponsible |
| 612 | rdfs:range ILAP:ResponsiblePerson . | 612 | rdfs:range ILAP:ResponsiblePerson . |
| 613 | 613 | ||
| 614 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> | 614 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> |
| 615 | - rdfs:subClassOf ILAP:Discipline , ILAP:Resource . | 615 | + rdfs:subClassOf ILAP:Resource , ILAP:Discipline . |
| 616 | 616 | ||
| 617 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> | 617 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> |
| 618 | rdfs:subClassOf ILAP:Result . | 618 | rdfs:subClassOf ILAP:Result . |
| ... | @@ -622,8 +622,8 @@ ILAP:hasWorkTaskResponsible | ... | @@ -622,8 +622,8 @@ ILAP:hasWorkTaskResponsible |
| 622 | 622 | ||
| 623 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> | 623 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> |
| 624 | rdf:type owl:Class ; | 624 | rdf:type owl:Class ; |
| 625 | - rdfs:label "Contractor 1"^^xsd:string , "Operating company"^^xsd:string ; | 625 | + rdfs:label "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ; |
| 626 | - rdfs:subClassOf ILAP:Contractor , ILAP:Operator . | 626 | + rdfs:subClassOf ILAP:Operator , ILAP:Contractor . |
| 627 | 627 | ||
| 628 | <http://data.posccaesar.org/npd/ontology/productionFacility> | 628 | <http://data.posccaesar.org/npd/ontology/productionFacility> |
| 629 | rdf:type owl:Class ; | 629 | rdf:type owl:Class ; |
| ... | @@ -633,7 +633,7 @@ ILAP:hasWorkTaskResponsible | ... | @@ -633,7 +633,7 @@ ILAP:hasWorkTaskResponsible |
| 633 | rdl:RDS282149 | 633 | rdl:RDS282149 |
| 634 | rdf:type owl:Class ; | 634 | rdf:type owl:Class ; |
| 635 | rdfs:label "RDS282149"^^xsd:string ; | 635 | rdfs:label "RDS282149"^^xsd:string ; |
| 636 | - rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . | 636 | + rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . |
| 637 | 637 | ||
| 638 | <http://staging.data.posccaesar.org/npd/ontology/discoveryField> | 638 | <http://staging.data.posccaesar.org/npd/ontology/discoveryField> |
| 639 | rdf:type owl:Class ; | 639 | rdf:type owl:Class ; | ... | ... |
| ... | @@ -17,9 +17,9 @@ ILAP:ActivityWBS_1 | ... | @@ -17,9 +17,9 @@ ILAP:ActivityWBS_1 |
| 17 | rdf:type ILAP:ActivityWBS ; | 17 | rdf:type ILAP:ActivityWBS ; |
| 18 | rdfs:label "Activity WBS 1"^^xsd:string ; | 18 | rdfs:label "Activity WBS 1"^^xsd:string ; |
| 19 | ILAP:hasWBScomponent | 19 | ILAP:hasWBScomponent |
| 20 | - ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA ; | 20 | + SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ; |
| 21 | - ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ; | 21 | + ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ; |
| 22 | - ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD . | 22 | + ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 . |
| 23 | 23 | ||
| 24 | ILAP:COR_KD_1 | 24 | ILAP:COR_KD_1 |
| 25 | rdf:type SCCS:COR_KD ; | 25 | rdf:type SCCS:COR_KD ; |
| ... | @@ -69,6 +69,12 @@ ILAP:PlannedActivity_2 | ... | @@ -69,6 +69,12 @@ ILAP:PlannedActivity_2 |
| 69 | ILAP:hasActivityWorkVolume | 69 | ILAP:hasActivityWorkVolume |
| 70 | "1500"^^xsd:float . | 70 | "1500"^^xsd:float . |
| 71 | 71 | ||
| 72 | +ILAP:ProjectExecutionPlan_UC1 | ||
| 73 | + rdf:type ILAP:ProjectExecutionPlan ; | ||
| 74 | + rdfs:label "Project execution plan UC1"^^xsd:string ; | ||
| 75 | + ILAP:hasPlanContractor | ||
| 76 | + <http://data.posccaesar.org/brreg/R-04253108-a156-4c0c-bfa3-cb3cfb40a776> , <http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b> . | ||
| 77 | + | ||
| 72 | ILAP:RiskFactor_1 | 78 | ILAP:RiskFactor_1 |
| 73 | rdf:type ILAP:RiskFactor ; | 79 | rdf:type ILAP:RiskFactor ; |
| 74 | rdfs:label "Risk factor 1"^^xsd:string ; | 80 | rdfs:label "Risk factor 1"^^xsd:string ; | ... | ... |
-
Please register or login to post a comment