Showing
2 changed files
with
36 additions
and
9 deletions
| ... | @@ -72,6 +72,10 @@ ILAP:ActivityWBS | ... | @@ -72,6 +72,10 @@ ILAP:ActivityWBS |
| 72 | rdfs:label "Activity WBS"^^xsd:string ; | 72 | rdfs:label "Activity WBS"^^xsd:string ; |
| 73 | rdfs:subClassOf ILAP:Network . | 73 | rdfs:subClassOf ILAP:Network . |
| 74 | 74 | ||
| 75 | +ILAP:ActivityWBS_1 | ||
| 76 | + rdf:type ILAP:ActivityWBS ; | ||
| 77 | + rdfs:label "Activity WBS 1"^^xsd:string . | ||
| 78 | + | ||
| 75 | ILAP:Application | 79 | ILAP:Application |
| 76 | rdf:type owl:Class ; | 80 | rdf:type owl:Class ; |
| 77 | rdfs:label "Application"^^xsd:string ; | 81 | rdfs:label "Application"^^xsd:string ; |
| ... | @@ -193,6 +197,10 @@ ILAP:Discipline | ... | @@ -193,6 +197,10 @@ ILAP:Discipline |
| 193 | rdfs:label "Discipline"^^xsd:string ; | 197 | rdfs:label "Discipline"^^xsd:string ; |
| 194 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS6811233> . | 198 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS6811233> . |
| 195 | 199 | ||
| 200 | +ILAP:Discipline_1 | ||
| 201 | + rdf:type rdfs:Resource , ILAP:Discipline ; | ||
| 202 | + rdfs:label "Discipline 1"^^xsd:string . | ||
| 203 | + | ||
| 196 | ILAP:ExecutionPlan | 204 | ILAP:ExecutionPlan |
| 197 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 205 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 198 | rdfs:label "Planned Activity network"^^xsd:string ; | 206 | rdfs:label "Planned Activity network"^^xsd:string ; |
| ... | @@ -440,6 +448,11 @@ ILAP:PlannedActivity | ... | @@ -440,6 +448,11 @@ ILAP:PlannedActivity |
| 440 | owl:onProperty ILAP:hasActivityLocation | 448 | owl:onProperty ILAP:hasActivityLocation |
| 441 | ] . | 449 | ] . |
| 442 | 450 | ||
| 451 | +ILAP:PlannedActivity_1 | ||
| 452 | + rdf:type ILAP:PlannedActivity ; | ||
| 453 | + rdfs:label "Planned activity 1"^^xsd:string ; | ||
| 454 | + ILAP:hasActivityWBS ILAP:ActivityWBS_1 . | ||
| 455 | + | ||
| 443 | ILAP:PlanningApplication | 456 | ILAP:PlanningApplication |
| 444 | rdf:type owl:Class ; | 457 | rdf:type owl:Class ; |
| 445 | rdfs:label "Planning application"^^xsd:string ; | 458 | rdfs:label "Planning application"^^xsd:string ; | ... | ... |
| ... | @@ -17,7 +17,7 @@ UC2: rdf:type owl:Ontology ; | ... | @@ -17,7 +17,7 @@ UC2: rdf:type owl:Ontology ; |
| 17 | owl:imports NCS: . | 17 | owl:imports NCS: . |
| 18 | 18 | ||
| 19 | UC2:ActivityWBS_1 | 19 | UC2:ActivityWBS_1 |
| 20 | - rdf:type COR:ADA , ILAP:ActivityWBS , PBS:AC , <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6> ; | 20 | + rdf:type <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6> , PBS:AC , ILAP:ActivityWBS , COR:ADA ; |
| 21 | rdfs:label "Activity WBS 1"^^xsd:string . | 21 | rdfs:label "Activity WBS 1"^^xsd:string . |
| 22 | 22 | ||
| 23 | UC2:Baseline_1 | 23 | UC2:Baseline_1 |
| ... | @@ -33,11 +33,15 @@ UC2:CurrentControlEstimate_1 | ... | @@ -33,11 +33,15 @@ UC2:CurrentControlEstimate_1 |
| 33 | rdfs:label "Current control estimate 1"^^xsd:string . | 33 | rdfs:label "Current control estimate 1"^^xsd:string . |
| 34 | 34 | ||
| 35 | UC2:Discipline_1 | 35 | UC2:Discipline_1 |
| 36 | - rdf:type COR:BEA , ILAP:Discipline ; | 36 | + rdf:type ILAP:Discipline , COR:BEA ; |
| 37 | rdfs:label "Discipline 1"^^xsd:string . | 37 | rdfs:label "Discipline 1"^^xsd:string . |
| 38 | 38 | ||
| 39 | +UC2:Discipline_2 | ||
| 40 | + rdf:type ILAP:Discipline ; | ||
| 41 | + rdfs:label "Discipline 2"^^xsd:string . | ||
| 42 | + | ||
| 39 | UC2:Location_1 | 43 | UC2:Location_1 |
| 40 | - rdf:type NPD:StatfjordA , ILAP:Location ; | 44 | + rdf:type ILAP:Location , NPD:StatfjordA ; |
| 41 | rdfs:label "Location 1"^^xsd:string . | 45 | rdfs:label "Location 1"^^xsd:string . |
| 42 | 46 | ||
| 43 | UC2:Milestone_1 | 47 | UC2:Milestone_1 |
| ... | @@ -72,7 +76,7 @@ UC2:Profile_1 | ... | @@ -72,7 +76,7 @@ UC2:Profile_1 |
| 72 | rdf:type ILAP:ResourceProfile ; | 76 | rdf:type ILAP:ResourceProfile ; |
| 73 | rdfs:label "Profile 1"^^xsd:string ; | 77 | rdfs:label "Profile 1"^^xsd:string ; |
| 74 | ILAP:hasProfilePoint | 78 | ILAP:hasProfilePoint |
| 75 | - UC2:ProfilePoint_1 , UC2:ProfilePoint_2 . | 79 | + UC2:ProfilePoint_2 , UC2:ProfilePoint_1 . |
| 76 | 80 | ||
| 77 | UC2:ProjectPlan_2 | 81 | UC2:ProjectPlan_2 |
| 78 | rdf:type ILAP:ProjectPlan ; | 82 | rdf:type ILAP:ProjectPlan ; |
| ... | @@ -113,20 +117,30 @@ ILAP:ContractorWBS_1 | ... | @@ -113,20 +117,30 @@ ILAP:ContractorWBS_1 |
| 113 | rdf:type ILAP:ContractorWBS ; | 117 | rdf:type ILAP:ContractorWBS ; |
| 114 | rdfs:label "Contractor WBS 1"^^xsd:string ; | 118 | rdfs:label "Contractor WBS 1"^^xsd:string ; |
| 115 | ILAP:hasContractorWBSelement | 119 | ILAP:hasContractorWBSelement |
| 116 | - "Installation activity"^^xsd:string , "Installing pump"^^xsd:string , "Pump engineer"^^xsd:string . | 120 | + "Pump engineer"^^xsd:string , "Installing pump"^^xsd:string , "Installation activity"^^xsd:string . |
| 121 | + | ||
| 122 | +ILAP:Discipline_1 | ||
| 123 | + rdf:type COR:CDA . | ||
| 117 | 124 | ||
| 118 | ILAP:PlannedActivity | 125 | ILAP:PlannedActivity |
| 119 | rdfs:subClassOf | 126 | rdfs:subClassOf |
| 120 | [ rdf:type owl:Restriction ; | 127 | [ rdf:type owl:Restriction ; |
| 121 | - owl:allValuesFrom ILAP:Calendar ; | 128 | + owl:allValuesFrom ILAP:ResponsibleOrganization ; |
| 122 | - owl:onProperty ILAP:hasActivityCalendar | 129 | + owl:onProperty ILAP:hasActivityResponsibleOrganization |
| 123 | ] ; | 130 | ] ; |
| 124 | rdfs:subClassOf | 131 | rdfs:subClassOf |
| 125 | [ rdf:type owl:Restriction ; | 132 | [ rdf:type owl:Restriction ; |
| 126 | - owl:allValuesFrom ILAP:ResponsibleOrganization ; | 133 | + owl:allValuesFrom ILAP:Calendar ; |
| 127 | - owl:onProperty ILAP:hasActivityResponsibleOrganization | 134 | + owl:onProperty ILAP:hasActivityCalendar |
| 128 | ] . | 135 | ] . |
| 129 | 136 | ||
| 137 | +ILAP:PlannedActivity_1 | ||
| 138 | + rdf:type <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#412> , PBS:ACAE , COR:ADA ; | ||
| 139 | + ILAP:hasActivityContractor | ||
| 140 | + <http://data.posccaesar.org/brreg/Subsea7> ; | ||
| 141 | + ILAP:hasActivityDiscipline | ||
| 142 | + UC2:Discipline_2 . | ||
| 143 | + | ||
| 130 | ILAP:TargetSchedule_1 | 144 | ILAP:TargetSchedule_1 |
| 131 | rdf:type ILAP:TargetSchedule ; | 145 | rdf:type ILAP:TargetSchedule ; |
| 132 | rdfs:label "Target schedule 1"^^xsd:string ; | 146 | rdfs:label "Target schedule 1"^^xsd:string ; | ... | ... |
-
Please register or login to post a comment