David Price

Merge branch 'master' into add-license

...@@ -26,3 +26,57 @@ ep-core:hasSetOfAllPartsOfType ...@@ -26,3 +26,57 @@ ep-core:hasSetOfAllPartsOfType
26 ep-core:thousand_barrel 26 ep-core:thousand_barrel
27 rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 27 rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
28 rdfs:label "thousand barrel"^^xsd:string . 28 rdfs:label "thousand barrel"^^xsd:string .
29 +
30 +ep-core:MeasureOfFlowOfMaterial
31 + rdf:type ep-core:PropertySpace , rdfs:Class ;
32 + rdfs:label "measure of flow of material"^^xsd:string ;
33 + rdfs:subClassOf owl:Class .
34 +
35 +ep-core:VolumeFlowRateAt15degC1atm
36 + rdf:type rdfs:Class , ep-core:PropertySpace ;
37 + rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ;
38 + rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial .
39 +
40 +ep-core:VolumeFlowRateAt1degC1atm
41 + rdf:type rdfs:Class , ep-core:PropertySpace ;
42 + rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ;
43 + rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial .
44 +
45 +ep-core:VolumeFlowRateAt60degF1atm
46 + rdf:type rdfs:Class , ep-core:PropertySpace ;
47 + rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ;
48 + rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial .
49 +
50 +ep-core:atmosphere
51 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
52 + rdfs:domain ep-core:Pressure ;
53 + rdfs:label "atmosphere"^^xsd:string .
54 +
55 +ep-core:barrel_day-1
56 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
57 + rdfs:domain ep-core:VolumetricFlowRate ;
58 + rdfs:label "barrel day-1"^^xsd:string .
59 +
60 +ep-core:centimetre
61 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
62 + rdfs:domain ep-core:Length ;
63 + rdfs:label "centimetre"^^xsd:string .
64 +
65 +ep-core:fahrenheit
66 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
67 + rdfs:domain ep-core:Temperature ;
68 + rdfs:label "fahrenheit"^^xsd:string .
69 +
70 +ep-core:inch_64
71 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
72 + rdfs:domain ep-core:Length ;
73 + rdfs:label "inch/64"^^xsd:string .
74 +
75 +ep-core:metre3_hour-1
76 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
77 + rdfs:domain ep-core:VolumetricFlowRate ;
78 + rdfs:label "metre3 hour-1"^^xsd:string .
79 +
80 +ep-core:thousand_barrel
81 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
82 + rdfs:label "thousand barrel"^^xsd:string .
...\ No newline at end of file ...\ No newline at end of file
......
1 -# Saved by TopBraid on Tue Oct 11 19:15:55 BST 2011 1 +# Saved by TopBraid on Thu Oct 13 12:41:06 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-facility 2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-facility
3 # imports: http://www.reportinghub.no/ep/schema/1.0/organization 3 # imports: http://www.reportinghub.no/ep/schema/1.0/organization
4 # imports: http://www.reportinghub.no/ep/schema/1.0/facility 4 # imports: http://www.reportinghub.no/ep/schema/1.0/facility
...@@ -15,12 +15,33 @@ ...@@ -15,12 +15,33 @@
15 owl:imports <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/organization> , <http://www.reportinghub.no/ep/schema/1.0/facility> ;
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/facility#ProductionFacilityToDate>
19 + rdf:type owl:Class ;
20 + rdfs:label "production facility to date"^^xsd:string ;
21 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> .
22 +
18 <http://www.reportinghub.no/ep/schema/facility#facilityOperator> 23 <http://www.reportinghub.no/ep/schema/facility#facilityOperator>
19 rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 24 rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
20 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 25 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
21 rdfs:label "facility operator"^^xsd:string ; 26 rdfs:label "facility operator"^^xsd:string ;
22 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 27 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
23 28
29 +ep-prodfac:Boat
30 + rdf:type owl:Class ;
31 + rdfs:subClassOf ep-prodfac:ShipOrBoat .
32 +
33 +ep-prodfac:Ship
34 + rdf:type owl:Class ;
35 + rdfs:subClassOf ep-prodfac:ShipOrBoat .
36 +
37 +ep-prodfac:ShipOrBoat
38 + rdf:type owl:Class ;
39 + rdfs:subClassOf ep-prodfac:TemporalPartOfAShipOrBoat .
40 +
41 +ep-prodfac:TemporalPartOfAShipOrBoat
42 + rdf:type owl:Class ;
43 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
44 +
24 ep-prodfac:numberOfBedsAvailable 45 ep-prodfac:numberOfBedsAvailable
25 rdf:type owl:DatatypeProperty ; 46 rdf:type owl:DatatypeProperty ;
26 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 47 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
......
1 -# Saved by TopBraid on Tue Oct 11 12:55:49 BST 2011 1 +# Saved by TopBraid on Fri Oct 14 00:15:06 BST 2011
2 -# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-report 2 +# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-report
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/report 3 +# imports: http://www.reportinghub.no/ep/schema/1.0/report
4 -# imports: http://www.reportinghub.no/np/schema/1.0/npd 4 +# imports: http://www.reportinghub.no/np/schema/1.0/npd
5 - 5 +
6 -@prefix ep-prodreport: <http://www.reportinghub.no/ep/schema/production-report#> . 6 +@prefix ep-prodreport: <http://www.reportinghub.no/ep/schema/production-report#> .
7 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 7 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
8 -@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#> .
9 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 9 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
10 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 10 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
11 - 11 +
12 -<http://www.reportinghub.no/ep/schema/1.0/production-report> 12 +<http://www.reportinghub.no/ep/schema/1.0/production-report>
13 - rdf:type owl:Ontology ; 13 + rdf:type owl:Ontology ;
14 - owl:imports <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/ep/schema/1.0/report> ; 14 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/np/schema/1.0/npd> ;
15 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 15 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
16 - 16 +
17 -ep-prodreport:DailyProductionReport 17 +ep-prodreport:DailyProductionReport
18 - rdf:type owl:Class ; 18 + rdf:type owl:Class ;
19 - rdfs:label "Daily Production Report"^^xsd:string ; 19 + rdfs:label "Daily Production Report"^^xsd:string ;
20 - rdfs:subClassOf ep-prodreport:ProductionReport . 20 + rdfs:subClassOf ep-prodreport:ProductionReport .
21 - 21 +
22 -ep-prodreport:MonthlyProductionReport 22 +ep-prodreport:MonthlyProductionReport
23 - rdf:type owl:Class ; 23 + rdf:type owl:Class ;
24 - rdfs:label "Monthly Production Report"^^xsd:string ; 24 + rdfs:label "Monthly Production Report"^^xsd:string ;
25 - rdfs:subClassOf ep-prodreport:ProductionReport . 25 + rdfs:subClassOf ep-prodreport:ProductionReport .
26 - 26 +
27 -ep-prodreport:ProductionReport 27 +ep-prodreport:ProductionReport
28 - rdf:type owl:Class ; 28 + rdf:type owl:Class ;
29 - rdfs:label "Production Report"^^xsd:string ; 29 + rdfs:label "Production Report"^^xsd:string ;
30 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/report#Report> . 30 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/report#Report> .
31 - 31 +
32 -ep-prodreport:ReportAliasIdentifier 32 +ep-prodreport:ReportAliasIdentifier
33 - rdf:type owl:Class ; 33 + rdf:type owl:Class ;
34 - rdfs:subClassOf owl:Thing ; 34 + rdfs:subClassOf owl:Thing ;
35 - rdfs:subClassOf 35 + rdfs:subClassOf
36 - [ rdf:type owl:Restriction ; 36 + [ rdf:type owl:Restriction ;
37 - owl:minCardinality "1"^^xsd:nonNegativeInteger ; 37 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
38 - owl:onProperty ep-prodreport:aliasName 38 + owl:onProperty ep-prodreport:isAliasFor
39 - ] ; 39 + ] ;
40 - rdfs:subClassOf 40 + rdfs:subClassOf
41 - [ rdf:type owl:Restriction ; 41 + [ rdf:type owl:Restriction ;
42 - owl:cardinality "1"^^xsd:nonNegativeInteger ; 42 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
43 - owl:onProperty ep-prodreport:aliasOwner 43 + owl:onProperty ep-prodreport:aliasOwner
44 - ] ; 44 + ] ;
45 - rdfs:subClassOf 45 + rdfs:subClassOf
46 - [ rdf:type owl:Restriction ; 46 + [ rdf:type owl:Restriction ;
47 - owl:cardinality "1"^^xsd:nonNegativeInteger ; 47 + owl:minCardinality "1"^^xsd:nonNegativeInteger ;
48 - owl:onProperty ep-prodreport:isAliasFor 48 + owl:onProperty ep-prodreport:aliasName
49 - ] . 49 + ] .
50 - 50 +
51 -ep-prodreport:aliasName 51 +ep-prodreport:aliasName
52 - rdf:type owl:DatatypeProperty ; 52 + rdf:type owl:DatatypeProperty ;
53 - rdfs:range xsd:string . 53 + rdfs:range xsd:string .
54 - 54 +
55 -ep-prodreport:aliasOwner 55 +ep-prodreport:aliasOwner
56 - rdf:type owl:ObjectProperty ; 56 + rdf:type owl:ObjectProperty ;
57 - rdfs:range <http://www.reportinghub.no/ep/schema/organization#Company> . 57 + rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> .
58 - 58 +
59 -ep-prodreport:disclaimer 59 +ep-prodreport:disclaimer
60 - rdf:type rdf:Property ; 60 + rdf:type rdf:Property ;
61 - rdfs:domain <http://www.reportinghub.no/ep/schema/report#Report> ; 61 + rdfs:domain <http://www.reportinghub.no/ep/schema/report#Report> ;
62 - rdfs:range xsd:string . 62 + rdfs:range xsd:string .
63 - 63 +
64 -ep-prodreport:isAliasFor 64 +ep-prodreport:isAliasFor
65 - rdf:type owl:ObjectProperty ; 65 + rdf:type owl:ObjectProperty ;
66 - rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> . 66 + rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> .
......
1 +# Saved by TopBraid on Wed Oct 12 19:50:38 BST 2011
2 +# baseURI: http://www.reportinghub.no/ep/spin/dpr-tables
3 +# imports: http://www.reportinghub.no/ep/schema/1.0/production
4 +# imports: http://spinrdf.org/spin
5 +# imports: http://www.reportinghub.no/spin/rh
6 +
7 +@prefix dpr-tables: <http://www.reportinghub.no/ep/spin/dpr-tables#> .
8 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
9 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
10 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
11 +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> .
12 +@prefix sp: <http://spinrdf.org/sp#> .
13 +@prefix spin: <http://spinrdf.org/spin#> .
14 +@prefix spl: <http://spinrdf.org/spl#> .
15 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
16 +
17 +<http://www.reportinghub.no/ep/spin/dpr-tables>
18 + rdf:type owl:Ontology ;
19 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/spin/rh> ;
20 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
21 +
22 +dpr-tables:WellInformation
23 + rdf:type rhspin:TableTemplate ;
24 + rdfs:subClassOf rhspin:TableTemplates ;
25 + spin:body
26 + [ rdf:type sp:Select ;
27 + sp:resultVariables ([ sp:varName "description"^^xsd:string
28 + ] _:b1 [ sp:varName "choke"^^xsd:string
29 + ] [ sp:varName "prod"^^xsd:string
30 + ]) ;
31 + sp:where ([ sp:object _:b2 ;
32 + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
33 + sp:subject
34 + [ sp:varName "report"^^xsd:string
35 + ]
36 + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> ;
37 + sp:predicate rdf:type ;
38 + sp:subject _:b2
39 + ] [ sp:object _:b3 ;
40 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
41 + sp:subject _:b2
42 + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#ProductionOperationsActivity> ;
43 + sp:predicate rdf:type ;
44 + sp:subject _:b3
45 + ] [ rdf:type sp:Optional ;
46 + sp:elements ([ sp:object _:b1 ;
47 + sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfOwnCrew> ;
48 + sp:subject
49 + [ sp:varName "act"^^xsd:string
50 + ]
51 + ])
52 + ])
53 + ] ;
54 + rhspin:tableHeaders ("Description"^^xsd:string "Oil Net m3"^^xsd:string "Choke %"^^xsd:string "Prod Hours"^^xsd:string) .
55 +
56 +_:b2 sp:varName "dailyProductionActivity"^^xsd:string .
57 +
58 +_:b3 sp:varName "productionOperationsActivity"^^xsd:string .
59 +
60 +_:b1 sp:varName "oilNet"^^xsd:string .
1 +# Saved by TopBraid on Wed Oct 12 19:50:38 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 + ] .
1 -# Saved by TopBraid on Wed Oct 12 14:16:38 BST 2011 1 +# Saved by TopBraid on Thu Oct 13 18:07:56 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 Sun Oct 09 09:55:56 BST 2011 1 +# Saved by TopBraid on Thu Oct 13 08:34:27 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_dpr-collector-v1.0 2 # baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_dpr-collector-v1.0
3 # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume 3 # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume
4 # imports: http://spinrdf.org/spin 4 # imports: http://spinrdf.org/spin
5 +# imports: http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest
5 6
6 @prefix TRANSFORM_dpr-collector-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_dpr-collector-v1.0#> . 7 @prefix TRANSFORM_dpr-collector-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_dpr-collector-v1.0#> .
7 @prefix owl: <http://www.w3.org/2002/07/owl#> . 8 @prefix owl: <http://www.w3.org/2002/07/owl#> .
...@@ -11,9 +12,10 @@ ...@@ -11,9 +12,10 @@
11 @prefix sp: <http://spinrdf.org/sp#> . 12 @prefix sp: <http://spinrdf.org/sp#> .
12 @prefix spin: <http://spinrdf.org/spin#> . 13 @prefix spin: <http://spinrdf.org/spin#> .
13 @prefix spl: <http://spinrdf.org/spl#> . 14 @prefix spl: <http://spinrdf.org/spl#> .
15 +@prefix wellTest: <http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest#> .
14 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 16 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
15 17
16 <http://www.reportinghub.no/ep/transform/TRANSFORM_dpr-collector-v1.0> 18 <http://www.reportinghub.no/ep/transform/TRANSFORM_dpr-collector-v1.0>
17 rdf:type owl:Ontology ; 19 rdf:type owl:Ontology ;
18 - owl:imports <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume> , <http://spinrdf.org/spin> ; 20 + owl:imports <http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume> ;
19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 21 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
1 -# Saved by TopBraid on Sun Oct 09 09:55:56 BST 2011 1 +# Saved by TopBraid on Thu Oct 13 08:34:27 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#> .
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
1 +<div>
2 + <hr />
3 + <ui:setContext ui:queryGraph="&lt;http://www.reportinghub.no/ep/spin/dpr-tables&gt;">
4 + <h2>{= ui:label(?template) }</h2>
5 + </ui:setContext>
6 + <table class="ddrTable">
7 + <ui:setContext ui:queryGraph="&lt;http://www.reportinghub.no/ep/spin/dpr-tables&gt;">
8 + <tr class="ddrTR">
9 + <ui:forEach ui:resultSet="{#
10 + SELECT ?header
11 + WHERE {
12 + ?template rhspin:tableHeaders ?list .
13 + ?list &lt;http://jena.hpl.hp.com/ARQ/list#member&gt; ?header .
14 + }
15 + }">
16 + <th class="ddrTH">{= ?header }</th>
17 + </ui:forEach>
18 + </tr>
19 + </ui:setContext>
20 + <ui:call ui:template="{= ?template }" arg:report="{= ?report }">
21 + <ui:forEach ui:resultSet="{# SELECT ?row ?rowIndex WHERE { ?rs spr:rowIndices ?rowIndex } }">
22 + <tr class="ddrTR">
23 + <ui:forEach ui:resultSet="{# SELECT ?cell WHERE { (?rs ?rowIndex) spr:rowCells (?cell ?cellIndex) } }">
24 + <td class="ddrTD">{= ui:label(?cell) }</td>
25 + </ui:forEach>
26 + </tr>
27 + </ui:forEach>
28 + </ui:call>
29 + </table>
30 + <br />
31 +</div>
...\ No newline at end of file ...\ No newline at end of file
1 +<ui:group>
2 +
3 + <h1>DPR</h1>
4 + <hr />
5 +
6 + <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WellInformation" />
7 +
8 +</ui:group>
...\ No newline at end of file ...\ No newline at end of file
1 +# baseURI: http://www.reportinghub.no/swp/dpr
2 +# imports: http://uispin.org/tui
3 +# imports: http://www.reportinghub.no/ep/schema/1.0/production
4 +# imports: http://www.reportinghub.no/ep/spin/dpr-tables
5 +# imports: http://www.reportinghub.no/spin/rh
6 +
7 +@prefix arg: <http://spinrdf.org/arg#> .
8 +@prefix dprswp: <http://www.reportinghub.no/swp/dpr#> .
9 +@prefix html: <http://uispin.org/html#> .
10 +@prefix let: <http://uispin.org/let#> .
11 +@prefix letrs: <http://uispin.org/letrs#> .
12 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
13 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
14 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
15 +@prefix sp: <http://spinrdf.org/sp#> .
16 +@prefix spin: <http://spinrdf.org/spin#> .
17 +@prefix spl: <http://spinrdf.org/spl#> .
18 +@prefix ui: <http://uispin.org/ui#> .
19 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
20 +
21 +arg:report
22 + rdf:type rdf:Property ;
23 + rdfs:label "report"^^xsd:string ;
24 + rdfs:subPropertyOf sp:arg .
25 +
26 +arg:template
27 + rdf:type rdf:Property ;
28 + rdfs:label "template"^^xsd:string ;
29 + rdfs:subPropertyOf sp:arg .
30 +
31 +<http://www.reportinghub.no/ep/schema/production-report#DailyProductionReport>
32 + ui:instanceView
33 + [ rdf:type dprswp:DailyProductionReportView ;
34 + arg:report spin:_this
35 + ] .
36 +
37 +<http://www.reportinghub.no/swp/dpr>
38 + rdf:type owl:Ontology ;
39 + owl:imports <http://uispin.org/tui> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/spin/dpr-tables> , <http://www.reportinghub.no/spin/rh> ;
40 + owl:versionInfo "0.1.0"^^xsd:string .
41 +
42 +dprswp:DailyProductionReportView
43 + rdf:type ui:NodeClass ;
44 + rdfs:label "Daily production report view"^^xsd:string ;
45 + rdfs:subClassOf ui:Element ;
46 + spin:constraint
47 + [ rdf:type spl:Argument ;
48 + rdfs:comment "The report to display."^^xsd:string ;
49 + spl:predicate arg:report ;
50 + spl:valueType <http://www.reportinghub.no/ep/schema/production-report#DailyProductionReport>
51 + ] ;
52 + ui:headIncludes
53 + [ rdf:type html:Link ;
54 + html:href "http://spinrdf.org/rhlib/ddr.css"^^xsd:string ;
55 + html:rel "stylesheet"^^xsd:string ;
56 + html:type "text/css"^^xsd:string
57 + ] ;
58 + ui:prototype <http://www.reportinghub.no/swp/DailyProductionReport.uispin.html> .
59 +
60 +dprswp:Table
61 + rdf:type ui:NodeClass ;
62 + rdfs:comment "An HTML table displaying the results of a given SPIN template for a given DPR. The template should also provide rhspin:tableHeaders."^^xsd:string ;
63 + rdfs:label "Table"^^xsd:string ;
64 + rdfs:subClassOf ui:Element ;
65 + spin:constraint
66 + [ rdf:type spl:Argument ;
67 + rdfs:comment "The report that serves as root of the template."^^xsd:string ;
68 + spl:optional "true"^^xsd:boolean ;
69 + spl:predicate arg:report ;
70 + spl:valueType <http://www.reportinghub.no/ep/schema/production-report#DailyProductionReport>
71 + ] ;
72 + spin:constraint
73 + [ rdf:type spl:Argument ;
74 + rdfs:comment "The SPIN Template to execute."^^xsd:string ;
75 + spl:predicate arg:template ;
76 + spl:valueType spin:Template
77 + ] ;
78 + ui:prototype <http://www.reportinghub.no/swp/DPRTable.uispin.html> .
1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<WITSMLComposite xmlns="http://www.witsml.org/schemas/131/addendum/combo" version="1.3.1.0">
3 +<documentInfo>
4 +<DocumentName namingSystem="EC">Ekofisk Daily Production</DocumentName>
5 +<DocumentAlias namingSystem="EC">Daily Activity Report</DocumentAlias>
6 +<DocumentAlias namingSystem="EC">Daily Production Report</DocumentAlias>
7 +<DocumentAlias namingSystem="EC">Daily Production and Activity Report</DocumentAlias>
8 +<DocumentAlias namingSystem="EC">Daily Production and Operation Report</DocumentAlias>
9 +<DocumentDate>2011-09-14T00:00:00</DocumentDate>
10 +<documentClass namingSystem="EC">DAR</documentClass>
11 +<documentClass namingSystem="EC">DDR</documentClass>
12 +<documentClass namingSystem="EC">DPAR</documentClass>
13 +<documentClass namingSystem="EC">DPOR</documentClass>
14 +<documentClass namingSystem="EC">DPR</documentClass>
15 +<documentClass namingSystem="EC">Ekofisk</documentClass>
16 +<FileCreationInformation>
17 +<FileCreationDate>2011-09-15T04:38:51</FileCreationDate>
18 +<SoftwareName>EnergyComponents</SoftwareName>
19 +<FileCreator>Ekofisk</FileCreator>
20 +<Comment>File created by : Ekofisk</Comment>
21 +</FileCreationInformation>
22 +<SecurityInformation>
23 +<Class>Partner confidential</Class>
24 +<System>License partners</System>
25 +<EndDate>2008-05-02T10:00:00</EndDate>
26 +<Comment>Valid for partners only</Comment>
27 +</SecurityInformation>
28 +<Owner>Ekofisk</Owner>
29 +</documentInfo>
30 +<wellSet>
31 +<well uid="74F0F7CBB525B048E043990F1EAEB048">
32 +<name>2/4M-01</name>
33 +<wellboreSet>
34 +<wellbore uid="74F0F7CBB525B048E043990F1EAEB048-wellbore">
35 +<name>2/4M-01-wellbore</name>
36 +<wellboreIntervalSet>
37 +<wellboreInterval>
38 +<name>2/4M-01-wellbore</name>
39 +</wellboreInterval>
40 +</wellboreIntervalSet>
41 +<wellTestSet>
42 +<wellTest>
43 +<name>2/4M-01</name>
44 +<testDate>2011-09-03T07:00:01</testDate>
45 +<testType>NA</testType>
46 +<chokeOrificeSize uom="in/64">15.3000002</chokeOrificeSize>
47 +<productFlowPort uidRef="74F0F7CBB525B048E043990F1EAEB048">outlet</productFlowPort>
48 +<standardTempPres>15 degC 1 atm</standardTempPres>
49 +<productionTest>
50 +<testDuration uom="h">4.00027777777777777777777777777777777778</testDuration>
51 +<wellheadData>
52 +<temperature uom="degC">57.89189583333333333333333333333333333333</temperature>
53 +<flowingPressure uom="bar">24.28525</flowingPressure>
54 +<chokeOrificeSize uom="in/64">15.3000002</chokeOrificeSize>
55 +</wellheadData>
56 +<separatorData>
57 +<separatorPressure uom="bar">24.28525</separatorPressure>
58 +<separatorTemperature uom="degC">57.89189583333333333333333333333333333333</separatorTemperature>
59 +</separatorData>
60 +<productionTestResults>
61 +<oilRate>
62 +<fluidRateStdTempPres uom="m3/d">198.42636724550405</fluidRateStdTempPres>
63 +</oilRate>
64 +<gasRate>
65 +<fluidRateStdTempPres uom="m3/d">47780.95567704101</fluidRateStdTempPres>
66 +</gasRate>
67 +<waterRate>
68 +<fluidRate uom="m3/d">50.056324583333335</fluidRate>
69 +</waterRate>
70 +<gasOilRatio uom="m3/m3">240.799427718816094926277552067535508239</gasOilRatio>
71 +</productionTestResults>
72 +</productionTest>
73 +</wellTest>
74 +</wellTestSet>
75 +</wellbore>
76 +</wellboreSet>
77 +</well>
78 +</wellSet>
79 +<productionOperationSet>
80 +<productionOperation uid="74F0F7CB84FBB048E043990F1EAEB048">
81 +<name>Ekofisk production</name>
82 +<installation>Ekofisk production</installation>
83 +<contextFacility uidRef="74F0F7CB837FB048E043990F1EAEB048" namingSystem="EC" kind="field">GREATER_EKOFISK</contextFacility>
84 +<kind>DDR</kind>
85 +<periodKind>day</periodKind>
86 +<dateStart>2011-09-14</dateStart>
87 +<dateEnd>2011-09-15</dateEnd>
88 +<operator>
89 +<name>ConocoPhillips</name>
90 +<role>operator</role>
91 +</operator>
92 +<title namingSystem="EC">Ekofisk Daily Production</title>
93 +<geographicContext>
94 +<country>Norway</country>
95 +<field namingSystem="EC">Ekofisk</field>
96 +<offshoreLocation>
97 +<areaName>Ekofisk</areaName>
98 +<blockID>24/6</blockID>
99 +<northSeaOffshore>
100 +<areaName>Ekofisk</areaName>
101 +<quadrant>24</quadrant>
102 +<blockSuffix>6</blockSuffix>
103 +</northSeaOffshore>
104 +</offshoreLocation>
105 +</geographicContext>
106 +<issueDate>2011-09-15</issueDate>
107 +<approvalDate>1900-01-01</approvalDate>
108 +<approver>
109 +<name>notyet</name>
110 +<role>notyet</role>
111 +<personName>
112 +<first>notyet</first>
113 +<middle>notyet</middle>
114 +<last>notyet</last>
115 +</personName>
116 +<email>notyet</email>
117 +</approver>
118 +</productionOperation>
119 +</productionOperationSet>
120 +</WITSMLComposite>