Attempt to fix conflict on DDR .uispin. file
Remove accidentally committed import of XML file into normalization
Showing
8 changed files
with
175 additions
and
166 deletions
This diff is collapsed. Click to expand it.
1 | -# baseURI: http://www.reportinghub.no/ep/schema/1.0/report | 1 | +# Saved by TopBraid on Thu Aug 11 18:17:22 BST 2011 |
2 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | 2 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/report |
3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/well |
4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core |
5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/well | 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
6 | - | 6 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity |
7 | -@prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> . | 7 | + |
8 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 8 | +@prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> . |
9 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 9 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
10 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 10 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
11 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 11 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
12 | - | 12 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
13 | -<http://www.reportinghub.no/ep/schema/1.0/report> | 13 | + |
14 | - rdf:type owl:Ontology ; | 14 | +<http://www.reportinghub.no/ep/schema/1.0/report> |
15 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> ; | 15 | + rdf:type owl:Ontology ; |
16 | - owl:versionInfo "0.1.0"^^xsd:string . | 16 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/well> ; |
17 | - | 17 | + owl:versionInfo "0.1.0"^^xsd:string . |
18 | -ep-report:DailyDrillingReport | 18 | + |
19 | - rdf:type owl:Class ; | 19 | +ep-report:DailyDrillingReport |
20 | - rdfs:subClassOf ep-report:Report . | 20 | + rdf:type owl:Class ; |
21 | - | 21 | + rdfs:subClassOf ep-report:Report . |
22 | -ep-report:FinalDailyDrillingReport | 22 | + |
23 | - rdf:type owl:Class ; | 23 | +ep-report:DailyDrillingReportFinalisationType |
24 | - rdfs:subClassOf ep-report:DailyDrillingReport . | 24 | + rdf:type owl:Class ; |
25 | - | 25 | + rdfs:subClassOf owl:Class . |
26 | -ep-report:NormalDailyDrillingReport | 26 | + |
27 | - rdf:type owl:Class ; | 27 | +ep-report:FinalDailyDrillingReport |
28 | - rdfs:subClassOf ep-report:DailyDrillingReport . | 28 | + rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; |
29 | - | 29 | + rdfs:subClassOf ep-report:DailyDrillingReport . |
30 | -ep-report:PreliminaryDailyDrillingReport | 30 | + |
31 | - rdf:type owl:Class ; | 31 | +ep-report:NormalDailyDrillingReport |
32 | - rdfs:subClassOf ep-report:DailyDrillingReport . | 32 | + rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; |
33 | - | 33 | + rdfs:subClassOf ep-report:DailyDrillingReport . |
34 | -ep-report:Report | 34 | + |
35 | - rdf:type owl:Class ; | 35 | +ep-report:PreliminaryDailyDrillingReport |
36 | - rdfs:subClassOf owl:Thing . | 36 | + rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; |
37 | + rdfs:subClassOf ep-report:DailyDrillingReport . | ||
38 | + | ||
39 | +ep-report:Report | ||
40 | + rdf:type owl:Class ; | ||
41 | + rdfs:subClassOf owl:Thing . | ... | ... |
1 | -# Saved by TopBraid on Wed Aug 10 14:09:07 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/wellAndWellBoreAlias | 4 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo |
5 | -# imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo | 5 | +# imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias |
6 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport | 6 | +# imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo |
7 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo | 7 | +# imports: http://www.reportinghub.no/swp/ddr |
8 | - | 8 | + |
9 | -@prefix : <http://www.reportinghub.no/ep/transform/1.1/normalization#> . | 9 | +@prefix : <http://www.reportinghub.no/ep/transform/1.1/normalization#> . |
10 | -@prefix fn: <http://www.w3.org/2005/xpath-functions#> . | 10 | +@prefix ddr1: <http://www.reportinghub.no/swp/ddr#> . |
11 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 11 | +@prefix fn: <http://www.w3.org/2005/xpath-functions#> . |
12 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 12 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
13 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 13 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
14 | -@prefix smf: <http://topbraid.org/sparqlmotionfunctions#> . | 14 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
15 | -@prefix sp: <http://spinrdf.org/sp#> . | 15 | +@prefix smf: <http://topbraid.org/sparqlmotionfunctions#> . |
16 | -@prefix spin: <http://spinrdf.org/spin#> . | 16 | +@prefix sp: <http://spinrdf.org/sp#> . |
17 | -@prefix spl: <http://spinrdf.org/spl#> . | 17 | +@prefix spin: <http://spinrdf.org/spin#> . |
18 | -@prefix wellAndWellBoreAlias: <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias#> . | 18 | +@prefix spl: <http://spinrdf.org/spl#> . |
19 | -@prefix wellboreInfo: <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo#> . | 19 | +@prefix wellAndWellBoreAlias: <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias#> . |
20 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 20 | +@prefix wellboreInfo: <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo#> . |
21 | - | 21 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
22 | -<http://www.reportinghub.no/ep/transform/1.1/normalization> | 22 | + |
23 | - rdf:type owl:Ontology ; | 23 | +<http://www.reportinghub.no/ep/transform/1.1/normalization> |
24 | - 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> ; | 24 | + rdf:type owl:Ontology ; |
25 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 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> ; |
26 | - | 26 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
27 | -owl:Thing | 27 | + |
28 | - spin:update | 28 | +owl:Thing |
29 | - [ rdf:type sp:Modify ; | 29 | + spin:update |
30 | - sp:deletePattern ([ sp:object _:b1 ; | 30 | + [ rdf:type sp:Modify ; |
31 | - sp:predicate rdfs:label ; | 31 | + sp:deletePattern ([ sp:object _:b1 ; |
32 | - sp:subject _:b2 | 32 | + sp:predicate rdfs:label ; |
33 | - ]) ; | 33 | + sp:subject _:b2 |
34 | - sp:insertPattern ([ sp:object _:b3 ; | 34 | + ]) ; |
35 | - sp:predicate rdfs:label ; | 35 | + sp:insertPattern ([ sp:object _:b3 ; |
36 | - sp:subject _:b2 | 36 | + sp:predicate rdfs:label ; |
37 | - ]) ; | 37 | + sp:subject _:b2 |
38 | - sp:where ([ sp:object _:b2 ; | 38 | + ]) ; |
39 | - sp:predicate owl:onProperty ; | 39 | + sp:where ([ sp:object _:b2 ; |
40 | - sp:subject | 40 | + sp:predicate owl:onProperty ; |
41 | - [ sp:varName "r"^^xsd:string | 41 | + sp:subject |
42 | - ] | 42 | + [ sp:varName "r"^^xsd:string |
43 | - ] [ sp:object _:b1 ; | 43 | + ] |
44 | - sp:predicate rdfs:label ; | 44 | + ] [ sp:object _:b1 ; |
45 | - sp:subject _:b2 | 45 | + sp:predicate rdfs:label ; |
46 | - ] [ rdf:type sp:Filter ; | 46 | + sp:subject _:b2 |
47 | - sp:expression | 47 | + ] [ rdf:type sp:Filter ; |
48 | - [ rdf:type fn:starts-with ; | 48 | + sp:expression |
49 | - sp:arg1 _:b1 ; | 49 | + [ rdf:type fn:starts-with ; |
50 | - sp:arg2 "has" | 50 | + sp:arg1 _:b1 ; |
51 | - ] | 51 | + sp:arg2 "has" |
52 | - ] [ rdf:type sp:Bind ; | 52 | + ] |
53 | - sp:expression | 53 | + ] [ rdf:type sp:Bind ; |
54 | - [ rdf:type smf:trim ; | 54 | + sp:expression |
55 | - sp:arg1 [ rdf:type smf:regex ; | 55 | + [ rdf:type smf:trim ; |
56 | - sp:arg1 _:b1 ; | 56 | + sp:arg1 [ rdf:type smf:regex ; |
57 | - sp:arg2 "has(.*)" ; | 57 | + sp:arg1 _:b1 ; |
58 | - sp:arg3 "$1" | 58 | + sp:arg2 "has(.*)" ; |
59 | - ] | 59 | + sp:arg3 "$1" |
60 | - ] ; | 60 | + ] |
61 | - sp:variable _:b3 | 61 | + ] ; |
62 | - ]) | 62 | + sp:variable _:b3 |
63 | - ] . | 63 | + ]) |
64 | - | 64 | + ] . |
65 | -_:b1 sp:varName "oldLabel"^^xsd:string . | 65 | + |
66 | - | 66 | +_:b3 sp:varName "newLabel"^^xsd:string . |
67 | -_:b2 sp:varName "p"^^xsd:string . | 67 | + |
68 | - | 68 | +_:b2 sp:varName "p"^^xsd:string . |
69 | -_:b3 sp:varName "newLabel"^^xsd:string . | 69 | + |
70 | +_:b1 sp:varName "oldLabel"^^xsd:string . | ... | ... |
1 | -# Saved by TopBraid on Wed Aug 10 14:09:07 BST 2011 | 1 | +# baseURI: null |
2 | -# baseURI: null | 2 | + |
3 | - | 3 | +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . |
4 | -@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . |
5 | -@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | 5 | +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . |
6 | -@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | 6 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
7 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 7 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
8 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 8 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
9 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 9 | +@prefix visual: <http://topbraid.org/visual#> . |
10 | -@prefix visual: <http://topbraid.org/visual#> . | 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
11 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 11 | + |
12 | - | 12 | +[] rdf:type inference:Configuration ; |
13 | -[] rdf:type inference:Configuration ; | 13 | + composite:child |
14 | - composite:child | 14 | + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; |
15 | - [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | 15 | + <http://spinrdf.org/spin#topSPINOptions> |
16 | - <http://spinrdf.org/spin#topSPINOptions> | 16 | + "singlePass" ; |
17 | - "singlePass" ; | 17 | + composite:index "0"^^xsd:int |
18 | - composite:index "0"^^xsd:int | 18 | + ] ; |
19 | - ] ; | 19 | + inference:completeMode |
20 | - inference:completeMode | 20 | + "true"^^xsd:boolean . |
21 | - "true"^^xsd:boolean . | ... | ... |
This diff is collapsed. Click to expand it.
1 | -# Saved by TopBraid on Wed Aug 10 18:50:05 PDT 2011 | 1 | +# Saved by TopBraid on Wed Aug 10 23:13:45 PDT 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#> . | ... | ... |
... | @@ -13,14 +13,14 @@ | ... | @@ -13,14 +13,14 @@ |
13 | <rhswp:NameValuePair arg:name="Operator:" arg:value="{ spl:object(?this, ???) }" /> | 13 | <rhswp:NameValuePair arg:name="Operator:" arg:value="{ spl:object(?this, ???) }" /> |
14 | <rhswp:NameValuePair arg:name="Rig name:" arg:value="{ spl:object(?this, ???) }" /> | 14 | <rhswp:NameValuePair arg:name="Rig name:" arg:value="{ spl:object(?this, ???) }" /> |
15 | <rhswp:NameValuePair arg:name="Spud date:" arg:value="{ spl:object(?this, ???) }" /> | 15 | <rhswp:NameValuePair arg:name="Spud date:" arg:value="{ spl:object(?this, ???) }" /> |
16 | - <rhswp:NameValuePair arg:name="Elevation RKB-MSL m:" arg:value="{ spl:object(?this, ???) }" /> | 16 | + <rhswp:NameValuePair arg:name="Elevation RKB-MSL m:" arg:value="{= rhspin:dtypeValue(?onWellBore, ddr:elevKelly) }" /> |
17 | <rhswp:NameValuePair arg:name="Tight well:" arg:value="{ spl:object(?this, ???) }" /> | 17 | <rhswp:NameValuePair arg:name="Tight well:" arg:value="{ spl:object(?this, ???) }" /> |
18 | <rhswp:NameValuePair arg:name="Pressure psig:" arg:value="{ spl:object(?this, ???) }" /> | 18 | <rhswp:NameValuePair arg:name="Pressure psig:" arg:value="{ spl:object(?this, ???) }" /> |
19 | <rhswp:NameValuePair arg:name="Fixed rig:" arg:value="{ spl:object(?this, ???) }" /> | 19 | <rhswp:NameValuePair arg:name="Fixed rig:" arg:value="{ spl:object(?this, ???) }" /> |
20 | - <rhswp:NameValuePair arg:name="Depth at Kick Off mMD:" arg:value="{= rhspin:dtypeValue(?activity, ddr:mdKickoff) }" /> | 20 | + <rhswp:NameValuePair arg:name="Depth at Kick Off mMD:" arg:value="{= rhspin:dtypeValue(?onWellBore, ddr:mdKickoff) }" /> |
21 | - <rhswp:NameValuePair arg:name="Plug Back Depth mMD:" arg:value="{= rhspin:dtypeValue(?activity, ddr:mdPlugTop) }" /> | 21 | + <rhswp:NameValuePair arg:name="Plug Back Depth mMD:" arg:value="{= rhspin:dtypeValue(?onWellBore, ddr:mdPlugTop) }" /> |
22 | - <rhswp:NameValuePair arg:name="Penetration Rate m/h:" arg:value="{ spl:object(?activity, ???) }" /> | 22 | + <rhswp:NameValuePair arg:name="Penetration Rate m/h:" arg:value="{= spl:object(?activity, ddr:ropCurrent) }" /> |
23 | - <rhswp:NameValuePair arg:name="Pressure Test Type:" arg:value="{ spl:object(?this, ???) }" /> | 23 | + <rhswp:NameValuePair arg:name="Pressure Test Type:" arg:value="{# SELECT ui:label(?pressureTestType) WHERE { ?activity ep-core:hasPart/rdf:type ?pressureTestType . ?pressureTestType a ep-activity:PressureTestType} }" /> |
24 | <rhswp:NameValuePair arg:name="Depth At Formation Strength mMD:" arg:value="{= rhspin:dtypeValue(?activity, ddr:mdStrengthForm) }" /> | 24 | <rhswp:NameValuePair arg:name="Depth At Formation Strength mMD:" arg:value="{= rhspin:dtypeValue(?activity, ddr:mdStrengthForm) }" /> |
25 | <rhswp:NameValuePair arg:name="Dia Last Casing In:" arg:value="{ spl:object(?this, ???) }" /> | 25 | <rhswp:NameValuePair arg:name="Dia Last Casing In:" arg:value="{ spl:object(?this, ???) }" /> |
26 | <rhswp:NameValuePair arg:name="Depth At Last Casing MTVD:" arg:value="{= rhspin:dtypeValue(?activity, ddr:tvdCsgLast) }" /> | 26 | <rhswp:NameValuePair arg:name="Depth At Last Casing MTVD:" arg:value="{= rhspin:dtypeValue(?activity, ddr:tvdCsgLast) }" /> |
... | @@ -28,21 +28,21 @@ | ... | @@ -28,21 +28,21 @@ |
28 | <td class="ddrSummaryRight"> | 28 | <td class="ddrSummaryRight"> |
29 | <rhswp:NameValuePair arg:name="Period:" arg:value="{= fn:concat(ui:label(spl:object(?activity, ep-activity:startedAt)), ' - ', ui:label(spl:object(?activity, ep-activity:finishedAt))) }" /> | 29 | <rhswp:NameValuePair arg:name="Period:" arg:value="{= fn:concat(ui:label(spl:object(?activity, ep-activity:startedAt)), ' - ', ui:label(spl:object(?activity, ep-activity:finishedAt))) }" /> |
30 | <rhswp:NameValuePair arg:name="Wellbore Id:" arg:value="{= rhspin:npdId(?wellBore) }" /> | 30 | <rhswp:NameValuePair arg:name="Wellbore Id:" arg:value="{= rhspin:npdId(?wellBore) }" /> |
31 | - <rhswp:NameValuePair arg:name="Created date:" arg:value="{= spl:object(?this, ep-activity:createdAt) }" /> | 31 | + <rhswp:NameValuePair arg:name="Created date:" arg:value="{= ui:label(spl:object(?this, ep-activity:createdAt)) }" /> |
32 | <rhswp:NameValuePair arg:name="Drilling contractor:" arg:value="{ spl:object(?this, ???) }" /> | 32 | <rhswp:NameValuePair arg:name="Drilling contractor:" arg:value="{ spl:object(?this, ???) }" /> |
33 | <rhswp:NameValuePair arg:name="NPD Rig Id:" arg:value="{ spl:object(?this, ???) }" /> | 33 | <rhswp:NameValuePair arg:name="NPD Rig Id:" arg:value="{ spl:object(?this, ???) }" /> |
34 | <rhswp:NameValuePair arg:name="Date Well Complete:" arg:value="{ spl:object(?this, ???) }" /> | 34 | <rhswp:NameValuePair arg:name="Date Well Complete:" arg:value="{ spl:object(?this, ???) }" /> |
35 | <rhswp:NameValuePair arg:name="Water depth MSL m:" arg:value="{ spl:object(?this, ???) }" /> | 35 | <rhswp:NameValuePair arg:name="Water depth MSL m:" arg:value="{ spl:object(?this, ???) }" /> |
36 | <rhswp:NameValuePair arg:name="High pressure - High temperature:" arg:value="{ spl:object(?this, ???) }" /> | 36 | <rhswp:NameValuePair arg:name="High pressure - High temperature:" arg:value="{ spl:object(?this, ???) }" /> |
37 | - <rhswp:NameValuePair arg:name="Temprature degC:" arg:value="{ spl:object(?this, ???) }" /> | 37 | + <rhswp:NameValuePair arg:name="Temperature degC:" arg:value="{ spl:object(?this, ???) }" /> |
38 | <rhswp:NameValuePair arg:name="Wellbore type:" arg:value="{ spl:object(?this, ???) }" /> | 38 | <rhswp:NameValuePair arg:name="Wellbore type:" arg:value="{ spl:object(?this, ???) }" /> |
39 | - <rhswp:NameValuePair arg:name="Depth at Kick Off mTVD:" arg:value="{= spl:object(?activity, ddr:tvdKickoff) }" /> | 39 | + <rhswp:NameValuePair arg:name="Depth at Kick Off mTVD:" arg:value="{= spl:object(?onWellBore, ddr:tvdKickoff) }" /> |
40 | - <rhswp:NameValuePair arg:name="Depth mTVD:" arg:value="{= rhspin:dtypeValue(?activity, ddr:tvd) }" /> | 40 | + <rhswp:NameValuePair arg:name="Depth mTVD:" arg:value="{= rhspin:dtypeValue(?onWellBore, ddr:tvd) }" /> |
41 | <rhswp:NameValuePair arg:name="Dist Drilled m:" arg:value="{= rhspin:dtypeValue(?activity, ddr:distDrill) }" /> | 41 | <rhswp:NameValuePair arg:name="Dist Drilled m:" arg:value="{= rhspin:dtypeValue(?activity, ddr:distDrill) }" /> |
42 | <rhswp:NameValuePair arg:name="Hole Dia in:" arg:value="{= rhspin:dtypeValue(?activity, ddr:mdDiaHoleStart) }" /> | 42 | <rhswp:NameValuePair arg:name="Hole Dia in:" arg:value="{= rhspin:dtypeValue(?activity, ddr:mdDiaHoleStart) }" /> |
43 | - <rhswp:NameValuePair arg:name="Formation Strength g/cm3:" arg:value="{= rhspin:dtypeValue(?activity, ddr:tvdStrengthForm) }" /> | 43 | + <rhswp:NameValuePair arg:name="Formation Strength g/cm3:" arg:value="{= rhspin:dtypeValue(?onWellBore, ddr:tvdStrengthForm) }" /> |
44 | <rhswp:NameValuePair arg:name="Depth At Formation Strength mTVD:" arg:value="{ spl:object(?this, ???) }" /> | 44 | <rhswp:NameValuePair arg:name="Depth At Formation Strength mTVD:" arg:value="{ spl:object(?this, ???) }" /> |
45 | - <rhswp:NameValuePair arg:name="Depth At Last Casing mMD:" arg:value="{= rhspin:dtypeValue(?activity, ddr:mdCsgLast) }" /> | 45 | + <rhswp:NameValuePair arg:name="Depth At Last Casing mMD:" arg:value="{= rhspin:dtypeValue(?onWellBore, ddr:mdCsgLast) }" /> |
46 | </td> | 46 | </td> |
47 | </tr></table> | 47 | </tr></table> |
48 | </ui:group> | 48 | </ui:group> | ... | ... |
1 | -# baseURI: http://www.reportinghub.no/swp/ddr | 1 | +# Saved by TopBraid on Thu Aug 11 15:40:02 BST 2011 |
2 | -# imports: http://uispin.org/tui | 2 | +# baseURI: http://www.reportinghub.no/swp/ddr |
3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/organization |
4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | 4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/report |
5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/ddr | 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core |
6 | -# imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 6 | +# imports: http://www.reportinghub.no/ep/schema/1.0/well |
7 | -# imports: http://www.reportinghub.no/ep/schema/1.0/report | 7 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose |
8 | -# imports: http://www.reportinghub.no/ep/schema/1.0/well | 8 | +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
9 | - | 9 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity |
10 | -@prefix : <http://www.reportinghub.no/swp/ddr#> . | 10 | +# imports: http://www.reportinghub.no/ep/schema/1.0/facility |
11 | -@prefix let: <http://uispin.org/let#> . | 11 | +# imports: http://www.reportinghub.no/ep/schema/1.0/ddr |
12 | -@prefix letrs: <http://uispin.org/letrs#> . | 12 | +# imports: http://uispin.org/tui |
13 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 13 | + |
14 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 14 | +@prefix : <http://www.reportinghub.no/swp/ddr#> . |
15 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 15 | +@prefix let: <http://uispin.org/let#> . |
16 | -@prefix sp: <http://spinrdf.org/sp#> . | 16 | +@prefix letrs: <http://uispin.org/letrs#> . |
17 | -@prefix spin: <http://spinrdf.org/spin#> . | 17 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
18 | -@prefix spl: <http://spinrdf.org/spl#> . | 18 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
19 | -@prefix ui: <http://uispin.org/ui#> . | 19 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
20 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 20 | +@prefix sp: <http://spinrdf.org/sp#> . |
21 | - | 21 | +@prefix spin: <http://spinrdf.org/spin#> . |
22 | -<http://www.reportinghub.no/ep/schema/report#DailyDrillingReport> | 22 | +@prefix spl: <http://spinrdf.org/spl#> . |
23 | - ui:instanceView <http://www.reportinghub.no/swp/DailyDrillingReport.uispin.html> . | 23 | +@prefix ui: <http://uispin.org/ui#> . |
24 | - | 24 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
25 | -<http://www.reportinghub.no/swp/ddr> | 25 | + |
26 | - rdf:type owl:Ontology ; | 26 | +<http://www.reportinghub.no/ep/schema/report#DailyDrillingReport> |
27 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://uispin.org/tui> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/report> ; | 27 | + ui:instanceView <http://www.reportinghub.no/swp/DailyDrillingReport.uispin.html> . |
28 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 28 | + |
29 | +<http://www.reportinghub.no/swp/ddr> | ||
30 | + rdf:type owl:Ontology ; | ||
31 | + owl:imports <http://uispin.org/tui> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> ; | ||
32 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
-
Please register or login to post a comment