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
2011-08-25 10:11:36 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b2225d4054789ca9f0f1fefc983e22c8ab139d95
b2225d40
1 parent
6d272b49
New transforms added
Hide whitespace changes
Inline
Side-by-side
Showing
31 changed files
with
4323 additions
and
1351 deletions
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-ACTIVITY-v1.0.ttl
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-CORE-v1.0.ttl
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-EQUIPMENT-v1.0.ttl
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-WELL-v1.0.ttl
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-ACTIVITY-(v1.1.DL).ttl
www.reportinghub.no/ep/spin/SPIN_EPIM-lib-v1.1.spin.ttl
www.reportinghub.no/ep/spin/SPIN_EPIM-lib-v1.1.spin.ttl.tbc
www.reportinghub.no/ep/transform/TRANSFORM_ddr-activity-v1.1.1.ttl
www.reportinghub.no/ep/transform/TRANSFORM_ddr-casingLinerTubingRun-v1.1.1.ttl
www.reportinghub.no/ep/transform/TRANSFORM_ddr-casingLinerTubingRun-v1.1.1.ttl.tbc
www.reportinghub.no/ep/transform/TRANSFORM_ddr-cementStage-v1.1.1.ttl
www.reportinghub.no/ep/transform/TRANSFORM_ddr-cementStage-v1.1.1.ttl.tbc
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-coreInfo-v1.1.1.ttl
www.reportinghub.no/ep/transform/TRANSFORM_ddr-coreInfo-v1.1.1.ttl.tbc
www.reportinghub.no/ep/transform/TRANSFORM_ddr-drillReport-v1.1.1.ttl
www.reportinghub.no/ep/transform/TRANSFORM_ddr-drillReport-v1.1.1.ttl.tbc
www.reportinghub.no/ep/transform/TRANSFORM_ddr-formTestInfo-v1.1.1.ttl
www.reportinghub.no/ep/transform/TRANSFORM_ddr-formTestInfo-v1.1.1.ttl.tbc
www.reportinghub.no/ep/transform/TRANSFORM_ddr-gasReadingInfo-v1.1.1.ttl
www.reportinghub.no/ep/transform/TRANSFORM_ddr-gasReadingInfo-v1.1.1.ttl.tbc
www.reportinghub.no/ep/transform/TRANSFORM_ddr-normalization-v1.1.1.ttl
www.reportinghub.no/ep/transform/TRANSFORM_ddr-normalization-v1.1.1.ttl.tbc
www.reportinghub.no/ep/transform/TRANSFORM_ddr-perfInfo-v1.1.1.ttl
www.reportinghub.no/ep/transform/TRANSFORM_ddr-perfInfo-v1.1.1.ttl.tbc
www.reportinghub.no/ep/transform/TRANSFORM_ddr-stratInfo-v1.1.1.ttl
www.reportinghub.no/ep/transform/TRANSFORM_ddr-stratInfo-v1.1.1.ttl.tbc
www.reportinghub.no/ep/transform/TRANSFORM_ddr-wellAndWellBoreAlias-v1.1.1.ttl
www.reportinghub.no/ep/transform/TRANSFORM_ddr-wellTestInfo-v1.1.1.ttl
www.reportinghub.no/ep/transform/TRANSFORM_ddr-wellTestInfo-v1.1.1.ttl.tbc
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-ACTIVITY-v1.0.ttl
View file @
b2225d4
# Saved by TopBraid on Wed Aug
17 16:00:46
BST 2011
# Saved by TopBraid on Wed Aug
24 19:54:01
BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.linkedmodel.org/1.2/schema/vaem
# imports: http://www.reportinghub.no/ep/schema/1.0/organization
...
...
@@ -7,6 +7,7 @@
# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.linkedmodel.org/1.1/schema/ordered
@prefix
dc:
<http://purl.org/dc/elements/1.1/>
.
@prefix
ep-activity:
<http://www.reportinghub.no/ep/schema/activity#>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
rdf:
<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
.
...
...
@@ -128,16 +129,33 @@ ep-activity:Drill-sidetrack
rdfs:
label
"drill sidetrack"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
DrillStemTest
rdf:
type
owl:
Class
,
ep-activity:
WellTestType
;
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
;
owl:
disjointWith
ep-activity:
ProductionTest
.
ep-activity:
DrillingActivity
rdf:
type
owl:
Class
;
rdfs:
label
"Drilling activity"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
Activity
.
ep-activity:
DrillingActivity-bop_test
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
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
ep-activity:
DrillingActivityTypeAccordingToEquipmentType
,
owl:
Class
;
rdfs:
label
"drilling activity coilled tubing"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
DrillingActivity-equipment_failure
rdf:
type
ep-activity:
DrillingActivityOutcomeType
,
owl:
Class
;
rdfs:
label
"drilling activity equipment failure"
^^
xsd:
string
;
...
...
@@ -148,6 +166,11 @@ ep-activity:DrillingActivity-equipment_hang
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
;
rdfs:
label
"drilling activity fixed equipment"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
DrillingActivity-injury
rdf:
type
ep-activity:
DrillingActivityOutcomeType
,
owl:
Class
;
rdfs:
label
"drilling activity injury"
^^
xsd:
string
;
...
...
@@ -168,6 +191,11 @@ ep-activity:DrillingActivity-operation_failed
rdfs:
label
"drilling activity operation failed"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
DrillingActivity-snubbing
rdf:
type
owl:
Class
,
ep-activity:
DrillingActivityTypeAccordingToEquipmentType
;
rdfs:
label
"drilling activity snubbing"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
DrillingActivity-stuck_equipment
rdf:
type
ep-activity:
DrillingActivityOutcomeType
,
owl:
Class
;
rdfs:
label
"drilling activity stuck equipment"
^^
xsd:
string
;
...
...
@@ -178,11 +206,21 @@ ep-activity:DrillingActivity-success
rdfs:
label
"drilling activity success"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
DrillingActivity-wire_line
rdf:
type
ep-activity:
DrillingActivityTypeAccordingToEquipmentType
,
owl:
Class
;
rdfs:
label
"drilling activity wire line"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
DrillingActivityOutcomeType
rdf:
type
rdfs:
Class
;
rdfs:
label
"drilling activity outcome type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-activity:
DrillingActivityTypeAccordingToEquipmentType
rdf:
type
rdfs:
Class
;
rdfs:
label
"drilling activity type according to equipment type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-activity:
EquipmentFailureAndRepair
rdf:
type
owl:
Class
;
rdfs:
label
"equipment failure and repair"
^^
xsd:
string
;
...
...
@@ -205,6 +243,70 @@ ep-activity:FormationIntegrityTest
rdfs:
subClassOf
ep-activity:
WellBorePressureTest
;
owl:
disjointWith
ep-activity:
LeakOffTest
.
ep-activity:
GasReading
rdf:
type
owl:
Class
;
rdfs:
label
"gas reading"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
Activity
.
ep-activity:
GasReading-circulating_background_gas
rdf:
type
ep-activity:
GasReadingType
,
owl:
Class
;
rdfs:
label
"gas reading circulating background gas"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
GasReading
;
owl:
disjointWith
ep-activity:
GasReading-flow_check_gas
,
ep-activity:
GasReading-drilling_gas_peak
,
ep-activity:
GasReading-trip_gas
,
ep-activity:
GasReading-shut_down_gas
,
ep-activity:
GasReading-other
,
ep-activity:
GasReading-drilling_background_gas
,
ep-activity:
GasReading-connection_gas
,
ep-activity:
GasReading-no_readings
.
ep-activity:
GasReading-connection_gas
rdf:
type
ep-activity:
GasReadingType
,
owl:
Class
;
rdfs:
label
"gas reading connection gas"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
GasReading
;
owl:
disjointWith
ep-activity:
GasReading-flow_check_gas
,
ep-activity:
GasReading-shut_down_gas
,
ep-activity:
GasReading-trip_gas
,
ep-activity:
GasReading-other
,
ep-activity:
GasReading-drilling_gas_peak
,
ep-activity:
GasReading-drilling_background_gas
,
ep-activity:
GasReading-circulating_background_gas
,
ep-activity:
GasReading-no_readings
.
ep-activity:
GasReading-drilling_background_gas
rdf:
type
ep-activity:
GasReadingType
,
owl:
Class
;
rdfs:
label
"gas reading drilling background gas"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
GasReading
;
owl:
disjointWith
ep-activity:
GasReading-other
,
ep-activity:
GasReading-circulating_background_gas
,
ep-activity:
GasReading-trip_gas
,
ep-activity:
GasReading-connection_gas
,
ep-activity:
GasReading-drilling_gas_peak
,
ep-activity:
GasReading-shut_down_gas
,
ep-activity:
GasReading-flow_check_gas
,
ep-activity:
GasReading-no_readings
.
ep-activity:
GasReading-drilling_gas_peak
rdf:
type
ep-activity:
GasReadingType
,
owl:
Class
;
rdfs:
label
"gas reading drilling gas peak"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
GasReading
;
owl:
disjointWith
ep-activity:
GasReading-other
,
ep-activity:
GasReading-circulating_background_gas
,
ep-activity:
GasReading-connection_gas
,
ep-activity:
GasReading-drilling_background_gas
,
ep-activity:
GasReading-no_readings
,
ep-activity:
GasReading-trip_gas
,
ep-activity:
GasReading-flow_check_gas
,
ep-activity:
GasReading-shut_down_gas
.
ep-activity:
GasReading-flow_check_gas
rdf:
type
owl:
Class
,
ep-activity:
GasReadingType
;
rdfs:
label
"gas reading flow check gas"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
GasReading
;
owl:
disjointWith
ep-activity:
GasReading-no_readings
,
ep-activity:
GasReading-drilling_background_gas
,
ep-activity:
GasReading-trip_gas
,
ep-activity:
GasReading-shut_down_gas
,
ep-activity:
GasReading-connection_gas
,
ep-activity:
GasReading-drilling_gas_peak
,
ep-activity:
GasReading-other
,
ep-activity:
GasReading-circulating_background_gas
.
ep-activity:
GasReading-no_readings
rdf:
type
ep-activity:
GasReadingType
,
owl:
Class
;
rdfs:
label
"gas reading no readings"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
GasReading
;
owl:
disjointWith
ep-activity:
GasReading-shut_down_gas
,
ep-activity:
GasReading-drilling_background_gas
,
ep-activity:
GasReading-other
,
ep-activity:
GasReading-flow_check_gas
,
ep-activity:
GasReading-trip_gas
,
ep-activity:
GasReading-circulating_background_gas
,
ep-activity:
GasReading-connection_gas
,
ep-activity:
GasReading-drilling_gas_peak
.
ep-activity:
GasReading-other
rdf:
type
ep-activity:
GasReadingType
,
owl:
Class
;
rdfs:
label
"gas reading other"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
GasReading
;
owl:
disjointWith
ep-activity:
GasReading-connection_gas
,
ep-activity:
GasReading-no_readings
,
ep-activity:
GasReading-drilling_background_gas
,
ep-activity:
GasReading-drilling_gas_peak
,
ep-activity:
GasReading-flow_check_gas
,
ep-activity:
GasReading-circulating_background_gas
,
ep-activity:
GasReading-trip_gas
,
ep-activity:
GasReading-shut_down_gas
.
ep-activity:
GasReading-shut_down_gas
rdf:
type
ep-activity:
GasReadingType
,
owl:
Class
;
rdfs:
label
"gas reading shut down gas"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
GasReading
;
owl:
disjointWith
ep-activity:
GasReading-drilling_gas_peak
,
ep-activity:
GasReading-trip_gas
,
ep-activity:
GasReading-circulating_background_gas
,
ep-activity:
GasReading-drilling_background_gas
,
ep-activity:
GasReading-flow_check_gas
,
ep-activity:
GasReading-no_readings
,
ep-activity:
GasReading-other
,
ep-activity:
GasReading-connection_gas
.
ep-activity:
GasReading-trip_gas
rdf:
type
owl:
Class
,
ep-activity:
GasReadingType
;
rdfs:
label
"gas reading trip gas"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
GasReading
;
owl:
disjointWith
ep-activity:
GasReading-other
,
ep-activity:
GasReading-drilling_gas_peak
,
ep-activity:
GasReading-connection_gas
,
ep-activity:
GasReading-shut_down_gas
,
ep-activity:
GasReading-circulating_background_gas
,
ep-activity:
GasReading-drilling_background_gas
,
ep-activity:
GasReading-no_readings
,
ep-activity:
GasReading-flow_check_gas
.
ep-activity:
GasReadingType
rdf:
type
rdfs:
Class
;
rdfs:
label
"gas reading type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-activity:
LeakOffTest
rdf:
type
ep-activity:
PressureTestType
,
owl:
Class
;
rdfs:
label
"leak-off test"
^^
xsd:
string
;
...
...
@@ -261,6 +363,11 @@ ep-activity:OffshoreWellActivity
owl:
onProperty
ep-activity:
onWell
]
.
ep-activity:
OpenPerforationInterval
rdf:
type
owl:
Class
;
rdfs:
label
"open perforation interval"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
Activity
.
ep-activity:
PorePressureDetermination
rdf:
type
owl:
Class
;
rdfs:
label
"pore pressure determination"
^^
xsd:
string
;
...
...
@@ -283,6 +390,11 @@ ep-activity:PorePressureMeasurement
rdfs:
subClassOf
ep-activity:
PorePressureDetermination
;
owl:
disjointWith
ep-activity:
PorePressureEstimation
.
ep-activity:
PreliminaryZonation
rdf:
type
owl:
Class
;
rdfs:
label
"preliminary zonation"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
Activity
.
ep-activity:
PressureTestType
rdf:
type
rdfs:
Class
;
rdfs:
label
"pressure test type"
^^
xsd:
string
;
...
...
@@ -293,6 +405,13 @@ ep-activity:ProductionActivity
rdfs:
label
"Production activity"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
Activity
.
ep-activity:
ProductionTest
rdf:
type
owl:
Class
,
ep-activity:
WellTestType
;
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
ep-activity:
ActivitySuccessType
,
owl:
Class
;
rdfs:
label
"successful activity"
^^
xsd:
string
;
...
...
@@ -339,6 +458,288 @@ ep-activity:WellBorePressureTest
rdfs:
label
"well bore pressure test"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
Activity
.
ep-activity:
WellCementJob
rdf:
type
owl:
Class
;
rdfs:
label
"well cement job"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
Activity
.
ep-activity:
WellCementJob-other
rdf:
type
owl:
Class
,
ep-activity:
WellCementJobPurposeType
;
rdfs:
label
"well cement job other"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellCementJob
;
owl:
disjointWith
ep-activity:
WellCementJob-squeeze
,
ep-activity:
WellCementJob-plug
,
ep-activity:
WellCementJob-primary
.
ep-activity:
WellCementJob-plug
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
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
;
rdfs:
label
"well cement job squeeze"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellCementJob
.
ep-activity:
WellCementJobBottomPlugType
rdf:
type
rdfs:
Class
;
rdfs:
label
"well cement job bottom plug type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-activity:
WellCementJobCasingReciprocationType
rdf:
type
rdfs:
Class
;
rdfs:
label
"well cement job casing reciprocation type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-activity:
WellCementJobCasingRotationType
rdf:
type
rdfs:
Class
;
rdfs:
label
"well cement job casing rotation type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-activity:
WellCementJobFloatHoldingType
rdf:
type
rdfs:
Class
;
rdfs:
label
"well cement job float holding type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-activity:
WellCementJobPlugBumpingType
rdf:
type
rdfs:
Class
;
rdfs:
label
"well cement job plug bumping type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-activity:
WellCementJobPressureRelease
rdf:
type
owl:
Class
;
rdfs:
label
"well cement job pressure release"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
Activity
.
ep-activity:
WellCementJobPurposeType
rdf:
type
rdfs:
Class
;
rdfs:
label
"well cement job purpose type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-activity:
WellCementJobTopPlugType
rdf:
type
rdfs:
Class
;
rdfs:
label
"well cement job top plug type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-activity:
WellCementJobWithBottomPlug
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
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
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
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
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
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
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
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
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
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
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
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
.
ep-activity:
WellCementPumping
rdf:
type
owl:
Class
;
rdfs:
label
"well cement pumping"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
Activity
.
ep-activity:
WellCementPumpingFluidReturnType
rdf:
type
rdfs:
Class
;
rdfs:
label
"well cement pumping fluid return type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-activity:
WellCementPumpingWithFluidReturn
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
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
.
ep-activity:
WellControlIncident
rdf:
type
owl:
Class
;
rdfs:
label
"well control incident"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
Activity
.
ep-activity:
WellControlIncident-gas_kick
rdf:
type
owl:
Class
,
ep-activity:
WellControlIncidentType
;
rdfs:
label
"well control incident gas kick"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellControlIncident
;
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
;
rdfs:
label
"well control incident oil kick"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellControlIncident
;
owl:
disjointWith
ep-activity:
WellControlIncident-shallow_gas_kick
,
ep-activity:
WellControlIncident-water_kick
,
ep-activity:
WellControlIncident-gas_kick
.
ep-activity:
WellControlIncident-shallow_gas_kick
rdf:
type
owl:
Class
,
ep-activity:
WellControlIncidentType
;
rdfs:
label
"well control incident shallow gas kick"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellControlIncident
;
owl:
disjointWith
ep-activity:
WellControlIncident-oil_kick
,
ep-activity:
WellControlIncident-water_kick
,
ep-activity:
WellControlIncident-gas_kick
.
ep-activity:
WellControlIncident-water_kick
rdf:
type
owl:
Class
,
ep-activity:
WellControlIncidentType
;
rdfs:
label
"well control incident water kick"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellControlIncident
;
owl:
disjointWith
ep-activity:
WellControlIncident-oil_kick
,
ep-activity:
WellControlIncident-shallow_gas_kick
,
ep-activity:
WellControlIncident-gas_kick
.
ep-activity:
WellControlIncidentType
rdf:
type
rdfs:
Class
;
rdfs:
label
"well control incident type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-activity:
WellCore
rdf:
type
owl:
Class
;
rdfs:
label
"well core"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
Activity
.
ep-activity:
WellKilling
rdf:
type
owl:
Class
;
rdfs:
label
"well killing"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
Activity
.
ep-activity:
WellKilling-bullheading
rdf:
type
owl:
Class
,
ep-activity:
WellKillingType
;
rdfs:
label
"well killing bullheading"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellKilling
;
owl:
disjointWith
ep-activity:
WellKilling-drillers_method
,
ep-activity:
WellKilling-lubricate_and_bleed
,
ep-activity:
WellKilling-reverse_circulation
,
ep-activity:
WellKilling-forward_circulation
,
ep-activity:
WellKilling-wait_and_weight
.
ep-activity:
WellKilling-drillers_method
rdf:
type
owl:
Class
,
ep-activity:
WellKillingType
;
rdfs:
label
"well killing drillers method"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellKilling
;
owl:
disjointWith
ep-activity:
WellKilling-lubricate_and_bleed
,
ep-activity:
WellKilling-reverse_circulation
,
ep-activity:
WellKilling-forward_circulation
,
ep-activity:
WellKilling-bullheading
,
ep-activity:
WellKilling-wait_and_weight
.
ep-activity:
WellKilling-forward_circulation
rdf:
type
owl:
Class
,
ep-activity:
WellKillingType
;
rdfs:
label
"well killing forward circulation"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellKilling
;
owl:
disjointWith
ep-activity:
WellKilling-drillers_method
,
ep-activity:
WellKilling-lubricate_and_bleed
,
ep-activity:
WellKilling-reverse_circulation
,
ep-activity:
WellKilling-bullheading
,
ep-activity:
WellKilling-wait_and_weight
.
ep-activity:
WellKilling-lubricate_and_bleed
rdf:
type
owl:
Class
,
ep-activity:
WellKillingType
;
rdfs:
label
"well killing lubricate and bleed"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellKilling
;
owl:
disjointWith
ep-activity:
WellKilling-drillers_method
,
ep-activity:
WellKilling-reverse_circulation
,
ep-activity:
WellKilling-forward_circulation
,
ep-activity:
WellKilling-bullheading
,
ep-activity:
WellKilling-wait_and_weight
.
ep-activity:
WellKilling-reverse_circulation
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-drillers_method
,
ep-activity:
WellKilling-lubricate_and_bleed
,
ep-activity:
WellKilling-forward_circulation
,
ep-activity:
WellKilling-bullheading
,
ep-activity:
WellKilling-wait_and_weight
.
ep-activity:
WellKilling-wait_and_weight
rdf:
type
owl:
Class
,
ep-activity:
WellKillingType
;
rdfs:
label
"well killing wait and weight"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellKilling
;
owl:
disjointWith
ep-activity:
WellKilling-bullheading
,
ep-activity:
WellKilling-forward_circulation
,
ep-activity:
WellKilling-reverse_circulation
,
ep-activity:
WellKilling-lubricate_and_bleed
,
ep-activity:
WellKilling-drillers_method
.
ep-activity:
WellKillingType
rdf:
type
rdfs:
Class
;
rdfs:
label
"well killing type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-activity:
WellStimulation
rdf:
type
owl:
Class
;
rdfs:
label
"well stimulation"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
Activity
.
ep-activity:
WellTest
rdf:
type
owl:
Class
;
rdfs:
label
"well test"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
Activity
.
ep-activity:
WellTestType
rdf:
type
rdfs:
Class
;
rdfs:
label
"well test type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-activity:
WirelineFormationTest
rdf:
type
owl:
Class
;
rdfs:
label
"wireline formation test"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
Activity
.
ep-activity:
WirelineFormationTestType
rdf:
type
rdfs:
Class
;
rdfs:
label
"wireline formation test type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-activity:
WirelineFormationTestWithGoodSeal
rdf:
type
owl:
Class
,
ep-activity:
WirelineFormationTestType
;
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
;
rdfs:
label
"wireline formation test without a good seal"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WirelineFormationTest
;
owl:
disjointWith
ep-activity:
WirelineFormationTestWithGoodSeal
.
ep-activity:
createdAt
rdf:
type
owl:
FunctionalProperty
,
owl:
DatatypeProperty
;
rdfs:
label
"created at"
^^
xsd:
string
;
...
...
@@ -356,6 +757,12 @@ ep-activity:drillingOperator
rdfs:
label
"drilling operator"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/organization#Organization>
.
ep-activity:
during
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
ep-activity:
Activity
;
rdfs:
label
"during"
^^
xsd:
string
;
rdfs:
range
ep-activity:
Activity
.
ep-activity:
failedEquipment
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
ep-activity:
EquipmentFailureAndRepair
;
...
...
@@ -367,10 +774,42 @@ ep-activity:finishedAt
rdfs:
label
"finished at"
^^
xsd:
string
;
rdfs:
range
<http://www.linkedmodel.org/schema/vaem#dateUnion>
.
ep-activity:
hasCasingLinerTubing
rdf:
type
owl:
FunctionalProperty
,
owl:
ObjectProperty
;
rdfs:
domain
ep-activity:
WellStimulation
;
rdfs:
label
"has Casing/Liner/Tubing"
^^
xsd:
string
.
ep-activity:
hasCasingString
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"has casing string"
^^
xsd:
string
.
ep-activity:
hasChokeValve
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
ep-activity:
DrillingActivity
;
rdfs:
label
"has choke valve"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/equipment#ChokeValve>
.
ep-activity:
hasDrillBit
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
ep-activity:
DrillingActivity
;
rdfs:
label
"has drill bit"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/equipment#DrillBit>
.
ep-activity:
hasInflowLocation
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
;
rdfs:
domain
ep-activity:
WellControlIncident
;
rdfs:
label
"has inflow location"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore>
.
ep-activity:
hasSubActivity
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"has sub activity"
^^
xsd:
string
.
ep-activity:
nominalTime
rdf:
type
owl:
DatatypeProperty
;
rdfs:
label
"nominal time"
^^
xsd:
string
;
rdfs:
range
<http://www.linkedmodel.org/schema/vaem#dateUnion>
.
ep-activity:
onRig
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"on rig"
^^
xsd:
string
.
...
...
@@ -383,10 +822,26 @@ ep-activity:onWellBore
rdf:
type
owl:
FunctionalProperty
,
owl:
ObjectProperty
;
rdfs:
label
"on WellBore"
^^
xsd:
string
.
ep-activity:
pumpedFluid
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"pumped fluid"
^^
xsd:
string
.
ep-activity:
recoveredCore
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
;
rdfs:
domain
ep-activity:
WellCore
;
rdfs:
label
"recovered core"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/well#RecoveredCore>
.
ep-activity:
reportOn
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"report on"
^^
xsd:
string
.
ep-activity:
sampledFluid
rdf:
type
owl:
FunctionalProperty
,
owl:
ObjectProperty
;
rdfs:
domain
ep-activity:
WirelineFormationTest
;
rdfs:
label
"sampled fluid"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/well#Fluid>
.
ep-activity:
serviceCompany
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
;
rdfs:
domain
ep-activity:
Activity
;
...
...
@@ -398,6 +853,11 @@ ep-activity:startedAt
rdfs:
label
"started at"
^^
xsd:
string
;
rdfs:
range
<http://www.linkedmodel.org/schema/vaem#dateUnion>
.
ep-activity:
stratigraphyDescription
rdf:
type
owl:
DatatypeProperty
,
owl:
FunctionalProperty
;
rdfs:
domain
ep-activity:
PreliminaryZonation
;
rdfs:
label
"stratigrapy description"
^^
xsd:
string
.
ep-activity:
wellBoreDrillingType
rdf:
type
owl:
FunctionalProperty
,
owl:
ObjectProperty
;
rdfs:
domain
ep-activity:
DrillingActivity
;
...
...
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-CORE-v1.0.ttl
View file @
b2225d4
# Saved by TopBraid on
Wed Aug 10 13:54:55
BST 2011
# Saved by TopBraid on
Mon Aug 22 17:03:23
BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.linkedmodel.org/1.2/schema/vaem
...
...
@@ -25,7 +25,7 @@ ep-core:PhysicalThing
rdfs:
subClassOf
owl:
Thing
.
ep-core:
apiName
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdfs:
label
"API name"
^^
xsd:
string
;
rdfs:
range
xsd:
string
;
rdfs:
subPropertyOf
ep-core:
name
.
...
...
@@ -35,11 +35,11 @@ ep-core:basisFor
rdfs:
label
"basis for"
^^
xsd:
string
.
ep-core:
derivedFrom
rdf:
type
owl:
TransitiveProperty
,
owl:
Object
Property
;
rdf:
type
owl:
ObjectProperty
,
owl:
Transitive
Property
;
rdfs:
label
"derived from"
^^
xsd:
string
.
ep-core:
dtiName
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdfs:
label
"DTI name"
^^
xsd:
string
;
rdfs:
range
xsd:
string
;
rdfs:
subPropertyOf
ep-core:
name
.
...
...
@@ -59,8 +59,13 @@ ep-core:hasTemporalPart
rdfs:
subPropertyOf
ep-core:
hasPart
;
owl:
inverseOf
ep-core:
partOf
.
ep-core:
hasVolume
rdf:
type
owl:
FunctionalProperty
;
rdfs:
domain
ep-core:
PhysicalThing
;
rdfs:
label
"has volume"
^^
xsd:
string
.
ep-core:
localFieldName
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdfs:
label
"local field name"
^^
xsd:
string
;
rdfs:
range
xsd:
string
;
rdfs:
subPropertyOf
ep-core:
name
.
...
...
@@ -71,19 +76,19 @@ ep-core:name
rdfs:
range
xsd:
string
.
ep-core:
npdCode
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdfs:
label
"NPD code"
^^
xsd:
string
;
rdfs:
range
xsd:
string
;
rdfs:
subPropertyOf
ep-core:
name
.
ep-core:
npdName
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdfs:
label
"NPD name"
^^
xsd:
string
;
rdfs:
range
xsd:
string
;
rdfs:
subPropertyOf
ep-core:
name
.
ep-core:
npdNumber
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdfs:
label
"NPD number"
^^
xsd:
string
;
rdfs:
range
xsd:
string
;
rdfs:
subPropertyOf
ep-core:
name
.
...
...
@@ -96,7 +101,7 @@ ep-core:partOf
owl:
inverseOf
ep-core:
hasPart
.
ep-core:
prospectName
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdfs:
label
"prospect name"
^^
xsd:
string
;
rdfs:
range
xsd:
string
;
rdfs:
subPropertyOf
ep-core:
name
.
...
...
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-EQUIPMENT-v1.0.ttl
View file @
b2225d4
# Saved by TopBraid on Wed Aug
17 12:15:49
BST 2011
# Saved by TopBraid on Wed Aug
24 15:52:55
BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/core
...
...
@@ -21,16 +21,104 @@
<http://www.reportinghub.no/ep/schema/core#PhysicalThing>
rdfs:
comment
"Equivalent to ISO 15926-2 Possible Individual - DL"
^^
xsd:
string
.
ep-eqt:
Casing
rdf:
type
ep-eqt:
CasingLinerTubingType
,
owl:
Class
;
rdfs:
label
"casing"
^^
xsd:
string
;
rdfs:
subClassOf
ep-eqt:
CasingLinerTubing
;
owl:
disjointWith
ep-eqt:
Tubing
,
ep-eqt:
Liner
.
ep-eqt:
CasingLinerTubing
rdf:
type
owl:
Class
;
rdfs:
label
"casing/liner/tubing"
^^
xsd:
string
;
rdfs:
subClassOf
ep-eqt:
Equipment
.
ep-eqt:
CasingLinerTubingType
rdf:
type
rdfs:
Class
;
rdfs:
label
"casing/liner/tubing type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-eqt:
CasingType
rdf:
type
rdfs:
Class
;
rdfs:
label
"casing type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-eqt:
ChokeValve
rdf:
type
owl:
Class
;
rdfs:
label
"choke valve"
^^
xsd:
string
;
rdfs:
subClassOf
ep-eqt:
Equipment
.
ep-eqt:
DrillBit
rdf:
type
owl:
Class
;
rdfs:
label
"drill bit"
^^
xsd:
string
;
rdfs:
subClassOf
ep-eqt:
Equipment
.
ep-eqt:
Equipment
rdf:
type
owl:
Class
;
rdfs:
label
"Equipment"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/core#AllOrPartOfTheLifeOfAnEquipmentItem>
.
ep-eqt:
InnerBarrel
rdf:
type
owl:
Class
;
rdfs:
label
"inner barrel"
^^
xsd:
string
;
rdfs:
subClassOf
ep-eqt:
Equipment
.
ep-eqt:
InnerBarrel-aluminum
rdf:
type
owl:
Class
;
rdfs:
label
"inner barrel - aluminum"
^^
xsd:
string
;
rdfs:
subClassOf
ep-eqt:
InnerBarrel
;
owl:
disjointWith
ep-eqt:
InnerBarrel-gel
,
ep-eqt:
InnerBarrel-fiberglass
.
ep-eqt:
InnerBarrel-fiberglass
rdf:
type
owl:
Class
;
rdfs:
label
"inner barrel - fiberglass"
^^
xsd:
string
;
rdfs:
subClassOf
ep-eqt:
InnerBarrel
;
owl:
disjointWith
ep-eqt:
InnerBarrel-aluminum
,
ep-eqt:
InnerBarrel-gel
.
ep-eqt:
InnerBarrel-gel
rdf:
type
owl:
Class
;
rdfs:
label
"inner barrel - gel"
^^
xsd:
string
;
rdfs:
subClassOf
ep-eqt:
InnerBarrel
;
owl:
disjointWith
ep-eqt:
InnerBarrel-aluminum
,
ep-eqt:
InnerBarrel-fiberglass
.
ep-eqt:
IntermediateCasing
rdf:
type
owl:
Class
,
ep-eqt:
CasingType
;
rdfs:
label
"intermediate casing"
^^
xsd:
string
;
rdfs:
subClassOf
ep-eqt:
Casing
;
owl:
disjointWith
ep-eqt:
ProductionCasing
,
ep-eqt:
TopCasing
.
ep-eqt:
Liner
rdf:
type
ep-eqt:
CasingLinerTubingType
,
owl:
Class
;
rdfs:
label
"liner"
^^
xsd:
string
;
rdfs:
subClassOf
ep-eqt:
CasingLinerTubing
;
owl:
disjointWith
ep-eqt:
Tubing
,
ep-eqt:
Casing
.
ep-eqt:
ProductionCasing
rdf:
type
owl:
Class
,
ep-eqt:
CasingType
;
rdfs:
label
"production casing"
^^
xsd:
string
;
rdfs:
subClassOf
ep-eqt:
Casing
;
owl:
disjointWith
ep-eqt:
TopCasing
,
ep-eqt:
IntermediateCasing
.
ep-eqt:
TemporalPartOfEquipment
rdf:
type
owl:
Class
;
rdfs:
label
"temporal part of equipment"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/core#AllOrPartOfTheLifeOfAnEquipmentItem>
.
ep-eqt:
TopCasing
rdf:
type
ep-eqt:
CasingType
,
owl:
Class
;
rdfs:
label
"top casing"
^^
xsd:
string
;
rdfs:
subClassOf
ep-eqt:
Casing
;
owl:
disjointWith
ep-eqt:
ProductionCasing
,
ep-eqt:
IntermediateCasing
.
ep-eqt:
Tubing
rdf:
type
ep-eqt:
CasingLinerTubingType
,
owl:
Class
;
rdfs:
label
"liner"
^^
xsd:
string
;
rdfs:
subClassOf
ep-eqt:
CasingLinerTubing
;
owl:
disjointWith
ep-eqt:
Liner
,
ep-eqt:
Casing
;
owl:
equivalentClass
[
rdf:
type
owl:
Class
;
owl:
unionOf
(
ep-eqt:
Casing
ep-eqt:
Liner
ep-eqt:
Tubing
)
]
.
ep-eqt:
WellBoreLoggingTool
rdf:
type
owl:
Class
;
rdfs:
label
"well bore logging tool"
^^
xsd:
string
;
...
...
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-WELL-v1.0.ttl
View file @
b2225d4
# Saved by TopBraid on Wed Aug
17 12:39:33
BST 2011
# Saved by TopBraid on Wed Aug
24 19:45:29
BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/well
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
@prefix
ep-well:
<http://www.reportinghub.no/ep/schema/well#>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
...
...
@@ -10,7 +11,7 @@
<http://www.reportinghub.no/ep/schema/1.0/well>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.0/core>
;
owl:
imports
<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
.
ep-well:
AllOrPartOfTheLifeOfASpatialPartOfAWellBore
...
...
@@ -23,24 +24,92 @@ ep-well:AllOrPartOfTheLifeOfAWellBore
rdfs:
label
"all or part of the life of a well bore"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/core#PhysicalObject>
.
ep-well:
CasingString
rdf:
type
owl:
Class
;
rdfs:
label
"casing string"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/core#PhysicalObject>
.
ep-well:
CementingFluid
rdf:
type
owl:
Class
;
rdfs:
label
"cementing fluid"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
Fluid
.
ep-well:
CementingFluidType
rdf:
type
ep-well:
CementingFluidType
,
rdfs:
Class
;
rdfs:
label
"cementing fluid type"
^^
xsd:
string
;
rdfs:
subClassOf
rdfs:
Class
.
ep-well:
Condensate
rdf:
type
owl:
Class
,
ep-well:
FluidComponentType
;
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
<http://www.reportinghub.no/ep/schema/core#PhysicalObject>
.
ep-well:
FluidComponentType
rdf:
type
rdfs:
Class
;
rdfs:
label
"fluid component type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-well:
Gas
rdf:
type
owl:
Class
,
ep-well:
FluidComponentType
;
rdfs:
label
"gas"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
Fluid
.
ep-well:
HphtWellBore
rdf:
type
owl:
Class
,
ep-well:
WellBoreHphtType
;
rdf:
type
ep-well:
WellBoreHphtType
,
owl:
Class
;
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
.
ep-well:
Mud
rdf:
type
ep-well:
CementingFluidType
,
owl:
Class
;
rdfs:
label
"mud"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
CementingFluid
;
owl:
disjointWith
ep-well:
Slurry
,
ep-well:
Wash
,
ep-well:
Spacer
.
ep-well:
NotHphtWellBore
rdf:
type
owl:
Class
,
ep-well:
WellBoreHphtType
;
rdf:
type
ep-well:
WellBoreHphtType
,
owl:
Class
;
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:
RecoveredCore
rdf:
type
owl:
Class
;
rdfs:
label
"recovered core"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/core#PhysicalObject>
.
ep-well:
Slurry
rdf:
type
ep-well:
CementingFluidType
,
owl:
Class
;
rdfs:
label
"slurry"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
CementingFluid
;
owl:
disjointWith
ep-well:
Wash
,
ep-well:
Spacer
,
ep-well:
Mud
.
ep-well:
Spacer
rdf:
type
ep-well:
CementingFluidType
,
owl:
Class
;
rdfs:
label
"spacer"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
CementingFluid
;
owl:
disjointWith
ep-well:
Slurry
,
ep-well:
Wash
,
ep-well:
Mud
.
ep-well:
SpatialPartOfAWellBore
rdf:
type
owl:
Class
;
rdfs:
label
"spatial part of a well bore"
^^
xsd:
string
;
...
...
@@ -57,24 +126,35 @@ ep-well:TemporalPartOfAWellBore
rdfs:
subClassOf
ep-well:
AllOrPartOfTheLifeOfAWellBore
.
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
.
ep-well:
Wash
rdf:
type
owl:
Class
;
rdfs:
label
"wash"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
CementingFluid
;
owl:
disjointWith
ep-well:
Slurry
,
ep-well:
Spacer
,
ep-well:
Mud
.
ep-well:
Water
rdf:
type
owl:
Class
,
ep-well:
FluidComponentType
;
rdfs:
label
"water"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
Fluid
.
ep-well:
Well
rdf:
type
owl:
Class
;
rdfs:
label
"Well"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/core#PhysicalObject>
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
cardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
<http://www.reportinghub.no/ep/schema/core#
name
>
owl:
allValuesFrom
ep-well:
WellBore
;
owl:
onProperty
<http://www.reportinghub.no/ep/schema/core#
hasPart
>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-well:
WellBore
;
owl:
onProperty
<http://www.reportinghub.no/ep/schema/core#
hasPart
>
owl:
cardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
<http://www.reportinghub.no/ep/schema/core#
name
>
]
.
ep-well:
WellBore
...
...
@@ -108,3 +188,15 @@ ep-well:WellBoreTightnessType
rdf:
type
rdfs:
Class
;
rdfs:
label
"well bore tightness type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-well:
dominantComponent
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
ep-well:
Fluid
;
rdfs:
label
"dominant component"
^^
xsd:
string
;
rdfs:
range
ep-well:
FluidComponentType
.
ep-well:
hasBarrel
rdf:
type
owl:
FunctionalProperty
,
owl:
ObjectProperty
;
rdfs:
domain
ep-well:
RecoveredCore
;
rdfs:
label
"has barrel"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/equipment#InnerBarrel>
.
...
...
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-ACTIVITY-(v1.1.DL).ttl
deleted
100644 → 0
View file @
6d272b4
# Saved by TopBraid on Tue Aug 09 20:54:10 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.1/activity
# imports: http://www.linkedmodel.org/1.2/schema/vaem
# imports: http://www.reportinghub.no/ep/schema/organization
# imports: http://www.reportinghub.no/ep/schema/equipment
# imports: http://www.linkedmodel.org/1.1/schema/ordered
# imports: http://www.reportinghub.no/ep/schema/1.1/core
# imports: http://www.reportinghub.no/ep/schema/well
@prefix
:
<http://www.reportinghub.no/ep/schema/1.1/activity#>
.
@prefix
ep-activity:
<http://www.reportinghub.no/ep/schema/activity#>
.
@prefix
organization:
<http://www.reportinghub.no/ep/schema/organization#>
.
@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.1/activity>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/schema/organization>
,
<http://www.reportinghub.no/ep/schema/1.1/core>
,
<http://www.linkedmodel.org/1.2/schema/vaem>
,
<http://www.linkedmodel.org/1.1/schema/ordered>
,
<http://www.reportinghub.no/ep/schema/equipment>
,
<http://www.reportinghub.no/ep/schema/well>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
ep-activity:
Activity
rdf:
type
owl:
Class
;
rdfs:
label
"Activity"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/core#PhysicalThing>
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
Activity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#during>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
Activity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#overlaps>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
Activity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#before>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
Activity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#after>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-activity:
startedAt
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-activity:
finishedAt
]
.
ep-activity:
DailyDrillingActivity
rdf:
type
owl:
Class
;
rdfs:
label
"Daily drilling activity"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
DrillingActivity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#last>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
<http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore>
;
owl:
onProperty
ep-activity:
onWellBore
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxCardinality
"1"
^^
xsd:
nonNegativeInteger
;
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#first>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
Activity
;
owl:
onProperty
<http://www.reportinghub.no/ep/schema/core#hasPart>
]
.
ep-activity:
DailyDrillingReportFinalisationType
rdf:
type
rdfs:
Class
;
rdfs:
label
"daily drilling report finalisation type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-activity:
DailyProductionActivity
rdf:
type
owl:
Class
;
rdfs:
label
"Daily production activity"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
ProductionActivity
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
ProductionActivity
;
owl:
onProperty
ep-activity:
hasSubActivity
]
.
ep-activity:
Drill-bypass
rdf:
type
ep-activity:
WellBoreDrillingType
;
rdfs:
label
"drill bypass"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
Drill-initial
rdf:
type
ep-activity:
WellBoreDrillingType
;
rdfs:
label
"drill initial"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
Drill-re-entry
rdf:
type
ep-activity:
WellBoreDrillingType
;
rdfs:
label
"drill re-entry"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
Drill-re-spud
rdf:
type
ep-activity:
WellBoreDrillingType
;
rdfs:
label
"drill re-spud"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
Drill-redrill
rdf:
type
ep-activity:
WellBoreDrillingType
;
rdfs:
label
"redrill"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
Drill-sidetrack
rdf:
type
ep-activity:
WellBoreDrillingType
;
rdfs:
label
"drill sidetrack"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
DrillingActivity
rdf:
type
owl:
Class
;
rdfs:
label
"Drilling activity"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
Activity
.
ep-activity:
FormationIntegrityTest
rdf:
type
ep-activity:
PressureTestType
,
owl:
Class
;
rdfs:
label
"formation integrity test"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellBorePressureTest
;
owl:
disjointWith
ep-activity:
LeakOffTest
.
ep-activity:
LeakOffTest
rdf:
type
ep-activity:
PressureTestType
,
owl:
Class
;
rdfs:
label
"leak-off test"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellBorePressureTest
;
owl:
disjointWith
ep-activity:
FormationIntegrityTest
.
ep-activity:
MonthlyDrillingActivity
rdf:
type
owl:
Class
;
rdfs:
label
"Weekly drilling activity"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
WeeklyDrillingActivity
;
owl:
onProperty
ep-activity:
hasSubActivity
]
.
ep-activity:
MonthlyProductionActivity
rdf:
type
owl:
Class
;
rdfs:
label
"Monthly production activity"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
ProductionActivity
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
WeeklyProductionActivity
;
owl:
onProperty
ep-activity:
hasSubActivity
]
.
ep-activity:
OffshoreActivity
rdf:
type
owl:
Class
;
rdfs:
label
"Offshore activity"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
Activity
.
ep-activity:
OffshoreWellActivity
rdf:
type
owl:
Class
;
rdfs:
label
"Offshore well activity"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
OffshoreActivity
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
<http://www.reportinghub.no/ep/schema/well#Well>
;
owl:
onProperty
ep-activity:
onWell
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
cardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-activity:
onRig
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
cardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-activity:
onWell
]
.
ep-activity:
PressureTestType
rdf:
type
rdfs:
Class
;
rdfs:
label
"pressure test type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-activity:
ProductionActivity
rdf:
type
owl:
Class
;
rdfs:
label
"Production activity"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
Activity
.
ep-activity:
WeeklyDrillingActivity
rdf:
type
owl:
Class
;
rdfs:
label
"Weekly drilling activity"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
DailyDrillingActivity
;
owl:
onProperty
ep-activity:
hasSubActivity
]
.
ep-activity:
WeeklyProductionActivity
rdf:
type
owl:
Class
;
rdfs:
label
"Weekly production activity"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
ProductionActivity
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
DailyProductionActivity
;
owl:
onProperty
ep-activity:
hasSubActivity
]
.
ep-activity:
WellBoreDrillingType
rdf:
type
rdfs:
Class
;
rdfs:
label
"well bore drilling type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-activity:
WellBorePressureTest
rdf:
type
owl:
Class
;
rdfs:
label
"well bore pressure test"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
Activity
.
ep-activity:
createdAt
rdf:
type
owl:
FunctionalProperty
,
owl:
DatatypeProperty
;
rdfs:
label
"created at"
^^
xsd:
string
;
rdfs:
range
<http://www.linkedmodel.org/schema/vaem#dateUnion>
.
ep-activity:
finishedAt
rdf:
type
owl:
DatatypeProperty
;
rdfs:
label
"finished at"
^^
xsd:
string
;
rdfs:
range
<http://www.linkedmodel.org/schema/vaem#dateUnion>
.
ep-activity:
hasSubActivity
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"has sub activity"
^^
xsd:
string
.
ep-activity:
onRig
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"on rig"
^^
xsd:
string
.
ep-activity:
onWell
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"on well"
^^
xsd:
string
.
ep-activity:
onWellBore
rdf:
type
owl:
FunctionalProperty
,
owl:
ObjectProperty
;
rdfs:
label
"on WellBore"
^^
xsd:
string
.
ep-activity:
reportOn
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"report on"
^^
xsd:
string
.
ep-activity:
startedAt
rdf:
type
owl:
DatatypeProperty
;
rdfs:
label
"started at"
^^
xsd:
string
;
rdfs:
range
<http://www.linkedmodel.org/schema/vaem#dateUnion>
.
ep-activity:
wellBoreDrillingType
rdf:
type
owl:
FunctionalProperty
,
owl:
ObjectProperty
;
rdfs:
domain
ep-activity:
DrillingActivity
;
rdfs:
label
"has sub activity"
^^
xsd:
string
;
rdfs:
range
ep-activity:
WellBoreDrillingType
;
rdfs:
subPropertyOf
rdf:
type
.
ep-activity:
wellboreDrillingContractor
rdf:
type
owl:
FunctionalProperty
,
owl:
ObjectProperty
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/well#WellBore>
;
rdfs:
label
"wellbore drilling contractor"
^^
xsd:
string
;
rdfs:
range
organization:
Company
.
ep-activity:
wellboreOperator
rdf:
type
owl:
FunctionalProperty
,
owl:
ObjectProperty
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/well#WellBore>
;
rdfs:
label
"wellbore operator"
^^
xsd:
string
;
rdfs:
range
organization:
Company
.
<http://www.reportinghub.no/ep/schema/report#FinalDailyDrillingReport>
rdf:
type
ep-activity:
DailyDrillingReportFinalisationType
.
<http://www.reportinghub.no/ep/schema/report#NormalDailyDrillingReport>
rdf:
type
ep-activity:
DailyDrillingReportFinalisationType
.
<http://www.reportinghub.no/ep/schema/report#PreliminaryDailyDrillingReport>
rdf:
type
ep-activity:
DailyDrillingReportFinalisationType
.
www.reportinghub.no/ep/spin/SPIN_EPIM-lib-v1.1.spin.ttl
View file @
b2225d4
This diff could not be displayed because it is too large.
www.reportinghub.no/ep/spin/SPIN_EPIM-lib-v1.1.spin.ttl.tbc
View file @
b2225d4
# Saved by TopBraid on Wed Aug
17 16:38:03
BST 2011
# Saved by TopBraid on Wed Aug
24 20:07:27
BST 2011
# baseURI: null
@prefix
composite:
<http://www.topbraid.org/2007/05/composite.owl#>
.
...
...
www.reportinghub.no/ep/transform/TRANSFORM_ddr-activity-v1.1.1.ttl
View file @
b2225d4
# Saved by TopBraid on Mon Aug 15 02:45:27 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/report
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/well
# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr
# imports: http://www.reportinghub.no/ep/schema/1.0/ddr
# imports: http://spinrdf.org/spin
@prefix
:
<http://www.reportinghub.no/ep/transform/1.1/ddr/activity#>
.
@prefix
arg:
<http://spinrdf.org/arg#>
.
@prefix
bindEP-NativeOWL:
<http://www.reportinghub.no/iso15926/bindEP-NativeOWL#>
.
@prefix
ddr-normalization:
<http://www.reportinghub.no/ep/transform/ddr/normalization#>
.
@prefix
ddr-normalization-1
.1
:
<http://www.reportinghub.no/ep/transform/1.1/ddr/normalization#>
.
@prefix
ep-spin-lib:
<http://www.reportinghub.no/ep/spin/lib#>
.
@prefix
iso15926:
<http://www.reportinghub.no/iso15926/nativeOWL#>
.
@prefix
normalization:
<http://www.reportinghub.no/ep/transform/normalization#>
.
@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
rhspin:
<http://www.reportinghub.no/spin/rh#>
.
@prefix
sp:
<http://spinrdf.org/sp#>
.
@prefix
spin:
<http://spinrdf.org/spin#>
.
@prefix
spl:
<http://spinrdf.org/spl#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport>
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 155 Create part activity and temporal part of WellBore"
^^
xsd:
string
;
sp:
templates
([
sp:
object
<http://www.reportinghub.no/ep/schema/activity#FluidActivity>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasPart>
;
sp:
subject
_:
b2
]
[
sp:
object
_:
b3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTim>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#pv>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#yp>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvd>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#md>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#MudClass>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#presBopRating>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b10
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#type>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b11
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#density>
;
sp:
subject
_:
b1
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b12
]
[
sp:
object
_:
b13
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
sp:
subject
_:
b12
]
[
sp:
object
_:
b12
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b1
])
;
sp:
where
([
sp:
object
_:
b14
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b15
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b16
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#fluid>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b17
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#index>
;
sp:
subject
_:
b16
]
[
sp:
object
_:
b3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTim>
;
sp:
subject
_:
b16
]
[
sp:
object
_:
b10
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#type>
;
sp:
subject
_:
b16
]
[
sp:
object
_:
b4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#pv>
;
sp:
subject
_:
b16
]
[
sp:
object
_:
b7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#md>
;
sp:
subject
_:
b16
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#MudClass>
;
sp:
subject
_:
b16
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvd>
;
sp:
subject
_:
b16
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#yp>
;
sp:
subject
_:
b16
])
]
[
sp:
object
_:
b11
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#density>
;
sp:
subject
_:
b16
]
[
sp:
object
_:
b9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#presBopRating>
;
sp:
subject
_:
b16
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b14
]
;
sp:
variable
_:
b18
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildPartActivityURI
;
sp:
arg1
_:
b18
;
sp:
arg2
_:
b3
;
sp:
arg3
_:
b17
]
;
sp:
variable
_:
b1
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
rhspin:
wellBoreByName
;
arg:
wellBoreName
_:
b14
]
;
sp:
variable
_:
b13
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b18
;
sp:
arg2
_:
b15
]
;
sp:
variable
_:
b2
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildTemporalPartOfAWellBoreURI
;
sp:
arg1
_:
b18
;
sp:
arg2
_:
b3
;
sp:
arg3
_:
b3
]
;
sp:
variable
_:
b12
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 132 Transfer status"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b19
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b20
])
;
sp:
where
([
sp:
object
_:
b21
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b22
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#activity>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b23
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#index>
;
sp:
subject
_:
b22
]
[
sp:
object
_:
b24
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
_:
b22
]
[
sp:
object
_:
b25
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#enumState>
;
sp:
subject
_:
b22
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b21
]
;
sp:
variable
_:
b26
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildPartActivityURI
;
sp:
arg1
_:
b26
;
sp:
arg2
_:
b24
;
sp:
arg3
_:
b23
]
;
sp:
variable
_:
b20
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectActivitySuccessType
;
sp:
arg1
_:
b25
]
;
sp:
variable
_:
b19
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 131 Transfer mdHoleStart"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b27
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdHoleStart>
;
sp:
subject
_:
b28
])
;
sp:
where
([
sp:
object
_:
b29
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b30
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#activity>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b31
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#index>
;
sp:
subject
_:
b30
]
[
sp:
object
_:
b32
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
_:
b30
]
[
sp:
object
_:
b27
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdHoleStart>
;
sp:
subject
_:
b30
]
[
sp:
object
_:
b28
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b33
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b29
]
;
sp:
variable
_:
b34
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildPartActivityURI
;
sp:
arg1
_:
b34
;
sp:
arg2
_:
b32
;
sp:
arg3
_:
b31
]
;
sp:
variable
_:
b33
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 130 Transfer proprietaryCode"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b35
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b36
])
;
sp:
where
([
sp:
object
_:
b37
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b38
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#activity>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b39
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#index>
;
sp:
subject
_:
b38
]
[
sp:
object
_:
b40
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
_:
b38
]
[
sp:
object
_:
b41
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#enumProprietaryCode>
;
sp:
subject
_:
b38
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b37
]
;
sp:
variable
_:
b42
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildPartActivityURI
;
sp:
arg1
_:
b42
;
sp:
arg2
_:
b40
;
sp:
arg3
_:
b39
]
;
sp:
variable
_:
b36
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectDrillingActivityPurposeType
;
sp:
arg1
_:
b41
]
;
sp:
variable
_:
b35
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 129 Transfer tvd"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b43
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvd>
;
sp:
subject
_:
b44
])
;
sp:
where
([
sp:
object
_:
b45
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b46
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#activity>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b47
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#index>
;
sp:
subject
_:
b46
]
[
sp:
object
_:
b48
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
_:
b46
]
[
sp:
object
_:
b43
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvd>
;
sp:
subject
_:
b46
]
[
sp:
object
_:
b44
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b49
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b45
]
;
sp:
variable
_:
b50
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildPartActivityURI
;
sp:
arg1
_:
b50
;
sp:
arg2
_:
b48
;
sp:
arg3
_:
b47
]
;
sp:
variable
_:
b49
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 128 Transfer md"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b51
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#md>
;
sp:
subject
_:
b52
])
;
sp:
where
([
sp:
object
_:
b53
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b54
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#activity>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b55
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#index>
;
sp:
subject
_:
b54
]
[
sp:
object
_:
b56
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
_:
b54
]
[
sp:
object
_:
b51
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#md>
;
sp:
subject
_:
b54
]
[
sp:
object
_:
b52
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b57
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b53
]
;
sp:
variable
_:
b58
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildPartActivityURI
;
sp:
arg1
_:
b58
;
sp:
arg2
_:
b56
;
sp:
arg3
_:
b55
]
;
sp:
variable
_:
b57
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 127 Create part activity and temporal part of WellBore"
^^
xsd:
string
;
sp:
templates
([
sp:
object
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b59
]
[
sp:
object
_:
b59
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasPart>
;
sp:
subject
_:
b60
]
[
sp:
object
_:
b61
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
_:
b59
]
[
sp:
object
_:
b62
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimEnd>
;
sp:
subject
_:
b59
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b63
]
[
sp:
object
_:
b64
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
sp:
subject
_:
b63
]
[
sp:
object
_:
b63
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b59
])
;
sp:
where
([
sp:
object
_:
b65
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b66
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b67
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#activity>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b68
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#index>
;
sp:
subject
_:
b67
]
[
sp:
object
_:
b61
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
_:
b67
]
[
sp:
object
_:
b62
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimEnd>
;
sp:
subject
_:
b67
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b65
]
;
sp:
variable
_:
b69
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildPartActivityURI
;
sp:
arg1
_:
b69
;
sp:
arg2
_:
b61
;
sp:
arg3
_:
b68
]
;
sp:
variable
_:
b59
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
rhspin:
wellBoreByName
;
arg:
wellBoreName
_:
b65
]
;
sp:
variable
_:
b64
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b69
;
sp:
arg2
_:
b66
]
;
sp:
variable
_:
b60
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildTemporalPartOfAWellBoreURI
;
sp:
arg1
_:
b69
;
sp:
arg2
_:
b61
;
sp:
arg3
_:
b62
]
;
sp:
variable
_:
b63
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 134 Transfer comments"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b70
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#comments>
;
sp:
subject
_:
b71
])
;
sp:
where
([
sp:
object
_:
b72
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b73
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#activity>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b74
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#index>
;
sp:
subject
_:
b73
]
[
sp:
object
_:
b75
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
_:
b73
]
[
sp:
object
_:
b70
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#comments>
;
sp:
subject
_:
b73
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b72
]
;
sp:
variable
_:
b76
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildPartActivityURI
;
sp:
arg1
_:
b76
;
sp:
arg2
_:
b75
;
sp:
arg3
_:
b74
]
;
sp:
variable
_:
b71
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 133 Transfer stateDetailActivity"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b77
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b78
])
;
sp:
where
([
sp:
object
_:
b79
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b80
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#activity>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b81
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#index>
;
sp:
subject
_:
b80
]
[
sp:
object
_:
b82
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
_:
b80
]
[
sp:
object
_:
b83
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#enumStateDetailActivity>
;
sp:
subject
_:
b80
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b79
]
;
sp:
variable
_:
b84
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildPartActivityURI
;
sp:
arg1
_:
b84
;
sp:
arg2
_:
b82
;
sp:
arg3
_:
b81
]
;
sp:
variable
_:
b78
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectDrillingActivityOutcomeType
;
sp:
arg1
_:
b83
]
;
sp:
variable
_:
b77
])
]
.
<http://www.reportinghub.no/ep/transform/1.1/ddr/activity>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.0/activity-purpose>
,
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/schema/1.0/well>
,
<http://www.reportinghub.no/ep/spin/1.1/lib>
,
<http://www.reportinghub.no/ep/schema/1.0/activity>
,
<http://www.reportinghub.no/ep/schema/1.0/ddr>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr>
,
<http://www.reportinghub.no/ep/schema/1.0/report>
,
<http://www.reportinghub.no/ep/schema/1.0/equipment>
,
<http://www.reportinghub.no/ep/schema/1.0/core>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
_:
b14
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b15
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b16
sp:
varName
"fluid"
^^
xsd:
string
.
_:
b17
sp:
varName
"index"
^^
xsd:
string
.
_:
b3
sp:
varName
"dTimStartPart"
^^
xsd:
string
.
_:
b10
sp:
varName
"type"
^^
xsd:
string
.
_:
b4
sp:
varName
"pv"
^^
xsd:
string
.
_:
b7
sp:
varName
"md"
^^
xsd:
string
.
_:
b8
sp:
varName
"mud"
^^
xsd:
string
.
_:
b6
sp:
varName
"tvd"
^^
xsd:
string
.
_:
b5
sp:
varName
"yp"
^^
xsd:
string
.
_:
b11
sp:
varName
"density"
^^
xsd:
string
.
_:
b9
sp:
varName
"presBopRating"
^^
xsd:
string
.
_:
b18
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b1
sp:
varName
"partActivity"
^^
xsd:
string
.
_:
b13
sp:
varName
"wellBore"
^^
xsd:
string
.
_:
b2
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b12
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b70
sp:
varName
"comments"
^^
xsd:
string
.
_:
b71
sp:
varName
"partActivity"
^^
xsd:
string
.
_:
b72
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b73
sp:
varName
"activity"
^^
xsd:
string
.
_:
b74
sp:
varName
"index"
^^
xsd:
string
.
_:
b75
sp:
varName
"dTimStartPart"
^^
xsd:
string
.
_:
b76
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b59
sp:
varName
"partActivity"
^^
xsd:
string
.
_:
b60
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b61
sp:
varName
"dTimStartPart"
^^
xsd:
string
.
_:
b62
sp:
varName
"dTimEndPart"
^^
xsd:
string
.
_:
b63
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b64
sp:
varName
"wellBore"
^^
xsd:
string
.
_:
b65
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b66
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b67
sp:
varName
"activity"
^^
xsd:
string
.
_:
b68
sp:
varName
"index"
^^
xsd:
string
.
_:
b69
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b51
sp:
varName
"md"
^^
xsd:
string
.
_:
b52
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b53
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b54
sp:
varName
"activity"
^^
xsd:
string
.
_:
b55
sp:
varName
"index"
^^
xsd:
string
.
_:
b56
sp:
varName
"dTimStartPart"
^^
xsd:
string
.
_:
b57
sp:
varName
"partActivity"
^^
xsd:
string
.
_:
b58
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b43
sp:
varName
"tvd"
^^
xsd:
string
.
_:
b44
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b45
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b46
sp:
varName
"activity"
^^
xsd:
string
.
_:
b47
sp:
varName
"index"
^^
xsd:
string
.
_:
b48
sp:
varName
"dTimStartPart"
^^
xsd:
string
.
_:
b49
sp:
varName
"partActivity"
^^
xsd:
string
.
_:
b50
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b35
sp:
varName
"drillingActivityPurposeType"
^^
xsd:
string
.
_:
b36
sp:
varName
"partActivity"
^^
xsd:
string
.
_:
b37
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b38
sp:
varName
"activity"
^^
xsd:
string
.
_:
b39
sp:
varName
"index"
^^
xsd:
string
.
_:
b40
sp:
varName
"dTimStartPart"
^^
xsd:
string
.
_:
b41
sp:
varName
"proprietaryCode"
^^
xsd:
string
.
_:
b42
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b27
sp:
varName
"mdHoleStart"
^^
xsd:
string
.
_:
b28
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b29
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b30
sp:
varName
"activity"
^^
xsd:
string
.
_:
b31
sp:
varName
"index"
^^
xsd:
string
.
_:
b32
sp:
varName
"dTimStartPart"
^^
xsd:
string
.
_:
b33
sp:
varName
"partActivity"
^^
xsd:
string
.
_:
b34
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b19
sp:
varName
"activitySuccessType"
^^
xsd:
string
.
_:
b20
sp:
varName
"partActivity"
^^
xsd:
string
.
_:
b21
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b22
sp:
varName
"activity"
^^
xsd:
string
.
_:
b23
sp:
varName
"index"
^^
xsd:
string
.
_:
b24
sp:
varName
"dTimStartPart"
^^
xsd:
string
.
_:
b25
sp:
varName
"state"
^^
xsd:
string
.
_:
b26
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b77
sp:
varName
"drillingActivityOutcomeType"
^^
xsd:
string
.
_:
b78
sp:
varName
"partActivity"
^^
xsd:
string
.
_:
b79
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b80
sp:
varName
"activity"
^^
xsd:
string
.
_:
b81
sp:
varName
"index"
^^
xsd:
string
.
_:
b82
sp:
varName
"dTimStartPart"
^^
xsd:
string
.
_:
b83
sp:
varName
"stateDetailActivity"
^^
xsd:
string
.
_:
b84
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
# Saved by TopBraid on Tue Aug 23 17:39:50 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/report
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/well
# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr
# imports: http://www.reportinghub.no/ep/schema/1.0/ddr
# imports: http://spinrdf.org/spin
@prefix
:
<http://www.reportinghub.no/ep/transform/1.1/ddr/activity#>
.
@prefix
arg:
<http://spinrdf.org/arg#>
.
@prefix
bindEP-NativeOWL:
<http://www.reportinghub.no/iso15926/bindEP-NativeOWL#>
.
@prefix
ddr-normalization:
<http://www.reportinghub.no/ep/transform/ddr/normalization#>
.
@prefix
ddr-normalization-1
.1
:
<http://www.reportinghub.no/ep/transform/1.1/ddr/normalization#>
.
@prefix
ep-spin-lib:
<http://www.reportinghub.no/ep/spin/lib#>
.
@prefix
iso15926:
<http://www.reportinghub.no/iso15926/nativeOWL#>
.
@prefix
normalization:
<http://www.reportinghub.no/ep/transform/normalization#>
.
@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
rhspin:
<http://www.reportinghub.no/spin/rh#>
.
@prefix
sp:
<http://spinrdf.org/sp#>
.
@prefix
spin:
<http://spinrdf.org/spin#>
.
@prefix
spl:
<http://spinrdf.org/spl#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport>
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 130 Transfer proprietaryCode and phase"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b1
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b2
]
[
sp:
object
_:
b3
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b2
])
;
sp:
where
([
sp:
object
_:
b4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#activity>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b6
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#index>
;
sp:
subject
_:
b5
]
[
sp:
object
_:
b7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
_:
b5
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#enumProprietaryCode>
;
sp:
subject
_:
b5
]
[
sp:
object
_:
b9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#enumPhase>
;
sp:
subject
_:
b5
])
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b4
]
;
sp:
variable
_:
b10
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildPartActivityURI
;
sp:
arg1
_:
b10
;
sp:
arg2
_:
b7
;
sp:
arg3
_:
b6
]
;
sp:
variable
_:
b2
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectDrillingActivityPurposeType
;
sp:
arg1
_:
b8
]
;
sp:
variable
_:
b1
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectDrillingActivityTypeAccordingToEquipmentType
;
sp:
arg1
_:
b9
]
;
sp:
variable
_:
b3
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 134 Transfer comments"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b11
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#comments>
;
sp:
subject
_:
b12
])
;
sp:
where
([
sp:
object
_:
b13
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b14
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#activity>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b15
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#index>
;
sp:
subject
_:
b14
]
[
sp:
object
_:
b16
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
_:
b14
]
[
sp:
object
_:
b11
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#comments>
;
sp:
subject
_:
b14
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b13
]
;
sp:
variable
_:
b17
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildPartActivityURI
;
sp:
arg1
_:
b17
;
sp:
arg2
_:
b16
;
sp:
arg3
_:
b15
]
;
sp:
variable
_:
b12
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 127 Create part activity and temporal part of WellBore"
^^
xsd:
string
;
sp:
templates
([
sp:
object
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b18
]
[
sp:
object
_:
b18
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasPart>
;
sp:
subject
_:
b19
]
[
sp:
object
_:
b20
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
_:
b18
]
[
sp:
object
_:
b21
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimEnd>
;
sp:
subject
_:
b18
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b22
]
[
sp:
object
_:
b23
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
sp:
subject
_:
b22
]
[
sp:
object
_:
b22
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b18
])
;
sp:
where
([
sp:
object
_:
b24
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b25
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b26
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#activity>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b27
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#index>
;
sp:
subject
_:
b26
]
[
sp:
object
_:
b20
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
_:
b26
]
[
sp:
object
_:
b21
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimEnd>
;
sp:
subject
_:
b26
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b24
]
;
sp:
variable
_:
b28
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildPartActivityURI
;
sp:
arg1
_:
b28
;
sp:
arg2
_:
b20
;
sp:
arg3
_:
b27
]
;
sp:
variable
_:
b18
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
rhspin:
wellBoreByName
;
arg:
wellBoreName
_:
b24
]
;
sp:
variable
_:
b23
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b28
;
sp:
arg2
_:
b25
]
;
sp:
variable
_:
b19
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildTemporalPartOfAWellBoreURI
;
sp:
arg1
_:
b28
;
sp:
arg2
_:
b20
;
sp:
arg3
_:
b21
]
;
sp:
variable
_:
b22
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 128 Transfer md"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b29
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#md>
;
sp:
subject
_:
b30
])
;
sp:
where
([
sp:
object
_:
b31
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b32
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#activity>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b33
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#index>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b34
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b29
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#md>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b30
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b35
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b31
]
;
sp:
variable
_:
b36
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildPartActivityURI
;
sp:
arg1
_:
b36
;
sp:
arg2
_:
b34
;
sp:
arg3
_:
b33
]
;
sp:
variable
_:
b35
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 129 Transfer tvd"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b37
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvd>
;
sp:
subject
_:
b38
])
;
sp:
where
([
sp:
object
_:
b39
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b40
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#activity>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b41
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#index>
;
sp:
subject
_:
b40
]
[
sp:
object
_:
b42
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
_:
b40
]
[
sp:
object
_:
b37
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvd>
;
sp:
subject
_:
b40
]
[
sp:
object
_:
b38
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b43
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b39
]
;
sp:
variable
_:
b44
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildPartActivityURI
;
sp:
arg1
_:
b44
;
sp:
arg2
_:
b42
;
sp:
arg3
_:
b41
]
;
sp:
variable
_:
b43
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 133 Transfer stateDetailActivity"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b45
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b46
])
;
sp:
where
([
sp:
object
_:
b47
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b48
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#activity>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b49
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#index>
;
sp:
subject
_:
b48
]
[
sp:
object
_:
b50
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
_:
b48
]
[
sp:
object
_:
b51
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#enumStateDetailActivity>
;
sp:
subject
_:
b48
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b47
]
;
sp:
variable
_:
b52
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildPartActivityURI
;
sp:
arg1
_:
b52
;
sp:
arg2
_:
b50
;
sp:
arg3
_:
b49
]
;
sp:
variable
_:
b46
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectDrillingActivityOutcomeType
;
sp:
arg1
_:
b51
]
;
sp:
variable
_:
b45
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 131 Transfer mdHoleStart"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b53
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdHoleStart>
;
sp:
subject
_:
b54
])
;
sp:
where
([
sp:
object
_:
b55
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b56
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#activity>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b57
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#index>
;
sp:
subject
_:
b56
]
[
sp:
object
_:
b58
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
_:
b56
]
[
sp:
object
_:
b53
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdHoleStart>
;
sp:
subject
_:
b56
]
[
sp:
object
_:
b54
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b59
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b55
]
;
sp:
variable
_:
b60
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildPartActivityURI
;
sp:
arg1
_:
b60
;
sp:
arg2
_:
b58
;
sp:
arg3
_:
b57
]
;
sp:
variable
_:
b59
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 132 Transfer status"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b61
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b62
])
;
sp:
where
([
sp:
object
_:
b63
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b64
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#activity>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b65
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#index>
;
sp:
subject
_:
b64
]
[
sp:
object
_:
b66
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
_:
b64
]
[
sp:
object
_:
b67
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#enumState>
;
sp:
subject
_:
b64
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b63
]
;
sp:
variable
_:
b68
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildPartActivityURI
;
sp:
arg1
_:
b68
;
sp:
arg2
_:
b66
;
sp:
arg3
_:
b65
]
;
sp:
variable
_:
b62
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectActivitySuccessType
;
sp:
arg1
_:
b67
]
;
sp:
variable
_:
b61
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 155 Create part activity and temporal part of WellBore"
^^
xsd:
string
;
sp:
templates
([
sp:
object
<http://www.reportinghub.no/ep/schema/activity#FluidActivity>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b69
]
[
sp:
object
_:
b69
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasPart>
;
sp:
subject
_:
b70
]
[
sp:
object
_:
b71
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTim>
;
sp:
subject
_:
b69
]
[
sp:
object
_:
b72
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#pv>
;
sp:
subject
_:
b69
]
[
sp:
object
_:
b73
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#yp>
;
sp:
subject
_:
b69
]
[
sp:
object
_:
b74
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvd>
;
sp:
subject
_:
b69
]
[
sp:
object
_:
b75
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#md>
;
sp:
subject
_:
b69
]
[
sp:
object
_:
b76
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#MudClass>
;
sp:
subject
_:
b69
]
[
sp:
object
_:
b77
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#presBopRating>
;
sp:
subject
_:
b69
]
[
sp:
object
_:
b78
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#type>
;
sp:
subject
_:
b69
]
[
sp:
object
_:
b79
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#density>
;
sp:
subject
_:
b69
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b80
]
[
sp:
object
_:
b81
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
sp:
subject
_:
b80
]
[
sp:
object
_:
b80
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b69
])
;
sp:
where
([
sp:
object
_:
b82
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b83
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b84
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#fluid>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b85
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#index>
;
sp:
subject
_:
b84
]
[
sp:
object
_:
b71
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTim>
;
sp:
subject
_:
b84
]
[
sp:
object
_:
b78
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#type>
;
sp:
subject
_:
b84
]
[
sp:
object
_:
b72
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#pv>
;
sp:
subject
_:
b84
]
[
sp:
object
_:
b75
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#md>
;
sp:
subject
_:
b84
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b76
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#MudClass>
;
sp:
subject
_:
b84
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b74
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvd>
;
sp:
subject
_:
b84
])
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b73
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#yp>
;
sp:
subject
_:
b84
])
]
[
sp:
object
_:
b79
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#density>
;
sp:
subject
_:
b84
]
[
sp:
object
_:
b77
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#presBopRating>
;
sp:
subject
_:
b84
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b82
]
;
sp:
variable
_:
b86
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildPartActivityURI
;
sp:
arg1
_:
b86
;
sp:
arg2
_:
b71
;
sp:
arg3
_:
b85
]
;
sp:
variable
_:
b69
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
rhspin:
wellBoreByName
;
arg:
wellBoreName
_:
b82
]
;
sp:
variable
_:
b81
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b86
;
sp:
arg2
_:
b83
]
;
sp:
variable
_:
b70
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildTemporalPartOfAWellBoreURI
;
sp:
arg1
_:
b86
;
sp:
arg2
_:
b71
;
sp:
arg3
_:
b71
]
;
sp:
variable
_:
b80
])
]
.
<http://www.reportinghub.no/ep/transform/1.1/ddr/activity>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.0/activity-purpose>
,
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/schema/1.0/well>
,
<http://www.reportinghub.no/ep/spin/1.1/lib>
,
<http://www.reportinghub.no/ep/schema/1.0/activity>
,
<http://www.reportinghub.no/ep/schema/1.0/ddr>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr>
,
<http://www.reportinghub.no/ep/schema/1.0/report>
,
<http://www.reportinghub.no/ep/schema/1.0/equipment>
,
<http://www.reportinghub.no/ep/schema/1.0/core>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
_:
b69
sp:
varName
"partActivity"
^^
xsd:
string
.
_:
b70
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b71
sp:
varName
"dTimStartPart"
^^
xsd:
string
.
_:
b72
sp:
varName
"pv"
^^
xsd:
string
.
_:
b73
sp:
varName
"yp"
^^
xsd:
string
.
_:
b74
sp:
varName
"tvd"
^^
xsd:
string
.
_:
b75
sp:
varName
"md"
^^
xsd:
string
.
_:
b76
sp:
varName
"mud"
^^
xsd:
string
.
_:
b77
sp:
varName
"presBopRating"
^^
xsd:
string
.
_:
b78
sp:
varName
"type"
^^
xsd:
string
.
_:
b79
sp:
varName
"density"
^^
xsd:
string
.
_:
b80
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b81
sp:
varName
"wellBore"
^^
xsd:
string
.
_:
b82
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b83
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b84
sp:
varName
"fluid"
^^
xsd:
string
.
_:
b85
sp:
varName
"index"
^^
xsd:
string
.
_:
b86
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b61
sp:
varName
"activitySuccessType"
^^
xsd:
string
.
_:
b62
sp:
varName
"partActivity"
^^
xsd:
string
.
_:
b63
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b64
sp:
varName
"activity"
^^
xsd:
string
.
_:
b65
sp:
varName
"index"
^^
xsd:
string
.
_:
b66
sp:
varName
"dTimStartPart"
^^
xsd:
string
.
_:
b67
sp:
varName
"state"
^^
xsd:
string
.
_:
b68
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b53
sp:
varName
"mdHoleStart"
^^
xsd:
string
.
_:
b54
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b55
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b56
sp:
varName
"activity"
^^
xsd:
string
.
_:
b57
sp:
varName
"index"
^^
xsd:
string
.
_:
b58
sp:
varName
"dTimStartPart"
^^
xsd:
string
.
_:
b59
sp:
varName
"partActivity"
^^
xsd:
string
.
_:
b60
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b37
sp:
varName
"tvd"
^^
xsd:
string
.
_:
b38
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b39
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b40
sp:
varName
"activity"
^^
xsd:
string
.
_:
b41
sp:
varName
"index"
^^
xsd:
string
.
_:
b42
sp:
varName
"dTimStartPart"
^^
xsd:
string
.
_:
b43
sp:
varName
"partActivity"
^^
xsd:
string
.
_:
b44
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b29
sp:
varName
"md"
^^
xsd:
string
.
_:
b30
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b31
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b32
sp:
varName
"activity"
^^
xsd:
string
.
_:
b33
sp:
varName
"index"
^^
xsd:
string
.
_:
b34
sp:
varName
"dTimStartPart"
^^
xsd:
string
.
_:
b35
sp:
varName
"partActivity"
^^
xsd:
string
.
_:
b36
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b18
sp:
varName
"partActivity"
^^
xsd:
string
.
_:
b19
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b20
sp:
varName
"dTimStartPart"
^^
xsd:
string
.
_:
b21
sp:
varName
"dTimEndPart"
^^
xsd:
string
.
_:
b22
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b23
sp:
varName
"wellBore"
^^
xsd:
string
.
_:
b24
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b25
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b26
sp:
varName
"activity"
^^
xsd:
string
.
_:
b27
sp:
varName
"index"
^^
xsd:
string
.
_:
b28
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b11
sp:
varName
"comments"
^^
xsd:
string
.
_:
b12
sp:
varName
"partActivity"
^^
xsd:
string
.
_:
b13
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b14
sp:
varName
"activity"
^^
xsd:
string
.
_:
b15
sp:
varName
"index"
^^
xsd:
string
.
_:
b16
sp:
varName
"dTimStartPart"
^^
xsd:
string
.
_:
b17
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b45
sp:
varName
"drillingActivityOutcomeType"
^^
xsd:
string
.
_:
b46
sp:
varName
"partActivity"
^^
xsd:
string
.
_:
b47
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b48
sp:
varName
"activity"
^^
xsd:
string
.
_:
b49
sp:
varName
"index"
^^
xsd:
string
.
_:
b50
sp:
varName
"dTimStartPart"
^^
xsd:
string
.
_:
b51
sp:
varName
"stateDetailActivity"
^^
xsd:
string
.
_:
b52
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b4
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b5
sp:
varName
"activity"
^^
xsd:
string
.
_:
b6
sp:
varName
"index"
^^
xsd:
string
.
_:
b7
sp:
varName
"dTimStartPart"
^^
xsd:
string
.
_:
b8
sp:
varName
"proprietaryCode"
^^
xsd:
string
.
_:
b9
sp:
varName
"phase"
^^
xsd:
string
.
_:
b10
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b2
sp:
varName
"partActivity"
^^
xsd:
string
.
_:
b1
sp:
varName
"drillingActivityPurposeType"
^^
xsd:
string
.
_:
b3
sp:
varName
"drillingActivityTypeAccordingToEquipmentType"
^^
xsd:
string
.
...
...
www.reportinghub.no/ep/transform/TRANSFORM_ddr-casingLinerTubingRun-v1.1.1.ttl
0 → 100644
View file @
b2225d4
# Saved by TopBraid on Wed Aug 24 15:40:23 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr
# imports: http://spinrdf.org/spin
@prefix
:
<http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun#>
.
@prefix
ep-spin-lib:
<http://www.reportinghub.no/ep/spin/lib#>
.
@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
sp:
<http://spinrdf.org/sp#>
.
@prefix
spin:
<http://spinrdf.org/spin#>
.
@prefix
spl:
<http://spinrdf.org/spl#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport>
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 280 Well stimulation"
^^
xsd:
string
;
sp:
templates
([
sp:
object
<http://www.reportinghub.no/ep/schema/activity#WellStimulation>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasPart>
;
sp:
subject
_:
b2
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#partOf>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#startedAt>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#finishedAt>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#hasCasingLinerTubing>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b8
;
sp:
predicate
<http://purl.org/dc/elements/1.1/description>
;
sp:
subject
_:
b1
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfEquipment>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b7
]
[
sp:
object
_:
b9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
sp:
subject
_:
b7
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b9
]
[
sp:
object
_:
b10
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b9
]
[
sp:
object
_:
b11
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b9
]
[
sp:
object
_:
b12
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#id>
;
sp:
subject
_:
b9
]
[
sp:
object
_:
b13
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#od>
;
sp:
subject
_:
b9
]
[
sp:
object
_:
b14
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#weight>
;
sp:
subject
_:
b9
]
[
sp:
object
_:
b15
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#grade>
;
sp:
subject
_:
b9
]
[
sp:
object
_:
b16
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#connection>
;
sp:
subject
_:
b9
]
[
sp:
object
_:
b17
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#length>
;
sp:
subject
_:
b9
])
;
sp:
where
([
sp:
object
_:
b18
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#casing_Liner_Tubing>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b19
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#index>
;
sp:
subject
_:
b7
]
[
sp:
object
_:
b4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b2
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b20
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#enumType>
;
sp:
subject
_:
b7
]
[
sp:
object
_:
b12
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#id>
;
sp:
subject
_:
b7
]
[
sp:
object
_:
b13
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#od>
;
sp:
subject
_:
b7
]
[
sp:
object
_:
b14
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#weight>
;
sp:
subject
_:
b7
]
[
sp:
object
_:
b15
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#grade>
;
sp:
subject
_:
b7
]
[
sp:
object
_:
b16
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#connection>
;
sp:
subject
_:
b7
]
[
sp:
object
_:
b17
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#length>
;
sp:
subject
_:
b7
]
[
sp:
object
[
sp:
varName
"mdTop"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdTop>
;
sp:
subject
_:
b7
]
[
sp:
object
[
sp:
varName
"mdBottom"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdBottom>
;
sp:
subject
_:
b7
]
[
sp:
object
_:
b21
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#casing_Liner_Tubing_Run>
;
sp:
subject
_:
b7
]
[
sp:
object
_:
b22
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#enumCasingType>
;
sp:
subject
_:
b21
]
[
sp:
object
_:
b8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#description>
;
sp:
subject
_:
b21
]
[
sp:
object
_:
b5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
_:
b21
]
[
sp:
object
_:
b6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimEnd>
;
sp:
subject
_:
b21
])
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b18
]
;
sp:
variable
_:
b23
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b23
;
sp:
arg2
_:
b5
]
;
sp:
variable
_:
b2
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildWellStimulationURI
;
sp:
arg1
_:
b23
;
sp:
arg2
_:
b19
]
;
sp:
variable
_:
b1
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildPartOfAWellBoreForWellStimulationURI
;
sp:
arg1
_:
b23
;
sp:
arg2
_:
b19
]
;
sp:
variable
_:
b3
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectCasingType
;
sp:
arg1
_:
b22
]
;
sp:
variable
_:
b10
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectTubeType
;
sp:
arg1
_:
b20
]
;
sp:
variable
_:
b11
])
]
.
<http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/spin/1.1/lib>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr>
,
<http://spinrdf.org/spin>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
_:
b11
sp:
varName
"tubeType"
^^
xsd:
string
.
_:
b10
sp:
varName
"casingType"
^^
xsd:
string
.
_:
b3
sp:
varName
"wellStimulationPartOfAWellBore"
^^
xsd:
string
.
_:
b1
sp:
varName
"wellStimulation"
^^
xsd:
string
.
_:
b23
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b6
sp:
varName
"dTimEnd"
^^
xsd:
string
.
_:
b8
sp:
varName
"description"
^^
xsd:
string
.
_:
b22
sp:
varName
"enumCasingType"
^^
xsd:
string
.
_:
b21
sp:
varName
"casingLinerTubingRun"
^^
xsd:
string
.
_:
b17
sp:
varName
"length"
^^
xsd:
string
.
_:
b16
sp:
varName
"connection"
^^
xsd:
string
.
_:
b15
sp:
varName
"grade"
^^
xsd:
string
.
_:
b14
sp:
varName
"weight"
^^
xsd:
string
.
_:
b13
sp:
varName
"od"
^^
xsd:
string
.
_:
b12
sp:
varName
"id"
^^
xsd:
string
.
_:
b20
sp:
varName
"enumTubeType"
^^
xsd:
string
.
_:
b4
sp:
varName
"dailyTemporalPartOfAWellBore"
^^
xsd:
string
.
_:
b2
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b19
sp:
varName
"index"
^^
xsd:
string
.
_:
b7
sp:
varName
"casingLinerTubing"
^^
xsd:
string
.
_:
b5
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b18
sp:
varName
"nameWellBore"
^^
xsd:
string
.
www.reportinghub.no/ep/transform/TRANSFORM_ddr-casingLinerTubingRun-v1.1.1.ttl.tbc
0 → 100644
View file @
b2225d4
# Saved by TopBraid on Wed Aug 24 15:40:23 BST 2011
# baseURI: null
@prefix
composite:
<http://www.topbraid.org/2007/05/composite.owl#>
.
@prefix
forms:
<http://www.topbraid.org/2007/01/forms.owl#>
.
@prefix
inference:
<http://www.topbraid.org/2007/06/inference.owl#>
.
@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
visual:
<http://topbraid.org/visual#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
[]
rdf:
type
inference:
Configuration
;
composite:
child
[
rdf:
type
<http://spinrdf.org/spin#TopSPIN>
;
composite:
index
"0"
^^
xsd:
int
]
.
www.reportinghub.no/ep/transform/TRANSFORM_ddr-cementStage-v1.1.1.ttl
0 → 100644
View file @
b2225d4
# Saved by TopBraid on Wed Aug 24 20:24:31 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr
# imports: http://spinrdf.org/spin
@prefix
:
<http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage#>
.
@prefix
ep-spin-lib:
<http://www.reportinghub.no/ep/spin/lib#>
.
@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
sp:
<http://spinrdf.org/sp#>
.
@prefix
spin:
<http://spinrdf.org/spin#>
.
@prefix
spl:
<http://spinrdf.org/spl#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport>
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 290 Well cement job"
^^
xsd:
string
;
sp:
templates
([
sp:
object
<http://www.reportinghub.no/ep/schema/activity#WellCementJob>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasPart>
;
sp:
subject
_:
b2
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#partOf>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b5
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b6
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b7
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasPart>
;
sp:
subject
_:
b1
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/activity#WellCementPumping>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b8
]
[
sp:
object
_:
b9
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b8
]
[
sp:
object
_:
b10
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#volReturns>
;
sp:
subject
_:
b8
]
[
sp:
object
_:
b11
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#volPumped>
;
sp:
subject
_:
b8
]
[
sp:
object
_:
b12
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#startedAt>
;
sp:
subject
_:
b8
]
[
sp:
object
_:
b13
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#finishedAt>
;
sp:
subject
_:
b8
]
[
sp:
object
_:
b14
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#pumpedFluid>
;
sp:
subject
_:
b8
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#CementingFluid>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b14
]
[
sp:
object
_:
b15
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b14
]
[
sp:
object
_:
b16
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b14
]
[
sp:
object
[
sp:
varName
"descFluid"
^^
xsd:
string
]
;
sp:
predicate
<http://purl.org/dc/elements/1.1/description>
;
sp:
subject
_:
b16
]
[
sp:
object
_:
b17
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#ratioMixWater>
;
sp:
subject
_:
b14
]
[
sp:
object
_:
b18
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#density>
;
sp:
subject
_:
b14
]
[
sp:
object
_:
b19
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#yp>
;
sp:
subject
_:
b14
]
[
sp:
object
_:
b20
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#eTimThickening>
;
sp:
subject
_:
b14
]
[
sp:
object
_:
b21
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#pcFreeWater>
;
sp:
subject
_:
b14
]
[
sp:
object
_:
b22
;
sp:
predicate
<http://purl.org/dc/elements/1.1/description>
;
sp:
subject
_:
b14
]
[
sp:
object
_:
b23
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#hasCasingString>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b24
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
sp:
subject
_:
b23
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#CasingString>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b24
]
[
sp:
object
_:
b25
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#casingStrDia>
;
sp:
subject
_:
b24
]
[
sp:
object
_:
b26
;
sp:
predicate
<http://purl.org/dc/elements/1.1/description>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b27
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b28
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b29
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b30
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#presBump>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b31
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b32
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasPart>
;
sp:
subject
_:
b1
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/activity#WellCementJobPressureRelease>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b33
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#nominalTime>
;
sp:
subject
_:
b32
])
;
sp:
where
([
sp:
object
_:
b34
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b35
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b36
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#cementStage>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b37
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#index>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b2
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b12
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimPumpStart>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b13
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimPumpEnd>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b38
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#enumJobType>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b25
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#casingStrDia>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b26
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#comments>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b10
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#volReturns>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b39
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#cementingFluid>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b33
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimPresReleased>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b40
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#annFlowAfter>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b41
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#topPlug>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b42
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#botPlug>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b43
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#plugBumped>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b30
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#presBump>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b44
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#floatHeld>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b45
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#reciprocated>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b46
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#rotated>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b47
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#enumTypeFluid>
;
sp:
subject
_:
b39
]
[
sp:
object
[
sp:
varName
"cementingFluidDescription"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#descFluid>
;
sp:
subject
_:
b39
]
[
sp:
object
_:
b17
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#ratioMixWater>
;
sp:
subject
_:
b39
]
[
sp:
object
_:
b18
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#density>
;
sp:
subject
_:
b39
]
[
sp:
object
_:
b11
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#volPumped>
;
sp:
subject
_:
b39
]
[
sp:
object
_:
b19
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#yp>
;
sp:
subject
_:
b39
]
[
sp:
object
_:
b20
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#eTimThickening>
;
sp:
subject
_:
b39
]
[
sp:
object
_:
b21
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#pcFreeWater>
;
sp:
subject
_:
b39
]
[
sp:
object
_:
b22
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#comments>
;
sp:
subject
_:
b39
])
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b34
]
;
sp:
variable
_:
b48
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b48
;
sp:
arg2
_:
b35
]
;
sp:
variable
_:
b2
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildWellCementJobURI
;
sp:
arg1
_:
b48
;
sp:
arg2
_:
b37
]
;
sp:
variable
_:
b1
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildPartOfAWellBoreInWellCementJobURI
;
sp:
arg1
_:
b48
;
sp:
arg2
_:
b37
]
;
sp:
variable
_:
b3
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectWellCementJobType
;
sp:
arg1
_:
b38
]
;
sp:
variable
_:
b5
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectCementingFluidType
;
sp:
arg1
_:
b47
]
;
sp:
variable
_:
b15
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectCementingFluidReturnType
;
sp:
arg1
_:
b40
]
;
sp:
variable
_:
b9
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectWellCementJobTopPlugType
;
sp:
arg1
_:
b41
]
;
sp:
variable
_:
b6
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectWellCementJobBottomPlugType
;
sp:
arg1
_:
b42
]
;
sp:
variable
_:
b7
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectWellCementJobCasingRotationType
;
sp:
arg1
_:
b46
]
;
sp:
variable
_:
b27
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectWellCementJobCasingReciprocationType
;
sp:
arg1
_:
b45
]
;
sp:
variable
_:
b28
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectWellCementJobPlugBumpingType
;
sp:
arg1
_:
b43
]
;
sp:
variable
_:
b29
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectWellCementJobFloatHoldingType
;
sp:
arg1
_:
b44
]
;
sp:
variable
_:
b31
])
]
.
<http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/transform/1.1/ddr>
,
<http://www.reportinghub.no/ep/spin/1.1/lib>
,
<http://spinrdf.org/spin>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
_:
b34
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b35
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b36
sp:
varName
"cementStage"
^^
xsd:
string
.
_:
b37
sp:
varName
"index"
^^
xsd:
string
.
_:
b2
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b4
sp:
varName
"dailyTemporalPartOfAWellBore"
^^
xsd:
string
.
_:
b12
sp:
varName
"dTimPumpStart"
^^
xsd:
string
.
_:
b13
sp:
varName
"dTimPumpEnd"
^^
xsd:
string
.
_:
b38
sp:
varName
"enumJobType"
^^
xsd:
string
.
_:
b25
sp:
varName
"casingStrDia"
^^
xsd:
string
.
_:
b26
sp:
varName
"cementStageComments"
^^
xsd:
string
.
_:
b10
sp:
varName
"volReturns"
^^
xsd:
string
.
_:
b39
sp:
varName
"cementingFluid"
^^
xsd:
string
.
_:
b33
sp:
varName
"dTimPresReleased"
^^
xsd:
string
.
_:
b40
sp:
varName
"annFlowAfter"
^^
xsd:
string
.
_:
b41
sp:
varName
"topPlug"
^^
xsd:
string
.
_:
b42
sp:
varName
"botPlug"
^^
xsd:
string
.
_:
b43
sp:
varName
"plugBumped"
^^
xsd:
string
.
_:
b30
sp:
varName
"presBump"
^^
xsd:
string
.
_:
b44
sp:
varName
"floatHeld"
^^
xsd:
string
.
_:
b45
sp:
varName
"reciprocated"
^^
xsd:
string
.
_:
b46
sp:
varName
"rotated"
^^
xsd:
string
.
_:
b47
sp:
varName
"enumTypeFluid"
^^
xsd:
string
.
_:
b17
sp:
varName
"ratioMixWater"
^^
xsd:
string
.
_:
b18
sp:
varName
"density"
^^
xsd:
string
.
_:
b11
sp:
varName
"volPumped"
^^
xsd:
string
.
_:
b19
sp:
varName
"yp"
^^
xsd:
string
.
_:
b20
sp:
varName
"eTimThickening"
^^
xsd:
string
.
_:
b21
sp:
varName
"pcFreeWater"
^^
xsd:
string
.
_:
b22
sp:
varName
"cementingFluidComments"
^^
xsd:
string
.
_:
b48
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b1
sp:
varName
"wellCementJob"
^^
xsd:
string
.
_:
b3
sp:
varName
"wellCementingPartOfAWellBore"
^^
xsd:
string
.
_:
b5
sp:
varName
"wellCementJobType"
^^
xsd:
string
.
_:
b15
sp:
varName
"cementingFluidType"
^^
xsd:
string
.
_:
b9
sp:
varName
"cementingFluidReturnType"
^^
xsd:
string
.
_:
b6
sp:
varName
"wellCementJobTopPlugType"
^^
xsd:
string
.
_:
b7
sp:
varName
"wellCementJobBottomPlugType"
^^
xsd:
string
.
_:
b27
sp:
varName
"wellCementJobCasingRotationType"
^^
xsd:
string
.
_:
b28
sp:
varName
"wellCementJobCasingReciprocationType"
^^
xsd:
string
.
_:
b29
sp:
varName
"wellCementJobPlugBumpingType"
^^
xsd:
string
.
_:
b31
sp:
varName
"wellCementJobFloatHoldingType"
^^
xsd:
string
.
www.reportinghub.no/ep/transform/TRANSFORM_ddr-cementStage-v1.1.1.ttl.tbc
0 → 100644
View file @
b2225d4
# Saved by TopBraid on Wed Aug 24 20:24:31 BST 2011
# baseURI: null
@prefix
composite:
<http://www.topbraid.org/2007/05/composite.owl#>
.
@prefix
forms:
<http://www.topbraid.org/2007/01/forms.owl#>
.
@prefix
inference:
<http://www.topbraid.org/2007/06/inference.owl#>
.
@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
visual:
<http://topbraid.org/visual#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
[]
rdf:
type
inference:
Configuration
;
composite:
child
[
rdf:
type
<http://spinrdf.org/spin#TopSPIN>
;
composite:
index
"0"
^^
xsd:
int
]
.
www.reportinghub.no/ep/transform/TRANSFORM_ddr-controlIncidentInfo-v1.1.1.ttl
0 → 100644
View file @
b2225d4
# Saved by TopBraid on Tue Aug 23 20:39:28 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr
# imports: http://spinrdf.org/spin
@prefix
:
<http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo#>
.
@prefix
ep-spin-lib:
<http://www.reportinghub.no/ep/spin/lib#>
.
@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
sp:
<http://spinrdf.org/sp#>
.
@prefix
spin:
<http://spinrdf.org/spin#>
.
@prefix
spl:
<http://spinrdf.org/spl#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport>
spin:
rule
[
rdf:
type
sp:
Construct
;
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:
predicate
<http://www.reportinghub.no/ep/schema/core#hasPart>
;
sp:
subject
_:
b2
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#startedAt>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#finishedAt>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#hasInflowLocation>
;
sp:
subject
_:
b1
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b7
]
[
sp:
object
_:
b8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#md>
;
sp:
subject
_:
b7
]
[
sp:
object
_:
b9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvd>
;
sp:
subject
_:
b7
]
[
sp:
object
_:
b10
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#formation>
;
sp:
subject
_:
b7
]
[
sp:
object
_:
b11
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#eTimLost>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b12
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b13
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#during>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b14
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b13
]
[
sp:
object
_:
b15
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b13
]
[
sp:
object
_:
b16
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#hasDrillBit>
;
sp:
subject
_:
b13
]
[
sp:
object
_:
b17
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#hasChokeValve>
;
sp:
subject
_:
b13
]
[
sp:
object
_:
b18
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
sp:
subject
_:
b17
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfEquipment>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b17
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/equipment#ChokeValve>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b18
]
[
sp:
object
_:
b19
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#presMaxChoke>
;
sp:
subject
_:
b18
]
[
sp:
object
_:
b20
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
sp:
subject
_:
b16
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfEquipment>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b16
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/equipment#DrillBit>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b20
]
[
sp:
object
_:
b21
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#diaBit>
;
sp:
subject
_:
b20
]
[
sp:
object
_:
b22
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasPart>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b23
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b22
]
[
sp:
object
_:
b24
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#volMudGained>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b25
;
sp:
predicate
<http://purl.org/dc/elements/1.1/description>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b26
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#diaCsgLast>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b27
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdCsgLast>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b28
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdBit>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b29
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tempBottom>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b30
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#wtMud>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b31
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#porePressure>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b32
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#presShutInCasing>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b33
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#presShutInDrill>
;
sp:
subject
_:
b3
])
;
sp:
where
([
sp:
object
_:
b34
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b35
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b36
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#controlIncidentInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b37
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#index>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTim>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdInflow>
;
sp:
subject
_:
b36
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvdInflow>
;
sp:
subject
_:
b36
])
]
[
sp:
object
_:
b38
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#enumPhase>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b39
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#enumProprietaryCode>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b11
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#eTimLost>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimRegained>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b21
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#diaBit>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b28
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdBit>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b30
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#wtMud>
;
sp:
subject
_:
b36
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b31
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#porePressure>
;
sp:
subject
_:
b36
])
]
[
sp:
object
_:
b26
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#diaCsgLast>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b27
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdCsgLast>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b24
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#volMudGained>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b32
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#presShutInCasing>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b33
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#presShutInDrill>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b40
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#enumIncidentType>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b41
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#enumKillingType>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b10
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#formation>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b29
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tempBottom>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b19
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#presMaxChoke>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b25
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#description>
;
sp:
subject
_:
b36
]
[
sp:
object
_:
b4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b2
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b34
]
;
sp:
variable
_:
b42
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b42
;
sp:
arg2
_:
b35
]
;
sp:
variable
_:
b2
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildWellControlIncidentURI
;
sp:
arg1
_:
b42
;
sp:
arg2
_:
b35
;
sp:
arg3
_:
b37
]
;
sp:
variable
_:
b1
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildTemporalPartOfAWellBoreDuringWellControlIncidentURI
;
sp:
arg1
_:
b42
;
sp:
arg2
_:
b35
;
sp:
arg3
_:
b37
]
;
sp:
variable
_:
b3
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectDrillingActivityPurposeType
;
sp:
arg1
_:
b39
]
;
sp:
variable
_:
b14
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectDrillingActivityTypeAccordingToEquipmentType
;
sp:
arg1
_:
b38
]
;
sp:
variable
_:
b15
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectWellControlIncidentType
;
sp:
arg1
_:
b40
]
;
sp:
variable
_:
b12
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectWellKillingType
;
sp:
arg1
_:
b41
]
;
sp:
variable
_:
b23
])
]
.
<http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr>
,
<http://www.reportinghub.no/ep/spin/1.1/lib>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
_:
b23
sp:
varName
"wellKillingType"
^^
xsd:
string
.
_:
b12
sp:
varName
"wellControlIncidentType"
^^
xsd:
string
.
_:
b15
sp:
varName
"drillingActivityTypeAccordingToEquipmentType"
^^
xsd:
string
.
_:
b14
sp:
varName
"drillingActivityPurposeType"
^^
xsd:
string
.
_:
b3
sp:
varName
"temporalPartOfAWellBoreDuringWellControlIncident"
^^
xsd:
string
.
_:
b1
sp:
varName
"wellControlIncident"
^^
xsd:
string
.
_:
b42
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b4
sp:
varName
"dailytemporalPartOfAWellBore"
^^
xsd:
string
.
_:
b2
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b25
sp:
varName
"description"
^^
xsd:
string
.
_:
b19
sp:
varName
"presMaxChoke"
^^
xsd:
string
.
_:
b29
sp:
varName
"tempBottom"
^^
xsd:
string
.
_:
b10
sp:
varName
"formation"
^^
xsd:
string
.
_:
b41
sp:
varName
"killingType"
^^
xsd:
string
.
_:
b40
sp:
varName
"incidentType"
^^
xsd:
string
.
_:
b33
sp:
varName
"presShutInDrill"
^^
xsd:
string
.
_:
b32
sp:
varName
"presShutInCasing"
^^
xsd:
string
.
_:
b24
sp:
varName
"volMudGained"
^^
xsd:
string
.
_:
b27
sp:
varName
"mdCsgLast"
^^
xsd:
string
.
_:
b26
sp:
varName
"diaCsgLast"
^^
xsd:
string
.
_:
b31
sp:
varName
"porePressure"
^^
xsd:
string
.
_:
b30
sp:
varName
"wtMud"
^^
xsd:
string
.
_:
b28
sp:
varName
"mdBit"
^^
xsd:
string
.
_:
b21
sp:
varName
"diaBit"
^^
xsd:
string
.
_:
b6
sp:
varName
"dTimEndOfIncident"
^^
xsd:
string
.
_:
b11
sp:
varName
"eTimLost"
^^
xsd:
string
.
_:
b39
sp:
varName
"proprietaryCode"
^^
xsd:
string
.
_:
b38
sp:
varName
"phase"
^^
xsd:
string
.
_:
b9
sp:
varName
"tvdInflow"
^^
xsd:
string
.
_:
b8
sp:
varName
"mdInflow"
^^
xsd:
string
.
_:
b5
sp:
varName
"dTimStartOfIncident"
^^
xsd:
string
.
_:
b37
sp:
varName
"index"
^^
xsd:
string
.
_:
b36
sp:
varName
"controlIncidentInfo"
^^
xsd:
string
.
_:
b35
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b34
sp:
varName
"nameWellBore"
^^
xsd:
string
.
www.reportinghub.no/ep/transform/TRANSFORM_ddr-controlIncidentInfo-v1.1.1.ttl.tbc
0 → 100644
View file @
b2225d4
# Saved by TopBraid on Tue Aug 23 20:39:28 BST 2011
# baseURI: null
@prefix
composite:
<http://www.topbraid.org/2007/05/composite.owl#>
.
@prefix
forms:
<http://www.topbraid.org/2007/01/forms.owl#>
.
@prefix
inference:
<http://www.topbraid.org/2007/06/inference.owl#>
.
@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
visual:
<http://topbraid.org/visual#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
[]
rdf:
type
inference:
Configuration
;
composite:
child
[
rdf:
type
<http://spinrdf.org/spin#TopSPIN>
;
composite:
index
"0"
^^
xsd:
int
]
.
www.reportinghub.no/ep/transform/TRANSFORM_ddr-coreInfo-v1.1.1.ttl
0 → 100644
View file @
b2225d4
# Saved by TopBraid on Mon Aug 22 14:33:44 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr
# imports: http://spinrdf.org/spin
@prefix
:
<http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo#>
.
@prefix
ep-spin-lib:
<http://www.reportinghub.no/ep/spin/lib#>
.
@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
sp:
<http://spinrdf.org/sp#>
.
@prefix
spin:
<http://spinrdf.org/spin#>
.
@prefix
spl:
<http://spinrdf.org/spl#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport>
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"""STEP 220 Create WellCore activity
Properties transfered to the activity, to the part of the well bore, or to the recovered core."""
^^
xsd:
string
;
sp:
templates
([
sp:
object
<http://www.reportinghub.no/ep/schema/activity#WellCore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasPart>
;
sp:
subject
_:
b2
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b3
]
[
sp:
object
[
sp:
varName
"dailyTemporalPartOfAWellBore"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#partOf>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b1
]
[
sp:
object
[
sp:
varName
"dTimWellCore"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#finishedAt>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#coreNumber>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdTop>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdBottom>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvdTop>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvdBottom>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#recoveredCore>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b10
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#lenRecovered>
;
sp:
subject
_:
b9
]
[
sp:
object
_:
b11
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#recoverPc>
;
sp:
subject
_:
b9
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#RecoveredCore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b9
]
[
sp:
object
_:
b12
;
sp:
predicate
<http://purl.org/dc/elements/1.1/description>
;
sp:
subject
_:
b9
]
[
sp:
object
_:
b13
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#hasBarrel>
;
sp:
subject
_:
b9
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/equipment#InnerBarrel>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b13
]
[
sp:
object
_:
b14
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#lenBarrel>
;
sp:
subject
_:
b13
]
[
sp:
object
_:
b15
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b13
])
;
sp:
where
([
sp:
object
_:
b16
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b17
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b18
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#coreInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b19
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#index>
;
sp:
subject
_:
b18
]
[
sp:
object
[
sp:
varName
"dTimCore"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTim>
;
sp:
subject
_:
b18
]
[
sp:
object
[
sp:
varName
"dailytemporalPartOfAWellBore"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b2
]
[
sp:
object
_:
b4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#coreNumber>
;
sp:
subject
_:
b18
]
[
sp:
object
_:
b5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdTop>
;
sp:
subject
_:
b20
]
[
sp:
object
_:
b6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdBottom>
;
sp:
subject
_:
b20
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvdTop>
;
sp:
subject
_:
b20
]
[
sp:
object
_:
b8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvdBottom>
;
sp:
subject
_:
b20
])
]
[
sp:
object
_:
b10
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#lenRecovered>
;
sp:
subject
_:
b20
]
[
sp:
object
_:
b11
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#recoverPc>
;
sp:
subject
_:
b20
]
[
sp:
object
_:
b14
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#lenBarrel>
;
sp:
subject
_:
b20
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b21
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#enumInnerBarrelType>
;
sp:
subject
_:
b20
])
]
[
sp:
object
_:
b12
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#coreDescription>
;
sp:
subject
_:
b20
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b16
]
;
sp:
variable
_:
b22
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b22
;
sp:
arg2
_:
b17
]
;
sp:
variable
_:
b2
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildWellCoreURI
;
sp:
arg1
_:
b22
;
sp:
arg2
_:
b19
]
;
sp:
variable
_:
b1
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildPartOfAWellBoreDuringWellCoreURI
;
sp:
arg1
_:
b22
;
sp:
arg2
_:
b19
]
;
sp:
variable
_:
b3
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectInnerBarrelType
;
sp:
arg1
_:
b21
]
;
sp:
variable
_:
b15
])
]
.
<http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/transform/1.1/ddr>
,
<http://spinrdf.org/spin>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
_:
b16
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b17
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b18
sp:
varName
"coreInfo"
^^
xsd:
string
.
_:
b19
sp:
varName
"index"
^^
xsd:
string
.
_:
b2
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b4
sp:
varName
"coreNumber"
^^
xsd:
string
.
_:
b20
sp:
varName
"wellTestInfo"
^^
xsd:
string
.
_:
b5
sp:
varName
"mdTop"
^^
xsd:
string
.
_:
b6
sp:
varName
"mdBottom"
^^
xsd:
string
.
_:
b7
sp:
varName
"tvdTop"
^^
xsd:
string
.
_:
b8
sp:
varName
"tvdBottom"
^^
xsd:
string
.
_:
b10
sp:
varName
"lenRecovered"
^^
xsd:
string
.
_:
b11
sp:
varName
"recoverPc"
^^
xsd:
string
.
_:
b14
sp:
varName
"lenBarrel"
^^
xsd:
string
.
_:
b21
sp:
varName
"enumInnerBarrelType"
^^
xsd:
string
.
_:
b12
sp:
varName
"coreDescription"
^^
xsd:
string
.
_:
b22
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b1
sp:
varName
"wellCore"
^^
xsd:
string
.
_:
b3
sp:
varName
"coredPartOfAWellBore"
^^
xsd:
string
.
_:
b15
sp:
varName
"innerBarrelType"
^^
xsd:
string
.
www.reportinghub.no/ep/transform/TRANSFORM_ddr-coreInfo-v1.1.1.ttl.tbc
0 → 100644
View file @
b2225d4
# Saved by TopBraid on Mon Aug 22 14:33:44 BST 2011
# baseURI: null
@prefix
composite:
<http://www.topbraid.org/2007/05/composite.owl#>
.
@prefix
forms:
<http://www.topbraid.org/2007/01/forms.owl#>
.
@prefix
inference:
<http://www.topbraid.org/2007/06/inference.owl#>
.
@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
visual:
<http://topbraid.org/visual#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
[]
rdf:
type
inference:
Configuration
;
composite:
child
[
rdf:
type
<http://spinrdf.org/spin#TopSPIN>
;
composite:
index
"0"
^^
xsd:
int
]
.
www.reportinghub.no/ep/transform/TRANSFORM_ddr-drillReport-v1.1.1.ttl
View file @
b2225d4
# Saved by TopBraid on Tue Aug
16 15:54:55
BST 2011
# Saved by TopBraid on Tue Aug
23 16:05:01
BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport
# imports: http://www.reportinghub.no/ep/schema/1.0/report
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
...
...
@@ -32,113 +32,98 @@
<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport>
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"""STEP 101 Create DailyDrillingReport, DailyDrillingActivity, TemporalPartOfAWellBore and WellBore
Minimum data - createDate, dTimStart, dTimEnd, nameWellBore"""
^^
xsd:
string
;
sp:
templates
([
sp:
object
<http://www.reportinghub.no/ep/schema/report#DailyDrillingReport>
;
rdfs:
comment
"STEP 106 Create Well"
^^
xsd:
string
;
sp:
templates
([
sp:
object
<http://www.reportinghub.no/ep/schema/well#Well>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b2
]
[
sp:
object
_:
b2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#reportOn>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#createdAt>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#name>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWell>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#startedAt>
;
sp:
subject
_:
b2
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b5
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#WellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b6
]
[
sp:
object
_:
b6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
sp:
subject
_:
b5
]
[
sp:
object
_:
b7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#name>
;
sp:
subject
_:
b6
]
[
sp:
object
_:
b5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b2
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasPart>
;
sp:
subject
_:
b1
])
;
sp:
where
([
sp:
object
_:
b
7
;
sp:
where
([
sp:
object
_:
b
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimEnd>
;
]
[
sp:
object
_:
b2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWell>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
createDate
>
;
]
[
sp:
object
_:
b
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
dTimStart
>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
sp:
subject
_:
b7
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#WellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b4
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b
7
sp:
arg1
_:
b
5
]
;
sp:
variable
_:
b9
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingReportURI
;
sp:
arg1
_:
b9
;
sp:
arg2
_:
b3
]
;
sp:
variable
_:
b1
sp:
variable
_:
b8
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b
9
;
sp:
arg2
_:
b
4
sp:
arg1
_:
b
8
;
sp:
arg2
_:
b
6
]
;
sp:
variable
_:
b
2
sp:
variable
_:
b
3
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildTemporalPartOfAWellBoreURI
;
sp:
arg1
_:
b9
;
sp:
arg2
_:
b4
;
sp:
arg3
_:
b8
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b2
]
;
sp:
variable
_:
b
5
sp:
variable
_:
b
9
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
rhspin:
wellB
oreB
yName
;
arg:
well
BoreName
_:
b7
[
rdf:
type
rhspin:
wellByName
;
arg:
well
Name
_:
b9
]
;
sp:
variable
_:
b
6
sp:
variable
_:
b
1
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 102 Transfer dTimEnd"
^^
xsd:
string
;
rdfs:
comment
"""STEP 105
Classify a DailyDrillingReport"""
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b10
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#finishedAt>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b11
])
;
sp:
where
([
sp:
object
_:
b12
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b13
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
dTimStart
>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
createDate
>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b1
0
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
dTimE
nd>
;
]
[
sp:
object
_:
b1
4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
enumVersionKi
nd>
;
sp:
subject
spin:
_this
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectDailyDrillingReportType
;
sp:
arg1
_:
b14
]
;
sp:
variable
_:
b10
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b12
]
;
sp:
variable
_:
b1
4
sp:
variable
_:
b1
5
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrilling
Activity
URI
;
sp:
arg1
_:
b1
4
;
[
rdf:
type
ep-spin-lib:
buildDailyDrilling
Report
URI
;
sp:
arg1
_:
b1
5
;
sp:
arg2
_:
b13
]
;
sp:
variable
_:
b11
...
...
@@ -146,130 +131,158 @@ Minimum data - createDate, dTimStart, dTimEnd, nameWellBore"""^^xsd:string ;
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"""STEP 101a Set name of DailyDrillingReport as label
Minimum data - createDate, dTimStart, nameWellBore"""
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b15
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#name>
;
sp:
subject
_:
b16
rdfs:
comment
"STEP 104 Transfer dTimEnd"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b16
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#finishedAt>
;
sp:
subject
_:
b17
])
;
sp:
where
([
sp:
object
_:
b1
7
;
sp:
where
([
sp:
object
_:
b1
8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b1
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
name
>
;
]
[
sp:
object
_:
b1
9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
dTimStart
>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b1
8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
createDate
>
;
]
[
sp:
object
_:
b1
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
dTimEnd
>
;
sp:
subject
spin:
_this
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b1
7
sp:
arg1
_:
b1
8
]
;
sp:
variable
_:
b
19
sp:
variable
_:
b
20
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrilling
Report
URI
;
sp:
arg1
_:
b
19
;
sp:
arg2
_:
b1
8
[
rdf:
type
ep-spin-lib:
buildDailyDrilling
Activity
URI
;
sp:
arg1
_:
b
20
;
sp:
arg2
_:
b1
9
]
;
sp:
variable
_:
b1
6
sp:
variable
_:
b1
7
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"""STEP 103
Classify a DailyDrillingReport
"""
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b2
0
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b2
1
rdfs:
comment
"""STEP 103
a Set name of DailyDrillingReport as label
Minimum data - createDate, dTimStart, nameWellBore
"""
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b2
1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#name>
;
sp:
subject
_:
b2
2
])
;
sp:
where
([
sp:
object
_:
b2
2
;
sp:
where
([
sp:
object
_:
b2
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b2
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
createDat
e>
;
]
[
sp:
object
_:
b2
1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
nam
e>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b24
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
enumVersionKind
>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#
createDate
>
;
sp:
subject
spin:
_this
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectDailyDrillingReportType
;
sp:
arg1
_:
b24
]
;
sp:
variable
_:
b20
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b2
2
sp:
arg1
_:
b2
3
]
;
sp:
variable
_:
b25
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingReportURI
;
sp:
arg1
_:
b25
;
sp:
arg2
_:
b2
3
sp:
arg2
_:
b2
4
]
;
sp:
variable
_:
b2
1
sp:
variable
_:
b2
2
])
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 104 Create Well"
^^
xsd:
string
;
sp:
templates
([
sp:
object
<http://www.reportinghub.no/ep/schema/well#Well>
;
rdfs:
comment
"""STEP 103 Create DailyDrillingReport, DailyDrillingActivity, TemporalPartOfAWellBore and WellBore
Minimum data - createDate, dTimStart, dTimEnd, nameWellBore
Optional data - extendedReport
replaced for testing - BIND (rhspin:wellBoreByName(?nameWellBore) AS ?wellBore) ."""
^^
xsd:
string
;
sp:
templates
([
sp:
object
<http://www.reportinghub.no/ep/schema/report#DailyDrillingReport>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b26
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b27
]
[
sp:
object
_:
b27
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
core#name
>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
activity#reportOn
>
;
sp:
subject
_:
b26
]
[
sp:
object
_:
b26
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWell>
;
sp:
subject
_:
b28
]
[
sp:
object
_:
b29
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasPart>
;
]
[
sp:
object
_:
b28
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#createdAt>
;
sp:
subject
_:
b26
]
[
sp:
object
_:
b29
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#startedAt>
;
sp:
subject
_:
b27
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b30
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#WellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b31
]
[
sp:
object
_:
b31
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
sp:
subject
_:
b30
]
[
sp:
object
_:
b32
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#name>
;
sp:
subject
_:
b31
]
[
sp:
object
_:
b30
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b27
]
[
sp:
object
_:
b33
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#extendedReport>
;
sp:
subject
_:
b27
])
;
sp:
where
([
sp:
object
_:
b3
0
;
sp:
where
([
sp:
object
_:
b3
2
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b27
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWell>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b31
;
]
[
sp:
object
_:
b29
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b32
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b28
]
[
sp:
object
_:
b29
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b34
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimEnd>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b28
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#createDate>
;
sp:
subject
spin:
_this
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b33
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#extendedReport>
;
sp:
subject
spin:
_this
])
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b3
0
sp:
arg1
_:
b3
2
]
;
sp:
variable
_:
b33
sp:
variable
_:
b35
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingReportURI
;
sp:
arg1
_:
b35
;
sp:
arg2
_:
b28
]
;
sp:
variable
_:
b26
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b3
3
;
sp:
arg2
_:
b
31
sp:
arg1
_:
b3
5
;
sp:
arg2
_:
b
29
]
;
sp:
variable
_:
b2
8
sp:
variable
_:
b2
7
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b27
[
rdf:
type
ep-spin-lib:
buildTemporalPartOfAWellBoreURI
;
sp:
arg1
_:
b35
;
sp:
arg2
_:
b29
;
sp:
arg3
_:
b34
]
;
sp:
variable
_:
b3
4
sp:
variable
_:
b3
0
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
rhspin:
wellByName
;
arg:
wellName
_:
b34
[
rdf:
type
ep-spin-lib:
buildTemporaryWellBoreURI
;
sp:
arg1
_:
b35
]
;
sp:
variable
_:
b
26
sp:
variable
_:
b
31
])
]
.
...
...
@@ -278,95 +291,98 @@ Classify a DailyDrillingReport"""^^xsd:string ;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.0/activity-purpose>
,
<http://www.reportinghub.no/ep/schema/1.0/core>
,
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/schema/1.0/equipment>
,
<http://www.reportinghub.no/ep/schema/1.0/activity>
,
<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/ddr>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr>
,
<http://www.reportinghub.no/ep/schema/1.0/report>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
_:
b6
sp:
varName
"wellBore"
^^
xsd:
string
.
_:
b25
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b5
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b24
sp:
varName
"createDate"
^^
xsd:
string
.
_:
b23
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b2
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b22
sp:
varName
"dailyDrillingReport"
^^
xsd:
string
.
_:
b1
sp:
varName
"dailyDrillingReport"
^^
xsd:
string
.
_:
b21
sp:
varName
"nameDailyDrillingReport"
^^
xsd:
string
.
_:
b9
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b15
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b3
sp:
varName
"createDate"
^^
xsd:
string
.
_:
b14
sp:
varName
"versionKind"
^^
xsd:
string
.
_:
b8
sp:
varName
"dTimEnd"
^^
xsd:
string
.
_:
b13
sp:
varName
"createDate"
^^
xsd:
string
.
_:
b4
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b12
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b7
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b11
sp:
varName
"dailyDrillingReport"
^^
xsd:
string
.
_:
b
34
sp:
varName
"
normalizedWellNam
e"
^^
xsd:
string
.
_:
b
10
sp:
varName
"
dailyDrillingReportTyp
e"
^^
xsd:
string
.
_:
b
33
_:
b
20
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b32
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b31
_:
b19
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b
30
_:
b
18
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b29
sp:
varName
"wellBore"
^^
xsd:
string
.
_:
b28
_:
b17
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b27
sp:
varName
"nameWell"
^^
xsd:
string
.
_:
b26
sp:
varName
"well"
^^
xsd:
string
.
_:
b16
sp:
varName
"dTimEnd"
^^
xsd:
string
.
_:
b
14
_:
b
35
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b
13
sp:
varName
"dTim
Start
"
^^
xsd:
string
.
_:
b
34
sp:
varName
"dTim
End
"
^^
xsd:
string
.
_:
b12
_:
b33
sp:
varName
"extendedReport"
^^
xsd:
string
.
_:
b32
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b
1
1
sp:
varName
"
dailyDrillingActivity
"
^^
xsd:
string
.
_:
b
3
1
sp:
varName
"
wellBore
"
^^
xsd:
string
.
_:
b
1
0
sp:
varName
"
dTimEnd
"
^^
xsd:
string
.
_:
b
3
0
sp:
varName
"
temporalPartOfAWellBore
"
^^
xsd:
string
.
_:
b
1
9
sp:
varName
"
normalizedWellBoreName
"
^^
xsd:
string
.
_:
b
2
9
sp:
varName
"
dTimStart
"
^^
xsd:
string
.
_:
b
1
8
_:
b
2
8
sp:
varName
"createDate"
^^
xsd:
string
.
_:
b
1
7
sp:
varName
"
nameWellBore
"
^^
xsd:
string
.
_:
b
2
7
sp:
varName
"
dailyDrillingActivity
"
^^
xsd:
string
.
_:
b
1
6
_:
b
2
6
sp:
varName
"dailyDrillingReport"
^^
xsd:
string
.
_:
b15
sp:
varName
"nameDailyDrillingReport"
^^
xsd:
string
.
_:
b1
sp:
varName
"well"
^^
xsd:
string
.
_:
b25
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b9
sp:
varName
"normalizedWellName"
^^
xsd:
string
.
_:
b24
sp:
varName
"versionKind"
^^
xsd:
string
.
_:
b8
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b23
sp:
varName
"createDate"
^^
xsd:
string
.
_:
b4
sp:
varName
"wellBore"
^^
xsd:
string
.
_:
b22
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b7
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b21
sp:
varName
"dailyDrillingReport"
^^
xsd:
string
.
_:
b3
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b20
sp:
varName
"dailyDrillingReportType"
^^
xsd:
string
.
_:
b6
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b2
sp:
varName
"nameWell"
^^
xsd:
string
.
_:
b5
sp:
varName
"nameWellBore"
^^
xsd:
string
.
...
...
www.reportinghub.no/ep/transform/TRANSFORM_ddr-drillReport-v1.1.1.ttl.tbc
View file @
b2225d4
# Saved by TopBraid on Tue Aug
16 15:54:55
BST 2011
# Saved by TopBraid on Tue Aug
23 16:05:01
BST 2011
# baseURI: null
@prefix
composite:
<http://www.topbraid.org/2007/05/composite.owl#>
.
...
...
www.reportinghub.no/ep/transform/TRANSFORM_ddr-formTestInfo-v1.1.1.ttl
0 → 100644
View file @
b2225d4
# Saved by TopBraid on Mon Aug 22 17:05:07 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr
# imports: http://spinrdf.org/spin
@prefix
:
<http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo#>
.
@prefix
ep-spin-lib:
<http://www.reportinghub.no/ep/spin/lib#>
.
@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
sp:
<http://spinrdf.org/sp#>
.
@prefix
spin:
<http://spinrdf.org/spin#>
.
@prefix
spl:
<http://spinrdf.org/spl#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport>
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 230 wireline formation test activity"
^^
xsd:
string
;
sp:
templates
([
sp:
object
<http://www.reportinghub.no/ep/schema/activity#WirelineFormationTest>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasPart>
;
sp:
subject
_:
b2
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b3
]
[
sp:
object
[
sp:
varName
"dailyTemporalPartOfAWellBore"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#partOf>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#finishedAt>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#md>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#presPore>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvd>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b8
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdSample>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b10
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#sampledFluid>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b11
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/well#dominantComponent>
;
sp:
subject
_:
b10
]
[
sp:
object
_:
b12
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#densityHC>
;
sp:
subject
_:
b10
]
[
sp:
object
_:
b13
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasVolume>
;
sp:
subject
_:
b10
]
[
sp:
object
_:
b14
;
sp:
predicate
<http://purl.org/dc/elements/1.1/description>
;
sp:
subject
_:
b1
])
;
sp:
where
([
sp:
object
_:
b15
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b16
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b17
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#formTestInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b18
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#index>
;
sp:
subject
_:
b17
]
[
sp:
object
_:
b4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTim>
;
sp:
subject
_:
b17
]
[
sp:
object
[
sp:
varName
"dailytemporalPartOfAWellBore"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b2
]
[
sp:
object
_:
b5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#md>
;
sp:
subject
_:
b17
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvd>
;
sp:
subject
_:
b17
])
]
[
sp:
object
_:
b6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#presPore>
;
sp:
subject
_:
b17
]
[
sp:
object
_:
b19
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#goodSeal>
;
sp:
subject
_:
b17
]
[
sp:
object
_:
b9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdSample>
;
sp:
subject
_:
b17
]
[
sp:
object
_:
b20
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#enumDominateComponent>
;
sp:
subject
_:
b17
]
[
sp:
object
_:
b12
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#densityHC>
;
sp:
subject
_:
b17
]
[
sp:
object
_:
b13
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#volumeSample>
;
sp:
subject
_:
b17
]
[
sp:
object
_:
b14
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#description>
;
sp:
subject
_:
b17
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b15
]
;
sp:
variable
_:
b21
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b21
;
sp:
arg2
_:
b16
]
;
sp:
variable
_:
b2
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildWirelineFormationTestURI
;
sp:
arg1
_:
b21
;
sp:
arg2
_:
b18
]
;
sp:
variable
_:
b1
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildPartOfAWellBoreDuringWirelineFormationTestURI
;
sp:
arg1
_:
b21
;
sp:
arg2
_:
b18
]
;
sp:
variable
_:
b3
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectComponentType
;
sp:
arg1
_:
b20
]
;
sp:
variable
_:
b11
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectWirelineFormationTestGoodnessOfSealType
;
sp:
arg1
_:
b19
]
;
sp:
variable
_:
b8
])
]
.
<http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
_:
b8
sp:
varName
"wirelineFormationTestGoodnessOfSealType"
^^
xsd:
string
.
_:
b11
sp:
varName
"componentType"
^^
xsd:
string
.
_:
b3
sp:
varName
"formationTestPartOfAWellBore"
^^
xsd:
string
.
_:
b1
sp:
varName
"wirelineFormationTest"
^^
xsd:
string
.
_:
b21
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b14
sp:
varName
"description"
^^
xsd:
string
.
_:
b13
sp:
varName
"volumeSample"
^^
xsd:
string
.
_:
b12
sp:
varName
"densityHC"
^^
xsd:
string
.
_:
b20
sp:
varName
"enumDominateComponent"
^^
xsd:
string
.
_:
b9
sp:
varName
"mdSample"
^^
xsd:
string
.
_:
b19
sp:
varName
"goodSeal"
^^
xsd:
string
.
_:
b6
sp:
varName
"presPore"
^^
xsd:
string
.
_:
b7
sp:
varName
"tvd"
^^
xsd:
string
.
_:
b5
sp:
varName
"md"
^^
xsd:
string
.
_:
b2
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b4
sp:
varName
"dTimWirelineFormationTest"
^^
xsd:
string
.
_:
b18
sp:
varName
"index"
^^
xsd:
string
.
_:
b17
sp:
varName
"formTestInfo"
^^
xsd:
string
.
_:
b16
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b15
sp:
varName
"nameWellBore"
^^
xsd:
string
.
www.reportinghub.no/ep/transform/TRANSFORM_ddr-formTestInfo-v1.1.1.ttl.tbc
0 → 100644
View file @
b2225d4
# Saved by TopBraid on Mon Aug 22 17:05:07 BST 2011
# baseURI: null
@prefix
composite:
<http://www.topbraid.org/2007/05/composite.owl#>
.
@prefix
forms:
<http://www.topbraid.org/2007/01/forms.owl#>
.
@prefix
inference:
<http://www.topbraid.org/2007/06/inference.owl#>
.
@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
visual:
<http://topbraid.org/visual#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
[]
rdf:
type
inference:
Configuration
;
composite:
child
[
rdf:
type
<http://spinrdf.org/spin#TopSPIN>
;
composite:
index
"0"
^^
xsd:
int
]
.
www.reportinghub.no/ep/transform/TRANSFORM_ddr-gasReadingInfo-v1.1.1.ttl
0 → 100644
View file @
b2225d4
# Saved by TopBraid on Wed Aug 24 13:32:40 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr
# imports: http://spinrdf.org/spin
@prefix
:
<http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo#>
.
@prefix
ep-spin-lib:
<http://www.reportinghub.no/ep/spin/lib#>
.
@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
sp:
<http://spinrdf.org/sp#>
.
@prefix
spin:
<http://spinrdf.org/spin#>
.
@prefix
spl:
<http://spinrdf.org/spl#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport>
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 270 Gas reading"
^^
xsd:
string
;
sp:
templates
([
sp:
object
<http://www.reportinghub.no/ep/schema/activity#GasReading>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasPart>
;
sp:
subject
_:
b2
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#partOf>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#nominalTime>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b6
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdTop>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvdTop>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdBottom>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b10
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvdBottom>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b11
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#gasHigh>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b12
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#gasLow>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b13
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#meth>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b14
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#eth>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b15
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#prop>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b16
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#ibut>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b17
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nbut>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b18
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#ipent>
;
sp:
subject
_:
b3
])
;
sp:
where
([
sp:
object
_:
b19
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b20
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b21
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#gasReadingInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b22
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#index>
;
sp:
subject
_:
b21
]
[
sp:
object
_:
b4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b2
]
[
sp:
object
_:
b7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdTop>
;
sp:
subject
_:
b21
]
[
sp:
object
_:
b23
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#enumReadingType>
;
sp:
subject
_:
b21
]
[
sp:
object
_:
b11
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#gasHigh>
;
sp:
subject
_:
b21
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTim>
;
sp:
subject
_:
b21
]
[
sp:
object
_:
b9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdBottom>
;
sp:
subject
_:
b21
]
[
sp:
object
_:
b8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvdTop>
;
sp:
subject
_:
b21
]
[
sp:
object
_:
b10
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvdBottom>
;
sp:
subject
_:
b21
]
[
sp:
object
_:
b12
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#gasLow>
;
sp:
subject
_:
b21
]
[
sp:
object
_:
b13
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#meth>
;
sp:
subject
_:
b21
]
[
sp:
object
_:
b14
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#eth>
;
sp:
subject
_:
b21
]
[
sp:
object
_:
b15
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#prop>
;
sp:
subject
_:
b21
]
[
sp:
object
_:
b16
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#ibut>
;
sp:
subject
_:
b21
]
[
sp:
object
_:
b17
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nbut>
;
sp:
subject
_:
b21
]
[
sp:
object
_:
b18
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#ipent>
;
sp:
subject
_:
b21
])
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b19
]
;
sp:
variable
_:
b24
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b24
;
sp:
arg2
_:
b20
]
;
sp:
variable
_:
b2
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildGasReadingURI
;
sp:
arg1
_:
b24
;
sp:
arg2
_:
b22
]
;
sp:
variable
_:
b1
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildPartOfAWellBoreForGasReadingURI
;
sp:
arg1
_:
b24
;
sp:
arg2
_:
b22
]
;
sp:
variable
_:
b3
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectGasReadingType
;
sp:
arg1
_:
b23
]
;
sp:
variable
_:
b6
])
]
.
<http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/spin/1.1/lib>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr>
,
<http://spinrdf.org/spin>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
_:
b19
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b20
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b21
sp:
varName
"gasReadingInfo"
^^
xsd:
string
.
_:
b22
sp:
varName
"index"
^^
xsd:
string
.
_:
b2
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b4
sp:
varName
"dailyTemporalPartOfAWellBore"
^^
xsd:
string
.
_:
b7
sp:
varName
"mdTop"
^^
xsd:
string
.
_:
b23
sp:
varName
"readingType"
^^
xsd:
string
.
_:
b11
sp:
varName
"gasHigh"
^^
xsd:
string
.
_:
b5
sp:
varName
"dTim"
^^
xsd:
string
.
_:
b9
sp:
varName
"mdBottom"
^^
xsd:
string
.
_:
b8
sp:
varName
"tvdTop"
^^
xsd:
string
.
_:
b10
sp:
varName
"tvdBottom"
^^
xsd:
string
.
_:
b12
sp:
varName
"gasLow"
^^
xsd:
string
.
_:
b13
sp:
varName
"meth"
^^
xsd:
string
.
_:
b14
sp:
varName
"eth"
^^
xsd:
string
.
_:
b15
sp:
varName
"prop"
^^
xsd:
string
.
_:
b16
sp:
varName
"ibut"
^^
xsd:
string
.
_:
b17
sp:
varName
"nbut"
^^
xsd:
string
.
_:
b18
sp:
varName
"ipent"
^^
xsd:
string
.
_:
b24
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b1
sp:
varName
"gasReading"
^^
xsd:
string
.
_:
b3
sp:
varName
"gasReadingPartOfAWellBore"
^^
xsd:
string
.
_:
b6
sp:
varName
"gasReadingType"
^^
xsd:
string
.
www.reportinghub.no/ep/transform/TRANSFORM_ddr-gasReadingInfo-v1.1.1.ttl.tbc
0 → 100644
View file @
b2225d4
# Saved by TopBraid on Wed Aug 24 13:32:40 BST 2011
# baseURI: null
@prefix
composite:
<http://www.topbraid.org/2007/05/composite.owl#>
.
@prefix
forms:
<http://www.topbraid.org/2007/01/forms.owl#>
.
@prefix
inference:
<http://www.topbraid.org/2007/06/inference.owl#>
.
@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
visual:
<http://topbraid.org/visual#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
[]
rdf:
type
inference:
Configuration
;
composite:
child
[
rdf:
type
<http://spinrdf.org/spin#TopSPIN>
;
composite:
index
"0"
^^
xsd:
int
]
.
www.reportinghub.no/ep/transform/TRANSFORM_ddr-normalization-v1.1.1.ttl
View file @
b2225d4
# Saved by TopBraid on
Thu Aug 18 23:41:38
BST 2011
# Saved by TopBraid on
Wed Aug 24 20:13:09
BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/normalization
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity
# imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo
# imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo
# imports: http://www.reportinghub.no/swp/ddr
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity
# imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo
# imports: http://www.reportinghub.no/swp/ddr
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo
@prefix
:
<http://www.reportinghub.no/ep/transform/1.1/normalization#>
.
@prefix
casingLinerTubingRun:
<http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun#>
.
@prefix
cementStage:
<http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage#>
.
@prefix
controlIncidentInfo:
<http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo#>
.
@prefix
coreInfo:
<http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo#>
.
@prefix
ddr1:
<http://www.reportinghub.no/swp/ddr#>
.
@prefix
equipFailureInfo:
<http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo#>
.
@prefix
fn:
<http://www.w3.org/2005/xpath-functions#>
.
@prefix
formTestInfo:
<http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo#>
.
@prefix
gasReadingInfo:
<http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo#>
.
@prefix
lithShowInfo:
<http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo#>
.
@prefix
logInfo:
<http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo#>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
perfInfo:
<http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo#>
.
@prefix
porePressure:
<http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure#>
.
@prefix
rdf:
<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
...
...
@@ -26,14 +42,16 @@
@prefix
sp:
<http://spinrdf.org/sp#>
.
@prefix
spin:
<http://spinrdf.org/spin#>
.
@prefix
spl:
<http://spinrdf.org/spl#>
.
@prefix
stratInfo:
<http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo#>
.
@prefix
surveyStation:
<http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation#>
.
@prefix
wellAndWellBoreAlias:
<http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias#>
.
@prefix
wellTestInfo:
<http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo#>
.
@prefix
wellboreInfo:
<http://www.reportinghub.no/ep/transform/1.1/wellboreInfo#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<http://www.reportinghub.no/ep/transform/1.1/normalization>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr/
lithShowInfo>
,
<http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr/activity>
,
<http://www.reportinghub.no/swp/ddr>
,
<http://www.reportinghub.no/ep/transform/1.1/wellboreInfo>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport
>
;
owl:
imports
<http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr/
controlIncidentInfo>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo>
,
<http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr/activity>
,
<http://www.reportinghub.no/swp/ddr>
,
<http://www.reportinghub.no/ep/transform/1.1/wellboreInfo>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo
>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
owl:
Thing
...
...
@@ -74,8 +92,8 @@ owl:Thing
])
]
.
_:
b
3
sp:
varName
"new
Label"
^^
xsd:
string
.
_:
b
1
sp:
varName
"old
Label"
^^
xsd:
string
.
_:
b2
sp:
varName
"p"
^^
xsd:
string
.
_:
b
1
sp:
varName
"old
Label"
^^
xsd:
string
.
_:
b
3
sp:
varName
"new
Label"
^^
xsd:
string
.
...
...
www.reportinghub.no/ep/transform/TRANSFORM_ddr-normalization-v1.1.1.ttl.tbc
View file @
b2225d4
# Saved by TopBraid on
Thu Aug 18 23:41:38
BST 2011
# Saved by TopBraid on
Wed Aug 24 20:13:09
BST 2011
# baseURI: null
@prefix
composite:
<http://www.topbraid.org/2007/05/composite.owl#>
.
...
...
www.reportinghub.no/ep/transform/TRANSFORM_ddr-perfInfo-v1.1.1.ttl
0 → 100644
View file @
b2225d4
# Saved by TopBraid on Wed Aug 24 12:41:02 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr
# imports: http://spinrdf.org/spin
@prefix
:
<http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo#>
.
@prefix
ep-spin-lib:
<http://www.reportinghub.no/ep/spin/lib#>
.
@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
sp:
<http://spinrdf.org/sp#>
.
@prefix
spin:
<http://spinrdf.org/spin#>
.
@prefix
spl:
<http://spinrdf.org/spl#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport>
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 260 Open perforation interval"
^^
xsd:
string
;
sp:
templates
([
sp:
object
<http://www.reportinghub.no/ep/schema/activity#OpenPerforationInterval>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasPart>
;
sp:
subject
_:
b2
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#partOf>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#startedAt>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#finishedAt>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdTop>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvdTop>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdBottom>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b10
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvdBottom>
;
sp:
subject
_:
b3
])
;
sp:
where
([
sp:
object
_:
b11
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b12
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b13
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#perfInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b14
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#index>
;
sp:
subject
_:
b13
]
[
sp:
object
_:
b5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimOpen>
;
sp:
subject
_:
b13
]
[
sp:
object
_:
b4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b2
]
[
sp:
object
_:
b7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdTop>
;
sp:
subject
_:
b13
]
[
sp:
object
_:
b9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdBottom>
;
sp:
subject
_:
b13
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimClose>
;
sp:
subject
_:
b13
]
[
sp:
object
_:
b8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvdTop>
;
sp:
subject
_:
b13
]
[
sp:
object
_:
b10
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvdBottom>
;
sp:
subject
_:
b13
])
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b11
]
;
sp:
variable
_:
b15
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b15
;
sp:
arg2
_:
b12
]
;
sp:
variable
_:
b2
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildOpenPerforationIntervalURI
;
sp:
arg1
_:
b15
;
sp:
arg2
_:
b14
]
;
sp:
variable
_:
b1
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildPerforationIntervalPartOfAWellBoreURI
;
sp:
arg1
_:
b15
;
sp:
arg2
_:
b14
]
;
sp:
variable
_:
b3
])
]
.
<http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr>
,
<http://www.reportinghub.no/ep/spin/1.1/lib>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
_:
b11
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b12
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b13
sp:
varName
"perfInfo"
^^
xsd:
string
.
_:
b14
sp:
varName
"index"
^^
xsd:
string
.
_:
b5
sp:
varName
"dTimOpen"
^^
xsd:
string
.
_:
b2
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b4
sp:
varName
"dailyTemporalPartOfAWellBore"
^^
xsd:
string
.
_:
b7
sp:
varName
"mdTop"
^^
xsd:
string
.
_:
b9
sp:
varName
"mdBottom"
^^
xsd:
string
.
_:
b6
sp:
varName
"dTimClose"
^^
xsd:
string
.
_:
b8
sp:
varName
"tvdTop"
^^
xsd:
string
.
_:
b10
sp:
varName
"tvdBottom"
^^
xsd:
string
.
_:
b15
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b1
sp:
varName
"openPerforationInterval"
^^
xsd:
string
.
_:
b3
sp:
varName
"perforationIntervalPartOfAWellBore"
^^
xsd:
string
.
www.reportinghub.no/ep/transform/TRANSFORM_ddr-perfInfo-v1.1.1.ttl.tbc
0 → 100644
View file @
b2225d4
# Saved by TopBraid on Wed Aug 24 12:41:02 BST 2011
# baseURI: null
@prefix
composite:
<http://www.topbraid.org/2007/05/composite.owl#>
.
@prefix
forms:
<http://www.topbraid.org/2007/01/forms.owl#>
.
@prefix
inference:
<http://www.topbraid.org/2007/06/inference.owl#>
.
@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
visual:
<http://topbraid.org/visual#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
[]
rdf:
type
inference:
Configuration
;
composite:
child
[
rdf:
type
<http://spinrdf.org/spin#TopSPIN>
;
composite:
index
"0"
^^
xsd:
int
]
.
www.reportinghub.no/ep/transform/TRANSFORM_ddr-stratInfo-v1.1.1.ttl
0 → 100644
View file @
b2225d4
# Saved by TopBraid on Tue Aug 23 10:49:30 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr
# imports: http://spinrdf.org/spin
@prefix
:
<http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo#>
.
@prefix
ep-spin-lib:
<http://www.reportinghub.no/ep/spin/lib#>
.
@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
sp:
<http://spinrdf.org/sp#>
.
@prefix
spin:
<http://spinrdf.org/spin#>
.
@prefix
spl:
<http://spinrdf.org/spl#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport>
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 240 Establish preliminary zonation activity"
^^
xsd:
string
;
sp:
templates
([
sp:
object
<http://www.reportinghub.no/ep/schema/activity#PreliminaryZonation>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasPart>
;
sp:
subject
_:
b2
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#partOf>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#finishedAt>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdTop>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvdTop>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#stratigraphyDescription>
;
sp:
subject
_:
b1
])
;
sp:
where
([
sp:
object
_:
b9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b10
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b11
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#stratInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b12
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#index>
;
sp:
subject
_:
b11
]
[
sp:
object
_:
b5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTim>
;
sp:
subject
_:
b11
]
[
sp:
object
[
sp:
varName
"dailytemporalPartOfAWellBore"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b2
]
[
sp:
object
_:
b4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
sp:
subject
[
sp:
varName
"dailyTemporalPartOfAWellBore"
^^
xsd:
string
]
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#WellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b4
]
[
sp:
object
_:
b6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdTop>
;
sp:
subject
_:
b11
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvdTop>
;
sp:
subject
_:
b11
])
]
[
sp:
object
_:
b8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#description>
;
sp:
subject
_:
b11
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b9
]
;
sp:
variable
_:
b13
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b13
;
sp:
arg2
_:
b10
]
;
sp:
variable
_:
b2
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildPreliminaryZonationURI
;
sp:
arg1
_:
b13
;
sp:
arg2
_:
b12
]
;
sp:
variable
_:
b1
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildPartOfAWellBoreForStratigraphyInformationURI
;
sp:
arg1
_:
b13
;
sp:
arg2
_:
b12
]
;
sp:
variable
_:
b3
])
]
.
<http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr>
,
<http://www.reportinghub.no/ep/spin/1.1/lib>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
_:
b9
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b10
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b11
sp:
varName
"stratInfo"
^^
xsd:
string
.
_:
b12
sp:
varName
"index"
^^
xsd:
string
.
_:
b5
sp:
varName
"dTimPreliminaryZonation"
^^
xsd:
string
.
_:
b2
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b4
sp:
varName
"wellBore"
^^
xsd:
string
.
_:
b6
sp:
varName
"mdTop"
^^
xsd:
string
.
_:
b7
sp:
varName
"tvdTop"
^^
xsd:
string
.
_:
b8
sp:
varName
"description"
^^
xsd:
string
.
_:
b13
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b1
sp:
varName
"preliminaryZonation"
^^
xsd:
string
.
_:
b3
sp:
varName
"stratigraphicInformationPartOfAWellBore"
^^
xsd:
string
.
www.reportinghub.no/ep/transform/TRANSFORM_ddr-stratInfo-v1.1.1.ttl.tbc
0 → 100644
View file @
b2225d4
# Saved by TopBraid on Tue Aug 23 10:49:30 BST 2011
# baseURI: null
@prefix
composite:
<http://www.topbraid.org/2007/05/composite.owl#>
.
@prefix
forms:
<http://www.topbraid.org/2007/01/forms.owl#>
.
@prefix
inference:
<http://www.topbraid.org/2007/06/inference.owl#>
.
@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
visual:
<http://topbraid.org/visual#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
[]
rdf:
type
inference:
Configuration
;
composite:
child
[
rdf:
type
<http://spinrdf.org/spin#TopSPIN>
;
composite:
index
"0"
^^
xsd:
int
]
.
www.reportinghub.no/ep/transform/TRANSFORM_ddr-wellAndWellBoreAlias-v1.1.1.ttl
View file @
b2225d4
# Saved by TopBraid on
Sat Aug 13 16:51:24
BST 2011
# Saved by TopBraid on
Tue Aug 23 09:12:12
BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/schema/1.0/ddr
...
...
@@ -20,7 +20,7 @@
<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport>
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 15
1 Transfer WellBore
aliases"
^^
xsd:
string
;
rdfs:
comment
"STEP 15
0 Transfer Well
aliases"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b1
;
sp:
predicate
_:
b2
;
sp:
subject
_:
b3
...
...
@@ -32,7 +32,7 @@
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#well
bore
Alias>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#wellAlias>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#name>
;
...
...
@@ -40,25 +40,22 @@
]
[
sp:
object
_:
b7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#enumNamingSystem>
;
sp:
subject
_:
b6
]
[
sp:
object
_:
b8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b9
]
[
sp:
object
_:
b3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
core#temporalPartOf
>
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/
activity#onWell
>
;
sp:
subject
_:
b8
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b4
]
;
sp:
variable
_:
b
10
sp:
variable
_:
b
9
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b
10
;
sp:
arg1
_:
b
9
;
sp:
arg2
_:
b5
]
;
sp:
variable
_:
b
9
sp:
variable
_:
b
8
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectLabelOfSystem
;
...
...
@@ -69,111 +66,114 @@
]
;
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"STEP 15
0 Transfer Well
aliases"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b1
1
;
sp:
predicate
_:
b1
2
;
sp:
subject
_:
b1
3
rdfs:
comment
"STEP 15
1 Transfer WellBore
aliases"
^^
xsd:
string
;
sp:
templates
([
sp:
object
_:
b1
0
;
sp:
predicate
_:
b1
1
;
sp:
subject
_:
b1
2
])
;
sp:
where
([
sp:
object
_:
b1
4
;
sp:
where
([
sp:
object
_:
b1
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b1
5
;
]
[
sp:
object
_:
b1
4
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b1
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#wellAlias>
;
]
[
sp:
object
_:
b1
5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#well
bore
Alias>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b1
1
;
]
[
sp:
object
_:
b1
0
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#name>
;
sp:
subject
_:
b1
6
]
[
sp:
object
_:
b1
7
;
sp:
subject
_:
b1
5
]
[
sp:
object
_:
b1
6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#enumNamingSystem>
;
sp:
subject
_:
b1
6
]
[
sp:
object
_:
b1
3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWell>
;
sp:
subject
_:
b1
5
]
[
sp:
object
_:
b1
7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWell
Bore
>
;
sp:
subject
_:
b18
]
[
sp:
object
_:
b12
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#temporalPartOf>
;
sp:
subject
_:
b17
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b1
4
sp:
arg1
_:
b1
3
]
;
sp:
variable
_:
b19
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b19
;
sp:
arg2
_:
b1
5
sp:
arg2
_:
b1
4
]
;
sp:
variable
_:
b18
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectLabelOfSystem
;
sp:
arg1
_:
b1
7
sp:
arg1
_:
b1
6
]
;
sp:
variable
_:
b1
2
sp:
variable
_:
b1
1
])
]
.
<http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/s
chema/1.0/ddr>
,
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/spin/1.1/lib
>
;
owl:
imports
<http://www.reportinghub.no/ep/s
pin/1.1/lib>
,
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/schema/1.0/ddr
>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
[]
rdf:
type
sp:
Modify
.
[]
rdf:
type
smf:
regex
.
[]
rdf:
type
smf:
trim
.
[]
rdf:
type
fn:
starts-with
.
[]
rdf:
type
s
mf:
trim
.
[]
rdf:
type
s
p:
Modify
.
[]
rdf:
type
smf:
regex
.
_:
b9
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b14
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b8
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b15
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b7
sp:
varName
"namingSystem"
^^
xsd:
string
.
_:
b16
sp:
varName
"wellAlias"
^^
xsd:
string
.
_:
b6
sp:
varName
"wellAlias"
^^
xsd:
string
.
_:
b11
sp:
varName
"name"
^^
xsd:
string
.
_:
b5
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b17
sp:
varName
"namingSystem"
^^
xsd:
string
.
_:
b4
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b18
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b3
sp:
varName
"well"
^^
xsd:
string
.
_:
b13
sp:
varName
"well"
^^
xsd:
string
.
_:
b2
sp:
varName
"labelOfSystem"
^^
xsd:
string
.
_:
b1
sp:
varName
"name"
^^
xsd:
string
.
_:
b19
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b12
sp:
varName
"labelOfSystem"
^^
xsd:
string
.
_:
b4
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b18
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b5
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b17
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b6
sp:
varName
"wellBoreAlias"
^^
xsd:
string
.
_:
b16
sp:
varName
"namingSystem"
^^
xsd:
string
.
_:
b1
sp:
varName
"name"
^^
xsd:
string
.
_:
b15
sp:
varName
"wellBoreAlias"
^^
xsd:
string
.
_:
b7
sp:
varName
"namingSystem"
^^
xsd:
string
.
_:
b14
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b9
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b13
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b8
sp:
varName
"temporalPartOfAWellBore"
^^
xsd:
string
.
_:
b12
sp:
varName
"wellBore"
^^
xsd:
string
.
_:
b3
sp:
varName
"wellBore"
^^
xsd:
string
.
_:
b11
sp:
varName
"labelOfSystem"
^^
xsd:
string
.
_:
b10
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b2
sp:
varName
"labelOfSystem"
^^
xsd:
string
.
sp:
varName
"name"
^^
xsd:
string
.
([])
.
...
...
www.reportinghub.no/ep/transform/TRANSFORM_ddr-wellTestInfo-v1.1.1.ttl
0 → 100644
View file @
b2225d4
# Saved by TopBraid on Mon Aug 22 12:56:53 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr
# imports: http://spinrdf.org/spin
@prefix
:
<http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo#>
.
@prefix
ep-spin-lib:
<http://www.reportinghub.no/ep/spin/lib#>
.
@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
sp:
<http://spinrdf.org/sp#>
.
@prefix
spin:
<http://spinrdf.org/spin#>
.
@prefix
spl:
<http://spinrdf.org/spl#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport>
spin:
rule
[
rdf:
type
sp:
Construct
;
rdfs:
comment
"""STEP 210 Create WellTest activity
All properties transfered to the activity except mdTop, tvdTop, mdBottom and tvdBottom."""
^^
xsd:
string
;
sp:
templates
([
sp:
object
<http://www.reportinghub.no/ep/schema/activity#WellTest>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b1
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#hasPart>
;
sp:
subject
_:
b2
]
[
sp:
object
<http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore>
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b3
]
[
sp:
object
[
sp:
varName
"dailyTemporalPartOfAWellBore"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#partOf>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b3
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b4
;
sp:
predicate
rdf:
type
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#finishedAt>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#testNumber>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdTop>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdBottom>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvdTop>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b10
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvdBottom>
;
sp:
subject
_:
b3
]
[
sp:
object
_:
b11
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#chokeOrificeSize>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b12
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#densityOil>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b13
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#densityWater>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b14
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#densityGas>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b15
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#flowRateOil>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b16
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#flowRateWater>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b17
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#flowRateGas>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b18
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#presShutIn>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b19
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#presFlowing>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b20
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#presBottom>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b21
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#gasOilRatio>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b22
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#waterOilRatio>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b23
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#chloride>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b24
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#carbonDioxide>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b25
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hydrogenSulfide>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b26
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#volOilTotal>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b27
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#volGasTotal>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b28
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#volWaterTotal>
;
sp:
subject
_:
b1
]
[
sp:
object
_:
b29
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#volOilStored>
;
sp:
subject
_:
b1
])
;
sp:
where
([
sp:
object
_:
b30
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#nameWellbore>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b31
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTimStart>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b32
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#wellTestInfo>
;
sp:
subject
spin:
_this
]
[
sp:
object
_:
b33
;
sp:
predicate
<http://www.topbraid.org/2007/05/composite.owl#index>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b5
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#dTim>
;
sp:
subject
_:
b32
]
[
sp:
object
[
sp:
varName
"dailytemporalPartOfAWellBore"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/activity#onWellBore>
;
sp:
subject
_:
b2
]
[
sp:
object
_:
b34
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#enumTestType>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b6
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#testNumber>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b7
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdTop>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b8
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#mdBottom>
;
sp:
subject
_:
b32
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
_:
b9
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvdTop>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b10
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#tvdBottom>
;
sp:
subject
_:
b32
])
]
[
sp:
object
_:
b11
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#chokeOrificeSize>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b12
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#densityOil>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b13
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#densityWater>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b14
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#densityGas>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b15
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#flowRateOil>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b16
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#flowRateWater>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b17
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#flowRateGas>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b18
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#presShutIn>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b19
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#presFlowing>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b20
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#presBottom>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b21
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#gasOilRatio>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b22
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#waterOilRatio>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b23
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#chloride>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b24
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#carbonDioxide>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b25
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#hydrogenSulfide>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b26
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#volOilTotal>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b27
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#volGasTotal>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b28
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#volWaterTotal>
;
sp:
subject
_:
b32
]
[
sp:
object
_:
b29
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/ddr#volOilStored>
;
sp:
subject
_:
b32
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
_:
b30
]
;
sp:
variable
_:
b35
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildDailyDrillingActivityURI
;
sp:
arg1
_:
b35
;
sp:
arg2
_:
b31
]
;
sp:
variable
_:
b2
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildWellTestURI
;
sp:
arg1
_:
b35
;
sp:
arg2
_:
b33
]
;
sp:
variable
_:
b1
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildPartOfAWellBoreDuringWellTestURI
;
sp:
arg1
_:
b35
;
sp:
arg2
_:
b33
]
;
sp:
variable
_:
b3
]
[
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
selectWellTestType
;
sp:
arg1
_:
b34
]
;
sp:
variable
_:
b4
])
]
.
<http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/transform/1.1/ddr>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
_:
b30
sp:
varName
"nameWellBore"
^^
xsd:
string
.
_:
b31
sp:
varName
"dTimStart"
^^
xsd:
string
.
_:
b32
sp:
varName
"wellTestInfo"
^^
xsd:
string
.
_:
b33
sp:
varName
"index"
^^
xsd:
string
.
_:
b5
sp:
varName
"dTimWellTest"
^^
xsd:
string
.
_:
b2
sp:
varName
"dailyDrillingActivity"
^^
xsd:
string
.
_:
b34
sp:
varName
"enumTestType"
^^
xsd:
string
.
_:
b6
sp:
varName
"testNumber"
^^
xsd:
string
.
_:
b7
sp:
varName
"mdTop"
^^
xsd:
string
.
_:
b8
sp:
varName
"mdBottom"
^^
xsd:
string
.
_:
b9
sp:
varName
"tvdTop"
^^
xsd:
string
.
_:
b10
sp:
varName
"tvdBottom"
^^
xsd:
string
.
_:
b11
sp:
varName
"chokeOrificeSize"
^^
xsd:
string
.
_:
b12
sp:
varName
"densityOil"
^^
xsd:
string
.
_:
b13
sp:
varName
"densityWater"
^^
xsd:
string
.
_:
b14
sp:
varName
"densityGas"
^^
xsd:
string
.
_:
b15
sp:
varName
"flowRateOil"
^^
xsd:
string
.
_:
b16
sp:
varName
"flowRateWater"
^^
xsd:
string
.
_:
b17
sp:
varName
"flowRateGas"
^^
xsd:
string
.
_:
b18
sp:
varName
"presShutIn"
^^
xsd:
string
.
_:
b19
sp:
varName
"presFlowing"
^^
xsd:
string
.
_:
b20
sp:
varName
"pressBottom"
^^
xsd:
string
.
_:
b21
sp:
varName
"gasOilRatio"
^^
xsd:
string
.
_:
b22
sp:
varName
"waterOilRatio"
^^
xsd:
string
.
_:
b23
sp:
varName
"chloride"
^^
xsd:
string
.
_:
b24
sp:
varName
"carbonDioxide"
^^
xsd:
string
.
_:
b25
sp:
varName
"hydrogenSulfide"
^^
xsd:
string
.
_:
b26
sp:
varName
"volOilTotal"
^^
xsd:
string
.
_:
b27
sp:
varName
"volGasTotal"
^^
xsd:
string
.
_:
b28
sp:
varName
"volWaterTotal"
^^
xsd:
string
.
_:
b29
sp:
varName
"volOilStored"
^^
xsd:
string
.
_:
b35
sp:
varName
"normalizedWellBoreName"
^^
xsd:
string
.
_:
b1
sp:
varName
"wellTest"
^^
xsd:
string
.
_:
b3
sp:
varName
"testedPartOfAWellBore"
^^
xsd:
string
.
_:
b4
sp:
varName
"wellTestType"
^^
xsd:
string
.
www.reportinghub.no/ep/transform/TRANSFORM_ddr-wellTestInfo-v1.1.1.ttl.tbc
0 → 100644
View file @
b2225d4
# Saved by TopBraid on Mon Aug 22 12:56:53 BST 2011
# baseURI: null
@prefix
composite:
<http://www.topbraid.org/2007/05/composite.owl#>
.
@prefix
forms:
<http://www.topbraid.org/2007/01/forms.owl#>
.
@prefix
inference:
<http://www.topbraid.org/2007/06/inference.owl#>
.
@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
visual:
<http://topbraid.org/visual#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
[]
rdf:
type
inference:
Configuration
;
composite:
child
[
rdf:
type
<http://spinrdf.org/spin#TopSPIN>
;
composite:
index
"0"
^^
xsd:
int
]
.
Please
register
or
login
to post a comment