David Leal

Added label to bitDiameter class

# Saved by TopBraid on Fri Oct 28 22:27:29 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/organization
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/well
@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
......@@ -13,7 +14,7 @@
<http://www.reportinghub.no/ep/schema/1.0/equipment>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/organization> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/core> ;
owl:versionInfo "0.1.0"^^xsd:string .
ep-core:PhysicalThing
......@@ -30,10 +31,10 @@ ep-eqt:BlowOutPreventer
rdfs:subClassOf ep-eqt:Equipment .
ep-eqt:Casing
rdf:type ep-eqt:CasingLinerTubingType , owl:Class ;
rdf:type owl:Class , ep-eqt:CasingLinerTubingType ;
rdfs:label "Casing"^^xsd:string ;
rdfs:subClassOf ep-eqt:CasingLinerTubing ;
owl:disjointWith ep-eqt:Liner , ep-eqt:Tubing .
owl:disjointWith ep-eqt:Tubing , ep-eqt:Liner .
ep-eqt:CasingLinerTubing
rdf:type owl:Class ;
......@@ -57,25 +58,30 @@ ep-eqt:CasingRoleType
ep-eqt:CasingString
rdf:type owl:Class ;
rdfs:label "casing string"^^xsd:string ;
rdfs:subClassOf ep-eqt:Casing , <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> .
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> , ep-eqt:Casing .
ep-eqt:ChokeValve
rdf:type owl:Class ;
rdfs:label "choke valve"^^xsd:string ;
rdfs:subClassOf ep-eqt:Equipment .
ep-eqt:ClassOfDrillBitBySize
rdf:type rdfs:Class ;
rdfs:label "class of drill bit by size"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-eqt:ClassOfSupplyDefinedByAManufacturer
rdf:type rdfs:Class ;
rdfs:label "manufacturer model"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-eqt:Compressor
rdf:type owl:Class , ep-fac:ProductionFacilityType ;
rdf:type ep-fac:ProductionFacilityType , owl:Class ;
rdfs:label "compressor"^^xsd:string ;
rdfs:subClassOf ep-eqt:Equipment .
ep-eqt:Controller-lift
rdf:type owl:Class , ep-fac:ProductionFacilityType ;
rdf:type ep-fac:ProductionFacilityType , owl:Class ;
rdfs:label "controller - lift"^^xsd:string ;
rdfs:subClassOf ep-eqt:Equipment .
......@@ -108,25 +114,25 @@ 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 .
owl:disjointWith ep-eqt:InnerBarrel-fiberglass , ep-eqt:InnerBarrel-gel .
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 .
owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-aluminum .
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 .
owl:disjointWith ep-eqt:InnerBarrel-fiberglass , ep-eqt:InnerBarrel-aluminum .
ep-eqt:IntermediateCasing
rdf:type owl:Class , ep-eqt:CasingRoleType ;
rdf:type ep-eqt:CasingRoleType , owl:Class ;
rdfs:label "intermediate casing"^^xsd:string ;
rdfs:subClassOf ep-eqt:Casing ;
owl:disjointWith ep-eqt:TopCasing , ep-eqt:ProductionCasing .
owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:TopCasing .
ep-eqt:KellyBushing
rdf:type owl:Class ;
......@@ -136,51 +142,51 @@ ep-eqt:KellyBushing
ep-eqt:LastCasingOfAWellBore
rdf:type owl:Class ;
rdfs:label "last casing of a wellbore"^^xsd:string ;
rdfs:subClassOf ep-eqt:Casing , <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> .
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> , ep-eqt:Casing .
ep-eqt:Liner
rdf:type ep-eqt:CasingLinerTubingType , owl:Class ;
rdf:type owl:Class , ep-eqt:CasingLinerTubingType ;
rdfs:label "Liner"^^xsd:string ;
rdfs:subClassOf ep-eqt:CasingLinerTubing ;
owl:disjointWith ep-eqt:Casing , ep-eqt:Tubing .
owl:disjointWith ep-eqt:Tubing , ep-eqt:Casing .
ep-eqt:Manifold-injection
rdf:type owl:Class , ep-fac:ProductionFacilityType ;
rdf:type ep-fac:ProductionFacilityType , owl:Class ;
rdfs:label "manifold - injection"^^xsd:string ;
rdfs:subClassOf ep-eqt:Equipment .
ep-eqt:Manifold-production
rdf:type owl:Class , ep-fac:ProductionFacilityType ;
rdf:type ep-fac:ProductionFacilityType , owl:Class ;
rdfs:label "manifold - production"^^xsd:string ;
rdfs:subClassOf ep-eqt:Equipment .
ep-eqt:ProductionCasing
rdf:type owl:Class , ep-eqt:CasingRoleType ;
rdf:type ep-eqt:CasingRoleType , owl:Class ;
rdfs:label "production casing"^^xsd:string ;
rdfs:subClassOf ep-eqt:Casing ;
owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:TopCasing .
owl:disjointWith ep-eqt:TopCasing , ep-eqt:IntermediateCasing .
ep-eqt:Separator
rdf:type owl:Class , ep-fac:ProductionFacilityType ;
rdf:type ep-fac:ProductionFacilityType , owl:Class ;
rdfs:label "separator"^^xsd:string ;
rdfs:subClassOf ep-eqt:Equipment .
ep-eqt:Tank
rdf:type owl:Class , ep-fac:ProductionFacilityType ;
rdf:type ep-fac:ProductionFacilityType , owl:Class ;
rdfs:label "tank"^^xsd:string ;
rdfs:subClassOf ep-eqt:Equipment .
ep-eqt:TopCasing
rdf:type owl:Class , ep-eqt:CasingRoleType ;
rdf:type ep-eqt:CasingRoleType , owl:Class ;
rdfs:label "top casing"^^xsd:string ;
rdfs:subClassOf ep-eqt:Casing ;
owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:ProductionCasing .
owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:IntermediateCasing .
ep-eqt:Tubing
rdf:type ep-eqt:CasingLinerTubingType , owl:Class ;
rdf:type owl:Class , ep-eqt:CasingLinerTubingType ;
rdfs:label "Tubing"^^xsd:string ;
rdfs:subClassOf ep-eqt:CasingLinerTubing ;
owl:disjointWith ep-eqt:Casing , ep-eqt:Liner .
owl:disjointWith ep-eqt:Liner , ep-eqt:Casing .
ep-eqt:TubularConnectionClass
rdf:type rdfs:Class ;
......@@ -198,7 +204,7 @@ ep-eqt:WellTestChoke
rdfs:subClassOf ep-eqt:Equipment .
ep-eqt:chokeOrificeSize
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-eqt:WellTestChoke ;
rdfs:label "choke orifice size"^^xsd:string ;
rdfs:range ep-core:Length .
......@@ -209,67 +215,67 @@ ep-eqt:codeAssignedByAManufacturer
rdfs:label "code assigned by manufacturer"^^xsd:string .
ep-eqt:diameterOfACasing
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-eqt:Casing ;
rdfs:label "diameter of a casing"^^xsd:string ;
rdfs:range ep-core:Length .
ep-eqt:diameterOfDrillBit
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-eqt:DrillBit ;
rdfs:label "diameter of drill bit"^^xsd:string ;
rdfs:range ep-core:Length .
ep-eqt:elevationOfKellyBushing
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-eqt:KellyBushing ;
rdfs:label "elevation of kelly bushing"^^xsd:string ;
rdfs:range ep-core:Length .
ep-eqt:hasTubularConnectionClass
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-eqt:CasingLinerTubing ;
rdfs:label "has tubular connection class"^^xsd:string ;
rdfs:range ep-eqt:TubularConnectionClass .
ep-eqt:insideDiameterOfATubular
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-eqt:CasingLinerTubing ;
rdfs:label "inside diameter of a tubular"^^xsd:string ;
rdfs:range ep-core:Length .
ep-eqt:lengthOfInnerBarrel
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-eqt:InnerBarrel ;
rdfs:label "length of inner barrel"^^xsd:string ;
rdfs:range ep-core:Length .
ep-eqt:manufacturedBy
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-eqt:Equipment ;
rdfs:label "manaufactured by"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
ep-eqt:maximumPressureForBlowOutPreventer
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-eqt:BlowOutPreventer ;
rdfs:label "maximum pressure for blow out preventer"^^xsd:string ;
rdfs:range ep-core:Pressure .
ep-eqt:maximumPressureForChokeValve
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-eqt:ChokeValve ;
rdfs:label "maximum pressure for choke valve"^^xsd:string ;
rdfs:range ep-core:Pressure .
ep-eqt:outsideDiameterOfATubular
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-eqt:CasingLinerTubing ;
rdfs:label "outside diameter of a tubular"^^xsd:string ;
rdfs:range ep-core:Length .
ep-eqt:stringLengthOfATubular
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-eqt:CasingLinerTubing ;
rdfs:label "string length of a tubular"^^xsd:string ;
rdfs:range ep-core:Length .
......
# Saved by TopBraid on Fri Oct 28 20:37:14 BST 2011
# Saved by TopBraid on Fri Oct 28 22:28:33 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/bitRecord
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.witsml.org/schemas/1series
......@@ -20,7 +20,7 @@
<http://www.reportinghub.no/ep/transform/1.1/ddr/bitRecord>
rdf:type owl:Ontology ;
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ;
owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<http://www.witsml.org/schemas/1series#Obj_drillReport>
......@@ -78,86 +78,86 @@
] [ sp:object _:b11 ;
sp:predicate rdf:type ;
sp:subject _:b9
] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#ClassOfSupplyDefinedByAManufacturer> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#ClassOfDrillBitBySize> ;
sp:predicate rdf:type ;
sp:subject _:b11
] [ sp:object _:b12 ;
sp:predicate <http://www.reportinghub.no/ep/schema/equipment#diameterOfDrillBit> ;
sp:predicate rdfs:label ;
sp:subject _:b11
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b12
] [ sp:object _:b13 ;
sp:predicate _:b14 ;
sp:subject _:b12
] [ sp:object _:b15 ;
sp:predicate <http://www.reportinghub.no/ep/schema/equipment#manufacturedBy> ;
sp:subject _:b9
] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization> ;
sp:predicate rdf:type ;
sp:subject _:b15
] [ sp:object _:b16 ;
sp:subject _:b13
] [ sp:object _:b14 ;
sp:predicate rdfs:label ;
sp:subject _:b13
] [ sp:object _:b15 ;
sp:predicate rdf:type ;
sp:subject _:b9
] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#ClassOfSupplyDefinedByAManufacturer> ;
sp:predicate rdf:type ;
sp:subject _:b15
] [ sp:object _:b17 ;
] [ sp:object _:b16 ;
sp:predicate <http://www.reportinghub.no/ep/schema/equipment#codeAssignedByAManufacturer> ;
sp:subject _:b11
sp:subject _:b15
]) ;
sp:where ([ sp:object _:b18 ;
sp:where ([ sp:object _:b17 ;
sp:predicate ep-spin-lib:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b19 ;
] [ sp:object _:b18 ;
sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b20 ;
] [ sp:object _:b19 ;
sp:predicate <http://www.witsml.org/schemas/1series#bitRecordRef> ;
sp:subject spin:_this
] [ sp:object _:b10 ;
sp:predicate <http://www.witsml.org/schemas/1series#numBit> ;
sp:subject _:b20
] [ sp:object _:b21 ;
sp:subject _:b19
] [ sp:object _:b20 ;
sp:predicate <http://www.witsml.org/schemas/1series#diaBitRef> ;
sp:subject _:b19
] [ sp:object _:b21 ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b20
] [ sp:object _:b22 ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b21
] [ sp:object _:b13 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b21
sp:subject _:b20
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b16 ;
sp:elements ([ sp:object _:b14 ;
sp:predicate <http://www.witsml.org/schemas/1series#manufacturer> ;
sp:subject _:b20
sp:subject _:b19
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b17 ;
sp:elements ([ sp:object _:b16 ;
sp:predicate <http://www.witsml.org/schemas/1series#codeMfg> ;
sp:subject _:b20
sp:subject _:b19
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b18
sp:arg1 _:b17
] ;
sp:variable _:b23
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b23 ;
sp:arg2 _:b19
sp:arg2 _:b18
] ;
sp:variable _:b4
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type afn:localname ;
sp:arg1 _:b20
sp:arg1 _:b19
] ;
sp:variable _:b24
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildWellBoreDrillBitRunURI ;
sp:arg1 _:b23 ;
sp:arg2 _:b19 ;
sp:arg2 _:b18 ;
sp:arg3 _:b24
] ;
sp:variable _:b1
......@@ -177,19 +177,21 @@
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b22
sp:arg1 _:b21
] ;
sp:variable _:b14
sp:variable
[ sp:varName "lengthScaleDia"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeDoubleName ;
sp:arg1 _:b13
sp:arg1 _:b22
] ;
sp:variable _:b26
sp:variable _:b12
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDrillBitClassURI ;
sp:arg1 _:b26
sp:arg1 _:b12
] ;
sp:variable _:b11
] [ rdf:type sp:Bind ;
......@@ -197,7 +199,7 @@
[ rdf:type rhspin:wellBoreByName ;
arg:wellBoreName
[ rdf:type xsd:string ;
sp:arg1 _:b18
sp:arg1 _:b17
]
] ;
sp:variable _:b7
......@@ -205,281 +207,359 @@
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 190b Create a well bore bit run activity"^^xsd:string ;
sp:templates ([ sp:object _:b27 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#durationOfDrilling> ;
sp:subject _:b28
] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
rdfs:comment "STEP 190d Classify a drillbit according to dull grade - dull grade class exists"^^xsd:string ;
sp:templates ([ sp:object _:b26 ;
sp:predicate rdf:type ;
sp:subject _:b27
]) ;
sp:where ([ sp:object _:b28 ;
sp:predicate ep-spin-lib:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b29 ;
sp:predicate _:b30 ;
sp:subject _:b27
sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b30 ;
sp:predicate <http://www.witsml.org/schemas/1series#bitRecordRef> ;
sp:subject spin:_this
] [ sp:object _:b31 ;
sp:predicate <http://www.witsml.org/schemas/1series#numBit> ;
sp:subject _:b30
] [ sp:object _:b32 ;
sp:predicate <http://www.witsml.org/schemas/1series#dullGrade> ;
sp:subject _:b30
] [ sp:object _:b27 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onDrillBit> ;
sp:subject _:b33
] [ sp:object _:b34 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b27
] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#DullGrade> ;
sp:predicate rdf:type ;
sp:subject _:b26
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b28
] ;
sp:variable _:b35
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type afn:localname ;
sp:arg1 _:b30
] ;
sp:variable _:b36
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildWellBoreDrillBitRunURI ;
sp:arg1 _:b35 ;
sp:arg2 _:b29 ;
sp:arg3 _:b36
] ;
sp:variable _:b33
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b31
] ;
sp:variable _:b37
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildWellBoreDrillBitURI ;
sp:arg1 _:b35 ;
sp:arg2 _:b37
] ;
sp:variable _:b34
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b32
] ;
sp:variable _:b38
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDullGradeURI ;
sp:arg1 _:b38
] ;
sp:variable _:b26
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 190b Create a well bore bit run activity"^^xsd:string ;
sp:templates ([ sp:object _:b39 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#durationOfDrilling> ;
sp:subject _:b40
] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
sp:predicate rdf:type ;
sp:subject _:b39
] [ sp:object _:b41 ;
sp:predicate _:b42 ;
sp:subject _:b39
] [ sp:object _:b43 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#distanceDrilled> ;
sp:subject _:b28
sp:subject _:b40
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b31
] [ sp:object _:b32 ;
sp:predicate _:b33 ;
sp:subject _:b31
] [ sp:object _:b34 ;
sp:subject _:b43
] [ sp:object _:b44 ;
sp:predicate _:b45 ;
sp:subject _:b43
] [ sp:object _:b46 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#durationOfDrilling> ;
sp:subject _:b35
sp:subject _:b47
] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
sp:predicate rdf:type ;
sp:subject _:b34
] [ sp:object _:b36 ;
sp:predicate _:b37 ;
sp:subject _:b34
] [ sp:object _:b38 ;
sp:subject _:b46
] [ sp:object _:b48 ;
sp:predicate _:b49 ;
sp:subject _:b46
] [ sp:object _:b50 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#distanceDrilled> ;
sp:subject _:b35
sp:subject _:b47
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b38
] [ sp:object _:b39 ;
sp:predicate _:b40 ;
sp:subject _:b38
] [ sp:object _:b41 ;
sp:subject _:b50
] [ sp:object _:b51 ;
sp:predicate _:b52 ;
sp:subject _:b50
] [ sp:object _:b53 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#averageRateOfDrilling> ;
sp:subject _:b35
sp:subject _:b47
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Speed> ;
sp:predicate rdf:type ;
sp:subject _:b41
] [ sp:object _:b42 ;
sp:predicate _:b43 ;
sp:subject _:b41
] [ sp:object _:b44 ;
sp:subject _:b53
] [ sp:object _:b54 ;
sp:predicate _:b55 ;
sp:subject _:b53
] [ sp:object _:b56 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#operatingTimeOfDrillBit> ;
sp:subject _:b45
sp:subject _:b57
] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
sp:predicate rdf:type ;
sp:subject _:b44
] [ sp:object _:b46 ;
sp:predicate _:b47 ;
sp:subject _:b44
] [ sp:object _:b48 ;
sp:subject _:b56
] [ sp:object _:b58 ;
sp:predicate _:b59 ;
sp:subject _:b56
] [ sp:object _:b60 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#durationOfDrilling> ;
sp:subject _:b45
sp:subject _:b57
] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
sp:predicate rdf:type ;
sp:subject _:b48
] [ sp:object _:b49 ;
sp:predicate _:b50 ;
sp:subject _:b48
] [ sp:object _:b51 ;
sp:subject _:b60
] [ sp:object _:b61 ;
sp:predicate _:b62 ;
sp:subject _:b60
] [ sp:object _:b63 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#averageRateOfDrilling> ;
sp:subject _:b45
sp:subject _:b57
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Speed> ;
sp:predicate rdf:type ;
sp:subject _:b51
] [ sp:object _:b52 ;
sp:predicate _:b53 ;
sp:subject _:b51
] [ sp:object _:b54 ;
sp:subject _:b63
] [ sp:object _:b64 ;
sp:predicate _:b65 ;
sp:subject _:b63
] [ sp:object _:b66 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
sp:subject _:b55
sp:subject _:b67
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b54
] [ sp:object _:b56 ;
sp:predicate _:b57 ;
sp:subject _:b54
] [ sp:object _:b58 ;
sp:subject _:b66
] [ sp:object _:b68 ;
sp:predicate _:b69 ;
sp:subject _:b66
] [ sp:object _:b70 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ;
sp:subject _:b55
sp:subject _:b67
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b58
] [ sp:object _:b59 ;
sp:predicate _:b60 ;
sp:subject _:b58
sp:subject _:b70
] [ sp:object _:b71 ;
sp:predicate _:b72 ;
sp:subject _:b70
]) ;
sp:where ([ sp:object _:b61 ;
sp:where ([ sp:object _:b73 ;
sp:predicate ep-spin-lib:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b62 ;
] [ sp:object _:b74 ;
sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b63
] [ sp:object _:b64 ;
sp:subject _:b75
] [ sp:object _:b76 ;
sp:predicate <http://www.witsml.org/schemas/1series#bitRecordRef> ;
sp:subject spin:_this
] [ sp:object _:b65 ;
] [ sp:object _:b77 ;
sp:predicate <http://www.witsml.org/schemas/1series#numBit> ;
sp:subject _:b64
] [ sp:object _:b35 ;
sp:subject _:b76
] [ sp:object _:b47 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b28
sp:subject _:b40
] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDrillBitRun-entire> ;
sp:predicate rdf:type ;
sp:subject _:b35
] [ sp:object _:b28 ;
sp:subject _:b47
] [ sp:object _:b40 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b45
sp:subject _:b57
] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDrillBitRun-withinReportingPeriod> ;
sp:predicate rdf:type ;
sp:subject _:b45
] [ sp:object _:b66 ;
sp:subject _:b57
] [ sp:object _:b78 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b45
] [ sp:object _:b55 ;
sp:subject _:b57
] [ sp:object _:b67 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b66
sp:subject _:b78
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ;
sp:predicate rdf:type ;
sp:subject _:b55
] [ sp:object _:b67 ;
sp:subject _:b67
] [ sp:object _:b79 ;
sp:predicate <http://www.witsml.org/schemas/1series#bitRunRef> ;
sp:subject _:b64
sp:subject _:b76
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b68 ;
sp:elements ([ sp:object _:b80 ;
sp:predicate <http://www.witsml.org/schemas/1series#eTimOpBitRef> ;
sp:subject _:b67
] [ sp:object _:b69 ;
sp:subject _:b79
] [ sp:object _:b81 ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b68
] [ sp:object _:b46 ;
sp:subject _:b80
] [ sp:object _:b58 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b68
sp:subject _:b80
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b70 ;
sp:elements ([ sp:object _:b82 ;
sp:predicate <http://www.witsml.org/schemas/1series#mdHoleStartRef> ;
sp:subject _:b67
] [ sp:object _:b71 ;
sp:subject _:b79
] [ sp:object _:b83 ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b70
] [ sp:object _:b56 ;
sp:subject _:b82
] [ sp:object _:b68 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b70
sp:subject _:b82
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b72 ;
sp:elements ([ sp:object _:b84 ;
sp:predicate <http://www.witsml.org/schemas/1series#mdHoleStopRef> ;
sp:subject _:b67
] [ sp:object _:b73 ;
sp:subject _:b79
] [ sp:object _:b85 ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b72
] [ sp:object _:b59 ;
sp:subject _:b84
] [ sp:object _:b71 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b72
sp:subject _:b84
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b74 ;
sp:elements ([ sp:object _:b86 ;
sp:predicate <http://www.witsml.org/schemas/1series#ropAvRef> ;
sp:subject _:b67
] [ sp:object _:b75 ;
sp:subject _:b79
] [ sp:object _:b87 ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b74
] [ sp:object _:b52 ;
sp:subject _:b86
] [ sp:object _:b64 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b74
sp:subject _:b86
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b76 ;
sp:elements ([ sp:object _:b88 ;
sp:predicate <http://www.witsml.org/schemas/1series#mdHoleMadeRunRef> ;
sp:subject _:b67
] [ sp:object _:b77 ;
sp:subject _:b79
] [ sp:object _:b89 ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b76
] [ sp:object _:b32 ;
sp:subject _:b88
] [ sp:object _:b44 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b76
sp:subject _:b88
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b78 ;
sp:elements ([ sp:object _:b90 ;
sp:predicate <http://www.witsml.org/schemas/1series#hrsDrilledRef> ;
sp:subject _:b67
] [ sp:object _:b79 ;
sp:subject _:b79
] [ sp:object _:b91 ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b78
] [ sp:object _:b49 ;
sp:subject _:b90
] [ sp:object _:b61 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b78
sp:subject _:b90
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b80 ;
sp:elements ([ sp:object _:b92 ;
sp:predicate <http://www.witsml.org/schemas/1series#hrsDrilledRunRef> ;
sp:subject _:b67
] [ sp:object _:b81 ;
sp:subject _:b79
] [ sp:object _:b93 ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b80
] [ sp:object _:b29 ;
sp:subject _:b92
] [ sp:object _:b41 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b80
sp:subject _:b92
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b82 ;
sp:elements ([ sp:object _:b94 ;
sp:predicate <http://www.witsml.org/schemas/1series#mdTotHoleMadeRef> ;
sp:subject _:b67
] [ sp:object _:b83 ;
sp:subject _:b79
] [ sp:object _:b95 ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b82
] [ sp:object _:b39 ;
sp:subject _:b94
] [ sp:object _:b51 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b82
sp:subject _:b94
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b84 ;
sp:elements ([ sp:object _:b96 ;
sp:predicate <http://www.witsml.org/schemas/1series#totHrsDrilledRef> ;
sp:subject _:b67
] [ sp:object _:b85 ;
sp:subject _:b79
] [ sp:object _:b97 ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b84
] [ sp:object _:b36 ;
sp:subject _:b96
] [ sp:object _:b48 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b84
sp:subject _:b96
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b86 ;
sp:elements ([ sp:object _:b98 ;
sp:predicate <http://www.witsml.org/schemas/1series#totRopRef> ;
sp:subject _:b67
] [ sp:object _:b87 ;
sp:subject _:b79
] [ sp:object _:b99 ;
sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ;
sp:subject _:b86
] [ sp:object _:b42 ;
sp:subject _:b98
] [ sp:object _:b54 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b86
sp:subject _:b98
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b61
sp:arg1 _:b73
] ;
sp:variable _:b88
sp:variable _:b100
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b88 ;
sp:arg2 _:b62
sp:arg1 _:b100 ;
sp:arg2 _:b74
] ;
sp:variable _:b63
sp:variable _:b75
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type afn:localname ;
sp:arg1 _:b64
sp:arg1 _:b76
] ;
sp:variable _:b89
sp:variable _:b101
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildWellBoreDrillBitRunURI ;
sp:arg1 _:b88 ;
sp:arg2 _:b62 ;
sp:arg3 _:b89
sp:arg1 _:b100 ;
sp:arg2 _:b74 ;
sp:arg3 _:b101
] ;
sp:variable _:b28
sp:variable _:b40
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildWellBoreDrillBitURI ;
sp:arg1 _:b88 ;
sp:arg2 _:b65
sp:arg1 _:b100 ;
sp:arg2 _:b77
] ;
sp:variable
[ sp:varName "bit"^^xsd:string
......@@ -487,492 +567,417 @@
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b77
sp:arg1 _:b89
] ;
sp:variable _:b33
sp:variable _:b45
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b83
sp:arg1 _:b95
] ;
sp:variable _:b40
sp:variable _:b52
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b71
sp:arg1 _:b83
] ;
sp:variable _:b57
sp:variable _:b69
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b73
sp:arg1 _:b85
] ;
sp:variable _:b60
sp:variable _:b72
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpeedScale ;
sp:arg1 _:b75
sp:arg1 _:b87
] ;
sp:variable _:b53
sp:variable _:b65
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpeedScale ;
sp:arg1 _:b87
sp:arg1 _:b99
] ;
sp:variable _:b43
sp:variable _:b55
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectTimeDurationScale ;
sp:arg1 _:b69
sp:arg1 _:b81
] ;
sp:variable _:b47
sp:variable _:b59
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectTimeDurationScale ;
sp:arg1 _:b79
sp:arg1 _:b91
] ;
sp:variable _:b50
sp:variable _:b62
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectTimeDurationScale ;
sp:arg1 _:b81
sp:arg1 _:b93
] ;
sp:variable _:b30
sp:variable _:b42
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectTimeDurationScale ;
sp:arg1 _:b85
sp:arg1 _:b97
] ;
sp:variable _:b37
sp:variable _:b49
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 190d Classify a drillbit according to dull grade - dull grade class exists"^^xsd:string ;
sp:templates ([ sp:object _:b90 ;
rdfs:comment "STEP 190c Classify a drillbit according to dull grade - dull grade class does not exist"^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/equipment#DullGrade> ;
sp:predicate rdf:type ;
sp:subject _:b102
] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#DrillBit> ;
sp:predicate rdfs:subClassOf ;
sp:subject _:b102
] [ sp:object _:b103 ;
sp:predicate rdfs:label ;
sp:subject _:b102
] [ sp:object _:b102 ;
sp:predicate rdf:type ;
sp:subject _:b91
sp:subject _:b104
]) ;
sp:where ([ sp:object _:b92 ;
sp:where ([ sp:object _:b105 ;
sp:predicate ep-spin-lib:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b93 ;
] [ sp:object _:b106 ;
sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b94 ;
] [ sp:object _:b107 ;
sp:predicate <http://www.witsml.org/schemas/1series#bitRecordRef> ;
sp:subject spin:_this
] [ sp:object _:b95 ;
] [ sp:object _:b108 ;
sp:predicate <http://www.witsml.org/schemas/1series#numBit> ;
sp:subject _:b94
] [ sp:object _:b96 ;
sp:subject _:b107
] [ sp:object _:b103 ;
sp:predicate <http://www.witsml.org/schemas/1series#dullGrade> ;
sp:subject _:b94
] [ sp:object _:b91 ;
sp:subject _:b107
] [ sp:object _:b104 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onDrillBit> ;
sp:subject _:b97
] [ sp:object _:b98 ;
sp:subject _:b109
] [ sp:object _:b110 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b91
] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#DullGrade> ;
sp:subject _:b104
] [ rdf:type sp:NotExists ;
sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/equipment#DullGrade> ;
sp:predicate rdf:type ;
sp:subject _:b90
sp:subject _:b102
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b92
sp:arg1 _:b105
] ;
sp:variable _:b99
sp:variable _:b111
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type afn:localname ;
sp:arg1 _:b94
sp:arg1 _:b107
] ;
sp:variable _:b100
sp:variable _:b112
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildWellBoreDrillBitRunURI ;
sp:arg1 _:b99 ;
sp:arg2 _:b93 ;
sp:arg3 _:b100
sp:arg1 _:b111 ;
sp:arg2 _:b106 ;
sp:arg3 _:b112
] ;
sp:variable _:b97
sp:variable _:b109
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b95
sp:arg1 _:b108
] ;
sp:variable _:b101
sp:variable _:b113
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildWellBoreDrillBitURI ;
sp:arg1 _:b99 ;
sp:arg2 _:b101
sp:arg1 _:b111 ;
sp:arg2 _:b113
] ;
sp:variable _:b98
sp:variable _:b110
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b96
sp:arg1 _:b103
] ;
sp:variable _:b102
sp:variable _:b114
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDullGradeURI ;
sp:arg1 _:b102
sp:arg1 _:b114
] ;
sp:variable _:b90
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 190c Classify a drillbit according to dull grade - dull grade class does not exist"^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/equipment#DullGrade> ;
sp:predicate rdf:type ;
sp:subject _:b103
] [ sp:object _:b104 ;
sp:predicate rdfs:label ;
sp:subject _:b103
] [ sp:object _:b103 ;
sp:predicate rdf:type ;
sp:subject _:b105
]) ;
sp:where ([ sp:object _:b106 ;
sp:predicate ep-spin-lib:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b107 ;
sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b108 ;
sp:predicate <http://www.witsml.org/schemas/1series#bitRecordRef> ;
sp:subject spin:_this
] [ sp:object _:b109 ;
sp:predicate <http://www.witsml.org/schemas/1series#numBit> ;
sp:subject _:b108
] [ sp:object _:b104 ;
sp:predicate <http://www.witsml.org/schemas/1series#dullGrade> ;
sp:subject _:b108
] [ sp:object _:b105 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onDrillBit> ;
sp:subject _:b110
] [ sp:object _:b111 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b105
] [ rdf:type sp:NotExists ;
sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/equipment#DullGrade> ;
sp:predicate rdf:type ;
sp:subject _:b103
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b106
] ;
sp:variable _:b112
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type afn:localname ;
sp:arg1 _:b108
] ;
sp:variable _:b113
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildWellBoreDrillBitRunURI ;
sp:arg1 _:b112 ;
sp:arg2 _:b107 ;
sp:arg3 _:b113
] ;
sp:variable _:b110
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b109
] ;
sp:variable _:b114
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildWellBoreDrillBitURI ;
sp:arg1 _:b112 ;
sp:arg2 _:b114
] ;
sp:variable _:b111
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b104
] ;
sp:variable _:b115
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDullGradeURI ;
sp:arg1 _:b115
] ;
sp:variable _:b103
sp:variable _:b102
])
] .
_:b90
sp:varName "dullGrade"^^xsd:string .
_:b38
sp:varName "normalizedDullGradeLabel"^^xsd:string .
_:b91
sp:varName "temporalPartOfADrillBit"^^xsd:string .
_:b37
sp:varName "normalizedNumBit"^^xsd:string .
_:b92
sp:varName "nameWellBore"^^xsd:string .
_:b36
sp:varName "localname"^^xsd:string .
_:b93
sp:varName "dTimStart"^^xsd:string .
_:b35
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b94
sp:varName "bitRecord"^^xsd:string .
_:b34
sp:varName "drillBitForWellBore"^^xsd:string .
_:b95
sp:varName "numBit"^^xsd:string .
_:b33
sp:varName "wellBoreDrillBitRun"^^xsd:string .
_:b96
_:b32
sp:varName "dullGradeLabel"^^xsd:string .
_:b97
sp:varName "wellBoreDrillBitRun"^^xsd:string .
_:b31
sp:varName "numBit"^^xsd:string .
_:b98
sp:varName "drillBitForWellBore"^^xsd:string .
_:b30
sp:varName "bitRecord"^^xsd:string .
_:b99
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b29
sp:varName "dTimStart"^^xsd:string .
_:b100
sp:varName "localname"^^xsd:string .
_:b28
sp:varName "nameWellBore"^^xsd:string .
_:b101
sp:varName "normalizedNumBit"^^xsd:string .
_:b27
sp:varName "temporalPartOfADrillBit"^^xsd:string .
_:b102
sp:varName "normalizedDullGradeLabel"^^xsd:string .
_:b26
sp:varName "dullGrade"^^xsd:string .
_:b28
sp:varName "wellBoreDrillBitRun"^^xsd:string .
_:b101
sp:varName "localname"^^xsd:string .
_:b29
sp:varName "realHrsDrilledRun"^^xsd:string .
_:b100
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b30
sp:varName "durationScaleHrsDrilledRun"^^xsd:string .
_:b99
sp:varName "uomRopTot"^^xsd:string .
_:b32
sp:varName "realHoleMadeRun"^^xsd:string .
_:b98
sp:varName "totRop"^^xsd:string .
_:b33
sp:varName "lengthScaleHoleMadeRun"^^xsd:string .
_:b97
sp:varName "uomHrsDrilledTot"^^xsd:string .
_:b35
sp:varName "wellBoreDrillBitRunEntire"^^xsd:string .
_:b96
sp:varName "totHrsDrilled"^^xsd:string .
_:b36
sp:varName "realHrsDrilledTot"^^xsd:string .
_:b95
sp:varName "uomHoleMadeTot"^^xsd:string .
_:b37
sp:varName "durationScaleHrsDrilledTot"^^xsd:string .
_:b94
sp:varName "mdTotHoleMade"^^xsd:string .
_:b39
sp:varName "realHoleMadeTot"^^xsd:string .
_:b93
sp:varName "uomHrsDrilledRun"^^xsd:string .
_:b40
sp:varName "lengthScaleHoleMadeTot"^^xsd:string .
_:b92
sp:varName "hrsDrilledRun"^^xsd:string .
_:b42
sp:varName "realRopTot"^^xsd:string .
_:b91
sp:varName "uomHrsDrilled"^^xsd:string .
_:b43
sp:varName "speedScaleRopTot"^^xsd:string .
_:b90
sp:varName "hrsDrilled"^^xsd:string .
_:b45
sp:varName "wellBoreDrillBitRunWithinReportingPeriod"^^xsd:string .
_:b89
sp:varName "uomHoleMadeRun"^^xsd:string .
_:b46
sp:varName "realETim"^^xsd:string .
_:b88
sp:varName "mdHoleMadeRun"^^xsd:string .
_:b47
sp:varName "durationScaleETim"^^xsd:string .
_:b87
sp:varName "uomRop"^^xsd:string .
_:b49
sp:varName "realHrsDrilled"^^xsd:string .
_:b86
sp:varName "ropAv"^^xsd:string .
_:b50
sp:varName "durationScaleHrsDrilled"^^xsd:string .
_:b85
sp:varName "uomMdStop"^^xsd:string .
_:b52
sp:varName "realRop"^^xsd:string .
_:b84
sp:varName "mdHoleStop"^^xsd:string .
_:b53
sp:varName "speedScaleRop"^^xsd:string .
_:b83
sp:varName "uomMdStart"^^xsd:string .
_:b55
sp:varName "drilledWellBoreSection"^^xsd:string .
_:b82
sp:varName "mdHoleStart"^^xsd:string .
_:b56
sp:varName "realMdStart"^^xsd:string .
_:b81
sp:varName "uomETim"^^xsd:string .
_:b57
sp:varName "lengthScaleMdStart"^^xsd:string .
_:b80
sp:varName "eTimOpBit"^^xsd:string .
_:b59
sp:varName "realMdStop"^^xsd:string .
_:b79
sp:varName "bitRun"^^xsd:string .
_:b60
sp:varName "lengthScaleMdStop"^^xsd:string .
_:b78
sp:varName "temporalPartOfDrilledWellBoreSection"^^xsd:string .
_:b61
sp:varName "nameWellBore"^^xsd:string .
_:b77
sp:varName "numBit"^^xsd:string .
_:b62
sp:varName "dTimStart"^^xsd:string .
_:b76
sp:varName "bitRecord"^^xsd:string .
_:b63
_:b75
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b64
sp:varName "bitRecord"^^xsd:string .
_:b65
sp:varName "numBit"^^xsd:string .
_:b74
sp:varName "dTimStart"^^xsd:string .
_:b66
sp:varName "temporalPartOfDrilledWellBoreSection"^^xsd:string .
_:b73
sp:varName "nameWellBore"^^xsd:string .
_:b67
sp:varName "bitRun"^^xsd:string .
_:b72
sp:varName "lengthScaleMdStop"^^xsd:string .
_:b68
sp:varName "eTimOpBit"^^xsd:string .
_:b71
sp:varName "realMdStop"^^xsd:string .
_:b69
sp:varName "uomETim"^^xsd:string .
_:b70
sp:varName "mdHoleStart"^^xsd:string .
sp:varName "lengthScaleMdStart"^^xsd:string .
_:b71
sp:varName "uomMdStart"^^xsd:string .
_:b68
sp:varName "realMdStart"^^xsd:string .
_:b72
sp:varName "mdHoleStop"^^xsd:string .
_:b67
sp:varName "drilledWellBoreSection"^^xsd:string .
_:b73
sp:varName "uomMdStop"^^xsd:string .
_:b65
sp:varName "speedScaleRop"^^xsd:string .
_:b74
sp:varName "ropAv"^^xsd:string .
_:b64
sp:varName "realRop"^^xsd:string .
_:b75
sp:varName "uomRop"^^xsd:string .
_:b62
sp:varName "durationScaleHrsDrilled"^^xsd:string .
_:b76
sp:varName "mdHoleMadeRun"^^xsd:string .
_:b61
sp:varName "realHrsDrilled"^^xsd:string .
_:b77
sp:varName "uomHoleMadeRun"^^xsd:string .
_:b59
sp:varName "durationScaleETim"^^xsd:string .
_:b78
sp:varName "hrsDrilled"^^xsd:string .
_:b58
sp:varName "realETim"^^xsd:string .
_:b79
sp:varName "uomHrsDrilled"^^xsd:string .
_:b57
sp:varName "wellBoreDrillBitRunWithinReportingPeriod"^^xsd:string .
_:b80
sp:varName "hrsDrilledRun"^^xsd:string .
_:b55
sp:varName "speedScaleRopTot"^^xsd:string .
_:b81
sp:varName "uomHrsDrilledRun"^^xsd:string .
_:b54
sp:varName "realRopTot"^^xsd:string .
_:b82
sp:varName "mdTotHoleMade"^^xsd:string .
_:b52
sp:varName "lengthScaleHoleMadeTot"^^xsd:string .
_:b83
sp:varName "uomHoleMadeTot"^^xsd:string .
_:b51
sp:varName "realHoleMadeTot"^^xsd:string .
_:b84
sp:varName "totHrsDrilled"^^xsd:string .
_:b49
sp:varName "durationScaleHrsDrilledTot"^^xsd:string .
_:b85
sp:varName "uomHrsDrilledTot"^^xsd:string .
_:b48
sp:varName "realHrsDrilledTot"^^xsd:string .
_:b86
sp:varName "totRop"^^xsd:string .
_:b47
sp:varName "wellBoreDrillBitRunEntire"^^xsd:string .
_:b87
sp:varName "uomRopTot"^^xsd:string .
_:b45
sp:varName "lengthScaleHoleMadeRun"^^xsd:string .
_:b88
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b44
sp:varName "realHoleMadeRun"^^xsd:string .
_:b89
sp:varName "localname"^^xsd:string .
_:b42
sp:varName "durationScaleHrsDrilledRun"^^xsd:string .
_:b103
sp:varName "dullGrade"^^xsd:string .
_:b41
sp:varName "realHrsDrilledRun"^^xsd:string .
_:b104
sp:varName "dullGradeLabel"^^xsd:string .
_:b40
sp:varName "wellBoreDrillBitRun"^^xsd:string .
_:b105
sp:varName "temporalPartOfADrillBit"^^xsd:string .
_:b106
sp:varName "nameWellBore"^^xsd:string .
_:b107
_:b106
sp:varName "dTimStart"^^xsd:string .
_:b108
_:b107
sp:varName "bitRecord"^^xsd:string .
_:b109
_:b108
sp:varName "numBit"^^xsd:string .
_:b110
_:b103
sp:varName "dullGradeLabel"^^xsd:string .
_:b109
sp:varName "wellBoreDrillBitRun"^^xsd:string .
_:b111
_:b104
sp:varName "temporalPartOfADrillBit"^^xsd:string .
_:b110
sp:varName "drillBitForWellBore"^^xsd:string .
_:b112
_:b102
sp:varName "dullGrade"^^xsd:string .
_:b111
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b113
_:b112
sp:varName "localname"^^xsd:string .
_:b114
_:b113
sp:varName "normalizedNumBit"^^xsd:string .
_:b115
_:b114
sp:varName "normalizedDullGradeLabel"^^xsd:string .
_:b18
_:b17
sp:varName "nameWellBore"^^xsd:string .
_:b19
_:b18
sp:varName "dTimStart"^^xsd:string .
_:b20
_:b19
sp:varName "bitRecord"^^xsd:string .
_:b10
sp:varName "numBit"^^xsd:string .
_:b21
_:b20
sp:varName "diaBit"^^xsd:string .
_:b22
_:b21
sp:varName "uomDia"^^xsd:string .
_:b13
_:b22
sp:varName "realDia"^^xsd:string .
_:b16
_:b14
sp:varName "nameManufacturer"^^xsd:string .
_:b17
_:b16
sp:varName "codeMfg"^^xsd:string .
_:b23
......@@ -990,13 +995,10 @@ _:b25
_:b9 sp:varName "drillBitForWellBore"^^xsd:string .
_:b14
sp:varName "lengthScaleDia"^^xsd:string .
_:b26
_:b12
sp:varName "diaName"^^xsd:string .
_:b11
sp:varName "wellBoreDrillBitClass"^^xsd:string .
sp:varName "wellBoreDrillBitSizeClass"^^xsd:string .
_:b7 sp:varName "wellBore"^^xsd:string .
......
# Saved by TopBraid on Fri Oct 28 20:37:14 BST 2011
# Saved by TopBraid on Fri Oct 28 22:28:33 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......