David Leal

Completed mapping of the data for the Operation page of the report

# Saved by TopBraid on Fri Aug 12 10:44:21 BST 2011
# Saved by TopBraid on Sat Aug 13 15:54:52 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
# imports: 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/well
# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.linkedmodel.org/1.1/schema/ordered
......@@ -15,7 +15,7 @@
<http://www.reportinghub.no/ep/schema/1.0/activity>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.reportinghub.no/ep/schema/1.0/well> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/organization> ;
owl:versionInfo "0.1.0"^^xsd:string .
ep-activity:Activity
......@@ -24,48 +24,53 @@ ep-activity:Activity
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty ep-activity:finishedAt
owl:allValuesFrom ep-activity:Activity ;
owl:onProperty <http://www.linkedmodel.org/schema/ordered#during>
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty ep-activity:startedAt
owl:allValuesFrom ep-activity:Activity ;
owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps>
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ep-activity:Activity ;
owl:onProperty <http://www.linkedmodel.org/schema/ordered#after>
owl:onProperty <http://www.linkedmodel.org/schema/ordered#before>
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ep-activity:Activity ;
owl:onProperty <http://www.linkedmodel.org/schema/ordered#before>
owl:onProperty <http://www.linkedmodel.org/schema/ordered#after>
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ep-activity:Activity ;
owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps>
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty ep-activity:startedAt
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ep-activity:Activity ;
owl:onProperty <http://www.linkedmodel.org/schema/ordered#during>
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty ep-activity:finishedAt
] .
ep-activity:ActivitySuccessType
rdf:type rdfs:Class ;
rdfs:label "activity success type"^^xsd:string ;
rdfs:subClassOf owl:Class .
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:Activity ;
owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart>
owl:allValuesFrom ep-activity:DrillingActivity ;
owl:onProperty <http://www.linkedmodel.org/schema/ordered#last>
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ep-activity:DrillingActivity ;
owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ;
owl:onProperty ep-activity:onWellBore
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -74,13 +79,13 @@ ep-activity:DailyDrillingActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ;
owl:onProperty ep-activity:onWellBore
owl:allValuesFrom ep-activity:DrillingActivity ;
owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ep-activity:DrillingActivity ;
owl:onProperty <http://www.linkedmodel.org/schema/ordered#last>
owl:allValuesFrom ep-activity:Activity ;
owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart>
] .
ep-activity:DailyProductionActivity
......@@ -128,14 +133,70 @@ ep-activity:DrillingActivity
rdfs:label "Drilling activity"^^xsd:string ;
rdfs:subClassOf ep-activity:Activity .
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-equipment_failure
rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
rdfs:label "drilling activity equipment failure"^^xsd:string ;
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillingActivity-equipment_hang
rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
rdfs:label "drilling activity equipment hang"^^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 ;
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillingActivity-kick
rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
rdfs:label "drilling activity operation kick"^^xsd:string ;
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillingActivity-mud_loss
rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
rdfs:label "drilling activity mud loss"^^xsd:string ;
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillingActivity-operation_failed
rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
rdfs:label "drilling activity operation failed"^^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 ;
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillingActivity-success
rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
rdfs:label "drilling activity success"^^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:FailedActivity
rdf:type ep-activity:ActivitySuccessType , owl:Class ;
rdfs:label "failed activity"^^xsd:string ;
rdfs:subClassOf ep-activity:Activity ;
owl:disjointWith ep-activity:SuccessfulActivity .
ep-activity:FormationIntegrityTest
rdf:type owl:Class , ep-activity:PressureTestType ;
rdf:type ep-activity:PressureTestType , owl:Class ;
rdfs:label "formation integrity test"^^xsd:string ;
rdfs:subClassOf ep-activity:WellBorePressureTest ;
owl:disjointWith ep-activity:LeakOffTest .
ep-activity:LeakOffTest
rdf:type owl:Class , ep-activity:PressureTestType ;
rdf:type ep-activity:PressureTestType , owl:Class ;
rdfs:label "leak-off test"^^xsd:string ;
rdfs:subClassOf ep-activity:WellBorePressureTest ;
owl:disjointWith ep-activity:FormationIntegrityTest .
......@@ -171,7 +232,7 @@ ep-activity:OffshoreWellActivity
rdfs:subClassOf ep-activity:OffshoreActivity ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ;
owl:onProperty ep-activity:onWell
] ;
rdfs:subClassOf
......@@ -181,7 +242,7 @@ ep-activity:OffshoreWellActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty ep-activity:onWell
] .
......@@ -195,6 +256,12 @@ ep-activity:ProductionActivity
rdfs:label "Production activity"^^xsd:string ;
rdfs:subClassOf ep-activity:Activity .
ep-activity:SuccessfulActivity
rdf:type ep-activity:ActivitySuccessType , owl:Class ;
rdfs:label "successful activity"^^xsd:string ;
rdfs:subClassOf ep-activity:Activity ;
owl:disjointWith ep-activity:FailedActivity .
ep-activity:WeeklyDrillingActivity
rdf:type owl:Class ;
rdfs:label "Weekly drilling activity"^^xsd:string ;
......@@ -226,18 +293,18 @@ ep-activity:WellBorePressureTest
rdfs:subClassOf ep-activity:Activity .
ep-activity:createdAt
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:label "created at"^^xsd:string ;
rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
ep-activity:drillingContractor
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-activity:DrillingActivity ;
rdfs:label "drilling contractor"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
ep-activity:drillingOperator
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-activity:DrillingActivity ;
rdfs:label "drilling operator"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
......@@ -260,7 +327,7 @@ ep-activity:onWell
rdfs:label "on well"^^xsd:string .
ep-activity:onWellBore
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:label "on WellBore"^^xsd:string .
ep-activity:reportOn
......@@ -273,7 +340,7 @@ ep-activity:startedAt
rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
ep-activity:wellBoreDrillingType
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-activity:DrillingActivity ;
rdfs:label "has sub activity"^^xsd:string ;
rdfs:range ep-activity:WellBoreDrillingType ;
......
# Saved by TopBraid on Fri Aug 12 14:18:47 BST 2011
# Saved by TopBraid on Sat Aug 13 16:08:32 BST 2011
# baseURI: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/schema/1.0/report
# imports: http://www.reportinghub.no/ep/schema/1.0/core
......@@ -198,12 +198,12 @@ ep-spin-lib:buildURI
] ;
spin:constraint
[ rdf:type spl:Argument ;
spl:predicate sp:arg1 ;
spl:predicate sp:arg2 ;
spl:valueType xsd:string
] ;
spin:constraint
[ rdf:type spl:Argument ;
spl:predicate sp:arg2 ;
spl:predicate sp:arg1 ;
spl:valueType xsd:string
] .
......@@ -290,13 +290,34 @@ ep-spin-lib:normalizeString
spl:valueType xsd:string
] .
ep-spin-lib:selectActivitySuccessType
rdf:type spin:Function ;
rdfs:label "select ActivitySuccessType"^^xsd:string ;
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b18) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#MAE_ok>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#SuccessfulActivity> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#FailedActivity>
] ;
sp:variable _:b18
])
] .
ep-spin-lib:selectDailyDrillingReportType
rdf:type spin:Function ;
rdfs:label "select DailyDrillingReportType"^^xsd:string ;
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b18) ;
sp:resultVariables (_:b19) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -314,7 +335,84 @@ ep-spin-lib:selectDailyDrillingReportType
sp:arg3 <http://www.reportinghub.no/ep/schema/report#FinalDailyDrillingReport>
]
] ;
sp:variable _:b18
sp:variable _:b19
])
] .
ep-spin-lib:selectDrillingActivityOutcomeType
rdf:type spin:Function ;
rdfs:label "select DailyDrillingReportType"^^xsd:string ;
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b20) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#SDA_equipmentfailure>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#DrillingActivity-equipment_failure> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#SDA_kick>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#DrillingActivity-kick> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#SDA_equipmenthang>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#DrillingActivity-equipment_hang> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#SDA_stuckequipment>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#DrillingActivity-stuck_equipment> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#SDA_mudloss>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#DrillingActivity-mud_loss> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#SDA_operationfailed>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#DrillingActivity-operation_failed> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#SDA_success>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#DrillingActivity-success> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#SDA_injury>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#DrillingActivity-injury> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#SDA_circulationloss>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#DrillingActivity-circulation_loss> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
]
]
]
]
]
]
]
]
] ;
sp:variable _:b20
])
] .
......@@ -324,7 +422,7 @@ ep-spin-lib:selectDrillingActivityPurposeType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b19) ;
sp:resultVariables (_:b21) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:if ;
......@@ -908,7 +1006,7 @@ ep-spin-lib:selectDrillingActivityPurposeType
]
]
] ;
sp:variable _:b19
sp:variable _:b21
])
] .
......@@ -918,7 +1016,7 @@ ep-spin-lib:selectFixedOrMoveableRigType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b20) ;
sp:resultVariables (_:b22) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -929,7 +1027,7 @@ ep-spin-lib:selectFixedOrMoveableRigType
sp:arg2 <http://www.reportinghub.no/ep/schema/facility#FixedRig> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/facility#MoveableRig>
] ;
sp:variable _:b20
sp:variable _:b22
])
] .
......@@ -939,7 +1037,7 @@ ep-spin-lib:selectLabelOfSystem
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b21) ;
sp:resultVariables (_:b23) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -985,7 +1083,7 @@ ep-spin-lib:selectLabelOfSystem
]
]
] ;
sp:variable _:b21
sp:variable _:b23
])
] .
......@@ -995,7 +1093,7 @@ ep-spin-lib:selectPressureTestType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b22) ;
sp:resultVariables (_:b24) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:if ;
......@@ -1012,7 +1110,7 @@ ep-spin-lib:selectPressureTestType
sp:arg2 <http://www.reportinghub.no/ep/schema/1.0/activity#LeakOffTest>
]
] ;
sp:variable _:b22
sp:variable _:b24
])
] .
......@@ -1022,8 +1120,8 @@ ep-spin-lib:selectWellBoreDrillingType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b23) ;
sp:where ([ sp:object _:b23 ;
sp:resultVariables (_:b25) ;
sp:where ([ sp:object _:b25 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mapsTo> ;
sp:subject spin:_arg1
])
......@@ -1035,7 +1133,7 @@ ep-spin-lib:selectWellBoreHphtType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b24) ;
sp:resultVariables (_:b26) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -1046,7 +1144,7 @@ ep-spin-lib:selectWellBoreHphtType
sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore>
] ;
sp:variable _:b24
sp:variable _:b26
])
] .
......@@ -1056,7 +1154,7 @@ ep-spin-lib:selectWellBoreTightnessType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b25) ;
sp:resultVariables (_:b27) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -1067,72 +1165,78 @@ ep-spin-lib:selectWellBoreTightnessType
sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore>
] ;
sp:variable _:b25
sp:variable _:b27
])
] .
_:b1 sp:varName "uri"^^xsd:string .
_:b27
sp:varName "wellBoreTightnessType"^^xsd:string .
_:b2 sp:varName "uri"^^xsd:string .
_:b26
sp:varName "wellBoreHphtType"^^xsd:string .
_:b3 sp:varName "uri"^^xsd:string .
_:b25
sp:varName "wellBoreDrillingType"^^xsd:string .
_:b4 sp:varName "uri"^^xsd:string .
_:b24
sp:varName "pressureTestType"^^xsd:string .
_:b5 sp:varName "uri"^^xsd:string .
_:b23
sp:varName "dailyDrillingReportType"^^xsd:string .
_:b6 sp:varName "uri"^^xsd:string .
_:b22
sp:varName "fixedOrMoveableRigType"^^xsd:string .
_:b7 sp:varName "uri"^^xsd:string .
_:b21
sp:varName "drillingActivityPurposeType"^^xsd:string .
_:b8 sp:varName "uri"^^xsd:string .
_:b19
sp:varName "dailyDrillingReportType"^^xsd:string .
_:b9 sp:varName "normalizedStr"^^xsd:string .
_:b17
sp:varName "t4"^^xsd:string .
_:b10
sp:varName "s1"^^xsd:string .
_:b16
sp:varName "t3"^^xsd:string .
_:b11
sp:varName "s2"^^xsd:string .
_:b15
sp:varName "t2"^^xsd:string .
_:b12
sp:varName "t0a"^^xsd:string .
_:b14
sp:varName "t1"^^xsd:string .
_:b13
sp:varName "t0b"^^xsd:string .
_:b14
sp:varName "t1"^^xsd:string .
_:b12
sp:varName "t0a"^^xsd:string .
_:b15
sp:varName "t2"^^xsd:string .
_:b11
sp:varName "s2"^^xsd:string .
_:b16
sp:varName "t3"^^xsd:string .
_:b10
sp:varName "s1"^^xsd:string .
_:b17
sp:varName "t4"^^xsd:string .
_:b9 sp:varName "normalizedStr"^^xsd:string .
_:b18
sp:varName "dailyDrillingReportType"^^xsd:string .
_:b8 sp:varName "uri"^^xsd:string .
_:b19
sp:varName "drillingActivityPurposeType"^^xsd:string .
_:b7 sp:varName "uri"^^xsd:string .
_:b20
sp:varName "fixedOrMoveableRigType"^^xsd:string .
_:b6 sp:varName "uri"^^xsd:string .
_:b21
sp:varName "dailyDrillingReportType"^^xsd:string .
_:b5 sp:varName "uri"^^xsd:string .
_:b22
sp:varName "pressureTestType"^^xsd:string .
_:b4 sp:varName "uri"^^xsd:string .
_:b23
sp:varName "wellBoreDrillingType"^^xsd:string .
_:b3 sp:varName "uri"^^xsd:string .
_:b25
sp:varName "wellBoreTightnessType"^^xsd:string .
_:b2 sp:varName "uri"^^xsd:string .
_:b24
sp:varName "wellBoreHphtType"^^xsd:string .
_:b1 sp:varName "uri"^^xsd:string .
_:b18
sp:varName "activitySuccessType"^^xsd:string .
_:b20
sp:varName "drillingActivityOutcomeType"^^xsd:string .
......
# Saved by TopBraid on Fri Aug 12 14:18:47 BST 2011
# Saved by TopBraid on Sat Aug 13 16:08:32 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/activity
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/ddr
# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/report
# imports: http://www.reportinghub.no/ep/schema/1.0/well
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr
@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 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 _: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#dTimStart> ;
sp:subject _:b1
] [ sp:object _:b4 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ;
sp:subject _:b1
] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
sp:predicate rdf:type ;
sp:subject _:b5
] [ sp:object _:b6 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b5
] [ sp:object _:b5 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b1
]) ;
sp:where ([ sp:object _:b7 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b8 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b9 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#activity> ;
sp:subject spin:_this
] [ sp:object _:b10 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ;
sp:subject _:b9
] [ sp:object _:b3 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject _:b9
] [ sp:object _:b4 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ;
sp:subject _:b9
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b7
] ;
sp:variable _:b11
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildPartActivityURI ;
sp:arg1 _:b11 ;
sp:arg2 _:b3 ;
sp:arg3 _:b10
] ;
sp:variable _:b1
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type rhspin:wellBoreByName ;
arg:wellBoreName _:b7
] ;
sp:variable _:b6
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b11 ;
sp:arg2 _:b8
] ;
sp:variable _:b2
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ;
sp:arg1 _:b11 ;
sp:arg2 _:b3 ;
sp:arg3 _:b4
] ;
sp:variable _:b5
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 128 Transfer md"^^xsd:string ;
sp:templates ([ sp:object _:b12 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ;
sp:subject _:b13
]) ;
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#activity> ;
sp:subject spin:_this
] [ sp:object _:b16 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ;
sp:subject _:b15
] [ sp:object _:b17 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject _:b15
] [ sp:object _:b12 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ;
sp:subject _:b15
] [ sp:object _:b13 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b18
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b14
] ;
sp:variable _:b19
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildPartActivityURI ;
sp:arg1 _:b19 ;
sp:arg2 _:b17 ;
sp:arg3 _:b16
] ;
sp:variable _:b18
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 129 Transfer tvd"^^xsd:string ;
sp:templates ([ sp:object _:b20 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ;
sp:subject _:b21
]) ;
sp:where ([ sp:object _:b22 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b23 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#activity> ;
sp:subject spin:_this
] [ sp:object _:b24 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ;
sp:subject _:b23
] [ sp:object _:b25 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject _:b23
] [ sp:object _:b20 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ;
sp:subject _:b23
] [ sp:object _:b21 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b26
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b22
] ;
sp:variable _:b27
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildPartActivityURI ;
sp:arg1 _:b27 ;
sp:arg2 _:b25 ;
sp:arg3 _:b24
] ;
sp:variable _:b26
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 130 Transfer proprietaryCode"^^xsd:string ;
sp:templates ([ sp:object _:b28 ;
sp:predicate rdf:type ;
sp:subject _:b29
]) ;
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#activity> ;
sp:subject spin:_this
] [ sp:object _:b32 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ;
sp:subject _:b31
] [ sp:object _:b33 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject _:b31
] [ sp:object _:b34 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumProprietaryCode> ;
sp:subject _:b31
] [ 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:buildPartActivityURI ;
sp:arg1 _:b35 ;
sp:arg2 _:b33 ;
sp:arg3 _:b32
] ;
sp:variable _:b29
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectDrillingActivityPurposeType ;
sp:arg1 _:b34
] ;
sp:variable _:b28
])
] .
<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 .
_:b5 sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b6 sp:varName "wellBore"^^xsd:string .
_:b1 sp:varName "partActivity"^^xsd:string .
_:b11
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b4 sp:varName "dTimEndPart"^^xsd:string .
_:b3 sp:varName "dTimStartPart"^^xsd:string .
_:b10
sp:varName "index"^^xsd:string .
_:b9 sp:varName "activity"^^xsd:string .
_:b8 sp:varName "dTimStart"^^xsd:string .
_:b7 sp:varName "nameWellBore"^^xsd:string .
_:b19
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b18
sp:varName "partActivity"^^xsd:string .
_:b17
sp:varName "dTimStartPart"^^xsd:string .
_:b16
sp:varName "index"^^xsd:string .
_:b15
sp:varName "activity"^^xsd:string .
_:b14
sp:varName "nameWellBore"^^xsd:string .
_:b13
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b12
sp:varName "md"^^xsd:string .
_:b27
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b26
sp:varName "partActivity"^^xsd:string .
_:b25
sp:varName "dTimStartPart"^^xsd:string .
_:b24
sp:varName "index"^^xsd:string .
_:b23
sp:varName "activity"^^xsd:string .
_:b22
sp:varName "nameWellBore"^^xsd:string .
_:b21
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b20
sp:varName "tvd"^^xsd:string .
_:b35
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b34
sp:varName "proprietaryCode"^^xsd:string .
_:b33
sp:varName "dTimStartPart"^^xsd:string .
_:b32
sp:varName "index"^^xsd:string .
_:b31
sp:varName "activity"^^xsd:string .
_:b30
sp:varName "nameWellBore"^^xsd:string .
_:b29
sp:varName "partActivity"^^xsd:string .
_:b28
sp:varName "drillingActivityPurposeType"^^xsd:string .
# Saved by TopBraid on Sat Aug 13 15:45:40 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 133 Transfer stateDetailActivity"^^xsd:string ;
sp:templates ([ sp:object _:b1 ;
sp:predicate rdf:type ;
sp:subject _:b2
]) ;
sp:where ([ sp:object _:b3 ;
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#activity> ;
sp:subject spin:_this
] [ sp:object _:b5 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ;
sp:subject _:b4
] [ sp:object _:b6 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject _:b4
] [ sp:object _:b7 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumStateDetailActivity> ;
sp:subject _:b4
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b3
] ;
sp:variable _:b8
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildPartActivityURI ;
sp:arg1 _:b8 ;
sp:arg2 _:b6 ;
sp:arg3 _:b5
] ;
sp:variable _:b2
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectDrillingActivityOutcomeType ;
sp:arg1 _:b7
] ;
sp:variable _:b1
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 132 Transfer status"^^xsd:string ;
sp:templates ([ sp:object _:b9 ;
sp:predicate rdf:type ;
sp:subject _:b10
]) ;
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#activity> ;
sp:subject spin:_this
] [ sp:object _:b13 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ;
sp:subject _:b12
] [ sp:object _:b14 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject _:b12
] [ sp:object _:b15 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumState> ;
sp:subject _:b12
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b11
] ;
sp:variable _:b16
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildPartActivityURI ;
sp:arg1 _:b16 ;
sp:arg2 _:b14 ;
sp:arg3 _:b13
] ;
sp:variable _:b10
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectActivitySuccessType ;
sp:arg1 _:b15
] ;
sp:variable _:b9
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 131 Transfer mdHoleStart"^^xsd:string ;
sp:templates ([ sp:object _:b17 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdHoleStart> ;
sp:subject _:b18
]) ;
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#activity> ;
sp:subject spin:_this
] [ sp:object _:b21 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ;
sp:subject _:b20
] [ sp:object _:b22 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject _:b20
] [ sp:object _:b17 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdHoleStart> ;
sp:subject _:b20
] [ sp:object _:b18 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b23
] [ 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:buildPartActivityURI ;
sp:arg1 _:b24 ;
sp:arg2 _:b22 ;
sp:arg3 _:b21
] ;
sp:variable _:b23
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 130 Transfer proprietaryCode"^^xsd:string ;
sp:templates ([ sp:object _:b25 ;
sp:predicate rdf:type ;
sp:subject _:b26
]) ;
sp:where ([ sp:object _:b27 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b28 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#activity> ;
sp:subject spin:_this
] [ sp:object _:b29 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ;
sp:subject _:b28
] [ sp:object _:b30 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject _:b28
] [ sp:object _:b31 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumProprietaryCode> ;
sp:subject _:b28
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b27
] ;
sp:variable _:b32
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildPartActivityURI ;
sp:arg1 _:b32 ;
sp:arg2 _:b30 ;
sp:arg3 _:b29
] ;
sp:variable _:b26
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectDrillingActivityPurposeType ;
sp:arg1 _:b31
] ;
sp:variable _:b25
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 129 Transfer tvd"^^xsd:string ;
sp:templates ([ sp:object _:b33 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ;
sp:subject _:b34
]) ;
sp:where ([ sp:object _:b35 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b36 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#activity> ;
sp:subject spin:_this
] [ sp:object _:b37 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ;
sp:subject _:b36
] [ sp:object _:b38 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject _:b36
] [ sp:object _:b33 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ;
sp:subject _:b36
] [ sp:object _:b34 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b39
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b35
] ;
sp:variable _:b40
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildPartActivityURI ;
sp:arg1 _:b40 ;
sp:arg2 _:b38 ;
sp:arg3 _:b37
] ;
sp:variable _:b39
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 128 Transfer md"^^xsd:string ;
sp:templates ([ sp:object _:b41 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ;
sp:subject _:b42
]) ;
sp:where ([ sp:object _:b43 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b44 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#activity> ;
sp:subject spin:_this
] [ sp:object _:b45 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ;
sp:subject _:b44
] [ sp:object _:b46 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject _:b44
] [ sp:object _:b41 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ;
sp:subject _:b44
] [ sp:object _:b42 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b47
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b43
] ;
sp:variable _:b48
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildPartActivityURI ;
sp:arg1 _:b48 ;
sp:arg2 _:b46 ;
sp:arg3 _:b45
] ;
sp:variable _:b47
])
] ;
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 _:b49
] [ sp:object _:b49 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b50
] [ sp:object _:b51 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject _:b49
] [ sp:object _:b52 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ;
sp:subject _:b49
] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
sp:predicate rdf:type ;
sp:subject _:b53
] [ sp:object _:b54 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b53
] [ sp:object _:b53 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b49
]) ;
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#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b57 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#activity> ;
sp:subject spin:_this
] [ sp:object _:b58 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ;
sp:subject _:b57
] [ sp:object _:b51 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject _:b57
] [ sp:object _:b52 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ;
sp:subject _:b57
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b55
] ;
sp:variable _:b59
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildPartActivityURI ;
sp:arg1 _:b59 ;
sp:arg2 _:b51 ;
sp:arg3 _:b58
] ;
sp:variable _:b49
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type rhspin:wellBoreByName ;
arg:wellBoreName _:b55
] ;
sp:variable _:b54
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b59 ;
sp:arg2 _:b56
] ;
sp:variable _:b50
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ;
sp:arg1 _:b59 ;
sp:arg2 _:b51 ;
sp:arg3 _:b52
] ;
sp:variable _:b53
])
] .
<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 .
_:b19
sp:varName "nameWellBore"^^xsd:string .
_:b20
sp:varName "activity"^^xsd:string .
_:b21
sp:varName "index"^^xsd:string .
_:b22
sp:varName "dTimStartPart"^^xsd:string .
_:b17
sp:varName "mdHoleStart"^^xsd:string .
_:b23
sp:varName "partActivity"^^xsd:string .
_:b18
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b24
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b11
sp:varName "nameWellBore"^^xsd:string .
_:b12
sp:varName "activity"^^xsd:string .
_:b13
sp:varName "index"^^xsd:string .
_:b14
sp:varName "dTimStartPart"^^xsd:string .
_:b15
sp:varName "state"^^xsd:string .
_:b16
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b10
sp:varName "partActivity"^^xsd:string .
_:b9 sp:varName "activitySuccessType"^^xsd:string .
_:b3 sp:varName "nameWellBore"^^xsd:string .
_:b4 sp:varName "activity"^^xsd:string .
_:b5 sp:varName "index"^^xsd:string .
_:b6 sp:varName "dTimStartPart"^^xsd:string .
_:b7 sp:varName "stateDetailActivity"^^xsd:string .
_:b8 sp:varName "normalizedWellBoreName"^^xsd:string .
_:b2 sp:varName "partActivity"^^xsd:string .
_:b1 sp:varName "drillingActivityOutcomeType"^^xsd:string .
_:b49
sp:varName "partActivity"^^xsd:string .
_:b50
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b51
sp:varName "dTimStartPart"^^xsd:string .
_:b52
sp:varName "dTimEndPart"^^xsd:string .
_:b53
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b54
sp:varName "wellBore"^^xsd:string .
_:b55
sp:varName "nameWellBore"^^xsd:string .
_:b56
sp:varName "dTimStart"^^xsd:string .
_:b57
sp:varName "activity"^^xsd:string .
_:b58
sp:varName "index"^^xsd:string .
_:b59
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b41
sp:varName "md"^^xsd:string .
_:b42
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b43
sp:varName "nameWellBore"^^xsd:string .
_:b44
sp:varName "activity"^^xsd:string .
_:b45
sp:varName "index"^^xsd:string .
_:b46
sp:varName "dTimStartPart"^^xsd:string .
_:b47
sp:varName "partActivity"^^xsd:string .
_:b48
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b33
sp:varName "tvd"^^xsd:string .
_:b34
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b35
sp:varName "nameWellBore"^^xsd:string .
_:b36
sp:varName "activity"^^xsd:string .
_:b37
sp:varName "index"^^xsd:string .
_:b38
sp:varName "dTimStartPart"^^xsd:string .
_:b39
sp:varName "partActivity"^^xsd:string .
_:b40
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b25
sp:varName "drillingActivityPurposeType"^^xsd:string .
_:b26
sp:varName "partActivity"^^xsd:string .
_:b27
sp:varName "nameWellBore"^^xsd:string .
_:b28
sp:varName "activity"^^xsd:string .
_:b29
sp:varName "index"^^xsd:string .
_:b30
sp:varName "dTimStartPart"^^xsd:string .
_:b31
sp:varName "proprietaryCode"^^xsd:string .
_:b32
sp:varName "normalizedWellBoreName"^^xsd:string .
......
# Saved by TopBraid on Wed Aug 10 11:12:10 BST 2011
# Saved by TopBraid on Sat Aug 13 16:51:24 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
......@@ -13,6 +13,7 @@
@prefix smf: <http://topbraid.org/sparqlmotionfunctions#> .
@prefix sp: <http://spinrdf.org/sp#> .
@prefix spin: <http://spinrdf.org/spin#> .
@prefix spinmap: <http://spinrdf.org/spinmap#> .
@prefix spl: <http://spinrdf.org/spl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
......@@ -118,6 +119,14 @@
owl:imports <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
[] rdf:type sp:Modify .
[] rdf:type fn:starts-with .
[] rdf:type smf:trim .
[] rdf:type smf:regex .
_:b14
sp:varName "nameWellBore"^^xsd:string .
......@@ -166,18 +175,10 @@ _:b10
_:b2 sp:varName "labelOfSystem"^^xsd:string .
[] rdf:type smf:regex .
[] rdf:type smf:trim .
[] rdf:type fn:starts-with .
[] rdf:type sp:Modify .
([]) .
([]) .
([] [] [ rdf:type sp:Filter
] [ rdf:type sp:Bind
]) .
([]) .
......
......@@ -52,6 +52,148 @@
<witsml:fixedRig>true</witsml:fixedRig>
<witsml:hpht>false</witsml:hpht>
<witsml:tightWell>false</witsml:tightWell>
<witsml:sum24Hr>Circulate and condition hole at 6154m. Resume drilling 8-1/2&quot; production hole section from 6154m to 6162m. Continue to circulate and condition hole to remove cuttings from hole and attempt to reduce loss rate. Resume drilling 8-1/2&quot; production hole section from 6162m to 6292m. Losses ranging from 6 m3/hr to 19 m3/hr while drilling and circulating.</witsml:sum24Hr>
<witsml:forecast24Hr>Continue to drill 8-1/2&quot; production hole section to TD. Circulate and condition hole.</witsml:forecast24Hr>
</witsml:statusInfo>
<witsml:activity>
<witsml:dTimStart>2011-04-05T06:00:00.001Z</witsml:dTimStart>
<witsml:dTimEnd>2011-04-05T06:15:00.001Z</witsml:dTimEnd>
<witsml:md uom="m">6154</witsml:md>
<witsml:tvd uom="m">1799.94758440832</witsml:tvd>
<witsml:phase>fixed</witsml:phase>
<witsml:proprietaryCode>drilling -- circulating conditioning</witsml:proprietaryCode>
<witsml:state>ok</witsml:state>
<witsml:stateDetailActivity>success</witsml:stateDetailActivity>
<witsml:comments>Continue to circulate and condition mud after hole attempting to pack off. Pump 1600 lpm / 177-185 bar, 150 RPM. Loss rate reduced to 15 m3/hr.
ECD: 1,53 - 1,56 sg.
Cuttings weight:
0600hrs - 8kg/min (150 RPM, 1600 lpm)</witsml:comments>
</witsml:activity>
<witsml:activity>
<witsml:dTimStart>2011-04-05T06:15:00.001Z</witsml:dTimStart>
<witsml:dTimEnd>2011-04-05T08:30:00.001Z</witsml:dTimEnd>
<witsml:mdHoleStart uom="m">6000</witsml:mdHoleStart>
<witsml:md uom="m">6162</witsml:md>
<witsml:tvd uom="m">1799.94559164957</witsml:tvd>
<witsml:phase>fixed</witsml:phase>
<witsml:proprietaryCode>drilling -- drill</witsml:proprietaryCode>
<witsml:state>ok</witsml:state>
<witsml:stateDetailActivity>success</witsml:stateDetailActivity>
<witsml:comments>Continue drilling 8-1/2" production hole section. Reduce RPM to 80 and increase pump rate to 1850 lpm to send downlink. Resume drilling f/ 6154m to 6162m. 1600 lpm, 180 bar, 31-33 kNm drilling torque, 3-4 ton WOB. Losses while drilling from 8 m3/hr to 12,2m3/hr
ECD: 1,50-1,55 sg
Cuttings weight
0700hrs - 6 kg/min
0800hrs - 6 kg/min</witsml:comments>
</witsml:activity>
<witsml:activity>
<witsml:dTimStart>2011-04-05T08:30:00.001Z</witsml:dTimStart>
<witsml:dTimEnd>2011-04-05T14:15:00.001Z</witsml:dTimEnd>
<witsml:md uom="m">6162</witsml:md>
<witsml:tvd uom="m">1799.94559164957</witsml:tvd>
<witsml:phase>fixed</witsml:phase>
<witsml:proprietaryCode>drilling -- circulating conditioning</witsml:proprietaryCode>
<witsml:state>ok</witsml:state>
<witsml:stateDetailActivity>success</witsml:stateDetailActivity>
<witsml:comments>Circulate and condtion hole to remove cuttings and attempt to heal loss rate. Pump 1600 lpm, 180 bar, 150 RPM. Step up pump rate from 1600 lpm to 1850 lpm in 50 lpm incriments. Observed stabile losses of 16-17 m3/hr while circulating. Reduced RPMs to 130 while stepping up flow rates to maintain stable losses. Continue circulating hole clean with 1800 lpm, 212 bar, 130 RPM, 30 kNm torque. Record string weights while circulating. 130 ton Up weight (145 ton peak), 60 ton Down weight (45 ton peak), 87 ton Rotating weight.
Losses between 9 m3/hr to 23 m3/hr
ECD: 1,54 to 1,57 sg
Cuttings weight:
0900hrs - 6 kg/min
1030hrs - 6 kg/min
1100hrs - 6 kg/min
1200hrs - 6 kg/min
1320hrs - 5,5 kg/min
1400hrs - 3 kg/min</witsml:comments>
</witsml:activity>
<witsml:activity>
<witsml:dTimStart>2011-04-05T14:15:00.001Z</witsml:dTimStart>
<witsml:dTimEnd>2011-04-05T15:00:00.001Z</witsml:dTimEnd>
<witsml:md uom="m">6169</witsml:md>
<witsml:tvd uom="m">1799.94641821816</witsml:tvd>
<witsml:phase>fixed</witsml:phase>
<witsml:proprietaryCode>drilling -- drill</witsml:proprietaryCode>
<witsml:state>ok</witsml:state>
<witsml:stateDetailActivity>success</witsml:stateDetailActivity>
<witsml:comments>Continue drilling 8-1/2" production hole section from 6162m to 6169m. 1700 lpm, 194 bar, 31-33 kNm drilling torque, 2-3 ton WOB. Lossrate 9 m3/hr to 12 m3/hr
ECD: 1,54 sg
Cuttings weight
1500hrs - 3,5 kg/min
Sand Zones:
</witsml:comments>
</witsml:activity>
<witsml:activity>
<witsml:dTimStart>2011-04-05T15:00:00.001Z</witsml:dTimStart>
<witsml:dTimEnd>2011-04-05T15:15:00.001Z</witsml:dTimEnd>
<witsml:md uom="m">6169</witsml:md>
<witsml:tvd uom="m">1799.94641821816</witsml:tvd>
<witsml:phase>fixed</witsml:phase>
<witsml:proprietaryCode>interruption -- maintain</witsml:proprietaryCode>
<witsml:state>ok</witsml:state>
<witsml:stateDetailActivity>success</witsml:stateDetailActivity>
<witsml:comments>Grease wash pipe.</witsml:comments>
</witsml:activity>
<witsml:activity>
<witsml:dTimStart>2011-04-05T15:15:00.001Z</witsml:dTimStart>
<witsml:dTimEnd>2011-04-06T06:00:00.001Z</witsml:dTimEnd>
<witsml:md uom="m">6292</witsml:md>
<witsml:phase>fixed</witsml:phase>
<witsml:proprietaryCode>drilling -- drill</witsml:proprietaryCode>
<witsml:state>ok</witsml:state>
<witsml:stateDetailActivity>success</witsml:stateDetailActivity>
<witsml:comments>Continue drilling 8-1/2" production hole section from 6169m to 6292m. Drill with 1800-1850 lpm, 210-218 bar, 150 RPM, 33-34 kNm torque. Losses increasing while drilling from 6 m3/hr to 18m3/hr.
Losses:
6169m - 6230m = 6 m3/hr to 9m3/hr
ECD = 1,56 to 1,59 sg
6230m - 6281m = 9,3 m3/hr to 14,7 m3/hr
ECD = 1,56 to 1,59 sg
6284m - 6292m = 15m3/hr to 17,9 m3/hr
ECD = 1,55 to 1,56 sg
Cuttings weight
1600hrs - 5 kg/min
1700hrs - 7,5 kg/min
1800hrs - 16,5 kg/min
1900hrs - 13 kg/min
2000hrs - 19 kg/min
2100hrs - 12 kg/min
2200hrs - 9 kg/min
2300hrs - 9 kg/min
0000hrs - 2 kg/min
0100hrs - 3 kg/min
0200hrs - 3 kg/min
0300hrs - 2 kg/min
0400hrs - 2 kg/min
0500hrs - 3 kg/min
0600hrs -
Sand Zones:
6195m - 6196,4m
6202m - 6204,5m
6215m - 6224,5m
6226,5m - 6235,5m
6238m - 6248,7m
6250m - 6254m
6255,4m - 6264m
6266m - 6269,5m
6272,5m - 6274m
6275m - 6276m
6277m - 6280m
0,08m above, 1,29m to the right of plan.</witsml:comments>
</witsml:activity>
</witsml:drillReport>
</witsml:drillReports>
\ No newline at end of file
......