David Leal

Some progress on the HTML browser, but I am finding it difficult to

debug, and currently it is not working properly.
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 +# Saved by TopBraid on Thu Aug 11 15:48:53 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/normalization 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/normalization
3 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity 3 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity
4 -# imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias
5 # 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
6 +# imports: file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml
7 +# imports: http://www.reportinghub.no/swp/ddr
6 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport 8 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport
7 # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo 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#> .
12 +@prefix ddr1: <http://www.reportinghub.no/swp/ddr#> .
10 @prefix fn: <http://www.w3.org/2005/xpath-functions#> . 13 @prefix fn: <http://www.w3.org/2005/xpath-functions#> .
11 @prefix owl: <http://www.w3.org/2002/07/owl#> . 14 @prefix owl: <http://www.w3.org/2002/07/owl#> .
12 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 15 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
...@@ -21,7 +24,7 @@ ...@@ -21,7 +24,7 @@
21 24
22 <http://www.reportinghub.no/ep/transform/1.1/normalization> 25 <http://www.reportinghub.no/ep/transform/1.1/normalization>
23 rdf:type owl:Ontology ; 26 rdf:type owl:Ontology ;
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> ; 27 + owl:imports <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml> , <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> ;
25 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 28 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
26 29
27 owl:Thing 30 owl:Thing
......
1 -# Saved by TopBraid on Wed Aug 10 14:09:07 BST 2011 1 +# Saved by TopBraid on Thu Aug 11 15:48:53 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 -<html let:activity="{= spl:object(?this, ep-activity:reportOn) }" 1 +<html
2 - let:onWellBore="{# SELECT ?onWellBore WHERE { ?this ep-activity:reportOn/ep-activity:onWellBore ?onWellBore } }" 2 +let:dailyDrillingReport="{= ?this }"
3 - let:report="{= ?this }"> 3 +let:dailyDrillingActivity="{= spl:object(?dailyDrillingReport, ep-activity:reportOn) }"
4 - <head> 4 +let:temporalPartOfAWellBore="{# SELECT ?temporalPartOfAWellBore WHERE { ?dailyDrillingReport ep-activity:reportOn/ep-activity:onWellBore ?temporalPartOfAWellBore } }"
5 - <link rel="stylesheet" type="text/css" href="lib/rh/ddr.css" /> 5 +>
6 - </head> 6 +<head>
7 - <body let:wellBore="{= spl:object(?onWellBore, ep-core:temporalPartOf) }"> 7 +<link rel="stylesheet" type="text/css" href="lib/rh/ddr.css" />
8 - <h1>Summary report Wellbore: {= rhspin:npdName(?wellBore) }</h1> 8 +</head>
9 - <div>End time: {= ui:label(spl:object(?activity, ep-activity:finishedAt)) }</div> 9 +<body
10 - <hr /> 10 +let:wellBore="{= spl:object(?temporalPartOfAWellBore, ep-core:temporalPartOf) }"
11 - <table><tr> 11 +let:status="{# SELECT ?status WHERE { ?dailyDrillingReport rdf:type ?status . ?status rdf:type ep-report:DailyDrillingReportFinalisationType} }"
12 +>
13 +<!--
14 +let:pressureTestType="{# SELECT ?pressureTestType WHERE { ?dailyDrillingActivity ep-core:hasPart ?pressureTest . ?pressureTest rdf:type ?pressureTestType . ?pressureTestType rdf:type ep-activity:PressureTestType} }"
15 +-->
16 +
17 +<h1>Summary report Wellbore: {= rhspin:npdName(?wellBore) }</h1>
18 +<div>End time: {= ui:label(spl:object(?dailyDrillingActivity, ep-activity:finishedAt)) }</div>
19 +<hr />
20 +
21 +<table><tr>
12 <td class="ddrSummaryLeft"> 22 <td class="ddrSummaryLeft">
13 <rhswp:NameValuePair arg:name="Report Number:" arg:value="{ spl:object(?this, ?) }" /> 23 <rhswp:NameValuePair arg:name="Report Number:" arg:value="{ spl:object(?this, ?) }" />
14 <rhswp:NameValuePair arg:name="Wellbore:" arg:value="{= rhspin:npdName(?wellBore) }" /> 24 <rhswp:NameValuePair arg:name="Wellbore:" arg:value="{= rhspin:npdName(?wellBore) }" />
15 - <rhswp:NameValuePair arg:name="Status:" arg:value="{= ui:label(spl:object(?this, rdf:type)) }" /> 25 + <rhswp:NameValuePair arg:name="Status:" arg:value="{= ui:label(?status) }" />
16 <rhswp:NameValuePair arg:name="Operator:" arg:value="{ spl:object(?this, ???) }" /> 26 <rhswp:NameValuePair arg:name="Operator:" arg:value="{ spl:object(?this, ???) }" />
17 <rhswp:NameValuePair arg:name="Rig name:" arg:value="{ spl:object(?this, ???) }" /> 27 <rhswp:NameValuePair arg:name="Rig name:" arg:value="{ spl:object(?this, ???) }" />
18 <rhswp:NameValuePair arg:name="Spud date:" arg:value="{ spl:object(?this, ???) }" /> 28 <rhswp:NameValuePair arg:name="Spud date:" arg:value="{ spl:object(?this, ???) }" />
19 - <rhswp:NameValuePair arg:name="Elevation RKB-MSL m:" arg:value="{ spl:object(?this, ???) }" /> 29 +<!-- <rhswp:NameValuePair arg:name="Elevation RKB-MSL m:" arg:value="{= rhspin:dtypeValue(?temporalPartOfAWellBore, ddr:elevKelly) }}" />
20 - <rhswp:NameValuePair arg:name="Tight well:" arg:value="{ spl:object(?this, ???) }" /> 30 + <rhswp:NameValuePair arg:name="Tight well:" arg:value="{ spl:object(?this, ???) }" />
21 <rhswp:NameValuePair arg:name="Pressure psig:" arg:value="{ spl:object(?this, ???) }" /> 31 <rhswp:NameValuePair arg:name="Pressure psig:" arg:value="{ spl:object(?this, ???) }" />
22 <rhswp:NameValuePair arg:name="Fixed rig:" arg:value="{ spl:object(?this, ???) }" /> 32 <rhswp:NameValuePair arg:name="Fixed rig:" arg:value="{ spl:object(?this, ???) }" />
23 - <rhswp:NameValuePair arg:name="Depth at Kick Off mMD:" arg:value="{= rhspin:dtypeValue(?activity, ddr:mdKickoff) }" /> 33 + <rhswp:NameValuePair arg:name="Depth at Kick Off mMD:" arg:value="{= rhspin:dtypeValue(?temporalPartOfAWellBore, ddr:mdKickoff) }" />
24 - <rhswp:NameValuePair arg:name="Plug Back Depth mMD:" arg:value="{= rhspin:dtypeValue(?activity, ddr:mdPlugTop) }" /> 34 + <rhswp:NameValuePair arg:name="Plug Back Depth mMD:" arg:value="{= rhspin:dtypeValue(?temporalPartOfAWellBore, ddr:mdPlugTop) }" />
25 - <rhswp:NameValuePair arg:name="Penetration Rate m/h:" arg:value="{ spl:object(?activity, ???) }" /> 35 + <rhswp:NameValuePair arg:name="Penetration Rate m/h:" arg:value="{= rhspin:dtypeValue(?dailyDrillingActivity, ddr:ropCurrent) }" />
26 - <rhswp:NameValuePair arg:name="Pressure Test Type:" arg:value="{ spl:object(?this, ???) }" /> 36 + <rhswp:NameValuePair arg:name="Pressure Test Type:" arg:value="{= ui:label(?pressureTestType) }" />
27 - <rhswp:NameValuePair arg:name="Depth At Formation Strength mMD:" arg:value="{= rhspin:dtypeValue(?activity, ddr:mdStrengthForm) }" /> 37 + <rhswp:NameValuePair arg:name="Depth At Formation Strength mMD:" arg:value="{= rhspin:dtypeValue(?temporalPartOfAWellBore, ddr:mdStrengthForm) }" />
28 <rhswp:NameValuePair arg:name="Dia Last Casing In:" arg:value="{ spl:object(?this, ???) }" /> 38 <rhswp:NameValuePair arg:name="Dia Last Casing In:" arg:value="{ spl:object(?this, ???) }" />
29 - <rhswp:NameValuePair arg:name="Depth At Last Casing MTVD:" arg:value="{= rhspin:dtypeValue(?activity, ddr:tvdCsgLast) }" /> 39 + <rhswp:NameValuePair arg:name="Depth At Last Casing MTVD:" arg:value="{= rhspin:dtypeValue(?dailyDrillingActivity, ddr:tvdCsgLast) }" />
30 </td> 40 </td>
31 - <td class="ddrSummaryRight"> 41 + <td class="ddrSummaryRight">
32 - <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))) }" /> 42 + <rhswp:NameValuePair arg:name="Period:" arg:value="{= fn:concat(ui:label(spl:object(?dailyDrillingActivity, ep-activity:startedAt)), ' - ', ui:label(spl:object(?dailyDrillingActivity, ep-activity:finishedAt))) }" />
33 <rhswp:NameValuePair arg:name="Wellbore Id:" arg:value="{= rhspin:npdId(?wellBore) }" /> 43 <rhswp:NameValuePair arg:name="Wellbore Id:" arg:value="{= rhspin:npdId(?wellBore) }" />
34 - <rhswp:NameValuePair arg:name="Created date:" arg:value="{= spl:object(?this, ep-activity:createdAt) }" /> 44 + <rhswp:NameValuePair arg:name="Created date:" arg:value="{= ui:label(spl:object(?dailyDrillingReport, ep-activity:createdAt)) }" />
35 <rhswp:NameValuePair arg:name="Drilling contractor:" arg:value="{ spl:object(?this, ???) }" /> 45 <rhswp:NameValuePair arg:name="Drilling contractor:" arg:value="{ spl:object(?this, ???) }" />
36 <rhswp:NameValuePair arg:name="NPD Rig Id:" arg:value="{ spl:object(?this, ???) }" /> 46 <rhswp:NameValuePair arg:name="NPD Rig Id:" arg:value="{ spl:object(?this, ???) }" />
37 <rhswp:NameValuePair arg:name="Date Well Complete:" arg:value="{ spl:object(?this, ???) }" /> 47 <rhswp:NameValuePair arg:name="Date Well Complete:" arg:value="{ spl:object(?this, ???) }" />
38 <rhswp:NameValuePair arg:name="Water depth MSL m:" arg:value="{ spl:object(?this, ???) }" /> 48 <rhswp:NameValuePair arg:name="Water depth MSL m:" arg:value="{ spl:object(?this, ???) }" />
39 <rhswp:NameValuePair arg:name="High pressure - High temperature:" arg:value="{ spl:object(?this, ???) }" /> 49 <rhswp:NameValuePair arg:name="High pressure - High temperature:" arg:value="{ spl:object(?this, ???) }" />
40 - <rhswp:NameValuePair arg:name="Temprature degC:" arg:value="{ spl:object(?this, ???) }" /> 50 + <rhswp:NameValuePair arg:name="Temperature degC:" arg:value="{ spl:object(?this, ???) }" />
41 <rhswp:NameValuePair arg:name="Wellbore type:" arg:value="{ spl:object(?this, ???) }" /> 51 <rhswp:NameValuePair arg:name="Wellbore type:" arg:value="{ spl:object(?this, ???) }" />
42 - <rhswp:NameValuePair arg:name="Depth at Kick Off mTVD:" arg:value="{= spl:object(?activity, ddr:tvdKickoff) }" /> 52 + <rhswp:NameValuePair arg:name="Depth at Kick Off mTVD:" arg:value="{= rhspin:dtypeValue(?temporalPartOfAWellBore, ddr:tvdKickoff) }" />
43 - <rhswp:NameValuePair arg:name="Depth mTVD:" arg:value="{= rhspin:dtypeValue(?activity, ddr:tvd) }" /> 53 + <rhswp:NameValuePair arg:name="Depth mTVD:" arg:value="{= rhspin:dtypeValue(?temporalPartOfAWellBore, ddr:tvd) }" />
44 - <rhswp:NameValuePair arg:name="Dist Drilled m:" arg:value="{= rhspin:dtypeValue(?activity, ddr:distDrill) }" /> 54 + <rhswp:NameValuePair arg:name="Dist Drilled m:" arg:value="{= rhspin:dtypeValue(?dailyDrillingActivity, ddr:distDrill) }" />
45 - <rhswp:NameValuePair arg:name="Hole Dia in:" arg:value="{= rhspin:dtypeValue(?activity, ddr:mdDiaHoleStart) }" /> 55 + <rhswp:NameValuePair arg:name="Hole Dia in:" arg:value="{= rhspin:dtypeValue(?dailyDrillingActivity, ddr:mdDiaHoleStart) }" />
46 - <rhswp:NameValuePair arg:name="Formation Strength g/cm3:" arg:value="{= rhspin:dtypeValue(?activity, ddr:tvdStrengthForm) }" /> 56 + <rhswp:NameValuePair arg:name="Formation Strength g/cm3:" arg:value="{= rhspin:dtypeValue(?temporalPartOfAWellBore, ddr:tvdStrengthForm) }" />
47 <rhswp:NameValuePair arg:name="Depth At Formation Strength mTVD:" arg:value="{ spl:object(?this, ???) }" /> 57 <rhswp:NameValuePair arg:name="Depth At Formation Strength mTVD:" arg:value="{ spl:object(?this, ???) }" />
48 - <rhswp:NameValuePair arg:name="Depth At Last Casing mMD:" arg:value="{= rhspin:dtypeValue(?activity, ddr:mdCsgLast) }" /> 58 + <rhswp:NameValuePair arg:name="Depth At Last Casing mMD:" arg:value="{= rhspin:dtypeValue(?temporalPartOfAWellBore, ddr:mdCsgLast) }" />
49 - </td> 59 + --> </td>
50 - </tr></table> 60 + </tr></table>
61 +
51 </body> 62 </body>
52 </html> 63 </html>
......
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 .
......