Toggle navigation
Toggle navigation
This project
Loading...
Sign in
data.posccaesar.org
/
npd
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
1
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Authored by
David Price
2012-07-01 10:18:18 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
da5d93a7129b6f0010b87fb5ee96cfee9f3c06b4
da5d93a7
1 parent
f0bc15c3
Added well bore status to Well Production table
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
1 deletions
www.reportinghub.no/ep/spin/SPIN_EP-MPR-tables-v1.0.spin.ttl
www.reportinghub.no/ep/spin/SPIN_EP-MPR-tables-v1.0.spin.ttl
View file @
da5d93a
...
...
@@ -2416,6 +2416,7 @@ mpr-tables:WellProductionFlows
]
[
sp:
varName
"purposeTypeName"
^^
xsd:
string
])
;
sp:
resultVariables
([
sp:
varName
"facilityName"
^^
xsd:
string
]
[
sp:
varName
"wellStatus"
^^
xsd:
string
]
[
sp:
varName
"purposeTypeName"
^^
xsd:
string
]
[
sp:
varName
"materialTypeName"
^^
xsd:
string
]
[
sp:
varName
"volumeValueString"
^^
xsd:
string
...
...
@@ -2534,6 +2535,34 @@ mpr-tables:WellProductionFlows
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
[
sp:
varName
"productionFlowFacility"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
sp:
subject
[
sp:
varName
"producingWell"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"wellStatusType"
^^
xsd:
string
]
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"producingWell"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/production-well#WellStatusType>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"wellStatusType"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"wellStatus"
^^
xsd:
string
]
;
sp:
predicate
rdfs:
label
;
sp:
subject
[
sp:
varName
"wellStatusType"
^^
xsd:
string
]
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
[
sp:
varName
"productionFlowMixedPart"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
...
...
@@ -2756,4 +2785,4 @@ mpr-tables:WellProductionFlows
])
])
]
;
rhspin:
tableHeaders
(
"
Facility
"
^^
xsd:
string
"Purpose"
^^
xsd:
string
"Material"
^^
xsd:
string
"Volume"
^^
xsd:
string
"Days"
^^
xsd:
string
"Temperature C"
^^
xsd:
string
"Flow type"
^^
xsd:
string
"Flow subtype"
^^
xsd:
string
"Gross/Net"
^^
xsd:
string
)
.
rhspin:
tableHeaders
(
"
Wellbore"
^^
xsd:
string
"Status
"
^^
xsd:
string
"Purpose"
^^
xsd:
string
"Material"
^^
xsd:
string
"Volume"
^^
xsd:
string
"Days"
^^
xsd:
string
"Temperature C"
^^
xsd:
string
"Flow type"
^^
xsd:
string
"Flow subtype"
^^
xsd:
string
"Gross/Net"
^^
xsd:
string
)
.
...
...
Please
register
or
login
to post a comment