David Leal

Changed "WellBore" to "TemporalPartOfAWellBore" and "WellBore-wholeLife" to "Wel…

…lBore". Similarly for "Well" and "Rig".
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>EPIM-Ontologies</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
# Saved by TopBraid on Tue Sep 13 16:38:53 BST 2011
# baseURI: http://www.reportinghub.no/DJL_test/unnamed
# imports: http://www.witsml.org/schemas/1series
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/collector
@prefix : <http://www.reportinghub.no/DJL_test/unnamed#> .
@prefix NPD_1104121247072: <http://www.reportinghub.no/examples/ddr/NPD_110412124707#> .
@prefix TemplateTest: <file:///EPIM-Ontologies/www.reportinghub.no/examples/xml/TemplateTest.xml#> .
@prefix TemplateTest1: <file:///www.reportinghub.no/examples/xml/TemplateTest.xml#> .
@prefix collector: <http://www.reportinghub.no/ep/transform/1.1/ddr/collector#> .
@prefix normalization: <http://www.reportinghub.no/ep/transform/1.1/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 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/DJL_test/unnamed>
rdf:type owl:Ontology ;
owl:imports <http://www.witsml.org/schemas/1series> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/collector> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
# Saved by TopBraid on Tue Sep 13 16:38: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> ;
<http://spinrdf.org/spin#topSPINOptions>
"singlePass" ;
composite:index "0"^^xsd:int
] .
# Saved by TopBraid on Thu Sep 15 15:42:36 BST 2011
# Saved by TopBraid on Fri Sep 16 17:29:24 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/facility
# imports: http://www.reportinghub.no/ep/schema/1.0/core
......@@ -32,28 +32,23 @@ ep-fac:FixedOrMoveableRigType
rdfs:subClassOf owl:Class .
ep-fac:FixedRig
rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ;
rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ;
rdfs:label "fixed rig"^^xsd:string ;
rdfs:subClassOf ep-fac:Rig-WholeLife , ep-fac:FixedFacility .
rdfs:subClassOf ep-fac:Rig , ep-fac:FixedFacility .
ep-fac:MoveableFacility
rdf:type owl:Class ;
rdfs:subClassOf ep-fac:Facility .
ep-fac:MoveableRig
rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ;
rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ;
rdfs:label "moveable rig"^^xsd:string ;
rdfs:subClassOf ep-fac:Rig-WholeLife , ep-fac:MoveableFacility .
rdfs:subClassOf ep-fac:Rig , ep-fac:MoveableFacility .
ep-fac:Rig
rdf:type owl:Class ;
rdfs:label "all or part of the life of a rig"^^xsd:string ;
rdfs:subClassOf ep-fac:Facility .
ep-fac:Rig-WholeLife
rdf:type owl:Class ;
rdfs:label "rig"^^xsd:string ;
rdfs:subClassOf ep-fac:Rig .
rdfs:label "rig (whole life)"^^xsd:string ;
rdfs:subClassOf ep-fac:TemporalPartOfARig .
ep-fac:SubSurfaceFixedFacility
rdf:type owl:Class ;
......@@ -68,8 +63,13 @@ ep-fac:SurroundingWater
rdfs:label "surrounding water"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject .
ep-fac:TemporalPartOfARig
rdf:type owl:Class ;
rdfs:label "(temporal part of a) rig"^^xsd:string ;
rdfs:subClassOf ep-fac:Facility .
ep-fac:depthOfSurroundingWater
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-fac:SurroundingWater ;
rdfs:label "depth of surrounding water"^^xsd:string ;
rdfs:range ep-core:Length .
......
# Saved by TopBraid on Tue Sep 13 16:35:02 BST 2011
# Saved by TopBraid on Fri Sep 16 17:50:44 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.witsml.org/schemas/1series
......@@ -18,7 +18,7 @@
<http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> , <http://spinrdf.org/spin> ;
owl:imports <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ddr:Obj_drillReport
......@@ -31,7 +31,7 @@ ddr:Obj_drillReport
] [ 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#WellBore> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
sp:predicate rdf:type ;
sp:subject _:b3
] [ sp:object _:b4 ;
......@@ -537,224 +537,224 @@ ddr:Obj_drillReport
])
] .
_:b56
sp:varName "densityScalePore"^^xsd:string .
_:b62
sp:varName "pressureScaleShutInDrill"^^xsd:string .
_:b1 sp:varName "wellControlIncident"^^xsd:string .
_:b59
sp:varName "pressureScaleShutInCasing"^^xsd:string .
_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b27
sp:varName "pressureScaleMaxChoke"^^xsd:string .
_:b4 sp:varName "dailytemporalPartOfAWellBore"^^xsd:string .
_:b49
sp:varName "temperatureScale"^^xsd:string .
_:b5 sp:varName "dTimStartOfIncident"^^xsd:string .
_:b53
sp:varName "densityScaleWtMud"^^xsd:string .
_:b6 sp:varName "dTimEndOfIncident"^^xsd:string .
_:b41
sp:varName "lengthScaleMdCsgLast"^^xsd:string .
_:b9 sp:varName "formation"^^xsd:string .
_:b43
sp:varName "lengthScaleDiaCsgLast"^^xsd:string .
_:b11
sp:varName "realMdIn"^^xsd:string .
_:b46
sp:varName "lengthScaleMdBit"^^xsd:string .
_:b12
sp:varName "lengthScaleMdIn"^^xsd:string .
_:b30
sp:varName "lengthScaleDia"^^xsd:string .
_:b14
sp:varName "realTvdIn"^^xsd:string .
_:b15
sp:varName "lengthScaleTvdIn"^^xsd:string .
_:b12
sp:varName "lengthScaleMdIn"^^xsd:string .
_:b17
sp:varName "realDuration"^^xsd:string .
_:b18
sp:varName "timeDurationScale"^^xsd:string .
_:b35
sp:varName "volumeScale"^^xsd:string .
_:b32
sp:varName "wellKillingType"^^xsd:string .
_:b19
sp:varName "wellControlIncidentType"^^xsd:string .
_:b21
sp:varName "drillingActivityPurposeType"^^xsd:string .
_:b22
sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string .
_:b21
sp:varName "drillingActivityPurposeType"^^xsd:string .
_:b26
sp:varName "realMaxChoke"^^xsd:string .
_:b1 sp:varName "wellControlIncident"^^xsd:string .
_:b27
sp:varName "pressureScaleMaxChoke"^^xsd:string .
_:b99
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b29
sp:varName "realDia"^^xsd:string .
_:b98
sp:varName "localname"^^xsd:string .
_:b30
sp:varName "lengthScaleDia"^^xsd:string .
_:b32
sp:varName "wellKillingType"^^xsd:string .
_:b34
sp:varName "realVol"^^xsd:string .
_:b35
sp:varName "volumeScale"^^xsd:string .
_:b36
sp:varName "description"^^xsd:string .
_:b26
sp:varName "realMaxChoke"^^xsd:string .
_:b40
sp:varName "realMdCsgLast"^^xsd:string .
_:b97
sp:varName "uomMaxChoke"^^xsd:string .
_:b41
sp:varName "lengthScaleMdCsgLast"^^xsd:string .
_:b96
sp:varName "presMaxChoke"^^xsd:string .
_:b42
sp:varName "realDiaCsgLast"^^xsd:string .
_:b48
sp:varName "realTemp"^^xsd:string .
_:b43
sp:varName "lengthScaleDiaCsgLast"^^xsd:string .
_:b95
sp:varName "uomTemp"^^xsd:string .
_:b45
sp:varName "realMdBit"^^xsd:string .
_:b94
sp:varName "tempBottom"^^xsd:string .
_:b46
sp:varName "lengthScaleMdBit"^^xsd:string .
_:b9 sp:varName "formation"^^xsd:string .
_:b48
sp:varName "realTemp"^^xsd:string .
_:b93
sp:varName "killingType"^^xsd:string .
_:b49
sp:varName "temperatureScale"^^xsd:string .
_:b92
sp:varName "incidentType"^^xsd:string .
_:b52
sp:varName "realWtMud"^^xsd:string .
_:b61
sp:varName "realShutInDrill"^^xsd:string .
_:b53
sp:varName "densityScaleWtMud"^^xsd:string .
_:b91
sp:varName "uomShutInDrill"^^xsd:string .
_:b55
sp:varName "realPore"^^xsd:string .
_:b90
sp:varName "presShutInDrill"^^xsd:string .
_:b56
sp:varName "densityScalePore"^^xsd:string .
_:b58
sp:varName "realShutInCasing"^^xsd:string .
_:b89
sp:varName "uomShutInCasing"^^xsd:string .
_:b88
sp:varName "presShutInCasing"^^xsd:string .
_:b59
sp:varName "pressureScaleShutInCasing"^^xsd:string .
_:b34
sp:varName "realVol"^^xsd:string .
_:b61
sp:varName "realShutInDrill"^^xsd:string .
_:b87
sp:varName "uomVol"^^xsd:string .
_:b62
sp:varName "pressureScaleShutInDrill"^^xsd:string .
_:b86
sp:varName "volMudGained"^^xsd:string .
_:b63
sp:varName "nameWellBore"^^xsd:string .
_:b40
sp:varName "realMdCsgLast"^^xsd:string .
_:b64
sp:varName "dTimStart"^^xsd:string .
_:b85
sp:varName "uomMdCsgLast"^^xsd:string .
_:b65
sp:varName "controlIncidentInfo"^^xsd:string .
_:b84
sp:varName "mdCsgLast"^^xsd:string .
_:b66
sp:varName "mdIn"^^xsd:string .
_:b42
sp:varName "realDiaCsgLast"^^xsd:string .
_:b67
sp:varName "uomMdIn"^^xsd:string .
_:b83
sp:varName "uomDiaCsgLast"^^xsd:string .
_:b68
sp:varName "tvdIn"^^xsd:string .
_:b82
sp:varName "diaCsgLast"^^xsd:string .
_:b69
sp:varName "uomTvdIn"^^xsd:string .
_:b55
sp:varName "realPore"^^xsd:string .
_:b70
sp:varName "phase"^^xsd:string .
_:b81
sp:varName "uomPore"^^xsd:string .
_:b71
sp:varName "proprietaryCode"^^xsd:string .
_:b80
sp:varName "porePressure"^^xsd:string .
_:b72
sp:varName "eTimLost"^^xsd:string .
_:b52
sp:varName "realWtMud"^^xsd:string .
_:b73
sp:varName "uomDuration"^^xsd:string .
_:b79
sp:varName "uomWtMud"^^xsd:string .
_:b74
sp:varName "diaBit"^^xsd:string .
_:b78
sp:varName "wtMud"^^xsd:string .
_:b75
sp:varName "uomDia"^^xsd:string .
_:b45
sp:varName "realMdBit"^^xsd:string .
_:b76
sp:varName "mdBit"^^xsd:string .
_:b77
sp:varName "uomMdBit"^^xsd:string .
_:b76
sp:varName "mdBit"^^xsd:string .
_:b78
sp:varName "wtMud"^^xsd:string .
_:b29
sp:varName "realDia"^^xsd:string .
_:b79
sp:varName "uomWtMud"^^xsd:string .
_:b75
sp:varName "uomDia"^^xsd:string .
_:b80
sp:varName "porePressure"^^xsd:string .
_:b74
sp:varName "diaBit"^^xsd:string .
_:b81
sp:varName "uomPore"^^xsd:string .
_:b6 sp:varName "dTimEndOfIncident"^^xsd:string .
_:b82
sp:varName "diaCsgLast"^^xsd:string .
_:b17
sp:varName "realDuration"^^xsd:string .
_:b83
sp:varName "uomDiaCsgLast"^^xsd:string .
_:b73
sp:varName "uomDuration"^^xsd:string .
_:b84
sp:varName "mdCsgLast"^^xsd:string .
_:b72
sp:varName "eTimLost"^^xsd:string .
_:b85
sp:varName "uomMdCsgLast"^^xsd:string .
_:b71
sp:varName "proprietaryCode"^^xsd:string .
_:b86
sp:varName "volMudGained"^^xsd:string .
_:b70
sp:varName "phase"^^xsd:string .
_:b87
sp:varName "uomVol"^^xsd:string .
_:b14
sp:varName "realTvdIn"^^xsd:string .
_:b88
sp:varName "presShutInCasing"^^xsd:string .
_:b69
sp:varName "uomTvdIn"^^xsd:string .
_:b89
sp:varName "uomShutInCasing"^^xsd:string .
_:b68
sp:varName "tvdIn"^^xsd:string .
_:b90
sp:varName "presShutInDrill"^^xsd:string .
_:b11
sp:varName "realMdIn"^^xsd:string .
_:b91
sp:varName "uomShutInDrill"^^xsd:string .
_:b67
sp:varName "uomMdIn"^^xsd:string .
_:b92
sp:varName "incidentType"^^xsd:string .
_:b66
sp:varName "mdIn"^^xsd:string .
_:b93
sp:varName "killingType"^^xsd:string .
_:b5 sp:varName "dTimStartOfIncident"^^xsd:string .
_:b94
sp:varName "tempBottom"^^xsd:string .
_:b65
sp:varName "controlIncidentInfo"^^xsd:string .
_:b95
sp:varName "uomTemp"^^xsd:string .
_:b4 sp:varName "dailytemporalPartOfAWellBore"^^xsd:string .
_:b96
sp:varName "presMaxChoke"^^xsd:string .
_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b97
sp:varName "uomMaxChoke"^^xsd:string .
_:b64
sp:varName "dTimStart"^^xsd:string .
_:b98
sp:varName "localname"^^xsd:string .
_:b63
sp:varName "nameWellBore"^^xsd:string .
_:b99
sp:varName "normalizedWellBoreName"^^xsd:string .
......
# Saved by TopBraid on Tue Sep 13 16:35:02 BST 2011
# Saved by TopBraid on Fri Sep 16 17:50:44 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Sun Sep 11 06:50:58 BST 2011
# Saved by TopBraid on Fri Sep 16 17:51:20 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Sun Sep 11 06:50:42 BST 2011
# Saved by TopBraid on Fri Sep 16 17:35:12 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
......@@ -71,7 +71,7 @@
sp:subject
[ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore-WholeLife> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
sp:predicate rdf:type ;
sp:subject _:b4
] [ sp:object _:b6 ;
......@@ -117,35 +117,35 @@
<http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo>
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: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 .
_:b13
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b1 sp:varName "preliminaryZonation"^^xsd:string .
_:b12
sp:varName "index"^^xsd:string .
_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b11
sp:varName "stratInfo"^^xsd:string .
_:b3 sp:varName "stratigraphicInformationPartOfAWellBore"^^xsd:string .
_:b10
sp:varName "dTimStart"^^xsd:string .
_:b4 sp:varName "wellBore"^^xsd:string .
_:b9 sp:varName "nameWellBore"^^xsd:string .
_:b5 sp:varName "dTimPreliminaryZonation"^^xsd:string .
_:b8 sp:varName "description"^^xsd:string .
_:b6 sp:varName "mdTop"^^xsd:string .
_:b7 sp:varName "tvdTop"^^xsd:string .
_:b6 sp:varName "mdTop"^^xsd:string .
_:b8 sp:varName "description"^^xsd:string .
_:b5 sp:varName "dTimPreliminaryZonation"^^xsd:string .
_:b9 sp:varName "nameWellBore"^^xsd:string .
_:b4 sp:varName "wellBore"^^xsd:string .
_:b10
sp:varName "dTimStart"^^xsd:string .
_:b3 sp:varName "stratigraphicInformationPartOfAWellBore"^^xsd:string .
_:b11
sp:varName "stratInfo"^^xsd:string .
_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b12
sp:varName "index"^^xsd:string .
_:b1 sp:varName "preliminaryZonation"^^xsd:string .
_:b13
sp:varName "normalizedWellBoreName"^^xsd:string .
......
# Saved by TopBraid on Sun Sep 11 06:50:42 BST 2011
# Saved by TopBraid on Fri Sep 16 17:35:12 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Sun Sep 11 15:12:53 BST 2011
# Saved by TopBraid on Fri Sep 16 17:43:10 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.witsml.org/schemas/1series
......@@ -23,13 +23,13 @@
<http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.witsml.org/schemas/1series> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> ;
owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/activity> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ddr:Obj_drillReport
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 150 Transfer Well aliases"^^xsd:string ;
rdfs:comment "STEP 151 Transfer WellBore aliases"^^xsd:string ;
sp:templates ([ sp:object _:b1 ;
sp:predicate _:b2 ;
sp:subject _:b3
......@@ -41,7 +41,7 @@ ddr:Obj_drillReport
sp:predicate ddr:dTimStart ;
sp:subject spin:_this
] [ sp:object _:b6 ;
sp:predicate ddr:wellAliasRef ;
sp:predicate ddr:wellboreAliasRef ;
sp:subject spin:_this
] [ sp:object _:b1 ;
sp:predicate ddr:name ;
......@@ -50,12 +50,12 @@ ddr:Obj_drillReport
sp:predicate ddr:namingSystemRef ;
sp:subject _:b6
] [ sp:object _:b8 ;
sp:predicate ep-activity:onWell ;
sp:predicate ep-activity:onWellBore ;
sp:subject _:b9
] [ sp:object _:b3 ;
sp:predicate ep-core:temporalPartOf ;
sp:subject _:b8
] [ sp:object <http://www.reportinghub.no/ep/schema/well#Well-WholeLife> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
sp:predicate rdf:type ;
sp:subject _:b3
] [ rdf:type sp:Bind ;
......@@ -81,7 +81,7 @@ ddr:Obj_drillReport
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 151 Transfer WellBore aliases"^^xsd:string ;
rdfs:comment "STEP 150 Transfer Well aliases"^^xsd:string ;
sp:templates ([ sp:object _:b11 ;
sp:predicate _:b12 ;
sp:subject _:b13
......@@ -93,7 +93,7 @@ ddr:Obj_drillReport
sp:predicate ddr:dTimStart ;
sp:subject spin:_this
] [ sp:object _:b16 ;
sp:predicate ddr:wellboreAliasRef ;
sp:predicate ddr:wellAliasRef ;
sp:subject spin:_this
] [ sp:object _:b11 ;
sp:predicate ddr:name ;
......@@ -102,12 +102,12 @@ ddr:Obj_drillReport
sp:predicate ddr:namingSystemRef ;
sp:subject _:b16
] [ sp:object _:b18 ;
sp:predicate ep-activity:onWellBore ;
sp:predicate ep-activity:onWell ;
sp:subject _:b19
] [ sp:object _:b13 ;
sp:predicate ep-core:temporalPartOf ;
sp:subject _:b18
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore-WholeLife> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/well#Well> ;
sp:predicate rdf:type ;
sp:subject _:b13
] [ rdf:type sp:Bind ;
......@@ -132,69 +132,69 @@ ddr:Obj_drillReport
])
] .
[] rdf:type sp:Modify .
[] rdf:type fn:starts-with .
_:b11
sp:varName "name"^^xsd:string .
[] rdf:type smf:trim .
_:b12
sp:varName "labelOfSystem"^^xsd:string .
[] rdf:type smf:regex .
_:b13
sp:varName "well"^^xsd:string .
_:b20
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b14
sp:varName "nameWellBore"^^xsd:string .
_:b19
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b15
sp:varName "dTimStart"^^xsd:string .
_:b18
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b16
sp:varName "wellAlias"^^xsd:string .
_:b17
sp:varName "namingSystem"^^xsd:string .
_:b16
sp:varName "wellBoreAlias"^^xsd:string .
_:b18
sp:varName "temporalPartOfAWell"^^xsd:string .
_:b15
sp:varName "dTimStart"^^xsd:string .
_:b19
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b14
sp:varName "nameWellBore"^^xsd:string .
_:b20
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b13
sp:varName "wellBore"^^xsd:string .
_:b1 sp:varName "name"^^xsd:string .
_:b12
sp:varName "labelOfSystem"^^xsd:string .
_:b2 sp:varName "labelOfSystem"^^xsd:string .
_:b11
sp:varName "name"^^xsd:string .
_:b3 sp:varName "wellBore"^^xsd:string .
_:b4 sp:varName "nameWellBore"^^xsd:string .
_:b5 sp:varName "dTimStart"^^xsd:string .
_:b6 sp:varName "wellAlias"^^xsd:string .
_:b1 sp:varName "name"^^xsd:string .
_:b6 sp:varName "wellBoreAlias"^^xsd:string .
_:b7 sp:varName "namingSystem"^^xsd:string .
_:b9 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b8 sp:varName "temporalPartOfAWell"^^xsd:string .
_:b8 sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b3 sp:varName "well"^^xsd:string .
_:b9 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b10
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b2 sp:varName "labelOfSystem"^^xsd:string .
[] rdf:type sp:Modify .
([]) .
[] rdf:type fn:starts-with .
([]) .
[] rdf:type smf:trim .
[] rdf:type smf:regex .
([] [] [ rdf:type sp:Filter
] [ rdf:type sp:Bind
]) .
([]) .
([]) .
......
......@@ -38,6 +38,11 @@
<witsml:tvd uom="m">4561</witsml:tvd>
<witsml:mdPlugTop uom="m">3564.22</witsml:mdPlugTop>
<witsml:diaHole uom="in">43.33</witsml:diaHole>
<witsml:mdDiaHole uom="m">1000</witsml:mdDiaHole>
<witsml:diaPilot uom="in">12</witsml:diaPilot>
<witsml:mdDiaPilotPlan uom="m">2000</witsml:mdDiaPilotPlan>
<witsml:tvdDiaPilotPlan uom="m">1800</witsml:tvdDiaPilotPlan>
<witsml:typeWellbore>initial</witsml:typeWellbore>
<witsml:mdKickoff uom="m">1233.22</witsml:mdKickoff>
<witsml:tvdKickoff uom="m">1245</witsml:tvdKickoff>
<witsml:strengthForm uom="g/cm3">123</witsml:strengthForm>
......