Tore Christiansen

Added classes and relationships and individual risk factors to illustrate covera…

…ge between ontology (V.1.5) and Use Case data (V1.5 and V.1.8)
...@@ -48,7 +48,7 @@ NCS:ClassificationStructureForNorsok ...@@ -48,7 +48,7 @@ NCS:ClassificationStructureForNorsok
48 rdfs:subClassOf NCS:ClassOfClassOfIndividual . 48 rdfs:subClassOf NCS:ClassOfClassOfIndividual .
49 49
50 NCS:CorClass 50 NCS:CorClass
51 - rdf:type owl:Class , NCS:ClassificationStructureForNorsok ; 51 + rdf:type NCS:ClassificationStructureForNorsok , owl:Class ;
52 rdfs:label "Cor class"^^xsd:string ; 52 rdfs:label "Cor class"^^xsd:string ;
53 rdfs:subClassOf NCS:ClassInNorsok . 53 rdfs:subClassOf NCS:ClassInNorsok .
54 54
...@@ -61,9 +61,9 @@ NCS:Exploration ...@@ -61,9 +61,9 @@ NCS:Exploration
61 rdfs:label "Exploration"^^xsd:string . 61 rdfs:label "Exploration"^^xsd:string .
62 62
63 NCS:IndividualInCorClass 63 NCS:IndividualInCorClass
64 - rdf:type owl:Class , ILAP:NORSOKZ014 , NCS:CorClass ; 64 + rdf:type NCS:CorClass , ILAP:NORSOKZ014 , owl:Class ;
65 rdfs:label "Individual in cor class"^^xsd:string ; 65 rdfs:label "Individual in cor class"^^xsd:string ;
66 - rdfs:subClassOf NCS:IndividualInNorsokClass , ILAP:Discipline . 66 + rdfs:subClassOf ILAP:Discipline , NCS:IndividualInNorsokClass .
67 67
68 NCS:IndividualInNorsokClass 68 NCS:IndividualInNorsokClass
69 rdf:type owl:Class ; 69 rdf:type owl:Class ;
...@@ -85,7 +85,7 @@ NCS:Operation ...@@ -85,7 +85,7 @@ NCS:Operation
85 rdfs:label "Operation"^^xsd:string . 85 rdfs:label "Operation"^^xsd:string .
86 86
87 NCS:PbsClass 87 NCS:PbsClass
88 - rdf:type owl:Class , NCS:ClassificationStructureForNorsok ; 88 + rdf:type NCS:ClassificationStructureForNorsok , owl:Class ;
89 rdfs:label "PbsClass"^^xsd:string ; 89 rdfs:label "PbsClass"^^xsd:string ;
90 rdfs:subClassOf NCS:ClassInNorsok . 90 rdfs:subClassOf NCS:ClassInNorsok .
91 91
...@@ -103,7 +103,7 @@ NCS:Removal ...@@ -103,7 +103,7 @@ NCS:Removal
103 rdfs:label "Removal"^^xsd:string . 103 rdfs:label "Removal"^^xsd:string .
104 104
105 NCS:SabClass 105 NCS:SabClass
106 - rdf:type owl:Class , NCS:ClassificationStructureForNorsok ; 106 + rdf:type NCS:ClassificationStructureForNorsok , owl:Class ;
107 rdfs:label "Sab class"^^xsd:string ; 107 rdfs:label "Sab class"^^xsd:string ;
108 rdfs:subClassOf NCS:ClassInNorsok . 108 rdfs:subClassOf NCS:ClassInNorsok .
109 109
...@@ -339,7 +339,7 @@ ILAP:StandardFreeWeekendPeriod ...@@ -339,7 +339,7 @@ ILAP:StandardFreeWeekendPeriod
339 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 339 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
340 rdfs:label "Standard free weekend period"^^xsd:string ; 340 rdfs:label "Standard free weekend period"^^xsd:string ;
341 ILAP:hasCalendarPeriodFreeDay 341 ILAP:hasCalendarPeriodFreeDay
342 - ILAP:Saturday , ILAP:Sunday . 342 + ILAP:Sunday , ILAP:Saturday .
343 343
344 ILAP:StandardWorkWeekdayPeriod 344 ILAP:StandardWorkWeekdayPeriod
345 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 345 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
...@@ -391,7 +391,7 @@ ILAP:hasActivityResource ...@@ -391,7 +391,7 @@ ILAP:hasActivityResource
391 ILAP:hasActivityResourceProfile 391 ILAP:hasActivityResourceProfile
392 rdfs:domain ILAP:Activity . 392 rdfs:domain ILAP:Activity .
393 393
394 -ILAP:hasActivityWBS 394 +ILAP:hasActivityWBSelement
395 rdfs:range ILAP:ActivityWBS . 395 rdfs:range ILAP:ActivityWBS .
396 396
397 ILAP:hasCalendarPeriodDay 397 ILAP:hasCalendarPeriodDay
......
This diff is collapsed. Click to expand it.
...@@ -161,7 +161,8 @@ UC1:PlannedActivity_1 ...@@ -161,7 +161,8 @@ UC1:PlannedActivity_1
161 <http://data.posccaesar.org/Data/UC2/ResponsiblePerson_1> ; 161 <http://data.posccaesar.org/Data/UC2/ResponsiblePerson_1> ;
162 ILAP:hasActivityVendor 162 ILAP:hasActivityVendor
163 <http://data.posccaesar.org/brreg/BakerHughes> ; 163 <http://data.posccaesar.org/brreg/BakerHughes> ;
164 - ILAP:hasActivityWBS <http://data.posccaesar.org/Data/UC2/ActivityWBS_1> ; 164 + ILAP:hasActivityWBSelement
165 + <http://data.posccaesar.org/Data/UC2/ActivityWBS_1> ;
165 ILAP:hasActivityWorkVolume 166 ILAP:hasActivityWorkVolume
166 "550"^^xsd:float . 167 "550"^^xsd:float .
167 168
...@@ -191,7 +192,7 @@ UC1:Profile_1 ...@@ -191,7 +192,7 @@ UC1:Profile_1
191 rdf:type ILAP:ResourceProfile ; 192 rdf:type ILAP:ResourceProfile ;
192 rdfs:label "Profile 1"^^xsd:string ; 193 rdfs:label "Profile 1"^^xsd:string ;
193 ILAP:hasProfilePoint 194 ILAP:hasProfilePoint
194 - ILAP:ProfilePoint_1 , ILAP:ProfilePoint_2 . 195 + ILAP:ProfilePoint_2 , ILAP:ProfilePoint_1 .
195 196
196 UC1:ProjectPlan_1 197 UC1:ProjectPlan_1
197 rdf:type ILAP:ProjectPlan ; 198 rdf:type ILAP:ProjectPlan ;
......
...@@ -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,7 +33,7 @@ UC2:CurrentControlEstimate_1 ...@@ -33,7 +33,7 @@ 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 39 UC2:Discipline_2
...@@ -41,7 +41,7 @@ UC2:Discipline_2 ...@@ -41,7 +41,7 @@ UC2:Discipline_2
41 rdfs:label "Discipline 2"^^xsd:string . 41 rdfs:label "Discipline 2"^^xsd:string .
42 42
43 UC2:Location_1 43 UC2:Location_1
44 - rdf:type NPD:StatfjordA , ILAP:Location ; 44 + rdf:type ILAP:Location , NPD:StatfjordA ;
45 rdfs:label "Location 1"^^xsd:string . 45 rdfs:label "Location 1"^^xsd:string .
46 46
47 UC2:Milestone_1 47 UC2:Milestone_1
...@@ -76,7 +76,7 @@ UC2:Profile_1 ...@@ -76,7 +76,7 @@ UC2:Profile_1
76 rdf:type ILAP:ResourceProfile ; 76 rdf:type ILAP:ResourceProfile ;
77 rdfs:label "Profile 1"^^xsd:string ; 77 rdfs:label "Profile 1"^^xsd:string ;
78 ILAP:hasProfilePoint 78 ILAP:hasProfilePoint
79 - UC2:ProfilePoint_1 , UC2:ProfilePoint_2 . 79 + UC2:ProfilePoint_2 , UC2:ProfilePoint_1 .
80 80
81 UC2:ProjectPlan_2 81 UC2:ProjectPlan_2
82 rdf:type ILAP:ProjectPlan ; 82 rdf:type ILAP:ProjectPlan ;
...@@ -117,7 +117,7 @@ ILAP:ContractorWBS_1 ...@@ -117,7 +117,7 @@ ILAP:ContractorWBS_1
117 rdf:type ILAP:ContractorWBS ; 117 rdf:type ILAP:ContractorWBS ;
118 rdfs:label "Contractor WBS 1"^^xsd:string ; 118 rdfs:label "Contractor WBS 1"^^xsd:string ;
119 ILAP:hasContractorWBSelement 119 ILAP:hasContractorWBSelement
120 - "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 121
122 ILAP:Discipline_1 122 ILAP:Discipline_1
123 rdf:type COR:CDA . 123 rdf:type COR:CDA .
...@@ -125,17 +125,17 @@ ILAP:Discipline_1 ...@@ -125,17 +125,17 @@ ILAP:Discipline_1
125 ILAP:PlannedActivity 125 ILAP:PlannedActivity
126 rdfs:subClassOf 126 rdfs:subClassOf
127 [ rdf:type owl:Restriction ; 127 [ rdf:type owl:Restriction ;
128 - owl:allValuesFrom ILAP:Calendar ; 128 + owl:allValuesFrom ILAP:ResponsibleOrganization ;
129 - owl:onProperty ILAP:hasActivityCalendar 129 + owl:onProperty ILAP:hasActivityResponsibleOrganization
130 ] ; 130 ] ;
131 rdfs:subClassOf 131 rdfs:subClassOf
132 [ rdf:type owl:Restriction ; 132 [ rdf:type owl:Restriction ;
133 - owl:allValuesFrom ILAP:ResponsibleOrganization ; 133 + owl:allValuesFrom ILAP:Calendar ;
134 - owl:onProperty ILAP:hasActivityResponsibleOrganization 134 + owl:onProperty ILAP:hasActivityCalendar
135 ] . 135 ] .
136 136
137 ILAP:PlannedActivity_1 137 ILAP:PlannedActivity_1
138 - rdf:type COR:ADA , PBS:ACAE , <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#412> ; 138 + rdf:type <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#412> , PBS:ACAE , COR:ADA ;
139 ILAP:hasActivityContractor 139 ILAP:hasActivityContractor
140 <http://data.posccaesar.org/brreg/Subsea7> ; 140 <http://data.posccaesar.org/brreg/Subsea7> ;
141 ILAP:hasActivityDiscipline 141 ILAP:hasActivityDiscipline
...@@ -152,7 +152,7 @@ ILAP:UC2_ActivityInSchedule_1-hasActivityInScheduleActivityInPlan-UC2_ActivityIn ...@@ -152,7 +152,7 @@ ILAP:UC2_ActivityInSchedule_1-hasActivityInScheduleActivityInPlan-UC2_ActivityIn
152 rdf:predicate ILAP:hasActivityInScheduleActivityInPlan ; 152 rdf:predicate ILAP:hasActivityInScheduleActivityInPlan ;
153 rdfs:label "UC2 Activity in schedule 1-has activity in schedule activity in plan-UC2 Activity in plan 1"^^xsd:string . 153 rdfs:label "UC2 Activity in schedule 1-has activity in schedule activity in plan-UC2 Activity in plan 1"^^xsd:string .
154 154
155 -ILAP:hasActivityWBS 155 +ILAP:hasActivityWBSelement
156 rdfs:range ILAP:ActivityWBS . 156 rdfs:range ILAP:ActivityWBS .
157 157
158 ILAP:hasObjectReferenceID 158 ILAP:hasObjectReferenceID
......