Showing
13 changed files
with
96 additions
and
22 deletions
... | @@ -12,7 +12,7 @@ | ... | @@ -12,7 +12,7 @@ |
12 | 12 | ||
13 | <http://www.reportinghub.no/ep/schema/1.0/production-facility> | 13 | <http://www.reportinghub.no/ep/schema/1.0/production-facility> |
14 | rdf:type owl:Ontology ; | 14 | rdf:type owl:Ontology ; |
15 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; | 15 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/production-well> ; |
16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
17 | 17 | ||
18 | <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> | 18 | <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> |
... | @@ -60,7 +60,7 @@ | ... | @@ -60,7 +60,7 @@ |
60 | rdf:type ep-prodfac:ProductionFacilityType . | 60 | rdf:type ep-prodfac:ProductionFacilityType . |
61 | 61 | ||
62 | <http://www.reportinghub.no/ep/schema/facility#facilityOperator> | 62 | <http://www.reportinghub.no/ep/schema/facility#facilityOperator> |
63 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 63 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
64 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 64 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
65 | rdfs:label "facility operator"^^xsd:string ; | 65 | rdfs:label "facility operator"^^xsd:string ; |
66 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 66 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
... | @@ -101,22 +101,22 @@ ep-prodfac:Boat | ... | @@ -101,22 +101,22 @@ ep-prodfac:Boat |
101 | rdfs:subClassOf ep-prodfac:ShipOrBoat . | 101 | rdfs:subClassOf ep-prodfac:ShipOrBoat . |
102 | 102 | ||
103 | ep-prodfac:Field-area | 103 | ep-prodfac:Field-area |
104 | - rdf:type owl:Class , ep-prodfac:ProductionFacilityType ; | 104 | + rdf:type ep-prodfac:ProductionFacilityType , owl:Class ; |
105 | rdfs:label "field - area"^^xsd:string ; | 105 | rdfs:label "field - area"^^xsd:string ; |
106 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> . | 106 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> . |
107 | 107 | ||
108 | ep-prodfac:Field-group | 108 | ep-prodfac:Field-group |
109 | - rdf:type owl:Class , ep-prodfac:ProductionFacilityType ; | 109 | + rdf:type ep-prodfac:ProductionFacilityType , owl:Class ; |
110 | rdfs:label "field - group"^^xsd:string ; | 110 | rdfs:label "field - group"^^xsd:string ; |
111 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> . | 111 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> . |
112 | 112 | ||
113 | ep-prodfac:Field-part | 113 | ep-prodfac:Field-part |
114 | - rdf:type owl:Class , ep-prodfac:ProductionFacilityType ; | 114 | + rdf:type ep-prodfac:ProductionFacilityType , owl:Class ; |
115 | rdfs:label "field - part"^^xsd:string ; | 115 | rdfs:label "field - part"^^xsd:string ; |
116 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> . | 116 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> . |
117 | 117 | ||
118 | ep-prodfac:Installation | 118 | ep-prodfac:Installation |
119 | - rdf:type ep-prodfac:ProductionFacilityType , owl:Class ; | 119 | + rdf:type owl:Class , ep-prodfac:ProductionFacilityType ; |
120 | rdfs:label "installation"^^xsd:string ; | 120 | rdfs:label "installation"^^xsd:string ; |
121 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . | 121 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . |
122 | 122 | ||
... | @@ -126,17 +126,17 @@ ep-prodfac:OilTanker | ... | @@ -126,17 +126,17 @@ ep-prodfac:OilTanker |
126 | rdfs:subClassOf ep-prodfac:Ship . | 126 | rdfs:subClassOf ep-prodfac:Ship . |
127 | 127 | ||
128 | ep-prodfac:Plant | 128 | ep-prodfac:Plant |
129 | - rdf:type owl:Class , ep-prodfac:ProductionFacilityType ; | 129 | + rdf:type ep-prodfac:ProductionFacilityType , owl:Class ; |
130 | rdfs:label "plant"^^xsd:string ; | 130 | rdfs:label "plant"^^xsd:string ; |
131 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . | 131 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . |
132 | 132 | ||
133 | ep-prodfac:Plant-processing | 133 | ep-prodfac:Plant-processing |
134 | - rdf:type owl:Class , ep-prodfac:ProductionFacilityType ; | 134 | + rdf:type ep-prodfac:ProductionFacilityType , owl:Class ; |
135 | rdfs:label "plant - processing"^^xsd:string ; | 135 | rdfs:label "plant - processing"^^xsd:string ; |
136 | rdfs:subClassOf ep-prodfac:Plant . | 136 | rdfs:subClassOf ep-prodfac:Plant . |
137 | 137 | ||
138 | ep-prodfac:ProcessingFacility | 138 | ep-prodfac:ProcessingFacility |
139 | - rdf:type owl:Class , ep-prodfac:ProductionFacilityType ; | 139 | + rdf:type ep-prodfac:ProductionFacilityType , owl:Class ; |
140 | rdfs:label "processing facility"^^xsd:string ; | 140 | rdfs:label "processing facility"^^xsd:string ; |
141 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . | 141 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . |
142 | 142 | ||
... | @@ -155,7 +155,7 @@ ep-prodfac:ShipOrBoat | ... | @@ -155,7 +155,7 @@ ep-prodfac:ShipOrBoat |
155 | rdfs:subClassOf ep-prodfac:TemporalPartOfAShipOrBoat . | 155 | rdfs:subClassOf ep-prodfac:TemporalPartOfAShipOrBoat . |
156 | 156 | ||
157 | ep-prodfac:StorageFacility | 157 | ep-prodfac:StorageFacility |
158 | - rdf:type owl:Class , ep-prodfac:ProductionFacilityType ; | 158 | + rdf:type ep-prodfac:ProductionFacilityType , owl:Class ; |
159 | rdfs:label "storage facility"^^xsd:string ; | 159 | rdfs:label "storage facility"^^xsd:string ; |
160 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . | 160 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . |
161 | 161 | ||
... | @@ -169,7 +169,7 @@ ep-prodfac:TemporalPartOfAShipOrBoat | ... | @@ -169,7 +169,7 @@ ep-prodfac:TemporalPartOfAShipOrBoat |
169 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . | 169 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . |
170 | 170 | ||
171 | ep-prodfac:TrunkLine | 171 | ep-prodfac:TrunkLine |
172 | - rdf:type ep-prodfac:ProductionFacilityType , owl:Class ; | 172 | + rdf:type owl:Class , ep-prodfac:ProductionFacilityType ; |
173 | rdfs:label "trunk line"^^xsd:string ; | 173 | rdfs:label "trunk line"^^xsd:string ; |
174 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . | 174 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . |
175 | 175 | ||
... | @@ -178,11 +178,6 @@ ep-prodfac:numberOfBedsAvailable | ... | @@ -178,11 +178,6 @@ ep-prodfac:numberOfBedsAvailable |
178 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 178 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
179 | rdfs:range xsd:integer . | 179 | rdfs:range xsd:integer . |
180 | 180 | ||
181 | -ep-prodfac:numberOfCateringCrew | ||
182 | - rdf:type owl:DatatypeProperty ; | ||
183 | - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | ||
184 | - rdfs:range xsd:integer . | ||
185 | - | ||
186 | ep-prodfac:numberOfContractorCrew | 181 | ep-prodfac:numberOfContractorCrew |
187 | rdf:type owl:DatatypeProperty ; | 182 | rdf:type owl:DatatypeProperty ; |
188 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 183 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | ... | ... |
This diff is collapsed. Click to expand it.
... | @@ -90,7 +90,7 @@ ep-mpr-spin-lib:buildPersonRoleTypeURI | ... | @@ -90,7 +90,7 @@ ep-mpr-spin-lib:buildPersonRoleTypeURI |
90 | sp:expression | 90 | sp:expression |
91 | [ rdf:type ep-spin-lib:buildURI ; | 91 | [ rdf:type ep-spin-lib:buildURI ; |
92 | sp:arg1 "https://www.reportinghub.no/ep/data/personRoleType/" ; | 92 | sp:arg1 "https://www.reportinghub.no/ep/data/personRoleType/" ; |
93 | - sp:arg2 [ rdf:type fn:concat ; | 93 | + sp:arg2 [ rdf:type ep-spin-lib:normalizeString ; |
94 | sp:arg1 spin:_arg1 | 94 | sp:arg1 spin:_arg1 |
95 | ] | 95 | ] |
96 | ] ; | 96 | ] ; |
... | @@ -114,9 +114,13 @@ arg2 is the interval identifier"""^^xsd:string ; | ... | @@ -114,9 +114,13 @@ arg2 is the interval identifier"""^^xsd:string ; |
114 | [ rdf:type ep-spin-lib:buildURI ; | 114 | [ rdf:type ep-spin-lib:buildURI ; |
115 | sp:arg1 "https://www.reportinghub.no/ep/data/productionReport/" ; | 115 | sp:arg1 "https://www.reportinghub.no/ep/data/productionReport/" ; |
116 | sp:arg2 [ rdf:type fn:concat ; | 116 | sp:arg2 [ rdf:type fn:concat ; |
117 | - sp:arg1 spin:_arg1 ; | 117 | + sp:arg1 [ rdf:type ep-spin-lib:normalizeString ; |
118 | + sp:arg1 spin:_arg1 | ||
119 | + ] ; | ||
118 | sp:arg2 "$" ; | 120 | sp:arg2 "$" ; |
119 | - sp:arg3 spin:_arg2 | 121 | + sp:arg3 [ rdf:type ep-spin-lib:normalizeString ; |
122 | + sp:arg1 spin:_arg2 | ||
123 | + ] | ||
120 | ] | 124 | ] |
121 | ] ; | 125 | ] ; |
122 | sp:variable | 126 | sp:variable | ... | ... |
... | @@ -3,11 +3,13 @@ | ... | @@ -3,11 +3,13 @@ |
3 | # imports: http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults | 3 | # imports: http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults |
4 | # imports: http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults | 4 | # imports: http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults |
5 | # imports: http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest | 5 | # imports: http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest |
6 | +# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1 | ||
6 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-commonPropertiesProductVolume-v1.1.1 | 7 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-commonPropertiesProductVolume-v1.1.1 |
7 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1 | 8 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1 |
8 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0 | 9 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0 |
9 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1 | 10 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1 |
10 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1 | 11 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1 |
12 | +# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1 | ||
11 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1 | 13 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1 |
12 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0 | 14 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0 |
13 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0 | 15 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0 |
... | @@ -16,11 +18,13 @@ | ... | @@ -16,11 +18,13 @@ |
16 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0 | 18 | # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0 |
17 | 19 | ||
18 | @prefix : <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector#> . | 20 | @prefix : <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector#> . |
21 | +@prefix TRANSFORM_mpr-comment-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1#> . | ||
19 | @prefix TRANSFORM_mpr-facility-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facility-v1.0#> . | 22 | @prefix TRANSFORM_mpr-facility-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facility-v1.0#> . |
20 | @prefix TRANSFORM_mpr-facilityIdentifierStructure-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1#> . | 23 | @prefix TRANSFORM_mpr-facilityIdentifierStructure-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1#> . |
21 | @prefix TRANSFORM_mpr-fluidSample-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0#> . | 24 | @prefix TRANSFORM_mpr-fluidSample-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0#> . |
22 | @prefix TRANSFORM_mpr-geographicContext-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1#> . | 25 | @prefix TRANSFORM_mpr-geographicContext-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1#> . |
23 | @prefix TRANSFORM_mpr-installationReport-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1#> . | 26 | @prefix TRANSFORM_mpr-installationReport-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1#> . |
27 | +@prefix TRANSFORM_mpr-operationalHSEReport-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1#> . | ||
24 | @prefix TRANSFORM_mpr-organization-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1#> . | 28 | @prefix TRANSFORM_mpr-organization-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1#> . |
25 | @prefix TRANSFORM_mpr-productVolume-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0#> . | 29 | @prefix TRANSFORM_mpr-productVolume-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0#> . |
26 | @prefix TRANSFORM_mpr-productVolumeReport-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0#> . | 30 | @prefix TRANSFORM_mpr-productVolumeReport-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0#> . |
... | @@ -44,5 +48,5 @@ | ... | @@ -44,5 +48,5 @@ |
44 | 48 | ||
45 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> | 49 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> |
46 | rdf:type owl:Ontology ; | 50 | rdf:type owl:Ontology ; |
47 | - owl:imports <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-commonPropertiesProductVolume-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1> ; | 51 | + owl:imports <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-commonPropertiesProductVolume-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1> ; |
48 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 52 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
... | @@ -14,7 +14,7 @@ | ... | @@ -14,7 +14,7 @@ |
14 | <name>TRYM production operation</name> | 14 | <name>TRYM production operation</name> |
15 | <installation kind="well" namingSystem="NPD" uidRef="18081500">10/1-A-9</installation> | 15 | <installation kind="well" namingSystem="NPD" uidRef="18081500">10/1-A-9</installation> |
16 | <contextFacility kind="field" namingSystem="NPD" uidRef="18081500">TRYM</contextFacility> | 16 | <contextFacility kind="field" namingSystem="NPD" uidRef="18081500">TRYM</contextFacility> |
17 | - <kind>ReportKind</kind> | 17 | + <kind>report kind</kind> |
18 | <periodKind>day</periodKind> | 18 | <periodKind>day</periodKind> |
19 | <dateStart>2012-04-12</dateStart> | 19 | <dateStart>2012-04-12</dateStart> |
20 | <dateEnd>2012-04-13</dateEnd> | 20 | <dateEnd>2012-04-13</dateEnd> |
... | @@ -34,7 +34,36 @@ | ... | @@ -34,7 +34,36 @@ |
34 | <work uom="h">100</work> | 34 | <work uom="h">100</work> |
35 | <workMonthToDate uom="h">200</workMonthToDate> | 35 | <workMonthToDate uom="h">200</workMonthToDate> |
36 | <workYearToDate uom="h">300</workYearToDate> | 36 | <workYearToDate uom="h">300</workYearToDate> |
37 | - <productionActivity> | 37 | + <operationalHSE> |
38 | + <IncidentCount>4</IncidentCount> | ||
39 | + <sinceLostTime uom="d">5</sinceLostTime> | ||
40 | + <sincePreventionExercise uom="d">6</sincePreventionExercise> | ||
41 | + <sinceDefinedSituation uom="d">7</sinceDefinedSituation> | ||
42 | + <medicalTreatmentCount>8</medicalTreatmentCount> | ||
43 | + <alarmCount>9</alarmCount> | ||
44 | + <safetyIntroCount>10</safetyIntroCount> | ||
45 | + <safetyDescription>A safety description</safetyDescription> | ||
46 | + <safety> | ||
47 | + <meantimeIncident uom="h">36</meantimeIncident> | ||
48 | + <safetyCount type="lost time accident">11</safetyCount> | ||
49 | + <safetyCount type="year-to-date incidents">99</safetyCount> | ||
50 | + <comment> | ||
51 | + <who>David Leal</who> | ||
52 | + <role>ontologist</role> | ||
53 | + <dTimStart>2012-04-19T10:00:00</dTimStart> | ||
54 | + <dTimEnd>2012-04-20T10:00:00</dTimEnd> | ||
55 | + <remark>A comment from David</remark> | ||
56 | + </comment> | ||
57 | + <comment> | ||
58 | + <who>David Leal</who> | ||
59 | + <role>engineer</role> | ||
60 | + <dTimStart>2012-04-21T10:00:00</dTimStart> | ||
61 | + <dTimEnd>2012-04-21T10:00:00</dTimEnd> | ||
62 | + <remark>Another comment from David</remark> | ||
63 | + </comment> | ||
64 | + </safety> | ||
65 | + </operationalHSE> | ||
66 | + <productionActivity> | ||
38 | <lostProduction> | 67 | <lostProduction> |
39 | <volumeAndReason uom="m3" reasonLost="preventive maint topside">1000</volumeAndReason> | 68 | <volumeAndReason uom="m3" reasonLost="preventive maint topside">1000</volumeAndReason> |
40 | <volumeAndReason uom="m3" reasonLost="well planned operations">1100</volumeAndReason> | 69 | <volumeAndReason uom="m3" reasonLost="well planned operations">1100</volumeAndReason> |
... | @@ -63,6 +92,48 @@ | ... | @@ -63,6 +92,48 @@ |
63 | <gasStdTempPres uom="m3">2500</gasStdTempPres> | 92 | <gasStdTempPres uom="m3">2500</gasStdTempPres> |
64 | </thirdPartyProcessing> | 93 | </thirdPartyProcessing> |
65 | </lostInjection> | 94 | </lostInjection> |
95 | + <marineOperation> | ||
96 | + <dTimStart>2012-04-19T10:00:00</dTimStart> | ||
97 | + <dTimEnd>2012-04-20T10:00:00</dTimEnd> | ||
98 | + <generalComment>General comment about a marine operation</generalComment> | ||
99 | + <supplyShip>Supply Venture</supplyShip> | ||
100 | + <standbyVessel>Standby Queen</standbyVessel> | ||
101 | + <supplyShipComment> | ||
102 | + <who>David Leal</who> | ||
103 | + <role>ontologist</role> | ||
104 | + <dTimStart>2012-04-19T10:00:00</dTimStart> | ||
105 | + <dTimEnd>2012-04-19T11:00:00</dTimEnd> | ||
106 | + <remark>A supply ship comment from David</remark> | ||
107 | + </supplyShipComment> | ||
108 | + <standbyVesselComment> | ||
109 | + <who>David Leal</who> | ||
110 | + <role>ontologist</role> | ||
111 | + <dTimStart>2012-04-19T12:00:00</dTimStart> | ||
112 | + <dTimEnd>2012-04-19T13:00:00</dTimEnd> | ||
113 | + <remark>A standby vessel comment from David</remark> | ||
114 | + </standbyVesselComment> | ||
115 | + <standbyVesselComment> | ||
116 | + <who>David Leal</who> | ||
117 | + <role>ontologist</role> | ||
118 | + <dTimStart>2012-04-19T13:00:00</dTimStart> | ||
119 | + <dTimEnd>2012-04-19T14:00:00</dTimEnd> | ||
120 | + <remark>Another standby vessel comment from David</remark> | ||
121 | + </standbyVesselComment> | ||
122 | + <basketMovement> | ||
123 | + <who>David Leal</who> | ||
124 | + <role>ontologist</role> | ||
125 | + <dTimStart>2012-04-19T14:00:00</dTimStart> | ||
126 | + <dTimEnd>2012-04-19T15:00:00</dTimEnd> | ||
127 | + <remark>A basket movement comment from David</remark> | ||
128 | + </basketMovement> | ||
129 | + <activity> | ||
130 | + <who>David Leal</who> | ||
131 | + <role>ontologist</role> | ||
132 | + <dTimStart>2012-04-19T15:00:00</dTimStart> | ||
133 | + <dTimEnd>2012-04-19T16:00:00</dTimEnd> | ||
134 | + <remark>A marine operations activity comment from David</remark> | ||
135 | + </activity> | ||
136 | + </marineOperation> | ||
66 | </productionActivity> | 137 | </productionActivity> |
67 | </installationReport> | 138 | </installationReport> |
68 | </object> | 139 | </object> | ... | ... |
-
Please register or login to post a comment