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 Leal
2012-03-02 13:01:02 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
48c2c18566441830fba423652b04bc641541709e
48c2c185
1 parent
c158a24b
Improved material composition within the DDR representation
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
3631 additions
and
1937 deletions
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-ACTIVITY-v1.0.ttl
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-MATERIAL-v1.0.ttl
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-WELL-v1.0.ttl
www.reportinghub.no/ep/spin/SPIN_EP-DDR-tables-v1.0.spin.ttl
www.reportinghub.no/ep/spin/SPIN_EPIM-lib-v1.1.spin.ttl
www.reportinghub.no/ep/transform/TRANSFORM_ddr-casingLinerTubingRun-v1.1.1.ttl
www.reportinghub.no/ep/transform/TRANSFORM_ddr-controlIncidentInfo-v1.1.1.ttl
www.reportinghub.no/ep/transform/TRANSFORM_ddr-controlIncidentInfo-v1.1.1.ttl.tbc
www.reportinghub.no/ep/transform/TRANSFORM_ddr-fluid-v1.1.1.ttl
www.reportinghub.no/ep/transform/TRANSFORM_ddr-formTestInfo-v1.1.1.ttl
www.reportinghub.no/ep/transform/TRANSFORM_ddr-gasReadingInfo-v1.1.1.ttl
www.reportinghub.no/ep/transform/TRANSFORM_ddr-wellTestInfo-v1.1.1.ttl
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-ACTIVITY-v1.0.ttl
View file @
48c2c18
...
...
@@ -3,6 +3,7 @@
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/facility
# imports: http://www.reportinghub.no/ep/schema/1.0/material
# imports: http://www.reportinghub.no/ep/schema/1.0/organization
# imports: http://www.reportinghub.no/ep/schema/1.0/report
# imports: http://www.reportinghub.no/ep/schema/1.0/well
...
...
@@ -17,7 +18,7 @@
<http://www.reportinghub.no/ep/schema/1.0/activity>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.0/organization>
,
<http://www.reportinghub.no/ep/schema/1.0/equipment>
,
<http://www.reportinghub.no/ep/schema/1.0/report>
,
<http://www.reportinghub.no/ep/schema/1.0/well>
,
<http://www.linkedmodel.org/1.1/schema/ordered>
,
<http://www.reportinghub.no/ep/schema/1.0/core>
,
<http://www.reportinghub.no/ep/schema/1.0/facility>
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.0/organization>
,
<http://www.reportinghub.no/ep/schema/1.0/equipment>
,
<http://www.reportinghub.no/ep/schema/1.0/report>
,
<http://www.reportinghub.no/ep/schema/1.0/
material>
,
<http://www.reportinghub.no/ep/schema/1.0/
well>
,
<http://www.linkedmodel.org/1.1/schema/ordered>
,
<http://www.reportinghub.no/ep/schema/1.0/core>
,
<http://www.reportinghub.no/ep/schema/1.0/facility>
;
owl:
versionInfo
"0.1.0"
^^
xsd:
string
.
ep-activity:
Activity
...
...
@@ -26,33 +27,33 @@ ep-activity:Activity
rdfs:
subClassOf
ep-core:
PhysicalThing
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
Activity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#during>
owl:
maxCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-activity:
finishedAt
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
Activity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#overlaps>
owl:
maxCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-activity:
startedAt
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
Activity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#
before
>
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#
after
>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
Activity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#
after
>
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#
before
>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-activity:
startedAt
owl:
allValuesFrom
ep-activity:
Activity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#overlaps>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-activity:
finishedAt
owl:
allValuesFrom
ep-activity:
Activity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#during>
]
.
ep-activity:
ActivitySuccessType
...
...
@@ -66,13 +67,13 @@ ep-activity:DailyDrillingActivity
rdfs:
subClassOf
ep-activity:
DrillingActivity
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
Activity
;
owl:
onProperty
ep-core:
hasPart
owl:
allValuesFrom
ep-activity:
Drilling
Activity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#first>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
DrillingActivity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#
la
st>
owl:
maxCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#
fir
st>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
...
...
@@ -81,13 +82,13 @@ ep-activity:DailyDrillingActivity
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#
fir
st>
owl:
allValuesFrom
ep-activity:
DrillingActivity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#
la
st>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
Drilling
Activity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#first>
owl:
allValuesFrom
ep-activity:
Activity
;
owl:
onProperty
ep-core:
hasPart
]
.
ep-activity:
DailyDrillingActivityToStatus
...
...
@@ -96,13 +97,13 @@ ep-activity:DailyDrillingActivityToStatus
rdfs:
subClassOf
ep-activity:
DrillingActivity
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
Drilling
Activity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#last>
owl:
allValuesFrom
ep-activity:
Activity
;
owl:
onProperty
ep-core:
hasPart
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
<http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore>
;
owl:
onProperty
ep-activity:
onWellBore
owl:
allValuesFrom
ep-activity:
DrillingActivity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#first>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
...
...
@@ -111,13 +112,13 @@ ep-activity:DailyDrillingActivityToStatus
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
DrillingActivity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#first>
owl:
allValuesFrom
<http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore>
;
owl:
onProperty
ep-activity:
onWellBore
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
Activity
;
owl:
onProperty
ep-core:
hasPart
owl:
allValuesFrom
ep-activity:
Drilling
Activity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#last>
]
.
ep-activity:
Drill-bypass
...
...
@@ -151,7 +152,7 @@ ep-activity:Drill-sidetrack
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
DrillStemTest
rdf:
type
owl:
Class
,
ep-activity:
WellTestType
;
rdf:
type
ep-activity:
WellTestType
,
owl:
Class
;
rdfs:
label
"drill stem test"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellTest
;
dc:
description
"A test to determine the productive capacity, pressure, permeability or extent (or a combination of these) of a hydrocarbon reservoir, with the drillstring still in the hole."
^^
xsd:
string
;
...
...
@@ -163,72 +164,72 @@ ep-activity:DrillingActivity
rdfs:
subClassOf
ep-activity:
Activity
.
ep-activity:
DrillingActivity-bop_test
rdf:
type
owl:
Class
,
ep-activity:
DrillingActivityTypeAccordingToEquipmentType
;
rdf:
type
ep-activity:
DrillingActivityTypeAccordingToEquipmentType
,
owl:
Class
;
rdfs:
label
"drilling activity - BOP test"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
DrillingActivity-circulation_loss
rdf:
type
owl:
Class
,
ep-activity:
DrillingActivityOutcomeType
;
rdf:
type
ep-activity:
DrillingActivityOutcomeType
,
owl:
Class
;
rdfs:
label
"drilling activity - circulation loss"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
DrillingActivity-coiled_tubing
rdf:
type
owl:
Class
,
ep-activity:
DrillingActivityTypeAccordingToEquipmentType
;
rdf:
type
ep-activity:
DrillingActivityTypeAccordingToEquipmentType
,
owl:
Class
;
rdfs:
label
"drilling activity - coiled tubing"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
DrillingActivity-equipment_failure
rdf:
type
owl:
Class
,
ep-activity:
DrillingActivityOutcomeType
;
rdf:
type
ep-activity:
DrillingActivityOutcomeType
,
owl:
Class
;
rdfs:
label
"drilling activity - equipment failure"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
DrillingActivity-equipment_hang
rdf:
type
owl:
Class
,
ep-activity:
DrillingActivityOutcomeType
;
rdf:
type
ep-activity:
DrillingActivityOutcomeType
,
owl:
Class
;
rdfs:
label
"drilling activity - equipment hang"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
DrillingActivity-fixed_equipment
rdf:
type
owl:
Class
,
ep-activity:
DrillingActivityTypeAccordingToEquipmentType
;
rdf:
type
ep-activity:
DrillingActivityTypeAccordingToEquipmentType
,
owl:
Class
;
rdfs:
label
"drilling activity - fixed equipment"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
DrillingActivity-injury
rdf:
type
owl:
Class
,
ep-activity:
DrillingActivityOutcomeType
;
rdf:
type
ep-activity:
DrillingActivityOutcomeType
,
owl:
Class
;
rdfs:
label
"drilling activity- injury"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
DrillingActivity-kick
rdf:
type
owl:
Class
,
ep-activity:
DrillingActivityOutcomeType
;
rdf:
type
ep-activity:
DrillingActivityOutcomeType
,
owl:
Class
;
rdfs:
label
"drilling activity - operation kick"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
DrillingActivity-mud_loss
rdf:
type
owl:
Class
,
ep-activity:
DrillingActivityOutcomeType
;
rdf:
type
ep-activity:
DrillingActivityOutcomeType
,
owl:
Class
;
rdfs:
label
"drilling activity - mud loss"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
DrillingActivity-operation_failed
rdf:
type
owl:
Class
,
ep-activity:
DrillingActivityOutcomeType
;
rdf:
type
ep-activity:
DrillingActivityOutcomeType
,
owl:
Class
;
rdfs:
label
"drilling activity - operation failed"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
DrillingActivity-snubbing
rdf:
type
owl:
Class
,
ep-activity:
DrillingActivityTypeAccordingToEquipmentType
;
rdf:
type
ep-activity:
DrillingActivityTypeAccordingToEquipmentType
,
owl:
Class
;
rdfs:
label
"drilling activity - snubbing"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
DrillingActivity-stuck_equipment
rdf:
type
owl:
Class
,
ep-activity:
DrillingActivityOutcomeType
;
rdf:
type
ep-activity:
DrillingActivityOutcomeType
,
owl:
Class
;
rdfs:
label
"drilling activity - stuck equipment"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
DrillingActivity-success
rdf:
type
owl:
Class
,
ep-activity:
DrillingActivityOutcomeType
;
rdf:
type
ep-activity:
DrillingActivityOutcomeType
,
owl:
Class
;
rdfs:
label
"drilling activity - success"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
DrillingActivity-wire_line
rdf:
type
owl:
Class
,
ep-activity:
DrillingActivityTypeAccordingToEquipmentType
;
rdf:
type
ep-activity:
DrillingActivityTypeAccordingToEquipmentType
,
owl:
Class
;
rdfs:
label
"drilling activity - wireline"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
...
...
@@ -253,7 +254,7 @@ ep-activity:ExtractAWellCore
rdfs:
subClassOf
ep-activity:
WellOperation
.
ep-activity:
FailedActivity
rdf:
type
owl:
Class
,
ep-activity:
ActivitySuccessType
;
rdf:
type
ep-activity:
ActivitySuccessType
,
owl:
Class
;
rdfs:
label
"failed activity"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
Activity
;
owl:
disjointWith
ep-activity:
SuccessfulActivity
.
...
...
@@ -264,7 +265,7 @@ ep-activity:FluidReading
rdfs:
subClassOf
ep-activity:
Activity
.
ep-activity:
FormationIntegrityTest
rdf:
type
owl:
Class
,
ep-activity:
PressureTestType
;
rdf:
type
ep-activity:
PressureTestType
,
owl:
Class
;
rdfs:
label
"formation integrity test"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellBorePressureTest
;
owl:
disjointWith
ep-activity:
LeakOffTest
.
...
...
@@ -334,7 +335,7 @@ ep-activity:GasReadingType
rdfs:
subClassOf
owl:
Class
.
ep-activity:
LeakOffTest
rdf:
type
owl:
Class
,
ep-activity:
PressureTestType
;
rdf:
type
ep-activity:
PressureTestType
,
owl:
Class
;
rdfs:
label
"leak-off test"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellBorePressureTest
;
owl:
disjointWith
ep-activity:
FormationIntegrityTest
.
...
...
@@ -365,7 +366,7 @@ ep-activity:OffshoreWellActivity
rdfs:
subClassOf
ep-activity:
OffshoreActivity
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
<http://www.reportinghub.no/ep/schema/well#Well>
;
owl:
cardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-activity:
onWell
]
;
rdfs:
subClassOf
...
...
@@ -375,7 +376,7 @@ ep-activity:OffshoreWellActivity
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
cardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
allValuesFrom
<http://www.reportinghub.no/ep/schema/well#Well>
;
owl:
onProperty
ep-activity:
onWell
]
.
...
...
@@ -395,13 +396,13 @@ ep-activity:PorePressureDeterminationType
rdfs:
subClassOf
owl:
Class
.
ep-activity:
PorePressureEstimation
rdf:
type
owl:
Class
,
ep-activity:
PorePressureDeterminationType
;
rdf:
type
ep-activity:
PorePressureDeterminationType
,
owl:
Class
;
rdfs:
label
"pore pressure estimation"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
PorePressureDetermination
;
owl:
disjointWith
ep-activity:
PorePressureMeasurement
.
ep-activity:
PorePressureMeasurement
rdf:
type
owl:
Class
,
ep-activity:
PorePressureDeterminationType
;
rdf:
type
ep-activity:
PorePressureDeterminationType
,
owl:
Class
;
rdfs:
label
"pore pressure measurement"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
PorePressureDetermination
;
owl:
disjointWith
ep-activity:
PorePressureEstimation
.
...
...
@@ -422,14 +423,14 @@ ep-activity:ProductionActivity
rdfs:
subClassOf
ep-activity:
Activity
.
ep-activity:
ProductionTest
rdf:
type
owl:
Class
,
ep-activity:
WellTestType
;
rdf:
type
ep-activity:
WellTestType
,
owl:
Class
;
rdfs:
label
"production test"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellTest
;
dc:
description
"A test to determine the daily rate of oil, gas, and water production from a (potential) reservoir."
^^
xsd:
string
;
owl:
disjointWith
ep-activity:
DrillStemTest
.
ep-activity:
SuccessfulActivity
rdf:
type
owl:
Class
,
ep-activity:
ActivitySuccessType
;
rdf:
type
ep-activity:
ActivitySuccessType
,
owl:
Class
;
rdfs:
label
"successful activity"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
Activity
;
owl:
disjointWith
ep-activity:
FailedActivity
.
...
...
@@ -494,23 +495,23 @@ ep-activity:WellCementJob
rdfs:
subClassOf
ep-activity:
WellOperation
.
ep-activity:
WellCementJob-other
rdf:
type
owl:
Class
,
ep-activity:
WellCementJobPurposeType
;
rdf:
type
ep-activity:
WellCementJobPurposeType
,
owl:
Class
;
rdfs:
label
"well cement job other"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellCementJob
;
owl:
disjointWith
ep-activity:
WellCementJob-
squeeze
,
ep-activity:
WellCementJob-primary
,
ep-activity:
WellCementJob-plug
.
owl:
disjointWith
ep-activity:
WellCementJob-
plug
,
ep-activity:
WellCementJob-primary
,
ep-activity:
WellCementJob-squeeze
.
ep-activity:
WellCementJob-plug
rdf:
type
owl:
Class
,
ep-activity:
WellCementJobPurposeType
;
rdf:
type
ep-activity:
WellCementJobPurposeType
,
owl:
Class
;
rdfs:
label
"well cement job plug"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellCementJob
.
ep-activity:
WellCementJob-primary
rdf:
type
owl:
Class
,
ep-activity:
WellCementJobPurposeType
;
rdf:
type
ep-activity:
WellCementJobPurposeType
,
owl:
Class
;
rdfs:
label
"well cement job primary"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellCementJob
.
ep-activity:
WellCementJob-squeeze
rdf:
type
owl:
Class
,
ep-activity:
WellCementJobPurposeType
;
rdf:
type
ep-activity:
WellCementJobPurposeType
,
owl:
Class
;
rdfs:
label
"well cement job squeeze"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellCementJob
.
...
...
@@ -555,73 +556,73 @@ ep-activity:WellCementJobTopPlugType
rdfs:
subClassOf
owl:
Class
.
ep-activity:
WellCementJobWithBottomPlug
rdf:
type
owl:
Class
,
ep-activity:
WellCementJobBottomPlugType
;
rdf:
type
ep-activity:
WellCementJobBottomPlugType
,
owl:
Class
;
rdfs:
label
"well cement job with bottom plug"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellCementJob
;
owl:
disjointWith
ep-activity:
WellCementJobWithoutBottomPlug
.
ep-activity:
WellCementJobWithCasingReciprocation
rdf:
type
owl:
Class
,
ep-activity:
WellCementJobCasingReciprocationType
;
rdf:
type
ep-activity:
WellCementJobCasingReciprocationType
,
owl:
Class
;
rdfs:
label
"well cement job with casing reciprocation"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellCementJob
;
owl:
disjointWith
ep-activity:
WellCementJobWithoutCasingReciprocation
.
ep-activity:
WellCementJobWithCasingRotation
rdf:
type
owl:
Class
,
ep-activity:
WellCementJobCasingRotationType
;
rdf:
type
ep-activity:
WellCementJobCasingRotationType
,
owl:
Class
;
rdfs:
label
"well cement job with casing rotation"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellCementJob
;
owl:
disjointWith
ep-activity:
WellCementJobWithoutTopPlug
.
ep-activity:
WellCementJobWithFloatHolding
rdf:
type
owl:
Class
,
ep-activity:
WellCementJobFloatHoldingType
;
rdf:
type
ep-activity:
WellCementJobFloatHoldingType
,
owl:
Class
;
rdfs:
label
"well cement job with float holding"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellCementJob
;
owl:
disjointWith
ep-activity:
WellCementJobWithoutFloatHolding
.
ep-activity:
WellCementJobWithPlugBumping
rdf:
type
owl:
Class
,
ep-activity:
WellCementJobPlugBumpingType
;
rdf:
type
ep-activity:
WellCementJobPlugBumpingType
,
owl:
Class
;
rdfs:
label
"well cement job with plug bumping"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellCementJob
;
owl:
disjointWith
ep-activity:
WellCementJobWithoutBottomPlug
.
ep-activity:
WellCementJobWithTopPlug
rdf:
type
owl:
Class
,
ep-activity:
WellCementJobTopPlugType
;
rdf:
type
ep-activity:
WellCementJobTopPlugType
,
owl:
Class
;
rdfs:
label
"well cement job with top plug"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellCementJob
;
owl:
disjointWith
ep-activity:
WellCementJobWithoutTopPlug
.
ep-activity:
WellCementJobWithoutBottomPlug
rdf:
type
owl:
Class
,
ep-activity:
WellCementJobBottomPlugType
;
rdf:
type
ep-activity:
WellCementJobBottomPlugType
,
owl:
Class
;
rdfs:
label
"well cement job without bottom plug"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellCementJob
;
owl:
disjointWith
ep-activity:
WellCementJobWithBottomPlug
.
ep-activity:
WellCementJobWithoutCasingReciprocation
rdf:
type
owl:
Class
,
ep-activity:
WellCementJobCasingReciprocationType
;
rdf:
type
ep-activity:
WellCementJobCasingReciprocationType
,
owl:
Class
;
rdfs:
label
"well cement job without casing reciprocation"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellCementJob
;
owl:
disjointWith
ep-activity:
WellCementJobWithCasingRotation
.
ep-activity:
WellCementJobWithoutCasingRotation
rdf:
type
owl:
Class
,
ep-activity:
WellCementJobCasingRotationType
;
rdf:
type
ep-activity:
WellCementJobCasingRotationType
,
owl:
Class
;
rdfs:
label
"well cement job without casing rotation"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellCementJob
;
owl:
disjointWith
ep-activity:
WellCementJobWithCasingRotation
.
ep-activity:
WellCementJobWithoutFloatHolding
rdf:
type
owl:
Class
,
ep-activity:
WellCementJobFloatHoldingType
;
rdf:
type
ep-activity:
WellCementJobFloatHoldingType
,
owl:
Class
;
rdfs:
label
"well cement job without float holding"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellCementJob
;
owl:
disjointWith
ep-activity:
WellCementJobWithFloatHolding
.
ep-activity:
WellCementJobWithoutPlugBumping
rdf:
type
owl:
Class
,
ep-activity:
WellCementJobPlugBumpingType
;
rdf:
type
ep-activity:
WellCementJobPlugBumpingType
,
owl:
Class
;
rdfs:
label
"well cement job without plug bumping"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellCementJob
;
owl:
disjointWith
ep-activity:
WellCementJobWithBottomPlug
.
ep-activity:
WellCementJobWithoutTopPlug
rdf:
type
owl:
Class
,
ep-activity:
WellCementJobTopPlugType
;
rdf:
type
ep-activity:
WellCementJobTopPlugType
,
owl:
Class
;
rdfs:
label
"well cement job without top plug"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellCementJob
;
owl:
disjointWith
ep-activity:
WellCementJobWithTopPlug
.
...
...
@@ -637,13 +638,13 @@ ep-activity:WellCementPumpingFluidReturnType
rdfs:
subClassOf
owl:
Class
.
ep-activity:
WellCementPumpingWithFluidReturn
rdf:
type
owl:
Class
,
ep-activity:
WellCementPumpingFluidReturnType
;
rdf:
type
ep-activity:
WellCementPumpingFluidReturnType
,
owl:
Class
;
rdfs:
label
"well cement pumping with fluid return"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellCementPumping
;
owl:
disjointWith
ep-activity:
WellCementPumpingWithoutFluidReturn
.
ep-activity:
WellCementPumpingWithoutFluidReturn
rdf:
type
owl:
Class
,
ep-activity:
WellCementPumpingFluidReturnType
;
rdf:
type
ep-activity:
WellCementPumpingFluidReturnType
,
owl:
Class
;
rdfs:
label
"well cement pumping without fluid return"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellCementPumping
;
owl:
disjointWith
ep-activity:
WellCementPumpingWithFluidReturn
.
...
...
@@ -659,28 +660,28 @@ ep-activity:WellControlIncident
rdfs:
subClassOf
ep-activity:
WellOperation
.
ep-activity:
WellControlIncident-gas_kick
rdf:
type
owl:
Class
,
ep-activity:
WellControlIncidentType
;
rdf:
type
ep-activity:
WellControlIncidentType
,
owl:
Class
;
rdfs:
label
"well control incident gas kick"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellControlIncident
;
owl:
disjointWith
ep-activity:
WellControlIncident-
water_kick
,
ep-activity:
WellControlIncident-shallow_gas_kick
,
ep-activity:
WellControlIncident-oil
_kick
.
owl:
disjointWith
ep-activity:
WellControlIncident-
oil_kick
,
ep-activity:
WellControlIncident-shallow_gas_kick
,
ep-activity:
WellControlIncident-water
_kick
.
ep-activity:
WellControlIncident-oil_kick
rdf:
type
owl:
Class
,
ep-activity:
WellControlIncidentType
;
rdf:
type
ep-activity:
WellControlIncidentType
,
owl:
Class
;
rdfs:
label
"well control incident oil kick"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellControlIncident
;
owl:
disjointWith
ep-activity:
WellControlIncident-
water_kick
,
ep-activity:
WellControlIncident-shallow_gas_kick
,
ep-activity:
WellControlIncident-gas
_kick
.
owl:
disjointWith
ep-activity:
WellControlIncident-
gas_kick
,
ep-activity:
WellControlIncident-shallow_gas_kick
,
ep-activity:
WellControlIncident-water
_kick
.
ep-activity:
WellControlIncident-shallow_gas_kick
rdf:
type
owl:
Class
,
ep-activity:
WellControlIncidentType
;
rdf:
type
ep-activity:
WellControlIncidentType
,
owl:
Class
;
rdfs:
label
"well control incident shallow gas kick"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellControlIncident
;
owl:
disjointWith
ep-activity:
WellControlIncident-
water_kick
,
ep-activity:
WellControlIncident-oil_kick
,
ep-activity:
WellControlIncident-gas
_kick
.
owl:
disjointWith
ep-activity:
WellControlIncident-
gas_kick
,
ep-activity:
WellControlIncident-oil_kick
,
ep-activity:
WellControlIncident-water
_kick
.
ep-activity:
WellControlIncident-water_kick
rdf:
type
owl:
Class
,
ep-activity:
WellControlIncidentType
;
rdf:
type
ep-activity:
WellControlIncidentType
,
owl:
Class
;
rdfs:
label
"well control incident water kick"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellControlIncident
;
owl:
disjointWith
ep-activity:
WellControlIncident-
shallow_gas_kick
,
ep-activity:
WellControlIncident-oil_kick
,
ep-activity:
WellControlIncident-
gas_kick
.
owl:
disjointWith
ep-activity:
WellControlIncident-
gas_kick
,
ep-activity:
WellControlIncident-oil_kick
,
ep-activity:
WellControlIncident-shallow_
gas_kick
.
ep-activity:
WellControlIncidentType
rdf:
type
rdfs:
Class
;
...
...
@@ -693,40 +694,40 @@ ep-activity:WellKilling
rdfs:
subClassOf
ep-activity:
WellOperation
.
ep-activity:
WellKilling-bullheading
rdf:
type
owl:
Class
,
ep-activity:
WellKillingType
;
rdf:
type
ep-activity:
WellKillingType
,
owl:
Class
;
rdfs:
label
"well killing bullheading"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellKilling
;
owl:
disjointWith
ep-activity:
WellKilling-
wait_and_weight
,
ep-activity:
WellKilling-reverse_circulation
,
ep-activity:
WellKilling-lubricate_and_bleed
,
ep-activity:
WellKilling-forward_circulation
,
ep-activity:
WellKilling-drillers_method
.
owl:
disjointWith
ep-activity:
WellKilling-
drillers_method
,
ep-activity:
WellKilling-forward_circulation
,
ep-activity:
WellKilling-lubricate_and_bleed
,
ep-activity:
WellKilling-reverse_circulation
,
ep-activity:
WellKilling-wait_and_weight
.
ep-activity:
WellKilling-drillers_method
rdf:
type
owl:
Class
,
ep-activity:
WellKillingType
;
rdf:
type
ep-activity:
WellKillingType
,
owl:
Class
;
rdfs:
label
"well killing drillers method"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellKilling
;
owl:
disjointWith
ep-activity:
WellKilling-
wait_and_weight
,
ep-activity:
WellKilling-reverse_circulation
,
ep-activity:
WellKilling-lubricate_and_bleed
,
ep-activity:
WellKilling-forward_circulation
,
ep-activity:
WellKilling-bullheading
.
owl:
disjointWith
ep-activity:
WellKilling-
bullheading
,
ep-activity:
WellKilling-forward_circulation
,
ep-activity:
WellKilling-lubricate_and_bleed
,
ep-activity:
WellKilling-reverse_circulation
,
ep-activity:
WellKilling-wait_and_weight
.
ep-activity:
WellKilling-forward_circulation
rdf:
type
owl:
Class
,
ep-activity:
WellKillingType
;
rdf:
type
ep-activity:
WellKillingType
,
owl:
Class
;
rdfs:
label
"well killing forward circulation"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellKilling
;
owl:
disjointWith
ep-activity:
WellKilling-
wait_and_weight
,
ep-activity:
WellKilling-reverse_circulation
,
ep-activity:
WellKilling-lubricate_and_bleed
,
ep-activity:
WellKilling-drillers_method
,
ep-activity:
WellKilling-bullheading
.
owl:
disjointWith
ep-activity:
WellKilling-
bullheading
,
ep-activity:
WellKilling-drillers_method
,
ep-activity:
WellKilling-lubricate_and_bleed
,
ep-activity:
WellKilling-reverse_circulation
,
ep-activity:
WellKilling-wait_and_weight
.
ep-activity:
WellKilling-lubricate_and_bleed
rdf:
type
owl:
Class
,
ep-activity:
WellKillingType
;
rdf:
type
ep-activity:
WellKillingType
,
owl:
Class
;
rdfs:
label
"well killing lubricate and bleed"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellKilling
;
owl:
disjointWith
ep-activity:
WellKilling-
wait_and_weight
,
ep-activity:
WellKilling-reverse_circulation
,
ep-activity:
WellKilling-forward_circulation
,
ep-activity:
WellKilling-drillers_method
,
ep-activity:
WellKilling-bullheading
.
owl:
disjointWith
ep-activity:
WellKilling-
bullheading
,
ep-activity:
WellKilling-drillers_method
,
ep-activity:
WellKilling-forward_circulation
,
ep-activity:
WellKilling-reverse_circulation
,
ep-activity:
WellKilling-wait_and_weight
.
ep-activity:
WellKilling-reverse_circulation
rdf:
type
owl:
Class
,
ep-activity:
WellKillingType
;
rdf:
type
ep-activity:
WellKillingType
,
owl:
Class
;
rdfs:
label
"well killing reverse circulation"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellKilling
;
owl:
disjointWith
ep-activity:
WellKilling-
wait_and_weight
,
ep-activity:
WellKilling-lubricate_and_bleed
,
ep-activity:
WellKilling-forward_circulation
,
ep-activity:
WellKilling-drillers_method
,
ep-activity:
WellKilling-bullheading
.
owl:
disjointWith
ep-activity:
WellKilling-
bullheading
,
ep-activity:
WellKilling-drillers_method
,
ep-activity:
WellKilling-forward_circulation
,
ep-activity:
WellKilling-lubricate_and_bleed
,
ep-activity:
WellKilling-wait_and_weight
.
ep-activity:
WellKilling-wait_and_weight
rdf:
type
owl:
Class
,
ep-activity:
WellKillingType
;
rdf:
type
ep-activity:
WellKillingType
,
owl:
Class
;
rdfs:
label
"well killing wait and weight"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellKilling
;
owl:
disjointWith
ep-activity:
WellKilling-
reverse_circulation
,
ep-activity:
WellKilling-lubricate_and_bleed
,
ep-activity:
WellKilling-forward_circulation
,
ep-activity:
WellKilling-drillers_method
,
ep-activity:
WellKilling-bullheading
.
owl:
disjointWith
ep-activity:
WellKilling-
bullheading
,
ep-activity:
WellKilling-drillers_method
,
ep-activity:
WellKilling-forward_circulation
,
ep-activity:
WellKilling-lubricate_and_bleed
,
ep-activity:
WellKilling-reverse_circulation
.
ep-activity:
WellKillingType
rdf:
type
rdfs:
Class
;
...
...
@@ -765,25 +766,25 @@ ep-activity:WirelineFormationTestType
rdfs:
subClassOf
owl:
Class
.
ep-activity:
WirelineFormationTestWithGoodSeal
rdf:
type
owl:
Class
,
ep-activity:
WirelineFormationTestType
;
rdf:
type
ep-activity:
WirelineFormationTestType
,
owl:
Class
;
rdfs:
label
"wireline formation test with a good seal"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WirelineFormationTest
;
owl:
disjointWith
ep-activity:
WirelineFormationTestWithoutGoodSeal
.
ep-activity:
WirelineFormationTestWithoutGoodSeal
rdf:
type
owl:
Class
,
ep-activity:
WirelineFormationTestType
;
rdf:
type
ep-activity:
WirelineFormationTestType
,
owl:
Class
;
rdfs:
label
"wireline formation test without a good seal"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WirelineFormationTest
;
owl:
disjointWith
ep-activity:
WirelineFormationTestWithGoodSeal
.
ep-activity:
averageRateOfDrilling
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdfs:
domain
ep-activity:
DrillingActivity
;
rdfs:
label
"average rate of drilling"
^^
xsd:
string
;
rdfs:
range
ep-core:
Speed
.
ep-activity:
descriptionOfActivitiesFollowingTheDailyReportingPeriod
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdfs:
domain
ep-activity:
DailyDrillingActivity
;
rdfs:
label
"description of activities following the daily reporting period"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/report#Report>
.
...
...
@@ -799,25 +800,25 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod
rdfs:
label
"description of activities within the daily reporting period"
^^
xsd:
string
.
ep-activity:
distanceDrilled
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdfs:
domain
ep-activity:
DrillingActivity
;
rdfs:
label
"final rate of drilling"
^^
xsd:
string
;
rdfs:
range
ep-core:
Length
.
ep-activity:
drillingContractor
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdfs:
domain
ep-activity:
DrillingActivity
;
rdfs:
label
"drilling contractor"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/organization#Organization>
.
ep-activity:
drillingOperator
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdfs:
domain
ep-activity:
DrillingActivity
;
rdfs:
label
"drilling operator"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/organization#Organization>
.
ep-activity:
durationOfDrilling
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdfs:
domain
ep-activity:
DrillingActivity
;
rdfs:
label
"duration of drilling"
^^
xsd:
string
;
rdfs:
range
ep-core:
TimeDuration
.
...
...
@@ -829,25 +830,25 @@ ep-activity:failedEquipment
rdfs:
range
<http://www.reportinghub.no/ep/schema/equipment#Equipment>
.
ep-activity:
finalRateOfDrilling
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdfs:
domain
ep-activity:
DrillingActivity
;
rdfs:
label
"final rate of drilling"
^^
xsd:
string
;
rdfs:
range
ep-core:
Speed
.
ep-activity:
finishedAt
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdfs:
domain
ep-activity:
Activity
;
rdfs:
label
"finished at"
^^
xsd:
string
;
rdfs:
range
<http://www.linkedmodel.org/schema/vaem#dateUnion>
.
ep-activity:
fluidProducedByWellTest
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdfs:
domain
ep-activity:
WellTest
;
rdfs:
label
"fluid produced by well test"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/
wel
l#Fluid>
.
rdfs:
range
<http://www.reportinghub.no/ep/schema/
materia
l#Fluid>
.
ep-activity:
hasCasingLinerTubing
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdfs:
domain
ep-activity:
WellStimulation
;
rdfs:
label
"has Casing/Liner/Tubing"
^^
xsd:
string
.
...
...
@@ -856,21 +857,21 @@ ep-activity:hasCasingString
rdfs:
label
"has casing string"
^^
xsd:
string
.
ep-activity:
hasChokeValve
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdfs:
label
"has choke valve"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/equipment#ChokeValve>
.
ep-activity:
hasDrillBit
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdfs:
domain
ep-activity:
DrillingActivity
;
rdfs:
label
"has drill bit"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/equipment#DrillBit>
.
ep-activity:
hasDrillingFluid
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdfs:
domain
ep-activity:
DrillingActivity
;
rdfs:
label
"has drilling fluid"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/
wel
l#Fluid>
.
rdfs:
range
<http://www.reportinghub.no/ep/schema/
materia
l#Fluid>
.
ep-activity:
hasInflowLocation
rdf:
type
owl:
ObjectProperty
;
...
...
@@ -883,13 +884,13 @@ ep-activity:hasSubActivity
rdfs:
label
"has sub activity"
^^
xsd:
string
.
ep-activity:
hasWellTestChoke
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdfs:
domain
ep-activity:
WellTest
;
rdfs:
label
"has well test choke"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/equipment#WellTestChoke>
.
ep-activity:
identificationNumberOfCore
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdfs:
domain
ep-activity:
ExtractAWellCore
;
rdfs:
label
"identification number of core"
^^
xsd:
string
.
...
...
@@ -899,19 +900,19 @@ ep-activity:logRunNumber
rdfs:
label
"log run number"
^^
xsd:
string
.
ep-activity:
loggedWellBoreInterval
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdfs:
domain
ep-activity:
WellBoreLogRun
;
rdfs:
label
"logged wellbore interval"
^^
xsd:
string
;
rdfs:
range
ep-core:
PhysicalObject
.
ep-activity:
measuredDepthOfFluidSampling
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdfs:
domain
ep-activity:
WirelineFormationTest
;
rdfs:
label
"measured depth of fluid sampling"
^^
xsd:
string
;
rdfs:
range
ep-core:
Length
.
ep-activity:
missedProductionTime
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdfs:
domain
ep-activity:
EquipmentFailureAndRepair
;
rdfs:
label
"missed production time"
^^
xsd:
string
;
rdfs:
range
ep-core:
TimeDuration
.
...
...
@@ -923,7 +924,7 @@ ep-activity:nominallyAt
rdfs:
range
<http://www.linkedmodel.org/schema/vaem#dateUnion>
.
ep-activity:
onDrillBit
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdfs:
domain
ep-activity:
WellBoreBitRunDrilling
;
rdfs:
label
"on drill bit"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/equipment#DrillBit>
.
...
...
@@ -933,7 +934,7 @@ ep-activity:onFluid
rdfs:
label
"on WellBore"
^^
xsd:
string
.
ep-activity:
onRig
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdfs:
domain
ep-activity:
DrillingActivity
;
rdfs:
label
"on rig"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig>
.
...
...
@@ -945,19 +946,19 @@ ep-activity:onWell
rdfs:
range
<http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell>
.
ep-activity:
onWellBore
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdfs:
domain
ep-activity:
DrillingActivity
;
rdfs:
label
"on wellbore"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore>
.
ep-activity:
operatingTimeOfDrillBit
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdfs:
domain
ep-activity:
DrillingActivity
;
rdfs:
label
"operating time of drill bit"
^^
xsd:
string
;
rdfs:
range
ep-core:
TimeDuration
.
ep-activity:
pressureAtWhichPlugBumped
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdfs:
domain
ep-activity:
WellCementPumping
;
rdfs:
label
"pressure at which plug bumped"
^^
xsd:
string
;
rdfs:
range
ep-core:
Pressure
.
...
...
@@ -967,90 +968,90 @@ ep-activity:pumpedFluid
rdfs:
label
"pumped fluid"
^^
xsd:
string
.
ep-activity:
recoveredCore
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdfs:
domain
ep-activity:
ExtractAWellCore
;
rdfs:
label
"recovered core"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/well#RecoveredCore>
.
ep-activity:
returnedCementingFluid
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdfs:
domain
ep-activity:
WellCementPumping
;
rdfs:
label
"returned cementing fluid"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/well#CementingFluid>
.
ep-activity:
sampledFluid
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdfs:
domain
ep-activity:
WirelineFormationTest
;
rdfs:
label
"sampled fluid"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/
wel
l#Fluid>
.
rdfs:
range
<http://www.reportinghub.no/ep/schema/
materia
l#Fluid>
.
ep-activity:
serviceCompany
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdfs:
domain
ep-activity:
Activity
;
rdfs:
label
"service company"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/organization#Organization>
.
ep-activity:
startedAt
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdfs:
domain
ep-activity:
Activity
;
rdfs:
label
"started at"
^^
xsd:
string
;
rdfs:
range
<http://www.linkedmodel.org/schema/vaem#dateUnion>
.
ep-activity:
timeLost
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdfs:
domain
ep-activity:
WellControlIncident
;
rdfs:
label
"time lost"
^^
xsd:
string
;
rdfs:
range
ep-core:
TimeDuration
.
ep-activity:
timeOfFailure
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdfs:
domain
ep-activity:
EquipmentFailureAndRepair
;
rdfs:
label
"time of failure"
^^
xsd:
string
;
rdfs:
range
<http://www.linkedmodel.org/schema/vaem#dateUnion>
.
ep-activity:
timeOfRepair
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdfs:
domain
ep-activity:
EquipmentFailureAndRepair
;
rdfs:
label
"time of repair"
^^
xsd:
string
;
rdfs:
range
<http://www.linkedmodel.org/schema/vaem#dateUnion>
.
ep-activity:
volumeOfMudGained
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdfs:
domain
ep-activity:
WellControlIncident
;
rdfs:
label
"final rate of drilling"
^^
xsd:
string
;
rdfs:
range
ep-core:
Volume
.
ep-activity:
wellBoreLoggingTool
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdfs:
domain
ep-activity:
WellBoreLogRun
;
rdfs:
label
"well bore logging tool"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/equipment#Equipment>
.
ep-activity:
wellTestBottomHolePressure
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdfs:
domain
ep-activity:
WellTest
;
rdfs:
label
"well test bottom hole pressure"
^^
xsd:
string
;
rdfs:
range
ep-core:
Pressure
.
ep-activity:
wellTestFlowingPressure
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdfs:
domain
ep-activity:
WellTest
;
rdfs:
label
"well test flowing pressure"
^^
xsd:
string
;
rdfs:
range
ep-core:
Pressure
.
ep-activity:
wellTestNumber
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdfs:
domain
ep-activity:
WellTest
;
rdfs:
label
"well test number"
^^
xsd:
string
.
ep-activity:
wellTestShutInPressure
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdfs:
domain
ep-activity:
WellTest
;
rdfs:
label
"well test shut-in pressure"
^^
xsd:
string
;
rdfs:
range
ep-core:
Pressure
.
ep-activity:
wellTestStoredOil
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdfs:
domain
ep-activity:
WellTest
;
rdfs:
label
"well test stored oil"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/
wel
l#Oil>
.
rdfs:
range
<http://www.reportinghub.no/ep/schema/
materia
l#Oil>
.
...
...
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-MATERIAL-v1.0.ttl
0 → 100644
View file @
48c2c18
# baseURI: http://www.reportinghub.no/ep/schema/1.0/material
# imports: http://www.reportinghub.no/ep/schema/1.0/core
@prefix
ep-core:
<http://www.reportinghub.no/ep/schema/core#>
.
@prefix
ep-material:
<http://www.reportinghub.no/ep/schema/material#>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
rdf:
<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<http://www.reportinghub.no/ep/schema/1.0/material>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.0/core>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
ep-material:
AqueousMaterial
rdf:
type
owl:
Class
;
rdfs:
label
"aqueous material"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
C10AndHeavier
rdf:
type
owl:
Class
;
rdfs:
label
"C10+"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
C10AndLighter
rdf:
type
owl:
Class
;
rdfs:
label
"C10-"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
C2AndHeavier
rdf:
type
owl:
Class
;
rdfs:
label
"C2+"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
C2AndLighter
rdf:
type
owl:
Class
;
rdfs:
label
"C2-"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
C3AndHeavier
rdf:
type
owl:
Class
;
rdfs:
label
"C3+"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
C3AndLighter
rdf:
type
owl:
Class
;
rdfs:
label
"C3-"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
C4AndHeavier
rdf:
type
owl:
Class
;
rdfs:
label
"C4+"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
C4AndLighter
rdf:
type
owl:
Class
;
rdfs:
label
"C4-"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
C5AndHeavier
rdf:
type
owl:
Class
;
rdfs:
label
"C5+"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
C5AndLighter
rdf:
type
owl:
Class
;
rdfs:
label
"C5-"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
C6AndHeavier
rdf:
type
owl:
Class
;
rdfs:
label
"C6+"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
C6AndLighter
rdf:
type
owl:
Class
;
rdfs:
label
"C6-"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
C7AndHeavier
rdf:
type
owl:
Class
;
rdfs:
label
"C7+"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
C7AndLighter
rdf:
type
owl:
Class
;
rdfs:
label
"C7-"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
C8AndHeavier
rdf:
type
owl:
Class
;
rdfs:
label
"C8+"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
C8AndLighter
rdf:
type
owl:
Class
;
rdfs:
label
"C8-"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
C9AndHeavier
rdf:
type
owl:
Class
;
rdfs:
label
"C9+"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
C9AndLighter
rdf:
type
owl:
Class
;
rdfs:
label
"C9-"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
CarbonDioxide
rdf:
type
owl:
Class
;
rdfs:
label
"carbon dioxide"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
CarbonMonoxide
rdf:
type
owl:
Class
;
rdfs:
label
"carbon monoxide"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Chemical
rdf:
type
owl:
Class
;
rdfs:
label
"chemical"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Chloride
rdf:
type
owl:
Class
;
rdfs:
label
"chloride"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Condensate
rdf:
type
owl:
Class
;
rdfs:
label
"condensate"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Crude-stabilized
rdf:
type
owl:
Class
;
rdfs:
label
"crude - stabilized"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
CrudeOil
rdf:
type
owl:
Class
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Cuttings
rdf:
type
owl:
Class
;
rdfs:
label
"cuttings"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Diesel
rdf:
type
owl:
Class
;
rdfs:
label
"diesel"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Diethyleneglycol
rdf:
type
owl:
Class
;
rdfs:
label
"diethyleneglycol"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Dioxygen
rdf:
type
owl:
Class
;
rdfs:
label
"dioxygen"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Ethane
rdf:
type
owl:
Class
;
rdfs:
label
"ethane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Ethane-component
rdf:
type
owl:
Class
;
rdfs:
label
"ethane - component"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Filtrate
rdf:
type
owl:
Class
;
rdfs:
label
"filtrate"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Fluid
rdf:
type
owl:
Class
;
rdfs:
label
"fluid"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Gas
rdf:
type
owl:
Class
;
rdfs:
label
"gas"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Gas-componentInOil
rdf:
type
owl:
Class
;
rdfs:
label
"gas - component in oil"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Gas-dry
rdf:
type
owl:
Class
;
rdfs:
label
"gas - dry"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Gas-rich
rdf:
type
owl:
Class
;
rdfs:
label
"gas - rich"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Gas-wet
rdf:
type
owl:
Class
;
rdfs:
label
"gas - wet"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
HeliumGas
rdf:
type
owl:
Class
;
rdfs:
label
"helium gas"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Heptane
rdf:
type
owl:
Class
;
rdfs:
label
"heptane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
HydrogenGas
rdf:
type
owl:
Class
;
rdfs:
label
"hydrogen gas"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
HydrogenSulfide
rdf:
type
owl:
Class
;
rdfs:
label
"hydrogen sulfide"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Isobutane
rdf:
type
owl:
Class
;
rdfs:
label
"isobutane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Isobutane-component
rdf:
type
owl:
Class
;
rdfs:
label
"i-butane - component"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Isopentane
rdf:
type
owl:
Class
;
rdfs:
label
"isopentane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
LiquifiedNaturalGas
rdf:
type
owl:
Class
;
rdfs:
label
"liquified natural gas"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
LiquifiedPetroleumGas
rdf:
type
owl:
Class
;
rdfs:
label
"liquified petroleum gas"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Material
rdf:
type
owl:
Class
;
rdfs:
label
"material"
^^
xsd:
string
;
rdfs:
subClassOf
ep-core:
PhysicalObject
.
ep-material:
MaterialPair
rdf:
type
owl:
Class
;
rdfs:
label
"material pair"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
.
ep-material:
MaterialPartWholePair
rdf:
type
owl:
Class
;
rdfs:
label
"material part - whole pair"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
MaterialPair
.
ep-material:
Methane
rdf:
type
owl:
Class
;
rdfs:
label
"methane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Methanol
rdf:
type
owl:
Class
;
rdfs:
label
"methanol"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
MixedButane
rdf:
type
owl:
Class
;
rdfs:
label
"mixed butane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Monoethyleneglycol
rdf:
type
owl:
Class
;
rdfs:
label
"monoethyleneglycol"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
NGL-componentInGas
rdf:
type
owl:
Class
;
rdfs:
label
"NGL - component in gas"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Naptha
rdf:
type
owl:
Class
;
rdfs:
label
"naptha"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
NaturalGas
rdf:
type
owl:
Class
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
NaturalGasLiquid
rdf:
type
owl:
Class
;
rdfs:
label
"natural gas liquid"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Neopentane
rdf:
type
owl:
Class
;
rdfs:
label
"neopentane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
NitrogenGas
rdf:
type
owl:
Class
;
rdfs:
label
"nitrogen gas"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
NitrogenOxideGas
rdf:
type
owl:
Class
;
rdfs:
label
"nitrogen oxide gas"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
NormalButane
rdf:
type
owl:
Class
;
rdfs:
label
"normal butane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
NormalButane-component
rdf:
type
owl:
Class
;
rdfs:
label
"n-butane - component"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
NormalPentane
rdf:
type
owl:
Class
;
rdfs:
label
"normal pentane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Oil
rdf:
type
owl:
Class
;
rdfs:
label
"oil"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Oil-componentInWater
rdf:
type
owl:
Class
;
rdfs:
label
"oil - component in water"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
OilAndGas
rdf:
type
owl:
Class
;
rdfs:
label
"oil and gas"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Oleic
rdf:
type
owl:
Class
;
rdfs:
label
"oleic"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Pentane
rdf:
type
owl:
Class
;
rdfs:
label
"pentane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
PetroleumGasLiquid
rdf:
type
owl:
Class
;
rdfs:
label
"petroleum gas liquid"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
ProductMaterialType
rdf:
type
rdfs:
Class
;
rdfs:
label
" product material type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-material:
Propane
rdf:
type
owl:
Class
;
rdfs:
label
"propane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Propane-component
rdf:
type
owl:
Class
;
rdfs:
label
"propane - component"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
QuantityOfMaterial
rdf:
type
owl:
Class
;
rdfs:
label
"(temporal part of a) quantity of material"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Salt
rdf:
type
owl:
Class
;
rdfs:
label
"salt"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Sand
rdf:
type
owl:
Class
;
rdfs:
label
"sand"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Triethyleneglycol
rdf:
type
owl:
Class
;
rdfs:
label
"triethyleneglycol"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Vapour
rdf:
type
owl:
Class
;
rdfs:
label
"vapour"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Water
rdf:
type
owl:
Class
;
rdfs:
label
"water"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Water-discharge
rdf:
type
owl:
Class
;
rdfs:
label
"water - discharge"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
Water-processed
rdf:
type
owl:
Class
;
rdfs:
label
"water - processed"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
firstMaterialOfPair
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
;
rdfs:
domain
ep-material:
MaterialPair
;
rdfs:
label
"first material of pair"
^^
xsd:
string
;
rdfs:
range
ep-material:
Material
.
ep-material:
hasComponent
rdf:
type
owl:
TransitiveProperty
;
rdfs:
comment
"A component is all part material of the class."
^^
xsd:
string
;
rdfs:
domain
ep-material:
Material
;
rdfs:
label
"hasComponent"
^^
xsd:
string
;
rdfs:
range
ep-material:
Material
.
ep-material:
massRatio
rdf:
type
owl:
FunctionalProperty
,
owl:
ObjectProperty
;
rdfs:
domain
ep-material:
MaterialPair
;
rdfs:
label
"mass ratio"
^^
xsd:
string
;
rdfs:
range
ep-core:
Ratio
.
ep-material:
partMaterialOfPair
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
;
rdfs:
domain
ep-material:
MaterialPartWholePair
;
rdfs:
label
"part material of pair"
^^
xsd:
string
;
rdfs:
range
ep-material:
Material
;
rdfs:
subPropertyOf
ep-material:
firstMaterialOfPair
.
ep-material:
secondMaterialOfPair
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
;
rdfs:
domain
ep-material:
MaterialPair
;
rdfs:
label
"second material of pair"
^^
xsd:
string
;
rdfs:
range
ep-material:
Material
.
ep-material:
substance-11dmcyPentane
rdf:
type
owl:
Class
;
rdfs:
label
"11dmcy pentane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-124tmBenzene
rdf:
type
owl:
Class
;
rdfs:
label
"124tm benzene"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-12dmBenzene
rdf:
type
owl:
Class
;
rdfs:
label
"12dm benzene"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-13dmBenzene
rdf:
type
owl:
Class
;
rdfs:
label
"13dm benzene"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-14dmBenzene
rdf:
type
owl:
Class
;
rdfs:
label
"14dm benzene"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-223tmButane
rdf:
type
owl:
Class
;
rdfs:
label
"223tm butane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-223tmPentane
rdf:
type
owl:
Class
;
rdfs:
label
"223tm pentane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-22dmButane
rdf:
type
owl:
Class
;
rdfs:
label
"22dm butane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-22dmHexane
rdf:
type
owl:
Class
;
rdfs:
label
"22dm hexane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-22dmPentane
rdf:
type
owl:
Class
;
rdfs:
label
"22dm pentane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-22dmPropane
rdf:
type
owl:
Class
;
rdfs:
label
"22dm propane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-23dmButane
rdf:
type
owl:
Class
;
rdfs:
label
"23dm butane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-23dmPentane
rdf:
type
owl:
Class
;
rdfs:
label
"23dm pentane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-24dmHexane
rdf:
type
owl:
Class
;
rdfs:
label
"24dm hexane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-24dmPentane
rdf:
type
owl:
Class
;
rdfs:
label
"24dm pentane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-25dmHexane
rdf:
type
owl:
Class
;
rdfs:
label
"25dm hexane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-2mButane
rdf:
type
owl:
Class
;
rdfs:
label
"2m butane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-2mHexane
rdf:
type
owl:
Class
;
rdfs:
label
"2m hexane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-2mPentane
rdf:
type
owl:
Class
;
rdfs:
label
"2m pentane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-2mPropane
rdf:
type
owl:
Class
;
rdfs:
label
"2m propane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-33dmPentane
rdf:
type
owl:
Class
;
rdfs:
label
"33dm pentane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-3etPentane
rdf:
type
owl:
Class
;
rdfs:
label
"3et pentane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-3mHexane
rdf:
type
owl:
Class
;
rdfs:
label
"3m hexane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-3mPentane
rdf:
type
owl:
Class
;
rdfs:
label
"3m pentane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-Ar
rdf:
type
owl:
Class
;
rdfs:
label
"Ar"
^^
xsd:
string
,
"Argon"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-Benzene
rdf:
type
owl:
Class
;
rdfs:
label
"benzene"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-Butane
rdf:
type
owl:
Class
;
rdfs:
label
"butane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C11F
rdf:
type
owl:
Class
;
rdfs:
label
"C11F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C12F
rdf:
type
owl:
Class
;
rdfs:
label
"C12F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C13F
rdf:
type
owl:
Class
;
rdfs:
label
"C13F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C13dmcyPentane
rdf:
type
owl:
Class
;
rdfs:
label
"c13dmcy pentane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C14F
rdf:
type
owl:
Class
;
rdfs:
label
"C14F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C15F
rdf:
type
owl:
Class
;
rdfs:
label
"C15F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C16F
rdf:
type
owl:
Class
;
rdfs:
label
"C16F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C17F
rdf:
type
owl:
Class
;
rdfs:
label
"C17F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C18F
rdf:
type
owl:
Class
;
rdfs:
label
"C18F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C19F
rdf:
type
owl:
Class
;
rdfs:
label
"C19F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C20F
rdf:
type
owl:
Class
;
rdfs:
label
"C20F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C21F
rdf:
type
owl:
Class
;
rdfs:
label
"C21F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C22F
rdf:
type
owl:
Class
;
rdfs:
label
"C22F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C23F
rdf:
type
owl:
Class
;
rdfs:
label
"C23F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C24F
rdf:
type
owl:
Class
;
rdfs:
label
"C24F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C25F
rdf:
type
owl:
Class
;
rdfs:
label
"C25F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C26F
rdf:
type
owl:
Class
;
rdfs:
label
"C26F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C27F
rdf:
type
owl:
Class
;
rdfs:
label
"C27F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C28F
rdf:
type
owl:
Class
;
rdfs:
label
"C28F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C29F
rdf:
type
owl:
Class
;
rdfs:
label
"C29F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C30F
rdf:
type
owl:
Class
;
rdfs:
label
"C30F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C31F
rdf:
type
owl:
Class
;
rdfs:
label
"C31F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C32F
rdf:
type
owl:
Class
;
rdfs:
label
"C32F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C33F
rdf:
type
owl:
Class
;
rdfs:
label
"C33F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C34F
rdf:
type
owl:
Class
;
rdfs:
label
"C34F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C35F
rdf:
type
owl:
Class
;
rdfs:
label
"C35F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C36F
rdf:
type
owl:
Class
;
rdfs:
label
"C36F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C37F
rdf:
type
owl:
Class
;
rdfs:
label
"C37F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C38F
rdf:
type
owl:
Class
;
rdfs:
label
"C38F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C39F
rdf:
type
owl:
Class
;
rdfs:
label
"C39F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C40F
rdf:
type
owl:
Class
;
rdfs:
label
"C40F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C41F
rdf:
type
owl:
Class
;
rdfs:
label
"C41F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C42F
rdf:
type
owl:
Class
;
rdfs:
label
"C42F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C43F
rdf:
type
owl:
Class
;
rdfs:
label
"C43F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C44F
rdf:
type
owl:
Class
;
rdfs:
label
"C44F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C45F
rdf:
type
owl:
Class
;
rdfs:
label
"C45F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C46F
rdf:
type
owl:
Class
;
rdfs:
label
"C46F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C47F
rdf:
type
owl:
Class
;
rdfs:
label
"C47F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C48F
rdf:
type
owl:
Class
;
rdfs:
label
"C48F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-C49F
rdf:
type
owl:
Class
;
rdfs:
label
"C49F"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-CO2
rdf:
type
owl:
Class
;
rdfs:
label
"CO2"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-Cyclohexane
rdf:
type
owl:
Class
;
rdfs:
label
"cyclohexane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-Cyclopentane
rdf:
type
owl:
Class
;
rdfs:
label
"cyclopentane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-Decanes
rdf:
type
owl:
Class
;
rdfs:
label
"decanes"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-EtBenzene
rdf:
type
owl:
Class
;
rdfs:
label
"et benzene"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-EtcyPentane
rdf:
type
owl:
Class
;
rdfs:
label
"etcy pentane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-Ethane
rdf:
type
owl:
Class
;
rdfs:
label
"ethane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-H2
rdf:
type
owl:
Class
;
rdfs:
label
"H2"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-H2O
rdf:
type
owl:
Class
;
rdfs:
label
"H2O"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-H2S
rdf:
type
owl:
Class
;
rdfs:
label
"H2S"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-Heptanes
rdf:
type
owl:
Class
;
rdfs:
label
"heptanes"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-Hexane
rdf:
type
owl:
Class
;
rdfs:
label
"hexane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-Hexanes
rdf:
type
owl:
Class
;
rdfs:
label
"hexanes"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-MBenzene
rdf:
type
owl:
Class
;
rdfs:
label
"m benzene"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-McyHexane
rdf:
type
owl:
Class
;
rdfs:
label
"mcy hexane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-McyPentane
rdf:
type
owl:
Class
;
rdfs:
label
"mcy pentane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-Methane
rdf:
type
owl:
Class
;
rdfs:
label
"methane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-N2
rdf:
type
owl:
Class
;
rdfs:
label
"N2"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-Nonanes
rdf:
type
owl:
Class
;
rdfs:
label
"nonanes"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-O2
rdf:
type
owl:
Class
;
rdfs:
label
"O2"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-Octanes
rdf:
type
owl:
Class
;
rdfs:
label
"octanes"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-T12dmcyPentane
rdf:
type
owl:
Class
;
rdfs:
label
"t12dmcy pentane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
substance-T13dmcyPentane
rdf:
type
owl:
Class
;
rdfs:
label
"t13dmcy pentane"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Material
.
ep-material:
volumeRatio
rdf:
type
owl:
FunctionalProperty
,
owl:
ObjectProperty
;
rdfs:
domain
ep-material:
MaterialPair
;
rdfs:
label
"volume ratio"
^^
xsd:
string
;
rdfs:
range
ep-core:
Ratio
.
ep-material:
wholeMaterialOfPair
rdf:
type
owl:
FunctionalProperty
,
owl:
ObjectProperty
;
rdfs:
domain
ep-material:
MaterialPartWholePair
;
rdfs:
label
"whole material of pair"
^^
xsd:
string
;
rdfs:
range
ep-material:
Material
;
rdfs:
subPropertyOf
ep-material:
secondMaterialOfPair
.
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-WELL-v1.0.ttl
View file @
48c2c18
...
...
@@ -2,6 +2,7 @@
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/facility
# imports: http://www.reportinghub.no/ep/schema/1.0/material
@prefix
ep-core:
<http://www.reportinghub.no/ep/schema/core#>
.
@prefix
ep-fac:
<http://www.reportinghub.no/ep/schema/facility#>
.
...
...
@@ -13,16 +14,31 @@
<http://www.reportinghub.no/ep/schema/1.0/well>
rdf:
type
owl:
Ontology
;
owl:
imports
<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/facility
>
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.0/
material>
,
<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
>
;
owl:
versionInfo
"0.1.0"
^^
xsd:
string
.
<http://www.reportinghub.no/ep/schema/equipment#Equipment>
rdfs:
subClassOf
ep-core:
PhysicalObject
.
<http://www.reportinghub.no/ep/schema/material#Condensate>
rdf:
type
ep-well:
FluidComponentType
.
<http://www.reportinghub.no/ep/schema/material#Filtrate>
rdf:
type
ep-well:
FluidComponentType
.
<http://www.reportinghub.no/ep/schema/material#Gas>
rdf:
type
ep-well:
FluidComponentType
.
<http://www.reportinghub.no/ep/schema/material#Oil>
rdf:
type
ep-well:
FluidComponentType
.
<http://www.reportinghub.no/ep/schema/material#Water>
rdf:
type
ep-well:
FluidComponentType
.
ep-well:
CementingFluid
rdf:
type
owl:
Class
;
rdfs:
label
"cementing fluid"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
Fluid
.
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/material#Fluid>
.
ep-well:
CementingFluidType
rdf:
type
owl:
Class
;
...
...
@@ -35,25 +51,10 @@ ep-well:ClassOfWellBoreSectionBySize
rdfs:
subClassOf
owl:
Class
.
ep-well:
Cluster
rdf:
type
ep-fac:
ProductionFacilityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-fac:
ProductionFacilityType
;
rdfs:
label
"cluster"
^^
xsd:
string
;
rdfs:
subClassOf
ep-core:
PhysicalObject
.
ep-well:
Condensate
rdf:
type
ep-well:
FluidComponentType
,
owl:
Class
;
rdfs:
label
"condensate"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
Fluid
.
ep-well:
Filtrate
rdf:
type
ep-well:
FluidComponentType
,
owl:
Class
;
rdfs:
label
"filtrate"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
Fluid
.
ep-well:
Fluid
rdf:
type
owl:
Class
;
rdfs:
label
"fluid component"
^^
xsd:
string
;
rdfs:
subClassOf
ep-core:
PhysicalObject
.
ep-well:
FluidComponentType
rdf:
type
rdfs:
Class
;
rdfs:
label
"fluid component type"
^^
xsd:
string
;
...
...
@@ -64,19 +65,14 @@ ep-well:FluidType
rdfs:
label
"fluid type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-well:
Gas
rdf:
type
ep-well:
FluidComponentType
,
owl:
Class
;
rdfs:
label
"gas"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
Fluid
.
ep-well:
HphtWellBore
rdf:
type
ep-well:
WellBoreHphtType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-well:
WellBoreHphtType
;
rdfs:
label
"high pressure high temperature well bore"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
TemporalPartOfAWellBore
;
owl:
disjointWith
ep-well:
NotHphtWellBore
.
ep-well:
LeakyWellBore
rdf:
type
ep-well:
WellBoreTightnessType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-well:
WellBoreTightnessType
;
rdfs:
label
"leaky well bore"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
TemporalPartOfAWellBore
;
owl:
disjointWith
ep-well:
TightWellBore
.
...
...
@@ -87,28 +83,28 @@ ep-well:LowerPartOfAWellBore
rdfs:
subClassOf
ep-well:
SpatialPartOfAWellBore
.
ep-well:
Mud
rdf:
type
ep-well:
CementingFluidType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-well:
CementingFluidType
;
rdfs:
label
"mud"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
CementingFluid
;
owl:
disjointWith
ep-well:
Slurry
,
ep-well:
Spacer
,
ep-well:
Wash
.
owl:
disjointWith
ep-well:
Wash
,
ep-well:
Spacer
,
ep-well:
Slurry
.
ep-well:
Mud-oilBased
rdf:
type
ep-well:
MudClass
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-well:
Mud
Class
;
rdfs:
label
"mud - oil based"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
Mud
;
owl:
disjointWith
ep-well:
Mud-
other
,
ep-well:
Mud-waterBased
.
owl:
disjointWith
ep-well:
Mud-
waterBased
,
ep-well:
Mud-other
.
ep-well:
Mud-other
rdf:
type
ep-well:
MudClass
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-well:
Mud
Class
;
rdfs:
label
"mud - other"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
Mud
;
owl:
disjointWith
ep-well:
Mud-
oilBased
,
ep-well:
Mud-water
Based
.
owl:
disjointWith
ep-well:
Mud-
waterBased
,
ep-well:
Mud-oil
Based
.
ep-well:
Mud-waterBased
rdf:
type
ep-well:
MudClass
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-well:
Mud
Class
;
rdfs:
label
"mud - water based"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
Mud
;
owl:
disjointWith
ep-well:
Mud-o
ilBased
,
ep-well:
Mud-other
.
owl:
disjointWith
ep-well:
Mud-o
ther
,
ep-well:
Mud-oilBased
.
ep-well:
MudClass
rdf:
type
owl:
Class
;
...
...
@@ -116,16 +112,11 @@ ep-well:MudClass
rdfs:
subClassOf
ep-well:
FluidType
.
ep-well:
NotHphtWellBore
rdf:
type
ep-well:
WellBoreHphtType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-well:
WellBoreHphtType
;
rdfs:
label
"not high pressure high temperature well bore"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
TemporalPartOfAWellBore
;
owl:
disjointWith
ep-well:
HphtWellBore
.
ep-well:
Oil
rdf:
type
ep-well:
FluidComponentType
,
owl:
Class
;
rdfs:
label
"oil"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
Fluid
.
ep-well:
PositionWithinWellBore
rdf:
type
owl:
Class
;
rdfs:
label
"position within wellbore"
^^
xsd:
string
;
...
...
@@ -137,16 +128,16 @@ ep-well:RecoveredCore
rdfs:
subClassOf
ep-core:
PhysicalObject
.
ep-well:
Slurry
rdf:
type
ep-well:
CementingFluidType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-well:
CementingFluidType
;
rdfs:
label
"slurry"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
CementingFluid
;
owl:
disjointWith
ep-well:
Mud
,
ep-well:
Spacer
,
ep-well:
Wash
.
owl:
disjointWith
ep-well:
Wash
,
ep-well:
Spacer
,
ep-well:
Mud
.
ep-well:
Spacer
rdf:
type
ep-well:
CementingFluidType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-well:
CementingFluidType
;
rdfs:
label
"spacer"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
CementingFluid
;
owl:
disjointWith
ep-well:
Mud
,
ep-well:
Slurry
,
ep-well:
Wash
.
owl:
disjointWith
ep-well:
Wash
,
ep-well:
Slurry
,
ep-well:
Mud
.
ep-well:
SpatialPartOfAWell
rdf:
type
owl:
Class
;
...
...
@@ -174,7 +165,7 @@ ep-well:TemporalPartOfAWellBore
rdfs:
subClassOf
ep-core:
PhysicalObject
.
ep-well:
TightWellBore
rdf:
type
ep-well:
WellBoreTightnessType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-well:
WellBoreTightnessType
;
rdfs:
label
"tight well bore"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
TemporalPartOfAWellBore
;
owl:
disjointWith
ep-well:
LeakyWellBore
.
...
...
@@ -185,23 +176,18 @@ ep-well:UserDescribedCementingFluidType
rdfs:
subClassOf
ep-well:
FluidType
.
ep-well:
Wash
rdf:
type
ep-well:
CementingFluidType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-well:
CementingFluidType
;
rdfs:
label
"wash"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
CementingFluid
;
owl:
disjointWith
ep-well:
Mud
,
ep-well:
Slurry
,
ep-well:
Spacer
.
ep-well:
Water
rdf:
type
ep-well:
FluidComponentType
,
owl:
Class
;
rdfs:
label
"water"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
Fluid
.
owl:
disjointWith
ep-well:
Spacer
,
ep-well:
Slurry
,
ep-well:
Mud
.
ep-well:
Well
rdf:
type
ep-fac:
ProductionFacilityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-fac:
ProductionFacilityType
;
rdfs:
label
"well (whole life)"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
TemporalPartOfAWell
.
ep-well:
WellBore
rdf:
type
ep-fac:
ProductionFacilityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-fac:
ProductionFacilityType
;
rdfs:
label
"wellbore (whole life)"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
TemporalPartOfAWellBore
;
rdfs:
subClassOf
...
...
@@ -211,7 +197,7 @@ ep-well:WellBore
]
.
ep-well:
WellBoreBottom
rdf:
type
ep-fac:
ProductionFacilityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-fac:
ProductionFacilityType
;
rdfs:
label
"wellbore bottom"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
SpatialPartOfAWellBore
.
...
...
@@ -253,256 +239,196 @@ ep-well:WellBoreWithoutCirculation
owl:
disjointWith
ep-well:
WellBoreWithCirculation
.
ep-well:
WellGroup
rdf:
type
ep-fac:
ProductionFacilityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-fac:
ProductionFacilityType
;
rdfs:
label
"well group"
^^
xsd:
string
;
rdfs:
subClassOf
ep-core:
PhysicalObject
.
ep-well:
WellHead
rdf:
type
ep-fac:
ProductionFacilityType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-fac:
ProductionFacilityType
;
rdfs:
label
"well head"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
SpatialPartOfAWell
.
ep-well:
averageBottomHolePressure
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-well:
TemporalPartOfAWellBore
;
rdfs:
label
"average bottom hole pressure"
^^
xsd:
string
;
rdfs:
range
ep-core:
Pressure
.
ep-well:
averageBottomHoleTemperature
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-well:
TemporalPartOfAWellBore
;
rdfs:
label
"average bottom hole temperature"
^^
xsd:
string
;
rdfs:
range
ep-core:
Temperature
.
ep-well:
azimuth
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-well:
PositionWithinWellBore
;
rdfs:
label
"azimuth"
^^
xsd:
string
;
rdfs:
range
ep-core:
PlaneAngle
.
ep-well:
bottomHoleMeasuredDepth
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-well:
TemporalPartOfAWellBore
;
rdfs:
label
"bottom hole measured depth"
^^
xsd:
string
;
rdfs:
range
ep-core:
Length
.
ep-well:
bottomHoleTemperature
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-well:
TemporalPartOfAWellBore
;
rdfs:
label
"bottom hole temperature"
^^
xsd:
string
;
rdfs:
range
ep-core:
Temperature
.
ep-well:
bottomHoleTrueVerticalDepth
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-well:
TemporalPartOfAWellBore
;
rdfs:
label
"bottom hole true vertical depth"
^^
xsd:
string
;
rdfs:
range
ep-core:
Length
.
ep-well:
carbonDioxideConcentration
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectProperty
;
rdfs:
domain
ep-well:
Gas
;
rdfs:
label
"carbon dioxide concentration"
^^
xsd:
string
;
rdfs:
range
ep-core:
MassPerUnitMassConcentration
.
ep-well:
cementingFluidPerCentFreeWater
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-well:
CementingFluid
;
rdfs:
label
"cementing fluid per cent free water"
^^
xsd:
string
;
rdfs:
range
ep-core:
VolumePerUnitVolumeConcentration
.
ep-well:
cementingFluidThickeningTime
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-well:
CementingFluid
;
rdfs:
label
"cementing fluid thickening time"
^^
xsd:
string
;
rdfs:
range
ep-core:
TimeDuration
.
ep-well:
chlorideConcentration
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectProperty
;
rdfs:
domain
ep-well:
Gas
;
rdfs:
label
"chloride concentration"
^^
xsd:
string
;
rdfs:
range
ep-core:
MassPerUnitMassConcentration
.
ep-well:
coreLength
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-well:
RecoveredCore
;
rdfs:
label
"core length"
^^
xsd:
string
;
rdfs:
range
ep-core:
Length
.
ep-well:
diameterOfAWellBorePilotHole
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-well:
WellBorePilotHole
;
rdfs:
label
"diameter of a wellbore pilot hole"
^^
xsd:
string
;
rdfs:
range
ep-core:
Length
.
ep-well:
dominantComponent
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
ep-well:
Fluid
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/material#Fluid>
;
rdfs:
label
"dominant component"
^^
xsd:
string
;
rdfs:
range
ep-well:
FluidComponentType
.
ep-well:
ethaneConcentration
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectProperty
;
rdfs:
domain
ep-well:
Gas
;
rdfs:
label
"ethane concentration"
^^
xsd:
string
;
rdfs:
range
ep-core:
VolumePerUnitVolumeConcentration
.
ep-well:
finalBottomHoleMeasuredDepth
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-well:
TemporalPartOfAWellBore
;
rdfs:
label
"final bottom hole measured depth"
^^
xsd:
string
;
rdfs:
range
ep-core:
Length
.
ep-well:
finalBottomHoleTrueVerticalDepth
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-well:
TemporalPartOfAWellBore
;
rdfs:
label
"final bottom hole true vertical depth"
^^
xsd:
string
;
rdfs:
range
ep-core:
Length
.
ep-well:
gasConcentrationHigh
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdfs:
domain
ep-well:
Fluid
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/material#Fluid>
;
rdfs:
label
"gas concentration - high"
^^
xsd:
string
;
rdfs:
range
ep-core:
VolumePerUnitVolumeConcentration
.
ep-well:
gasConcentrationLow
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdfs:
domain
ep-well:
Fluid
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/material#Fluid>
;
rdfs:
label
"gas concentration - low"
^^
xsd:
string
;
rdfs:
range
ep-core:
VolumePerUnitVolumeConcentration
.
ep-well:
gasOilRatio
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectProperty
;
rdfs:
domain
ep-well:
Fluid
;
rdfs:
label
"gas oil ratio"
^^
xsd:
string
;
rdfs:
range
ep-core:
VolumePerUnitVolumeConcentration
.
ep-well:
hasBarrel
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdfs:
domain
ep-well:
RecoveredCore
;
rdfs:
label
"has barrel"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/equipment#InnerBarrel>
.
ep-well:
hydrogenSulfideConcentration
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectProperty
;
rdfs:
domain
ep-well:
Gas
;
rdfs:
label
"hydrogen sulfide concentration"
^^
xsd:
string
;
rdfs:
range
ep-core:
MassPerUnitMassConcentration
.
ep-well:
inclination
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-well:
PositionWithinWellBore
;
rdfs:
label
"inclination"
^^
xsd:
string
;
rdfs:
range
ep-core:
PlaneAngle
.
ep-well:
initialBottomHoleMeasuredDepth
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-well:
TemporalPartOfAWellBore
;
rdfs:
label
"initial bottom hole measured depth"
^^
xsd:
string
;
rdfs:
range
ep-core:
Length
.
ep-well:
isoButaneConcentration
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectProperty
;
rdfs:
domain
ep-well:
Gas
;
rdfs:
label
"iso-Butane concentration"
^^
xsd:
string
;
rdfs:
range
ep-core:
VolumePerUnitVolumeConcentration
.
ep-well:
isoPentaneConcentration
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectProperty
;
rdfs:
domain
ep-well:
Gas
;
rdfs:
label
"iso-Pentane concentration"
^^
xsd:
string
;
rdfs:
range
ep-core:
VolumePerUnitVolumeConcentration
.
ep-well:
lithologyDescription
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
ep-well:
SpatialPartOfAWellBore
;
rdfs:
label
"lithology description"
^^
xsd:
string
.
ep-well:
measuredDepth
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-well:
SpatialPartOfAWellBore
;
rdfs:
label
"measured depth"
^^
xsd:
string
;
rdfs:
range
ep-core:
Length
.
ep-well:
measuredDepthOfPlugTop
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-well:
TemporalPartOfAWellBore
;
rdfs:
label
"measured depth of plug top"
^^
xsd:
string
;
rdfs:
range
ep-core:
Length
.
ep-well:
measuredDepthToTheBottomOfAPartOfAWellBore
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-well:
SpatialPartOfAWellBore
;
rdfs:
label
"measured depth to the bottom of a part of a wellbore"
^^
xsd:
string
;
rdfs:
range
ep-core:
Length
.
ep-well:
measuredDepthToTheTopOfAPartOfAWellBore
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-well:
SpatialPartOfAWellBore
;
rdfs:
label
"measured depth to the top of a part of a wellbore"
^^
xsd:
string
;
rdfs:
range
ep-core:
Length
.
ep-well:
methaneConcentration
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectProperty
;
rdfs:
domain
ep-well:
Gas
;
rdfs:
label
"methane concentration"
^^
xsd:
string
;
rdfs:
range
ep-core:
VolumePerUnitVolumeConcentration
.
ep-well:
nominalInsideDiameterOfBoreHole
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-well:
TemporalPartOfAWellBore
;
rdfs:
label
"nominal inside diameter of borehole"
^^
xsd:
string
;
rdfs:
range
ep-core:
Length
.
ep-well:
norButaneConcentration
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectProperty
;
rdfs:
domain
ep-well:
Gas
;
rdfs:
label
"nor-Butane concentration"
^^
xsd:
string
;
rdfs:
range
ep-core:
VolumePerUnitVolumeConcentration
.
ep-well:
plannedBottomHoleMeasuredDepth
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-well:
TemporalPartOfAWellBore
;
rdfs:
label
"planned bottom hole measured depth"
^^
xsd:
string
;
rdfs:
range
ep-core:
Length
.
ep-well:
plannedPilotBottomHoleMeasuredDepth
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-well:
WellBorePilotHole
;
rdfs:
label
"planned pilot bottom hole measured depth"
^^
xsd:
string
;
rdfs:
range
ep-core:
Length
.
ep-well:
plannedPilotBottomHoleTrueVerticalDepth
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-well:
WellBorePilotHole
;
rdfs:
label
"planned pilot bottom hole true vertical depth"
^^
xsd:
string
;
rdfs:
range
ep-core:
Length
.
ep-well:
porePressure
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-well:
SpatialPartOfAWellBore
;
rdfs:
label
"pore pressure"
^^
xsd:
string
;
rdfs:
range
ep-core:
Pressure
.
ep-well:
porePressureEquivalentMudDensity
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-well:
TemporalPartOfAWellBore
;
rdfs:
label
"pore pressure - equivalent mud density"
^^
xsd:
string
;
rdfs:
range
ep-core:
Density
.
ep-well:
propaneConcentration
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectProperty
;
rdfs:
domain
ep-well:
Gas
;
rdfs:
label
"propane concentration"
^^
xsd:
string
;
rdfs:
range
ep-core:
VolumePerUnitVolumeConcentration
.
ep-well:
ratioOfCementMixToWater
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-well:
CementingFluid
;
rdfs:
label
"ratio of cement mix to water"
^^
xsd:
string
;
rdfs:
range
ep-core:
VolumePerUnitVolumeConcentration
.
ep-well:
relativeAmountOfCoreRecovered
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-well:
RecoveredCore
;
rdfs:
label
"relative amount of core recovered"
^^
xsd:
string
;
rdfs:
range
ep-core:
VolumePerUnitVolumeConcentration
.
...
...
@@ -513,13 +439,13 @@ ep-well:showDescription
rdfs:
label
"show description"
^^
xsd:
string
.
ep-well:
shutInCasingPressure
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-well:
TemporalPartOfAWellBore
;
rdfs:
label
"shut in casing pressure"
^^
xsd:
string
;
rdfs:
range
ep-core:
Pressure
.
ep-well:
shutInDrillPipePressure
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-well:
TemporalPartOfAWellBore
;
rdfs:
label
"shut in drill pipe pressure"
^^
xsd:
string
;
rdfs:
range
ep-core:
Pressure
.
...
...
@@ -530,46 +456,40 @@ ep-well:stratigraphyDescription
rdfs:
label
"stratigraphy description"
^^
xsd:
string
.
ep-well:
strengthOfRockFormation
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-well:
SurroundingRockFormation
;
rdfs:
label
"strength of rock formation"
^^
xsd:
string
;
rdfs:
range
ep-core:
StrengthOfRockFormation
.
ep-well:
trueVerticalDepth
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-well:
SpatialPartOfAWellBore
;
rdfs:
label
"true vertical depth"
^^
xsd:
string
;
rdfs:
range
ep-core:
Length
.
ep-well:
trueVerticalDepthToTheBottomOfAPartOfAWellBore
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-well:
SpatialPartOfAWellBore
;
rdfs:
label
"true vertical depth to the bottom of a part of a wellbore"
^^
xsd:
string
;
rdfs:
range
ep-core:
Length
.
ep-well:
trueVerticalDepthToTheTopOfAPartOfAWellBore
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectP
roperty
;
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
,
ep-core:
Class_of_indirect_p
roperty
;
rdfs:
domain
ep-well:
SpatialPartOfAWellBore
;
rdfs:
label
"true vertical depth to the top of a part of a wellbore"
^^
xsd:
string
;
rdfs:
range
ep-core:
Length
.
ep-well:
waterOilRatio
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectProperty
;
rdfs:
domain
ep-well:
Fluid
;
rdfs:
label
"water oil ratio"
^^
xsd:
string
;
rdfs:
range
ep-core:
VolumePerUnitVolumeConcentration
.
ep-well:
wellBoreCompletedAt
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdfs:
domain
ep-well:
TemporalPartOfAWellBore
;
rdfs:
label
"wellbore completed at"
^^
xsd:
string
.
ep-well:
wellBorePreSpudAt
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdfs:
domain
ep-well:
TemporalPartOfAWellBore
;
rdfs:
label
"wellbore pre-spud at"
^^
xsd:
string
.
ep-well:
wellBoreSpudAt
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdfs:
domain
ep-well:
TemporalPartOfAWellBore
;
rdfs:
label
"wellbore spud at"
^^
xsd:
string
.
...
...
www.reportinghub.no/ep/spin/SPIN_EP-DDR-tables-v1.0.spin.ttl
View file @
48c2c18
...
...
@@ -2354,7 +2354,7 @@ ddr-tables:GasReadingInformation
sp:
subject
[
sp:
varName
"wbpart"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/
well#Gas>
;
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/
material#Gas>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"gas"
^^
xsd:
string
...
...
@@ -2387,12 +2387,37 @@ ddr-tables:GasReadingInformation
sp:
subject
[
sp:
varName
"gcl"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
<http://www.reportinghub.no/ep/schema/material#MaterialPartWholePair>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"ethaneGasPair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"gas"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#wholeMaterialOfPair>
;
sp:
subject
[
sp:
varName
"ethaneGasPair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"ethane"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#partMaterialOfPair>
;
sp:
subject
[
sp:
varName
"ethaneGasPair"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#Ethane>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"ethane"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"ec"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#ethaneConcentration>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#volumeRatio>
;
sp:
subject
[
sp:
varName
"gas"
^^
xsd:
string
[
sp:
varName
"ethaneGasPair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"c2"
^^
xsd:
string
...
...
@@ -2401,12 +2426,38 @@ ddr-tables:GasReadingInformation
sp:
subject
[
sp:
varName
"ec"
^^
xsd:
string
]
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
<http://www.reportinghub.no/ep/schema/material#MaterialPartWholePair>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"methaneGasPair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"gas"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#wholeMaterialOfPair>
;
sp:
subject
[
sp:
varName
"methaneGasPair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"methane"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#partMaterialOfPair>
;
sp:
subject
[
sp:
varName
"methaneGasPair"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#Methane>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"methane"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"mc"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#methaneConcentration>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#volumeRatio>
;
sp:
subject
[
sp:
varName
"gas"
^^
xsd:
string
[
sp:
varName
"methaneGasPair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"c1"
^^
xsd:
string
...
...
@@ -2415,12 +2466,38 @@ ddr-tables:GasReadingInformation
sp:
subject
[
sp:
varName
"mc"
^^
xsd:
string
]
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
<http://www.reportinghub.no/ep/schema/material#MaterialPartWholePair>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"propaneGasPair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"gas"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#wholeMaterialOfPair>
;
sp:
subject
[
sp:
varName
"propaneGasPair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"propane"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#partMaterialOfPair>
;
sp:
subject
[
sp:
varName
"propaneGasPair"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#Propane>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"propane"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"pc"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#propaneConcentration>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#volumeRatio>
;
sp:
subject
[
sp:
varName
"gas"
^^
xsd:
string
[
sp:
varName
"propaneGasPair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"c3"
^^
xsd:
string
...
...
@@ -2429,12 +2506,38 @@ ddr-tables:GasReadingInformation
sp:
subject
[
sp:
varName
"pc"
^^
xsd:
string
]
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
<http://www.reportinghub.no/ep/schema/material#MaterialPartWholePair>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"isoButaneGasPair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"gas"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#wholeMaterialOfPair>
;
sp:
subject
[
sp:
varName
"isoButaneGasPair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"isoButane"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#partMaterialOfPair>
;
sp:
subject
[
sp:
varName
"isoButaneGasPair"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#Isobutane>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"isoButane"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"ibc"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#isoButaneConcentration>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#volumeRatio>
;
sp:
subject
[
sp:
varName
"gas"
^^
xsd:
string
[
sp:
varName
"isoButaneGasPair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"ic4"
^^
xsd:
string
...
...
@@ -2443,12 +2546,38 @@ ddr-tables:GasReadingInformation
sp:
subject
[
sp:
varName
"ibc"
^^
xsd:
string
]
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
<http://www.reportinghub.no/ep/schema/material#MaterialPartWholePair>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"isoPentaneGasPair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"gas"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#wholeMaterialOfPair>
;
sp:
subject
[
sp:
varName
"isoPentaneGasPair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"isoPentane"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#partMaterialOfPair>
;
sp:
subject
[
sp:
varName
"isoPentaneGasPair"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#Isopentane>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"isoPentane"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"ipc"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#isoPentaneConcentration>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#volumeRatio>
;
sp:
subject
[
sp:
varName
"gas"
^^
xsd:
string
[
sp:
varName
"isoPentaneGasPair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"ic5"
^^
xsd:
string
...
...
@@ -2458,6 +2587,7 @@ ddr-tables:GasReadingInformation
[
sp:
varName
"ipc"
^^
xsd:
string
]
])
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
[
sp:
varName
"mdTop"
^^
xsd:
string
...
...
@@ -4317,11 +4447,11 @@ ddr-tables:WellTestInformation
sp:
elements
([
sp:
object
[
sp:
varName
"gas"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
core#hasPart>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
material#hasComponent>
;
sp:
subject
[
sp:
varName
"fluid"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/
well#Gas>
;
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/
material#Gas>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"gas"
^^
xsd:
string
...
...
@@ -4348,12 +4478,36 @@ ddr-tables:WellTestInformation
]
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
sp:
elements
([
sp:
object
<http://www.reportinghub.no/ep/schema/material#MaterialPartWholePair>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"co2GasPair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"gas"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#wholeMaterialOfPair>
;
sp:
subject
[
sp:
varName
"co2GasPair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"co2"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#partMaterialOfPair>
;
sp:
subject
[
sp:
varName
"co2GasPair"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#CarbonDioxide>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"co2"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"co2Conc"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
well#carbonDioxideConcentration>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
material#massRatio>
;
sp:
subject
[
sp:
varName
"
gas"
^^
xsd:
string
[
sp:
varName
"
co2GasPair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"cO2Content"
^^
xsd:
string
...
...
@@ -4364,12 +4518,36 @@ ddr-tables:WellTestInformation
]
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
sp:
elements
([
sp:
object
<http://www.reportinghub.no/ep/schema/material#MaterialPartWholePair>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"chlorideGasPair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"gas"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#wholeMaterialOfPair>
;
sp:
subject
[
sp:
varName
"chlorideGasPair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"chloride"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#partMaterialOfPair>
;
sp:
subject
[
sp:
varName
"chlorideGasPair"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#Chloride>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"chloride"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"chlConc"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
well#chlorideConcentration>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
material#massRatio>
;
sp:
subject
[
sp:
varName
"
gas"
^^
xsd:
string
[
sp:
varName
"
chlorideGasPair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"chlorideContent"
^^
xsd:
string
...
...
@@ -4380,12 +4558,36 @@ ddr-tables:WellTestInformation
]
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
sp:
elements
([
sp:
object
<http://www.reportinghub.no/ep/schema/material#MaterialPartWholePair>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"h2SGasPair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"gas"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#wholeMaterialOfPair>
;
sp:
subject
[
sp:
varName
"h2SGasPair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"h2S"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#partMaterialOfPair>
;
sp:
subject
[
sp:
varName
"h2SGasPair"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#HydrogenSulfide>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"h2S"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"h2sConc"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
well#hydrogenSulfideConcentration>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
material#massRatio>
;
sp:
subject
[
sp:
varName
"
gas"
^^
xsd:
string
[
sp:
varName
"
h2SGasPair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"h2SContent"
^^
xsd:
string
...
...
@@ -4400,11 +4602,11 @@ ddr-tables:WellTestInformation
sp:
elements
([
sp:
object
[
sp:
varName
"oil"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
core#hasPart>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
material#hasComponent>
;
sp:
subject
[
sp:
varName
"fluid"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/
well#Oil>
;
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/
material#Oil>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"oil"
^^
xsd:
string
...
...
@@ -4456,11 +4658,11 @@ ddr-tables:WellTestInformation
sp:
elements
([
sp:
object
[
sp:
varName
"water"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
core#hasPart>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
material#hasComponent>
;
sp:
subject
[
sp:
varName
"fluid"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/
well#Water>
;
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/
material#Water>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"water"
^^
xsd:
string
...
...
@@ -4488,14 +4690,57 @@ ddr-tables:WellTestInformation
])
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
[
sp:
varName
"gor"
^^
xsd:
string
sp:
elements
([
sp:
object
<http://www.reportinghub.no/ep/schema/material#MaterialPair>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"gasOilPair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"gas"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#firstMaterialOfPair>
;
sp:
subject
[
sp:
varName
"gasOilPair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"oil"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#gasOilRatio>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#secondMaterialOfPair>
;
sp:
subject
[
sp:
varName
"gasOilPair"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#Gas>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"gas"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"gas"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#hasComponent>
;
sp:
subject
[
sp:
varName
"fluid"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#Oil>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"oil"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"oil"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#hasComponent>
;
sp:
subject
[
sp:
varName
"fluid"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"gor"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#volumeRatio>
;
sp:
subject
[
sp:
varName
"gasOilPair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"gasOilRatio"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#fractionByVolume>
;
...
...
@@ -4504,13 +4749,56 @@ ddr-tables:WellTestInformation
]
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
[
sp:
varName
"wor"
^^
xsd:
string
sp:
elements
([
sp:
object
<http://www.reportinghub.no/ep/schema/material#MaterialPair>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"waterOilPair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"water"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#firstMaterialOfPair>
;
sp:
subject
[
sp:
varName
"waterOilPair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"oil"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#secondMaterialOfPair>
;
sp:
subject
[
sp:
varName
"waterOilPair"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#Water>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"water"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"water"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
well#waterOilRatio>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
material#hasComponent>
;
sp:
subject
[
sp:
varName
"fluid"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#Oil>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"oil"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"oil"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#hasComponent>
;
sp:
subject
[
sp:
varName
"fluid"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"wor"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#volumeRatio>
;
sp:
subject
[
sp:
varName
"waterOilPair"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"waterOilRatio"
^^
xsd:
string
]
;
...
...
www.reportinghub.no/ep/spin/SPIN_EPIM-lib-v1.1.spin.ttl
View file @
48c2c18
...
...
@@ -6,6 +6,7 @@
# imports: http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type
# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/facility
# imports: http://www.reportinghub.no/ep/schema/1.0/material
# imports: http://www.reportinghub.no/ep/schema/1.0/report
# imports: http://www.reportinghub.no/ep/schema/1.0/well
# imports: http://www.reportinghub.no/spin/rh
...
...
@@ -31,7 +32,7 @@
<http://www.reportinghub.no/ep/spin/1.1/lib>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/spin/rh>
,
<http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type>
,
<http://www.reportinghub.no/ep/schema/1.0/report>
,
<http://www.reportinghub.no/ep/schema/1.0/activity>
,
<http://www.reportinghub.no/ep/schema/1.0/well>
,
<http://spinrdf.org/spin>
,
<http://www.witsml.org/schemas/1series>
,
<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/activity-purpose>
,
<http://www.reportinghub.no/ep/schema/1.0/facility>
;
owl:
imports
<http://www.reportinghub.no/spin/rh>
,
<http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type>
,
<http://www.reportinghub.no/ep/schema/1.0/
material>
,
<http://www.reportinghub.no/ep/schema/1.0/
report>
,
<http://www.reportinghub.no/ep/schema/1.0/activity>
,
<http://www.reportinghub.no/ep/schema/1.0/well>
,
<http://spinrdf.org/spin>
,
<http://www.witsml.org/schemas/1series>
,
<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/activity-purpose>
,
<http://www.reportinghub.no/ep/schema/1.0/facility>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
ep-spin-lib:
Function
...
...
@@ -542,7 +543,7 @@ ep-spin-lib:buildSteelGradeAPI_5CTClass
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildURI
;
sp:
arg1
"http://www.reportinghub.no/ep/
schem
a/steelGrade/API_5CT-"
;
sp:
arg1
"http://www.reportinghub.no/ep/
dat
a/steelGrade/API_5CT-"
;
sp:
arg2
[
rdf:
type
fn:
concat
;
sp:
arg1
spin:
_arg1
]
...
...
@@ -1442,7 +1443,8 @@ ep-spin-lib:selectComponentType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b39
)
;
sp:
resultVariables
([
sp:
varName
"componentType"
^^
xsd:
string
])
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -1450,38 +1452,40 @@ ep-spin-lib:selectComponentType
sp:
arg1
spin:
_arg1
;
sp:
arg2
ddr:
DCTNPD_condensate
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/
wel
l#Condensate>
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/
materia
l#Condensate>
;
sp:
arg3
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
ddr:
DCTNPD_filtrate
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/
wel
l#Filtrate>
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/
materia
l#Filtrate>
;
sp:
arg3
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
ddr:
DCTNPD_gas
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/
wel
l#Gas>
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/
materia
l#Gas>
;
sp:
arg3
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
ddr:
DCTNPD_oil
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/
wel
l#Oil>
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/
materia
l#Oil>
;
sp:
arg3
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
ddr:
DCTNPD_water
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/
wel
l#Water>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/
wel
l#Fluid>
sp:
arg2
<http://www.reportinghub.no/ep/schema/
materia
l#Water>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/
materia
l#Fluid>
]
]
]
]
]
;
sp:
variable
_:
b39
sp:
variable
[
sp:
varName
"componentType"
^^
xsd:
string
]
])
]
.
...
...
@@ -1529,7 +1533,7 @@ ep-spin-lib:selectDailyDrillingReportType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b
40
)
;
sp:
resultVariables
(
_:
b
39
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -1547,7 +1551,7 @@ ep-spin-lib:selectDailyDrillingReportType
sp:
arg3
<http://www.reportinghub.no/ep/schema/report#FinalDailyDrillingReport>
]
]
;
sp:
variable
_:
b
40
sp:
variable
_:
b
39
])
]
.
...
...
@@ -1557,7 +1561,7 @@ ep-spin-lib:selectDensityScale
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b4
1
)
;
sp:
resultVariables
(
_:
b4
0
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -1575,7 +1579,7 @@ ep-spin-lib:selectDensityScale
sp:
arg3
<http://www.reportinghub.no/ep/schema/core#undefinedScale>
]
]
;
sp:
variable
_:
b4
1
sp:
variable
_:
b4
0
])
]
.
...
...
@@ -1585,7 +1589,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b4
2
)
;
sp:
resultVariables
(
_:
b4
1
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -1652,7 +1656,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType
]
]
]
;
sp:
variable
_:
b4
2
sp:
variable
_:
b4
1
])
]
.
...
...
@@ -1662,7 +1666,7 @@ ep-spin-lib:selectDrillingActivityPurposeType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b4
3
)
;
sp:
resultVariables
(
_:
b4
2
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -2247,7 +2251,7 @@ ep-spin-lib:selectDrillingActivityPurposeType
]
]
]
;
sp:
variable
_:
b4
3
sp:
variable
_:
b4
2
])
]
.
...
...
@@ -2257,7 +2261,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b4
4
)
;
sp:
resultVariables
(
_:
b4
3
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -2296,7 +2300,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType
]
]
]
;
sp:
variable
_:
b4
4
sp:
variable
_:
b4
3
])
]
.
...
...
@@ -2306,7 +2310,7 @@ ep-spin-lib:selectDrillingEquipmentType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b4
5
)
;
sp:
resultVariables
(
_:
b4
4
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -2723,7 +2727,7 @@ ep-spin-lib:selectDrillingEquipmentType
]
]
]
;
sp:
variable
_:
b4
5
sp:
variable
_:
b4
4
])
]
.
...
...
@@ -2764,7 +2768,7 @@ ep-spin-lib:selectFixedOrMoveableRigType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b4
6
)
;
sp:
resultVariables
(
_:
b4
5
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -2775,7 +2779,7 @@ ep-spin-lib:selectFixedOrMoveableRigType
sp:
arg2
<http://www.reportinghub.no/ep/schema/facility#FixedRig>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/facility#MoveableRig>
]
;
sp:
variable
_:
b4
6
sp:
variable
_:
b4
5
])
]
.
...
...
@@ -2785,7 +2789,8 @@ ep-spin-lib:selectFluidType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b47
)
;
sp:
resultVariables
([
sp:
varName
"fluidType"
^^
xsd:
string
])
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -2812,12 +2817,14 @@ ep-spin-lib:selectFluidType
sp:
arg2
ddr:
FT_Slurry
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/well#Slurry>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/
wel
l#Fluid>
sp:
arg3
<http://www.reportinghub.no/ep/schema/
materia
l#Fluid>
]
]
]
]
;
sp:
variable
_:
b47
sp:
variable
[
sp:
varName
"fluidType"
^^
xsd:
string
]
])
]
.
...
...
@@ -2907,7 +2914,7 @@ ep-spin-lib:selectGasReadingType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b4
8
)
;
sp:
resultVariables
(
_:
b4
6
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -2974,7 +2981,7 @@ ep-spin-lib:selectGasReadingType
]
]
]
;
sp:
variable
_:
b4
8
sp:
variable
_:
b4
6
])
]
.
...
...
@@ -3022,7 +3029,7 @@ ep-spin-lib:selectInnerBarrelType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b4
9
)
;
sp:
resultVariables
(
_:
b4
7
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -3054,7 +3061,7 @@ ep-spin-lib:selectInnerBarrelType
]
]
]
;
sp:
variable
_:
b4
9
sp:
variable
_:
b4
7
])
]
.
...
...
@@ -3064,7 +3071,7 @@ ep-spin-lib:selectLabelOfSystem
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b
50
)
;
sp:
resultVariables
(
_:
b
48
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -3110,7 +3117,7 @@ ep-spin-lib:selectLabelOfSystem
]
]
]
;
sp:
variable
_:
b
50
sp:
variable
_:
b
48
])
]
.
...
...
@@ -3120,7 +3127,7 @@ ep-spin-lib:selectLengthScale
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b
51
)
;
sp:
resultVariables
(
_:
b
49
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -3201,7 +3208,7 @@ ep-spin-lib:selectLengthScale
]
]
]
;
sp:
variable
_:
b
51
sp:
variable
_:
b
49
])
]
.
...
...
@@ -3211,7 +3218,7 @@ ep-spin-lib:selectMassPerUnitLengthScale
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b5
2
)
;
sp:
resultVariables
(
_:
b5
0
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -3222,7 +3229,7 @@ ep-spin-lib:selectMassPerUnitLengthScale
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#pound_foot-1>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/core#undefinedScale>
]
;
sp:
variable
_:
b5
2
sp:
variable
_:
b5
0
])
]
.
...
...
@@ -3256,7 +3263,7 @@ ep-spin-lib:selectMudClass
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b5
3
)
;
sp:
resultVariables
(
_:
b5
1
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -3281,7 +3288,7 @@ ep-spin-lib:selectMudClass
]
]
]
;
sp:
variable
_:
b5
3
sp:
variable
_:
b5
1
])
]
.
...
...
@@ -3291,7 +3298,7 @@ ep-spin-lib:selectPlaneAngleScale
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b5
4
)
;
sp:
resultVariables
(
_:
b5
2
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -3302,7 +3309,7 @@ ep-spin-lib:selectPlaneAngleScale
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#degreesOfAngle>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/core#undefinedScale>
]
;
sp:
variable
_:
b5
4
sp:
variable
_:
b5
2
])
]
.
...
...
@@ -3312,7 +3319,7 @@ ep-spin-lib:selectPlasticViscosityScale
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b5
5
)
;
sp:
resultVariables
(
_:
b5
3
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -3386,7 +3393,7 @@ ep-spin-lib:selectPlasticViscosityScale
]
]
]
;
sp:
variable
_:
b5
5
sp:
variable
_:
b5
3
])
]
.
...
...
@@ -3427,7 +3434,7 @@ ep-spin-lib:selectPorePressureDeterminationType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b5
6
)
;
sp:
resultVariables
(
_:
b5
4
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -3445,7 +3452,7 @@ ep-spin-lib:selectPorePressureDeterminationType
sp:
arg3
<http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination>
]
]
;
sp:
variable
_:
b5
6
sp:
variable
_:
b5
4
])
]
.
...
...
@@ -3455,7 +3462,7 @@ ep-spin-lib:selectPressureScale
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b5
7
)
;
sp:
resultVariables
(
_:
b5
5
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -3494,7 +3501,7 @@ ep-spin-lib:selectPressureScale
]
]
]
;
sp:
variable
_:
b5
7
sp:
variable
_:
b5
5
])
]
.
...
...
@@ -3504,7 +3511,7 @@ ep-spin-lib:selectPressureTestType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b5
8
)
;
sp:
resultVariables
(
_:
b5
6
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -3522,7 +3529,7 @@ ep-spin-lib:selectPressureTestType
sp:
arg3
<http://www.reportinghub.no/ep/schema/activity#WellBorePressureTest>
]
]
;
sp:
variable
_:
b5
8
sp:
variable
_:
b5
6
])
]
.
...
...
@@ -3532,7 +3539,7 @@ ep-spin-lib:selectSpeedScale
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b5
9
)
;
sp:
resultVariables
(
_:
b5
7
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -3543,7 +3550,7 @@ ep-spin-lib:selectSpeedScale
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#metre_hour-1>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/core#undefinedScale>
]
;
sp:
variable
_:
b5
9
sp:
variable
_:
b5
7
])
]
.
...
...
@@ -3553,7 +3560,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b
60
)
;
sp:
resultVariables
(
_:
b
58
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -3571,7 +3578,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale
sp:
arg3
<http://www.reportinghub.no/ep/schema/core#undefinedScale>
]
]
;
sp:
variable
_:
b
60
sp:
variable
_:
b
58
])
]
.
...
...
@@ -3581,7 +3588,7 @@ ep-spin-lib:selectTemperatureScale
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b
61
)
;
sp:
resultVariables
(
_:
b
59
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -3592,7 +3599,7 @@ ep-spin-lib:selectTemperatureScale
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#celsius>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/core#undefinedScale>
]
;
sp:
variable
_:
b
61
sp:
variable
_:
b
59
])
]
.
...
...
@@ -3602,7 +3609,7 @@ ep-spin-lib:selectTimeDurationScale
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b6
2
)
;
sp:
resultVariables
(
_:
b6
0
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -3648,7 +3655,7 @@ ep-spin-lib:selectTimeDurationScale
]
]
]
;
sp:
variable
_:
b6
2
sp:
variable
_:
b6
0
])
]
.
...
...
@@ -3786,7 +3793,7 @@ ep-spin-lib:selectVolumeScale
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b6
3
)
;
sp:
resultVariables
(
_:
b6
1
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -3811,7 +3818,7 @@ ep-spin-lib:selectVolumeScale
]
]
]
;
sp:
variable
_:
b6
3
sp:
variable
_:
b6
1
])
]
.
...
...
@@ -3821,7 +3828,7 @@ ep-spin-lib:selectVolumetricFlowRateScale
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b6
4
)
;
sp:
resultVariables
(
_:
b6
2
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -3846,7 +3853,7 @@ ep-spin-lib:selectVolumetricFlowRateScale
]
]
]
;
sp:
variable
_:
b6
4
sp:
variable
_:
b6
2
])
]
.
...
...
@@ -3856,7 +3863,7 @@ ep-spin-lib:selectWellBoreDrillingType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b6
5
)
;
sp:
resultVariables
(
_:
b6
3
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -3902,7 +3909,7 @@ ep-spin-lib:selectWellBoreDrillingType
]
]
]
;
sp:
variable
_:
b6
5
sp:
variable
_:
b6
3
])
]
.
...
...
@@ -3943,7 +3950,7 @@ ep-spin-lib:selectWellBoreHphtType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b6
6
)
;
sp:
resultVariables
(
_:
b6
4
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -3954,7 +3961,7 @@ ep-spin-lib:selectWellBoreHphtType
sp:
arg2
<http://www.reportinghub.no/ep/schema/well#HphtWellBore>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/well#NotHphtWellBore>
]
;
sp:
variable
_:
b6
6
sp:
variable
_:
b6
4
])
]
.
...
...
@@ -3995,7 +4002,7 @@ ep-spin-lib:selectWellBoreTightnessType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b6
7
)
;
sp:
resultVariables
(
_:
b6
5
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -4006,7 +4013,7 @@ ep-spin-lib:selectWellBoreTightnessType
sp:
arg2
<http://www.reportinghub.no/ep/schema/well#TightWellBore>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/well#LeakyWellBore>
]
;
sp:
variable
_:
b6
7
sp:
variable
_:
b6
5
])
]
.
...
...
@@ -4016,7 +4023,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b6
8
)
;
sp:
resultVariables
(
_:
b6
6
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -4027,7 +4034,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType
sp:
arg2
<http://www.reportinghub.no/ep/schema/activity#WellCementJobWithBottomPlug>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutBottomPlug>
]
;
sp:
variable
_:
b6
8
sp:
variable
_:
b6
6
])
]
.
...
...
@@ -4037,7 +4044,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b6
9
)
;
sp:
resultVariables
(
_:
b6
7
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -4048,7 +4055,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType
sp:
arg2
<http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingReciprocation>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingReciprocation>
]
;
sp:
variable
_:
b6
9
sp:
variable
_:
b6
7
])
]
.
...
...
@@ -4058,7 +4065,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b
70
)
;
sp:
resultVariables
(
_:
b
68
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -4069,7 +4076,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType
sp:
arg2
<http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingRotation>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingRotation>
]
;
sp:
variable
_:
b
70
sp:
variable
_:
b
68
])
]
.
...
...
@@ -4124,7 +4131,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b
71
)
;
sp:
resultVariables
(
_:
b
69
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -4135,7 +4142,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType
sp:
arg2
<http://www.reportinghub.no/ep/schema/activity#WellCementJobWithFloatHolding>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutFloatHolding>
]
;
sp:
variable
_:
b
71
sp:
variable
_:
b
69
])
]
.
...
...
@@ -4145,7 +4152,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b7
2
)
;
sp:
resultVariables
(
_:
b7
0
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -4156,7 +4163,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType
sp:
arg2
<http://www.reportinghub.no/ep/schema/activity#WellCementJobWithPlugBumping>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutPlugBumping>
]
;
sp:
variable
_:
b7
2
sp:
variable
_:
b7
0
])
]
.
...
...
@@ -4166,7 +4173,7 @@ ep-spin-lib:selectWellCementJobTopPlugType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b7
3
)
;
sp:
resultVariables
(
_:
b7
1
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -4177,7 +4184,7 @@ ep-spin-lib:selectWellCementJobTopPlugType
sp:
arg2
<http://www.reportinghub.no/ep/schema/activity#WellCementJobWithTopPlug>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutTopPlug>
]
;
sp:
variable
_:
b7
3
sp:
variable
_:
b7
1
])
]
.
...
...
@@ -4187,7 +4194,7 @@ ep-spin-lib:selectWellCementJobType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b7
4
)
;
sp:
resultVariables
(
_:
b7
2
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -4219,7 +4226,7 @@ ep-spin-lib:selectWellCementJobType
]
]
]
;
sp:
variable
_:
b7
4
sp:
variable
_:
b7
2
])
]
.
...
...
@@ -4274,7 +4281,7 @@ ep-spin-lib:selectWellControlIncidentType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b7
5
)
;
sp:
resultVariables
(
_:
b7
3
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -4306,7 +4313,7 @@ ep-spin-lib:selectWellControlIncidentType
]
]
]
;
sp:
variable
_:
b7
5
sp:
variable
_:
b7
3
])
]
.
...
...
@@ -4375,7 +4382,7 @@ ep-spin-lib:selectWellKillingType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b7
6
)
;
sp:
resultVariables
(
_:
b7
4
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -4421,7 +4428,7 @@ ep-spin-lib:selectWellKillingType
]
]
]
;
sp:
variable
_:
b7
6
sp:
variable
_:
b7
4
])
]
.
...
...
@@ -4431,7 +4438,7 @@ ep-spin-lib:selectWellTestType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b7
7
)
;
sp:
resultVariables
(
_:
b7
5
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -4449,7 +4456,7 @@ ep-spin-lib:selectWellTestType
sp:
arg3
<http://www.reportinghub.no/ep/schema/activity#WellTest>
]
]
;
sp:
variable
_:
b7
7
sp:
variable
_:
b7
5
])
]
.
...
...
@@ -4459,7 +4466,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b7
8
)
;
sp:
resultVariables
(
_:
b7
6
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -4470,7 +4477,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType
sp:
arg2
<http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithGoodSeal>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithoutGoodSeal>
]
;
sp:
variable
_:
b7
8
sp:
variable
_:
b7
6
])
]
.
...
...
@@ -4480,7 +4487,7 @@ ep-spin-lib:selectYieldPointScale
rdfs:
subClassOf
ep-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b7
9
)
;
sp:
resultVariables
(
_:
b7
7
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -4505,7 +4512,7 @@ ep-spin-lib:selectYieldPointScale
]
]
]
;
sp:
variable
_:
b7
9
sp:
variable
_:
b7
7
])
]
.
...
...
@@ -4514,230 +4521,224 @@ ddr:TTUC_Enumeration_1
rdfs:
label
"Enumeration"
^^
xsd:
string
;
dtype:
value
ddr:
TTUC_degC
.
_:
b1
sp:
varName
"uri"
^^
xsd:
string
.
_:
b77
sp:
varName
"yieldPointScale"
^^
xsd:
string
.
_:
b2
sp:
varName
"uri"
^^
xsd:
string
.
_:
b76
sp:
varName
"wirelineFormationTestGoodnessOfSealType"
^^
xsd:
string
.
_:
b3
sp:
varName
"uri"
^^
xsd:
string
.
_:
b75
sp:
varName
"wellTestType"
^^
xsd:
string
.
_:
b4
sp:
varName
"uri"
^^
xsd:
string
.
_:
b74
sp:
varName
"wellKillingType"
^^
xsd:
string
.
_:
b5
sp:
varName
"uri"
^^
xsd:
string
.
_:
b73
sp:
varName
"wellControlIncidentType"
^^
xsd:
string
.
_:
b6
sp:
varName
"uri"
^^
xsd:
string
.
_:
b72
sp:
varName
"wellCementJobType"
^^
xsd:
string
.
_:
b7
sp:
varName
"uri"
^^
xsd:
string
.
_:
b71
sp:
varName
"wellCementJobTopPlugType"
^^
xsd:
string
.
_:
b8
sp:
varName
"uri"
^^
xsd:
string
.
_:
b70
sp:
varName
"wellCementJobPlugBumpingType"
^^
xsd:
string
.
_:
b9
sp:
varName
"uri"
^^
xsd:
string
.
_:
b69
sp:
varName
"wellCementJobFloatHoldingType"
^^
xsd:
string
.
_:
b
10
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
68
sp:
varName
"
wellCementJobCasingRotationType
"
^^
xsd:
string
.
_:
b
11
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
67
sp:
varName
"
wellCementJobCasingReciprocationType
"
^^
xsd:
string
.
_:
b
12
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
66
sp:
varName
"
wellCementJobBottomPlugType
"
^^
xsd:
string
.
_:
b
13
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
65
sp:
varName
"
wellBoreTightnessType
"
^^
xsd:
string
.
_:
b
1
4
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
6
4
sp:
varName
"
wellBoreHphtType
"
^^
xsd:
string
.
_:
b
15
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
63
sp:
varName
"
wellBoreDrillingType
"
^^
xsd:
string
.
_:
b
16
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
62
sp:
varName
"
volumetricFlowRateScale
"
^^
xsd:
string
.
_:
b
17
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
61
sp:
varName
"
volumeScale
"
^^
xsd:
string
.
_:
b
18
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
60
sp:
varName
"
durationScale
"
^^
xsd:
string
.
_:
b
1
9
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
5
9
sp:
varName
"
temperatureScale
"
^^
xsd:
string
.
_:
b
20
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
58
sp:
varName
"
strengthScale
"
^^
xsd:
string
.
_:
b
21
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
57
sp:
varName
"
speedScale
"
^^
xsd:
string
.
_:
b
22
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
56
sp:
varName
"
pressureTestType
"
^^
xsd:
string
.
_:
b
23
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
55
sp:
varName
"
pressureScale
"
^^
xsd:
string
.
_:
b
2
4
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
5
4
sp:
varName
"
porePressureDeterminationType
"
^^
xsd:
string
.
_:
b
25
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
53
sp:
varName
"
plasticViscosityScale
"
^^
xsd:
string
.
_:
b
26
sp:
varName
"
normalizedStr
"
^^
xsd:
string
.
_:
b
52
sp:
varName
"
angleScale
"
^^
xsd:
string
.
_:
b
27
sp:
varName
"
s1
"
^^
xsd:
string
.
_:
b
51
sp:
varName
"
mudClass
"
^^
xsd:
string
.
_:
b
28
sp:
varName
"
s2
"
^^
xsd:
string
.
_:
b
50
sp:
varName
"
massPerUnitLengthScale
"
^^
xsd:
string
.
_:
b
2
9
sp:
varName
"
t0a
"
^^
xsd:
string
.
_:
b
4
9
sp:
varName
"
lengthScale
"
^^
xsd:
string
.
_:
b
30
sp:
varName
"
t0b
"
^^
xsd:
string
.
_:
b
48
sp:
varName
"
dailyDrillingReportType
"
^^
xsd:
string
.
_:
b
31
sp:
varName
"
t1
"
^^
xsd:
string
.
_:
b
47
sp:
varName
"
innerBarrelType
"
^^
xsd:
string
.
_:
b
32
sp:
varName
"
t2
"
^^
xsd:
string
.
_:
b
46
sp:
varName
"
gasReadingType
"
^^
xsd:
string
.
_:
b
33
sp:
varName
"
t3
"
^^
xsd:
string
.
_:
b
45
sp:
varName
"
fixedOrMoveableRigType
"
^^
xsd:
string
.
_:
b
3
4
sp:
varName
"
t4
"
^^
xsd:
string
.
_:
b
4
4
sp:
varName
"
drillingEquipmentType
"
^^
xsd:
string
.
_:
b
35
sp:
varName
"
activitySuccess
Type"
^^
xsd:
string
.
_:
b
43
sp:
varName
"
drillingActivityTypeAccordingToEquipment
Type"
^^
xsd:
string
.
_:
b
36
sp:
varName
"
casingRol
eType"
^^
xsd:
string
.
_:
b
42
sp:
varName
"
drillingActivityPurpos
eType"
^^
xsd:
string
.
_:
b
37
sp:
varName
"
cementingFluidReturn
Type"
^^
xsd:
string
.
_:
b
41
sp:
varName
"
drillingActivityOutcome
Type"
^^
xsd:
string
.
_:
b
38
sp:
varName
"
classOfWellDatumObject
"
^^
xsd:
string
.
_:
b
40
sp:
varName
"
densityScale
"
^^
xsd:
string
.
_:
b39
sp:
varName
"componentType"
^^
xsd:
string
.
_:
b40
sp:
varName
"dailyDrillingReportType"
^^
xsd:
string
.
_:
b41
sp:
varName
"densityScale"
^^
xsd:
string
.
_:
b42
sp:
varName
"drillingActivityOutcomeType"
^^
xsd:
string
.
_:
b38
sp:
varName
"classOfWellDatumObject"
^^
xsd:
string
.
_:
b
43
sp:
varName
"
drillingActivityPurpose
Type"
^^
xsd:
string
.
_:
b
37
sp:
varName
"
cementingFluidReturn
Type"
^^
xsd:
string
.
_:
b
44
sp:
varName
"
drillingActivityTypeAccordingToEquipment
Type"
^^
xsd:
string
.
_:
b
36
sp:
varName
"
casingRole
Type"
^^
xsd:
string
.
_:
b
4
5
sp:
varName
"
drillingEquipment
Type"
^^
xsd:
string
.
_:
b
3
5
sp:
varName
"
activitySuccess
Type"
^^
xsd:
string
.
_:
b
46
sp:
varName
"
fixedOrMoveableRigType
"
^^
xsd:
string
.
_:
b
34
sp:
varName
"
t4
"
^^
xsd:
string
.
_:
b
47
sp:
varName
"
fluidType
"
^^
xsd:
string
.
_:
b
33
sp:
varName
"
t3
"
^^
xsd:
string
.
_:
b
48
sp:
varName
"
gasReadingType
"
^^
xsd:
string
.
_:
b
32
sp:
varName
"
t2
"
^^
xsd:
string
.
_:
b
49
sp:
varName
"
innerBarrelType
"
^^
xsd:
string
.
_:
b
31
sp:
varName
"
t1
"
^^
xsd:
string
.
_:
b
5
0
sp:
varName
"
dailyDrillingReportType
"
^^
xsd:
string
.
_:
b
3
0
sp:
varName
"
t0b
"
^^
xsd:
string
.
_:
b
51
sp:
varName
"
lengthScale
"
^^
xsd:
string
.
_:
b
29
sp:
varName
"
t0a
"
^^
xsd:
string
.
_:
b
52
sp:
varName
"
massPerUnitLengthScale
"
^^
xsd:
string
.
_:
b
28
sp:
varName
"
s2
"
^^
xsd:
string
.
_:
b
53
sp:
varName
"
mudClass
"
^^
xsd:
string
.
_:
b
27
sp:
varName
"
s1
"
^^
xsd:
string
.
_:
b
54
sp:
varName
"
angleScale
"
^^
xsd:
string
.
_:
b
26
sp:
varName
"
normalizedStr
"
^^
xsd:
string
.
_:
b
5
5
sp:
varName
"
plasticViscosityScale
"
^^
xsd:
string
.
_:
b
2
5
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
56
sp:
varName
"
porePressureDeterminationType
"
^^
xsd:
string
.
_:
b
24
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
57
sp:
varName
"
pressureScale
"
^^
xsd:
string
.
_:
b
23
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
58
sp:
varName
"
pressureTestType
"
^^
xsd:
string
.
_:
b
22
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
59
sp:
varName
"
speedScale
"
^^
xsd:
string
.
_:
b
21
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
6
0
sp:
varName
"
strengthScale
"
^^
xsd:
string
.
_:
b
2
0
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
61
sp:
varName
"
temperatureScale
"
^^
xsd:
string
.
_:
b
19
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
62
sp:
varName
"
durationScale
"
^^
xsd:
string
.
_:
b
18
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
63
sp:
varName
"
volumeScale
"
^^
xsd:
string
.
_:
b
17
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
64
sp:
varName
"
volumetricFlowRateScale
"
^^
xsd:
string
.
_:
b
16
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
6
5
sp:
varName
"
wellBoreDrillingType
"
^^
xsd:
string
.
_:
b
1
5
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
66
sp:
varName
"
wellBoreHphtType
"
^^
xsd:
string
.
_:
b
14
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
67
sp:
varName
"
wellBoreTightnessType
"
^^
xsd:
string
.
_:
b
13
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
68
sp:
varName
"
wellCementJobBottomPlugType
"
^^
xsd:
string
.
_:
b
12
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
69
sp:
varName
"
wellCementJobCasingReciprocationType
"
^^
xsd:
string
.
_:
b
11
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
7
0
sp:
varName
"
wellCementJobCasingRotationType
"
^^
xsd:
string
.
_:
b
1
0
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b71
sp:
varName
"wellCementJobFloatHoldingType"
^^
xsd:
string
.
_:
b9
sp:
varName
"uri"
^^
xsd:
string
.
_:
b72
sp:
varName
"wellCementJobPlugBumpingType"
^^
xsd:
string
.
_:
b8
sp:
varName
"uri"
^^
xsd:
string
.
_:
b73
sp:
varName
"wellCementJobTopPlugType"
^^
xsd:
string
.
_:
b7
sp:
varName
"uri"
^^
xsd:
string
.
_:
b74
sp:
varName
"wellCementJobType"
^^
xsd:
string
.
_:
b6
sp:
varName
"uri"
^^
xsd:
string
.
_:
b75
sp:
varName
"wellControlIncidentType"
^^
xsd:
string
.
_:
b5
sp:
varName
"uri"
^^
xsd:
string
.
_:
b76
sp:
varName
"wellKillingType"
^^
xsd:
string
.
_:
b4
sp:
varName
"uri"
^^
xsd:
string
.
_:
b77
sp:
varName
"wellTestType"
^^
xsd:
string
.
_:
b3
sp:
varName
"uri"
^^
xsd:
string
.
_:
b78
sp:
varName
"wirelineFormationTestGoodnessOfSealType"
^^
xsd:
string
.
_:
b2
sp:
varName
"uri"
^^
xsd:
string
.
_:
b79
sp:
varName
"yieldPointScale"
^^
xsd:
string
.
_:
b1
sp:
varName
"uri"
^^
xsd:
string
.
...
...
www.reportinghub.no/ep/transform/TRANSFORM_ddr-casingLinerTubingRun-v1.1.1.ttl
View file @
48c2c18
# Saved by TopBraid on Wed Nov 02 15:52:30 GMT 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.witsml.org/schemas/1series
# imports: http://spinrdf.org/spin
@prefix
:
<http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun#>
.
@prefix
afn:
<http://jena.hpl.hp.com/ARQ/function#>
.
...
...
@@ -20,7 +19,7 @@
<http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://
spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/spin/1.1/lib>
,
<http://www.witsml.org/schemas/1series
>
;
owl:
imports
<http://
www.witsml.org/schemas/1series>
,
<http://www.reportinghub.no/ep/spin/1.1/lib>
,
<http://spinrdf.org/spin
>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
ddr:
Obj_drillReport
...
...
@@ -29,299 +28,520 @@ ddr:Obj_drillReport
rdfs:
comment
"STEP 280 Well completion"
^^
xsd:
string
;
sp:
templates
([
sp:
object
<http://www.reportinghub.no/ep/schema/activity#WellCompletion>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b1
;
sp:
subject
[
sp:
varName
"wellCompletion"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"wellCompletion"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasPart>
;
sp:
subject
_:
b2
]
[
sp:
object
_:
b3
;
sp:
subject
[
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"dTimStartStim"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#startedAt>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b4
;
sp:
subject
[
sp:
varName
"wellCompletion"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"dTimEndStim"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#finishedAt>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b5
;
sp:
subject
[
sp:
varName
"wellCompletion"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"description"
^^
xsd:
string
]
;
sp:
predicate
rdfs:
comment
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b6
;
sp:
subject
[
sp:
varName
"wellCompletion"
^^
xsd:
string
]
]
[
sp:
object
_:
b1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b1
sp:
subject
[
sp:
varName
"wellCompletion"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#PhysicalObject>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
6
]
[
sp:
object
_:
b
7
;
sp:
subject
_:
b
1
]
[
sp:
object
_:
b
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
sp:
subject
_:
b
6
sp:
subject
_:
b
1
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#WellBoreSection>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b7
]
[
sp:
object
_:
b8
;
sp:
subject
_:
b2
]
[
sp:
object
[
sp:
varName
"wellBore"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#spatialPartOf>
;
sp:
subject
_:
b
7
]
[
sp:
object
_:
b
9
;
sp:
subject
_:
b
2
]
[
sp:
object
_:
b
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore>
;
sp:
subject
_:
b
7
sp:
subject
_:
b
2
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Length>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b9
]
[
sp:
object
_:
b10
;
sp:
predicate
_:
b11
;
sp:
subject
_:
b9
]
[
sp:
object
_:
b12
;
sp:
subject
_:
b3
]
[
sp:
object
[
sp:
varName
"realMdTop"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"lengthScaleMdTop"
^^
xsd:
string
]
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore>
;
sp:
subject
_:
b
7
sp:
subject
_:
b
2
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Length>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b12
]
[
sp:
object
_:
b13
;
sp:
predicate
_:
b14
;
sp:
subject
_:
b12
]
[
sp:
object
_:
b15
;
sp:
subject
_:
b4
]
[
sp:
object
[
sp:
varName
"realMdBottom"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"lengthScaleMdBottom"
^^
xsd:
string
]
;
sp:
subject
_:
b4
]
[
sp:
object
_:
b5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasSpatialPart>
;
sp:
subject
_:
b
7
sp:
subject
_:
b
2
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b15
]
[
sp:
object
_:
b16
;
sp:
subject
_:
b5
]
[
sp:
object
[
sp:
varName
"casingRoleType"
^^
xsd:
string
]
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b15
]
[
sp:
object
_:
b17
;
sp:
subject
_:
b5
]
[
sp:
object
[
sp:
varName
"tubeType"
^^
xsd:
string
]
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
1
5
]
[
sp:
object
_:
b
18
;
sp:
subject
_:
b5
]
[
sp:
object
_:
b
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/equipment#insideDiameterOfATubular>
;
sp:
subject
_:
b
1
5
sp:
subject
_:
b5
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Length>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b18
]
[
sp:
object
_:
b19
;
sp:
predicate
_:
b20
;
sp:
subject
_:
b18
]
[
sp:
object
_:
b21
;
sp:
subject
_:
b6
]
[
sp:
object
[
sp:
varName
"realId"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"lengthScaleId"
^^
xsd:
string
]
;
sp:
subject
_:
b6
]
[
sp:
object
[
sp:
varName
"pipeOutsideDiameterAPI_5CTClass"
^^
xsd:
string
]
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
1
5
sp:
subject
_:
b5
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing>
;
sp:
predicate
rdfs:
subClassOf
;
sp:
subject
_:
b21
sp:
subject
[
sp:
varName
"pipeOutsideDiameterAPI_5CTClass"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/equipment#PipeOutsideDiameterAPI_5CTClass>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b21
]
[
sp:
object
_:
b22
;
sp:
subject
[
sp:
varName
"pipeOutsideDiameterAPI_5CTClass"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realOdName"
^^
xsd:
string
]
;
sp:
predicate
rdfs:
label
;
sp:
subject
_:
b21
]
[
sp:
object
_:
b23
;
sp:
subject
[
sp:
varName
"pipeOutsideDiameterAPI_5CTClass"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"pipeWeightAPI_5CTClass"
^^
xsd:
string
]
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
1
5
sp:
subject
_:
b5
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing>
;
sp:
predicate
rdfs:
subClassOf
;
sp:
subject
_:
b23
sp:
subject
[
sp:
varName
"pipeWeightAPI_5CTClass"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/equipment#PipeWeightAPI_5CTClass>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b23
]
[
sp:
object
_:
b24
;
sp:
subject
[
sp:
varName
"pipeWeightAPI_5CTClass"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"weightName"
^^
xsd:
string
]
;
sp:
predicate
rdfs:
label
;
sp:
subject
_:
b23
]
[
sp:
object
_:
b25
;
sp:
subject
[
sp:
varName
"pipeWeightAPI_5CTClass"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"steelGradeAPI_5CTClass"
^^
xsd:
string
]
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
1
5
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/
core#PhysicalObject
>
;
sp:
subject
_:
b5
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/
material#Material
>
;
sp:
predicate
rdfs:
subClassOf
;
sp:
subject
_:
b25
sp:
subject
[
sp:
varName
"steelGradeAPI_5CTClass"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/equipment#SteelGradeAPI_5CTClass>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b25
]
[
sp:
object
_:
b26
;
sp:
subject
[
sp:
varName
"steelGradeAPI_5CTClass"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"grade"
^^
xsd:
string
]
;
sp:
predicate
rdfs:
label
;
sp:
subject
_:
b25
]
[
sp:
object
_:
b27
;
sp:
subject
[
sp:
varName
"steelGradeAPI_5CTClass"
^^
xsd:
string
]
]
[
sp:
object
_:
b7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/equipment#hasTubularConnectionClass>
;
sp:
subject
_:
b
1
5
sp:
subject
_:
b5
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/equipment#TubularConnectionClass>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b27
]
[
sp:
object
_:
b28
;
sp:
subject
_:
b7
]
[
sp:
object
[
sp:
varName
"connection"
^^
xsd:
string
]
;
sp:
predicate
rdfs:
label
;
sp:
subject
_:
b
2
7
]
[
sp:
object
_:
b
29
;
sp:
subject
_:
b7
]
[
sp:
object
_:
b
8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/equipment#stringLengthOfATubular>
;
sp:
subject
_:
b
1
5
sp:
subject
_:
b5
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Length>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b29
]
[
sp:
object
_:
b30
;
sp:
predicate
_:
b31
;
sp:
subject
_:
b29
sp:
subject
_:
b8
]
[
sp:
object
[
sp:
varName
"realLen"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"lengthScaleLen"
^^
xsd:
string
]
;
sp:
subject
_:
b8
])
;
sp:
where
([
sp:
object
_:
b32
;
sp:
where
([
sp:
object
[
sp:
varName
"nameWellBore"
^^
xsd:
string
]
;
sp:
predicate
ep-spin-lib:
nameWellbore
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b33
;
]
[
sp:
object
[
sp:
varName
"dTimStart"
^^
xsd:
string
]
;
sp:
predicate
ddr:
dTimStart
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b34
;
]
[
sp:
object
[
sp:
varName
"casingLinerTubing"
^^
xsd:
string
]
;
sp:
predicate
ddr:
casing_liner_tubingRef
;
sp:
subject
spin:
_this
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b35
;
sp:
elements
([
sp:
object
[
sp:
varName
"enumTubeType"
^^
xsd:
string
]
;
sp:
predicate
ddr:
typeRef
;
sp:
subject
_:
b34
sp:
subject
[
sp:
varName
"casingLinerTubing"
^^
xsd:
string
]
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b36
;
sp:
elements
([
sp:
object
[
sp:
varName
"id"
^^
xsd:
string
]
;
sp:
predicate
ddr:
idRef
;
sp:
subject
_:
b34
]
[
sp:
object
_:
b37
;
sp:
subject
[
sp:
varName
"casingLinerTubing"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"uomId"
^^
xsd:
string
]
;
sp:
predicate
ddr:
uomRef
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b19
;
sp:
subject
[
sp:
varName
"id"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realId"
^^
xsd:
string
]
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
_:
b36
sp:
subject
[
sp:
varName
"id"
^^
xsd:
string
]
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b38
;
sp:
elements
([
sp:
object
[
sp:
varName
"od"
^^
xsd:
string
]
;
sp:
predicate
ddr:
odRef
;
sp:
subject
_:
b34
]
[
sp:
object
_:
b39
;
sp:
subject
[
sp:
varName
"casingLinerTubing"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"uomOd"
^^
xsd:
string
]
;
sp:
predicate
ddr:
uomRef
;
sp:
subject
_:
b38
]
[
sp:
object
_:
b40
;
sp:
subject
[
sp:
varName
"od"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realOd"
^^
xsd:
string
]
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
_:
b38
sp:
subject
[
sp:
varName
"od"
^^
xsd:
string
]
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b41
;
sp:
elements
([
sp:
object
[
sp:
varName
"weight"
^^
xsd:
string
]
;
sp:
predicate
ddr:
weightRef
;
sp:
subject
_:
b34
]
[
sp:
object
_:
b42
;
sp:
subject
[
sp:
varName
"casingLinerTubing"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"uomWeight"
^^
xsd:
string
]
;
sp:
predicate
ddr:
uomRef
;
sp:
subject
_:
b41
]
[
sp:
object
_:
b43
;
sp:
subject
[
sp:
varName
"weight"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realMassPerUnitLength"
^^
xsd:
string
]
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
_:
b41
sp:
subject
[
sp:
varName
"weight"
^^
xsd:
string
]
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b26
;
sp:
elements
([
sp:
object
[
sp:
varName
"grade"
^^
xsd:
string
]
;
sp:
predicate
ddr:
grade
;
sp:
subject
_:
b34
sp:
subject
[
sp:
varName
"casingLinerTubing"
^^
xsd:
string
]
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b28
;
sp:
elements
([
sp:
object
[
sp:
varName
"connection"
^^
xsd:
string
]
;
sp:
predicate
ddr:
connection
;
sp:
subject
_:
b34
sp:
subject
[
sp:
varName
"casingLinerTubing"
^^
xsd:
string
]
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b44
;
sp:
elements
([
sp:
object
[
sp:
varName
"length"
^^
xsd:
string
]
;
sp:
predicate
ddr:
lengthRef
;
sp:
subject
_:
b34
]
[
sp:
object
_:
b45
;
sp:
subject
[
sp:
varName
"casingLinerTubing"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"uomLen"
^^
xsd:
string
]
;
sp:
predicate
ddr:
uomRef
;
sp:
subject
_:
b44
]
[
sp:
object
_:
b30
;
sp:
subject
[
sp:
varName
"length"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realLen"
^^
xsd:
string
]
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
_:
b44
sp:
subject
[
sp:
varName
"length"
^^
xsd:
string
]
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b46
;
sp:
elements
([
sp:
object
[
sp:
varName
"mdTop"
^^
xsd:
string
]
;
sp:
predicate
ddr:
mdTopRef
;
sp:
subject
_:
b34
]
[
sp:
object
_:
b47
;
sp:
subject
[
sp:
varName
"casingLinerTubing"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"uomMdTop"
^^
xsd:
string
]
;
sp:
predicate
ddr:
uomRef
;
sp:
subject
_:
b46
]
[
sp:
object
_:
b10
;
sp:
subject
[
sp:
varName
"mdTop"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realMdTop"
^^
xsd:
string
]
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
_:
b46
sp:
subject
[
sp:
varName
"mdTop"
^^
xsd:
string
]
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b48
;
sp:
elements
([
sp:
object
[
sp:
varName
"mdBottom"
^^
xsd:
string
]
;
sp:
predicate
ddr:
mdBottomRef
;
sp:
subject
_:
b34
]
[
sp:
object
_:
b49
;
sp:
subject
[
sp:
varName
"casingLinerTubing"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"uomMdBottom"
^^
xsd:
string
]
;
sp:
predicate
ddr:
uomRef
;
sp:
subject
_:
b48
]
[
sp:
object
_:
b13
;
sp:
subject
[
sp:
varName
"mdBottom"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realMdBottom"
^^
xsd:
string
]
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
_:
b48
sp:
subject
[
sp:
varName
"mdBottom"
^^
xsd:
string
]
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b50
;
sp:
elements
([
sp:
object
[
sp:
varName
"casingLinerTubingRun"
^^
xsd:
string
]
;
sp:
predicate
ddr:
casing_liner_tubing_runRef
;
sp:
subject
_:
b34
]
[
sp:
object
_:
b51
;
sp:
subject
[
sp:
varName
"casingLinerTubing"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"enumCasingType"
^^
xsd:
string
]
;
sp:
predicate
ddr:
casingTypeRef
;
sp:
subject
_:
b50
sp:
subject
[
sp:
varName
"casingLinerTubingRun"
^^
xsd:
string
]
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b50
;
sp:
elements
([
sp:
object
[
sp:
varName
"casingLinerTubingRun"
^^
xsd:
string
]
;
sp:
predicate
ddr:
casing_liner_tubing_runRef
;
sp:
subject
_:
b34
]
[
sp:
object
_:
b5
;
sp:
subject
[
sp:
varName
"casingLinerTubing"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"description"
^^
xsd:
string
]
;
sp:
predicate
ddr:
description
;
sp:
subject
_:
b50
sp:
subject
[
sp:
varName
"casingLinerTubingRun"
^^
xsd:
string
]
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b50
;
sp:
elements
([
sp:
object
[
sp:
varName
"casingLinerTubingRun"
^^
xsd:
string
]
;
sp:
predicate
ddr:
casing_liner_tubing_runRef
;
sp:
subject
_:
b34
]
[
sp:
object
_:
b3
;
sp:
subject
[
sp:
varName
"casingLinerTubing"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"dTimStartStim"
^^
xsd:
string
]
;
sp:
predicate
ddr:
dTimStart
;
sp:
subject
_:
b50
sp:
subject
[
sp:
varName
"casingLinerTubingRun"
^^
xsd:
string
]
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b50
;
sp:
elements
([
sp:
object
[
sp:
varName
"casingLinerTubingRun"
^^
xsd:
string
]
;
sp:
predicate
ddr:
casing_liner_tubing_runRef
;
sp:
subject
_:
b34
]
[
sp:
object
_:
b4
;
sp:
subject
[
sp:
varName
"casingLinerTubing"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"dTimEndStim"
^^
xsd:
string
]
;
sp:
predicate
ddr:
dTimEnd
;
sp:
subject
_:
b50
sp:
subject
[
sp:
varName
"casingLinerTubingRun"
^^
xsd:
string
]
])
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b32
sp:
arg1
[
sp:
varName
"nameWellBore"
^^
xsd:
string
]
]
;
sp:
variable
_:
b52
sp:
variable
[
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b52
;
sp:
arg2
_:
b33
sp:
arg1
[
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
]
;
sp:
arg2
[
sp:
varName
"dTimStart"
^^
xsd:
string
]
]
;
sp:
variable
_:
b2
sp:
variable
[
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
afn:
localname
;
sp:
arg1
_:
b34
sp:
arg1
[
sp:
varName
"casingLinerTubing"
^^
xsd:
string
]
]
;
sp:
variable
_:
b53
sp:
variable
[
sp:
varName
"localname"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildWellCompletionURI
;
sp:
arg1
_:
b52
;
sp:
arg2
_:
b33
;
sp:
arg3
_:
b53
sp:
arg1
[
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
]
;
sp:
arg2
[
sp:
varName
"dTimStart"
^^
xsd:
string
]
;
sp:
arg3
[
sp:
varName
"localname"
^^
xsd:
string
]
]
;
sp:
variable
_:
b1
sp:
variable
[
sp:
varName
"wellCompletion"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectCasingRoleType
;
sp:
arg1
_:
b51
sp:
arg1
[
sp:
varName
"enumCasingType"
^^
xsd:
string
]
]
;
sp:
variable
_:
b16
sp:
variable
[
sp:
varName
"casingRoleType"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectTubeType
;
sp:
arg1
_:
b35
sp:
arg1
[
sp:
varName
"enumTubeType"
^^
xsd:
string
]
]
;
sp:
variable
_:
b17
sp:
variable
[
sp:
varName
"tubeType"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectLengthScale
;
sp:
arg1
_:
b37
sp:
arg1
[
sp:
varName
"uomId"
^^
xsd:
string
]
]
;
sp:
variable
_:
b20
sp:
variable
[
sp:
varName
"lengthScaleId"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectLengthScale
;
sp:
arg1
_:
b39
sp:
arg1
[
sp:
varName
"uomOd"
^^
xsd:
string
]
]
;
sp:
variable
[
sp:
varName
"lengthScaleOd"
^^
xsd:
string
...
...
@@ -329,25 +549,35 @@ ddr:Obj_drillReport
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectLengthScale
;
sp:
arg1
_:
b45
sp:
arg1
[
sp:
varName
"uomLen"
^^
xsd:
string
]
]
;
sp:
variable
_:
b31
sp:
variable
[
sp:
varName
"lengthScaleLen"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectLengthScale
;
sp:
arg1
_:
b47
sp:
arg1
[
sp:
varName
"uomMdTop"
^^
xsd:
string
]
]
;
sp:
variable
_:
b11
sp:
variable
[
sp:
varName
"lengthScaleMdTop"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectLengthScale
;
sp:
arg1
_:
b49
sp:
arg1
[
sp:
varName
"uomMdBottom"
^^
xsd:
string
]
]
;
sp:
variable
_:
b14
sp:
variable
[
sp:
varName
"lengthScaleMdBottom"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectMassPerUnitLengthScale
;
sp:
arg1
_:
b42
sp:
arg1
[
sp:
varName
"uomWeight"
^^
xsd:
string
]
]
;
sp:
variable
[
sp:
varName
"massPerUnitLengthScale"
^^
xsd:
string
...
...
@@ -355,170 +585,59 @@ ddr:Obj_drillReport
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildSteelGradeAPI_5CTClass
;
sp:
arg1
_:
b26
sp:
arg1
[
sp:
varName
"grade"
^^
xsd:
string
]
]
;
sp:
variable
_:
b25
sp:
variable
[
sp:
varName
"steelGradeAPI_5CTClass"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeDoubleName
;
sp:
arg1
_:
b40
sp:
arg1
[
sp:
varName
"realOd"
^^
xsd:
string
]
]
;
sp:
variable
_:
b22
sp:
variable
[
sp:
varName
"realOdName"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildPipeOutsideDiameterAPI_5CTClass
;
sp:
arg1
_:
b22
sp:
arg1
[
sp:
varName
"realOdName"
^^
xsd:
string
]
]
;
sp:
variable
_:
b21
sp:
variable
[
sp:
varName
"pipeOutsideDiameterAPI_5CTClass"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeDoubleName
;
sp:
arg1
_:
b43
sp:
arg1
[
sp:
varName
"realMassPerUnitLength"
^^
xsd:
string
]
]
;
sp:
variable
_:
b24
sp:
variable
[
sp:
varName
"weightName"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildPipeWeightAPI_5CTClass
;
sp:
arg1
_:
b24
sp:
arg1
[
sp:
varName
"weightName"
^^
xsd:
string
]
]
;
sp:
variable
_:
b23
sp:
variable
[
sp:
varName
"pipeWeightAPI_5CTClass"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
rhspin:
wellBoreByName
;
arg:
wellBoreName
[
rdf:
type
xsd:
string
;
sp:
arg1
_:
b32
sp:
arg1
[
sp:
varName
"nameWellBore"
^^
xsd:
string
]
]
]
;
sp:
variable
_:
b8
sp:
variable
[
sp:
varName
"wellBore"
^^
xsd:
string
]
])
]
.
_:
b32
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b33
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b34
sp:
varName
"casingLinerTubing"
^^
xsd:
string
.
_:
b35
sp:
varName
"enumTubeType"
^^
xsd:
string
.
_:
b36
sp:
varName
"id"
^^
xsd:
string
.
_:
b37
sp:
varName
"uomId"
^^
xsd:
string
.
_:
b19
sp:
varName
"realId"
^^
xsd:
string
.
_:
b38
sp:
varName
"od"
^^
xsd:
string
.
_:
b39
sp:
varName
"uomOd"
^^
xsd:
string
.
_:
b40
sp:
varName
"realOd"
^^
xsd:
string
.
_:
b41
sp:
varName
"weight"
^^
xsd:
string
.
_:
b42
sp:
varName
"uomWeight"
^^
xsd:
string
.
_:
b43
sp:
varName
"realMassPerUnitLength"
^^
xsd:
string
.
_:
b26
sp:
varName
"grade"
^^
xsd:
string
.
_:
b28
sp:
varName
"connection"
^^
xsd:
string
.
_:
b44
sp:
varName
"length"
^^
xsd:
string
.
_:
b45
sp:
varName
"uomLen"
^^
xsd:
string
.
_:
b30
sp:
varName
"realLen"
^^
xsd:
string
.
_:
b46
sp:
varName
"mdTop"
^^
xsd:
string
.
_:
b47
sp:
varName
"uomMdTop"
^^
xsd:
string
.
_:
b10
sp:
varName
"realMdTop"
^^
xsd:
string
.
_:
b48
sp:
varName
"mdBottom"
^^
xsd:
string
.
_:
b49
sp:
varName
"uomMdBottom"
^^
xsd:
string
.
_:
b13
sp:
varName
"realMdBottom"
^^
xsd:
string
.
_:
b50
sp:
varName
"casingLinerTubingRun"
^^
xsd:
string
.
_:
b51
sp:
varName
"enumCasingType"
^^
xsd:
string
.
_:
b5
sp:
varName
"description"
^^
xsd:
string
.
_:
b3
sp:
varName
"dTimStartStim"
^^
xsd:
string
.
_:
b4
sp:
varName
"dTimEndStim"
^^
xsd:
string
.
_:
b52
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b2
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b53
sp:
varName
"localname"
^^
xsd:
string
.
_:
b1
sp:
varName
"wellCompletion"
^^
xsd:
string
.
_:
b16
sp:
varName
"casingRoleType"
^^
xsd:
string
.
_:
b17
sp:
varName
"tubeType"
^^
xsd:
string
.
_:
b20
sp:
varName
"lengthScaleId"
^^
xsd:
string
.
_:
b31
sp:
varName
"lengthScaleLen"
^^
xsd:
string
.
_:
b11
sp:
varName
"lengthScaleMdTop"
^^
xsd:
string
.
_:
b14
sp:
varName
"lengthScaleMdBottom"
^^
xsd:
string
.
_:
b25
sp:
varName
"steelGradeAPI_5CTClass"
^^
xsd:
string
.
_:
b22
sp:
varName
"realOdName"
^^
xsd:
string
.
_:
b21
sp:
varName
"pipeOutsideDiameterAPI_5CTClass"
^^
xsd:
string
.
_:
b24
sp:
varName
"weightName"
^^
xsd:
string
.
_:
b23
sp:
varName
"pipeWeightAPI_5CTClass"
^^
xsd:
string
.
_:
b8
sp:
varName
"wellBore"
^^
xsd:
string
.
...
...
www.reportinghub.no/ep/transform/TRANSFORM_ddr-controlIncidentInfo-v1.1.1.ttl
View file @
48c2c18
# Saved by TopBraid on Wed Nov 02 16:30:07 GMT 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/schema/1.0/material
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.witsml.org/schemas/1series
# imports: http://spinrdf.org/spin
@prefix
:
<http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo#>
.
@prefix
afn:
<http://jena.hpl.hp.com/ARQ/function#>
.
...
...
@@ -20,7 +20,7 @@
<http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.
witsml.org/schemas/1series>
,
<http://www.reportinghub.no/ep/spin/1.1/lib>
,
<http://spinrdf.org/spin
>
;
owl:
imports
<http://www.
reportinghub.no/ep/schema/1.0/material>
,
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/spin/1.1/lib>
,
<http://www.witsml.org/schemas/1series
>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
ddr:
Obj_drillReport
...
...
@@ -29,469 +29,833 @@ ddr:Obj_drillReport
rdfs:
comment
"STEP 250 Create an WellControlIncident activity"
^^
xsd:
string
;
sp:
templates
([
sp:
object
<http://www.reportinghub.no/ep/schema/activity#WellControlIncident>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b1
;
sp:
subject
[
sp:
varName
"wellControlIncident"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"wellControlIncident"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasPart>
;
sp:
subject
_:
b2
]
[
sp:
object
_:
b3
;
sp:
subject
[
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
]
]
[
sp:
object
_:
b1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b1
sp:
subject
[
sp:
varName
"wellControlIncident"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b4
;
sp:
subject
_:
b1
]
[
sp:
object
[
sp:
varName
"dailytemporalPartOfAWellBore"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#startedAt>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b6
;
]
[
sp:
object
[
sp:
varName
"dTimStartOfIncident"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#startedAt>
;
sp:
subject
[
sp:
varName
"wellControlIncident"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"dTimEndOfIncident"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#finishedAt>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b7
;
sp:
subject
[
sp:
varName
"wellControlIncident"
^^
xsd:
string
]
]
[
sp:
object
_:
b2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#hasInflowLocation>
;
sp:
subject
_:
b1
sp:
subject
[
sp:
varName
"wellControlIncident"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b7
]
[
sp:
object
_:
b8
;
sp:
subject
_:
b2
]
[
sp:
object
[
sp:
varName
"wellBore"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#spatialPartOf>
;
sp:
subject
_:
b
7
]
[
sp:
object
_:
b
7
;
sp:
subject
_:
b
2
]
[
sp:
object
_:
b
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#spatialPartOf>
;
sp:
subject
_:
b
9
sp:
subject
_:
b
3
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#SurroundingRockFormation>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b9
]
[
sp:
object
_:
b10
;
sp:
subject
_:
b3
]
[
sp:
object
[
sp:
varName
"formation"
^^
xsd:
string
]
;
sp:
predicate
rdfs:
comment
;
sp:
subject
_:
b
9
]
[
sp:
object
_:
b
11
;
sp:
subject
_:
b
3
]
[
sp:
object
_:
b
4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#measuredDepth>
;
sp:
subject
_:
b
7
sp:
subject
_:
b
2
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Length>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b11
]
[
sp:
object
_:
b12
;
sp:
predicate
_:
b13
;
sp:
subject
_:
b11
]
[
sp:
object
_:
b14
;
sp:
subject
_:
b4
]
[
sp:
object
[
sp:
varName
"realMdIn"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"lengthScaleMdIn"
^^
xsd:
string
]
;
sp:
subject
_:
b4
]
[
sp:
object
_:
b5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#trueVerticalDepth>
;
sp:
subject
_:
b
7
sp:
subject
_:
b
2
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Length>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b14
]
[
sp:
object
_:
b15
;
sp:
predicate
_:
b16
;
sp:
subject
_:
b14
]
[
sp:
object
_:
b17
;
sp:
subject
_:
b5
]
[
sp:
object
[
sp:
varName
"realTvdIn"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"lengthScaleTvdIn"
^^
xsd:
string
]
;
sp:
subject
_:
b5
]
[
sp:
object
_:
b6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#timeLost>
;
sp:
subject
_:
b1
sp:
subject
[
sp:
varName
"wellControlIncident"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#TimeDuration>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b17
]
[
sp:
object
_:
b18
;
sp:
predicate
_:
b19
;
sp:
subject
_:
b17
]
[
sp:
object
_:
b20
;
sp:
subject
_:
b6
]
[
sp:
object
[
sp:
varName
"realDuration"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"timeDurationScale"
^^
xsd:
string
]
;
sp:
subject
_:
b6
]
[
sp:
object
[
sp:
varName
"wellControlIncidentType"
^^
xsd:
string
]
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b21
;
sp:
subject
[
sp:
varName
"wellControlIncident"
^^
xsd:
string
]
]
[
sp:
object
_:
b7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#partOf>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b22
;
sp:
subject
[
sp:
varName
"wellControlIncident"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"drillingActivityPurposeType"
^^
xsd:
string
]
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b21
]
[
sp:
object
_:
b23
;
sp:
subject
_:
b7
]
[
sp:
object
[
sp:
varName
"drillingActivityTypeAccordingToEquipmentType"
^^
xsd:
string
]
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
21
]
[
sp:
object
_:
b
24
;
sp:
subject
_:
b
7
]
[
sp:
object
_:
b
8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#hasDrillBit>
;
sp:
subject
_:
b
21
]
[
sp:
object
_:
b
25
;
sp:
subject
_:
b
7
]
[
sp:
object
_:
b
9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#hasChokeValve>
;
sp:
subject
_:
b
21
sp:
subject
_:
b
7
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/equipment#ChokeValve>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
25
]
[
sp:
object
_:
b
26
;
sp:
subject
_:
b
9
]
[
sp:
object
_:
b
10
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/equipment#maximumPressureForChokeValve>
;
sp:
subject
_:
b
25
sp:
subject
_:
b
9
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Pressure>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b26
]
[
sp:
object
_:
b27
;
sp:
predicate
_:
b28
;
sp:
subject
_:
b26
sp:
subject
_:
b10
]
[
sp:
object
[
sp:
varName
"realMaxChoke"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"pressureScaleMaxChoke"
^^
xsd:
string
]
;
sp:
subject
_:
b10
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/equipment#DrillBit>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b24
]
[
sp:
object
_:
b29
;
sp:
subject
_:
b8
]
[
sp:
object
[
sp:
varName
"wellBoreDrillBitSizeClass"
^^
xsd:
string
]
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
24
sp:
subject
_:
b
8
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/equipment#DrillBit>
;
sp:
predicate
rdfs:
subClassOf
;
sp:
subject
_:
b29
sp:
subject
[
sp:
varName
"wellBoreDrillBitSizeClass"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/equipment#ClassOfDrillBitBySize>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b29
]
[
sp:
object
_:
b30
;
sp:
subject
[
sp:
varName
"wellBoreDrillBitSizeClass"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"diaName"
^^
xsd:
string
]
;
sp:
predicate
rdfs:
label
;
sp:
subject
_:
b29
]
[
sp:
object
_:
b31
;
sp:
subject
[
sp:
varName
"wellBoreDrillBitSizeClass"
^^
xsd:
string
]
]
[
sp:
object
_:
b11
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasPart>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b32
;
sp:
subject
[
sp:
varName
"wellControlIncident"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"wellKillingType"
^^
xsd:
string
]
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
3
1
]
[
sp:
object
_:
b
33
;
sp:
subject
_:
b
1
1
]
[
sp:
object
_:
b
12
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#volumeOfMudGained>
;
sp:
subject
_:
b1
sp:
subject
[
sp:
varName
"wellControlIncident"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Volume>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b33
]
[
sp:
object
_:
b34
;
sp:
predicate
_:
b35
;
sp:
subject
_:
b33
]
[
sp:
object
_:
b36
;
sp:
subject
_:
b12
]
[
sp:
object
[
sp:
varName
"realVol"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"volumeScale"
^^
xsd:
string
]
;
sp:
subject
_:
b12
]
[
sp:
object
[
sp:
varName
"description"
^^
xsd:
string
]
;
sp:
predicate
rdfs:
comment
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b37
;
sp:
subject
[
sp:
varName
"wellControlIncident"
^^
xsd:
string
]
]
[
sp:
object
_:
b13
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasPart>
;
sp:
subject
_:
b
3
sp:
subject
_:
b
1
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/equipment#LastCasingOfAWellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
37
]
[
sp:
object
_:
b
38
;
sp:
subject
_:
b
13
]
[
sp:
object
_:
b
14
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
sp:
subject
_:
b37
]
[
sp:
object
_:
b39
;
sp:
subject
_:
b13
]
[
sp:
object
[
sp:
varName
"pipeOutsideDiameterAPI_5CTClass"
^^
xsd:
string
]
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
38
sp:
subject
_:
b
14
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing>
;
sp:
predicate
rdfs:
subClassOf
;
sp:
subject
_:
b39
sp:
subject
[
sp:
varName
"pipeOutsideDiameterAPI_5CTClass"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/equipment#PipeOutsideDiameterAPI_5CTClass>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b39
]
[
sp:
object
_:
b40
;
sp:
subject
[
sp:
varName
"pipeOutsideDiameterAPI_5CTClass"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realOdName"
^^
xsd:
string
]
;
sp:
predicate
rdfs:
label
;
sp:
subject
_:
b39
]
[
sp:
object
_:
b41
;
sp:
subject
[
sp:
varName
"pipeOutsideDiameterAPI_5CTClass"
^^
xsd:
string
]
]
[
sp:
object
_:
b15
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore>
;
sp:
subject
_:
b
38
sp:
subject
_:
b
14
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Length>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b41
]
[
sp:
object
_:
b42
;
sp:
predicate
_:
b43
;
sp:
subject
_:
b41
]
[
sp:
object
_:
b44
;
sp:
subject
_:
b15
]
[
sp:
object
[
sp:
varName
"realMdCsgLast"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"lengthScaleMdCsgLast"
^^
xsd:
string
]
;
sp:
subject
_:
b15
]
[
sp:
object
_:
b16
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#bottomHoleMeasuredDepth>
;
sp:
subject
_:
b
3
sp:
subject
_:
b
1
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Length>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b44
]
[
sp:
object
_:
b45
;
sp:
predicate
_:
b46
;
sp:
subject
_:
b44
]
[
sp:
object
_:
b47
;
sp:
subject
_:
b16
]
[
sp:
object
[
sp:
varName
"realMdBit"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"lengthScaleMdBit"
^^
xsd:
string
]
;
sp:
subject
_:
b16
]
[
sp:
object
_:
b17
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature>
;
sp:
subject
_:
b
3
sp:
subject
_:
b
1
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Temperature>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b47
]
[
sp:
object
_:
b48
;
sp:
predicate
_:
b49
;
sp:
subject
_:
b47
]
[
sp:
object
_:
b50
;
sp:
subject
_:
b17
]
[
sp:
object
[
sp:
varName
"realTemp"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"temperatureScale"
^^
xsd:
string
]
;
sp:
subject
_:
b17
]
[
sp:
object
_:
b18
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#hasDrillingFluid>
;
sp:
subject
_:
b
3
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/
wel
l#Fluid>
;
sp:
subject
_:
b
1
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/
materia
l#Fluid>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
50
]
[
sp:
object
_:
b
51
;
sp:
subject
_:
b
18
]
[
sp:
object
_:
b
19
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
50
sp:
subject
_:
b
18
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Density>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b51
]
[
sp:
object
_:
b52
;
sp:
predicate
_:
b53
;
sp:
subject
_:
b51
]
[
sp:
object
_:
b54
;
sp:
subject
_:
b19
]
[
sp:
object
[
sp:
varName
"realWtMud"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"densityScaleWtMud"
^^
xsd:
string
]
;
sp:
subject
_:
b19
]
[
sp:
object
_:
b20
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#porePressureEquivalentMudDensity>
;
sp:
subject
_:
b
3
sp:
subject
_:
b
1
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Density>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b54
]
[
sp:
object
_:
b55
;
sp:
predicate
_:
b56
;
sp:
subject
_:
b54
]
[
sp:
object
_:
b57
;
sp:
subject
_:
b20
]
[
sp:
object
[
sp:
varName
"realPore"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"densityScalePore"
^^
xsd:
string
]
;
sp:
subject
_:
b20
]
[
sp:
object
_:
b21
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#shutInCasingPressure>
;
sp:
subject
_:
b
3
sp:
subject
_:
b
1
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Pressure>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b57
]
[
sp:
object
_:
b58
;
sp:
predicate
_:
b59
;
sp:
subject
_:
b57
]
[
sp:
object
_:
b60
;
sp:
subject
_:
b21
]
[
sp:
object
[
sp:
varName
"realShutInCasing"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"pressureScaleShutInCasing"
^^
xsd:
string
]
;
sp:
subject
_:
b21
]
[
sp:
object
_:
b22
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#shutInDrillPipePressure>
;
sp:
subject
_:
b
3
sp:
subject
_:
b
1
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Pressure>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b60
]
[
sp:
object
_:
b61
;
sp:
predicate
_:
b62
;
sp:
subject
_:
b60
sp:
subject
_:
b22
]
[
sp:
object
[
sp:
varName
"realShutInDrill"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"pressureScaleShutInDrill"
^^
xsd:
string
]
;
sp:
subject
_:
b22
])
;
sp:
where
([
sp:
object
_:
b63
;
sp:
where
([
sp:
object
[
sp:
varName
"nameWellBore"
^^
xsd:
string
]
;
sp:
predicate
ep-spin-lib:
nameWellbore
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b64
;
]
[
sp:
object
[
sp:
varName
"dTimStart"
^^
xsd:
string
]
;
sp:
predicate
ddr:
dTimStart
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b4
;
]
[
sp:
object
[
sp:
varName
"dailytemporalPartOfAWellBore"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b2
]
[
sp:
object
_:
b65
;
sp:
subject
[
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"controlIncidentInfo"
^^
xsd:
string
]
;
sp:
predicate
ddr:
controlIncidentInfoRef
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b5
;
]
[
sp:
object
[
sp:
varName
"dTimStartOfIncident"
^^
xsd:
string
]
;
sp:
predicate
ddr:
dTim
;
sp:
subject
_:
b65
]
[
sp:
object
_:
b66
;
sp:
subject
[
sp:
varName
"controlIncidentInfo"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"mdIn"
^^
xsd:
string
]
;
sp:
predicate
ddr:
mdInflowRef
;
sp:
subject
_:
b65
]
[
sp:
object
_:
b67
;
sp:
subject
[
sp:
varName
"controlIncidentInfo"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"uomMdIn"
^^
xsd:
string
]
;
sp:
predicate
ddr:
uomRef
;
sp:
subject
_:
b66
]
[
sp:
object
_:
b12
;
sp:
subject
[
sp:
varName
"mdIn"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realMdIn"
^^
xsd:
string
]
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
_:
b66
sp:
subject
[
sp:
varName
"mdIn"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b68
;
sp:
elements
([
sp:
object
[
sp:
varName
"tvdIn"
^^
xsd:
string
]
;
sp:
predicate
ddr:
tvdInflowRef
;
sp:
subject
_:
b65
]
[
sp:
object
_:
b69
;
sp:
subject
[
sp:
varName
"controlIncidentInfo"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"uomTvdIn"
^^
xsd:
string
]
;
sp:
predicate
ddr:
uomRef
;
sp:
subject
_:
b68
]
[
sp:
object
_:
b15
;
sp:
subject
[
sp:
varName
"tvdIn"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realTvdIn"
^^
xsd:
string
]
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
_:
b68
sp:
subject
[
sp:
varName
"tvdIn"
^^
xsd:
string
]
])
]
[
sp:
object
_:
b70
;
]
[
sp:
object
[
sp:
varName
"phase"
^^
xsd:
string
]
;
sp:
predicate
ddr:
phaseRef
;
sp:
subject
_:
b65
]
[
sp:
object
_:
b71
;
sp:
subject
[
sp:
varName
"controlIncidentInfo"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"proprietaryCode"
^^
xsd:
string
]
;
sp:
predicate
ddr:
proprietaryCodeRef
;
sp:
subject
_:
b65
]
[
sp:
object
_:
b72
;
sp:
subject
[
sp:
varName
"controlIncidentInfo"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"eTimLost"
^^
xsd:
string
]
;
sp:
predicate
ddr:
eTimLostRef
;
sp:
subject
_:
b65
]
[
sp:
object
_:
b73
;
sp:
subject
[
sp:
varName
"controlIncidentInfo"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"uomDuration"
^^
xsd:
string
]
;
sp:
predicate
ddr:
uomRef
;
sp:
subject
_:
b72
]
[
sp:
object
_:
b18
;
sp:
subject
[
sp:
varName
"eTimLost"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realDuration"
^^
xsd:
string
]
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
_:
b72
]
[
sp:
object
_:
b6
;
sp:
subject
[
sp:
varName
"eTimLost"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"dTimEndOfIncident"
^^
xsd:
string
]
;
sp:
predicate
ddr:
dTimRegained
;
sp:
subject
_:
b65
]
[
sp:
object
_:
b74
;
sp:
subject
[
sp:
varName
"controlIncidentInfo"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"diaBit"
^^
xsd:
string
]
;
sp:
predicate
ddr:
diaBitRef
;
sp:
subject
_:
b65
]
[
sp:
object
_:
b75
;
sp:
subject
[
sp:
varName
"controlIncidentInfo"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"uomDia"
^^
xsd:
string
]
;
sp:
predicate
ddr:
uomRef
;
sp:
subject
_:
b74
]
[
sp:
object
_:
b76
;
sp:
subject
[
sp:
varName
"diaBit"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realDia"
^^
xsd:
string
]
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
_:
b74
]
[
sp:
object
_:
b77
;
sp:
subject
[
sp:
varName
"diaBit"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"mdBit"
^^
xsd:
string
]
;
sp:
predicate
ddr:
mdBitRef
;
sp:
subject
_:
b65
]
[
sp:
object
_:
b78
;
sp:
subject
[
sp:
varName
"controlIncidentInfo"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"uomMdBit"
^^
xsd:
string
]
;
sp:
predicate
ddr:
uomRef
;
sp:
subject
_:
b77
]
[
sp:
object
_:
b45
;
sp:
subject
[
sp:
varName
"mdBit"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realMdBit"
^^
xsd:
string
]
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
_:
b77
]
[
sp:
object
_:
b79
;
sp:
subject
[
sp:
varName
"mdBit"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"wtMud"
^^
xsd:
string
]
;
sp:
predicate
ddr:
wtMudRef
;
sp:
subject
_:
b65
]
[
sp:
object
_:
b80
;
sp:
subject
[
sp:
varName
"controlIncidentInfo"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"uomWtMud"
^^
xsd:
string
]
;
sp:
predicate
ddr:
uomRef
;
sp:
subject
_:
b79
]
[
sp:
object
_:
b52
;
sp:
subject
[
sp:
varName
"wtMud"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realWtMud"
^^
xsd:
string
]
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
_:
b79
sp:
subject
[
sp:
varName
"wtMud"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b81
;
sp:
elements
([
sp:
object
[
sp:
varName
"porePressure"
^^
xsd:
string
]
;
sp:
predicate
ddr:
porePressureRef
;
sp:
subject
_:
b65
]
[
sp:
object
_:
b82
;
sp:
subject
[
sp:
varName
"controlIncidentInfo"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"uomPore"
^^
xsd:
string
]
;
sp:
predicate
ddr:
uomRef
;
sp:
subject
_:
b81
]
[
sp:
object
_:
b55
;
sp:
subject
[
sp:
varName
"porePressure"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realPore"
^^
xsd:
string
]
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
_:
b81
sp:
subject
[
sp:
varName
"porePressure"
^^
xsd:
string
]
])
]
[
sp:
object
_:
b83
;
]
[
sp:
object
[
sp:
varName
"diaCsgLast"
^^
xsd:
string
]
;
sp:
predicate
ddr:
diaCsgLastRef
;
sp:
subject
_:
b65
]
[
sp:
object
_:
b84
;
sp:
subject
[
sp:
varName
"controlIncidentInfo"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"uomDiaCsgLast"
^^
xsd:
string
]
;
sp:
predicate
ddr:
uomRef
;
sp:
subject
_:
b83
]
[
sp:
object
_:
b85
;
sp:
subject
[
sp:
varName
"diaCsgLast"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realOd"
^^
xsd:
string
]
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
_:
b83
]
[
sp:
object
_:
b86
;
sp:
subject
[
sp:
varName
"diaCsgLast"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"mdCsgLast"
^^
xsd:
string
]
;
sp:
predicate
ddr:
mdCsgLastRef
;
sp:
subject
_:
b65
]
[
sp:
object
_:
b87
;
sp:
subject
[
sp:
varName
"controlIncidentInfo"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"uomMdCsgLast"
^^
xsd:
string
]
;
sp:
predicate
ddr:
uomRef
;
sp:
subject
_:
b86
]
[
sp:
object
_:
b42
;
sp:
subject
[
sp:
varName
"mdCsgLast"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realMdCsgLast"
^^
xsd:
string
]
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
_:
b86
]
[
sp:
object
_:
b88
;
sp:
subject
[
sp:
varName
"mdCsgLast"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"volMudGained"
^^
xsd:
string
]
;
sp:
predicate
ddr:
volMudGainedRef
;
sp:
subject
_:
b65
]
[
sp:
object
_:
b89
;
sp:
subject
[
sp:
varName
"controlIncidentInfo"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"uomVol"
^^
xsd:
string
]
;
sp:
predicate
ddr:
uomRef
;
sp:
subject
_:
b88
]
[
sp:
object
_:
b34
;
sp:
subject
[
sp:
varName
"volMudGained"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realVol"
^^
xsd:
string
]
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
_:
b88
]
[
sp:
object
_:
b90
;
sp:
subject
[
sp:
varName
"volMudGained"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"presShutInCasing"
^^
xsd:
string
]
;
sp:
predicate
ddr:
presShutInCasingRef
;
sp:
subject
_:
b65
]
[
sp:
object
_:
b91
;
sp:
subject
[
sp:
varName
"controlIncidentInfo"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"uomShutInCasing"
^^
xsd:
string
]
;
sp:
predicate
ddr:
uomRef
;
sp:
subject
_:
b90
]
[
sp:
object
_:
b58
;
sp:
subject
[
sp:
varName
"presShutInCasing"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realShutInCasing"
^^
xsd:
string
]
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
_:
b90
]
[
sp:
object
_:
b92
;
sp:
subject
[
sp:
varName
"presShutInCasing"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"presShutInDrill"
^^
xsd:
string
]
;
sp:
predicate
ddr:
presShutInDrillRef
;
sp:
subject
_:
b65
]
[
sp:
object
_:
b93
;
sp:
subject
[
sp:
varName
"controlIncidentInfo"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"uomShutInDrill"
^^
xsd:
string
]
;
sp:
predicate
ddr:
uomRef
;
sp:
subject
_:
b92
]
[
sp:
object
_:
b61
;
sp:
subject
[
sp:
varName
"presShutInDrill"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realShutInDrill"
^^
xsd:
string
]
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
_:
b92
]
[
sp:
object
_:
b94
;
sp:
subject
[
sp:
varName
"presShutInDrill"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"incidentType"
^^
xsd:
string
]
;
sp:
predicate
ddr:
incidentTypeRef
;
sp:
subject
_:
b65
]
[
sp:
object
_:
b95
;
sp:
subject
[
sp:
varName
"controlIncidentInfo"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"killingType"
^^
xsd:
string
]
;
sp:
predicate
ddr:
killingTypeRef
;
sp:
subject
_:
b65
]
[
sp:
object
_:
b10
;
sp:
subject
[
sp:
varName
"controlIncidentInfo"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"formation"
^^
xsd:
string
]
;
sp:
predicate
ddr:
formation
;
sp:
subject
_:
b65
]
[
sp:
object
_:
b96
;
sp:
subject
[
sp:
varName
"controlIncidentInfo"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"tempBottom"
^^
xsd:
string
]
;
sp:
predicate
ddr:
tempBottomRef
;
sp:
subject
_:
b65
]
[
sp:
object
_:
b97
;
sp:
subject
[
sp:
varName
"controlIncidentInfo"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"uomTemp"
^^
xsd:
string
]
;
sp:
predicate
ddr:
uomRef
;
sp:
subject
_:
b96
]
[
sp:
object
_:
b48
;
sp:
subject
[
sp:
varName
"tempBottom"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realTemp"
^^
xsd:
string
]
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
_:
b96
]
[
sp:
object
_:
b98
;
sp:
subject
[
sp:
varName
"tempBottom"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"presMaxChoke"
^^
xsd:
string
]
;
sp:
predicate
ddr:
presMaxChokeRef
;
sp:
subject
_:
b65
]
[
sp:
object
_:
b99
;
sp:
subject
[
sp:
varName
"controlIncidentInfo"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"uomMaxChoke"
^^
xsd:
string
]
;
sp:
predicate
ddr:
uomRef
;
sp:
subject
_:
b98
]
[
sp:
object
_:
b27
;
sp:
subject
[
sp:
varName
"presMaxChoke"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realMaxChoke"
^^
xsd:
string
]
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
_:
b98
]
[
sp:
object
_:
b36
;
sp:
subject
[
sp:
varName
"presMaxChoke"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"description"
^^
xsd:
string
]
;
sp:
predicate
ddr:
description
;
sp:
subject
_:
b65
sp:
subject
[
sp:
varName
"controlIncidentInfo"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
afn:
localname
;
sp:
arg1
_:
b65
sp:
arg1
[
sp:
varName
"controlIncidentInfo"
^^
xsd:
string
]
]
;
sp:
variable
_:
b100
sp:
variable
[
sp:
varName
"localname"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b63
sp:
arg1
[
sp:
varName
"nameWellBore"
^^
xsd:
string
]
]
;
sp:
variable
_:
b101
sp:
variable
[
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b101
;
sp:
arg2
_:
b64
sp:
arg1
[
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
]
;
sp:
arg2
[
sp:
varName
"dTimStart"
^^
xsd:
string
]
]
;
sp:
variable
_:
b2
sp:
variable
[
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildWellControlIncidentURI
;
sp:
arg1
_:
b101
;
sp:
arg2
_:
b64
;
sp:
arg
3
_:
b100
sp:
arg1
[
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
]
;
sp:
arg
2
[
sp:
varName
"dTimStart"
^^
xsd:
string
]
;
sp:
variable
_:
b1
sp:
arg3
[
sp:
varName
"localname"
^^
xsd:
string
]
]
;
sp:
variable
[
sp:
varName
"wellControlIncident"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectDrillingActivityPurposeType
;
sp:
arg1
_:
b71
sp:
arg1
[
sp:
varName
"proprietaryCode"
^^
xsd:
string
]
]
;
sp:
variable
_:
b22
sp:
variable
[
sp:
varName
"drillingActivityPurposeType"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectDrillingActivityTypeAccordingToEquipmentType
;
sp:
arg1
_:
b70
sp:
arg1
[
sp:
varName
"phase"
^^
xsd:
string
]
]
;
sp:
variable
_:
b23
sp:
variable
[
sp:
varName
"drillingActivityTypeAccordingToEquipmentType"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectWellControlIncidentType
;
sp:
arg1
_:
b94
sp:
arg1
[
sp:
varName
"incidentType"
^^
xsd:
string
]
]
;
sp:
variable
_:
b20
sp:
variable
[
sp:
varName
"wellControlIncidentType"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectWellKillingType
;
sp:
arg1
_:
b95
sp:
arg1
[
sp:
varName
"killingType"
^^
xsd:
string
]
]
;
sp:
variable
_:
b32
sp:
variable
[
sp:
varName
"wellKillingType"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectVolumeScale
;
sp:
arg1
_:
b89
sp:
arg1
[
sp:
varName
"uomVol"
^^
xsd:
string
]
]
;
sp:
variable
_:
b35
sp:
variable
[
sp:
varName
"volumeScale"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectTimeDurationScale
;
sp:
arg1
_:
b73
sp:
arg1
[
sp:
varName
"uomDuration"
^^
xsd:
string
]
]
;
sp:
variable
_:
b19
sp:
variable
[
sp:
varName
"timeDurationScale"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectLengthScale
;
sp:
arg1
_:
b67
sp:
arg1
[
sp:
varName
"uomMdIn"
^^
xsd:
string
]
]
;
sp:
variable
_:
b13
sp:
variable
[
sp:
varName
"lengthScaleMdIn"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectLengthScale
;
sp:
arg1
_:
b69
sp:
arg1
[
sp:
varName
"uomTvdIn"
^^
xsd:
string
]
]
;
sp:
variable
_:
b16
sp:
variable
[
sp:
varName
"lengthScaleTvdIn"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectLengthScale
;
sp:
arg1
_:
b75
sp:
arg1
[
sp:
varName
"uomDia"
^^
xsd:
string
]
]
;
sp:
variable
[
sp:
varName
"lengthScaleDia"
^^
xsd:
string
...
...
@@ -499,13 +863,17 @@ ddr:Obj_drillReport
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectLengthScale
;
sp:
arg1
_:
b78
sp:
arg1
[
sp:
varName
"uomMdBit"
^^
xsd:
string
]
]
;
sp:
variable
_:
b46
sp:
variable
[
sp:
varName
"lengthScaleMdBit"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectLengthScale
;
sp:
arg1
_:
b84
sp:
arg1
[
sp:
varName
"uomDiaCsgLast"
^^
xsd:
string
]
]
;
sp:
variable
[
sp:
varName
"lengthScaleDiaCsgLast"
^^
xsd:
string
...
...
@@ -513,308 +881,113 @@ ddr:Obj_drillReport
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectLengthScale
;
sp:
arg1
_:
b87
sp:
arg1
[
sp:
varName
"uomMdCsgLast"
^^
xsd:
string
]
]
;
sp:
variable
_:
b43
sp:
variable
[
sp:
varName
"lengthScaleMdCsgLast"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectDensityScale
;
sp:
arg1
_:
b80
sp:
arg1
[
sp:
varName
"uomWtMud"
^^
xsd:
string
]
]
;
sp:
variable
_:
b53
sp:
variable
[
sp:
varName
"densityScaleWtMud"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectTemperatureScale
;
sp:
arg1
_:
b97
sp:
arg1
[
sp:
varName
"uomTemp"
^^
xsd:
string
]
]
;
sp:
variable
_:
b49
sp:
variable
[
sp:
varName
"temperatureScale"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectPressureScale
;
sp:
arg1
_:
b99
sp:
arg1
[
sp:
varName
"uomMaxChoke"
^^
xsd:
string
]
]
;
sp:
variable
_:
b28
sp:
variable
[
sp:
varName
"pressureScaleMaxChoke"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectPressureScale
;
sp:
arg1
_:
b91
sp:
arg1
[
sp:
varName
"uomShutInCasing"
^^
xsd:
string
]
]
;
sp:
variable
_:
b59
sp:
variable
[
sp:
varName
"pressureScaleShutInCasing"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectPressureScale
;
sp:
arg1
_:
b93
sp:
arg1
[
sp:
varName
"uomShutInDrill"
^^
xsd:
string
]
]
;
sp:
variable
_:
b62
sp:
variable
[
sp:
varName
"pressureScaleShutInDrill"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectDensityScale
;
sp:
arg1
_:
b82
sp:
arg1
[
sp:
varName
"uomPore"
^^
xsd:
string
]
]
;
sp:
variable
_:
b56
sp:
variable
[
sp:
varName
"densityScalePore"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeDoubleName
;
sp:
arg1
_:
b76
sp:
arg1
[
sp:
varName
"realDia"
^^
xsd:
string
]
]
;
sp:
variable
_:
b30
sp:
variable
[
sp:
varName
"diaName"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDrillBitSizeClassURI
;
sp:
arg1
_:
b30
sp:
arg1
[
sp:
varName
"diaName"
^^
xsd:
string
]
]
;
sp:
variable
_:
b29
sp:
variable
[
sp:
varName
"wellBoreDrillBitSizeClass"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeDoubleName
;
sp:
arg1
_:
b85
sp:
arg1
[
sp:
varName
"realOd"
^^
xsd:
string
]
]
;
sp:
variable
_:
b40
sp:
variable
[
sp:
varName
"realOdName"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildPipeOutsideDiameterAPI_5CTClass
;
sp:
arg1
_:
b40
sp:
arg1
[
sp:
varName
"realOdName"
^^
xsd:
string
]
]
;
sp:
variable
_:
b39
sp:
variable
[
sp:
varName
"pipeOutsideDiameterAPI_5CTClass"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
rhspin:
wellBoreByName
;
arg:
wellBoreName
[
rdf:
type
xsd:
string
;
sp:
arg1
_:
b63
sp:
arg1
[
sp:
varName
"nameWellBore"
^^
xsd:
string
]
]
]
;
sp:
variable
_:
b8
sp:
variable
[
sp:
varName
"wellBore"
^^
xsd:
string
]
])
]
.
_:
b63
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b64
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b2
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b4
sp:
varName
"dailytemporalPartOfAWellBore"
^^
xsd:
string
.
_:
b65
sp:
varName
"controlIncidentInfo"
^^
xsd:
string
.
_:
b5
sp:
varName
"dTimStartOfIncident"
^^
xsd:
string
.
_:
b66
sp:
varName
"mdIn"
^^
xsd:
string
.
_:
b67
sp:
varName
"uomMdIn"
^^
xsd:
string
.
_:
b12
sp:
varName
"realMdIn"
^^
xsd:
string
.
_:
b68
sp:
varName
"tvdIn"
^^
xsd:
string
.
_:
b69
sp:
varName
"uomTvdIn"
^^
xsd:
string
.
_:
b15
sp:
varName
"realTvdIn"
^^
xsd:
string
.
_:
b70
sp:
varName
"phase"
^^
xsd:
string
.
_:
b71
sp:
varName
"proprietaryCode"
^^
xsd:
string
.
_:
b72
sp:
varName
"eTimLost"
^^
xsd:
string
.
_:
b73
sp:
varName
"uomDuration"
^^
xsd:
string
.
_:
b18
sp:
varName
"realDuration"
^^
xsd:
string
.
_:
b6
sp:
varName
"dTimEndOfIncident"
^^
xsd:
string
.
_:
b74
sp:
varName
"diaBit"
^^
xsd:
string
.
_:
b75
sp:
varName
"uomDia"
^^
xsd:
string
.
_:
b76
sp:
varName
"realDia"
^^
xsd:
string
.
_:
b77
sp:
varName
"mdBit"
^^
xsd:
string
.
_:
b78
sp:
varName
"uomMdBit"
^^
xsd:
string
.
_:
b45
sp:
varName
"realMdBit"
^^
xsd:
string
.
_:
b79
sp:
varName
"wtMud"
^^
xsd:
string
.
_:
b80
sp:
varName
"uomWtMud"
^^
xsd:
string
.
_:
b52
sp:
varName
"realWtMud"
^^
xsd:
string
.
_:
b81
sp:
varName
"porePressure"
^^
xsd:
string
.
_:
b82
sp:
varName
"uomPore"
^^
xsd:
string
.
_:
b55
sp:
varName
"realPore"
^^
xsd:
string
.
_:
b83
sp:
varName
"diaCsgLast"
^^
xsd:
string
.
_:
b84
sp:
varName
"uomDiaCsgLast"
^^
xsd:
string
.
_:
b85
sp:
varName
"realOd"
^^
xsd:
string
.
_:
b86
sp:
varName
"mdCsgLast"
^^
xsd:
string
.
_:
b87
sp:
varName
"uomMdCsgLast"
^^
xsd:
string
.
_:
b42
sp:
varName
"realMdCsgLast"
^^
xsd:
string
.
_:
b88
sp:
varName
"volMudGained"
^^
xsd:
string
.
_:
b89
sp:
varName
"uomVol"
^^
xsd:
string
.
_:
b34
sp:
varName
"realVol"
^^
xsd:
string
.
_:
b90
sp:
varName
"presShutInCasing"
^^
xsd:
string
.
_:
b91
sp:
varName
"uomShutInCasing"
^^
xsd:
string
.
_:
b58
sp:
varName
"realShutInCasing"
^^
xsd:
string
.
_:
b92
sp:
varName
"presShutInDrill"
^^
xsd:
string
.
_:
b93
sp:
varName
"uomShutInDrill"
^^
xsd:
string
.
_:
b61
sp:
varName
"realShutInDrill"
^^
xsd:
string
.
_:
b94
sp:
varName
"incidentType"
^^
xsd:
string
.
_:
b95
sp:
varName
"killingType"
^^
xsd:
string
.
_:
b10
sp:
varName
"formation"
^^
xsd:
string
.
_:
b96
sp:
varName
"tempBottom"
^^
xsd:
string
.
_:
b97
sp:
varName
"uomTemp"
^^
xsd:
string
.
_:
b48
sp:
varName
"realTemp"
^^
xsd:
string
.
_:
b98
sp:
varName
"presMaxChoke"
^^
xsd:
string
.
_:
b99
sp:
varName
"uomMaxChoke"
^^
xsd:
string
.
_:
b27
sp:
varName
"realMaxChoke"
^^
xsd:
string
.
_:
b36
sp:
varName
"description"
^^
xsd:
string
.
_:
b100
sp:
varName
"localname"
^^
xsd:
string
.
_:
b101
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b1
sp:
varName
"wellControlIncident"
^^
xsd:
string
.
_:
b22
sp:
varName
"drillingActivityPurposeType"
^^
xsd:
string
.
_:
b23
sp:
varName
"drillingActivityTypeAccordingToEquipmentType"
^^
xsd:
string
.
_:
b20
sp:
varName
"wellControlIncidentType"
^^
xsd:
string
.
_:
b32
sp:
varName
"wellKillingType"
^^
xsd:
string
.
_:
b35
sp:
varName
"volumeScale"
^^
xsd:
string
.
_:
b19
sp:
varName
"timeDurationScale"
^^
xsd:
string
.
_:
b13
sp:
varName
"lengthScaleMdIn"
^^
xsd:
string
.
_:
b16
sp:
varName
"lengthScaleTvdIn"
^^
xsd:
string
.
_:
b46
sp:
varName
"lengthScaleMdBit"
^^
xsd:
string
.
_:
b43
sp:
varName
"lengthScaleMdCsgLast"
^^
xsd:
string
.
_:
b53
sp:
varName
"densityScaleWtMud"
^^
xsd:
string
.
_:
b49
sp:
varName
"temperatureScale"
^^
xsd:
string
.
_:
b28
sp:
varName
"pressureScaleMaxChoke"
^^
xsd:
string
.
_:
b59
sp:
varName
"pressureScaleShutInCasing"
^^
xsd:
string
.
_:
b62
sp:
varName
"pressureScaleShutInDrill"
^^
xsd:
string
.
_:
b56
sp:
varName
"densityScalePore"
^^
xsd:
string
.
_:
b30
sp:
varName
"diaName"
^^
xsd:
string
.
_:
b29
sp:
varName
"wellBoreDrillBitSizeClass"
^^
xsd:
string
.
_:
b40
sp:
varName
"realOdName"
^^
xsd:
string
.
_:
b39
sp:
varName
"pipeOutsideDiameterAPI_5CTClass"
^^
xsd:
string
.
_:
b8
sp:
varName
"wellBore"
^^
xsd:
string
.
...
...
www.reportinghub.no/ep/transform/TRANSFORM_ddr-controlIncidentInfo-v1.1.1.ttl.tbc
View file @
48c2c18
# Saved by TopBraid on Fri Oct 28 20:21:49 BST 2011
# baseURI: null
@prefix
composite:
<http://www.topbraid.org/2007/05/composite.owl#>
.
...
...
www.reportinghub.no/ep/transform/TRANSFORM_ddr-fluid-v1.1.1.ttl
View file @
48c2c18
# Saved by TopBraid on Fri Oct 28 10:47:48 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/fluid
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/material
# imports: http://www.reportinghub.no/ep/schema/1.0/well
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.witsml.org/schemas/1series
# imports: http://www.reportinghub.no/ep/schema/1.0/well
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://spinrdf.org/spin
@prefix
:
<http://www.reportinghub.no/ep/transform/1.1/ddr/fluid#>
.
@prefix
afn:
<http://jena.hpl.hp.com/ARQ/function#>
.
...
...
@@ -21,7 +21,7 @@
<http://www.reportinghub.no/ep/transform/1.1/ddr/fluid>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.
witsml.org/schemas/1series>
,
<http://www.reportinghub.no/ep/spin/1.1/lib>
,
<http://www.reportinghub.no/ep/schema/1.0/well>
,
<http://www.reportinghub.no/ep/schema/1.0/activity>
,
<http://spinrdf.org/spin
>
;
owl:
imports
<http://www.
reportinghub.no/ep/schema/1.0/material>
,
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/schema/1.0/activity>
,
<http://www.reportinghub.no/ep/schema/1.0/well>
,
<http://www.reportinghub.no/ep/spin/1.1/lib>
,
<http://www.witsml.org/schemas/1series
>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
<http://www.witsml.org/schemas/1series#Obj_drillReport>
...
...
@@ -30,368 +30,438 @@
rdfs:
comment
"STEP 155 Fluid reading activity"
^^
xsd:
string
;
sp:
templates
([
sp:
object
<http://www.reportinghub.no/ep/schema/activity#FluidReading>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b1
;
sp:
subject
[
sp:
varName
"fluidReading"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"fluidReading"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasPart>
;
sp:
subject
_:
b2
]
[
sp:
object
_:
b3
;
sp:
subject
[
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
]
]
[
sp:
object
_:
b1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b1
sp:
subject
[
sp:
varName
"fluidReading"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#PhysicalObject>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
3
]
[
sp:
object
_:
b
4
;
sp:
subject
_:
b
1
]
[
sp:
object
_:
b
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
sp:
subject
_:
b
3
sp:
subject
_:
b
1
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b4
]
[
sp:
object
_:
b5
;
sp:
subject
_:
b2
]
[
sp:
object
[
sp:
varName
"wellBore"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#spatialPartOf>
;
sp:
subject
_:
b
4
]
[
sp:
object
_:
b
6
;
sp:
subject
_:
b
2
]
[
sp:
object
_:
b
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onFluid>
;
sp:
subject
_:
b1
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#Fluid>
;
sp:
subject
[
sp:
varName
"fluidReading"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#Fluid>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
6
]
[
sp:
object
_:
b
7
;
sp:
subject
_:
b
3
]
[
sp:
object
_:
b
4
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
6
sp:
subject
_:
b
3
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#FluidType>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b7
]
[
sp:
object
_:
b8
;
sp:
subject
_:
b4
]
[
sp:
object
[
sp:
varName
"type"
^^
xsd:
string
]
;
sp:
predicate
rdfs:
comment
;
sp:
subject
_:
b7
]
[
sp:
object
_:
b9
;
sp:
subject
_:
b4
]
[
sp:
object
[
sp:
varName
"mudClass"
^^
xsd:
string
]
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
6
]
[
sp:
object
_:
b
4
;
sp:
subject
_:
b
3
]
[
sp:
object
_:
b
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#partOf>
;
sp:
subject
_:
b6
]
[
sp:
object
_:
b10
;
sp:
subject
_:
b3
]
[
sp:
object
[
sp:
varName
"dTim"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#nominallyAt>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b11
;
sp:
subject
[
sp:
varName
"fluidReading"
^^
xsd:
string
]
]
[
sp:
object
_:
b5
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
6
sp:
subject
_:
b
3
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#PlasticViscosity>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b11
]
[
sp:
object
_:
b12
;
sp:
predicate
_:
b13
;
sp:
subject
_:
b11
]
[
sp:
object
_:
b14
;
sp:
subject
_:
b5
]
[
sp:
object
[
sp:
varName
"realPv"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"plasticViscosityScale"
^^
xsd:
string
]
;
sp:
subject
_:
b5
]
[
sp:
object
_:
b6
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
6
sp:
subject
_:
b
3
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#YieldPoint>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b14
]
[
sp:
object
_:
b15
;
sp:
predicate
_:
b16
;
sp:
subject
_:
b14
]
[
sp:
object
_:
b17
;
sp:
subject
_:
b6
]
[
sp:
object
[
sp:
varName
"realYp"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"yieldPointScale"
^^
xsd:
string
]
;
sp:
subject
_:
b6
]
[
sp:
object
_:
b7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#measuredDepth>
;
sp:
subject
_:
b
4
sp:
subject
_:
b
2
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Length>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b17
]
[
sp:
object
_:
b18
;
sp:
predicate
_:
b19
;
sp:
subject
_:
b17
]
[
sp:
object
_:
b20
;
sp:
subject
_:
b7
]
[
sp:
object
[
sp:
varName
"realMd"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"lengthScaleMd"
^^
xsd:
string
]
;
sp:
subject
_:
b7
]
[
sp:
object
_:
b8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#trueVerticalDepth>
;
sp:
subject
_:
b
4
sp:
subject
_:
b
2
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Length>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b20
]
[
sp:
object
_:
b21
;
sp:
predicate
_:
b22
;
sp:
subject
_:
b20
]
[
sp:
object
_:
b23
;
sp:
subject
_:
b8
]
[
sp:
object
[
sp:
varName
"realTvd"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"lengthScaleTvd"
^^
xsd:
string
]
;
sp:
subject
_:
b8
]
[
sp:
object
_:
b9
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
6
sp:
subject
_:
b
3
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Density>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b23
]
[
sp:
object
_:
b24
;
sp:
predicate
_:
b25
;
sp:
subject
_:
b23
sp:
subject
_:
b9
]
[
sp:
object
[
sp:
varName
"realDensity"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"densityScale"
^^
xsd:
string
]
;
sp:
subject
_:
b9
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/equipment#BlowOutPreventer>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
26
]
[
sp:
object
_:
b
4
;
sp:
subject
_:
b
10
]
[
sp:
object
_:
b
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#partOf>
;
sp:
subject
_:
b
26
]
[
sp:
object
_:
b
27
;
sp:
subject
_:
b
10
]
[
sp:
object
_:
b
11
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/equipment#maximumPressureForBlowOutPreventer>
;
sp:
subject
_:
b
26
sp:
subject
_:
b
10
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Pressure>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b27
]
[
sp:
object
_:
b28
;
sp:
predicate
_:
b29
;
sp:
subject
_:
b27
sp:
subject
_:
b11
]
[
sp:
object
[
sp:
varName
"realPressure"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"pressureScale"
^^
xsd:
string
]
;
sp:
subject
_:
b11
])
;
sp:
where
([
sp:
object
_:
b30
;
sp:
where
([
sp:
object
[
sp:
varName
"nameWellBore"
^^
xsd:
string
]
;
sp:
predicate
ep-spin-lib:
nameWellbore
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b31
;
]
[
sp:
object
[
sp:
varName
"dTimStart"
^^
xsd:
string
]
;
sp:
predicate
<http://www.witsml.org/schemas/1series#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b32
;
]
[
sp:
object
[
sp:
varName
"fluid"
^^
xsd:
string
]
;
sp:
predicate
<http://www.witsml.org/schemas/1series#fluidRef>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b10
;
]
[
sp:
object
[
sp:
varName
"dTim"
^^
xsd:
string
]
;
sp:
predicate
<http://www.witsml.org/schemas/1series#dTim>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b8
;
sp:
subject
[
sp:
varName
"fluid"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"type"
^^
xsd:
string
]
;
sp:
predicate
<http://www.witsml.org/schemas/1series#type>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b33
;
sp:
subject
[
sp:
varName
"fluid"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"pv"
^^
xsd:
string
]
;
sp:
predicate
<http://www.witsml.org/schemas/1series#pvRef>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b34
;
sp:
subject
[
sp:
varName
"fluid"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"uomPv"
^^
xsd:
string
]
;
sp:
predicate
<http://www.witsml.org/schemas/1series#uomRef>
;
sp:
subject
_:
b33
]
[
sp:
object
_:
b12
;
sp:
subject
[
sp:
varName
"pv"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realPv"
^^
xsd:
string
]
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
_:
b33
]
[
sp:
object
_:
b35
;
sp:
subject
[
sp:
varName
"pv"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"md"
^^
xsd:
string
]
;
sp:
predicate
<http://www.witsml.org/schemas/1series#mdRef>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b36
;
sp:
subject
[
sp:
varName
"fluid"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"uomMd"
^^
xsd:
string
]
;
sp:
predicate
<http://www.witsml.org/schemas/1series#uomRef>
;
sp:
subject
_:
b35
]
[
sp:
object
_:
b18
;
sp:
subject
[
sp:
varName
"md"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realMd"
^^
xsd:
string
]
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
_:
b35
sp:
subject
[
sp:
varName
"md"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b37
;
sp:
elements
([
sp:
object
[
sp:
varName
"mud"
^^
xsd:
string
]
;
sp:
predicate
<http://www.witsml.org/schemas/1series#mudClassRef>
;
sp:
subject
_:
b32
sp:
subject
[
sp:
varName
"fluid"
^^
xsd:
string
]
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b38
;
sp:
elements
([
sp:
object
[
sp:
varName
"tvd"
^^
xsd:
string
]
;
sp:
predicate
<http://www.witsml.org/schemas/1series#tvdRef>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b39
;
sp:
subject
[
sp:
varName
"fluid"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"uomTvd"
^^
xsd:
string
]
;
sp:
predicate
<http://www.witsml.org/schemas/1series#uomRef>
;
sp:
subject
_:
b38
]
[
sp:
object
_:
b21
;
sp:
subject
[
sp:
varName
"tvd"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realTvd"
^^
xsd:
string
]
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
_:
b38
sp:
subject
[
sp:
varName
"tvd"
^^
xsd:
string
]
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b40
;
sp:
elements
([
sp:
object
[
sp:
varName
"yp"
^^
xsd:
string
]
;
sp:
predicate
<http://www.witsml.org/schemas/1series#ypRef>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b41
;
sp:
subject
[
sp:
varName
"fluid"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"uomYp"
^^
xsd:
string
]
;
sp:
predicate
<http://www.witsml.org/schemas/1series#uomRef>
;
sp:
subject
_:
b40
]
[
sp:
object
_:
b15
;
sp:
subject
[
sp:
varName
"yp"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realYp"
^^
xsd:
string
]
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
_:
b40
sp:
subject
[
sp:
varName
"yp"
^^
xsd:
string
]
])
]
[
sp:
object
_:
b42
;
]
[
sp:
object
[
sp:
varName
"density"
^^
xsd:
string
]
;
sp:
predicate
<http://www.witsml.org/schemas/1series#densityRef>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b43
;
sp:
subject
[
sp:
varName
"fluid"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"uomDensity"
^^
xsd:
string
]
;
sp:
predicate
<http://www.witsml.org/schemas/1series#uomRef>
;
sp:
subject
_:
b42
]
[
sp:
object
_:
b24
;
sp:
subject
[
sp:
varName
"density"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realDensity"
^^
xsd:
string
]
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
_:
b42
]
[
sp:
object
_:
b44
;
sp:
subject
[
sp:
varName
"density"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"presBopRating"
^^
xsd:
string
]
;
sp:
predicate
<http://www.witsml.org/schemas/1series#presBopRatingRef>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b45
;
sp:
subject
[
sp:
varName
"fluid"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"uomPressure"
^^
xsd:
string
]
;
sp:
predicate
<http://www.witsml.org/schemas/1series#uomRef>
;
sp:
subject
_:
b44
]
[
sp:
object
_:
b28
;
sp:
subject
[
sp:
varName
"presBopRating"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realPressure"
^^
xsd:
string
]
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
_:
b44
sp:
subject
[
sp:
varName
"presBopRating"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b30
sp:
arg1
[
sp:
varName
"nameWellBore"
^^
xsd:
string
]
]
;
sp:
variable
_:
b46
sp:
variable
[
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
afn:
localname
;
sp:
arg1
_:
b32
sp:
arg1
[
sp:
varName
"fluid"
^^
xsd:
string
]
]
;
sp:
variable
_:
b47
sp:
variable
[
sp:
varName
"localname"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildFluidReadingURI
;
sp:
arg1
_:
b46
;
sp:
arg2
_:
b31
;
sp:
arg3
_:
b47
sp:
arg1
[
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
]
;
sp:
arg2
[
sp:
varName
"dTimStart"
^^
xsd:
string
]
;
sp:
arg3
[
sp:
varName
"localname"
^^
xsd:
string
]
]
;
sp:
variable
_:
b1
sp:
variable
[
sp:
varName
"fluidReading"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b46
;
sp:
arg2
_:
b31
sp:
arg1
[
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
]
;
sp:
arg2
[
sp:
varName
"dTimStart"
^^
xsd:
string
]
]
;
sp:
variable
_:
b2
sp:
variable
[
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectLengthScale
;
sp:
arg1
_:
b36
sp:
arg1
[
sp:
varName
"uomMd"
^^
xsd:
string
]
]
;
sp:
variable
_:
b19
sp:
variable
[
sp:
varName
"lengthScaleMd"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectLengthScale
;
sp:
arg1
_:
b39
sp:
arg1
[
sp:
varName
"uomTvd"
^^
xsd:
string
]
]
;
sp:
variable
_:
b22
sp:
variable
[
sp:
varName
"lengthScaleTvd"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectDensityScale
;
sp:
arg1
_:
b43
sp:
arg1
[
sp:
varName
"uomDensity"
^^
xsd:
string
]
]
;
sp:
variable
_:
b25
sp:
variable
[
sp:
varName
"densityScale"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectPlasticViscosityScale
;
sp:
arg1
_:
b34
sp:
arg1
[
sp:
varName
"uomPv"
^^
xsd:
string
]
]
;
sp:
variable
_:
b13
sp:
variable
[
sp:
varName
"plasticViscosityScale"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectYieldPointScale
;
sp:
arg1
_:
b41
sp:
arg1
[
sp:
varName
"uomYp"
^^
xsd:
string
]
]
;
sp:
variable
_:
b16
sp:
variable
[
sp:
varName
"yieldPointScale"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectPressureScale
;
sp:
arg1
_:
b45
sp:
arg1
[
sp:
varName
"uomPressure"
^^
xsd:
string
]
]
;
sp:
variable
_:
b29
sp:
variable
[
sp:
varName
"pressureScale"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectMudClass
;
sp:
arg1
_:
b37
sp:
arg1
[
sp:
varName
"mud"
^^
xsd:
string
]
]
;
sp:
variable
_:
b9
sp:
variable
[
sp:
varName
"mudClass"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
rhspin:
wellBoreByName
;
arg:
wellBoreName
[
rdf:
type
xsd:
string
;
sp:
arg1
_:
b30
sp:
arg1
[
sp:
varName
"nameWellBore"
^^
xsd:
string
]
]
]
;
sp:
variable
_:
b5
sp:
variable
[
sp:
varName
"wellBore"
^^
xsd:
string
]
])
]
.
_:
b30
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b31
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b32
sp:
varName
"fluid"
^^
xsd:
string
.
_:
b10
sp:
varName
"dTim"
^^
xsd:
string
.
_:
b8
sp:
varName
"type"
^^
xsd:
string
.
_:
b33
sp:
varName
"pv"
^^
xsd:
string
.
_:
b34
sp:
varName
"uomPv"
^^
xsd:
string
.
_:
b12
sp:
varName
"realPv"
^^
xsd:
string
.
_:
b35
sp:
varName
"md"
^^
xsd:
string
.
_:
b36
sp:
varName
"uomMd"
^^
xsd:
string
.
_:
b18
sp:
varName
"realMd"
^^
xsd:
string
.
_:
b37
sp:
varName
"mud"
^^
xsd:
string
.
_:
b38
sp:
varName
"tvd"
^^
xsd:
string
.
_:
b39
sp:
varName
"uomTvd"
^^
xsd:
string
.
_:
b21
sp:
varName
"realTvd"
^^
xsd:
string
.
_:
b40
sp:
varName
"yp"
^^
xsd:
string
.
_:
b41
sp:
varName
"uomYp"
^^
xsd:
string
.
_:
b15
sp:
varName
"realYp"
^^
xsd:
string
.
_:
b42
sp:
varName
"density"
^^
xsd:
string
.
_:
b43
sp:
varName
"uomDensity"
^^
xsd:
string
.
_:
b24
sp:
varName
"realDensity"
^^
xsd:
string
.
_:
b44
sp:
varName
"presBopRating"
^^
xsd:
string
.
_:
b45
sp:
varName
"uomPressure"
^^
xsd:
string
.
_:
b28
sp:
varName
"realPressure"
^^
xsd:
string
.
_:
b46
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b47
sp:
varName
"localname"
^^
xsd:
string
.
_:
b1
sp:
varName
"fluidReading"
^^
xsd:
string
.
_:
b2
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b19
sp:
varName
"lengthScaleMd"
^^
xsd:
string
.
_:
b22
sp:
varName
"lengthScaleTvd"
^^
xsd:
string
.
_:
b25
sp:
varName
"densityScale"
^^
xsd:
string
.
_:
b13
sp:
varName
"plasticViscosityScale"
^^
xsd:
string
.
_:
b16
sp:
varName
"yieldPointScale"
^^
xsd:
string
.
_:
b29
sp:
varName
"pressureScale"
^^
xsd:
string
.
_:
b9
sp:
varName
"mudClass"
^^
xsd:
string
.
_:
b5
sp:
varName
"wellBore"
^^
xsd:
string
.
...
...
www.reportinghub.no/ep/transform/TRANSFORM_ddr-formTestInfo-v1.1.1.ttl
View file @
48c2c18
...
...
@@ -2,6 +2,7 @@
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/material
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.witsml.org/schemas/1series
...
...
@@ -20,7 +21,7 @@
<http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/s
pin/1.1/lib>
,
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/schema/1.0/activity>
,
<http://www.reportinghub.no/ep/schema/1.0/core>
,
<http://www.witsml.org/schemas/1series
>
;
owl:
imports
<http://www.reportinghub.no/ep/s
chema/1.0/material>
,
<http://www.witsml.org/schemas/1series>
,
<http://www.reportinghub.no/ep/schema/1.0/core>
,
<http://www.reportinghub.no/ep/schema/1.0/activity>
,
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/spin/1.1/lib
>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
<http://www.witsml.org/schemas/1series#Obj_drillReport>
...
...
@@ -131,7 +132,7 @@
sp:
subject
[
sp:
varName
"wirelineFormationTest"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/
wel
l#Fluid>
;
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/
materia
l#Fluid>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b7
]
[
sp:
object
...
...
www.reportinghub.no/ep/transform/TRANSFORM_ddr-gasReadingInfo-v1.1.1.ttl
View file @
48c2c18
...
...
@@ -2,6 +2,7 @@
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/material
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.witsml.org/schemas/1series
...
...
@@ -20,7 +21,7 @@
<http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://
www.witsml.org/schemas/1series>
,
<http://www.reportinghub.no/ep/spin/1.1/lib>
,
<http://www.reportinghub.no/ep/schema/1.0/core>
,
<http://www.reportinghub.no/ep/schema/1.0/activity>
,
<http://spinrdf.org/spin
>
;
owl:
imports
<http://
spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/schema/1.0/activity>
,
<http://www.reportinghub.no/ep/schema/1.0/core>
,
<http://www.reportinghub.no/ep/spin/1.1/lib>
,
<http://www.witsml.org/schemas/1series>
,
<http://www.reportinghub.no/ep/schema/1.0/material
>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
<http://www.witsml.org/schemas/1series#Obj_drillReport>
...
...
@@ -127,21 +128,12 @@
]
[
sp:
object
_:
b7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasSpatialPart>
;
sp:
subject
_:
b1
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/
wel
l#Fluid>
;
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/
materia
l#Fluid>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b7
]
[
sp:
object
_:
b8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#gasConcentrationHigh>
;
sp:
subject
_:
b7
]
[
sp:
object
_:
b9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#gasConcentrationLow>
;
sp:
subject
_:
b7
]
[
sp:
object
_:
b10
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasPart>
;
sp:
subject
_:
b7
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#Gas>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b10
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b8
...
...
@@ -152,6 +144,9 @@
[
sp:
varName
"concentrationScaleGasHigh"
^^
xsd:
string
]
;
sp:
subject
_:
b8
]
[
sp:
object
_:
b9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#gasConcentrationLow>
;
sp:
subject
_:
b7
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b9
...
...
@@ -162,84 +157,162 @@
[
sp:
varName
"concentrationScaleGasLow"
^^
xsd:
string
]
;
sp:
subject
_:
b9
]
[
sp:
object
_:
b11
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#methaneConcentration>
;
]
[
sp:
object
_:
b10
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasPart>
;
sp:
subject
_:
b7
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#Gas>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b10
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration>
;
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#MaterialPartWholePair>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b11
]
[
sp:
object
_:
b12
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#partMaterialOfPair>
;
sp:
subject
_:
b11
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#Methane>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b12
]
[
sp:
object
_:
b10
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#wholeMaterialOfPair>
;
sp:
subject
_:
b11
]
[
sp:
object
_:
b13
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#volumeRatio>
;
sp:
subject
_:
b11
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Ratio>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b13
]
[
sp:
object
[
sp:
varName
"realMeth"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"concentrationScaleMeth"
^^
xsd:
string
]
;
sp:
subject
_:
b11
]
[
sp:
object
_:
b12
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#ethaneConcentration>
;
sp:
subject
_:
b10
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration>
;
sp:
subject
_:
b13
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#MaterialPartWholePair>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b12
sp:
subject
_:
b14
]
[
sp:
object
_:
b15
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#partMaterialOfPair>
;
sp:
subject
_:
b14
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#Ethane>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b15
]
[
sp:
object
_:
b10
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#wholeMaterialOfPair>
;
sp:
subject
_:
b14
]
[
sp:
object
_:
b16
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#volumeRatio>
;
sp:
subject
_:
b14
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Ratio>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b16
]
[
sp:
object
[
sp:
varName
"realEth"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"concentrationScaleEth"
^^
xsd:
string
]
;
sp:
subject
_:
b12
]
[
sp:
object
_:
b13
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#propaneConcentration>
;
sp:
subject
_:
b10
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration>
;
sp:
subject
_:
b16
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#MaterialPartWholePair>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b13
sp:
subject
_:
b17
]
[
sp:
object
_:
b18
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#partMaterialOfPair>
;
sp:
subject
_:
b17
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#Propane>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b18
]
[
sp:
object
_:
b10
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#wholeMaterialOfPair>
;
sp:
subject
_:
b17
]
[
sp:
object
_:
b19
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#volumeRatio>
;
sp:
subject
_:
b17
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Ratio>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b19
]
[
sp:
object
[
sp:
varName
"realProp"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"concentrationScaleProp"
^^
xsd:
string
]
;
sp:
subject
_:
b13
]
[
sp:
object
_:
b14
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#isoButaneConcentration>
;
sp:
subject
_:
b10
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration>
;
sp:
subject
_:
b19
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#MaterialPartWholePair>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b14
sp:
subject
_:
b20
]
[
sp:
object
_:
b21
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#partMaterialOfPair>
;
sp:
subject
_:
b20
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#Isobutane>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b21
]
[
sp:
object
_:
b10
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#wholeMaterialOfPair>
;
sp:
subject
_:
b20
]
[
sp:
object
_:
b22
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#volumeRatio>
;
sp:
subject
_:
b20
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Ratio>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b22
]
[
sp:
object
[
sp:
varName
"realIbut"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"concentrationScaleIbut"
^^
xsd:
string
]
;
sp:
subject
_:
b14
]
[
sp:
object
_:
b15
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#norButaneConcentration>
;
sp:
subject
_:
b10
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration>
;
sp:
subject
_:
b22
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#MaterialPartWholePair>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b15
sp:
subject
_:
b23
]
[
sp:
object
_:
b24
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#partMaterialOfPair>
;
sp:
subject
_:
b23
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#NormalButane>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b24
]
[
sp:
object
_:
b10
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#wholeMaterialOfPair>
;
sp:
subject
_:
b23
]
[
sp:
object
_:
b25
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#volumeRatio>
;
sp:
subject
_:
b23
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Ratio>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b25
]
[
sp:
object
[
sp:
varName
"realNbut"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"concentrationScaleNbut"
^^
xsd:
string
]
;
sp:
subject
_:
b15
]
[
sp:
object
_:
b16
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#isoPentaneConcentration>
;
sp:
subject
_:
b10
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration>
;
sp:
subject
_:
b25
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#MaterialPartWholePair>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b16
sp:
subject
_:
b26
]
[
sp:
object
_:
b27
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#partMaterialOfPair>
;
sp:
subject
_:
b26
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#Isopentane>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b27
]
[
sp:
object
_:
b10
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#wholeMaterialOfPair>
;
sp:
subject
_:
b26
]
[
sp:
object
_:
b28
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#volumeRatio>
;
sp:
subject
_:
b26
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Ratio>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b28
]
[
sp:
object
[
sp:
varName
"realIpent"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"concentrationScaleIpent"
^^
xsd:
string
]
;
sp:
subject
_:
b
16
sp:
subject
_:
b
28
])
;
sp:
where
([
sp:
object
[
sp:
varName
"nameWellBore"
^^
xsd:
string
...
...
www.reportinghub.no/ep/transform/TRANSFORM_ddr-wellTestInfo-v1.1.1.ttl
View file @
48c2c18
...
...
@@ -2,6 +2,7 @@
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/material
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.witsml.org/schemas/1series
...
...
@@ -20,13 +21,254 @@
<http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.
witsml.org/schemas/1series>
,
<http://www.reportinghub.no/ep/spin/1.1/lib>
,
<http://www.reportinghub.no/ep/schema/1.0/core>
,
<http://www.reportinghub.no/ep/schema/1.0/activity>
,
<http://spinrdf.org/spin
>
;
owl:
imports
<http://www.
reportinghub.no/ep/schema/1.0/material>
,
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/schema/1.0/activity>
,
<http://www.reportinghub.no/ep/schema/1.0/core>
,
<http://www.reportinghub.no/ep/spin/1.1/lib>
,
<http://www.witsml.org/schemas/1series
>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
<http://www.witsml.org/schemas/1series#Obj_drillReport>
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 210 Create WellTest activity"
^^
xsd:
string
;
rdfs:
comment
"STEP 210b Create WellTest activity"
^^
xsd:
string
;
sp:
templates
([
sp:
object
<http://www.reportinghub.no/ep/schema/material#MaterialPartWholePair>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
]
[
sp:
object
[
sp:
varName
"gas"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#wholeMaterialOfPair>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#partMaterialOfPair>
;
sp:
subject
_:
b1
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#Chloride>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b2
]
[
sp:
object
_:
b3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#massRatio>
;
sp:
subject
_:
b1
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Ratio>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b3
]
[
sp:
object
[
sp:
varName
"realChloride"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"chlorideMassConcentrationScale"
^^
xsd:
string
]
;
sp:
subject
_:
b3
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#MaterialPartWholePair>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b4
]
[
sp:
object
[
sp:
varName
"gas"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#wholeMaterialOfPair>
;
sp:
subject
_:
b4
]
[
sp:
object
_:
b5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#partMaterialOfPair>
;
sp:
subject
_:
b4
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#CarbonDioxide>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b5
]
[
sp:
object
_:
b6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#massRatio>
;
sp:
subject
_:
b4
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Ratio>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b6
]
[
sp:
object
[
sp:
varName
"realCarbonDioxide"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"carbonDioxideMassConcentrationScale"
^^
xsd:
string
]
;
sp:
subject
_:
b6
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#MaterialPartWholePair>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b7
]
[
sp:
object
[
sp:
varName
"gas"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#wholeMaterialOfPair>
;
sp:
subject
_:
b7
]
[
sp:
object
_:
b8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#partMaterialOfPair>
;
sp:
subject
_:
b7
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#HydrogenSulfide>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b8
]
[
sp:
object
_:
b9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#massRatio>
;
sp:
subject
_:
b7
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Ratio>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b9
]
[
sp:
object
[
sp:
varName
"realHydrogenSulfide"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"hydrogenSulfideMassConcentrationScale"
^^
xsd:
string
]
;
sp:
subject
_:
b9
])
;
sp:
where
([
sp:
object
[
sp:
varName
"fluid"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#fluidProducedByWellTest>
;
sp:
subject
[
sp:
varName
"wellTest"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"gas"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#hasComponent>
;
sp:
subject
[
sp:
varName
"fluid"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#Gas>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"gas"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"nameWellBore"
^^
xsd:
string
]
;
sp:
predicate
ep-spin-lib:
nameWellbore
;
sp:
subject
spin:
_this
]
[
sp:
object
[
sp:
varName
"dTimStart"
^^
xsd:
string
]
;
sp:
predicate
<http://www.witsml.org/schemas/1series#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
[
sp:
varName
"wellTestInfo"
^^
xsd:
string
]
;
sp:
predicate
<http://www.witsml.org/schemas/1series#wellTestInfoRef>
;
sp:
subject
spin:
_this
]
[
sp:
object
[
sp:
varName
"chlorideRef"
^^
xsd:
string
]
;
sp:
predicate
<http://www.witsml.org/schemas/1series#chlorideRef>
;
sp:
subject
[
sp:
varName
"wellTestInfo"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"uomChloride"
^^
xsd:
string
]
;
sp:
predicate
<http://www.witsml.org/schemas/1series#uomRef>
;
sp:
subject
[
sp:
varName
"chlorideRef"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realChloride"
^^
xsd:
string
]
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
[
sp:
varName
"chlorideRef"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"carbonDioxideRef"
^^
xsd:
string
]
;
sp:
predicate
<http://www.witsml.org/schemas/1series#carbonDioxideRef>
;
sp:
subject
[
sp:
varName
"wellTestInfo"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"uomCarbonDioxide"
^^
xsd:
string
]
;
sp:
predicate
<http://www.witsml.org/schemas/1series#uomRef>
;
sp:
subject
[
sp:
varName
"carbonDioxideRef"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realCarbonDioxide"
^^
xsd:
string
]
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
[
sp:
varName
"carbonDioxideRef"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"hydrogenSulfide"
^^
xsd:
string
]
;
sp:
predicate
<http://www.witsml.org/schemas/1series#hydrogenSulfideRef>
;
sp:
subject
[
sp:
varName
"wellTestInfo"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"uomHydrogenSulfide"
^^
xsd:
string
]
;
sp:
predicate
<http://www.witsml.org/schemas/1series#uomRef>
;
sp:
subject
[
sp:
varName
"hydrogenSulfide"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realHydrogenSulfide"
^^
xsd:
string
]
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
[
sp:
varName
"hydrogenSulfide"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
[
sp:
varName
"nameWellBore"
^^
xsd:
string
]
]
;
sp:
variable
[
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
afn:
localname
;
sp:
arg1
[
sp:
varName
"wellTestInfo"
^^
xsd:
string
]
]
;
sp:
variable
[
sp:
varName
"localname"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectMassPerUnitMassConcentrationScale
;
sp:
arg1
[
sp:
varName
"uomChloride"
^^
xsd:
string
]
]
;
sp:
variable
[
sp:
varName
"chlorideMassConcentrationScale"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectMassPerUnitMassConcentrationScale
;
sp:
arg1
[
sp:
varName
"uomCarbonDioxide"
^^
xsd:
string
]
]
;
sp:
variable
[
sp:
varName
"carbonDioxideMassConcentrationScale"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectMassPerUnitMassConcentrationScale
;
sp:
arg1
[
sp:
varName
"uomHydrogenSulfide"
^^
xsd:
string
]
]
;
sp:
variable
[
sp:
varName
"hydrogenSulfideMassConcentrationScale"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
rhspin:
wellBoreByName
;
arg:
wellBoreName
[
rdf:
type
xsd:
string
;
sp:
arg1
[
sp:
varName
"nameWellBore"
^^
xsd:
string
]
]
]
;
sp:
variable
[
sp:
varName
"wellBore"
^^
xsd:
string
]
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 210a Create WellTest activity"
^^
xsd:
string
;
sp:
templates
([
sp:
object
<http://www.reportinghub.no/ep/schema/activity#WellTest>
;
sp:
predicate
rdf:
type
;
sp:
subject
...
...
@@ -39,25 +281,25 @@
sp:
subject
[
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
]
]
[
sp:
object
_:
b1
;
]
[
sp:
object
_:
b1
0
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
[
sp:
varName
"wellTest"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#PhysicalObject>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b
2
;
sp:
subject
_:
b1
0
]
[
sp:
object
_:
b
11
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
sp:
subject
_:
b1
sp:
subject
_:
b1
0
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#WellBoreSection>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
2
sp:
subject
_:
b
11
]
[
sp:
object
[
sp:
varName
"wellBore"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#spatialPartOf>
;
sp:
subject
_:
b
2
sp:
subject
_:
b
11
]
[
sp:
object
[
sp:
varName
"wellTestType"
^^
xsd:
string
]
;
...
...
@@ -79,353 +321,333 @@
sp:
subject
[
sp:
varName
"wellTest"
^^
xsd:
string
]
]
[
sp:
object
_:
b
3
;
]
[
sp:
object
_:
b
12
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore>
;
sp:
subject
_:
b
2
sp:
subject
_:
b
11
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Length>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
3
sp:
subject
_:
b
12
]
[
sp:
object
[
sp:
varName
"realMdTop"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"lengthScaleMdTop"
^^
xsd:
string
]
;
sp:
subject
_:
b
3
]
[
sp:
object
_:
b
4
;
sp:
subject
_:
b
12
]
[
sp:
object
_:
b
13
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore>
;
sp:
subject
_:
b
2
sp:
subject
_:
b
11
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Length>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
4
sp:
subject
_:
b
13
]
[
sp:
object
[
sp:
varName
"realMdBottom"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"lengthScaleMdBottom"
^^
xsd:
string
]
;
sp:
subject
_:
b
4
]
[
sp:
object
_:
b
5
;
sp:
subject
_:
b
13
]
[
sp:
object
_:
b
14
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore>
;
sp:
subject
_:
b
2
sp:
subject
_:
b
11
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Length>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
5
sp:
subject
_:
b
14
]
[
sp:
object
[
sp:
varName
"realTvdTop"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"lengthScaleTvdTop"
^^
xsd:
string
]
;
sp:
subject
_:
b
5
]
[
sp:
object
_:
b
6
;
sp:
subject
_:
b
14
]
[
sp:
object
_:
b
15
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore>
;
sp:
subject
_:
b
2
sp:
subject
_:
b
11
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Length>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
6
sp:
subject
_:
b
15
]
[
sp:
object
[
sp:
varName
"realTvdBottom"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"lengthScaleTvdBottom"
^^
xsd:
string
]
;
sp:
subject
_:
b
6
]
[
sp:
object
_:
b
7
;
sp:
subject
_:
b
15
]
[
sp:
object
_:
b
16
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#hasWellTestChoke>
;
sp:
subject
[
sp:
varName
"wellTest"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/equipment#WellTestChoke>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
7
]
[
sp:
object
_:
b
8
;
sp:
subject
_:
b
16
]
[
sp:
object
_:
b
17
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/equipment#chokeOrificeSize>
;
sp:
subject
_:
b
7
sp:
subject
_:
b
16
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Length>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
8
sp:
subject
_:
b
17
]
[
sp:
object
[
sp:
varName
"realOrifice"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"lengthScaleOrifice"
^^
xsd:
string
]
;
sp:
subject
_:
b
8
]
[
sp:
object
_:
b
9
;
sp:
subject
_:
b
17
]
[
sp:
object
_:
b
18
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#fluidProducedByWellTest>
;
sp:
subject
[
sp:
varName
"wellTest"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/
wel
l#Fluid>
;
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/
materia
l#Fluid>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
9
]
[
sp:
object
_:
b1
0
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
well#waterOilRatio
>
;
sp:
subject
_:
b
9
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/
core#VolumePerUnitVolumeConcentration
>
;
sp:
subject
_:
b
18
]
[
sp:
object
_:
b1
9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
material#hasComponent
>
;
sp:
subject
_:
b
18
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/
material#Water
>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b10
sp:
subject
_:
b19
]
[
sp:
object
_:
b20
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#hasComponent>
;
sp:
subject
_:
b18
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#Oil>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b20
]
[
sp:
object
_:
b21
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#hasComponent>
;
sp:
subject
_:
b18
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#Gas>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b21
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#MaterialPair>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b22
]
[
sp:
object
_:
b19
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#firstMaterialOfPair>
;
sp:
subject
_:
b22
]
[
sp:
object
_:
b20
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#secondMaterialOfPair>
;
sp:
subject
_:
b22
]
[
sp:
object
_:
b23
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#volumeRatio>
;
sp:
subject
_:
b22
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Ratio>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b23
]
[
sp:
object
[
sp:
varName
"realWaterOil"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"specificVolumeScaleWaterOil"
^^
xsd:
string
]
;
sp:
subject
_:
b10
]
[
sp:
object
_:
b11
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#gasOilRatio>
;
sp:
subject
_:
b9
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration>
;
sp:
subject
_:
b23
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/material#MaterialPair>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b11
sp:
subject
_:
b24
]
[
sp:
object
_:
b21
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#firstMaterialOfPair>
;
sp:
subject
_:
b24
]
[
sp:
object
_:
b20
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#secondMaterialOfPair>
;
sp:
subject
_:
b24
]
[
sp:
object
_:
b25
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/material#volumeRatio>
;
sp:
subject
_:
b24
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Ratio>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b25
]
[
sp:
object
[
sp:
varName
"realGasOil"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"specificVolumeScaleGasOil"
^^
xsd:
string
]
;
sp:
subject
_:
b11
]
[
sp:
object
_:
b12
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasPart>
;
sp:
subject
_:
b9
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#Water>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b12
]
[
sp:
object
_:
b13
;
sp:
subject
_:
b25
]
[
sp:
object
_:
b26
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
2
sp:
subject
_:
b1
9
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Density>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
13
sp:
subject
_:
b
26
]
[
sp:
object
[
sp:
varName
"realDensityWater"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"densityScaleWater"
^^
xsd:
string
]
;
sp:
subject
_:
b
13
]
[
sp:
object
_:
b
14
;
sp:
subject
_:
b
26
]
[
sp:
object
_:
b
27
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
2
sp:
subject
_:
b1
9
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#VolumetricFlowRate>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
14
sp:
subject
_:
b
27
]
[
sp:
object
[
sp:
varName
"realFlowRateWater"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"volumetricFlowRateScaleWater"
^^
xsd:
string
]
;
sp:
subject
_:
b
14
]
[
sp:
object
_:
b
15
;
sp:
subject
_:
b
27
]
[
sp:
object
_:
b
28
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
2
sp:
subject
_:
b1
9
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Volume>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
15
sp:
subject
_:
b
28
]
[
sp:
object
[
sp:
varName
"realVolumeWater"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"volumeScaleWater"
^^
xsd:
string
]
;
sp:
subject
_:
b15
]
[
sp:
object
_:
b16
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasPart>
;
sp:
subject
_:
b9
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#Oil>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b16
]
[
sp:
object
_:
b17
;
sp:
subject
_:
b28
]
[
sp:
object
_:
b29
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
16
sp:
subject
_:
b
20
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Density>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
17
sp:
subject
_:
b
29
]
[
sp:
object
[
sp:
varName
"realDensityOil"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"densityScaleOil"
^^
xsd:
string
]
;
sp:
subject
_:
b
17
]
[
sp:
object
_:
b
18
;
sp:
subject
_:
b
29
]
[
sp:
object
_:
b
30
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
16
sp:
subject
_:
b
20
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#VolumetricFlowRate>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
18
sp:
subject
_:
b
30
]
[
sp:
object
[
sp:
varName
"realFlowRateOil"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"volumetricFlowRateScaleOil"
^^
xsd:
string
]
;
sp:
subject
_:
b
18
]
[
sp:
object
_:
b
19
;
sp:
subject
_:
b
30
]
[
sp:
object
_:
b
31
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b16
sp:
subject
[]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Volume>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
19
sp:
subject
_:
b
31
]
[
sp:
object
[
sp:
varName
"realVolumeOil"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"volumeScaleOil"
^^
xsd:
string
]
;
sp:
subject
_:
b19
]
[
sp:
object
_:
b20
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasPart>
;
sp:
subject
_:
b9
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#Gas>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b20
]
[
sp:
object
_:
b21
;
sp:
subject
_:
b31
]
[
sp:
object
_:
b32
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b2
0
sp:
subject
_:
b2
1
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Density>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
21
sp:
subject
_:
b
32
]
[
sp:
object
[
sp:
varName
"realDensityGas"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"densityScaleGas"
^^
xsd:
string
]
;
sp:
subject
_:
b
21
]
[
sp:
object
_:
b
22
;
sp:
subject
_:
b
32
]
[
sp:
object
_:
b
33
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b2
0
sp:
subject
_:
b2
1
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#VolumetricFlowRate>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
22
sp:
subject
_:
b
33
]
[
sp:
object
[
sp:
varName
"realFlowRateGas"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"volumetricFlowRateScaleGas"
^^
xsd:
string
]
;
sp:
subject
_:
b
22
]
[
sp:
object
_:
b
23
;
sp:
subject
_:
b
33
]
[
sp:
object
_:
b
34
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b2
0
sp:
subject
_:
b2
1
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Volume>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
23
sp:
subject
_:
b
34
]
[
sp:
object
[
sp:
varName
"realVolumeGas"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"volumeScaleGas"
^^
xsd:
string
]
;
sp:
subject
_:
b
23
]
[
sp:
object
_:
b
24
;
sp:
subject
_:
b
34
]
[
sp:
object
_:
b
35
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#wellTestShutInPressure>
;
sp:
subject
[
sp:
varName
"wellTest"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Pressure>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
24
sp:
subject
_:
b
35
]
[
sp:
object
[
sp:
varName
"realShutIn"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"pressureScaleShutIn"
^^
xsd:
string
]
;
sp:
subject
_:
b
24
]
[
sp:
object
_:
b
25
;
sp:
subject
_:
b
35
]
[
sp:
object
_:
b
36
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#wellTestFlowingPressure>
;
sp:
subject
[
sp:
varName
"wellTest"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Pressure>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
25
sp:
subject
_:
b
36
]
[
sp:
object
[
sp:
varName
"realFlowing"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"pressureScaleFlowing"
^^
xsd:
string
]
;
sp:
subject
_:
b
25
]
[
sp:
object
_:
b
26
;
sp:
subject
_:
b
36
]
[
sp:
object
_:
b
37
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#wellTestBottomHolePressure>
;
sp:
subject
[
sp:
varName
"wellTest"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Pressure>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b
26
sp:
subject
_:
b
37
]
[
sp:
object
[
sp:
varName
"realBottom"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"pressureScaleBottom"
^^
xsd:
string
]
;
sp:
subject
_:
b26
]
[
sp:
object
_:
b27
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#chlorideConcentration>
;
sp:
subject
_:
b20
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#MassPerUnitMassConcentration>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b27
]
[
sp:
object
[
sp:
varName
"realChloride"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"specificMassScaleChloride"
^^
xsd:
string
]
;
sp:
subject
_:
b27
]
[
sp:
object
_:
b28
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#carbonDioxideConcentration>
;
sp:
subject
_:
b20
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#MassPerUnitMassConcentration>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b28
]
[
sp:
object
[
sp:
varName
"realCarbonDioxide"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"specificMassScaleCarbonDioxide"
^^
xsd:
string
]
;
sp:
subject
_:
b28
]
[
sp:
object
_:
b29
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#hydrogenSulfideConcentration>
;
sp:
subject
_:
b20
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#MassPerUnitMassConcentration>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b29
]
[
sp:
object
[
sp:
varName
"realHydrogenSulfide"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"specificMassScaleHydrogenSulfide"
^^
xsd:
string
]
;
sp:
subject
_:
b29
]
[
sp:
object
_:
b30
;
sp:
subject
_:
b37
]
[
sp:
object
_:
b38
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#wellTestStoredOil>
;
sp:
subject
[
sp:
varName
"wellTest"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/
wel
l#Oil>
;
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/
materia
l#Oil>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b3
0
]
[
sp:
object
_:
b3
1
;
sp:
subject
_:
b3
8
]
[
sp:
object
_:
b3
9
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b3
0
sp:
subject
_:
b3
8
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/core#Volume>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b3
1
sp:
subject
_:
b3
9
]
[
sp:
object
[
sp:
varName
"realStored"
^^
xsd:
string
]
;
sp:
predicate
[
sp:
varName
"volumeScaleStored"
^^
xsd:
string
]
;
sp:
subject
_:
b3
1
sp:
subject
_:
b3
9
])
;
sp:
where
([
sp:
object
[
sp:
varName
"nameWellBore"
^^
xsd:
string
...
...
@@ -804,69 +1026,6 @@
[
sp:
varName
"waterOilRatio"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"chloride"
^^
xsd:
string
]
;
sp:
predicate
<http://www.witsml.org/schemas/1series#chlorideRef>
;
sp:
subject
[
sp:
varName
"wellTestInfo"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"uomChloride"
^^
xsd:
string
]
;
sp:
predicate
<http://www.witsml.org/schemas/1series#uomRef>
;
sp:
subject
[
sp:
varName
"chloride"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realChloride"
^^
xsd:
string
]
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
[
sp:
varName
"chloride"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"carbonDioxide"
^^
xsd:
string
]
;
sp:
predicate
<http://www.witsml.org/schemas/1series#carbonDioxideRef>
;
sp:
subject
[
sp:
varName
"wellTestInfo"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"uomCarbonDioxide"
^^
xsd:
string
]
;
sp:
predicate
<http://www.witsml.org/schemas/1series#uomRef>
;
sp:
subject
[
sp:
varName
"carbonDioxide"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realCarbonDioxide"
^^
xsd:
string
]
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
[
sp:
varName
"carbonDioxide"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"hydrogenSulfide"
^^
xsd:
string
]
;
sp:
predicate
<http://www.witsml.org/schemas/1series#hydrogenSulfideRef>
;
sp:
subject
[
sp:
varName
"wellTestInfo"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"uomHydrogenSulfide"
^^
xsd:
string
]
;
sp:
predicate
<http://www.witsml.org/schemas/1series#uomRef>
;
sp:
subject
[
sp:
varName
"hydrogenSulfide"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"realHydrogenSulfide"
^^
xsd:
string
]
;
sp:
predicate
<http://www.linkedmodel.org/schema/dtype#value>
;
sp:
subject
[
sp:
varName
"hydrogenSulfide"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"volOilTotal"
^^
xsd:
string
]
;
sp:
predicate
<http://www.witsml.org/schemas/1series#volOilTotalRef>
;
...
...
@@ -1183,33 +1342,6 @@
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectMassPerUnitMassConcentrationScale
;
sp:
arg1
[
sp:
varName
"uomChloride"
^^
xsd:
string
]
]
;
sp:
variable
[
sp:
varName
"specificMassScaleChloride"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectMassPerUnitMassConcentrationScale
;
sp:
arg1
[
sp:
varName
"uomCarbonDioxide"
^^
xsd:
string
]
]
;
sp:
variable
[
sp:
varName
"specificMassScaleCarbonDioxide"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectMassPerUnitMassConcentrationScale
;
sp:
arg1
[
sp:
varName
"uomHydrogenSulfide"
^^
xsd:
string
]
]
;
sp:
variable
[
sp:
varName
"specificMassScaleHydrogenSulfide"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
rhspin:
wellBoreByName
;
arg:
wellBoreName
[
rdf:
type
xsd:
string
;
...
...
Please
register
or
login
to post a comment