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-08-20 22:13:57 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
32f8b06a06c6cb4eab1cbefb035d58bd68333e76
32f8b06a
1 parent
95f2e876
Completed Well Injection Test section
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
167 additions
and
2 deletions
www.reportinghub.no/ep/spin/SPIN_EP-DPR-tables-v1.0.spin.ttl
www.reportinghub.no/ep/spin/SPIN_EP-DPR-tables-v1.0.spin.ttl
View file @
32f8b06
...
...
@@ -606,6 +606,9 @@ dpr-tables:WellInjectionTestResults
]
[
sp:
varName
"wellTestTypeName"
^^
xsd:
string
]
[
sp:
varName
"activityStart"
^^
xsd:
string
]
[
sp:
varName
"materialName"
^^
xsd:
string
]
[
sp:
varName
"injectionWellTestFlowRate"
^^
xsd:
string
]
[
sp:
varName
"materialFlowVolumeValue"
^^
xsd:
string
]
[
sp:
varName
"materialFlowDensityValue"
^^
xsd:
string
])
;
sp:
where
([
sp:
object
<http://www.reportinghub.no/ep/schema/report#ProductionReport>
;
sp:
predicate
rdf:
type
;
...
...
@@ -740,6 +743,86 @@ dpr-tables:WellInjectionTestResults
]
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
[
sp:
varName
"materialFlow"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
sp:
subject
[
sp:
varName
"quantityOfMaterialInStandardState"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"materialFlowDensity"
^^
xsd:
string
]
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"quantityOfMaterialInStandardState"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Density>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"materialFlowDensity"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"materialFlowDensityValue"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#kilogram_m-3>
;
sp:
subject
[
sp:
varName
"materialFlowDensity"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"materialFlowVolume"
^^
xsd:
string
]
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"quantityOfMaterialInStandardState"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Volume>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"materialFlowVolume"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"materialFlowVolumeValue"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#metre3>
;
sp:
subject
[
sp:
varName
"materialFlowVolume"
^^
xsd:
string
]
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
[
sp:
varName
"injectionWellTestFlowPart"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
sp:
subject
[
sp:
varName
"flowInAStandardState"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/flow#FlowInAStandardState>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"flowInAStandardState"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"volumetricFlowRate"
^^
xsd:
string
]
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"flowInAStandardState"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#VolumetricFlowRate>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"volumetricFlowRate"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"injectionWellTestFlowRate"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#metre3_hour-1>
;
sp:
subject
[
sp:
varName
"volumetricFlowRate"
^^
xsd:
string
]
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
[
sp:
varName
"activityStart"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#nominallyAt>
;
...
...
@@ -749,7 +832,10 @@ dpr-tables:WellInjectionTestResults
])
])
]
;
rhspin:
tableHeaders
(
"Wellbore"
^^
xsd:
string
"Test Type"
^^
xsd:
string
"Nominally At"
^^
xsd:
string
"Fluid"
^^
xsd:
string
)
.
rhspin:
tableHeaders
(
"Wellbore"
^^
xsd:
string
"Test Type"
^^
xsd:
string
"Nominally At"
^^
xsd:
string
"Fluid"
^^
xsd:
string
"""Flow Rate
m3/hr"""
^^
xsd:
string
"""Volume
m3"""
^^
xsd:
string
"""Density
kg/m3"""
^^
xsd:
string
)
.
dpr-tables:
WellTest
rdf:
type
rhspin:
TableTemplate
;
...
...
@@ -766,6 +852,9 @@ dpr-tables:WellTest
]
[
sp:
varName
"predecessorAt"
^^
xsd:
string
]
[
sp:
varName
"validPredecessorAt"
^^
xsd:
string
]
[
sp:
varName
"wellTestReasonTypeName"
^^
xsd:
string
]
[
sp:
varName
"depthFromTopValue"
^^
xsd:
string
]
[
sp:
varName
"depthUsableWaterValue"
^^
xsd:
string
]
[
sp:
varName
"fluidLevelTestPerformerName"
^^
xsd:
string
])
;
sp:
where
([
sp:
object
<http://www.reportinghub.no/ep/schema/report#ProductionReport>
;
sp:
predicate
rdf:
type
;
...
...
@@ -903,9 +992,85 @@ dpr-tables:WellTest
[
sp:
varName
"validPredecessor"
^^
xsd:
string
]
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
[
sp:
varName
"wellborePartFluid"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasSpatialPart>
;
sp:
subject
[
sp:
varName
"wellborePart"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
[
sp:
varName
"depthFromTop"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/production-well#depthOfFluidSurfaceFromTopOfWell>
;
sp:
subject
[
sp:
varName
"wellborePartFluid"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"depthFromTopValue"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#metre>
;
sp:
subject
[
sp:
varName
"depthFromTop"
^^
xsd:
string
]
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
[
sp:
varName
"depthUsableWater"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/production-well#depthOfBaseUsableWaterFromSurface>
;
sp:
subject
[
sp:
varName
"wellborePartFluid"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"depthUsableWaterValue"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#metre>
;
sp:
subject
[
sp:
varName
"depthUsableWater"
^^
xsd:
string
]
])
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
[
sp:
varName
"fluidLevelTest"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasPart>
;
sp:
subject
[
sp:
varName
"wellTest"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/production-activity#FluidLevelTest>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"fluidLevelTest"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"fluidLevelTestPerformerPart"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/production-activity#performedByPersonOrOrganization>
;
sp:
subject
[
sp:
varName
"fluidLevelTest"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"fluidLevelTestPerformerWhole"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
sp:
subject
[
sp:
varName
"fluidLevelTestPerformerPart"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"fluidLevelTestPerformerName"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#name>
;
sp:
subject
[
sp:
varName
"fluidLevelTestPerformerWhole"
^^
xsd:
string
]
])
])
]
;
rhspin:
tableHeaders
(
"Wellbore"
^^
xsd:
string
"Test Type"
^^
xsd:
string
"Started or Nominally At"
^^
xsd:
string
"Predecessor At"
^^
xsd:
string
"Last Valid At"
^^
xsd:
string
"Reason"
^^
xsd:
string
)
.
rhspin:
tableHeaders
(
"Wellbore"
^^
xsd:
string
"Test Type"
^^
xsd:
string
"Started or Nominally At"
^^
xsd:
string
"Predecessor At"
^^
xsd:
string
"Last Valid At"
^^
xsd:
string
"Reason"
^^
xsd:
string
"Fluid Surface Depth m"
^^
xsd:
string
"Usable Water Depth"
^^
xsd:
string
"Fluid Level Test Performer"
^^
xsd:
string
)
.
_:
b2
sp:
varName
"dailyProductionActivity"
^^
xsd:
string
.
...
...
Please
register
or
login
to post a comment