Added surveyStation data to TemplateTest and completed mapping to EP
ontology.
Showing
8 changed files
with
79 additions
and
8 deletions
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
1 | -# Saved by TopBraid on Sun Aug 14 20:00:53 BST 2011 | 1 | +# Saved by TopBraid on Tue Aug 16 11:34:45 BST 2011 |
2 | # baseURI: null | 2 | # baseURI: null |
3 | 3 | ||
4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
1 | +# Saved by TopBraid on Tue Aug 16 11:26:15 BST 2011 | ||
1 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/normalization | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/normalization |
2 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity | 3 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity |
3 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport | ||
4 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo | ||
5 | -# imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias | ||
6 | # imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo | 4 | # imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo |
5 | +# imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias | ||
7 | # imports: http://www.reportinghub.no/swp/ddr | 6 | # imports: http://www.reportinghub.no/swp/ddr |
7 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation | ||
8 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport | ||
9 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo | ||
8 | 10 | ||
9 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/normalization#> . | 11 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/normalization#> . |
10 | @prefix ddr1: <http://www.reportinghub.no/swp/ddr#> . | 12 | @prefix ddr1: <http://www.reportinghub.no/swp/ddr#> . |
... | @@ -16,13 +18,14 @@ | ... | @@ -16,13 +18,14 @@ |
16 | @prefix sp: <http://spinrdf.org/sp#> . | 18 | @prefix sp: <http://spinrdf.org/sp#> . |
17 | @prefix spin: <http://spinrdf.org/spin#> . | 19 | @prefix spin: <http://spinrdf.org/spin#> . |
18 | @prefix spl: <http://spinrdf.org/spl#> . | 20 | @prefix spl: <http://spinrdf.org/spl#> . |
21 | +@prefix surveyStation: <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation#> . | ||
19 | @prefix wellAndWellBoreAlias: <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias#> . | 22 | @prefix wellAndWellBoreAlias: <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias#> . |
20 | @prefix wellboreInfo: <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo#> . | 23 | @prefix wellboreInfo: <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo#> . |
21 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 24 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
22 | 25 | ||
23 | <http://www.reportinghub.no/ep/transform/1.1/normalization> | 26 | <http://www.reportinghub.no/ep/transform/1.1/normalization> |
24 | rdf:type owl:Ontology ; | 27 | rdf:type owl:Ontology ; |
25 | - owl:imports <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/swp/ddr> ; | 28 | + owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/swp/ddr> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> ; |
26 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 29 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
27 | 30 | ||
28 | owl:Thing | 31 | owl:Thing |
... | @@ -63,8 +66,8 @@ owl:Thing | ... | @@ -63,8 +66,8 @@ owl:Thing |
63 | ]) | 66 | ]) |
64 | ] . | 67 | ] . |
65 | 68 | ||
66 | -_:b3 sp:varName "newLabel"^^xsd:string . | 69 | +_:b1 sp:varName "oldLabel"^^xsd:string . |
67 | 70 | ||
68 | _:b2 sp:varName "p"^^xsd:string . | 71 | _:b2 sp:varName "p"^^xsd:string . |
69 | 72 | ||
70 | -_:b1 sp:varName "oldLabel"^^xsd:string . | 73 | +_:b3 sp:varName "newLabel"^^xsd:string . | ... | ... |
This diff is collapsed. Click to expand it.
1 | +# Saved by TopBraid on Tue Aug 16 11:03:54 BST 2011 | ||
2 | +# baseURI: null | ||
3 | + | ||
4 | +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
5 | +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
6 | +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
10 | +@prefix visual: <http://topbraid.org/visual#> . | ||
11 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
12 | + | ||
13 | +[] rdf:type inference:Configuration ; | ||
14 | + composite:child | ||
15 | + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | ||
16 | + composite:index "0"^^xsd:int | ||
17 | + ] . |
... | @@ -55,6 +55,55 @@ | ... | @@ -55,6 +55,55 @@ |
55 | <witsml:avgTempBH uom="degC">20</witsml:avgTempBH> | 55 | <witsml:avgTempBH uom="degC">20</witsml:avgTempBH> |
56 | <witsml:fixedRig>true</witsml:fixedRig> | 56 | <witsml:fixedRig>true</witsml:fixedRig> |
57 | </witsml:statusInfo> | 57 | </witsml:statusInfo> |
58 | + <witsml:surveyStation> | ||
59 | +<witsml:dTim>2010-01-25T00:00:00.000Z</witsml:dTim> | ||
60 | +<witsml:md uom="m">3569</witsml:md> | ||
61 | +<witsml:tvd uom="m">1822.47</witsml:tvd> | ||
62 | +<witsml:incl uom="dega">80.3</witsml:incl> | ||
63 | +<witsml:azi uom="dega">44.62</witsml:azi> | ||
64 | +</witsml:surveyStation> | ||
65 | +<witsml:surveyStation> | ||
66 | +<witsml:dTim>2010-01-25T00:00:00.000Z</witsml:dTim> | ||
67 | +<witsml:md uom="m">3602.4</witsml:md> | ||
68 | +<witsml:tvd uom="m">1826.76</witsml:tvd> | ||
69 | +<witsml:incl uom="dega">84.93</witsml:incl> | ||
70 | +<witsml:azi uom="dega">44.97</witsml:azi> | ||
71 | +</witsml:surveyStation> | ||
72 | +<witsml:surveyStation> | ||
73 | +<witsml:dTim>2010-01-25T00:00:00.000Z</witsml:dTim> | ||
74 | +<witsml:md uom="m">3628.9</witsml:md> | ||
75 | +<witsml:tvd uom="m">1828.39</witsml:tvd> | ||
76 | +<witsml:incl uom="dega">88.05</witsml:incl> | ||
77 | +<witsml:azi uom="dega">45.24</witsml:azi> | ||
78 | +</witsml:surveyStation> | ||
79 | +<witsml:surveyStation> | ||
80 | +<witsml:dTim>2010-01-25T00:00:00.000Z</witsml:dTim> | ||
81 | +<witsml:md uom="m">3655.8</witsml:md> | ||
82 | +<witsml:tvd uom="m">1828.8</witsml:tvd> | ||
83 | +<witsml:incl uom="dega">90.17</witsml:incl> | ||
84 | +<witsml:azi uom="dega">46.92</witsml:azi> | ||
85 | +</witsml:surveyStation> | ||
86 | +<witsml:surveyStation> | ||
87 | +<witsml:dTim>2010-01-25T00:00:00.000Z</witsml:dTim> | ||
88 | +<witsml:md uom="m">3680.8</witsml:md> | ||
89 | +<witsml:tvd uom="m">1828.54</witsml:tvd> | ||
90 | +<witsml:incl uom="dega">91.02</witsml:incl> | ||
91 | +<witsml:azi uom="dega">43.49</witsml:azi> | ||
92 | +</witsml:surveyStation> | ||
93 | +<witsml:surveyStation> | ||
94 | +<witsml:dTim>2010-01-25T00:00:00.000Z</witsml:dTim> | ||
95 | +<witsml:md uom="m">3709</witsml:md> | ||
96 | +<witsml:tvd uom="m">1827.81</witsml:tvd> | ||
97 | +<witsml:incl uom="dega">91.98</witsml:incl> | ||
98 | +<witsml:azi uom="dega">43.83</witsml:azi> | ||
99 | +</witsml:surveyStation> | ||
100 | +<witsml:surveyStation> | ||
101 | +<witsml:dTim>2010-01-25T00:00:00.000Z</witsml:dTim> | ||
102 | +<witsml:md uom="m">3736.2</witsml:md> | ||
103 | +<witsml:tvd uom="m">1827.44</witsml:tvd> | ||
104 | +<witsml:incl uom="dega">89.57</witsml:incl> | ||
105 | +<witsml:azi uom="dega">43.7</witsml:azi> | ||
106 | +</witsml:surveyStation> | ||
58 | <witsml:activity> | 107 | <witsml:activity> |
59 | <witsml:dTimStart>2011-04-05T06:00:00.001Z</witsml:dTimStart> | 108 | <witsml:dTimStart>2011-04-05T06:00:00.001Z</witsml:dTimStart> |
60 | <witsml:dTimEnd>2011-04-05T06:15:00.001Z</witsml:dTimEnd> | 109 | <witsml:dTimEnd>2011-04-05T06:15:00.001Z</witsml:dTimEnd> |
... | @@ -203,5 +252,6 @@ Sand Zones: | ... | @@ -203,5 +252,6 @@ Sand Zones: |
203 | <witsml:dTimRepair>2009-12-30T11:30:00.000Z</witsml:dTimRepair> | 252 | <witsml:dTimRepair>2009-12-30T11:30:00.000Z</witsml:dTimRepair> |
204 | <witsml:description>Feilfunksjon på URA. Det er avvik mellom posisjon kloa på URA har og det DrillView viser.</witsml:description> | 253 | <witsml:description>Feilfunksjon på URA. Det er avvik mellom posisjon kloa på URA har og det DrillView viser.</witsml:description> |
205 | </witsml:equipFailureInfo> | 254 | </witsml:equipFailureInfo> |
206 | - </witsml:drillReport> | 255 | + |
256 | +</witsml:drillReport> | ||
207 | </witsml:drillReports> | 257 | </witsml:drillReports> |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment